/* =========================
   Shop Detail Card (PNG準拠)
   ========================= */

.contents section.box01{
  padding: 0px !important;
}

.contents section.box01 .section-inner{
  padding: 35px 49px 30px;
}

.head_contents .archive_banner{
  text-align: center;
  margin: 0 auto;
  width: 800px;
}

.r-shopDetail .r-shopCard{
  background:#fff;
  padding: 0;
}

/* 緑枠タイトルバー */
.r-shopDetail .r-shopCard__titleBar{
  border: 2px solid #35b34a;
  border-radius: 4px;
  padding: 10px 14px;
  margin: 0 0 14px;
}

.r-shopDetail .r-shopCard__titleBar h3{
  margin: 0;
  font-weight: 800;
  color:#20a83a;
  font-size: 22px;
  line-height: 1.2;
}

/* 2カラム */
.r-shopDetail .r-shopCard__cols{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px; /* 左：写真+予約 / 右：情報+MAP */
  gap: 18px 30px;
  align-items: end;
}

@media (max-width: 900px){
  .r-shopDetail .r-shopCard__cols{
    grid-template-columns: 1fr;
  }
}

/* 左：メイン写真 */

.r-shopGallery__main {
  width: 100%; 
  margin: 0 auto 20px;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
  border-radius: 50%; /* 正円にマスク */
  display: block;
  max-width: 340px;
}

/* 画像自体のスタイル */
.r-shopGallery__mainImg {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を維持したまま枠いっぱいに表示 */
  display: block;
}

.r-shopGallery__thumbItem.is-active {
  outline: 2px solid #f98201; 
}

.r-shopGallery__thumbBtn {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  display: block;
  transition: opacity 0.3s;
}

.r-shopGallery__thumbBtn:hover {
  opacity: 0.7;
}


/* 左：サムネ（4個横） */
.r-shopDetail .r-shopGallery__thumbs{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style:none;
}

.r-shopDetail .r-shopGallery__thumbBtn{
  width:100%;
  padding:0;
  /* border: 1px solid #ddd; */
  background:#fff;
  cursor:pointer;
}

.r-shopDetail .r-shopGallery__thumbImg{
  display:block;
  width:100%;
  height:auto;
}

/* 左：予約ボックス */
.r-shopDetail .r-shopReserveBox{
  margin-top: 14px;
  background:#f3f3f3;
  padding: 16px;
}

.r-shopDetail .r-shopReserveBox__lead{
  margin: 0 0 8px;
  text-align:center;
  font-weight: 700;
}

.r-shopDetail .r-shopReserveBox__tel{
  margin: 0 0 14px;
  text-align:center;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  color:#35b34a;
}

.r-shopDetail .r-shopReserveBox__tel a{
  color: inherit;
  text-decoration:none;
}

.r-shopDetail .r-shopReserveBox__btns{
  display:grid;
  gap: 12px;
}

.r-shopDetail .r-shopBtn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 62px;
  border-radius: 6px;
  text-decoration:none;
  font-weight: 800;
}

.r-shopDetail .r-shopBtn__arrow{
  margin-left: 10px;
  font-size: 12px;
}

/* ボタン色 */
.r-shopDetail .r-shopBtn--green{ background:#58b13a; color:#fff; }
.r-shopDetail .r-shopBtn--orange{ background:#e98a2f; color:#fff; }

/* 右：情報（点線区切り） */
.r-shopDetail .r-shopInfo{
  /* border-top: 1px dotted #666; */
}

.r-shopDetail .r-shopInfo__row{
  display:grid;
  grid-template-columns: 110px minmax(0,1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px dotted #666;
  margin: 0;
}

.r-shopDetail .r-shopInfo__row dt{
  font-weight: 800;
  color:#555;
}

.r-shopDetail .r-shopInfo__row dd{
  margin:0;
}

.r-shopInfo__row.r-shopInfo__row--icons{
  border-bottom: none;
}

/* 特徴アイコン（オレンジ枠） */
.r-shopDetail .r-shopIcons{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style:none;
}

.r-shopDetail .r-shopIcons__item{
  border: 2px solid #f08a1e;
  border-radius: 6px;
  padding: 6px;
  background:#fff;
}

.r-shopDetail .r-shopIcons__item img{
  display:block;
  width: 34px;
  height: auto;
}

/* MAP iframe */
.r-shopDetail .r-shopMap{
  margin-top: 12px;
}

.r-shopDetail .r-shopMap__iframe{
  display:block;
  width: 100%;
  height: 260px;
  border: 0;
}

.contents section .r-shopReserveBox__btns p{
  margin-bottom: 0;
  font-weight: 600;
}

.btn_orange a,
.btn_green01 a{
  width: auto !important;
}

.r-shopDetail .r-shopReserveBox__lead{
  margin-bottom: 3px;
}

.r-shopDetail .r-shopCard__titleBar h3{
  text-align: center;
  font-size: 28px;
}

.contents section h2.title01{
  background: #1eb42d;
  font-size: 2.7rem;
  letter-spacing: 0.075em;
  padding: 10px;
  margin: 30px 0 0px;
  position: relative;
  color: #FFFFFF;
}

.r-shop-message{
  display: flex;
  justify-content: center;
  gap: 30px;
}

.r-shop-message .img{
  flex: 0 0 300px;
}

.r-shop-message .img img{
  width: 100%;
}

.r-shop-message .zoom{
  flex: 1 1 auto;
}

.r-shop-message .zoom h3{
  display: inline; /* 複数行に自然対応 */
  padding: 0 .12em; /* 行頭/行末のはみ出し調整 */
  background: linear-gradient(transparent 55%, rgba(255, 230, 0, .75) 0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.r-shop-message .zoom .brown{
  padding-top: 30px;
}

.message .btn_orange{
  display: flex;
}

.message .btn_orange a{
  width: 300px !important;
  margin: 0 0 0 auto !important;
}

.r-flowStep{
  display: flex;
  gap: 10px 5px;
}

.r-flowStep.flow dl{
  float: none;
  height: auto;
}

.r-flowStep.flow>p{
  align-items: center;
  display: flex;
}


.r-flowStep.flow dl dd.img{
  margin-bottom: 0;
}

.r-flowStep.flow dl img{
  max-width: 120px;
  /* height: 80px; */
}

.r-flowStep.flow dl dd.txt{
  margin: 0px 5px 0;
  font-size: 16px;
}

.r-flowStep.flow dl dd.txt2{
  /* padding: 0 5px; */
  margin: 10px 12px 10px;
  font-size: 10px;
}

.contents section.box02{
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}

.bottom_nav_orange01 a:after {
    content: url(../../assets/img/arrow_orange02.gif);
    position: absolute;
    right: 30px;
    top: 35%;
    margin-top: -3px;
}


@media screen and (max-width: 768px){

  .contents section.box01 .section-inner {
    padding: 15px 15px 10px;
  }

  .r-shopDetail .r-shopCard__titleBar h3 {
      text-align: center;
      font-size: 16px;
  }
  .r-shopGallery__main{
    max-width: 280px;
    height: 280px;
  }
  .r-shopDetail .r-shopGallery__mainImg {
      display: block;
      width: 100%;
      height: 100%;
      /* height: auto; */
      text-align: center;
      margin: 0 auto;
  }
  .r-shopDetail .r-shopInfo__row {
      display: grid;
      grid-template-columns: 70px minmax(0, 1fr);
  }

  .contents section h2.title01 {
    font-size: 16px;
    padding: 6px;
  }

  .message .btn_orange a{
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
  }

  .flow{
    margin-top: 0;
  }

  .flow.r-flowStep{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .r-flowStep.flow>p{
  display: block;
}
.flow.r-flowStep dl {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto; 
    align-items: center; 
    position: relative;
    gap: 0 10px;
  }

  .flow.r-flowStep dl dt {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: -10px;
    z-index: 10;
    background: #20b42d;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 1.2;
  }

  .flow dl dt span{
    font-size: 170%;
  }

  /* 画像エリア：左側 */
  .flow.r-flowStep dl dd.img {
    grid-column: 1;
    grid-row: 1 / 3; 
    margin: 0;
    padding-left: 20px;
  }

  .flow.r-flowStep dl dd.img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100px;
  }

  /* 右上テキスト */
  .flow.r-flowStep dl dd.txt {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center; 
  }
  
  .flow.r-flowStep dl dd.txt:last-child {
    grid-row: 1 / 3;
  }

  .flow.r-flowStep dl dd.txt br{
    display: none;
  }

  .flow.r-flowStep dl dd.txt span{
    display: block;
  }

  /* 右下テキスト */
  .flow.r-flowStep dl dd.txt2 {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: start; /* 縦中央 */
    text-align: center;
  }

  .r-shopDetail .r-shopInfo__row{
    padding: 12px 0;
  }

  .contents section p{
    text-align: center;
    margin: 0;
  }

  .contents section p.bottom_nav_orange01{
    margin-top: 20px;
  }

  .flow.r-flowStep>p img{
    transform: rotate(90deg);
  }

  .bottom_nav_orange01 a {
      font-size: 1.8rem;
  }

  .cv_box .tel_arrow{
    background: url(../img/icon_tel_sp.gif) no-repeat 50% 0;
    padding: 64px 0px 0px 0px;
    width:100%;
    text-align: center;
  }
  .cv_box .tel_arrow a {
      text-decoration: underline;
      font-size: 3rem;
      line-height: 0;
  }
  .cv_box .pc_arrow {
      width: 100%;
      background: url(../img/icon_pc_sp.gif) no-repeat 50% 0;;
      padding: 50px 0px 0px 0px;
      margin-bottom: 0px;
      text-align: center;
  }
  .contents section.box02{
    padding: 20px;
  }

  .r-shop-message{
    display: block;
  }

  .r-shop-message .img img{
    width: 70%;
  }

  .r-shop-message .zoom h3{
    font-size: 2rem;
  }

  .r-shop-message .zoom .brown{
    text-align: left;
    padding-bottom: 30px;
  }

  .head_contents .archive_banner{
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

.mv-text__cta-btn {
  /* width: 100%; */
  height: 50px;
  margin-top: 0px;
  padding: 5px;
  position: relative;
  border: 4px solid #29d585;
  border-radius: 60px;
  font-size: 20px;
}
.mv-text__cta-btn a {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(70deg, rgb(44, 220, 135) 0%, rgb(26, 172, 120) 50%, rgb(196, 255, 102) 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.3s ease;
  position: relative;
}
.mv-text__cta-btn a:hover {
  background-position: 70% 50%;
}
.mv-text__cta-btn a:hover .arrow {
  transform: rotate(360deg);
}
.mv-text__cta-btn a .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.mv-text__cta-btn a .arrow .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ea3329;
  font-size: 28px;
}
.mv-text__cta-btn a span {
  width: 100%;
  text-align: center;
  position: relative;
}
.mv-text__cta-btn a .web-reserve-text {
  padding-left: 30px;
  font-weight: bold;
  font-size: 23px;
}