@charset "utf-8";

.main_content {
	width: 100%;
}

h2.page_title2 {
	width: 1100px;
	margin: 0 auto;
}

.room_content_01 {
	width: 1000px;
	padding: 25px 0 35px;
	background: url(../image/content_bg.jpg) repeat;
	margin: 0 auto;
}

.room_content_01 .content_01_left{
	float: left;
	display: inline;
	width: 500px;
	text-align: center;
}

.room_content_01 .content_01_left p a {
	background: #2D343E;
	padding: 1% 2%;
	color: #fff;
}

.room_content_01 .content_01_right {
	float: left;
	display: inline;
	width: 480px;
	margin-left: 20px;
}

.room_content_01 .content_01_right p {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
}

.room_content_01 .content_01_right p.room_title {
	font-size: 22px;
	color: #303740;
	margin-bottom: 10px;
	line-height: 40px;
	font-family: serif;
}

.room_content_01 .content_01_right p span {
	line-height: 22px;
	color: #303740;
	font-size: 14px;
}

.room_content_01 .content_01_right p span.room_color01 {
	color: #b62f3b;
	font-weight: bold;
}

.room_content_01 .content_01_right p span.room_color02 {
	color: #16466a;
	font-weight: bold;
}

.room_content_01 .content_01_right p.room_caution {
	padding: 5px;
	background: #D4D5DF;
	line-height: 22px;
	margin-top: 20px;
}

.room_content_02 {
	width: 100%;
	background-image: url(../image/room_new/room_spa_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	margin: 0 auto;
}

.room_content_02_inner,
.room_content_06_inner,
.room_content_07_inner {
	max-width: 2400px;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 6% 0 3%;
}

.room_box {
	background: url(../image/room_new/room_bg.png) repeat;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.room_box ul {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.room_box h3 {
	padding: 5% 0;
}

.room_box ul li {
	float: left;
	display: inline;
	width: 32.6%;
	text-align: center;
}

.room_box ul li.room_img_center {
	padding: 0 1%;
}

.room_box ul li img {
	width: 100%;
}

.room_content_03 {
	width: 100%;
	background-image: url(../image/room_new/room_resort_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	margin: 0 auto;
}

.room_content_06 {
	width: 100%;
	background-image: url(../image/room_new/room_club1_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	margin: 0 auto;
}

.room_content_07 {
	width: 100%;
	background-image: url(../image/room_new/room_club2_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	margin: 0 auto;
}

.room_content_03_inner {
	max-width: 2400px;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 6% 0 3%;
}

.room_content_04 {
	width: 100%;
	background-image: url(../image/room_new/room_dog_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	margin: 0 auto;
}

.room_content_04_inner {
	max-width: 2400px;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 6% 0 3%;
}

.room_box_02 {
	background: url(../image/room_new/room_bg.png) repeat;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.room_box_02 h3 {
	padding: 6% 0;
}

.room_box_02 ul {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.room_box_02 ul li {
	float: left;
	display: inline;
	width: 49.4%;
	text-align: center;
}

.room_box_02 ul li.room_img_left {
	padding-right: 1%;
}

.room_box_02 ul li img {
	width: 100%;
}

.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip {
  font-family: YuMincho,'Yu Mincho',serif;
  position: relative;
  overflow: hidden;
  color: #000000;
  text-align: center;
  width: 100%;
  margin: 0;
}

figure.snip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip:after {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.20;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


figure.snip figcaption {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
  z-index: 1;
}

figure.snip_02 figcaption {
  top: 83%;
}

figure.snip p {
  margin: 0;
  width: 100%;
  opacity: 0;
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
}

figure.snip span.room_detail {
	background: #237A71;
	padding: 2% 3%;
	color: #fff;
}

figure.snip span.btn {
	border: 1px solid #fff;
	padding: 2% 10%;
}

figure.snip p {
  padding: 0 0 9%;
  line-height: 22px;
  font-size: 1.7em;
  font-weight: 500;
  color: #fff;
}

figure.snip a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.room_box h4,
.room_box_02 h4 {
	font-weight: bold;
	font-size: 1.7em;
	padding-top: 3%;
	line-height: 1.2;
}

.room_box h4 a,
.room_box_02 h4 a {
	color: #495468;
	font-family: serif;
}

figure.snip:hover:after,
figure.snip.hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

figure.snip:hover figcaption p,
figure.snip.hover figcaption p {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure.snip:hover figcaption p,
figure.snip.hover figcaption p {
	opacity: 1;
}

.room_content_05 {
	width: 100%;
	margin: 0 auto;
	max-width: 2400px;
	min-width: 800px;
}

.room_content_05 .amenity{
	width: 50%;
	float: left;
	display: inline;
}

.room_content_05 .amenity img,
.room_content_05 .barrier_free img {
	width: 100%;
}

.room_content_05 .barrier_free{
	width: 50%;
	float: left;
	display: inline;
}

figure.slide {
	font-family: YuMincho,'Yu Mincho',serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	color: #000000;
}

figure.slide * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

figure.slide img {
	max-width: 100%;
}

figure.slide figcaption {
position: absolute;
	bottom: -1%;
	left: 0%;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

figure.slide h2,
figure.slide p {
	margin: 0;
	width: 100%;
}

figure.slide h2 {
	color: #fff;
	position: absolute;
	bottom: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 2.3em;
	font-family: YuMincho,'Yu Mincho',serif;
	padding: 3%;
	background: #2D343E;
}

figure.slide_02 h2 {
	color: #fff;
	background: #237A72;
}

figure.slide p {
	text-align: left;
	bottom: 0;
	font-size: 1.5em;
	font-weight: 500;
	padding: 2% 3% 4%;
	background: #2D343E;
	color: #fff;
	font-family: YuMincho,'Yu Mincho',serif;
}

figure.slide_02 p {
	color: #fff;
	background: #237A72;
}

figure.slide p span {
	padding: 1% 5%;
	border: 1px solid #fff;
}

figure.slide a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

figure.slide:hover img,
figure.slide.hover img {
	opacity: 0.4;
}

figure.slide:hover figcaption,
figure.slide.hover figcaption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.room_detail {
	width: 1000px;
	padding: 20px 0 30px;
	background: url(../image/content_bg.jpg) repeat;
	margin: 0 auto;
}

#room_box .page_title2 .check_in_text {
	position: absolute;
	right: 570px;
	top: 0;
	width: 300px;
	color: #333;
	font-size: 14px;
}

.detail_content {
	width: 1000px;
	background: #fff;
	margin: 25px auto 0;
	padding-bottom: 50px;
}

.detail_content h3 {
	background: #343D4A;
	color: #fff;
	font-size: 2em;
	padding: 25px 0;
	text-align: center;
	font-family: serif;
}

.room_img_box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.min_test {
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 580px;
}

.room_main_min {
	width: 415px;
	margin: 0 auto;
	background: #E0DFE5;
	padding: 5px;
}

.room_main_min a {
	float: left;
	display: inline;
	margin-left: 5px;
}

.room_main_min a.room_main_first {
	margin-left: 0;
}

.room_big_box p {
	margin: 10px 0 0 15px;
	font-size: 13px;
	font-family: sans-serif;
}

.room_inner {
	text-align: center;
	width: 870px;
	padding: 0 20px;
	margin: 20px auto 0;
	font-family: sans-serif;
}

.room_inner_left {
	float: left;
	display: inline;
	width: 480px;
	margin-right: 40px;
}

.room_inner_left p {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	color: #495468;
}

.room_inner_left table {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #ccc;
}

.room_inner_left table th {
	width: 30%;
	padding: 3%;
	background: #C6CAD1;
	border-top: 1px solid #fff;
	vertical-align: middle;
	color: #495468;
	font-weight: bold;
}

.room_inner_left table td {
	width: 70%;
	padding: 3%;
	border-top: 1px solid #ccc;
	line-height: 21px;
	vertical-align: middle;
}

.room_inner_left table th.room_type,
.room_inner_left table td.room_type {
	border-top: none;
}

.room_inner_btn {
	width: 450px;
	margin: 35px auto 0;
}

.room_inner_right {
	width: 350px;
	float: left;
	display: inline;
}

.room_inner_right p {
	margin: 25px 0 20px;
}

.room_inner_right p a {
	color: #fff;
}

.room_inner_right p a span {
	background: #2D343E;
	padding: 2% 3%;
}

.barrierfree_01 {
	width: 1000px;
	margin: 0px auto;
}

.barrierfree_01 p {
	font-size: 14px;
	line-height: 22px;
}

.barrierfree_02 {
	width: 880px;
	border-top: 1px solid #ccc;
	margin: 50px auto 0;
	padding-top: 25px;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 22px;
}

p.barrierfree_title {
	font-size: 22px;
	color: #303740;
	font-family: serif;
	margin-bottom: 10px;
}

.barrierfree_text {
	width: 880px;
	margin: 0 auto;
}

.barrierfree_text p {
	margin-bottom: 10px;
}

.barrierfree_img_box {
	width: 880px;
	margin: 0 auto;
}

.barrierfree_img_box img {
	float: left;
	display: inline;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #ccc;
}

.barrierfree_img_box img.barrierfree_first {
	margin-left: 0;
}

#wh_bg_top {
	padding-top: 20px;
}

#wh_bg_in {
	padding: 15px 20px;
}

.smoking_area {
	width: 960px;
	margin: 40px auto;
}

.sa_left {
	float: left;
	display: inline;
	width: 222px;
}

.sa_right {
	float: left;
	display: inline;
	width: 718px;
	margin-left: 20px;
}

.sa_right h5 {
	overflow: hidden;
	font-size: 22px;
	color: #303740;
	font-family: serif;
	margin-bottom: 10px;
}

.sa_right h5 span {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	padding-right: 20px;
	text-align: left;
	padding-top: 3px;
}

.sa_right h5 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #c9c9c9;
}

.sa_right h5 span::after {
	left: 100%;
}

.sa_right p {
	font-size: 14px;
	line-height: 22px;
	color: #303740;
	font-family: serif;
}

.room_message_box {
	color: #fff;
	width: 90%;
	margin: 20px auto 0;
	font-size: 13px;
}

.room_inner_left_txt {
	line-height: 1.7;
}

.room_inner_left_txt span {
	font-size: 19px;
	display:block;
	margin-bottom: 7px;
	line-height: 1.3;
}