﻿#TakeOutBag {
	margin-top:10px;
}
#TakeOutBag .lead {
	padding:0 6px;
    margin-bottom: 10px;
}
#TakeOutBag .wrapper {
	border-top:none;
	/*background-color:#FCFAEB;*/
}
#TakeOutBag .wrapper #takeoutbagContent {
    width: 90%;
    margin: 0 auto;
}

#TakeOutBag .wrapper #takeoutbagContent .takeoutbag_title {
    color: #B71518;

}

#TakeOutBag .wrapper #takeoutbagContent .takeoutbagImage {
    max-width: 100%;
    text-align: center;
}

#TakeOutBag .wrapper #takeoutbagContent .takeoutbagImage .takeoutbag_image{
    max-width: 100%;
    margin: 0 auto;
}
#TakeOutBag .title {
	background-color:#E2DFD8;
	text-align:center;
	vertical-align:middle;
	font-size:1.7rem;
	color:#000;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.08);
	padding:4px 0;
}

#TakeOutBag .wrapper #takeoutbagContent div a.takeoutbagMore {
    display: block;
    border: 1px solid #CDC4B9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAF9F8), to(#EFEBE7));
    background: linear-gradient(to bottom, #FAF9F8, #EFEBE7);
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    color: #333;
    width: 40%;
    padding: 5px 0 6px;
    margin: 10px auto;
}

/* ポップアップここから */
#takeoutbagDialog{
    width:80%;
    margin: 0 auto;
    display: block;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*overflow: hidden;*/
	background-color:#faf7f3;
}

#takeoutbagBack{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	text-indent: -9999px;
    z-index: 1000 !important;
	background-color: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000)";
}

#takeoutbagDialog .takeoutbagBox .takeoutbagImage{
    width: 80%;
    text-align: center;
    margin: 10px auto;
}
#takeoutbagDialog .takeoutbagBox .takeoutbagImage img{
    max-width: 100%;
    margin: 0 auto;
}

#ctl00_LeftContent_ValidationSummary1 {
	display: none;
}

#validationSummaryDiv {
	display: none;
	position: fixed;
	overflow: hidden;
	height: auto;
	width: auto;
	background: white;
	padding: 10px;
	z-index:1002 !important;
}

#takeoutbagDialog h4 {
	background: linear-gradient(to bottom, #DC0606, #B00);
	color: #fff;
	padding: 5px 0 6px;
	font-size: 1.6rem;
	text-align: center;
}

#takeoutbagDialog p {
	margin: 10px;
}

#takeoutbagDialog .takeoutbagBox {
	width:90%;
    margin: 0 auto;
}

.takeoutbagBox div a.takeoutbagDialogMore{
	display: block;
	border: 1px solid #CDC4B9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAF9F8), to(#EFEBE7));
	background: linear-gradient(to bottom, #FAF9F8, #EFEBE7);
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	color: #333;
	width: 40%;
	padding: 5px 0 6px;
	margin: 10px auto;
}

.autoDialogClose {
	position: fixed;
	top: -15px;
	bottom: -15px;
	right:-15px;
	/*
	width: 30px;
	height: 30px;
	background: transparent url('../Js/fancybox/fancybox.png') -40px 0px;
	20190517 kitagawa --*/
	width: 40px;
	height: 40px;
	background: transparent url('../Images/common/close_icon.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: block;
}

#takeoutbagDialog .takeoutbag_title {
	font-weight: bolder;
    color: #B71518;
}

#takeoutbagDialog .takeoutbagText p {
	margin: 0;
}

#takeoutbagDialog .takeoutbagText {
	margin: 10px;
}

/* ポップアップここまで */
#aspnetForm .container_bottom{
	z-index:999 !important;
	position: relative;
}
/*kitagawa 20200527
----------------------------------*/
.takeoutBagText{
	margin:12px 0;
	line-height: 1.5;
}
.bag_order{
	position:relative;
	padding:12px 0;
}
.takeoutbagText .bag_order{
	position:relative;
	padding-bottom:24px;
}
.bag_order_sp{
	box-sizing:border-box;
	float:left;
	width:35%;
	padding:0 2%;
}
.bagOderBox{
	box-sizing:border-box;
	float:left;
	width:65%;
	padding:0 2%;
}
.bag_order .takeoutbag_link img{
	width:60%;
}
#TakeOutBagContent .bagOderBox p, .bagOderBox img{
	padding-bottom:8px;
}
.takeoutbagText .bagOderBox p{
	padding-bottom:0px;
}
.bagOderBox img{
	width:100%;
}
.bagtitle{
	font-size: 100%;
	font-weight: bold;
}
.bagPrice{
	font-size: 100%;
	font-weight: bold;
}
#TakeOutBagContent{
	padding-bottom:18px;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.bagBold{
	font-weight:bold;
	color:#B71518;
}
.bagdelete{
	padding-bottom:16px;
	width:100%;
}
.takeoutbagText .takeoutbagText2{
	padding-bottom:10px;
}
#TakeOutBag .title_takeout {
    margin-bottom: 10px;
    padding: 5px 0 4px 10px;
    border-top: 1px solid #E97619;
    border-bottom: 1px solid #E97619;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#DC8515), color-stop(0.5, #DC8515), to(#E97619));
    background: -webkit-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: -moz-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: -o-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: linear-gradient(#DC8515, #DC8515 50%, #E97619);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.08);
    font-size: 1.7rem;
    text-align: left;
    color: #FFF;
}
#TakeOutBagCaution .title_takeout {
    margin-bottom: 10px;
    padding: 5px 0 4px 10px;
    border-top: 1px solid #E97619;
    border-bottom: 1px solid #E97619;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#DC8515), color-stop(0.5, #DC8515), to(#E97619));
    background: -webkit-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: -moz-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: -o-linear-gradient(#DC8515, #DC8515 50%, #E97619);
    background: linear-gradient(#DC8515, #DC8515 50%, #E97619);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.08);
    font-size: 1.7rem;
    text-align: left;
    color: #FFF;
}
/*kitagawa 20200527 END
----------------------------------*/