@charset "UTF-8";

html {
 font-size: 100%; 
  scroll-behavior: smooth;
}

body{
 margin: 0;
 background: radial-gradient(
 circle at center,
 #1a5a32 0%,
 #0c3318 40%,
 #082812 100%
 );

 font-family: "Yu Mincho","游明朝","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP","MS PMincho",serif;
 font-size: 17px;
 color: #e8f5e9;
}
.en{
  font-family: Arial, sans-serif;
   letter-spacing: 0.1em;
}

img{
 width: 100%;
 height: auto;
 display: block;
}

a{
 text-decoration: none;
 color: inherit;
}

li{
 list-style: none;
 margin: 0;
 padding: 0;
}

.wrapper{
 max-width: 1120px;
 margin: 0 auto;
 padding: 0 10px;
 position: relative;
 z-index: 1;
}

.page-header{
 height: 700px;
 position: relative;
 overflow: hidden;
}

.hero-image{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 display: block;
 position: absolute;  
 top: 0;             
 left: 0;             
 z-index: 1;          
}

.hero-text{
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 10;
}

.hero-text .sub-title{
 font-size: 2.6rem;
 margin-bottom: 10px;
}


.hero-text .catch{
  position: absolute;
  top: 48%;
  left: 60%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 2.5rem;
  letter-spacing: 3px;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow:
    3px 3px 0 rgba(0,0,0,0.5),
    2px 2px 0 rgba(0,0,0,0.4),
    1px 1px 0 rgba(0,0,0,0.3);
}
.hero-sub{
  position: absolute;
  top: 69%;
  left: 63%;
  transform: translate(-50%, -50%);

  text-align: center;

  line-height: 1.9;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  font-weight: 500;

  color: #ffffff;

  text-shadow:
    2px 2px 6px rgba(0,0,0,0.7);
} 

.hero-text h1{
  position: absolute;
  top: 45px;
  left: 80px;
  margin: 0;
  font-size: 4.2rem;
  line-height: 1.25;
  text-shadow:
  2px 2px 0 rgba(0,0,0,0.5),
  1px 1px 0 rgba(0,0,0,0.3);
}



.header-nav{
 position: fixed;
 top: 28px;
 right: 18px;
 z-index: 9999;
}

.header-nav .main-menu{
 display: flex;
 gap: 10px;
 margin: 0;
 padding: 0;
 justify-content: flex-end;
 flex-wrap: wrap;
}

.header-nav .main-menu a{
 display: inline-block;
 padding: 10px 14px;
 font-size: .85rem;
 border-radius: 22px;
 color: #fff;
 background: transparent;
 backdrop-filter: blur(8px);
 -webkit-backdrop-filter: blur(8px);

 transition: background-color .35s ease,
 transform .35s ease,
 color .25s ease,
 filter .35s ease;

 font-weight: 700;
}


.header-nav .main-menu a:hover{
color: #d4af37;
text-shadow:
  0 2px 4px rgba(0,0,0,0.7),
  0 0 1px rgba(0,0,0,0.5);
font-weight: 700;
 background: rgba(244,241,234,0.7);
 box-shadow: 0 0 15px rgba(244, 241, 234, 0.8);
 opacity: 1;
 transform: translateY(-1px); 
 border-radius: 30px;
}



.menu{
 width: 100%;
 margin-top: 130px;
 margin-bottom: 40px;
}

.menu h2{
 text-align: center;
 margin: 0 0 30px;
 color: #ffffff;
}

.menu-main,
.menu-sub{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 20px;
}

.menu-item{
 margin: 0;
 text-align: center;
}

.menu-item img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 75%;
  border-radius: 16px;
}

.menu-item img:first-child{
  object-position: center 75%;
}

.menu-item img:last-child{
  object-position: center 60%;
}

.menu-caption{
 margin-top: 14px;
 display: flex;
 justify-content: center;
 align-items: baseline;
 gap: 26px;
 font-size: 1.15rem;
 font-weight: 500;
 color: #ffffff;
 line-height: 1.6;
 white-space: nowrap;
}

.menu-caption .price{
 font-weight: 600;
 white-space: nowrap;
}

.menu-lead{
 text-align: center;
 margin-top: 180px;
 margin-bottom: 0;
 padding-bottom: 6px;
 color: #ffffff;
 max-width: 720px;   
 margin-left: auto; 
 margin-right: auto; 
}

.menu-lead-title{
 font-size: 1.6rem;  
 line-height: 1.7;
 margin: 0 0 12px;
 font-weight: 600;
}



.menu-sub{
  margin-top: 10px;
}

.wrapper{
  padding: 0;
}



.gallery{
 max-width: 1100px;
 margin: 0 auto 260px;
 padding: 180px 10px 0;
}


.gallery-title{
 text-align: center;
 font-size: 1.6rem;
 margin: 0 0 24px;
 color: #ffffff;
}

.gallery-grid{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 22px;
 justify-items: center;
}

.gallery-item{
 margin: 0;
 width: 100%;
 max-width: 300px;
}

.gallery-item img{
 aspect-ratio: 4 / 3;
 object-fit: cover;
 border-radius: 14px;
 display: block;
 transition: transform 0.3s ease;
}
.gallery-item img:hover {
 transform: scale(1.03); 
}

.gallery-name{
 font-size: 1.0rem;
 font-weight: 600;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 18em;
}

.gallery-price{
 font-size: .92rem;
 font-weight: 500;
 opacity: .78;
}

.gallery-cap{
 margin-top: 10px;
 font-size: 1rem;
 color: #ffffff;
 text-align: center;
 letter-spacing: 0.05em;
}

.gallery-scroll{
  margin-top: 60px;
}

.scroll-wrap{
 display: flex;
 gap: 20px;
 overflow: hidden;
 padding-bottom: 10px;

 width: max-content; /* ←これ追加 */
 animation: scrollMove 100s linear infinite;
}

.scroll-wrap figure{
  min-width: 180px;
}

.scroll-wrap img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

@keyframes scrollMove {
  0% { transform: translateX(0); }
 100% { transform: translateX(-50%); }
}




.shop-photos{
 max-width: 1100px;
 margin: 230px auto 260px;
 padding: 0 10px;
}

.shop-photos h2{
 text-align: center;
 margin: 0 0 24px;
 color: #ffffff;
}

.shop-photos-grid{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 22px;
 align-items: start;
}

.shop-photos-grid figure{ margin: 0; }

.shop-photos-grid img{
 width: 100%;
 aspect-ratio: 4 / 3;
 object-fit: cover;
 border-radius: 16px;
}

.shop-photos-grid figcaption{
 margin-top: 10px;
 text-align: center;
 font-size: .95rem;
 color: #ffffff;
 font-weight: 600;
}

.access{
 width: 100%;
 margin-top: 155px;
}

.access h2{
 text-align: center;
 margin: 32px 0 50px;
 color: #ffffff;
}

.access-bottom{
 width: 100%;
 max-width: 1100px;
 margin: 0 auto 100px;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 24px;
}

.access-box img{
 width: 100%;
 height: auto;
 display: block;
 border-radius: 12px;
 filter: saturate(.9);
}

.access-box.map iframe{
 width: 100%;
 height: 300px; 
 border-radius: 12px;
}

.access-photo{
  height: 300px;
  border-radius: 12px;
  
}

.access-photo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
 

}
.access-info{
 text-align: center;
 margin-top: -10px;
}

.access-info ul{ margin: 0; padding: 0; }

.access-info li{
 padding: 8px 0;
 border: none;
}

.access-info .label{
 display: block;
 font-weight: 400;
 letter-spacing: .06em;
}

.access-info .value{
 display: inline-block;
 line-height: 1.8;
 padding-bottom: 4px;
 border-bottom: 2px solid rgba(74,70,63,.35);
 font-weight: 600;
}

.access-info .access-btn{
 text-align: center;
 padding: 30px 0 0;
}

/* .btn-access{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 420px;
 max-width: 90%;
 min-width: 420px;
 padding: 14px 22px;
 font-size: 1.25rem;
 font-weight: 500;
 letter-spacing: .04em;
 border-radius: 999px;
 text-align: center;
 background: rgba(255,255,255,.15);
 color: #ffffff;
 border: 1px solid rgba(74,70,63,.45);
 opacity: .90;
 box-shadow: none;
 transition: background-color .35s ease,
 color .35s ease,
 opacity .3s ease,
 box-shadow .4s ease,
 transform .4s ease;
} */

.btn-access{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 420px;
 max-width: 90%;
 min-width: 420px;
 padding: 14px 22px;
 font-size: 1.25rem;
 font-weight: 500;
 letter-spacing: .04em;
 border-radius: 999px;
 text-align: center;

 background: linear-gradient(135deg,  #0c3318, #1a5a32);
 color: #faeeee;
 border: none;

 opacity: 1;
 box-shadow: 0 6px 18px rgba(237, 252, 209, 0.607);

 transition: background-color .35s ease,
 color .35s ease,
 opacity .3s ease,
 box-shadow .4s ease,
 transform .4s ease;
}

.btn-access:hover{
 background-color: rgba(255,255,255,.95);
 color:  #ffffff;
 box-shadow: 0 6px 18px rgba(74,70,63,.22);
 transform: translateY(-2px);
 opacity: 1;
}

.btn-access:active{
 transform: translateY(1px);
 box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.email{
 max-width: 1100px;
 background-color: transparent;
 border-radius: 48px;
 padding: 1.5rem 2.5rem 1.6rem;
 margin: 0 auto 1.5rem;
 text-align: center;
}

.email h2{
 text-align: center;
 margin: 0 0 16px;
 color: #ffffff;
}

.email .email-p{
 max-width: 640px;
 margin: 0 auto 16px;
 line-height: 2.0;
 color: #ffffff;
 font-size: 16px;
 letter-spacing: .03em;
 word-break: keep-all;
}


.sns-links{
 margin-top: 16px;
 display: flex;
 justify-content: center;
 gap: 24px;
 flex-wrap: wrap;
}

.sns-btn{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 padding: 10px 18px;
 width: 140px;
 border-radius: 999px;
 font-size: .9rem;
 color: #333;
 border: 1px solid #333;
 opacity: .85;
 transition: opacity .3s,
 box-shadow .4s ease,
 transform .4s ease;
}

.sns-btn:hover{
 opacity: 1;
 box-shadow: 0 6px 18px rgba(0,0,0,.18);
 transform: translateY(-2px);
}

.sns-btn.line{
 background: #eaf7ef;
}

.sns-btn.instagram{
 background: #f7eef3;
}

.sns-btn svg{
 width: 18px;
 height: 18px;
 fill: currentColor;
}

.footer-menu{
 display: flex;
 margin: 0;
 padding: 0;
 justify-content: center;
 gap: 28px;
 flex-wrap: wrap;
 margin-bottom: 30px;
}


.footer-menu a{
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: background-color .3s ease,
  color .25s ease,
  transform .3s ease;
}

.footer-menu a:hover{
 background: rgba(255,255,255,0.15);
 color: #f4cf7f;
 box-shadow: 0 0 12px rgba(244,207,127,0.6);
 transform: translateY(-1px);
}


.golf-visual{
  margin-top: 120px;
  padding: 60px 0;
  
}


.golf-visual-inner{
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 40px;
  min-height: 300px;
  width: 100%;
  /* max-width: 1500px; */
  margin: 0 auto;
  padding: 0 10px;
}

.golf-visual-inner img{
  width: 40%;
  height: 320px;
  object-fit: cover;

  border-radius: 20px;
overflow: hidden;

}

.golf-visual-inner .center{
  flex: 1;
  min-width: 300px; 
 text-align: center;
}

.golf-visual-inner .center p{
 color: #d6c08a;
 margin: 0 0 22px;
 letter-spacing: 0.12em;
}

.golf-visual-inner .center h2{
 font-size: 30px;
 line-height: 1.6;
 font-weight: 700;
 background: linear-gradient(
 135deg,
 #f7e8bc 0%,
 #e2c980 28%,
 #b98f3f 58%,
 #f3dda0 100%
);
 background-clip: text;
 -webkit-background-clip: text;  
 -webkit-text-fill-color: transparent;
 margin: 0;
 letter-spacing: 0.08em;
}

.golf-visual-inner img.left{
  -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);
  mask-image: linear-gradient(to right, black 40%, transparent 100%);
}

.golf-visual-inner img.right{
  -webkit-mask-image: linear-gradient(to left, black 40%, transparent 100%);
  mask-image: linear-gradient(to left, black 40%, transparent 100%);
}



.price h2{
  margin: 200px 0 120px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.price {
   display: block;
  width: 100%;
  margin-bottom: 150px;
   border: 1px solid transparent;
  
}

.price-box{
 max-width: 600px;
  margin: 120px auto 60px; 
 padding: 0;
 border-bottom: 1px solid #fae4a9;
 text-align: center;
}


.price h3{
 margin: 80px 0 24px;
 font-size: 1.5rem;
 font-weight: 700;
 color: #ffffff; 
 letter-spacing: 0.06em;
}


.price ul{
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}

.price li{
  list-style: none;
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.price h3,
.price .note,
.price p{
 text-align: center;
}

.price .note{
  margin: 18px 0 60px;
  font-size: 1.15rem;
  line-height: 2;
  color: #ffffff;
}

.profile{
  margin-top: 260px;
  padding: 0 20px;
}

.profile h2{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.profile-layout{
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

/* 左：写真 */
.profile-image{
  width: 40%;
}

.profile-image img{
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* 右：文章 */
.profile-text{
  width: 60%;
}

.profile-text h3 span{
  font-size: 0.95rem;
  color: #ffffff;
  opacity: 0.7;
  margin-left: 10px;
}

.profile-born{
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #ffffff;
  opacity: 0.7;
}
.profile-text p{
  line-height: 1.9;
  margin-bottom: 30px;
}

.profile-block{
  margin-bottom: 30px;
}

.profile-block h4{
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
 border-left: 3px solid #fae4a9;
  padding-left: 10px;
}

.profile-block ul{
  padding-left: 0;
}

.profile-block li{
  margin-bottom: 8px;
  line-height: 1.8;
  position: relative;
  padding-left: 14px;
}

.profile-block li::before{
  content: "・";
  position: absolute;
  left: 0;
}

footer{
 width: 100%;
 background: #0b1f14;
 padding: 20px;
 text-align: center;
 margin-bottom: 0;
}

footer p{
 font-size: 20px;
 color: #f4cf7f;
 letter-spacing: 0.12em;
}


.page-footer p{
 opacity: 0.9;
}


.concept{
  max-width: 900px;
  margin: 100px auto 60px;
  padding: 0 20px;
  text-align: center;
}

.concept p{
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #eef3ea;
}

.problem{
  max-width: 900px;
  margin: 80px auto 200px;
  padding: 0 20px;
  text-align: center;
}

/* 見出し */
.problem h2{
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin-bottom: 50px;
}


.title-line::after{
  content: "";
  display: block;
  width: 390px;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(
    to right,
    rgba(212,175,55,0) 0%,
    #d4af37 20%,
    #d4af37 80%,
    rgba(212,175,55,0) 100%
  );
}

/* リスト */
.problem ul{
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  font-size: 1.08rem;
  line-height: 2.2;
  color: #eef3ea;
}

/* 項目 */
.problem li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  list-style: none;
}

/* 点（シンプル） */
.problem li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 6px;
  height: 6px;
  background: #d4af37;
  border-radius: 50%;
}

/* ↓矢印（シンプル） */
.arrow-down{
  width: 0;
  height: 0;
  margin: 70px auto 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #d4af37;
  opacity: 0.9;
}

/* サブ見出し */
.problem h3{
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.08em;
}

/* 下の文章 */
.problem p{
  margin-top: 12px;
  font-size: 1.02rem;
  color: #dcdcdc;
  line-height: 1.8;
}

/* 最後の一文だけ少し強調 */
.problem p:last-of-type{
  color: #ffffff;
  letter-spacing: 0.08em;
}

section{
  scroll-margin-top: 100px;
}






/* ここからスマホ */



@media (max-width: 768px){

html, body{
 overflow-x: hidden; 
}

.wrapper{
 padding: 0 16px;
}

.page-header{
 position: relative;
 height: 420px;
 overflow: hidden;
}

.hero-text{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 10;
 padding: 0;
}
.hero-text .catch{
 position: absolute;
 left: 50%;
top: 70%;
transform: translate(-50%, -50%);
 display: inline-block;
 padding: 6px 16px;
 text-align: center;
 white-space: nowrap;
 font-size: 1.3rem;
 line-height: 1.2;
 text-align: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 background: rgba(0,0,0,.06);
 border-radius: 12px;
 text-shadow: 0 2px 6px rgba(0,0,0,.7);
}

.hero-sub{
  position: absolute;

  top: 82%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 90%;

  text-align: center;

  line-height: 1.7;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 500;

  color: #ffffff;

  text-shadow:
    2px 2px 6px rgba(0,0,0,0.7);
}

.hero-text h1{
  top: 20px;
  left: 20px;
  line-height: 1.2;
  font-size: 2.8rem;
}

.hero-text .sub-title{
  font-size: 1.1rem;
}

.page-header h1{
 font-size: 2.4em;
 line-height: 1.3;
 margin: 0;
}

.header-nav{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.header-nav .main-menu{
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 6px;
 margin: 0;
 padding: 0;
}

.header-nav .main-menu a{
 padding: 6px 10px;
 font-size: .7rem;
 border-radius: 10px;
 color: #fff;
 background: rgba(255,255,255,0.03);
 border: 1px solid rgba(255,255,255,0.15);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(6px);
 backdrop-filter: none;
 -webkit-backdrop-filter: none;
 -webkit-tap-highlight-color: transparent;
}


.hero-image{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center center;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}

.menu{
 margin-top: 90px;
}

.menu h2{
 font-size: 1.1rem;
 margin-bottom: 0px;
 text-align: center;
}

.menu-main,
.menu-sub{
 grid-template-columns: 1fr;
 gap: 16px;
}

.menu-main figure,
.menu-sub figure{
 width: 100%;
 margin: 0;
}

.menu-main img,
.menu-sub img{
 width: 100%;
 height: 240px;
 object-fit: cover;
 border-radius: 16px;
 display: block;
 margin-top: 16px;
}

.menu-caption{
 font-size: .95rem;
 white-space: nowrap;
 margin-bottom: 24px;
}

.menu-lead{
 margin-top: 48px;
 padding-top: 12px;
 padding-bottom: 0px;
}

.menu-lead-title{
 font-size: .95rem;
 line-height: 1.7;
 max-width: 26em;
 margin: 0 auto;
 text-align: center;
}

.golf-visual-inner{
  flex-direction: column;
  gap: 24px;
}

.golf-visual-inner img.left{
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.golf-visual-inner img.right{
  -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
  mask-image: linear-gradient(to top, black 60%, transparent 100%);
}

.profile-text p{
  font-size: 1.1rem;
}

.profile-text > .profile-block:first-of-type{
   margin-top: 50px;
}

.concept {
  font-size: 1.05rem;
  line-height: 2.1;
}

.concept p{
  font-size: 1rem;
  line-height: 2.2;
  word-break: break-word;
}

.title-line::after{
  width: 90%;
}

.problem ul{
  line-height: 1.6; 
}


.problem h2{
  font-size: 1.3rem;
}

.golf-visual-inner img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.problem h3{
  margin-bottom: 20px;
  font-size: 1.08em;
}

.problem p{
  margin-top: 16px;
   font-size: 0.88rem;
 
}
.price li{
  white-space: nowrap; 
  font-size: 0.92rem;
}

.price li{
  white-space: normal;
}
.price{
  text-align: center;
}

.price .note{
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: left;
  margin-top: 24px;
}

.price-box p{
  text-align: center;
  width: 100%;
}

.price-box{
  text-align: center;
    margin-left: auto;
  margin-right: auto;
}

.price{
  text-align: center;
}

.price .note{
  text-align: center;
}



.gallery{
 margin: 72px auto 88px;
 padding-top: 0;
}

.gallery-title{
 font-size: 1.1rem;
 margin: 0 0 18px;
}

.gallery-grid{
 grid-template-columns: 1fr;
 gap: 20px;
 justify-items: stretch;
}

.gallery-item{
 max-width: none;
 margin-bottom: 40px;
}

.gallery-item img{
 width: 100%;
 height: auto;
 object-fit: cover;
 border-radius: 16px;
 display: block;
}

.gallery-cap{
 gap: 12px;
}

.gallery-name{
 max-width: 22em;
}

.gallery-price{
 font-size: .9rem;
}

.gallery-item{
  overflow: hidden;
  border-radius: 16px;
}

.profile-layout{
  flex-direction: column;
  align-items: stretch;
}

.profile-image img{
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.profile{
 margin-top: 180px;
 padding: 0 16px;
}

.profile-text{
  width: 100%;
}
.profile-image{
  text-align: center;
}


.exterior-section .shop-photos-grid{
 display: grid !important;
 grid-template-columns: 1fr !important;
 gap: 16px;
 justify-items: stretch;
}

.exterior-section .shop-photos-grid figure{
 width: 100%;
 margin: 0;
}

.exterior-section .shop-photos-grid img{
 width: 100%;
 height: 240px;
 object-fit: cover;
 border-radius: 16px;
 display: block;
}

.exterior-section .shop-photos-grid figcaption{
 margin-top: 8px;
 text-align: center;
 font-size: .9rem;
 color: #ffffff;  
}

.access{
 margin-top: 120px;
 text-align: center;
}

.access h2{
 font-size: 1.1rem;
 margin: 0 0 24px;
 color: #ffffff;
}

.access-bottom{
 max-width: 520px;
 margin: 0 auto 80px;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 18px;
}

.map,
.access-box{
 width: 100%;
}

.map img,
.map iframe,
.access-box img{
 width: 100%;
 display: block;
 border-radius: 12px;
}

.map iframe{
 min-height: 320px;
}

.access-info{
 width: 100%;
 text-align: center;
}

.access-info ul{
 margin: 0;
 padding: 0;
}

.access-info li{
 padding: 8px 0;
 border: none;
}

.access-info .label{
 display: block;
 letter-spacing: .06em;
 color: #ffffff;
}

.access-info .value{
 display: inline-block;
 line-height: 1.8;
 padding-bottom: 4px;
 border-bottom: 2px solid rgba(74,70,63,.35);
 font-weight: 600;
 color: #ffffff;
 white-space: nowrap;
}

.access-info li:nth-of-type(4){
  margin-bottom: 26px;
}

.access-info li:nth-of-type(4) .value{
  white-space: nowrap;
  font-size: 0.85rem;
}

.access-info .access-btn{
 padding-top: 0;
 margin-bottom: 36px;
 text-align: center;
}

.btn-access{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 420px;
 max-width: 90%;
 min-width: 200px;
 padding: 14px 22px;
 font-size: 1.05rem;
 font-weight: 500;
 letter-spacing: .04em;
 border-radius: 999px;

 /* ★ここを修正 */
 background: linear-gradient(135deg,  #0c3318, #1a5a32);
 color: #faeeee;
 border: none;

 opacity: 1;
 box-shadow: 0 6px 18px rgba(237, 252, 209, 0.607);
}
.access-info .access-btn a:hover,
.btn-access:hover{
 background: rgba(255,255,255,.95);
 color: #04754953;
 transform: translateY(-2px);
 opacity: 1;
}

.access-photo img{
 width: 100%;
 height: 240px;
 object-fit: cover;
 border-radius: 16px;
 display: block;
 margin-top: 10px;
}

.map,
.map img,
.map iframe{
 width: 100%;
 max-width: none;
 height: auto;
 display: block;
 border-radius: 12px;
 margin: 0 auto;
}

.map iframe{
 min-height: 320px; 
}

.email{
  padding: 1.25rem 1rem 40px;
  margin-bottom: 120px;
  text-align: center;
}

.email h2{
 font-size: 1.1rem;
 margin-bottom: 16px;
}

.email .email-p{
 font-size: .9rem;
 line-height: 1.9;
 max-width: 26em;
 margin: 0 auto 16px;
   word-break: break-word;
  overflow-wrap: break-word;
}

.page-footer{
  background: #0b1f14;
  padding: 20px 12px 40px;
  text-align: center;
  margin-top: 10px;
}

.page-footer p{
 font-size: 14px;
 color: #d8c59c;
 letter-spacing: 0.12em;
}



.footer-menu a{
 background: rgba(255,255,255,0.08);
 border: 1px solid rgba(255,255,255,0.15);

   padding: 4px 8px;
  font-size: 0.7rem;

}

.shop-photos h2,
.exterior-section h2 {
 font-size: 1.4rem;
 letter-spacing: 0.08em;
}

.shop-photos {
 margin-bottom: 120px;
}

.shop-photos h2,
.exterior-section h2{
 margin-top: 44px !important;
 margin-bottom: 24px !important;
}

.exterior-section{
 margin-top: 140px !important;
 padding-top: 0 !important;
}

.exterior-section h2{
 margin-top: 24px !important;
}

.access-info .value{
 border-bottom: 2px solid rgba(74,70,63,.35) !important;
 padding-bottom: 4px !important;
}

a,
button,
.btn-access,
.sns-btn,
.access-info .access-btn a{
 -webkit-tap-highlight-color: transparent;
}

a:active,
button:active,
.btn-access:active,
.sns-btn:active{
 background-color: inherit;
 color: inherit;
}

a:focus-visible,
button:focus-visible{
 outline: none;
}



.footer-menu{
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper{
  padding: 0 16px;
}

.profile-block li{
  white-space: normal;
}
  .header-nav{
    right: 8px;
    top: 6px;
    transform: scale(0.9);
    transform-origin: top right;
  }

/* ジャンプした時の停止位置をメニューの高さ分（約80px）ずらす */
#reserve {
  scroll-margin-top: 100px; 
}

}

