html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  color: #666666;
  line-height: 2.0;
  box-sizing: border-box;
}
body {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
main {
  overflow: hidden;
}
img {
  max-width: 100%;
}
.fv__wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__wrapper {
    max-width: none;
    margin: 0 auto;
    position: relative;
  }
}
.content__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content__wrapper {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    position: relative;
  }
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
h2 {
  color: #937218;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  font-family: "Gill Sans", serif;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
.mainvisual__heading, .campaign__heading, .concept__heading, .feature__heading, .program__heading, .blog__heading, .floordetail__heading, .special_offer__heading, .price__heading, .instructor__heading, .faq__heading, .studios__heading, .instructor--introduction__heading {
  text-align: center;
  padding: 10rem 0 8rem;
}
.fv {
  padding: 7rem 0 0;
}
.instructor__heading {
  padding: 10rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .mainvisual__heading, .campaign__heading, .concept__heading, .feature__heading, .program__heading, .blog__heading, .floordetail__heading, .special_offer__heading, .price__heading, .instructor__heading, .faq__heading, .studios__heading, .instructor--introduction__heading {
    padding: 5rem 0 4rem;
  }
  .fv {
    padding: 4rem 0 0;
  }
  .instructor__heading {
    padding: 5rem 0 0;
  }
}
.base__strikethrough {
  text-decoration: line-through #e78071;
}
.base__small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .base__small {
    font-size: 1rem;
  }
}
/*=========== header　===========*/
header {
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
.header__nav {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 1rem;
}
.header__btn {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .header__btn {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
  }
}
.header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #937218;
}
@media screen and (max-width: 768px) {
  .header nav ul {
    display: block;
    width: 100%;
    padding: 0 60px 250px;
  }
}
.header nav ul li {
  margin-right: 50px;
  font-size: 2rem;
}
.header nav ul li:hover {
  color: #bcac87;
}
@media screen and (max-width: 768px) {
  .header nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.logo {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 40%;
  }
}
.btn {
  margin-right: 5%;
}
.btn a {
  display: block;
  background-color: #9a8c4a;
  font-size: 2.2rem;
  line-height: 2rem;
  width: 320px;
  border-radius: 10px;
  padding: 6% 0;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 1.6rem;
    line-height: 2rem;
    width: 160px;
    border-radius: 10px;
    padding: 5% 0;
  }
}
.btn img {
  position: absolute;
  width: 10px;
  height: auto;
  right: 15px;
  bottom: 23px;
}
@media screen and (max-width: 768px) {
  .btn img {
    width: 8px;
    bottom: 13px;
  }
}
.nav__toggle {
  display: block;
  position: relative;
  width: 5rem;
  height: 1.6rem;
  margin-right: 10px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav__toggle {
    width: 3rem;
  }
}
.nav__toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #51421f;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav__toggle i:nth-child(1) {
  top: 0;
}
.nav__toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__toggle i:nth-child(3) {
  bottom: 0;
}
/* クリックされた後のハンバーガーのマーク */
.nav__toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  top: -4px;
}
.nav__toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav__toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  bottom: -4px;
}
/* クリックで表示されるメニュー：クリックされる前 */
.nav {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #fff;
  z-index: 1;
}
.nav__menu--li {
  margin-bottom: 30px;
}
.nav__menu--li a {
  text-decoration: none;
}
/* クリックで表示されるメニュー：クリックされた後 */
.nav.show {
  opacity: 1;
  visibility: visible;
}
/*=========== mainvisual ===========*/
/* FV全体 */
/* --- FV全体 --- */
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* slickでスライドする画像 */
.fv-slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* 上に重ねる要素 */
.fv-overlay {
  position: absolute;
  width: 40%;
  bottom: 18%;
  right: 10%;
  /*transform: translate(-50%, -50%);*/
  text-align: center;
  z-index: 2; /* スライダーより上 */
  color: #fff;
}
.fv-btn {
  position: absolute;
  top: 40%;
  right: 0%; /* 右端からの距離。お好みで調整 */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;
  gap: 8px; /* ボタン間の余白 */
  z-index: 3; /* 最前面に表示 */
}
.fv-btn img {
  width: 85px; /* ボタンのサイズ調整。必要に応じて変更 */
  cursor: pointer;
  transition: opacity 0.3s;
}
.fv-btn img:hover {
  opacity: 0.8;
}
.fv-catch {
  width: 80%;
  max-width: 600px;
  margin-bottom: 20px;
}
.fv-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fv-btns .btn {
  display: inline-block;
  background: #e84c3d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 18px;
  text-decoration: none;
}
/* --- スマホ調整 --- */
@media screen and (max-width: 768px) {
  .fv-overlay {
    width: 80%;
    bottom: 30%;
  }
  .fv-catch {
    width: 90%;
  }
  .fv-btns {
    flex-direction: column;
    gap: 15px;
  }
  .fv-btns .btn {
    width: 80%;
    margin: 0 auto;
  }
}
.slick-slider {
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
}
/*=========== mainvisual ===========*/
/*.mainvisual{
  position: relative;
  width: 100%;
  background-image: url(../img/bg_mv.jpg);
  background-size: 100%;
  padding: 100px 0 10px;
}
@media screen and (max-width: 768px) {
  .mainvisual{
    padding: 80px 0 10px;
  }}

@media screen and (max-width: 768px) {
.mainvisual .content__wrapper {
  width: 100%;
}}

.mainvisual__heading{
  position: absolute;
  top: 193px;
  right: 5%;
  font-size: 4rem;
  line-height: 6.5rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  z-index: 1;
  color: #937218;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3%;
}
@media screen and (max-width: 768px) {
.mainvisual__heading{
  top: 300px;
  right: 0;
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: left;
  padding: 3%;
}}

.mainvisual__image{
  position: relative;
  margin: 0 auto;
  width: 100%;
  }*/
/* MVスライダー */
/*.slick-slider {
  margin: 0 auto;
}

.slick-slider img {
  width: 100%;
  border-radius: 10px;
}

.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before{
  background: url(../img/image_arrow_right.png)!important;
  background-size: contain!important;
}

.slick-prev:before{
  background: url(../img/image_arrow_left.png)!important;
  background-size: contain!important;
}

@media screen and (max-width: 768px) {
  .slick-prev{
    left: -18px;
  }
  .slick-next{
    right: -18px;
  }
}*/
.lesson__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  text-align: center;
}
.lesson__btn a {
  display: inline-flex;
  align-items: center;
  background-color: #9a8c4a;
  font-size: 2.2rem;
  line-height: 2rem;
  width: 320px;
  border-radius: 10px;
  padding: 2% 0;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lesson__btn a {
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 10px;
    padding: 5% 0;
  }
}
.lesson__btn img {
  position: absolute;
  width: 10px;
  height: auto;
  right: 27px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lesson__btn img {
    width: 8px;
    bottom: 26px;
  }
}
.btn__badge {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  color: #dba38f;
  font-size: 1.5rem;
  padding: 3px 7px;
  border-radius: 12px;
  font-weight: bold;
  white-space: nowrap;
}
/*=========== campaign ===========*/
.campaign {
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 0 0 75px;
  }
}
.campaign-wrap {
  display: flex;
  justify-content: center; /* 中央寄せ */
  align-items: flex-start;
  gap: 40px; /* 画像の間の余白 */
}
.campaign-item {
  flex: 1 1 45%; /* 横並び時は2枚でほぼ幅100% */
  max-width: 500px; /* 必要に応じて制限 */
}
.campaign-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .campaign-wrap {
    flex-direction: column; /* 縦並び */
    gap: 16px; /* 上下の間隔を少し狭く */
  }
  .campaign-item {
    flex: 1 1 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}
/*=========== concept ===========*/
.concept {
  padding: 0 0 150px;
  background-color: #fdf7f2;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 0 0 75px;
  }
}
.concept__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .concept__content {
    display: block;
  }
}
.concept__subttl {
  top: 30%;
  right: 5%;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.5rem;
  color: #937218;
  background-color: #f4eae2;
  padding: 4% 3%;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .concept__subttl {
    top: 30%;
    right: 5%;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 7% 5%;
    width: 100%;
  }
}
.concept__txt {
  padding: 4% 3%;
}
@media screen and (max-width: 768px) {
  .concept__txt {
    padding: 7% 5%;
    line-height: 2.5rem;
  }
}
.concept__image {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .concept__image {
    width: 100%;
  }
}
/*=========== feature ===========*/
.feature {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_feature.jpg);
  background-size: cover;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 0 0 25px;
  }
}
.feature__content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .feature__content {
    display: block;
    padding-bottom: 50px;
  }
}
.feature__content:nth-child(2) {
  flex-direction: row-reverse;
}
.feature__image {
  width: 800px;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .feature__image {
    width: 100%;
    margin-right: 3%;
  }
}
.feature__subttl {
  top: 30%;
  right: 5%;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.5rem;
  letter-spacing: 0.12em;
  color: #937218;
  padding: 5% 3% 2%;
  width: 500px;
  border-bottom: solid 2px #937218;
}
@media screen and (max-width: 768px) {
  .feature__subttl {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 5% 7% 2%;
    width: 100%;
  }
}
.feature__txt {
  padding: 4% 3%;
}
@media screen and (max-width: 768px) {
  .feature__txt {
    padding: 4% 5%;
    line-height: 2.5rem;
  }
}
/*=========== program ===========*/
#program {
  background-color: #fdf7f2;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  #program {
    padding: 0 0 75px;
  }
}
.program__detail {
  background-color: #ababab;
  text-align: center;
  padding: 10%;
}
.program__content {
  max-width: 500px;
  margin: 0 auto;
}
.program__title {
  line-height: 4.5rem;
  letter-spacing: 0.12em;
  color: #937218;
}
.program__title h3 {
  font-size: 2.4rem;
}
.program__container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.program-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
}
.program__btn {
  display: block;
  background-color: #9a8c4a;
  padding: 1% 10% 1% 7%;
  margin: 5% auto;
  width: fit-content;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program__btn {
    padding: 3% 20% 3% 14%;
    margin: 10% auto 5%;
  }
}
.program__btn__link {
  font-size: 2rem;
  color: #fff;
}
.program__btn a:after {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .program__btn a:after {
    right: 14px;
  }
}
.program__btn img {
  position: absolute;
  width: 10px;
  height: auto;
  right: 15px;
  bottom: 23px;
}
@media screen and (max-width: 768px) {
  .program__btn img {
    width: 10px;
    bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .program-card {
    width: 100%;
  }
}
.program-card__image {
  width: 100%;
  border-radius: 10px;
}
.program-card__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  color: #937218;
  line-height: 2.5rem;
}
.program-card__subtitle {
  font-size: 14px;
  color: #937218;
}
.program-card__rating {
  width: 30%;
  line-height: 1.8rem;
  margin: 0 auto 5%;
}
.program-card__description {
  font-size: 14px;
  color: #444;
  text-align: left;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  border-left: none;
  border-right: none;
  padding: 5% 0;
}
.program__link {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #b87352;
  font-weight: bold;
  text-decoration: none;
}
.program__link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
/*=========== floordetail ===========*/
/*====== .floor__top ======*/
.floordetail {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .floordetail {
    padding: 0 0 45px;
  }
}
.floordetail__txt {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .floordetail__txt {
    line-height: 2.5rem;
  }
}
.floordetail .slider {
  margin: 0 auto;
  overflow: hidden;
}
.floordetail .slider-img {
  margin: 0 10px;
}
.floordetail .slider-img img {
  height: auto;
  width: 100%;
}
/*====== .floor__sub ======*/
/*====================================================================
slick
====================================================================*/
/* 
.floor__sub .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.floor__sub .sliderArea.w300 {
  max-width: 300px;
}
.floor__sub .slick-slide {
  margin: 0 5px;
}
.floor__sub .slick-slide img {
  width: 100%;
  height: auto;
}
.floor__sub .slick-prev, .slick-next {
  z-index: 1;
}
.floor__sub .slick-prev:before, .slick-next:before {
  color: #000;
}
.floor__sub .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.floor__sub .slick-active {
  opacity: 1;
}
.floor__sub .slick-current {
  opacity: 1;
}
.floor__sub .thumb {
  margin: 20px 0 0;
}
.floor__sub .thumb .slick-slide {
  cursor: pointer;
}
.floor__sub .thumb .slick-slide:hover {
  opacity: .7;
} */
/*====================================================================
.full-screen
====================================================================*/
/* .full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 600px;
  margin: 0 auto;
} */
/*=========== special_offer ===========*/
.special_offer {
  width: 100%;
  background-color: #ede2de;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .special_offer {
    padding: 0 0 80px;
  }
}
.special_offer__table {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .special_offer__table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.special_offer__table table {
  width: 800px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.special_offer__table th {
  text-align: center;
  padding: 8px;
  font-size: 2.2rem
}
@media screen and (max-width: 768px) {
  .special_offer__table th {
    font-size: 1.8rem;
  }
}
.special_offer__table td {
  border: 1px solid #e9e9e9;
  padding: 25px;
  line-height: 2.6rem;
  text-align: center;
  vertical-align: middle; /* 上下の中央揃え */
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .special_offer__table td {
    font-size: 1.8rem;
  }
}
.today_join {
  background-color: #cd5c5c;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 90px;
  vertical-align: middle;
  font-size: 2.0rem;
  line-height: 2.4rem;
}
.recommend {
  font-size: 1.4rem;
  line-height: 1.2;
}
.today_join_title {
  margin-top: 2%;
}
.transfer_join {
  background-color: #cd7d60;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 90px;
  vertical-align: middle;
  font-size: 2.0rem;
  line-height: 2.4rem;
}
.transfer_join_title {
  margin-top: 2%;
}
.monitor_join {
  background-color: #efc1b0;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 90px;
  vertical-align: middle;
  font-size: 2.0rem;
}
.basic_join {
  background-color: #999999;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 90px;
  vertical-align: middle;
  font-size: 2.0rem;
}
.today_content {
  color: #cd5c5c;
  font-weight: bold;
}
.transfer_content {
  color: #cd7d60;
  font-weight: bold;
}
.monitor_content {
  color: #dca48f;
  font-weight: bold;
}
.basic_content_note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .special_offer__table td {
    padding: 3%;
  }
}
.color_gold {
  color: #937218;
}
.special_offer__table tr {
  background-color: #fff;
}
/*====== special_offer__sub ======*/
.special_offer__sub {
  width: 100%;
}
/*=========== instructor ===========*/
.instructor {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .instructor {
    padding: 0 0 3rem;
  }
}
.instructor__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .instructor__content {
    display: block;
  }
}
.instructor__image {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .instructor__image {
    width: 100%;
  }
}
.instructor__txtbox {
  padding: 4% 3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instructor__txtbox {
    padding: 7% 5%;
    line-height: 2.5rem;
  }
}
.instructor__btn {
  display: block;
  background-color: #ede2de;
  padding: 3% 12% 3% 7%;
  margin: 5% auto;
  width: fit-content;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .instructor__btn {
    padding: 3% 14% 3% 7%;
  }
}
.instructor__btn--link {
  font-size: 1.4rem;
}
.instructor__btn a:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 43%;
  margin: auto;
  width: 20px;
  height: 8px;
  background-image: url("../img/arrow_hoso.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .instructor__btn a:after {
    right: 14px;
  }
}
.slider {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.center {
  padding: 0 0 20px;
}
/* スライドアイテム共通 */
.instructor_photo {
  width: 300px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.instructor_photo img {
  width: 100%;
  border-radius: 12px;
  display: block;
  margin-bottom: 12px; /* 画像とテキストの間に余白 */
}
/* テキスト部分 */
.instructor_text {
  color: #333;
  text-align: left;
  padding-left: 20px;
  font-family: 'futura-pt', sans-serif;
}
.instructor_text .name {
  font-size: 3rem;
}
.instructor_text .bottom_text {
  font-size: 14px;
  line-height: 1.6;
}
.instructor_text .license {
  margin: 0;
  color: #666;
}
.instructor_text .specialty {
  margin: 2px 0 0;
  color: #999;
}
/* slick調整 */
.center .slick-slide {
  transition: transform 0.5s ease;
}
.center .slick-list {
  overflow: visible;
}
/*=========== faq ===========*/
.faq {
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 0 0 75px;
  }
}
.accordion_area {
  margin-bottom: 30px;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  border-bottom: solid 1px #937218;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #937218;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #937218;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 10px;
    right: 4px;
  }
}
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q.";
  color: #937218;
  font-family: "Gill Sans", serif;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A.";
  color: #937218;
  font-family: "Gill Sans", serif;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
}
/*=========== studios ===========*/
.studios {
  background-color: #f5f5f5;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .studios {
    padding: 0 0 75px;
  }
}
.studios dl {
  border-collapse: collapse;
  margin: 2% auto 3%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.studios dt {
  font-weight: 600;
  font-weight: bold;
  width: 84px;
  flex-basis: 30%;
  color: #937218;
}
.studios dd {
  line-height: 1.5;
  font-weight: 400;
  display: table-cell;
  flex-basis: 70%;
  margin-left: 0;
}
.studios dt, dd {
  padding: 5px 0 25px 20px;
}
@media screen and (max-width: 768px) {
  .studios dt, dd {
    padding: 3% 2%;
  }
}
.map {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map {
    width: 100%;
    /* padding-top: 56.25%;16:9のアスペクト比高さ */
    height: 100%;
    border: 0;
    display: block;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* 横並びにするラッパー */
.studios__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; /* コンテンツ間の隙間 */
}
/* 個々のコンテンツボックス */
.studios__content {
  width: 48%;
  box-sizing: border-box;
  background: #FFF;
  padding: 3%;
  border-radius: 1%;
}
/* スマホ時は縦並び */
@media screen and (max-width: 768px) {
  .studios__list {
    flex-direction: column;
    gap: 40px;
  }
  .studios__content {
    width: 100%;
  }
}
.studios__content-icon {
  text-align: center;
  padding-top: 5%;
}
.studios__content-icon a {
  display: block;
}
.studios__content-icon img {
  width: 50px
}
.pickup {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5rem;
  animation: flash 2s linear infinite;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pickup {
    font-size: 1.2rem;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*=========== footer ===========*/
.footer {
  width: 100%;
  padding: 2rem 0;
  color: #51421f;
  font-size: 1rem;
  background: #ede2de;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 10px 10px;
  }
}
.copyright p {
  font-size: 0.75rem;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .copyright p {
    padding-top: 30px;
  }
}
/*=========== animation ===========*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/*=========== company ===========*/
.company {
  max-width: 900px;
  margin: 0 auto;
  padding: 8% 0 8% 0;
}
@media screen and (max-width: 768px) {
  .company {
    margin: 0 auto;
    max-width: 100%;
    padding: 160px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .company h2 {
    font-size: 1.6rem;
  }
}
.company__content__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__content__wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 5% 2% 5% 2%;
    position: relative;
  }
}
.company h2 {
  margin: 5% 0;
}
.company__table {
  width: 700px;
  margin: 0 auto;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .company__table {
    width: 90%;
    margin: 0 auto;
    line-height: 23px;
  }
}
.company__table th, .company__table td {
  border-bottom: solid 0.35px #937218;
  padding: 1.8rem;
}
@media screen and (max-width: 768px) {
  .company__table th, .company__table td {
    padding: 1rem;
  }
}
/*=========== privacy ===========*/
.pripoli {
  position: relative;
  margin: 0 auto;
  max-width: 70%;
  padding-top: 160px;
  overflow: hidden;
}
.pripoli h2 {
  margin: 5% 0;
}
@media screen and (max-width: 768px) {
  .pripoli {
    max-width: 90%;
    padding-top: 70px;
    margin: 0 auto;
  }
  .pripoli h2 {
    font-size: 1.6rem;
    margin: 10% 0;
  }
}
.pri_bg {
  margin: 0 auto 5%;
  background: #fff;
  padding: 2%;
}
.pri_wrap {
  text-align: left;
}
.pri_midasi {
  font-weight: bold;
  color: #57584B;
  display: block;
  font-size: 21px;
  margin: 5% 0 2% 0;
}
.pri_txt {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #57584B;
}
@media screen and (max-width: 768px) {
  .pri_midasi {
    margin: 7% 0 5% 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pri_txt {
    font-size: 1.1rem;
    line-height: 1.65;
  }
}
/*=========== terms ===========*/
.terms {
  position: relative;
  margin: 0 auto;
  max-width: 70%;
  padding-top: 160px;
  overflow: hidden;
}
.terms h2 {
  margin: 5% 0;
}
@media screen and (max-width: 768px) {
  .terms {
    max-width: 90%;
    padding-top: 70px;
    margin: 0 auto;
  }
  .terms h2 {
    font-size: 1.6rem;
    margin: 10% 0 0;
  }
}
.terms_bg {
  margin: 0 auto 5%;
  background: #fff;
  padding: 2%;
}
.terms_wrap {
  text-align: left;
}
.terms_midasi {
  font-weight: bold;
  color: #57584B;
  display: block;
  font-size: 21px;
  margin: 5% 0 2% 0;
}
.terms_txt {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #57584B;
  margin: 2% 0;
}
@media screen and (max-width: 768px) {
  .terms_midasi {
    margin: 7% 0 5% 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .terms_txt {
    font-size: 1.1rem;
    line-height: 1.65;
  }
}
.terms_txt_bold {
  font-weight: 600;
}
/*=========== instructor--introduction ===========*/
.instructor--introduction__sub {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .instructor--introduction__sub {
    padding-bottom: 3%;
  }
}
.instructor-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; /* 間隔はお好みで */
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .instructor-wrapper {
    grid-template-columns: 1fr;
  }
}
.instructor-wrapper li {
  height: 100%;
}
.instructor--introduction__content {
  display: flex;
  column-gap: 20px;
  justify-content: space-around;
  padding: 5%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .instructor--introduction__content {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.instructor--introduction__item {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .instructor--introduction__item {
    margin: 0 auto;
  }
}
.instructor--introduction__txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .instructor--introduction__txtbox {
    margin: 0 auto;
    width: 100%;
  }
}
.instructor--introduction__bold {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 3% 0;
  color: #937218;
  border-bottom: solid 1px #937218;
}
.instructor--introduction__txtbox table tr th {
  width: 27%;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .instructor--introduction__txtbox table tr th {
    width: 40%;
    font-size: 1.4rem;
    padding-right: 12px;
  }
}
.instructor--introduction__txtbox table tr td {
  padding-bottom: 3%;
  line-height: 3rem;
}
#price {
  text-align: center;
  background-color: #fdf7f2;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  #price {
    padding: 0 0 75px;
  }
}
#price .price__title {
  font-size: 28px;
  font-weight: bold;
  color: #b87352;
  margin-bottom: 20px;
}
#price .price__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #price .price__list {
    flex-direction: column;
    align-items: center;
  }
}
#price .price__item {
  width: 30%;
  background-color: #f5f2ef;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #price .price__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
#price .price__item:nth-child(2) .price__header {
  background-color: #b4826b;
}
#price .price__item:nth-child(3) .price__header {
  background-color: #dc9987;
}
#price .price__item .price__header {
  background-color: #d19c83;
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 130px;
}
@media screen and (max-width: 768px) {
  #price .price__item .price__header {
    height: 90px;
  }
}
#price .price__item .price__header.popular::before {
  content: "人気プラン";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcc00;
  color: #7a4b2c;
  font-size: 1.2rem;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: bold;
}
#price .price__item .price__header .price__title {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
#price .price__item .price__body {
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
}
#price .price__item .price__body .price__discount {
  background-color: #fff;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
}
#price .price__item .price__body .price__discount del {
  color: #d9534f;
  font-size: 16px;
}
#price .price__item .price__body .price__discount .price {
  font-size: 20px;
  font-weight: bold;
  color: #b87352;
}
.price__btn {
  display: block;
  background-color: #dc9987;
  padding: 1% 12% 1% 7%;
  margin: 5% auto;
  width: fit-content;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__btn {
    padding: 3% 20% 3% 14%;
  }
}
.price__btn__link {
  font-size: 2rem;
  color: #fff;
}
.price__btn a:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 43%;
  margin: auto;
  width: 20px;
  height: 8px;
  background-image: url("../img/arrow_hoso_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .price__btn a:after {
    right: 14px;
  }
}
#price .price__details .price__link {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #b87352;
  font-weight: bold;
  text-decoration: none;
}
#price .price__details .price__link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
#price .price__item .price__badge {
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
}
.price__sub {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_mv.jpg);
  background-size: 100%;
  padding: 160px 0 80px;
}
@media screen and (max-width: 768px) {
  .price__sub {
    padding: 120px 0 75px;
  }
}
.price__sub .price__sub__content {
  padding: 5%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .price__sub .price__sub__content {
    display: block;
  }
}
.price__sub .price__table {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .price__sub .price__table {
    width: 100%;
  }
}
.price__sub .price__table table {
  width: 100%;
  border-collapse: collapse;
}
.price__sub .price__table table th {
  border: 1px solid #dedede;
  background-color: #eeeeee;
  text-align: center;
  padding: 8px;
  color: #937218;
}
.price__sub .price__table table td {
  border: 1px solid #e9e9e9;
  padding: 25px;
  line-height: 2.6rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .price__sub .price__table table td {
    padding: 3%;
  }
}
.price__sub .price__table table tr {
  background-color: #fff;
}
.trial_ttl h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.5rem;
  letter-spacing: 0.12em;
  color: #937218;
  border-bottom: solid 1px #937218;
  margin-bottom: 3%;
}
.trial_ttl p {
  font-weight: 600;
}
.trial_lesson_price {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.trial_lesson_price .trial_lesson_free {
  font-size: 3.2rem;
  padding-left: 10px;
}
.trial_lesson_price .trial_lesson_free span {
  font-size: 1.7rem;
}
.times {
  color: #fff;
  background-color: #dca48f;
  border-radius: 50%;
  text-align: center;
  display: flex;
  width: 46px;
  height: 46px;
  font-size: 2.2rem;
  align-items: baseline;
  justify-content: center;
  margin-right: 20px;
  line-height: 4.5rem;
}
.price__title {
  margin-bottom: 3%;
}
.price__subtitle {
  background-color: #f4eae2;
  padding: 2%;
  border-radius: 5%;
}
.price__number {
  color: #e78071;
  font-weight: 700;
}
.price__container {
  display: flex;
  justify-content: center;
  align-items: space-between;
  line-height: 2.6rem;
}
.price__left {
  font-size: 1.5rem;
  color: #fff;
  background-color: #e78071;
  border-radius: 5%;
  padding: 0 1%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .price__left {
    font-size: 1.2rem;
    padding: 1% 2%;
    margin-right: 3%;
    line-height: 1.3rem;
  }
}
.price__bold {
  font-weight: 700;
  font-size: 2rem;
}
.price__tax {
  font-size: 1.2rem;
}
.color_gold {
  color: #937218;
}

/*=========== 追従ボタン ===========*/
/* 共通：非表示から始める */
.cta-btn {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* ▼PC版 */
.cta-pc {
  bottom: 30px;
  right: 30px;
  width: 180px; /* 画像サイズに合わせて調整 */
  display: none;
}

/* ▼SP版 */
.cta-sp {
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}

/* ▼表示時（JSで追加） */
.cta-btn.active {
  opacity: 1;
  visibility: visible;
}

/* ▼レスポンシブ切り替え */
@media (min-width: 769px) {
  .cta-pc { display: block; }
}
@media (max-width: 768px) {
  .cta-sp { display: block; }
}
