@charset "utf-8";
/*------------------------------------------------------------------
/
/	module.css
/
/-----------------------------------------------------------------*/

/* base 
------------------------------------------------*/
:root {
	background-color: #000;
}
html {
	min-height: 100%;
}
body {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
}
a:link,a:visited { color:#fb4211; text-decoration: none;}
a:hover,a:active  { text-decoration: underline;}
ul {
	list-style: none;
}
#content a {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
#content a:hover img {
	opacity: 0.8;
}
#content a.sptel:hover img {
	opacity: 1;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,1);
	z-index: 9998;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}
#wrapper {
}
.area-in {
	position: relative;
	display: block;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.area-in:before { content:""; display:table;}
.area-in:after { content:""; display:table; clear:both;}
.area-in { zoom:1;}
.area-in img {
	width: 100%;
}
.area-in img.widthauto {
	width: auto;
}
/* header
------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/common/hbg.png) repeat-x top left;
	width: 100%;
	height: 70px;
	overflow: hidden;
	z-index: 9999;
}
#header:before { content:""; display:table;}
#header:after { content:""; display:table; clear:both;}
#header { zoom:1;}
#header .header {
	float: left;
	display: table;
}
#header .logo {
}
#header .reservation {
	display: none;
	min-width: 180px;
	text-align: center;
}
.header img.pc {
	display: inline-block!important;
}
.header img.sp {
	display: none!important;
}
.header > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#header * img {
	width: auto;
	height: 100%;
}
#header .sns {
	display: none!important;
	float: right;
	display: table;
	font-size: 70%;
}
#header .sns > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#header .sns dl {
	display: table;
}
#header .sns dl dt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
#header .sns dl dd {
	display: table-cell;
	vertical-align: middle;
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #gnav li {
  }
}
/* pan
------------------------------------------------*/
#pan {
	padding: 0 10px;
}
#pan ol {
	list-style: none;
	font-size: 70%;
	line-height: 1.2;
	padding: 10px 0;
}
#pan ol:before { content:""; display:table;}
#pan ol:after { content:""; display:table; clear:both;}
#pan ol { zoom:1;}
#pan li {
	float: left;
}
#pan li a {
	color: #fff;
}
#pan li a:hover {
	color: #fb4211;
	text-decoration: none;
}
#fpan {
	display: none;
}
#fpan {
	padding: 10px;
	font-size: 70%;	
}
#fpan ol {
	list-style: none;	
}
#fpan li {
	display: inline;
}
/* footer
------------------------------------------------*/
#footer {
	clear: both;
	padding: 30px 10px;
	background: #000;
}
#footer a {
	color: #fff;
}
.footer-text {
	text-align: center;
	margin-bottom: 30px;
	font-size: 90%;
}
.footer-logo {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.footer-logo > * {
	display: table-cell;
	text-align: center;
}
.footer-logo img {
	max-width: 270px;
}
#footer .copy {
	text-align: center;
	font-size: 75%;
	margin-bottom: 5px;
}
#footer .flink {
	text-align: center;
	font-size: 70%;
	margin-bottom: 20px;
}
/* contact
------------------------------------------------*/
.contact-box {
	background: url(../images/top/contact_item03.png) no-repeat center center;
	background-size: contain;
	padding: 0 10px;
}
.contact-box .area-in {
	display: table;
}
.contact-text {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}
.contact-text img {
	max-width: 500px;
}
.contact-btn {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: middle;
}
.contact-btn img {
	max-width: 500px;
}
.contact-box.type-btnnone .area-in {
	display: block;
	text-align: center;
}
.contact-box.type-btnnone .contact-text {
	display: block;
	width: auto;
	text-align: center;
}
.contact-box.type-btnnone .contact-btn {
	display: none;
}
/* content
------------------------------------------------*/
#content {
	width: 100%;
	padding-top: 70px;
}
#content:before { content:""; display:table;}
#content:after { content:""; display:table; clear:both;}
#content { zoom:1;}

@media screen and (min-width: 1000px) {
/* 1000pxより大きい場合 */
}
@media screen and (max-width: 1000px) {
/* 1000pxより小さい場合 */
	#header {
		height: 60px;
	}
	#header * img {
		height: 60px;
	}
	#header .reservation {
	}
	#header .sns dl dt {
		display: none;
	}
	#content {
		padding-top: 60px;
	}
}
@media screen and (min-width: 768px) {
/* 768pxより大きい場合 */
	/* base 
	------------------------------------------------*/
	/* header
	------------------------------------------------*/
	/* gnav
	------------------------------------------------*/
	/* pan
	------------------------------------------------*/
	/* footer
	------------------------------------------------*/
	/* bottom-menu
	------------------------------------------------*/
	/* contact
	------------------------------------------------*/
	/* content
	------------------------------------------------*/
}
@media screen and (max-width: 768px) {
/* 768pxより小さい場合 */
	/* base 
	------------------------------------------------*/
	/* header
	------------------------------------------------*/
	/* pan
	------------------------------------------------*/
	/* footer
	------------------------------------------------*/
	/* bottom-menu
	------------------------------------------------*/
	/* contact
	------------------------------------------------*/
	/* content
	------------------------------------------------*/
}
@media screen and (max-width: 640px) {
/* 640pxより小さい場合 */
	/* base 
	------------------------------------------------*/
	/* header
	------------------------------------------------*/
	#header {
		top: auto;
		bottom: 0;
	}
	.header img.sp {
		display: inline-block!important;
	}
	.header img.pc {
		display: none!important;
	}
	#header .header {
		width: 75%;
	}
	#header.nosns .header {
		width: 100%;
	}
	#header .logo {
		min-width: 33%;
		min-width: 50%;
	}
	#header .reservation {
		min-width: 33%;
	}
	#header .tel {
		min-width: 33%;
		min-width: 33%;
	}
	#header .sns {
		padding-right: 10px;
	}
	#header .sns dl dt {
		display: none;
	}
	/* pan
	------------------------------------------------*/
	#pan {
		display: none;
	}
	/* footer
	------------------------------------------------*/
	.footer-in {
		margin-bottom: 10px;
	}
	.footer-logo img {
		max-width: 200px;
	}
	#footer .copy {
		margin-bottom: 0;
	}	
	#footer .flink {
		margin-bottom: 10px;
	}	
	#footer {
		padding-bottom: 80px;
	}
	#fpan {
		display: block;
	}
	.footer-logo {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.footer-logo a {
		display: block;
		padding: 10px 0;
	}
	#footer .ot {
		display: none;
		text-align: center;
	}
	/* contact
	------------------------------------------------*/
	.contact-text {
		display: block!important;
		width: auto!important;
		text-align: center;
	}
	.contact-btn {
		display: block;
		width: auto;
		text-align: center;
		display: none;
	}
	/* content
	------------------------------------------------*/
	#content {
		padding-top: 0;
	}
}
@media screen and (max-width: 450px) {
/* 450pxより小さい場合 */
	/* base 
	------------------------------------------------*/
	/* header
	------------------------------------------------*/
	/* gnav
	------------------------------------------------*/
	/* pan
	------------------------------------------------*/
	/* footer
	------------------------------------------------*/
	/* bottom-menu
	------------------------------------------------*/
	/* contact
	------------------------------------------------*/
	/* content
	------------------------------------------------*/
}
