.fs60 {
    font-size: 6rem;
}

.zenLight {
    font-weight: 400;
}
/* Header */
.header {
    width: 75rem;
    background: transparent;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.hLogo {
    height: 12rem;
}
/* End header */

/* FV */
.fv {
    margin-top: -16rem;
}

.fv .fvContent {
    position: absolute;
    top: 22rem;
    left: 0;
    width: 100%;
}

.fv .fvContent .fvText {
    height: 27.2rem;
    display: block;
    margin-bottom: 45rem;
    margin-left: 5rem;
}

.fvInternationalBg{
    width: 67.8rem;
    display: block;
    margin: -2rem auto 1rem auto;
    position: relative;
}

.fvInternationalTxt{
    position: absolute;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    bottom: 29.7rem;
    left: 20rem;
}
/*End FV*/

/*CTA btn*/
.btnStyle {
    display: block;
    position: relative;
    width: 68.8rem;
    overflow: hidden;
    margin: 0 auto;
}

.btnStyle:hover {
    text-decoration: none;
    opacity: 0.7;
}

.btnStyle::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -18rem;
    left: 0;
    width: 3rem;
    height: 100%;
    background-color: #fff;
    animation: btnStyle 3s ease-in-out infinite;
}

@-webkit-keyframes btnStyle {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*End CTA btn*/

/*box price*/
.boxPrice {
    background-image: url(../img/boxPriceBg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 5rem;
    box-sizing: border-box;
}

.bPriceItem {
    width: 65rem;
    height: 37rem;
    position: relative;
}

.bPriceItem .bPContent {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/bgBoxPrice01.png);
    background-size: 100% 100%;
    position: relative;
    padding: 4rem 0 3rem 0;
    box-sizing: border-box;
}

.bPriceItem:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/boxPriceItemBg.png);
    background-size: 100% 100%;
    right: -1rem;
    bottom: -1rem;
}

.bPriceItem:nth-child(2) .bPContent {
    background-image: url(../img/bgBoxPrice02.png);
    background-size: 100% 100%;
}

.boxPriceLbl {
    width: 13.5rem;
    position: absolute;
    top: -2rem;
    left: -4rem;
}

p.pBTT {
    width: 50rem;
    background-color: #B68001;
    line-height: 6rem;
    color: #FFF;
    padding-left: 10rem;
    box-sizing: border-box;
}

.pricePos {
    margin-left: 3rem;
}

.borderBoxPrice {
    text-align: center;
    width: 18.5rem;
    border: 0.3rem solid #000;
    line-height: 3.1rem;
    box-sizing: border-box;
}

.pBNumber {
    display: inline-block;
    min-width: 13rem;
    text-align: right;
}

.pBNumber:after {
    content: '';
    position: absolute;
    height: 0.4rem;
    width: 12.5rem;
    background: #000;
    top: 50%;
    right: -0.2rem;
    transform: translate(0,-50%);
}

.pBNumber p {
    position: absolute;
    top: 50%;
    right: -5.5rem;
    transform: translate(0,-50%);
}
/*end box price*/

/*top program*/
.topProgram {
    padding: 8rem 2.5rem 3.5rem 2.5rem;
    box-sizing: border-box;
    background-image: url(../img/topPGBg.png);
    background-size: 100% 100%;
    margin-top: -0.1rem;
}

.itemTP {
    padding-bottom: 2.5rem;
    box-sizing: border-box;
    background : #FFFFFF;
    box-shadow : 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.75);
}

.itemTPTT {
    color: #B68001;
    line-height: 1.25;
    height: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/topPGBGTT.png);
    background-size: 101% 101%;
    background-position: center;
    background-repeat: no-repeat;
}

.itemTPContent {
    position: relative;
    padding: 40rem 2rem 0 2rem;
    box-sizing: border-box;
}

.itemTPContent > img {
    position: absolute;
    width: 58.3rem;
    top: 0.8rem;
    right: 4rem;
}

.itemTPContent > img.imgTPAV02 {
    width: 61.3rem;
    top: 0.2rem;
    right: 3rem;
}

.itemTPText {
    padding: 2.2rem 0 2.2rem 2.5rem;
    box-sizing: border-box;
    line-height: 1.32;
    color: #333333;
    letter-spacing: -0.1rem;
    font-size: 2.75rem;
}

.itemTPText span {
    font-size: 2rem;
    display: inline-block;
    padding-right: 0.3rem;
    position: relative;
    bottom: 0.2rem;
}

.titleGradient01 {
    width: 58.2rem;
    text-align: center;
    line-height: 5rem;
    margin: 0 auto;
    background-image: url(../img/titleGradient01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFF;
}

.itemTPBorder {
    padding-top: 2.5rem;
    background-image: url(../img/borderGrg01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fsTPNote {
    color: #B68001;
    letter-spacing: -0.1rem;
}
/*end top program*/

/*achment*/
.achment {
    padding: 5.5rem 0 8.5rem 0;
    box-sizing: border-box;
    background-image: url(../img/achmentBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.achmentImg {
    height: 58.3rem;
    display: block;
    margin: 0 auto;
}

.achmentImgFirst {
    margin-bottom: 10rem;
    margin-top: 32.5rem;
}
/*end achment*/

/*become*/
.become {
    margin-top: -0.1rem;
}

.textBecome {
    position: absolute;
    width: 48rem;
    right: 3rem;
    top: 28rem;
}

.textBecome > p {
    text-align: right;
}

.textBecome ul {
    width: 43rem;
    margin: 0 0 0 auto;
}

.textBecome ul li p{
    background : rgba(255, 255, 255, 0.8);
    border-radius: 1.9rem;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
}

.textBecome ul li {
    margin-bottom: 1.5rem;
}

.textBecome ul li:last-child {
    margin-bottom: 0;
}
/*end become*/

/* theChange（解決策導入）：完成画像2枚を縦並び表示 */
.theChange {
    color: #333333;
}

.solutionWrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
}

.solutionImgBox {
    width: 100%;
    line-height: 0;
}

.solutionImg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*end the change*/

/* strengthSection（強み・Philosophy & Professional）：完成画像2枚を縦並び表示 */
.strengthSection {
    max-width: 100%;
    margin: 0 auto;
}

.strengthWrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
}

.strengthImgBox {
    width: 100%;
    line-height: 0;
}

.strengthImg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*end strengthSection*/

/* lp-connector：セクション間つなぎ画像 */
.lp-connector {
    width: 100%;
    line-height: 0;
}

.lp-connector .lp-full-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*end lp-connector*/

/*Note01*/
.Note01 {
    padding: 4.5rem 0 7rem 0;
    box-sizing: border-box;
    background-image: url(../img/Note01Bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}

.Note01 p:nth-child(1) {
    background-image: url(../img/Note01_Bg01.png);
    background-repeat: no-repeat;
    background-size: 40rem 5.7rem;
    background-position: center;
    margin-bottom: 2rem;
    color: #C1803B;
    line-height: 1.25;
    font-weight: 400;
}

.Note01 p:nth-child(2) {
    background-image: url(../img/Note01_Bg02.png);
    background-repeat: no-repeat;
    background-size: 51.8rem 13.2rem;
    background-position: center;
    margin-bottom: 3rem;
    line-height: 1.25;
}

.Note01 p:nth-child(3) {
    font-weight: 400;
}
/*end Note01*/

/*More01*/
.More01 {
    color: #FFF;
    background-image: url(../img/More01_Bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 0 13.5rem 0;
}

.More01 ul {
    width: 67rem;
    margin: 0 auto;
    margin-bottom: 11rem;
    color: #000;
}

.More01 ul li {
    height: 10.4rem;
    background-color: #FFFFFF;
    border-radius: 2.6rem;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.More01 ul li:last-child {
    margin-bottom: 0;
}

.More01 ul li p {
    text-align: center;
}

.chevronGroup {
    top: -10rem;
    left: 46%;
}

.chevron {
  position: absolute;
  width: 6.5rem;
  height: 0.8rem;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(3rem);
  }
  67% {
    opacity: 1;
    transform: translateY(4rem);
  }
  100% {
    opacity: 0;
    transform: translateY(5.5rem) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.threeArrow {
    width: 50rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
    top: -7rem;
}
/*end More01*/

/*Trainer*/
.trainer {
    padding: 6rem 0 4rem 0;
    box-sizing: border-box;
}

.TTTrainer {
    height: 18rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 12rem;
}

.albumTrainer {
    margin-bottom: 2.5rem;
}

.albumTrainer p {
    line-height: 1.8;
    color: #333333;
    display: inline-block;
    padding: 0 0.5rem;
    position: relative;
}

.albumTrainer p:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0.4rem;
    height: 0.5rem;
    width: 0;
    transition: all 0.8s;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(90deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.albumTrainer.isActive p:after {
  width: 100%;
}

.albumTrainerImg {
    width: 72rem;
    display: block;
    margin: 0 auto;
}

.trainerHuman {
    background : rgba(255, 255, 255, 1);
    box-shadow : 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 6.5rem 2rem 2rem 2rem;
}

.trainerHuman > img {
    position: absolute;
    width: 64rem;
    top: 2rem;
    right: 4rem;
}

.trainerLst {
    width: 70rem;
    margin: 0 auto;
    margin-bottom: 5.5rem;
    box-sizing: border-box;
}

.trainerHContent {
    position: relative;
    z-index: 1;
}

.humanName {
    margin-left: 29rem;
    margin-bottom: 10rem;
}

.itemTPText.fs27 {
    font-size: 2.7rem !important;
}
/*End Trainer*/

/*voice*/
.voice {
    padding-top: 10rem;
}

.voiceTT {
    height: 18rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 17rem;
}

.voiceItem {
    border: 0.3rem solid #C6C6C6;
    border-radius: 2.4rem;
    padding: 4.5rem 4.5rem 1.5rem 4.5rem;
    box-sizing: border-box;
    margin-bottom: 18rem;
}

.lstVoice {
    padding: 0 2.5rem;
}

.lstVoice .voiceItem .voiceImg {
    width: 28.5rem;
    position: absolute;
    top: -12rem;
    left: -2.5rem;
}

.lstVoice .voiceItem .voiceAge {
    width: 25.6rem;
    line-height: 4.6rem;
    text-align: center;
    background-image: url(../img/voiceAge.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.5rem;
    top: -2.3rem;
}

.lstVoice .voiceItem h3 {
    padding-left: 25rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.lstVoice .voiceItem:nth-child(even) .voiceAge {
    right: initial;
    left: 3rem;
}

.lstVoice .voiceItem:nth-child(even) .voiceImg {
    left: initial;
    right: -2.5rem;
}

.lstVoice .voiceItem:nth-child(even) h3 {
    padding-left: 0;
}

.lstVoice .voiceItem:last-child {
    margin-bottom: 0;
}
/*end voice*/

/* =========================================
   お客様の声（縦積みカード・LPリニューアル）
========================================= */
.lp-section-voice {
  padding: 6rem 0 8rem;
  background: linear-gradient(180deg, #f8f6f3 0%, #fff 20%, #fff 80%, #f8f6f3 100%);
}

.lp-voice-head-img {
  text-align: center;
  margin-bottom: 2rem;
}

.lp-voice-head-img .voiceTT {
  height: 18rem;
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.lp-voice-intro {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin: 0 auto 4rem;
  max-width: 52rem;
  padding: 0 2rem;
}

.lp-voice-intro .sp-only {
  display: none;
}

.lp-voice-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.lp-voice-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.lp-voice-card:last-child {
  margin-bottom: 0;
}

.lp-voice-img-box {
  width: 280px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: #eee;
}

.lp-voice-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-voice-text-box {
  flex: 1;
  padding: 2.4rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.lp-voice-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.lp-voice-badge {
  display: inline-block;
  background: linear-gradient(135deg, #BFA35D, #9a8347);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.lp-voice-stars {
  color: #BFA35D;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.lp-voice-catch {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.lp-voice-text {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #444;
  margin: 0;
  flex: 1;
}

/* =========================================
   料金プラン（テーブル＋カード）
========================================= */
.lp-section-price {
  padding: 8rem 0 8rem;
  background: radial-gradient(circle at top, #f5f0e5 0%, #f9f7f2 35%, #ffffff 70%);
}

.lp-price-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.lp-price-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 2.8rem 2.6rem 3.2rem;
  border: 1px solid rgba(191, 163, 93, 0.24);
  margin-bottom: 3.5rem;
  backdrop-filter: blur(12px);
}

.lp-price-box-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 1.8rem;
  margin-bottom: 2.2rem;
}

.lp-price-sub-catch {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(191, 163, 93, 0.08);
  color: #b08b3c;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.lp-price-main-title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin: 0;
}

.lp-price-table-wrap {
  overflow-x: auto;
}

.lp-price-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.lp-price-table thead th {
  background: linear-gradient(135deg, #2c2c2c, #111);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-price-table thead th:last-child {
  border-right: none;
}

.lp-price-table tbody td {
  padding: 1.4rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.92);
}

.lp-price-table tbody tr:nth-child(odd):not(.lp-row-recommend) td {
  background: #fbfaf7;
}

.lp-row-recommend td {
  background: linear-gradient(135deg, rgba(191, 163, 93, 0.1), rgba(255, 252, 240, 0.95));
}

.lp-col-times {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-col-price,
.lp-col-total {
  line-height: 1.6;
}

.lp-price-num {
  font-family: "Oswald", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.lp-price-num-recommend {
  font-family: "Oswald", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #c4932f;
}

.lp-price-tax {
  font-size: 1.1rem;
  color: #777;
}

.lp-badge-recommend {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.25rem 0.9rem;
  font-size: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7dba5, #e2b76b);
  color: #5a3a00;
  font-weight: 700;
}

.lp-price-options,
.lp-price-others {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.lp-price-card {
  border-radius: 16px;
  padding: 2.2rem 2.1rem;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.lp-price-card-title {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}

.lp-price-card-title span {
  display: inline-block;
  font-size: 1.6rem;
  color: #b08b3c;
}

.lp-price-card-body {
  font-size: 1.35rem;
}

.lp-price-card-text {
  margin: 0;
  line-height: 1.8;
  color: #444;
}

.lp-price-card-text small {
  font-size: 1.1rem;
}

.lp-price-highlight {
  font-weight: 800;
  font-size: 1.7rem;
  color: #c4932f;
}

.lp-price-note {
  display: block;
  font-size: 1.15rem;
  color: #777;
  margin-top: 0.4rem;
}

.lp-card-simple {
  background: #faf7f0;
  border-color: rgba(191, 163, 93, 0.18);
}

.lp-card-gold {
  background: linear-gradient(135deg, #2c2c2c, #111);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lp-card-gold .lp-price-card-title span {
  color: #f7dba5;
}

.lp-card-gold .lp-price-card-body {
  color: #f5f5f5;
}

.lp-price-highlight-white {
  font-weight: 800;
  font-size: 1.8rem;
  color: #fbe7b0;
}

.lp-price-note-white {
  display: block;
  font-size: 1.15rem;
  color: #f1f1f1;
  margin-top: 0.4rem;
}

/* =========================================
   料金プラン：PCの文字サイズとデザインの強化
========================================= */
/* 1番人気！迷ったらこちらの帯を少し大きく */
.lp-price-sub-catch {
  font-size: 16px !important;
  padding-bottom: 8px !important;
}

/* 数字（金額）を「ドーン！」と特大サイズに */
.lp-price-num {
  font-size: 42px !important; /* 26pxから大幅拡大 */
  letter-spacing: 0.05em !important;
}
.lp-price-num-recommend {
  font-size: 54px !important; /* 32pxから特大拡大 */
  letter-spacing: 0.05em !important;
}

/* 「回」などの文字も少し大きく */
.lp-col-times {
  font-size: 24px !important;
}

/* 「円」の文字サイズを整える */
.lp-col-price, .lp-col-total {
  font-size: 18px !important; 
  font-weight: bold !important;
}

/* ★ 分割払いカードを黒から「リッチなゴールド」に変更して目立たせる ★ */
.lp-card-gold {
  background: linear-gradient(135deg, #dfbc62, #9b8140) !important;
  border: 2px solid #efd793 !important;
  box-shadow: 0 10px 25px rgba(191,163,93,0.4) !important;
}
.lp-card-gold .lp-price-card-title,
.lp-card-gold .lp-price-card-text {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3) !important; /* 白文字が浮き出るように影をつける */
}
.lp-price-highlight-white {
  font-size: 40px !important; /* 32pxから拡大 */
}

/* --- アピールテキストの装飾 --- */
.lp-price-intro {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.lp-price-intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  display: inline-block;
  text-align: left;
}
.lp-price-intro-text strong {
  color: #c93a3a;
  background: linear-gradient(transparent 60%, #ffeb99 60%); /* マーカー風の下線 */
}
@media screen and (min-width: 768px) {
  .lp-price-intro-text { text-align: center; font-size: 18px; }
}

/* --- テーブルの列崩れ・円の改行防止 --- */
.lp-price-table {
  table-layout: fixed; /* 列幅を固定してズレを防止 */
}
.lp-price-table th.col-1 { width: 25%; }
.lp-price-table th.col-2 { width: 35%; }
.lp-price-table th.col-3 { width: 40%; }
.lp-col-price, .lp-col-total {
  white-space: nowrap !important; /* 「円」の改行を絶対に防ぐ */
}

/* 1番人気バッジを上に配置して横ズレを防ぐ */
.lp-badge-recommend-wrap {
  display: block;
  margin-bottom: 5px;
}
.lp-badge-recommend {
  display: inline-block !important;
  margin: 0 !important;
}

/* --- カードの優先順位デザイン --- */
/* 目立たせるプレミアムカード（ペア・モニター） */
.lp-card-premium {
  background: #fffcf4 !important;
  border: 2px solid #BFA35D !important;
  box-shadow: 0 8px 20px rgba(191,163,93,0.15) !important;
}
.lp-card-premium .lp-price-card-title { font-size: 16px !important; }
.lp-card-premium .lp-price-card-title span { font-size: 26px !important; color: #BFA35D !important; }
.lp-card-premium .lp-price-highlight { font-size: 34px !important; color: #c93a3a !important; }

/* 目立たせないシンプルカード（都度・分割） */
.lp-card-simple {
  background: #f9f9f9 !important;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}
.lp-card-simple .lp-price-card-title span { font-size: 18px !important; color: #555 !important; }
.lp-price-highlight-simple { font-size: 24px !important; font-weight: bold !important; color: #333 !important; }

@media screen and (max-width: 767px) {
  .lp-section-voice {
    padding: 4rem 0 6rem;
  }

  .lp-voice-intro .sp-only {
    display: inline;
  }
  .pc-only {
    display: none;
  }

  .lp-voice-card {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .lp-voice-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .lp-voice-text-box {
    padding: 1.8rem 1.5rem;
  }

  .lp-voice-catch {
    font-size: 1.35rem;
  }

  .lp-voice-text {
    font-size: 1.3rem;
  }
}

/* =========================================
   スマホ表示（max-width: 767px）の完全最適化
========================================= */
@media screen and (max-width: 767px) {

  /* ------------------------------
     1. お客様の声セクションのスマホ調整
  ------------------------------ */
  /* 見出し文字を大きく */
  .lp-voice-catch {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
  /* 本文を読みやすく */
  .lp-voice-text {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  /* バッジと星もスマホに最適化 */
  .lp-voice-badge {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }
  .lp-voice-stars {
    font-size: 18px !important;
  }

  /* ------------------------------
     2. 料金プランセクションのスマホ調整
  ------------------------------ */
  /* 見出し */
  .lp-price-main-title { 
    font-size: 26px !important; 
  }

  /* 表（テーブル）の文字サイズと余白を最適化して見やすく */
  .lp-price-table th { 
    font-size: 14px !important; 
    padding: 12px 4px !important; 
  }
  .lp-price-table td { 
    padding: 18px 4px !important; 
  }
  .lp-col-times { 
    font-size: 18px !important; 
  }
  .lp-price-num { 
    font-size: 24px !important; 
  }
  .lp-price-num-recommend { 
    font-size: 28px !important; 
  }
  .lp-price-tax { 
    font-size: 12px !important; 
  }
  .lp-badge-recommend {
    font-size: 12px !important;
    padding: 4px 10px !important;
  }

  /* ★超重要：オプションカードを確実に「縦積み（1カラム）」にする★ */
  .lp-price-options, 
  .lp-price-others {
    display: flex !important;
    flex-direction: column !important; /* 横並びを強制解除して縦並びに */
    gap: 15px !important;
  }
  .lp-price-card {
    width: 100% !important; /* 横幅いっぱいに広げる */
    padding: 25px 20px !important;
  }
  
  /* カード内の文字サイズも大きく */
  .lp-price-card-title {
    font-size: 15px !important;
  }
  .lp-price-card-title span {
    font-size: 22px !important;
  }
  .lp-price-card-text {
    font-size: 15px !important;
  }
  .lp-price-highlight,
  .lp-price-highlight-white {
    font-size: 28px !important;
  }
  .lp-price-note,
  .lp-price-note-white {
    font-size: 13px !important;
  }
}

/* =========================================
   共通見出し（ズレ解消 ＆ リッチなゴールドデザイン復活）
========================================= */
/* 親コンテナ（確実に中央揃えにする） */
.storeSectionHead {
  position: relative !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  padding-top: 25px !important; /* 英語テキストの高さ分を確保 */
  display: block !important; /* ズレの原因だったflexを解除 */
  width: 100% !important;
}

/* 背景に透ける大きな英語（上品なシルバーグレー） */
.storeSectionHeadEn {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-family: 'Oswald', 'Noto Serif JP', serif !important;
  font-size: 65px !important;
  font-weight: 900 !important;
  color: #f0f0f0 !important;
  letter-spacing: 0.15em !important;
  margin: 0 !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

/* 手前の日本語（リッチなゴールドグラデーションの箱） */
.storeSectionHeadJa {
  position: relative !important;
  display: inline-block !important; /* テキストの幅に合わせる */
  background: linear-gradient(135deg, #d4af37, #aa7c11) !important; /* 高級ゴールド */
  color: #fff !important; /* 白文字 */
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 26px !important;
  font-weight: bold !important;
  padding: 12px 40px !important;
  border-radius: 4px !important;
  letter-spacing: 0.1em !important;
  box-shadow: 0 5px 15px rgba(170, 124, 17, 0.25) !important; /* ゴールドのフワッとした影 */
  margin: 0 auto !important;
  z-index: 2 !important;
}

/* スマホ表示時のサイズ調整 */
@media screen and (max-width: 767px) {
  .storeSectionHead {
    padding-top: 20px !important;
    margin-bottom: 40px !important;
  }
  .storeSectionHeadEn {
    font-size: 45px !important;
  }
  .storeSectionHeadJa {
    font-size: 20px !important;
    padding: 10px 30px !important;
  }
}

/* =========================================
   料金プラン：スマホ表示（max-width: 767px）の極小文字修正
========================================= */
@media screen and (max-width: 767px) {
  /* スマホでの数字サイズ（重なり・極小文字の完全修正） */
  .lp-price-num { font-size: 20px !important; }
  .lp-price-num-recommend { font-size: 24px !important; }
  .lp-col-price, .lp-col-total { font-size: 12px !important; /* 「円」のサイズ */ }

  .lp-price-table th,
  .lp-price-table td {
    padding: 12px 2px !important; /* 余白を削って文字を入れる */
    letter-spacing: -0.5px !important; /* 文字間を詰めて1行に収める */
  }
}

/*flow*/
.flowBlock {
    padding: 10.5rem 0 9rem 0;
    box-sizing: border-box;
}

.flowTT {
    height: 18rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.flowText {
    text-align: center;
    width: 68.6rem;
    margin: -11rem auto 0 auto;
    background-image: url(../img/flowBg01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2.5rem 0 9.5rem 0;
    box-sizing: border-box;
    position: relative;
}

.flowText.longBg {
    background-image: url(../img/flowBg02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.flowLbl {
    display: block;
    width: 18rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.flowText p {
    width: 59rem;
    margin: 0 auto;
    text-align: left;
}
/*end flow*/

/* =========================================
   ご入会の流れセクション
========================================= */
.lp-section-flow {
  padding: 80px 0;
  background-color: #fcf9f2; /* 全体になじむ優しい背景色 */
}

.lp-flow-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-flow-item {
  position: relative;
  text-align: center;
}

.lp-flow-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* 写真に薄い影 */
}

.lp-flow-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 写真に重なる白いカード */
.lp-flow-card {
  position: relative;
  width: 90%;
  margin: -40px auto 0; /* ネガティブマージンで写真に少し重ねる */
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08); /* カードに少し強めの影 */
  z-index: 2;
}

.lp-flow-step {
  display: inline-block;
  color: #BFA35D;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #BFA35D; /* STEPの下にゴールドの線 */
  padding-bottom: 2px;
  margin-bottom: 15px;
}

.lp-flow-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.lp-flow-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: left;
  margin: 0;
}

/* 次のステップへ誘導する矢印 */
.lp-flow-arrow {
  text-align: center;
  color: #BFA35D;
  font-size: 20px;
  margin: 20px 0;
}

/* スマホ用のサイズ微調整 */
@media screen and (max-width: 767px) {
  .lp-flow-card {
    width: 94%;
    padding: 25px 15px;
    margin-top: -30px;
  }
  .lp-flow-title {
    font-size: 18px;
  }
  .lp-flow-desc {
    font-size: 14px;
  }
}

/*qa*/
.qaTT {
    height: 11.5rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 4.5rem;
}

.faq_a {
    display: none;
    padding: 4rem 0 2.5rem 0;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    text-align: justify-all;
}

.qaContent {
    position: relative;
    padding: 3rem 0;
}

.qaContent:after,
.qaContent:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0rem;
    height: 0.3rem;
    width: 100%;
    transition: all 0.8s;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(90deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.qaContent:before {
    bottom: initial;
    top: 0;
}

.qaLbl {
    width: 12.3rem;
    text-align: center;
    background: #FFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -2.2rem;
}

.qaLbl img {
    display: inline-block;
    height: 2.9rem;
}

.qaContent h3 {
    display: block;
    cursor: pointer;
    position: relative;
}

.qaContent h3:after {
    content: '';
    position: absolute;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url(../img/qArrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
/*end*/

/* =========================================
   よくある質問（アコーディオン）
========================================= */
.lp-section-faq {
  padding: 60px 0 100px;
  background-color: #fff;
}

.lp-faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.lp-faq-item[open] {
  border-color: #BFA35D;
  box-shadow: 0 5px 15px rgba(191,163,93,0.15);
}

/* 質問部分（クリックエリア） */
.lp-faq-q {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background: #fdfdfd;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  list-style: none;
  position: relative;
}

.lp-faq-q::-webkit-details-marker {
  display: none;
}

/* Qのアイコン */
.lp-faq-icon-q {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #d4af37, #aa7c11);
  color: #fff;
  border-radius: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 15px;
}

/* 質問テキスト */
.lp-faq-q-text {
  flex: 1;
  line-height: 1.5;
  padding-right: 20px;
}

/* 開閉アイコン（＋と－） */
.lp-faq-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.lp-faq-toggle::before,
.lp-faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #BFA35D;
  transition: all 0.3s ease;
}

.lp-faq-toggle::before {
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
}

.lp-faq-toggle::after {
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
}

.lp-faq-item[open] .lp-faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* 回答部分 */
.lp-faq-a {
  padding: 0 25px 25px;
  background: #fff;
}

.lp-faq-a-inner {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

.lp-faq-icon-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  color: #666;
  border-radius: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 15px;
}

.lp-faq-a-inner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  padding-top: 6px;
}

/* スマホ表示時の微調整 */
@media screen and (max-width: 767px) {
  .lp-faq-q {
    padding: 15px 15px;
    font-size: 15px;
  }
  .lp-faq-icon-q, .lp-faq-icon-a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 12px;
  }
  .lp-faq-a {
    padding: 0 15px 20px;
  }
  .lp-faq-a-inner {
    padding-top: 15px;
  }
  .lp-faq-a-inner p {
    font-size: 14px;
    padding-top: 3px;
  }
}

/*list store*/
.lstStoreTT {
    height: 17.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 6rem;
}

/*----- shop -----*/
.lstStore {
    padding: 0 2.5rem 6rem 2.5rem;
    box-sizing: border-box;
}

.shop_box,
.shop_area,
.shop_info {
    display: none;
}

.shop_info:active {
    display: block;
}

.shop_box {
    padding: 2.2rem 3.5rem 4rem 3.5rem;
    box-sizing: border-box;
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    margin-top: 2rem;
}

.show_box_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.show_box_content,
.shop_ttl03 {
    flex: 0 0 48%;
    box-sizing: border-box;
}

#shop_list .collapse {
    position: relative;
    cursor: pointer;
}

#shop_list .collapse::after {
    content: "";
    display: block;
    background: url(../img/qArrow.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 2.9rem;
    right: 2rem;
    transition: 0.3s;
    transform: rotate(270deg);
}

#shop_list .collapse.active::after {
    transform: rotate(0);
}

#shop_list .shop_ttl03.collapse:active::after {
    transform: rotate(90deg)
}


#shop_list .collapse2nd {
    position: relative;
    cursor: pointer;
    /*  border-radius: 0.9rem;*/
}

#shop_list .collapse2nd::after {
    content: "";
    display: block;
    background: url(../img/qArrow.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 2.9rem;
    right: 1.5rem;
    transition: 0.3s;
    transform: rotate(270deg);
}

#shop_list .collapse2nd.active::after {
    transform: rotate(0);
}

#shop_list .shop_ttl03 .collapse2nd:active:after {
    transform: rotate(-90deg);
}

/*#shop_list .collapse2nd.active::after {
    transform: rotate(-90deg) ;
}*/

.shop_ttl01 {
    color: #FFF;
    position: relative;
    width: 100%;
    padding: 2.2rem 0;
    margin: 0 0 0.2rem 0;
    font-weight: bold;
    text-align: center;
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
}

#shop_list .collapse.shop_ttl01::after {
    content: "";
    display: block;
    background: url(../img/arw1.svg) no-repeat center top;
    background-size: contain;
    border-radius: 0.2rem;
    position: absolute;
    width: 2.25rem;
    height: 2.25rem;
    top: 50%;
    transform: translate(0, -50%);
    right: 3rem;
}

.shop_area {
    background: #f0f5eb;
    padding: 3rem;
    margin: 0 0 0.2rem 0;
    border-radius: 0.9rem;
}

.shop_ttl02 {
    color: #FFF;
    padding: 1.5rem 3rem;
    padding-left: 0;
    margin: 0 0 0.2rem 0;
    width: 17.5rem;
    border-bottom: .1rem solid #fff;
}

.shop_ttl03 {
    background-color: #FFF;
    padding: 1.2rem 0;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    border-radius: 1.5rem;
    margin-top: 1.8rem;
    width: 37.5%;
}

.shop_ttl03 span{
    background: -moz-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.shop_ttl03:first-child {
  margin-top: 0;
}*/

.shop_ttl03 span {
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop_info {
    background-color: #FFF;
    border-radius: 1.4rem;
    padding: 3.5rem 0 3.5rem 0;
    box-sizing: border-box;
    width: 57rem;
    margin: 0 auto;
    margin-top: 2.5rem;
    position: relative;
}

.shop_info:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.9rem 3.3rem 1.9rem;
    border-color: transparent transparent #ffffff transparent;
    left: 11rem;
    top: -2.6rem;
}

.shop_info.even:after {
    left: initial;
    right: 11rem;
}

.shop_info::before {
    content: "";
    display: block;
    border-radius: 0.2rem;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 2.5rem;
    right: 2.5rem;
    /* background: url(../img/qArrow.svg) no-repeat; */
    background-size: 100% 100%;
    transform: rotate(-90deg);
}

.shop_info.even:after {
    left: initial;
    right: 11rem;
}

.shop_info hr {
    display: none;
    border: none;
    height: 0.1rem;
    width: 31.2rem;
    margin: 1.5rem auto;
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.shop_info dl {
    display: flex;
    justify-content: space-between;
}

.shop_info dl dd {
    width: calc(100% - 10rem);
    text-align: left;
}

.shop_info dl dt {
    min-width: 10rem;
    text-align: left;
    white-space: nowrap;
}

.shop_info dd,
.shop_info dt,
.shop_info p,
.shop_info h4 {
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.shop_info p {
    display: flex;
    padding: 0 8rem;
}

.shop_info p span {
    text-align: left;
}

.shop_info p span:first-child {
    min-width: 10rem;
}

.shop_info dl.mapBtn a {
    display: block;
    height: 5.7rem;
    width: 38.3rem;
    background-image: url(../img/mapBtn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

/*end list store*/

/*footer*/
footer {
    text-align: center;
    padding: 4rem 0 7rem 0;
    box-sizing: border-box;
}

footer .hLogo {
    display: inline-block;
    height: 16rem;
}
/*end footer*/


.price-tag {
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  width: 37px;
  height: 50px;
  position: relative;
  background-image: url("../img/heart_active.png");
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}

.price-tag-active {
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  width: 37px;
  height: 50px;
  position: relative;
  background-image: url("../img/heart.png");
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}

#map {
  width: 100%;
  height: 80rem;
}

#map02 {
    width: 100%;
    height: 80rem;
  }

.mapContent {
    width: 68.6rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 3rem 4rem;
    box-sizing: border-box;
    border-radius: 1rem;
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.mapBanner {
    background-color: #FFF;
    width: 51.3rem;
    border-radius: 1.8rem;
    padding: 3.5rem 0;
    position: absolute;
    left: 50%;
    bottom: 5.5rem;
    transform: translate(-50%,0);
    text-align: center;
}

.mapBanner span.mbannerNumber {
    font-size: 2.5rem;
    margin-right: 2rem;
    color: #FFF;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    text-align: center;
    line-height: 3.3rem;
    display: inline-block;
    background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.mapBanner span.mbannerText {
    font-size: 2.5rem;
    color: #FFF;
    line-height: 3.3rem;
    display: inline-block;
    background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================
   ご入会の流れ：文字サイズの拡大・メリハリ強化
========================================= */
/* STEPバッジの拡大 */
.lp-flow-step {
  font-size: 20px !important; /* 16pxから拡大 */
  padding-bottom: 4px !important;
  margin-bottom: 12px !important;
  display: inline-block !important; /* 横並びを防ぐために独立させる */
}

/* メイン見出しの拡大 */
.lp-flow-title {
  font-size: 28px !important; /* 22pxから大幅に拡大 */
  font-weight: 900 !important; /* さらに太くして目立たせる */
  color: #333 !important;
  margin-bottom: 20px !important;
  display: block !important; /* STEPの横に並ばないよう確実に改行させる */
}

/* スマホ表示時のサイズ微調整 */
@media screen and (max-width: 767px) {
  .lp-flow-step {
    font-size: 16px !important;
  }
  .lp-flow-title {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
}

/* =========================================
   店舗一覧セクション（ギャラリー ＆ 高級感リスト）
========================================= */
.lp-section-store {
  padding: 80px 0 100px;
  background-color: #fcf9f2;
}

/* --- 店舗写真ギャラリー --- */
.lp-store-gallery {
  display: flex;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-store-gallery img {
  width: calc(33.333% - 10px);
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .lp-store-gallery img {
    width: 80%;
    height: 180px;
  }
}

/* --- JS生成アコーディオンのデザイン強制上書き --- */
.listShopAddress {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.shop_ttl01 {
  background: linear-gradient(135deg, #d4af37, #aa7c11) !important;
  color: #fff !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border: none !important;
  box-shadow: 0 5px 15px rgba(170, 124, 17, 0.25) !important;
}

#shop_list .collapse.shop_ttl01::after {
  filter: brightness(0) invert(1) !important;
}

.shop_area {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  margin-bottom: 25px !important;
  padding: 30px 25px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.04) !important;
}

.shop_ttl02 {
  color: #333 !important;
  border-bottom: 2px solid #BFA35D !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: auto !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  padding: 5px 20px 5px 0 !important;
  background: none !important;
}

.shop_ttl03 {
  background: #fdfdfd !important;
  border: 2px solid #eeddbb !important;
  border-radius: 6px !important;
  color: #BFA35D !important;
  box-shadow: none !important;
  margin-right: 2% !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
}

.shop_ttl03 span {
  background: none !important;
  -webkit-text-fill-color: #BFA35D !important;
  color: #BFA35D !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

#shop_list .shop_ttl03.active {
  background: #fffcf4 !important;
  border-color: #BFA35D !important;
}

.shop_info {
  background: #fffcf4 !important;
  border: 1px solid #eeddbb !important;
  border-radius: 8px !important;
  padding: 20px !important;
  width: 100% !important;
  margin-top: 15px !important;
  box-shadow: 0 5px 15px rgba(191,163,93,0.1) !important;
}

.shop_info::after {
  border-color: transparent transparent #fffcf4 transparent !important;
}

.shop_info p, .shop_info dt, .shop_info dd {
  background: none !important;
  -webkit-text-fill-color: #444 !important;
  color: #444 !important;
  font-size: 15px !important;
  text-align: left !important;
  line-height: 1.6 !important;
}

.shop_info p {
  padding: 0 !important;
  margin-bottom: 8px !important;
  justify-content: flex-start !important;
}

.shop_info p span:first-child {
  min-width: 80px !important;
  font-weight: bold !important;
  color: #BFA35D !important;
  -webkit-text-fill-color: #BFA35D !important;
}

.shop_info hr, .shop_info dl.mapBtn {
  display: none !important;
}

/* =========================================
   店舗一覧：旧デザインの完全リセットと文字サイズ拡大
========================================= */

/* ★旧デザインの「赤茶色グラデーション」を完全に消去して白背景に！★ */
.shop_box {
  background: #fff !important;
  border: 1px solid #eeddbb !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  padding: 40px 30px !important;
  margin-top: 20px !important;
}

/* 都道府県名（一番大きな開閉ボタン）を特大に */
.shop_ttl01 {
  font-size: 28px !important;
  padding: 20px !important;
  letter-spacing: 0.1em !important;
}

/* 区の名前（新宿区など）を大きく見やすく */
.shop_ttl02 {
  font-size: 22px !important;
  color: #333 !important;
  border-bottom: 2px solid #BFA35D !important;
  padding-bottom: 8px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* 店舗名ボタン自体を大きくしてタップしやすく */
.shop_ttl03 {
  padding: 16px 10px !important;
  border-radius: 8px !important;
}

/* 店舗名の文字サイズを拡大 */
.shop_ttl03 span {
  font-size: 18px !important;
  letter-spacing: 0.05em !important;
}

/* スマホ表示時の最適化（スマホでも十分に大きく） */
@media screen and (max-width: 767px) {
  .shop_box {
    padding: 25px 15px !important;
  }
  .shop_ttl01 {
    font-size: 22px !important;
    padding: 16px !important;
  }
  .shop_ttl02 {
    font-size: 20px !important;
    margin-top: 15px !important;
  }
  .shop_ttl03 {
    padding: 14px 5px !important;
  }
  .shop_ttl03 span {
    font-size: 16px !important;
  }
}

/* =========================================
   店舗一覧：文字の「超」特大化と余白調整
========================================= */

/* 都道府県名（東京都など） */
.shop_ttl01 {
  font-size: 34px !important; /* 28pxからさらに拡大 */
  padding: 24px !important;
}

/* 区の名前（新宿区など） */
.shop_ttl02 {
  font-size: 26px !important; /* 22pxからさらに拡大 */
  margin-top: 30px !important;
  margin-bottom: 25px !important;
}

/* 店舗名ボタン（タップエリアを広く） */
.shop_ttl03 {
  padding: 20px 10px !important;
  margin-bottom: 15px !important;
}

/* 店舗名の文字 */
.shop_ttl03 span {
  font-size: 22px !important; /* 18pxからさらに拡大 */
  font-weight: 900 !important; /* 一番太い文字に */
}

/* スマホ表示時の最適化（スマホでも限界まで大きく） */
@media screen and (max-width: 767px) {
  .shop_ttl01 {
    font-size: 26px !important;
    padding: 20px !important;
  }
  .shop_ttl02 {
    font-size: 22px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
  .shop_ttl03 {
    padding: 16px 5px !important;
  }
  .shop_ttl03 span {
    font-size: 18px !important;
  }
}

/* =========================================
   店舗一覧：スマホ表示の完全最適化（一覧性アップ）
========================================= */
@media screen and (max-width: 767px) {
  
  /* ボックス全体の余白を詰める */
  .shop_box {
    padding: 15px 12px !important;
    margin-top: 15px !important;
  }

  /* 都道府県名（少し小さくして高さを抑える） */
  .shop_ttl01 { 
    font-size: 20px !important; 
    padding: 14px !important; 
    margin-bottom: 10px !important;
  }

  /* 区の名前（行間をギュッと詰める） */
  .shop_ttl02 { 
    font-size: 18px !important; 
    margin-top: 15px !important; 
    margin-bottom: 12px !important; 
    padding-bottom: 4px !important;
  }

  /* 店舗名ボタン（改行防止＆アイコン用の右余白確保） */
  .shop_ttl03 { 
    padding: 12px 25px 12px 8px !important; /* 右側にアイコン用のスペースを空ける */
    margin-bottom: 8px !important; 
    position: relative !important;
  }

  /* 店舗名の文字（絶対に改行させない） */
  .shop_ttl03 span { 
    font-size: 14px !important; 
    white-space: nowrap !important; /* ★超重要：改行禁止 */
    display: block !important;
    text-align: center !important;
    letter-spacing: 0 !important;
  }

  /* 極小になっていた三角アイコンのサイズと位置を修正 */
  #shop_list .collapse2nd::after,
  .shop_ttl03::after {
    width: 14px !important;
    height: 14px !important;
    top: 50% !important;
    margin-top: -7px !important; /* 縦の中央に固定 */
    right: 8px !important;
    background-size: contain !important;
  }
  
  /* 開いた店舗詳細の余白も詰める */
  .shop_info {
    padding: 15px !important;
    margin-top: 8px !important;
  }
  .shop_info p, .shop_info dt, .shop_info dd {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }
}

/* =========================================
   お問い合わせフォーム
========================================= */
.lp-section-form {
  padding: 80px 0 100px;
  background: radial-gradient(circle at center, #fff 0%, #f9f7f2 100%);
}

.lp-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-form-notice {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.lp-form-notice span {
  color: #c93a3a;
  border-bottom: 2px solid #fce883;
}

.lp-form-box {
  background: #fff;
  border: 1px solid #eeddbb;
  border-radius: 12px;
  padding: 50px 60px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.lp-form-row {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 30px;
}

.lp-form-row:last-of-type {
  border-bottom: none;
}

.lp-form-row dt {
  width: 30%;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-top: 15px;
}

.lp-req {
  display: inline-block;
  background: #c93a3a;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
}

.lp-any {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
}

.lp-form-row dd {
  width: 70%;
  margin: 0;
}

.lp-input, .lp-select, .lp-textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
  box-sizing: border-box;
  font-family: inherit;
  transition: all 0.3s ease;
}

.lp-input:focus, .lp-select:focus, .lp-textarea:focus {
  outline: none;
  border-color: #BFA35D;
  background: #fff;
  box-shadow: 0 0 8px rgba(191,163,93,0.3);
}

.lp-textarea {
  min-height: 120px;
  resize: vertical;
}

.lp-radio-label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
}
.lp-radio-label input {
  margin-right: 5px;
  transform: scale(1.2);
}

.lp-select-wrap {
  display: flex;
  align-items: center;
}
.mb-10 { margin-bottom: 10px; }
.lp-select-label {
  width: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.lp-form-agree {
  text-align: center;
  margin: 40px 0;
  padding: 30px;
  background: #fcf9f2;
  border-radius: 8px;
}
.lp-form-agree label {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.lp-form-agree input {
  transform: scale(1.5);
  margin-right: 10px;
}
.lp-agree-note {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

.lp-form-submit {
  text-align: center;
}
.lp-submit-btn {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #199342, #116b2f);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(25,147,66,0.3);
  transition: all 0.3s ease;
}
.lp-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(25,147,66,0.4);
}

@media screen and (max-width: 767px) {
  .lp-form-box {
    padding: 30px 20px;
  }
  .lp-form-row {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .lp-form-row dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .lp-form-row dd {
    width: 100%;
  }
  .lp-select-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-select-label {
    margin-bottom: 5px;
  }
  .lp-submit-btn {
    font-size: 18px;
    padding: 18px;
  }
}

/* =========================================
   フォーム：古いCSS（form.css）の強制リセット
========================================= */

/* 赤茶色の背景を消し去り、綺麗な白ベースに強制上書き */
#form.lp-section-form {
  background: radial-gradient(circle at center, #fff 0%, #f9f7f2 100%) !important;
  padding: 80px 0 100px !important;
}

/* 巨大化していた入力欄の高さを適切なサイズにリセット */
#form .lp-input,
#form .lp-select,
#form .lp-textarea {
  line-height: 1.5 !important;
  height: auto !important;
  padding: 15px !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  margin-left: 0 !important; /* 古いmarginを消す */
  background-color: #fafafa !important; /* 古いグレーを消す */
}

/* テキストエリアの高さを確保 */
#form .lp-textarea {
  min-height: 150px !important;
}

/* ラジオボタンの縦ズレと間隔を綺麗に整える */
#form .lp-radio-label {
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 25px !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

#form .lp-radio-label input {
  margin-right: 8px !important;
  margin-top: 0 !important;
  height: auto !important;
  width: auto !important;
  transform: scale(1.2) !important;
  line-height: 1 !important;
  display: inline-block !important; /* 古いnone設定を解除 */
}

/* フォーム上の注意書きテキストを見やすく */
#form .lp-form-notice {
  color: #333 !important;
  margin-left: 0 !important;
  letter-spacing: normal !important;
}

/* =========================================
   フッター
========================================= */
footer {
  background-color: #fcf9f2;
  padding: 60px 20px 40px !important;
  text-align: center;
}
.hLogo {
  height: 80px !important; /* ロゴを適切なサイズに調整 */
  margin-bottom: 30px;
}
.lp-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 40px;
}
.lp-footer-links a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.lp-footer-links a:hover {
  color: #BFA35D;
  text-decoration: underline;
}
.lp-copyright {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lp-footer-links {
    flex-direction: column;
    gap: 15px;
  }
}

/* =========================================
   追従CTA（LINE & WEB 2分割版）
========================================= */
.lp-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.08);
  z-index: 9999;
  box-sizing: border-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* 初期状態は少し下からフワッと出すアニメーション用 */
  transform: translateY(100%);
  animation: slideUpCta 0.5s ease forwards;
  animation-delay: 1s; /* ページ読み込み1秒後に出現 */
}

@keyframes slideUpCta {
  to { transform: translateY(0); }
}

.lp-fixed-cta-inner.split-cta {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.lp-fixed-cta-inner.split-cta .lp-fixed-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  padding: 12px 5px;
  text-align: center;
  transition: all 0.3s ease;
}

/* LINEボタン（公式グリーン） */
.line-btn {
  background: #06C755;
  box-shadow: 0 4px 15px rgba(6,199,85,0.3);
}

/* WEB予約ボタン（ゴールド） */
.web-btn {
  background: linear-gradient(135deg, #d4af37, #aa7c11);
  box-shadow: 0 4px 15px rgba(170,124,17,0.3);
}

/* ボタン内の文字 */
.lp-fixed-sub {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1.2;
}

.lp-fixed-main {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* スマホ用の微調整（画面幅が狭い場合でも綺麗に収める） */
@media screen and (max-width: 767px) {
  .lp-fixed-cta {
    padding: 8px 10px;
  }
  .lp-fixed-cta-inner.split-cta {
    gap: 8px;
  }
  .lp-fixed-cta-inner.split-cta .lp-fixed-btn {
    padding: 10px 2px;
  }
  .lp-fixed-sub {
    font-size: 10px;
  }
  .lp-fixed-main {
    font-size: 13px; /* スマホでも1行に収まるサイズ */
  }
  /* 追従CTAがコンテンツの最後に被らないよう、bodyの余白を確保 */
  body {
    padding-bottom: 75px;
  }
}

/* =========================================
   自立型店舗リスト（JS非依存）
========================================= */
.lp-static-shop-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* detailsタグのデフォルトの三角マークを消す */
.lp-shop-pref > summary::-webkit-details-marker,
.lp-shop-item > summary::-webkit-details-marker {
  display: none;
}
.lp-shop-pref > summary,
.lp-shop-item > summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}

/* 都道府県のアコーディオン */
.lp-shop-pref {
  background: #fff;
  border: 1px solid #eeddbb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 25px;
  overflow: hidden;
}
.lp-pref-title {
  background: linear-gradient(135deg, #d4af37, #aa7c11);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 24px;
  letter-spacing: 0.1em;
}
.lp-pref-title::after {
  content: "▼";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: transform 0.3s;
}
.lp-shop-pref[open] > .lp-pref-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.lp-pref-content {
  padding: 10px 30px 40px;
}

/* 市区町村の見出し */
.lp-city-title {
  font-size: 22px;
  color: #333;
  border-bottom: 2px solid #BFA35D;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

/* 店舗のグリッド表示（PCは2列、スマホは1列） */
.lp-shop-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.lp-shop-item {
  width: calc(50% - 8px);
}

/* 店舗名のアコーディオン */
.lp-shop-name {
  background: #fdfdfd;
  border: 2px solid #eeddbb;
  border-radius: 8px;
  color: #BFA35D;
  font-size: 18px;
  font-weight: 900;
  padding: 16px 15px;
  transition: all 0.3s ease;
}
.lp-shop-name::after {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s;
}
.lp-shop-item[open] > .lp-shop-name {
  background: #fffcf4;
  border-color: #BFA35D;
}
.lp-shop-item[open] > .lp-shop-name::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 店舗詳細（開いた中身） */
.lp-shop-detail {
  background: #fffcf4;
  border: 1px solid #eeddbb;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  margin-top: -5px;
}
.lp-shop-detail p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: left;
}
.lp-shop-detail p span {
  font-weight: bold;
  color: #BFA35D;
  display: inline-block;
  min-width: 60px;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .lp-shop-pref {
    margin-bottom: 15px;
  }
  .lp-pref-title {
    font-size: 22px;
    padding: 16px;
  }
  .lp-pref-content {
    padding: 5px 15px 25px;
  }
  .lp-city-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .lp-shop-item {
    width: 100%; /* スマホは1列 */
  }
  .lp-shop-name {
    font-size: 16px;
    padding: 14px 10px;
  }
  .lp-shop-detail p {
    font-size: 13px;
  }
}

/* =========================================
   【鉄壁修正版】プライバシーポリシーのチェックボックス配置
========================================= */
.lp-form-agree {
  text-align: center !important;
  padding: 30px 15px !important;
}

/* Flexboxを廃止し、インラインブロックで中央揃え */
.lp-form-agree label {
  display: inline-block !important;
  cursor: pointer !important;
  width: auto !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* チェックボックスと文字の縦位置を中央で揃える */
.lp-form-agree input[type="checkbox"] {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 10px 0 0 !important;
  transform: scale(1.4) !important;
  position: static !important;
}

.lp-form-agree label span {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  white-space: nowrap !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.lp-agree-note {
  display: block !important;
  width: 100% !important;
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .lp-form-agree label span {
    font-size: 14px !important;
  }
}

/* =========================================
   トップの店舗マップセクション
========================================= */
.topMapSection {
  padding: 60px 0 40px;
  background-color: #fff;
  text-align: center;
}
.topMapCatch {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  background: #fdfaf3;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
}
.topMapImgBox {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.topMapImg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* 白抜きボタン用（店舗一覧へ飛ぶボタン） */
.ctaBtn--white {
  background: #fff !important;
  border: 2px solid #c98e16 !important;
  box-shadow: 0 5px 15px rgba(201,142,22,0.15) !important;
}
.ctaBtn--white:hover {
  background: #fdfaf3 !important;
}

@media screen and (max-width: 767px) {
  .topMapSection {
    padding: 40px 0 20px;
  }
  .topMapCatch {
    font-size: 16px;
    padding: 12px 15px;
    margin: 0 15px 25px;
  }
}