@charset "UTF-8";
@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap;);
@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap;);
@import url(https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200..700&display=swap;);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css;);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap;);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap;);
.beigeGrade {
  margin-bottom: 2em;
}
.beigeGrade .en {
  display: inline-block;
  font-size: 2.8em;
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  line-height: 150%;
  background: linear-gradient(150deg, #bf765b 10%, #e5a276 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.beigeGrade .jp {
  font-weight: normal;
}

a.telBtn {
  background-color: #fff;
  margin-bottom: 1em;
}
a.telBtn .btnWrap {
  padding: 0.9em 0 0.7em;
}
a.telBtn .btnWrap .icon {
  color: #a67c52;
  font-size: 1.4em;
  margin-right: 0.5em;
}
a.telBtn .btnWrap .txt .number {
  display: block;
  font-weight: bold;
  color: #a67c52;
  font-size: 1.8em;
  line-height: 100%;
}
a.telBtn .btnWrap .txt .time {
  display: block;
  font-size: 0.75em;
}
a.telBtn:hover {
  background-color: #eaceba;
}

a.reserveBtn {
  background-color: #eaceba;
  padding: 1.2em 0;
}
a.reserveBtn .btnWrap .icon {
  color: #555555;
  font-size: 1.2em;
}
a.reserveBtn .btnWrap .txt {
  color: #555555;
  font-weight: bold;
  font-size: 1.3em;
}
a.reserveBtn:hover {
  background-color: #fff;
}

@media only screen and (min-width: 580px) {
  .beigeGrade {
    margin-bottom: 3em;
  }
  .beigeGrade .en {
    font-size: 3.9em;
  }
  a.telBtn {
    margin-bottom: 0;
  }
  a.reserveBtn {
    padding: 1.5em 0;
  }
}
.opening {
  background-color: rgba(255, 227, 199, 0.6);
  padding: 1.5em 0;
}
.opening .banner {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em 3em;
}

@media only screen and (min-width: 580px) {
  .opening .banner {
    width: 50%;
    padding: 1.5em 2em;
    margin: 0 auto;
  }
}
.reservation {
  background-color: #b99e7f;
}
.reservation h2 {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 2em;
}
.reservation a {
  border-radius: 35px;
  display: block;
}
.reservation a .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation a .btnWrap .icon {
  padding-bottom: 0.1em;
  font-size: 1.4em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 580px) {
  .reservation h2 {
    font-size: 1.5em;
  }
  .reservation .wrap {
    width: 80%;
    margin: 0 auto;
  }
  .reservation .wrap a {
    width: 49%;
  }
}
.concept {
  margin-bottom: 3em;
}
.concept .tilte {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 1.5em;
}
.concept p {
  line-height: 200%;
}

.feature .inner {
  width: 100%;
}
.feature .inner .wrap {
  margin-bottom: 3em;
}
.feature .inner .wrap .img {
  margin-bottom: 1.5em;
}
.feature .inner .wrap .txt {
  text-align: left;
  padding: 0 1.5em;
}
.feature .inner .wrap .txt h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 150%;
}

@media only screen and (min-width: 580px) {
  .feature .wrap .img {
    width: 45%;
  }
  .feature .wrap .txt {
    width: 55%;
  }
  .feature .even {
    flex-direction: row-reverse;
  }
}
.service .inner {
  background-color: #fff9f2;
  border-radius: 15px;
  padding: 2em 0;
}
.service .inner .wrap .serviceItem {
  margin-bottom: 2em;
}
.service .inner .wrap .serviceItem img {
  width: 50%;
  margin-bottom: 1em;
}
.service .inner .wrap .serviceItem h3 {
  margin-bottom: 0.5em;
}
.service .inner .wrap .serviceItem h3 .en {
  color: #d7a17d;
  font-size: 1.8em;
  line-height: 150%;
}
.service .inner .wrap .serviceItem:last-child {
  margin-bottom: 0em;
}

@media only screen and (min-width: 580px) {
  .service .serviceItem p {
    font-size: 0.8em;
  }
}
.price {
  padding: 2em 0;
}
.price .priceItem {
  margin-bottom: 1em;
}
.price .priceItem .title {
  background: linear-gradient(150deg, #f3d0ba 10%, #dfbbad 90%);
  padding: 0.5em 0;
  font-weight: bold;
}
.price .priceItem .fee {
  padding: 1em 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.price .priceItem .fee .perTime {
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 0.5em;
}

@media only screen and (min-width: 580px) {
  .price .wrap {
    align-items: flex-start;
  }
  .price .wrap .right, .price .wrap .left {
    width: 49%;
  }
  .price .wrap .priceItem {
    width: 100%;
  }
}
.voice {
  background-image: url(../img/voiceBg.jpg);
  background-position: center center;
  background-size: cover;
}
.voice h2 {
  color: #fff;
}
.voice h2 .en {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voice .swiper-button-next, .voice .swiper-button-prev {
  color: #bf765b;
}
.voice .swiper-button-next, .voice .swiper-rtl .swiper-button-prev {
  right: 0;
}
.voice .swiper-button-prev, .voice .swiper-rtl .swiper-button-next {
  left: 0;
}
.voice .voiceItem {
  background-color: #fff;
  padding: 1em;
  height: 450px;
  width: 95%;
  margin: 0 auto;
}
.voice .voiceItem .titleWrap {
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.voice .voiceItem .titleWrap .txt p {
  font-size: 1.5em;
  font-weight: bold;
}
.voice .voiceItem .titleWrap .img {
  width: 70px;
}
.voice .voiceItem .contets p {
  text-align: left;
}

@media only screen and (min-width: 580px) {
  .voice .swiper-wrapper {
    align-items: stretch;
  }
  .voice .voiceItem {
    padding: 1em 2em;
    height: 380px;
  }
}
.faq .faqWrap {
  text-align: left;
  /*ベース*/
}
.faq .faqWrap .toggle {
  display: none;
}
.faq .faqWrap .Label {
  /*タイトル*/
  padding: 1em 2em 1em 1em;
  display: block;
  line-height: 150%;
  color: #fff;
  background: #555;
  font-weight: bold;
}
.faq .faqWrap .Label .labelTitle {
  display: flex;
}
.faq .faqWrap .Label .labelTitle::before {
  content: "Q：";
}
.faq .faqWrap .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.faq .faqWrap .Label,
.faq .faqWrap .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq .faqWrap .content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #555;
}
.faq .faqWrap .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.faq .faqWrap .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.trainer .img {
  width: 60%;
  margin: 0 auto 1.5em;
}
.trainer .txt .name {
  margin-bottom: 1.5em;
}
.trainer .txt .name .kana {
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
.trainer .txt p {
  text-align: left;
  font-size: 1.1em;
}

@media only screen and (min-width: 580px) {
  .trainer .img {
    width: 30%;
    margin-bottom: 0;
  }
  .trainer .txt {
    width: 52%;
  }
  .trainer .txt .name {
    text-align: left;
    display: flex;
  }
  .trainer .txt .name .kana {
    margin-right: 0.5em;
  }
  .trainer .txt p {
    font-size: 1em;
  }
}
.access table {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2em;
}
.access table th,
.access table td {
  border-bottom: 1px solid #ccc;
  padding: 1.2em 0;
}
.access table th {
  width: 25%;
}
.access table td {
  width: 75%;
  text-align: left;
  line-height: 150%;
}
.access table td a {
  text-decoration: underline;
  color: #bf765b;
}
.access table td a:hover {
  color: red;
}
.access .gmap iframe {
  width: 100%;
  height: 250px;
}

@media only screen and (min-width: 580px) {
  .access .txt {
    width: 50%;
  }
  .access .gmap {
    width: 45%;
  }
  .access .gmap iframe {
    height: 350px;
  }
}
.logoSection {
  background-image: url(../img/logosectionBg.jpg);
  background-size: cover;
  background-position: center center;
}
.logoSection img {
  width: 50%;
}

@media only screen and (min-width: 580px) {
  .logoSection {
    padding: 1em 0;
  }
  .logoSection img {
    width: 200px;
  }
}
footer {
  font-family: "Noto Serif Display", serif;
}
footer .footerLogo {
  width: 50%;
  margin: 0 auto 2em;
}
footer .footerMenu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
footer .footerMenu ul li {
  width: 33.3%;
  margin-bottom: 0.5em;
}
footer .footerMenu ul li a {
  color: #a67c52;
}
footer .footerMenu ul li a:hover {
  color: #bf765b;
}
footer .copy {
  font-size: 0.8em;
}

@media only screen and (min-width: 580px) {
  footer .footerLogo {
    width: 250px;
  }
  footer .footerMenu ul {
    justify-content: space-between;
  }
  footer .footerMenu ul li {
    width: 10%;
  }
}