﻿@CHARSET "UTF-8";
@import url("../../common/css/style-b.css");

/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style
--------------------- */


/* common setting
----------------------------------------------- */

body:not(#hotelTop) {
  background: #dcdad6;
}

*:not(font) {
  color: #000000;
}

* {
  line-height: 1.6;
}

h main {
  padding-bottom: 20px !important;
}

#wrapper:not(#hotelTop) {
  background: url(../img/B_background.png);
}


/*ホテルトップ　記事　非表示*/

body#hotelTop main div#topic section:nth-of-type(n+2) {
  display: none;
}

body#member main div#mainWrapper section:nth-of-type(n+2) {
  display: none;
}


/* header
----------------------------------------------- */

header {
  background: rgba(121, 118, 92, 0.8);
}

header div#headerLogo {
  width: 260px;
  height: 80px;
  background-image: url(../img/header-logo-b.png);
  background-color: rgba(0, 0, 0, 0);
}


/*メンバーログイン　ボタン*/

header a#btnLogin>span::after {
  /*英語「Member LOGIN」の場合は content 削除*/
  content: "Member LOGIN";
  color: #FFFFFF;
}

body:not(#hotelTop) header {
  position: relative;
  background: rgba(121, 118, 92, 0.8);
}


/*header, body:not(#hotelTop) header {
	background-color: rgba(255,255,255,0.6);
}*/


/* 18禁 */

#headerStop18Img {
  color: #ffffff;
  /*display:none !important;*/
}

#headerStop18Msg {
  color: #ffffff;
  /*display:none !important;*/
}


/* connectHotel
------------------------ */

header div#connectHotel {
  border: none;
}

header div#connectHotel * {
  color: #ffffff;
}

header div#connectHotel p:nth-of-type(2)::before {
  content: url("../img/icon-phone-clear.png");
}


/* btnLogin
------------------------ */

header a#btnLogin {
  background: -moz-linear-gradient(top, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header a#btnLogin:hover {
  background: -moz-linear-gradient(top, rgba(245, 243, 235, 0.5) 0%, rgba(179, 161, 79, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 243, 235, 0.5) 0%, rgba(179, 161, 79, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 243, 235, 0.5) 0%, rgba(179, 161, 79, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* keyVisual
----------------------------------------------- */

div#keyVisual {
  position: relative;
  top: 0px;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

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;*/
  display: none;
}

body:not(#hotelTop) div#keyVisual ul {
  /*height:220px;*/
  display: none;
}

div#keyVisual ul {
  height: 100%;
}

div#keyVisual ul li {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

div#keyVisual div.key-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

div#keyVisual, div#keyVisual ul {
  height: 570px;
}


/* nav
----------------------------------------------- */

div#priorityNaviWrappar {
  background: -moz-linear-gradient(top, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 243, 235, 1) 0%, rgba(179, 161, 79, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#btnOpenMainNavi {
  background: #aaa77c;
}

#btnOpenMainNavi>span, #btnOpenMainNavi>span::before, #btnOpenMainNavi>span::after {
  background-color: #ffffff;
}

nav#mainNavi ul li a:hover {
  color: #9f5213;
}

nav#priorityNavi ul li a {
  color: #8f8b75;
}

nav#priorityNavi ul li a:hover {
  color: #9f5213;
}


/* headline
----------------------------------------------- */

div#headInformation, div#headNotice {}


/* freeArea
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {}


/* contents
----------------------------------------------- */


/* main */

body:not(#hotelTop) main {
  background-color: #ffffff;
}


/* 大見出し */

h2 {
  background: #ebeae0;
  color: #666666;
}

body#hotelTop main div#topic h2, body#hotelTop main div#whatsnew span.caption, body#hotelTop main div#access span.caption {
  background: transparent;
  color: #b49c70;
  font-size: 34px;
  font-weight: bold;
  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-image: url("../img/B_ornament_left.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 40px;
  display: block;
  margin: 0px 20px 0px 0px;
  padding-top: 4px;
}

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-image: url("../img/B_ornament_right.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 40px;
  display: block;
  margin: 0px 0px 0px 20px;
  padding-top: 4px;
}

h1:after {
  border-bottom-color: #000000;
  border-top-color: #000000;
}

h1 {
  color: #000000 !important;
}

body#hotelTop main div#topic h2 {
  background-color: transparent;
}


/* 小見出し */

body#hotelTop main div#topic h3 {
  color: #000000;
  border: none;
  text-align: center;
  font-weight: normal;
}

body#hotelTop main div#topic h3 {
  color: #8c8851;
}


/* footer
----------------------------------------------- */

footer {
  background-color: #000000;
}

footer div#footerHotelInfo div#footerLogo {
  width: 140px;
  height: 60px;
  background-image: url(../img/footer-logo-b.png);
}

#footerNavi {
  margin-top: -40px
}

footer div#footerNavi, footer div#footerNavi nav ul {
  background-color: #f3f2e9;
}

footer div#linkPageTop a {
  background-color: #787878;
}


/* 18禁 */

#footerStop18Img {
  background: url(../img/stop-18-bg-gry.png) no-repeat!important;
  /*display:none !important;*/
}

#footerStop18Msg span {
  color: #333333!important;
  /*display:none !important;*/
}


/* ホテル名 */


/* ホテル電話番号 */

footer div#footerHotelInfo>ul li, footer div#footerHotelInfo>ul li a {
  color: #333333!important;
}

footer #qrcodeContainer p {
  color: #333333!important;
}

footer div#footerNavi nav ul li a {
  color: #333333!important;
}

footer div#footerNavi nav ul li a:before {
  border-color: transparent transparent transparent #333333;
}

#footerInfo {
  background: #ffffff;
}


/* link-list
 ------------------------ */

footer ul.link-list li {
  display: inline-block;
  min-width: 120px;
  margin: 3px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #a4a183!important;
}

footer ul.link-list li a {
  display: block;
  padding: 4px 10px;
  color: #a4a183!important;
  font-size: 11px;
  text-decoration: none;
}

footer ul.link-list li a:hover {
  color: #ffffff!important;
  background-color: #a4a183!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 #a4a183!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 #ffffff!important;
}


/* copyright
 ------------------------ */

footer div#copyright {
  display: inline-block;
  position: relative;
  height: 20px;
  font-size: 12px;
  color: #333333!important;
}

footer div#copyright a {
  color: #333333!important;
  text-decoration: none;
}


/* page style
----------------------------------------------- */

body#hotelTop main div#topic {}


/* information */


/*body#hotelTop main div#topic */

ul.information {
  text-align: center;
}


/*body#hotelTop main div#topic*/

ul.information li {
  display: inline-block;
  background-color: #d6cea7;
  vertical-align: top;
  width: calc(( 100% - 26px)/2);
  text-align: left;
  font-size: 14px;
  border-radius: 0px;
  height: 160px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}


/*body#hotelTop main div#topic */

ul.information li:hover {
  background-color: #9f5213;
}


/*body#hotelTop main div#topic*/

ul.information li a.link,ul.information li a.secretLink{
  text-decoration: none;
}


/*body#hotelTop main div#topic*/

ul.information li span.icon {
  display: none;
}


/*body#hotelTop main div#topic*/

ul.information li a.link span.icon-name,ul.information li a.secretLink span.icon-name{
  font-size: 1.2em;
  width: 35%;
  height: 160px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 0px 20px;
}


/*body#hotelTop main div#topic*/

ul.information li span.icon-name-character {
  color: #5e583d;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
  white-space: nowrap;
}

ul.information li:hover span.icon-name-character {
  color: #ffffff;
}


/*写真ON/OFF用これ+nthalink:hover*/

ul.information li a.link,ul.information li a.secretLink{
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 65%;
}


/*---------------------------------*/


/*body#hotelTop main div#topic */

ul.information li:nth-child(2n-1) {
  margin-right: 20px;
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(2n) {
  margin-right: 0px;
}


/*body#hotelTop main div#topic*/

ul.information li {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 65%;
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(1) a.link {
  background-image: url(../img/B_menu01.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(1) a.link:hover {
  background-image: url(../img/B_menu01_on.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(2) a.link {
  background-image: url(../img/B_menu02.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(2) a.link:hover {
  background-image: url(../img/B_menu02_on.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(3) a.link {
  background-image: url(../img/B_menu03.png);
}


/*body#hotelTop main div#topic */

ul.information li:nth-child(3) a.link:hover {
  background-image: url(../img/B_menu03_on.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(4) a.link {
  background-image: url(../img/B_menu04.png);
}


/*body#hotelTop main div#topic*/

ul.information li:nth-child(4) a.link:hover {
  background-image: url(../img/B_menu04_on.png);
}

body#member main ul.information li:nth-child(1) a.link, body#member main ul.information li:nth-child(1) a.secretLink {
  background-image: url(../img/B_menu08.png);
}

body#member main ul.information li:nth-child(1) a.link:hover, body#member main ul.information li:nth-child(1) a.secretLink:hover {
  background-image: url(../img/B_menu08_on.png);
}

body#member main ul.information li:nth-child(2) a.link, body#member main ul.information li:nth-child(2) a.secretLink {
  background-image: url(../img/B_menu05.png);
}

body#member main ul.information li:nth-child(2) a.link:hover, body#member main ul.information li:nth-child(2) a.secretLink:hover {
  background-image: url(../img/B_menu05_on.png);
}

body#member main ul.information li:nth-child(3) a.link, body#member main ul.information li:nth-child(3) a.secretLink {
  background-image: url(../img/B_menu06.png);
}

body#member main ul.information li:nth-child(3) a.link:hover, body#member main ul.information li:nth-child(3) a.secretLink:hover {
  background-image: url(../img/B_menu06_on.png);
}

body#member main ul.information li:nth-child(4) a.link {
  background-image: url(../img/B_menu07.png);
}

body#member main ul.information li:nth-child(4) a.link:hover {
  background-image: url(../img/B_menu07_on.png);
}


/* empty (02空室情報）修正 */

body#empty div.epEmptyRoom {
  border-color: #b49c70!important;
}

body#empty div.epEmptyRoomClm {
  background-color: #b49c70 !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;
}

body#hotelTop main div#whatsnew {
  background: #f3f2e9;
}

#whatsnew section .container {
  background-color: #ffffff;
}

.roomlist {
  height: 50px !important;
}

.roomlist a {
  display: block;
}


/* bbs (03掲示板修正）修正 */

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: #b49c70;
}

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: #000000;
}

body#bbs li#replyName, body#bbsReply li#replyName {
  color: #333333;
}

body#bbs li#infoBorder, body#bbs li#replyBorder, body#bbsReply li#infoBorder, body#bbsReply li#replyBorder {
  border-bottom-color: #333333;
}

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: #b49c70;
}


/* room (06料金・客室情報）修正 */

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: #b49c70;
  color: #b49c70;
  transition: background-color 0.5s;
}

body#room a.rankLinkOn {
  background-color: #b49c70;
  color: #ffffff;
}

body#room a.roomLink:hover {
  background-color: #b49c70;
}

body#room span.roomRankTitle {
  background-color: #b49c70;
}

body#room div.rankTab {
  border-bottom-color: #b49c70;
}

body#room div.roomImgs {
  border-color: #ffffff;
}

body#room div.roomRankArea {
  background-color: #ECEEF1;
  padding-bottom: 20px;
}


/* room detail (06-1料金・客室情報詳細）修正 */

body#roomdetail a.priceLink {
  border-color: #b49c70;
  color: #b49c70;
}

body#roomdetail a.priceLink:hover {
  background-color: #b49c70;
  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: #b49c70;
}


/* simulate (07料金シミュレーション）修正 */

body#simulate tr.tr-entering th, body#simulate tr#tr-time th {
  background-color: #f5f5f5;
}


/* service (08サービス設備情報）修正 */

body#service div.limiteroom {
  background-color: #b49c70;
}


/*「設備」見出し削除*/

#equipmentArea div:nth-child(1) {
  display: none;
}


/* mailto (09お問い合わせ）修正 */

body#mailto a#maillink {
  width: 320px;
  display: block;
  text-align: center;
  background-color: #b49c70;
  border-radiu: 21.8px;
  color: #fff;
  padding: 8px 88px;
  border-radius: 28px;
  text-decoration: none;
  margin-bottom: 20px;
}


/* coupon (12クーポン）修正 */

body#coupon div.couponList {
  background-color: #f3e3c1;
  border-color: #f3e3c1;
}

body#coupon span.couponClum {
  background-color: #787878;
}

div.couponBtn.content .btn-positive a {
  display: block;
  padding: 0px 80px;
}


/* ボタン共通　修正 */

.btn-positive {
  border-color: #b49c70!important;
  background-color: #ffffff!important;
  color: #b49c70 !important;
  transition: background-color 0.5s;
}

.btn-positive:hover {
  background-color: #b49c70!important;
  color: #ffffff !important;
}

.btn-negation {
  border-color: #999;
  color: #999;
}

body#coupon div.couponBtn a {
  color: #b49c70;
}

body#coupon div.couponBtn a:hover {
  color: #ffffff;
}

#whatsnew .newMore {
  min-width: 300px;
  letter-spacing: 1px;
  color: #5e583d;
  border-color: #d6cea7;
  background-color: #d6cea7;
  transition: background-color 0.5s;
}

a.newMore.btn-negation:hover {
  background-color: #5e583d!important;
  color: #d6cea7 !important;
}


/*アクセス情報*/

#access {
  background: #fbfbf8;
}


/*トップページ「MAP」見出し　非表示*/

#access section h2 {
  display: none;
}


/* backgroud
------------------------ */


/* information and access */


/* Copyright */

footer div#copyright {
  color: #ffffff;
}

footer div#copyright a {
  color: #ffffff;
}


/*フードメニュー*/

.foodmenu {
  width: 770px;
}

.foodmenu::after {
  clear: both;
}

.foodmenu_left {
  width: 170px;
  float: left;
  text-align: left;
}

.foodmenu_right {
  float: left;
  text-align: left;
}


/*ルーム予約*/

.mrEmptyRoom {
  border-color: #b49c70 !important;
}

.mrEmptyRoomClm {
  background-color: #b49c70 !important;
  color: #FFFFFF;
}


/*アクセスカウント*/

footer div#accessCount {
  display: none;
}


/* TOP
-------------------------*/

footer div#linkPageTop a {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
}

footer div#linkPageTop a {
  font-size: inherit;
  font-weight: normal;
  transform: inherit;
  border-radius: 50%;
  padding: 34px 18px 12px;
}

footer div#linkPageTop a::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -ms-transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

footer div#linkPageTop a::after {
  content: "TOP";
  position: relative;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  border: 0px;
  border-top: none;
  border-right: none;
  transform: none;
}

footer div#linkPageTop a {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  display: none;
}

footer div#linkPageTop a {
  background-color: rgba(214, 206, 167, 0.6)!important;
}


/* 表組み */

.hyouyou_bordercolor {
  border-collapse: collapse;
  border: 1px solid #000000;
  /*	background: #ffffff;*/
}

.hyouyou_bgcolor {
  border-collapse: collapse;
  border: 1px solid #000000;
  /*	background: #f7f7f7;*/
  padding: 10px;
}

.hyouyou_bgcolor2 {
  border-collapse: collapse;
  border: 1px solid #000000;
  /*	background: #ffffff;*/
  padding: 10px;
}


/*トップページ「MAP」見出し　非表示*/

#access section h2 {
  display: none;
}


/* 客室画像 */

#roomImages {
  width: 600px;
  margin: 0 auto;
  text-align: left !important;
}

.finemember dt {
  border-top: 1px solid #aa5300;
  border-right: 1px solid #aa5300;
  border-left: 1px solid #aa5300;
  color: #520000;
}

.finemember dd {
  border: 1px solid #aa5300;
  color: #520000;
  margin-bottom: 20px;
}


/* メンバーズ様入口 */

.registration {
  border-right: 1px solid #8f8b75;
  border-left: 1px solid #8f8b75;
  border-top: 1px solid #8f8b75;
}

.registration dt {
  padding: 5px 0;
  border-bottom: 1px solid #8f8b75;
  background: #d6cea7;
  text-align: center;
}

.registration dd {
  border-bottom: 1px solid #8f8b75;
  padding: 10px 5px;
}

.registration dd span {
  padding: 10%;
}


/* フリーエリア*/

div#freeArea2, div#freeArea3 {
  background-color: #ffffff!important;
  margin-top: -50px;
  padding-bottom: 50px;
}

.freestayle {
  list-style: none;
}

.freestayle li {
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 10px;
  text-align: center;
  color: #0e1e46;
  float: left;
  width: 23%;
}

main section .container .content:after, .freestayle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}