@charset "UTF-8";

.menu_page_ttl{
  font-size: 1rem;
  padding: 2em 0;
  margin-bottom: 3em;
}
.menu_page_ttl .en {
  font-size: 5em;
}

.page_ttl ._sub {
  display: block;
  font-size: 1.2em;
  margin-top: .8em;
}

@media (min-width: 769px) {

  .page_ttl{
    font-size: 1.2rem;
  }
  
}/* 769 */


/* CATEGORY NAVIGATION =========*/
.c-nav{
  margin: 0 auto 5em;
}
.c-nav ul{
  display:flex;
  justify-content: space-between;
  margin: 0 auto;
}
.c-nav a{
  display: block;
  font-size: 1.2em;
  letter-spacing: .02em;
  line-height: 4.6;
  text-align: center;
  color: #c8beb7;
  border-bottom: 1px solid;
  transition: color .5s;
}
.c-nav .line2{
line-height: 1.6;
height: 65px;
padding-top: 12px;
box-sizing: border-box;
}
.c-nav .current,
.c-nav a:hover{
color: #474246;
}
.c-nav .current{
  font-weight: 600;
}
.c-nav.container::before,
.c-nav.container::after {
  top: 0;
  position: absolute;
  z-index: 9;
  content: "";
  display: block;
  height: 100%;
  width: 4em;
  background-color: #fff;
  opacity: .75;
}
.c-nav.container::before {
  left: 0;
}
.c-nav.container::after {
  right: 0;
}

/*swiper===========*/
.swiper-button-prev,.swiper-button-next{
color: #474246;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 20px;
}


/* MENU LIST ===================== */
.menu_cat_sec:last-of-type {
  margin-bottom: 3em;
}
.menu_cat_ttl{
  position: relative;
  font-size: 1em;
  padding: 1em 0 2em;
  margin-bottom: 3em;
  text-align: center;
}
.menu_cat_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 8em;
  height: 1px;
  background-color: var(--c-black3);
}
.menu_cat_ttl .en{
  display: block;
  font-size: 3.2em;
  font-weight: 500;
}
.menu_cat_ttl .ja{
  font-size: 1.3em;
  display: inline-block;
  font-weight: 300;
  padding: .5em 0;
  /* border-bottom: 1px solid #474246; */
}

.menu_list_block {
  padding: 3em 0;
}
.menu_list_block_ttl{
  font-size: 1em;
  margin-bottom: 2.5em;
}
.menu_list_block_ttl .en{
  display: block;
  font-size: 3.3em;
  line-height: 1.5;
  font-weight: 500;
}
.menu_list_block_ttl .ja{
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
.menu_list {
  width: 100%;
  padding: 1em 0;
  margin: auto;
}

.menu_list_box {
  width: 100%;
  background-color: #DFD5CE;
  text-align: center;
  margin-bottom: 1px;
}
.menu_list_box:nth-of-type(5n+2) {  background-color: #ECE8E2;}
.menu_list_box:nth-of-type(5n+3) {  background-color: #E4DFDD;}
.menu_list_box:nth-of-type(5n+4) {  background-color: #EDE1DB;}
.menu_list_box:nth-of-type(5n+5) {  background-color: #F7F3F2;}

.menu_list_box a{
  display: block;
  padding: 2em 0 2.5em;
}
.menu_pic {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 5 / 4;
}
.menu_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .menu_detail_wrap:hover .pic img {
  transform: scale(1.1);
} */
.menu_detail_wrap {
  padding: .3em 1em 0;
}
.menu_name_en_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1em;
  min-height: 2.8em;
  margin-bottom: .2em;
}
.menu_name_en {
  font-family: var(--font-en);
  font-size: 1em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.3;
}
.menu_name_ja_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  min-height: 3.6em;
  margin-bottom: .5em;
}
.menu_name_ja {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
}
.menu_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  font-size: 1.1em;
  font-weight: 500;
  /* overflow: hidden; */
  margin: .5em auto;
}
.menu_price:last-of-type {
  margin-bottom: 1.2em;
}
.menu_price dt {
  text-align: center;
  min-width: 2.5rem;
}
/* .menu_price:first-of-type dt{
  font-size: .85em;
} */
.menu_price dd {
  letter-spacing: .02em;
  text-align: right;
  min-width: 4rem;
  /* margin-bottom: .2em; */
}

@media (min-width: 769px) {

  .menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 1px;
  }
  .menu_list_box {
    width: calc( (100% - 3px) / 4);
  }
  .menu_price {
    font-size: 1.1em;
  }
  
  .menu_name_en_wrap br, .menu_name_ja br {
    display: none;
  }
}/* 769 */


/* 
.select_box_flex{
  margin-bottom: 3em;
}
.select_box_wrap {
  position: relative;
  border-bottom: 1px solid #ccc;
  max-width: 28em;
}
.select_box_wrap::after {
  position: absolute;
  right: 1em;
  top: -.1em;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: .6em;
  height: .6em;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #6c6c6c;
  transform: rotateZ(-45deg);
  pointer-events: none;
}
.select_box {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  text-transform: none;
  outline:0;

  font-family: var(--font-comp);
  font-size: 1.3em;
  font-weight: 500;
  padding: 1.1em 2em 1.1em 0;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 769px) {

  .menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 1px;
  }
  .menu_list_box {
    width: calc( (100% - 3px) / 4);
  }

  .select_box_flex {
    display: flex;
    gap: 2em;
  }
  
} */



/* MENU PAGE =========*/
.menu_page_contents{
  background-color: var(--c-bg);
  padding: 7em 1em 5em;
}
.menu_info_block{
  position: relative;
  background-color: #fff;
  padding: .5em ;
}
.menu_info_inner {
  padding: 0 1em;
}

/* menu_back_btn ==========*/
.menu_back_btn {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  width: 3.8em;
  height: 3.8em;
  margin-right: .2em;
  margin-left: auto;
  margin-bottom: .4em;
}
.menu_back_btn::before, .menu_back_btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.5px;
  height: 2.8em;
  background-color: #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_back_btn::before {
  transform: rotateZ(45deg);
}
.menu_back_btn::after {
  transform: rotateZ(-45deg);
}

.menu_info_detail{
  padding: 1.2em 0;
}
.menu_info_detail .menu_name_ja_wrap {
  font-size: 1.6em;
}

.menu_info_copy{
  font-size: 1em;
  line-height: 1.8;
  padding: 1em 0;
}
.menu_info_copy p{
  padding: .25em 0;
}


/* menu_store_list ==========*/
.menu_store_list_block {
  padding: 1em 0;
  text-align: left;
}
.menu_store_list_block p{
  color: var(--c-grey-txt);
}
.menu_store_list{
  font-family: var(--font-en);
  padding: .3em 0;
}
.menu_store_list li{
  padding: .1em 0;
}
.menu_info_img{
  width: 100%;
  aspect-ratio: 1/1;
  padding: 1.5em;
  background-color: #DFD5CE;
}

.menu_info_block[data-cat="morning"] .menu_info_img {
  background-color: transparent;
  padding: 0;
}
.menu_info_block[data-cat="morning"] .menu_info_img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.menu_info_block[data-cat="side_menu"] .menu_info_img {
  padding: 4.5em;
}
.menu_info_block[data-cat="parfait"] .menu_info_img {
  aspect-ratio: initial;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 769px) {
  .menu_page_contents {
    padding: 13em 4em 9em;
  }
  /* .menu_info_block {
    padding: .5em 4em 4.5em;
  } */
  .menu_info_inner{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    padding: 0 4em 4em;
  }
  .menu_info_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_info_detail{
    width: 44%;
  }
  .menu_info_detail .menu_name_en_wrap,
  .menu_info_detail .menu_name_ja_wrap{
    justify-content: flex-start;
  }
  .menu_info_detail .menu_name_ja_wrap {
    font-size: 1.8em;
  }
  .menu_info_detail .menu_price{
    justify-content: flex-start;
  }
  .menu_info_detail .menu_name_ja{
    text-align: left;
  }
}/* 769 */
