﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-color: #000;
}

#wrapper {
	width: 100%;
	background-color: #000;
}


/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	overflow: hidden;
	background-color: #000;
}

#mainvisual .img {
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

article section {
	padding: 0 0 30px;
	border-top: solid 1px #777;
}

article section:first-child {
	border-top: none;
}

.contents-title {
	padding: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	border-top: none;
}

article section h2 {
	padding: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	border-top: none;
}

article section p {
	font-size: 90%;
	line-height: 160%;
}

.main_txt {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box_a {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.box_a a{color: #fff;text-decoration: none;}
.box_a a:link{color: #fff;text-decoration: none;}
.box_a a:visited{color: #fff; text-decoration: none;}
.box_a a:active{color: #fff;text-decoration: underline;}
.box_a a:hover{color: #fff;text-decoration: underline;}

.food_img_area {
	padding-top: 40px;
	padding-left: 120px;
}

.food_img {
	padding-bottom: 8px;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 0px 0;
}

.column1 img {
	width: 208px;
	border: 1px solid #d7d7d7;
}

.column1_02 {
	float: left;
	width: 210px;
	margin: 0 30px 0px 0;
}

.column1_02 img {
	width: 208px;
	border: 1px solid #d7d7d7;
}

.column1_03 {
	float: left;
	width: 210px;
	margin: 0 30px 0px 0;
}

.column1_03 img {
	width: 208px;
	border: 1px solid #d7d7d7;
}

.column1_04 {
	float: left;
	width: 210px;
	margin: 0 30px 20px 0;
}

.column1_04 img {
	width: 208px;
	border: 1px solid #d7d7d7;
}

.google_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 20px;
}

.sns_icon {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 10px;
}

.sns_icon ul {
	float:left;
	left:50%;
	position:relative;
}

.sns_icon li {
	float:left;
	left:-50%;
	position:relative;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.sns_icon img {
	max-width: 80px;
}


/* ------ Table ------ */

.table_area {
	padding-top: 16px;
}

.table {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	*border-left: solid 1px #ddd;
}

.table .thead,
.table .tbody {
	display: table-row-group;
}

.table ul,
.table dl {
	display: table-row;
	font-size: 88%;
	line-height: 160%;
	border-top: solid 1px #ddd;
	overflow: hidden;
	*zoom: 1;
}

.table ul {
	text-align: center;
	background-color: #000;
}

.table ul li,
.table dl dt,
.table dl dd {
	display: table-cell;
	*display: inline;
	padding: 5px 8px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	*border-top: none;
	*border-left: none;
	vertical-align: middle;
	*zoom: 1;
}

.table .col1 {
	width: 7%;
	background-color: #555;
}
.table .col2 {
	width: 50%;
}
.table .col3 {
	width: 30%;
	text-align: left;
}

.table .col3 img {
	max-width: 30px;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background-color: #333;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 3px 0 3px;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 5px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #fff;
	border-left: solid 1px #fff;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}

footer ul li a{color: #fff;text-decoration: none;}
footer ul li a:link{color: #fff;text-decoration: none;}
footer ul li a:visited{color: #fff; text-decoration: none;}
footer ul li a:active{color: #fff;text-decoration: none;}
footer ul li a:hover{color: #fff;text-decoration: underline;}



/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
	
	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}
    
	#one-column {
		width: 90%;
		margin: 0 auto;
	}
	
	.food_img_area {
		padding-top: 36px;
	    padding-left: 0px;
}
    
	.column-set {
		width: 105%;
	}

	.column1 {
		width: 29%;
		margin-right: 4.1%;
	}
	
	.column1_02 {
		width: 29%;
		margin-right: 4.1%;
	}
	
	.column1_03 {
		width: 29%;
		margin-right: 4.1%;
	}
	
	.column1_04 {
		width: 29%;
		margin-right: 4.1%;
	}
	
	#footer-inner {
		width: 100%;
	}

}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
	
	html {
		*overflow-x: hidden;
	}
	
	#contents {
		position: relative;
		z-index: 2;
	}
	
	#mainvisual {
		position: relative;
		z-index: 2;
		padding-top: 1px;
	}
    
	.contents-title {
		font-size: 110%;
	}

	.food_img_area {
		padding-top: 34px;
	}
    
    .column1 {
		width: 45.5%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	
	.column1 img {
		width: 98%;
		margin: 0 auto 10;
	}
	
	.column1_02 {
		width: 45.5%;
		margin-right: 4%;
		margin-bottom: 0px;
	}
	
	.column1_02 img {
		width: 98%;
		margin: 0 auto 10;
	}
	
	.column1_03 {
		width: 45.5%;
		margin-right: 4%;
	}
	
	.column1_03 img {
		width: 98%;
		margin: 0 auto 10;
	}
	
	.column1_04 {
		width: 45.5%;
		margin-right: 4%;
	}
	
	.column1_04 img {
		width: 98%;
		margin: 0 auto 10;
	}
	
}



/*-----------------------------------------------------	*/
/*	for - 591px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 519px) {
	
	.table dl {
		font-size: 90%;
	}
	
	.table .col1 {
		width: 12%;
	}
	.table .col2 {
	}
	.table .col3 {
		width: 30%;
	}
    
}
	
	
/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
	
	.contents-title {
		font-size: 100%;
	}
    
    article section h2 {
		font-size: 120%;
	}
    
	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1 {
		float: none;
		width: 100%;
	}
	
	.column1_02 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.column1_03 {
		float: none;
		width: 100%;
	}
	
	.column1_04 {
		float: none;
		width: 100%;
	}
	
	.table_area {
		padding-top: 30px;
	}
	
	.table {
		border-left: solid 1px #ddd;
	}

	.table .thead,
	.table .tbody {
		display: block;
	}

	.table ul {
		display: none;
	}

	.table dl {
		display: block;
		font-size: 88%;
	}

	.table dl dt,
	.table dl dd {
		float: none;
		display: block;
		border-top: none;
		border-left: none;
	}
	.table .col1 {
		width: auto;
		padding: 8px;
		color: #fff;
		border-bottom: solid 1px #ddd;
		font-weight: bold;
	}
	.table .col2 {
		padding: 8px 8px 0;
		width: auto;
		color: #333;
	}
	.table .col3 {
		padding: 8 8px 8px;
		width: auto;
	}
	
	.table .col1_02 {
		width: auto;
		padding: 8px;
		font-weight: bold;
		color: #333;
		border-bottom: solid 1px #ddd;
	}
	.table .col2_02 {
		padding: 8px 8px 0;
		width: auto;
		color: #333;
	}
	.table .col3_02 {
		padding: 8 8px 8px;
		width: auto;
	}

}

