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

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

.slide_visual .swiper-wrapper {
  height: 52vw;
  max-height: 900px;
  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: 83%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2.6vw;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.6;
}

@media screen and (min-width: 1600px) {
  .visual-txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .visual-txt {
    font-size: 3rem;
    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: 80vw;
  }
  .visual-txt {
    font-size: 2.0rem;
    top: 82%;
    letter-spacing: 0.1em;
  }
}
/*-----------------------
 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: 70vw;
  }
  .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: #e3cb86;
  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;
}


#sec-voice{
	background: #faf4f2;
}


#sec-recommend{
	background: #faf4f2;
}




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

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



.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: #F57670; /* ピンク */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

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

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


/*-----------------------
Q＆A
------------------------*/
#sec-faq {
  color: #4c4948; }
  .bg {
  background-color: #faf3f0; } 
  #sec-faq .box {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-family: serif; }
    #sec-faq .box .l {
      font-size: 28px;
      margin-right: 0.6em; }
    #sec-faq .box dt {
      padding: 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      line-height: 1.4;
      align-items: center; }
      #sec-faq .box dt strong {
        font-size: 122%;
        font-weight: bold; }
    #sec-faq .box dd {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      padding: 10px 20px 20px;
      border-bottom: 1px dashed #4c4948; }
      #sec-faq .box dd:last-child {
        border-bottom-width: 0; }
      #sec-faq .box dd .l {
        position: relative;
        top: -0.35em; }
      #sec-faq .box dd p {
        font-size: 122%; }




/*-----------------------
こんなかたにおすすめ
------------------------*/
.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 .concept-list2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

#sec-recommend .concept-list2 li{
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px 26px 28px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
#sec-recommend .concept-list2 li:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}

#sec-recommend .concept-list2 li::after{
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, #db7093, #ffb6c1);
}

/* 文字サイズアップ */
#sec-recommend .con-txt-wrap{ display: grid; gap: 10px; padding-top: 2px; }
#sec-recommend .con-title{ margin: 0; font-size: 1.25rem; line-height: 1.6; font-weight: 600; }
#sec-recommend .f14{ margin: 0; font-size: 1.05rem; line-height: 1.75; color: #555; }

/* スマホ */
@media (max-width: 768px){
  #sec-recommend .concept-list2{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #sec-recommend .con-title{ font-size: 1.2rem; }
  #sec-recommend .f14{ font-size: 1rem; }
}



.visual-wrap{ position: relative; } /* 念のため */
.ribbon-aug{
  display: block;               /* ← ブロック化 */
  width: max-content;           /* 内容幅だけにする */
  margin: 12px auto 0 !important; /* ← 左右autoで中央寄せを強制 */
  clear: both;                  /* 直前がfloatでも回避 */
  padding: 8px 20px;
  background: linear-gradient(90deg,#d93c21,#F57670);
  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:#d93c21; 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,#d93c21,#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.3rem;
  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: #db7093;
  color: #fff;
  font-size: 1.3rem; 
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(219,112,147,0.25);
  transition: all 0.3s;
}
#sec-basic-plan .btn-reserve:hover {
  background: #c1587e;
  box-shadow: 0 4px 16px rgba(193,88,126,0.35);
}

