@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;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
	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: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}

.YuGothic {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mincho {
	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: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* タイトル */
#site_title {
	overflow: hidden;
	text-align: center;
}

#site_title img {
	width: 110px;
}

h1.title {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	padding-left: 30px;
	margin: 35px 0 30px;
	position: relative;
}

h1.title:before {
	content: "";
	background: url(../img/restaurant/symbol_icon.png) no-repeat center/100%;
	width: 17px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 100%;
}

.header_inner {
	position: relative;
	padding: 15px 0 15px;
	background: #fff;
	z-index: 99999;
}

#screen {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
======================================================*/
#main {
	margin: 150px 0 200px;
	padding: 0 20px;
	overflow: hidden;
}

.mainte {
	overflow: hidden;
}

.mainte p {
	text-align: center;
	line-height: 1.8;
}

.mainte p.title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}

.mainte p.read {
	font-size: 18px;
	margin-bottom: 40px;
}

.container {
	width: 100%;
	max-width: 1030px;
	padding: 35px 15px;
	margin: 0 auto;
	position: relative;
}

section:not(:last-of-type) {
	margin-bottom: 60px;
	overflow: hidden;
}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #4D4747;
	padding: 45px 20px;
	clear: both;
	overflow: hidden;
}

#footer_inner {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.fnav {
	overflow: hidden;
	margin: 0 0 50px;
}

.fnav ul {
	width: 100%;
	font-size: 14px;
}

.fnav ul li {
	float: left;
	width: 50%;
	margin: 0 0 20px;
}

.fnav ul li a {
	color: #fff;
}

.fnav ul+p {
	font-size: 12px;
	color: #fff;
}

/* ▼ コピーライト */
#copyright {
	font-size: 12px;
	color: #fff;
}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	#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;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* タイトル */
	#site_title {
		overflow: hidden;
		padding: 13px;
	}

	#site_title img {
		width: 77px;
	}

	/* ▼▼▼ ヘッダー
=====================================*/
	body.wrap {
		overflow: hidden;
	}

	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 58px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
======================================================*/
	#header_inner,
	#main,
	#contents,
	#side,
	footer,
	#footer_inner {
		float: none;
		width: 100%;
	}

	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	#main {
		margin: 100px 0 100px;
	}

	.container {
		width: 100%;
		padding: 30px 15px;
		position: relative;
	}

	.mainte p.title {
		font-size: 22px;
	}

	/* ▼▼▼ フッター
=====================================*/

	footer {
		padding: 40px 20px 85px;
	}

	#footer_inner {
		margin: 0 auto;
		overflow: hidden;
	}

	.fnav {
		overflow: hidden;
		margin: 0 0 50px;
	}

	.fnav ul {
		overflow: hidden;
	}

	.fnav ul li {
		margin: 0 0 20px;
	}

	.fnav ul li:last-child {
		margin: 0;
	}

	.fnav ul li a {
		color: #fff;
	}

	.fnav ul+p {
		font-size: 12px;
		clear: both;
	}
}

/* ▼▼▼ 340px
======================================================*/
@media screen and (max-width: 340px) {
	#footer_inner ul {
		font-size: 12px;
	}

}