/*
Theme Name: Michelle Pilates Theme
Author: KoT59
Description: Michelle Pilatesテーマ
Version: 1.0.0
Text Domain: michelle-pilates
*/

/* ========================================
   リセット & ベース
======================================== */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

*::before,
*::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 3.6vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* ========================================
   共通クラス
======================================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.section-title span {
  color: #0f8c66;
}

/* レスポンシブ改行用 */
.br-sp {
  display: none;
}

@media screen and (max-width: 400px) {
  .br-sp {
    display: block;
  }
}

/* ========================================
   ボタン
======================================== */
.btn {
  display: inline-block;
  background-color: #c73659;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.btn:hover {
  opacity: 0.8;
}

/* ========================================
   ヘッダー
======================================== */
header {
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 1px 4px #00000026;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

.header-logo {
  width: 90px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-btn a {
  display: block;
  background-color: #c73659;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 28px 8px 20px;
  position: relative;
  transition: all 0.5s ease;
}

.header-btn a:hover {
  opacity: 0.8;
}

.header-btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/images/btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media screen and (min-width: 571px) {
  .header {
    padding: 10px 3%;
  }
}

@media screen and (max-width: 400px) {
  .header-logo {
    width: 70px;
    padding-left: 0;
  }

  .header-btn a {
    font-size: 13px;
    padding: 8px 22px 8px 12px;
    white-space: nowrap;
  }

  .header-btn a::after {
    width: 12px;
    height: 12px;
    right: 6px;
  }
}

/* ========================================
   ファーストビュー
======================================== */
.first-view {
  position: relative;
}

.fv-img img {
  width: 100%;
  height: auto;
}

/* PC/SP画像切り替え */
/* PC/SP画像切り替え・表示切り替え */
.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 570px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
  .sp {
    display: block;
  }
}

.fv-inner {
  max-width: 900px;
  margin: auto;
  padding: 0 3%;
}

.fv-banner {
  margin-top: 30px;
}

.fv-banner img {
  width: 100%;
  height: auto;
}

/* 予約リンク */
.reserve-link {
  margin-top: 35px;
  text-align: center;
}

.reserve-link-head {
  width: max-content;
  color: #3e3f3e;
  font-size: 14px;
  margin: 0 auto 2px;
  position: relative;
}

.reserve-link-head::before {
  left: -16px;
  transform: rotate(-114.78deg);
}

.reserve-link-head::before,
.reserve-link-head::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.reserve-link-head::after {
  right: -16px;
  transform: rotate(-65.22deg);
}

.reserve-link-btn a {
  display: inline-block;
  background-color: #c73659;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 55px;
  border-radius: 35px;
  box-shadow: 2px 2px 4px #0000001a;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.5s ease;
}

.reserve-link-btn a:hover {
  opacity: 0.8;
}

.reserve-link-text {
  width: max-content;
  margin: auto;
  color: #3e3f3e;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 571px) {
  .reserve-link {
    transform: scale(1.5);
    padding: 30px 0;
  }
}

/* ========================================
   初回限定キャンペーン（#front）
======================================== */
.front {
  margin-top: 60px;
  line-height: 1.5;
  margin-bottom: 60px;
  padding: 0 3%;
}

.front-inner {
  max-width: 800px;
  background-color: #e7f3ef;
  border-radius: 10px;
  padding-bottom: 40px;
  margin: auto;
}

.front-head {
  width: max-content;
  background-color: #c73659;
  color: #fff;
  font-size: clamp(16px, 5vw, 24px);
  border-radius: 5px;
  margin: auto;
  padding: 0 8px;
  position: relative;
  top: -14px;
}

.front-title {
  width: max-content;
  background-color: #0f8b66;
  color: #fff;
  font-size: clamp(16px, 5.5vw, 32px);
  border-radius: 5px;
  margin: 16px auto 24px;
  padding: 0 8px;
}

.front-img {
  width: 70%;
  margin: auto;
}

.front-text {
  width: max-content;
  margin: 35px auto 6px;
  font-size: clamp(16px, 4.5vw, 24px);
  text-align: center;
  position: relative;
}

.front-text::before {
  left: -30px;
  transform: rotate(-109.98deg);
}

.front-text::before,
.front-text::after {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.front-text::after {
  right: -30px;
  transform: rotate(-70.02deg);
}

.front-text mark {
  background: linear-gradient(transparent 72%, #ffde4d 28%);
}

.front-banner {
  width: 72%;
  margin: auto;
}

.front-banner img {
  width: 100%;
  height: auto;
}

/* 予約ボタンの矢印（共通） */
.reserve-link-btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/images/btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

/* ========================================
   お悩みセクション（#nayami）
======================================== */
#nayami {
  background: #f6f6f6;
  padding: 60px 0;
}

.cn-w {
  width: 100%;
  height: auto;
  max-width: 1140px;
  padding: 0 2%;
  margin: 0 auto;
}

/* 明朝体 */
.mn {
  font-family: "Zen Old Mincho", serif;
}

#nayami h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

#nayami h2 .bdr {
  display: inline-block;
}

#nayami h2 .bdr span {
  font-size: 35px;
  color: #0f8c66;
}

/* worry-ex-box */
.worry-ex-box {
  width: 800px;
  max-width: 90%;
  margin: 0 auto 60px;
}

.worry-ex-item {
  background-color: #fff;
  border: 1px solid #0f8b66;
  padding: 40px 20px 20px;
  box-shadow: 0 4px 4px #00000040;
  margin-top: 60px;
  position: relative;
}

.worry-ex-inner {
  max-width: 680px;
  margin: auto;
}

.worry-ex-title {
  width: max-content;
  color: #fff;
  background-color: #0f8b66;
  font-size: clamp(16px, 4.5vw, 18px);
  line-height: 1;
  border-radius: 19px;
  padding: 10px 30px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
}

.worry-ex-head {
  font-weight: 600;
  word-break: auto-phrase;
}

.worry-ex-head strong {
  color: #0f8b66;
  font-size: clamp(16px, 5.2vw, 22px);
  font-weight: 700;
}

.worry-ex-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 214px;
  max-height: 53.3vw;
  margin: 20px auto;
}

.worry-ex-item:nth-child(1) .worry-ex-head::after {
  background: url(https://michelle-pilates.com/wp-content/uploads/2026/01/img-02.jpg) no-repeat;
  background-size: cover;
}

.worry-ex-item:nth-child(2) .worry-ex-head::after {
  background: url(assets/images/worry-img02.jpg) no-repeat;
  background-size: cover;
}

.worry-ex-item:nth-child(3) .worry-ex-head::after {
  background: url(https://michelle-pilates.com/wp-content/uploads/2025/12/01d8a770d1f55253b35e625ebf26eecd-768x503-1.png) no-repeat;
  background-size: cover;
}

.worry-ex-text {
  margin: 20px 0;
}

.worry-ex-item:nth-child(1) .worry-ex-text {
  max-width: 640px;
}

.worry-ex-img {
  vertical-align: bottom;
}

/* worry-wrap */
.worry-wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.worry-head {
  width: 68%;
  margin: 0 auto 16px;
}

.worry-lunking {
  font-size: clamp(16px, 4.5vw, 24px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
}

.worry-lunking mark {
  display: inline-block;
  line-height: 1.4;
  font-size: clamp(16px, 6vw, 32px);
  background: linear-gradient(transparent 80%, #ffde4d 20%);
}

.worry-list {
  width: 90%;
  max-width: 360px;
  background-color: #fff;
  margin: auto;
  padding: 24px;
  border-radius: 5px;
}

.worry-item {
  display: flex;
  column-gap: 16px;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom: 1px dashed #b6b6b6;
  margin-bottom: 12px;
}

.worry-item:first-of-type {
  align-items: flex-start;
}

.worry-item:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.worry-item dt {
  width: 48px;
  font-size: clamp(16px, 4.5vw, 18px);
  text-align: right;
}

.worry-item dt span {
  display: inline-block;
  width: 1em;
  font-family: "Montserrat", serif;
  font-size: clamp(16px, 7.5vw, 30px);
  text-align: center;
  line-height: 1;
}

.worry-item dd {
  width: calc(100% - 64px);
  font-size: clamp(16px, 5vw, 20px);
}

.worry-text {
  margin: 32px 0;
  font-size: clamp(16px, 4.5vw, 18px);
  text-align: center;
}

#nayami .txt {
  color: #0f8c66;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 570px) {
  #nayami {
    padding: 30px 0;
  }

  #nayami h2 {
    font-size: 22px;
  }

  #nayami h2 .bdr span {
    font-size: 27px;
  }

  #nayami .txt {
    font-size: 22px;
  }
}

.movie-box {
  max-width: 360px;
  margin: 30px auto 0;
}

.movie-box video {
  width: 100%;
}

/* PC用メディアクエリ */
@media screen and (min-width: 571px) {
  .worry-ex-box {
    margin-bottom: 80px;
  }

  .worry-ex-item {
    padding: 80px 5%;
    margin-top: 100px;
  }

  .worry-ex-title {
    font-size: clamp(16px, 4.5vw, 24px);
    border-radius: 22px;
    font-weight: 700;
    top: -22px;
  }

  .worry-ex-head {
    font-size: clamp(16px, 4.5vw, 24px);
    text-align: center;
  }

  .worry-ex-head strong {
    font-size: clamp(16px, 6vw, 32px);
  }

  .worry-ex-head::after {
    height: 53.3vw;
    max-height: 452px;
    margin: 40px 0;
  }

  .worry-ex-text {
    font-size: clamp(16px, 4.5vw, 24px);
    margin: 40px 0;
  }
}

/* ========================================
   理由セクション（#reason）
======================================== */
#reason {
  /* セクション全体 */
}

.reason-head {
  background-color: #0f8b66;
  color: #fff;
  padding: 24px 5%;
}

.reason-sec-title {
  font-size: clamp(16px, 5vw, 24px);
  text-align: center;
  width: 90%;
  margin: auto;
}

.reason-sec-title span {
  display: inline-block;
  width: calc(3em + 8px);
  background-color: #3e3e3e;
  padding: 2px 0;
  margin: 5px 2.5px;
  line-height: 1.2;
}

.reason-sec-title strong {
  font-size: clamp(16px, 7vw, 32px);
  text-decoration: underline;
  font-weight: 400;
}

.reason-box {
  background-color: #e4f1ed;
  padding: 48px 5% 180px;
}

.reason-item {
  background-color: #fff;
  padding: 24px 20px 16px;
  position: relative;
  box-shadow: 2px 2px 4px #00000040;
  margin-bottom: 48px;
}

.reason-item-top {
  position: absolute;
  top: -16px;
  left: 5%;
  display: flex;
  align-items: center;
}

.reason-count {
  color: #0f8b66;
  font-size: clamp(16px, 4.5vw, 20px);
  line-height: 1.7;
  background-color: #fff;
  padding: 0 8px;
  position: relative;
}

.reason-count::before,
.reason-count::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.reason-count::before {
  height: 1.7em;
  width: 88%;
  border-top: 1px solid #0f8b66;
  border-bottom: 1px solid #0f8b66;
}

.reason-count::after {
  height: 1em;
  width: 100%;
  border-left: 1px solid #0f8b66;
  border-right: 1px solid #0f8b66;
}

.reason-copy {
  background-color: #0f8b66;
  color: #fff;
  padding: 4px 4px 4px 8px;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-left: 6px;
  display: none;
}

.reason-title {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 700;
}

.reason-title mark {
  background-color: transparent;
  color: #0f8b66;
  font-size: clamp(15px, 3.8vw, 20px);
}

.reason-img img {
  width: 100%;
  height: auto;
}

.reason-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 8px;
}

/* PC用メディアクエリ */
@media screen and (min-width: 1080px) {
  .reason-box-inner {
    display: flex;
    max-width: 1080px;
    column-gap: 60px;
    margin: auto;
  }

  .reason-item {
    flex: 1;
  }
}

/* ========================================
   ポイントセクション（#point）
======================================== */
.point-title {
  width: 900px;
  max-width: 100%;
  margin: -180px auto -125px;
}

#point {
  background: #f6f6f6;
  padding-top: 178px;
  padding-bottom: 60px;
}

#point .point-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

#point .point-box.n2 {
  flex-direction: row-reverse;
}

#point .point-box .text-box {
  width: 48%;
  background: url(assets/images/icon-point01.png) no-repeat top left;
  background-size: 70px;
  padding-left: 90px;
}

#point .point-box .text-box.icon01 {
  background-image: url(assets/images/icon-point01.png);
}

#point .point-box .text-box.icon02 {
  background-image: url(assets/images/icon-point02.png);
}

#point .point-box .text-box.icon03 {
  background-image: url(assets/images/icon-point03.png);
}

#point .point-box .text-box.icon04 {
  background-image: url(assets/images/icon-point04.png);
}

#point .point-box .text-box.icon05 {
  background-image: url(assets/images/icon-point05.png);
}

#point .point-box h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}

#point .point-box h3 .sub-hx {
  display: inline-block;
  color: #0f8c66;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #0f8c66;
  margin-bottom: 10px;
}

#point .point-box h3 .hx {
  display: block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  word-break: auto-phrase;
}

.marker {
  background: linear-gradient(transparent 50%, #deebe7 0%);
}

#point .point-box .img {
  width: 48%;
}

@media screen and (min-width: 1080px) {
  .point-title {
    margin-bottom: -188px;
  }

  #point {
    padding-top: 240px;
  }
}

@media screen and (max-width: 800px) {
  #point .point-box .text-box {
    width: 100%;
    background-position-x: center;
    padding-left: 0;
    padding-top: 90px;
  }

  #point .point-box .img {
    width: 100%;
    max-width: 749px;
    margin: 0 auto;
  }

  #point .point-box h3 {
    text-align: center;
  }
}

@media screen and (max-width: 570px) {
  #point {
    padding-top: 135px;
    padding-bottom: 30px;
  }
}

/* ========================================
   Before After セクション（#ba）
======================================== */
#ba .bg {
  background: url(assets/images/bg02.jpg) repeat center center;
  padding: 60px 0;
}

.base-hx {
  margin-bottom: 35px;
}

.base-hx .sub {
  line-height: 1.4;
  display: block;
  text-align: center;
  color: #0f8c66;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.en {
  font-family: "BIZ UDPMincho", serif;
}

.base-hx .hx {
  display: block;
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.base-hx .hx span {
  display: block;
  font-size: 33px;
}

#ba .ba-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ba .ba-box .box {
  width: 49%;
  background-color: #fff;
  box-shadow: 0 0 5px #848484;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

#ba .ba-box .box .msg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

#ba .ba-box .box .msg .nmb {
  width: 40%;
  background-color: #0f8b66;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 10px 2%;
}

#ba .ba-box .box .msg .word {
  width: 60%;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px 3% 0;
  font-size: 17px;
}

#ba .ba-box .box .img {
  margin: 0 4% 20px;
}

#ba .ba-box .box .text {
  margin: 0 4%;
}

@media screen and (max-width: 570px) {
  #ba .bg {
    padding: 30px 0;
  }

  .base-hx .hx span {
    font-size: 28px;
  }

  #ba .ba-box .box {
    width: 100%;
  }

  #ba .ba-box .box .msg .nmb,
  #ba .ba-box .box .msg .word {
    font-size: 15px;
  }
}

/* ========================================
   SNSフォロワーバナー
======================================== */
figure.follow {
  max-width: 750px;
  margin: 30px auto 0;
}

.follow img {
  width: 100%;
  height: auto;
}

/* ========================================
   YouTube動画セクション（#movie）
======================================== */
#movie {
  padding: 60px 0;
}

#movie h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#movie h2 span {
  color: #0f8c66;
}

#movie .box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#movie .box .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}

#movie .box .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 570px) {
  #movie {
    padding: 30px 0;
  }

  #movie h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* ========================================
   Google口コミセクション（#kckm）
======================================== */
#kckm {
  background: #e7f3ef;
  padding: 60px 0;
}

#kckm h2 {
  line-height: 0;
  width: 100%;
  max-width: 697px;
  margin: 0 auto 30px;
}

.kckm-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 5vw, 20px);
  font-weight: 700;
  text-align: center;
  margin: 60px auto 30px;
}

#kckm .box {
  background-color: #fff;
  padding: 4%;
}

.kckm-box {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .kckm-img {
    width: 50%;
  }
}

@media screen and (max-width: 570px) {
  #kckm {
    padding: 30px 0;
  }

  #kckm h2 {
    width: 95%;
  }
}

/* ========================================
   会員様の声セクション（#voice）
======================================== */
#voice {
  background: #e7f3ef;
  padding: 60px 0;
}

#voice .voice-slider {
  margin: 0 2% 20px;
  position: relative;
}

/* Slick Slider Override */
.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 50px;
  width: 50px;
  z-index: 1;
}

.slick-prev {
  left: -2.5%;
  background: url(assets/images/slider-prev.png) no-repeat center center;
  background-size: 50px;
}

.slick-next {
  right: -2.5%;
  background: url(assets/images/slider-next.png) no-repeat center center;
  background-size: 50px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

#voice .voice-slider .box {
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  padding: 25px;
  margin: 10px 13px;
}

#voice .voice-slider .box .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#voice .voice-slider .box .info .img {
  width: 24%;
}

#voice .voice-slider .box h3 {
  line-height: 1.8;
  letter-spacing: 2px;
  color: #0f8b66;
  font-size: 20px;
  border-bottom: 1px dotted #0f8b66;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#voice .voice-slider .box .text-box .text {
  line-height: 1.8;
  padding-bottom: 0;
}

#voice .memo {
  line-height: 1.4;
  padding-bottom: 0;
}

p.text {
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (max-width: 570px) {
  #voice {
    padding: 30px 0;
  }

  .slick-prev,
  .slick-next {
    background-size: 35px;
    height: 35px;
    width: 35px;
  }

  #voice .voice-slider .box .info {
    justify-content: space-evenly;
  }

  #voice .voice-slider .box .info .img {
    width: 75px;
  }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ========================================
   料金セクション（#price）
======================================== */
#price .bg {
  background-color: #3f7ebf;
  padding: 60px 0;
}

#price .img {
  width: 95%;
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 570px) {
  #price .bg {
    padding: 30px 0;
  }
}

/* ========================================
   他社との比較セクション（#hikaku）
======================================== */
#hikaku .bg {
  background: url(assets/images/bg04.jpg) repeat center center;
  padding: 60px 0;
}

#hikaku .img {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

@media screen and (max-width: 570px) {
  #hikaku .bg {
    padding: 30px 0;
  }
}

/* ========================================
   体験の流れセクション（#flow）
======================================== */
#flow {
  padding: 60px 0;
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#flow .box {
  background: url(assets/images/icon-step01.png) no-repeat top left;
  background-size: 70px;
  padding-left: 90px;
  margin-bottom: 25px;
}

#flow .box.icon01 {
  background-image: url(assets/images/icon-step01.png);
}

#flow .box.icon02 {
  background-image: url(assets/images/icon-step02.png);
}

#flow .box.icon03 {
  background-image: url(assets/images/icon-step03.png);
}

#flow .box.icon04 {
  background-image: url(assets/images/icon-step04.png);
}

#flow .box h3 {
  width: calc(100% - 250px);
  float: left;
  line-height: 1.4;
  font-size: 28px;
  padding: 15px 3% 6px 0;
  border-bottom: 1px dotted #0f8c66;
  margin-bottom: 15px;
}

#flow .box .img {
  width: 250px;
  float: right;
}

#flow .box .text-box {
  width: calc(100% - 250px);
  float: left;
  padding-right: 4%;
}

#flow .box .text-box .text {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  #flow .box h3 {
    width: 100%;
    float: none;
    font-size: 24px;
    padding: 15px 0 6px;
  }

  #flow .box .img {
    width: 40%;
  }

  #flow .box .text-box {
    width: 57%;
    padding-right: 0;
  }
}

@media screen and (max-width: 570px) {
  #flow {
    padding: 30px 0;
  }

  #flow .box {
    background-size: 55px;
    padding-left: 65px;
  }

  #flow .box h3 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 570px) {
  .sp {
    display: block;
  }
}

/* ========================================
   店舗情報セクション（#information）
======================================== */
#information {
  background-color: #f6f6f6;
  padding: 80px 0;
}

.information-box {
  margin: 100px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
}

.information-item {
  display: flex;
  margin-bottom: 1px;
  font-size: 20px;
}

.information-head,
.information-content {
  display: flex;
  align-items: center;
  padding: 20px 5%;
  min-height: calc(3.2em + 40px);
}

.information-head {
  width: 400px;
  max-width: 40%;
  background-color: #0c795a;
  color: #fff;
  justify-content: center;
}

.information-content {
  width: calc(100% - 400px);
  background-color: #fff;
  flex-grow: 1;
}

.information-map iframe {
  width: 100%;
  aspect-ratio: 1080/600;
}

.information-btn {
  text-align: center;
  margin-top: 60px;
}

.information-btn a {
  display: inline-block;
  background-color: #c73659;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 55px;
  border-radius: 35px;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.5s ease;
}

.information-btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/images/btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.information-btn a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

@media screen and (min-width: 571px) {
  .information-btn {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 800px) {
  .information-box {
    margin: 40px 0;
  }

  .information-item {
    display: block;
    margin: 0;
  }

  .information-head {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    line-height: 1;
    padding: 20px 5%;
    font-size: 20px;
  }

  .information-content {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    line-height: 1.5;
    padding: 16px 5%;
    border-left: 1px solid #0c795a;
    border-right: 1px solid #0c795a;
    font-size: 16px;
  }

  .information-item:last-of-type .information-content {
    border-bottom: 1px solid #0c795a;
  }

  .information-btn {
    margin-top: 40px;
  }

  .information-map iframe {
    height: 300px;
    aspect-ratio: 370 / 300;
  }
}

@media screen and (max-width: 570px) {
  .information-item {
    flex-direction: column;
    font-size: 16px;
  }
}

/* ========================================
   フッター予約セクション（.yoyaku）
======================================== */
.yoyaku .img {
  line-height: 0;
}

/* ========================================
   フッター
======================================== */
footer {
  padding-bottom: 64px;
}

footer p.copy {
  background: #3e3f3e;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  padding: 10px 2%;
}

/* ========================================
   固定CTAボタン
======================================== */
.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

.cta-box a {
  display: block;
  width: 100%;
  position: fixed;
  color: #fff;
  text-align: center;
  background-color: #c73659;
  padding: 8px;
  bottom: -64px;
  left: 0;
  transition: all 0.5s ease;
}

.cta-box.view a {
  bottom: 0;
  transition: all 0.5s ease;
}

.cta-box span {
  display: block;
}

.cta-inner {
  position: relative;
}

.cta-head {
  font-size: 14px;
  width: max-content;
  margin: auto;
  position: relative;
}

.cta-head::before {
  left: -16px;
  transform: rotate(-109.98deg);
}

.cta-head::after {
  right: -16px;
  transform: rotate(-70.02deg);
}

.cta-head::before,
.cta-head::after {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-text {
  font-size: clamp(16px, 4.5vw, 18px);
  font-weight: 700;
}

.cta-inner::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/images/btn-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* ========================================
   料金プランセクション（#price-plan）
======================================== */
#price-plan {
  padding: 60px 0;
  background-color: #f6f6f6;
}

#price-plan h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1.4;
}

#price-plan h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

#price-plan h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #555;
}

/* 初期費用セクション */
.price-initial-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}

.price-initial-list {
  margin: 0;
}

.price-initial-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.price-initial-item:last-child {
  border-bottom: none;
}

.price-initial-item dt {
  width: 80px;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 16px;
}

.price-initial-item dd {
  margin: 0;
  flex: 1;
}

.price-original {
  font-size: 18px;
  margin-right: 10px;
}

.price-campaign {
  color: #c41e3a;
  font-weight: 600;
  font-size: 18px;
}

.price-note {
  font-size: 15px;
  color: #777;
  margin-top: 8px;
}

.price-payment-note {
  font-size: 15px;
  color: #777;
  margin-top: 20px;
  text-align: left;
}

/* 月会費プランセクション */
.price-monthly-section {
  margin-bottom: 40px;
}

.price-lesson-type {
  margin-bottom: 30px;
}

/* プランカード */
.price-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.price-card {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.price-card-header {
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  padding: 24px 20px;
  text-align: center;
  border-bottom: 2px solid #e8e8e8;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-card-header .plan-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-color: #0f8b66;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.price-card-header .plan-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  min-height: 40px;
}

.price-card-body {
  padding: 24px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.plan-price {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.plan-price .num {
  font-size: 36px;
  font-weight: 700;
  color: #c41e3a;
  line-height: 1;
}

.plan-price .yen {
  font-size: 16px;
  font-weight: 600;
  color: #c41e3a;
}

.plan-price .period {
  font-size: 14px;
  color: #888;
  margin-left: 4px;
}

.plan-details {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.plan-details li {
  font-size: 16px;
  padding: 10px 0;
  padding-left: 24px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  position: relative;
  line-height: 1.5;
}

.plan-details li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0f8b66;
  font-weight: 700;
}

.plan-details li:last-child {
  border-bottom: none;
}

.plan-note {
  font-size: 12px;
  color: #c41e3a;
  margin-top: 16px;
  text-align: left;
  background: #fff5f5;
  padding: 8px 12px;
  border-radius: 4px;
}

/* 説明文 */
.price-plan-desc {
  margin-top: 40px;
  line-height: 1.8;
  color: #555;
  font-size: 14px;
}

.price-plan-desc p {
  margin-bottom: 16px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 800px) {
  .price-cards {
    flex-direction: column;
  }

  .price-card {
    min-width: 100%;
  }

  .price-initial-item {
    flex-direction: column;
  }

  .price-initial-item dt {
    width: 100%;
    margin-bottom: 8px;
  }

  .price-card-header {
    min-height: auto;
  }

  .price-card-header .plan-desc {
    min-height: auto;
  }
}

@media screen and (max-width: 570px) {
  #price-plan {
    padding: 40px 0;
  }

  #price-plan h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #price-plan h3 {
    font-size: 20px;
    text-align: center;
  }

  #price-plan h4 {
    font-size: 17px;
    text-align: center;
  }

  .price-initial-section {
    padding: 20px;
  }

  .price-initial-item dt {
    font-size: 16px;
  }

  .price-original,
  .price-campaign {
    font-size: 17px;
  }

  .price-note,
  .price-payment-note {
    font-size: 14px;
    text-align: center;
  }

  .price-card-header .plan-name {
    font-size: 18px;
  }

  .price-card-header .plan-desc {
    font-size: 14px;
  }

  .plan-price .num {
    font-size: 30px;
  }

  .plan-details li {
    font-size: 15px;
  }

  .plan-note {
    font-size: 12px;
    text-align: center;
  }
}

/* ========================================
   よくある質問セクション（#faq）
======================================== */
#faq {
  padding: 60px 0;
  background-color: #f6f6f6;
}

#faq h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1.4;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f9f9f9;
}

.faq-icon {
  width: 32px;
  height: 32px;
  background-color: #0f8b66;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 16px;
  flex-shrink: 0;
}

.faq-question-text {
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  line-height: 1.5;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 16px;
  flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #0f8b66;
  transition: transform 0.3s ease;
}

.faq-toggle::before {
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
}

.faq-toggle::after {
  width: 16px;
  height: 2px;
  top: 11px;
  left: 4px;
}

.faq-item.active .faq-toggle::before {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-inner {
  padding: 20px 20px 20px 68px;
  line-height: 1.8;
  color: #555;
}

.faq-answer-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #c73659;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  font-size: 18px;
  margin-right: 16px;
  margin-left: -48px;
  vertical-align: top;
}

@media screen and (max-width: 570px) {
  #faq {
    padding: 40px 0;
  }

  #faq h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .faq-answer-inner {
    padding-left: 20px;
    font-size: 14px;
  }

  .faq-answer-icon {
    display: block;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 0;
    margin-bottom: 8px;
  }
}

/* ========================================
   スタッフ紹介セクション（#staff）
======================================== */
#staff {
  padding: 60px 0;
  background-color: #f5f0eb;
}

#staff h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* ハイライト部分（シンプルスタイル） */
.staff-intro {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.staff-intro strong {
  color: #0f8b66;
  font-size: 20px;
}

/* スタッフリスト */
.staff-list-new {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.staff-section-label {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

/* 2段レイアウト */
.staff-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
}

.staff-row-two .staff-member {
  width: calc(50% - 20px);
  max-width: 450px;
}

.staff-row-one {
  justify-content: center;
}

.staff-row-one .staff-member {
  width: calc(50% - 20px);
  max-width: 450px;
}

.staff-member {
  display: flex;
  gap: 24px;
}

.staff-photo-wrapper {
  position: relative;
  width: 220px;
  height: 270px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.staff-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(15, 139, 102, 0.95), transparent);
  color: #fff;
  font-weight: 600;
  padding: 6px 10px;
  text-align: center;
}

.staff-name-overlay .name {
  display: block;
  font-size: 14px;
}

.staff-name-overlay .ruby {
  display: block;
  font-size: 10px;
  font-weight: 400;
  /* margin-top: 2px; */
  opacity: 0.9;
}

/* スタッフ情報エリア */
.staff-info-area {
  flex: 1;
}

.staff-role {
  display: inline-block;
  background-color: #0f8b66;
  color: #fff;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.staff-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.staff-cert {
  font-size: 12px;
  background-color: #fff;
  color: #0f8b66;
  padding: 4px 10px;
  border-radius: 4px;
}

/* メッセージボックス（明朝体） */
.staff-message-box-new {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    serif;
}

.staff-message-lead {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.staff-message-text {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
  margin-bottom: 20px;
}

/* レスポンシブ */
@media screen and (max-width: 800px) {
  .staff-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .staff-row-two .staff-member,
  .staff-row-one .staff-member {
    width: 100%;
    max-width: 400px;
  }

  .staff-member {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .staff-certs {
    justify-content: center;
  }

  .staff-cert br {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  #staff {
    padding: 40px 0;
  }

  #staff h2 {
    font-size: 22px;
  }

  .staff-intro {
    font-size: 15px;
    padding: 0 15px;
  }

  .staff-photo-wrapper {
    width: 200px;
    height: 245px;
  }

  .staff-role {
    font-size: 11px;
  }

  .staff-cert {
    font-size: 11px;
  }

  .staff-message-lead {
    font-size: 19px;
  }

  .staff-message-text {
    font-size: 14px;
    line-height: 2;
  }
}

/* ========================================
   料金プランセクション（#price-plan）
======================================== */
#price-plan {
  padding: 60px 0;
  background-color: #e7f3ef;
}

#price-plan h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1.4;
}

.price-plan-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* 初期費用 */
.price-initial {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-initial h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.price-initial-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.price-initial-item {
  padding: 16px 24px;
}

.price-initial-label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
}

.price-initial-value {
  font-size: 14px;
}

.price-initial-value s {
  color: #999;
  margin-right: 8px;
}

.price-initial-value .free {
  font-size: 28px;
  font-weight: 700;
  color: #c73659;
}

.price-initial-note {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
}

/* レッスンプラン */
.price-plans-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.price-plan-column {
  flex: 1;
  min-width: 300px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-plan-column h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  background-color: #0f8b66;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.price-plan-table {
  width: 100%;
  border-collapse: collapse;
}

.price-plan-table th,
.price-plan-table td {
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.price-plan-table th {
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 12px;
  color: #666;
}

.price-plan-table tr:last-child td {
  border-bottom: none;
}

.price-plan-name {
  font-weight: 700;
  color: #0f8b66;
}

.price-plan-price {
  font-size: 18px;
  font-weight: 700;
}

.price-plan-unit {
  font-size: 12px;
  color: #666;
}

.price-plan-popular {
  position: relative;
}

.price-plan-popular::before {
  content: "人気";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c73659;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
}

.price-plan-desc {
  margin-top: 20px;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.8;
}
/* ボタン全体の位置調整 */
.blog-button-wrap {
    text-align: center;
    margin: 40px 0;
}

/* aタグをボタン化 */
.blog-button {
    display: inline-block;
    text-decoration: none;
}

/* ボタン本体 */
.blog-button-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 56px;
    background-color: #2b7cff;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* 文字 */
.blog-button-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* ホバー時 */
.blog-button:hover .blog-button-inner {
    background-color: #1f5fd6;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media screen and (max-width: 800px) {
  .price-plans-wrap {
    flex-direction: column;
  }

  .price-plan-column {
    min-width: 100%;
  }
}

@media screen and (max-width: 570px) {
  #price-plan {
    padding: 30px 0;
  }

  #price-plan h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .price-initial {
    padding: 20px;
    margin: 0 4% 30px;
  }

  .price-initial-row {
    flex-direction: column;
    gap: 16px;
  }

  .price-plan-column {
    margin: 0 4%;
    padding: 16px;
  }

  .price-plan-table th,
  .price-plan-table td {
    padding: 8px 4px;
    font-size: 12px;
  }

  .price-plan-price {
    font-size: 14px;
  }
}


/* ==========================
  ブログ一覧（archive-blog.php）
========================== */
.site-main{
	margin-top: 3rem;
}
.post-archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
	max-width: 800px;
    margin: 0 auto;
	margin-bottom: 3rem;
}

/* カード */
.post-archive-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.post-archive-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

/* リンク全体をカード化 */
.post-archive-item a {
  display: block;
  padding: 20px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* タイトル */
.post-archive-item .post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* 日付 */
.post-archive-item time {
  display: block;
  font-size: 12px;
  color: #888;
}

/* ==========================
  ページネーション
========================== */

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #f3f3f3;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  background: #333;
  color: #fff;
}

/* ==========================
  レスポンシブ
========================== */

@media screen and (max-width: 1024px) {
  .post-archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .post-archive-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .post-archive-item a {
    padding: 16px;
  }
}
/* ==========================
  ブログ詳細ページ
========================== */

.single-blog .site-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
  margin-top: 4rem;
}

/* 記事タイトル */
.single-blog .entry-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* 日付 */
.single-blog .entry-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 30px;
}

/* 本文 */
.single-blog .entry-content {
  font-size: 15px;
  line-height: 1.9;
}

/* 見出し */
.single-blog .entry-content h2 {
  font-size: 22px;
  margin: 48px 0 20px;
  padding-left: 14px;
  border-left: 4px solid #333;
}

.single-blog .entry-content h3 {
  font-size: 18px;
  margin: 36px 0 16px;
}

/* 段落 */
.single-blog .entry-content p {
  margin-bottom: 1.8em;
}

/* 画像 */
.single-blog .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 24px 0;
}

/* リスト */
.single-blog .entry-content ul,
.single-blog .entry-content ol {
  margin: 24px 0;
  padding-left: 24px;
}

/* 引用 */
.single-blog blockquote {
  background: #f7f7f7;
  padding: 20px;
  margin: 32px 0;
  border-left: 4px solid #ccc;
}

/* ==========================
  ページ下部ナビ
========================== */

.single-blog .post-navigation {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

/* ==========================
  レスポンシブ
========================== */

@media screen and (max-width: 600px) {
  .single-blog .entry-title {
    font-size: 22px;
  }

  .single-blog .entry-content {
    font-size: 14px;
  }
}
/* ==========================
  アーカイブタイトル
========================== */

.archive-title {
  max-width: 860px;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
