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

/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#pageTitleVox::after{
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 400px;
	z-index: 1;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
}
#pageTitleVox .inner{
	width: 90%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.room h2.room_ttl{
	text-align: center;
	font-size: 2.125em;
}
.room h3.room_subttl{
	line-height: 1.75;
	text-align: center;
}
.room h3.room_subttl .sm{
	font-size: 1.125em;
}
.room h3.room_subttl .bi{
	display: block;
	font-size: 2.375em;
}
.room h4.type_ttl{
	line-height: 1.65;
	padding: 0 20px;
	text-align: left;
}
.room h4.type_ttl .en{
	color: #808080;
	font-size: 2.875em;
}
.room h4.type_ttl .en_sm{
	color: #808080;
	font-size: 2em;
}
.room h4.type_ttl .en_s{
	color: #c69c6d;
	font-size: 2.875em;
}
.room h4.type_ttl .en_ssm{
	color: #c69c6d;
	font-size: 2em;
}
.room h4.type_ttl .ja{
	color: #000;
	display: block;
	font-size: 1.625em;
	letter-spacing: 0.5px;
}
.room h4.type_ttl .ja_s{
	color: #fff;
	display: block;
	font-size: 1.625em;
	letter-spacing: 0.5px;
}
.room h5{
	text-align: center;
	font-size: 1.625em;
}
.w970 {
	max-width: 970px;
	margin: 0 auto;
}

/* information */
.room .information{
	background: #fff url(../images/gray_bg.jpg) no-repeat top center;
	background-size: cover;
}
.room .information .inner{
	padding: 60px 0 70px;
}
.room .information .inner p{
	font-size: 1.375em;
	line-height: 1.5;
	text-align: center;
}
.room .information .inner p.att{
	font-size: 0.875em;
	text-align: left;
	padding: 0 15px;
}
.room .information ul{
	width: 100%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room .information ul li{
	width: 19%;
	color: #fff;
	line-height: 1.5;
	font-size: .9em;
	text-align: center;
	border-radius: 10px;
	padding: 14px 0 18px;
	background: linear-gradient(180deg, #3e91ae 0%, #3e91ae 50%, #e6e6e6 50%, #e6e6e6 100%);
}
.room .information ul li img{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

/* roomlist */
.room .roomlist{
	color: #fff;
	padding: 100px 20px 80px;
	background: #373738;
}
.room .roomlist dl dt{
	position: relative;
	text-align: center;
	font-size: 1.625em;
	letter-spacing: 0.5px;
}
.room .roomlist dl dt::before{
	content: "";
	top: 50%;
	left: 0;
	width: 348px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.room .roomlist dl dt::after{
	content: "";
	top: 50%;
	right: 0;
	width: 348px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.room .roomlist ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room .roomlist ul li{
	width: 32%;
	z-index: 0;
	background: #000;
	position: relative;
}
.room .roomlist ul li a{
	color: #fff;
}
.room .roomlist ul li a img{
	opacity: 0.6;
}
.room .roomlist ul li a img:hover,
.room .roomlist ul li a:hover{
	opacity: 1 !important;
}
.room .roomlist ul li p{
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 1;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.room .roomlist ul li.half{ width: 49%;}
.room .roomlist ul li::after{
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	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(135deg);
}

/* roomtype */
.room .roomtype{
	padding: 80px 0px 110px;
}
.slider_room{ position: relative;}
.room .dots-wrap {
	bottom: 20px;
	left: 50%;
	position: absolute;
    display: flex;
    justify-content: center;
}
.room .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #b3b3b3;
    cursor: pointer;
}
.room .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.room .dots-wrap li:hover,
.room .dots-wrap li.slick-active {
    background: #4d4d4d;
}
.room .roomtype p{
	line-height: 1.75;
	text-align: center;
	font-size: 1.375em;
}
.room .roomtype p.t_f{
	color: #fff;
}
.room .roomtype .roomtypeVox{
	padding: 40px 30px 40px;
	background: #e6e6e6;
	width: 890px;
    margin: 0 auto;
}
.room .roomtype .roomtypeVox ul,
.room .roomtype .roomtypeVox .roomtypeBtn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room .roomtype .roomtypeVox ul.btnOne,
.room .roomtype .roomtypeVox .roomtypeBtn.btnOne{
	justify-content: center;
}
.room .roomtype .roomtypeVox ul li{
	width: 50%;
}
.room .roomtype .roomtypeVox ul li table {
	line-height: unset;
}
.room .roomtype .roomtypeVox ul li table th{
	font-weight: normal;
	text-align: left;
}
.room .roomtype .roomtypeVox .roomtypeBtn div{
	width: 50%;
}
.room .roomtype .roomtypeVox .roomtypeBtn div.one{
	width: 100%;
}
.room .roomtype .roomtypeVox .no-smoking a,
.room .roomtype .roomtypeVox .smoking a,
.room .roomtype .roomtypeVox .smoking_a a,
.room .roomtype .roomtypeVox .smoking_b a,
.room .roomtype .roomtypeVox .view a{
	width: 90%;
	color: #fff;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	position: relative;
	padding: 24px 0;
}
.room .roomtype .roomtypeVox .no-smoking a,
.room .roomtype .roomtypeVox .smoking_a a{
	background: #648ea1;
}
.room .roomtype .roomtypeVox .smoking a,
.room .roomtype .roomtypeVox .smoking_b a{ 
	background: #424242;
}
.room .roomtype .roomtypeVox .view a{
	position: relative;
	background: url(../images/view_bg.jpg) no-repeat top center;
	background-size: cover;
}
.room .roomtype .roomtypeVox .no-smoking a::after,
.room .roomtype .roomtypeVox .smoking a::after,
.room .roomtype .roomtypeVox .smoking_a a::after,
.room .roomtype .roomtypeVox .smoking_b a::after{
	top: 45%;
	right: 20px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	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);
}
.room .roomtype .roomtypeVox .view a::after{
	top: 40%;
	right: 20px;
	content: "";
	width: 60px;
	height: 19px;
	position: absolute;
	background: url(../images/view.svg) no-repeat top center;
}
.room .gray_bg{	
	background: #fff url(../images/gray_bg.jpg) no-repeat top center;
    background-size: 100% 79%;
}
.room .beige_bg{	
	background: #e1dccf url(../images/beige_bg.jpg) no-repeat top center;
    background-size: 100% 79%;
}
.room .black_bg{	
	background: #333 url(../images/black_bg.jpg) no-repeat top center;
    background-size: 100% 79%;
}

/* other */
.room .other{
	padding: 140px 20px;
}
.room .other .inner{
	text-align: center;
	padding: 70px 0 80px;
	background: rgba(255,255,255,0.9);
}
.room .other .inner p{
	text-align: center;
}
.room .other .inner img{
	width: 570px;
	margin: 0 auto;
}
.room .other .inner table{
	width: 792px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.25em;
}
.room .other .inner table th{
	padding: 10px 0;
	font-weight: normal;
}
.room .other .inner table td{
	padding: 10px 30px; 
}
.room .other .inner table .br{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.room .other .inner table .r{
	border-right: 1px solid #333;
}
.room .other .inner table .bb{
	border-bottom: 1px solid #333;
}
.room .other .inner table td a{
	text-decoration: underline;
}
.room .other .inner table td a:hover{
	text-decoration: none;
}
.room .other .inner dl{
	width: 663px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 80px 0;
	border-bottom: 1px solid #999;
}
.room .other .inner dl dt{
	font-size: 1.25em;
}
.room .other .inner dl dd{
	font-size: 0.875em;
}
.room .other .inner dl:last-child{
	border-bottom: none;
}
.room .other .planVox{
	width: 410px;
	z-index: 0;
	margin: 0 auto;
	position: relative;
}
.room .other .planVox::before{
	top: 0;
	left: 0;
	content: "";
	width: 410px;
	height: 100%;
	z-index: 1;
	background: rgba(100,142,161,1);
	position: absolute;
	mix-blend-mode: multiply;
}
.room .other .planVox a{
	display: block;
	color: #fff;
}
.room .other .planVox a:hover{
	opacity: 1 !important;
}
.room .other .planVox a p{
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 2;
	font-size: 1.875em;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.room .other .planVox::after{
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 8px;
	height: 8px;
	z-index: 2;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.room .other .planVox:hover::before{
	top: 0;
	left: 0;
	content: "";
	width: 410px;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	position: absolute;
}
.room .basic{
	background: url(../images/basic_bg.jpg) no-repeat top center;
	background-size: cover;
}
.room .facility{
	background: url(../images/facility_bg.jpg) no-repeat top center;
	background-size: cover;
}
.room .front{
	background: url(../images/front_bg.jpg) no-repeat top center;
	background-size: cover;
}
.room .plan{
	background: url(../images/plan_bg.jpg) no-repeat top center;
	background-size: cover;
}

.roomtype .slideDotAnime  {
    margin: -40px auto 30px;
    text-align: center;
    position: relative;
}