@charset "utf-8";
/* concept */
#concept .natureArt {
	padding: 82px 0 100px;
}
#concept .natureArt h2 {
	margin-bottom: 38px;
	color: #9D4915;
	font-size: 6.2rem;
	font-weight: normal;
	line-height: 74.4px;
	text-align: center;
}
#concept .natureArt p {
	margin-bottom: 76px;
	text-align: center;
}
#concept .natureArt .photoList .posImg {
	width: 214px;
	position: absolute;
	right: 72px;
	top: -268px;
}
#concept .imgBox .photoBox {
	position: relative;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
#concept .imgBox img {
	width: 100%;
}
#concept .imgBox .photoBox .posImg01 {
	width: 130px;
	position: absolute;
	left: 72px;
	bottom: -186px;
}
#concept .imgBox .photoBox .posImg02 {
	width: 379px;
	position: absolute;
	right: 72px;
	bottom: -164px;
}
#concept .imgBox .textBox p {
	margin: 0 auto 56px;
	max-width: 516px;
}
#concept .imgBox .photo {
	margin: 0 auto;
	max-width: 52.8%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
#concept .members {
	padding: 75px 0 0;
	overflow: hidden;
	position: relative;
}
#concept .members::before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 550px;
	content: '';
	background: url(../img/concept/member_bg.jpg) no-repeat center top / cover;
	z-index: -1;
}
#concept .members .headLine02 {
	margin-bottom: 60px;
}
#concept .members .headLine02 .jp {
	font-weight: normal;
}
#concept .slideList li {
	padding: 0 0.5px;
	float: left;
	width: calc(100%/3);
	box-sizing: border-box;
}
#concept .slideList img {
	width: 100%;
}
#concept .members .content {
	padding: 38px 70px 58px 49px;
	background: #fcfcfc;
	box-sizing: border-box;
}
#concept .members .photoBox img {
	width: 100%;
}
#concept .members .textBox .title {
	margin-bottom: 38px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 2.2rem;
}
#concept .members .textList {
	margin-bottom: 14px;
}
#concept .members .textList li {
	padding: 0 0 19px 1em;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 600;
}
#concept .members .textList small {
	margin-top: 8px;
	display: block;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
#concept .members .textList li::before {
	left: 1px;
	top: 10px;
	position: absolute;
	width: 7px;
	height: 7px;
	content: '';
	background: linear-gradient(#dece9a 0%, #a38e4a 100%);
	transform: rotate(-45deg);
}
#concept .members p {
	font-size: 1.4rem;
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	#concept .natureArt .photoList {
		margin-bottom: -2px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#concept .natureArt .photoList li {
		margin-bottom: 2px;
		width: calc(50% - 1px);
		position: relative;
	}
	#concept .imgBox {
		padding: 80px 0 90px;
		position: relative;
		display: flex;
		align-items: flex-start;
	}
	#concept .imgBox::after {
		position: absolute;
		left: 0;
		top: 0;
		height: calc(100% + 87px);
		width: 100%;
		background-color: #F0E7E2;
		content: '';
		z-index: -1;
	}
	#concept .imgBox .photoBox {
		margin-bottom: 80px;
		width: 55%;
	}
	#concept .imgBox .textBox {
		padding: 52px 20px 0 10px;
		width: 45%;
		box-sizing: border-box;
	}
	#concept .imgBox.right {
		padding: 0;
		flex-direction: row-reverse;
	}
	#concept .imgBox.right::after {
		display: none;
	}
	#concept .imgBox01::after {
		top: 167px;
		height: calc(100% - 80px);
	}
	#concept .imgBox.right .textBox {
		padding: 52px 10px 0 20px;
	}
	#concept .members .content {
		padding: 38px 70px 58px 49px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#concept .members .photoBox {
		width: 43.1%;
	}
	#concept .members .textBox {
		margin: 22px 0 0 10px;
		width: 55%;
	}
}
@media all and (max-width: 896px) {
	#concept .natureArt {
		padding: 40px 0;
	}
	#concept .natureArt h2 {
		margin-bottom: 27px;
		font-size: 3.6rem;
		line-height: 1.25;
	}
	#concept .natureArt p {
		margin-bottom: 53px;
	}
	#concept .natureArt .photoList {
		margin-bottom: 10px;
		position: relative;
	}
	#concept .natureArt .photoList::after {
		left: 0;
		top: 100%;
		position: absolute;
		width: 100%;
		height: 10px;
		content: '';
		background: #F0E7E2;
		z-index: -1;
	}
	#concept .natureArt .photoList li {
		margin: 0 0 1px;
		width: 100%;
	}
	#concept .natureArt .photoList .posImg {
		width: 82px;
		right: 20px;
		top: -94px;
	}
	#concept .imgBox {
		padding: 40px 20px 40px;
		display: block;
		background: #F0E7E2;
	}
	#concept .imgBox .photoBox {
		margin-bottom: 27px;
	}
	#concept .imgBox .photoBox .posImg01 {
		width: 78px;
		left: 0;
		bottom: -68px;
	}
	#concept .imgBox .textBox p {
		margin-bottom: 23px;
		max-width: 100%;
		text-align: left;
	}
	#concept .imgBox .photo {
		margin: 0 63px;
		max-width: 100%;
		position: relative;
	}
	#concept .imgBox .photo .posImg02 {
		position: absolute;
		width: 188px;
		right: -62px;
		bottom: -89px;
	}
	#concept .imgBox.right {
		padding: 40px 20px 40px;
		background: #FCFCFC;
	}
	#concept .members {
		margin: 35px 0 0;
		padding: 55px 0 0;
	}
	#concept .members::before {
		height: 370px;
	}
	#concept .members .headLine02 {
		margin-bottom: 41px;
	}
	#concept .members .content {
		padding: 40px 20px 36px;
	}
	#concept .members .textBox .title {
		margin-bottom: 31px;
		font-size: 1.8rem;
		text-align: center;
	}
	#concept .members .textList {
		margin-bottom: 0;
	}
	#concept .members .textList li {
		padding: 0 0 14px 12px;
		font-size: 1.6rem;
	}
	#concept .members .textList small {
		margin-top: 6px;
		font-size: 1.4rem;
		line-height: 1.93;
	}
	#concept .members .textList li::before {
		width: 5px;
		height: 5px;
	}
	#concept .members p {
		font-size: 1.3rem;
		line-height: 1.94;
	}
	#concept .members .photoBox {
		margin: -6px -23px 0;
	}
	#concept .slideList li {
		width: 89%;
	}
}

/*------------------------------------------------------------
	price 
------------------------------------------------------------*/
#price .comMainImg {
	margin-bottom: 60px;
}
#price .roomBox {
	padding: 48px 0 32px;
}
#price .slideBox {
	margin-bottom: 52px;
}
#price .slideBox .photoBox > div {
	position: relative;
}
#price .slideBox .photoBox .topBox {
	display: none;
}
#price .slideBox .photoBox .topBox:first-child {
	display: block;
}
#price .slideBox .photoBox img {
	width: 100%;
}
#price .slideBox .bigPhoto {
	position: relative;
	line-height: 0;
}
#price .slideBox .bigPhoto .list li {
	position: relative;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
#price .slideBox .photoBox p {
	display: block;
	min-width: 107px;
	position: absolute;
	z-index: 10;
	font-weight: 600;
	font-size: 2.6rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	height: 47px;
	line-height: 42px;
	background: #2e2e2e;
}
#price .slideBox .photoBox p img {
	width: 22px;
	vertical-align: -2px;
}
#price .slideBox .thumb {
	padding: 22px 25px 21px;
	background: #2e2e2e;
	position: relative;
}
#price .slideBox .thumb .list .slick-slide > div {
	margin: 0 15px;
}
#price .slideBox .thumb .list li {
	display: inline-block;
}
#price .slideBox .thumb .arrow path {
	fill: #fff;
}
#price .slideBox .thumb .arrow .slick-disabled {
	pointer-events: none;
	opacity: 0.15;
}
#price .slideBox .thumb .arrow .slick-disabled path {
	fill: #CECECE;
}
#price .slideBox .thumb .arrow a {
	margin-top: 0;
	left: 10px;
}
#price .slideBox .thumb .arrow .next {
	left: auto;
	right: 10px;
}
#price .slideBox .thumb .list img {
	width: calc(100%);
	display: inline-block;
	border: 5px solid transparent;
	transition: 0.3s;
}
#price .slideBox .thumb .list .slick-slide.slick-current img,
#price .slideBox .thumb .list .on img {
	border: 5px solid #B9D0CB;
}
#price .slideBox .arrow a {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	transition: 0.3s;
	transform: translateY(-50%);
}
#price .slideBox .bigPhoto .arrow a {
	opacity: 0.8;
}
#price .slideBox .arrow a img {
	width: 80px;
}
#price .slideBox .arrow .prev {
	left: 5px;
}
#price .slideBox .arrow .next {
	right: 5px;
}
#price .slideBox .numBox {
	padding: 0 32px 0 24px;
}
#price .slideBox .numBox .list {
	white-space: nowrap;
}
#price .slideBox .numBox .list li {
	display: inline-block;
}
#price .slideBox .numBox .list .slick-slide > div {
	width: 68px;
	margin: 0 8px;
}
#price .slideBox .numBox .list .inner {
	width: 68px;
	display: flex;
	height: 42px;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	background: #d8d8d8;
	transition: 0.3s;
}
#price .slideBox .numBox .list .on .inner,
#price .slideBox .numBox .list .slick-current .inner {
	color: #FFF;
	background: #2e2e2e !important;
}
#price .slideBox .numBox .arrow a {
	display: block;
	margin-top: -7px;
	width: 15px;
	height: 15px;
}
#price .slideBox .numBox .arrow .prev {
	left: 0;
}
#price .slideBox .numBox .arrow .next {
	right: 0;
}
#price .slideBox .numBox .arrow .slick-disabled path,
#price .slideBox .numBox .arrow .noLink path {
	fill: #CECECE;
}
#price .slideBox .numBox .arrow .slick-disabled {
	pointer-events: none;
}
#price .slideBox .txtList {
	margin-bottom: 23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#price .slideBox .txtList:last-child {
	margin-bottom: 0;
}
#price .slideBox .txtList li {
	margin-bottom: 6px;
	padding: 10px 0 7px;
	min-height: 44px;
	width: calc(50% -  3px);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	background: #B27149;
	box-sizing: border-box;
}
#price .slideBox .txtList li.a {
	background: #653A20;
	}
#price .slideBox .txtList strong {
	margin-bottom: -2px;
	display: block;
	font-weight: 500;
}
#price .slideBox .txtList01 li {
	color: #2E2E2E;
	background: #DEC2B1;
}
#price .priceBox {
	padding: 0 40px 40px;
	background: #EFEFEF;
}
#price .priceBox .innerPrice {
	margin: 0 auto;
	max-width: 922px;
}
#price .priceBox .heading {
	margin: 0 -40px 40px;
	padding: 13px 10px 14px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	background: url("../img/price/heading_bg.jpg") no-repeat center center / cover;
}
#price .priceBox .heading span {
	margin-bottom: 10px;
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;	
}
#price .linkDl {
	margin: 0 5px 23px;
	display: flex;
}
#price .linkDl dt {
	margin-right: 8px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;	
}
#price .linkDl dd {
	padding-left: 22px;
	flex: 1;
	font-size: 1.4rem;
	background: url("../img/common/icon_arrow02.png") no-repeat left center / 12px;
}
#price .linkDl dd a {
	margin-right: 20px;
	text-decoration: underline;
}
#price .priceBox .noteList {
	margin-bottom: 52px;
}
#price .priceBox .reserve {
	background: #fff;
	box-sizing: border-box;
}
#price .priceBox .reserve .title {
	font-weight: bold;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;	
	border-right: 1px solid #dedede;
}
#price .priceBox .reserve .link {
	padding: 23px 5px 23px 36px;
}
#price .priceBox .reserve .comBtn02 {
	display: flex;
}
#price .priceBox .reserve .comBtn02 a {
	margin-left: 20px;
	max-width: inherit;
	width: 252px;
	height: 50px;
}
#price .priceBox .reserve .tel a {
	font-weight: 600;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;	
}
#price .btmLink {
	text-align: center;
}
#price .btmLink a {
	padding-left: 20px;
	display: inline-block;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1.6rem;
	color: #9D4915;
	background: url("../img/common/icon_price.png") no-repeat left center / 14px;
}
#price .freeSystem {
	margin-top: 68px;
	padding: 100px 0;
	background: #F0E7E2;
}
#price .freeSystem .headLine01 {
	margin-bottom: 20px;
}
#price .freeSystem .timeTable {
	margin-bottom: 15px;
}
#price .freeSystem .noteTxt {
	text-indent: -1em;
	margin: 0 0 55px 1em;
	font-size: 1.4rem;
}
#price .comTxtBox {
	margin: 28px 0 0;
	background: #FFF;
	position: relative;
	z-index: 2;
}
#price .comTxtBox h4 {
	padding: 12px 30px;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	background: #DEC2B1;
}
#price .comTxtBox .subTxt {
	padding: 21px 30px;
}
#price .comTxtBox .subTxt .noteTxt {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2;
}
#price .comTxtBox .txtDl {
	margin-bottom: 5px;
	display: inline-grid;
	grid-template-columns: 167px auto;
	font-size: 1.6rem;
	line-height: 2;
}
#price .comTxtBox .txtDl01 {
	grid-template-columns: 200px auto;
}
#price .comTxtBox .txtDl dt {
	padding-left: 14px;
	position: relative;
}
#price .comTxtBox .txtDl dt::before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	background: #C8997D;
	border-radius: 7px;
	content: '';
}
#price .comTxtBox .txtDl dd {
	margin-bottom: 12px;	
}
#price .comTxtBox .subTxt p {
	margin-bottom: 12px;
}
#price .comTxtBox .companyList {
	margin: 25px 10px 10px;
}
#price .comTxtBox .companyList li {
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}
#price .comTxtBox .companyList img {
	max-height: 50px;
}
#price .popCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#price .popBox {
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.7);
	overflow: auto;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s;
}
#price .popBox.show {
	opacity: 1;
	pointer-events: auto;
}
#price .popBox .subPop {
	padding: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#price .popBox .close {
	margin-top: 60px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#price .popBox .close a {
	padding-top: 33px;
	display: inline-block;
	color: #FFF;
	font-family: 'Marcellus', serif;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	text-align: center;
	background: url(../img/common/close.png) no-repeat center top / 49px;
}
@media all and (min-width: 897px) {
	#price .slideBox {
		display: flex;
		justify-content: space-between;
	}
	#price .slideBox .photoBox {
		width: 59.89%;
	}
	#price .slideBox .textBox {
		width: 35.76%;
	}
	#price .slideBox .thumb .list a:hover img {
		border: 5px solid #C8997D;
	}
	#price .slideBox .bigPhoto .arrow a:hover {
		opacity: 0.9;
	}
	#price .slideBox .numBox .list .inner:hover {
		background: #EAEAEA;
	}
	#price .slideBox .numBox .arrow a:hover path {
		fill: #8AA38C;
	}
	#price .tableBox {
		margin-bottom: 22px;
		display: flex;
		justify-content: space-between;
	}
	#price .tableBox .inner {
		width: calc(50% - 20px);
	}
	#price .tableBox .comTable th {
		min-width: 190px;
	}
	#price .linkDl dd a:hover {
		text-decoration: none;
	}
	#price .btmLink a:hover {
		text-decoration: none;
	}
	#price .priceBox .reserve {
		margin-bottom: 20px;
		padding: 0 20px;
		display: flex;
	}
	#price .priceBox .reserve .title {
		width: 145px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	#price .priceBox .reserve .link {
		flex: 1;
		display: flex;
		align-items: center;
	}
	#price .popBox .close a:hover {
		color: #9D4915;
		background-image: url(../img/common/close_over.png);
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#price .priceBox .reserve .link {
		padding-right: 36px;
		display: block;
	}
	#price .priceBox .reserve .link .tel {
		margin-bottom: 10px;
		text-align: center;
	}
	#price .priceBox .reserve .comBtn02 a {
		margin: 0 5px;
		width: 220px;
	}
	#price .priceBox .reserve .comBtn02 {
		justify-content: center;
	}
}
@media all and (max-width: 896px) {
	#price .pageVisual {
		background-color: #FFF;
	}
	#price .comMainImg {
		margin-bottom: 0;
	}
	#price .comMainImg::after {
		top: 59%;
		height: auto;
		bottom: 0;
	}
	#price .roomBox {
		padding: 38px 0 0;
	}
	#price .slideBox {
		margin-bottom: 34px;
	}
	#price .slideBox .photoBox {
		margin-bottom: 39px;
	}
	#price .slideBox .photoBox p {
		padding: 0 5px;
		min-width: 44px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	#price .slideBox .photoBox p img {
		width: 14px;
	}
	#price .slideBox .bigPhoto .arrow a {
		margin-top: 0;
	}
	#price .slideBox .bigPhoto .arrow a img {
		width: 64px;
	}
	#price .slideBox .bigPhoto .arrow .prev {
		left: 3px;
	}
	#price .slideBox .bigPhoto .arrow .next {
		right: 3px;
	}
	#price .slideBox .thumb {
		padding: 20px 25px 21px;
	}
	#price .slideBox .thumb .list .slick-slide > div {
		margin: 0 2px;
	}
	#price .slideBox .thumb .list li a {
		padding: 5px;
		display: block;
		border: 1px solid transparent;
	}
	#price .slideBox .thumb .list li.on a,
	#price .slideBox .thumb .list .slick-current a {
		border-color: rgba(255,255,255,0.5);
	}
	#price .slideBox .thumb .list li img {
		width: calc(100% - 6px);
		border-width: 3px;
	}
	#price .slideBox .thumb .list .slick-slide.slick-current img,
	#price .slideBox .thumb .list .on img {
		border-width: 3px;
	}
	#price .slideBox .numBox {
		margin: 0 -5px;
		padding: 0 19px;
	}
	#price .slideBox .numBox .list .inner {
		height: 50px;
	}
	#price .slideBox .numBox .arrow a {
		margin-top: -2px;
	}
	#price .slideBox .txtList li {
		min-height: 77px;
		font-size: 1.2rem;
	}
	#price .slideBox .txtList strong {
		margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#price .slideBox .txtList01 li {
		min-height: 44px;
	}
	#price .priceBox .heading {
		padding: 15px 15px 7px;
		text-align: left;
	}
	#price .priceBox .heading span {
		margin-right: 10px;
		display: inline-block;
		font-size: 2rem;
		vertical-align: -2px;
	}
	#price .priceBox {
		padding: 0 20px 30px;
	}
	#price .priceBox .heading {
		margin: 0 -20px 18px;
	}
	#price .tableBox .inner {
		margin-bottom: 27px;
	}
	#price .comTable td {
		text-align: right;
	}
	#price .linkDl {
		margin: 29px 0 23px;
		display: block;
	}
	#price .linkDl dt {
		margin: 0 0 14px;
		font-size: 1.6rem;
	}
	#price .priceBox .noteList {
		margin-bottom: 24px;
	}
	#price .priceBox .reserve {
		margin-bottom: 14px;
		text-align: center;
	}
	#price .priceBox .reserve .title {
		padding: 11px 10px;
		border-right: none;
		font-size: 2rem;
		border-bottom: 1px solid #dedede;
	}
	#price .priceBox .reserve .link {
		padding: 25px 5px;
	}
	#price .priceBox .reserve .tel {
		margin-bottom: 20px;
		text-align: center;
	}
	#price .priceBox .reserve .comBtn02 {
		margin: 0 auto;
		width: 252px;
		display: block;
	}
	#price .priceBox .reserve .comBtn02 a {
		width: 100%;
		margin: 0 0 15px;
	}
	#price .priceBox .reserve .comBtn02 a:last-child {
		margin-bottom: 0;
	}
	#price .btmLink {
		text-align: left;
	}
	#price .btmLink a {
		background-position: left 5px;
	}
	#price .freeSystem {
		margin-top: 60px;
		padding: 30px 0;
	}
	#price .freeSystem .noteTxt {
		margin-bottom: 37px;
	}
	#price .freeSystem .timeTable {
		margin: 0 -20px 7px 0;
		position: relative;
		overflow: auto;
	}
	#price .freeSystem .headLine01 span {
		margin-top: 6px;
		float: right;
		font-size: 1.2rem;
		text-align: right;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#price .freeSystem .timeTable img {
		max-width: inherit;
		height: 619px;
	}
	#price .comTxtBox {
		margin: 0 0 30px;
	}
	#price .comTxtBox h4 {
		text-align: center;
		font-weight: 600;
	}
	#price .comTxtBox .subTxt {
		padding: 15px 20px;
	}
	#price .comTxtBox .subTxt .noteTxt {
		margin-left: 0;
		text-indent: 0;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#price .comTxtBox .txtDl {
		display: block;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#price .comTxtBox .txtDl dt {
		padding: 0 0 5px 12px;
	}
	#price .comTxtBox .txtDl dd {
		margin-bottom: 16px;
	}
	#price .comTxtBox .companyList {
		margin: 9px 10px 0;
		text-align: center;
	}
	#price .comTxtBox .companyList li {
		margin: 15px 5.5px 0;
	}
	#price .comTxtBox .companyList + .companyList {
		margin: 0 10px;
		padding-bottom: 15px;
	}
	#price .comTxtBox .companyList img {
		max-height: 30px;
	}
	#price .popBox {
		padding: 20px 0;
	}
	#price .popBox .subPop {
		padding: 0;
		align-items: flex-start;
	}
	#price .popBox .comTxtBox h4 {
	}
	#price .popBox .comTxtBox .txtDl dt {
		padding-left: 0;
	}
	#price .popBox .comTxtBox .txtDl dt::before {
		display: none;
	}
	#price .popBox .close {
		margin-top: 30px;
	}
	#price .popBox .close a {
		padding-top: 23px;
		background-size: 33px;
		font-size: 1.1rem;
	}
	#price .slideBox .thumb .arrow a {
		left: 5px;
	}
	#price .slideBox .thumb .arrow .next {
		left: auto;
		right: 5px;
	}
	#price .comTxtBox .txtDl dt::before {
		top: 9px;
	}
}



/* plan */
#plan .imgShadow {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
#plan .comMainImg {
	margin-bottom: 22px;
}
#plan .pageVisual .title .en {
	padding-right: 21px;
	min-width: 0;
}
#plan .showBox {
	padding: 49px 0 78px;
	position: relative;
}
#plan .showBox.bg::after {
	width: 99999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #F0E7E2;
	content: "";
	z-index: -1;
	transform: translateX(-50%);
}
#plan .showBox .title {
	margin-bottom: 30px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	line-height: 2;
	border-bottom: 1px solid #C8997D;
	padding-bottom: 5px;
}
#plan .showBox .title .en {
	color: #C8997D;
	font-weight: normal;
	font-family: 'Marcellus', serif;
	font-size: 2.8rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -7px 39px 0 0;
	letter-spacing: 0.03em;
	position: relative;
}
#plan .showBox .title .en::after {
	margin-top: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: -24px;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#plan .showBox.bg .title {
	margin-bottom: 39px;
}
#plan .showBox .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#plan .showBox .imgBox .photoBox {
	width: calc(50% - 76px);
}
#plan .showBox .imgBox .photoBox img {
	width: 100%;
}
#plan .showBox .imgBox .rightBox {
	margin: 0 0 0 50px;
	flex: 1;
}
#plan .showBox p {
	margin-bottom: 18px;
}
#plan .showBox .lableTxt {
	margin-bottom: 11px;
}
#plan .showBox .comBtn02 {
	margin-top: 17px;
}
#plan .showBox .comBtn02.flex {
	align-items: center;
}
#plan .showBox .comBtn02.flex .txt {
	margin-left: 15px;
	font-size: 1.4rem;
}
#plan .notesUl {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#plan .priceTxt .num {
	margin-bottom: 6px;
	font-size: 3.6rem;
	color: #9a4829;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
}
#plan .roomList {
	margin-top: 22px;
}
#plan .roomList li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2;
	background: #F0E7E2;
	position: relative;
}
#plan .roomList li:last-child {
	margin-bottom: 0;
}
#plan .roomList li::before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 107px;
	background-color: #dbdbdb;
	content: "";
}
#plan .roomList .ttl {
	padding: 14px 5px 12px 15px;
	width: 107px;
	flex-shrink: 0;
	font-weight: 600;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	box-sizing: border-box;
}
#plan .roomList .txt {
	padding-left: 21px;
	flex: 1;
}
#plan p + .priceList {
	margin-top: -12px;
}
#plan .priceList li {
	padding: 17px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #B9D0CB;
}
#plan .priceList p {
	margin-bottom: 0;
}
#plan .priceList .ttl {
	width: 150px;
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
#plan .priceList .right {
	flex: 1;
}
#plan .box05 {
	padding-bottom: 0;
}
@media all and (max-width: 896px) {
	#plan .showBox .imgBox {
		display: block;
	}
	#plan .showBox .imgBox .photoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#plan .showBox .imgBox .rightBox {
		margin: 0;
	}
	#plan .showBox .title {
		margin-bottom: 24px;
		padding-bottom: 10px;
		font-size: 2.4rem;
	}
	#plan .showBox .title .en {
		margin: -7px 29px 0 0;
		font-size: 2rem;
	}
	#plan .showBox {
		padding: 32px 0 78px;
	}
	#plan .showBox .title .en::after {
		margin-top: -5px;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: -19px;
	}
	#plan .showBox.bg .title {
		margin-bottom: 25px;
	}
	#plan .showBox .lableTxt {
		margin-bottom: 17px;
	}
	#plan .showBox {
		padding: 32px 0 58px;
	}
	#plan .comMainImg {
		margin-bottom: 0;
	}
	#plan .priceTxt {
		font-size: 1.4rem;
	}
	#plan .priceTxt .num {
		margin-bottom: 3px;
		font-size: 3rem;
	}
	#plan .showBox p {
		margin-bottom: 20px;
	}
	#plan .roomList .ttl {
		padding: 10px 5px 11px 8px;
		width: 84px;
		font-size: 1.6rem;
	}
	#plan .roomList li::before {
		left: 84px;
	}
	#plan .roomList {
		margin-top: 20px;
	}
	#plan .roomList .txt {
		padding-left: 11px;
	}
	#plan .notesUl {
		margin-top: 17px;
	}
	#plan .priceList p {
		margin-bottom: 0;
	}
	#plan .priceList li {
		padding: 17px 0;
	}
	#plan .priceList .ttl {
		width: auto;
		font-size: 1.4rem;
		line-height: 1.14;
	}
	#plan p + .priceList {
		margin-top: -8px;
	}
	#plan .priceList .right {
		text-align: right;
	}
	#plan .priceList .unit {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 0 -25px -13px;
	}
	#plan .box04 .priceList li {
		padding-bottom: 34px;
	}
	#plan .showBox .comBtn02 {
		margin-top: 29px;
	}
	#plan .showBox .comBtn02 a {
		margin: 0 auto;
	}
	#plan .showBox .comBtn02.flex {
		display: block;
	}
	#plan .showBox .comBtn02.flex .txt {
		font-size: 1.4rem;
		display: block;
		margin: 14px 0 0 0;
		text-align: center;
	}
	#plan .box05 {
		padding-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	#plan .showBox .title {
		font-size: 2.2rem;
	}
}




/* coupon */
#coupon .couponBox {
	margin-bottom: 80px;
}
#coupon .serviceBox .comImgBox {
	margin-top: 40px;
	margin-bottom: 40px;
}
#coupon .serviceBox .innerBox {
	margin-bottom: 11px;
	padding: 30px 40px 26px;
	background-color: #fff;
}
#coupon .serviceBox .innerBox .ttl {
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 400;
}
#coupon .serviceBox .content>.comNotes {
	margin-bottom: 56px;
}

#coupon .serviceBox .content .title {
	margin-bottom: 28px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	text-align: left;
	font-weight: 600;
}
#coupon .serviceBox .content .title span {
	margin: -8px 14px 0 0;
	padding: 8px 11px 9px;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	background-color: #333333;
}
	
#coupon .serviceBox .content .title2 {
	margin-top: 100px;
	margin-bottom: 28px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
}
#coupon .serviceBox .content .title2 span {
	margin: -8px 14px 0 0;
	padding: 8px 11px 9px;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	background-color: #333333;
}

#coupon .serviceBox .innerBox .title {
	margin-bottom: 28px;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
}
#coupon .serviceBox .innerBox .title span {
	margin: -8px 14px 0 0;
	padding: 8px 11px 9px;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	background-color: #333333;
}
#coupon .serviceBox .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#coupon .serviceBox .imgBox .photo {
	width: 177px;
	margin-bottom: 30px;
}
#coupon .serviceBox .imgBox .textBox {
	margin: 10px 0 0 30px;
	flex: 1;
}
#coupon .serviceBox .imgBox .textBox  .comBtn02{
	margin-top: 20px;
	float: left;
	width: 300px;
}


#coupon .serviceBox .imgBox .textBox .txtUl {
	margin-bottom: 11px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#coupon .serviceBox .imgBox .textBox .txtUl::after {
	width: 1px;
	height: 100%;
	background-color: #B9C8BA;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}
#coupon .serviceBox .imgBox .textBox .txtUl li {
	padding: 25px 40px 26px;
	width: 50%;
	box-sizing: border-box;
}
#coupon  .serviceBox .imgBox .textBox .txtUl .title {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2rem;
}

/*変更場所*/
#coupon .serviceBox .txtUl {
	margin-bottom: 11px;
	background-color: #F5F0ED;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#coupon .serviceBox .txtUl::after {
	width: 1px;
	height: 100%;
	background-color: #B9C8BA;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}
#coupon .serviceBox .txtUl li {
	padding: 25px 40px 26px;
	width: 50%;
	box-sizing: border-box;
}
#coupon .serviceBox .txtUl .title {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2rem;
	text-align: left;
}

/*変更場所*/
#coupon .serviceBox .txtUl2 {
	margin-bottom: 11px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#coupon .serviceBox .txtUl2::after {
	width: 1px;
	height: 100%;
	background-color: #B9C8BA;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}
#coupon .serviceBox .txtUl2 li {
	padding: 25px 40px 26px;
	width: 50%;
	box-sizing: border-box;
}
#coupon .serviceBox .txtUl2 .title {
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2rem;
	text-align: left;
}

/*変更場所*/

#coupon .serviceBox .txtUl + .comNotes {
	margin-bottom: 56px;
}
#coupon .serviceBox .comImgBox + .comImgBox {
	margin-top: 60px;
}
#coupon .serviceBox .comImgBox:last-child {
	margin-bottom: 0;
}
#coupon .payBox {
	padding: 78px 0 20px;
}
#coupon .payBox .image {
	margin-top: 26px;
	padding: 29px 0;
	border: 1px solid #CBCBCB;
	text-align: center;
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#coupon .couponBox .comImgBox .textBox {
		margin-right: -50px;
	}
}
@media all and (max-width: 896px) {
	#coupon .couponBox {
		margin-bottom: 58px;
	}
	#coupon .serviceBox .headLine05 {
		margin-bottom: 38px;
	}
	#coupon .serviceBox .comImgBox .photo {
		margin: 0 -20px 21px;
	}
	#coupon .serviceBox .comImgBox {
		margin-bottom: 29px;
	}
	#coupon .serviceBox .imgBox {
		display: block;
		margin-bottom: 20px;
	}
	#coupon .serviceBox .imgBox .textBox {
		margin: 0;
	}
	#coupon .serviceBox .imgBox .textBox  .comBtn02 {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#coupon .serviceBox .innerBox {
		margin-bottom: 17px;
		padding: 22px 20px 28px;
		background-color: #fff;
	}
	#coupon .serviceBox .innerBox .ttl {
		margin-bottom: 13px;
		font-size: 1.8rem;
	}
	#coupon .serviceBox .innerBox .title span {
		margin: 0 0 9px;
		padding: 8px 11px 9px;
		font-size: 1.2rem;
		vertical-align: top;
	}
	#coupon .serviceBox .innerBox .title {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#coupon .serviceBox .imgBox .photo {
		width: 177px;
		margin: 0 auto 17px;
	}
	#coupon .serviceBox .imgBox .comNotes {
		margin-top: 5px;
	}
	
	#coupon .serviceBox .txtUl {
		margin-bottom: 16px;
		padding: 22px 20px 23px;
		display: block;
	}
	#coupon .serviceBox .txtUl li {
		margin-bottom: 16px;
		padding: 0 0 18px;
		width: auto;
		border-bottom: 1px solid #B9C8BA;
	}
	#coupon .serviceBox .txtUl li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	#coupon .serviceBox .txtUl .title {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	#coupon .serviceBox .txtUl::after {
		display: none;
	}
	#coupon .serviceBox .txtUl + .comNotes {
		margin-bottom: 56px;
		line-height: 2;
	}
	
	#coupon .serviceBox .txtUl2 {
		margin-bottom: 16px;
		padding: 22px 20px 23px;
		display: block;
	}
	#coupon .serviceBox .txtUl2 li {
		margin-bottom: 16px;
		padding: 0 0 18px;
		width: auto;
		border-bottom: 1px solid #B9C8BA;
	}
	#coupon .serviceBox .txtUl2 li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	#coupon .serviceBox .txtUl2 .title {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	#coupon .serviceBox .txtUl2::after {
		display: none;
	}
	#coupon .serviceBox .txtUl2 + .comNotes {
		margin-bottom: 56px;
		line-height: 2;
	}
	
	
	#coupon .payBox {
		padding: 60px 0 4px;
	}
	#coupon .payBox .image {
		margin-top: 28px;
		padding: 19px 0;
	}
	#coupon .serviceBox .content > .comNotes {
		line-height: 2;
	}
}


/* member */
#member {
	color: #333333;
}
#member .headLine05 {
	margin-bottom: 40px;
}
#member .comNotes {
	font-size: 1.4rem;
	margin-top: 12px;
}
#member .cardBox {
	padding: 81px 0 76px;
}
#member .discountBox .comNotes {
	margin-top: 7px;
}
#member .discountBox .tableBox {
	max-width: 913px;
	margin: 30px 0 36px;
}
#member .discountBox .tableBox .comNotes {
	margin-top: 16px;
}
#member .bgBox {
	padding: 39px 20px;
	background-color: #fcfcfc;
}
#member .bgBox .headLine01 {
	margin-bottom: 5px;
}
#member .bgBox .smallTxt {
	margin-bottom: 54px;
	text-align: center;
	font-size: 1.4rem;
}
#member .bgBox .numList {
	margin: 0 4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#member .bgBox .numList li {
	padding: 9px 9px 23px;
	box-sizing: border-box;
	margin: 0 16px;
	width: calc(33.33% - 32px);
	border: 1px solid #C8997D;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	position: relative;
	text-align: center;
}
#member .bgBox .numList .title {
	margin-bottom: 9px;
	padding: 30px 5px 14px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	background: #C8997D;
	text-align: center;
}
#member .bgBox .numList .num {
	margin-left: -28px;
	width: 56px;
	height: 56px;
	color: #B27149;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	font-size: 2.2rem;
	border: 1px solid #C8997D;
	border-radius: 50px;
	background-color: #FCFCFC;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -29px;
	left: 50%;
	box-sizing: border-box;
}
#member .bgBox .numList .priceTxt {
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
}
#member .bgBox .numList .priceTxt span {
	color: #B27149;
	font-size: 3.6rem;
}
#member .bgBox .numList .price {
	margin-bottom: 13px;
	letter-spacing: 0.05em;
}
#member .bgBox .numList .price .icon {
	margin: -17px 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
}
#member .bgBox .numList p {
	line-height: 1.5;
}
#member .bgBox .numList .comNotes {
	margin-top: 10px;
}
#member .systemBox {
	padding: 63px 0 80px;
}
#member .systemBox .comNotes {
	margin: 2px 0 45px;
}
#member .systemBox .headLine01 {
	margin-bottom: 24px;
}
#member .systemBox .comTxtUl {
	margin-bottom: 49px;
}
#member .systemBox .comImgBox .photo {
	width: 50%;
}
#member .systemBox .comImgBox .comTxtUl {
	margin-bottom: 0;
}
#member .systemBox .comImgBox .comNotes {
	margin-top: 15px;
}
#member .systemBox .comImgBox .textBox {
	margin: 47px 0 0 40px;
}
#member .benefitsBox .headLine05 {
	margin-bottom: 44px;
}
#member .benefitsBox .comImgBox {
	margin-bottom: 60px;
	align-items: flex-start;
}
#member .benefitsBox .comImgBox:last-child {
	margin-bottom: 0;
}
#member .benefitsBox .comImgBox .textBox {
	margin: 0 0 0 50px;
}
#member .benefitsBox .lable {
	margin: 16px 0 -1px 0;
	padding: 16px 20px 11px;
	font-size: 1.4rem;
	background-color: rgba(252,252,252,0.6);
}
#member .benefitsBox .lable span {
	margin: 0 12px 5px 0;
	display: inline-block;
	vertical-align: top;
}
#member .benefitsBox .comBtn02 {
	margin-top: 16px;
}
#member .benefitsBox .comBtn02 a {
	max-width: 326px;
}
#member .otherBox {
	padding: 80px 0 0;
}
#member .otherBox .flexBox {
	display: flex;
	justify-content: space-between;
}
#member .otherBox .headLine05 {
	padding-right: 0;
	flex: 1;
}
#member .otherBox .listUl {
	margin: 42px 0 0 20px;
	width: calc(50% + 175px);
}
#member .otherBox .listUl li {
	padding: 0 0 33px 71px;
	border-bottom: 1px solid #B9C8BA;
	margin-bottom: 36px;
}
#member .otherBox .listUl li:last-child {
	margin-bottom: 0;
}
#member .otherBox .headLine06 {
	margin: 0 0 0 -71px;
}
#member .otherBox .headLine06 + * {
	margin-top: 5px;
}
#member .otherBox .comNotes {
	margin-top: 5px;
	line-height: 1.6;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#member .headLine05 {
		font-size: 3.3rem;
	}
}
@media all and (max-width: 896px) {
	#member .headLine05 {
		margin-bottom: 35px;
	}
	#member .cardBox {
		padding: 36px 0 58px;
	}
	#member .discountBox .comNotes {
		margin-top: 11px;
	}
	#member .comNotes {
		margin-top: 12px;
		line-height: 1.79;
	}
	#member .discountBox .tableBox {
		max-width: inherit;
		margin: 27px 0 38px;
	}
	#member .discountBox .tableBox .comNotes {
		margin-top: 12px;
	}
	#member .bgBox .headLine01 {
		margin-bottom: 9px;
		line-height: 1.8;
	}
	#member .bgBox .smallTxt {
		margin-bottom: 53px;
		font-size: 1.2rem;
	}
	#member .bgBox {
		padding: 26px 20px 30px;
	}
	#member .bgBox .numList {
		margin: 0;
		display: block;
	}
	#member .bgBox .numList li {
		padding: 9px 9px 17px;
		margin: 0 0 44px;
		width: auto;
	}
	#member .bgBox .numList li:last-child {
		margin-bottom: 0;
	}
	#member .bgBox .numList .title {
		margin-bottom: 5px;
		padding: 21px 5px 10px;
		font-size: 1.8rem;
	}
	#member .bgBox .numList .priceTxt {
		font-size: 1.5rem;
	}
	#member .bgBox .numList .priceTxt span {
		font-size: 2.6rem;
	}
	#member .bgBox .numList .price .icon {
		margin: -2px 5px 0;
		font-size: 1.8rem;
	}
	#member .bgBox .numList .comNotes {
		margin-top: 6px;
		font-size: 1.2rem;
	}
	#member .bgBox .numList .num {
		margin-left: -24px;
		width: 48px;
		height: 48px;
		font-size: 2.2rem;
		top: -25px;
	}
	#member .bgBox .numList p {
		line-height: 1.8;
	}
	#member .bgBox .numList .price {
		margin-bottom: 7px;
		letter-spacing: 0.05em;
	}
	#member .systemBox {
		padding: 39px 0 31px;
	}
	#member .systemBox .comNotes {
		margin: 7px 0 28px;
		line-height: 1.6;
	}
	#member .systemBox .headLine01 {
		margin-bottom: 16px;
	}
	#member .systemBox .comTxtUl {
		margin-bottom: 27px;
	}
	#member .systemBox .comImgBox .photo {
		width: auto;
	}
	#member .systemBox .comImgBox .textBox {
		margin: 0;
	}
	#member .benefitsBox .headLine05 {
		margin-bottom: 48px;
	}
	#member .benefitsBox .comImgBox .photo {
		margin: 0 -20px 25px;
	}
	#member .benefitsBox .comImgBox .textBox {
		margin: 0;
	}
	#member .benefitsBox .comImgBox {
		margin-bottom: 43px;
	}
	#member .benefitsBox .lable {
		margin: 18px 0 16px 0;
		padding: 8px 14px 1px;
		font-size: 1.2rem;
	}
	#member .benefitsBox .lable span {
		margin: 0 9px 7px 0;
	}
	#member .benefitsBox .lable + .comNotes {
		line-height: 2;
	}
	#member .benefitsBox .comBtn02 a {
		max-width: 308px;
		margin: 0 auto;
	}
	#member .benefitsBox .comBtn02 {
		margin-top: 25px;
	}
	#member .otherBox .flexBox {
		display: block;
	}
	#member .otherBox {
		padding: 39px 0 0;
	}
	#member .otherBox .listUl {
		margin: 39px 0 0 0;
		width: auto;
	}
	#member .otherBox .headLine06 {
		margin: 0;
	}
	#member .otherBox .headLine06 + * {
		margin-top: 14px;
	}
	#member .otherBox .listUl li {
		padding: 0 0 29px 0;
		margin-bottom: 30px;
	}
	#member .otherBox .comNotes {
		margin-top: 7px;
		line-height: 1.6;
	}
	#member .otherBox .listUl li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
}




/* lady */
#lady .pageVisual {
	margin-bottom: 60px;
}
#lady .mainImg {
	margin-bottom: 55px;
}
#lady .mainImg img {
	width: 100%;
}
#lady .sec01 {
	width: 90%;
	max-width: 1296px;
	margin-bottom: 80px;
}
#lady .sec01 p {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
#lady .sec01 .txt {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
#lady .sec01 .txt span {
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	padding: 6px 20px;
}
#lady .sec02 {
	padding: 81px 0 79px;
	position: relative;
}
#lady .sec02::before {
	width: calc(100% - 140px);
	max-width: 1296px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/plan/plan-lady/bg.jpg") no-repeat left top / 100% 100%;
	content: "";
	z-index: -1;
}
#lady .sec02 .content {
	max-width: 1112px;
}
#lady .sec02 .comImgBox .photo {
	width: calc(50% - 90px);
}
#lady .headLine05 .en{
	color: #D679DB;
}
#lady .headLine05 .en::before {
	background-image: url("../img/plan/plan-lady/icon01.png");
}
#lady .sec02 .comImgBox {
	margin-bottom: 40px;
}
#lady .sec02 .comImgBox .num {
	margin-bottom: 55px;
}
#lady .sec02 .comImgBox .num img {
	height: 35px;
}
#lady .sec02 .comImgBox .headLine01 {
	margin-bottom: 16px;
	line-height: 1.8;
}
#lady .sec02 .comImgBox .widBox {
	width: 100%;
	max-width: 666px;
	position: relative;
}
#lady .sec02 .comImgBox .widBox::before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 63px;
	left: -57px;
	background-color: #E8ADCA;
	content: "";
}
#lady .sec02 .comImgBox .textBox {
	margin: 7px 0 0 57px;
}
#lady .sec02 .comImgBox .innerBox {
	width: 100%;
	max-width: 505px;
}
#lady .sec02 .comImgBox .innerBox .notes {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media all and (min-width: 897px) {
    #lady .sec02 .comImgBox .innerBox .mr {
        margin-right: -90px;
    }
}
#lady .sec02 .rightBox .photo {
	order: 3;
}
#lady .sec02 .rightBox .widBox {
	margin-left: auto;
}
#lady .sec02 .rightBox .widBox::before {
	left: 0;
}
#lady .sec02 .rightBox .innerBox {
	margin-left: auto;
}
#lady .sec02 .box04 .innerBox {
	max-width: 560px;
}
#lady .sec02 .box04 {
	margin-bottom: 0;
}
#lady .sec03 {
	padding-top: 81px;
}
#lady .sec03 .flexBox {
	display: flex;
	justify-content: space-between;
}
#lady .sec03 .flexBox > div {
	width: calc(50% - 30px);
}
#lady .sec03 .borderBox {
	border: 1px solid #E8A5C0;
	background-color: #fff;
}
#lady .sec03 .borderBox .titleBox {
	margin-bottom: 28px;
	padding: 8px 9px 14px;
	background-color: #EBCADD;
	border-bottom: 1px solid #E8A5C0;
	text-align: center;
}
#lady .sec03 .headLine01 {
	margin-bottom: 20px;
}
#lady .sec03 .title {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#lady .sec03 .timeTxt {
	padding: 1px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: rgba(252,252,252,0.85);
	font-size: 1.4rem;
}
#lady .sec03 .timeTxt span {
	display: inline-block;
	margin: 0 5px;
}
#lady .sec03 .num {
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.8rem;
	line-height: 1;
}
#lady .sec03 .priceUl {
	text-align: center;
	/*margin: 0 auto 22px;
	padding-left: 41px;
	max-width: 350px;*/
	line-height: 1;
	box-sizing: border-box;
}
#lady .sec03 .priceUl p {
	line-height: 1;
}
#lady .sec03 .priceUl li {
	margin-bottom: 21px;
	display: flex;
	align-items: flex-start;
}
#lady .sec03 .priceUl li :last-child {
	margin-bottom: 0;
}
/*#lady .sec03 .priceUl .ttl {
	padding: 8px 0 7px;
	width: 166px;
	font-size: 1.4rem;
	border: 1px solid #CECECE;
	border-radius: 16px;
	text-align: center;
	background-color: #EFEFEF;
	box-sizing: border-box;
}
*/
#lady .sec03 .priceUl .txt {
	margin: -2px 0 0 15px;
	flex: 1;
}
#lady .sec03 .priceUl .comNotes {
	margin-top: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#lady .sec03 .priceUl + .titleBox {
	border-top: 1px solid #E8A5C0;
}
#lady .sec03 .borderBox02 {
	border-color: #D8B4D9;
}
#lady .sec03 .borderBox02 .titleBox {
	padding: 8px 19px 14px;
	background-color: #E2CCE5;
	border-color: #D8B4D9;
}
#lady .sec03 .priceUl02 {
	padding-left: 19px;
	margin-top: -8px;
}
#lady .sec03 .priceUl .ttl02 {
	height: 92px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#lady .sec03 .priceUl .en {
	margin-right: 15px;
	width: 28px;
	height: 28px;
	font-size: 1.7rem;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EED4EF;
}
#lady .sec03 .priceUl02 .inner {
	display: flex;
	width: 100%;
	margin-bottom: 23px;
}
#lady .sec03 .priceUl02 li .inner:last-child {
	margin-bottom: 0;
}
#lady .sec03 .priceUl02 .txt {
	margin: 9px 0 0 15px;
}
#lady .sec03 .priceUl02 .num {
	margin-top: -3px;
}
#lady .sec03 .comNotes {
	margin-top: 16px;
	line-height: 1.6;
}
#lady .sec03 .comBtn02 {
	margin-top: 29px;
}
#lady .telBox {
	margin-top: 60px;
	padding: 36px 0 30px;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	background: url("../img/plan/plan-lady/bg02.jpg") no-repeat left top / 100% 100%;
}
#lady .telBox a {
	font-size: 3.6rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
@media all and (min-width: 897px) {
	#lady .pageVisual .title .en {
		min-width: 0;
	}
}
@media all and (max-width: 896px) {
	#lady .pageVisual {
		margin-bottom: 40px;
	}
	#lady .sec01 {
		width: inherit;
		max-width: inherit;
		margin-bottom: 60px;
	}
	#lady .sec01 p {
		font-size: 1.5rem;
		line-height: 2;
	}
	#lady .mainImg {
		margin-bottom: 25px;
	}
	#lady .sec01 .txt {
		margin-top: 26px;
		font-size: 1.4rem;
	}
	#lady .sec02::before {
		width: 100%;
		max-width: inherit;
		height: 100%;
		left: 0;
		transform: translateX(0);
	}
	#lady .sec02 {
		padding: 38px 0 58px;
	}
	#lady .sec02 .comImgBox .photo {
		width: auto;
		margin: 0 20px 0 0;
	}
	#lady .sec02 .headLine05 {
		margin-bottom: 38px;
	}
	#lady .sec02 .comImgBox .innerBox {
		max-width: inherit;
	}
	#lady .sec02 .comImgBox .widBox {
		max-width: inherit;
		position: relative;
	}
	#lady .sec02 .comImgBox .textBox {
		margin: 24px 20px 0 20px;
	}
	#lady .sec02 .comImgBox .widBox::before {
		display: none;
	}
	#lady .sec02 .comImgBox .num {
		margin-bottom: 19px;
		overflow: hidden;
	}
	#lady .sec02 .comImgBox .num span {
		padding-right: 10px;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	#lady .sec02 .comImgBox .num span::after {
		margin-top: -3px;
		width: 999px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 100%;
		background-color: #E8ADCA;
		content: "";
	}
	#lady .sec02 .comImgBox .num img {
		height: 25px;
	}
	#lady .sec02 .comImgBox .headLine01 {
		margin-bottom: 14px;
		line-height: 1.8;
	}
	#lady .sec02 .comImgBox {
		margin-bottom: 58px;
	}
	#lady .sec02 .rightBox .photo {
		margin: 0 0 0 20px;
	}
	#lady .sec02 .box04 {
		margin-bottom: 0;
	}
	#lady .sec03 {
		padding-top: 58px;
	}
	#lady .sec03 .flexBox {
		padding-top: 5px;
		display: block;
	}
	#lady .sec03 .flexBox > div {
		width: auto;
	}
	#lady .sec03 .headLine01 {
		margin-bottom: 14px;
	}
	#lady .sec03 .borderBox .titleBox {
		margin-bottom: 20px;
		padding: 6px 9px 9px;
	}
	#lady .sec03 .timeTxt {
		padding: 3px 0 4px;
		font-size: 1.2rem;
	}
	#lady .sec03 .title {
		margin-bottom: 6px;
	}
	#lady .sec03 .timeTxt span {
		margin: 0 2px;
	}
	#lady .sec03 .num {
		font-size: 2.4rem;
	}
	#lady .sec03 .priceUl .ttl {
		padding: 6px 0 8px;
		width: 147px;
		font-size: 1.2rem;
	}
	#lady .sec03 .priceUl {
		margin-bottom: 16px;
		padding-left: 48px;
	}
	#lady .sec03 .priceUl .txt {
		margin-top: 0;
	}
	#lady .sec03 .priceUl li {
		margin-bottom: 17px;
	}
	#lady .sec03 .flexBox .leftBox {
		margin-bottom: 37px;
	}
	#lady .sec03 .priceUl02 {
		margin-top: -5px;
		padding-left: 25px;
	}
	#lady .sec03 .priceUl .ttl02 {
		height: 75px;
	}
	#lady .sec03 .priceUl02 .txt {
		margin: 5px 0 0 15px;
	}
	#lady .sec03 .priceUl02 .num {
		margin-top: 0;
	}
	#lady .sec03 .priceUl02 .inner {
		margin-bottom: 11px;
	}
	#lady .sec03 .comNotes {
		margin-top: 14px;
	}
	#lady .sec03 .comBtn02 {
		margin-top: 28px;
	}
	#lady .telBox {
		margin-top: 58px;
		padding: 28px 0 24px;
		font-size: 1.6rem;
	}
	#lady .telBox p {
		margin-bottom: 10px;
		line-height: 2;
	}
	#lady .telBox p:last-child {
		margin-bottom: 0;
	}
	#lady .telBox a {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 374px) {
	#lady .sec03 .priceUl {
		padding-left: 20px;
	}
}


/* business */
#business .pageVisual {
	margin-bottom: 60px;
}
#business .mainImg {
	margin-bottom: 55px;
}
#business .mainImg img {
	width: 100%;
}
#business .sec01 {
	width: 90%;
	max-width: 1296px;
	margin-bottom: 80px;
	text-align: center;
}
#business .sec01 .title {
	margin-bottom: 25px;
	padding: 27px 10px 24px;
	color: #fff;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	background: url("../img/plan/plan-business/bg03.jpg") no-repeat left top / 100% 100%;
}
#business .sec01 .title span {
	margin-top: 22px;
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
#business .sec01 .txt {
	margin-bottom: 26px;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#business .sec01 .small {
	font-size: 1.4rem;
}
#business .sec01 .borTxt {
	margin-top: 16px;
}
#business .sec01 .borTxt span {
	padding: 6px 0;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	display: inline-block;
	vertical-align: top;
}
#business .sec02 {
	margin-bottom: 81px;
	padding: 81px 0 79px;
	position: relative;
}
#business .sec02::before {
	width: calc(100% - 140px);
	max-width: 1296px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/plan/plan-business/bg.jpg") no-repeat left top / 100% 100%;
	content: "";
	z-index: -1;
}
#business .sec02 .content {
	max-width: 1112px;
}
#business .sec02 .comImgBox .photo {
	width: calc(50% - 90px);
}
#business .headLine05 .en{
	color: #5579A7;
}
#business .headLine05 .en::before {
	background-image: url("../img/plan/plan-business/icon01.png");
}
#business .sec02 .comImgBox {
	margin-bottom: 40px;
	align-items: flex-start;
}
#business .sec02 .comImgBox .num {
	margin-bottom: 55px;
}
#business .sec02 .comImgBox .num img {
	height: 35px;
}
#business .sec02 .comImgBox .headLine01 {
	margin-bottom: 16px;
	line-height: 1.8;
	font-weight: bold;
}
#business .sec02 .comImgBox .widBox {
	width: 100%;
	max-width: 666px;
	position: relative;
}
#business .sec02 .comImgBox .widBox::before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 63px;
	left: -57px;
	background-color: #5579A7;
	content: "";
}
#business .sec02 .comImgBox .textBox {
	margin: 72px 0 0 57px;
}
#business .sec02 .comImgBox .innerBox {
	width: 100%;
	max-width: 505px;
}
@media all and (min-width: 1230px) {
    #business .sec02 .comImgBox .innerBox .mr {
        margin-right: -90px;
    }
}
#business .sec02 .rightBox .photo {
	order: 3;
}
#business .sec02 .rightBox .widBox {
	margin-left: auto;
}
#business .sec02 .rightBox .widBox::before {
	left: 0;
}
#business .sec02 .rightBox .innerBox {
	margin-left: auto;
}
#business .sec02 .box04 .innerBox {
	max-width: 560px;
}
#business .sec02 .box04 {
	margin-bottom: 0;
}
#business .telBox {
	margin-top: 60px;
	padding: 36px 0 30px;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	background: url("../img/plan/plan-business/bg02.jpg") no-repeat left top / 100% 100%;
}
#business .telBox a {
	font-size: 3.6rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#business .sec03 {
	margin: 0 auto;
	width: 90%;
	max-width: 1296px;
}
#business .sec03 .lableUl {
	margin-top: 38px;
	padding: 29px 29px 19px;
	display: flex;
	border: 1px solid #BFBFBF;
	justify-content: center;
}
#business .sec03 .lableUl li {
	margin: 0 10px 10px;
	padding: 10px 15px;
	background-color: #EFEFEF;
}
#business .content {
	width: 90%;
}
@media all and (min-width: 897px) {
	#business .pageVisual .title .en {
		min-width: 0;
	}
}
@media all and (max-width: 896px) {
	#business .pageVisual {
		margin-bottom: 40px;
	}
	#business .sec01 {
		width: inherit;
		max-width: inherit;
		margin-bottom: 60px;
	}
	#business .mainImg {
		margin-bottom: 25px;
	}
	#business .sec02::before {
		width: 100%;
		max-width: inherit;
		height: 100%;
		left: 0;
		transform: translateX(0);
	}
	#business .sec02 {
		margin-bottom: 60px;
		padding: 38px 0 58px;
	}
	#business .sec02 .comImgBox .photo {
		width: auto;
		margin: 0 20px 0 0;
	}
	#business .sec02 .headLine05 {
		margin-bottom: 38px;
	}
	#business .sec02 .comImgBox .innerBox {
		max-width: inherit;
	}
	#business .sec02 .comImgBox .widBox {
		max-width: inherit;
		position: relative;
	}
	#business .sec02 .comImgBox .textBox {
		margin: 24px 20px 0 20px;
	}
	#business .sec02 .comImgBox .widBox::before {
		display: none;
	}
	#business .sec02 .comImgBox .num {
		margin-bottom: 19px;
		overflow: hidden;
	}
	#business .sec02 .comImgBox .num span {
		padding-right: 10px;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	#business .sec02 .comImgBox .num span::after {
		margin-top: -3px;
		width: 999px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 100%;
		background-color: #5579A7;
		content: "";
	}
	#business .sec02 .comImgBox .num img {
		height: 24px;
	}
	#business .sec02 .comImgBox .headLine01 {
		margin-bottom: 14px;
		line-height: 1.8;
	}
	#business .sec02 .comImgBox {
		margin-bottom: 58px;
	}
	#business .sec02 .rightBox .photo {
		margin: 0 0 0 20px;
	}
	#business .sec02 .box04 {
		margin-bottom: 0;
	}
	#business .telBox {
		margin-top: 40px;
		padding: 28px 0 24px;
		font-size: 1.6rem;
	}
	#business .telBox p {
		margin-bottom: 10px;
		line-height: 2;
	}
	#business .telBox p:last-child {
		margin-bottom: 0;
	}
	#business .telBox a {
		font-size: 2.2rem;
	}
	#business .sec01 .title {
		margin-bottom: 15px;
		padding: 28px 20px 27px;
		font-size: 2rem;
		line-height: 1.6;
	}
	#business .sec01 .title span {
		margin-top: 4px;
		text-align: left;
		font-size: 1.5rem;
		line-height: 2;
	}
	#business .sec01 .txt {
		margin-bottom: 24px;
		font-size: 1.5rem;
		line-height: 2;
	}
	#business .sec01 .small {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#business .sec01 .borTxt {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	#business .sec01 .borTxt span {
		padding: 7px 0 8px;
	}
	#business .sec03 .lableUl {
		margin-top: 36px;
		padding: 19px 10px 19px;
		display: block;
		text-align: center;
		font-size: 1.6rem;
	}
	#business .sec03 .lableUl li:last-child {
		margin-bottom: 0;
	}
	#business .sec03 .content {
		width: auto;
		margin: 0;
	}
}




/* #top */
#top .larContent {
	margin: 0 auto;
	width: 90%;
	max-width: 1296px;
}
@media all and (max-width: 896px) {
	#top .larContent {
		padding: 0 20px;
		width: 100%;
		box-sizing: border-box;
	}
}

#top .informationBox {
	margin-bottom: 97px;
	padding: 81px 0;
}
#top .informationBox .headLine05 {
	margin-bottom: 49px;
}
#top .topFlex {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
#top .topFlex .headLine05 {
	margin-bottom: 0;
}
#top .topFlex .comBtn02 {
	margin: 28px 0 0 0;
}
#top .topFlex .comBtn02 a {
	width: 252px;
	max-width: inherit;
}

#top .greenBgBox {
	margin-bottom: 101px;
	background-color: #F0E7E2;
}
#top .roomBox {
	margin-bottom: 100px;
	padding: 41px 0 100px;
	position: relative;
}
#top .roomBox::before {
	width: 50%;
	height: calc(100% + 80px);
	position: absolute;
	top: -80px;
	left: 0;
	background: url("../img/index/room_bg.jpg") no-repeat center center / cover;
	content: "";
}
#top .slideBox {
	position: relative;
	z-index: 10;
}
#top .slideBox .imgUl li {
	width: 404px;
}
#top .slideBox .imgUl .slick-slide > div {
	margin: 0 20px;
}
#top .slideBox .imgUl a {
	display: block;
	color: #fff;
	position: relative;
}
#top .slideBox .imgUl a::after {
	margin-top: -5px;
	width: 64px;
	height: 6px;
	position: absolute;
	bottom: 45px;
	right: 20px;
	background: url("../img/common/icon05.png") no-repeat left top / 100% 100%;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
}
#top .slideBox .imgUl .txt {
	width: 100%;
	padding: 0 20px;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	bottom: 23px;
	left: 0;
	box-sizing: border-box;
}
#top .slideBox .imgUl .image {
	height: 520px;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
#top .slideBox .imgUl .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s linear;
}
#top .slideBox .imgUl {
	margin-left: calc(50% - 669px);
	font-size: 0;
	line-height: 1;
}
#top .arrowUl {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	font-size: 0;
	line-height: 1;
}
#top .arrowUl li {
	margin-left: 25px;
	width: 72px;
	height: 72px;
	border-radius: 50px;
	border: 1px solid #9D4915;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#top .arrowUl img {
	width: 44px;
	-webkit-transition: .3s;
	transition: .3s;
}
#top .arrowUl span {
	display: block;
}
#top .arrowUl .slick-disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.4;
}
#top .memberBox {
	margin-bottom: 102px;
}
#top .planBox .comBtn02 {
	margin-top: 13px;
}
#top .planBox .topFlex {
	margin-bottom: 63px;
}
#top .planBox .bannerUl {
	display: flex;
	justify-content: space-between;
}
#top .planBox .bannerUl + .bannerUl {
	margin-top: 26px;
}
#top .planBox .bannerUl > li {
	width: calc(50% - 30px);
}
#top .planBox .bannerUl ul li {
	margin-bottom: 26px;
}
#top .planBox .bannerUl ul li:last-child {
	margin-bottom: 0;
}
#top .planBox .bannerUl a {
	display: block;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
#top .planBox .bannerUl img {
	width: 100%;
}
#top .pageUl {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
#top .pageUl li {
	width: calc(50% - 1px);
}
#top .pageUl a {
	height: 270px;
	align-items: flex-end;
}
#top .pageUl .image {
	background-image: url("../img/index/page_img01.jpg");
}
#top .pageUl .banner02 .image {
	background-image: url("../img/index/page_img02.jpg");
}
#top .pageUl a::after {
	display: none;
}
#top .pageUl .headLine05 {
	padding: 0 50px 23px;
	font-size: 2.8rem;
}
#top .pageUl .headLine05 .en {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
#top .pageUl .headLine05 .en::before {
	width: 7px;
	height: 7px;
}
#top .accessBox {
	display: flex;
}
#top .accessBox .leftBox {
	flex: 1;
}
#top .accessBox .mapBox {
	margin: -2px 0 0 20px;
	width: calc(50% + 217px);
	background-color: #ccc;
	padding-bottom: 28.85%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	font-size: 0;
	position: relative;
	line-height: 1;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
}
#top .accessBox .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#top .accessBox .headLine05 {
	margin-bottom: 58px;
}
#top .accessBox .headLine01 {
	margin-bottom: 19px;
}
#top .accessBox .mapLink {
	margin-top: 7px;
}
#top .accessBox .mapLink a::before {
	width: 10px;
	height: 17px;
	margin: -2px 7px 0 0;
}
#top .accessBox .comBtn02 {
	margin-top: 36px;
}
#top .accessBox .comBtn02 a {
	margin: 0;
}
#top .comReserve {
	margin-top: 100px;
	padding: 78px 0 91px;
	width: auto;
	max-width: inherit;
}
#top .newsBox {
	margin-bottom: -5px;
	padding-top: 101px;
	display: flex;
}
#top .newsBox .headLine05 {
	width: 300px;
}
#top .newsBox .rightBox {
	margin: -25px 0 0 20px;
	flex: 1;
	max-width: 864px;
}
#top .newsBox .comLink {
	margin-top: 33px;
}
#top .newsBox .comLink a {
	font-size: 1.4rem;
	text-decoration: none;
}
#top .bannerBox {
	padding: 60px 0;
	background-color: #F0E7E2;
}
#top .bannerBox a {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	align-items: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	position: relative;
}
#top .bannerBox .image {
	width: 50%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
#top .bannerBox .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .4s linear;
}
#top .bannerBox .rightBox {
	flex: 1;
	margin: 6px 20px 0 60px;
}
#top .bannerBox .headLine05 {
	margin: 0 0 20px -20px;
	font-size: 2.8rem;
}
#top .bannerBox .headLine05 .en {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
#top .bannerBox a::after {
	margin-top: -8px;
	width: 86px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 39px;
	background: url("../img/common/icon06.png") no-repeat left top / 100% 100%;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
}
#top .snsBox {
	margin-bottom: 80px;
}
#top {
	padding-bottom: 60px;
}
@media all and (min-width: 897px) {
	#top .slideBox .imgUl a:hover .image img,
	#top .bannerBox a:hover .image img{
		transform: scale(1.05);
	}
	#top .slideBox .imgUl a:hover::after {
		right: 15px;
	}
	#top .arrowUl li:hover {
		background-color: #DEC2B1;
	}
	#top .arrowUl li:hover img {
		transform: translateX(5px);
	}
	#top .arrowUl li.prev:hover img {
		transform: translateX(-5px);
	}
	#top .bannerBox a:hover::after {
		right: 34px;
	}
	#top .planBox .bannerUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#top .informationBox {
		margin-bottom: 97px;
		padding: 57px 0;
	}
	#top .informationBox {
		margin-bottom: 63px;
		padding: 57px 0;
	
	}
	#top .informationBox .headLine05 {
		margin-bottom: 28px;
	}
	#top .arrowUl li {
		margin-left: 20px;
		width: 42px;
		height: 42px;
	}
	#top .arrowUl {
		margin-top: 19px;
	}
	#top .arrowUl img {
		width: 28px;
	}
	#top .roomBox {
		margin-bottom: 62px;
		padding: 3px 0 62px;
	}
	#top .topFlex {
		margin-bottom: 33px;
		display: block;
	}
	#top .topFlex .comBtn02 {
		margin: 0;
	}
	#top .roomBox::before {
		width: 94.6%;
		height: calc(100% + 60px);
		top: -60px;
		left: 0;
		background-image: url("../img/index/sp_room_bg.jpg");
	}
	#top .slideBox .imgUl {
		margin-left: 5px;
	}
	#top .slideBox .imgUl li {
		width: 272px;
	}
	#top .slideBox .imgUl .slick-slide > div {
		margin: 0 15px;
	}
	#top .slideBox .imgUl .image {
		height: 93.4vw;
	}
	#top .slideBox .imgUl .txt {
		padding: 0 20px;
		font-size: 1.6rem;
		bottom: 17px;
		left: 0;
	}
	#top .slideBox .imgUl a::after {
		width: 30px;
		height: 4px;
		bottom: 30px;
		right: 15px;
	}
	#top .slideBox .arrowUl li {
		border-color: #fff;
	}
	#top .slideBox .arrowUl {
		margin-top: 25px;
		padding: 0 40px;
	}
	#top .planBox .bannerUl {
		display: block;
	}
	#top .planBox .bannerUl > li {
		width: auto;
		margin-bottom: 20px;
	}
	#top .planBox .topFlex {
		margin-bottom: 34px;
	}
	#top .planBox .bannerUl ul li {
		margin-bottom: 20px;
	}
	#top .planBox .comBtn02 {
		margin-top: 28px;
	}
	#top .pageUl {
		display: block;
	}
	#top .pageUl li {
		margin-bottom: 2px;
		width: auto;
	}
	#top .pageUl li:last-child {
		margin-bottom: 0;
	}
	#top .pageUl a {
		height: 141px;
	}
	#top .pageUl .headLine05 {
		padding: 0 36px 23px;
		font-size: 2.2rem;
		text-align: left;
	}
	#top .pageUl .headLine05 .en {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#top .pageUl .headLine05 .en::before {
		width: 7px;
		height: 7px;
		top: 5px;
		left: -16px;
		bottom: auto;
		margin-left: 0;
	}
	#top .greenBgBox {
		margin-bottom: 56px;
	}
	#top .accessBox {
		display: block;
	}
	#top .accessBox .mapBox {
		margin: 0 0 27px;
		padding-bottom: 62.68%;
		width: auto;
	}
	#top .accessBox .headLine05 {
		margin-bottom: 37px;
	}
	#top .accessBox .headLine01 {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	#top .accessBox .mapLink {
		margin-top: 5px;
	}
	#top .accessBox .comBtn02 {
		margin-top: 25px;
	}
	#top .accessBox .comBtn02 a {
		margin: 0 auto;
	}
	#top .comReserve {
		margin: 61px -20px 0;
		padding: 50px 0 49px;
	}
	#top .newsBox {
		margin-bottom: 0;
		display: block;
		padding-top: 58px;
	}
	#top .newsBox .rightBox {
		margin: 0;
		max-width: inherit;
	}
	#top .newsBox .headLine05 {
		width: auto;
		margin-bottom: 18px;
	}
	#top .newsBox .comLink {
		margin-top: 26px;
	}
	#top .snsBox {
		margin-bottom: 60px;
		margin-top: 57px;
	}
	#top .bannerBox a {
		display: block;
	}
	#top .bannerBox .image {
		width: auto;
		height: auto;
		padding-bottom: 52.23%;
	}
	#top .bannerBox .rightBox {
		margin: 0;
		padding: 17px 36px 42px;
	}
	#top .bannerBox .headLine05 {
		margin: 0 0 15px -15px;
		font-size: 2.4rem;
		padding: 4px 15px 0;
	}
	#top .bannerBox .headLine05 .en {
		margin-bottom: 12px;
		font-size: 1.4rem;
	}
	#top .bannerBox a::after {
		margin-top: 0;
		width: 64px;
		height: 6px;
		top: auto;
		right: 19px;
		bottom: 20px;
	}
	#top .memberBox {
		margin-bottom: 61px;
	}
}
#top .mainVisual {
	position: relative;
}
#top .mainVisual::after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(50% + 40px);
	content: '';
	background: url(../img/index/main_bg.jpg) no-repeat center center / cover;
}
#top .mainVisual h2 {
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 4.2rem;
	line-height: 2;
	text-align: right;
	color: #fff;
	box-sizing: border-box;
}
#top .mainVisual .mainImg img {
	width: 100%;
}
#top .mainVisual h2 .txt {
	display: inline-block;
	text-align: left;
	min-width: 420px;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
#top .mainVisual h2 .txt span {
	background: url(../img/index/line.png) repeat-x left bottom / 10px 1px;
}
#top .mainVisual .scroll {
	position: absolute;
	left: 74px;
	bottom: 74px;
	-webkit-animation: scroll 1.5s ease 0s infinite;
	animation: scroll 1.5s ease 0s infinite;
}
@-webkit-keyframes scroll {
  0% {
    bottom: 69px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 69px;
  }
}
@keyframes scroll {
  0% {
    bottom: 69px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 69px;
  }
}
#top .mainVisual .scroll a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	color: #FFF;
	font-size: 2rem;
	font-family: 'Marcellus', serif;
	border-radius: 96px;
	border: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
}
#top .mainVisual .mainImg .foo {
	font-size: 0;
	line-height: 1;
}
@media all and (min-width: 897px) {
	#top .mainVisual {
		margin-bottom: 100px;
		padding: 45px 0;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	#top .mainVisual .mainImg {
		width: calc(50% + 210px);
	}
	#top .mainVisual h2 {
		padding: 2px 20px 70px 50px;
		flex: 1;
		margin-right: -43px;
		position: relative;
		z-index: 10;
	}
	#top .mainVisual .scroll a:hover {
		background-color: #DEC2B1;
		color: #9D4915;
		border-color: #9D4915;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual {
		padding: 0 0 69px;
		margin-bottom: 0;
	}
	#top .mainVisual::after {
		width: calc(100% - 20px);
		background-image: url(../img/index/sp_main_bg.jpg);
	}
	#top .mainVisual .mainImg {
		margin: 0 0 22px 20px;
	}
	#top .mainVisual h2 {
		padding: 2px 20px 0;
		font-size: 2.5rem;
		text-align: left;
		width: 100%;
		line-height: 2.35;
	}
	#top .mainVisual h2 .txt {
		display: inline-block;
		text-align: left;
		min-width: 420px;
	}
	#top .mainVisual .scroll {
		left: auto;
		right: 39px;
		bottom: 181px;
		-webkit-animation: scroll02 1.2s ease infinite;
		animation: scroll02 1.2s ease infinite;
	}
	#top .mainVisual .scroll a {
		width: 70px;
		height: 70px;
		font-size: 1.4rem;
	}
	@-webkit-keyframes scroll02 {
	  0% {
	    bottom: 175px;
	  }
	  50% {
	    bottom: 165px;
	  }
	  100% {
	    bottom: 175px;
	  }
	}
	@keyframes scroll02 {
	  0% {
	    bottom: 175px;
	  }
	  50% {
	    bottom: 165px;
	  }
	  100% {
	    bottom: 175px;
	  }
	}
}
#top .spBox {
	margin-bottom: 51px;
}
#top .concept .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#top .concept .photoBox {
	margin-right: 40px;
	width: 43.8%;
	position: relative;
}
#top .concept .photoBox .img02 {
	position: absolute;
	bottom: -176px;
	display: block;
	top: 68.5%;
	right: -9%;
	width: 84%;
	max-width: 475px;
}
#top .concept .photoBox img {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
}
#top .concept .textBox {
	margin: -10px 0 130px;
	width: 42.4%;
	min-width: 466px;
}
#top .concept h3 {
	margin-bottom: 47px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 2;
}
#top .concept p {
	margin-bottom: 55px;
}
#top .concept .comBtn02 a {
	margin-left: 0;
}
@media all and (max-width: 896px) {
	#top .concept .headLine02 .jp {
		margin-top: 0;
	} 
	#top .concept .imgBox {
		margin: -5px 0 0;
		display: block;
	}
	#top .concept .photoBox {
		width: calc(100% - 65px);
	}
	#top .concept .photoBox .img02 {
		margin: -31.2% -85px 0 auto;
		width: 84%;
		position: static;
		top: auto;
		right: auto;
		max-width: inherit;
	}
}
#top .bgBox {
	margin: -80px 0 80px;
	padding: 360px 0 100px;
	background: #653A20 url(../img/index/concept_bg.png) no-repeat right top / 888px;
}
#top .movieBox {
	margin-bottom: 80px;
	display: flex;
	padding-right: 5.5%;
	justify-content: space-between;
	box-sizing: border-box;
}
#top .movieBox .headLine02 {
	margin-top: 40px;
	flex: 1;
	white-space: nowrap;
	flex-shrink: 0;
}
#top .headLine02.whiteTtl .jp {
	font-weight: 600;
} 
#top .movieBox .movie {
	margin-left: 20px;
	width: 65.3%;
	aspect-ratio: 800 / 450;
	background: #c7c7c7;
	box-shadow: 0px 0px 20px rgba(15, 56, 23, 0.12);
}
#top .features .list {
	color: #FFF;
}
#top .features .list .photo {
	margin-bottom: 25px;
}
#top .features .list img {
	width: 100%;
	box-shadow: 0px 0px 15px rgba(15, 56, 23, 0.2);
}
#top .features .list h3 {
	margin-bottom: 21px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.2rem;
}
#top .features .list p {
	margin-bottom: 28px;
	font-size: 1.5rem;
	line-height: 1.8;
}
#top .features .list dl {
	padding-top: 14px;
	font-size: 1.4rem;
	border-top: 1px solid rgba(255,255,255,0.2);
}
#top .features .list dt {
	margin-bottom: 9px;
}
#top .features .list dd {
	word-break: break-all;
	line-height: 1.6;
}
#top .features .list .num {
	margin: -5px 0 0;
	color: #653A20;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1;
}
#top .features .list .num span {
	margin: 5px 5px 0 0;
	padding: 3px 0 4px;
	min-width: 33px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #F0E7E2;
	line-height: 1;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	#top .features .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top .features .list li,
	#top .features .list::after {
		width: 30.3%;
	}
	#top .features .list::after {
		content: '';
	}
}
@media all and (min-width: 897px) and (max-width: 1140px)  {
	#top .bgBox {
		padding-top: 20vw;
	}
}
@media all and (max-width: 896px) {
	#top .bgBox .textBox {
		margin: 0 20px 40px;
		color: #FFF;
	}
	#top .bgBox .textBox h3 {
		margin-bottom: 20px;
		font-family: 'Noto Serif JP', serif;
		font-weight: normal;
		font-size: 2.2rem;
		line-height: 2;
	}
	#top .bgBox .textBox p {
		margin-bottom: 25px;
	}
	#top .bgBox .comBtn02 a {
		color: #FFF;
	}
	#top .bgBox {
		margin: -50px 0 40px;
		padding: 74px 0 60px;
		background-size: 322px;
	}
	#top .movieBox {
		display: block;
		margin-bottom: 40px;
		padding-right: 0;
	}
	#top .movieBox .headLine02 {
		margin-top: 0;
		margin-bottom: 34px;
	}
	#top .headLine02.whiteTtl .jp {
		margin-top: 0;
	} 
	#top .movieBox .movie {
		width: 100%;
		height: calc((100vw - 40px)*0.5625);
	}
	#top .features .list {
		display: block;
	}
	#top .features .list li:not(:last-child) {
		margin-bottom: 50px;
	}
	#top .features .list .photo {
		margin-bottom: 20px;
	}
	#top .features .list h3 {
		margin-bottom: 16px;
		font-size: 2rem;
	}
	#top .features .list p {
		margin-bottom: 18px;
	}
	#top .features .list dl {
		padding-top: 15px;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#top .planBox .bannerUl > li {
		width: calc(50% - 10px);
	}
	#top .accessBox .mapBox {
		width: 50%;
	}
	#top .mainVisual h2 {
		font-size: 3rem;
	}
	#top .mainVisual .mainImg {
		width: calc(50% + 150px);
	}
	#top .mainVisual h2 {
		width: calc(50% - 150px);
	}
}


/* access */
#access .sec01 {
	margin-bottom: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#access .sec01 .textBox {
	margin: -1px 50px 0 0;
	flex: 1;
}
#access .sec01 .photo {
	width: calc(50% - 25px);
}
#access .sec01 .photo img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#access .sec01 {
		margin-bottom: 30px;
		display: block;
	}
	#access .sec01 .textBox {
		margin: 0 0 30px;
	}
	#access .sec01 .photo {
		width: auto;
	}
}


/* mapBox */
#access .mapBox {
	margin-bottom: 56px;
}
#access .mapBox .inner {
	padding-bottom: 39.1%;
	position: relative;
}
#access .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f8f9fb;
}
@media all and (max-width: 896px) {
	#access .mapBox .inner {
		padding-bottom: 74.4%;
	}
	#access .mapBox {
		margin-bottom: 58px;
	}
}


/* sec02 */
#access .sec02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#access .sec02 .textBox {
	margin: 3px 0 0 60px;
	flex: 1;
}
#access .sec02 .photo {
	width: calc(50% - 30px);
}
#access .sec02 .photo img {
	width: 100%;
}
#access .sec02 .notes {
	margin-top: 22px;
	font-size: 1.4rem;
}
#access .sec02 .headLine01 {
	margin-bottom: 25px;
}
@media all and (max-width: 896px) {
	#access .sec02 {
		display: block;
	}
	#access .sec02 .photo {
		margin: 0 -20px 24px;
		width: auto;
	}
	#access .sec02 .textBox {
		margin: 0;
	}
	#access .sec02 .headLine01 {
		margin-bottom: 28px;
	}
	#access .sec02 .notes {
		margin-top: 14px;
		line-height: 2;
	}
}

/* food */
#food .imgUl {
	margin-bottom: 36px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
#food .imgUl li {
	width: calc(50% - 25px);
}
#food .imgUl img {
	width: 100%;
}
#food .textBox p {
	margin-bottom: 17px;
}
#food .textBox p:last-child {
	margin-bottom: 0;
}
#food .textBox .comNotes {
	margin-top: -10px;
}
#food .content .comBtn02 {
	margin-top: 26px;
}
@media all and (max-width: 896px) {
	#food .imgUl {
		margin-bottom: 28px;
		display: block;
	}
	#food .imgUl li {
		width: auto;
		margin-bottom: 20px;
	}
	#food .imgUl li:last-child {
		margin-bottom: 0;
	}
	#food .textBox p {
		margin-bottom: 15px;
	}
	#food .textBox .comNotes {
		margin-top: 0;
	}
}

/* hotelBox */
#top .hotelBox {
	margin-bottom: 73px;
}
#top .hotelBox .title {
	margin-bottom: 19px;
	text-align: center;
}
#top .hotelBox .listUl {
	margin-top: -27px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#top .hotelBox .listUl li {
	margin-top: 27px;
	padding-top: 31px;
	width: 33.33%;
	box-sizing: border-box;
	position: relative;
}
#top .hotelBox .listUl a {
	color: #2E2E2E;
	font-size: 1.4rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#top .hotelBox .listUl .ttl {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
#top .hotelBox .listUl p {
	margin-bottom: 8px;
	line-height: 1.6;
}
#top .hotelBox .listUl li p:last-child {
	margin-bottom: 0;
}
#top .hotelBox .listUl .photo {
	width: 172px;
	border-radius: 5px;
	overflow: hidden;
}
#top .hotelBox .listUl .photo img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
#top .hotelBox .listUl .textBox {
	margin: -1px 0 0 20px;
	flex: 1;
}
#top .hotelBox .listUl .on {
	color: #2E2E2E !important;
	cursor: default;
	pointer-events: none;
}
#top .hotelBox .listUl .on .textBox {
	opacity: 0.5 !important;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#top .hotelBox .listUl a {
		display: block;
	}
	#top .hotelBox .listUl .textBox {
		margin: 0;
	}
	#top .hotelBox .listUl .photo {
		width: auto;
		margin-bottom: 10px;
	}
	#top .hotelBox .listUl li {
		padding: 31px 15px 0;
	}
	#top .hotelBox .listUl {
		margin: -27px -15px 0;
	}
}
@media all and (min-width: 897px) {
	#top .hotelBox .listUl a:hover {
		color: #9D4915;
	}
	#top .hotelBox .listUl a:hover .photo img {
		transform: scale(1.1);
	}
	#top .hotelBox .listUl li:nth-child(3n - 2)::after {
		width: 99999px;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #DEDEDE;
		content: "";
	}
	#top .hotelBox .listUl li:first-child:after {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#top .hotelBox .listUl {
		margin: 0;
		display: block;
	}
	#top .hotelBox .listUl li {
		margin: 0 0 20px;
		padding: 0 0 20px;
		width: auto;
		border-bottom: 1px solid #DEDEDE;
	}
	#top .hotelBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#top .hotelBox .title img {
		width: 225px;
	}
	#top .hotelBox {
		margin: -20px 0 60px;
	}
	#top .hotelBox .title {
		margin-bottom: 35px;
	}
	#top .hotelBox .listUl a {
		font-size: 1.2rem;
	}
	#top .hotelBox .listUl .photo {
		width: 40.6%;
	}
	#top .hotelBox .listUl .textBox {
		margin: -2px 0 0 15px;
		flex: 1;
	}
	#top .hotelBox .listUl .ttl {
		margin-bottom: 8px;
		font-size: 1.5rem;
	}
	#top .hotelBox .listUl .ttl span {
		padding-right: 14px;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	#top .hotelBox .listUl .ttl span::after {
		width: 7px;
		height: 7px;
		position: absolute;
		top: 9px;
		right: 0;
		background: url("../img/common/icon14.png") no-repeat left top / 100% 100%;
		content: "";
	}
}

/* slideBox02 */
#top .slideBox02 {
	position: relative;
	z-index: 10;
}
#top .slideBox02 .comListUl {
	margin: 0;
	display: block;
}
#top .slideBox02 .comListUl li {
	width: auto;
	margin: 0;
	padding: 0;
}
#top .slideBox02 .comListUl .slick-slide > div {
	padding: 15px 24px;
	box-sizing: border-box;
}
#top .slideBox02 .arrowUl .slick-hidden {
	display: none !important;
}
@media all and (min-width: 897px) {
	#top .slideBox02 .comListUl {
		margin-left: calc(50% - 672px);
	}
}
@media all and (max-width: 896px) {
	#top .slideBox02 .comListUl .slick-slide > div {
		padding: 10px;
	}
}