@charset "utf-8";

/* ==========================================================================
 * TOP
 * ========================================================================== */
#main {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	#gHeader {
		background: none;
		border-bottom: none;
	}

	#gHeader .entrybtn{
		display: none !important;
	}
}
/* ====================
 * .topVisual
 ==================== */
.topVisual {
	width: 100%;
	height: 100%;
}

#firstView {
	opacity: 0;
}

.topSlider {
	width: 100%;
	height: 100%;
	position: relative;
}

.topSlide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.topSlide-01 {
	background-image: url("../img/slide01-pc.jpg");
}


.mv_title {
	text-align: center;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.mv_title p {
	margin-bottom: 0.3vw;
	font-size: 18px;
}
.mv_title span {
	font-size: 11px;
}

.mv_title img {
	width: 70%;
	margin: 0 0 2vw 0;
}

@media screen and (max-width: 768px) {
	.topSlide-01 {
		background-image: url("../img/slide01-sp.jpg");
	}

	.mv_title {
		max-width: 320px;
	}
	.mv_title p {
		margin-bottom: 2vw;
		font-size: 16px;
	}
	.mv_title span {
		font-size: 10px;
	}
	.mv_title img {
		margin-bottom: 4vw;
	}
}


.scroll{
	position: absolute;
	bottom:2vw;
	width: 4vw;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 111;
}

@media screen and (max-width: 768px) {
	.scroll{
		bottom:4vw;
		width: 13vw;
  }
}

/* ====================
 * concept
 ==================== */
#section_concept{
	width: calc(940/1400 * 100%);
	margin: 6vw auto;
	background: url("../img/bg_concept.png") no-repeat center top;
	background-size: 55%;
}

#section_concept .titleArea{
	display: flex;
	flex-flow:row nowrap;
	align-items: center;
	padding-top: 3vw;
}

#section_concept .section_title {
	width: 87px;
	height: auto;
	margin-right: 5vw;
	position: relative;
}
#section_concept .section_title .subTitle {
	position: absolute;
	bottom: 45px;
	right: -35px;
	font-size: 13px;
	transform:rotate(-90deg);
}
#section_concept .section_title .subTitle.ch {
	bottom: 54px;
	right: -15px;
	font-size: 16px;
}

#section_concept .title{
	font-size:2.4rem;
	line-height: 1.6;
}

#section_concept .lead{
	font-size:2.4rem;
	line-height: 1.6;
	color: #BB9E79;
	margin-bottom: 2.5vw;
}

#section_concept .text{
	line-height: 2.5;
}

#section_concept .copyArea{
	background: #232323;
	text-align: center;
	padding: 4vw 2vw;
	margin: 13vw 0 2.5vw 0;
}

#section_concept .copyArea .lead{
	margin-bottom: 1.5vw;
}

#section_concept .copyArea .copy{
	font-size: 4.5rem;
	letter-spacing: 10px;
	margin-bottom: 2vw;
}
#section_concept .copyArea .copy.en {
	letter-spacing: normal;
}

#section_concept .leadArea{
	margin-bottom: 2vw;
}

#section_concept .leadArea .title{
	margin-bottom: 1vw
}

#section_concept .leadArea span{
	color: #BB9E79;
	display: inline-block;
}

#section_concept .leadArea .text{
	line-height: 2;
}

#section_concept .timeArea{
	margin-top:6vw;
	border: 1px solid #634f3d;
	padding: 3.5vw 8vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#section_concept .opentime{
	width: 45%;
	height: auto;
}
#section_concept .opentime img {
	margin-bottom: 1vw;
}
#section_concept .opentime .subText {
	font-size: 14px;
}
#section_concept .opentime .subText {
	font-size: 14px;
}
#section_concept .timeline{
	width: 45%;
}

#section_concept .time{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 1vw;
}

#section_concept .time dl{
	width: 50%;
}

#section_concept .time dl dt{
	width: 90%;
}

#section_concept .time dl dd{
	font-size: 1.3rem;
	margin: 10px 0 30px 0;
}

#section_concept .time .btnB{
	margin-top: 2vw;
}


@media screen and (max-width: 768px) {
	#section_concept{
		width: calc(670/750 * 100vw);
		background-size: 100%;
		margin: 10vw auto;
	}

	#section_concept .titleArea{
		align-items: flex-start;
		padding-top: 14vw;
	}

	#section_concept .section_title{
		width: 37vw;
	}

	#section_concept .section_title .subTitle {
		bottom: 56px;
		right: -50px;
		font-size: 16px;
		width: 110px;
	}
	#section_concept .section_title .subTitle.en {
		bottom: 60px;
		right: -53px;
		font-size: 14px;
	}
	#section_concept .section_title .subTitle.ch {
		bottom: 140px;
		right: -52px;
		font-size: 16px;
	}

	#section_concept .title{
		font-size:1.8rem;
		line-height: 1.6;
	}

	#section_concept .lead{
		font-size:1.8rem;
		line-height: 1.6;
		margin-bottom: 10vw;
	}

	#section_concept .text{
		line-height: 1.6;
	}

	#section_concept .copyArea{
		padding: 8vw 2vw;
		margin:30vw 0 7vw 0;
	}

	#section_concept .copyArea .lead{
		font-size: 1.6rem;
		margin-bottom: 3vw;
	}

	#section_concept .copyArea .copy{
		font-size: 3rem;
		letter-spacing: 10px;
		margin-bottom: 6vw;
	}
	#section_concept .copyArea .copy.en {
		font-size: 2.5rem;
	}

	#section_concept .leadArea{
		margin-bottom: 23vw;
	}

	#section_concept .leadArea .title{
		margin-bottom: 1vw
	}

	#section_concept .leadArea span{
		display: inline-block;
	}

	#section_concept .leadArea .text{
		line-height: 2;
	}

	#section_concept .timeArea{
		padding: 8vw;
		flex-flow: row wrap;
	}

	#section_concept .opentime{
		width: 80%;
		margin: 0 auto 8vw auto;
		height: auto;
	}
	#section_concept .opentime img {
		margin-bottom: 4vw;
	}
	#section_concept .opentime .subText {
		text-align: center;
	}

	#section_concept .timeline{
		display: flex;
		flex-flow:row nowrap;
		width: 100%;
		justify-content: space-between;
	}
	#section_concept .timeline img{
		width: 35%;
	}

	#section_concept .time{
		flex-flow: row wrap;
		margin-top: 1vw;
		width: 60%;
	}

	#section_concept .time dl{
		width: 100%;
	}

	#section_concept .time dl dt img{
		width: 80%;
	}

	#section_concept .time dl dd{
		font-size: 1.5rem;
		margin: 10px 0;
	}

	#section_concept .time .btnB{
		border:1px solid #3d2e23;
		padding: 0 2vw;
		margin-top: 2vw;
		height: 16vw;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width:320px) {
	#section_concept .lead {
    font-size: 1.6rem;
	}

	#section_concept .text {
    font-size: 1.2rem;
	}
}




/* ====================
 * private
 ==================== */
#section_private{
  background: #4d3421 url("../img/bg_private-pc.png") no-repeat left 23vw;
	background-size: 93%;
	padding: 6vw 0 8vw 0;
}

#section_private .private_inner{
	width: calc(1200/1400 * 100%);
	margin: 0 auto;
}

#section_private .titleArea{
	margin: 0 0 -5vw 0;
}

#section_private .section_title{
	width: 474px;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 22;
}

#section_private .titletext{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 1vw 0 0 0;
	position: relative;
	z-index: 22;
}

#section_private .titletext:after{
	content: "";
	position: absolute;
	right: 9.5vw;
	top:0.5vw;
	width: 17vw;
	border-top: 1px solid #84694d;
}

#section_private .privateArea{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 15vw 0;
}

#section_private .privateArea figure{
	width: 70%;
}

#section_private .privateArea .text{
	width: 23%;
	position: relative;
	margin: 3vw 0 0 0;
}

#section_private .privateArea.first{
	align-items: center;
}

#section_private .privateArea .text img{
	display: block;
	width: 90%;
	margin: 0 0 1vw 0;
}

#section_private .privateArea.first .text{
	width: 26%;
	padding: 0 2vw 0 0;
}

#section_private .privateArea.luxurious{
	margin: 0 0 8vw 0;
}

#section_private .privateArea.luxurious figure{
	order: 2;
}

#section_private .privateArea.luxurious .text:after{
	content: "";
  position: absolute;
	right: -9vw;
	top:4.2vw;
	border-top:1px solid #84694d;
	width: 14vw;
}

#section_private .privateArea.hospitality{
	align-items: flex-end;
	margin: 0;
}

#section_private .privateArea.hospitality .text{
	text-align: right;
	margin: 0 0 3vw 0;
}

#section_private .privateArea.hospitality .text img{
	margin: 0 0 1vw auto;
}

#section_private .privateArea.hospitality .text:after{
	content: "";
  position: absolute;
	left: -14vw;
	top:4.0vw;
	border-top:1px solid #84694d;
	width: 14vw;
}


@media screen and (max-width: 768px) {
	#section_private{
		background: #4d3421 url("../img/bg_private-sp.png") no-repeat left 63vw;
		background-size: 100%;
		padding: 0 0 18vw 0;
	}

	#section_private .private_inner{
		/*! width: calc(670/750 * 100vw); */
		width: 100%;
	}

	#section_private .titleArea{
		margin: 10vw auto;
		width: 100%;
	}

	#section_private .section_title{
		width: 65%;
		margin: 0 auto 0 12vw;
	}

	#section_private .titletext{
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.4;
		margin: 4vw 0 0 12vw;
	}

	#section_private .titletext:after{
		right: auto;
		left:-6vw;
		top:-28vw;
		height:72vw;
		border-top: none;
		border-left: 1px solid #84694d;
	}

	#section_private .privateArea{
		display: flex;
		flex-flow: row nowrap;
		flex-flow: column;
		margin: 0 0 31vw 0;
	}

	#section_private .privateArea figure{
		width: 93%;
	}

	#section_private .privateArea .text{
		width: 85%;
		margin: 6vw 6vw 0 auto;
		order: 1;
	}

	#section_private .privateArea.first{
		align-items: center;
	}

	#section_private .privateArea .text img{
		display: block;
		width: 45%;
		margin: 0 0 1vw auto;
	}

	#section_private .privateArea.first .text{
		width: 82%;
		margin: 0 6vw 0 auto;
		padding: 0;
	}

	#section_private .privateArea.luxurious{
		margin: 0 0 8vw 0;
	}

	#section_private .privateArea.luxurious figure{
		order: 1;
	}

	#section_private .privateArea.luxurious .text{
		text-align:right;
	}

	#section_private .privateArea.luxurious .text:after{
		right: 6.5vw;
		top:-10vw;
		border-top:none;
		border-left:1px solid #84694d;
		width: auto;
		height: 8vw;
	}

	#section_private .privateArea.hospitality{
		align-items: flex-end;
		margin: 0;
	}

	#section_private .privateArea.hospitality .text{
		text-align: left;
		margin: 6vw 6vw 0 auto;
	}

	#section_private .privateArea.hospitality .text img{
		margin: 0 auto 1vw 0;
	}

	#section_private .privateArea.hospitality .text:after{
		left: 5vw;
		right: auto;
		top:-10vw;
		border-top:none;
		border-left:1px solid #84694d;
		width: auto;
		height: 8vw;
	}
}




/* ====================
 * diner
 ==================== */
#section_diner{
  background:#302823 url("../img/bg_diner-pc.png") no-repeat left 8vw;
	background-size: contain;
	padding: 6vw 0;
}

#section_diner .titleArea{
	width: calc(1200/1400 * 100%);
	margin: 0 auto 9vw auto;
	position: relative;
	z-index: 32;
}

#section_diner .titleArea .section_title{
	width: 450px;
	margin: 0 0 2vw 0;
}

#section_diner .titleArea .section_title:after{
	content: "";
	position: absolute;
	left:15vw;
	top:5.5vw;
	border-left:1px solid #BB9E79;
	height: 21vw;
	z-index: 32;
}

#section_diner .titletext,
#section_diner .text{
	margin: 0 0 0 17vw;
}

#section_diner .titletext{
	font-size: 1.2rem;
	line-height:1.6;
	margin-bottom: 2vw;
}

#section_diner .dinerphArea{
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: calc(940/1400 * 100%);
	margin: 0 auto;
	justify-content: space-between;
}

#section_diner .dinerphArea figure{
	width: 49%;
	margin: 0 0 1.5vw 0;
	position: relative;
}

#section_diner .dinerphArea figure.vip:after{
	content: "";
	position: absolute;
	background: url("../img/diner_label01.png") no-repeat 0 0;
	background-size: contain;
	width: 2vw;
	right: 1.2vw;
	height: 6vw;
}

#section_diner .dinerphArea figure.private:after{
	content: "";
	position: absolute;
	background: url("../img/diner_label02.png") no-repeat 0 0;
	background-size: contain;
	width: 2vw;
	right: 1.2vw;
	height: 6vw;
}

#section_diner .dinerphArea figure:first-of-type{
	width: 100%;
}

#section_diner .swiper-pagination {
	bottom: 3vw;
	left: 64vw;
	width: 1.5vw;
}

#section_diner .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
	border-radius: 0;
	margin: 0 0 1vw 0;
	background: #fff;
}

#section_diner .swiper-pagination-bullet-active {
    background: #fff;
}

#section_diner .current-num {
	position: absolute;
	font-size: 1vw;
	bottom: 2vw;
	right: 1.66vw;
	z-index: 1;
}

#section_diner .btnarea{
	margin: 6vw auto;
}

@media screen and (max-width: 768px) {
	#section_diner{
		background:#302823 url("../img/bg_diner-sp.png") no-repeat 0 20vw;
		background-size: contain;
		padding: 20vw 0;
	}

	#section_diner .titleArea{
	  margin: 0 auto 46vw auto;
    width: 100%;
	}

	#section_diner .titleArea .section_title{
		width: 65%;
    margin: -4vw auto 0 12vw;
	}

	#section_diner .titleArea .section_title:after{
		right: auto;
		left: 6vw;
		top: -8vw;
		height: 102vw;
		border-top: none;
		border-left: 1px solid #84694d;
	}

	#section_diner .titletext,
	#section_diner .text{
		margin: 4vw 5vw 0 12vw;
	}

	#section_diner .titletext{
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.4;
		margin: 4vw 0 0 12vw;
	}

	#section_diner .dinerphArea{
		width: 100%;
	}

	#section_diner .dinerphArea figure{
		width: 48%;
		margin: 0 0 3.5vw 0;
	}

	#section_diner .dinerphArea figure.vip:after{
		width: 6vw;
		right: 0.5vw;
		height: 16vw;
	}

	#section_diner .dinerphArea figure.private:after{
		width: 6vw;
		right: 0.5vw;
		height: 16vw;
	}

	#section_diner .dinerphArea figure:first-of-type{
		width: 100%;
	}

	#section_diner .swiper-pagination {
		bottom: 10vw;
		left: 89vw;
		width: 5.5vw;
	}

	#section_diner .swiper-pagination-bullet {
		height: 1px;
		margin: 0 0 4vw 0;
	}

	#section_diner .current-num {
		font-size: 4vw;
		bottom: 7vw;
		right: 5.2vw;
	}

	#section_diner .btnarea{
		margin: 10vw auto 0 auto;
	}
}

/* ====================
 * topics
 ==================== */
#section_topics{
	padding: 5vw 0 20vw 0;
}

#section_topics .topics_contents{
	width: calc(940/1400 * 100%);
	margin: 0 auto;
}

#section_topics .topics_inner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: calc(782/940 * 100%);
	margin: 0 0 0 auto;
}

#section_topics .section_title{
	width: calc(87/940 * 100%);
	height: auto;
	order: 2;
}

#section_topics .topics_inner .news{
	width: calc(620/940 * 100%);
	margin: 0 auto 5vw 0;
	padding: 4vw 0 0 0;
	font-size:1.3rem;
	line-height: 1.8;
}

#section_topics .topics_inner .news li{
	display: flex;
	flex-flow: row nowrap;
	border-bottom:1px solid #4d3b2e;
	padding: 2vw 1vw;
}

#section_topics .topics_inner .news li:first-of-type{
	border-top:none;
}

#section_topics .topics_inner .news .date,
#section_topics .topics_inner .news .category{
  color: #D8BFA4;
}

#section_topics .topics_inner .news .category{
	margin: 0 0 0 1vw;
}


#section_topics .topics_inner .news span{
  margin: 0 1vw 0 0;
}

#section_topics .topics_inner .news .text{
	margin: 0 0 0 2vw;
}

#section_topics .topics_inner .news a:hover{
	text-decoration: underline;
}

#section_topics .btnarea{
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	#section_topics{
		padding: 5vw 0 20vw 0;
	}

	#section_topics .topics_contents{
		width: calc(670/750 * 100vw);
		margin: 0 auto;
	}

	#section_topics .topics_inner{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 13vw 0;
	}

	#section_topics .section_title{
		width: 13%;
		height: auto;
		margin: 5vw 0 0 0;
	}

	#section_topics .topics_inner .news{
		width: 80%;
		margin: 0;
		padding: 0;
		font-size:1.2rem;
		line-height: 1.6;
	}

	#section_topics .topics_inner .news li{
		flex-flow: row wrap;
		padding: 5vw 0;
	}

	#section_topics .topics_inner .news span{
		margin: 0;
	}

	#section_topics .topics_inner .news .text{
		width: 100%;
		 margin: 0;
  }

  #section_topics .topics_inner .news .date{
	 width: 25%;
  }

	#section_topics .topics_inner .news .category{
	 width: 70%;
  }

	#section_topics .btnarea{
		margin: 0 auto;
	}
}


























