@CHARSET "UTF-8";
 @import url("../../common/css/style-b.css");
/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style
--------------------- */

/* common setting
----------------------------------------------- */

* {line-height: 1.6;}
body:not(#hotelTop) {
	background: #402c25 url("../img/b_background.png");
	    position: relative;
}
/* header
----------------------------------------------- */

header div#headerLogo {
	width: 260px;
	height: 80px;
	background-image: url(../img/header-logo-b.svg);
	background-size: 120px auto;
	background-color: rgba(0, 0, 0, 0.0);
}
header a#btnLogin>span::after {
	content: "メンバーログイン";
	color: #FFFFFF;
}
body:not(#hotelTop) header {
	position: relative;
	background-color: #000000;
}
header, body:not(#hotelTop) header {
	background-color: rgba(255,255,255,0.9);
}
/* Stop18
------------------------ */

header div#headerStop18Msg {
	color: #25221d;
	display: none !important;
}
header div#headerStop18Img {
	background-image: url("../../aria/img/stop-18-bg-bk.png");
	display: none !important;
}
#footerStop18Msg {
	display: none !important;
}
/* connectHotel
------------------------ */

header div#connectHotel {
	border: none;
}
header div#connectHotel * {
	color: #25221d;
}
header div#connectHotel p:nth-of-type(2)::before {
	content: url("../../aria/img/icon-phone_bk.png");
}
/* btnLogin
------------------------ */

header a#btnLogin {
	background-color: #402c25;
}
header a#btnLogin:hover {
	background-color: #8c8851;
}
/* keyVisual
----------------------------------------------- */

body:not(#hotelTop) div#keyVisual {
	display: none;
}
/* nav
----------------------------------------------- */

div#priorityNaviWrappar {
	background: linear-gradient(#7c3217, #402c25)
}
/* headline
----------------------------------------------- */

div#headInformation, div#headNotice {
}
/* freeArea
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {
}
/* contents
----------------------------------------------- */
/* main */
main {
	padding-bottom: 0px;
}
body:not(#hotelTop) main {
	background-color: #ffffff;
}
/* 大見出し */

h2 {
	background-color: #a29793;
	color: #000000;
}
body#hotelTop main div#topic h2, body#hotelTop main div#whatsnew span.caption, body#hotelTop main div#access span.caption {
	background: transparent;
	color: #8c8851;
	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("../../aria/img/b_ornament_left.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 101px;
	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("../../aria/img/b_ornament_right.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 101px;
	height: 40px;
	display: block;
	margin: 0px 0px 0px 20px;
	padding-top: 4px;
}
h1:after {
	border-bottom-color: #402c25;
	border-top-color: #402c25;
}
h1 {
	color: #402c25 !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 div#footerHotelInfo div#footerLogo {
	width: 140px;
	height: 60px;
	background-image: url(../img/footer-logo-b.png);
}
footer div#footerNavi, footer div#footerNavi nav ul {
	background-color: #402c25;
}
footer div#footerHotelInfo div#footerLogo {
	background-image: url("../img/footer-logo-b.svg");
}
footer div#footerStop18 div#footerStop18Img {
	background-image: url("../../aria/img/stop-18-bg-clear.png");
	display: none;
}

/* accessCount */

footer div#accessCount {
	display: none;
}
/* ビジター INFORMATION */

body#hotelTop main div#topic ul.information {
	text-align: center;
}
body#hotelTop main div#topic ul.information li {
	display: inline-block;
	background-color: #402c25;
	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 a.link {
	text-decoration: none;
}
body#hotelTop main div#topic ul.information li a.link:hover span.background {
	position: absolute;
	background-color: rgba(255,255,255,0.4);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
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 {
	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: #ffffff;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}
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) {
	background-image: url(../img/B_menu01.png);
}
body#hotelTop main div#topic ul.information li:nth-child(2) {
	background-image: url(../img/B_menu02.png);
}
body#hotelTop main div#topic ul.information li:nth-child(3) {
	background-image: url(../img/B_menu03.png);
}
body#hotelTop main div#topic ul.information li:nth-child(4) {
	background-image: url(../img/B_menu04.png);
}
body#hotelTop main div#topic ul.information li:nth-child(5) {
	background-image: url(../img/B_menu05.png);
}
body#hotelTop main div#topic ul.information li:nth-child(6) {
	background-image: url(../img/B_menu06.png);
}
/* メンバー INFORMATION */

body#member main ul.information {
	text-align: center;
}
body#member main ul.information li {
	display: inline-block;
	background-color: #402c25;
	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#member main ul.information li a.link {
	text-decoration: none;
}
body#member main ul.information li a.link:hover span.background {
	position: absolute;
	background-color: rgba(255,255,255,0.4);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
body#member main ul.information li span.icon {
	display: none;
}
body#member main ul.information li a.link span.icon-name {
	font-size: 1.2em;
	width: 35%;
	height: 160px;
	font-weight: bold;
	display: block;
	text-align: left;
	padding: 0px 20px;
}
body#member main ul.information li span.icon-name-character {
	color: #ffffff;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}
body#member main ul.information li:nth-child(2n-1) {
	margin-right: 20px;
}
body#member main ul.information li:nth-child(2n) {
	margin-right: 0px;
}
body#member main ul.information li {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 65%;
}
body#member main ul.information li:nth-child(1) {
	background-image: url(../img/B_menu01.png);
}
body#member main ul.information li:nth-child(2) {
	background-image: url(../img/B_menu02.png);
}
body#member main ul.information li:nth-child(3) {
	background-image: url(../img/B_menu03.png);
}
body#member main ul.information li:nth-child(4) {
	background-image: url(../img/B_menu04.png);
}
body#member main ul.information li:nth-child(5) {
	background-image: url(../img/B_menu05.png);
}
body#member main ul.information li:nth-child(6) {
	background-image: url(../img/B_menu06.png);
}
/* whats new */

#whatsnew section .container {
	background-color: #ffffff;
}
/* empty (02空室情報）修正 */
body#empty div.epEmptyRoom {
	border-color: #402c25 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #402c25 !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 {
	/* IE */ 
	background: url("../img/b_background.png"), -ms-linear-gradient(top, #402c25, #a29793);
	/* Mozilla */ 
	background: url("../img/b_background.png"), -moz-linear-gradient(top, #402c25, #a29793);
	/* Opera */ 
	background: url("../img/b_background.png"), -o-linear-gradient(top, #402c25, #a29793);
	/* Webkit */ 
	background: url("../img/b_background.png"), -webkit-linear-gradient(top, #402c25, #a29793);
	/* W3C */ 
	background: url("../img/b_background02.png"), linear-gradient(top, #402c25, #a29793);
}
/* 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: #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: #402c25;
}
/* 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: #402c25;
	color: #402c25;
	transition: background-color 0.5s;
}
body#room a.rankLinkOn {
	background-color: #402c25;
	color: #ffffff;
}
body#room a.roomLink:hover {
	background-color: #402c25;
}
body#room span.roomRankTitle {
	background-color: #402c25;
}
body#room div.rankTab {
	border-bottom-color: #402c25;
}
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 (06-1料金・客室情報詳細）修正 */

body#roomdetail a.priceLink {
	border-color: #402c25;
	color: #402c25;
}
body#roomdetail a.priceLink:hover {
	background-color: #402c25;
	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: #402c25;
}
/* 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: #a4abb1;
}
/* mailto (09お問い合わせ）修正 */

body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #402c25;
	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: #dff1fb;
	border-color: #dff1fb;
}
body#coupon span.couponClum {
	background-color: #7ca8c2;
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
}
/* ボタン共通　修正 */

.btn-positive {
	border-color: #402c25 !important;
	background-color: #fff !important;
	color: #402c25 !important;
	transition: background-color 0.5s;
}
.btn-positive:hover {
	background-color: #402c25 !important;
	color: #ffffff !important;
}
.btn-negation {
	border-color: #999;
	color: #999;
}
#whatsnew .newMore {
	min-width: 300px;
	letter-spacing: 1px;
	color: #000001;
	border-color: #000001;
	background-color: rgba(255,255,255,0.7);
	transition: background-color 0.5s;
}
a.newMore.btn-negation:hover {
	background-color: #000001 !important;
	color: #ffffff !important;
}
nav#priorityNavi ul li a {
	color: #909090;
}
nav#priorityNavi ul li a:hover {
	color: #ffffff;
}
/* backgroud
------------------------ */
/* information and access */

body#hotelTop main div#topic, body#hotelTop main div#access {
	background: linear-gradient(rgba(255,255,255,0.6), rgba(180,180,180,1)),  url(../img/b_background02.png) repeat;
}
/*メンバー特典*/
.hyouyou_bgcolor {
	background-color: #69301b;
}
.hyouyou_bgcolor2 {
	background-color: #ffb38f;
}
.hyouyou_bordercolor {
	background-color: #666666;
}
.subtitlebar_basecolor {
	background-color: #ffe0cd;
	border: none;
	height: 18px;
}
/* TOP
-------------------------*/

footer div#linkPageTop a {
	background-color: rgba(64,44,37,0.6);
	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;
}

.content:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 