@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;
}
main {
	padding-bottom: 0;
}

/*ホテルトップ　記事　非表示*/

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 div#headerLogo {
	width: 260px;
	height: 80px;
	background-image: url(../img/header-logo-b.png);
	background-size: 260px auto;
	background-color: rgba(0, 0, 0, 0.0);
}
header a#btnLogin>span::after {
	content: "メンバーログイン";
	color: #000000;
}
body:not(#hotelTop) header {
	position: relative;
	background-color: #000000;
}
header, body:not(#hotelTop) header {
	background-color: #252525;
}


/*ヘッダー店舗名*/
header div#headerLogo::after {
    content: "浅草店";/*店舗名*/
    display: block;
    position: relative;
    top: 35px;
    left: 265px;
    width: 140px;
    color: #ff0000;
    font-size: 12pt;
	display:none;
}

/* Stop18
------------------------ */
header div#headerStop18Msg {
	color: #ffffff;
}
header div#headerStop18Img {
	background-image: url("../img/stop-18-bg-wh.png");
}
/* 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_wh.png");
}

/* btnLogin
------------------------ */
header a#btnLogin {
	color: #252525;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

header a:hover#btnLogin: {
	color: #ffffff;
	background-color: #252525;
	background-image: url(../img/icon-login2.png);
}

header a:hover#btnLogin::after {
	color: #ffffff;
	background-image: url(../img/icon-login2.png);
}

/* btnLogin
------------------------ */

header a#btnLogin {
    line-height: 52px;
    padding: 0px 20px;
    background-color: #ffffff;
    color: #252525!important;
    border-radius: 6px;
    text-decoration: none;
}

header a#btnLogin:hover {
    background-color: #252525;
}

header a#btnLogin::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 7px;
    width: 22px;
    height: 23px;
    margin-left: 5px;
    background-image: url(../img/icon-login2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
header a#btnLogin::after {
	background-image: url(../img/icon-login2.png);
}

header a:hover#btnLogin::after {
	background-image: url(../img/icon-login.png);
}

header a#btnLogin>span::after {
    content: "Member LOGIN";
    color: #252525;
}

header a:hover#btnLogin>span::after {
    content: "Member LOGIN";
    color: #ffffff;
}


/* 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-color: #252525;
}

#btnOpenMainNavi>span, #btnOpenMainNavi>span::before, #btnOpenMainNavi>span::after {
	background-color: #aaaaaa;
}
nav#mainNavi ul li a:hover {
	color: #807363;
}

nav#priorityNavi ul li a {
	color: #ffffff;
}
nav#priorityNavi ul li a:hover {
	color: #807363!important;
}

/* headline
----------------------------------------------- */
div#headInformation, div#headNotice {
}
/* freeArea
----------------------------------------------- */
div#freeArea1, div#freeArea2, div#freeArea3 {
}
/* contents
----------------------------------------------- */
/* main */
body:not(#hotelTop) main {
	background-color: #ffffff;
}

/* backgroud
------------------------------------- */
/* information and access */
body#hotelTop main div#topic, body#hotelTop main div#access {
	background-image: url(../img/B-background.png)!important;
}

/* What's New */
body#hotelTop main div#whatsnew {
	background-color: #000000 !important;
}

#whatsnew h3 {
	color: #000000;
	border-left:8px solid #4d4d4d;
	}

main #whatsnew section div.container {
	background-color: #ffffff;
}

body#hotelTop main div#whatsnew span.caption {
	background-color: #000000;
}

/*div#whatsnew :last-child.container {
              background: #ffffff;
              padding-bottom: 45px;
}*/
main div.container {
	padding-top: 20px;
	padding-bottom: 10px;
}

/* 大見出し */
h2 {
	background-color: #c8c8c8;
	color: #313131;
}
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: 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: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 76px;
	height: 28px;
	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: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 76px;
	height: 28px;
	display: block;
	margin: 0px 0px 0px 20px;
	padding-top: 4px;
}

h1:after {
	border-bottom-color: #807363;
	border-top-color: #807363;
}
h1 {
	color: #000000 !important;
}
body#hotelTop main div#topic h2 {
	background-color: transparent;
}

/* 小見出し */
body#hotelTop main div#topic h3 {
	color: #ffffff;
	border: none;
	text-align: center;
	font-weight: normal;
}
body#hotelTop main div#topic h3 {
	color: #8c8851;
}

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

/* footer
----------------------------------------------- */
footer {
	background-color: #333333;
}
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: #000000;
}
footer div#footerHotelInfo div#footerLogo {
	background-image: url("../img/footer-logo-b.png");
}
footer div#footerStop18 div#footerStop18Img {
	background-image: url("../img/stop-18-bg-clear.png");
}
/* ホテル名 *//* ホテル電話番号 */
footer div#footerHotelInfo>ul li, footer div#footerHotelInfo>ul li a {
	color: #ffffff;
}
footer #qrcodeContainer p {
	color: #ffffff;
}
footer div#footerNavi nav ul li a {
	color: #ffffff;
}
footer div#footerNavi nav ul li a:before {
	border-color: transparent transparent transparent #ffffff;
}

/* accessCount */
footer div#accessCount {
	display: none;
}
/* information */
ul.information {
	text-align: center;
}
ul.information li {
	display: inline-block;
	background-color: #807363;
	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;
}
ul.information li a.link {
	text-decoration: none;
}
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;
}
ul.information li span.icon {
	display: none;
}
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;
}
ul.information li span.icon-name-character {
	color: #ffffff;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}
ul.information li:nth-child(2n-1) {
	margin-right: 20px;
}
ul.information li:nth-child(2n) {
	margin-right: 0px;
}
ul.information li {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 65%;
}

/*ビジター用インフォメーション*/
ul.information li:nth-child(1) {
	background-image: url(../img/B_menu01.png);
}
ul.information li:nth-child(2) {
	background-image: url(../img/B_menu02.png);
}
ul.information li:nth-child(3) {
	background-image: url(../img/B_menu03.png);
}
ul.information li:nth-child(4) {
	background-image: url(../img/B_menu04.png);
}

/*メンバー用インフォメーション*/
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_menu05.png);
}

/* empty (02空室情報）修正 */
body#empty div.epEmptyRoom {
	border-color: #807363 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #807363 !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#empty span.roomlist a{
display:block;
height:50px;
line-height:50px;
}

/*body#hotelTop main div#whatsnew {
	 IE  
	background: -ms-linear-gradient(top, #cbe1de, #ffffff);
	 Mozilla  
	background: -moz-linear-gradient(top, #cbe1de, #ffffff);
	 Opera  
	background: -o-linear-gradient(top, #cbe1de, #ffffff);
	 Webkit  
	background: -webkit-linear-gradient(top, #cbe1de, #ffffff);
	 W3C 
    background: -webkit-linear-gradient(top, #cbe1de, #ffffff);
}
*/

.roomlist {
	height: 50px !important;
}
.roomlist a {
	display: block;
}

/*部屋ランク別料金一覧表 */
body#room li.roomImgList {
  width: 100px;
  margin: 0 10px;
}

/*客室画像*/
#roomImages{
width:600px;
margin:0 auto;
text-align:left !important;
}


/* 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: #a4d7da;
}
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: #807363;
}
body#bbs li#infoBorder, body#bbs li#replyBorder, body#bbsReply li#infoBorder, body#bbsReply li#replyBorder {
	border-bottom-color: #807363;
}
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: #807363;
}
/* 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: #807363;
	color: #807363;
	transition: background-color 0.5s;
}
body#room a.rankLinkOn {
	background-color: #807363;
	color: #ffffff;
}
body#room a.roomLink:hover {
	background-color: #807363;
}
body#room span.roomRankTitle {
	background-color: #807363;
}
body#room div.rankTab {
	border-bottom-color: #807363;
}
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: #807363;
	color: #807363;
}
body#roomdetail a.priceLink:hover {
	background-color: #807363;
	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: #807363;
}
/* 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: #807363;
}
/* mailto (09お問い合わせ）修正 */
body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #807363;
	border-radius: 21.8px;
	color: #fff;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
}

/*メールマガジン*/
input[type=text]{
color:#000000;
}

/* coupon (12クーポン）修正 */
body#coupon div.couponList {
	background-color: #c2bbb1;
	border-color: #c2bbb1;
}
body#coupon span.couponClum {
	background-color: #807363;
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
}
/* ボタン共通　修正 */
.btn-positive {
	border-color: #807363!important;
	background-color: #ffffff!important;
	color: #807363 !important;
	transition: background-color 0.5s;
}
.btn-positive:hover {
	background-color: #807363!important;
	color: #ffffff !important;
}
.btn-negation {
	border-color: #999;
	color: #999;
}
body#coupon div.couponBtn a {
	color: #807363;
}
body#coupon div.couponBtn a:hover {
	color: #ffffff;
}
#whatsnew .newMore {
	min-width: 300px;
	letter-spacing: 1px;
	color: #ffffff;
	border-color: #807363;
	background-color: #807363;
	transition: background-color 0.5s;
}
a.newMore.btn-negation:hover {
	background-color: #ffffff !important;
	color: #807363 !important;
}


/*トップページ「MAP」見出し　非表示*/
#access section h2{
	display: none;
}


/*アクセス情報*/

body#hotelTop main div#access div.container h3 {
	color: #ffffff;
	margin-bottom: 18px;
}
body#hotelTop main div#access div.content {
	color: #ffffff;
}

h3 {
	color: #000000;
}

/* Copyright */
footer div#copyright{
color:#ffffff;
}

footer div#copyright a{
color:#ffffff;
}

/* スマホ非表示 */
.smart_only{
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;
}
/*ルーム予約*/
.mrEmptyRoom {
	border-color: #49aeb6 !important;
}
.mrEmptyRoomClm {
	background-color: #49aeb6 !important;
	color: #FFFFFF;
}
/* 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;
}
/* page style
----------------------------------------------- */

footer div#linkPageTop a {
background-color: rgba(128, 115, 99, 0.6);
}

/*トップページ「MAP」見出し　非表示*/
#access section h2 {
	display: none;
}

*記事　回り込み解除*/
#new section .container .content:after,#whatsnew section .container .content:after,#service section .container .content:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 

/*:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} */

/*  メンバー情報 */
/*
section div.container #memberinfo th,td {
    border: 1px solid #cccccc;
	max-width: 1100px;
}
*/

.hyouyou_bgcolor {
	background-color: #807363;
	color: #ffffff;
}

.hyouyou_bordercolor{
border-collapse:collapse;
}

.hyouyou_bordercolor td{
border-collapse:collapse;
border:1px solid #000000;
}

body#member_use div#historyArea td:nth-of-type(1), body#member_use div#detailTitleArea td
{
    color: #000000;
}

body#member_point div#historyArea td:nth-of-type(1), body#member_point div#detailTitleArea td
{
	color: #000000;
}

/*
section div.container #memberinfo th, td {
	border: 1px solid #cccccc;
}
*/

/*footer link*/
footer ul.link-list li::before {
    /*content: "";*/
    display: inline-block;
    position: absolute;
    width: 0px;
    height: 0px;
    margin: 15px 5px;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #CCCCCC;
}

footer ul.link-list li:hover::before {
    border-color: transparent transparent transparent #efefef;
}

footer ul.link-list li a {
    display: table-cell;
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    vertical-align: middle;
    color: #CCCCCC;
}

footer ul.link-list li a:hover {
    color: #000000;
	background-color: #efefef;
}


footer ul.link-list li:hover {
    color: #000000;
	background-color: #efefef;
}





