/* ===============================
   meal共通
================================= */
.meal-bg{
    background-image: url("../img/all/haikei.jpg");
    background-repeat: repeat;
    background-size: auto;
    background-color:white;
}
#menu-content {
  opacity: 1;
  transition: opacity 1s ease;
}

#menu-content.fade-out {
  opacity: 0;
}





/* ===============================
   meal-top
================================= */
.meal-top {
}
.meal-top .area {
  display: flex;
  align-items: center;
}
.meal-top .wrap {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 40%;
  line-height: 2;
  color: black;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.meal-top .wrap h1 {
  position: relative;
  font-size: 3rem;
}
.meal-top .wrap h1::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%) translateY(-100vh);
  width: 1px;
  height: 100vh;
  background-color: black;
}
.meal-top .wrap p {
  font-size: 1rem;
}
.meal-top .image {
  width: 60%;
  z-index: 5;
}
.meal-top .image img {
  width: 100%;
  height: auto;
  display: block;
}
.meal-top .image .overlay {
  display: none; /* PCでは非表示 */
}
@media screen and (max-width: 768px) {
.meal-top .image .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* ← 暗くする */
    z-index: 5;
  }
.meal-top .wrap {
  width: 100%;
  gap: 1rem;
}
.meal-top {
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.meal-top .wrap h1::before {
    background-color: white;
}
  .meal-top .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .meal-top .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .meal-top .wrap {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    text-orientation: initial;
    padding: 2rem;
  }
  .meal-top .wrap h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .meal-top .wrap p {
    font-size: 1rem;
  }
}







/* ===============================
   pattern-divider背景模様
================================= */
.pattern-divider {
  position: absolute;
  transform: translateY(-30%);
  z-index: 0;
  pointer-events: none; /* ← クリック干渉を防ぐ */
}
.pattern-divider img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pattern-divider {
    display: none;
  }
}





/* ===============================
   meal-sec01
================================= */
.meal-sec01 {
    margin:15% 0 0 0;
}
.meal-sec01 .area{
}
.meal-sec01 .wrap{
  width:70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin:0 auto;
}
.meal-sec01 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ← 画像を枠にぴったり収める */
  display: block;
}
.wrap .fade-dw:nth-child(1) { transition-delay: 0s; }
.wrap .fade-dw:nth-child(2) { transition-delay: 0.2s; }
.wrap .fade-dw:nth-child(3) { transition-delay: 0.4s; }
.wrap .fade-dw:nth-child(4) { transition-delay: 0.6s; }
.wrap .fade-dw:nth-child(5) { transition-delay: 1.2s; }
.wrap .fade-dw:nth-child(6) { transition-delay: 1.1s; }
.wrap .fade-dw:nth-child(7) { transition-delay: 0.8s; }
.wrap .fade-dw:nth-child(8) { transition-delay: 0.6s; }
@media screen and (max-width: 768px) {
.meal-sec01 {
    margin:10% 0;
}
.meal-sec01 .wrap{
  width:80%;
}
}





/* ===============================
   meal-sec02
================================= */
.meal-sec02 {
  margin: 10% 0 0 0;
}
.meal-sec02 .area {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.meal-sec02 .area .wrap01 {
  position: relative;
  display: flex;
  flex-direction: row;
}
.meal-sec02 .area .wrap01 .ttl {
  position: relative;
  margin: 0 0 0 15%;
  z-index: 1;
}
.meal-sec02 .area .wrap01 .ttl h2 {
  position: relative;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  z-index: 1;
}
.meal-sec02 .area .wrap01 .ttl h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: black;
  z-index: 1;
}
.meal-sec02 .area .wrap01 .ttl p {
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
.meal-sec02 .area .wrap01 .bg {
    position: absolute;
    width:120%;
    top: 50%;
    right:0;
    transform: translateX(50%) translateY(-50%);
    pointer-events: none;
    z-index:0;
}
.meal-sec02 .area .wrap02 {
  width: 100%;
}
.meal-sec02 .area .wrap02 .meal-splide01 {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.meal-sec02 .area .wrap02 .meal-splide01 img {
  width: 100%;
}
.meal-sec02 .area .wrap02 .meal-splide01 .image {
  position: absolute;
  width: clamp(60px, 7.5vw, 150px);
  z-index: 5;
  top: -25%;
  right: 27%;
}
.meal-sec02 .splide__pagination {
  position: relative;
  bottom:0;
  padding:0.5rem 0 0 0;
}
.meal-sec02 .splide__pagination li {
  line-height: 0;
}
.meal-sec02 .splide__pagination button {
  width: 30px;
  height: 4px;
  background-color: #aaa;
  border-radius: 0px;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.meal-sec02 .splide__pagination button.is-active {
  width: 30px;
  height: 4px;
  border-radius: 0px;
  background-color: #7F6000;
  opacity: 1;
  transform: scale(1.0);
}
@media screen and (max-width: 768px) {
  .meal-sec02 {
  margin: 10% 0 0 0;
  }
.meal-sec02 .area {
  gap: 1rem;
}
  .meal-sec02 .area .wrap01 .ttl {
  margin: 0 auto;
  padding:0 5%;
  }
.meal-sec02 .area .wrap01 .ttl h2 {
  font-size: 1.75rem;
  text-align: center;
}
  .meal-sec02 .area .wrap02 .meal-splide01 .image {
  top: -15%;
  right: 5%;
  }
}

/**後でこれ設定して**/










/* ===============================
   meal-sec03
================================= */
.meal-sec03 {
    padding:5% 0 0 0;
}
.meal-sec03 .area{
}
.meal-sec03 .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meal-sec03 .image{
    max-width:100px;
    margin-bottom:2rem;
}
.meal-sec03 .image img {
    width:100%;
}
.meal-sec03 h2 {
  position: relative;
  font-size:clamp(1.5rem,5vw,2rem);
  font-weight:bold;
  text-align: center;
  margin-bottom:2rem;
}
/**.meal-sec03 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: black;
  padding:0 2rem;
}**/
.meal-sec03 p {
    font-size:1rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
.meal-sec03 {
    padding:20% 5% 0 5%;
}
.meal-sec03 h2 {
  margin-bottom:1rem;
}
.meal-sec03 h2::after {
  padding:0;
}
.meal-sec03 p {
    text-align:left;
}
}





/* ===============================
   meal-tab
================================= */
.meal-tab {
  margin: 2.5% 0 0 0;
  position: relative;
    z-index:5;
}
.meal-tab .area {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.meal-tab .area .text {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  width: 24%;
  margin: 0 auto;
  color: #603813;
  border: 2px solid #603813;
  cursor: pointer;
  transition: color 0.3s;
  overflow: hidden; /* 擬似要素がはみ出さないように */
}
.meal-tab .area .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background-color: #603813;
  transition: height 0.3s ease; /* 高さのアニメーション */
}
.meal-tab .area .text.active {
  color: #fff;
}
.meal-tab .area .text.active::before {
  height: 100%;
}
.meal-tab .area .text:hover {
  color: #fff;
}
.meal-tab .area .text:hover::before {
  height: 100%;
}
.meal-tab .area .text span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .meal-tab {
    margin: 10% 0 0 0;
  }
  .meal-tab .area {
    width: 90%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .meal-tab .area .text {
    width: calc((100% - 1rem) / 2);
  }
}





/* ===============================
   meal-menu
================================= */
.meal-menu {
    margin:5% 0 0 0;
    position: relative;
}
.meal-menu .area {
    position: relative;
    width:60%;
    margin:0 auto;
    border:solid 2px #603813;
    z-index:5;
}
.meal-menu .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100vw;
    opacity:0.5;
    z-index:0;
    pointer-events: none;
}
.meal-menu .bg img{
    width:100%;
}
.meal-menu .wrap {
    margin:0 auto;
    position: relative;
    padding:10% 12.5%;
    display: flex;
    flex-direction: column;
    gap:2rem;
}
.meal-menu .wrap h2{
    position: absolute;
    right: 0;
    transform: translateX(50%);
    font-size: 2rem;
    color: #fff;
    padding: 3rem 1rem;
    background-color: #603813;
    writing-mode: vertical-rl;
}
.meal-menu .wrap .box01 {
    width:100%;
    max-height:50%;
    display: flex;
    flex-direction: row-reverse;
    gap:2rem;
}
.meal-menu .wrap .box02 {
    display: flex;
    flex-direction: column;
    gap:1rem;
}
.meal-menu .wrap .box02 .oshina{
    width:85%;
    margin:0 auto;
}
.meal-menu .wrap p{
    font-size:1.2rem;
    font-weight:bold;
    writing-mode: vertical-rl;
}
.meal-menu .meal-splide02{
    width:100%;
}
.meal-menu .info{
    position: relative;
    font-size:1rem;
    margin-top:2rem;
    text-align:center;
    z-index:5;
}
.meal-menu .splide__pagination {
  position: relative;
  bottom:0;
  padding:0.5rem 0 0 0;
}
.meal-menu .splide__pagination li {
  line-height: 0;
}
.meal-menu .splide__pagination button {
  width: 30px;
  height: 4px;
  background-color: #aaa;
  border-radius: 0px;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.meal-menu .splide__pagination button.is-active {
  background-color: #7F6000;
  transform: scale(1.0);
}
@media screen and (max-width: 768px) {
  .meal-menu {
    margin: 10% 5% 0 5%;
    padding:0;
  }
  .meal-menu .area {
    width: 100%;
    border-width: 1px;
  }
  .meal-menu .wrap {
    padding: 1.5rem;
    gap:1rem;
  }
  .meal-menu .wrap h2 {
    position: static;
    transform: none;
    font-size: 1rem;
    padding: 1rem;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 0rem;
  }

  .meal-menu .wrap .box01 {
    flex-direction: column;
    gap:1rem;
  }
.meal-menu .wrap .box02 {
    gap:1rem;
}
.meal-menu .wrap .box02 .oshina{
    width:100%;
}

  .meal-menu .wrap p {
    font-size: 1rem;
    writing-mode: horizontal-tb;
    text-align: left;
  }
.meal-menu .info{
    padding:0 5%;
    margin-top:1rem;
    font-size:0.8rem;
    text-align: left;
}
}






/* ===============================
   meal-sec04
================================= */
.meal-sec04 {
    margin:5% 5%;
}
.meal-sec04 .area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2rem 5rem;
    flex-wrap: wrap;
}
.meal-sec04 h2 {
  position: relative;
  font-size:clamp(1em,5vw,2rem);
  font-weight:bold;
}
.meal-sec04 .wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.meal-sec04 h3 {
  position: relative;
  font-size:clamp(1rem,5vw,1.5rem);
  font-weight:bold;
  margin-bottom:1rem;
    border-bottom: solid 1px black;
}
.meal-sec04 p {
  font-size:1rem;
  margin-bottom:1rem;
}
.meal-sec04 .wrap02{
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
}
.meal-sec04 .botton{
    font-size:1rem;
    font-weight:bold;
    padding:1rem 2rem;
    border:solid 1px;
    color:#603813;
    background-color:white;
    transition: 0.5s;
}
.meal-sec04 .botton:hover{
    color:white;
    background-color:#603813;
}
@media screen and (max-width: 768px) {
.meal-sec04 {
    margin:10% 0 0 0;
    padding:0 5%;
}
.meal-sec04 .area{
    gap:2rem;
}
.meal-sec04 h2::after {
  padding:0;
}
.meal-sec04 h3 {
    text-align: center;
}
.meal-sec04 p {
    text-align:left;
}
}







/* ===============================
   meal-sec05
================================= */
.meal-sec05 {
    margin:2rem 0 0 0;
    position: relative;
}
.meal-sec05 .area{
    position: relative;
    z-index: 1;
}
.meal-sec05 .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meal-sec05 .aaa {
    position: relative;
    width:1000px;
    max-width:100%;
    margin:0 auto;
  background-color: black;
  margin-bottom:5rem;
}
.meal-sec05 .aaa img{
    width:100%;
    object-fit: cover;
}
.meal-sec05 .list {
    display: flex;
    justify-content: space-between;
    width:70%;
    margin:0 auto;
    gap:5rem;
}
.meal-sec05 .list .item{
    display: flex;
    flex-direction: column;
    gap:0.5rem;
}
.meal-sec05 .list .item .image2{
}
.meal-sec05 .list .item .image2 img{
  max-height:200px;
  margin:0 auto;
  border-radius: 50%;
}
.meal-sec05 .list .item h3{
    text-align: center;
    font-size:clamp(1rem,5vw,1.5rem);
    font-weight:bold;
    border-bottom:solid 1px black;
}
.meal-sec05 .list .item p{
    text-align: left;
    font-size:1rem;
}
.meal-sec05 .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100vw;
    opacity:0.5;
    pointer-events: none;
    z-index:0;
}
.meal-sec05 .bg img{
    width:100%;
}
.meal-sec05 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PCでは4列 */
  gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
.meal-sec05 {
    margin:5% 0 0 0;
}
.meal-sec05 .aaa {
  margin-bottom:1rem;
}
.meal-sec05 .list {
    width:85%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr); /* タブレット・スマホでは2列に落ちる */
}
.meal-sec05 .list .item p{
    font-size:0.8rem;
}
}





/* ===============================
   meal-sec06
================================= */
.meal-sec06 {
    margin:2rem 0 0 0;
    position: relative;
}
.meal-sec06 .area{
    position: relative;
    z-index: 1;
}
.meal-sec06 .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:3rem;
}
.meal-sec06 .area .wrap .meal-splide03 {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.meal-sec06 .area .wrap .meal-splide03 img {
  width: 100%;
}
.meal-sec06 .wrap .info{
    font-side:1rem;
    padding:3rem 5rem;
    border:solid 1px;
}
.meal-sec06 .splide__pagination {
  position: relative;
  bottom:0;
  padding:0.5rem 0 0 0;
}
.meal-sec06 .splide__pagination li {
  line-height: 0;
}
.meal-sec06 .splide__pagination button {
  width: 30px;
  height: 4px;
  background-color: #aaa;
  border-radius: 0px;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.meal-sec06 .splide__pagination button.is-active {
  background-color: #7F6000;
  transform: scale(1.0);
}
@media screen and (max-width: 768px) {
  .meal-sec06 {
    margin: 1.5rem 0 0 0;
  }

  .meal-sec06 .wrap {
    gap: 2rem;
  }

  .meal-sec06 .area .wrap .meal-splide03 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .meal-sec06 .area .wrap .meal-splide03 img {
    width: 100%;
    height: auto;
  }

  .meal-sec06 .wrap .info {
    font-size: 1rem;
    padding: 2rem 1.5rem;
    border-width: 1px;
    margin:0 5%;
  }
}





/* ===============================
   meal-sec07
================================= */
.meal-sec07 {
    margin:2rem 0 0 0;
    position: relative;
}
.meal-sec07 .area{
    position: relative;
    z-index: 1;
}
.meal-sec07 .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  max-width: 80%;
  margin: 0 auto;
}
.meal-sec07 .image {
  flex: 0 0 40%;
}
.meal-sec07 .image img {
  width: 100%;
  height: auto;
  display: block;
}
.meal-sec07 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.meal-sec07 .ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.meal-sec07 .info .text {
  padding: 1.5rem;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  gap:0.5rem;
}
@media screen and (max-width: 768px) {
  .meal-sec07 .wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    max-width: 100%;
  }

  .meal-sec07 .image {
    width: 100%;
    flex: none;
  }

  .meal-sec07 .image img {
    width: 100%;
    height: auto;
  }

  .meal-sec07 .box {
    width: 100%;
    gap: 1rem;
    padding: 0 1rem;
  }

  .meal-sec07 .ttl {
    font-size: 1.25rem;
  }

  .meal-sec07 .info .text {
    padding: 1rem;
    gap: 0.5rem;
  }
}





/* ===============================
   meal-sec08
================================= */
.meal-sec08 {
    padding: 15% 0 10% 0;
    position: relative;
}
.meal-sec08 .area {
    width:70%;
  display: flex;
    flex-direction: column;
  position: relative;
    margin:0 auto;
  z-index: 1;
}
.meal-sec08 .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.meal-sec08 .box {
  width:25%;
  position: relative;
  text-decoration: none;
    transition: 0.5s;
}
.meal-sec08 .box:hover{
  filter: brightness(75%);
}

.meal-sec08 .box img {
  width: 100%;
  height: auto;
  display: block;
}
.meal-sec08 .box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  font-size: clamp(1rem,2vw,1.5rem);
  font-weight: bold;
  color: white;
  pointer-events: none;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.meal-sec08 .text {
  width:100%;
  border-top:solid 1px black;
  margin-top:1rem;
  padding-top:0.5rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .meal-sec08 .area {
    width: 100%;
  }
  .meal-sec08 .wrap {
    display: flex;
    justify-content: center;
  }

  .meal-sec08 .box {
    width: 35%;
  }

  .meal-sec08 .box p {
    font-size: 1rem;
  }

  .meal-sec08 .text {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: solid 1px #ccc;
  }
}












/**
.meal-bg,
.meal-bg * {
background-color: white !important;
}
**/











/* ===============================
   meal-sec09
================================= */
.meal-sec09 {
    margin:15% 0 0 0;
    position: relative;
}

.meal-sec09 .area {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    gap:5rem;
    z-index: 1;
}

.meal-sec09 .area .wrap {
    width:80%;
    display: flex;
    flex-direction: column;
    gap:2rem;
    margin:0 auto;
}

.meal-sec09 .area .wrap .ttl {
    display: inline-block; /* テキストサイズに合わせる */
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.meal-sec09 .area .wrap .box {
    display: flex;
    justify-content: center;
    gap:2rem;
}

.meal-sec09 .area .wrap .box .grp{
    width:100%;
    display: flex;
    flex-direction: column;
    gap:0.5rem;
}
.meal-sec09 .area .wrap .box .grp h3{
    font-size:1.5rem;
    font-weight: bold;
    border-bottom:solid 1px black;
}

.meal-sec09 .area .wrap .box .grp .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
.meal-sec09 .area {
    gap:3rem;
}
.meal-sec09 .area .wrap {
    width:100%;
    padding-inline:5%;
    gap:1rem;
}
.meal-sec09 .area .wrap .ttl {
    font-size: 1.5rem;
}
.meal-sec09 .area .wrap .box {
    flex-direction: column;
    gap:2rem;
}
.meal-sec09 .area .wrap .box .grp h3{
    font-size:1.25rem;
}
}





/* ===============================
   meal-sec10
================================= */
.meal-sec10 {
    margin:2rem 0 0 0;
    position: relative;
}
.meal-sec10 .area {
    display: flex;
    flex-direction: column;
    position: relative;
    margin:0 auto;
    z-index: 1;
}
.meal-sec10 .wrap {
    display: flex;
    justify-content: center;
    gap:2rem;
}
.meal-sec10 .wrap .image{
    width:100%;
    max-width:1100px;
}
.meal-sec10 .wrap .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
.meal-sec10 .area {
    padding-inline:5%;
}
}





/* ===============================
   meal-sec11
================================= */
.meal-sec11 {
    margin:2rem 0 0 0;
    position: relative;
}
.meal-sec11 .area {
    display: flex;
    flex-direction: column;
    position: relative;
    margin:0 auto;
    z-index: 1;
}
.meal-sec11 .wrap {
    display: flex;
    justify-content: center;
    gap:2rem;
}
.meal-sec11 .wrap p{
    font-side:1rem;
    padding:3rem 5rem;
    border:solid 1px;
}
@media screen and (max-width: 768px) {
.meal-sec11 .area {
    padding-inline:5%;
}
.meal-sec11 .wrap p{
    padding:3rem 2rem;
}
}





/* ===============================
   sp-menu
================================= */
.sp-menu {
    padding:2rem 0 0 0;
    position: relative;
}
.sp-menu .area {
    display: flex;
    flex-direction: column;
    gap:5rem;
    width:80%;
    margin:0 auto;
}
.sp-menu .area .wrap01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1rem;
}
.sp-menu .area .wrap01 .box{
    background: url("../img/meal/other/sp-bg.png") no-repeat center center;
    background-size: cover;
    max-width:350px;
    padding:1.5rem;
    display: flex;
    flex-direction: column;
    gap:0.5rem;
    color:white;
}
.sp-menu .area .wrap01 .box .image{
    width:100%;
}
.sp-menu .area .wrap01 .box .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.sp-menu .area .wrap01 .box .ttl{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom:solid 1px white;
}
.sp-menu .area .wrap01 .box .ttl span{
    font-size: 1rem;
}
.sp-menu .area .wrap01 .box .text{
    font-size: 1rem;
    text-align: left;
}
.sp-menu .area .wrap01 .box .price{
    font-size: 1.25rem;
    text-align: right;
}
    
.sp-menu .area .wrap02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2rem;
    padding-inline:5%;
}
    
.sp-menu .area .wrap02 .ttl{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
    
.sp-menu .area .wrap02 p{
    font-side:1rem;
    padding:3rem 5rem;
    border:solid 1px;
}
@media screen and (max-width: 768px) {
.sp-menu .area {
    width:100%;
    gap:3rem;
}
.sp-menu .area .wrap01 .box{
    max-width:45%;
}
.sp-menu .area .wrap01 .box .ttl{
    font-size: 1.1rem;
}
.sp-menu .area .wrap01 .box .text{
    font-size: 0.8rem;
}
.sp-menu .area .wrap01 .box .price{
    font-size: 1rem;
} 
.sp-menu .area .wrap02 {
    gap:1rem;
}
.sp-menu .area .wrap02 .ttl{
    font-size: 1.25rem;
}  
.sp-menu .area .wrap02 p{
    padding:3rem 2rem;
}
}






/* ===============================
   r-menu
================================= */
.rs-menu {
    padding:2rem 0 0 0;
    position: relative;
}
.rs-menu .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2rem;
}
.rs-menu .area .wrap01 {
    width:80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
}
.rs-menu .area .wrap01 .image{
    width:50%;
    height:100%;
}
.rs-menu .area .wrap01 .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.rs-menu .area .wrap01 .box{
    display: flex;
    flex-wrap: wrap;
    width:50%;
    gap:1px;
}
.rs-menu .area .wrap01 .box .tab{
    width:24%;
}
.rs-menu .area .wrap01 .box .tab img{
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
    
.rs-menu .area .wrap02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2rem;
}
    
.rs-menu .area .wrap02 .ttl{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
    
.rs-menu .area .wrap02 p{
    font-side:1rem;
    padding:3rem 5rem;
    border:solid 1px;
}
@media screen and (max-width: 768px) {
.rs-menu .area {
    padding-inline:5%;
}
.rs-menu .area .wrap01 {
    width:100%;
    gap:1rem;
    flex-direction: column;
}
.rs-menu .area .wrap01 .image{
    width:100%;
}
.rs-menu .area .wrap01 .box{
    width:100%;
    justify-content: center;
}
.rs-menu .area .wrap02 {
    gap:1rem;
}
.rs-menu .area .wrap02 .ttl{
    font-size: 1.25rem;
}  
.rs-menu .area .wrap02 p{
    padding:3rem 2rem;
}
}







/* ===============================
   dess
================================= */
.dess {
    padding:2.5% 0 10% 0;
    position: relative;
}
.dess .area{
}
.dess .area .wrap {
    display: flex;
    justify-content: center;
    gap:2rem;
    width:70%;
    margin:0 auto;
}
.dess .area .wrap .box{
    display: flex;
    flex-direction: column;
    gap:1rem;
}
.dess .area .wrap .box .image{
    width:100%;
}
.dess .area .wrap .box .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.dess .area .wrap .ttl{
    font-size:1.5rem;
    font-weight: bold;
    border-bottom:solid 1px black;
}
.dess .area .wrap .price{
    font-size:1.25rem;
}
.dess .area .wrap .text{
    font-size:1rem;
}
.dess .area .wrap .text span{
    font-size:1rem;
    font-weight: bold;
}
.dess .area .wrap .text a{
    color:blue!important;
    transition:0.5s;
}
.dess .area .wrap .text a:hover{
    opacity:0.5;
}

@media screen and (max-width: 768px) {
.dess {
    padding:5% 0 20% 0;
}
.dess .area{
    padding-inline:5%;
}
.dess .area .wrap {
    flex-direction: column;
    width:100%;
    gap:5rem;
}
}





/* ===============================
   meal-top02
================================= */
.meal-top02 {
  padding:0 0 0 0;
}
.meal-top02 .area {
  display: grid;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.meal-top02 .area h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 5vw, 3rem);
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
  z-index: 1;
}
.meal-top02 .area h1::before {
  content: "";
  position: absolute;
  top: calc(-100vh - 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100vh;
  background-color: #fff;
  z-index: 0;
}
.meal-top02 .area .image {
  grid-area: 1 / 1;
  z-index: 0;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.meal-top02 .area .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.meal-top02 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ←暗さの度合い */
  z-index: 0;
}
@media only screen and (max-width: 768px) {
.meal-top02 .area {
  height: auto;
}
.meal-top02 .area .image {
  height:auto;
}
}

