/*-----------------------
 visual
------------------------*/
.visual-wrap {
  width: 100%;
  position: relative;
}

/*.slide_visual {
  width: 70%;
  margin-left: auto !impxortant;
  margin-right: 0 !important;
}*/

.slide_visual .swiper-wrapper {
  height: 60vw;
  max-height: 700px;
  min-height: 230px;
  position: relative;
}

.slide_visual .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.visual-txt {
  position: absolute;
  left: 5.0vw;
  top: 75%;
  transform: translate(0, -50%);
  font-size: 3.6vw;
  font-weight: 500;
  z-index: 1;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.5;

  /* 追加 ↓ */
  text-shadow:
    0 2px 10px rgba(0,0,0,0.6),
    0 0 20px rgba(0,0,0,0.4);
}
  
/* ファーストビュー 店名表記 */
.visual-txt .visual-shop {
  display: block;
  margin-bottom: -40px;
  font-size: 20px;
  color: #ffc0cb;   /* スズヤ文字色 */
  letter-spacing: 0.04em;
  font-weight: normal;
}


@media screen and (min-width: 1600px) {
  .visual-txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .visual-txt {
    font-size: 3.2rem;
    left: 5%;
  }
}
@media screen and (max-width: 540px) {
.slide_visual {
  width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
  .slide_visual .swiper-wrapper {
    min-height: auto;
    max-height: auto;
    height: 120vw;
  }
  .visual-txt {
    font-size: 2.3rem;
    top: 80%;
    letter-spacing: 0.0em;
  }
 
/* ファーストビュー 店名表記 */
.visual-txt .visual-shop {
  display: block;
  margin-bottom: -30px;
  font-size: 13px;
  color: #ffc0cb;   /* スズヤ文字色 */
  letter-spacing: 0.08em;
  font-weight: normal;
}
  
}
/*-----------------------
 intro
------------------------*/
.guide {
  padding-top: 100px;
}
.guide .inner {
  max-width: 600px;
}

@media (max-width: 960px) {
  .guide {
    padding-top: 90px;
  }
}
@media (max-width: 540px) {
  .guide {
    padding-top: 40px;
  }
}
/*-----------------------
 concept
------------------------*/
.concept .inner {
  width: 83%;
  max-width: 1260px;
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concept-list li {
  position: relative;
  width: 31%;
}
.concept-list li:nth-child(2) {
  margin-top: 100px;
}
.concept-list li:nth-child(3) {
  margin-top: 50px;
}
.concept-list li figure {
  margin-bottom: 20px;
}
.concept-list li figure img {
  width: 100%;
  height: auto;
}
.concept-list li .con-title {
  margin-bottom: 1rem;
  letter-spacing: 0.09rem;
}



/* number */
.concept-list .con-number {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 5px;
}
.concept-list .con-number span {
  position: relative;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 400;
}
.concept-list .con-number span:after {
  position: absolute;
  top: 0.5rem;
  right: -1rem;
  height: 5rem;
  content: "";
  border-right: 1px solid #777777;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

@media (max-width: 1024px) {
  .concept .inner {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .concept-list .con-number {
    top: -28px;
  }
  .concept-list .con-number span {
    font-size: 2.4rem;
  }
}
@media (max-width: 540px) {
  .concept-list li {
    width: 80%;
    margin: 0 auto 60px;
  }
  .concept-list li:last-child {
    margin-bottom: 0;
  }
  .concept-list li:nth-child(2),
.concept-list li:nth-child(3) {
    margin-top: 0;
  }
}



.concept-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concept-list2 li {
  position: relative;
  width: 22%;
}
.concept-list2 li:nth-child(2) {
  margin-top: 0px;
}
.concept-list2 li:nth-child(3) {
  margin-top: 0px;
}
.concept-list2 li figure {
  margin-bottom: 20px;
}
.concept-list2 li figure img {
  width: 100%;
  height: auto;
}
.concept-list2 li .con-title {
  margin-bottom: 1rem;
  letter-spacing: 0.09rem;
}

/* number */
.concept-list2 .con-number {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 5px;
}
.concept-list2 .con-number span {
  position: relative;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 400;
}
.concept-list2 .con-number span:after {
  position: absolute;
  top: 0.5rem;
  right: -1rem;
  height: 5rem;
  content: "";
  border-right: 1px solid #777777;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

@media (max-width: 1024px) {
  .concept .inner {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .concept-list2 .con-number {
    top: -28px;
  }
  .concept-list2 .con-number span {
    font-size: 2.4rem;
  }
}
@media (max-width: 540px) {
  .concept-list2 li {
    width: 80%;
    margin: 0 auto 60px;
  }
  .concept-list2 li:last-child {
    margin-bottom: 0;
  }
  .concept-list2 li:nth-child(2),
.concept-list2 li:nth-child(3) {
    margin-top: 0;
  }
}



/*-----------------------
 menu
------------------------*/
/*----- menu-wrapper -----*/
.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.menu-wrap .menu-img {
  width: 47%;
}
.menu-wrap .menu-img img {
  width: 100%;
  height: 37vw;
}
.menu-wrap .menu-txt {
  width: 53%;
  padding: 0 7.5%;
}

.menu-last {
  margin-bottom: 0;
}

.menu-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 960px) {
  .menu-wrap .menu-txt {
    padding: 0 6%;
  }
}
@media (max-width: 540px) {
  .menu-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .menu-wrap .menu-img {
    width: 90%;
    margin: 0 auto 30px;
  }
  .menu-wrap .menu-img img {
    height: 58vw;
  }
  .menu-wrap .menu-txt {
    width: 90%;
    margin: 0 auto;
    padding: 0 0;
  }
}
/*----- menu-text -----*/
.menu-wrap .menu-txt .menu-en {
  margin-bottom: 1rem;
  font-style: italic;
}
.menu-wrap .menu-txt .menu-name {
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
  text-align: left;
  border-bottom: 1px dotted #777777;
}
.menu-wrap .menu-txt .menu-name .min {
  letter-spacing: 0.05rem;
}
.menu-wrap .menu-txt .menu-name em {
  float: right;
  text-align: right;
  font-style: italic;
  padding-left: 20px;
}
.menu-wrap .menu-txt .single-name {
  border-bottom: 1px solid #777777;
}
.menu-wrap .menu-txt .menu-coment {
  margin-bottom: 2rem;
}
.menu-wrap .menu-txt .i_menu span {
  font-size: 12.6px;
  letter-spacing: 0;
  background: #e6cfcf;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 8px 5px 8px;
  margin: 0 10px 7px 0;
  line-height: 1;
}

.single-menu {
  margin-bottom: 40px;
}

.single-menu li {
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  text-align: left;
  border-bottom: 1px dotted #777777;
}
.single-menu li em {
  float: right;
  text-align: right;
  font-style: normal;
  padding-left: 2rem;
  white-space: nowrap;
}
.single-menu li > div {
  display: block;
}

.single-menu li::after,
.single-menu li > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

/*-----------------------
 info
------------------------*/
.info-img {
  width: 100%;
  display: block;
  margin-bottom: 90px;
}
.info-img img {
  width: 100%;
  height: 60vw;
  margin-top: -100px;
}

.info .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info .info-flex li {
  width: 45.6%;
}

.info-tbl {
  width: 100%;
  margin: 0 auto;
}
.info-tbl th, .info-tbl td {
  border-bottom: 1px dotted #777777;
  font-weight: 400;
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  line-height: 1.35 !important;
}
.info-tbl th small, .info-tbl td small {
  font-size: 1.3rem;
  display: block;
}
.info-tbl th p, .info-tbl td p {
  margin-bottom: 0.7rem;
}
.info-tbl th {
  width: 25%;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 960px) {
  .info .info-flex li {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .info .info-img {
    margin-bottom: 60px;
  }
  .info .info-img img {
    height: 80vw;
    margin-top: -60px;
  }
}
/*-----------------------
 google map
------------------------*/
.gmap-wrap {
  margin-top: 50px;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 540px) {
  .gmap-wrap {
    margin-top: 30px;
  }
}

/*-----------------------
　スマホだけ改行
------------------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*----------------------------
 sec-
-----------------------------*/

#sec-concept {
	background: #f7f4ed;
}

#sec-concept2 {
  padding: 120px 0 0px;
  margin: 0 0 0px;
  background: url(../img/photo_03.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
}

#sec-menu {
	background: #f7f4ed;
}

#sec-suzuya {
	background: #f7f4ed;
}

#sec-voice{
	background: #f2f0f2;
}

@media (max-width: 540px) {
 #sec-concept2 {
  background: url(../img/photo_03.jpg) no-repeat;
  background-size: 160%;
  background-position: top;
  padding: 100px 0 100px;
  }
  
#sec-concept {
    background: #edf5f5;
    padding: 80px 0 100px;
	}  
  
}

#sec-voice-user{
	background: #f2f0f2;
}



.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 130px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 100vh;
  color: #fff;
  background: #d3d3d3;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 40px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #db7093;
  border-radius: 50%;
  left: 4px;
}

.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  color: #db7093;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}


/*ボタン*/

.soudan-button {
  display: inline-block;
  background-color: #ed85a8; /* ピンク */
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 4px;
  text-align: center;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.soudan-button .icon {
  margin-right: 8px;
}

.soudan-button:hover {
  background-color: #d6517e; /* ホバー時にやや濃く */
}




/*-----------------------
こんなかたにおすすめ
------------------------*/
.recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}

.recommend-list li {
  width: 220px;
  text-align: center;
}

.recommend-list img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 0 1.5em 0; /* 上右下左 */
}

.recommend-list li p {
  margin-top: 1.2em;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5em;
  padding: 2em;
  max-width: 1000px; /* 例：4枚ぶん＋余白 */
  margin: 0 auto;     /* 中央寄せ */
}

.photo-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4; /* 縦長に見せたい場合：3:4 ／ 横長なら 4:3、共通なら 1:1 */
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.photo-gallery img:hover {
  transform: scale(1.03);
}

.voice-box blockquote {
  background: #fff;
  padding: 1.5em;
  border-radius: 12px;
  margin-bottom: 1.5em;
  font-style: italic;
  position: relative;
}
.voice-box blockquote::before {
  content: "“";
  font-size: 2em;
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  color: #e29676;
}
.voice-box cite {
  display: block;
  text-align: right;
  margin-top: 0.8em;
  font-size: 0.9em;
  color: #555;
}

/* =========================
   こんなおふたりにおすすめ（#sec-recommend）
========================= */

#sec-recommend .concept-list2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* カード */
#sec-recommend .concept-list2 > li{
  position: relative;
  margin: 0;
  width: auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 22px 22px 24px;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}

#sec-recommend .concept-list2 > li:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,.10);
}

/* 上のアクセント（派手すぎない単色） */
#sec-recommend .concept-list2 > li::before{
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: #db7093;
  opacity: .55;
}

/* テキスト */
#sec-recommend .con-txt-wrap{
  display: grid;
  gap: 10px;
}

#sec-recommend .con-title{
  margin: 0;
  font-size: 18px;      /* ← 読みやすく */
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: .02em;
}

#sec-recommend .con-txt-wrap p{
  margin: 0;
  font-size: 14px;      /* ← 読みやすく */
  line-height: 1.85;
  color: #555;
}

/* SP：1列 */
@media (max-width: 768px){
  #sec-recommend .concept-list2{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #sec-recommend .con-title{ font-size: 17px; }
  #sec-recommend .con-txt-wrap p{ font-size: 13px; }
}




.visual-wrap{ position: relative; } /* 念のため */
.ribbon-aug{
  display: block;               /* ← ブロック化 */
  width: max-content;           /* 内容幅だけにする */
  margin: 12px auto 0 !important; /* ← 左右autoで中央寄せを強制 */
  clear: both;                  /* 直前がfloatでも回避 */
  padding: 8px 14px;
  background: linear-gradient(90deg,#B24A5A,#E9A5B2);
  color:#fff; font-weight:700; border-radius:999px;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}
.ribbon-aug b{ font-weight:800; }
@media (max-width:768px){ .ribbon-aug{ font-size:1.4rem; } }



#sec-1month .one-month-steps{
  display:grid; gap:14px;
  grid-template-columns:repeat(3,minmax(220px,1fr));
  margin:18px 0 8px; padding:0;
}
#sec-1month .one-month-steps li{
  list-style:none; background:#FBF2F4; border:1px solid #f0dbe0;
  border-radius:16px; padding:16px 18px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
#sec-1month .one-month-steps em{
  display:block; font-weight:700; color:#B24A5A; margin-bottom:4px;
}
#sec-1month .one-month-steps p{ margin:0; color:#444; }
@media (max-width:900px){
  #sec-1month .one-month-steps{ grid-template-columns:1fr; }
}
#aug-count{
  display:flex; align-items:center; justify-content:center; gap:10px;
  margin:10px 0 18px;
}
#aug-count .label{ color:#333; }
#aug-count .num{
  min-width:2.2em; text-align:center; font-weight:800; font-size:1.25rem;
  padding:.2em .4em; border-radius:10px; color:#fff;
  background:linear-gradient(90deg,#B24A5A,#E9A5B2);
  box-shadow:0 4px 12px rgba(0,0,0,.1);
}
#aug-count .unit{ color:#555; margin-right:6px; }
@media (max-width:768px){ #aug-count .num{ font-size:1.15rem; } }



/* CTAブロック（シンプル版） */

#sec-basic-plan .basic-cta p {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

#sec-basic-plan .basic-cta {
  margin: 50px 0 30px;
  text-align: center;
}

#sec-basic-plan .btn-reserve {
  display: inline-block;
  width: auto;          /* フル幅にせず自然サイズ */
  padding: 12px 30px;   /* 標準より少し大きめ */
  background: #c9859b;
  color: #fff;
  font-size: 1.6rem; 
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s;
}
#sec-basic-plan .btn-reserve:hover {
  background: #c1587e;
  box-shadow: 0 4px 16px rgba(193,88,126,0.35);
}

/* ドレス一例 */
/* ▼ figure（中央寄せ。余白を自然に） */
.ds-figure{
  margin:0 auto 48px;
  width:70%;                 
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0;
  background:transparent !important; /* ← 念のため強制 */
  border:0;
  box-shadow:none !important;
}

/* ▼ 画像（角丸のみ、影なし） */
.ds-figure img{
  display:block;
  width:95%;
  height:auto;
  object-fit:contain;
  border-radius:16px;
  margin:0 auto 12px;
  box-shadow:none !important; /* 完全フラット */
  background:none !important;
}

/* ▼ キャプション（テキストのみ、白帯完全削除） */
.ds-cap{
  margin-top:8px;
  margin-bottom:0;
  padding:0;
  text-align:center;
  font-family:"Shippori Mincho","Noto Serif JP",serif;
  font-size:clamp(14px,1.4vw,16px);
  line-height:1.7;
  letter-spacing:.02em;
  color:#333;
  background:none !important;   /* ← 白帯完全オフ */
  border:0 !important;
  box-shadow:none !important;
}

.ds-cap__eyebrow{
  display:block;
  font-size:.85em;
  letter-spacing:.08em;
  opacity:.7;
  margin-bottom:4px;
}

/* ▼ スマホ表示調整 */
@media (max-width:768px){
  .ds-figure{ 
    width:88%; 
    margin-bottom:32px; 
  }
  .ds-figure img{ 
    width:100%; 
    margin-bottom:8px;
  }
  .ds-cap{
    font-size:14px;
    max-width:92%;
  }
}

/* =========================
   日付限定 撮影スケジュール（1行・左揃え）
========================= */

/* 撮影スケジュール 表示幅をコンパクトに */
.schedule-box{
  max-width:520px;   /* ← ここ */
  margin:0 auto;     /* 中央寄せ */
}


.schedule-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

/* 1行にする：日付 → AM → PM（全部左揃え） */
.schedule-item{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* ← 右寄せにしない */
  gap:14px;                   /* ← 日付とAM/PMの間隔 */
  border:1px solid #f0f0f0;
  border-radius:12px;
  padding:12px 14px;
  background:#fff;
}

/* 日付：絶対に1行、日付と曜日は詰める */
.schedule-item .date{
  display:inline-flex;
  align-items:baseline;
  gap:0;                      /* ← 日付と曜日はくっつける */
  white-space:nowrap;         /* ← 改行させない */
  line-height:1.2;
}

.schedule-item .md,
.schedule-item .dow{
  font-size:18px;
  line-height:1.2;
}

/* AM/PM：日付の右に並べて、改行させない */
.schedule-item .slots{
  display:inline-flex;
  gap:10px;
  flex-wrap:nowrap;
  white-space:nowrap;
}

/* ボタン */
.schedule-item .slot{
  display:inline-block;
  padding:4px 12px;
  border-radius:999px;
  border:1px solid #e6e6e6;
  font-size:12px;
  background:#fafafa;
  line-height:1.2;
}

/* ===== 色（平日が見にくい対策：被らない色にする） ===== */
/* 平日：濃いめネイビーグリーン（視認性UP） */
.schedule-item.is-weekday{
  border-left:10px solid #1f5a63;
  background:rgba(31,90,99,.06);
}

/* 土日祝：ピンク（そのまま系） */
.schedule-item.is-holiday{
  border-left:10px solid #c35b7d;
  background:rgba(195,91,125,.06);
}

/* 受付終了（任意） */
.schedule-item.is-closed{
  opacity:.5;
  background:#fafafa;
}
.schedule-item.is-closed .slot{
  text-decoration:line-through;
}
.schedule-item.is-closed::after{
  content:"受付終了";
  font-size:12px;
  color:#777;
  margin-left:10px;
  white-space:nowrap;
}

/* スマホでも1行維持（幅が狭い時だけ文字とボタンを少し縮める） */
@media (max-width:420px){
  .schedule-item{
    gap:12px;
    padding:11px 12px;
  }
  .schedule-item .md,
  .schedule-item .dow{
    font-size:16px;
  }
  .schedule-item .slot{
    padding:4px 10px;
    font-size:11px;
  }
}

/* =========================
   キャンペーン：プラン表示（最終）
========================= */

/* プラン名：読みやすく */
.menu-txt .menu-name{
  font-size:18px;
  font-weight:600;
  line-height:1.55;
  letter-spacing:.03em;
  margin:22px 0 6px;
}

/* プラン説明（25カットなど） */
.menu-txt .fxs{
  margin:0 0 10px;
  color:#555;
  line-height:1.8;
}

/* 区切り線 */
.menu-txt hr{
  margin:22px 0;
  border:none;
  border-top:1px solid #e6e6e6;
}

/* 価格ブロック */
.price-block{
  margin:8px 0 10px;
}

/* 価格行：整列 */
.price-row{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:6px 0;
  line-height:1.7;
  flex-wrap:wrap; /* 小さい画面でも壊れない */
}

/* 平日/土日祝：アイコン（ピル型） */
.price-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  padding:3px 10px;
  font-size:12px;
  font-weight:600;
  border-radius:999px;
  background:#fff;
  white-space:nowrap;
}

/* 撮影日スケジュールの色ルールに寄せる（濃すぎない） */
.price-label.is-weekday{
  color:#1f5a63;
  border:1px solid #1f5a63;
}

.price-label.is-holiday{
  color:#c35b7d;
  border:1px solid #c35b7d;
}

/* 通常価格：薄く＆取り消し */
.price-row .was{
  color:#9a9a9a;
  text-decoration:line-through;
  margin-left:2px;
  white-space:nowrap;
}

/* 割引後価格：主役 */
.price-row strong{
  font-size:1.18em;
  font-weight:700;
  color:#222;
  white-space:nowrap;
}

/* 矢印の前後で詰まらないように */
.price-row strong,
.price-row .was{
  letter-spacing:.02em;
}

/* SP微調整 */
@media (max-width:520px){
  .menu-txt .menu-name{ font-size:17px; }
  .price-row{ gap:8px; }
  .price-label{ min-width:50px; padding:3px 9px; }
  .price-row strong{ font-size:1.12em; }
}

/* =========================
   プラン名 読みやすさ調整
========================= */

.menu-name{
  font-size:18px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.03em;
  margin-bottom:4px;
}

/* プラン説明（25カットなど） */
.menu-txt .fxs{
  font-size:14px;
  color:#666;
}

/* プラン共通注意書き */
.plan-notes{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

.plan-notes p{
  margin: 4px 0;
}

/* =========================
   日付直下 キャンペーンCTA
========================= */

.campaign-cta{
  text-align: center;
  margin-top: 18px;
}

.btn-campaign{
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg,#db7093,#f4a6c1);
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-campaign:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
}

.limited-time{
  color:#db7093;
  font-weight:600;
}
