@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.serif {
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
.oswald {
	font-weight: 600;
	font-family: "Oswald", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 104rem;
	padding: 0 2rem;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.1rem;
	text-align: center;
}
.headLine01 .jp {
	display: block;
	color: #42210B;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
}
.headLine01 .en {
	padding: 0 2rem;
	position: relative;
	display: inline-block;
	color: #AC966D;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: "Oswald", serif;
}
.headLine01 .en::before {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 5.4rem;
	background-color: #AC966D;
	content: "";
}
.headLine01 .en::after {
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	width: 5.4rem;
	background-color: #AC966D;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
	}
	.headLine01 .jp {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.headLine01 .en {
		padding: 0 1rem;
	}
	.headLine01 .en::before {
		width: 4rem;
	}
	.headLine01 .en::after {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3rem;
	padding-bottom: 0.8rem;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	background: url(../img/common/line.png) no-repeat center bottom/6rem auto;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		background-size: 4rem auto;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.secBox {
	padding: 5.9rem 0 7rem;
}
.comBgBox {
	background: url("../img/common/bg.jpg") repeat center center / 40rem;
}
@media all and (max-width: 896px) {
	.secBox {
		padding: 3rem 0 4rem !important;
	}
	.comBgBox {
		background-size: 20rem auto;
	}
}
/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
.comTtl {
	display: flex;
	color: #fff;
	line-height: 1.2 !important;
	text-align: center;
}
.comTtl .en {
	margin-right: -0.9rem;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 0.8rem 3rem 0.8rem 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	background: #AC966D;
	clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 100%, 0 100%);
}
.comTtl .jp {
	min-width: 34.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 2rem 0.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background-color: #333;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2rem 100%);
}
@media all and (max-width: 896px) {
	.comTtl .jp {
		min-width: inherit;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comInfoBox
------------------------------------------------------------*/
.comInfoBox {
	padding: 4.5rem 9% 5.7rem;
	background-color: #fff;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
}
.comInfoBox p {
	margin-bottom: 2.8rem;
	line-height: 1.88;
	letter-spacing: 0.04em;
}
.comInfoBox .txt01 {
	margin-bottom: 0;
}
.comInfoBox p:last-child {
	margin-bottom: 0 !important;
}
.comInfoBox .hideBox {
	margin: 6rem 0 4.5rem;
	display: none;
}
.comInfoBox .btn {
	margin-top: 2.8rem;
}
.comInfoBox .btn a {
	margin: 0 auto;
	width: 31.9rem;
	height: 6rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid #fff;
	box-shadow: 0.5rem 0.5rem 0.1rem rgba(0, 0, 0, 0.05);
	background: #333 url(../img/common/icon09.png) no-repeat right 3.3rem center/1.2rem auto;
}
.comInfoBox .btn a .close {
	display: none;
}
.comInfoBox .btn .on {
	background-image: url(../img/common/icon09_on.png);
}
.comInfoBox .btn .on .close {
	display: block;
}
.comInfoBox .btn .on .open {
	display: none;
}
@media all and (max-width: 896px) {
	.comInfoBox {
		padding: 2rem 2rem 3rem;
		box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
	}
	.comInfoBox p {
		margin-bottom: 2rem;
	}
	.comInfoBox .hideBox {
		margin: 3rem 0 2rem;
	}
	.comInfoBox .btn {
		margin-top: 2rem;
	}
	.comInfoBox .btn a {
		width: 29.5rem;
		height: 4.6rem;
		box-shadow: 0.3rem 0.3rem 0.1rem rgba(0, 0, 0, 0.05);
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	z-index: 80;
}
.fixBtn li {
	width: calc(100%/3);
}
.fixBtn a {
	height: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1A1A1A;
	flex-wrap: wrap;
}
.fixBtn .reserve a {
	background: #AC966D;
}
.fixBtn a img {
	height: 3rem;
	margin-top: 5px;
}
.fixBtn .reserve a img {
	height: 3.5rem;
}
.fixBtn .access a img {
	height: 3.7rem;
}
.fixBtn a p {
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
}

@media all and (max-width: 896px) {}