@charset "UTF-8";
/* CSS Document */

body{
	background: #fff;
}

#wrapper{
	background:url(../img/bg_booth_b.png) no-repeat center;
	background-size:cover;
	background-attachment: fixed;
	z-index:-10;
}

.content_t h3{
	margin-bottom: 20px;
}

h4{
	font-size:25px;
	font-weight:bold;
	line-height:1.5;
	padding-top:20px;
	margin-bottom:0;
}

h5 {
	background:#fff;
    font-size: 150%;
    font-weight: bolder;
	line-height:1.5;
	text-align:center;
    padding: 15px 0;
	margin-bottom:20px;
}

.box_in{
	padding:70px 0 !important;
}

.top_btn_br{
	margin-bottom:50px;
}

.top_btn,.top_btn02{
    display: inline-block;
	background-color:#fff;
	color:#003DAA;
	margin:0 3px;
	letter-spacing:1px;
	text-align:center;
	border:#003DAA solid 3px;
}

.top_btn span,.top_btn02 span{
	font-size:12px;
}

.top_btn p,.top_btn02 p{
	font-size:18px;
}

.top_btn:hover,.top_btn02:hover {
	background-color: #003DAA;
	text-decoration:none;
}
.top_btn{
	width:280px;
	padding:20px 20px;
}
.top_btn02{
	width:445px;
	padding:20px 20px;
}

.food_img{
	width:100%;
	margin-bottom:20px;
}
.food_img img{
	width:100%;
}
.food_img02{
	width:60%;
	margin:0 auto 30px;
}
.food_map{
	width:80%;
	margin:0 auto 0;
}
.food_img img{
	width:100%;
}

div#name_head{
	position: relative;
	overflow: hidden;
}

ul#name_head{
    float: left;
	left:50%;
    position:relative;
}

ul#name_head li {
    float: left;
	left:-50%;
	position:relative;
    margin: 0 3px 20px 3px;
}

ul#name_head li a {
    color:#003DAA;
    font-size: 150%;
    padding: 3px;
    text-decoration: none;
}

ul#name_head li a:hover {
	/*background:#F5F5F5;*/
	border-bottom:2px solid #00256;
    color: #00256;
    font-size: 150%;
	font-weight:bold;
    padding: 3px;
    text-decoration: underline;
}

table.food_list {
    width: 100%;
    font-size: 14px;
	margin-bottom:10px;
	color:#333;
	border-top:none;
	border-left:none;
	border-right:none;
}

table.food_list th{
	width:35%;
	font-weight:bold;
	padding: 10px 0 15px 5px;
	text-align:left;
	border-bottom: #ddd 1px solid;
}

table.food_list tr td {
	font-size: 14px !important;
    padding: 8px 0;
    text-align:left;
	border-bottom: #ddd 1px solid;
}
table.food_list span.foof_sp01{
	font-size:12px;
	font-weight:bold;
	color:#e7242e;
	text-align:center;
	padding:4px 10px;
	border:#e7242e 3px solid;
	border-bottom:#e7242e 5px solid;
}
table.food_list span.foof_sp02{
	font-size:12px;
	font-weight:bold;
	color:#e7242e;
	text-align:center;
	padding:4px;
	border:#e7242e 3px solid;
	border-bottom:#e7242e 6px solid;
}


.btn_list{
	width:380px;
    display: block;
	background-color:#4E167E;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 auto 20px;
	text-align:center;
	letter-spacing:5px;
	font-size: 130%;
}
.btn_list:hover {
	background-color:#370F59;
	text-decoration:none;
}

.box .btn{
	width:270px;
    display: block;
	background-color:#4E167E;
	color:#FFFFFF;
	padding:10px 15px;
	margin:0 auto 60px;
	text-align:center;
	letter-spacing:5px;
	font-size: 130%;
}
.box .btn:hover {
	background-color:#370F59;
	text-decoration:none;
}

/*----------------------------
common classes
----------------------------*/
.mtb40{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}


@media screen and (max-width: 834px) {
	#wrapper{
		background:url(../img/bg_booth_sp.png) no-repeat top center;
		background-size: contain;
	}
	h4{
		font-size: 20px;
		font-weight:bold;
	}
	.box_in{
	padding:40px 0 !important;
	}
.top_btn{
	width:70%;
    display: inline-block;
	padding:15px 20px;
	margin:30px 3px 0 0;
	letter-spacing:1px;
	text-align:center;
}
.top_btn02{
	width:80%;
    display: inline-block;
	padding:20px 20px;
	margin:0 3px;
	letter-spacing:1px;
	text-align:center;
}

	table.food_list{
		width:80%;
		margin:0 auto 0;
	}
	table.food_list tr th {
		border: none;
		display: block;
		width: 100%;
		list-style-type: none;
		padding:0 0 0 0;
	}
	table.food_list tr td {
		border-bottom: #ddd 1px solid;
		display: block;
		width: 100%;
		list-style-type: none;
		line-height:1.4;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.container #bn_gp li{
	float:left;
	margin:0 22px 22px 22px;
}

.container #bn_gp li.bn_gp_last{
	float:left;
	margin:0 22px 22px 22px;
}
	table.text_list {
	    font-size:77%;
	}
	ul#name_head li{
		margin:8px;
	}
	table.text_list tr td.none {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.btn_list{
	width:90%;
	padding:10px 0;
	}
	.content_t h3{
	margin-bottom: 20px;
	}
	h4{
		width:90%;
		margin:0 auto 20px;
		font-size: 16px;
		font-weight:bold;
	}
	.top_btn_br{
	margin-bottom:20px;
	}
	.food_map{
	width:90%;
	margin:0 auto 0;
	}
	table.food_list{
		width:90%;
		margin:0 auto 0;
	}
	.food_img02{
	width:80%;
	}
	.container #bn_gp img{
		width:100%;
	}
	.container #bn_gp{
		margin:0 auto 0;
		text-align:center;
		margin-bottom:40px;
	}
	.container #bn_gp li{
		float:none;
		margin: 0 0 10px 0;
	}
	.container #bn_gp li.bn_gp_last{
		float:none;
		margin: 0 0 10px 0;
	}
}