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

body {
  color: #000000;
}

main {
	padding-bottom: 0;
  word-break: break-all;
}

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

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;
}


/* background settings */
body {
  background: #000000;
  background-image: url("../img/B-background-00.png");
  background-position: top center;
  background-size: cover;
}

/*body:not(#hotelTop) {
  background-image: url("../img/B-background-00.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}*/

body:not(#hotelTop) div#wrapper {
  background-image: url("../img/B-background-00.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, rgba(31, 11, 8, 0.75), rgba(31, 11, 8, 0.95), rgba(31, 11, 8, 0.75));
}

/*body#hotelTop main {
	background-image: url(../img/B_background_00.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
}*/


body#hotelTop main div#topic {
  background-color: transparent;
}

body#hotelTop main div#whatsnew {
  background: url(../img/B-background-02-001.png),url(../img/B-background-02-002.png),linear-gradient(to bottom, rgba(31, 11, 8, 0.75), rgba(31, 11, 8, 0.95), rgba(31, 11, 8, 0.75));
  background-position: top left, bottom right;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;
}

body#hotelTop main div#access {
  background-color: transparent;  
}

#hotelTop #access div.container {
  background-color: #ffffff;
}

/* header
----------------------------------------------- */
header div#headerLogo {
	width: 145px;
	height: 90px;
	background-image: url(../img/header-logo.png);
  background-position: left center;
	background-size: 100%;
  background-repeat: no-repeat;
	background-color: transparent;
}
header a#btnLogin>span::after {
	content: "Member LOGIN";
	color: #ffffff;
}

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

body:not(#hotelTop) header {
	position: relative;
}

header,
body:not(#hotelTop) header {
  background-color: transparent;
	background-image: url("../img/header-background.png");
}

/*ヘッダー店舗名*/
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-header.svg");
}

/* 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.png");
}

/* btnLogin
------------------------ */
header a#btnLogin {
  background-image: url("../img/login-button.png");
  background-color: transparent;
  border: none;
  transition: background-image 0.5s, color 0.5s;
}
header a#btnLogin:hover {
  opacity: 0.875;
  filter: brightness(125%);
  background-color: transparent;
  transition: background-image 0.5s, color 0.5s;
  -ms-transition: none;
}

/* 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 {
  display:none;
}


body:not(#hotelTop) div#keyVisual ul {
  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;
  background-color: #000000;
}


/* nav
----------------------------------------------- */
div#priorityNaviWrappar {
  background-image: url("../img/header-menu-background.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

nav#priorityNavi ul li a {
  color: #000000;
  font-weight: 500;
}

nav#priorityNavi ul li a:hover {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0px 0px 1px #eeeeee;
}

nav#mainNavi {
  background:rgba(100,100,100,0.80);
}

nav#mainNavi ul li a {
  color: #ffffff;
  font-weight: 500;
}

nav#mainNavi ul li a:hover {
  color: #000000;
  font-weight: 500;
  text-shadow: 1px 1px 1px #666666;
}

#btnOpenMainNavi {
  background-color: rgba(0, 0, 0, 1.0);
}

#btnOpenMainNavi>span,
#btnOpenMainNavi>span::before,
#btnOpenMainNavi>span::after {
  background: #ffffff;
}



/* headline
----------------------------------------------- */
div#headInformation,
div#headNotice {
  background-color: #ffffff;
  padding: 10px 0px;
}

div#headInformation a,
div#headNotice a {
  color: #333333;
  text-decoration: none;
  text-align: center;
}

/* freeArea フリーエリア
----------------------------------------------- */
div#freeArea1,
div#freeArea2,
div#freeArea3 {
  padding:0px;
}

div#freeArea2,
div#freeArea3 {
	background-color: transparent;
	margin-top: 10px;
  margin-bottom: 0px;
}

/*div#freeArea3 {
  margin-left: -35px;
}*/

@media all and (-ms-high-contrast: none) {
  div#freeArea3 {
    display: none;
  }
}

.freestyle {
	list-style: none;
	padding-top:10px;
}

.freestyle li {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: center;
	color: #0e1e46;
	float: left;
	width: 18%;
}

main section .container .content:after,
.freestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* contents
----------------------------------------------- */
/* main */
body:not(#hotelTop) main {
	background-color: #ffffff;
  margin-bottom: 60px;
}

/*whats New 日付*/
.newDate{
  color:#666666;
}

/* 大見出し */
body#hotelTop main div#topic h2 {
	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#whatsnew span.caption {
	background: transparent;
	color: #efa88b;
	font-size: 34px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
}

h2 {
  background-color: #000000;
	color: #ffffff;
}

body#hotelTop main div#access span.caption {
	background: transparent;
	color: #000000;
	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#topic h2:after,
body#hotelTop main div#whatsnew span.caption:before,
body#hotelTop main div#whatsnew span.caption:after,
body#hotelTop main div#access span.caption:before, 
body#hotelTop main div#access span.caption:after {
	content: "";
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	display: block;
	padding-top: 4px;
}

body#hotelTop main div#topic h2:before {
	background-image: url("../img/ornament-left-01.png");
	margin: -5px 15px 0px 0px;
}

body#hotelTop main div#topic h2:after {
	background-image: url("../img/ornament-right-01.png");
	margin: -5px 0px 0px 15px;
}

body#hotelTop main div#whatsnew span.caption:before {
	background-image: url("../img/ornament-left-02.png");
	margin: -5px 15px 0px 0px;
}

body#hotelTop main div#whatsnew span.caption:after {
	background-image: url("../img/ornament-right-02.png");
	margin: -5px 0px 0px 15px;
}

body#hotelTop main div#access span.caption:before {
	background-image: url("../img/ornament-left-03.png");
	margin: -5px 15px 0px 0px;
}

body#hotelTop main div#access span.caption:after {
	background-image: url("../img/ornament-right-03.png");
	margin: -5px 0px 0px 15px;
}

/*body:not(#hotelTop) h1 & underlines*/
h1 {
	color: #000000!important;
}

h1:after {
	border-bottom-color: rgba(223, 139, 104, 0.90);
	border-top-color: rgba(223, 139, 104, 0.90);
}

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

h3 {
  color: #000000;
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: 10px solid #efa88b;
}

/* footer
----------------------------------------------- */
footer div#footerNavi {
	background-image: url("../img/footer-menu-background.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

footer div#footerNavi nav,
footer div#footerNavi nav ul {
  background-color: transparent;
}

footer div#footerNavi nav ul li a {
	color: #000000;
}

footer div#footerNavi nav ul li a:before {
	border-color: transparent transparent transparent #000000;
}

footer {
	background-image: url("../img/footer-background.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

footer div#footerHotelInfo div#footerLogo {
	width: 110px;
	height: 50px;
	background-image: url(../img/footer-logo.png);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
}

footer div#footerStop18 div#footerStop18Img {
	background-image: url("../img/stop-18-footer.svg");
}

footer div#footerStop18 div#footerStop18Msg>span {
  color: #ffffff;
}

/* ホテル名 *//* ホテル電話番号 */
footer div#footerHotelInfo>ul li,
footer div#footerHotelInfo>ul li a {
	color: #ffffff;
}

footer #qrcodeContainer p {
	color: #ffffff;
}


/*グループ　オフィシャルリンク*/
footer ul.link-list li a {
  color:#ffffff;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

footer ul.link-list li {
  border-color:#ffffff;
}

footer ul.link-list li a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 5px 0px 0px;
  border-style: solid;
  border-width: 4px 0px 4px 7px;
  border-color: transparent transparent transparent #ffffff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: none;
}

footer ul.link-list li a:hover {
  color: rgba(223, 139, 104, 0.90);
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
  -ms-transition: none;
}

footer ul.link-list li a:hover::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 5px 0px 0px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent rgba(223, 139, 104, 0.90);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: none;
}

/* page style
----------------------------------------------- */
/* accessCount */
footer div#accessCount {
	display: none;
}


/* Top4 information
----------------------------------------------- */
ul.information {
	text-align: center;
}

ul.information li {
	display: inline-block;
	background-color: transparent;
	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:hover {
  background-color: #a2a2a2;
}*/

/* information hover 全体用 */
ul.information li a.link:hover span.background,
ul.information li a.secretLink:hover span.background {
	position: absolute;
  background-color: rgba(255,255,255,0.00);
  top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

ul.information li span.icon {
	display: none;
}

ul.information li a.link,
ul.information li a.secretLink {
	text-decoration: none;
}


/* 画像の場合*/
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;
  background-image: url(../img/information-li-box.png), url(../img/information-li-box-on.png);
  background-size: cover,0 0;
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 画像の場合 hover*/
ul.information li a.link:hover span.icon-name,
ul.information li a.secretLink:hover span.icon-name {
  background-size: 0 0,cover;
}


/*ビジター用 INFORMATION テキスト部分*/
ul.information li span.icon-name-character {
  color: #000000;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
  font-weight: 600;
}

/*ビジター用 INFORMATION hover テキスト部分*/
/*ul.information > li:hover:nth-child(1) > a > span.icon-name > span.icon-name-character, 
ul.information > li:hover:nth-child(2) > a > span.icon-name > span.icon-name-character, 
ul.information > li:hover:nth-child(3) > a > span.icon-name > span.icon-name-character, 
ul.information > li:hover:nth-child(4) > a > span.icon-name > span.icon-name-character, {
	color: #ffffff!important;
  transition: color 0.5s;
  -ms-transition: none;
}*/

ul.information li:nth-child(2n-1) {
	margin-right: 20px;
}

ul.information li:nth-child(2n) {
	margin-right: 0px;
}


/*ビジター用 INFORMATION 画像*/
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-menu-01.png), url(../img/B-menu-01-on.png);
  background-size: 65%,0 0;
}

ul.information li:nth-child(2) {
  background-image: url(../img/B-menu-02.png), url(../img/B-menu-02-on.png);
  background-size: 65%,0 0;
}

ul.information li:nth-child(3) {
  background-image: url(../img/B-menu-03.png), url(../img/B-menu-03-on.png);
  background-size: 65%,0 0;
}

ul.information li:nth-child(4) {
  background-image: url(../img/B-menu-04.png), url(../img/B-menu-04-on.png);
  background-size: 65%,0 0;
}

/*ビジター用 INFORMATION hover 画像部分 filter 使う場合*/
ul.information li:hover:nth-child(1),
ul.information li:hover:nth-child(2),
ul.information li:hover:nth-child(3),
ul.information li:hover:nth-child(4) {
  background-size: 0 0,65%;
  background-repeat: no-repeat;
}

/*メンバー用 INFORMATION*/
body#member main ul.information li:nth-child(1) {
	background-image: url(../img/B-menu-01.png), url(../img/B-menu-01-on.png);
  background-size: 65%,0 0;
}

body#member main ul.information li:nth-child(2) {
  background-image: url(../img/B-menu-02.png), url(../img/B-menu-02-on.png);
  background-size: 65%,0 0;
}

body#member main ul.information li:nth-child(3) {
  background-image: url(../img/B-menu-03.png), url(../img/B-menu-03-on.png);
  background-size: 65%,0 0;
}

body#member main ul.information li:nth-child(4) {
  background-image: url(../img/B-menu-04.png), url(../img/B-menu-04-on.png);
  background-size: 65%,0 0;
}

/*メンバー用 INFORMATION hover*/
body#member main ul.information li:hover:nth-child(1),
body#member main ul.information li:hover:nth-child(2),
body#member main ul.information li:hover:nth-child(3),
body#member main ul.information li:hover:nth-child(4) {
  background-size: 0 0,65%;
  background-repeat: no-repeat;
}


/* whats new */
#whatsnew section .container {
	background-color: #ffffff;
}

#whatsnew div.content {
  color: #000000;
}

#new div.content {
  color: #382523;
}

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

div#mainWrapper section div.container div.content div.f_menu.pc_only span,
div#mainWrapper section div.container div.content pre div.f_menu.pc_only font,
div#mainWrapper div#service section div.container div.content div.f_menu.pc_only span {
  color: #000000!important;
}

div#mainWrapper section div.container div.content div.f_menu.pc_only {
  list-style: none;
  overflow: hidden;
}

div#mainWrapper section div.container div.content div.f_menu.pc_only ul li {
  background-color: #ffffff;
  width: 145px;
  text-align: center;
  float: left;
  list-style-type:none;
  margin-right: 2.5px;
  padding: 0.5em 0;
}

div#mainWrapper section div.container div.content div.f_menu.pc_only ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.875em;
}


div#mainWrapper section div.container div.content div.f_menu.pc_only ul li a:hover {
  text-decoration: underline;
}



/*.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}*/


/*iframe {
  width:100%;
}*/


/* empty (02空室情報）& member/reserve (ルーム予約) 修正 */
body#empty div.epEmptyRoom,
body#member_reserve div.epEmptyRoom {
	border-color: rgba(223, 139, 104, 0.90);
}
body#empty div.epEmptyRoomClm,
body#member_reserve div.mrEmptyRoomClm {
	background-color: rgba(223, 139, 104, 0.90);
  border-color: rgba(223, 139, 104, 0.90);
}
body#empty div.epCleanRoomClm,
body#member_reserve div.mrCleanRoomClm {
	background-color: #cccccc;
}
body#empty div.epCleanRoom,
body#member_reserve div.mrCleanRoom {
  background-color: #cccccc;
	border-color: #cccccc;
}
body#empty div.epEmptyRoom,
body#member_reserve div.mrEmptyRoom {
	background-color: rgba(223, 139, 104, 0.90);
	border: solid 2px rgba(223, 139, 104, 0.90);
	text-align: center;
	width: 45%;
	margin: 10px;
}

body#empty div.epEmptyRoom div,
body#member_reserve div.mrEmptyRoom div  {
	padding: 16px;
}

body#empty span.roomlist,
body#member_reserve span.roomlist {
  background-color: rgba(223, 139, 104, 0.90);
}

body#empty span.roomlist a,
body#member_reserve span.roomlist a {
  display:block;
  height:50px;
  line-height:50px;
}

body#empty div.crossLinkArr,
body#member_reserve div.crossLinkArr {
  background-color: rgba(223, 139, 104, 0.90);
}

body#empty div.crossLinkArr::before,
body#member_reserve div.crossLinkArr::before {
border: 15px solid transparent;
border-left: 15px solid rgba(223, 139, 104, 0.90);
}

body#empty span.roomempty {
  background-color: rgba(223, 139, 104, 0.90)
}

body#empty span.roomclean {
  background-color: #cccccc;
}


#mainWrapper > section.crossLink a {
  color: #333333;
  text-decoration: none;
}

#mainWrapper > section.crossLink a:hover {
  color: #333333;
  text-decoration: underline;
}

body#empty #mainWrapper > section:nth-child(3) > div > div > a {
  color: #333333;
  text-decoration: underline;
}



/*部屋ランク別料金一覧表 */
body#room div#mainWrapper th,
body#room div#mainWrapper td {
	border: none;
}

body#room li.roomImgList {
  width: 100px;
  margin: 0 10px;
}

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

/*客室画像*/
#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: #f5f5f5;
}

body#bbs li#infoSubject,
body#bbs li#infoInputDate,
body#bbs li#infoBody,
body#bbsReply li#infoSubject,
body#bbsReply li#infoBody,
body#bbsReply li#infoInputDate {
	color: #000000;
}

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: #999999;
}

body#bbs li#replyName,
body#bbsReply li#replyName {
	color: #999999;
}

body#bbs li#infoBorder,
body#bbs li#replyBorder,
body#bbsReply li#infoBorder,
body#bbsReply li#replyBorder {
	border-bottom-color: #ed1c24;
}

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: #000000;
}

body#bbs .btn-reply,
body#bbsReply .btn-reply {
  border: solid 1px #ffffff;
  background-color: #ffffff;
  color: #000000;
}

body#bbs .btn-reply:hover,
body#bbsReply .btn-reply:hover {
  border: solid 1px #999999;
  background-color: #999999;
  color: #ffffff;
}

/* room (06料金・客室情報）修正 */
body#room div.Title {
	background-color: rgba(223, 139, 104, 0.90);
}

body#room div.item-table dl dt.zenjitsu,
body#room div.item-table dl dd.zenjitsu {
	background-color: #fafafa;
}

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: rgba(223, 139, 104, 0.90);
	color: rgba(223, 139, 104, 0.90);
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#room a.roomLink:hover {
	background-color: rgba(223, 139, 104, 0.90);
	color: #ffffff;
  opacity: 0.6;
  filter: brightness(110%);
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#room a.rankLinkOn {
	background-color: rgba(223, 139, 104, 0.90);
	color: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#room span.roomRankTitle {
	background-color: rgba(223, 139, 104, 0.90);
  color: #ffffff;
}

body#room div.rankTab {
	border-bottom-color: rgba(223, 139, 104, 0.90);
}

body#room div.roomImgs {
	border-color: #ffffff;
}

body#room div.roomRankArea {
	background-color: #f5f5f5;
	padding-bottom: 20px;
}

#mainWrapper > section:nth-child(7) > div > div > pre > img {
  width: 100%;
}

body#room div#mainWrapper > section:nth-child(2) {
  display: none;
}


/* room detail (06-1料金・客室情報詳細）修正 */
body#roomdetail a.priceLink {
	border-color: rgba(223, 139, 104, 0.90);
	color: rgba(223, 139, 104, 0.90);
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#roomdetail a.priceLink:hover {
	background-color: rgba(223, 139, 104, 0.90);
	color: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#roomdetail div#priceArea {
	background-color: #f5f5f5;
}

body#roomdetail div.Title {
	background-color: rgba(223, 139, 104, 0.90);
}

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: #fafafa;
}

body#roomdetail div.item-table {
	border: none;
}

body#roomdetail div#equipmentInfo {
	border: none;
	background-color: #f5f5f5;
}

body#roomdetail li.equipment:before {
	border: 3px solid #4d4d4d;
}

body#roomdetail a#roomBack {
	color: #382523;
}

body#roomdetail div.priceTop a.smooth-in-link {
  color: #382523;
}

/* simulate (07料金シミュレーション）修正 */
body#simulate tr.tr-entering th,
body#simulate tr#tr-time th {
	background-color: #f5f5f5;
}

body#simulate div#simulateResult:not(.msg-warning) {
  background-color: #f5f5f5;
}

/* service (08サービス設備情報）修正 */
body#service ul.equipment>li {
  vertical-align: top;
}

body#service ul.equipment>li:before {
  margin-top: 1.5em;
  top:0;
}

body#service div.limiteroom {
	background-color: rgba(223, 139, 104, 0.90);
}

body#service ul.equipment>li:before {
  border: 3px solid rgba(223, 139, 104, 0.90)
}


/* event (メンバー特典）修正 */
/*hyouyou_bordercolor
body#event #mainWrapper  table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

body#event #mainWrapper table tbody tr.hyouyou_bordercolor {
  background-color: #ffffff;
}

body#event #mainWrapper table tbody tr,
body#event #mainWrapper table tbody td {
  border: 1px solid #dddddd;
  }*/

/* mailto (09お問い合わせ）修正 */
body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-color: #000000;
  border: solid 1px #000000;
	color: #ffffff;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
  transition: 0.5s;
}

body#mailto a#maillink:hover {
	background-color: #ffffff;
  border: solid 1px #000000;
	color: #000000;
}

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

/* coupon (12クーポン）修正 */
body#coupon div.couponList {
	background-color: #ededed;
	border-color: #ededed;
}
body#coupon span.couponClum {
	background-color: rgba(223, 139, 104, 0.90);
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
}

#mainWrapper > section > div > h3.coupon-conditions {
  border-left: none;
}

/* use (ご利用履歴）修正 */
body#member_use div.linkArea a {
  color: #000000;
}

/* point (ポイント履歴）修正 */
body#member_point div.linkArea a {
  color: #000000;
}

/* ボタン共通　修正 */
.btn-positive {
	border: solid 1px rgba(223, 139, 104, 0.90);
	background-color: rgba(223, 139, 104, 0.90);
	color: #ffffff;
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

.btn-positive:hover {
	border: solid 1px rgba(223, 139, 104, 0.90);
	background-color: #ffffff;
	color: rgba(223, 139, 104, 0.90);
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

.btn-negation {
	border: solid 1px #999999;
  background-color: #ffffff;
	color: #999999;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

.btn-negation:hover {
	border: solid 1px #999999;
	background-color: #999999;
	color: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#coupon div.couponBtn a {
	color: #ffffff;
  transition: color 0.5s;
  -ms-transition: none;
}

body#coupon div.couponBtn a:hover {
	color: rgba(223, 139, 104, 0.90);
  transition: color 0.5s;
  -ms-transition: none;
}

div#whatsnew .newMore.btn-negation {
	min-width: 300px;
	letter-spacing: 1px;
	color: #000000;
  font-weight: 500;
  background-color: rgba(223, 139, 104, 0.90);
  border: 1px solid rgba(223, 139, 104, 0.90);
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

div#whatsnew .newMore.btn-negation:hover {
	background-color: rgba(255,255,255,1.0);
  border: 1px solid rgba(223, 139, 104, 0.90);
	color: rgba(223, 139, 104, 0.90);
  font-weight: 500;
}

/* メンバー情報 */
/*body#member_info a {
	color: #ffffff;
}*/

body#member_info table.multi-column tr:nth-child(1) th,
body#member_info table.multi-column tr:nth-child(2) th,
body#member_info table.multi-column tr:nth-child(3) th,
body#member_info table.multi-column tr:nth-child(4) th,
body#member_info table.multi-column tr:nth-child(5) th,
body#member_info table.multi-column tr:nth-child(6) th,
body#member_info table.multi-column tr:nth-child(7) th,
body#member_info table.multi-column tr:nth-child(8) th {
	padding: 20px;
}

/* member/allroom 全室達成部屋状況 修正 */
/*body#member_allroom div.allroom-sample {
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid #cdcdcd;
}

body#member_allroom div.allroom-list>table td.use_room {
  background-color: #000000;
  color: #FFFFFF;
}

body#member_allroom div.explanation-msg span.use-color {
  color: #000000;
}*/

/*body#member_info div.content div.couponBtn {
  display: none;
}*/


/* 全室達成 */
body#member_allroom div.allroom-sample {
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid #cdcdcd;
}

body#member_allroom div.allroom-list>table td.un_use_room {
	background-color: #cccccc;
	color: #666666;
}

body#member_allroom div.allroom-list>table td.use_room * {
	color: #ffffff;
}

body#member_allroom div.allroom-list>table td.use_room {
  background-color: rgba(203, 150, 164, 1.00);
}

body#member_allroom div.explanation-msg span.use-color {
  color: rgba(203, 150, 164, 1.00);
}

body#member_allroom div#mainWrapper section.crossLink a.crossLinkName {
	color: #ffffff;
}

/* オーナーズルーム */
body#member_owner div.example-area {
	background-color: #FAFAFA;
	border: 1px solid #cdcdcd;
	padding: 20px 20px 10px;
	margin-bottom: 50px;
}

body#member_owner div.owners {
  background-color: #ffcccc;
}

body#member_owner div.owners div {
  border: 1px solid #cc0000;
}

body#member_owner div.owners p {
  color: #cc0000;
}

body#member_owner div.last {
	background-color: #ffe3b1;
}

body#member_owner div.last div {
	border: 1px solid #ff9900;
}

body#member_owner div.last p  {
	color: #ff9900;
}

body#member_owner div.remaining {
	background-color: #ccff99;
}

body#member_owner div.remaining div {
	border: 1px solid #669933;
}

body#member_owner div.remaining p {
	color: #669933;
}

body#member_owner div.unused {
	background-color: #cccccc;
}

body#member_owner div.unused div {
	border: 1px solid #666666;
}

body#member_owner div.unused p {
	color: #666666;
}

body#member_owner div.roomList>div>div {
	color: #666666;
}

/* ランキング */
body#member_ranking div.rank-next div {
	color: #4d4d4d;
}

body#member_ranking div.rank-next a {
  color: #4d4d4d;
}


/*　ご利用履歴　*/
body#member_use div#historyArea td:nth-of-type(1) {
	min-width: 245px;
}

body#member_use .hyouyou_bordercolor {
	border-collapse:collapse;
	border:1px solid #cdcdcd;
	background:#ffffff;
}

body#member_use .hyouyou_bgcolor {
	border-collapse:collapse;
	border:1px solid #cdcdcd;
	background:#eed4c4;
	padding:10px;
}

body#member_use .hyouyou_bgcolor2 {
	border-collapse:collapse;
	border:1px solid #cdcdcd;
	background:#ffffff;
	padding:10px;
}

body#member_use div.linkArea a {
	color: #333333;
}

/*　ポイント履歴　*/
body#member_point div.linkArea a {
	color: #333333;
}



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

/*#access > section > div > div > span {
  color: #382523!important;
}

body#access #mainWrapper section div.container div.content span {
  color: #382523!important;
}*/

#access h3 {
  color: #382523;
}

#access div.container {
  color: #382523;
}


/* 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;
}



/* 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";
  font-weight: bold;
  color: #ffffff;
  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(0, 0, 0, 0.80);
}

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

/* table */
div#mainWrapper table {
	border-collapse: collapse;
}

div#mainWrapper tr {
	background-color: transparent;
}

body#new div#mainWrapper th,
body#new div#mainWrapper td,
body#event div#mainWrapper th,
body#event div#mainWrapper td, 
body#service div#mainWrapper th,
body#service div#mainWrapper td {
	border: 1px solid #aaaaaa;
  letter-spacing: 0.25em;
  padding: 0.25em 1em;
}

body#new div#mainWrapper th,
body#event div#mainWrapper th,
body#service div#mainWrapper th, {
	background-color: #ec9271;
	color: #ffffff;
}

div#mainwrapper td {
	background: transparent;
}

/*div#mainWrapper tr.hyouyou_bgcolor {
	background-color: #ec9271;
	color: #ffffff;
}*/

td.honbun {
  background-color: #ec9271;
	color: #ffffff;
}

td.link1 {
  background: transparent;
}



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

/*body:not(#hotelTop) div#keyVisual ul {
display: none;
}*/
