@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&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: "游ゴシック", "游ゴシック体", "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;
	max-width: 100%;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {}
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.6rem;
	}
	body.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1110px;
}
#gHeader h1 {
	width: 216px;
	float: left;
}
#gHeader h1 img {
	margin-top: -14px;
}
#gHeader .hInner {
	padding: 20px 15px 0 0;
	width: 835px;
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#gHeader .hInner .rBox {
	width: 210px;
}
#gHeader .hInner .rBox .btn {
	margin-bottom: 1px;
}
#gHeader .hInner .rBox .btn a {
	padding: 13px 5px 12px;
	border: 4px solid #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #FF3434;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
}
#gHeader .hInner .rBox p {
	text-align: center;
}
#gHeader .hInner .rBox p a {
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
}
#gHeader .hInner .rBox .btn a:hover {
	opacity: 0.7;
}
#gHeader .hInner .rBox p a:hover {
	text-decoration: none;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hInner {
		display: none;
	}
	#gHeader .hBox {
		padding: 0 8px;
		width: auto;
	}
	#gHeader h1 {
		width: 158px;
		float: none;
	}
	#gHeader h1 img {
		margin-top: -12px;
	}
	#gHeader .menu {
		width: 40px;
		position: absolute;
		right: 20px;
		top: 22px;
	}
	.cover {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 90;
	}
	.cover.on {
		display: block;
	}
		.menuBox {
		width: 335px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		background-color: #fff;
		z-index: 99;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		overflow-y: auto;
		transform: translateX(100%);
	}
	.menuBox.on {
		transform: translateX(0);
	}
	.menuBox .menuInner {
		padding: 24px 20px 100px;
		position: relative;
	}
	.menuBox .menuInner .close {
		width: 42px;
		position: absolute;
		right: 19px;
		top: 20px;
	}
	.menuBox .logo {
		margin-bottom: 39px;
		width: 210px;
	}
	.menuBox .btn {
		margin-bottom: 11px;
	}
	.menuBox .btn a {
		padding: 33px 5px 32px;
		border: 4px solid #fff;
		border-radius: 10px;
		display: block;
		font-size: 1.8rem;
		text-align: center;
		color: #fff;
		font-weight: bold;
		background-color: #FF3434;
		text-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	}
	.menuBox ul li {
		text-align: center;
	}
	.menuBox ul li a {
		padding: 14px 10px 10px;
		display: block;
		font-size: 2.4rem;
		font-weight: bold;
		border-bottom: 2px solid #DDDDDD;
	}
}
@media all and (max-width: 374px) {
	.menuBox {
		width: 300px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 14px;
	flex: 1;
}
#gNavi li {
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
#gNavi li a {
	font-size: 1.6rem;
	font-weight: bold;
}
#gNavi li::before {
	margin-top: -8px;
	width: 1px;
	height: 15px;
	position: absolute;
	right: -13px;
	top: 50%;
	background-color: #000;
	content: '';
}
#gNavi li:last-child::before {
	display: none;
}
#gNavi li a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 31px;
	background: #FAFAFA;
}
#gFooter .fBox {
	margin: 0 auto 35px;
	width: 900px;
}
#gFooter p {
	margin-bottom: -1px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
#gFooter p.tel {
	margin-bottom: 0;
}
#gFooter p.tel a {
	padding: 3px 0 0 30px;
	display: inline-block;
	font-size: 1.85rem;
	letter-spacing: 0.1em;
	vertical-align: top;
	background: url(../../img/common/icon01.png) no-repeat left center / 20px auto;
}
#gFooter .copyright {
	padding: 15px 0;
	background: #EEE;
}
#gFooter .copyright p {
	margin: 0 auto;
	width: 900px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 31px;
	}
	#gFooter .fBox {
		margin-bottom: 27px;
		width: auto;
	}
	#gFooter p {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.28;
		text-align: center;
	}
	#gFooter p span {
		margin-bottom: 11px;
		display: block;
		font-size: 1.8rem;
	}
	#gFooter .copyright {
		padding: 11px 10px 13px;
	}
	#gFooter .copyright p {
		width: auto;
		line-height: 1.7;
	}
}
@media all and (-ms-high-contrast:none){
	#gHeader .hInner .rBox .btn a {
		padding: 16px 5px 9px;
	}
	#gFooter p.tel a {
		padding-top: 5px;
	}
}