@charset "utf-8";
/* room.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 50px);
	background-position: 0% bottom;
}
#kv h2 {
	height: 210px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 特別室      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuki .box_al_left,
#tsuki .box_al_right,
#hoshi .box_al_left,
#hoshi .box_al_right {
	width: 50%;
}
.special_text {
	max-width: 700px;
	min-width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.room_tt {
	text-align: center;
	margin-bottom: 60px;
}
.special_text h4 {
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pic_box li {
	width: 50%;
	float: left;
	background-color: #FFFFFF;
}
.pic_box li:nth-child(1) {
	width: 100%;
}

.pic_box img {
	width: 100%;
	height: auto;
}


/* 平面図 */
.view {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}
.view img {
	width: 420px;
	height: auto;
}

/* 予約ボタン */
#tsuki .bt_box {
	width: 50%;
	float: left;
	clear: left;
}
#hoshi .bt_box {
	width: 50%;
	float: right;
	clear: right;
}
.bt_box {
	padding-bottom: 60px;
}
#hoshi .bt_box {
	width: 50%;
	float: right;
	clear: right;
}
.reserve_bt {
	width: 350px;
	height: 66px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.reserve_bt a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	border: 3px solid #000000;
	background-image: url(../images/bt_arrow_04.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 20px auto;
}

/* 月楽 */
#tsuki {
	background-image: url(../images/room_tusuki_bg.jpg);
	background-size: auto 100%;
	background-repeat: repeat-x;
}
#tsuki .special_text {
	background-image: url(../images/room_tsuki_text_bg.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	color: #FFFFFF;
}

/* 星楽 */
#hoshi {
	background-image: url(../images/room_hoshi_bg.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
#hoshi .special_text {
	color: #937E42;
	background-image: url(../images/room_hoshi_text_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一般客室    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ippan {
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
}
#ippan h3 {
	font-size: 32px;
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 10px;
	margin-left: 10px;
}
#ippan h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	margin-left: 0px;
	letter-spacing: 0px;
	color: #676767;
}

#ippan_pic {
	margin-bottom: 20px;
}

#ippan_pic li {
	width: calc(100% / 3);
	float: left;
}
#ippan_pic li img {
	width: 100%;
	height: auto;
}
#ippan_text {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
}
#ippan_text h4 {
	font-size: 24px;
	font-weight: bold;
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}


#ippan_tbl {
	width: 50%;
}
#ippan_tbl table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#ippan_tbl th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 150px;
	background-color: #EDEBE0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ippan_tbl td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#kv h2 {
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 特別室      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuki .box_al_left,
#tsuki .box_al_right,
#hoshi .box_al_left,
#hoshi .box_al_right {
	width: 100%;
}
.special_text {
	max-width: 100%;
	min-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
	padding-bottom: 40px;
}
.room_tt {
	margin-bottom: 80px;
}
.room_tt img {
	width: 110px;
	height: auto;
}
.special_text h4 {
	font-size: 22px;
	line-height: 1.3em;
}


/* 平面図 */
.view {
	margin-bottom: 40px;
	margin-top: 30px;
}
.view img {
	width: 80%;
}


/* 予約ボタン */
#tsuki .bt_box {
	width: 100%;
	float: none;
	clear: none;
}
#hoshi .bt_box {
	width: 100%;
	float: none;
	clear: none;
}
.bt_box {
	padding-bottom: 30px;
	padding-top: 30px;
}
.reserve_bt {
	width: 80%;
}

/* 月楽 */
#tsuki {
}
#tsuki .special_text {
	background-size: 105px auto;
}

/* 星楽 */
#hoshi {
}
#hoshi .special_text {
	background-size: 100% auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一般客室    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ippan {
	padding-top: 60px;
	padding-bottom: 60px;
}
#ippan h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
#ippan h3 span {
	font-size: 10px;
}

#ippan_pic li {
	width: auto;
}
#ippan_pic li:nth-child(1) {
	width: 100%;
}
#ippan_pic li:nth-child(2),
#ippan_pic li:nth-child(3) {
	width: 50%;
}

#ippan_text {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 20px;
}
#ippan_text h4 {
	font-size: 20px;
	margin-bottom: 12px;
}
#ippan_tbl {
	width: 100%;
}

#ippan_tbl th {
	width: 100%;
	display: block;
}
#ippan_tbl td {
	width: 100%;
	display: block
}


}
