@charset "utf-8";


@media only screen and (max-width: 767px) {

/*spHide*/
.spHide{
	display:none !important;
}

/*callCenterBox*/
.callCenterBox{
	margin-top:1em;
	background:#ffffff;
	padding:14px 14px 13px 14px;
}
.callCenterBox dl{
	width:100%;
}
.callCenterBox dl dt{
	text-align:center;
	vertical-align:middle;
	color:#023795;
	font-size:1.5rem;
	font-weight:bold;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:8px;
	margin-bottom:8px;
}
.callCenterBox dl dd{
	text-align:center;
	vertical-align:middle;
}
.callCenterBox dl dd .callNumber{
	color:#023795;
	font-size:2.4rem;
	font-weight:bold;
	padding-left:56px;
	background:url(/site_common/img/com_ic35.png) no-repeat left 50%;
	background-size:50px auto;
	display:inline-block;
}
.callCenterBox dl dd .callNumber a{
	text-decoration:none;
	color:#023795;
}
.callCenterBox dl dd .callTime{
	margin-top:5px;
	font-size:1.3rem;
}



/*allergenBox*/
.allergenBox{
	margin-top:1em;
}
.allergenBox.allergenTop{
	margin-top:0px;
}
.allergenBox dl{
	width:100%;
	border:1px solid #dbdbdb;
}
.allergenBox dl > *{
	vertical-align:middle;
	text-align:left;
}
.allergenBox dl > dt{
	background:#f8f8f8;
	text-align:center;
	font-weight:bold;
	padding:8px 3px 7px;
	font-size:1.5rem;
}
.allergenBox dl > dd{
	background:#FFF;
	padding:10px 10px 10px 10px;
}
.allergenBox dl > dd ul li{
	margin-bottom:7px;
	text-indent:-6em;
	padding-left:6em;
}
.allergenBox dl > dd ul li:last-child{
	margin-bottom:0px;
}
.mark01{
	color:#ec6614;
}
.mark02{
	color:#50a001;
}


/*allergenTable*/
.allergenTable{
	margin-top:18px;
	margin-bottom:18px;
}
.allergenTable td,
.allergenTable th{
	font-size:1.3rem;
}
.allergenTable tr > *:first-child{
	width:60%;
}
.allergenTable .textLink{
	margin-top:0px !important;
}


/*resultAllergenBox*/
.resultAllergenBox{
	margin-top:15px;
	padding:13px 10px 12px 10px;
	background:#f8f8f8;
	position:relative;
}
.resultAllergenBox *{
	vertical-align:baseline;
}
.resultAllergenBox .resultAllergen01L{
	float:left;
}
.resultAllergenBox .resultAllergen01R{
	overflow:hidden;
}
.resultAllergen01{
	display:inline-block;
}
.resultAllergen02{
	display:inline-block;
}
.allergenSet1{
	color:#ff7e00;
	font-weight:bold;
}
.allergenSet2{
	color:#ff7e00;
	font-weight:bold;
}
.allergenSet3{
	display:inline-block;
	font-weight:bold;
	font-size:2.2rem;
	line-height:1.0;
	margin-left:14px;
}
.resultAllergenBox .btnStyle01{
	margin-top:0.4em;
}

/*allergenLinkBox*/
.allergenLinkBox{
	width:100%;
}
.allergenLinkBox > *{
	display:block;
	text-align:center;
	margin: 0 auto;
}
.allergenLinkBox > .allergenLinkBoxL{
	width:75px;
}
.allergenLinkBox > .allergenLinkBoxR{
	text-align:left;
}


/*nutritionSelectTable*/
.nutritionSelectBox{
	border:2px solid #f6eeb1;
	background:#fdfae3;
	padding:14px 10px 3px 10px;
	border-radius:23px;
}
.nutritionSelectBox.typeB{
	border:2px solid #ffffff;
	background:#ffffff;
	margin-top:10px;
}
.nutritionSpecificTi{
	text-align:center;
	font-size:1.7rem;
	color:#c39528;
	font-weight:bold;
	margin-bottom:14px;
}
.nutritionSelectTable th,
.nutritionSelectTable td{
	padding:14px;
}
.nutritionSelectTable th{
	width:190px;
}
.nutritionSelectList > li{
	width:32%;
	float:left;
	margin-right:2%;
	cursor:pointer !important;
	margin-bottom:17px;
}
.nutritionSelectList.ingredients > li{
	cursor:default !important;
}
.nutritionSelectList > li:nth-child(3n){
	margin-right:0%;
}
.nutritionSelectList > li input{
	opacity:0;
	font-size:0;
	line-height:0;
	width:0px;
	height:0px;
	overflow:hidden;
	position:fixed;
	left:-9999;
	top:-9999;
}
.nutritionSelectList > li lable{
	cursor:pointer;
	display:block;
	width:88px;
	height:88px;
}
.nutritionSelectList > li lable span{
	display:block;
	width:88px;
	height:88px;
}
.nutritionSelectList > li .nutritionSelectImg{
	background:#FFF;
	border:4px solid #FFFFFF;
	border-radius:50%;
	cursor:pointer;
	position:relative;
	display:block;
	text-align:center;
}
.nutritionSelectList.ingredients > li .nutritionSelectImg{
	cursor:default;
}
.nutritionSelectBox.typeB .nutritionSelectList > li .nutritionSelectImg{
	background:#f3f3f3;
}
.nutritionSelectList > li .nutritionSelectImg span{
	display:block;
}
.nutritionSelectList > li input:checked + label .nutritionSelectImg{
	border:4px solid #023795;
}

.nutritionSelectList > li .nutritionSelectImg:after{
	position:absolute;
	content:"";
	left:-8px;
	top:-4px;
	width:32px;
	height:32px;
	background:url(/site_common/img/com_ic38.png) no-repeat center 50%;
	background-size: 26px auto;
}
.nutritionSelectList.ingredients > li .nutritionSelectImg:after{
	position:static;
	content:"";
	left:auto;
	top:auto;
	width:auto;
	height:auto;
	background:none no-repeat center 50%;
	background-size: auto auto;
}
.nutritionSelectList > li input:checked + label .nutritionSelectImg:after{
	background:url(/site_common/img/com_ic39.png) no-repeat center 50%;
	background-size: 26px auto;
}
.nutritionSelectList .nutritionSelectTx{
	text-align:center;
	margin-top:4px;
	padding:3px 1px 2px 1px;
	background:#FFF;
	color:#333;
	font-size:1.2rem;
	border-radius:14px;
	cursor:pointer;
	display:block;
}
.nutritionSelectList.ingredients .nutritionSelectTx{
	cursor:default;
}
.nutritionSelectBox.typeB .nutritionSelectList .nutritionSelectTx{
	background:#f3f3f3;
}
.nutritionSelectList li input:checked + label .nutritionSelectTx{
	background:#023795;
	color:#FFF;
}

.nutritionSelectList-v2 > li{
	width:32%;
	float:left;
	margin-right:2%;
	cursor:pointer !important;
	margin-bottom:17px;
}
.nutritionSelectList-v2.ingredients > li{
	cursor:default !important;
}
.nutritionSelectList-v2 > li:nth-child(3n){
	margin-right:0%;
}
.nutritionSelectList-v2 > li input{
	opacity:0;
	font-size:0;
	line-height:0;
	width:0px;
	height:0px;
	overflow:hidden;
	position:fixed;
	left:-9999;
	top:-9999;
}
.nutritionSelectList-v2 > li lable{
	cursor:pointer;
	display:block;
	width:88px;
	height:88px;
}
.nutritionSelectList-v2 > li lable span{
	display:block;
	width:88px;
	height:88px;
}
.nutritionSelectList-v2 > li .nutritionSelectImg{
	background:#FFF;
	border:4px solid #FFFFFF;
	border-radius:50%;
	cursor:pointer;
	position:relative;
	display:block;
	text-align:center;
}
.nutritionSelectList-v2.ingredients > li .nutritionSelectImg{
	cursor:default;
}
.nutritionSelectBox.typeB .nutritionSelectList-v2 > li .nutritionSelectImg{
	background:#f3f3f3;
}
.nutritionSelectList-v2 > li .nutritionSelectImg span{
	display:block;
}
.nutritionSelectList-v2 > li input:checked + label .nutritionSelectImg{
	border:4px solid #023795;
}

.nutritionSelectList-v2 > li .nutritionSelectImg:after{
	position:absolute;
	content:"";
	left:-8px;
	top:-4px;
	width:32px;
	height:32px;
	background:url(/site_common/img/com_ic38.png) no-repeat center 50%;
	background-size: 26px auto;
}
.nutritionSelectList-v2.ingredients > li .nutritionSelectImg:after{
	position:static;
	content:"";
	left:auto;
	top:auto;
	width:auto;
	height:auto;
	background:none no-repeat center 50%;
	background-size: auto auto;
}
.nutritionSelectList-v2 > li input:checked + label .nutritionSelectImg:after{
	background:url(/site_common/img/com_ic39.png) no-repeat center 50%;
	background-size: 26px auto;
}
.nutritionSelectList-v2 .nutritionSelectTx{
	text-align:center;
	margin-top:4px;
	padding:3px 1px 2px 1px;
	background:#FFF;
	color:#333;
	font-size:1.2rem;
	border-radius:14px;
	cursor:pointer;
	display:block;
}
.nutritionSelectList-v2.ingredients .nutritionSelectTx{
	cursor:default;
}
.nutritionSelectBox.typeB .nutritionSelectList-v2 .nutritionSelectTx{
	background:#f3f3f3;
}
.nutritionSelectList-v2 li input:checked + label .nutritionSelectTx{
	background:#023795;
	color:#FFF;
}
.nutritionSelectBox.typeB li input:checked + label .nutritionSelectTx{
	background:#023795;
	color:#FFF;
}


/*nutritionBtnList*/
.nutritionBtnList{
	margin-top:10px;
	text-align:center;
}
.nutritionBtnList li{
	display:block;
}
.nutritionBtnList li button{
	display:block;
	width:100%;
	height: 60px;
	padding:10px 22px 8px;
	font-size:1.3rem;
	color:#FFF;
	cursor:pointer;
	border:none;
	background:#e76527 url(/site_common/img/com_ic40.png) no-repeat right 50%;
	border:2px solid #e76527;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	font-size: 17px;
	font-weight: bold;
}
.nutritionBtnList li button span{
	font-size:1.5rem;
}
.nutritionBtnList li.notIncludingBtn button{
	background:#3c6ac5 url(/site_common/img/com_ic40.png) no-repeat 5% 50%;
	border:2px solid #3c6ac5;
}

/*nutritionRadioBtn*/
.nutritionRadioBtn{
	margin-top:20px;
	text-align:center;
}
.nutritionRadioBtn li{
	display:block;
	margin-top:10px;
}
.nutritionRadioBtn li label{
	display:block;
	width:100%;
	padding:15px 0 8px 60px;
	font-size:1.3rem;
	line-height: 1.4;
	color:#333333;
	cursor:pointer;
	border:none;
	background:#eff4d1 url(/site_common/img/com_ic46.png) no-repeat 5% 50%;
	border:2px solid #dbdbdb;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
.nutritionRadioBtn span{
	font-weight:bold;
	font-size:1.6rem;
}
.nutritionRadioBtn li.notIncludingBtn02 label span{
 	color: #3c6ac5;
	margin-right: 3px;
}
.nutritionRadioBtn li.includingBtn02 label span{
 	color: #a2b929;
	margin-right: 3px;
}
.nutritionRadioBtn li.notIncludingBtn02 label{
	background:#dae4f8 url(/site_common/img/com_ic47.png) no-repeat 5% 50%;
	border:2px solid #dbdbdb;
}
.nutritionRadioBtn li > label:hover{
	background:#a2b929 url(/site_common/img/com_ic46.png) no-repeat 5% 50%;
	border: 2px solid #a2b929;
	color:#FFF;
}
.nutritionRadioBtn li.notIncludingBtn02 label:hover{
	background:#3c6ac5 url(/site_common/img/com_ic47.png) no-repeat 5% 50%;
	border: 2px solid #3c6ac5;
	color:#FFF;
}
.nutritionRadioBtn li.includingBtn02:hover span{
	color:#FFF;
}
.nutritionRadioBtn li.notIncludingBtn02:hover span{
	color:#FFF;
}
.nutritionRadioBtn > li input{
	opacity:0;
	font-size:0;
	line-height:0;
	width:0px;
	height:0px;
	overflow:hidden;
	position:fixed;
	left:-9999;
	top:-9999;
}
.nutritionRadioBtn li input:checked + label{
	background:#a2b929 url(/site_common/img/com_ic46.png) no-repeat 5% 50%;
	border: 2px solid #a2b929;
	color:#FFF;
}
.nutritionRadioBtn li.notIncludingBtn02 input:checked + label{
	background:#3c6ac5 url(/site_common/img/com_ic47.png) no-repeat 5% 50%;
	border: 2px solid #3c6ac5;
	color:#FFF;
}
.nutritionRadioBtn li input:checked + label span{
	color:#FFF;
}
.nutritionRadioBtn li input:checked +label  span{
	color:#FFF;
}

.txLG{
	color: #a2b929;
}
.txBlue{
	color: #3c6ac5;
}

.checkboxList{
	padding:0px !important;
	border-top:none;
}








/*=================================

	clearfix

=================================*/
.resultAllergenBox:after,
.resultAllergenBox .resultAllergen01In:after,
.nutritionSelectList:after,
.nutritionSelectList-v2:after,
.checkboxList:after {
	content: "";
	display: block;
	clear: both;
}

}


