@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   sp.css
 *
 ********************************************************************** */

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

.top_main {
	height: 510px;
	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: 80px;
	background: linear-gradient(rgba(45, 47, 54, .4), transparent);
}

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

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

/* top_cnt01 */

.top_cnt01 {
	padding: 52px 0 60px;
	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: 235px;
	height: 100%;
	margin-left: -117.5px;
	background: #fff;
	z-index: -1;
}


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

.top_cnt01 .pickup h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.top_cnt01 .pickup .slider {
	display: none;
}

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

.top_cnt01 .pickup .slider .slides a {
	display: block;
	width: 275px;
	margin: 0 15px;
	color: #2D2F36;
	text-decoration: none;
	position: relative;
}

.top_cnt01 .pickup .slider .slides a .img {
	margin: 0 0 20px;
	overflow: hidden;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.3);
}

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

.top_cnt01 .pickup .slider .slides a .txt .detail {
	margin: 0 0 10px;
}

.top_cnt01 .pickup .slider .slides a .txt .detail .cate {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 9px;
	border: 1px solid #6A6D78;
	font-size: 1.2rem;
	font-weight: 500;
	color: #6A6D78;
}

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

.top_cnt01 .special {
	width: 90%;
	margin: 0 auto 80px;
}

.top_cnt01 .special .bnr {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_cnt01 .special .bnr li {
	margin: 0 0 20px;
	text-align: center;
}

.top_cnt01 .special .bnr li:last-child {
	margin: 0;
}

.top_cnt01 .special .movie {
	margin: 80px 0 0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.top_cnt01 .special .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.top_cnt01 .concept .inner .txt {
	margin: 0 0 40px;
}

.top_cnt01 .concept .inner .txt h2 {
	color: #fff;
}

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

.top_cnt01 .concept .inner .txt .intxt {
	margin: 0 0 30px;
	font-size: 1.4rem;
	line-height: 2.2;
}

.top_cnt01 .concept .inner .txt .intxt br {
	display: none;
}

.top_cnt01 .concept .inner .txt .common_btn_s {
	max-width: 240px;
}

.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 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

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

.top_cnt01 .live .inner {
	padding: 0 5%;
	position: relative;
	z-index: 0;
}

.top_cnt01 .live .inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(5% + 7px);
	z-index: -1;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	animation: pulseMotion2 1.4s linear infinite;
}


.top_cnt01 .live .inner .txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.top_cnt01 .live .inner .txt h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	margin: 0 0 0 7px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.5;
	background: #0F3079;
	position: relative;
}

.top_cnt01 .live .inner .txt h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,.3);
}

.top_cnt01 .live .inner .txt h3 .ico {
	display: inline-block;
	padding: 0 20px 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;
}

@keyframes pulseMotion {
	0% {
		transform: scale(1);
		background: #fff;
		opacity: .4;
	}
	100% {
		transform: scale(3);
		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 .txt p {
	width: calc(100% - 155px);
	font-size: 1.3rem;
}

.top_cnt01 .live .inner .txt p br {
	display: none;
}


.top_cnt01 .live .inner .iframe {
	margin: -30px 0 0;
	position: relative;
	z-index: 0;
	overflow: visible;
}

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

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

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

.top_cnt01 .spa .inner .col_wrap .col .img img {
	max-width: none;
	width: 95%;
	height: 355px;
	object-fit: cover;
	object-position: 70% 50%;
	margin: 0 0 0 5%;
}

.top_cnt01 .spa .inner .col_wrap .col:nth-child(even) .img img {
	margin: 0 5% 0 0;
}

.top_cnt01 .spa .inner .col_wrap .col:nth-child(3) .img img {
	object-position: 15% 50%;
}

.top_cnt01 .spa .inner .col_wrap .col .txt {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 85%;
	padding: 16px 60px 16px 30px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.5;
	background: #2D2F36 url(../img/arw_w_l.svg) no-repeat right 30px center;
	box-shadow: 0px 5px 20px 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: 2.2rem;
}

.top_cnt01 .restaurant {
	margin: 0 0 60px;
	padding: 0 5%;
	position: relative;
	z-index: 0;
}

.top_cnt01 .restaurant .inner .col_wrap .col {
	max-width: 580px;
	margin: 0 auto 40px;
	position: relative;
}

.top_cnt01 .restaurant .inner .col_wrap .col:last-child {
	margin: 0 auto;
}
.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 5px 20px 0px rgba(45,47,54,0.3);
}

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

.top_cnt01 .restaurant .inner .col_wrap .col .txt .type {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	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;
	font-size: 1.4rem;
	background: url(../img/arw_b_l.svg) no-repeat right center;
}

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

.restaurant_btn,
.top_cnt01 .restaurant .inner .btn {
	margin: 35px auto 0;
	padding: 0;
	list-style: none;
}

.restaurant_btn li,
.top_cnt01 .restaurant .inner .btn li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;

}

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

.restaurant_btn li a:before,
.top_cnt01 .restaurant .inner .btn li a:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 11px;
	left: 16px;
}

.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;
	background-size: 40px auto;
}

.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;
	background-size: 40px auto;
}

/* top_fixed */

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

.top_fixed img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

/* top_cnt02 */

.top_cnt02 .rooms {
	padding: 60px 0 30px;
	margin: 0 0 60px;
	position: relative;
	z-index: 0;
}

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

.top_cnt02 .rooms .inner {
	padding: 0 5%;
}

.top_cnt02 .rooms .inner .txt {
	margin: 0 0 30px;
}

.top_cnt02 .rooms .inner .txt h2 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: left;
}

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

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

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

.top_cnt02 .rooms .slider_wrap {
	padding: 0 0 30px;
	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: 10px;
}

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

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

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

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

.top_cnt02 .col:before{
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	width: 68%;
	height: calc(100% - 60px);
	background: #F3F4F8;
}

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

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

.top_cnt02 .col .inner {
	padding: 0 5%;
}

.top_cnt02 .col .inner .txt {
	margin: 0 0 30px;
}

.top_cnt02 .col .inner .txt h2 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: left;
}

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

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

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

.top_cnt02 .col .inner .img {
	text-align: center;
}

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

.top_cnt02 .scene .inner h2 {
	margin: 0 5% 25px;
	font-size: 1.4rem;
}

.top_cnt02 .scene .inner h2 .en {
	font-size: 3.6rem;
}

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

.top_cnt02 .scene .inner .list > li {
	width: calc(50% - 1.5px);
	margin: 0 0 3px;
	font-size: 1.4rem;
	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: 40px;
	padding: 9px 5px;
	box-sizing: border-box;
	translate: -50% 0;
	font-size: 1.0rem;
	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: 2.0rem;
	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: 60px;
	background: linear-gradient(0deg,rgba(45, 47, 54, .8), transparent);
}

.top_cnt02 .scene .inner .list > li a .img img {
	width: 100%;
}

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

/* top_cnt03 */

.top_cnt03 {
	margin: 60px 0;
}

.top_cnt03 .recommend {
	margin: 0 0 60px;
}

.top_cnt03 h2 {
	margin: 0 5% 25px;
	font-size: 1.4rem;
}

.top_cnt03 h2 .en {
	font-size: 3.6rem;
}

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

.tab li {
	width: 25%;
	padding: 0 3px 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 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.panel .list > li {
	width: 90%;
	margin: 0 0 10px 10%;
	background: #F3F4F8;
	position: relative;
	z-index: 0;
}

.panel .list > li:before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: -1;
	width: 80px;
	height: 28px;
	background: url(../img/logo_gray.svg) no-repeat 0 0;
	background-size: 100% auto;
	opacity: .3;
}

.panel .list > li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 6% 20px 0;
	color: #2D2F36;
	text-decoration: none;
}

.panel .list > li a .img {
	width: 150px;
	margin-left: -6%;
}

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

.panel .list > li a .txt {
	width: calc(100% - 150px);
	font-size: 1.4rem;
}

.panel .list > li a .txt .detail {
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #D2D4DB;
	font-size: 1.2rem;
	color: #6A6D78;
}

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

.top_cnt03 .info {
	margin: 0 auto 60px;
}

.panel .info_list {
	margin: 0 5%;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
}

.panel .info_list > li {
	margin: 0 0 30px;
}

.panel .info_list > li a {
	display: flex;
	justify-content: space-between;
	color: #2D2F36;
	text-decoration: none;
}

.panel .info_list > li a .img {
	width: 100px;
}

.panel .info_list > li a .img img {
	width: 100px;
	height: 75px;
	object-fit: cover;
	box-shadow: 0px 2px 10px 0px rgba(45,47,54,0.3);
}

.panel .info_list > li a .txt {
	width: calc(100% - 120px);
}

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

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

.panel .info_list > li a .txt .date .new {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 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
======================================================= */

.cate_list .col {
	max-width: 520px;
	margin: 0 auto 40px;
	position: relative;
}

.cate_list .col:last-child {
	margin-bottom: 0;
}

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

.cate_list .col .img {
	margin: 0 0 25px;
}

.cate_list .col .img img {
	box-shadow: 0px 5px 20px 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: 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;
	font-size: 1.4rem;
	background: url(../img/arw_b_l.svg) no-repeat right center;
}

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


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

.activity_list .col {
	margin: 0 0 50px;
}

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

.activity_list .col .img {
	max-width: 340px;
	margin: 0 auto 20px;
}

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

.activity_list .col .txt .tit {
	margin: 0 0 20px;
	font-size: 2.0rem;
	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 2px 10px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #fff;
	background: #143C96;
}

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

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

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

.activity_list .col .txt .date dd {
	width: calc(100% - 85px);
	font-size: 1.4rem;
	line-height: 1.8;
}

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

.activity_main {
	padding: 0 5% 30px;
	position: relative;
	z-index: 0;
}

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

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

.activity_main .img img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

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

.activity_main .tit .new {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding: 2px 7px 2px 10px;
	font-size: 1.0rem;
	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: 70px;
}

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

.activity_main .date dd {
	width: calc(100% - 85px);
	font-size: 1.4rem;
	line-height: 1.8;
}

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

.scene_list > li {
	width: calc(50% - 1.5px);
	margin: 0 0 3px;
	font-size: 1.4rem;
	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: 60px;
	background: linear-gradient(0deg,rgba(45, 47, 54, .8), transparent);
}

.scene_list > li a .img img {
	width: 100%;
}

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

.activity_guide {
	padding: 0 5% 30px;
	position: relative;
	z-index: 0;
}

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

.activity_guide .img {
	max-width: 320px;
	margin: 0 auto 20px;
}

.activity_guide .txt {
	font-size: 1.6rem;
}

.activity_guide .txt .tit {
	margin: 0 0 20px;
	font-size: 1.2rem;
	line-height: 1.6;
}

.activity_guide .txt .tit .name {
	display: block;
	font-size: 2.0rem;
}

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

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

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

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

.banquete_detail .txt {
	margin: 0 0 30px;
}

.banquete_detail .img {
	text-align: center;
}

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

.access_ac .trigger {
	padding: 12px 35px 15px 50px;
	border-top: 1px solid #D2D4DB;
	font-size: 1.6rem;
	background: #F3F4F8 url(../img/ico_ac_open_b.svg) no-repeat right 13px center;
	background-size: 15px auto;
	position: relative;
	cursor: pointer;
}

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

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

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

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

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

.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: 37%;
	height: 36px;
	font-size: 4vw;
}

.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: 36%;
	left: 8%;
}

.access_ac .accordion .img02 .common_btn_s {
	position: absolute;
	top: 17.5%;
	left: 9%;
}

.access_ac .accordion .img03 .common_btn_s {
	position: absolute;
	top: 18.5%;
	left: 9%;
}

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

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

.access_bus .time .txt {
	width: calc(100% - 100px);
}

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

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

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

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

.form_tbl tr th {
	padding: 9px 42px 11px 16px;
	position: relative;
	text-align: left;
}

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

.form_tbl tr td {
	padding: 9px 16px 11px;
	text-align: left;
}

.form_tbl tr td .list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
}

.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 {
	font-size: 1.2rem;
}

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

.form_tbl td dl dt {
	margin: 0 0 8px;
	font-weight: bold;
}

.form_tbl td textarea {
    min-height: 150px;
}


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 {
	width: 100%;
	padding: 14px 40px 14px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	color: #2D2F36;
	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: 100%;
	height: 48px;
	margin: 0 auto;
	border: 1px solid #143C96;
	font-size: 1.4rem;
	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: 100%;
}

input::placeholder {
  color: #ccc;
}

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

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

.errs {
	margin: 32px 0 0;
	padding: 15px 15px;
	border: 2px solid #8D1F3E;
	font-size: 1.4rem;
	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: 40px auto 0;
	cursor: pointer;
}

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

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

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

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

.article_list li .day {
	font-size: 1.2rem;
	color: #989e9b;
}

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

.article_list li .img {
	float: left;
	width: 64px;
	height: 40px;
	margin: 0 16px 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% - 82px);
}

.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;
}

.article_list + .common_btn {
	margin-top: 24px;
}

.info_btn,
.article_btn {
	display: table;
	width: 100%;
	height: 48px;
	margin: 48px auto 0;
}

.info_btn a,
.article_btn a {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 36px;
	border: 1px solid #143C96;
	font-size: 1.4rem;
	font-weight: bold;
	color: #143C96;
	text-decoration: none;
	text-align: center;
	background: url(../img/ico_open.svg) no-repeat right 16px center;
	background-size: 9px 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: 9px auto;
}


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

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

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

.article h1 {
	padding: 0 0 16px;
	margin: 0 0 24px;
	border-bottom: 1px solid #49524d;
	font-size: 2.0rem;
	font-weight: normal;
}

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

.back_btn {
	margin: 32px auto 0;
}

.back_btn a {
	display: block;
	padding: 10px 36px;
	border: 1px solid #aeaeae;
	font-size: 1.4rem;
	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: 17px 55px 17px 53px;
	font-size: 1.6rem;
	background: #F3F4F8 url(../img/ico_faq_open.svg) no-repeat right 25px top 27px;
	background-size: 15px auto;
	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: 20px;
	left: 20px;
	font-size: 2.0rem;
	line-height: 1;
	color: #143C96;
}

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

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


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

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

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

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

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

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

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

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

.sm_list > li dl dt {
	width: 240px;
}

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

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

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

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

.tbr_type01 tr th {
	width: 20%;
}

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

.tbr_type02 {
	width: 100%;
}

.tbr_type02 tr th {
	width: 25%;
}

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

.tbr_type03 tr th {
	width: 40%;
}

.tbr_type03 tr th,
.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 30px;
	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: 1.8rem;
	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 30px;
	position: relative;
}

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

.list_type04 li:before {
	counter-increment: item;
	content: counter(item,upper-roman);
	position: absolute;
	top: 2px;
	left: 0;
	min-width: 20px;
	font-size: 1.8rem;
	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 30px;
	position: relative;
}

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

.list_type05 li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	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: 0 0 5px;
}

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

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

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

.pagenav li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #D2D4DB;
}

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

/* common_block */

.common_block {
	margin: 0 0 40px;
}

/* common_img_top */

.common_img_top {
	margin: 0 0 40px;
}


.common_img_top .img {
	margin: 0 0 24px;
}

.common_img_top .img .cap,
.common_img_left .img .cap,
.common_img_right .img .cap,
.common_list .img .cap {
	margin: 6px 0 0;
	font-size: 1.2rem;
	color: #7e807f;
}

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

.common_img_left .common_btn_s,
.common_img_right .common_btn_s,
.common_list .common_btn_s {
	margin-top: 24px;
}

/* common_img_left */

.common_img_left {
	margin: 0 0 40px;
}

.common_img_left .img {
	margin: 0 0 24px;
}

/* common_img_right */

.common_img_right {
	margin: 0 0 40px;
}

.common_img_right .img {
	margin: 0 0 24px;
}

/* common_list */

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

.common_list > li {
	margin: 0 0 48px;
}

.common_list > li:last-child {
	margin: 0;
}

.common_list.col3 > li {
	font-size: 1.4rem;
}

.common_list.col3 > li .img {
	max-width: 100%;
	margin: 0 auto 24px;
}

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

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

.common_list.col2 > li .img {
	max-width: 480px;
	margin: 0 auto 24px;
}

/* common_tit */

.common_tit {
	margin: 0 0 40px;
	padding: 30px 5% 0;
	position: relative;
	z-index: 0;
}

.common_tit:before {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 30px);
	background: #F3F4F8;
}

.common_tit .txt {
	margin: 0 0 20px;
}

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

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

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

.common_tit .img {
	text-align: center;
}

/* common_slider */

.common_slider {
	margin: 0 0 40px;
	padding: 0 5% 20px;
	position: relative;
	z-index: 0;
}

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

.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% - 70px);
	background: url(../img/bg_common01.jpg);
}

.common_slider .slick-prev {
	left: -5%;
}

.common_slider .slick-next {
	right: -5%;
}

.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: 90%;
	margin: 0 auto;
	opacity: 0.5;
	cursor: pointer;
}

/* common_menu */

.common_menu {
	margin: 0 0 40px;
	padding: 20px 5%;
	background: #F8F7F3;
}

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

.common_menu .tit .name .large {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5;
}

.common_menu .tit .price {
	font-size: 1.6rem;
}

.common_menu .txt {
	margin: 25px 0 0;
	padding: 15px 5%;
	font-size: 1.4rem;
	background: #fff;
}

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

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

/* common_accordion */

.common_accordion {
	margin: 0 0 30px;
}

.common_accordion .trigger {
	margin: 0 0 20px;
	padding: 5px 60px 5px 15px;
	font-size: 1.6rem;
	color: #fff;
	background: #464954 url(../img/ico_ac_open.svg) no-repeat right 10px center;
	background-size: 15px auto;
}

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

/* common_rooms */

.common_rooms {
	margin: 0 0 40px;
}

.common_rooms .inner .img {
	text-align: center;
	margin: 0 0 30px;
}

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

.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 {
	margin: 0 30px 40px;
	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;
	box-sizing: border-box;
}

.common_cnt_slider .slider .slides .txt {
	margin: 30px 0 0;
	font-size: 1.4rem;
}

.common_cnt_slider .slider .slick-prev {
	top: 0;
	left: calc( -4vw - 24px);
	width: 35px;
	height: 100%;
	margin: 0;
	background: #B8B8B8 url(../img/slides_prev.svg) no-repeat center center;
}

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

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

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