@charset 'UTF-8';
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.0.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
}
body, input, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #777;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #777;
  margin-top: 0;
}
h2 {
  letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
strong, b {
  font-weight: 500;
  color: #000000;
}
em, i {
  font-style: italic;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}
hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 3em 0 0 0;
  padding: 6em 0 0 0;
}
blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}
p, ol, dl, table {
  margin-bottom: 1em;
}
footer {
  margin-top: 1em;
}
br.clear {
  clear: both;
}
.pennant {
  color: #bbb;
}
/* Sections/Articles */
section, article {
  margin-bottom: 3em;
}
section > :last-child, article > :last-child {
  margin-bottom: 0;
}
section:last-child, article:last-child {
  margin-bottom: 0;
}
.row, .row > * {
  padding-left: 0 !important;
}
.row > section, .row > article {
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}
.tel_box {
  width: 60%;
  margin: 0 auto;
  color: black;
  padding: 2%;
  border: 1px solid black;
}
/* Images */
.image {
  display: inline-block;
}
.image img {
  display: block;
  width: 100%;
}
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.font_22px_red {
  font-size: 22px;
  font-weight: bold;
  color: red;
  align-content: center;
}
.font_22px_purple {
  font-size: 22px;
  font-weight: bold;
  color: #994d99;
  align-content: center;
}
.font_20px {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  align-content: center;
}
.font_24px_red {
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
}
.font_17px {
  font-size: 17px;
  font-weight: bold;
  color: black;
  line-height: 1.5em;
}
.font_17px_white {
  font-size: 17px;
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  /*align-content: flex-start;*/
}
@media print, screen and (min-width: 768px){
.inner{
    max-width: 1044px;
    margin: 0 auto;
	}
}
@media not all and (min-width: 768px){
.l-contents__inner {
    padding: 0 6.4%;
	}
}	
/*********************************************************************************/
/* 予約の流れ                                                                  */
/*********************************************************************************/
#brand {
  margin-top: 2em;
}
.step {
  display: flex;
  justify-content: space-between;	
  width: 100%;
  padding-bottom: 5%;
  margin: 3% auto 5%;
}
.step li {
  color: #263578;
  background-color: #FFF;
  width: 20%;
  margin: 0 1% 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px dotted #263578;
  padding: 1% 10px;
}
.step li:last-child {
	margin-right: 0 !important;
}
.step li h3 {
  font-size: 1.3rem;
  padding: 10px 0;
  font-weight: bold !important;
  color: #263578;
}
.step li p {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  font-size: 1rem;
  padding-left: 0;
  text-indent: 0;
}
.step li img {
  width: 100%;
  margin: 10px 0;
  object-fit: contain;
}
.step_number {
  width: 40%;
  margin: 0 auto;
}
.line img {
  text-align: center;
  width: 100%
}
@media not all and (min-width: 768px) {
  .step {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 5% 0 6%;
    flex-wrap: wrap;
  }
  .step li {
    width: 45%;
    margin: 0 2% 5%;
  }
  .step li p {
    font-size: 1rem;
  }
}
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured, .featured {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  padding: 2%;
}
#featured .pennant {
  font-size: 4em;
}
#featured .button {
  margin-top: 1.5em;
}
#featured, .featured {
  padding: 0 !important;
}
#featured .container.container02 {
  margin-top: 4em;
  padding-bottom: 3%;
}
.top_bn {
  padding-top: 10%;
}
.container p {
  text-align: left;
  width: 60%;
  margin: 0 20%;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.container02 p {
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  /*padding-left: 1em;
  text-indent: -1em;*/
}
.subttl_red {
  margin: 20px 0;
  line-height: 1.5;
  color: red;
  font-weight: bold ;
  font-size: 1.2rem ;
  text-indent: 0 ;
}
.subttl_red02 {
  text-align: center;
  width: 100%;
  margin: 20px 10%;
  line-height: 1.5;
  color: red;
  font-weight: bold !important;
  font-size: 130% !important;
  text-indent: 0 !important;
}
.subttl {
  /*text-align: left;*/
  width: 60%;
  margin: 20px 20%;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em !important;
  color: black;
}
.chui {
  text-align: center;
  width: 50%;
  margin: 20px 25%;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em !important;
  color: black;
}
.bttl3 {
  margin-top: 7%;
  font-size: 2.5em;
  color: #353f70;
}
.container h2 {
  margin: 30px 0;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  background-color: orange;
  color: #FFFFFF;
  padding: 20px 50px;
  display: inline-block;
}
.notice {
  text-align: center;
  margin: 20px !important;
  color: black;
}
@media screen and (min-width: 601px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc_disp {
    display: none;
  }
  .subttl_red, .subttl {
    margin: 20px 5%;
    width: 90%;
    text-align: left;
  }
  .subttl_red02, .subttl {
    margin: 20px 2%;
    width: 90%;
    text-align: center;
  }
  .chui {
    margin: 20px 5%;
    width: 90%;
    text-align: center;
  }
  .bttl3 {
    margin-top: 15%;
    font-size: 2em;
  }
  #featured {
    padding-top: 0 !important;
  }
  .container .container02 p {
    width: 90%;
    margin: 0 5%;
  }
  .top_bn, .container .container02 p img {
    width: 100%;
  }
  .top_bn img {
    width: 100%;
  }
}
.box9 {
  background: #ffd9cc;
  padding: 2rem;
}
.box10_1 {
  background: #ffd9cc;
  width: 650px;
  margin: auto;
  padding: 10px;
}
.box-red {
  margin: 20px auto;
}
.box-red {
  margin: 20px auto;
  width: 80%;
}
.box-red-ttl {
  background-color: #f51a47;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.box-red-txt {
  padding: 10px 20px;
  border: 2px solid #f51a47;
}
.box-red h4 {
  padding: 0.5rem 0;
  margin-bottom: 0.8rem;
  border-bottom: 3px dotted #b2d5de;
    font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .box10_1 {
    width: 95%;
    font-size: 1em;
    padding-left: 10px;
  }
  .box9 {
    width: 95%;
    margin: auto;
  }
  .font_22px_red {
    font-size: 19px;
  }
  .font_17px {
    font-size: 16px;
  }
}
/*********************************************************************************/
/* btn*/
/*********************************************************************************/
.btm_bn04_1 {
  display: block;
  background-color: #FFF;
  width: 60%;
  margin: 3% 20%;
  border: 1px solid #1d245f;
  padding: 1.5% 0;
  border-radius: 10px;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  color: #1d245f;
}
.btm_bn04_1:hover {
  background-color: #1d245f;
  color: #FFF;
  text-decoration: none;
}
.back_btn {
  border: none;
  font-size: 1em;
  color: #353f70;
}
.back_btn:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .btm_bn04_1 {
    width: 90%;
    margin: 5% 5% 8%;
    padding: 3% 1em;
  }
}