/**************************************/
/*    テイクアウト
/**************************************/
/* index,detail,cart */
#takeout_layout .menu_category_list{
	position: sticky;
	top: 0px;
	display: flex;
	width: 100%;
	height:48px;
	line-height: 48px;
	background-color: white;
	overflow-x: scroll;
    z-index: 1;
}
#takeout_layout .menu_category_list .menu_category_list_item{
	padding: 0px 12px;
	flex-shrink: 0;
}
#takeout_layout .menu_category_list .menu_category_list_item a.active{
	color: #0A8647;
	font-weight: bold;
	border-bottom: 2px solid #0A8647;
}
#takeout_layout .menu_category_description{
	padding:10px 16px;
}

/* アルコールポップアップ */
#takeout_layout .alcohol_caution_box{
	color: white;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	padding: 12px;
	border-radius: 12px;
	background-color: #e6260d;
}
#takeout_layout .alcohol_caution_box .alcohol_caution_en{
	color: #CCC;
	font-size: 12px;
	margin-top: 12px;
}
#takeout_layout .alcohol_box{
	line-height: 150%;
	text-align: center;
	margin-top: 24px;
}
#takeout_layout .alcohol_box .alcohol_en{
	font-size: 12px;
	margin-top: 4px;
}

/*  menu list  */
#takeout_layout .menu_list_box{
	padding: 8px 0px 24px;
}
#takeout_layout .menu_list_box .menu_category_title{
	line-height: 20px;
	padding-left: 12px;
}
.menu_list_box .menu_list_item{
	padding:8px 8px;
	margin: 8px auto;
	width: calc(100% - 16px);
	background-color:rgba(207,215,211,0.4);
	border-radius: 12px;
}
.menu_list_box .menu_list_item:last-child{
	margin-bottom: 0px;
}
.menu_list_box .menu_list_item .menu_list_item_img{
	width: 96px;
	height: 96px;
	overflow: hidden;
}
.menu_list_box .menu_list_item .menu_list_item_img .item_no_image{
	line-height: 96px;
	text-align: center;
	width:96px;
	height:96px;
	background-color:#BBB;
	border-radius:8px;
}
.menu_list_box .menu_list_item .menu_list_item_img img{
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.menu_list_box .menu_list_item .menu_list_item_detail{
	color: #000;
	padding-top:10px;
	padding-left: 12px;
	width: calc(100% - 96px);
}
.menu_list_box .menu_list_item .menu_list_item_detail .menu_list_item_name{
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 8px;
}
.menu_list_box .menu_list_item .menu_list_item_detail .menu_list_item_price{
	font-weight: bold;
	margin-bottom: 8px;
}
.menu_list_box .menu_list_item .menu_list_item_detail .menu_list_item_price.recommend_item{
	display: inline-block;
	color:#FFF;
	padding:4px 8px 2px;
	background-color:#0A8647;
}
.menu_list_box .menu_list_item .menu_list_item_detail .menu_list_item_description{
	color: #8D928F;
}

#takeout_layout .menu_call_box{
	position: fixed;
	left: 8px;
	bottom: 84px;
}
#takeout_layout .menu_call_box .btn_menu_call_confirm{
	position: relative;
	display:block;
	width: 52px;
	height: 52px;
	background-color: #8cd7ad;
	border-radius: 26px;
	background-image: url('/img/common/icon_bell.png');
	background-size: 20px 22px;
	background-repeat:no-repeat;
	background-position:center center;
}

#takeout_layout .menu_cart_check_box{
	position: fixed;
	right: 0px;
	bottom: 84px;
}
#takeout_layout .menu_cart_check_box .btn_cart_check{
	position: relative;
	display:block;
	width: 56px;
	height: 52px;
	background-color: #0A8647;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	background-image: url('/img/common/icon_cart.png');
	background-size: 24px 25px;
	background-repeat:no-repeat;
	background-position: 24px center;
}
#takeout_layout .menu_cart_check_box .btn_cart_check span{
	display:block;
	position: absolute;
	top: 8px;
	left: 8px;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	border-radius: 12px;
}
#takeout_layout .takeout_message_box{
	margin: 0px auto 40px;
	width: calc(100% - 40px);
}
#takeout_layout .takeout_message_box h3.takeout_messeage_title{
	font-size: 13px;
	margin-bottom: 8px;
}
#takeout_layout .takeout_message_box .takeout_cart_message{
	width: 100%;
}
#takeout_layout .takeout_message_box .takeout_cart_message textarea{
	width: 100%;
	height: 120px;
	border: solid 1px #ABB3AF;
	border-radius: 4px;
}

/*  menu detail  */
#takeout_layout .menu_detail_box{
	padding: 0px 0px 40px;
	background-color:rgba(207,215,211,0.1);
	border-radius: 12px;
}
#takeout_layout .menu_detail_box .menu_detail_title{
	position: relative;
	font-weight: bold;
	line-height: 48px;
	text-align:center;
}
#takeout_layout .menu_detail_box .menu_detail_title a{
	position: absolute;
	left: 12px;
	top: 0px;
	width: 32px;
}
#takeout_layout .menu_detail_box .menu_detail_title .btn_back_title{
	position: absolute;
	left: 0px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	width: 40px;
}

#takeout_layout .menu_detail_box .menu_detail_img_box{
	text-align: center;
}
#takeout_layout .menu_detail_box .menu_detail_img_box img{
	width: 96%;
	border-radius: 12px;
}
#takeout_layout .menu_detail_box .menu_detail_img_box .item_no_image{
	color:#FFF;
	font-size:32px;
	line-height: 96vw;
	text-align: center;
	margin:0px auto;
	width:96vw;
	height:96vw;
	background-color:#BBB;
	border-radius:8px;
}

#takeout_layout .menu_detail_box .menu_detail_info_box{
	padding: 20px 12px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_name{
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_allergy{
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_allergy .allergy_name{
	display: inline-block;
	margin: 4px;
	padding: 4px 8px;
	background-color: #EBF2EE;
	border-radius: 4px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_allergy .allergy_name:first-of-type{
	margin-left: 0px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_tag{
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_tag .tag_name{
	display: inline-block;
	margin: 4px;
	padding: 4px 8px;
	background-color: #EBF2EE;
	border-radius: 4px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_tag .tag_name:first-of-type{
	margin-left: 0px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_price{
	font-weight: bold;
	padding: 12px 0px;
}
#takeout_layout .menu_detail_box .menu_detail_info_box .menu_detail_description{
	color: #7D7D7D;
	font-size: 11px;
	line-height: 150%;
}

#takeout_layout .menu_detail_box .menu_detail_option_box{}
#takeout_layout .menu_detail_box .menu_detail_option_box h3{
	font-weight:bold;
	line-height: 28px;
	padding: 0px 24px;
	background-color: #ebf2ee;
}
#takeout_layout .menu_detail_box .menu_detail_option_box .menu_detail_option_select{
	padding: 12px 20px;
}
#takeout_layout .menu_detail_box .menu_detail_option_box .menu_detail_suboption_select{
	padding: 4px 20px;
}
#takeout_layout .menu_detail_option_box .menu_detail_option_select .menu_detail_option_item{
	position: relative;
	line-height: 32px;
	min-height: 32px;
}
#takeout_layout .menu_detail_option_box .menu_detail_option_select .menu_detail_option_item input{}
#takeout_layout .menu_detail_option_box .menu_detail_option_select .menu_detail_option_item .option_name{
	position: absolute;
	top: 2px;
	left: 24px;
}
#takeout_layout .menu_detail_option_box .menu_detail_option_select .menu_detail_option_item .option_price{
	position: absolute;
	top: 2px;
	right: 0px;
	font-weight: bold;
}

#takeout_layout .menu_detail_count_box{
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin: 20px auto;
	width: 160px;
	padding: 0px 20px;
	background-color: white;
	border: solid 1px #CCC;
	border-radius: 18px;
}
#takeout_layout .menu_detail_count_box .flexbox_C1{}
#takeout_layout .menu_detail_count_box .flexbox_C2{}
#takeout_layout .menu_detail_count_box .flexbox_C3{}

#takeout_layout .menu_detail_comment_box{
	margin:20px auto 40px;
	width:calc(100% - 40px);
}
#takeout_layout .menu_detail_comment_box h3{
	margin-bottom:12px;
}
#takeout_layout .menu_detail_comment_box textarea{
	width:100%;
	height: 60px;
	padding:4px;
	line-height: 120%;
	border-radius:8px;
}


/* calling */
#takeout_layout .menu_calling_title{
	font-size: 13px;
	line-height: 72px;
	text-align: center;
}
#takeout_layout .menu_calling_box .menu_calling_subtitle{
	line-height: 42px;
	text-align: center;
}
#takeout_layout .menu_calling_box{}
#takeout_layout .menu_calling_box .menu_calling_list_box{
}
#takeout_layout .menu_calling_box .menu_calling_list_box .menu_calling_list{
	margin-bottom: 24px;
}
#takeout_layout .menu_calling_box .menu_calling_list_box .menu_calling_item{
	text-align: center;
	padding-top: 20px;
	background-color: #EBF2EE;
	border: solid 1px #EBF2EE;
	border-radius: 12px;
}
#takeout_layout .menu_calling_box .menu_calling_list_box .menu_calling_item:nth-child(odd){
	width: 50%;
	margin: 0px 12px 0px 20px;
}
#takeout_layout .menu_calling_box .menu_calling_list_box .menu_calling_item:nth-child(even){
	width: 50%;
	margin: 0px 20px 0px 12px;
}
#takeout_layout .menu_calling_box .menu_calling_list_box .menu_calling_item .menu_calling_item_name{
	font-weight: bold;
	margin-bottom: 16px;
}
#takeout_layout .menu_calling_box .menu_calling_count_box{
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	background-color: white;
	border-radius: 0px 0px 12px 12px;
}

/* calling complete  */
#takeout_layout .menu_calling_box .menu_calling_complete_box{
	text-align: center;
	padding-top: 64px;
}
#takeout_layout .menu_calling_box .menu_calling_complete_name{
	color: #0A8647;
	font-weight: bold;
	margin-bottom: 16px;
}
#takeout_layout .menu_calling_box .menu_calling_complete_text{
	text-align: center;
	line-height: 150%;
}
#takeout_layout .menu_calling_box .menu_calling_complete_item{
	text-align: center;
}


/* cart */
#takeout_layout .menu_title{
	font-size: 13px;
	line-height: 72px;
	text-align: center;
}
#takeout_layout .menu_cart_box{
	width: calc(100% - 40px);
	margin: 0px auto;
}
#takeout_layout .menu_cart_box .menu_cart_list_box{
	margin: 16px 0px 40px 0px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box{
	position: relative;
	margin-bottom: 40px;
	padding: 20px 16px 48px 16px;
	background-color: #FAFBFB;
	border: solid 1px #EBF2EE;
	border-radius: 20px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_img{
	width: 20%;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_img img{
	width: 100%;
	border-radius: 10px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .item_no_image{
	color:white;
	font-size:12px;
	line-height: 72px;
	text-align: center;
	width:72px;
	height:72px;
	background-color:#BBB;
	border-radius:8px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_detail{
	padding: 0px 12px;
	width: 80%;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_detail .cart_item_name{
	font-weight: bold;
	margin-bottom: 8px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_detail .cart_item_option{
	color: #8D928F;
	font-size: 11px;
	margin-bottom: 4px;
}
#takeout_layout .menu_cart_box .menu_cart_list_box .menu_cart_item_box .cart_item_detail .cart_item_price{
	font-weight: bold;
	margin-top: 8px;
}

#takeout_layout .menu_cart_box .menu_cart_list_box .menu_detail_count_box{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	padding: 0px 20px;
	background-color: white;
	border: solid 1px #CCC;
	border-radius: 18px;
}

#takeout_layout .menu_cart_confirm_box{
	/*position: fixed;
	bottom: 0px;
	width: 100%;*/
	padding: 20px 20px 20px 20px;
	background-color: #FAFBFB;
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.1);
}
#takeout_layout .menu_cart_confirm_box .cart_item_count_sum{
	width: 50%;
}
#takeout_layout .menu_cart_confirm_box .cart_item_count_sum span{
	color: #0A8647;
	font-weight: bold;
	margin-left: 8px;
	padding: 4px 8px;
	min-width: 20px;
	height: 20px;
	background-color: #FFF;
	border: solid 1px #0A8647;
	border-radius: 10px;
}
#takeout_layout .menu_cart_confirm_box .cart_item_price_sum{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 50%;
}


/* confirm */
#takeout_layout .takeout_title{
	font-size: 13px;
	line-height: 72px;
	text-align: center;
}
#takeout_layout .takeout_box{
	margin: 0px auto 40px;
	width: calc(100% - 40px);
}
#takeout_layout .takeout_box .takeout_confirm_box{
	margin-bottom: 12px;
}
#takeout_layout .takeout_box .takeout_confirm_box .takeout_subtitle{
	position: relative;
	margin-bottom: 12px;
}
#takeout_layout .takeout_box .takeout_confirm_box .takeout_subtitle::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	width: calc(100% - 96px);
	border-bottom: solid 1px #EBF2EE;
}
#takeout_layout .takeout_box .takeout_confirm_box .takeout_subtitle span{
	display: inline-block;
	color: #8D928F;
	font-weight: inherit;
	padding-right: 24px;
	background-color: white;
}
#takeout_layout .takeout_box .takeout_receipt_box{}
#takeout_layout .takeout_box .takeout_receipt_box .takeout_receipt_date_box{
	width: 60%;
	padding-right: 12px;
}
#takeout_layout .takeout_box .takeout_receipt_box .takeout_receipt_time_box{
	width: 40%;
}
#takeout_layout .takeout_box .takeout_receipt_box .takeout_receipt_date_box h4,
#takeout_layout .takeout_box .takeout_receipt_box .takeout_receipt_time_box h4{
	margin-bottom: 8px;
}
#takeout_layout .takeout_box .takeout_receipt_box select{
	padding: 0px 8px;
	width: 100%;
	height: 36px;
	border-radius: 4px;
}
#takeout_layout .takeout_box .takeout_receipt_box .disabled{
	padding: 0px 8px;
	width: 100%;
	height: 36px;
	border-radius: 4px;
	background-color:#AAA;
}

#takeout_layout .takeout_box .takeout_payment_type_list_box{
	margin:32px 0px;
}
#takeout_layout .takeout_box .takeout_credit_list_box{

}
#takeout_layout .takeout_box .takeout_credit_list_box .takeout_credit_list{
	padding: 0px 8px;
	width: 100%;
	height: 36px;
	border-radius: 4px;
}

#takeout_layout .takeout_order_list_box .takeout_order_list{
	font-weight: bold;
}
#takeout_layout .takeout_order_list_box .takeout_order_option_list{
	margin: 8px 0px;
	color: #8D928F;
	padding-left: 0px;
}
#takeout_layout .takeout_order_list_box .takeout_order_option_item{
	margin-bottom: 8px;
}

#takeout_layout .takeout_box .takeout_checkout_box{
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 12px;
}
#takeout_layout .takeout_box .takeout_checkout_box div > span{
	display: block;
	color: #0A8647;
	font-weight: bold;
	line-height: 30px;
	margin-left: 8px;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border: solid 1px #0A8647;
	border-radius: 10px;
}

/* complete */
#takeout_layout .takeout_complete_box{
	margin-bottom: 28px;
}

#takeout_layout .takeout_complete_box .takeout_subtitle{
	line-height: 24px;
}
#takeout_layout .takeout_complete_box .takeout_complete_number{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	width: 100%;
	height: 60px;
	background-color: #0A8647;
}
#takeout_layout .takeout_complete_box .takeout_complete_shop_name{
	color: #takeout;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_complete_box .takeout_complete_date{
	color: #takeout;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_complete_box .takeout_complete_time{
	color: #takeout;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_box .takeout_status_box{
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}

/* takeout history  */
#takeout_layout .takeout_history_box{
	margin-bottom: 28px;
}
#takeout_layout .takeout_history_logo_box{
	text-align: center;
	margin-bottom: 32px;
}
#takeout_layout .takeout_history_logo_box img{
	width: 80px;
	height: auto;
}
#takeout_layout .takeout_history_box .history_shop_box{
	position: relative;
	padding: 16px 0px;
	height: 84px;
	border-bottom: solid 1px #EBF2EE;
	overflow: hidden;
}
#takeout_layout .takeout_history_box a .history_shop_box:after{
	position: absolute;
	top: calc(50% - 4px);
	right: 0px;
	content: "▶";
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_logo{
	width: 80px;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_logo img{
	width: 80px;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_logo .item_no_image{
	color:white;
	font-size:12px;
	line-height: 60px;
	text-align: center;
	width:72px;
	height:60px;
	background-color:#BBB;
	border-radius:8px;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_detail{
	width: calc(100% - 80px);
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_detail .history_shop_using_date{
	color: #8D928F;
	font-size: 11px;
	margin-bottom: 8px;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_detail .history_shop_using_info{
	width: 70%;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_detail .history_shop_using_name{
	color: black;
	font-weight: bold;
}
#takeout_layout .takeout_history_box .history_shop_box .history_shop_detail .history_shop_using_price{
	line-height: 52px;
	text-align: right;
	padding-right: 36px;
	width: 30%;
}

/* takeout history detail */
#takeout_layout .takeout_history_box .takeout_subtitle{
	line-height: 24px;
}
#takeout_layout .takeout_history_box .takeout_history_number{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	width: 100%;
	height: 60px;
	background-color: #0A8647;
}
#takeout_layout .takeout_history_box .takeout_history_shop_name{
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_history_box .takeout_history_date{
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_history_box .takeout_history_time{
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #ABB3AF;
}
#takeout_layout .takeout_history_box .takeout_history_order_box{
	padding:10px 0px;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .takeout_history_order_item{
	line-height: 20px;
	margin-bottom: 20px;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .takeout_history_order_item .order_name{
	position: relative;
	font-weight: bold;
	padding-left: 24px;
	width:60%;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .takeout_history_order_item .order_name span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin-right: 4px;
	padding: 0px 6px;
	background-color:#F2FAF6;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .takeout_history_order_item .order_num{
	text-align: right;
	width:20%;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .takeout_history_order_item .order_price{
	text-align: right;
	width:20%;
}
#takeout_layout .takeout_history_box .takeout_history_order_box .history_order_item_option_list_box{
	margin-top: 8px;
	color: #8D928F;
	padding-left: 24px;
	width: 70%;
}
