@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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: '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%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
@font-face {
    font-family: 'HeiseiMinStdW3';
    src: url('../../fonts/HeiseiMinStd-W3.woff') format('woff'),
    url('../../fonts/HeiseiMinStd-W3.otf')  format('truetype');
}
@font-face {
    font-family: 'bahnschrif';
    src: url('../../fonts/bahnschrif.woff') format('woff'),
    url('../../fonts/bahnschrift.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2.8rem;
	line-height: 2.14;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff100;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	display: block;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 1000000;
}
#gHeader .menu {
	margin: 92px 92px 0 0;
	width: 178px;
	height: 113px;
	position: relative;
	cursor: pointer;
}
#gHeader .menu span {
	width: 178px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #7D0000;
	transition: .3s;
}
#gHeader .menu span:nth-of-type(2) {
	top: 53px;
}
#gHeader .menu span:nth-of-type(3) {
	top: 103px;
}
#gHeader .menu.on span {
    transform: translateY(50px) rotate(45deg);
}
#gHeader .menu.on span:nth-of-type(2) {
    opacity: 0;
}
#gHeader .menu.on span:nth-of-type(3) {
    transform: translateY(-50px) rotate(-45deg);
}
#gNavi {
	display: flex;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	transform: translateX(500px);
}
#gNavi.on {
	transform: none;
}
#gNavi ul {
	padding: 48px 0 50px;
	width: 500px;
	background-color: #fff;
}
#gNavi li {
	margin-top: 6px;
	border-bottom: 2px solid #B2B2B2;
} 
#gNavi li:last-of-type {	
	border-bottom: 0;
}
#gNavi li a {
	padding: 28px 20px 29px;
	display: block;
	font-size: 3rem;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		margin: 15px 10px 0 0;
		width: 35px;
		height: 30px;
	}
	#gHeader .menu span {
		width: 35px;
		height: 3px;
		top: 2px;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 12px;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 22px;
	}
	#gNavi {
		transform: translateX(100px);
	}
	#gNavi ul {
		padding: 10px 0;
		width: 100px;
	}
	#gNavi li {
		margin-top: 0;
	} 
	#gNavi li a {
		padding: 10px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#gHeader .menu.on span {
		transform: translateY(10px) rotate(45deg);
	}
	#gHeader .menu.on span:nth-of-type(3) {
		transform: translateY(-10px) rotate(-45deg);
	}		
}
@media (min-width: 1080px) and (max-width: 1687px) {
	#gHeader .menu {
		width: 140px;
	}
	#gHeader .menu span {
		width: 140px;
	}
	#gNavi {
		transform: translateX(300px);
	}
	#gNavi ul {
		padding: 48px 0 50px;
		width: 300px;
	}
	#gNavi li a {
		font-size: 1.5rem;
		line-height: 1.5;
	}

}
@media (min-width: 897px) and (max-width: 1130px) {
	#gHeader .menu {
		margin-right: 60px;
		width: 120px;
	}
	#gHeader .menu span {
		width: 120px;
	}
	#gNavi {
		transform: translateX(240px);
	}
	#gNavi ul {
		padding: 30px 0;
		width: 240px;
	}
	#gNavi li a {
		font-size: 1.3rem;
		line-height: 1.5;
	}

}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
	#gNavi li a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #00a1e9;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 36px 0 35px;
	max-width: 1000px;
}
#gFooter address {
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 18px;
		max-width: inherit;
	}
	#gFooter address {
		font-size: 1rem;
		line-height: 1.2;
	}
}