@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: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
}
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: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #56504A;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #680521;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
#container::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/bg01.png) repeat center top / 25.4rem;
	mix-blend-mode: soft-light;
	opacity: 0.3;
	content: '';
	user-select: none;
	pointer-events: none;
}
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.4rem;
		background-size: 20rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 2rem 1rem 2.7rem;
	max-width: 130rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#gHeader .logo {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1.1rem;
}
#gHeader .logo a {
	width: 8.8rem;
	display: block;
}
#gHeader .logo .txt {
	margin-bottom: 0.2rem;
	padding: 0.2rem 0.3rem;
	width: 14.1rem;
	min-height: 2.1rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	font-feature-settings: "palt";
	color: #dccf88;
	border: 0.1rem solid #dccf88;
}
#gHeader .snsList {
	margin: 0 0 0 16.6rem;
	display: flex;
	gap: 2.6rem;
	order: 1;
}
#gHeader .snsList li {
	width: 2.4rem;
}
#gHeader .snsList li a {
	display: block;
}
#gHeader .snsList li a:hover {
	opacity: 0.7;
}
#gHeader h1 {
	margin: 0.8rem auto 0;
	width: 44.8rem;
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 1.9rem 2rem 2.2rem;
		width: auto;
		flex-wrap: wrap;
		gap: 2.3rem;
	}
	#gHeader .logo {
		margin: 0 0 0 0.9rem;
		gap: 1.3rem;
	}
	#gHeader .logo a {
		width: 8.9rem;
	}
	#gHeader .logo .txt {
		margin-top: 0.1rem;
		padding: 0.3rem;
		width: 11rem;
		min-height: 1.9rem;
		font-size: 0.9rem;
	}
	#gHeader .snsList {
		margin: 0.2rem 0.9rem 0 0;
		gap: 1.8rem;
		order: 0;
	}
	#gHeader .snsList li {
		width: 2.9rem;
	}
	#gHeader h1 {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	#gHeader h1 img {
		max-width: 33.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	background: #FFFBF8;
	position: relative;
	z-index: 1;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 100rem;
	padding: 3.9rem 0 3.3rem;
}
#gFooter .fTxt {
	margin-bottom: 2.7rem;
	font-weight: 500;
	color: #ba546a;
	line-height: 1.57;
}
#gFooter .fImg02 img {
	width: 24rem;
}
#gFooter .fBtn {
	margin: 0 auto 3.9rem;
	width: 18rem;
}
#gFooter .fBtn a {
	padding: 0.8rem 3rem 0.8rem 1rem;
	display: block;
	font-size: 1.5rem;
	color: #86B8BC;
	border: 0.1rem solid #86B8BC;
	background: #fff url(../img/common/icon01.png) no-repeat right 2.9rem center / 0.8rem;
	border-radius: 5rem;
}
#gFooter .fBtn a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 1rem 1rem 1.1rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	background: #680521;
}
@media all and (max-width: 960px) {
	#gFooter .fBox {
		width: auto;
		padding: 6.2rem 1rem 4.4rem;
	}
	#gFooter .fTxt {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#gFooter .fBtn {
		margin-bottom: 4.1rem;
		width: 22.4rem;
	}
	#gFooter .fBtn a {
		padding: 0.8rem 2.6rem 0.9rem 1rem;
		font-size: 1.8rem;
		background-position: right 3.5rem center;
	}
	#gFooter address {
		padding: 1.2rem 1.4rem;
		text-align: left;
		font-size: 1rem;
	}
}