/* ===================================
 *  トップページ
 * =================================== */
 /* ===== 共通 ===== */
 .entry-content .wrap1300-sp-l {
  max-width: 1300px !important;
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .entry-content .wrap1300-sp-l {
    max-width: 100% !important;
    width: 100%;
  }
}

.entry-content .wrap1100-sp-ll {
  max-width: 1100px !important;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .entry-content .wrap1100-sp-ll {
    width: 95%;
  }
}

@media (max-width: 1025px) {
  .entry-content .wrap1100-sp-ll {
    max-width: 100% !important;
    width: 100%;
  }
}

.entry-content .wrap1100-sp-l {
  max-width: 1100px !important;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .entry-content .wrap1100-sp-l {
    width: 95%;
  }
}
@media (max-width: 1025px) {
  .entry-content .wrap1100-sp-l {
    max-width: 700px !important;
  }
}
@media (max-width: 767px) {
  .entry-content .wrap1100-sp-l {
    max-width: 100% !important;
    width: 85%;
  }
}

.entry-content .wrap1100-sp-s {
  max-width: 1100px !important;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .entry-content .wrap1100-sp-s {
    width: 95%;
  }
}
@media (max-width: 1025px) {
  .entry-content .wrap1100-sp-s {
    max-width: 700px !important;
  }
}
@media (max-width: 767px) {
  .entry-content .wrap1100-sp-s {
    max-width: 100% !important;
    width: 80%;
  }
}

.entry-content .wrap900-sp-l {
  max-width: 900px !important;
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .entry-content .wrap900-sp-l {
    max-width: 700px !important;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .entry-content .wrap900-sp-l {
    max-width: 100% !important;
    width: 85%;
  }
}

.entry-content .wrap800-sp-s {
  max-width: 800px !important;
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .entry-content .wrap800-sp-s {
    max-width: 600px !important;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .entry-content .wrap800-sp-s {
    max-width: 100% !important;
    width: 80%;
  }
}

.entry-content a{
  -webkit-tap-highlight-color: transparent;
}

.entry-content a:focus,
.entry-content a:focus-visible{
  outline: none;
}

.pc-br {
  display: inline;
}
@media (max-width: 1025px) {
  .pc-br {
    display: none;
  }
}

.tab-br {
  display: none;
}
@media (max-width: 1025px) {
  .tab-br {
    display: inline;
  }
}
@media (max-width: 767px) {
  .tab-br {
    display: none;
  }
}

.tab-sp-br {
  display: none;
}
@media (max-width: 1025px) {
  .tab-sp-br {
    display: inline;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

.img-wrap {
  width: 100%;
  margin: 0 auto;
}

.img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.relative{
  position: relative;
}

@media (max-width: 1025px) {
  .text-space-tab-sp {
    display: inline-block;
    transform: translateX(-0.5em);
  }
}

@media (max-width: 767px) {
  .text-space-sp {
    display: inline-block;
    transform: translateX(-0.5em);
  }
}

.tate-wrap{
  width: 1.75em;
  height: max-content;
  writing-mode: vertical-rl;
}

.tate-wrap-s{
  width: 2em;
  height: max-content;
  writing-mode: vertical-rl;
}

 /* ===== FV ===== */
.entry-content .mithril-fv{
    width: 100%;
    background: #fffefa;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
 }

 /* タブレット・スマホ */
 @media (max-width: 1025px) {
  .entry-content .mithril-fv{
    width: 100%;
    }
 }

 .entry-content .logo{
  display: inline-block;
   width: 160px;
   margin-left: 0 !important;
   padding: 1em;
   cursor: pointer;
 }

 .entry-content .logo:hover{
  opacity: 0.8;
}

 /* タブレット・スマホ */
 @media (max-width: 1025px) {
  .entry-content .logo{
      display: none;
    }
}

.entry-content .fv-text{
   padding-top: 100px;
   padding-bottom: 100px;
 }

 /* タブレット・スマホ */
 @media (max-width: 1025px) {
  .entry-content .fv-text{
      padding-top: 50px;
   padding-bottom: 50px;
    }
}

.entry-content .info-bn{
  display: flex;
  width: 530px;
  background: #fff;
  margin: 0 0 0 auto !important;
  padding: 10px;
  gap: 1.5em;
  box-shadow: 0 4px 20px rgba(30, 42, 34, 0.10);
}

.entry-content .info-bn:hover{
  opacity: 0.8;
}

.entry-content .info-img-box{
  width: 25%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  flex-shrink: 0;
}

.entry-content .info-img-box img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.entry-content .info-text-box{
  display: flex;
    flex-direction: column;
    justify-content: center;
  width: calc(75% - 1.5em);
}

.entry-content .mithril-info__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #aea18a;
  line-height: 2;
  margin: 0;
}

.entry-content .mithril-info__day {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #aea18a;
  line-height: 2;
  margin: 0;
}

.entry-content .mithril-info__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin: 0;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .info-bn {
    width: 95%;
    padding: 10px;
  }

  .entry-content .info-img-box{
      aspect-ratio: 1 / 1.2;
  }

  .entry-content .info-img-box img{
  object-position: center left;
}

  .entry-content .mithril-info__text {
    font-size: 12px;
  }

  .entry-content .mithril-info__day {
    font-size: 12px;
  }

  .entry-content .mithril-info__title {
    font-size: 14px;
  }

}

 /* ===== FV下メニュー ===== */
 .nav-wrap{
  width: 100%;
  background: #aea18a;
 }

.entry-content .mithril-nav{
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #aea18a;
 }
 
 .entry-content .mithril-nav li{
  width: 20%;
  padding: 0.5em;
 }

 .entry-content .mithril-nav li a{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1c2820;
  text-decoration: none;
  background: #aea18a;
  border-right: 1px solid #fffefa;
  padding: 0.5em;
 }

 .entry-content .mithril-nav li:first-of-type a{
  border-left: 1px solid #fffefa;
 }

 .entry-content .mithril-nav li a:hover{
  color: #fffefa;
 }

 @media (max-width: 1440px) {
 .entry-content .mithril-nav li:first-of-type a{
  border-left: none;
 }

 .entry-content .mithril-nav li:last-of-type a{
  border-right: none;
 }
}

/* タブレット・スマホ */
 @media (max-width: 1025px) {
  .entry-content .mithril-nav{
      display: none;
    }
}

 /* ===== 導入 ===== */
 .entry-content .mithril-speech {
    background-image: url('/wp-content/uploads/2026/04/sec2-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 200px 25px 100px;
    margin-bottom: 0;
  }

  .entry-content .mithril-speech__catch {
    font-size: 38px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    text-align: left;
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 120px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }

  .entry-content .mithril-speech__text {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 1.8;
    margin: 2em 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }

  .entry-content .mithril-speech__text-s {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 2;
    margin: 2em 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }

  /* スマホ対応 */
  @media (max-width: 767px) {
    .entry-content .mithril-speech {
      padding: 100px 5px 15px;
    }

    .entry-content .mithril-speech__catch {
      font-size: 24px;
      margin: 0 0 60px;
    }

    .entry-content .mithril-speech__text {
      font-size: 16px;
      margin: 4em 0;
    }

    .entry-content .mithril-speech__text-s {
      font-size: 14px;
      margin: 4em 0;
    }

  }

  /* ===== 疑問 ===== */
 .entry-content .mithril-why {
  background-image: url('/wp-content/uploads/2026/05/why_bg_2.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 25px 160px;
  margin-bottom: 0;
}

.mithril-why .text-flex{
  display: flex;
  justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
}

.why-text-wrap{
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}

.entry-content .mithril-why__catch {
  font-size: 45px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .mithril-why__text {
  font-size: 24px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .mithril-why__text-s {
  font-size: 16px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
}

.entry-content .why-list{
  display: flex;
  justify-content: center;
    list-style: none;
    margin-top: 100px;
    gap: 1em;
    padding: 0;
}

.entry-content .why-list li{
  width: calc(100% / 3 - 0.5em);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fffefa;
  padding: 8em 2.5em 2.5em;
    gap: 40px;
    position: relative;
}

.entry-content .why-list .number{
  width: 100px;
  margin-left: 0 !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.entry-content .why-list .list-box__tate{
  display: flex;
  justify-content: center;
    flex-direction: row-reverse;
    gap: 1em;
}

.entry-content .why-list .list-box__tate .tate__catch {
  font-size: 38px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .why-list .list-box__tate .tate__text {
  font-size: 22px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .why-list .list-box__tate .tate-n {
  display: inline-block;
  width: 28px;
  transform: translateX(-4px);
}

.entry-content .why-list .list-box__tate .blank {
  margin-top: 0.25em;
}

.entry-content .why-list .list-box__yoko{
  display: flex;
  justify-content: center;
}

.entry-content .why-list .list-box__yoko .yoko__text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
}

/* タブレット */
.entry-content .mithril-why {
  padding: 200px 0 160px;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-why {
    padding: 100px 0 50px;
  }

  .mithril-why .text-flex{
    align-items: center;
    flex-direction: column;
      gap: 40px;
  }

  .why-text-wrap{
    gap: 20px;
  }

  .entry-content .mithril-why__catch {
    font-size: 32px;
  }

  .entry-content .mithril-why__text {
    font-size: 19px;
  }

  .entry-content .mithril-why__text-s {
    font-size: 14px;
  }

  .entry-content .why-list .number{
    width: 70px;
    top: 0;
  }

  .entry-content .why-list .list-box__tate .tate__catch {
    font-size: 32px;
  }
  
  .entry-content .why-list .list-box__tate .tate__text {
    font-size: 19px;
  }

  .entry-content .why-list .list-box__tate .tate-n {
    width: 23px;
    transform: translateX(-3px);
  }

  .entry-content .why-list .list-box__yoko .yoko__text {
    font-size: 14px;
  }

}

/* スライド */
.why-next,
.why-dots{
  display: none;
}

@media (max-width: 1025px) {
.why-slider-wrap .why-slider{
  position: relative;
  overflow: visible;
}

.why-slider-wrap .why-slider-scroll{
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: 30px;
  scroll-padding-left: 30px;
  box-sizing: border-box;
}

.why-slider-wrap .why-slider-scroll::-webkit-scrollbar{
  display: none;
}

.why-slider-wrap .why-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 20px;
  padding: 40px 0 90px;
}

.why-slider-wrap .why-list::after{
  content: "";
  display: block;
  width: 30px;
  flex-shrink: 0;
}

.why-slider-wrap .why-list li{
  width: 82vw;
  max-width: 380px;
  flex-shrink: 0;
  scroll-snap-align: start;
  padding: 5em 2em 2.5em;
  gap: 10px;
}

/* ボタン初期化 */
.why-next,
.why-dots button{
appearance: none;
-webkit-appearance: none;
border: none;
outline: none;
box-shadow: none;
background-color: transparent;
padding: 0;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 touch-action: manipulation;
}

/* タップ・フォーカス時 */
.why-next:active,
.why-next:focus,
.why-next:focus-visible,
.why-next:hover,
.why-dots button:active,
.why-dots button:focus,
.why-dots button:focus-visible{
outline: none;
box-shadow: none;
background-color: transparent !important;
}

.why-next:active,
.why-next:focus,
.why-next:focus-visible,
.why-next:hover{
border:none !important;
}

/* iOS対策 */
.why-next::-moz-focus-inner,
.why-dots button::-moz-focus-inner{
  border: 0;
  padding: 0;
}

.why-next,
.why-dots{
display: block;
}

/* 矢印 */
.why-next{
  position: absolute;
  top: 37%;
  right: 10px;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  padding: 0;
  background: url('https://mithril-frame.com/wp-content/uploads/2026/05/why_slider_arrow.png')
  center center / contain
  no-repeat;
  z-index: 20;
  cursor: pointer;
}

/* ドット */
.why-dots{
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
}

.why-dots button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9);
  background: transparent;
  padding: 0;
  transition: .3s;
}

.why-dots button.active{
  background: #fff;
  width: 12px;
  height: 12px;
}
}


/* ===== ピラティスとは ===== */
.entry-content .mithril-about {
  background-image: url('/wp-content/uploads/2026/05/about_bg_2-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 450px 0 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.about-flex{
  display: flex;
    gap: 80px;
}

.about-left{
  display: flex;
  justify-content: center;
    flex-direction: row-reverse;
    gap: 1em;
}

.entry-content .mithril-about__catch {
  font-size: 45px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.about-right{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.entry-content .mithril-about__text {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .mithril-about__text-s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin-bottom: 5em;
}

.about-bottom{
  display: flex;
  justify-content: center;
    align-items: center;
  flex-direction: column;
  margin: 100px auto 0;
  padding: 0;
  position: relative;
}

.about-list{
  display: flex;
  justify-content: center;
    align-items: center;
  flex-direction: column;
  margin: 100px auto 0;
  gap: 1em;
}

.about-list .about-list-wrap{
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
}

.about-list .mithril-about__text-s{
  display: flex;
justify-content: center;
flex-direction: row-reverse;
}

.about-img-box1 {
  position: absolute;
  width: 55%;
  left: 0;
  top: -230px;
  transform: translate(0%, -50%);
  z-index: -1;
}

.about-img-box2 {
  position: absolute;
  width: 20%;
  right: 0;
  top: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}

.about-img-box3 {
  position: absolute;
  width: 20%;
  left: 0;
  top: -10px;
  transform: translate(0%, -50%);
  z-index: -1;
}

.about-img-box4 {
  position: absolute;
  width: 30%;
  right: 0;
  top: 150px;
  transform: translate(0%, -50%);
  z-index: -1;
}

.about-img-box5 {
  width: 100%;
    margin-top: -120px;
}

/* タブレット */
@media (max-width: 1025px) {
  
  .about-img-box2 {
    top: -100px;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-about {
    padding: 100px 0 50px;
  }

  .about-flex{
    flex-direction: column;
    gap: 20px;
  }

  .entry-content .mithril-about__catch {
    font-size: 32px;
    margin-bottom: 1em;
  }

  .entry-content .mithril-about__text {
    font-size: 19px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-about__text-s {
    font-size: 14px;
    margin-bottom: 2em;
  }

  .about-bottom {
    margin: 40px auto 0;
  }

  .about-list {
    margin: 60px auto 0;
  }

  .about-list .about-list-wrap{
    align-items: center;
    flex-direction: column;
  }

  .about-list .mithril-about__text{
    margin-bottom: 2em;
  }

  .about-img-box1 {
    position: initial;
    width: 100%;
    transform: none;
    margin-bottom: 40px;
  }

  .about-img-box3 {
    position: initial;
    width: 100%;
    transform: none;
    margin-bottom: 40px;
  }

  .about-img-box5 {
      margin-top: 0;
      margin-bottom: 60px;
  }

  .about-img-box2, .about-img-box4{
    display: none;
  }

}

/* ===== 選ばれる理由 ===== */
.entry-content .mithril-reason {
  background-image: url('/wp-content/uploads/2026/05/reason_bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: 20% center;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
  padding: 150px 25px 100px;
  margin-bottom: 0;
}

.entry-content .mithril-reason__catch {
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 2em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-reason__text {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 2em 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-reason__text-s {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 2;
  margin: 2em 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .reason-list{
  display: flex;
  justify-content: center;
  flex-direction: column;
    list-style: none;
    margin-top: 100px;
    padding: 0;
    gap: 40px;
}

.entry-content .reason-list li{
  width: 100%;
  display: flex;
  padding: 2.5em 0;
    gap: 80px;
}

.reason-box__tate{
  display: flex;
  flex-direction: column;
    gap: 2em;
}

.reason-box__tate .number{
  width: 100px;
  margin: 0 auto !important;
}

.entry-content .reason-box__tate .tate__catch {
  font-size: 24px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.8;
}

.reason-box__yoko{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
  gap: 40px;
}

.reason-point{
  display: flex;
  gap: 2em;
}

.reason-img-box{
  width: 265px;
}

.reason-detail-box{
  width: calc(100% - 265px - 2em);
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.point-wrap{
  display: flex;
  align-items: center;
  margin-top: -0.5em;
  gap: 1.5em;
}

.entry-content .point-wrap p{
  margin-bottom: 0;
}

.entry-content .reason-box__yoko .point__icon {
  display: flex;
    align-items: center;
    justify-content: center;
  width: 75px;
  height: 75px;
  aspect-ratio: 1 / 1;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  background: #fff;
  border-radius: 50%;
}

.entry-content .reason-box__yoko .yoko__catch {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  line-height: 2;
}

.entry-content .reason-box__yoko .yoko__text_s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  line-height: 2;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {

  .reason-point{
    flex-direction: column;
  }

  .reason-detail-box{
    width: 100%;
    gap: 2em;
  }

  .point-wrap{
    justify-content: center;
    margin-top: 0;
    gap: 1em;
  }

  .reason-img-box{
    margin: 0 auto;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-reason {
    background-position: bottom right;
    padding: 100px 0 50px;
  }

  .entry-content .mithril-reason__catch {
    font-size: 24px;
  }

  .entry-content .mithril-reason__text {
    font-size: 19px;
  }

  .entry-content .mithril-reason__text-s {
    font-size: 14px;
  }

  .entry-content .reason-list{
      margin-top: 50px;
      gap: 40px;
  }
  
  .entry-content .reason-list li{
    flex-direction: column;
    gap: 20px;
  }

  .reason-box__tate{
    align-items: center;
  }
  
  .reason-box__tate .number{
    width: 80px;
  }

  .entry-content .reason-box__tate .tate__catch {
    font-size: 19px;
  }

  .reason-box__yoko{
    margin-top: 0;
    gap: 40px;
  }

  .entry-content .reason-box__tate .yoko__catch {
    font-size: 19px;
  }

  .entry-content .reason-box__yoko .yoko__catch {
    font-size: 19px;
  }

  .entry-content .reason-box__yoko .yoko__catch .narrow {
    letter-spacing: 0.05em;
  }
  
  .entry-content .reason-box__yoko .yoko__text_s {
    font-size: 14px;
  }

}

/* ===== メッセージ ===== */
.entry-content .mithril-message {
  background-image: url('/wp-content/uploads/2026/05/message_bg.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 25px 160px;
  margin-bottom: 0;
}

.mithril-message .text-flex{
  display: flex;
  align-items: center;
  justify-content: center;
    flex-direction: row;
    gap: 80px;
}

.entry-content .mithril-message__catch {
  font-size: 45px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .mithril-message__text {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .mithril-message__text-s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
}

.message__yoko{
  width: 600px;
}

.message-img-box{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 260px;
}

.message-img-box p{
  margin-top: 1em;
}

/* ボタン */
.mithril-profile__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 414px;
  height: 76px;
  background: #fff;
  color: #1c2820;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  border: solid 2px #1c2820;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mithril-profile__cta:hover {
  color: #1c2820 !important;
  opacity: 0.85;
  transform: translateY(-2px);
}

.mithril-profile__cta-arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.mithril-profile__cta-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* スマホ・タブレット */
@media (max-width: 1025px) {
.mithril-message .text-flex{
  flex-direction: column;
    gap: 20px;
}

.message-img-box{
  margin-top: 2em;
 }

.message-img-box p{
  margin-bottom: 4em;
}

.mithril-profile__cta-arrow{
  right: 15px;
}
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-message {
    padding: 100px 0;
  }

  .entry-content .mithril-message__catch {
    font-size: 32px;
  }

  .entry-content .mithril-message__text {
    font-size: 19px;
  }

  .entry-content .mithril-message__text-s {
    font-size: 14px;
  }

  .message__yoko{
    width: 100%;
  }

  .mithril-profile__cta {
    font-size: 16px;
    max-width: 280px !important;
        height: 55px;
  }

}

/* ===== スタジオ紹介 ===== */
.entry-content .mithril-intro {
  background-image: url('/wp-content/uploads/2026/05/intro_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 100px 0;
}

.entry-content .mithril-intro__catch {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 60px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-intro {
    padding: 50px 0;
  }

  .entry-content .mithril-intro__catch {
    font-size: 32px;
    margin: 0 0 50px;
  }

}

/* スライド */
.intro-sticky{
  position:sticky;
height: 700px;
overflow: hidden;
  display: flex;
  align-items: center;
}

.intro-slider-wrap{
  width:100%;
  padding: 0 150px;
}

.entry-content .intro-list{
  display:flex;
  align-items:center;
  gap:48px;
list-style: none;
padding: 0 !important;
}

.intro-item{
  flex-shrink: 0;
  position: relative;
}

.intro-item01{
  transform:translateY(120px);
}

.intro-item02{
  transform:translateY(-80px);
}

.intro-item03{
  transform:translateY(180px);
}

.intro-item04{
  transform:translateY(-60px);
  z-index:2;
}

.intro-item05{
  transform:
    translateX(-160px)
    translateY(-280px);
  z-index:1;
}

.intro-end-space{
  flex:0 0 150px;
  height:1px;
}

/* サイズ */
.intro-item01 .intro-item-inner{
  width:260px;
  height:320px;
}

.intro-item02 .intro-item-inner{
  width:500px;
  height:500px;
}

.intro-item03 .intro-item-inner{
  width:280px;
  height:200px;
}

.intro-item04 .intro-item-inner{
  width:380px;
  height:380px;
}

.intro-item05 .intro-item-inner{
  width:200px;
  height:200px;
}

.intro-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.intro-item.intro-item05 img{
  object-position: center left;
}

@media (max-width:767px){
  .intro-scroll-section{
    overscroll-behavior: contain;
  }

  .intro-sticky{
  height: 500px;
  }

  .intro-slider-wrap{
    touch-action: pan-y;
    padding: 0 30px;
  }

  .entry-content .intro-list{
    gap: 30px;
  }

  .intro-item01{
    transform:translateY(50px);
  }

  .intro-item02{
    transform:translateY(-60px);
  }

  .intro-item03{
    transform:translateY(70px);
  }

  .intro-item04{
    transform:translateY(-60px);
  }

  .intro-item05{
    margin-left: -60px;
    transform: translateY(-160px);
  }

  .intro-end-space{
    flex:0 0 15px;
  }

  .intro-item01 .intro-item-inner{
    width:130px;
    height:160px;
  }

  .intro-item02 .intro-item-inner{
    width:250px;
    height:250px;
  }

  .intro-item03 .intro-item-inner{
    width:140px;
    height:100px;
  }

  .intro-item04 .intro-item-inner{
    width:190px;
    height:190px;
  }

  .intro-item05 .intro-item-inner{
    width:100px;
    height:100px;
  }

}

/* ===== キャンペーン ===== */
.entry-content .mithril-campaign {
  background-image: url('/wp-content/uploads/2026/05/campaign_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 150px 0 200px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.campaign-tate{
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}

.entry-content .mithril-campaign__catch {
  font-size: 45px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.campaign-yoko{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.entry-content .mithril-campaign__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 0;
}

.entry-content .mithril-campaign__text-l {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.5;
  margin-bottom: 0;
}

.campaign-img-box1 {
  position: absolute;
  width: 28%;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: -1;
}

.campaign-img-box2 {
  position: absolute;
  width: 25%;
  right: 0;
  top: 55%;
  transform: translate(0%, -50%);
  z-index: -1;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-campaign {
    padding: 80px 0;
  }

  .campaign-tate{
    margin-bottom: 0;
  }

  .entry-content .mithril-campaign__catch {
    font-size: 32px;
  }

  .entry-content .mithril-campaign__text {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-campaign__text-l {
    font-size: 32px;
    letter-spacing: 0.1em;
  }

  .campaign-img-box1 {
    position: initial;
        width: 100%;
        transform: none;
        margin-bottom: 40px;
  }
  
  .campaign-img-box2 {
    position: initial;
        width: 100%;
        transform: none;
        margin-top: 40px;
  }

}

/* ===== 料金プラン ===== */
.entry-content .mithril-price {
  background-image: url('/wp-content/uploads/2026/05/price_bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
  padding: 100px 25px 200px;
  margin-bottom: 0;
}

.entry-content .mithril-price__catch {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-price__text-s {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 2;
  margin: 2em 0 4em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-price__text-ss {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin: 2em 0 0;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {
  .entry-content .mithril-price__text-ss {
    text-align: left;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-price {
    padding: 50px 0 80px;
  }

  .entry-content .mithril-price__catch {
    font-size: 32px;
  }

  .entry-content .mithril-price__text-s {
    font-size: 14px;
  }

  .entry-content .mithril-price__text-ss {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

}

/* 料金表全体のコンテナ */
.entry-content .mithril-pricing {
  background: #fff;
  padding: 80px 100px;
  margin-bottom: 4em;
}

/* タイトル（パーソナルレッスン） */
.entry-content .mithril-pricing__topic {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1c2820;
  margin-bottom: 0.5rem;
}

.entry-content .mithril-price .mithril-pricing__title{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1c2820;
}

/* リスト全体の装飾リセットと間隔 */
.entry-content .mithril-pricing__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 780px;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {
  .entry-content .mithril-pricing {
    padding: 60px;
  }

  .entry-content .mithril-pricing__list {
    width: 100%;
    }
}

/* 各行のレイアウト */
.entry-content .mithril-price .mithril-pricing__item {
  display: flex;
  border: 2px solid #1c211f;
  /* 右側の枠線用に全体のボーダーを設定 */
}

/* 左側の黒いラベル部分 */
.entry-content .mithril-price .mithril-pricing__label {
  flex: 0 0 42%;
  background-color: #1c2820;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 2px solid #1c211f;
}

/* 右側の料金部分 */
.entry-content .mithril-price .mithril-pricing__price {
  flex: 1;
  background-color: #ffffff;
  color: #1c211f;
  font-size: 22px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 12px;
}

.entry-content .mithril-price .mithril-pricing__price span{
  font-size: 15px;
  margin-left: 1em;
  margin-top: 0.25em;
}

/* スマホ用の微調整（必要に応じて） */
@media screen and (max-width: 767px) {
  .entry-content .mithril-pricing {
    padding: 60px 10px;
    margin-bottom: 3em;
  }

  .entry-content .mithril-pricing__topic {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .entry-content .mithril-price .mithril-pricing__title{
    font-size: 19px;
    letter-spacing: 0.1em;
  }

  /* 各行のレイアウト */
.entry-content .mithril-price .mithril-pricing__item {
  flex-direction: column;
}

  .entry-content .mithril-price .mithril-pricing__label {
    font-size: 16px;
    padding: 6px 4px;
    flex: 0 0 45%;
  }

  .entry-content .mithril-price .mithril-pricing__price {
    justify-content: center;
    font-size: 19px;
    padding: 12px 4px;
  }

  .entry-content .mithril-price .mithril-pricing__price span{
    font-size: 14px;
  }
}

/*  体験レッスン（オープン記念）  */
.entry-content .mithril-trial {
  text-align: center;
  padding: 100px 0;
  background: #fff;
}

/* ヘッダー */
.entry-content .mithril-trial__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 72px;
  flex-wrap: wrap;
}

.entry-content .mithril-trial__badge {
  flex-shrink: 0;
  width: 123px;
  height: 123px;
  background: #aea18a;
  border: 1px solid #aea18a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2820;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
}

.entry-content .mithril-trial__title-wrap {
  text-align: left;
}

.entry-content .mithril-trial__title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1e2a22;
  margin: 0;
  line-height: 1.5;
}

/* 3要素カード */
.entry-content .mithril-trial__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.entry-content .mithril-trial__card {
  width: 218px;
  height: 218px;
  background: #1e2a22;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.entry-content .mithril-trial__card2 {
  gap: 25px;
}

.entry-content .mithril-trial__icon {
  width: 63px;
  height: auto;
  color: #fff;
}

.entry-content .mithril-trial__icon svg {
  width: 100%;
  height: 100%;
}

.entry-content .mithril-trial__card-label {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
}

.entry-content .mithril-trial__plus {
  font-size: 38px;
  color: #1c2820;
}

/* 区切り線（装飾的な斜め線） */
.entry-content .mithril-trial__divider {
  display: block;
  width: 814px;
  margin: 0 auto 20px;
}

/* 価格 */
.entry-content .mithril-trial__price-area {
  margin-bottom: 48px;
}

.entry-content .mithril-trial__price {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1e2a22;
  margin-bottom: 8px;
}

.entry-content .mithril-trial__price-note {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.05em;
}

/* CTAキャッチ（両サイドに線） */
.entry-content .mithril-trial__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #1e2a22;
}

/* 予約ボタン */
.entry-content .mithril-trial__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 414px;
  height: 76px;
  background: #aea18a;
  color: #1c2820;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: 0 auto;
}

.entry-content .mithril-trial__catch:hover {
  color: #1c2820 !important;
  opacity: 0.85;
  transform: translateY(-2px);
}

.entry-content .mithril-trial__cta-arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.entry-content .mithril-trial__cta-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {
/* 区切り線（装飾的な斜め線） */
.entry-content .mithril-trial__divider {
  width: 85%;
}

.entry-content .mithril-trial__cards {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  /* ← 1列に固定 */
  margin-bottom: 30px;
}

.entry-content .mithril-trial__card {
  margin: 0 auto;
}

.entry-content .mithril-trial__cta-arrow{
  right: 15px;
}
}

/* ===== モバイル対応（体験レッスン） ===== */
@media (max-width: 767px) {
  .entry-content .mithril-trial {
    padding: 60px 0;
  }

  .entry-content .mithril-trial__header {
    gap: 24px;
    margin-bottom: 48px;
  }

  .entry-content .mithril-trial__badge {
    width: 85px;
    height: 85px;
    font-size: 18px;
  }

  .entry-content .mithril-trial__title {
    font-size: 24px;
  }

  .entry-content .mithril-trial__card {
    width: 100%;
    /* ← 幅を100%に */
    max-width: 160px;
    /* ← 広がりすぎる場合はmax-widthで制限 */
    min-width: unset;
    /* ← 既存のmin-widthをリセット */
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 12px;
    gap: 10px;
  }

  .entry-content .mithril-trial__plus {
    font-size: 30px;
    /* 縦並びでも+が自然に見えるようそのままでOK */
  }

  .entry-content .mithril-trial__icon {
    width: 50px;
  }

  .entry-content .mithril-trial__card-label {
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .entry-content .mithril-trial__plus {
    line-height: 1;
  }

  .entry-content .mithril-trial__price {
    font-size: 28px;
  }

  .entry-content .mithril-trial__price-note {
    font-size: 10px;
  }

  .entry-content .mithril-trial__catch {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .entry-content .mithril-trial__cta {
    font-size: 16px;
    max-width: 280px !important;
        height: 55px;
  }

}

/* ===== お客様の声 ===== */
.entry-content .mithril-voice {
  background-image: url('/wp-content/uploads/2026/05/voice_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.voice-flex{
  display: flex;
    gap: 160px;
}

.voice-left{
  display: flex;
  justify-content: center;
    flex-direction: row-reverse;
    margin-left: 80px;
}

.entry-content .mithril-voice__catch {
  font-size: 38px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.voice-right{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  margin: 150px 0;
}

.entry-content .mithril-voice__text {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 0;
}

.entry-content .mithril-voice__text-s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin-bottom: 0;
}

.entry-content .mithril-voice__text-ss {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin-bottom: 0;
}

.voice-people-box{
  display: flex;
  align-items: center;
  gap: 1em;
}

.voice-people-box img{
  width: 87px;
}

.entry-content .mithril-voice__people {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin-bottom: 0;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {

  .voice-flex{
    flex-direction: column;
      gap: 40px;
  }

  .voice-left {
    margin-left: 0;
}

.voice-right {
  margin: 0 0 60px;
}

}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-voice {
    padding: 60px 0 0;
  }

  .entry-content .mithril-voice__catch {
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-voice__text {
    font-size: 19px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-voice__text-s {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-voice__text-ss {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .voice-people-box{
    justify-content: center;
  }

  .entry-content .mithril-voice__people {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

}

/* ===== 体験レッスンの流れ ===== */
.entry-content .mithril-flow {
  background-image: url('/wp-content/uploads/2026/05/flow_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.flow-flex{
  display: flex;
  justify-content: center;
    gap: 160px;
}

.flow-left{
  display: flex;
  justify-content: center;
}

.entry-content .mithril-flow__catch {
  font-size: 45px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
}

.entry-content .flow-right{
  display: flex;
  justify-content: center;
  flex-direction: column;
    list-style: none;
    padding: 0;
    gap: 40px;
    margin-top: 80px;
}

.entry-content .flow-right li{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.flow-right .number{
  width: 135px;
}

.flow-box__yoko{
  display: flex;
  align-items: center;
  gap: 40px;
}

.entry-content .mithril-flow__text {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 0;
}

.entry-content .mithril-flow__text-s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 2;
  margin-bottom: 0;
}

.flow-img-box{
  width: 30px;
}

.flow-detail-box{
  width: 430px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {
  .flow-flex{
    flex-direction: column;
    gap: 20px;
  }

  .entry-content .flow-right li{
    width: 100%;
    justify-content: center;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-flow {
    padding: 80px 0 50px;
  }

  .entry-content .mithril-flow__catch {
    font-size: 32px;
  }

  .entry-content .flow-right{
    gap: 20px;
    margin-top: 0;
}

.entry-content .flow-right li{
  align-items: flex-start;
}

.flow-right .number{
  width: 64px;
  margin-top: 2em;
}

.flow-box__yoko{
  align-items: flex-start;
  gap: 15px;
  width: calc(100% - 64px);
}

  .entry-content .mithril-flow__text {
    font-size: 19px;
    letter-spacing: 0.1em;
  }

  .entry-content .mithril-flow__text-s {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .flow-img-box{
    width: 14px;
  }
  
  .flow-detail-box{
    width: calc(100% - 28px - 30px);
    padding-top: 1em;
  }

}

/* ===== よくあるご質問 ===== */
.entry-content .mithril-faq {
  background-color: #aea18a;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.faq-flex{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.entry-content .mithril-faq__catch {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 1em;
}

.entry-content .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2em auto 6em;
  gap: 2em;
}
.entry-content .faq-list dl dt {
  display: flex;
  align-items: center;
  padding: 2% 0;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  background: #1c2820;
}

.entry-content .faq-list dl dt .icon-q {
  width: 45px;
  height: 45px;
    aspect-ratio: 1 / 1;
  margin: 0 1em;
}

.entry-content .faq-list dl dt .question {
  display: flex;
  align-items: center;
  width: calc(96% - 40px);
  text-align: left;
}
.entry-content .faq-list dl dt span.button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  margin: 0 auto;
}
.entry-content .faq-list dl dt span.button:before, .entry-content .faq-list dl dt span.button:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 3.6rem;
  top: 50%;
  right: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.entry-content .faq-list dl dt span.button::after {
  background: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry-content .faq-list dl.active dt span.button::after {
  height: 1px;
  transform: translate(-50%, -50%) rotate(0);
}
.entry-content .faq-list dl dd {
  display: none;
  width: 100%;
  padding: 2% 0;
  margin: 0;
  color: #1c2820;
  background: #fff;
}
.entry-content .faq-list dl.active dd {
  display: block;
}

.entry-content .faq-list dl .answer {
  width: 98%;
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
}

.entry-content .faq-list dl .answer .icon-a {
  width: 45px;
  height: 45px;
    aspect-ratio: 1 / 1;
  margin: 0 1em;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-faq {
    padding: 80px 0 50px;
  }

  .entry-content .mithril-faq__catch {
    font-size: 32px;
  }

  .entry-content .faq-list {
    margin: 2em auto;
    gap: 1em;
  }

  .entry-content .faq-list dl dt {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 5% 0;
  }
  
    .entry-content .faq-list dl dt .icon-q {
      width: 30px;
  height: 30px;
    }

    .entry-content .faq-list dl dt .question {
      width: calc(96% - 30px);
    }
  
    .entry-content .faq-list dl.active dd {
      padding: 5% 0;
    }
  
    .entry-content .faq-list dl .answer {
      width: 96%;
      font-size: 14px;
      letter-spacing: 0.1em;
    }
  
    .entry-content .faq-list dl .answer .icon-a {
      width: 30px;
  height: 30px;
    }

}

/* ===== アクセス ===== */
.entry-content .mithril-access-map {
  display: flex;
  flex-direction: column;
  background-image: url('/wp-content/uploads/2026/05/access_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 150px 0;
  margin-bottom: 0;
}

.access-flex{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
    padding-right: 40px;
}

.access-right{
  display: flex;
  flex-direction: column;
}

.entry-content .mithril-access__catch {
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 120px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-access__text {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.entry-content .mithril-access__text-s {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 2;
  margin: 2em 0 4em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.access-map {
  aspect-ratio: 4 / 1.5;
  background: #eee;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* タブレット・スマホ */
@media (max-width: 1025px) {
  .access-flex{
    align-items: center;
    flex-direction: column;
      padding-right: 0;
  }

  .entry-content .mithril-access__catch {
    margin: 0 0 40px;
  }

  .entry-content .mithril-access__text {
    text-align: center;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-access-map {
    padding: 60px 0 80px;
  }

  .entry-content .mithril-access__catch {
    font-size: 32px;
  }

  .entry-content .mithril-access__text {
    font-size: 19px;
  }

  .entry-content .mithril-access__text-s {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin: 3em 0 4em;
  }

  .access-map {
    aspect-ratio: 4 / 2.5;
  }

}

/* ===== 予約 ===== */
.entry-content .mithril-rsv {
  background: #fffefa;
  text-align: center;
  padding: 150px 0 200px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.rsv-yoko{
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.entry-content .mithril-rsv__catch {
  font-size: 38px;
  font-weight: 500;
  display: flex;
justify-content: center;
flex-direction: row-reverse;
  text-align: left;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 0;
}

.rsv-tate{
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}

.entry-content .mithril-rsv__text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1c2820;
  line-height: 1.8;
  margin-bottom: 0;
}

.rsv-img-box1 {
  position: absolute;
  width: 28%;
  left: 0;
  top: 62%;
  transform: translate(0%, -50%);
  z-index: -1;
}

.rsv-img-box2 {
  position: absolute;
  width: 24%;
  right: 0;
  top: 62%;
  transform: translate(0%, -50%);
  z-index: -1;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .entry-content .mithril-rsv {
    padding: 60px 0;
  }

  .rsv-yoko{
    margin-bottom: 50px;
  }

  .entry-content .mithril-rsv__catch {
    font-size: 24px;
  }

  .rsv-tate{
    margin-bottom: 2em;
  }

  .entry-content .mithril-rsv__text {
    font-size: 19px;
  }

  .rsv-img-box1 {
        width: 100%;
        top: 30%;
  }
  
  .rsv-img-box2 {
    position: initial;
        width: 100%;
        transform: none;
        margin-top: 60px;
  }

}

@media (max-width: 539px) {
.rsv-img-box1 {
  top: 45%;
}
}

/* ===== style.cssに追加予定分 ===== */

/* ===== ヘッダー ===== */
/* ハンバーガーボタンの縁取り削除  */
@media (max-width: 1025px){
  .ast-mobile-menu-trigger-minimal:focus,
  .ast-mobile-menu-trigger-minimal:active,
  .menu-toggle:focus,
  .menu-toggle:active,
  .ast-button-wrap button:focus,
  .ast-button-wrap button:active,
  .main-header-menu a:focus,
  .main-header-menu a:active{
      outline: none !important;
      box-shadow: none !important;
      border: none !important;
  }
  
  .ast-button-wrap button,
  .menu-toggle{
      -webkit-tap-highlight-color: transparent;
  }
  
  }

@media (max-width: 1025px) {
.ast-primary-header-bar.ast-primary-header {
  background-color: var(--ast-global-color-2);
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap{
  min-height: 80px;
}
}

@media (max-width: 768px) {
  .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap{
    min-height: 60px;
  }
}


