@charset "utf-8";


/* container_wrap
-------------------------------------------------- */
.container_wrap{
  position: relative;
}
@media print, screen and (min-width:768px){
  .container_wrap{
    padding-top: 100px;
  }
}
@media screen and (max-width:767px){
  .container_wrap{
    padding-top: 71px;
  }
}

/* --------------------------------------------------

container

-------------------------------------------------- */
#container{
  /* padding-top: 15px; */
  padding-bottom: 0px;
}

/* main_content
-------------------------------------------------- */
.main_content{
  position: relative;
  z-index: 1;
  background-image: url(/m_menu/new/251126_fungui/images/bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  overflow: hidden;
}
.main_content .content_block{
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width:768px){
  .main_content{
    /* padding-bottom: 80px; */
  }
}

.mv{
  text-align: center;
}
.mv img{
  width: 100%;
}
.area_btn{
  display: flex;
  justify-content: center;
}
.area_btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 50px;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.area_btn a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}
.bnr_area .bnr a img{
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.1));
}
.list_note{
	text-indent: -1em;
	padding-left: 1em;
  color: #fff;
}

@media print, screen and (min-width:768px){
  .mv_area{
  }
  .area_btn_wrap{
    padding-bottom: 160px;
  }
  .area_btn a{
    min-width: 240px;
    min-height: 60px;
    padding: 1.2em 3.7em;
  }
  .area_btn + .area_btn{
    padding-top: 20px;
  }
  .list_note{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .mv{
    /* padding-bottom: 15px; */
  }
  .area_btn_wrap{
  }
  .area_btn a{
    width: 89%;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .list_note{
    font-size: 10px;
  }
}


/* area_btn */
.area_btn{
  display: flex;
  justify-content: center;
}
.area_btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 50px;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.area_btn a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}
.list_note{
	text-indent: -1em;
	padding-left: 1em;
}

@media print, screen and (min-width:768px){
  .area_btn a{
    width: 300px;
    height: 60px;
    min-width: 240px;
    min-height: 60px;
    padding: 1.2em 3.7em;
  }
  .list_note{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .area_btn_wrap{
    padding-bottom: 70px;
  }
  .area_btn a{
    width: 89%;
    height: 50px;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .area_btn a img{
    height: 28px;
  }
  .area_btn + .area_btn{
    padding-top: 15px;
  }
  .list_note{
    font-size: 10px;
  }
}

/*.page_top_area */
.page_top_area{
}
.page_top_area .list_note{
  color: #222;
}
.page_top_area .copy{
  line-height: 1;
}
@media print, screen and (min-width:768px){
  .page_top_area{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .page_top_area{
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* .bg_area */
.bg_area_01{
  background: url(/m_menu/new/251126_fungui/images/bg_01.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}
.bg_area_02{
  background: url(/m_menu/new/251126_fungui/images/bg_02.jpg);
  background-repeat: repeat-y; 
  background-size: 100%;
}
.bg_area_03{
  background: url(/m_menu/new/251126_fungui/images/bg_03.jpg);
  background-repeat: repeat-y; 
  background-size: 100%;
}
@media print, screen and (min-width:768px){
  .bg_area_01,
  .bg_area_02{
    padding: 80px 0;
  }
}
@media screen and (max-width:767px) {
  .bg_area_01,
  .bg_area_02{
    padding: 40px 0;
  }
  .bg_area_03{
    background: url(/m_menu/new/251126_fungui/images/bg_03.jpg);
    background-repeat: repeat-y; 
    background-size: auto;
  }
}

/* メニュー
-------------------------------------------------- */
.menu_border{
  background-color: rgba(255, 255, 255, 0.86);
}
.menu_border.second{
  background-color: #FFF5E1;
}
.menu_border.third,
.menu_border.inner{
  background: #FEEFE5;
}
.menu_border p em{
  color: #E72410;
}
.item_ttl{
  margin: 0 auto;
  text-align: center;
}
.menu_item_list{
  display: flex;
  flex-wrap: wrap;
}
.menu_item_list .menu_item{
  color: #222222;
}
.menu_item_list .menu_item a{
  color: #222222;
}
.menu_item_list .menu_item .area_btn a{
  color: #3A1313;
}
.second_block .menu_item_list .menu_item a{
  color: #3A1313;
}
.menu_item_list .menu_item .heading{
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 15px; */
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.menu_item_list .menu_item .item_name{
  font-weight: bold;
  letter-spacing: 0.16em;
  background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 8px);
}
.second_block .menu_item_list .menu_item .item_name{
  background-image: linear-gradient(to right,#3A1313, #3A1313 2px, transparent 2px, transparent 8px);
}
.menu_item_list .menu_item .data{
  margin-top: 15px;
}
.menu_item_list .menu_item .price_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu_item_list .menu_item .price_wrap p{
  line-height: 1.2;
}
.menu_item_list .menu_item .price_wrap .price_block p + p{
  margin-top: 0.5em;
}
.menu_item_list .menu_item .price_wrap .price{
  letter-spacing: 0.16em;
  font-weight: bold;
}
.menu_item_list .menu_item .data .item_txt{
  display: block;
  text-align: center;
}
.menu_item_list .menu_item .tweet_txt {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width:768px){
  .item_bg01,
  .item_bg02,
  .item_bg03,
  .item_bg04,
  .item_bg05,
  .item_bg06{
    position: absolute;
    overflow: hidden;
  }
  .item_bg01{
    top: 260px;
    left: -107px;
  }
  .item_bg02{
    top: 305px;
    right: -49px;
  }
  .item_bg03{
    top: 317px;
    left: -83px;
  }
  .item_bg04{
    top: 298px;
    right: -73px;
  }
  .item_bg05{
    top: 292px;
    left: -53px;
  }
  .item_bg06{
    top: 298px;
    right: -82px;
  }
  .item_ttl{
    padding-top: 70px;
  }
  .menu_border{
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 20px;
  }
  .menu_border.first{
    margin: 60px auto 0;
    border: solid 4px #009BBC;
  }
  .menu_border.second{
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_03.png) ;
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_02.png) ;
    border-image-slice: 100 fill;
    border-image-width: 100px;
    border-image-repeat: round;
    border-radius: 16%;
  }
  .menu_border.third{
    padding: 10px;
  }
  .menu_border.inner{
    max-width: 1100px;
    padding: 0 40px;
    border: solid 4px #872834;
    border-radius: 30px;
  }
  .menu_item_list {
    padding-bottom: 70px;
  }
  .menu_item_list .menu_item{
    width: 47%;
    margin-top: 63px;
    padding: auto 25px 20px 25px;
  }
  .menu_item_list .menu_item:nth-child(2n-1){
    margin-right: 6%;
  }
  .menu_item_list .menu_item:nth-child(-n+2){
    margin-top: 0;
  }
  .menu_item_list .menu_item .item_img{
    position: relative;
    /* width: 450px; */
    width: 67.6%;
    max-width: 318px;
  }
  .menu_item_list .menu_item .data .item_txt{
    height: 9em;
    margin-top: 18px;
    text-align: left;
  }
  .first .menu_item_list .menu_item .data .item_txt{
    height: 13em;
  }
  .second .menu_item_list .menu_item .data .item_txt{
    height: 9em;
  }
  /* .menu_item_list .menu_item .item_img img{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  } */
  .menu_item_list .menu_item .heading{
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-image: linear-gradient(to right,#fff, #fff 2px, transparent 2px, transparent 8px);
    background-image: linear-gradient(to right, #CCC, #CCC 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .heading_block{
    /* width: calc(100% - 90px); */
    width: 100%;
    margin-top: 25px;
  }
  .menu_item_list .menu_item .item_name{
    margin: 12px auto 0 auto;
    font-size: 18px;
    padding-bottom: 18px;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #CCC, #CCC 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .price_wrap{
    justify-content: center;
    margin-top: 11px;
    padding-bottom: 16px;
    font-weight: bold;
  }
  .menu_item_list .menu_item .price_wrap .price_block{
    width: 71%;
  }
  .menu_item_list .menu_item .price_wrap .price_block:nth-child(2n){
    width: 60%;
  }
  .menu_item_list .menu_item .price_wrap .price{
    font-size: 18px;
  }
  .menu_item_list .menu_item .tweet_txt {
    font-weight: bold;
  }
  .menu_item_list .menu_item .tweet_txt .btn_tweet img{
    width: 75px;
    height: 20px;
    margin: 0.25em 0.25em 0;
  }
}
@media screen and (max-width:767px){
  .menu_border{
    margin: 0 auto;
    padding: 0 23.9px 40px;
    font-size: 12px;
    border-radius: 20px;
  }
  .menu_border.first{
    margin: 30px auto 0;
    border: solid 2px #009BBC;
  }
  .menu_border.second{
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_03_sp.png) ;
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_02_sp.png) ;
    border-image-slice: 100 fill;
    border-image-width: 50px;
    border-image-repeat: round;
    border-radius: 16%;
  }
  .menu_border.third{
    padding: 6px;
  }
  .menu_border.inner{
    margin: 0 auto;
    padding: 0 14px 40px;
    border: solid 2px #872834;
  }
  .item_ttl{
    width: 64.48%;
    max-width: 187px;
  }
  .menu_item_list .menu_item{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 17px;
    border-radius: 7px;
  }
  .menu_item_list .menu_item:first-child{
    margin-top: 0;
  }
  .menu_item_list .menu_item:last-child{
    padding-bottom: 0;
  }
  .menu_item_list .menu_item .item_img{
    width: 96.3%;
    max-width: 265px;
    margin-bottom: 15px;
    text-align: center;
  }
  .menu_item_list .menu_item .heading{
    flex-direction: column;
    align-items: center;
    /* padding-top: 30px; */
    background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 8px);
  }
  .menu_item_list .menu_item .heading_block{
    width: 100%;
    padding-bottom: 14px;
  }
  .menu_item_list .menu_item .data {
    margin-top: 15px;
  }
  .menu_item_list .menu_item .data .item_txt{
    text-align: left;
  }
  .menu_item_list .menu_item .item_name{
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .menu_item_list .menu_item .price_wrap{
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .menu_item_list .menu_item .price_wrap p{
    font-size: 10px;
  }
  .menu_item_list .menu_item .price_wrap .price {
    font-size: 14px;
  }
  .menu_item_list .menu_item .area_btn{
    margin-top: 20px;
  }
}


/* lead
-------------------------------------------------- */
.lead_main{
  position: relative;
  color: #FFF6E0;
  font-weight: bold;
  background-color: #E72410;
}
.lead_main .img_ttl{
  position: absolute;
}
.lead_main .img_top,
.lead_main .img_btm{
  text-align: center;
}
@media print, screen and (min-width:768px){
  .lead_wrap{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .lead_main{
    line-height: 2.22;
    letter-spacing: 0.16em;
    width: 738px;
    margin: 61px auto 0;
    padding: 0 120px;
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_01.png) ;
    border-image-slice: 100 fill;
    border-image-width: 100px;
    border-image-repeat: round;
    border-radius: 16%;
  }
  .lead_main .img_ttl{
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .lead_main .img_top{
    margin: 0 auto;
    padding: 57px 0 20px;
  }
  .lead_main .txt{
    padding: 20px 0;
    border-top: 1px solid #FDF3DF;
    border-bottom: 1px solid #FDF3DF;
  }
  .lead_main .img_btm{
    text-align: center;
    margin: 20px auto 0;
    padding-bottom: 50px;
  }
  .lead_main .img_right{
    position: absolute;
    bottom: 86px;
    right: 103px;
    width: 99.65px;
    height: 69.57px;
  }
}
@media screen and (max-width:767px) {
  .lead_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lead_main{
    line-height: 1.8333333;
    letter-spacing: 0.16em;
    width: 100%;
    margin: 35.5px auto 0;
    padding: 0 50px;
    border-image-source: url(/m_menu/new/251126_fungui/images/bd_01_sp.png) ;
    border-image-slice: 100 fill;
    border-image-width: 50px;
    border-image-repeat: round;
    font-size: 12px;
    border-radius: 13%;
  }
  .lead_main .img_ttl{
    width: 24.4615%;
    max-width: 80px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .lead_main .img_top{
    width: 19.79111%;
    max-width: 44.53px;
    margin: 0 auto;
    padding: 37.8px 0 12.5px;
  }
  .lead_main .txt{
    padding: 20px 0;
    border-top: 1px solid #FDF3DF;
    border-bottom: 1px solid #FDF3DF;
  }
  .lead_main .img_btm{
    width: 11.777%;
    max-width: 26.835px;
    text-align: center;
    margin: 12.5px auto 0;
    padding-bottom: 30px;
  }
  .lead_main .img_right{
    position: absolute;
    bottom: 57px;
    right: 45.5px;
    width: 20%;
    max-width: 65px;
  }
}

.bg_beige{
  background-color: #FFF5E1;
}
