@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: "Shippori Mincho", 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: #311303;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #311303;
}
a:hover {
	color: #311303;
}
a:active {
	color: #311303;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #311303;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-top: -8.8rem;
}
@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;
	}
	#main {
		margin-top: -4.85rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
	background: url(../img/common/bg02.png) repeat left top / 144rem 8.8rem;
}
#gHeader .hBox {
	position: relative;
	z-index: 4;
	padding: 2.4rem 6.4rem;
}
#gHeader h1 {
	margin-top: 0.2rem;
	width: 40rem;
}
#gHeader h1 a {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
}
#gNavi {
	flex: 1;
}
#gNavi ul {
	justify-content: right;
	gap: 3rem;
}
#gNavi a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
.menuBox .btn {
	width: 16rem;
}
.menuBox .btn a {
	min-height: 4rem;
	border: 1px solid #fff;
	border-radius: 3.2rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
#gNavi a:hover,
.menuBox .btn a:hover {
	opacity: 0.7;
}
#gHeader.style01 {
	background: url(../img/common/bg01.png) repeat left top / 114rem 20rem;
}
#gHeader.style01 h1 {
	margin-top: 0.6rem;
}
#gHeader.style01 h1 a {
	color: #222;
}
@media all and (min-width: 897px) {
	#gHeader.style01 #gNavi a {
		color: #222;
	}
	#gHeader.style01 .menuBox .btn a {
		min-height: 4.8rem;
		color: #222;
		border-color: #222;
	}
	.menuBox {
		gap: 3rem;
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: right;
		flex: 1;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gHeader .hBox {
		padding: 2.4rem 3rem;
	}
	#gHeader h1 {
		width: 38rem;
	}
	.menuBox {
		gap: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1rem;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		width: auto;
	}
	#gHeader h1 a {
		font-size: 1.9rem;
	}
	#gNavi ul {
		margin-bottom: 3rem;
		display: block;
	}
	#gNavi a {
		padding: 1.5rem 0;
		display: block;
		border-bottom: 1px solid #fff;
	}
	.menuBox .btn {
		margin: 0 auto;
	}
	.menu {
		width: 3rem;
		height: 4rem;
		position: absolute;
		z-index: 10;
		top: 0.4rem;
		right: 1.5rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.9rem;
		height: .2rem;
		background-color: #fff;
	}
	.menu.on span {
		background-color: #fff !important;
	}
	.menu span:nth-of-type(1) {
		top: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}	
	#gHeader.style01 .menu {
		top: 0.8rem;
	}
	#gHeader.style01 .menu span {
		background-color: #222;
	}
	.menuBox { 
		padding: 7rem 2rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #311303;
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 7.2rem 0 7.7rem;
	background: url(../img/common/bg02.png) repeat left top / 144rem 8.8rem;
}
#gFooter .fLogo {
	width: 50rem;
}
#gFooter .fLogo a {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
}
#gFooter .fBox {
	margin-bottom: 1.5rem;
	align-items: flex-start;
}
#gFooter .fNaviBox {
	margin-top: 0.5rem;
	width: calc(50% - 12rem);
}
#gFooter .fNaviBox ul {
	margin-top: -4rem;
	width: 39rem;
	display: block;
	column-count: 3;
}
#gFooter .fNaviBox li {
	padding-right: 1rem;
}
#gFooter .fNaviBox li a {
	margin-top: 4rem;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#gFooter .fNaviBox li a:hover {
	opacity: 0.7;
}
#gFooter .pageTop {
	position: absolute;
	top: 0.5rem;
	right: 2rem;
}
#gFooter .pageTop a {
	padding: 0.5rem 4.7rem 0.5rem 0;
	display: block;
	font-weight: 400;
	color: #B28080;
	background: url(../img/common/page_top.png) no-repeat right center / 3.9rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .text {
	margin-bottom: -1.5rem;
	font-weight: 400;
	line-height: 2;
	color: #fff;
}
#gFooter address {
	text-align: right;
	color: #B28080;
	font-size: 1.2rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0 1rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fLogo {
		margin-bottom: 4rem;
		width: auto;
	}
	#gFooter .fLogo a {
		font-size: 2.1rem;
	}
	#gFooter .fNaviBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fNaviBox ul {
		margin: 0 0 6rem;
		width: auto;
		column-count: auto;
	}
	#gFooter .fNaviBox li a {
		margin: 0 0 2rem;
		display: block;
		font-weight: 400;
	}
	#gFooter .fNaviBox li:last-child a {
		margin-bottom: 0;
	}
	#gFooter .pageTop {
		top: auto;
		bottom: 8.5rem;
	}
	#gFooter .text {
		margin-bottom: 3rem;
	}
	#gFooter address {
		text-align: center;
		font-size: 1rem;
	}
}