@charset "utf-8";
/* ==========================================================================
   index.css
   トップページ（index.php）専用スタイル
   ========================================================================== */

/* ---------------------------------
   HERO
--------------------------------- */

main{
  padding-top: var(--header-height-pc);
}

.hero-bk{
  background: url("../img/bk/all-bk.jpg") top;
  background-size: 100% 100%;
  width: 100% ;
  aspect-ratio: 4/3;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}


.hero-bk-dec-left{
  background: url("../img/top/fv-dec.png") top;
  background-size: cover;
  width: 50%;
  aspect-ratio: 1000/1500;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  opacity: 0.7;
}

.hero-bk-dec-right{
  background: url("../img/top/fv-dec-right.png") top;
  background-size: cover;
  width: 300px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  opacity: 0.7;
}


.side-text{
    position:fixed;
    z-index:10;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    user-select:none;
    pointer-events:none;

    letter-spacing:.45em;
}


/* 左側 */

.side-left{
    left:30px;
    top:50%;
    transform:translateY(-50%) rotate(180deg) ;

}

.side-left span{

    font-family:"Cormorant Garamond",
                "Times New Roman",
                serif;

    font-size:0.85rem;

    font-weight:500;

    color:#7f776f;

    text-transform:uppercase;

    opacity:.75;

}


/* 右側 */

.side-right{

    right:30px;
    top:50%;

    transform:translateY(-50%);

}

.side-right span{
  font-family:"Cormorant Garamond",
              "Times New Roman",
              serif;
  font-size:.82rem;
  font-weight:500;
  color:#8b837b;
  text-transform:uppercase;
  opacity:.75;
}

.side-right em{
  font-family:"Allura",
              cursive;
  font-size:1.45rem;
  font-style:normal;
  text-transform:none;
  letter-spacing:.08em;
  color:#c59a73;
}

.hero {
  position: relative;
  padding: 40px 30px ;
  max-width: 1400px;
  margin: auto;
  z-index: 1;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.hero-text {
  flex: 0 0 auto;
  width: 400px;
}

.hero-title-img {
  width:450px;
  max-width: 450px;
  height: auto;
  position: relative;
  left: -60px;
}

.hero-heading {
  margin-top: 28px;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  color: #2d1801;
}

.hero-desc {
  margin-top: 18px;
  font-size: 14px;
  color: #2d1801b5;
  line-height: 1.9;
}

.hero-btn {
  margin-top: 34px;
}

.hero-media {
  position: relative;
  width: calc(100% - 400px);
}

.hero-feature {
  transform: scale(1.05);
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

.hero-badge {
  z-index: 2;
  position: absolute;
  right: 6%;
  bottom: -10px;
  background: var(--bg);
  border-radius: 50%;
  padding: 30px 10px 30px 30px;
  box-shadow: 0 16px 34px rgba(58, 54, 51, 0.14);
  line-height: 1.9;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d1801b5
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.hero-badge ul{
  position: relative;
}


.hero-badge ul::before{
  display: block;
  content: '';
  background: url(../img/icon/pin.png) center;
  background-size: cover;
  width: 25px;
  aspect-ratio: 1 / 1;
  top: -40px;
  left: 45%;
  transform: translateX(-50%);
  position: absolute;
}

.hero-badge ul::after{
  display: block;
  content: '';
  background: url("../img/decoration/pink-hana.png") center;
  background-size: cover;
  width: 80px;
  aspect-ratio: 14 / 20;
  bottom: -50px;
  right: -50px;
  position: absolute;
  z-index: 0;
}

.hero-badge li{
  position: relative;
  padding-left: 15px;
}


.hero-badge li::before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  border:1px solid #8b5b27db;
  border-radius: 50%;
  left: 0;
  top:48%;
  transform: translateY(-50%);
}


.hero-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--beige-200);
  color: var(--text);
  font-size: 13px;
}

/* ---------------------------------
   SECTION TITLE (共通)
--------------------------------- */
.section-title-row {
  text-align: center;
  margin-bottom: 30px;
}

.section-title-row h2 {
  font-size: min(2.25rem, 3vw);
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0;
}

.section-title-row .accent {
  font-weight: 400;
  color: var(--beige-500);
  font-size: 1.7em;
  margin: 0 5px;
  font-family: "Allura", cursive;
  font-style: normal;
}

.deco-arrow {
  display: inline-block;
  color: var(--beige-400);
  margin: 0 14px;
}

.deco-arrow.flip {
  transform: scaleX(-1);
}

/* ---------------------------------
  美容室写真
--------------------------------- */


.dec-shop-photo{
  padding-top: 80px;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.dec-shop-photo dl{
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.dec-shop-photo dd{
  width: 25vw;
  max-width: 600px;
}

.shop02{
  position: relative;
  margin: 8vw 20px 80px;
}

/* ---------------------------------
   GREETING & CONCEPT
--------------------------------- */
.greeting {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.greeting-inner {
  display: flex;
  align-items: center;
}

.greeting-text {
  width: 46%;
}

.greeting-title-img {
  display: block;
  margin-top: 16px;
  max-width: 420px;
  width: 100%;
}

.greeting-text p {
  margin-top: 26px;
  font-size: 14px;
  color: #766c63;
  line-height: 2;
}

.greeting-text .btn {
  margin-top: 34px;
}

.greeting-media {
  position: relative;
  width: 54%;
  display: flex;
  justify-content: center;
}

.greeting-deco {
  position: absolute;
  top: -8%;
  left: 4%;
  width: 34%;
  z-index: 0;
  opacity: 0.9;
}

.greeting-photo {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* ---------------------------------
   FEATURES（8つの特徴）
--------------------------------- */

#features{
  position: relative;
}

#features::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio:1402/1102;
  background: url("../img/bk/bk1.png") center;
  background-size: cover;
  z-index: 1;
}

.diagonal-wh{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 5/1;
  background: url("../img/bk/wh-diagonal.png") center;
  background-size: 100% 100%;
  z-index: 0;
}


.features::after{
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  right: 0;
  bottom: -5vw;
  background: url("../img/decoration/right-bk-hana.png") center;
  background-size: cover;
  width: 30vw;
  aspect-ratio: 2/3;
  opacity: 0.5;
}


.features{
  position: relative;
  background: url("../img/bk/beigu-bk.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 200px;
}


.features::before{
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  left: 0;
  top: 0vw;
  background: url("../img/decoration/herb-2.png") center;
  background-size: cover;
  width: 20vw;
  aspect-ratio: 1/1;
  opacity: 0.5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-content: center;
  gap: 40px;
  z-index: 3;
  position: relative;
}

.features-grid li {
  aspect-ratio: 1/1;
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.features-grid li::after {
  position: absolute;
  content: '';
  display: block;
  background: url("../img/bk/fusen.png") no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  aspect-ratio: 1 / 1;
  margin: 5px auto;
  border-radius: 50%;
  z-index: 1;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.feature-icon-car {
  background: var(--beige-200);
  color: var(--text);
  font-size: 30px;
  
}

.features-grid p {
  margin-top: 14px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-light);
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.features-grid li{
    position:relative;
}

.features-grid li:nth-child(even){
   transform: translateY(30px);
}

.features-grid li::before{
  font-family: "Allura", cursive;
  font-style: normal;
  content: attr(data-no);
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 35px;
  color: #976f48;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  border-bottom: 3px double #976f487d;
  padding: 0 5px;
  z-index: 2;
}


.feature-icon,
.features-grid p{
  position:relative;
  z-index:2;
}

.dec-shop-photo dl{
  z-index: 1;
  position: relative;
}



#feature-shop-photo{
  z-index: 1;
  display: block;
  width: 100%;
}

.shop04{
  transform: translateY(-100px);
}

/* ---------------------------------
   LINK CARDS
--------------------------------- */

.link-cards{
  background: url("../img/bk/beigu-bk.jpg");
  background-size: cover;
  padding-bottom: 50px;
  
}

.link-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  z-index: 1;
  position: relative;
}

.link-cards-grid a {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
/*  background: var(--bg-beige);*/
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.reveal a::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:120px;
    height:120px;
    background: #8b5b27db;
    clip-path:polygon(
        100% 0,
        100% 100%,
        0 100%
    );
    z-index:3;
}

.link-cards-grid a:hover {
  box-shadow: 0 20px 36px rgba(58, 54, 51, 0.14);
}

.card-thumb {
  aspect-ratio:1/1;
  overflow: hidden;
}

.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.link-cards-grid a:hover .card-thumb img {
  transform: scale(1.08);
}

.card-body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  gap:5px;
  justify-content: space-between;
  align-items: flex-end;
}

.card-label {
  height: 80px;
  aspect-ratio: 8/3;
  margin-left: 10px;
}

.card-body p span{
  background: #fff;
  display: block;
  width: 30px;
  height: 1px;
  
}

.card-body p {
  display: flex;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  align-items: center;
  gap: 5px;
  width: 200px;
  background: #a77a49bf;
  padding: 5px 3px 3px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0 0 50px 0;
}

.card-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 15px;
  color: var(--beige-500);
  transition: transform 0.3s var(--ease);
}

.link-cards-grid a .hasami-box  {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 5;
  background: none;
  display: flex;
  flex-direction: column;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.link-cards-grid a .hasami-box p{
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}


.link-cards-grid a:hover .hasami-box .hasami{
  background: url("../img/icon/scissor-br.png");
  background-size: cover;
  position: relative;
  z-index: 1;
}

.reveal a:hover::after {
  background: #d5c6b5db;
}

.reveal a:hover .hasami-box p{
  color:#8b5b27db;
  font-weight: 600;
}

.link-cards-grid li:nth-child(7){
    grid-column:3 / 5;
}

/* ---------------------------------
   REVIEWS
--------------------------------- */
.reviews {
  background: #fff;
  padding-bottom: 5px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.reviews-grid li {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 26px;
  text-align: left;
}


.reviews-grid li::before {
  position: absolute;
  content: '';
  display: block;
  background: url("../img/decoration/pink-hana-right.png") center;
  background-size: cover;
  width: 60px;
  aspect-ratio: 1/2;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.review-stars {
  color: var(--beige-500);
  letter-spacing: 2px;
  font-size: 20px;
}

.review-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
  z-index: 1;
  position: relative;
}

.review-attr {
  margin-top: 18px;
  font-size: 12px;
  color: var(--text-light);
}

.reviews-more {
  text-align: center;
  margin-top: 44px;
}
/* ---------------------------------

--------------------------------- */
#white-curve{
  background: url("../img/bk/all-bk.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.white-curve{
  background: url("../img/bk/wh-diagonal.png") center no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 5/1;
  transform: scale(-1);
}

#white-curve::before{
  position: absolute;
  content: '';
  display: block;
  z-index: 1;
  left: 0;
  bottom: 10px;
  background: url(../img/decoration/right-bk-hana.png) center;
  background-size: cover;
  width: 25vw;
  aspect-ratio: 2 / 3;
  opacity: 0.5;
  transform: scale(-1, 1) ;
}

/* ---------------------------------
   RESERVE CTA
--------------------------------- */
.reserve-cta {
  background: url(../img/bk/beigu-bk.jpg);
  background-size: cover;
}

.reserve-cta-inner {
  position: relative;
  background: #dbc8d3;
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.htp a{
  padding: 10px;
  border-radius:0;
  height: 100%;
  position: relative;
  overflow: visible;
  transition: 0.3s ease-in-out;
}


.htp a::before{
  background: url("../img/decoration/hair-tools.png");
  background-size: cover;
  content: '';
  display: block;
  width: 70%;
  aspect-ratio: 2/1;
  right: -20px;
  bottom: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
}


/*
.reserve-cta-link {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--bg);
}
*/

.reserve-cta-icon {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.htp a:hover .reserve-cta-icon{
  transform: scale(1.05);
}

.htp a:hover{
  padding-top: 20px;
  padding-left: 20px;
}


.reserve-cta-icon img {
  width: 240px;
  height: auto;
}

.reserve-cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reserve-cta-small {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.reserve-cta-main {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reserve-cta-sub {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.reserve-cta-note {
  position: absolute;
  right: 6%;
  top: -34%;
  width: 220px;
  transform: rotate(-2deg);
}

/* ---------------------------------
   INFO AREA (CALENDAR / INFORMATION / ACCESS)
--------------------------------- */
.info-area {
  padding: 100px 0 130px;
  position: relative;
  gap: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.leaves{
  right: 0;
  top: -10vw;
  transform: scale(-1);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.info-col h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--text);
  margin-bottom: 10px;
}

.info-col h3 i {
  color: var(--beige-500);
}

.info-col h3 small {
  font-weight: 500;
  font-size: 11px;
  color: var(--text-light);
  margin-left: 4px;
}

/* Calendar / 店舗情報 / Googleマップ は css/calendar-embed.css に共通化 */

/* News list */
.news-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.news-list li {
  border-bottom: 1px solid var(--line);
}

.news-list a {
  display: flex;
  gap: 14px;
  padding: 14px 2px;
  font-size: 13px;
}

.news-date {
  flex-shrink: 0;
  color: var(--text-light);
}

.news-title {
  color: var(--text);
  line-height: 1.7;
}

.info-more {
  display: block;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  text-align: end;
  color: #6d5d5d;
}

/* Access */
.access-address{
  font-size: 13px;
  color: var(--text-light);
}

.access-line {
  font-size: 13px;
  color: var(--text-light);
}

.access-line a {
  color: var(--text);
  font-weight: 700;
}

.access-photo {
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.access-map-btn {
  margin-top: 16px;
  width: 100%;
  justify-content: center;
}

/* .info-wrap / .info-item / .googlemaps-area / .map は css/calendar-embed.css に共通化 */

/* ==========================================================================
   レスポンシブ（SP）
   ========================================================================== */
@media (max-width: 1560px) {
  .hero {
    max-width: 1300px;
  }
  
  .hero-inner {
    justify-content: center;
  }
  
  .hero-text{
    z-index: 3;
    position: relative;
  }
 
  .hero-text {
    width: fit-content;
  }
  
  .hero-title-img {
    width: 23vw;
    min-width: 250px;
    left: -10px;
  }
  
 .hero-heading {
    font-size: min(2em, 2vw);
  }
  
  .side-left {
    left: 5px;
    line-height: 1.25;
  }
  
  .side-right {
    right: 5px;
    line-height: 1.25;
  }
  
  .side-left span ,
  .side-right span {
    font-size: 0.65rem;
  }
  
  .dec-shop-photo dd {
    width: 30vw;
    min-width: 350px;
  }
  
  .features-grid {
    gap: 15px
  }
  
  .feature-icon {
    width: 120px;
  }
  
  
  .features-grid li::before {
    top: 30px;
    left: 25px;
    font-size: 28px;
  }
  
  
}


@media (max-width: 1200px) {
  
  .hero {
    padding-top: 20px;
  }
  
  
  .dec-shop-photo {
    padding-top: 40px;
  }
  
    
  
  .features {
    padding: 30px 0 150px;
  }
  
  .reviews-grid {
    gap: 15px;
  }
  
  .reviews-grid li {
    padding: 20px;
  }
  
  .link-cards-grid {
    gap: 15px;
  }
  
  .htp a {
    padding: 0;
    border-radius: 0;
  }
  
  .features-grid {
    gap: 10px;
  }
  
  .feature-icon {
    width: 90px;
  }
  
  .features-grid li::before {
    z-index: 3;
    top: 25px;
    left: 20px;
    font-size: 25px;
  }
  
  .features-grid p {
    margin-top: 0;
  }
  
  .hero-btn {
    margin-top: 20px;
  }
  
}


@media (max-width: 1024px) {
  
  .section-title-row h2 {
    font-size: max(1.35rem, 3.25vw);
  }
  
/*
  
  .side-left {
    left:2px;
  }
  
  
  .side-right {
    right:2px;
  }
*/
  
  
  .hero-media {
    width: calc(100% - 300px);
  }
  
  
  .side-left span, .side-right span {
    font-size: 0.6rem;
  }
  
  .hero-feature {
    transform: scale(1.025);
  }
  
  .hero-badge {
    padding: 25px 10px 25px 25px;
    width: 150px;
    height: 150px;
  }
  
  .hero-badge li {
    padding-left: 10px;
  }
  
  .hero-badge li::before {
    width: 5px;
  }
  
  
  .features-grid {
    gap: 0;
  }
  
  .link-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .link-cards-grid li:nth-child(7) {
    grid-column: 1 / -1;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  
  .htp a::before {
    width: auto;
    height: 100%;
  }
  

  .htp a:hover .reserve-cta-icon{
    transform: scale(1);
  }

  .htp a:hover{
    padding-top: 0;
    padding-left: 0;
  }
  
  .news-list a {
    gap: 10px;
    font-size: 12px;
  }

  
}

@media (max-width: 768px) {
  
  .hero {
    padding: 30px;
    padding-top: 0;
  }
  
  .hero-bk-dec-right {
    z-index: 1;
    width: 30vw;
  }
  
  .hero-heading {
    font-size: max(1.2em, 2vw);
  }
  
  .hero-bk {
    aspect-ratio: 1/2.5;
  }

  .hero-inner {
    flex-direction: column;
    gap: 20px
  }

  .hero-text,
  .hero-media {
    width: 100%;
  }

  .hero-title-img {
    max-width: 60vw;
    min-width: 60vw;
  }
  
  .hero-inner br{
    display: none;
  }

  .hero-badge {
    right: 4%;
    bottom: -10%;
    padding: 14px 18px;
  }

  .dec-shop-photo dl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .dec-shop-photo dd {
    width: 70vw;
    min-width: 350px;
  }

  
  .shop01,.shop03{
    transform: translateX(-5vw);
  }
  
  
  .shop02,.shop04{
    margin-top: 0;
    transform: translateX(5vw);
  }
  
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid li {
    width: 100%;
  }
  
  .features-grid li::before {
    top: 35px;
    left: 25px;
  }
  .feature-icon {
      width: 20vw;
      aspect-ratio: 1 / 1;
      min-width: 70px;
  }
  
  #features .section-title-row{
    margin-bottom: 0;
  }

  .greeting-inner {
    flex-direction: column;
    gap: 40px;
  }

  .greeting-text,
  .greeting-media {
    width: 100%;
  }

  .greeting-deco {
    width: 46%;
  }

  .link-cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .card-body {
    padding: 16px 0 20px;
  }

  .recruit-cta-inner {
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 18px;
    gap: 28px;
  }

  .recruit-cta-photo {
    width: 100%;
  }

  .reserve-cta-inner {
    padding: 30px 26px;
    border-radius: 18px;
  }

  .reserve-cta-main {
    font-size: 20px;
  }

  .reserve-cta-note {
    display: none;
  }

  .info-area {
    padding: 72px 0 90px;
  }
  
  .reserve-cta-small {
    font-size: 1rem;
  }
  
  .reserve-cta-icon img {
    width: 200px;
  }
  
  
  
}

@media(max-width: 600px){
  
  .hero-badge ul::after {
    width: 60px;
    bottom: -40px;
    right: -30px;
  }
  
  .hero-bk {
     width: 100%;
    aspect-ratio: 1 / 4;
  }
  
  .hero h1 br{
    display: block;
  }
  
  .hero-heading {
    font-size: max(1.2em, 6vw);
  }
  
  .hero-badge {
    right: 0;
    bottom: -10vw;
  }
  
  .hero-title-img {
    max-width: 100%;
    min-width: 100%;
  }
  
  .side-left,
  .side-right {
    display: none;
  }
  
  
  .features {
    padding: 30px 0 80px;
  }
  
  .features::after {
    bottom: -10vw;
    width: 80vw;
  }
  
  .features-grid li::after {
    opacity: 1;
  }
  
  .features::before {
    top: -5vw;
    width: 30vw;
  }

  .link-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  
  .card-label {
    height: auto;
    width: 70vw;
  }
  
  .card-body p {
    font-size: 14px;
    width: 66vw;
  }
  
  .shop01, .shop03 {
    transform: translateX(-10px);
  }
  
  .shop02, .shop04 {
    transform: translateX(10px);
  }
  
  .features-grid li::before {
    top: 20px;
    left: 15px;
    font-size: 18px;
  }
}
