@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* fonts */
.en {
	font-family: 'Marcellus', serif;
}

/* pageVisual */
.pageVisual {
	margin-bottom: 81px;
	background-color: #F0E7E2;
}
.pageVisual .innerBox {
	margin: 0 auto;
	width: 90%;
	height: 180px;
	max-width: 1242px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.pageVisual .title {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.2rem;
	font-weight: 500;
	position: relative;
}
.pageVisual .title::after {
	margin-top: -8px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: -27px;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.pageVisual .title .en {
	padding-right: 23px;
	min-width: 88px;
	color: #9D4915;
	font-size: 2.2rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	margin: -13px 20px 0 0;
	letter-spacing: 0.02em;
}
.pageVisual .title .en::after {
	width: 1px;
	height: 42px;
	position: absolute;
	top: -5px;
	right: 0;
	background-color: #868686;
	content: "";
}
@media all and (max-width: 896px) {
	.pageVisual .title .en {
		min-width: 0;
		padding: 0;
		margin: 0 0 3px;
		font-size: 1.5rem;
		display: block;
	}
	.pageVisual .title .en::after {
		display: none;
	}
	.pageVisual .title {
		font-size: 2.6rem;
	}
	.pageVisual .innerBox {
		padding: 8px 40px 0;
		width: 100%;
		height: 131px;
	}
	.pageVisual .title::after {
		margin-top: 0;
		width: 10px;
		height: 10px;
		top: 7px;
		left: -20px;
	}
	.pageVisual {
		margin-bottom: 39px;
	}
}


/* content */
.content {
	margin: 0 auto;
	width: 80%;
	max-width: 1152px;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.content {
		width: 90%;
	}
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 20px;
	}
}

/* imgShadow */
.imgShadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/* headLine01 */
.headLine01 {
	margin-bottom: 35px;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: -0.01em;
}
.headLine01.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 22px;
	text-align: center;
}
.headLine02 .jp {
	display: block;
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: normal;
}
.headLine02 .en {
	padding-bottom: 30px;
	display: block;
	position: relative;
	color: #9D4915;
	font-weight: normal;
	font-size: 4.2rem;
	letter-spacing: 0.03em;
	text-align: center;	
}
.headLine02 .en::after {
	left: 50%;
	bottom: 0;
	position: absolute;
	width: 7px;
	height: 7px;
	content: '';
	background: linear-gradient(100deg,#C19B81 0%, #924D24 100%);
	transform: rotate(45deg) translateX(-50%);
}
.headLine02.whiteTtl {
	color: #FFF;
}
.headLine02.whiteTtl .en {
	color: #FFF;
}
.headLine02.whiteTtl .en::after {
	background: #FFF;
}
.headLine02.leftTtl {
	margin: 0 0 57px 20px;
	text-align: left;
}
.headLine02.leftTtl .en {
	padding: 0;
	display: inline-block;
	text-align: left;
	font-size: 1.8rem;
}
.headLine02.leftTtl .en::after {
	left: -17px;
	top: 11px;
}
.headLine02.leftTtl .jp {
	margin-top: 5px;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 11px;
		font-size: 2rem;
	}
	.headLine02 .en {
		padding-bottom: 22px;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.headLine02 .jp {
		margin-top: 13px;
		font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	}
	.headLine02.leftTtl {
		margin: 0 0 38px 15px;
	}
	.headLine02.leftTtl .en {
		font-size: 1.4rem;
	}
	.headLine02.leftTtl .en::after {
		left: -13px;
		width: 5px;
		height: 5px;
		top: 9px;
	}
	.headLine02.leftTtl .jp {
		margin-top: 5px;
		font-size: 2.4rem;
	}
}
.headLine04 {
	margin-bottom: 40px;
}
.headLine04 .en {
	padding-bottom: 19px;
	color: #C8997D;
	font-size: 1.8rem;
}
.headLine04 .jp {
	margin: 7px 0 12px;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
}
.headLine04 small {
	font-weight: normal;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 22px;
	}
	.headLine04 .en {
		padding-bottom: 13px;
		font-size: 1.2rem;
	}
	.headLine04 .en::after {
		width: 5px;
		height: 5px;
	}
	.headLine04 .jp {
		margin: 5px 0 0;
		font-size: 2.2rem;
	}
	.headLine04 small {
		font-size: 1.2rem;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 12px;
	padding-left: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #2e2e2e;
	background: url("../img/common/icon01.png") no-repeat left center / 10px;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 14px;
		padding-left: 17px;
		font-size: 1.6rem;
	}
}
/* comListDl */
.comListDl {
	line-height: 2;
}
.comListDl dt {
	font-family: 'Noto Serif JP', serif;
	float: left;
}
.comListDl dd {
	margin-bottom: 21px;
	padding: 0 0 21px 7.2em;
	border-bottom: 1px solid #C8997D;
}
.comListDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comListDl dd {
		margin-bottom: 10px;
		padding: 2px 0 12px 7.7em;
	}
}

/* comBlank */
a.comBlank {
	margin-right: 2px;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
a.comBlank::after {
	margin: -1px 0 0 4px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon08.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	a.comBlank:hover {
		color: #9D4915;
	}
	a.comBlank:hover::after {
		background-image: url("../img/common/icon08_over.png");
	}
}
@media all and (max-width: 896px) {
	a.comBlank {
		text-decoration: none;
	}
}

/* mapLink */
.mapLink {
	margin-top: 16px;
}
.mapLink a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
}
.mapLink a::before {
	margin: -5px 9px 0 0;
	width: 15px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon07.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.mapLink a:hover {
		color: #9D4915;
	}
	.mapLink a:hover::before {
		background-image: url("../img/common/icon07_over.png");
	}
}
@media all and (max-width: 896px) {
	.mapLink a::before {
		margin: -5px 7px 0 0;
		width: 13px;
		height: 21px;
	}
	.mapLink {
		margin-top: 12px;
	}
}


/* comReserve */
.comReserve {
	margin: 80px auto 0;
	padding: 58px 0 71px;
	color: #fff;
	width: 90%;
	max-width: 1296px;
	background: url("../img/common/bg01.jpg") no-repeat center center / cover;
	box-sizing: border-box;
}
.comReserve .title {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
}
.comReserve .title .en {
	margin-bottom: 31px;
	display: block;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
.comReserve .txt {
	text-align: center;
}
.comReserve .title .en::after {
	margin-left: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
.comReserve .flexUl {
	margin:48px 0 0 10px;
	display: flex;
	justify-content: center;
	position: relative;
}
.comReserve .flexUl > li {
	margin: 0 55px;
	box-sizing: border-box;
	position: relative;
}
.comReserve .flexUl > li:last-child::after {
	width: 1px;
	height: 78px;
	position: absolute;
	top: -12px;
	left: -50px;
	background-color: #fff;
	content: "";
}
.comReserve .flexUl a {
	color: #fff;
}
.comReserve .flexUl .tel {
	margin-top: 4px;
	text-align: center;
}
.comReserve .flexUl .tel a {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	font-family: 'Noto Serif JP', serif;
}
.comReserve .flexUl .small {
	margin-bottom: 15px;
	font-size: 1.6rem;
	display: block;
	text-align: center;
}
.comReserve ul.comBtn02 {
	display: flex;
}
.comReserve ul.comBtn02 a {
	width: 252px;
}
.comReserve ul.comBtn02 li {
	margin: 0 10px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comReserve .flexUl {
		display: block;
	}
	.comReserve ul.comBtn02 {
		justify-content: center;
	}
	.comReserve .flexUl > li:last-child {
		margin-top: 40px;
		padding-top: 20px;
	}
	.comReserve .flexUl > li:last-child::after {
		margin-left: -39px;
		width: 78px;
		height: 1px;
		left: 50%;
	}
	}
@media all and (max-width: 896px) {
	.comReserve {
		margin: 39px 20px 0;
		padding: 26px 0 27px;
		width: auto;
		background-image: url("../img/common/sp_bg01.jpg");
	}
	.comReserve .title .en{
		margin-bottom: 22px;
		font-size: 1.4rem;
	}
	.comReserve .title {
		margin-bottom: 11px;
		font-size: 2.4rem;
	}
	.comReserve .flexUl {
		margin: 20px 0 0;
		display: block;
	}
	.comReserve .flexUl > li:last-child {
		padding: 0;
	}
	.comReserve .flexUl > li {
		width: auto;
		margin: 0;
	}
	.comReserve .flexUl::after {
		display: none;
	}
	.comReserve .title .en::after {
		margin-left: -4px;
		width: 7px;
		height: 7px;
		bottom: -15px;
	}
	.comReserve .flexUl .tel a{
		font-size: 2.8rem;
		line-height: 1;
	}
	.comReserve .flexUl .tel{
		margin-bottom: 28px;
	}
	.comReserve .txt {
		padding-bottom: 24px;
		position: relative;
	}
	.comReserve .txt::after {
		width: 274px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: 1px solid rgba(255,255,255,0.6);
		content: "";
	}
	.comReserve .flexUl .small {
		margin-bottom: 14px;
		font-size: 1.4rem;
	}
	.comReserve .flexUl .tel .small {
		margin-bottom: 8px;
	}
	.comReserve ul.comBtn02 {
		display: block;
	}
	.comReserve ul.comBtn02 li {
		margin: 0 0 18px;
	}
	.comReserve ul.comBtn02 li:last-child {
		margin-bottom: 0;
	}
	.comReserve ul.comBtn02 a {
		width: 236px;
	}
	.comReserve .flexUl > li:last-child::after {
		display: none;
	}
}



/* comBtn02 */
.comBtn02 a {
	margin: 0 auto;
	width: 100%;
	max-width: 252px;
	height: 55px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.comBtn02.left a {
	margin: 0;
}
.comBtn02 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn02 .inner::after {
	margin: -4px -15px 0 15px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.green a {
	border-color: #9D4915;
	color: #9D4915;
}
.comBtn02.green02 a {
	border-color: #9D4915;
	color: #9D4915;
	background-color: #fcfcfc;
}
.comBtn02.greenBg a {
	border-color: transparent;
	color: #FFF;
	background: linear-gradient(90deg,#C47D4D 0%, #924D24 100%);
	border: 1px solid transparent;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		color: #B27149;
		background-color: #fff;
	}
	.comBtn02 a:hover .inner::after {
		background-image: url("../img/common/icon03_over.png");
	}
	.comBtn02.green a:hover,
	.comBtn02.green02 a:hover {
		color: #fff;
		background-color: #9D4915;
	}
	.comBtn02.greenBg a:hover {
		background: #FFF;
		border-color: #9D4915 ;
	}
	.comBtn02.greenBg a:hover .inner::after {
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		max-width: 236px;
		height: 52px;
		}
	.comBtn02 .inner::after {
		margin: -4px -20px 0 20px;
	}
}


/* snsBox */
.snsBox {
	margin-top: 80px;
	padding: 45px 0;
	background-color: #F0E7E2;
}
.snsBox .snsUl {
	display: flex;
	justify-content: center;
}
.snsBox .snsUl li {
	width: 40%;
	max-width: 442px;
	margin: 0 15px;
}
@media all and (min-width: 897px) {
	.snsBox .snsUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.snsBox {
		margin-top: 40px;
		padding: 35px 5px;
	}
	.snsBox .snsUl {
		display: block;
	}
	.snsBox .snsUl li {
		width: auto;
		max-width: inherit;
		margin: 0 0 -10px;
		text-align: center;
	}
	.snsBox .snsUl li:last-child {
		margin-bottom: 0;
	}
	.snsBox .snsUl img {
		width: 100%;
		max-width: 365px;
	}
}

/* comNotes */
.comNotes {
	font-size: 1.4rem;
}


/* comMainImg */
.comMainImg {
	margin-top: -81px;
	padding-left: 72px;
	position: relative;
}
.comMainImg img {
	width: 100%;
}
.comMainImg::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	background-color: #F0E7E2;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	.comMainImg {
		margin-top: -39px;
		padding-left: 20px;
	}
}

/* anchorList  */
.anchorList {
	margin: 0 auto;
	padding: 0 57px;
	max-width: 1480px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}
.anchorList li {
	padding: 0 15px 30px;
	width: 25%;
	box-sizing: border-box;
}
.anchorList a {
	padding: 17px 0 50px;
	display: block;
	position: relative;
	text-align: center;
	background: #F0E7E2;
	border: 1px solid #DEC2B1;
	box-shadow: 0px 0px 10px #F5F0ED;
	transition: 0.3s;
}
.anchorList a::after {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: 19px;
	background: url(../img/common/icon_arrow01.png) no-repeat center bottom / 100%;
	content: '';
	transition: 0.3s;
	transform: translateX(-50%);
}
.anchorList a span {
	display: block;
}
.anchorList a .en {
	margin-bottom: 9px;
	color: #C8997D;
	font-family: 'Marcellus', serif;
}
.anchorList .jp {
	font-weight: 600;
	font-size: 2rem;
	color: #2e2e2e;
	font-family: 'Noto Serif JP', serif;
}
@media all and (min-width: 897px) {
	.anchorList a:hover::after {
		bottom: 15px;
	}
	.anchorList a:hover {
		border-color: #C8997D;
	}
}
@media all and (max-width: 896px) {
	.anchorList {
		padding: 38px 14px 24px;
		background: #F0E7E2;
	}
	.anchorList li {
		padding: 0 5px 15px;
		width: 50%;
	}
	.anchorList a {
		padding: 13px 0 37px;
		background: #FFF;
	}
	.anchorList a .en {
		margin-bottom: 3px;
		font-size: 1rem;
	}
	.anchorList .jp {
		font-size: 1.2rem;
	}
	.anchorList a::after {
		width: 12px;
		bottom: 14px;
	}


}
/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 10px 20px 11px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #C8997D;
	height: 55px;
	box-sizing: border-box;
}
.comTable th {
	width: 60%;
	text-align: left;
	background: #F5F0ED;
	font-weight: 500;
}
.comTable th .red {
	margin-left: 8px;
	color: #d14e4e;
}
.comTable th .small {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		height: 45px;
		padding: 11px 14px 12px;
	}
	.comTable th .red {
		display: block;
		margin-left: 0;
		font-size: 1.4rem;
	}
}

.noteList li {
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #2e2e2e;
}


/* lableTxt */
.lableTxt {
	margin: -5px 0 11px;
}
.lableTxt span {
	min-width: 86px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 5px 10px 0 0;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(200, 153, 125, 1);
	line-height: 1;
	text-align: center;
	padding: 5px 12px 8px;
	box-sizing: border-box;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.lableTxt span {
		margin: 5px 5px 0 0;
		padding: 5px 9px 6px;
		font-size: 1.4rem;
	}
}


/* headLine05 */
.headLine05 {
	margin-bottom: 44px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 1.2;
	padding: 0 20px;
}
.headLine05 .en {
	margin-bottom: 14px;
	color: #9D4915;
	font-weight: normal;
	font-family: 'Marcellus', serif;
	font-size: 1.8rem;
	display: block;
	position: relative;
	letter-spacing: 0.03em;
	position: relative;
}
.headLine05 .en::before {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: -20px;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine05 .small {
	margin: -8px 0 0 25px;
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
}
.headLine05.white {
	color: #fff;
}
.headLine05.white .en {
	color: #fff;
}
.headLine05.white .en::before {
	background-image: url("../img/common/icon02.png");
}
@media all and (min-width: 897px) {
	.headLine05 a:hover {
		color: #9D4915;
	}
}
@media all and (max-width: 896px) {
	.headLine05 .en {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.headLine05 {
		margin-bottom: 33px;
		padding: 4px 14px 0;
		font-size: 2.4rem;
		position: relative;
	}
	.headLine05 .en::before {
		width: 7px;
		height: 7px;
		top: 4px;
		left: -14px;
	}
	.headLine05 .small {
		margin: 0;
		font-size: 1.2rem;
		position: absolute;
		bottom: -6px;
		right: 0;
	}
}

/* comImgBox */
.comImgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .textBox {
	margin: -2px 0 0 60px;
	flex: 1;
}
.comImgBox .photo {
	width: calc(50% - 76px);
}
.comImgBox .photo img {
	width: 100%;
}
.comImgBox .title {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
}
.comImgBox .comNotes {
	margin-top: 12px;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photo {
		margin-bottom: 17px;
		width: auto;
	}
	.comImgBox .textBox {
		margin: 0;
	}
	.comImgBox .title{
		margin-bottom: 14px;
		font-size: 2rem;
	}
	.comImgBox .comNotes {
		margin-top: 12px;
		line-height: 1.6;
	}
}


/* comGreenbg */
.comGreenbg {
	padding: 61px 0 80px;
	position: relative;
}
.comGreenbg::after {
	width: 99999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #F0E7E2;
	content: "";
	z-index: -1;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	.comGreenbg {
		padding: 38px 0 59px;
	}
}


/* comTable02 */
.comTable02 th,
.comTable02 td {
	padding: 10px 20px;
	height: 62px;
	width: auto;
	text-align: left;
	line-height: 2;
	box-sizing: border-box;
}
.comTable02 th {
	text-align: center;
	background-color: #F5F0ED;
}
.comTable02 thead th {
	padding: 10px 20px;
	color: #fff;
	height: auto;
	background-color: #B27149;
}
.comTable02 .wid01 {
	width: 21.8%;
} 
.comTable02 .wid02 {
	width: 44.35%;
}
.comTable02 .price {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.comTable02 .price .num {
	font-size: 2.2rem;
}
@media all and (max-width: 896px) {
	.comTable02 th,
	.comTable02 td {
		padding: 9px 10px 9px;
		height: 51px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.comTable02 th {
		padding-left: 0;
		padding-right: 0;
	}
	.comTable02 thead th {
		padding: 6px 5px 4px;
		line-height: 1.5;
	}
	.comTable02 .wid01 {
		width: 30.7%;
	}
	.comTable02 .wid02 {
		width: 46%;
	}
	.comTable02 .price .num {
		font-size: 2rem;
	}
	.comTable02 .price {
		margin: 0 -10px;
	}
}


/* comTxtUl */
.comTxtUl li {
	padding-left: 17px;
	margin-bottom: 15px;
	position: relative;
}
.comTxtUl li::before {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #C8997D;
	border-radius: 50px;
	content: "";
}
.comTxtUl li:last-child {
	margin-bottom: 0;
}
.comTxtUl li .col {
	color: #D14E4E;
}
@media all and (max-width: 896px) {
	.comTxtUl li {
		padding-left: 15px;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	.comTxtUl li::before {
		top: 10px;
		left: 1px;
	}
}

/* headLine06 */
.headLine06{
	margin-bottom: 21px;
	width: 100%;
	display: flex;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	justify-content: space-between;
	font-size: 2.2rem;
	box-sizing: border-box;
}
.headLine06 .num {
	width: 56px;
	height: 56px;
	display: flex;
	color: #9D4915;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	border: 1px solid #9D4915;
	background-color: #FCFCFC;
	border-radius: 50px;
	box-sizing: border-box;
}
.headLine06 .txt {
	margin: 11px 0 0 14px;
	flex: 1;
}
.headLine06 .jp {
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: 3px;
	font-family: 'Noto Sans JP', sans-serif;
}
.headLine06 .big {
	line-height: 1;
	font-size: 3.6rem;
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 17px;
		font-size: 2rem;
		line-height: 1.8;
	}
	.headLine06 .num {
		width: 36px;
		height: 36px;
		font-size: 1.5rem;
	}
	.headLine06 .txt {
		margin: -1px 0 0 9px;
	}
	.headLine06 .jp {
		font-size: 1.5rem;
		display: block;
		vertical-align: 0;
		margin-top: -1px;
	}
	.headLine06 .big {
		font-size: 3.2rem;
		margin-top: -1px;
	}
}


/* comLineBox */
.comLineBox {
	border: 1px solid #8F91BF;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.comLineBox .photo {
	width: 334px;
}
.comLineBox .rightBox {
	padding: 35px 40px;
	flex: 1;
}
.comLineBox .headLine01 {
	margin-bottom: 16px;
	font-size: 2.8rem;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.comLineBox {
		display: block;
		font-size: 1.4rem;
	}
	.comLineBox .photo {
		width: auto;
	}
	.comLineBox .headLine01 {
		margin-bottom: 17px;
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.comLineBox .rightBox {
		padding: 25px 13px 30px;
	}
	.comLineBox .rightBox p {
		line-height: 1.6;
	}
	.comLineBox .photo img {
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	.comLineBox .headLine01 {
		font-size: 1.9rem;
	}
}

/* lineBtn */
.lineBtn {
	margin-top: 16px;
}
.lineBtn a {
	padding-top: 6px;
	width: 100%;
	max-width: 252px;
	height: 55px;
	border: 1px solid #06C755;
	border-radius: 50px;
	background-color: #06C755;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.lineBtn span {
	width: 100%;
	display: block;
}
.lineBtn img {
	width: 175px;
}
.lineBtn .over {
	display: none;
}
@media all and (min-width: 897px) {
	.lineBtn a:hover .img {
		display: none;
	}
	.lineBtn a:hover .over {
		display: inline-block;
	}
	.lineBtn a:hover {
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.lineBtn a {
		margin: 0 auto;
	}
	.lineBtn {
		margin-top: 18px;
	}
}

/* comLogo */
.comLogo {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: normal;
}
.comLogo .txt {
	margin-left: 15px;
	display: inline-block;
	vertical-align: bottom;
}
@media all and (min-width: 897px) {
	.comLogo a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.comLogo img {
		width: 100%;
		max-width: 150px;
	}
	.comLogo .txt {
		margin: 3px 0 0 0;
		text-align: right;
		display: block;
	}
	.comLogo {
		font-size: 1.1rem;
	}
}

.menuLine {
	margin: 0 auto;
	display: block;
	height: 16px;
	width: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.menuLine span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menuLine span:nth-of-type(2) {
	top: 14px;
}
@media all and (max-width: 896px) {
	.menuLine {
		width: 36px;
	}
	.menuLine span:nth-of-type(2) {
		top: 12px;
	}
}



/* closeBtn */
.closeBtn {
	margin: 52px auto 0;
	width: 80px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	cursor: pointer;
}
.closeBtn .txt {
	margin-top: 6px;
	display: block;
}
.closeBtn .menuLine {
	width: 30px;
	-webkit-transition: 0s;
	transition: 0s;
}
.closeBtn .menuLine span {
	height: 1px;
	background-color: #000000 !important;
	-webkit-transition: 0s;
	transition: 0s;
}
.closeBtn .menuLine .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-30deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-30deg);
	transform: translateY(7px) translateX(0) rotate(-30deg);
}
.closeBtn .menuLine .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(30deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(30deg);
	transform: translateY(-7px) translateX(0) rotate(30deg);
}
@media all and (min-width: 897px) {
	.closeBtn:hover {
		color: #9D4915;
	}
	.closeBtn:hover .menuLine span {
		background-color: #9D4915 !important;
	}
}
@media all and (max-width: 896px) {
	.closeBtn {
		margin: 41px auto 0;
		font-size: 1.4rem;
	}
	.closeBtn .menuLine .top {
		-webkit-transform: translateY(6px) translateX(0) rotate(-30deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-30deg);
		transform: translateY(6px) translateX(0) rotate(-30deg);
	}
	.closeBtn .menuLine .bottom {
		-webkit-transform: translateY(-6px) translateX(0) rotate(30deg);
		-ms-transform: translateY(-6px) translateX(0) rotate(30deg);
		transform: translateY(-6px) translateX(0) rotate(30deg);
	}
	.closeBtn .txt {
		margin-top: 7px;
	}
}


/* comLink */
.comLink {
	margin-top: 16px;
}
.comLink a {
	text-decoration: underline;
}
.comLink.right {
	text-align: right;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #9D4915;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin-top: 12px;
	}
}

/* comBanner */
.comBanner{
	
}
.comBanner a {
	display: flex;
	height: 325px;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}
.comBanner .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/member_bg.jpg") no-repeat center center / cover;
	transition: all .4s linear;
}
.comBanner a::after {
	margin-top: -5px;
	width: 86px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 71px;
	background: url("../img/common/icon05.png") no-repeat left top / 100% 100%;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
}
.comBanner .headLine05 {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 5;
	margin: 0;
	box-sizing: border-box;
	padding: 0 92px;
}
.comBanner .headLine05 .en {
	color: #fff;
}
.comBanner .headLine05 .en::before {
	background-image: url("../img/common/icon02.png");
}
@media all and (min-width: 897px) {
	.comBanner a:hover .image {
		transform: scale(1.05);
	}
	.comBanner a:hover::after {
		right: 66px;
	}
}
@media all and (max-width: 896px) {
	.comBanner .image {
		background-image: url("../img/index/sp_member_bg.jpg");
	}
	.comBanner a::after {
		display: none;
	}
	.comBanner .headLine05 {
		padding: 0 10px;
		text-align: center;
	}
	.comBanner a {
		height: 200px;
	}
	.comBanner .headLine05 .en {
		margin-bottom: 31px;
	}
	.comBanner .headLine05 .en::before {
		width: 7px;
		height: 7px;
		top: auto;
		left: 50%;
		bottom: -17px;
		margin-left: -4px;
	}
}

/* comListUl */
.comListUl {
	margin: 0 -24px;
	flex-wrap: wrap;
	display: flex;
}
.comListUl li {
	padding: 0 24px;
	width: 25%;
	box-sizing: border-box;
}
.comListUl a {
	display: block;
}
.comListUl .image {
	height: 192px;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.comListUl .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s linear;
}
.comListUl p {
	line-height: 1.8;
}
.comListUl .time {
	margin-bottom: 4px;
	font-size: 1.4rem;
}
.comListUl .title {
	margin-bottom: 9px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
}
.comListUl .textBox {
	margin: 17px 10px 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comListUl li {
		padding: 0 10px;
	}
	.comListUl {
		margin: 0 -10px;
	}
	.comListUl .textBox {
		margin: 17px 0 0;
	}
}
@media all and (min-width: 897px) {
	.comListUl a:hover .image img {
		transform: scale(1.05);
	}
	.comListUl a:hover {
		color: #9D4915;
	}
}
@media all and (max-width: 896px) {
	.comListUl {
		margin: 0 -20px;
		display: block;
	}
	.comListUl li {
		padding: 0;
		margin: 0 10px;
		width: 288px;
	}
	.comListUl .time {
		font-size: 1.2rem;
	}
	.comListUl .title {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 2;
	}
	.comListUl .textBox {
		margin: 13px 10px 0;
	}
	.comListUl .image {
		height: 51.4vw;
	}
}

/* comListUl02 */
.comListUl02 {
	
}
.comListUl02 li {
	border-bottom: 1px solid #C8997D;
}
.comListUl02 a {
	padding: 24px 0 26px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.comListUl02 .time {
	width: 112px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
.comListUl02 .txt {
	flex: 1;
}
@media all and (min-width: 897px) {
	.comListUl02 a:hover {
		color: #9D4915;
	}
}
@media all and (max-width: 896px) {
	.comListUl02 .time {
		margin-bottom: 9px;
		width: auto;
	}
	.comListUl02 li span {
		display: block;
	}
	.comListUl02 a {
		padding: 21px 0 20px;
		display: block;
		font-size: 1.4rem;
	}
}
/* comListUl03 */
.comListUl03 {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
}
.comListUl03 li {
	padding: 0 30px;
	width: 33.33%;
	box-sizing: border-box;
}
.comListUl03 p {
	line-height: 1.8;
}
.comListUl03 .photo {
	margin-bottom: 21px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.comListUl03 .photo img {
	width: 100%;
}
.comListUl03 .title {
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 896px) {
	.comListUl03 li {
		margin-bottom: 47px;
		padding: 0;
		width: auto;
	}
	.comListUl03 li:last-child {
		margin-bottom: 0;
	}
	.comListUl03 {
		margin: 0;
		display: block;
		font-size: 1.5rem;
	}
	.comListUl03 .title {
		margin-bottom: 14px;
		font-size: 2rem;
	}
	.comListUl03 .photo {
		margin-bottom: 16px;
		box-shadow: none;
	}
}

/* comLinkUl */
.comLinkUl {
	display: flex;
	flex-wrap: wrap;
}
.comLinkUl li {
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.comLinkUl li:nth-child(3n) {
	border-right: none;
}
.comLinkUl a {
	padding-bottom: 11px;
	color: #fff;
	height: 60px;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #B27149;
}
.comLinkUl .txt {
	display: block;
}
.comLinkUl img {
	width: 35px;
}


/* comTelBox */
.comTelBox {
	padding: 20px 25px 25px;
	width: 250px;
	background-color: rgba(245,240,237,1);
	text-align: center;
	box-sizing: border-box;
}
.comTelBox .telTxt {
	margin-bottom: 13px;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.comTelBox .title {
	margin-bottom: 39px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.comTelBox .title::before {
	margin-left: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	background: url("../img/common/icon09.png") no-repeat left top / 100% 100%;
	content: "";
	opacity: 0.5;
}
.comTelBox .comBtn02 a {
	margin: 0 auto;
	max-width: 200px;
	height: 50px;
	font-size: 1.5rem;
	}
.comTelBox .comBtn02 + .comBtn02 {
	margin-top: 15px;
}
@media all and (max-width: 896px) {
	.comTelBox {
		padding: 27px 25px 30px;
		width: auto;
	}
	.comTelBox .comBtn02 a {
		max-width: 235px;
	}
	.comTelBox .title {
		margin-bottom: 34px;
		font-size: 1.5rem;
	}
	.comTelBox .telTxt {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.comTelBox .title::before {
		bottom: -22px;
	}
}



.comPrice {
	margin-bottom: 12px;
	text-align: center;
	font-size: 1.4rem;
}
.comPrice .num {
	margin-bottom: 4px;
	font-size: 4.8rem;
	color: #9a4829;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
}
@media all and (max-width: 896px) {
	.comPrice .num {
		font-size: 3.6rem;
	}
	.comPrice {
		margin-bottom: 16px;
	}
}
	
/* comListUl03 */
.comListUl03 {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
}
.comListUl03 li {
	padding: 0 30px;
	width: 33.33%;
	box-sizing: border-box;
}
.comListUl03 p {
	line-height: 1.8;
}
.comListUl03 .photo {
	margin-bottom: 21px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.comListUl03 .photo img {
	width: 100%;
}
.comListUl03 .title {
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
@media all and (max-width: 896px) {
	.comListUl03 li {
		margin-bottom: 47px;
		padding: 0;
		width: auto;
	}
	.comListUl03 li:last-child {
		margin-bottom: 0;
	}
	.comListUl03 {
		margin: 0;
		display: block;
		font-size: 1.5rem;
	}
	.comListUl03 .title {
		margin-bottom: 14px;
		font-size: 2rem;
	}
	.comListUl03 .photo {
		margin-bottom: 16px;
		box-shadow: none;
	}
}
/* mb0 */
.mb0 {
	margin-bottom: 0 !important;
}


/* reservationPop */
.reservationPop {
	width: 300px;
	display: none;
}
.reservationPop .innerBox {
	background-color: #fff;
	box-sizing: border-box;
	padding: 36px 10px 49px;
}
.reservationPop .title {
	margin-bottom: 25px;
	color: #333333;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.reservationPop .comBtn02 li {
	margin-bottom: 20px;
}
.reservationPop .comBtn02 a {
	max-width: 252px;
	height: 50px;
}
.reservationPop .closeBtn {
	margin-top: 52px;
}
@media all and (min-width: 897px) {
	#fixPop,
	#fixPopCover {
		display: none !important;
	}
}
#fixPop {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
}
#fixPopCover {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 374px) {
	.reservationPop {
		width: 280px;
	}
}