@charset "utf-8";
.visual {
	position: relative;
	height: 480px;
	margin: 24px 0 0;
	background: url(/img/food/index_mainimg.jpg) center center no-repeat;
	background-size: cover;
}
.layoutWrap {
	position: relative;
}
.layoutWrap .ico {
	position: absolute;
	top: 50px;
	left: 25px;
}
.txtLead span {
	display: none;
}
#search_Food ul#attribute {
	position: relative;
	width: 100%;
	background: #E4EBF3;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	padding: 32px 32px 26px;
	margin: 0 0 32px;
}
#search_Food ul#attribute li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#search_Food ul#attribute li ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#search_Food ul#attribute::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #E4EBF3 transparent transparent transparent;
	-webkit-filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3));
	-moz-filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3));
	-ms-filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3));
	filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3));
}
#search_Food label {
	cursor: pointer;
}
#search_Food li {
	margin: 0 10px 10px 0;
	font-size: 14rem;
	color: #00367F;
	position: relative;
}
#search_Food li p {
	width: 12em;
	margin: 12px 0 0;
	font-size: 16rem;
	font-weight: bold;
}
#search_Food li:last-of-type {
	margin-right: 0;
}
#search_Food li label {
	background-color: #FFFFFF;
	border: 3px solid #003680;
	border-radius: 24px;
	display: block;
	padding: 10px 12px 8px;
}
#search_Food li label.select {
	border: 3px solid #FF6100;
}
#search_Food li input[type="checkbox"]:checked:before {
	opacity: 0;
	background: #eee;
	border-color: #eee;
	transform: scale(2);
}
#search_Food li label:before {
	content: '';
	border: 1px solid #E4EBF3;
	background-color: #E4EBF3;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	border-radius: 10px;
	-webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	-o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	transition: all 800ms cubic-bezier(1, 0, 0, 1);
}
#search_Food li input[type="checkbox"] {
	display: none;
}
#search_Food li input span {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}
#search_Food li input span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
#search_Food li input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 21px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-right: 3px solid #FF6100;
	border-bottom: 3px solid #FF6100;
}
.disabled {
	cursor: default!important;
}
.clmDesign6 .ttl1 img {
	width: 48px;
	margin: 0 16px 0 0;
	vertical-align: bottom;
}
.clmDesign6 .ttl2 {
	font-size: 18rem;
	font-weight: bold;
	margin: 0;
}
.clmDesign6 .ico {
	text-align: right;
	margin: -30px 0 0 0;
}
#foodList li img {
	vertical-align: bottom;
}
.clmDesign6 li {
	position: relative;
}
.clmDesign6 li .clmInner {
	padding-bottom: 80px;
}
.clmDesign6 li .btnDesign2C {
	position: absolute;
	bottom: 16px;
	width: calc(100% - 32px);
	margin: 0 16px 0;
}

@media screen and (max-width: 899px) {
	.visual {
		background: none;
	}
	/*.layoutWrap {
		text-align: center;
	}*/
	.layoutWrap .ico {
		display: none;
	}
	.txtLead {
		overflow: hidden;
		zoom: 1;
	}
	.txtLead span {
		display: block;
		float: left;
		margin-right: 16px;
	}
}
@media screen and (max-width: 599px) {
	.txtLead span img {
		width: 100px;
	}
}