@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.fade-up {
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
  -o-transition: transform 1.5s;
}

.fade-in {
  transition: opacity 1.8s;
  -moz-transition: opacity 1.8s;
  -webkit-transition: opacity 1.8s;
  -o-transition: opacity 1.8s;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 70px;
	margin-bottom: 60px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		padding-top: 56px;
		margin-bottom: 40px;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}

#gHeader .hBox {
	margin: 0 auto;
	padding-left: 4px;
	width: 1123px;
	box-sizing: border-box;
}

#gHeader .hBox h1 {
	float: left;
}

#gHeader .hBox h1 a:hover {
	opacity: 0.7;
}

#gHeader .more {
	float: right;
	font-size: 1rem;
}

#gHeader .more a {
	display: inline-block;
	padding: .8em 1em;
	color: #fff;
	background-color: #940404;
	border-radius: 6px;
}

#gHeader .hBox .hText {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3.2px;
	float: right;
}

#gHeader .hBox .hText span {
	display: block;
	color: #f3da30;
	line-height: 1.7;
	font-size: 16px;
	letter-spacing: 2.3px;
}

.fixbtn {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -115px;
	z-index: 100000;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 13px;
		box-sizing: border-box;
	}
	
	#gHeader .hBox {
		width: auto;
	}

	#gHeader .hBox .more a{
		padding: .4em .8em;
		font-size: .8em;
	}

	#gHeader .hBox h1 {
		margin-right: 12px;
	 	width: 100px;
	}
	
	#gHeader .hBox h1 img {
		width: 100%;
	}
	
	#gHeader .hBox .hText {
		margin-top: 0;
		font-size: 7px;
		text-align: left;
		line-height: 1;
		letter-spacing: 1.5px;
		float: left;
	}
	
	#gHeader .hBox .hText span {
		font-size: 9px;
		letter-spacing: 0.8px;
	}
	
	.fixbtn {
		position: fixed;
		right: 0;
		top: inherit;
		bottom: 0;
		margin-top: 0;
		width: 100%;
	}	

	.fixbtn img {
		width: 100%;
	}

}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 20px;
	text-align: center;
}

#gFooter p {
	font-size: 10px;
	text-align: center;
}

#gFooter .fNavi {
	margin: 0 auto 40px;
	width: 820px;
}

#gFooter li {
	margin-right: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
}

#gFooter li a {
	margin-right: 15px;
}

#gFooter li a:hover {
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-bottom: 80px;
	}
	
	#gFooter .fNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	fontStyle
------------------------------------------------------------*/
#container .fontStyle {
	font-family: 'Montserrat', sans-serif;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin-bottom: 56px;
	background-color: #221e1f;
}

#main .comLink a {
	padding: 33px 0;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	display: block;
}

#main .comLink a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .comLink {
		margin-bottom: 26px;
	}
	
	#main .comLink a {
		padding: 12px 0 12px 0;
		font-size: 16px;
	}
}

/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
#main .headLine {
	font-size: 1.8rem;
	line-height: 1.4;
	position: relative;
	padding-bottom: 16px;
}

#main .headLine:after {
	content: "";
	width: 20px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	background-color: #940404;
}

#main .headLine span {
	margin-top: 18px;
	padding: 0;
	display: block;
	color: #f3da30;
	letter-spacing: 1px;
	background-color: transparent;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .headLine {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	
	#main .headLine span {
		margin-top: 8px;
	}
}

body.reservation .fixbtn {
	display: none;
}