@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 (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@font-face {
	font-family: 'markpro-bold';
	src: url("../fonts/markpro-bold.woff") format('woff'), url('../fonts/markpro-bold.ttf') format('truetype');
	;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'markpro-bolditalic';
	src: url("../fonts/markpro-bolditalic.woff") format('woff'), url('../fonts/markpro-bolditalic.ttf') format('truetype');
	;
	font-weight: normal;
	font-style: normal;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-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;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f0efe9;
}
.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: 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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.7rem;
	display: flex;
	justify-content: space-between;
}
#gHeader h1 {
	width: 18.4rem;
	position: relative;
	z-index: 1;
}
#gHeader h1 a {
	display: block;
}
#gHeader .date {
	width: 12.2rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem 1.8rem;
	}
	#gHeader h1 {
		position: static;
		width: 13.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin: 0 10rem;
    padding: 10.2rem 0 11rem;
    border-top: 0.2rem solid #D9D8D2;
    position: relative;
}
#gFooter::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 0.2rem;
    content: "";
    background-color: rgba(255,255,255,0.5);
}
#gFooter .fInner {
	max-width: 116.6rem;
	margin: 0 auto;
}
#gFooter .fLogo {
	width: 9.7rem;
	margin-top: -0.5rem;
}
#gFooter .rBox {
	width: calc(100% - 18rem);
}
#gFooter .snsList {
	margin-bottom: 5rem;
	align-items: center;
}
#gFooter .snsList li {
	margin-right: 4.8rem;
}
#gFooter .snsList li a {
	display: inline-block;
}
#gFooter .snsList img {
	height: 3.2rem;
}
#gFooter .fNavi {
	margin-bottom: 3.3rem;
}
#gFooter .fNavi li {
	margin-right: 7.7rem;
	font-size: 1.2rem;
}
#gFooter .fNavi li a {
	display: inline-block;
	letter-spacing: 0.12em;
}
#gFooter address {
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.06em;
}
#gFooter.footer01 {
	padding: 2.6rem 0;
}
#gFooter.footer01 .fBox {
	max-width: 85rem;
	margin: 0 auto;
}
#gFooter.footer01 .fNavi {
	margin-bottom: 0;
	order: 3;
}
#gFooter.footer01 address {
	padding-top: 0.2rem;
	margin-right: 3.2rem;
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	order: 2;
}
#gFooter.footer01 .fNavi li {
	margin-right: 3.7rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
@media all and (min-width: 1024px) and (hover: hover) {
	#gFooter .snsList li a:hover {
		transform: scale(1.03);
	}
	#gFooter .fNavi li a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 0 3rem;
		padding: 5.7rem 0;
	}
	#gFooter .fInner {
		max-width: inherit;
		display: block;
	}
	#gFooter .fLogo {
		width: 10.5rem;
		margin: 0 auto 4.8rem;
	}
	#gFooter .rBox {
		width: 100%;
		text-align: center;
	}
	#gFooter .snsList {
		margin-bottom: 1.2rem;
		align-items: center;
		justify-content: center;
	}
	#gFooter .snsList li {
		margin: 0 1.9rem;
	}
	#gFooter .snsList li img {
		height: 2.75rem;
	}
	#gFooter .fNavi {
		margin: 0 auto 3rem;
		max-width: 22rem;
		display: block;
	}
	#gFooter .fNavi li {
		margin: 0 0.3rem 0.2rem;
		font-size: 1rem;
		display: inline-block;
		vertical-align: top;
	}
	#gFooter .fNavi li a {
		letter-spacing: 0.14em;
	}
	#gFooter.footer01 {
		padding: 1.6rem 0;
	}
	#gFooter.footer01 .fBox {
		max-width: inherit;
		display: block;
	}
	#gFooter.footer01 .fNavi {
		margin-bottom: 0;
	}
	#gFooter.footer01 address {
		padding-top: 0.2rem;
		margin: 0;
		text-align: center;
		font-size: 1rem;
	}
	#gFooter.footer01 .fNavi {
		text-align: center;
	}
	#gFooter.footer01 .fNavi li {
		margin: 0 0.4rem;
		font-size: 1rem;
		letter-spacing: 0.12em;
	}
}