@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 Sans JP", serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
.osw {
	font-family: "Oswald", 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: #222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
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;
	}
}
.mt_5rem{
	margin-top: 5rem;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0.6rem 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 100rem;
}
#gHeader .hBox h1 {
	margin: 0.5rem 0 0 1.3rem;
	width: 16.8rem;
}
#gHeader .hBox .linkUl {
	gap: 0.7rem;
}
#gHeader .hBox .linkUl li {
	width: 17rem;
}
#gHeader .hBox .linkUl li.li02 {
	width: 21.4rem;
}
#gHeader .hBox .linkUl li a {
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	font-weight: 600;
	font-size: 1.45rem;
	text-align: center;
	border-radius: 0.5rem;
	border: 1px solid #000;
	background: url(../img/common/icon01.png) no-repeat right 1.5rem center / 0.6rem;
	box-sizing: border-box;
}
#gHeader .hBox .linkUl li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .linkUl li.li02 a {
	border-radius: 0.8rem;
	color: #FFF;
	background : url(../img/common/icon02.png) no-repeat right 1.6rem center / 0.6rem,linear-gradient(0deg, rgba(172, 121, 0, 1) 0%, rgba(199, 151, 12, 1) 100%);
	border-color: #D6C8A8;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.6rem 0;
	}
	#gHeader .hBox {
		margin: 0;
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		margin: 0.2rem 0 0.2rem 1.3rem;
		width: 12.8rem;
	}
	#gHeader .hBox .linkUl {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.2rem 2rem 1.1rem;
	position: relative;
	background-color: #202861;
}
#gFooter address {
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#gFooter .pageTop {
	position: absolute;
	bottom: 3rem;
	right: calc(50% - 55rem);
	width: 5rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter address {
		font-size: 1rem;
	}
	#gFooter .pageTop {
		bottom: 5rem;
		right: 1rem;
		width: 3.5rem;
	}
}