@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	font-family: 'Noto Sans JP', sans-serif;
	}
body {
	color: #432211;
	font-size: 16px;
	line-height: 1.6;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	}

@media print {
	html,
	html body{overflow: visible !important;}
	}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {max-width: 100%;height: auto;vertical-align: bottom;} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
	}
img, x:-moz-any-link, x:default {
		box-shadow: #000 0 0 0; /* IE7対応 */
	}

/* リンク */
a:link		{color: #432211; text-decoration: none;}
a:visited {color: #432211; text-decoration: none;}
a:hover	 {color: #432211; text-decoration: underline;}
a:active	{color: #432211; text-decoration: underline;}

.mincho{
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
	font-weight: normal;
	}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {content: "";display: table;clear: both;}

.container {width: calc(100% - 30px);max-width: 1000px;margin: 0 auto;position: relative;}

/* ブロック関係 */
.row {padding-bottom: 0em;}
.col {display: block;float: left;width: 100%;margin: 0 1%;line-height: 1.5;}
.col:first-child {margin-left: 0;}
.col:last-child {margin-right: 0;}

/* グリッドの設定 */
.span_1 {width: 6.25%;}
.span_2 {width: 15%;}
.span_3 {width: 23.5%;}
.span_4 {width: 32%;}
.span_5 {width: 40.5%;}
.span_6 {width: 49%;}
.span_7 {width: 57.5%;}
.span_8 {width: 66%;}
.span_9 {width: 74.5%;}
.span_10 {width: 83%;}
.span_11 {width: 91.5%;}
.span_12 {width: 100%;}

.pc {display: block;}
.sp {display: none;}

/* タイトル */
#site_title {
	position: absolute;
	width: 140px;
	height: 77px;
	top: 15px;
	left: calc(50% - 70px);
	overflow: hidden;
}
#main h1{
	position: relative;
	padding: 46px 0 58px;
	margin-bottom: 10px;
	text-align: center;
	background: #DC000C;
	color: #FFFFFF;
	font-size: 32px;
}
#main h1::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: 45px;
	left: calc(50% - 20px);
	background-color: #FFFFFF;
}
img{
	width: 100%;
	max-width: 100%;
}
h2{
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 30px;
	text-align: center;
	color: #DC000C;
	font-size: 32px;
}
h2::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: 0;
	left: calc(50% - 20px);
	background-color: #DC000C;
}
h3.sub_title{
	margin-bottom: 25px;
	color: #DC000C;
	font-size: 20px;
}
h3.sub_title::before{
	content: '■';
}
p{
	color: #432211;
}
.read{
	text-align: center;
	line-height: 1.9;
}
.kome{
	font-size: 14px;
}
/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 100%;
	height: 108px;
	background: #FFFFFF;
	overflow: hidden;
	}

.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	}
	#gnav ul {
		flex: 0 0 365px;
		width: 365px;
		max-width: calc(50% - 70px);
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
		}
	#gnav ul > li {
		}
	#gnav ul > li a {
		display: block;
		line-height: 50px;
		padding: 29px 0;
		font-weight: bold;
		color: #432211;
		}
	#gnav ul > li a:hover {
			-ms-filter: "alpha(opacity=60)";
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
	#gnav ul > li a {
		display: block;
		}
/* 利用者の１日削除に伴う修正 */
	#gnav ul:first-child > li:nth-child(2){
		margin-left: 30%;
	}

#gnav ul:last-child > li:nth-child(3){
		margin-right: 0%;
	}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}

/* パンくず */
#path {
	margin-bottom: 40px;
	font-size: 14px;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right: 10px;
		}
	#path li:after {
		content: ">";
		margin-left: 10px;
		color: #432211;
		}
	#path li:last-child:after {content: "";}

/* Googlemap */
.map_container {
	width: 100%;
	position: relative;
	padding-top: 30%;
	}
.google {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	}


/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #DC000C;
	padding: 38px 0 31px;
	clear: both;
	overflow: hidden;
	}

.footer_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	margin-bottom: 63px;
}
.footer_menu{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex: 0 0 37%;
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	flex-wrap: wrap;
}
.footer_menu ul{
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}
.footer_menu li{
	margin-bottom: 25px;
}
.footer_menu a{
	display: block;
	color: #FFFFFF;
}
.footer_add{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 500px;
	margin-right: 2.6%;
	border-left: #FC4D57 1px solid;
	padding-left: 35px;
	color: #FFFFFF;
}
.footer_add > div:not(:last-child){
	margin-bottom: 20px;
}
.footer_add h3{
	font-size: 22px;
	margin-bottom: 24px;
}
.footer_add h3 span{
	font-size: 14px;
	margin-left: 0.5em;
}
.footer_add h4{
	font-size: 18px;
}
.footer_add table{
	width: 100%;
}
.footer_add th{
	width: 5em;
	color: #FFFFFF;
}
.footer_add td{
	padding: 8px 0;
	color: #FFFFFF;
}
.footer_add td p{
	color: #FFFFFF;
}
.footer_add p.kome{
	color: #FFFFFF;
}
.footer_add .tel-moji a{
	color: #FFFFFF;
}
/* ▼ ページ上部へ戻る */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
	width: 78px;
	height: 78px;
	border: #DC000C 1px solid;
	border-radius: 40px;
	background: url(../img/pagetop.png) center center no-repeat,#FFFFFF;
	-webkit-background-size: 40px 69px;
	background-size: 40px 69px;
	}

/* ▼ コピーライト */
#copyright {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	}



/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

#wrapper {width: 100%;}
#screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,0.8);
	z-index: 200;
	}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width: 100%;}
.col {margin: 0;}

.pc {display: none;}
.sp {display: block;}

/* タイトル */
#site_title {
	width: 85px;
	height: 46px;
	top: 10px;
	left: 21px;
	}


/* ▼▼▼ ヘッダー
=====================================*/
body.wrap {overflow: hidden;}

header {
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: visible;
	}
header .container{
	width: 100%;
	max-width: 100%;
}
.header_inner {
	width: 100%;
	height: 60px;
	position: fixed;
	background: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 99999;
	}
header + #main{
	margin-top: 60px;
}

/* グローバルナビゲーション */
#gnav {
	display: -webkit-flex!important;
	display: -ms-flex!important;
	display: flex!important;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100%;
	max-height: 100vh;
	margin: 60px 0 0;
	padding: 20px 0 30px;
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 1000;
	overflow: auto;
	background-color: #DC000C;
	}
#gnav.open {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	}
#gnav ul {
	clear: both;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	display: block;
	width: 50%;
	max-width: 50%;
}
	#gnav ul > li {
		float: none;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		text-indent: 0;
		}
	#gnav ul > li > a {
		height: 50px!important;
		background-size: 10px 10px!important;
		padding: 0 0 0 15px;
		color: #FFFFFF;
		line-height: 50px;
		font-weight: bold;
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}
/* 利用者の１日削除に伴う修正 */
	#gnav ul:first-child > li:nth-child(2){
		margin-left: 0;
	}

/* メニューボタン */
.menu {
	display: block;
	width: 60px;
	height: 60px;
	background: #DC000C;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	text-indent: -9999px;
	}
.menu > span {
		display:block;
		position:absolute;
		top:20px;
		right:22px;
		width:16px;
		height:2px;
		background:#fff;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span:before {
		content:'';
		position:absolute;
		width:16px;
		height:2px;
		background:#fff;
		top:-6px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span:after {
		content:'';
		position:absolute;
		width:16px;
		height:2px;
		background:#fff;
		bottom:-6px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span.active {
		background:transparent;
	}
.menu > span.active:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
.menu > span.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
.menu > span span::after{
	content: '';
	position: absolute;
	bottom: -30px;
	right: -22px;
	width: 60px;
	height: 17px;
	background: url(../img/menu_open.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.menu > span.active span::after{
	background: url(../img/menu_close.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* 予約ボタン */
/*.reserve{
	display: block;
	width: 60px;
	height: 60px;
	background: #432211;
	position: absolute;
	top: 0;
	right: 61px;
	z-index: 2000;
	text-indent: -9999px;
}
.reserve a{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.reserve a::before,.reserve a::after{
	content: '';
	position: absolute;
}
.reserve a::before{
	width: 18px;
	height: 18px;
	top: 12px;
	left: 21px;
	background: url(../img/icon_reserve.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.reserve a::after{
	width: 60px;
	height: 17px;
	top: 34px;
	left: 0;
	background: url(../img/manu_reserve.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}*/

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner,
#main,#contents,#side,
footer,#footer_inner {
	float: none;
	width: 100%;
	}

#main {padding: 0;}
.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#main h1{
	font-size: 28px;
}
.container {width: calc(100% - 50px);}

h2{
	font-size: 26px;
}
/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #DC000C;
	padding: 38px 0 31px;
	clear: both;
	overflow: hidden;
	}

.footer_flex{
	display: block;
	margin-bottom: 93px;
}
.footer_add{
	width: 100%;
	margin-right: 0;
	border-top: #FC4D57 1px solid;
	border-left: none;
	padding-left: 8px;
	padding-top: 20px;
}
.footer_menu a{
	padding-left: 5px;
}
table + p.kome{
	font-size: 12px;
}
/* ▼ ページ上部へ戻る */
.pagetop {
		bottom: 60px;
	}

}
