@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h2 {
	line-height: 1.3;
}

.site-body p {
	line-height: 1.7em;
}
.site-body li {
	margin-bottom: 0;
	margin-top: 0;
}
.page .site-body {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	padding: 0;
}
.page .site-body {
    padding: 0;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}


/*メニュー********************************************/
.menu_list_sttl {
	font-size: 30px;
	margin-bottom: 20px;
}
.menu_note {
	font-size: 18px;
	font-weight: 300;
}

.b_info_ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.b_info_li {
	width: 50%;
	padding: 12px;
}



.menu-bnr {
  margin-bottom: 1em;
}
.menu_box {
	padding: 18px;
	border: 1px solid #000;
	border-radius: 20px;
}
.menu_box .thum_img {
  text-align: center;
	width: 100%;
	padding-top: 66.5%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.menu_box .thum_img img {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
	width: 100%;
  height: auto;
}

 



.menu_box .gold {
  background: url(../img/menu/menu_point_icon_gold.png) no-repeat left top #f4ebd3;
  color: #a98c3c;
}
.menu_box .orange {
  background: url(../img/menu/menu_point_icon_orange.png) no-repeat left top #fbe8e0;
  color: #dc6432;
}
.menu_box .redpurple {
  background: url(../img/menu/menu_point_icon_redpurple.png) no-repeat left top #fbe5ea;
  color: #951c34;
}

  .menu_box .point {
		font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 6px 0 40px;
		font-size: 14px;
		background-size: 36px;
		margin-top: 8px;
		margin-bottom: 4px;
  }

.item_det {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.menu_box .name_price {
    flex: 1;
}

.name_price h4 {
  font-weight: 600;
	font-size: 25px;
	text-align: left;
	margin-bottom: 4px;
}
.menu_box .price {
  color: #e40012;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}


.menu_box .price small {
  font-size: 14px;
}




.menu_box .num {
  width: 82px;
  height: 86px;
  background: url(../img/menu/menu_num_bg.png) no-repeat center / 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.menu_box .num p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1;
}
.menu_box .num p span {
  display: block;
  text-align: center;
  font-size: 14px;
}

.menu_box .comment {
  border-top: 1px dotted #cf974d;
  padding-top: 10px;
  margin-top: 10px;
	font-size: 14px;
}
 

/*メニュー********************************************/
/*温め方********************************************/
.howto_cont {
	width: 100%;
	padding: 20px 45px;
	border: 2px solid #F4D97A;
	border-radius: 10px;
}
.howto_sttl {
	font-size: 24px;
	margin-bottom: 35px;
}
.howto_com {
	font-size: 18px;
	
	align-items: center;
    display: flex;
    justify-content: center;
}
.howto_com::before , .howto_com::after {
	width: 20px;
    height: 1px;
    content: "";
    background-color: #000;
    border-radius: 1px;
}
.howto_com::before {
    margin-left: 0.1em;
    transform: rotate(60deg);
}
.howto_com::after {
    margin-left: 0.1em;
    transform: rotate(-60deg);
}
.howto_det {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.howto_note {
	width: 80%;
	font-size: 18px;
	font-weight: 600;
}
.howto_note span {
	font-size: 16px;
}
.howto_img {
	width: 20%;
	padding: 0 0 0 30px;
}
.howto_img img {
	width: 100%;
}
/*温め方********************************************/

/****************************************************/
/****************** media queries *******************/
/****************************************************/

@media screen and (max-width: 1500px) {

}
/********************************************/
/************ max-width: 1200px *************/
/********************************************/
@media screen and (max-width: 1200px) {

}

/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	
}

/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	
		/*メニュー********************************************/
	.b_info_li {
    padding: 8px;
}
	.menu_box {
    padding: 16px;
   
}
	.name_price h4 {
    font-size: 20px;
  }
	.menu_box .num {
    width: 70px;
    height: 80px;
		margin-left: 6px;
}

/*メニュー********************************************/
/*温め方********************************************/
.howto_img {
	padding: 0 0 0 20px;
}
/*温め方********************************************/
}


/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {
/*メニュー********************************************/
.b_info_ul {
    display: block;
}
	.b_info_li {
		width: 470px;
		margin: 0 auto;
	}
/*メニュー********************************************/
/*温め方********************************************/
.howto_det {
	display: block;
	}
	.howto_note {
	width: 100%;
	font-size: 16px;
}
.howto_note span {
	font-size: 14px;
}
.howto_img {
	width: 50px;
	padding: 20px 0 0;
	margin: 0 auto;
}
/*温め方********************************************/

}


/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*スマホ*/
@media screen and (max-width: 640px) {
/*メニュー********************************************/
	.b_info_li {
		width: 100%;
	}
	.menu_list_sttl {
    font-size: 26px;
		margin-bottom: 6px;
}
	.menu_note {
    display: inline-block;
    line-height: 1.6;
}
	.menu_box .point {
    font-size: 12px;
    background-size: 36px;
    margin-top: 8px;
    margin-bottom: 4px;
}
	.menu_box .num p {
    font-size: 22px;
}
	.menu_box .num {
        width: 60px;
		height: 70px;
    }
	.menu_box .price {
    font-size: 22px;
}
/*メニュー********************************************/
/*温め方********************************************/
.howto_cont {
    padding: 20px;
}
	.howto_sttl {
    font-size: 20px;
    margin-bottom: 20px;
}
	.howto_com {
    font-size: 16px;
}
/*温め方********************************************/

}



