@charset "UTF-8";
/* CSS Document */

/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 615px;
	overflow: hidden;
	position: relative;
}

#mainvisual .mvslide {
	width: 100%;
	height: 100%;
	z-index: 9995;
	position: absolute;
}

#mainvisual .mvslide img {
	width: 100%;
	height: 615px;
	display: block;
	object-fit: cover;
}

#mainvisual h2.copy {
	width: 186px;
	color: #fff;
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 9998;
	transform: translate(-50%, -50%);
}

#mainvisual h2.copy img {
	width: 100%;
}

/* inner
  ---------------------------------------------------------------------- */
.index {
	padding: 0;
	text-align: center;
}

/* news */
.index .inner .news_plan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .inner .news_plan li {
	width: 24.5%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.index .inner .news_plan li h3 {
	color: #fff;
	top: 0;
	left: 50%;
	text-align: left;
	position: absolute;
	z-index: 9990;
	line-height: 1.5;
	font-size: 20px;
	padding: 0.8em;
	writing-mode: vertical-rl;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	white-space: nowrap;
	transform: translate(-50%);
}

.index .inner .news_plan li figure {
	background: #000;
}

.index .inner .news_plan li figure img {
	opacity: 0.6;
	display: block;
	transition: 0.3s ease-in-out;
}

.index .inner .news_plan li figure img:hover {
	opacity: 1;
}

/* top最下部バナー */
.bn_box {
	width: 100%;
	margin: 3rem 0;
}
.bn_box ul {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.bn_box ul li {
	display: inline-flex;
	border: solid 1px #999;
}
.bn_box ul li.lspc {
	margin-left: 2rem;
}
.bn_box ul li a {
	display: block;
}
.bn_box ul li a img {
	width: 260px;
	height: auto;
}

/* plan */
.index .planTop .inner {
	width: 100%;
	margin: 0 auto;
}

.index .planTop .inner .plan_ttl {
	color: #333;
	line-height: 1.15;
	text-align: left;
}

.index .planTop .inner .plan_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .planTop .inner .plan_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 0 0 0 30px;
}

.index .planTop .inner .plan_ttl span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.index .planTop .inner .plan_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .planTop .inner .plan_list li {
	width: 32%;
}

.index .planTop .inner .plan_list li h3 {
	text-align: left;
	font-size: 1.75rem;
	margin: 15px 0 10px;
}

.index .planTop .inner .plan_list li p {
	line-height: 1.5;
	text-align: left;
	font-size: 1.125rem;
}

/* concept */
.index .conceptTop {
	width: 100%;
	padding: 150px 0;
	background: url("../images/index/concept_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

.index .conceptTop::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	background: #000;
}

.index .conceptTop .inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.index .conceptTop .inner .concept_ttl {
	width: 40%;
	color: #fff;
	line-height: 1.15;
	text-align: left;
}

.index .conceptTop .inner .concept_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .conceptTop .inner .concept_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 0 0 0 30px;
}

.index .conceptTop .inner .concept_ttl span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #fff;
}

.index .conceptTop .inner .concept_txt {
	width: 55%;
	color: #fff;
	position: relative;
}

.index .conceptTop .inner .concept_txt h3 {
	color: #fff;
	text-align: left;
	font-size: 1.75rem;
	margin-bottom: 30px;
}

.index .conceptTop .inner .concept_txt p {
	color: #fff;
	line-height: 1.5;
	text-align: left;
	font-size: 1.125rem;
}

/* room */
.index .roomsTop {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}

.index .roomsTop .inner {
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto;
}

.index .roomsTop .inner .imgArea {
	position: absolute;
	width: 53%;
}

.index .roomsTop .inner .imgArea img {
	width: 100%;
/*	height: 100%;*/
/*	object-fit: cover;*/
	position: relative;
}

.index .roomsTop .inner .rooms_ttl {
	  width: 43.3637%;
	color: #333;
	line-height: 1.15;
	text-align: left;
	margin-bottom: 60px;
}

.index .roomsTop .inner .rooms_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .roomsTop .inner .rooms_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 0 0 0 30px;
}

.index .roomsTop .inner .rooms_ttl span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.index .roomsTop .inner .rooms_txt {
	  width: 43.3637%;
}

.index .roomsTop .inner .rooms_txt h3 {
	font-size: 1.75rem;
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: left;
}

.index .roomsTop .inner .rooms_txt p {
	width: 95%;
	line-height: 1.5;
	text-align: left;
	font-size: 1.125rem;
}

.index .roomsTop .inner .more {
	float: left;
	margin-top: 40px;
}

.index .roomsTop .inner .more a {
	width: 280px;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index .roomsTop .inner .more a::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}

.index .roomsTop .inner .rooms_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .roomsTop .inner .rooms_list li {
	width: 32%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.index .roomsTop .inner .rooms_list li h3 {
	width: 170px;
	color: #333;
	top: 15px;
	left: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.125rem;
	position: absolute;
	z-index: 9990;
	background: rgb(255, 255, 255, 0.8);
}

/* cuisine */
.index .cuisineTop {
	width: 100%;
	background: url("../images/index/bg.jpg") center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.index .cuisineTop .inner {
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto;
}

.index .cuisineTop .inner .imgArea {
	position: absolute;
	width: 53%;
	left: 0;
}

.index .cuisineTop .inner .imgArea img {
	width: 100%;
/*	height: 100%;*/
/*	object-fit: cover;*/
	position: relative;
}

.index .cuisineTop .inner .decArea {
	  width: 43.3637%;
}

.index .cuisineTop .inner .cuisine_ttl {
	color: #333;
	line-height: 1.15;
	text-align: left;
	margin-bottom: 60px;
}

.index .cuisineTop .inner .cuisine_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .cuisineTop .inner .cuisine_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 0 0 0 30px;
}

.index .cuisineTop .inner .cuisine_ttl span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.index .cuisineTop .inner .cuisine_txt h3 {
	font-size: 1.75rem;
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: left;
}

.index .cuisineTop .inner .cuisine_txt p {
	width: 95%;
	line-height: 1.5;
	text-align: left;
	font-size: 1.125rem;
}

.index .cuisineTop .inner .more {
	float: left;
	margin-top: 40px;
}

.index .cuisineTop .inner .more a {
	width: 280px;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index .cuisineTop .inner .more a::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}

.index .cuisineTop .inner .cuisine_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .cuisineTop .inner .cuisine_list li {
	width: 49%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.index .cuisineTop .inner .cuisine_list li h3 {
	width: 170px;
	color: #333;
	top: 15px;
	left: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.125rem;
	position: absolute;
	z-index: 9990;
	background: rgba(255, 255, 255, .8);
}

.sheff {
	text-align: center;
	font-size: 22px;
	margin-top: 0.5em;
}

/* spa */
.index .spaTop {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
}

.index .spaTop .inner {
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto;
}

.index .spaTop .inner .imgArea {
	position: absolute;
	width: 53%;
}

.index .spaTop .inner .imgArea img {
	width: 100%;
/*	height: 100%;*/
/*	object-fit: cover;*/
	position: relative;
}

.index .spaTop .inner .spa_ttl {
	  width: 43.3637%;
	color: #333;
	line-height: 1.15;
	text-align: left;
	margin-bottom: 60px;
}

.index .spaTop .inner .spa_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .spaTop .inner .spa_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 15px 0 0 30px;
}

.index .spaTop .inner .spa_ttl span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.index .spaTop .inner .spa_txt {
	  width: 43.3637%;
}

.index .spaTop .inner .spa_txt h3 {
	font-size: 1.75rem;
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: left;
}

.index .spaTop .inner .spa_txt p {
	width: 95%;
	line-height: 1.5;
	text-align: left;
	font-size: 1.125rem;
}

.index .spaTop .inner .more {
	float: left;
	margin-top: 40px;
}

.index .spaTop .inner .more a {
	width: 280px;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index .spaTop .inner .more a::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}

.index .spaTop .inner .spa_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .spaTop .inner .spa_list li {
	width: 49%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.index .spaTop .inner .spa_list li h3 {
	width: 170px;
	color: #333;
	top: 15px;
	left: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.125rem;
	position: absolute;
	z-index: 9990;
	background: rgba(255, 255, 255, .8);
}

.cuisineTop .cuisine01 {
	z-index: 10;
}

.cuisineTop .cuisine02 {
	z-index: 5;
}


/* facMeeting
-------------------------------------------------- */
.facMeeting {
	padding: 0 0 100px;
}

.facMeeting .facMeeting_list {
	gap: 0.5%;
	justify-content: center;
}

.facMeeting .facMeeting_list li {
	justify-content: space-between;
	margin-bottom: 20px;
}

/*	.facMeeting .facMeeting_list li a {
		display: block;
	}*/
.facMeeting .facMeeting_list li figure {
	width: 48%;
}

.facMeeting .facMeeting_list li img {
	width: 100%;
}

.facMeeting .facMeeting_list li>div {
	width: 48%;
}

.facMeeting .facMeeting_list li h4 {
	text-align: left;
	margin-bottom: 20px;
}

.facMeeting .facMeeting_list li h4 span.en {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	/*		font-size: 2rem;*/
	line-height: 1.5;
	font-family: "Cormorant", serif;
}

.facMeeting .facMeeting_list li h4 span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 15px 0 0 30px;
}

.facMeeting .facMeeting_list li h4 span.ja:before {
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.facMeeting .facMeeting_list .more a {
	width: 280px;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.facMeeting .facMeeting_list .more a::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}


/* access */
.index .accessTop {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	height: 730px;
	max-height: 900px;
	background-image: url("../images/index/access_bg.png"), url("../images/index/bg.jpg");
	background-position: top, top left;
	background-repeat: no-repeat, repeat-x;
	background-size:auto  100% , cover;
}

.index .accessTop .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.index .accessTop .inner .access_txt {
	width: 45%;
	top: 70px;
	right: 20px;
	position: absolute;
}

.index .accessTop .inner .access_ttl {
	width: 40%;
	color: #333;
	line-height: 1.15;
	text-align: left;
	margin-bottom: 60px;
}

.index .accessTop .inner .access_ttl span.en {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 6.125rem;
	font-family: "Cormorant", serif;
}

.index .accessTop .inner .access_ttl span.ja {
	display: block;
	font-size: 1rem;
	position: relative;
	padding: 0 0 0 30px;
}

.index .accessTop .inner .access_ttl span.ja:before {
	top: 50%;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	background: #ccc;
}

.index .accessTop .inner .access_txt dl dt {
	text-align: left;
	margin-top: 40px;
	font-size: 1.375rem;
}

.index .accessTop .inner .access_txt dl dd {
	text-align: left;
	font-size: 1.125rem;
}

.index .accessTop .inner .more {
	float: left;
	margin-top: 40px;
	margin-right: 10px;
}

.index .accessTop .inner .more a {
	width: 280px;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index .accessTop .inner .more a::after {
	top: 28%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}



/* ranking_489ban
-------------------------------------------------- */
.planTop {
	background: url(../images/index/recommend_bg.jpg) no-repeat;
	box-sizing: border-box;
	padding: 5rem 0;
	background-size: cover;
}

.planTop #ranking_489ban {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.planTop #ranking_489ban .PlanView {
	width: 32%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.planTop #ranking_489ban .PlanView .main_picture {
	position: relative;
	max-height: 260px;
	overflow: hidden;
}

.planTop #ranking_489ban .PlanView .main_picture img {
	width: 100%;
}

.planTop #ranking_489ban .PlanView .rank_no {
	width: initial;
	position: absolute;
	z-index: 10;
	left: -50px;
	top: -45px;
	width: 237px;
	height: 167px;
	text-indent: -100000px;
	overflow: hidden;
	display: none;
}

.planTop #ranking_489ban .PlanView .explan {
	padding: 1em 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.planTop #ranking_489ban .PlanView .explan p.plan {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #1C1C1C;
	margin-bottom: 20px;
}

.planTop #ranking_489ban .PlanView .explan .pblist {
	margin-top: auto;
}

.planTop #ranking_489ban .PlanView a .txt .planbtn {
	margin-top: auto;
}

.planTop #ranking_489ban .PlanView .explan .pblist li a {
	font-size: 16px;
	opacity: 1;
	display: grid;
	place-content: center;
	place-items: center;
	background: rgba(15, 55, 89, 1);
	padding: .3em 5em;
	color: #FFF;
	width: fit-content;
	margin: 0 auto;
}

.planTop #ranking_489ban .PlanView .explan .pblist li a:hover {
	opacity: 0.6;
}


/* bnr
  ---------------------------------------------------------------------- */
  #bnr .rtban {
  	margin-bottom: 15px;
  }