@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: 'Noto Sans JP', sans-serif;
}
.dm {
	font-family: "DM Sans", sans-serif;
}
.osw {
	font-family: "Oswald", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #303427;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 13px 0 13px;
	width: 1148px;
	box-sizing: border-box;
}
#gHeader .hBox h1 {
	width: 143px;
}
#gHeader .hBox .rBox {
	padding: 4px 30px 0 0;
	width: calc(100% - 160px);
	align-items: center;
	box-sizing: border-box;
}
#gHeader .hBox .rBox .link {
	width: 225px;
}
#gHeader .hBox .rBox .link a {
	padding: 10px 5px 10px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-align: center;
	background-color: #F4AC27;
	border-radius: 4px;
}
#gHeader .hBox .rBox .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .rBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 12px 55px 14px 14px;
		width: auto;
		align-items: center;
	}
	#gHeader .hBox h1 {
		position: relative;
		z-index: 201;
	}
	#gHeader .hBox .rBox {
		display: none;
		padding: 0;
		width: auto;
	}
	#gHeader .snsList {
		padding-top: 2px;
	}
	#gHeader .snsList li {
		width: 32px;
	}
	#gHeader .snsList li a {
		display: block;
	}
	#gHeader.on .snsList {
		display: none;
	}
	#gHeader .hBox .rBox .link {
		margin: 3px 0 16px 28px;
		width: 176px;
	}
	#gHeader .hBox .rBox .link a {
		padding: 8px 5px 9px;
		font-size: 1.5rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 31px;
		right: 15px;
		height: 20px;
		width: 24px;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 8px;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 16px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		padding-bottom: 115px !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100vh;
		overflow: auto;
		box-sizing: border-box;
		z-index: 200;
		background-color: #333333;
	}
	#gHeader .menuBox .snsUl {
		padding-left: 28px;
	}
	#gHeader .menuBox .snsUl li {
		width: 32px;
	}
	#gHeader .menuBox .snsUl li a {
		display: block;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-bottom: 4px;
	width: calc(100% - 355px);
	text-align: right;
	box-sizing: border-box;
}
#gNavi li {
	margin-left: 43px;
	display: inline;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	color: #FFF;
	font-weight: 700;
	font-family: "DM Sans", sans-serif;
}
#gNavi li.on a {
	color: #F4AC27;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		color: #F4AC27;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 120px 0 5px 28px;
		width: auto;
		height: 100%;
		min-height: 330px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
	}
	#gNavi li {
		margin: 0 0 23px;
		display: block;
	}
	#gNavi li:last-child {
		margin: 0;
	}
	#gNavi li a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 46px 0 45px;
	background-color: #303427;
}
#gFooter .fBox .fNavi {
	margin-bottom: 40px;
}
#gFooter .fBox .fNavi li {
	margin: 0 23px;
}
#gFooter .fBox .fNavi li a {
	color: #FFF;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter address {
	margin-bottom: 24px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-family: "DM Sans", sans-serif;
}
#gFooter .snsList li {
	margin: 0 5px;
	width: 32px;
}
#gFooter .snsList li a {
	display: block;
}
#gFooter .snsList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 43px 0 30px;
	}
	#gFooter .fBox .fNavi {
		margin-bottom: 35px;
		display: block;
	}
	#gFooter .fBox .fNavi li {
		margin: 0 0 14px;
	}
	#gFooter .fBox .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox .fNavi li a {
		padding: 5px 10px;
		display: block;
		color: #FFF;
		text-align: center;
		font-size: 1.6rem;
	}
	#gFooter address {
		margin-bottom: 12px;
		padding: 0 40px;
		font-size: 1.6rem;
	}
}