@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_ocean, .wifi, .con_rooms, .con_main_top, .con_amenity, .con_floor .con_f {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1259px) {
	.con_ocean, .wifi, .con_rooms, .con_main_top, .con_amenity, .con_floor .con_f {
		width: 95%;
	}
}

@media print {
	.con_ocean, .wifi, .con_rooms, .con_main_top, .con_amenity, .con_floor .con_f {
		width: 95%;
	}
}

.ie8 .con_ocean, .ie8 .wifi, .ie8 .con_rooms, .ie8 .con_main_top, .ie8 .con_amenity, .ie8 .con_floor .con_f, .con_floor .ie8 .con_f {
	width: 95%;
}

.con_main_top .box_detail:after {
	content: "";
	display: table;
	clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	gnav, hnav
----------------------------------------------------------- */
#header .box_header .box_nav ul li.gnav_xxx a,
#hnav .box_header .box_nav ul.nav li.gnav_xxx a {
	background: rgba(255, 255, 255, 0.2);
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
	background: transparent url(../rooms/images/img_main.jpg) no-repeat center center;
	background-size: cover;
}

/* -----------------------------------------------------------
	.con_ocean
----------------------------------------------------------- */
.con_ocean {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_ocean {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_ocean {
		margin-top: 11%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_ocean {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_ocean {
		margin-bottom: 11%;
	}
}

.con_ocean .intro_txt {
	text-align: center;
	margin: 5% 0;
	line-height: 2em;
}

@media only screen and (max-width: 767px) {
	.con_ocean .intro_txt {
		text-align: left;
		margin-bottom: 15%;
	}
}

.con_ocean .box_a {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	width: 49%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_ocean .box_a {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_ocean .box_a {
		margin-bottom: 11%;
	}
}

@media only screen and (max-width: 767px) {
	.con_ocean .box_a {
		width: 100%;
	}
}

.con_ocean .box_a h4 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-weight: bold;
	font-size: 154%;
	background: transparent url(../images/home/bg_line.jpg) repeat-x left bottom;
	width: 80%;
	margin: 15px auto;
	padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_ocean .box_a h4 {
		width: 90%;
	}
}

.con_ocean .box_a .box_txt {
	margin-bottom: 15px;
}

.con_ocean .box_a .btn_violet a {
	width: 50%;
}

/* -----------------------------------------------------------
	.wifi
----------------------------------------------------------- */
.wifi {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wifi {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.wifi {
		margin-bottom: 11%;
	}
}

/* -----------------------------------------------------------
	.sub_menu
----------------------------------------------------------- */
.sub_menu {
	margin: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sub_menu {
		margin: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.sub_menu {
		margin: 11% 0;
	}
}

.sub_menu ul {
	text-align: center;
}

.sub_menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2em;
	padding: 1em 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sub_menu ul li {
		margin: 0 0.2em;
	}
}

@media only screen and (max-width: 767px) {
	.sub_menu ul li {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.sub_menu ul li {
		display: block;
		background: url(../facilities/images/tab_brown.jpg) 0 0 no-repeat;
		margin-bottom: 15px;
		padding: 15px 0;
	}
	.sub_menu ul li:last-child {
		margin-bottom: 0;
	}
}

.sub_menu ul li a {
	text-decoration: none;
	width: 100%;
	background: url(../facilities/images/tab_brown.jpg) 0 0 no-repeat;
	padding: 1em 6em;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.sub_menu ul li a {
		background: none;
	}
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_rooms {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms {
		margin-top: 11%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_rooms {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_rooms {
		margin-bottom: 11%;
	}
}

.con_rooms .intro_txt {
	text-align: center;
	margin: 5% 0;
	line-height: 2em;
}

@media only screen and (max-width: 767px) {
	.con_rooms .intro_txt {
		text-align: left;
		margin-bottom: 15%;
	}
}

/* -----------------------------------------------------------
	.con_main_top
----------------------------------------------------------- */
.con_main_top {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top {
		margin-top: 11%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top {
		margin-bottom: 11%;
	}
}

.con_main_top .box_rooms {
	margin: 25px 0;
	margin-bottom: 7%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top .box_rooms {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_rooms {
		margin: 5% 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top .box_rooms {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_rooms {
		margin-bottom: 14%;
	}
}

.con_main_top .txt {
	padding: 5% 0;
	margin-bottom: 2%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_main_top .txt {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.con_main_top .box_tbl {
		width: 50%;
		display: inline-block;
	}
}

@media print {
	.con_main_top .box_tbl {
		width: 50%;
		display: inline-block;
	}
}

.ie8 .con_main_top .box_tbl {
	width: 50%;
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top .box_tbl {
		width: 50%;
		display: inline-block;
	}
}

.con_main_top .box_tbl .list .item {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top .box_tbl .list .item {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item {
		margin-bottom: 30px;
	}
}

.con_main_top .box_tbl .list .item .title {
	text-align: center;
}

.con_main_top .box_tbl .list .item .title span {
	display: inline-block;
	vertical-align: middle;
	min-width: 320px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 154%;
	color: #fff;
	background: #344566;
	padding: 1px 30px;
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .title span {
		width: 70%;
		min-width: 0;
		padding: 1px 20px;
	}
}

.con_main_top .box_tbl .list .item .tbl_wrp {
	border: 1px solid #00225b;
	padding: 5px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_top .box_tbl .list .item .tbl_wrp {
		padding: 5px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .tbl_wrp {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .tbl_wrp {
		border-top: 0;
	}
}

.con_main_top .box_tbl .list .item .tbl_wrp table {
	border: 0;
}

.con_main_top .box_tbl .list .item .tbl_wrp table tr {
	border-bottom: 1px solid #00225b;
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .tbl_wrp table tr {
		border-bottom: 0;
	}
}

.con_main_top .box_tbl .list .item .tbl_wrp table tr:last-child {
	border-bottom: 0;
}

.con_main_top .box_tbl .list .item .tbl_wrp table tr th,
.con_main_top .box_tbl .list .item .tbl_wrp table tr td {
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .tbl_wrp table tr th,
	.con_main_top .box_tbl .list .item .tbl_wrp table tr td {
		border-top: 1px solid #00225b;
		text-align: center;
	}
}

.con_main_top .box_tbl .list .item .tbl_wrp table tr th {
	width: 20%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_tbl .list .item .tbl_wrp table tr th {
		width: 100%;
	}
}

.con_main_top .box_detail {
	width: 100%;
	display: inline-block;
}

.con_main_top .box_detail .right_madori {
	float: right;
	width: 33.33333%;
}

.con_main_top .box_detail .right_madori img {
	width: 100%;
}

.con_main_top .box_detail .right_madori p {
	padding-top: 1%;
}

@media only screen and (max-width: 767px) {
	.con_main_top .box_detail .right_madori {
		width: 100%;
		float: none;
	}
}

.con_main_top .box_detail .right_madori .box_madori {
	border: 1px solid #00225b;
}

/* -----------------------------------------------------------
	.box_slide
----------------------------------------------------------- */
.slick-slider * {
	outline: none;
}

.slick-slider.full {
	height: 20% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.slick-slider.full {
		height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.slick-slider.full {
		height: 240px;
	}
}

.slick-slider.full .slick-list {
	height: 100%;
}

.slick-slider.full .slick-list .slick-track {
	height: 100%;
}

.slick-slider.full .slick-list .slick-track .slick-slide {
	height: 100%;
}

.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo {
	height: 100%;
	position: relative;
}

.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo img {
	display: none;
}

.slick-slider.smain .slick-dots {
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.slick-slider.smain .slick-dots {
		bottom: 10%;
	}
}

@media only screen and (max-width: 767px) {
	.slick-slider.smain .slick-dots {
		bottom: 7%;
	}
}

.slick-slider.smain .slick-dots li {
	display: inline-block;
	margin: 0 10px;
}

.slick-slider.smain .slick-dots li button {
	width: 45px;
	height: 5px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-slider.smain .slick-dots li.slick-active button {
	background: #fff;
}

/* -----------------------------------------------------------
	.con_amenity アメニティ
----------------------------------------------------------- */
.con_amenity {
	margin-top: 8%;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_amenity {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity {
		margin-top: 20%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_amenity {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity {
		margin-bottom: 11%;
	}
}

.con_amenity .box_tbl .list .item {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_amenity .box_tbl .list .item {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item {
		margin-bottom: 30px;
	}
}

.con_amenity .box_tbl .list .item .title {
	text-align: center;
}

.con_amenity .box_tbl .list .item .title span {
	display: inline-block;
	vertical-align: middle;
	min-width: 320px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 154%;
	color: #fff;
	background: #344566;
	padding: 1px 30px;
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .title span {
		width: 70%;
		min-width: 0;
		padding: 1px 20px;
	}
}

.con_amenity .box_tbl .list .item .tbl_wrp {
	border: 1px solid #00225b;
	padding: 5px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_amenity .box_tbl .list .item .tbl_wrp {
		padding: 5px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .tbl_wrp {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .tbl_wrp {
		border-top: 0;
	}
}

.con_amenity .box_tbl .list .item .tbl_wrp table {
	border: 0;
}

.con_amenity .box_tbl .list .item .tbl_wrp table tr {
	border-bottom: 1px solid #00225b;
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .tbl_wrp table tr {
		border-bottom: 0;
	}
}

.con_amenity .box_tbl .list .item .tbl_wrp table tr:last-child {
	border-bottom: 0;
}

.con_amenity .box_tbl .list .item .tbl_wrp table tr th,
.con_amenity .box_tbl .list .item .tbl_wrp table tr td {
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .tbl_wrp table tr th,
	.con_amenity .box_tbl .list .item .tbl_wrp table tr td {
		border-top: 1px solid #00225b;
		text-align: center;
	}
}

.con_amenity .box_tbl .list .item .tbl_wrp table tr th {
	width: 20%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_amenity .box_tbl .list .item .tbl_wrp table tr th {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	.con_floor フロア案内
----------------------------------------------------------- */
.con_floor {
	background: transparent url(../hotspring/images/bg_history.jpg) no-repeat left top;
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_floor {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_floor {
		margin-bottom: 11%;
	}
}

.con_floor .con_f {
	padding: 50px 0;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_floor .con_f {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_floor .con_f {
		padding: 11% 0;
	}
}

.con_floor .con_f .box_floor {
	display: inline-block;
	text-align: left;
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_floor .con_f .box_floor {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_floor .con_f .box_floor {
		margin-top: 11%;
	}
}

.con_floor .con_f .box_floor table tbody tr {
	background: transparent url(../facilities/images/bg_line_blue.png) repeat-x left bottom;
	padding-bottom: 15px;
}

.con_floor .con_f .box_floor table tbody tr td {
	padding: 15px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_floor .con_f .box_floor table tbody tr td {
		padding: 15px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_floor .con_f .box_floor table tbody tr td {
		padding: 15px 0;
	}
}

.con_floor .con_f .box_floor table tbody tr .number {
	color: #00225b;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-weight: bold;
	font-size: 139%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_floor .con_f .box_floor table tbody tr .number {
		width: 30%;
	}
}

/*# sourceMappingURL=../maps/rooms.css.map */
