@CHARSET "UTF-8";
 @import url("../../common/css/style-c.css");
/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style

--------------------- */

/* common setting
----------------------------------------------- */
* {
	line-height: 1.6;
}
#hotelTop,body {
	background: url(../img/C_background.png);
	background-repeat: repeat;
}
main {
	padding-bottom: 0px;
}
*:not(font) {
	color: #ffffff;
}
h1 {
	color: #ffffff !important;
}
/* header
----------------------------------------------- */

header div#headerLogo {
	width: 190px;
	height: 190px;
	background-image: url(../img/header-logo-c.png);
	background-size: auto 100%;
}
header div#headerLogo {
	border: none;
}
header div.container {
	background: rgba(0,0,0,0);
}
header a#btnLogin {
	border: none;
	background-color: #411914;
}
header a#btnLogin:hover {
	background-color: #fabeb4;
}
header div#connectHotel {
	border: none;
}

/*18禁*/
header div#headerStop18Img{
color:#ffffff;
/*display:none;*/
}

header div#headerStop18Msg{
color:#ffffff;
/*display:none;*/
}

/* keyVisual
----------------------------------------------- */

div#keyVisual, div#keyVisual ul {
	height: 570px;
}
div#keyVisual .bx-viewport {
	border: 0;
	left: 0px;
}
div#keyVisual div.bx-pager.bx-default-pager {
	position: relative;
	top: -50px;
}
body:not(#hotelTop) div#keyVisual {
	height: 220px;
}
body:not(#hotelTop) div#keyVisual ul {
	height: 220px;
 display:;
}
.key-image_2nd {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
}
/* nav
----------------------------------------------- */

div#priorityNaviWrappar {
	display: none;
}
nav#mainNavi {
	background:inherit;
}
nav#mainNavi li a:hover {
	background-color: #411914;
	color: #ffffff;
	/*border-top: 1px solid #ffffff;*/
	transition: background-color 0.5s, border-top 5s;
}
/* headline
----------------------------------------------- */

div#headInformation, div#headNotice {
}
div#headInformation, div#headNotice {
	background-color: #ffffff;
}
div#headInformation a, div#headNotice a {
	color: #122a5e;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 10px 0px;
	letter-spacing: 1px;
}
/* freeArea
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {
	background: #fabeb4;
}
div#freeArea3 a {
	color: #ffffff !important;
}
/* contents
----------------------------------------------- */

/* タイトル（h1） */

h1::after {
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* 大見出し（h2）
------------------------ */

body#hotelTop main div#topic h2, body#hotelTop main div#whatsnew span.caption, body#hotelTop main div#access span.caption {
	background: transparent;
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
} 
body#hotelTop main div#access span.caption {
	color: #333333;
}
body#hotelTop main div#topic h2:before, body#hotelTop main div#whatsnew span.caption:before, body#hotelTop main div#access span.caption:before {
	content: "";
	background: url(../img/A_ornament_left.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	display: block;
	margin: 0px 20px 0px 0px;
}
body#hotelTop main div#topic h2:after, body#hotelTop main div#whatsnew span.caption:after, body#hotelTop main div#access span.caption:after {
	content: "";
	background: url(../img/A_ornament_right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	display: block;
	margin: 0px 0px 0px 20px;
}
/* 小見出し（h3）
------------------------ */

body#hotelTop main div#topic h3 {
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	letter-spacing: 3px;
	border-left: 8px solid #411914;
}
.newDate {
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 200;
}
h2 {
	background-color: #411914;
	color: #fabeb4;
}

/* ボタン共通 */
#whatsnew .newMore {
	min-width: 300px;
	letter-spacing: 1px;
	color: #ffffff;
	border-color:rgba(0,0,0,0);
	background: rgba(65,20,25,0.6);
	transition: background-color 0.5s;
}
#whatsnew .newMore:hover {
	background-color: inherit!important;
	color: #ffffff !important;
	border-color: #ffffff;
}
.btn-positive a {
	display: block;
	padding: 0px 80px;
}
/* ボタン共通 */

.btn-positive {
	color: #ffffff;
	border-color:#411914;
	background:#411914;
	transition: background-color 0.5s;
}
.btn-positive:hover {
	background-color: rgba(65,25,20,0.5)!important;
	color: #ffffff !important;
}
/* footer
----------------------------------------------- */

footer div#footerHotelInfo div#footerLogo {
	width: 200px;
	height: 60px;
	background-image: url(../img/footer-logo.png);
}

footer div#footerNavi, footer div#footerNavi nav ul {
	background: rgb(200,30,20); /* Old browsers */
background: -moz-linear-gradient(top, rgba(200,30,20,1) 0%, rgba(238,138,117,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(200,30,20,1) 0%,rgba(238,138,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(200,30,20,1) 0%,rgba(238,138,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
footer div#footerNavi nav ul li a {
	color: #ffffff;
}
footer div#footerInfo {
	background: #411914;
}
footer * {
	color: #ffffff;
	font-weight: 400;
}

footer ul.link-list li a {
	color: #ffffff!important;
	background-color: rgba(255, 255, 255, 0.3)!important;
	border: 1px solid #ffffff!important;
}

footer div#linkPageTop a {
	padding: 34px 18px 22px 18px;
}
footer ul.link-list li a:hover {
	background-color: rgba(255, 255, 255, 0.3)!important;
	transition: background-color 0.5s;
	border: 1px solid #fabeb4!important;
	color: #fabeb4!important;
}
footer ul.link-list li a:hover:before {

	border-color: transparent transparent transparent #fabeb4!important;
}
footer div#footerNavi nav ul li a:before {
	border-color: transparent transparent transparent #ffffff;
}
footer div#footerHotelInfo div#footerLogo {
	width: 288px;
	height: 56px;
}

/*18禁*/
footer div#footerStop18 div#footerStop18Msg > span {
	color: #ffffff;
/*display:none;*/
}

footer div#footerStop18 div#footerStop18Img{
color:#ffffff;
/*display:none;*/
}

/* page style
----------------------------------------------- */

/* トピック */
body#hotelTop main div#topic {
}
body#hotelTop main div#topic * {
	color: #FFFFFF;
}
body#hotelTop main div#topic {
	background: url(../img/info_background.png) center;
}
/* INFORMATION */

ul.information {
	text-align: center;
}
ul.information li {
	background-color: #b3b3b3;
	display: inline-block;
	width: calc(( 100% - 51px)/3);
	height: 160px;
	font-size: 14px;
	border-radius: 15px;
	margin-bottom: 40px;
	text-align: center;
}
ul.information li:hover {
	background-color: #333333;
}
ul.information li a.link {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
 ul.information li:not(:nth-child(3n)) {
 margin-right: 20px;
}
ul.information li a.link span.icon {
	display: block;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.information li:nth-child(1) span.icon {
	background-image: url(../img/C_icon_info_new.png);
}
ul.information li:nth-child(2) span.icon {
	background-image: url(../img/C_icon_info_priceroom.png);
}
ul.information li:nth-child(3) span.icon {
	background-image: url(../img/C_icon_info_service.png);
}
ul.information li:nth-child(4) span.icon {
	background-image: url(../img/C_icon_info_restaurant.png);
}
ul.information li:nth-child(5) span.icon {
	background-image: url(../img/C_icon_info_member.png);
}
ul.information li:nth-child(6) span.icon {
	background-image: url(../img/C_icon_info_hotel.png);
}
ul.information li a.link span.icon-name {
	display: block;
	width: 100%;
	height: 40px;
}
ul.information li span.icon-name-character {
	color: #ffffff;
	display: block;
	margin: auto;
	font-size: 15px;
	padding-top: 5px;
}
ul.information li span.icon-name-character {
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 400;
}
ul.information li {
	background-color: rgba(200, 45, 45, 0.3);
	transition: background-color 0.5s;
}
ul.information li:hover {
	background-color: #c82d2d;
}
/*INFORMATION　記事*/
main div#topic section:nth-child(n+2) {
	display: none;
}
/* Whats New */
div#whatsnew {
background: -moz-linear-gradient(45deg, rgba(240,165,140,0) 0%, rgba(240,165,140,0.29) 50%, rgba(240,165,140,0.4) 70%, rgba(240,165,140,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(240,165,140,0) 0%,rgba(240,165,140,0.29) 50%,rgba(240,165,140,0.4) 70%,rgba(240,165,140,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(240,165,140,0) 0%,rgba(240,165,140,0.29) 50%,rgba(240,165,140,0.4) 70%,rgba(240,165,140,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div#whatsnew section .container{
	background: #ffffff;
}
div#whatsnew .container .content,div#whatsnew .container .content span, div#whatsnew h3{
	color: #4d4d4d;
}
.newDate{
	color: #999999;
}
#whatsnew section:nth-child(2) .container:first-child {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#whatsnew section:nth-last-child(4) .container:nth-last-child(1) {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* アクセス情報 */
body#hotelTop main div#access {
	background: #fad2cd;
}
#accessApiMap {
	margin: 30px 0px;
}
/* アクセス情報 TOP */
#hotelTop main div#access h3 {
	color: #333333;
}
#hotelTop main div#access .content {
	color: #333333;
}
/* empty (空室情報） */
body#empty div.epEmptyRoom {
	border-color: #fabeb4 !important;
	background-color: #a08429;
	border: solid 2px #a08429;
	text-align: center;
	width: 45%;
	margin: 10px;
}
body#empty div.epEmptyRoomClm {
	background-color: #fabeb4 !important;
}
body#empty div.epCleanRoom {
	border-color: #A4ABB1 !important;
}
body#empty div.epCleanRoomClm {
	background-color: #A4ABB1 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #a08429;
}
body#empty div.epCleanRoom {
	border-color: #A4ABB1 !important;
}
body#empty div.epEmptyRoom div {
	padding: 16px;
}
.roomlist {
	background: #fabeb4 !important;
	height: 50px !important;
}
.roomlist a {
	display: block;
}
body#empty div.epEmptyRoomTxt{
	color:#4d4d4d;
}
body#empty div.epCleanRoomTxt{
	color:#4d4d4d;
}

/*ルーム予約*/
body#member_reserve div.mrEmptyRoomTxt p{
color:#4d4d4d !important;
}

body#member_reserve div.mrCleanRoomTxt p{
color:#4d4d4d !important;
}

/* bbs (掲示板修正）*/


body#bbs table#bbsInput th, body#bbs table#bbsInput td, body#bbsReply table#bbsInput th, body#bbsReply table#bbsInput td {
	background-color: #f5f5f5;
}
body#bbs ul.postWriting, body#bbsReply ul.postWriting {
	background-color: #dff1fb;
}
body#bbs li#infoName a, body#bbs li#replyName a, body#bbs .topicName, body#bbsReply li#infoName a, body#bbsReply li#replyName a, body#bbsReply .topicName {
	color: #7ca8c2;
}
body#bbs li#replyName, body#bbsReply li#replyName {
	color: #7ca8c2;
}
body#bbs li#infoBorder, body#bbs li#replyBorder, body#bbsReply li#infoBorder, body#bbsReply li#replyBorder {
	border-bottom-color: #7ca8c2;
}
body#bbs a#linkLogin, body#bbs a#guidelines, body#bbs div#pagination a#preview, body#bbs div#pagination a#new, body#bbs div#pagination a#next, body#bbsRegister a#bbsBack, body#bbsDelete a#bbsBack, body#bbsReply a#linkLogin, body#bbsReply a#guidelines, body#bbsReply div#pagination a#preview, body#bbsReply div#pagination a#new, body#bbsReply div#pagination a#next, body#bbsReply a#bbsBack {
	color: #122a5e;
}
/* room (料金・客室情報） */

body#room div.Title {
	background-color: #A4ABB1;
}
body#room div.item-table dl dt.zenjitsu, body#room div.item-table dl dd.zenjitsu {
	background-color: #f5f5f5;
}
body#room dl.roomDl dt, body#room dl.roomDl dd {
	border: none;
}
body#room div.item-table {
	border: none;
}

body#room div.roomImgs p{
color:#4d4d4d;
}

body#room a.roomLink {
	border-color: #fabeb4;
	color: #fabeb4;
	transition: background-color 0.5s;
}
body#room a.rankLinkOn {
	background-color: #fabeb4;
	color: #ffffff;
}
body#room a.roomLink:hover {
	background-color: #fabeb4;
}
body#room span.roomRankTitle {
	background-color: #fabeb4;
}
body#room div.rankTab {
	border-bottom-color: #fabeb4;
}
body#room div.roomImgs {
	border-color: #ffffff;
}

body#room li.roomImgList a{
color:#4d4d4d;
}


body#room div.roomRankArea {
	background-color: #ECEEF1;
	padding-bottom: 20px;
}
/* room detail (料金・客室情報詳細）*/
body#room dl dd, body#room dl dt {
	color:  !important;
}
body#roomdetail a.priceLink {
	border-color: #fabeb4;
	color: #fabeb4;
}
body#roomdetail a.priceLink:hover {
	background-color: #fabeb4;
	color: #ffffff;
}
body#roomdetail div#priceArea {
	background-color: #ECEEF1;
}
body#roomdetail div.Title {
	background-color: #A4ABB1;
}
body#roomdetail dl.roomDl dt, body#roomdetail dl.roomDl dd {
	border: none;
}
body#roomdetail div.item-table dl dt.zenjitsu, body#roomdetail div.item-table dl dd.zenjitsu {
	background-color: #f5f5f5;
}
body#roomdetail div.item-table {
	border: none;
}
body#roomdetail div#equipmentInfo {
	border: none;
	background-color: #ECEEF1;
}
body#roomdetail li.equipment:before {
	border: 3px solid #4d4d4d;
}
body#roomdetail a#roomBack {
	color: #fabeb4;
}
/* simulate (料金シミュレーション） */

body#simulate tr.tr-entering th, body#simulate tr.tr-roomtype th, body#simulate tr#tr-budget th, body#simulate tr#tr-stay th, body#simulate tr#tr-time th, body#simulate select {
	color: #411914;
}
/* service (サービス設備情報） */

body#service div.limiteroom {
	background-color: #fabeb4;
}
/* mailto (お問い合わせ） */

body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #122a5e;
	border-radiu: 21.8px;
	color: #fff;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
}
/* coupon (クーポン） */


content {
	text-align: center;
	color: #ffffff !important;
	;
}
body#coupon div.couponList {
	background-color: #fabeb4;
	border-color: #fabeb4;
	color: #ffffff !important;
}
body#coupon span.couponClum {
	background-color: #411914;
	color: #ffffff !important;
}
div.couponBtn.content {
	display: blocck;
	color: #ffffff !important;
}
div.couponBtn.content a {
	display: blocck;
	font-weight: bold;
	color: #ffffff !important;
}
div.couponBtn.content a:hover {
	display: blocck;
	font-weight: bold;
	color: #fabeb4 !important;
}


/* 客室画像 */
#roomImages {
	width: 600px;
	margin: 0 auto;
	text-align: left !important;
}
/*メンバーログイン　INFORMATION 背景色*/

#member section:nth-child(2) {
	background: url(../img/info_background.png);
}
#member section h3 {
	color: #ffffff;
	text-align: center;
	border: none;
}

body#member div.memberCon{
	background-color:rgba(0,0,0,0);
}

/*メンバーログイン　INFORMATION 大見出し*/

body#member main div#topic h2, body#member main div#whatsnew span.caption, body#member main div#access span.caption {
	background: transparent;
	color: #A6894B;
	font-size: 36px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
}
body#member main div#topic h2:before, body#member main div#whatsnew span.caption:before, body#member main div#access span.caption:before {
	content: "";
	background: url(../img/A_ornament_left.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	display: block;
	margin: 0px 20px 0px 0px;
}
 body#member main div#topic h2:after, body#member main div#whatsnew span.caption:after, body#member main div#access span.caption:after, content: "";
 background: url(../img/A_ornament_right.png);
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: center;
 width: 50px;
 display: block;
 margin: 0px 0px 0px 20px;
}
body#member div.memberCon {
	background-color: #411914
}
.item-table dl dd input,.item-table dl dd select,.item-table dl dd option,div.select-box1,div.select-box2{
	color: #411914;
}
input[type=text]{
		color: #411914;
}

div.item-table > dl > dd,div.item-table > dl{
	background: rgba(0,0,0,0);
}
/*div.item-table > dl:first-child{
	border: 1px solid #fabeb4;
}*/

/*メンバーログイン　INFORMATION 小見出し*/
body#member main div#topic h3 {
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

table.multi-column th{
	background-color: #411914;
}
/*メールマガジン*/
#mailmagazine div, #mailmagazine h3 {
	color: #ffffff;
}
.loginForm .loginTitle, .loginForm .comment, .loginForm dl dt, .loginForm dl dd, .loginForm dl dd {
	color: #411914 !important;
}
/*フードメニュー*/
.foodmenu {
	width: 770px;
}
.foodmenu::after {
	clear: both;
}
.foodmenu_left {
	width: 210px;
	float: left;
	text-align: left;
}
.foodmenu_right {
	float: left;
	text-align: left
}
/* フッター　TOPボタン */
footer div#linkPageTop a {
	background:rgba(150,30,35,0.6);
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 999;
	display: none;
}
/* アクセスカウント */
footer div#accessCount {
	display: none;
}
/*コピーライト*/
footer div#copyright {
    color: #ffffff;
}footer div#copyright a{
    color: #ffffff;
}
/* Youtube */
.youtube {
	width: 560px;
	height: 315px;
	text-align: center;
}
body#room div.item-table dl dt.heijitsu,
body#room div.item-table dl dd.heijitsu {
	background-color: #FFFFFF;
	color:#4d4d4d;
}
body#roomdetail div.item-table dl dt.heijitsu,
body#roomdetail div.item-table dl dd.heijitsu {
	background-color: #FFFFFF;
	color:#4d4d4d;
}
body#roomdetail div.item-table dl dt.kyujitsu, body#roomdetail div.item-table dl dd.kyujitsu{
	color: #FA8484;	
}
body#room div.item-table dl dt.kyujitsu, body#room div.item-table dl dd.kyujitsu{
	color: #FA8484;		
}
body#roomdetail div.item-table dl dt.zenjitsu,
body#roomdetail div.item-table dl dd.zenjitsu {
	color:#4d4d4d;
}
body#roomdetail ul.equipment li{
	color: #4d4d4d;
}
body#room div.item-table dl dt.zenjitsu,
body#room div.item-table dl dd.zenjitsu {
	color: #4d4d4d;
}
body#room div.item-table dl dt.zenjitsu strong,
body#room div.item-table dl dd.zenjitsu strong{
	color: #4d4d4d;
}
/*客室画像上のコメント*/
body#roomdetail div#roomImages{
line-height:30px;
}

.room_text{
height:30px;
}

.sup{
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sup{
	top:-0.1em;
	 }
}
/* スマホ非表示 */
.smart_only{
display:none !important;
}

/*.m2div{
	margin: 0 auto;
	width: 600px;
}
.m2div .m2{
	background: url(../img/m21.png) left center  no-repeat ;

}*/

.nextLink{
	color: #ffffff!important;
}
main section .container .content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}