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

Table of Contents:
 * info
 
========================== */
/* ==============================
   サムネイル画像切替
============================== */
/* .room_type .slideShow
------------------------- */
.room_type .slideShow {
	width: 100%!important;
}
#container .room_type .slide_img {
	margin-bottom: 15px;
}
/* .mainView
------------------------- */
.room_type .slideShow .mainView {
	width: 100%!important;
	overflow: hidden;
	margin-bottom: 5px;
}
.room_type .slideShow .mainView ul {
	width: 100%!important;
	overflow: hidden;
	position: relative;
}
.room_type .slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%!important;
	position: absolute;
}
/* .thumbNail
------------------------- */
.room_type .slideShow .thumbNail {
	width: 100%!important;
	overflow: hidden;
}
.room_type .slideShow .thumbNail ul {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.room_type .slideShow .thumbNail ul li {
	display: inline;
	overflow: hidden;
	cursor: pointer;
    margin-bottom: 1.5%;
	margin-left: 1.5%;
	width: calc((100% - 1.5% * 4) / 5)!important;
}
.room_type .slideShow .thumbNail ul li:first-child,.room_type .slideShow .thumbNail ul li:nth-child(5n+1)  {
	margin-left: 0;
}
.room_type .slideShow .thumbNail ul li img {
	width: 100%!important;
}
.room_type .slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
.room_type .slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.room_type .slideShow ul {
	display: inline-block;
}
/* ==============================
   サムネイル画像切替 main_photo
============================== */
/* .room_type .slideShow
------------------------- */
.room_type {
	margin-bottom: 20px;
}
.room_type .slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
	position: relative;
}

/* .mainView
------------------------- */
.room_type .slideShow .mainView {
	width: 100%!important;
	overflow: hidden;
}
.room_type .slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
}
.room_type .slideShow .mainView ul li {
	width: 100%;
}
.room_type .slideShow .mainView ul li .mainView_mt {
	margin-top: -61%;
}
.room_type .slideShow .mainView ul li img {
	width: 100%;
}
/* sideNavi
------------------------- */
.room_type .slideShow .mainView .btnPrev,
.room_type .slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.room_type .slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.room_type .slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.room_type .slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.room_type .slideShow ul {
	display: inline-block;
	overflow: hidden;
}

/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　全体
========================== */
#container {
    width: 94%;
    margin: 10px auto;
}
/* =======================
	　ヘッダー
========================== */
header #logo a {
	display: block;
	margin: 0 auto;
}
/* =======================
	　客室タイプ
========================== */
.room_type {
	margin-bottom: 60px;
}
.ttl h2, h3, h4 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.room_type  h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.room_type  dl {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.room_type  dl dt {
	float: left;
    width: 60px;
}
/* =======================
	　コンテンツ内
========================== */

#container .topicpath {
	margin-bottom: 60px;
}
#container .pan {
	line-height: 1.8;
}
#container .room_type .room_txt {
	margin-bottom:20px;
	line-height: 1.5;
}
#container .topicpath dd {
	margin: 5px 0 0 0;
}
/* =======================
	　表
========================== */
#container .basic_info table {
	height:124px;
	width: 100%;
	margin-bottom: 10px;
}
#container .basic_info .bg {
	background-color: #ededed;
}
.basic_info table {
	border: 1px #cccccc;
}
#container .room_type .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 .basic_info .bd_rb {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	width: 30%;
}
#container .room_type .basic_info .bd_b {
	border-bottom: solid 1px #cccccc;
}
#container .room_type .basic_info tr td {
	padding: 10px 0;
}
#container tbody {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#container .btn a {
	background-color: #8e6127;
	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;
}
.room_type p {
    font-size: 1.4rem;
    margin: 10px 0;
}
#container .room_type .btn {
	margin: 30px 0;
}
#container .room_type .basic_info .mmt {
	margin-top: 20px;
}
#container .service {
    width: 100%;
}
}
@media screen and (min-width: 568px){
header #logo a {
    display: block;
    margin: 0 auto;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　コンテンツ内
========================== */
#container .ttl h2, h3, h4 {
	font-size: 2.4rem;
}
#container .room_type .btn a {
	padding: 12px 0;
	font-size: 1.4rem;
}
#container .btn a {
	background-color: #8e6127;
	color: #fff;
	font-size: 1.4rem;
	background-image: url(../../../img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 267px 16px;
	background-size: 6px;
	width: 100%;
	display: block;
	padding: 15px 0;
	text-align: center;
}
#container .basic_info {
	text-align: center;
}
.room_type .slideShow .thumbNail {
	margin-top: 0px;
}
.room_type .slideShow .thumbNail ul li {
    margin-bottom: 1%;
	margin-left: 1%;
	width: calc((100% - 1% * 8) / 9)!important;
}
.room_type .slideShow .thumbNail ul li:nth-child(5n+1)  {
	margin-left: 1%;
}
.room_type .slideShow .thumbNail ul li:first-child,.room_type .slideShow .thumbNail ul li:nth-child(9n+1)  {
	margin-left: 0;
}
}
/* タブレット(横) */
@media screen and (min-width:1024px) {	
.page_image p{
	width: 160%;
	right: -300px;
	position: absolute;
}
#container .ttl h2, h3, h4 {
	font-size: 3.0rem;
}
#container .basic_info table {
	width: 42%;
	height: 140px;
	margin-bottom: 40px;
}
#container .room_type .room_txt {
    margin: 20px 110px 30px 80px;
}
#container .room_type p {
    margin: 0 30px 30px;
}
#container .room_type .btn {
    width: 40%;
    margin: auto;
}
#container .room_type .btn a {
		background-position: 120px 16px;
}
.room_type .slideShow .thumbNail {
	margin-top:0px;
}
}
/* タブレット（横	）,PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　サムネイル画像切替
========================== */
#container .room_type .slide_img {
	margin-bottom: 20px;
}
.room_type .slideShow .mainView {
	margin-bottom: 10px;
}
/* =======================
	　全体
========================== */
#container {
   width: 1000px;
    margin: 0 auto 30px;
}
/* =======================
	　ヘッダー
========================== */
.page_image p{
	width: 100%;
	right: 0;
}
/* =======================
	　客室タイプ
========================== */
#container .ttl h2, h3, h4 {
	font-size: 3.0rem;
		margin-bottom: 40px;
}
#container .room_type {
	margin-bottom: 80px;
}
/* =======================
	　客室タイトル
========================== */
#container .page_image {
	position: relative;
}
/* =======================
	　サムネイル画像切替ここまで
========================== */
/* =======================
	　コンテンツ内
========================== */
#container .topicpath {
	margin-bottom: 70px;
}
#container .topicpath {
	font-size: 1.2rem;
}
#container .main_image {
	margin-top:20px;
}
#container .owl-controls .clickable img {
	margin-top: 20px;
}
#container .basic_info table {
	width: 58%;
	height:140px;
	margin: 0 0 50px 0;
}
#container .room_type .basic_info .bd_rb {
	width: 23%;
}
#container .room_type .basic_info tr td {
	width: 23%;
	height: 20px;
}
#container .basic_info {
	text-align: center;
}
#container .room_type .btn {
	width: 40%;
	margin: auto;
}
#container .room_type section {
	margin-bottom: 30px;
}
#container .room_type .room_txt {
	margin-bottom:35px;
	line-height: 2;
	margin: 0 80px 30px;
}
#container .room_type section p {
    font-size: 1.4rem;
		margin: 0 0 0 20px;
}
#container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 120px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
}
#container .room_type p {
	margin: 0 30px 30px;
}
}
