
img.mv {
  position: relative;
  width: 100%;
}

.contents {
  margin: 20px 0 40px 0;
}

.introduce {
  margin: 0 16px 28px 16px;

}


.introduce p {
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 150%;
  margin-bottom: 8px;
}


.gallary {
  margin-bottom: 28px;
}

.gallary .c-heading {
  padding: 0 16px;
}

.gallary p {
  font-size: 10px;
  color: var(--text-sub);
  margin: 0 16px 0 16px;
}

.gallery-container {
  width: 100%;
  background-color: var(--white);
  margin-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory; 
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}


.gallery-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 16px;
}


.gallery-scroll::-webkit-scrollbar {
  display: none;
}


.gallery-item {
  flex: 0 0 148px;
}


.gallery-item img {
  width: 148px;
  height: 83px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  border: 1px solid #0000000a;
}

.news{
  margin:0 16px 28px 16px;
}




.news-list {
  list-style: none;
}

.news-item {
  border-bottom: 1px solid var(--border-orange);
  margin-top: 8px;
  padding-bottom: 8px;
}

.news-item:first-child {
  margin-top: 0;
}

.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.news-link {
  display: flex;
  align-items: center;
  height: 22px;
  text-decoration: none;
  color: var(--black);
  gap: 10px;
}


.news-date {
  font-size: 12px;
  color: var(--accent-orange);
  flex-shrink: 0;
}

.news-headline {
  font-size: 12px;
  text-decoration:underline dotted var(--black);
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.access {
  margin:0 16px 28px 16px;
}

.heading-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.heading-with-link h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.link {
  font-size: 12px;
  color: var(--black);
  text-decoration: none;
  font-family: "Hiragino Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 4px; 
}


.access p {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 8px;
  text-decoration:none;
}

.map-container{
  width: 100%;
  margin: 0 auto;
  border-radius: 10px; 
  overflow: hidden;
  height: 150px; 
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-container iframe {
  width: 100%;
  height: 100%;
}



.contents_menu {
  padding: 0 0 40px 0;
  background-color: var(--bg-cream);
}

.select-menu {
  max-width: 100%;
  padding: 10px 16px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  margin-left: auto;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 48px;
  z-index: 90;
}



.button-small-active a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  width: 72px;
  position: relative;
  display: flex;
  padding-bottom: 4px;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border-bottom: 4px solid var(--primary);
}
.button-small-passive a {
  color: var(--text-disable);
  font-size: 12px;
  font-weight: 700;
  padding: 0px 0 8px 0;
  height: 28px;
  width: 72px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding-bottom: 8px;
}

.menu_box {
  padding: 12px 16px 0 16px;
}

.box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.menu-photo {
  width: 100%;
  height: 106px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 6px;
}

.menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center; 
}

.set-menu-photo {
  width: 100%;
  height: 78px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 6px;
}
.set-menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
}

.single-menu-photo {
  width: 100%;
  height: 106px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 6px;
}

.single-menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  object-position: center;
}

.list-item h2 {
  font-size: 12px;
  font-weight: 700;
}

.menu-copy {
  font-size: 10px;
  color: var(--text-sub);
}

.menu-detail {
  margin-top: 6px;
  list-style: none;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
}

.menu-detail li{
  color: var(--text-sub);
  font-size: 10px;
  text-decoration: none;
  
}

.price {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  gap: 4px;
}

.original {
   text-decoration: line-through;
   font-size: 10px;
   line-height: 12px;
   padding-top: 2px;
}

.set-price {
  font-weight: 600;
  color: var(--primary);
}

.menu-memo {
  font-size: 10px;
  color: var(--text-sub);
}
.odoburu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.odoburu p {
  font-size: 10px;
  color: #FF383C;
}

.attenstion {
  margin-top: 28px;
  padding: 0 16px;
  color: var(--text-sub);
  font-size: 10px;
  line-height: 140%;
}

.contents-info {
  margin: 8px 0 28px 0;
}

.shop-info{
  margin:0 16px 28px 16px;
}

.shop-info-list {
  list-style: none;
}

.shop-info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-orange);
  padding-top: 12px; 
  padding-bottom: 12px;
  text-decoration: none;
  gap: 20px;
}

.shop-info-item:first-child {
  padding-top: 0;
}

.shop-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-info-head {
  font-size: 13px;
  width: 78px;
  color: var(--accent-orange);
  flex-shrink: 0;
}

.shop-info-detail {
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents-news{
  margin: 8px 16px 28px 16px;
}


.news-line {
  display: flex;       
  flex-direction: column;
  gap: 12px; 
}


.news-heading {
  display: flex;
  border-bottom: 1px solid var(--border-orange);
  padding-bottom: 8px;
}

.news-heading h2 {
  font-size: 13px;
  font-weight: 700;
  margin-right: auto;
}



.news-detail {
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
  padding-top: 8px;
}

.news-detail a {
  text-decoration: underline dotted var(--black);
  color: #000000;
}


.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

/* ポップアップの白い箱 */
.modal-content {
    text-align: left;
    width: 330px;
    background: var(--white);
    padding: 20px 18px;
    border-radius: 22px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

#modal-title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 4px;
}

#modal-desc {
  font-size: 12px;
}

#modal-img {
  margin-top: 20px;
}

.modal-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.close-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #ffffff20;
    border: 1px solid var(--white);
    border-radius: 99px;
    padding: 7px 16px;
}

.close-btn img {
  width: 12px;
  height: 12px;
}


.close-btn p {
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  line-height: 150%;
}

body.modal-open {
    overflow: hidden;
}





/*ここからPC版*/
@media screen and (min-width: 768px) {
  .contents {
    max-width: 1000px;
    margin: 20px auto;
    
  }
  .introduce h2 {
    font-size: 18px;
  }
  .introduce p {
    font-size: 13px;
  }
  .gallary h2{
    font-size: 18px;
  }
  .gallery-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    overflow-x: visible;
  }

  .gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s;
  }

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

  .modal-content {
      width: 550px;
      padding: 28px 28px;
      border-radius: 32px;
  }

  #modal-title {
    font-size: 18px;
  }

  #modal-desc {
    font-size: 13px;
  }

  #modal-img {
    margin-top: 20px;
  }

  .modal-content img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
  }
  .heading-with-link h2 {
    font-size: 18px;
  }
  .link {
    font-size: 13px;
  }
  .news-headline  {
    font-size: 13px;
  }
  .access p {
    font-size: 13px;
  }
  .select-menu {
    justify-content: center; 
    gap: 40px;
  }

  .button-small-active a,
  .button-small-passive a {
    width: 120px;
    font-size: 14px;
    height: 40px;
  }
  .menu_box {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0 40px 0;
  }
  
  .menu-detail {
      font-size:12px;
  }

  .box-list {
    gap: 20px; 
  }

  .list-item {
    width: calc(33.333% - 16px); 
    padding: 20px;
    gap: 8px;
  }
  .menu-photo {
    height: 200px; 
    margin-bottom: 12px;
  }
  .list-item h2 {
    font-size: 16px;
  }

  .popular-badge {
    font-size: 12px;
    padding: 8px 12px;
  }
  .odoburu p {
    font-size: 12px;
  }
  .attenstion {
    max-width: 1000px;
    margin: auto;
  }
  .attenstion p {
    font-size: 13px;
    line-height: 150%;
  }
  .set-menu-photo{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .contents-info {
    max-width: 1000px;
    margin: 10px auto 28px auto;
  }
  .contents-news {
    max-width: 1000px;
    margin: 10px auto 28px auto;
  }
  .news-line {
    gap: 20px;
  }
  .news-card {
    padding: 20px;
  }
  .news-heading h2 {
    font-size: 14px;
  }

  .news-date,.news-detail {
    font-size: 13px;
  }
  .contents-news h2 {
    font-size: 18px;
  }
  .shop-info h1 {
    font-size: 18px;
  }
}