@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAFAFA;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1rem 4.5rem 0.9rem;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	background-color: #002C5A;
}
#gHeader h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader a {
	width: 8.4rem;
	display: inline-block;
	height: 2rem;
}
#gHeader h1 span {
	margin-left: 2rem;
	padding: 0.1rem 0;
	width: 14rem;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	border: 1px solid #fff;
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 1rem 2rem 0.9rem;
	}
	#gHeader a {
		width: 6.7rem;
		height: 1.6rem;
	}
	#gHeader h1 span {
		margin-left: 3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.1rem 0 1.5rem;
	position: relative;
	background: url(../img/common/footer_bg.png) no-repeat left top /cover;
}
#gFooter::after {
	width: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	height: 0.2rem;
	content: "";
	background-color: #D3BB79;
}
#gFooter .logo {
	margin-bottom: 3.5rem;
	align-items: center;
}
#gFooter .logo a {
	display: inline-block;
}
#gFooter .logo .img01 {
	width: 8.3rem;
}
#gFooter .logo .img02 {
	margin: 0 2.1rem 0 2.2rem;
	display: inline-block;
	width: 3.2rem;
}
#gFooter .logo .img03 {
	width: 17.4rem;
}
#gFooter .snsBox {
	margin-bottom: 3rem;
	align-items: center;
}
#gFooter .snsBox p {
	margin-right: 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #D3BB79;
}
#gFooter .snsBox .snsUl li {
	margin-right: 2rem;
	width: 3.7rem;
}
#gFooter .snsBox a {
	display: block;
}
#gFooter .snsBox .snsUl li:last-child {
	margin-right: 0;
}
#gFooter address {
	text-align: center;
	font-size: 1.2rem;
	color: #333333;
	font-weight: 300;
	letter-spacing: -0.1em;
}
#gFooter .logo a:hover,
#gFooter .snsBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	#gFooter {
		padding: 6.3rem 0 1.5rem;
		background-image: url(../img/common/footer_bg_sp.png);
	}
	#gFooter::after {
		width: 100%;
		position: absolute;
		top: 0.5rem;
		left: 0;
		height: 0.2rem;
		content: "";
		background-color: #D3BB79;
	}
	#gFooter .logo {
		margin-bottom: 2.7rem;
	}
	#gFooter .logo .img01 {
		width: 6.6rem;
	}
	#gFooter .logo .img02 {
		margin: 0 1.7rem 0 1.7rem;
		width: 2.6rem;
	}
	#gFooter .logo .img03 {
		width: 13.9rem;
	}
	#gFooter .snsBox {
		margin-bottom: 4.5rem;
		display: block;
		text-align: center;
	}
	#gFooter .snsBox p {
		margin: 0 0 0.9rem;
	}
	#gFooter .snsBox .snsUl {
		justify-content: center;
	}
	#gFooter .snsBox .snsUl li {
		margin: 0 1rem;
		width: 3.7rem;
	}
}