@charset "UTF-8";

.hero{
  padding:56px 0 80px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}

.hero-copy{
  display:grid;
  gap:26px;
}

.hero-kicker{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--muted);
}

.hero h1{
  font-size:clamp(20px, 5vw, 65px);
}
.hero h1 span{
	font-size: 70%;
}

.forMobile{
	display: none;
}

.hero-copy p{
  font-size:clamp(15px,1.7vw,18px);
  color:var(--muted);
  max-width:56ch;
}

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero-badges span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  font-size:13px;
  color:var(--muted);
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:4px;
}

.hero-note{
  font-size:13px;
  color:var(--muted);
}

.hero-visual{
  position:relative;
  min-height:660px;
  border-radius:32px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(33,29,26,.02), rgba(33,29,26,.08)),
    url("./../images/bg01.jpg") center/cover;
  box-shadow:var(--shadow);
}

.hero-card{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:end;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.45);
}

.hero-card strong{
  display:block;
  font-size:20px;
  margin-bottom:8px;
}

.hero-card p{
  font-size:13px;
  color:var(--muted);
}

.hero-card small{
  font-size:12px;
  color:var(--muted);
}

.floating-review{
  position:absolute;
  top:22px;
  right:22px;
  max-width:240px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}

.floating-review strong{
  display:block;
  font-size:14px;
  margin-bottom:8px;
}

.floating-review p{
  font-size:12px;
  color:var(--muted);
}

.concept-grid,
.access-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}

.concept-list{
  display:grid;
  gap:18px;
}

.concept-item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  padding:20px;
  border-radius:20px;
  background:var(--bg-soft);
  border:1px solid rgba(33,29,26,.06);
}

.concept-num{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#d8c5b5,#f0e4da);
  font-size:13px;
  font-weight:700;
}

.concept-item h3{
  font-size:18px;
  margin-bottom:6px;
}

.concept-item p{
  font-size:14px;
  color:var(--muted);
}

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

.style-card{
  overflow:hidden;
}

.style-media{
  aspect-ratio:4/5;
  overflow:hidden;
  background:#ece7e2;
}

.style-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.style-card:hover .style-media img{
  transform:scale(1.05);
}

.style-body{
  padding:18px 18px 20px;
}

.style-body h3{
  font-size:18px;
  margin-bottom:6px;
}

.style-body p{
  font-size:14px;
  color:var(--muted);
}

.menu-wrap{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
}

.menu-table{
  display:grid;
  gap:14px;
}

.menu-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:start;
  padding:18px 20px;
  border-radius:18px;
  background:var(--bg-soft);
  border:1px solid rgba(33,29,26,.06);
}

.menu-row strong{
  font-size:17px;
}

.menu-row span{
  font-size:16px;
  font-weight:700;
}

.menu-row small{
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-top:4px;
}

.menu-note{
  font-size:13px;
  color:var(--muted);
  margin-top:12px;
}

.subcard{
  background:linear-gradient(180deg, rgba(205,184,166,.18), rgba(255,255,255,.8));
}

.subcard-title{
  margin-top:12px;
}

.feature-points{
  display:grid;
  gap:14px;
  margin-top:16px;
  padding:0;
}

.feature-points li{
  list-style:none;
  padding:14px 16px 14px 44px;
  position:relative;
  border-radius:18px;
  background:rgba(255,255,255,.6);
  border:1px solid rgba(33,29,26,.06);
  font-size:14px;
  color:var(--muted);
}

.feature-points li::before{
  content:"";
  position:absolute;
  left:16px;
  top:19px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:linear-gradient(135deg, #ccb5a2, #eadfd5);
  box-shadow:0 0 0 4px rgba(205,184,166,.16);
}

.staff-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.staff-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:22px;
  align-items:stretch;
  overflow:hidden;
}

.staff-media{
  min-height:100%;
  background:#ece7e2;
}

.staff-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.staff-body{
  padding:24px;
}

.staff-role{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}

.staff-name{
  font-size:30px;
  margin:10px 0 12px;
}

.staff-body p{
  font-size:14px;
  color:var(--muted);
}

.staff-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.staff-tags span{
  font-size:12px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--bg-soft);
  border:1px solid rgba(33,29,26,.06);
}

.gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:220px;
  gap:18px;
}

.gallery-item{
  border-radius:22px;
  overflow:hidden;
  background:#ece7e2;
  box-shadow:var(--shadow);
}

.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.gallery-item:hover img{
  transform:scale(1.05);
}

.gallery-item.large{
  grid-row:span 2;
}

.access-card,
.reserve-card{
  height:100%;
}

.access-title,
.reserve-title{
  margin-top:10px;
}

.reserve-lead{
  margin-top:16px;
}

.reserve-actions{
  margin-top:28px;
}

.info-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.info-row{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:12px;
  padding-top:14px;
  border-top:1px solid rgba(33,29,26,.08);
  font-size:14px;
}

.info-row:first-child{
  border-top:0;
  padding-top:0;
}

.info-row dt{
  color:var(--muted);
}

.info-row dd{
  margin:0;
}

.map-frame{
  margin-top:18px;
  border-radius:20px;
  overflow:hidden;
  min-height:320px;
  border:1px solid var(--line);
}

.map-frame iframe{
  width:100%;
  height:100%;
  min-height:320px;
  border:0;
}

.reserve-steps{
  display:grid;
  gap:14px;
  margin-top:22px;
}

.reserve-step{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
  padding:18px;
  border-radius:18px;
  background:var(--bg-soft);
  border:1px solid rgba(33,29,26,.06);
}

.reserve-step strong{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#d9c8b9,#f4e9e0);
  font-size:14px;
}

.reserve-step h3{
  font-size:17px;
  margin-bottom:4px;
}

.reserve-step p{
  font-size:14px;
  color:var(--muted);
}

.faq-list{
  display:grid;
  gap:14px;
}

details{
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius:20px;
  padding:0 22px;
  box-shadow:var(--shadow);
}

summary{
  list-style:none;
  cursor:pointer;
  padding:22px 34px 22px 0;
  position:relative;
  font-weight:500;
}

summary::-webkit-details-marker{
  display:none;
}

summary::after{
  content:"＋";
  position:absolute;
  right:0;
  top:20px;
  font-size:22px;
  color:var(--muted);
  transition:transform .25s ease;
}

details[open] summary::after{
  transform:rotate(45deg);
}

details p{
  padding:0 0 22px;
  color:var(--muted);
  font-size:14px;
}

.cta-section{
  padding:110px 0 120px;
}

@media (max-width:1080px){
  .hero-grid,
  .concept-grid,
  .menu-wrap,
  .access-grid{
    grid-template-columns:1fr;
  }

  .style-grid{
    grid-template-columns:repeat(2,1fr);
  }

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

  .gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:220px;
  }

  .gallery-item.large{
    grid-column:span 2;
  }

  .hero-visual{
    min-height:560px;
  }
}

@media (max-width:820px){
  .hero{
    padding-top:30px;
  }
	
	.forPc {
		display: none;
	}

	.forMobile {
		display: block;
	}

  .hero-card{
    grid-template-columns:1fr;
  }

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

  .staff-card{
    grid-template-columns:1fr;
  }

  .staff-media{
    height:320px;
  }

  .gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:240px;
  }

  .gallery-item.large{
    grid-column:auto;
    grid-row:auto;
  }

  .info-row{
    grid-template-columns:84px 1fr;
  }
}

@media (max-width:640px){
  .hero h1{
    font-size: clamp(22px, 9vw, 48px);
  }

  .hero-visual{
    min-height:460px;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .hero-card,
  .floating-review{
    left:14px;
    right:14px;
    bottom:14px;
  }

  .floating-review{
    top:14px;
    max-width:calc(100% - 28px);
  }
	.staff-media img{
	  object-fit: contain;
	}
.concept-item{
  display:block;
}
.menu-row{
  display:block;
}
.staff-name{
  font-size:120%;
}
.reserve-step{
  display:block;
}


}