/* ======================
SHOP PAGE
====================== */

.shop-page{
background:#0d0d0d;
color:#fff;
}

/* ======================
HERO
====================== */

.shop-hero {
  position: relative;
  height: 35svh;
  overflow: hidden;
  background: #000;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.shop-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media(max-width:767px){
    .shop-hero{
        height: 75svh;;
        background-position: center center;
    }
}


.shop-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}


.shop-hero__inner{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  margin-top:4em;
}

.shop-hero__sub{
  margin: 0 0 10px;
  color: #c8a86b;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
}

.shop-hero__title{
  margin: 0 0 25px;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.4;
}

.shop-hero__text{
  margin: 0 0 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2.2;
}



/* ======================
SECTION
====================== */

.shop-section{
 padding: 110px 0;
}

.shop-section--black{
background:#181818;
}

.recruit-section--gray {
  background: #2d2d2d;
}

.shop-section--stone{
background:#111;
}

.shop-section--interior{
background: #181818;
}

.shop-section--producer {
background: #111;
}

.shop-section--information {
background: #181818;
}

.shop-section--access{
background:#111;
}

/* .shop-section-title {
  margin: 0 0 30px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.7;
} */

.shop-section-title {
  margin: 0 0 80px;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.shop-lead {
  margin: 0 0 24px;
  font-size: 16px;
  color: #f3f3f3;
}

.shop-text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}

/*インフォメーションに背景画像*/
.shop-section--information {
    position: relative;
    background: url("../img/shop-haikei06.webp") center center / cover no-repeat;
    overflow: hidden;
}

.sp-hide {
  display: inline;
}

@media (max-width: 767px) {
    .shop-section--information {
        background: url("../img/shop-haikei02.webp") center center / cover no-repeat;
    }
}

.shop-section--information::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.shop-section--information .shop-container {
    position: relative;
    z-index: 2;
}
/*インフォメーションに背景画像完了*/

/* ======================
CONTAINER
====================== */

.shop-container{
max-width:1100px;
margin:auto;
}

.shop-center{
text-align:center;
}



/* ======================
TITLE
====================== */

.shop-en-title{
font-size:16px;
letter-spacing:4px;
color:#c9a46a;
margin-bottom:10px;
}


/* ======================
TEXT
====================== */

.shop-lead{
margin-bottom:20px;
line-height:1.9;
color:#ddd;
}


/* ======================
GALLERY
====================== */

.shop-gallery{
margin-top:60px;

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.shop-gallery__item img{
width:100%;
aspect-ratio:4/3;
object-fit:cover;
display:block;
}



/* ======================
CHEF
====================== */

.shop-chef{
margin-top:60px;

display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.shop-chef__image img{
width:100%;
aspect-ratio:4/5;
object-fit:cover;
}


.shop-chef__name {
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1.6;
}

.shop-chef__text p{
line-height:2;
color:#ddd;
}



/* ======================
SHOP INFO
====================== */

.shop-info{
margin-top:60px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.shop-table{
width:100%;
border-collapse:collapse;
}

.shop-table th,
.shop-table td{
padding:20px 0;
border-bottom:1px solid rgba(255,255,255,.2);
}

.shop-table th{
width:160px;
text-align:left;
color:#c9a46a;
font-weight:normal;
}

.shop-table td{
color:#ddd;
}



/* ======================
MAP
====================== */

.shop-map{
margin-top:60px;
}

.shop-access-text{
margin-top:40px;
line-height:2;
color:#ddd;
max-width:720px;
margin-left:auto;
margin-right:auto;
}


.shop-chef__text {
    padding: 0 2em 0 2em;
}

/* ======================
RESPONSIVE
====================== */

@media (max-width:768px){


.shop-gallery{
grid-template-columns:1fr;
gap:20px;
}

.shop-chef{
grid-template-columns:1fr;
gap:40px;
}

.shop-table th{
width:90px;
font-size:15px;
}

.shop-container.shop-center {
text-align: left;
}
p.shop-access-text.shop-center {
    text-align: left;
}
.shop-chef__text {
    padding: 0;
}
.shop-en-title{
margin-bottom:6px;
}
.shop-chef__name {
  font-size: 22px;
}
.shop-section {
  padding: 60px 20px!important;
}
.shop-section-title-first{
font-size:22px;
}
.shop-hero__text {
margin: 0 0 60px;
font-size:16px;
}
.shop-hero__title{
  margin: 0 0 18px;
}
}

@media (max-width: 768px) {

  #concept .container {
    text-align: left;
  }



  .concept-txt {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 28px;
    letter-spacing: 0.03;
  }

  .concept-txt.lead {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .concept-txt:last-of-type {
    margin-top: 24px;
  }

  p.producer-txt {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 2.2;
  }

  p.shop-txt {
    font-size: 16px;
    line-height: 2;
  }

  p.access-text {
    font-size: 16px;
    line-height: 2;
  }

  button.faq-q {
    font-size: 17px;
  }

  .faq-a p {
    font-size: 15px;
  }

  p.recruit-text {
    font-size: 16px;
    text-align: left;
  }

.faq-more {
  margin-top: 3em;
}
}



.no-tel a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

 .shop-chef {
  overflow: hidden;
  position: relative;
}

.sp-br{
  display:none;
}

@media(max-width:599px){
  .sp-br{
  display:block;
}
.shop-table td {
font-size: 15px;
}
  .concept-txt,
  .produder-txt,
  p.shop-lead,
  p.shop-txt,
  .shop-chef_txt,
  p.recruit-text{
    font-size: 15.5px;
    letter-spacing: 0;
  }

  p.shop-access-text{
    font-size:15px;
    letter-spacing:0;
  }
  .shop-lead,
  .shop-text{
    padding-left:8px;
    padding-right:8px;
  }
    h2.shop-section-title {
    margin-bottom: 30px;
  }
    .sp-hide {
    display: none;
  }
}