@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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 {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #3e3a39;
	text-decoration: none;
}
a:visited {
	color: #3e3a39;
}
a:hover {
	color: #3e3a39;
}
a:active {
	color: #3e3a39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #3e3a39;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 80px;
	min-height: 350px;
}
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 {
	margin-bottom: 130px;
	padding: 21px 0 26px;
	border-bottom: 2px solid #ebf6f5;
}
#gHeader .hInner {
	margin: 0 auto;
	padding-left: 30px;
	max-width: 1020px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 50px;
		padding: 10px;
	}
	#gHeader .hInner {
		padding-left: 0;
	}
	#gHeader h1 {
		width: 170px;
	}
	.menu {
		width: 30px;
		height: 22px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 30px;
		height: 22px;
		position: relative;
	}
	.menu span {
		background-color: #464641;
		border: none;
		height: 1px;
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 11px;
	}
	.menu span:nth-of-type(3) {
		top: 22px;
	}
	.menu.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		-ms-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	display: flex;
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 13px;
}
#gNavi li a {
	padding: 11px 17px 6px;
	display: block;
	color: #231815;
	font-size: 1.4rem;
	text-align: center;
}
#gNavi li a .en {
	display: block;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.2;
}
#gNavi li:last-child {
	margin-left: 74px;
}
#gNavi li:last-child a {
	color: #fff;
	background-color: #f39800;
}
@media all and (min-width: 897px) {
	#gNavi {
		display: block !important;
	}
	#gNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		top: 65px;
		width: 100%;
		z-index: 100;
		background-color: #fff;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin-left: 0;
	}
	#gNavi li a {
		padding: 10px;
		border-bottom: 1px solid #ebf6f5;
	}
	#gNavi li a .en {
		font-size: 1.6rem;
	}
	#gNavi li:last-child {
		margin-left: 0;
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 55px 0 47px;
	background-color: #efefef;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 1046px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo {
	margin-left: 27px;
}
#gFooter .fNavi {
	display: flex;
	justify-content: flex-end;
}
#gFooter .fNavi li {
	margin-left: 38px;
}
#gFooter .fNavi li a {
	padding: 17px 15px 6px;
	display: block;
	color: #231815;
	font-size: 1.4rem;
	text-align: center;
}
#gFooter .fNavi li a .en {
	display: block;
	font-size: 2rem;
	letter-spacing: 3.5px;
	line-height: 1.2;
}
#gFooter .fNavi li:last-child {
	margin-left: 84px;
}
#gFooter .fNavi li:last-child a {
	padding-top: 11px;
	color: #fff;
	background-color: #f39800;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 20px 0 0;
	}
	#gFooter .fInner {
		flex-wrap: wrap;
		justify-content: center;
	}
	#gFooter .fLogo {
		margin: 0 0 10px;
	}
	#gFooter .fLogo img {
		width: 200px;
	}
	#gFooter .fNavi {
		display: block;
		width: 100%;
	}
	#gFooter .fNavi li {
		margin: 0;
	}
	#gFooter .fNavi li a {
		padding: 8px;
		font-size: 1.4rem;
	}
	#gFooter .fNavi li a .en {
		font-size: 1.6rem;
	}
	#gFooter .fNavi li:last-child {
		margin-left: 0;
	}
}