@charset "UTF-8";


/* concept_btn
----------------------------------------*/
.concept_btn {
	display: block;
	width: 24.2rem;
	font-size: 1.2rem;
	color: #A39483;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 3.2rem;
	margin-left: .2rem;
}
.concept_btn .en {
	display: block;
	letter-spacing: .1em;
	color: #C9BC9C;
	font-weight: 400;
	border-top: .1rem solid #A39483;
	margin-top: 1.6rem;
	padding-top: .6rem;
}
.concept_btn::before {
	content: '';
	display: block;
	background: url(../../img/common/icon_arrow_02.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	position: absolute;
	top: .5rem;
	right: 0;
	opacity: .8;
	transition: transform .3s;
}
@media (hover:hover) {
	.concept_btn:hover::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.concept_btn {
		width: 35rem;
		background: #F2F4EF;
		border-bottom: .1rem solid #A39483;
		display: flex;
		flex-direction: column;
		margin: 3rem 0 4.8rem;
		padding: .9rem 1.9rem 1.1rem 2.3rem;
		font-size: 1.3rem;
	}
	.concept_btn .en {
		order: -1;
		border-top: 0;
		margin: 0;
		padding: 0;
	}
	.concept_btn::before {
		top: .2rem;
		bottom: 0;
		right: 1.8rem;
		margin: auto 0;
	}
}

/* mv
----------------------------------------*/
.mv {
	padding-top: 22.4rem;
	margin-bottom: 10.5rem;
}
.mv_ttl {
	width: 50.6rem;
	position: absolute;
	top: 13.7rem;
	left: calc(50% + 4.8rem);
}
.mv figure {
	width: calc(50% + 25.5rem);
}
@media only screen and (max-width: 768px) {
	.mv {
		padding-top: 17.8rem;
		margin-bottom: 3.6rem;
	}
	.mv_ttl {
		width: 29.4rem;
		top: 12rem;
		left: 12.1rem;
	}
	.mv figure {
		width: 32rem;
	}
}

/* intro
----------------------------------------*/
.intro_inner {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8rem;
}
.intro_img {
	width: calc(50% - 7.8rem);
	display: flex;
	gap: .6rem;
}
.intro_box {
	width: 62.8rem;
	margin-top: -1rem;
	padding-right: 8.8rem;
}
.intro h2 {
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	font-weight: 400;
	margin-bottom: 1.7rem;
}
.intro_box p {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2.3077;
}
.intro_box p + p {
	margin-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
	.intro_inner {
		display: block;
		margin-bottom: 7rem;
	}
	.intro_img {
		width: 39.2rem;
		margin: 0 -2.4rem 0 auto;
		gap: .5rem;
		margin-top: 5.1rem;
	}
	.intro_box {
		width: auto;
		margin: 0 2rem;
		padding-right: 0;
	}
	.intro h2 {
		font-size: 1.8rem;
		line-height: 1.6667;
		letter-spacing: .1em;
		margin-bottom: 1.8rem;
	}
	.intro_box p {
		line-height: 2.0769;
	}
	.intro_box p + p {
		margin-top: 2.3rem;
	}
}

/* features
----------------------------------------*/
.features {
	margin-bottom: 8.9rem;
}
.features h2 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #A39483;
	letter-spacing: .05em;
	margin-bottom: 5.4rem;
}
.features h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: .1rem;
	bottom: 1.1rem;
	background: #DDDAD2;
}
.features h2 .en {
	font-size: 3.5rem;
	letter-spacing: .1em;
	margin-right: 2.2rem;
	vertical-align: -.5rem;
}
.features_inner {
	width: calc(50% + 60rem);
	margin: 0 0 0 auto;
}
.features_item {
	display: flex;
	gap: 8rem;
}
.features_item + .features_item {
	margin-top: 6rem;
}
.features_item figure {
	width: 67.8rem;
}
.features_item + .features_item figure {
	width: 68.2rem;
	margin-left: -.4rem;
}
.features_box {
	width: 44.2rem;
}
.features h3 {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #A39483;
	margin: .2rem 0 1.9rem;
}
.features h3 .en {
	font-size: 2.5rem;
	letter-spacing: .1em;
	margin-right: 1.1rem;
}
.features h4 {
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 1.2rem;
}
.features_box p {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.3077;
}
.features_list {
	font-size: 1.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	color: #A39483;
	margin-top: 2.5rem;
}
.features_list li {
	border-bottom: .1rem solid #A39483;
	padding: 0 0 1.1rem 2.8rem;
	margin-bottom: 1rem;
}
.features_list li::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #A39483;
	position: absolute;
	left: .6rem;
	top: .6rem;
}
.features_item + .features_item .concept_btn {
	margin-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
	.features {
		margin-bottom: 7rem;
	}
	.features h2 {
		margin-bottom: 3rem;
	}
	.features h2::before {
		bottom: 3rem;
	}
	.features h2 .en {
		font-size: 3rem;
		display: block;
		margin: 0 0 .4rem .5rem;
	}
	.features_inner {
		width: 37rem;
	}
	.features_item {
		display: block;
	}
	.features_item + .features_item {
		margin-top: 5.4rem;
	}
	.features_item figure {
		width: auto;
		margin-bottom: 2.2rem;
	}
	.features_item + .features_item figure {
		width: auto;
		margin-left: 0;
	}
	.features_box {
		width: auto;
	}
	.features h3 {
		margin: .2rem 0 1.4rem;
	}
	.features h4 {
		margin-bottom: 1.3rem;
	}
	.features_box p {
		line-height: 2.0769;
		margin-right: 3.9rem;
	}
	.features_list {
		font-size: 1.3rem;
		margin-top: 1.9rem;
	}
	.features_list li {
		margin-bottom: 1.1rem;
	}
	.features_list li::before {
		top: .5rem;
	}
}

/* restaurant
----------------------------------------*/
.restaurant {
	margin-bottom: 16.2rem;
}
.restaurant_inner {
	max-width: calc(50% + 60rem);
	margin: 0 0 0 auto;
}
.restaurant h2 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #A39483;
	letter-spacing: .05em;
	margin-bottom: -1.2rem;
}
.restaurant h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: .1rem;
	bottom: 1.1rem;
	background: #DDDAD2;
}
.restaurant h2 .en {
	font-size: 3.5rem;
	letter-spacing: .1em;
	margin-right: 2.4rem;
	vertical-align: -.5rem;
}
.restaurant_main {
	width: 64.3077%;
	margin: 0 0 0 auto;
}
.restaurant_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -16.3rem;
}
.restaurant_txt {
	width: 64.2%;
}
.restaurant_txt h3 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.7;
	margin-bottom: 1.7rem;
}
.restaurant_txt p {
	max-width: 63.6rem;
	font-size: 1.3rem;
	line-height: 2.3077;
	letter-spacing: .05em;
	margin-bottom: -.6rem;
}
.restaurant_box figure {
	width: 28.6154%;
	margin: 0 0 .5rem -.4rem;
}
.restaurant_box figure::after {
	content: '';
	display: block;
	width: 11.7rem;
	height: 46.8rem;
	background: url(../../img/concept/restaurant_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: -3.3rem;
	top: -30.1rem;
}
@media only screen and (max-width: 768px) {
	.restaurant {
		margin-bottom: 7.3rem;
	}
	.restaurant_inner {
		max-width: 37rem;
	}
	.restaurant h2 {
		margin-bottom: 3.8rem;
	}
	.restaurant h2::before {
		bottom: 3.2rem;
	}
	.restaurant h2 .en {
		font-size: 3rem;
		display: block;
		margin: 0 0 .5rem;
	}
	.restaurant_main {
		width: auto;
	}
	.restaurant_box {
		display: block;
		margin-top: 2rem;
	}
	.restaurant_txt {
		width: 35rem;
		padding-top: 2.6rem;
	}
	.restaurant_txt h3 {
		font-size: 1.8rem;
		line-height: 1.7778;
		margin-bottom: 1.4rem;
	}
	.restaurant_txt p {
		line-height: 2.0769;
		margin-bottom: 0;
	}
	.restaurant_box figure {
		width: 24.1rem;
		margin: 0 0 .5rem;
	}
	.restaurant_box figure::after {
		width: 8.5rem;
		height: 32.5rem;
		right: -5.7rem;
		top: -7rem;
	}
	.restaurant .concept_btn {
		font-size: 1.2rem;
		margin-top: 3.3rem;
		padding: 1rem 1.9rem 1.3rem 2.3rem;
	}
}

/* stay
----------------------------------------*/
.stay {
	margin-bottom: 12.9rem;
}
.stay_inner {
	max-width: calc(50% + 60rem);
	margin: 0 0 0 auto;
}
.stay_inner::after {
	content: '';
	display: block;
	width: 55.4rem;
	height: 19.5rem;
	background: url(../../img/concept/stay_txt_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 35.8462%;
	top: -7.2rem;
}
.stay h2 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #A39483;
	letter-spacing: .05em;
	padding-bottom: 1.2rem;
	margin-bottom: 0;
}
.stay h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: .1rem;
	bottom: 0;
	background: #DDDAD2;
}
.stay h2 .en {
	font-size: 3.5rem;
	letter-spacing: .1em;
	margin-right: 2rem;
	vertical-align: -.5rem;
}
.stay_box {
	display: flex;
	align-items: flex-end;
	gap: 8.3rem;
}
.stay_box figure {
	width: 49.0769%;
}
.stay_box h3 {
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	margin-bottom: 1.9rem;
}
.stay_box p {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2.3077;
	margin-bottom: .2rem;
}
@media only screen and (max-width: 768px) {
	.stay {
		margin-bottom: 11rem;
		border-top: .1rem solid #DDDAD2;
		padding-top: 4.1rem;
	}
	.stay_inner {
		max-width: 36.9rem;
	}
	.stay_inner::after {
		width: 27.5rem;
		height: 9.7rem;
		left: auto;
		right: 0;
		top: 30.4rem;
	}
	.stay h2 {
		margin: 0 0 1rem .8rem;
	}
	.stay h2::before {
		display: none;
	}
	.stay h2 .en {
		display: block;
		margin: 0 0 -.3rem;
	}
	.stay_box {
		display: block;
	}
	.stay_box figure {
		width: auto;
		margin-bottom: 10.1rem;
	}
	.stay_box h3 {
		font-size: 1.8rem;
		line-height: 1.7778;
		margin-bottom: 1.4rem;
	}
	.stay_box p {
		width: 35rem;
		line-height: 2.0769;
		margin-bottom: 0;
	}
}

/* contents
----------------------------------------*/
.contents {
	margin-bottom: 7rem;
}
.contents h2 {
	width: 29rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: .2rem;
	top: -3.9rem;
	z-index: 2;
}
.contents_inner {
	max-width: calc(50% + 60rem);
	margin: 0 0 0 auto;
	border-top: .1rem solid #DDDAD2;
	padding-top: 12.9rem;
}
.contents_slider::after {
	content: '';
	display: block;
	clear: both;
}
.contents_slider .slick-list {
	overflow: hidden;
}
.contents_slider .slick-prev,
.contents_slider .slick-next {
	appearance: none;
	display: block;
	border: 0;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background: #A39483;
	position: absolute;
	top: 9.4rem;
	right: 4.6rem;
	overflow: hidden;
	text-indent: -99rem;
	z-index: 10;
}
.contents_slider .slick-prev {
	transform: scale(-1, 1);
	right: auto;
	left: -4.4rem;
}
.contents_slider .slick-prev::before,
.contents_slider .slick-next::before {
	content: '';
	display: block;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	filter: brightness(0) invert(1);
}
.contents_slider .slick-dots {
	max-width: 120rem;
	display: flex;
	justify-content: center;
	gap: .8rem;
	margin-top: 1.9rem;
}
.contents_slider .slick-dots button {
	appearance: none;
	display: block;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	background: #DDDAD2;
}
.contents_slider .slick-dots .slick-active button {
	background: #C9BC9C;
}
.contents_slider a {
	display: block;
	width: 27.9rem;
	margin-right: 2.6rem;
	float: left;
}
.contents_slider a figure {
	overflow: hidden;
}
.contents_slider a figure img {
	transition: transform .3s;
}
.contents_slider h3 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #A39483;
	margin-top: .6rem;
}
.contents_slider h3 .en {
	font-size: 1.8rem;
	letter-spacing: .1em;
	padding-left: .1em;
	display: block;
}
@media (hover:hover) {
	.contents_slider a:hover figure img {
		transform: scale(1.1);
	}
}
@media only screen and (max-width: 768px) {
	.contents {
		margin-bottom: 3.4rem;
	}
	.contents h2 {
		width: 24rem;
		right: .1rem;
		top: -3.2rem;
	}
	.contents_inner {
		width: auto;
		padding-top: 10.1rem;
	}
	.contents_slider {
		width: 23.9rem;
		margin: 0 auto;
	}
	.contents_slider .slick-list {
		overflow: visible;
	}
	.contents_slider .slick-list::after {
		content: '';
		display: block;
		clear: both;
	}
	.contents_slider .slick-prev,
	.contents_slider .slick-next {
		top: 7.2rem;
		right: -5.6rem;
	}
	.contents_slider .slick-prev {
		right: auto;
		left: -5.6rem
	}
	.contents_slider .slick-dots {
		margin-top: 2.2rem;
	}
	.contents_slider a {
		width: 23.9rem;
		margin-right: 2rem;
	}
	.contents_slider h3 {
		margin-top: 1.1rem;
	}
}