@charset "utf-8";

@media print, screen and (min-width:768px){
  .drink{
    margin-top: 40px;
  }
}

@media screen and (max-width:767px) {
  .drink{
    margin-top: 38px;
  }
}

/* menu_block */
.menu_block {
  margin: 60px 0 0;
  /* padding: 30px 0; */
  border-radius: 40px;
  overflow: hidden;
}
.menu_block .menu_block_wrap{
  padding: 0 25px;
  box-sizing: content-box;
}
.article_wrap {
  max-width: 1120px;
  margin: 0 auto;
}
@media print, screen and (min-width:768px){
  .menu_block_top {
    padding: 60px 60px 30px 60px;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width:767px) {
  .menu_block {
    border-radius: 20px;
    margin: 40px 0 0;
  }
  .menu_block .menu_block_wrap {
    padding: 30px 25px 15px;
  }
}

/* menu_block_01 */
.menu_block_01  {
  /* background: url(/m_menu/set_menu/images/bg_menu_block01.jpg) top center repeat-y; */
  padding: 52px 0 60px;
}
.ttl_sub_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 10px;
  background: #FFF096;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #551900;
}
.box_01 {
  background: #fff;
  margin: 40px 0 0;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width:767px) {
  .menu_block_01 {
    padding: 30px 0;
  }
  .ttl_sub_01 {
    font-size: 13px;
    height: 45px;
    border-radius: 5px;
  }
  .box_01 { 
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 10px;
  }
}

/* menu_block_02 */
.menu_block_02  {
  background: #FEF5E4;
  background-size: 100%;
  border: solid 1px #643A0E;
}
.menu_block_02 .menu_block_top{
  background: #C5E9F8;
  overflow: hidden;
}
.menu_block_02 .c_list_note li {
}
.note_01 {
  color: #551900;
}
.list_wrap{
  margin: 40px 0 0;
}
.products_list_01{
  /* margin: 40px 0 0; */
  /* border-radius: 20px; */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.products_list_01 ul + ul{
  border-top: 1px solid #222;
}
.products_list_01 li {
  position: relative;
  border-top: 1px solid #222;
}
.box_02 {
  /* margin: 30px 0 0; */
  /* padding: 12px 30px 30px; */
  padding: 30px 30px 30px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.box_02_top{
  padding: 8px 30px 7px;
  margin-top: 30px;
  background-color: #6A3A15;
  border-radius: 20px 20px 0 0;
}
.ttl_sub_02 {
  font-size: 22px;
  font-weight: bold;
  color: #FFF0CB;
}
.drinks_list {
  display: flex;
  flex-wrap: wrap;
  /* margin: 1em 0 0; */
}
.drinks_list li {
  width: 50%;
  margin-top: 0.8em;
  color: #5B1700;
  line-height: 1.2;
}
.drinks_list .att{
  font-size: 10px;
}

@media print, screen and (min-width:768px){
  .menu_block_02{
    padding-bottom: 60px;
  }
  .menu_block_02 .menu_block_top{
    padding: 60px 60px 30px 60px;
    border-radius: 40px 40px 0 0;
  }
  .list_wrap{
    display: flex;
  }
  .ttl_list_01{
    display: flex;
    flex-direction: column;
  }
  .products_list_01 ul{
    display: flex;
    flex-wrap: wrap;
  }
  .products_list_01 li.w-174{
    width: 17.4%;
  }
  .products_list_01 li.w-17{
    width: 17%;
  }
  .products_list_01 li.w-41{
    width: 41.4%;
  }
  .products_list_01 li.w-33{
    width: 33%;
  }
  .products_list_01 .col2 li {
    width: 50%;
  }
  .products_list_01 .col3 li {
    width: 33.33%;
  }
  .products_list_01 .col2 li:nth-child(-n+2),
  .products_list_01 .col3 li:nth-child(-n+3){
    border-top: 0;
  }
  .products_list_01 .col2 li::before,
  .products_list_01 .col3 li::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .products_list_01 .col2 li:nth-child(2n):before,
  .products_list_01 .col3 li:nth-child(3n):before{
    content: none;
  }
  .drinks_list li:nth-child(-n+2){
    margin-top: 0;
  }
  .box_02_top{
    padding: 8px 30px 7px;
  }
}

@media screen and (max-width:767px) {
  .menu_block_02 {
    padding-bottom: 30px;
  }
  .menu_block_02 .menu_block_wrap .menu_block_top{
    border-radius: 20px 20px 0 0;
  }
  .menu_block_02 .product_set {
    margin: 30px 0 0;
  }
  .box_02_top{
  padding: 4px 25px;
  }
  .box_02 {
    padding: 20px 25px 25px;
    /* margin: 20px 0 0; */
    border-radius: 0 0 10px 10px;
  }
  .ttl_sub_02 {
    font-size: 14px;
  }
  .drinks_list li {
    width: 100%;
  }
  .products_list_01 {
    margin: 25px 0 0;
    border-radius: 10px;
  }
  .products_list_01 li {
    width: 100%;
  }
  .products_list_01 li:first-child{
    border-top: 0;
  }
  .drinks_list li:first-child{
    margin-top: 0;
  }
  .drinks_list .att{
    white-space: nowrap;
    text-align: right;
  }
}
/* menu_block03 */
.menu_block_03 {
  padding: 0 0 60px;
  border: solid 1px #643A0E;
}
.menu_block_03 {
  padding-bottom: 60px;
  background-size: 100%;
}
.menu_block_03{
  background: url(/m_menu/set_menu/images/bg_menu_block03.jpg) bottom center repeat-y;
}
.menu_block_03 .menu_block_top{
  background: url(/m_menu/set_menu/images/menu_block_top_03.jpg) top center repeat-y;
  overflow: hidden;
}
.menu_block_03 .menu_block_top .ttl_img_01{
  width: 100%;
}
.menu_block_03 .c_list_note{
  color: #5B1700;
}
.product_content {
  margin: 40px 0 0;
}
.box_03 {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.products_list_02 {
  display: flex;
  justify-content: space-between;
}
.products_list_02 > li {
  position: relative;
  width: 450px;
  margin: 0 55px 0 0;
  padding: 0 0 20px;
}
.products_list_02:nth-child(1) > li {
  margin-bottom: 40px;
}
.products_list_02 > li p {
  text-align: center;
}
.products_list_02 > li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  height: 100%;
  width: 5px;
  background: url(/m_menu/set_menu/images/bg_dot01.png) top center repeat-y;
  background-size: 100%;
}
.products_list_02:last-child > li:last-child {
  margin: 0;
  padding: 0;
}
.products_list_02 > li .ttl_prod {
  display: flex;
  justify-content: center;
  min-height: 80px;
  border-bottom: 4px solid #E43C00;
  font-size: 18px;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
/* for IE Fix */
.products_list_02 > li .ttl_prod:after{
  content:'';
  min-height:inherit;
  font-size:0;
}
.note_02 {
  color: #E7372F;
}
.products_list_03 {
  display: flex;
  justify-content: space-between;
}
.products_list_03 > li {
  position: relative;
  width: 311px;
  margin: 0 55px 0 0;
}
.products_list_03 > li:after {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  height: 100%;
  width: 5px;
  background: url(/m_menu/set_menu/images/bg_dot01.png) top center repeat-y;
  background-size: 100%;
}
.products_list_03 > li:last-child::after{
  display: none;
}
.products_list_03 > li:last-child {
  margin: 0;
}
.products_list_03 .att{
  display: block;
  font-size: 10px;
}
.products_list_03 .att.initial {
  display: initial;
}
.products_list_03 > li {
  position: relative;
  width: 311px;
  margin: 0 55px 0 0;
}
@media print, screen and (min-width:768px){
  .menu_block_03{
  }
  .menu_block_03 .ttl_block_wrap{
  }
  .menu_block_03 .product_set{
    text-align: center;
  }
  .products_list_03 .col2{
    width: 50%;
  }
  .products_list_03 > .col2:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    height: 100%;
    width: 5px;
  }
  .menu_block_03 .products_list_03 > .col2:after {
    content: none;
  }
}
@media screen and (max-width:767px) {
  .menu_block_03 {
    padding: 0 0 30px;
    /* background: url(/m_menu/set_menu/images/bg_menu_block03_btm_sp.jpg), #FFFFFF; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 20px;
  }
  .menu_block_03:has(.js-acc.open){
    background: url(/m_menu/set_menu/images/bg_menu_block03.jpg) bottom center no-repeat;
  }
  .menu_block_03 .ttl_block_wrap{
  }
  .menu_block_03 .produ.ct_set{
    text-align: center;
  }
  .products_list_02 {
    flex-wrap: wrap;
  }
  .products_list_02 > li {
    width: 100%;
    margin: 0 0 18px;
  }
  .products_list_02:nth-child(1) > li {
    margin-bottom: 18px;
  }
  .products_list_02:not(:last-child) > li:after {
    content: "";
    position: absolute;
    right: 0;
    left: -20px;
    top: auto;
    bottom: 0;
    height: 2.5px;
    width: 150%;
    background: url(/m_menu/set_menu/images/bg_dot02.png) left center repeat-x;
    background-size: 8px 2.5px;
  }
  .products_list_02:last-child > li:not(:last-child):after {
    right: 0;
    left: -20px;
    top: auto;
    bottom: 0;
    height: 2.5px;
    width: 150%;
    background: url(/m_menu/set_menu/images/bg_dot02.png) left center repeat-x;
    background-size: 8px 2.5px;
  }
  .products_list_02 > li .ttl_prod {
    min-height: 0;
    padding: 0 0 12px;
    font-size: 15px;
    border-width: 2px;
  }
  .box_03 {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .product_content {
    margin: 15px 0 0;
  }
  .product_content:first-child {
    margin: 25px 0 0;
  }
  .product_content:first-child h4 {
    width: 68.40vw;
  }
  .products_list_03 {
    flex-wrap: wrap;
  }
  .products_list_03 > li {
    width: 100%;
    margin: 0;
    padding: 22px 0 20px;
  }
  .products_list_03 > li:after{
    right: 0;
    left: -25px;
    top: 0;
    height: 2.5px;
    width: calc(100% + 50px);
    background: url(/m_menu/set_menu/images/bg_dot02.png) left center repeat-x;
    background-size: 8px 2.5px;
  }
  .products_list_03:nth-child(1) > li.none:after{
    background-image: none;
  }
  .products_list_03 > li:last-child::after {
    display: block;
  }
  .products_list_03 > li:last-child {
    padding: 20px 0 0;
  }
  .menu_block_03 .products_list_03 > .col2:after {
    content: none;
  }
}

/* bnr_block_wrap*/
.bnr_block_wrap {
  margin: 40px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.bnr_block_wrap[data-num="1"]{
  border: 2px solid #530000;
}
.bnr_block_wrap[data-num="2"]{
  border: 2px solid #5F380A;
}
.bnr_block_wrap .bnr_block_01 {
}
.bnr_block_wrap[data-num="1"] .bnr_block_01 {
}
.bnr_block_wrap .bnr_block_02 {
  padding-top: 30px;
}
.bnr_block_wrap[data-num="1"] .bnr_block_02 {
  background: #FFE1E8;
}
.bnr_block_wrap[data-num="2"] .bnr_block_02 {
  background: #F1D7B9;
}
.bnr_block_wrap .bnr_block_02 .c_ttl_bold_03{
  margin-top: 0;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #530000;
}
.bnr_block_wrap .bnr_block_02 .btn_block .btn_icon_shop a{
  min-width: 360px;
}
.bnr_block_wrap .box_04 {
  padding: 25px 20px 20px;
}
.bnr_block_wrap[data-num="1"] .box_04 {
  background: #FFE1E8;;
}
.bnr_block_wrap[data-num="2"] .box_04 {
  background: #F1D7B9;
}
.list_01 {
  margin: 0;
  color: #222222;
  text-indent: -1em;
  padding-left: 1em;
}
.list_01 li {
  font-size: 16px;
  margin-top: 0;
}
.list_01 li + li {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .bnr_block_wrap {
    margin: 30px 0 0;
  }
  .bnr_block_wrap .bnr_block_01 {
  }
  .bnr_block_wrap .bnr_block_02 .btn_block .btn_icon_shop a{
    min-width: auto;
  }
  .box_04 {
    padding: 25px;
  }
  .list_01 li {
    font-size: 12px;
  }
}

.ttl_img_01 {
  text-align: center;
}
.img_01 {
  max-width: 100%;
  text-align: center;
}
.product_set {
  margin: 38px 0 0;
}
@media print, screen and (min-width:768px){

}
@media screen and (max-width:767px) {
  .ttl_img_01 {
    width: 72%;
    margin: 0 auto;
  }
  .img_01 img {
    width: 100%;
  }
}

.ico_chili::before {
  content: "";
  display: inline-block;
  background: url(/m_menu/set_menu/images/ico_chili.png) top left no-repeat;
  background-size: 100%;
  width: 23.26px;
  height: 24.51px;
  vertical-align: middle;
}

/* custom accordion */
.menu_accord {
  margin: 40px 0 0;
}
.menu_accord .acc_btn{
  display: block;
  width: 100%;
  padding: 19px 27px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.acc_area .menu_accord .acc_btn:after {
  right: 28px;
}

.close_text {
  display: none;
}
.def_text{
  display: inline;
}

.js-acc.open .close_text {
  display: inline;
}
.js-acc.open .def_text{
  display: none;
}


@media screen and (max-width:767px) {
  .menu_accord {
    margin: 30px 0 0;
  }
  .menu_accord .acc_btn {
    padding: 13px 0;
  }
  .acc_area .menu_accord .acc_btn:after {
    right: 11px;
  }
  .ico_chili::before {
    width: 19.16px;
    height: 20.19px;
  }
}

@media screen and (min-width: 768px) {
  .box_01 *[class*="clm2_"] .clm {
    width: 49.13%;
  }
}