@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* 
 font-family: 'Noto Serif JP', serif;
 font-family: 'Marcellus', serif;
 */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: 58%;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #2E2E2E;
	text-decoration: none;
}
a:visited {
	color: #2E2E2E;
}
a:hover {
	color: #2E2E2E;
}
a:active {
	color: #2E2E2E;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #2E2E2E;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FCFCFC;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
p {
	line-height: 2;
}
#container {
	padding-top: 90px;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
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.5rem;
	}
	p {
		line-height: 1.8;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
}
@media all and (max-width: 374px) {
	#container {
		padding-top: 45px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #FCFCFC;
	z-index: 100;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .comLogo {
	margin: 25px 0 0 72px;
}
#gHeader .menu {
	padding-top: 26px;
	width: 110px;
	color: #fff;
	height: 90px;
	font-size: 1.4rem;
	font-family: 'Marcellus', serif;
	background-color: #C8997D;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
#gHeader .menu .txt {
	margin-top: 10px;
	display: block;
	letter-spacing: 0.1rem;
}
#gHeader .hBtn {
	display: flex;
}
#gHeader .hBtn a {
	display: flex;
	color: #fff;
	font-size: 1.4rem;
	width: 158px;
	height: 90px;
	background-color: #652B25;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	-webkit-transition: .3s;
	transition: .3s;
}
#gHeader .hBtn a:last-child {
	width: 176px;
	background-color: #903E35;
}
#gHeader .hBtn span {
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#gHeader .hBtn span::after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	right: -1px;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
#gHeader .telTxt {
	margin: -2px 77px 0 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}
#gHeader .telTxt a {
	margin-top: 15px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.02em;
}
#gHeader .menu .off {
	display: none;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#gHeader .hBtn a {
		width: 130px;
		font-size: 1.2rem;
	}
	#gHeader .hBtn a:last-child {
		width: 134px;
	}
	#gHeader .telTxt {
		margin-right: 15px;
		font-size: 1.4rem;
	}
	#gHeader .comLogo {
		margin: 25px 0 0 14px;
	}
	#gHeader .comLogo img {
		width: 215px;
	}
	#gHeader .comLogo {
		font-size: 1.4rem;
	}
	#gHeader .telTxt a {
		font-size: 2rem;
	}
	#gHeader .comLogo .txt {
		margin: 0 0 -2px 7px;
	}
	#gHeader .hBtn span::after {
		width: 10px;
		height: 10px;
		top: 5px;
		right: 1px;
	}
}
@media all and (min-width: 897px) {
	#gHeader .hBtn a:hover,
	#gHeader .menu:hover {
		opacity: 0.8;
	}
	#gHeader .logo a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	#gHeader .btnUl {
		display: flex;
	}
	#gHeader .btnUl img {
		width: 60px;
	}
	#gHeader .menu {
		width: 60px;
		font-size: 1.1rem;
		height: 60px;
		padding-top: 13px;
		background-color: #2E2E2E;
	}
	#gHeader .menu.on {
		background-color: #484848;
	}
	#gHeader .comLogo {
		margin: 11px 0 0 15px;
	}
	#gHeader .menu .txt {
		margin-top: 5px;
	}
	#gHeader .menu.on .off {
		display: block;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(6px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-30deg);
		transform: translateY(6px) translateX(0) rotate(-30deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-6px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-6px) translateX(0) rotate(30deg);
		transform: translateY(-6px) translateX(0) rotate(30deg);
	}
}
@media all and (max-width: 374px) {
	#gHeader .comLogo {
		margin: 5px 5px 0 5px;
	}
	#gHeader .menu {
		padding-top: 11px;
		font-size: 1rem;
		width: 45px;
		height: 45px;
	}
	#gHeader .btnUl img {
		width: 45px;
	}
	#gHeader .menu .txt {
		margin-top: -2px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(4px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(4px) translateX(0) rotate(-30deg);
		transform: translateY(4px) translateX(0) rotate(-30deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-4px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-4px) translateX(0) rotate(30deg);
		transform: translateY(-4px) translateX(0) rotate(30deg);
	}
	#gHeader .menuLine {
		width: 26px;
	}
	#gHeader .menuLine span:nth-of-type(2) {
		top: 8px;
	}
}



/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	background-color: #F0E7E2;
	display: none;
}
.menuBox .innerBox {
	display: flex;
}
.menuBox .showImg {
	width: 50%;
	height: 100vh;
	background: url("../img/common/menu_bg.jpg") no-repeat center center / cover;
}
.menuBox .rightBox {
	height: 100vh;
	flex: 1;
	overflow-y: auto;
}
.menuBox .widBox {
	margin: 0 auto;
	padding: 132px 0 80px;
	max-width: 504px;
	box-sizing: border-box;
}
.menuBox .comLogo {
	margin-bottom: 59px;
	text-align: center;
}
.menuBox .naviUl {
	margin: -24px auto 0;
	padding-left: 57px;
	max-width: 455px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	justify-content: space-between;
}
.menuBox .naviUl li {
	margin-top: 24px;
	width: 50%;
}
.menuBox .naviUl li:nth-child(2n) {
	width: calc(50% - 35px);
}
.menuBox .naviUl a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.menuBox .naviUl a::before {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: -21px;
	background: url("../img/common/icon09.png") no-repeat left top / 100% 100%;
	content: "";
	opacity: 0;
}
.menuBox .naviUl .on::before {
	opacity: 1;
}
.menuBox .telBox {
	margin-top: 40px;
	padding: 19px 0 30px 0;
	border-top: 1px solid #C8997D;
	border-bottom: 1px solid #C8997D;
	text-align: center;
}
.menuBox .telBox .comBtn02 {
	margin: 13px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.menuBox .telBox .comBtn02 li {
	margin: 0 11px;
}
.menuBox .telBox .comBtn02 a {
	max-width: inherit;
	width: 200px;
	font-size: 1.5rem;
}
.menuBox .telBox .tel a {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.menuBox .telBox > * {
	margin: 0 29px;
}
.menuBox .topClose {
	margin: 0;
	padding-top: 20px;
	height: 80px;
	font-family: 'Marcellus', serif;
	position: absolute;
	top: 7px;
	right: 16px;
	font-weight: normal;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.menuBox .topClose .txt {
	margin-top: 9px;
	letter-spacing: 0.1em;
}
.menuBox .topClose .menuLine {
	width: 55px;
}
@media all and (min-width: 897px) {
	.menuBox .naviUl a:hover {
		color: #B27149;
	}
	.menuBox .telBox .tel a:hover {
		color: #B27149;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		top: 60px;
		height: calc(100% - 60px);
		overflow-y: auto;
	}
	.menuBox .innerBox {
		display: block;
	}
	.menuBox .comLogo {
		margin-bottom: 35px;
		text-align: center;
		font-size: 1.6rem;
	}
	.menuBox .comLogo img {
		max-width: 230px;
	}
	.menuBox .comLogo .txt {
		margin-top: 14px;
		text-align: center;
	}
	.menuBox .rightBox {
		padding: 40px 20px;
		height: auto;
	}
	.menuBox .naviUl a::before {
		display: none;
	}
	.menuBox .naviUl .on {
		color: #9D4915;
	}
	.menuBox .naviUl {
		margin: 0;
		padding-left: 0;
		max-width: inherit;
		justify-content: space-between;
	}
	.menuBox .naviUl li {
		margin: 0;
		width: 50% !important;
		border-bottom: 1px solid #BCBCBC;
	}
	.menuBox .naviUl a {
		display: flex;
		height: 51px;
		font-size: 1.4rem;
		align-items: center;
		padding-left: 5px;
		position: relative;
	}
	.menuBox .naviUl a::after {
		width: 1px;
		height: calc(100% - 10px);
		position: absolute;
		top: 5px;
		right: 0;
		background-color: #BCBCBC;
		content: "";
	}
	.menuBox .naviUl li:nth-child(2n) a {
		padding-left: 10px;
	}
	.menuBox .naviUl li:nth-child(2n) a:after {
		display: none;
	}
	.menuBox .telBox {
		margin-top: 36px;
		padding: 0;
		border-top: none;
		border-bottom: none;
		display: block;
	}
	.menuBox .telBox > * {
		margin: 0;
	}
	.menuBox .telBox .tel {
		margin-bottom: 19px;
		text-align: center;
	}
	.menuBox .telBox .tel a {
		font-size: 2.6rem;
	}
	.menuBox .telBox .comBtn02 a {
		max-width: inherit;
		width: 252px;
		font-size: 1.5rem;
		height: 50px;
	}
	.menuBox .widBox {
		padding: 0;
		}
	.menuBox .telBox .comBtn02 {
		display: block;
	}
	.menuBox .telBox .comBtn02 li {
		margin: 0 0 20px;
	}
	.menuBox .telBox .comBtn02 li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.menuBox {
		top: 45px;
		height: calc(100% - 45px);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 61px;
	position: relative;
}
#gFooter .pageTop {
	width: 18px;
	position: absolute;
	top: 61px;
	right: 30px;
}
#gFooter .pageTop .over {
	display: none;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 90%;
	max-width: 1296px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fBox .rightBox02 {
	margin: 0 2px 0 48px;
	padding-left: 49px;
	width: 299px;
	box-sizing: border-box;
	border-left: 1px solid #C7C7C7;
}
#gFooter .fBox .leftBox02 {
	flex: 1;
}
#gFooter .comLogo {
	font-size: 1.5rem;
}
#gFooter .comLogo img {
	width: 271px;
}
#gFooter .comLogo .txt {
	margin-left: 9px;
	line-height: 1.4;
}
#gFooter .mapLink {
	margin: 0 -14px 0 20px;
}
#gFooter .mapLink a::before {
	margin: -3px 7px 0 0;
	width: 11px;
	height: 17px;
}
#gFooter .flex {
	margin-bottom: 40px;
	justify-content: space-between;
}
#gFooter .right {
	margin: 4px 0 0 15px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fNavi {
	margin-top: -29px;
	padding-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px dotted #707070;
}
#gFooter .fNavi li {
	margin: 29px 30px 0 0;
}
#gFooter .fNavi02 {
	font-size: 1.4rem;
	padding: 28px 0 0 0;
	border-bottom: none;
}
#gFooter .bgBox {
	margin-top: 60px;
	padding: 51px 0 25px;
	color: #fff;
	background-color: #2E2E2E;
}
#gFooter .bgBox a {
	color: #fff;
}
#gFooter .fTitle {
	margin-bottom: 31px;
	font-size: 2.4rem;
	font-family: 'Marcellus', serif;
}
#gFooter .flexBox {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#gFooter .flexBox::before {
	margin-left: -1px;
	width: 1px;
	height: calc(100% - 28px);
	background-color: #fff;
	opacity: 0.25;
	content: "";
	position: absolute;
	top: 9px;
	left: 50%;
}
#gFooter .flexBox > div {
	width: calc(50% - 40px);
}
#gFooter .logoList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .logoList li {
	margin: 30px 30px 0 0;
}
#gFooter .logoList img {
	height: 42px;
	width: auto;
}
#gFooter .listDl {
	margin-top: -1px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#gFooter .listDl p {
	line-height: 1.5;
}
#gFooter .listDl dt {
	font-family: 'Noto Serif JP', serif;
	float: left;
	font-weight: bold;
}
#gFooter .listDl dt a {
	text-decoration: underline;
}
#gFooter .listDl dd {
	padding: 0 0 19px 7.4em;
}
#gFooter .listDl dd a {
	margin-left: 10px;
}
#gFooter .copyright {
	font-style: normal;
	text-align: center;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gFooter .fBox .rightBox02 {
		margin-left: 20px;
		padding-left: 20px;
		width: 280px;
	}
	#gFooter .flex {
		display: block;
	}
	#gFooter .right {
		margin: 15px 0 0 0;
	}
}
@media all and (min-width: 897px) {
	#gFooter .logoList a:hover {
		opacity: 0.7;
	}
	#gFooter .listDl dt a:hover {
		text-decoration: none;
	}
	#gFooter .fNavi a:hover {
		color: #9D4915;
	}
	#gFooter .pageTop a:hover .over {
		display: block;
	}
	#gFooter .pageTop a:hover .img {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 0;
	}
	#gFooter .flex {
		margin-bottom: 28px;
		display: block;
	}
	#gFooter .right {
		margin: 0;
		display: block;
		flex-wrap: wrap;
	}
	#gFooter .comLogo img {
		width: 100%;
		max-width: 270px;
	}
	#gFooter .comLogo .txt {
		margin: 15px 0 0 0;
		text-align: left;
	}
	#gFooter .spBox {
		margin-bottom: 49px;
	}
	#gFooter .mapLink {
		margin: 0;
	}
	#gFooter .comLogo {
		margin-bottom: 37px;
	}
	#gFooter .mapLink {
		margin: 5px 0 0 0;
	}
	#gFooter .pageTop {
		width: 18px;
		top: 171px;
		right: 20px;
	}
	#gFooter .fNavi02 {
		margin-top: 0;
		font-size: 1.4rem;
		padding: 28px 0 0 0;
		border-top: 1px solid #C8C8C8;
		justify-content: space-between;
	}
	#gFooter .fNavi02 li {
		margin: 0 0 20px;
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
	#gFooter .bgBox {
		margin-top: 8px;
		padding: 51px 0 25px;
	}
	#gFooter .fBox {
		margin: 0 20px;
		width: auto;
		display: block;
	}
	#gFooter .flexBox {
		margin-bottom: 39px;
		display: block;
	}
	#gFooter .flexBox > div {
		width: auto;
	}
	#gFooter .fTitle {
		margin-bottom: 24px;
		font-size: 2.2rem;
		text-align: center;
	}
	#gFooter .bgBox {
		padding: 34px 0 31px;
	}
	#gFooter .listDl dd {
		padding: 0 0 29px 0;
	}
	#gFooter .listDl dt {
		margin-bottom: 9px;
		float: none;
	}
	#gFooter .listDl dd a {
		margin: 9px 0 0 0;
		display: inline-block;
		vertical-align: top;
	}
	#gFooter .leftBox {
		border-bottom: 1px solid rgba(255,255,255,0.25);
		padding-bottom: 10px;
		margin-bottom: 34px;
	}
	#gFooter .flexBox::before {
		display: none;
	}
	#gFooter .logoList {
		margin-top: -10px;
	}
	#gFooter .logoList li {
		margin: 0 0 20px;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
	}
	#gFooter .fBox .rightBox02 {
		margin: 0 0 30px;
		padding-left: 0;
		width: auto;
		border-left: none;
	}
}
@media all and (max-width: 374px) {
	#gFooter .pageTop {
		width: 14px;
		top: 160px;
		right: 5px;
	}
	#gFooter .logoList img {
		height: 34px;
	}
}