@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   pc.css
 *
 ********************************************************************** */

/* トップ
======================================================= */

.top_main {
	height: 800px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.top_main:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.top_main:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 160px;
	background: linear-gradient(rgba(45, 47, 54, .4), transparent);
}

.top_main #movie {
	position: relative;
	z-index: -1;
	width: 100%;
	min-width: 1422px;
    min-height: 800px;
	height: 100%;
	
}

.top_main #movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

/* top_cnt01 */

.top_cnt01 {
	padding: 110px 0 120px;
	background: url(../img/bg_common01.jpg) center top;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.top_cnt01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 800px;
	height: 100%;
	margin-left: -400px;
	background: #fff;
	z-index: -1;
}

.top_cnt01 .pickup {
	margin: 0 0 160px;
}

.top_cnt01 .pickup h2 {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.top_cnt01 .pickup .slider {
	display: none;
	width: 960px;
	margin: 0 auto;
}

.top_cnt01 .pickup .slider.slick-initialized {
	display: block;
}

.top_cnt01 .pickup .slider .slick-list {
	overflow: visible;
}

.top_cnt01 .pickup .slider .slick-prev {
	left: -60px;
}

.top_cnt01 .pickup .slider .slick-next {
	right: -60px;
}

.top_cnt01 .pickup .slider .slides a {
	display: block;
	width: 440px;
	margin: 0 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.3);
}

.top_cnt01 .pickup .slider .slides a .img {
	overflow: hidden;
}

.top_cnt01 .pickup .slider .slides a .img img {
	width: 440px;
	height: 330px;
	object-fit: cover;
}

.top_cnt01 .pickup .slider .slides a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px 11px;
	box-sizing: border-box;
	background: rgba(45,47,54,.6);
}

.top_cnt01 .pickup .slider .slides a .txt .detail {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.top_cnt01 .pickup .slider .slides a .txt .detail .cate {
	margin: 0 10px 0 0;
	padding: 0 9px;
	border: 1px solid #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
}

.top_cnt01 .pickup .slider .slides a .txt .detail .date {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.top_cnt01 .special {
	width: 1080px;
	margin: 0 auto 160px;
}

.top_cnt01 .special .bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px -40px;
	padding: 0;
	list-style: none;
}

.top_cnt01 .special .bnr li {
	width: 520px;
	margin: 0 20px 40px;
}

.top_cnt01 .special .movie {
	width: 700px;
	margin: 114px auto 0;
}

.top_cnt01 .concept {
	color: #fff;
	background: #143C96 url(../../_img/bg_concept.png) no-repeat left bottom;
}

.top_cnt01 .concept .inner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.top_cnt01 .concept .inner .txt {
	width: 620px;
	padding: 114px 0 0;
	position: relative;
	z-index: 1;
}

.top_cnt01 .concept .inner .txt h2 {
	margin: 0 0 55px;
	color: #fff;
	text-align: left;
}

.top_cnt01 .concept .inner .txt .lead {
	margin: 0 0 30px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
}

.top_cnt01 .concept .inner .txt .intxt {
	margin: 0 0 60px;
	text-shadow: 0px 5px 10px rgba(45,47,54,0.5);
	line-height: 2.2;
}

.top_cnt01 .concept .inner .txt .common_btn_s {
	width: 240px;
	margin: 0;
}

.top_cnt01 .concept .inner .txt .common_btn_s a {
	border-color: #fff;
	color: #fff;
	background-image: url(../img/arw_w.svg);
}

.top_cnt01 .concept .inner .txt .common_btn_s.blank a {
	border-color: #fff;
	color: #fff;
	background-image: url(../img/ico_blank_w.svg);
}

.top_cnt01 .concept .inner .txt .common_btn_s.down a {
	border-color: #fff;
	color: #fff;
	background-image: url(../img/arw_down_w.svg);
}

.top_cnt01 .concept .inner .img {
	position: absolute;
	top: -40px;
	right: -80px;
	z-index: 0;
}

.top_cnt01 .live {
	margin: 0 0 110px;
	padding: 80px 0 120px;
	color: #fff;
	background: #0F3079;
}

.top_cnt01 .live .inner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.top_cnt01 .live .inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.3);
}

.top_cnt01 .live .inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 703px;
	z-index: -1;
	width: 337px;
	height: 337px;
	border-radius: 50%;
	animation: pulseMotion2 1.4s linear infinite;
}

.top_cnt01 .live .inner .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 337px;
	height: 337px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 0 0 703px;
	text-align: center;
	background: #0F3079;
	position: relative;
}

.top_cnt01 .live .inner .txt h3 {
	margin: 0 0 40px;
	padding: 0 40px;
	font-size: 47px;
	font-size: 4.7rem;
	font-weight: bold;
	line-height: 1.5;
}

.top_cnt01 .live .inner .txt h3 .ico {
	display: inline-block;
	padding: 0 30px 0 0;
	position: relative;
}

.top_cnt01 .live .inner .txt h3 .ico:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -5px 0 0;
}

.top_cnt01 .live .inner .txt h3 .ico:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -5px 0 0;
	animation: pulseMotion 1.4s linear infinite;
}

.top_cnt01 .live .inner .txt p {
	padding: 0 40px;
}

@keyframes pulseMotion {
	0% {
		transform: scale(1);
		background: #fff;
		opacity: .4;
	}
	100% {
		transform: scale(4);
		background: #fff;
		opacity: 0;
	}
}

@keyframes pulseMotion2 {
	0% {
		transform: scale(1);
		background: #fff;
		opacity: .4;
	}
	100% {
		transform: scale(1.2);
		background: #fff;
		opacity: 0;
	}
}

.top_cnt01 .live .inner .iframe {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 140px;
	width: 600px;
}

.top_cnt01 .live .inner .iframe:before {
	content: '';
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #09205F;
}

.top_cnt01 .spa {
	margin: 0 0 150px;
	position: relative;
	z-index: 0;
}

.top_cnt01 .spa .inner {
	width: 1080px;
	margin: 0 auto;
}

.top_cnt01 .spa .inner .col_wrap .col {
	display: block;
	margin: 0 0 80px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.top_cnt01 .spa .inner .col_wrap .col .img img {
	max-width: none;
	width: 1180px;
	height: 380px;
	object-fit: cover;
}

.top_cnt01 .spa .inner .col_wrap .col:nth-child(even) .img img {
	margin-left: -100px;
}

.top_cnt01 .spa .inner .col_wrap .col .txt {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 460px;
	padding: 54px 85px 54px 60px;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #2D2F36 url(../img/arw_w_l.svg) no-repeat right 60px center;
	box-shadow: 0px 15px 30px 0px rgba(45,47,54,0.3);
}

.top_cnt01 .spa .inner .col_wrap .col:nth-child(even) .txt {
	left: 0;
	right: auto;
}

.top_cnt01 .spa .inner .col_wrap .col .txt .tit {
	font-size: 28px;
	font-size: 2.8rem;
}

.top_cnt01 .restaurant {
	position: relative;
	z-index: 0;
}

.top_cnt01 .restaurant .inner {
	max-width: 1200px;
	margin: 0 auto;
}

.top_cnt01 .restaurant .inner h2 {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.top_cnt01 .restaurant .inner .col_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_cnt01 .restaurant .inner .col_wrap .col {
	width: calc(50% - 20px);
	margin: 0 0 75px;
	position: relative;
}

.top_cnt01 .restaurant .inner .col_wrap .col:nth-child(even) {
	top: 60px;
}

.top_cnt01 .restaurant .inner .col_wrap .col a {
	display: block;
	color: #2D2F36;
	text-decoration: none;
}

.top_cnt01 .restaurant .inner .col_wrap .col .img {
	margin: 0 0 25px;
}

.top_cnt01 .restaurant .inner .col_wrap .col .img img {
	width: 580px;
	height: 410px;
	object-fit: cover;
	box-shadow: 0px 15px 30px 0px rgba(45,47,54,0.3);
}

.top_cnt01 .restaurant .inner .col_wrap .col .txt {
	padding: 0 40px;
}

.top_cnt01 .restaurant .inner .col_wrap .col .txt .type {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #6A6D78;
}

.top_cnt01 .restaurant .inner .col_wrap .col .txt .type li {
	margin: 0 10px 10px 0;
	padding: 0 9px;
	border: 1px solid #D2D4DB;
}

.top_cnt01 .restaurant .inner .col_wrap .col .txt .intxt {
	padding: 0 30px 0 0;
	background: url(../img/arw_b_l.svg) no-repeat right center;
}

.top_cnt01 .restaurant .inner .col_wrap .col .txt .intxt .tit {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.restaurant_btn,
.top_cnt01 .restaurant .inner .btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 65px auto -40px;
	padding: 0;
	list-style: none;
}

.restaurant_btn {
	margin: 0 auto -40px;
}

.restaurant_btn li,
.top_cnt01 .restaurant .inner .btn li {
	width: 430px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-size: 1.8rem;

}

.restaurant_btn li a,
.top_cnt01 .restaurant .inner .btn li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 145px;
	padding: 20px;
	border: 1px solid #143C96;
	box-sizing: border-box;
	color: #143C96;
	font-weight: 500;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
}

.restaurant_btn li a:before,
.top_cnt01 .restaurant .inner .btn li a:before {
	content: '';
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 0 4px;
}

.restaurant_btn li.allergy a:before,
.top_cnt01 .restaurant .inner .btn li.allergy a:before {
	background: url(../img/ico_allergy.svg) no-repeat 0 0;
}

.restaurant_btn li.delivery a:before,
.top_cnt01 .restaurant .inner .btn li.delivery a:before {
	background: url(../img/ico_delivery.svg) no-repeat 0 0;
}

/* top_fixed */

.top_fixed {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.top_fixed .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: rect(auto, auto, auto, auto);
}

.top_fixed img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

/* top_cnt02 */

.top_cnt02 .rooms {
	margin: 0 0 120px;
	position: relative;
	z-index: 0;
}

.top_cnt02 .rooms:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 62.5%;
	height: 100%;
	background: url(../../_img/bg_rooms.jpg) no-repeat center center;
	background-size: cover;
}

.top_cnt02 .rooms .inner {
	width: 1080px;
	margin: 0 auto;
	padding: 120px 0;
}

.top_cnt02 .rooms .inner .txt {
	width: 310px;
}

.top_cnt02 .rooms .inner .txt h2 {
	margin: 0 0 30px;
	text-align: left;
}

.top_cnt02 .rooms .inner .txt h2 .en {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 62px;
	font-size: 6.2rem;
}

.top_cnt02 .rooms .inner .txt .common_btn_s {
	max-width: 240px;
	margin: 40px 0 0;
}

.top_cnt02 .rooms .inner .txt .common_btn_s a {
	background-color: #fff;
}

.top_cnt02 .rooms .slider_wrap {
	position: absolute;
	top: 120px;
	right: 0;
	width: calc(50% + 140px);
	padding: 0 0 60px;
	overflow: hidden;
}

.top_cnt02 .rooms .slider_wrap .slider {
	display: none;
}

.top_cnt02 .rooms .slider_wrap .slider.slick-initialized {
	display: block;
}

.top_cnt02 .rooms .slider_wrap .slider .slick-list {
	overflow: visible;
}

.top_cnt02 .rooms .slider_wrap .slider + .slider {
	margin-top: 60px;
}

.top_cnt02 .rooms .slider_wrap .slider + .slider .slick-track {
	position: relative;
	left: 80px;
}

.top_cnt02 .rooms .slider_wrap .slider .slides {
	margin: 0 10px;
}

.top_cnt02 .rooms .slider_wrap .slider .slides img {
	box-shadow: 0px 15px 30px 0px rgba(45,47,54,0.3);
}

.top_cnt02 .col {
	margin: 0 0 120px;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}

.top_cnt02 .col:before{
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	width: 80%;
	height: 100%;
	background: #F3F4F8;
}

.top_cnt02 .col.img_l:before {
	right: 0;
}

.top_cnt02 .col.img_r:before {
	left: 0;
}

.top_cnt02 .col .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1080px;
	margin: 0 auto;
}

.top_cnt02 .col .inner .txt {
	width: 400px;
}

.top_cnt02 .col.img_l .inner .txt {
	order: 1;
}

.top_cnt02 .col .inner .txt h2 {
	margin: 0 0 30px;
	text-align: left;
}

.top_cnt02 .col .inner .txt h2 .en {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 65px;
	font-size: 6.5rem;
}

.top_cnt02 .col .inner .txt .common_btn_s {
	max-width: 240px;
	margin: 40px 0 0;
}

.top_cnt02 .col .inner .txt .common_btn_s a {
	background-color: #fff;
}

.top_cnt02 .col .inner .img {
	width: 610px;
}

.top_cnt02 .col.img_l .inner .img {
	order: 0;
}

.top_cnt02 .scene {
	padding: 0 0 116px;
	position: relative;
	z-index: 1;
}

.top_cnt02 .scene:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 250px);
	background: url(../img/bg_common01.jpg) center center;
	z-index: -1;
}

.top_cnt02 .scene .inner {
	width: 1080px;
	margin: 0 auto;
}

.top_cnt02 .scene .inner h2 {
	margin: 0 0 35px;
}

.top_cnt02 .scene .inner .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.top_cnt02 .scene .inner .list:after {
	content: '';
	display: block;
	width: 448px;
}

.top_cnt02 .scene .inner .list > li {
	width: 448px;
	margin: 0 0 4px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}

.top_cnt02 .scene .inner .list > li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.top_cnt02 .scene .inner .list > li a .num {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	min-width: 60px;
	padding: 16px 5px;
	box-sizing: border-box;
	translate: -50% 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #9194A0;
	background: #fff;
	line-height: 1;
	letter-spacing: 0;
}

.top_cnt02 .scene .inner .list > li a .num span {
	display: block;
	margin: 3px 0 0;
	font-size: 28px;
	font-size: 2.8rem;
	color: #2D2F36;
}

.top_cnt02 .scene .inner .list > li a .img {
	position: relative;
}

.top_cnt02 .scene .inner .list > li a .img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(0deg,rgba(45, 47, 54, .8), transparent);
}

.top_cnt02 .scene .inner .list > li a .img img {
	width: 448px;
	height: 282px;
	object-fit: cover;
}


.top_cnt02 .scene .inner .list > li a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 50px;
	box-sizing: border-box;
	line-height: 1.5;
	background: url(../img/arw_w.svg) no-repeat right 30px center;
}

/* top_cnt03 */

.top_cnt03 {
	margin: 120px 0 0;
	overflow: hidden;
}

.top_cnt03 .recommend {
	width: 1080px;
	margin: 0 auto 120px;
}

.top_cnt03 h2 {
	margin: 0 0 50px;
}

.tab {
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	font-weight: 500;
}

.tab li {
	width: 25%;
	padding: 0 10px 15px;
	border-bottom: 2px solid #D2D4DB;
	box-sizing: border-box;
	color: #6A6D78;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.tab li.active {
	color: #143C96;
	border-bottom-color: #143C96;
}

.tab li:hover {
	color: #143C96;
}

.tab li:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -4px;
	border-top: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.tab li.active:after {
	border-top-color: #143C96;

}

.panel {
	display: none;
}

.panel:first-child {
	display: block;
}

.panel .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.panel .list:after {
	content: '';
	display: block;
	width: 350px;
}

.panel .list > li {
	display: flex;
	flex-direction: column;
	width: 350px;
	margin: 0 0 60px;
	background: #F3F4F8;
	position: relative;
	z-index: 0;
}

.panel .list > li:before {
	content: '';
	position: absolute;
	bottom: 74px;
	right: 14px;
	z-index: -1;
	width: 170px;
	height: 60px;
	background: url(../img/logo_gray.svg) no-repeat 0 0;
	opacity: .3;
}

.panel .list > li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #2D2F36;
	text-decoration: none;
}

.panel .list > li a .img {
	width: 320px;
	margin: -30px auto 20px;
}

.panel .list > li a .img img {
	width: 320px;
	height: 240px;
	object-fit: cover;
	box-shadow: 0px 15px 30px 0px rgba(45,47,54,0.3);
}

.panel .list > li a .txt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 30px 15px;
	font-size: 18px;
	font-size: 1.8rem;
	flex: 1;
}

.panel .list > li a .txt .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #D2D4DB;
	font-size: 14px;
	font-size: 1.4rem;
	color: #6A6D78;
}

.top_cnt03 .common_btn_s {
	max-width: 240px;
}

.top_cnt03 .info {
	width: 1080px;
	margin: 0 auto 120px;
}

.panel .info_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.panel .info_list > li {
	width: 184px;
	margin: 0 20px 60px;
}

.panel .info_list > li a {
	color: #2D2F36;
	text-decoration: none;
}

.panel .info_list > li a .img {
	margin: 0 0 15px;
}

.panel .info_list > li a .img img {
	width: 184px;
	height: 138px;
	object-fit: cover;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.3);
}

.panel .info_list > li a .txt .cate {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 10px;
	border: 1px solid #D2D4DB;
	font-size: 12px;
	font-size: 1.2rem;
	color: #6A6D78;
}

.panel .info_list > li a .txt .date {
	margin: 0 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #6A6D78;
}

.panel .info_list > li a .txt .date .new {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	padding: 3px 5px 3px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	background: #143C96;
}

.top_cnt03 .activity {
	width: 1080px;
	margin: 0 auto 120px;
}

/* カテゴリTOP
======================================================= */

.cate_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cate_list .col {
	width: 520px;
	margin: 0 0 75px;
}

.cate_list .col a {
	display: block;
	color: #2D2F36;
    text-decoration: none;
}

.cate_list .col .img {
	margin: 0 0 35px;
	text-align: center;
}

.cate_list .col .img img {
	box-shadow: 0px 15px 30px 0px rgba(45,47,54,0.3);
}

.cate_list .col .txt .type {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #6A6D78;
}

.cate_list .col .txt .type li {
	margin: 0 10px 10px 0;
	padding: 0 9px;
	border: 1px solid #D2D4DB;
}

.cate_list .col .txt .intxt {
	padding: 0 30px 0 0;
	background: url(../img/arw_b_l.svg) no-repeat right center;
}

.cate_list .col .txt .intxt .tit {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}


/* アクティビティ
======================================================= */

.activity_list .col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 100px;
}

.activity_list .col:last-child {
	margin: 0;
}

.activity_list .col .img {
	width: 340px;
}

.activity_list .col .img img {
	width: 340px;
	height: 255px;
	object-fit: cover;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.3);
}

.activity_list .col .txt {
	width: 700px;
}

.activity_list .col .txt .tit {
	margin: 0 0 20px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.6;
	color: #143C96;
}

.activity_list .col .txt .tit .new {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding: 2px 7px 4px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	background: #143C96;
}

.activity_list .col .txt .date {
	display: flex;
	justify-content: space-between;
	margin: 0 0 35px;
	font-weight: 500;
	color: #6A6D78;
}

.activity_list .col .txt .date dt {
	width: 80px;
}

.activity_list .col .txt .date dt span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	background: #EAEAEB;
}

.activity_list .col .txt .date dd {
	width: calc(100% - 95px);
	line-height: 1.8;
}

.activity_list .col .txt .common_btn_s {
	margin: 20px 0 0;
}

.activity_main {
	padding: 0 116px 50px;
	position: relative;
	z-index: 0;
}

.activity_main:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 70px);
	background: url(../img/bg_common01.jpg) center top;
}

.activity_main .img {
	margin: 0 0 40px;
}

.activity_main .img img {
	width: 848px;
	height: 380px;
	object-fit: cover;
}

.activity_main .tit {
	margin: 0 0 20px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.6;
	color: #143C96;
}

.activity_main .tit .new {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding: 2px 7px 4px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	background: #143C96;
}

.activity_main .date {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	color: #6A6D78;
}

.activity_main .date dt {
	width: 80px;
}

.activity_main .date dt span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	background: #EAEAEB;
}

.activity_main .date dd {
	width: calc(100% - 95px);
	line-height: 1.8;
}

.scene_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 56px;
	padding: 0;
	list-style: none;
}

.scene_list:after {
	content: '';
	display: block;
	width: 538px;
}

.scene_list > li {
	width: 538px;
	margin: 0 0 4px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}

.scene_list > li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.scene_list > li a .img {
	position: relative;
}

.scene_list > li a .img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(0deg,rgba(45, 47, 54, .8), transparent);
}

.scene_list > li a .img img {
	width: 538px;
	height: 282px;
	object-fit: cover;
}

.scene_list > li a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 50px;
	box-sizing: border-box;
	line-height: 1.5;
	background: url(../img/arw_w.svg) no-repeat right 30px center;
}

.activity_guide {
	display: flex;
	justify-content: space-between;
	padding: 60px 50px 60px 0;
	position: relative;
	z-index: 0;
}

.activity_guide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: calc(100% - 60px);
	height: 100%;
	background: #F8F7F3;
}

.activity_guide .img {
	width: 320px;
}

.activity_guide .txt {
	width: 670px;
	font-size: 18px;
	font-size: 1.8rem;
}

.activity_guide .txt .tit {
	margin: 0 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.activity_guide .txt .tit .name {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 24px;
	font-size: 2.4rem;
}

.activity_un_col {
	display: list-item;
    margin: 0 0 0 20px;
}

.activity_un_col::marker {
	color: #143C96;
}

.activity_un_col + h3 {
	margin-top: 80px !important;
}

/* ご宴会・会議
======================================================= */

.banquete_detail {
	display: flex;
	justify-content: space-between;
}

.banquete_detail .txt {
	width: 440px;
}

.banquete_detail .img {
	width: 580px;
}

/* アクセス
======================================================= */

.access_ac .trigger {
	padding: 22px 75px 25px 85px;
	border-top: 1px solid #D2D4DB;
	font-size: 18px;
	font-size: 1.8rem;
	background: #F3F4F8 url(../img/ico_ac_open_b.svg) no-repeat right 23px center;
	position: relative;
	cursor: pointer;
}

.access_ac .trigger.active {
	background-image: url(../img/ico_ac_close_b.svg);
}

.access_ac .trigger:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 30px;
	margin: -20px 0 0;
}

.access_ac.car .trigger:before {
	background: url(../img/ico_car.svg) no-repeat 0 0;
}

.access_ac.train .trigger:before {
	background: url(../img/ico_train.svg) no-repeat 0 0;
}

.access_ac.bus .trigger:before {
	background: url(../img/ico_bus.svg) no-repeat 0 0;
}

.access_ac .accordion {
	margin: 20px 0 0;
}

.access_ac .accordion .img01,
.access_ac .accordion .img02,
.access_ac .accordion .img03 {
	position: relative;
}

.access_ac .accordion .img01 .common_btn_s,
.access_ac .accordion .img02 .common_btn_s,
.access_ac .accordion .img03 .common_btn_s {
	width: 103px;
	height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
}

.access_ac .accordion .img01 .common_btn_s a,
.access_ac .accordion .img02 .common_btn_s a,
.access_ac .accordion .img03 .common_btn_s a {
	padding: 0 25px 0 5px;
	background-position: right 13px center;
}

.access_ac .accordion .img01 .common_btn_s {
	position: absolute;
	top: 134px;
	left: 296px;
}

.access_ac .accordion .img02 .common_btn_s {
	position: absolute;
	top: 136px;
	left: 131px;
}

.access_ac .accordion .img03 .common_btn_s {
	position: absolute;
	top: 136px;
	left: 131px;
}

.access_ac .accordion > .common_btn_s {
	margin-top: 50px;
}

.access_bus {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access_bus:after {
	content: '';
	display: block;
	width: 350px;
}

.access_bus .time {
	display: flex;
	justify-content: space-between;
	width: 350px;
	margin: 0 0 15px;
	padding: 25px 20px;
	box-sizing: border-box;
	line-height: 1.5;
	background: #F3F4F8;
}

.access_bus .time .txt {
	width: 210px;
}

.access_bus .time .common_btn_s {
	width: 90px;
	height: 75px;
	margin: 0;
}

.access_bus .time .common_btn_s a {
	padding: 0 25px 0 5px;
	background-color: #fff;
	background-position: right 11px center;
}

/* お問い合わせフォーム
======================================================= */

.form_tbl {
	margin: 40px 0 80px;
}

.form_tbl tr th {
	width: 30%;
	padding-right: 58px;
	position: relative;
	z-index: -1;
	text-align: left;
}

.form_tbl tr th .imp {
	position: absolute;
	right: 32px;
	margin: 4px 0 0;
	padding: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	background: #8D1F3E;
}

.form_tbl tr td {
	text-align: left;
}

.form_tbl tr td .list {
	margin: 0;
	padding: 0;
	list-style: none; 
}

.form_tbl tr td .list li {
	float: left;
	margin: 0 32px 0px 0;
	padding: 8px 0;
}

.form_tbl tr td .mailtxt {
	padding: 14px 0 2px;
	font-size: 12px;
	font-size: 1.2rem;
}

.form_tbl td dl {
	display: table;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.form_tbl td dl + dl {
	margin-top: 16px;
}

.form_tbl td dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 18%;
	font-weight: bold;
	padding: 0 24px 0 0;
}

.form_tbl td dl dd {
	display: table-cell;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	padding: 14px 40px 14px 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #2D2F36;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff url(../img/arw_select.svg) no-repeat right 16px center;
	appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select:not(:target) {
		background: none;
		padding: 16px;
	}
}

.ie select,
.ie8 select,
.ie9 select {
	background: none;
	padding: 16px;
}

textarea {
	width: 100%;
	height: 160px;
	min-height: 160px;
	padding: 14px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


input[type="submit"] {
	display: block;
	width: 400px;
	height: 66px;
	margin: 0 auto;
	border: 1px solid #143C96;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #143C96;
	line-height: 1.6;
	text-align: center;
	background: url(../img/arw.svg) no-repeat right 16px center;
	border-radius: 4px;
}

input.name {
	width: 50%;
}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

.errs {
	margin: 32px 0 0;
	padding: 23px 31px;
	border: 2px solid #8D1F3E;
	color: #8D1F3E;
	font-weight: bold;
	background: #fff;
}

.errs li::marker {
	color: #8D1F3E;
}

input.err,
textarea.err {
	border: 1px solid #8D1F3E;
	background: #ffe8e8;
}

form .back_btn {
	max-width: 200px;
	margin: 48px auto 0;
	cursor: pointer;
}

form .back_btn a {
	padding: 10px 36px;
}

/* お知らせ
======================================================= */

.article_list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #49524d;
	list-style: none;
}

.article_list li {
	padding: 28px 0 !important;
	border-bottom: 1px solid #49524d;
	overflow: hidden;
}

.article_list li .day {
	margin: 0 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #989e9b;
}

.article_list li .day .new {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	padding: 3px 5px 3px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	background: #143C96;
}

.article_list li .img {
	float: left;
	width: 128px;
	height: 80px;
	margin: 0 24px 0 0;
	position: relative;
	overflow: hidden;
}

.article_list li .img img {
	width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.article_list li .txt {
	float: right;
	width: calc(100% - 152px);
}

.info_list li:nth-child(-n + 10),
.article_list li:nth-child(-n + 10) {
	display: block !important;
	height: auto !important;
}

.info_list li:nth-child(n + 11),
.article_list li:nth-child(n + 11) {
	display: none;
}

.info_list + .common_btn,
.article_list + .common_btn {
	margin-top: 52px;
}

.info_btn,
.article_btn {
	display: table;
	width: 400px;
	height: 66px;
	margin: 104px auto 0;
}

.info_btn {
	margin-top: 42px;
}

.info_btn a,
.article_btn a {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 36px;
	border: 1px solid #143C96;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #143C96;
	text-decoration: none;
	text-align: center;
	background: url(../img/ico_open.svg) no-repeat right 16px center;
	background-size: 14px auto;
	border-radius: 4px;
	cursor: pointer;
}

.info_btn.active a,
.article_btn.active a {
	background: url(../img/ico_close.svg) no-repeat right 16px center;
	background-size: 14px auto;
}

/* お知らせ詳細
======================================================= */

.article {
	width: 760px;
	margin: 0 auto;
}

.article .day {
	margin: 0 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #989e9b;
}

.article .day .new {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 8px;
	padding: 3px 5px 3px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	line-height: 1;
	background: #143C96;
}

.article h1 {
	padding: 0 0 32px;
	margin: 0 0 60px;
	border-bottom: 1px solid #49524d;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
}

.article .img {
	margin: 0 0 32px;
	text-align: center;
}

.article .img img {
	max-width: 100%;
	height: auto;
}

.back_btn {
	max-width: 400px;
	margin: 80px auto 0;
}

.back_btn a {
	display: block;
	padding: 18px 36px;
	border: 1px solid #aeaeae;
	font-size: 16px;
	font-size: 1.6rem;
	color: #aeaeae;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}

/* よくあるご質問
======================================================= */

.faq_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq_list li {
	margin: 0 0 30px;
	border-top: 1px solid #D2D4DB;
}

.faq_list li .trigger {
	padding: 22px 75px 22px 63px;
	font-size: 18px;
	font-size: 1.8rem;
	background: #F3F4F8 url(../img/ico_faq_open.svg) no-repeat right 25px top 27px;
	position: relative;
}

.faq_list li .trigger.active {
	background-image: url(../img/ico_faq_close.svg);
}

.faq_list li .trigger:before {
	content: 'Q';
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color: #143C96;
}

.faq_list li .accordion {
	margin: 20px 30px;
	padding: 0 0 0 35px;
	position: relative;
}

.faq_list li .accordion:before {
	content: 'A';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color: #8D1F3E;
}


/* サイトマップ
======================================================= */

.sm_list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D2D4DB;
	list-style: none;
}

.sm_list > li {
	padding: 28px 0;
	border-bottom: 1px solid #D2D4DB;
}

.sm_list > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sm_list > li > a ~ ul {
	margin-left: 32px;
}

.sm_list > li > ul > li {
	float: left;
	margin: 0 32px 0 0;
	min-width: 65px;
}

.sm_list > li > a ~ ul > li {
	margin-top: 20px;
}

.sm_list > li dl {
	display: table;
	width: calc(100% - 32px);
	margin: 20px 0 0 32px;
}

.sm_list > li dl dt {
	display: table-cell;
	vertical-align: top;
	width: 240px;
}

.sm_list > li dl dt >span {
	display: inline-block;
	width: 220px;
}

.sm_list > li dl dd {
	display: table-cell;
	vertical-align: top;
}

.sm_list > li dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sm_list > li dl dd ul li {
	float: left;
	margin: 0 0 0 32px;
}

/* table
======================================================= */

.tbr_type01 tr th {
	width: 20%;
	text-align: left;
}

.tbr_type01 tr td {
	text-align: left;
}

.tbr_type02 tr th {
	width: 25%;
	text-align: left;
}

.tbr_type02 tr td {
	text-align: left;
}

.tbr_type03 tr th {
	width: 40%;
	text-align: left;
}

.tbr_type03 tr td {
	text-align: left;
}

.tbr_cap {
	margin: 12px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #989e9b;
	text-align: right;
}

/* リスト
======================================================= */

.list_type01 > li {
	margin: 24px 0;
}

.list_type02 {
	padding: 0;
	margin-left: 2.5em;
	list-style: none;
}

.list_type02 > li {
	margin: 0;
	counter-increment: cnt;
}

.list_type02 > li:before{
	display:inline-block;
	content: "(" counter(cnt) ") ";
	margin-left:-2em;
	width: 2em;
}

.list_type03 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: item;
}

.list_type03 li {
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	position: relative;
}

.list_type03 li:last-child {
	margin: 0;
}

.list_type03 li:before {
	counter-increment: item;
	content: counter(item)'.';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	color: #143C96;
}

.list_type04 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: item;
}

.list_type04 li {
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	position: relative;
}

.list_type04 li:last-child {
	margin: 0;
}

.list_type04 li:before {
	counter-increment: item;
	content: counter(item,upper-roman);
	position: absolute;
	top: 0;
	left: 0;
	min-width: 25px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #143C96;
}

.list_type05 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: item;
}

.list_type05 li {
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	position: relative;
}

.list_type05 li:last-child {
	margin: 0;
}

.list_type05 li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #143C96;
}

.list_type05 li:nth-child(1):before {
	content: "①";
}

.list_type05 li:nth-child(2):before {
	content: "②";
}

.list_type05 li:nth-child(3):before {
	content: "③";
}

.list_type05 li:nth-child(4):before {
	content: "④";
}

.list_type05 li:nth-child(5):before {
	content: "⑤";
}

.list_type06 li {
	margin-bottom: 5px;
}

.list_type06.col2,
.list_type06.col4 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px 0 0;
	padding: 0;
}

.list_type06 li {
	margin: 0 40px 5px 20px;
	box-sizing: border-box;
}

.list_type06.col2 li {
	width: 475px;
}

.list_type06.col4 li {
	width: 220px;
}

/* 共通
======================================================= */

.s_txt {
	font-size: 12px;
	font-size: 1.2rem;
	/*color: #7e807f;*/
}

.pagenav {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}

.pagenav li {
	float: left;
	margin: 0 0 20px;
	display: table;
	height: 53px;
	box-sizing: border-box;
}

.pagenav.col2 li {
	width: 50%;
	border-right: 1px solid #D2D4DB;
}

.pagenav.col2 li:nth-child(2n + 1) {
	clear: both;
	border-left: 1px solid #D2D4DB;
}

.pagenav.col3 li {
	width: 33.33%;
	border-right: 1px solid #D2D4DB;
}

.pagenav.col3 li:nth-child(3n + 1) {
	clear: both;
	border-left: 1px solid #D2D4DB;
}

.pagenav.col4 li {
	width: 25%;
	border-right: 1px solid #D2D4DB;
}

.pagenav.col4 li:nth-child(4n + 1) {
	clear: both;
	border-left: 1px solid #D2D4DB;
}

.pagenav li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #143C96;
	text-decoration: none;
	border-radius: 4px;
	background: url(../img/arw_down.svg) no-repeat right 30px center;
}

/* common_block */

.common_block {
	margin: 0 0 80px;
}

.common_block img {
	max-width: 100%;
	height: auto;
}

/* common_img_top */

.common_img_top {
	margin: 0 0 80px;
}

.common_img_top .img {
	margin: 0 0 32px;
	text-align: center;
}

.common_img_top .img .cap,
.common_img_left .img .cap,
.common_img_right .img .cap,
.common_list .img .cap {
	margin: 12px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #7e807f;
	text-align: left;
}

.common_img_top .img .cap {
	text-align: center;
}

.common_block .common_btn,
.common_img_top .common_btn {
	margin-top: 40px;
}

.common_img_left .common_btn_s,
.common_img_right .common_btn_s {
	margin: 40px 0 0;
}

.common_list .common_btn_s {
	margin-top: 40px;
}

/* common_img_left */

.common_img_left {
	margin: 0 0 80px;
}

.common_img_left .img {
	float: left;
	width: 610px;
	text-align: center;
}

.common_img_left .txt {
	float: right;
	width: 410px;
}

/* common_img_right */

.common_img_right {
	margin: 0 0 80px;
}

.common_img_right .img {
	float: right;
	width: 610px;
	text-align: center;
}

.common_img_right .txt {
	float: left;
	width: 410px;
}

/* common_list */

.common_list {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.common_list > li {
	float: left;
	margin: 0 0 40px 40px;
}

.common_list.col3 > li {
	width: 333px;
	font-size: 14px;
	font-size: 1.4rem;
}

.common_list.col3 > li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}

.common_list.col3 > li h3 {
	margin: 0 0 16px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing:0;
}

.common_list.col3 > li .common_btn_s {
	display: table;
	width: 208px;
	height: 48px;
	margin: 24px auto 0;
}

.common_list.col2 > li {
	width: 520px;
}

.common_list.col2 > li:nth-child(2n + 1) {
	clear: both;
	margin-left: 0;
}

.common_list > li .img {
	margin: 0 0 16px;
	text-align: center;
}

.common_img_top .img img,
.common_img_left .img img,
.common_img_right .img img,
.common_list .img img {
	max-width: 100%;
	height: auto;
}

/* common_tit */

.common_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 60px;
	padding: 60px 50px 60px 0;
	position: relative;
	z-index: 0;
}

.common_tit:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 900px;
	height: 100%;
	background: #F3F4F8;
}

.common_tit .txt {
	order: 1;
	width: 300px;
}

.common_tit .txt .tit {
	margin: 0 0 40px;
	text-align: center;
}

.common_tit .txt h2 {
	margin: 0 0 40px;
	padding: 0;
	border: none;
}

.common_tit .txt h2:before {
	content: none;
}

.common_tit .img {
	order: 0;
	width: 670px;
}

/* common_slider */

.common_slider {
	margin: 0 0 80px;
	padding: 0 100px 40px;
	position: relative;
	z-index: 0;
}

.common_slider .slider {
	display: none;
	margin: 0 0 30px;
}

.common_slider .slider.slick-initialized {
	display: block;
}

.common_slider:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 140px);
	background: url(../img/bg_common01.jpg);
}

.common_slider .slick-prev {
	left: -70px;
}

.common_slider .slick-next {
	right: -70px;
}

.common_slider .thum {
	display: none;
}

.common_slider .thum.slick-initialized {
	display: block;
}

.common_slider .thum .slick-current img {
	opacity: 1;
}

.common_slider .thum img {
	display: block;
	width: 164px;
	opacity: 0.5;
	cursor: pointer;
	padding: 0 15px 0 0;
}

/* common_menu */

.common_menu {
	margin: 0 0 40px;
	padding: 40px 30px;
	background: #F8F7F3;
}

.common_menu .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.common_menu .tit .name {
	font-size: 14px;
	font-size: 1.4rem;
}

.common_menu .tit .name .large {
	margin: 0 1em 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.common_menu.price_l .tit .name .large {
	display: block;
	margin: 0;
}

.common_menu .tit .price {
	margin: 0 0 0 40px;
	padding: 0 0 0 40px;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	border-left: 1px solid #D2D4DB;
}

.common_menu .txt {
	margin: 35px 0 0;
	padding: 25px 40px;
	background: #fff;
}

.common_menu .txt + .txt {
	margin-top: 20px;
}

.common_menu .txt .intit {
	margin: 0 0 15px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #143C96;
	line-height: 1.5;
}

/* common_accordion */

.common_accordion {
	margin: 0 0 80px;
}

.common_accordion .trigger {
	margin: 0 0 30px;
	padding: 10px 75px 10px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background: #464954 url(../img/ico_ac_open.svg) no-repeat right 25px center;
}

.common_accordion .trigger.active {
	background-image: url(../img/ico_ac_close.svg);
}

/* common_rooms */

.common_rooms {
	margin: 0 0 80px;
}

.common_rooms .inner .img {
	float: right;
	width: 580px;
}

.common_rooms .inner .txt {
	float: left;
	width: 440px;
}

.common_rooms .common_btn {
	margin-top: 60px;
}

.common_rooms .common_btn a {
	border-color: #8D1F3E;
	background-color: #8D1F3E;
	color: #fff;
	background-image: url(../img/arw_w.svg);
}

.common_rooms .common_btn.blank a {
	border-color: #8D1F3E;
	background-color: #8D1F3E;
	color: #fff;
	background-image: url(../img/ico_blank_w.svg);
}

.common_rooms .common_btn.down a {
	border-color: #8D1F3E;
	background-color: #8D1F3E;
	color: #fff;
	background-image: url(../img/arw_down_w.svg);
}

/* common_cnt_slider */

.common_cnt_slider {
	width: 890px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 0;
}

.common_cnt_slider .slider {
	display: none;
}

.common_cnt_slider .slider.slick-initialized {
	display: block;
}

.common_cnt_slider .slider .slides {
	padding: 0 5px;
}

.common_cnt_slider .slider .slides .txt {
	margin: 70px 0 0;
}

.common_cnt_slider .slider .slick-prev {
	top: 0;
	left: -100px;
	width: 64px;
	height: 100%;
	margin: 0;
	background: #fff url(../img/slides_prev.svg) no-repeat center center;
}

.common_cnt_slider .slider .slick-prev::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: #2D2F36 url(../img/slides_prev.svg) no-repeat center center;
}

.common_cnt_slider .slider .slick-next {
	position: absolute;
	top: 0;
	right: -100px;
	width: 64px;
	height: 100%;
	margin: 0;
	background: #fff url(../img/slides_next.svg) no-repeat center center;
}

.common_cnt_slider .slider .slick-next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: #2D2F36 url(../img/slides_next.svg) no-repeat center center;
}