@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: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
	font-family: "Noto Sans JP", sans-serif;
}

.notoSerif {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-weight: 200;
}
@font-face {
    font-family: 'playfairdisplay';
    font-style: normal;
    src: url('../font/playfairdisplay-variablefont_wght.ttf')  format('truetype'); 
}

.playfairdisplay {
    font-family: 'playfairdisplay';
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #322317;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #322317;
}
a:hover {
	color: #322317;
}
a:active {
	color: #322317;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/* min-width: 1280px; */
	color: #322317;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
#container {
	text-align: left;
    word-break: break-word;
}
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;
	}
	.fixed {
		position: fixed;
		width: 100%;
		overflow-y: scroll;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.8rem 2.3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 37.5rem;
	z-index: 1000;
}
#gHeader .hInner {
	align-items: center;
}
#gHeader h1 {
	aspect-ratio: 312 / 40;
	width: 15.6rem;
	position: relative;
}
#gHeader h1 img {
	position: absolute;
	top: 0;
	left: 0;
}
#gHeader h1 .hImg02 {
	display: none;
}
#gHeader .hInner .menu {
	margin-right: -1rem;
	cursor: pointer;
	width: 1.8rem;
	padding: 1rem;
	box-sizing: content-box;
}
#gHeader .hInner .menu img {
	display: block;
}
#gHeader.on h1 .hImg01 {
	display: none;
}
#gHeader.on h1 .hImg02 {
	display: block;
}
#gHeader.on .hInner .menu {
	background: url(../img/common/close.png) no-repeat center;
	background-size: 1.4rem auto;
}
#gHeader.on .hInner .menu img {
	visibility: hidden;
}
.pcBox {
	padding: 0 1rem;
    width: calc((100% - 10.25%) - min(26.1vw,37.5rem));
	width: calc(50% - min(22.1vw,18.75rem));
    height: auto;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
}
.pc-inner {
    width: min(21vw,30rem);
    height: auto;
    margin: 0 auto;
}
.pcBox .txt {
	text-align: center;
	margin-bottom: 2.8rem;
	font-size: min(1.5vw,1.6rem);
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.625;
}
.pc-inner .logo {
	width: min(12vw,17.1rem);
	margin: 0 auto;
}
.pcBox2 .pc-inner {
	padding-top: 5rem;
	width: min(28.1vw,33rem);
	color: #fff;
	min-height: 100%;
	overflow-y: auto;
	display: flex;
	align-items: center;
}
.pcBox2 .pc-inner a {
	color: #fff;
}
.pcBox2 {
	padding: 0 1rem;
    width: calc((100% - 10.25%) - min(26.1vw,37.5rem));
	width: calc(50% - min(22.1vw,18.75rem));
	padding: 5rem 0;
	height: 100%;
    position: fixed;
	top: 0;
	right: 0;
	overflow-y: auto;
}
.pcBox2 .subBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.pcBox2 .subBox .ttl {
	font-size: min(2.22vw,3.2rem);
	font-weight: 600;
	line-height: 1;
	width: min(11vw,16.2rem);
	padding: 0 1rem 0 1rem;
}
.pcBox2 .subBox .naviList {
	flex: 1;
	padding-left: 1rem;
	padding-top: 0.5rem;
}
.pcBox2 .subBox .naviList li {
	margin-bottom: 2.8rem;
}
.pcBox2 .subBox .naviList li:last-child {
	margin-bottom: 0;
}
.pcBox2 .subBox .naviList a {
	font-weight: 200;
	letter-spacing: 0.1em;
}
.containerBox {
    width: 37.5rem;
	margin: 0 auto;
	overflow-x: clip;
    background-color: white;
}

.pcBox2.menuBox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/common/menu_bg.jpg) no-repeat left bottom;
	z-index: 999;
	background-size: cover;
}
.pcBox2.menuBox .pc-inner {
	width: auto;
	padding: 11rem 1.5rem;
	display: block;
}
.pcBox2.menuBox .subBox .ttl {
	margin-top: -0.3rem;
	font-size: 3.6rem;
	width: 15.5rem;
}
.pcBox2.menuBox .subBox .naviList a {
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
.pcBox2.menuBox .subBox .naviList li {
	margin-bottom: 2.5rem;
}
.menuBox {
	display: none;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
	#gHeader {
		display: none;
	}
	#gHeader .hInner .menu:hover {
		opacity: 0.7;
	}
    .subContainer {
        position: relative;
    }
    .subContainer::before {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../img/common/bg.jpg) no-repeat center center;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
	.pcBox2 .subBox .naviList a:hover {
		text-decoration: underline;
		text-underline-offset: 6px;
	}
	.pcBox2 .subBox .naviList a {
		font-size: min(1.35vw,1.4rem);
	}
	.pcBox2.menuBox {
		width: 37.6rem;
		left: 50%;
		transform: translateX(-50%);
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.containerBox {
		width: auto;
	}
	#gHeader {
		left: 0;
		transform: none;
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2rem 0;
	text-align: center;
}
#gFooter address {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
}