@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&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","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",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%;
    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: 'MidashiGoPr5';
    src: url('../../fonts/A-OTF-MidashiGoPr5-MB31.eot');
    src: url('../../fonts/A-OTF-MidashiGoPr5-MB31.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/A-OTF-MidashiGoPr5-MB31.woff') format('woff'),
    url('../../fonts/A-OTF-MidashiGoPr5-MB31.ttf')  format('truetype');
}
@font-face {
    font-family: 'bahnschrift';
    src: url('"../../fonts/bahnschrift.eot"');
    src: url('../../fonts/bahnschrift.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/bahnschrift.woff') format('woff'),
    url('../../fonts/bahnschrift.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(47, 38, 36, 0.85);
	box-sizing: border-box;
	z-index: 999;
}
#gHeader .hBox {
	padding: 15px 0 16px;
	margin: 0 auto;
	max-width: 1326px;
	align-items: center;
}
#gHeader .hBox .lBox {
	width: 644px;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 139px;
}
#gNavi li {
	margin-right: 14px;
	color: #FFF;
	font-family: 'MidashiGoPr5';
	font-size: 2rem;
	letter-spacing: 0.02em;
}
#gNavi li a {
	margin-right: 12px;
	color: #FFF;
}
#gNavi li:last-of-type,
#gNavi li:last-of-type a {
	margin-right: 0;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .rBox {
	width: 149px;
}
#gHeader .hBox .rBox .linkList li {
	margin-right: 19px;
	width: 62px;
}
#gHeader .hBox .rBox .linkList li:last-of-type {
	margin-right: 0;
}
#gHeader .hBox .rBox .linkList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: static;
	}
	#gHeader .hBox {
		padding: 17px 21px 16px;
		width: auto;
		max-width: inherit;
	}
	#gHeader .hBox .lBox {
		width: auto;
	}
	#gHeader .hBox h1 {
		width: 77px;
		position: relative;
		z-index: 200;
	}
	#gNavi,
	#gHeader .hBox .rBox {
		display: none;
	}
	.menu {
		display: block;
		position: absolute;
		right: 10px;
		top: 13px;
		width: 55px;
		height: 55px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 12px;
		width: 36px;
		height: 5px;
		background-color: #FFF;
	}
	.menu span:nth-of-type(1) {
		top: 12px;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu.on span {
		background-color: #FFF;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.menuBox {
		padding: 94px 24px;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #4f4644;
		z-index: 51;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox ul {
		width: 46.5%;
	}
	.menuBox li a {
		display: block;
		padding: 8px 9px 10px;
		font-size: 1.35rem;
		letter-spacing: 0.025em;
		color: #FFF;
		font-weight: bold;
		border-bottom: 1px solid #FFF;
	}
	.menuBox li:last-of-type a {
		padding-top: 14px;
		width: 24px;
		border-bottom: none;
	}
	.menuBox .link {
		margin: 20px auto 0;
		width: 275px;
	}
}
@media all and (max-width: 1350px) and (min-width: 897px) {
	#gHeader .hBox {
		padding: 15px 20px 16px;
		width: 100%;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 0 6px;
	background-color: #4f4644;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1326px;
}
#gFooter .fBox .lBox {
	margin-right: 80px;
	width: 226px;
}
#gFooter .fBox .fLogo {
	margin-bottom: 26px;
	width: 157px;
}
#gFooter .fNavi {
	margin-right: 170px;
	width: 534px;
}
#gFooter .fBox .fNavi li {
	margin-bottom: 22px;
}
#gFooter .fBox .fNavi li p {
	margin-left: 25px;
}
#gFooter .fBox .fNavi li p a {
	margin-right: 22px;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 0.02em;
}
#gFooter .fBox .fNavi li p a:last-of-type {
	margin-right: 0;
}
#gFooter .fBox .fNavi li > a {
	padding-left: 11px;
	background: url("../../img/common/icon07.png") no-repeat center left / 7px;
}
#gFooter .fBox .fNavi li a {
	font-size: 2rem;
	letter-spacing: 0.02em;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBox p {
	color: #FFF;
	font-size: 1.8rem;
}
#gFooter .fBox p span {
	display: block;
	font-size: 1.7rem;
}
#gFooter .fBox p .bold {
	margin-bottom: 5px;
	font-weight: bold;
}
#gFooter .fBox p .light {
	margin-bottom: -4px;
	font-family: 'bahnschrift';
	font-size: 1.9rem;
	font-weight: 300;
	letter-spacing: 0.01em;
}
#gFooter .fBox .rBox {
	margin-top: 4px;
	width: 305px;
}
#gFooter .fBox .rBox address {
	font-style: normal;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	text-align: right;
	font-family: 'bahnschrift';
}
.pageTop {
	margin: 0 0 92px auto;
	width: 70px;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1350px) and (min-width: 897px) {
	#gFooter .fBox {
	  	padding: 0 20px;
	  	width: auto;
		box-sizing: border-box;
	}
	#gFooter .fNavi {
	  margin-right: 70px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 14px 4px 12px 0;
	}
	#gFooter .fBox {
		margin: 0 22px;
		width: auto;
		justify-content: space-between;
	}
	#gFooter .fBox .lBox {
		margin-right: 0;
		width: 50%;
	}
	#gFooter .fBox .fLogo {
		margin-bottom: 7px;
		width: 79px;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .fBox p {
		font-size: 1.2rem;
	}
	#gFooter .fBox p .bold {
		margin-bottom: 2px;
		font-size: 1.3rem;
	}
	#gFooter .fBox p .light {
		margin-top: -1px;
		font-size: 1.1rem;
	}
	#gFooter .fBox .rBox {
		margin-top: 4px;
		width: 50%;
	}
	#gFooter .fBox .rBox address {
		font-size: 0.6rem;
	}
	.pageTop {
		margin-bottom: 54px;
		width: 34px;
	}
}
@media all and (-ms-high-contrast:none) {
	#gFooter .fBox .fNavi li p {
		padding-top: 3px;
	}
}