@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);
	}
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}

body, table, input, textarea, select, option {
	font-family: 'harenosora';
}

@font-face {
    font-family: 'harenosora';
    font-style: normal;
    src: url('../fonts/harenosora.otf')  format('truetype'); 
}
@font-face {
    font-family: 'snellRoundhand';
    font-style: normal;
    src: url('../fonts/snell_roundhand.ttf')  format('truetype'); 
}
.snellRoundhand {
	font-family: 'snellRoundhand';
}

.hiragino {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.notoSans {
	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;
	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: #685030;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #685030;
}
a:hover {
	color: #685030;
}
a:active {
	color: #685030;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #685030;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	overflow: auto;
}
body.noScroll {
	overflow: clip;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	overflow: hidden;
	text-align: left;
    word-break: break-word;
	position: relative;
}
#container:after {
	border-top: 1px solid #AA9066;
	position: absolute;  
	top: 1.2rem;
	left: 0;  
	right: 0;
	content: ""; 
	z-index: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.lineBox {
	position: relative;
}
.lineBox03 {
	z-index: 1;
}
.lineBox::after {
	border-left: 1px solid #AA9066;
	position: absolute;  
	top: 0;
	bottom: 0;
	left: 1.2rem;  
	z-index: 2;
	content: ""; 
}
.lineBox::before {
	border-right: 1px solid #AA9066;
	position: absolute;  
	top: 0;
	bottom: 0;
	right: 1.2rem;  
	z-index: 2;
	content: ""; 
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::after {
		top: 0.5rem;
	}
	.lineBox::after {
		left: 0.5rem;
	}
	.lineBox::before {
		right: 0.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: calc(100svh - 70px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader .hInner {
	min-height: 100%;
	padding: 4rem 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .linkImg {
	margin: 4.2rem 0 0 -1.8rem;
	width: 25.5rem;
}
#gHeader .linkImg a:hover {
	opacity: 0.7;
}
#gHeader .hInner .rBox {
	flex: 1;
	text-align: right;
	padding-left: 2rem;
}
#gHeader .hBox {
	gap: 0 4rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hBox .logo {
	width: 11.5rem;
}
#gHeader .naviList {
	display: flex;
	gap: 0 2rem;
}
#gHeader .naviList li {
	text-align: center;
}
#gHeader .naviList a {
	min-width: 8rem;
	font-size: 1.4rem;
	padding-bottom: 0.1rem;
	color: #E5C18C;
	display: block;
	border-bottom: 1px solid currentColor;
}
#gHeader .naviList a:hover {
	opacity: 0.7;
}
#gHeader .subBox {
	width: 3.6rem;
	text-align: center;
	margin: 2.7rem 0.5rem 0 auto;
}
#gHeader .snsUl {
	margin-bottom: 3.1rem;
}
#gHeader .snsUl li {
	margin-bottom: 2rem;
}
#gHeader .snsUl a:hover {
	opacity: 0.7;
}
#gHeader .snsUl li img {
	width: 3.2rem;
}
#gHeader .subBox p {
	margin-bottom: 2.8rem;
}
#gHeader .subBox p img {
	width: 1.9rem;
}
#gHeader .subBox .headerImg img {
	width: 3.6rem;
}
#gHeader h1 {
	position: absolute;
	width: 20.1rem;
	top: 21.9rem;
	left: 4.4rem;
}
@media all and (max-width: 767px) {
	#gHeader {
		height: calc(100svh - 30px);
	}
	#gHeader .hInner {
		display: block;
		padding: 2.5rem 1.5rem;
	}
	#gHeader .linkImg {
		width: 20.3rem;
		position: absolute;
		bottom: 22.6rem;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#gHeader .hInner .rBox {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: rgba(62, 99, 73, 0.99);
	}
	#gHeader .naviList {
		padding: 5.4rem 0;
		gap: 3.0rem 0;
		flex-direction: column;
	}
	#gHeader .naviList li {
		width: 100%;
	}
	#gHeader .naviList .home {
		padding-bottom: 1.5rem;
	}
	#gHeader .naviList a {
		min-width: inherit;
		border: none;
		padding: 0;
		font-size: 1.6rem;
		color: #fff;
	}
	#gHeader .naviList li span {
		display: block;
	}
	#gHeader .naviList li .en {
		margin-bottom: -1.5rem;
		font-size: 6rem;
		line-height: 1;
		color: #aa9066;
		opacity: 0.3;
	}
	#gHeader .naviList li .naviImg {
		display: block;
		width: 7.6rem;
		margin: 0 auto -4.0rem;
	}
	#gHeader .hBox {
		display: block;
		width: auto;
	}
	#gHeader .hBox .logo {
		width: 7.5rem;
	}
	#gHeader .subBox {
		width: 3.1rem;
		margin: 0 0 0 auto;
	}
	#gHeader .menu {
		cursor: pointer;
		margin-bottom: 2rem;
		position: relative;
		z-index: 1;
	}
	#gHeader .menu.on {
		background: url(../img/common/close.png) no-repeat center;
		background-size: 100% auto;
	}
	#gHeader .menu.on img {
		visibility: hidden;
	}
	#gHeader .snsUl {
		position: relative;
		z-index: 1;
		width: 2.6rem;
		margin: 0 auto 2.8rem;
	}
	#gHeader .snsUl li {
		margin-bottom: 1.7rem;
	}
	#gHeader .subBox p img {
		width: 1.55rem;
	}
	#gHeader .subBox p {
		margin-bottom: 2rem;
	}
	#gHeader h1 {
		top: auto;
		bottom: 5rem;
		left: 50%;
		transform: translateX(-50%);
		width: 20rem;
	}
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8.1rem 0 0;
	position: relative;
	background-color: #3E6349;
}
#gFooter:after {
	width: 100%;  
	height: 2px;
	background-color: #AA9066;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#gFooter::before {
	width: 100%;  
	height: 5px;
	background-color: #AA9066;
	position: absolute;  
	top: 0.5rem;
	left: 0;
	content: ""; 
}
#gFooter .sub {
	margin-bottom: 1.6rem;
	justify-content: center;
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
}
#gFooter .sub .fLogo {
	width: 10.8rem;
}
#gFooter .sub .footerImg {
	width: 2.9rem;
}
#gFooter .sub .fLinkImg {
	margin-left: -0.3rem;
	width: 13.3rem;
}
#gFooter p {
	margin-bottom: 3.9rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-feature-settings: "palt";
}
#gFooter .comSnsList {
	max-width: 47rem;
	margin: 0 auto;
	gap: 0 4rem;
}
#gFooter .comSnsList li {
	width: calc((100% - 4rem) / 2);
}
address {
	padding: 1.1rem 1rem 0.8rem;
	margin-top: 6rem;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
	background-color: #000000;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding-top: 6.2rem;
	}
	#gFooter p {
		margin-bottom: 3.5rem;
		font-size: 1.2rem;
		line-height: 2.083;
		font-feature-settings: normal;
	}
	#gFooter .sub {
		margin-bottom: 1.4rem;
	}
	#gFooter .comSnsList {
		gap: 3rem 0;
		padding: 0 6.5rem;
	}
	#gFooter .comSnsList li {
		width: 100;
	}
	address {
		padding: 1.2rem 1rem;
		font-size: 1.1rem;
		line-height: 1.64;
		margin-top: 3.8rem;
	}
}


@media all and (min-width: 768px) and (max-height: 780px) {
	#gHeader .subBox p img {
		width: clamp(1.4rem,2.4vh,1.9rem);
	}
	#gHeader .subBox p {
		margin-bottom: min(2vh,2.8rem);
	}
	#gHeader .subBox .headerImg img {
		width: clamp(3rem,4vh,3.6rem);
	}
}

@media all and (max-width: 767px) and (max-height: 720px) {
	#gHeader .subBox p img {
		width: clamp(1.2rem,2.5vh,1.55rem);
	}
}