@CHARSET "UTF-8";
 @import url("../../common/css/style-a.css");
/* ---------------------
    - common setting（全体に共通する部分）body、行間など
    - header（ヘッダー部分）ロゴ、住所　ヘッダーの背景
    - keyVisual（スライドショーに関する項目）
    - nav（メニューに関する項目）2ページ目の画像も
    - headline（メンテナンスのお知らせなど、全体の告知に関する項目）
    - freeArea（プラグインの表示に関する項目）
    - contents（各ページの共通部品）<h2>（大見出し）、<table> など
    - footer（フッター部分）ロゴ、住所、サイトマップ、TOP ボタン
    - page style（各ページ内限定の設定）#room、#member 内だけなど要素
--------------------- */

/* common setting
----------------------------------------------- */

body:not(#hotelTop) {
/*background: #ffffff;*/
}
* {
	line-height: 1.6;
}
main {
	padding-bottom: 0px;
}
body {
}
/* header
----------------------------------------------- */
header {
	background: #000000;
	border-bottom: none;
}
header div#headerLogo {
	width: 265px;
	height: 90px;
	background-image: url(../img/header-logo-a.png);
}
/*メンバーログイン　ボタン*/
header a#btnLogin>span::after {
	/*英語「Member LOGIN」の場合は content 記入*/
	content: "Member LOGIN";
	color: #FFFFFF;
}
header div#connectHotel p:nth-of-type(2)::before {
	content: url(../img/icon-phone_bla.png);
	position: relative;
	top: 1px;
	left: -2px;
}
/* 18禁 */
#headerStop18Img {
	background-image: url("../img/../img/stop-18-bg-clear.png")!important;/*display:none !important;*/
}
#headerStop18Msg {
	color: #a2a2a2!important;/*display:none !important;*/
}
header div#headerLogo {
	border: none;
}
header a#btnLogin {
	border: none;
	background: #92634a;
}
header a#btnLogin:hover {
	background: rgba(63,40,31,0.7)
}
header div#connectHotel {
	border-radius: 5px;
	border: 1px solid #92634a!important;
}
header div#connectHotel p {
	color: #92634a;
}
header div#nickName p {
	color: #92634a;
}
/* 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;
}
/* nav
----------------------------------------------- */

#btnOpenMainNavi {
	background-color: #939393;
}
/*ハンバーガーメニュー　ライン色*/
#btnOpenMainNavi > span::before, #btnOpenMainNavi > span::after {
	background: #d8d8d8;
}
#btnOpenMainNavi > span {
	background: #d8d8d8;
}
nav#priorityNavi ul {
	text-align: center;
}
nav#priorityNavi ul li a {
	color: #ffffff;
}
nav#priorityNavi ul li a:hover {
	color: #d8d8d8!important;
}
nav#mainNavi ul li a {
	color: #ffffff;
}
nav#mainNavi ul li a:hover {
	color: #d8d8d8!important;
}
div#priorityNaviWrappar {
	background: #4d4d4d;
}
/* headline
----------------------------------------------- */

div#headInformation, div#headNotice {
}
/* freeArea
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {
	background: #000000;
}
/* main
----------------------------------------------- */

body:not(#hotelTop) main {
	background-color: #FFFFFF;
}
/* contents
----------------------------------------------- */

/* 大見出し<h2> */

body#hotelTop main div#topic h2, body#hotelTop main div#whatsnew span.caption, body#hotelTop main div#access span.caption {
	background: transparent;
	color: #92634a;
	font-size: 36px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
}
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-repeat: no-repeat;
	background-position: 100% 50%;
	display: block;
	margin: 0px 20px 7px 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-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	margin: 0px 0px 7px 20px;
}
body#hotelTop main div#topic h2:before, body#hotelTop main div#whatsnew span.caption:before, body#hotelTop main div#access span.caption:before {
	width: 100px;
}
body#hotelTop main div#topic h2:after, body#hotelTop main div#whatsnew span.caption:after, body#hotelTop main div#access span.caption:after {
	width: 100px;
}
#whatsnew .container h2 {
	background-color: #ffffff;
	border-bottom: 2px solid #d0b9aa;
	color: #000000;
}
#whatsnew .container:nth-child(2) {
	background: #ffffff;
	padding-bottom: 45px;
}
/* 小見出し<h3> */

body#hotelTop main div#topic h3 {
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	letter-spacing: 3px;
}

/* トピック　小見出し
------------------------ */
h3 {
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: 8px solid #e8e8e8;
}

#hotelTop #whatsnew h3 {
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: 8px solid #ffffff;
}

#hotelTop #access h3 {
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: 8px solid #92634a;
}

/* 記事日付 */
.newDate {
	color: #6f4027;
	letter-spacing: 1px;
	font-weight: 200;
}
/* 表組み */
.hyouyou_bordercolor {
	border-collapse: collapse;
	border: 1px solid #000000;
	background: #ffffff;
}
.hyouyou_bgcolor {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 10px;
}
.honbun_margin tbody tr:nth-child(1) {
	background: #a0d8eb;
}
.hyouyou_bgcolor2 {
	border-collapse: collapse;
	border: 1px solid #000000;
	background: #ffffff;
	padding: 10px;
}
#member_info section tbody tr td:nth-child(odd) {
	background: #a0d8eb;
}
/* footer
----------------------------------------------- */

footer div#footerHotelInfo div#footerLogo {
	width: 140px;
	height: 60px;
	background-image: url(../img/footer-logo-A.png);
	background-position: center;
}
/* 18禁 */
#footerStop18Img {
	background-image: url("../img/stop-18-bg-fff.png")!important;/*display:none !important;*/
}
#footerStop18Msg span {
	color: #ffffff!important;/*display:none !important;*/
}
/* アクセスカウンター */
footer span.accessCounter {
	background: linear-gradient(#333333, #808080);
	text-align: right;
	padding: 2px 2px 0px;
	color: #FFFFFF;
}
/* アクセスカウンター非表示 */
#accessCount {
	display: none !important;
}
/* フッター　TOPボタン */
footer div#linkPageTop a {
	/*background-color:#6f4027;*/
	background: rgba(146,99,74,0.6) !important;
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 999;
	display: none;
}
/* page style
----------------------------------------------- */

body:not(#hotelTop) div#keyVisual {
	display: none;
}
body:not(#hotelTop) div#priorityNaviWrappar {
	position: relative;
	top: 0px;
}
nav#priorityNavi ul li a:hover {
	color: #d0b9aa;
}
/*FreeArea*/
div#freeArea3 {
	background: #000000;
}
/* トピック
-------------------------*/
body#hotelTop main div#topic, body#hotelTop main div#access {
	background: url(../img/A_background.png);
}
/* INFORMATION */

ul.information {
	text-align: center;
}
ul.information li {
	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 a.link,ul.information li a.secretLink{
	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,ul.information li a.secretLink 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/a_icon_event_02.png);
}
ul.information li:nth-child(3) span.icon {
	background-image: url(../img/C_icon_info_access3.png);
}
ul.information li:nth-child(4) span.icon {
	background-image: url(../img/c_icon_info_price.png);
}
ul.information li:nth-child(5) span.icon {
	background-image: url(../img/C_icon_info_service2.png);
}
ul.information li:nth-child(6) span.icon {
	background-image: url(../img/a_icon_info_simulation_02.png);
}
ul.information li a.link span.icon-name,ul.information li a.secretLink span.icon-name{
	display: block;
	width: 100%;
	height: 40px;
}
ul.information li span.icon-name-character {
	display: block;
	margin: auto;
	font-size: 15px;
	padding-top: 5px;
}
ul.information li span {
	color: #ffffff;
}
ul.information li:hover span {
	color: #ffffff;
}

/* INFORMATION 記事　非表示*/
/*ビジター*/
#topic section:not(:first-child){
display:none;
}
/*メンバー*/
#member main section:nth-child(n+3){
display:none;
}

#member main section:last-child{
display:block !important;
}


/* メンバー用INFORMATION */

body#member main ul.information li:nth-child(1) span.icon  {
    background-image: url(../img/A_icon_info_memberinfo.png);
}

body#member main ul.information li:nth-child(2) span.icon {
    background-image: url(../img/A_icon_info_room3.png);
}

body#member main ul.information li:nth-child(3) span.icon {
    background-image: url(../img/A_icon_info_point.png);
}

body#member main ul.information li:nth-child(4) span.icon {
    background-image: url(../img/A_icon_info_empty.png);
}

body#member main ul.information li:nth-child(5) span.icon {
     background-image: url(../img/A_icon_info_vacancy.png);
}

body#member main ul.information li:nth-child(6) span.icon {
    display;none;
}
/*body#hotelTop main div#topic */ul.information li span.icon-name-character {
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 400;
}
/*body#hotelTop main div#topic */ul.information li {
	background: -moz-linear-gradient(left, rgba(146,99,74,1) 0%, rgba(110,63,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(146,99,74,1) 0%, rgba(110,63,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(146,99,74,1) 0%, rgba(110,63,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*body#hotelTop main div#topic */ul.information li a:hover {
	transition: background-color 0.2s;
	border-radius: inherit;
}
ul.information li:hover {
	background: -moz-linear-gradient(left, rgba(146,99,74,0.5) 0%, rgba(110,63,38,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(146,99,74,0.5) 0%, rgba(110,63,38,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(146,99,74,0.5) 0%, rgba(110,63,38,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* 客室画像 */
#roomImages {
	width: 600px;
	margin: 0 auto;
	text-align: left !important;
}
/* gajoon 修正
-------------------------*/


/* もっと見るボタン */
#whatsnew .newMore {
	max-width: 300px;
	letter-spacing: 1px;
	border: 1px solid #6f4027;
	color: #ffffff;
	background: #6f4027;
	transition: background-color 0.5s;
	display: block !important;
	margin: 0 auto !important;
	text-align: center;
	box-sizing: border-box;
}
a.newMore.btn-negation:hover {
	background: #ffffff!important;
	border: 1px solid #6f4027!important;
	color: #6f4027!important;
	box-sizing: border-box;
}
/*アクセス情報*/
#hotelTop #access section h3 {
	color: #ffffff;
}
#hotelTop #access section .content {
	color: #ffffff;
}
/*トップページ「MAP」見出し　非表示*/
#access section h2 {
	display: none;
}
#access section .container:first-child {
}
#accessApiMap {
	margin: 30px 0px;
}
footer div#linkPageTop a {
	background-color: #6f4027;
}
#footerNavi, #footerNavi nav {
	background-color: #505050!important;
}
#footerNavi ul li a {
	color: #ffffff!important;
}
footer * {
	color: #ffffff;
	font-weight: 400;
}
#footerInfo {
	background: #9f9f9f;
}
div#headInformation, div#headNotice {
	background-color: #ffffff;
}
div#headInformation a, div#headNotice a {
	color: #6f4027;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 20px 0px;
	letter-spacing: 1px;
}
footer div#linkPageTop a {
	padding: 34px 18px 22px 18px;
}
nav#mainNavi li a:hover {
	color: #d0b9aa !important;
	transition: background-color 0.5s;
}
footer div#footerNavi nav ul li a:before {
	border-color: transparent transparent transparent #ffffff;
}
footer div#footerNavi nav ul li {
	background-color: inherit!important;
}
header div#connectHotel {
	border: none;
}
h1::after {
	border-top: 3px solid #6f4027;
	border-bottom: 1px solid #6f4027;
}
.btn-positive {
	background-color: #6f4027;
	color: #ffffff;
}
.btn-positive, .btn-negation {
	border-color: #6f4027;
}
.btn-negation {
	color: #6f4027;
}
.key-image_2nd {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
}
footer div#footerHotelInfo div#footerLogo {
	width: 288px;
	height: 56px;
}
footer div#footerHotelInfo ul li {
	color: #ffffff!important;
}
/* waths new (最新情報) */
body#hotelTop main div#whatsnew {
	background: #d0b9aa;
}
#whatsnew section .container {
	background-color: #ffffff;
}
/* empty (空室情報） */
body#empty div.epEmptyRoom {
	border-color: #6f4027 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #6f4027 !important;
}
body#empty div.epCleanRoomClm {
	background-color: #A4ABB1 !important;
}
body#empty div.epCleanRoom {
	border-color: #A4ABB1 !important;
}
body#empty div.epEmptyRoom {
	background-color: #a08429;
	border: solid 2px #a08429;
	text-align: center;
	width: 45%;
	margin: 10px;
}
body#empty div.epEmptyRoomClm {
	background-color: #a08429;
}
body#empty div.epEmptyRoom div {
	padding: 16px;
}
/* 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: #92634a;
}
body#bbs li#replyName, body#bbsReply li#replyName {
	color: #92634a;
}
body#bbs li#infoBorder, body#bbs li#replyBorder, body#bbsReply li#infoBorder, body#bbsReply li#replyBorder {
	border-bottom-color: #92634a;
}
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: #6f4027;
}
/* 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 a.roomLink {
	border-color: #6f4027;
	color: #6f4027;
	transition: background-color 0.5s;
}
body#room a.rankLinkOn {
	background-color: #6f4027;
	color: #ffffff;
}
body#room a.roomLink:hover {
	background-color: #6f4027;
}
body#room span.roomRankTitle {
	background-color: #6f4027;
}
body#room div.rankTab {
	border-bottom-color: #6f4027;
}
body#room div.roomImgs {
	border-color: #ffffff;
}
body#room div.roomRankArea {
	background-color: #ECEEF1;
	padding-bottom: 20px;
}
/*客室画像*/
#roomImages {
	width: 600px;
	margin: 0 auto;
	text-align: left !important;
}
/* room detail (料金・客室情報詳細） */

body#roomdetail a.priceLink {
	border-color: #6f4027;
	color: #6f4027;
}
body#roomdetail a.priceLink:hover {
	background-color: #6f4027;
	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: #6f4027;
}
/* simulate (料金シミュレーション） */

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

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

body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #6f4027;
	border-radiu: 21.8px;
	color: #fff;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
}

body#mailto a#maillink:hover {
	background-color: #d0bfaa;
}

/* coupon (12クーポン）修正 */

body#coupon div.couponList {
	background-color: #d0bfaa;
	border-color: #d0bfaa;
}
body#coupon span.couponClum {
	background-color: #8c5d44;
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
	color: #a57e6a;
}
/* ボタン共通　修正 */

.btn-positive {
	border-color: #6f4027 !important;
	background-color: #fff !important;
	color: #6f4027 !important;
	transition: background-color 0.5s;
}
.btn-positive:hover {
	background-color: #6f4027 !important;
	color: #ffffff !important;
}
.btn-negation {
	border-color: #999;
	color: #999;
}
body#member_reserve div.mrEmptyRoomClm {
	background-color: #6f4027;
}
body#member_reserve div.mrEmptyRoom {
	border-color: #6f4027;
}
/* クーポンボタン　文字色 */
body#coupon div.couponBtn a {
	color: #9a7652;
}
body#coupon div.couponBtn a:hover {
	color: #ffffff;
}
/* Copyright */
footer div#copyright {
	color: #666666!important;
}
footer div#copyright a {
	color: #666666!important;
}/* link-list
 ------------------------ */
footer ul.link-list li {
	display: inline-block;
	min-width: 120px;
	margin: 3px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #666666!important;
	background: inherit;
}
footer ul.link-list li a {
	display: block;
	padding: 4px 10px;
	color: #ffffff!important;
	font-size: 11px;
	text-decoration: none;
}
footer ul.link-list li a:hover {
	color: #000000!important;
	background-color: #ffffff!important;
}
footer ul.link-list li a::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 0px 8px 0px 0px;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #ffffff!important;
}
footer ul.link-list li a:hover:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 0px 8px 0px 0px;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #000000!important;
}
/* スマホ非表示 */
.smart_only {
	display: none !important;
}
/* 旧フッターメニュー非表示 */
.f_menu {
	display: none !important;
}
/* Youtube */
.youtube {
	width: 560px;
	height: 315px;
	text-align: center;
}
/*フードメニュー*/
.foodmenu {
	width: 770px;
}
.foodmenu::after {
	clear: both;
}
.foodmenu_left {
	width: 170px;
	float: left;
	text-align: left;
}
.foodmenu_right {
	float: left;
	text-align: left
}
.rankcontent {
	display: table;
	border: 1px solid #333333;
}
.rank dt {
	background: #ffdff7;
}
.rank {
	display: table-cell;
	border-right: 1px solid #333333;
}
.rank dt, .rank dd {
	padding: 2px 5px;
	text-align: center;
	border-bottom: 1px solid #333333;
}
.rank dt:last-child, .rank dd:last-child {
	border-bottom: none;
}
.rankcontent .rank:nth-child(3) {
	border-right: none;
}
/*トップページ「MAP」見出し　非表示*/
#access section h2 {
	display: none;
}
.hotellist li {
	float: left;
	padding: 5px 10px 0 15px;
	list-style: none;
}
main section .container .content:after, .hotellist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*電話番号*/
.content div#connectHotel{
display:block ;
margin-bottom:20px;
}

.content div#connectHotel p{
padding:0px;
font-size:18px;
font-weight:bold;
color:#000000 !important;
}

.content div#connectHotel p a{
color:#000000 !important;
}

.content div#connectHotel img{
width:15px;
margin-right:10px;
}

/* 客室詳細*/
body#roomdetail #mainWrapper{
display: flex;
flex-direction: column;
}
/* 部屋タイトル*/
body#roomdetail #mainWrapper section:nth-child(2){
order : 2;
}
/** 料金表*/
body#roomdetail #mainWrapper section:nth-child(3){
order : 4;
}
/* サービス内容詳細*/
body#roomdetail #mainWrapper section:nth-child(4){
order : 5;
}
/* 設備*/
body#roomdetail #mainWrapper section:nth-child(5){
order : 3;
}
/* 備考*/
body#roomdetail #mainWrapper section:nth-child(6){
margin-top:20px;
order : 6;
}
/* 戻る*/
body#roomdetail #mainWrapper section:nth-child(7){
order : 7;
}

/*chrome firefox 対策*/
body#roomdetail main div.container:nth-child(1){
margin:initial;
}

/* IE対策 */
body#roomdetail .tableBorderNo{
height:100%;
}