@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/* ==============================
   サムネイル画像切替 room_type_box
============================== */

/* #room_type_box .slideShow
------------------------- */
#room_type_box .slideShow {
	text-align: left;
	display: none;
	width: 100%!important;
}
/* .mainView
------------------------- */
#room_type_box .slideShow .mainView {
	width: 100%!important;
	overflow: hidden;
	margin-bottom: 15px;
}
#room_type_box .slideShow .mainView ul {
	width: 100%!important;
	overflow: hidden;
	position: relative;
}
#room_type_box .slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%!important;
	position: absolute;
}
/* .thumbNail
------------------------- */
#room_type_box .slideShow .thumbNail {
	width: 100%!important;
	overflow: hidden;
}
#room_type_box .slideShow .thumbNail ul {
	width: 100%;
}
#room_type_box .slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	margin-left: 2.5%;
	width: 18%!important;
}
#room_type_box .slideShow .thumbNail ul li:first-child {
	margin-left: 0;
}
#room_type_box .slideShow .thumbNail ul li img {
	width: 100%!important;
}
#room_type_box .slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
#room_type_box .slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#room_type_box .slideShow ul {
	display: inline-block;
}
/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */
/* ==============================
   サムネイル画像切替 main_photo
============================== */
/* .main_photo .slideShow
------------------------- */
.main_photo {
	margin-bottom: 20px;
}
.main_photo .slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
	position: relative;
}
/* .mainView
------------------------- */
.main_photo .slideShow .mainView {
	width: 100%!important;
	overflow: hidden;
}
.main_photo .slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
}
.main_photo .slideShow .mainView ul li {
	width: 100%;
}
.main_photo .slideShow .mainView ul li .mainView_mt {
	margin-top: -61%;
}
.main_photo .slideShow .mainView ul li .mainView_mt2 {
	margin-top: -177%;
}
.main_photo .slideShow .mainView ul li .mainView_mt3 {
	margin-top: -293%;
}
.main_photo .slideShow .mainView ul li .mainView_mt4 {
	margin-top: -409%;
}
.main_photo .slideShow .mainView ul li img {
	width: 100%;
}
/* .thumbNail
------------------------- */
.main_photo .slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 342px;
	left: 300px;
}
.main_photo .slideShow .thumbNail ul {
	width: 100%;
}
.main_photo .slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	margin-left: 10px;
	width: 70px!important;
	border: solid 2px #ffffff;
}
.main_photo .slideShow .thumbNail ul li:first-child {
	margin-left: 0;
}
.main_photo .slideShow .thumbNail ul li img {
	width: 100%;
}
.main_photo .slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* sideNavi
------------------------- */
.main_photo .slideShow .mainView .btnPrev,
.main_photo .slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.main_photo .slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.main_photo .slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.main_photo .slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.main_photo .slideShow ul {
	display: inline-block;
	overflow: hidden;
}
#container #dayuse {
    margin-top: -80px;
    padding-top: 80px;
}

/* ------------------------------------------------
	一応mediaQueriesの指定を入れておきますが
	スライドショー動作には関連しておりません。
------------------------------------------------ */

/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　全体
========================== */
#container {
    width: 90%;
    margin: 10px auto;
	}

/* =======================
	　客室タイプ
========================== */
.ttl h2, h3, h4 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
#room_type_box  h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
}
#room_type_box  dl {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#room_type_box  dl dt {
	float: left;
    width: 60px;
}
/* =======================
	　コンテンツ内
========================== */
#container .topicpath {
	margin-bottom: 60px;
}
.room_type  {
	margin-bottom: 60px;
}
#container .room_slide img {
	margin-bottom: 10px;
}
#container .pan {
	line-height: 1.8;
}
#container #room_type_box .room_txt {
	margin-bottom:30px;
	line-height: 1.5;
}
#container .topicpath dd {
	margin: 5px 0 0 0;
}
#container .room_txt {
	margin-bottom: 30px;
	line-height: 1.5;
}
#container .room_type .basic_info .pc_none {
	margin: 30px 0 30px;
}
/* =======================
	　表
========================== */
#container .basic_info table {
	height:124px;
	width: 100%;
    font-size: 1.2rem;
	margin-left: 0px;
	border: solid 1px #cccccc;
	margin: 0 auto 40px;
}
#container .basic_info .bg {
	background-color: #ededed;
	border: solid 1px #cccccc;
	width: 35%;
	padding: 10px 0;
}
.basic_info table {
	border: 1px #cccccc;
}
#container #room_type_box .basic_info .tb_top{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#container #room_type_box .basic_info .bd_rb {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#container .room_type .basic_info tr .bd_b {
	border: solid 1px #cccccc;
	padding: 10px 0;
	line-height: 1.5;
	width: 20%;
}
#container .room_type .basic_info tr .bd_b span {
	text-decoration: line-through;
}
#container .room_type .basic_info tr .bd_b .time_sale {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
#container #room_type_box .basic_info tr td {
	width: 24%;
}
#container tbody {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#container .btn a {
	background-color: #000000;
	color: #fff;
	font-size: 1.5rem;
	background-image: url(../../../img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 85px 16px;
	background-size: 6px;
	width: 100%;
	display: block;
	padding: 12px 0;
	text-align: center;
}
#container .basic_info {
	text-align: center;
	margin-bottom: 20px;
}
#container .rest_note {
    text-align: left;
    margin: 5px 0 20px;
}
#container .rest_note span {
	font-weight: bold;
}
#container .rest_note span.rest_note_br{
	font-weight: normal;
}
#container .rest_note_title {
	text-align: left;
	margin: 0 auto;
}
#room_type_box p {
    font-size: 1.4rem;
    margin: 10px 0;
}
#container #room_type_box .btn {
	margin: 30px 0;
}
#container #room_type_box .basic_info .mmt {
	margin-top: 20px;
}
.rest_copy {
	text-align: center;
	line-height: 2;
	margin-bottom: 60px;
}

.reservation_box {
	margin: 0 auto 20px;
	background-color: #FFF;
	border: solid 1px #e5e5e5;
	padding: 3% 3% 6%;
}
.reservation_box h3 {
	display: block;
    width: 100%;
    padding: 10px 0;
	margin: 0 0 30px 0;

	background-color: #f2f2f2;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
}

.reservation_box .open_anteroom {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
	text-align: center;
}


/* 電話番号用*/
.reservation_box .phon_number {
    font-size: 3.0rem;
    background-image: url(../img/common/phon_img_001.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 39px;
    width: 279px;
    margin: -10px auto 0;
    text-align: center;
    line-height: 1.2;
}
.reservation_box .phon_number a {
	color: #0c000c;
}
.reservation_box .phon_number a:hover {
	color: #999;
}
}
@media screen and (min-width:320px)  {
.page_image {
	background-size: 120%;
}
#container .btn a {
	background-position: 60px 15px;
}
}
/*スマートフォン*/
@media screen and (min-width:667px)  {
/* =======================
	　全体
========================== */
#container {
    width: 90%;
    margin: 10px auto;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　コンテンツ内
========================== */
#container .ttl h2, h3, h4 {
	font-size: 2.4rem;
}
#container #room_type_box .btn a {
	padding: 12px 0;
	font-size: 1.4rem;
}
#container .btn a {
	background-color: #000000;
	color: #fff;
	font-size: 1.4rem;
	background-image: url(../../../img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 265px 15px;
	background-size: 6px;
	width: 100%;
	display: block;
	padding: 12px 0;
	text-align: center;
}
#container #room_type_box .basic_info tr td {
	width: 24%;
}
#container .basic_info {
	text-align: center;
	margin-bottom: 40px;
}
#container .basic_info table {
   font-size: 1.4rem;
}
#container .room_type .basic_info .mmt {
	margin: 0px 10px 30px 20px;
	width: 43%;
}
.room_type .btn {
	margin: 30px auto 80px;
}
#container .room_txt {
	/*	width: 84%;*/	
	margin: 10px 0 30px 0;
}
#container .rest_note {
    text-align: left;
}
.reservation_box {
	padding: 3% 5% 20px 5%;
}
.reservation_box h3 {
    padding: 10px 0;
	margin: 0 0 30px 0;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
}
.reservation_box .phon_number {
    pointer-events: none;
	cursor: default;
	text-decoration:none;
}
}
/* タブレット(横) */
@media screen and (min-width:1024px) {	
#container {
	width: 100%;
}
#room_type_box .slideShow .thumbNail ul li img {
	width: 75%!important;
}
#container .ttl h2, h3, h4 {
	font-size: 3.0rem;
}
#container .basic_info table {
	height: 140px;
	width: 80%;
}
#container #room_type_box .room_txt {
    margin: 0 110px 30px 80px;
}
#container #room_type_box p {
    margin: 0 30px 30px;
}
#container #room_type_box .btn {
    width: 40%;
    margin: auto;
}
#container #room_type_box .btn a {
			background-position: 120px 16px;
}
#container .room_type .basic_info .mmt {
	margin: 0px 10px 30px 0px;
	width: 43%;
}
#container .room_txt {
    width: 82%;
		margin: 0px 110px 30px 80px;
}
.room_type .btn p {
    width: 40%;
		background-color: #000000;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
		background-position: 105px 4px;
    background-size: 6px;
    width: 100%;
    display: block;
    text-align: center;
}
.room_type .btn {
	width: 40%;
}
#container .btn a {
	background-position: 105px 19px;
}
.reservation_box {
	width: 70%;
}
#container .rest_note_title {
    width: 80%;
	text-align: left;
	margin: 0 auto;
}
#container .rest_note {
    width: 80%;
	margin: 5px auto 20px;
}
#container .rest_note span.rest_note_br{
	padding: 0 0 0 15px;
}
}
/* タブレット（横	）,PCページ */
@media screen and (min-width:1025px) {	

/* =======================
	.slideShow
========================== */
.menu {
	margin-bottom: 50px;
}
#room_type_box .slideShow {
	width: 100%!important;
	margin-bottom: 20px;
	}
#room_type_box .slideShow .thumbNail {
	width: 100%!important;
}
#room_type_box .slideShow .thumbNail ul {
	margin: 0 auto;
}
#room_type_box .slideShow .thumbNail ul li {
	margin-left: 2%;
	width: 12.5%!important;
}
/* ==============================
   サムネイル画像切替 main_photo
============================== */
.faci_box #room_type_box.clearfix .slide_img {
	width: 550px;
	margin-right: 40px;
}
.main_photo {
	margin-bottom: 80px;
}
.main_photo .slideShow {
	width: 100%!important;
	}
.main_photo .slideShow .thumbNail {
	width: 100%!important;
}
.main_photo .slideShow .thumbNail ul {
	margin: 0 auto 10px;
}
#room_type_box .slideShow .thumbNail ul {
    width: 100%!important;
}
.main_photo .slideShow .thumbNail ul li {
	margin-left: 2%;
	width: 18%!important;
}
.main_photo .slideShow .mainView ul li .mainView_mt {
	margin-top: -65%;
}
.main_photo .slideShow .mainView ul li .mainView_mt2 {
	margin-top: -181%;
}
.main_photo .slideShow .mainView ul li .mainView_mt3 {
	margin-top: -297%;
}
.menu #room_type_box .menu_text .btn a {
	padding: 10px 0 10px 2%;
}
#room_type_box .slideShow .thumbNail ul li img {
	width: 100%!important;
}
/* =======================
	　h2
========================== */
#container .ttl h2, h3, h4 {
	font-size: 3.0rem;
		margin-bottom: 40px;
}
/* =======================
	　全体
========================== */
#container {
	width: 1000px;
	margin: 0 auto 30px;
}
/* =======================
	　コンテンツ内
========================== */
#container .topicpath {
	margin-bottom: 70px;
}
#container .topicpath {
	font-size: 1.2rem;
}
#container .main_image {
	margin-top:20px;
}
#container .room_slide img {
	margin-bottom: 20px;
}
#container .owl-controls .clickable img {
	margin-top: 20px;
}
#container #room_type_box .basic_info tr td {
	width: 24%;
	height: 20px;
}
#container .basic_info {
	text-align: center;
	margin-bottom: 30px;
}
#container #room_type_box .btn {
	width: 40%;
	margin: auto;
}
#container #room_type_box section {
	margin-bottom: 30px;
}
#container #room_type_box .room_txt {
	margin-bottom:35px;
	line-height: 2;
	margin: 0 80px 30px;
}
#container #room_type_box section p {
    font-size: 1.4rem;
		margin: 0 0 0 20px;
}
#container #room_type_box p {
	margin: 0 30px 30px;
}
#container #room_type_box .room_slide {
	margin-bottom:40px
}
.flexslider .slides li img {
	width: 100%;
}
#container .room_txt {
	width: 85%;
	margin: 0px 80px 30px 90px;
	line-height: 2;
}
#container .basic_info table {
    width: 80%;
}
#container .rest_note {
    width: 80%;
}
.reservation_box {
	width: 70%;
}
}