@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

/*---------------------------------------------------------------------------*/
.main_area {
	margin: 0 0 80px;
	position: relative;
	width: 100%;
}
.main_area .bg_main_img {
	height: 692px;
	min-width: 1000px;
	width: 100%;
}
.main_area .main_txt {
	left: 50%;
	margin: 0 0 0 -236px;
	position: absolute;
	top: 90px;
}

@media screen and (max-width: 640px) {
	.main_area {
		margin: 0 0 20px;
		position: relative;
		width: 100%;
	}
	.main_area .bg_main_img {
		height: 200px;
		min-width: 320px;
		width: 100%;
	}
	.main_area .main_txt {
		height: auto;
		left: 50%;
		margin: 0 0 0 -65px;
		position: absolute;
		top: 35px;
		width: 130px;
	}
}

/*---------------------------------------------------------------------------*/
#about {
	padding: 0 0 125px;
}
#about .contents_title {
	margin: 0 0 60px;
}
#about .about_l {
	float: left;
	width: 450px;
}
#about .about_l .temporary_closed_txt {
	font-size: 20px;
	color:#f00;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 8px;
}
#about .about_l .about_txt {
	font-size: 133.3%;
	padding: 0 0 0 10px;
}
#about .about_l .about_list {
	padding: 60px 0 0 10px;
}
#about .about_l .about_list li {
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 12px;
	padding: 0 0 12px;
}
#about .about_l .about_list li span {
	display: inline-block;
	/* /display: inline;
	/zoom: 1; */
	font-size: 108.3%;
	vertical-align: top;
}
#about .about_l .about_list li span.items {
	font-size: 123.1%;
	font-weight: bold;
	padding: 0 0 0 5px;
	width: 120px;
}
#about .about_l .about_list li span em{
	display: block;
	font-style: normal;
	padding-top: 10px;
}
#about .about_r {
	float: right;
}

@media screen and (max-width: 640px) {
	#about {
		padding: 0 0 20px;
	}
	#about .contents_title {
		margin: 0 0 20px;
	}
	#about .about_l {
		float: none;
		width: 100%;
	}
	#about .about_l .temporary_closed_txt {
		padding: 0 5%;
		font-size: 18px;
	}
	#about .about_l .about_txt {
		font-size: 118.7%;
		padding: 0 5%;
	}
	#about .about_l .about_list {
		padding: 20px 5% 0;
	}
	#about .about_l .about_list li {
		border-bottom: 1px solid #dfdfdf;
		margin: 0 0 12px;
		padding: 0 0 12px;
	}
	#about .about_l .about_list li span {
		display: inline-block;
		/* /display: inline;
		/zoom: 1; */
		font-size: 100%;
		vertical-align: top;
		width: 60%
	}
	#about .about_l .about_list li span.items {
		font-size: 108.3%;
		font-weight: bold;
		padding: 0;
		width: 40%;
	}
	#about .about_r {
		float: none;
		margin: 0 auto 20px;
		width: 80%;
	}
}

/*---------------------------------------------------------------------------*/
#recommended {
	padding: 70px 0 50px;
}
#recommended .contents_title {
	margin: 0;
	padding: 0 0 50px;
}
#recommended .recommended_txt {
	color: #ffffff;
	font-size: 133.3%;
	font-weight: bold;
	padding: 0 0 70px;
	text-align: center;
}
#recommended .recommended_list {
	text-align: center;
}
#recommended .recommended_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 18px;
	vertical-align: top;
}
#recommended .recommended_list li p {
	color: #ffffff;
	font-size: 133.3%;
	padding: 25px 0 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#recommended {
		padding: 20px 0;
	}
	#recommended .contents_title {
		margin: 0;
		padding: 0 0 20px;
	}
	#recommended .recommended_txt {
		color: #ffffff;
		font-size: 118.7%;
		font-weight: bold;
		padding: 0 5% 30px;
		text-align: center;
	}
	#recommended .recommended_list {
		text-align: center;
	}
	#recommended .recommended_list li {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		margin: 0 1%;
		vertical-align: top;
		width: 30%;
	}
	#recommended .recommended_list li p {
		color: #ffffff;
		font-size: 108.3%;
		padding: 10px 0 0;
		text-align: center;
	}
}

/*---------------------------------------------------------------------------*/
#products {
	padding: 70px 0 50px;
}
#products .contents_title {
	margin: 0 0 80px;
}
#products .products_list {
	text-align: center;
}
#products .products_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 16px;
	vertical-align: top;
	width: 291px;
}
#products .products_list li .p_category {
	color: #ffffff;
	font-size: 133.3%;
	font-weight: bold;
	padding: 25px 0 20px;
	text-align: center;
}
#products .products_list li .p_txt {
	color: #ffffff;
	font-size: 108.3%;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#products {
		padding: 20px 0;
	}
	#products .contents_title {
		margin: 0 0 20px;
	}
	#products .products_list {
		text-align: center;
	}
	#products .products_list li {
		display: inline-block;
		margin: 0 1%;
		vertical-align: top;
		width: 30%;
	}
	#products .products_list li .p_category {
		color: #ffffff;
		font-size: 118.7%;
		font-weight: bold;
		padding: 15px 0 10px;
		text-align: center;
	}
	#products .products_list li .p_txt {
		color: #ffffff;
		font-size: 100%;
		text-align: left;
	}
}


/*---------------------------------------------------------------------------*/
/* #litemeal {
	padding: 80px 0 70px;
}
#litemeal .contents_title {
	margin: 0 0 40px;
}
#litemeal .litemeal_txt {
	color: #000000;
	font-size: 133.3%;
	font-weight: bold;
	padding: 0 0 70px;
	text-align: center;
}
#litemeal_img {
	height: 498px;
	min-width: 1000px;
	width: 100%;
}
#litemeal .litemeal_list {
	margin: 80px 0 0;
	text-align: center
}
#litemeal .litemeal_list li {
	display: inline-block;
	margin: 0 18px;
	vertical-align: top;
}
#litemeal .litemeal_list li .txt_01 {
	color: #5ea139;
	font-size: 133.3%;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0 5px;
}
#litemeal .litemeal_list li .txt_01 span {
	font-size: 75%;
	font-weight: normal;
}
#litemeal .litemeal_list li .txt_02 {
	color: #303030;
}

@media screen and (max-width: 640px) {
	#litemeal {
		padding: 20px 0;
	}
	#litemeal .contents_title {
		margin: 0 0 20px;
	}
	#litemeal .litemeal_txt {
		color: #000000;
		font-size: 108.3%;
		font-weight: normal;
		padding: 0 5% 20px;
		text-align: center;
	}
	#litemeal_img {
		height: 250px;
		min-width: 320px;
		width: 100%;
	}
	#litemeal .litemeal_list {
		margin: 20px 0 0;
		text-align: center
	}
	#litemeal .litemeal_list li {
		display: block;
		margin: 0 18px 15px;
		vertical-align: top;
	}
	#litemeal .litemeal_list li .txt_01 {
		color: #5ea139;
		font-size: 133.3%;
		font-weight: bold;
		line-height: 1.2;
		padding: 20px 0 5px;
	}
	#litemeal .litemeal_list li .txt_01 span {
		font-size: 75%;
		font-weight: normal;
	}
	#litemeal .litemeal_list li .txt_02 {
		color: #303030;
	}
} */


/*---------------------------------------------------------------------------*/
#food {
	padding: 75px 0;
	background-color: #f9f9f9;
}
#food .contents_title {
	margin: 0 0 55px;
}
#food .food_txt {
	font-size: 133.3%;
	line-height: 1.8;
	text-align: center;
}
#food .litemeal_list {
	margin: 80px 0 0;
	text-align: center
}
#food .litemeal_list li {
	display: inline-block;
	margin: 0 18px;
	vertical-align: top;
}
#food .litemeal_list li p {
	font-size: 133.3%;
	padding: 12px 0 0;
}
#food .litemeal_list li p span {
	display: block;
	font-size: 75%;
	font-weight: normal;
}
#food .food_list {
	margin: 75px 0 0;
	text-align: center;
}
#food .food_list li {
	display: inline-block;
	margin: 0 4px;
	text-align: center;
	vertical-align: top;
}

#food .food_list li div,#food .food_list li img{
	max-width: 100%;
}
#food .food_list li p {
	font-size: 133.3%;
	padding: 12px 0 0;
	text-align: center;
}
.food_txt2 {
	font-size: 118.7%;
	font-weight: normal;
	line-height: 1.8;
	padding: 0 5%;
	text-align: center;
	margin-top: 30px;
	color: #cc0000;
}
@media screen and (min-width: 641px) {
	#food .food_list li:first-of-type,#food .food_list li:nth-of-type(2) {
		width: 302px;
	}
	#food .food_list li:nth-of-type(3) {
		width: 162px;
	}
}
@media screen and (max-width: 640px) {
	#food {
		padding: 20px 0;
	}
	#food .contents_title {
		margin: 0 0 20px;
	}
	#food .food_txt {
		font-size: 118.7%;
		font-weight: normal;
		line-height: 1.8;
		padding: 0 5%;
	}
	#food .food_txt2 {
		margin-top: 0;
	}
	#food .litemeal_list {
		margin: 20px 0 0;
	}
	#food .litemeal_list li {
		display: block;
		margin: 0 18px 20px;
	}
	#food .litemeal_list li .txt_02 {

		padding-bottom: 12px;
	}
	#food .food_list {
		margin: 20px 0 0;
	}
	#food .food_list li {
		margin: 0 18px 20px;
		width: 90%;
	}
	#food .food_list li p {
		font-size: 118.7%;
	}
}


/*---------------------------------------------------------------------------*/
#brand {
	background: url(../images/facilities_05_bg_02.png) left top repeat;
	margin: 0 0 0px;
	padding: 60px 0 85px;
}
#brand .contents_title {
	margin: 0 0 50px;
}
#brand .brand_l {
	float: left;
}
#brand .brand_box {
	float: left;
	margin: 0 0 0 75px;
	padding: 60px 0 0;
	width: 520px;
}
#brand .brand_box .brand_title {
	font-size: 166.7%;
	font-weight: bold;
	padding: 0 0 25px;
}
#brand .brand_box .brand_txt {
	font-size: 108.3%;
	padding: 0 0 40px;
}
#brand .brand_mark {
	float: right;
	padding: 50px 0 0 28px;
}

.redcopy {
	color: #C00;
}
.redcopy2 {
	color: #C00;
	padding-top: 5px;
	display: block;
}
.caution_box {
	font-size: 110%;
	border: 1px solid #C00;
	margin-top: 80px;
	padding: 30px;
}

.caution_box .ttl {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EAEAEA;
	font-size: 120%;
}


@media screen and (max-width: 640px) {
	#brand {
		background: url(../images/facilities_05_bg_02.png) left top repeat;
		/* margin: 0 0 20px; */
		padding: 20px 0;
	}
	#brand .contents_title {
		margin: 0 0 20px;
	}
	#brand .brand_l {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	#brand .brand_box {
		float: none;
		margin: 0 5%;
		padding: 20px 0 0;
		width: 90%;
	}
	#brand .brand_box .brand_title {
		font-size: 125%;
		font-weight: bold;
		padding: 0 0 15px;
	}
	#brand .brand_box .brand_txt {
		font-size: 108.3%;
		padding: 0 0 20px;
	}
	#brand .brand_mark {
		
		margin: 0 auto;
		padding: 20px 5% 10px;
		width: 25%;
	}
	.caution_box {
	margin: 0 3%;
}
}
.caution_box .mar_b20 .pickup {
	font-weight: bold;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
#boshu {
	margin-bottom:40px;
}
#boshu .contents_area h4 {
	float: left;
	padding-top: 40px;
}
#boshu .contents_area {
	width: 900px;
	overflow: hidden;	
	padding-bottom: 40px;
}
#boshu .contents_area .box_ri {
	float: right;
	text-align: center;
	padding-top: 70px;
}
#boshu .contents_area .box_ri p {
	margin-bottom: 35px;
}
#boshu .contents_area .box_ri ul li {
	display: inline-block;
	margin-left: 10px;
}
#boshu .contents_area .box_ri ul li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#boshu .contents_area .coming_soon {
	padding: 100px 0 60px;
	text-align: center;
}
#boshu .contents_area .coming_soon strong {
	display: block;
}
#boshu .contents_area .coming_soon p {
	margin-top: 20px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	#boshu .contents_area {
		width: 100%;
	}
	#boshu .contents_area .contents_title {
		float: none;
	}
	#boshu .contents_area .box_ri {
		float: none;
		padding-top: 20px;
		text-align: center;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	#boshu .contents_area .box_ri img {
		width: 100%;
	}
	#boshu .contents_area .box_ri p img {
		font-size: 100%;
	}
	#boshu .contents_area h4{
		float:none;
		text-align:center;}
	#boshu .contents_area h4 img {
		width: 50%;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	#boshu .contents_area .box_ri ul li {
		margin-bottom: 10px;
	}
	#boshu .contents_area .coming_soon {
		padding: 40px 0 0;
		text-align: center;
	}
	#boshu .contents_area .coming_soon strong {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	#boshu .contents_area .coming_soon p {
		margin-top: 15px;
		font-size: 100%;
		color: #fff;
		text-align: center;
		line-height: 1.8;
	}
}