
:root{
  --text:#151515;
  --muted:#737373;
  --pink:#ead8e1;
  --accent:#8d456c;
  --line:#e7e7e7;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
  color:var(--text);
  background:#fff;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}

.site-header{
  height:92px;
  display:flex;
  align-items:center;
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo img{width:190px;height:auto}
.header-actions{display:flex;align-items:center;gap:22px}
.lang-switch{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
  font-size:11px;
  line-height:1.1;
}
.lang-switch .globe{font-size:22px;line-height:1}
.menu-button{
  width:42px;height:34px;border:0;background:none;padding:4px;cursor:pointer;
  display:grid;align-content:center;gap:6px
}
.menu-button span{height:3px;background:#111;border-radius:3px;display:block}

.hero{
  position:relative;
  min-height:515px;
  background:url("img/top_img.JPG") center/cover no-repeat;
}
.hero-copy{
  position:absolute;
  left:7%;
  bottom:14%;
  max-width:430px;
}
.hero h1{
  margin:0 0 16px;
  font-size:clamp(28px,3.1vw,44px);
  line-height:1.15;
  letter-spacing:.02em;
}
.hero p{margin:0;font-size:15px;line-height:1.7;max-width:410px}

.section-title{
  text-align:center;
  margin:85px 0 52px;
}
.section-title .script{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  color:#79576a;
  font-size:36px;
  font-weight:400;
  line-height:1;
}
.section-title small{display:block;margin-top:5px;font-size:12px}

.menu-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px 72px;
  align-items:start;
}
.menu-card{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:18px;
}
.menu-card img{
  width:76px;height:76px;object-fit:cover;border-radius:16px;
margin-top: 30px;
}
.menu-card h3{
  margin:20px 0 14px;
  font-size:22px;
  font-weight:500;
}
.price-list{display:grid;gap:8px}
.price-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:end;
  font-size:14px;
  line-height:1.4;
}
.price-row .label{min-width:0}
.price-row .price{white-space:nowrap}
.price-row .dots{
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.price-row .dots::before{
  content:"";
  flex:1;
  border-bottom:1px dotted #aaa;
  transform:translateY(-4px);
  min-width:14px;
}
.note{font-size:11px;color:#555;line-height:1.45;margin-top:6px}

.samples{margin-top:78px}
.gallery{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.gallery img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  min-width:0;
}
.more-wrap{text-align:center;margin:44px 0 86px}
.more-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:300px;
  height:70px;
  background:#e2e2e2;
  font-size:14px;
  position:relative;
}
.more-button::after{
  content:"›";
  position:absolute;
  right:28px;
  font-size:24px;
  font-weight:200;
}
.banner{
  position:relative;
  min-height:330px;
  background:url("img/banner_01.png") center/cover no-repeat;
  margin-bottom:40px;
}
.banner p{
  position:absolute;
  right:6%;
  bottom:10%;
  margin:0;
  font-size:clamp(18px,2.3vw,30px);
  letter-spacing:.04em;
}

.site-footer{padding:0 0 18px}
.footer-main{
  display:grid;
  grid-template-columns:1.2fr repeat(3,1fr);
  align-items:center;
  gap:20px;
  min-height:90px;
}
.footer-main .logo img{width:190px}
.footer-main a:not(.logo){font-weight:700;text-align:center}
.copyright{
  text-align:center;
  background:var(--pink);
  padding:6px 10px;
  font-size:11px;
}

@media (max-width: 760px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .site-header{height:74px}
  .logo img,.footer-main .logo img{width:150px}
  .hero{min-height:430px}
  .hero-text {
    white-space: nowrap;
    font-size: clamp(16px, 4.5vw, 24px);
  
}
  .hero::after{
    content:"";
    position:absolute;inset:0;
    background:linear-gradient(to top,rgba(255,255,255,.72),rgba(255,255,255,0) 62%);
  }
  .hero-copy{z-index:1;left:7%;right:7%;bottom:8%;max-width:none}
  .hero h1{font-size:30px}
  .hero p{font-size:13px;line-height:1.6}
  .section-title{margin:62px 0 36px}
  .section-title .script{font-size:31px}
  .menu-grid{grid-template-columns:1fr;gap:42px}
  .menu-card{grid-template-columns:64px 1fr;gap:14px}
  .menu-card img{width:64px;height:64px;border-radius:14px}
  .menu-card h3{font-size:19px}
  .price-row{font-size:13px}
  .gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .gallery img:last-child{
    grid-column:auto;
    aspect-ratio:1 / 1;
  }

  .more-button{min-width:240px;height:58px}
  .banner{min-height:230px}
  .banner p{right:5%;left:5%;text-align:right;font-size:19px}
  .footer-main{grid-template-columns:1fr 1fr;gap:18px;padding:22px 0}
  .footer-main .logo{grid-column:1/-1}
  .footer-main a:not(.logo){font-size:13px;text-align:left}

   .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-menu a {
    width: 100%;
  }

}

