@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', 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 {
	max-width: 100%;
	vertical-align: top;
}
a, a:link {
	color: #57453F;
	text-decoration: none;
}
a:visited {
	color: #57453F;
}
a:hover {
	color: #57453F;
}
a:active {
	color: #57453F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #57453F;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin: 0 auto 83px;
	width: 816px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
	#main {
		margin: 0 15px 40px !important;
		width: auto !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 68px;
	padding-bottom: 106px;
	background: url("../../img/common/h_bg01.jpg") repeat-x left bottom;
	background-size: 333px 107px;
}
#gHeader .menuBox {
	padding: 50px 0;
}
#gHeader .menuBox ul {
	margin: 0 auto;
	width: 1080px;
}
#gHeader .menuBox li a {
	display: block;
	position: relative;
}
#gHeader .menuBox li a span {
	display: block;
}
#gHeader .menuBox li a .en img {
	width: auto;
	height: 21px;
}
#gHeader .menuBox li a .jp {
	margin-top: -4px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #8C7E81;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1;
	word-break: keep-all;
	transform: translate(-50%, -50%);
}
#gHeader .menuBox li a:hover .en {
	opacity: 0;
}
#gHeader .menuBox li a:hover .jp {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 35px;
		padding-bottom: 50px;
		background-size: auto 50px;
	}
	#gHeader .hBox {
		padding: 15px;
		position: relative;
		z-index: 100;
		background: #FFF;
	}
	#gHeader .menu {
		margin-top: 3px;
		margin-left: auto;
		width: 30px;
		height: 24px;
		display: block;
		position: relative;
		cursor: pointer;
	}
	#gHeader .menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #57453F;
		transition: all .3s ease;
	}
	#gHeader .menu span:nth-child(2) {
		top: 10px;
	}
	#gHeader .menu span:nth-child(3) {
		top: 20px;
	}
	#gHeader .menu.on span:nth-child(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on span:nth-child(2) {
		opacity: 0;
	}
	#gHeader .menu.on span:nth-child(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		width: 100%;
		height: 100vh;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		overflow: auto;
		z-index: 99;
		background: #FFF;
	}
	#gHeader .menuBox ul {
		margin: 65px 0;
		width: auto;
		display: block;
	}
	#gHeader .menuBox li a {
		padding: 15px;
		text-align: center;
	}
	#gHeader .menuBox li a .en img {
		height: 18px;
	}
	#gHeader .menuBox li a .jp {
		margin-top: -3px;
		font-size: 2rem;
	}
	#gHeader .menuBox li a:hover .en {
		opacity: 1;
	}
	#gHeader .menuBox li a:hover .jp {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 57px;
}
#gFooter .btnList li {
	margin: 0 8px;
	width: 45px;
}
#gFooter .btnList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 20px;
	}
}