<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../../common/css/style-c.css");

/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style

--------------------- */

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

* {line-height: 1.6;}

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

/* backgrounds */
body,
body:not(#hotelTop) {
	color: #111111;
	background-color: #010101;
}

body::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100vw;
	background-image: url("../img/background-00.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	content: "";
 }

 body:not(#hotelTop) div#wrapper::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100vw;
	background-image: url("../img/background-00.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	content: "";
 }

/*body:not(#hotelTop) {
	background-color: #010101;
	background-image: url("../img/background-00.png");
	background-position: center top;
	background-size: 100% auto;
	background-attachment: fixed;
}

body:not(#hotelTop) div#wrapper {
	background-color: #010101;
    background-image: url("../img/background-00.png");
	background-position: center top;
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: repeat;
}*/

body#hotelTop main div#topic {
	background-image: url("../img/background-01.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

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

body#hotelTop main div#access {
	background-image: url("../img/background-03.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}



/*記事背景（TOP）*/
body#hotelTop main div#whatsnew section div.container,
body#hotelTop main div#access section div.container {
	background: #ffffff;
}


/*記事背景（TOP以外）*/
body:not(#hotelTop) main div.container {
	background: #ffffff;
}

body:not(#hotelTop) main {
	margin-bottom: 30px;
}


/*ホテルトップ　記事　非表示*/
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 {
	border: none;
    width: 190px;
    height: 190px;
    background-image: url("../img/logo-header.png");
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 1em;
}

header div.container {
	background-image: url("../img/background-header.png");
	background-position: center right;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-color: transparent;
}

header div#connectHotel {
	border: none;
}

/*メンバーログイン　ボタン*/
header a#btnLogin {
	background-image: url("../img/login-button-pc.png");
	background-color: transparent;
	border: none;
}

header a#btnLogin:hover {
    opacity: 0.50;
    filter: brightness(112.5%);
    background-color: transparent;
}


header a#btnLogin&gt;span::after {
	content: "\30E1\30F3\30D0\30FC\30ED\30B0\30A4\30F3";
    color: #ffffff;
}

/*header a#btnLogin:hover&gt;span::after {
    color: #ffffff;
}*/

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

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

/*ヘッダー店舗名*/
/*header div#headerLogo::after {
	content: "浅草店";
	display: block;
	position: absolute;
	top: 190px;
	width: 190px;
	height: 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	display:none;
}*/

header div.container {
    height: 440px; /* 基準:430px */
}

header div#connectHotel {
    top: 215px; /* 基準:205px */
}

header p#nickName {
    top: 290px; /* 基準:280px */
}

header div#nickName p {
    color: #326492;
}

/* お問い合わせ */
header div#connectHotel p:nth-of-type(1) {
	color: #326492;
}

header div#connectHotel p:nth-of-type(2) {
	color: #326492;
	font-weight: 500;
}

header div#connectHotel p:nth-of-type(2):before {
	content: url("../img/phone-icon.png");
}

/* 18禁 */
header div#headerStop18Img {
	background-image: url("../img/stop-18-header.svg");
}

header div#headerStop18Msg {
	color: #326492;
}

/* nav
----------------------------------------------- */
div#priorityNaviWrappar {
	display: none;
}

nav#mainNavi {
    top: 440px; /* 基準:430px */
    min-height: calc(100% - 440px /*基準:430px*/ );
    background: none;
}

nav#mainNavi {
	background-color: transparent;
	background-image: url("../img/background-side-menu.png");
	background-size: cover;
	background-repeat: no-repeat;
}

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

nav#mainNavi li a:hover {
	background-color: rgba(0, 169, 104, 0.50);
	color: #196e4e;
}



/* keyVisual
----------------------------------------------- */
div#keyVisual,
div#keyVisual ul {
    height: 570px;
	background-color: transparent;
}

div#keyVisual .bx-viewport {
    border: 0;
    left: 0px;
	background-color: transparent;
}

div#keyVisual div.bx-pager.bx-default-pager {
	position: relative;
	top: -50px;
}

body:not(#hotelTop) div#keyVisual {
	height: 220px;
}

body:not(#hotelTop) div#keyVisual ul {
	height:220px;
}

.key-image_2nd {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
}



/* headline
----------------------------------------------- */
div#headInformation,
div#headNotice {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.50);
}

div#headInformation a,
div#headNotice a {
	color: #666666;
	text-align: center;
	font-size: 1.25rem;
	font-weight:600;
	padding: 10px 0px;
	letter-spacing: 1px;
}


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

div#freeArea1 {
	background-color: transparent;
}

#freeArea1 div.container {
	padding: 10px 0 10px 0px;
}

div#freeArea2 {
	background-color: #e4e4e4;
}

#freeArea2 div.container {
	padding: 10px 0 10px 0px;
}

div#freeArea3 {
	background-color: #d6d9e1;
}

#freeArea3 div.container {
	padding: 0;
}

#freeArea1 div.container ul.freestyle li,
#freeArea2 div.container ul.freestyle li {
	height: 55px;
}

.freestyle {
	list-style: none;
}

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

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


/* contents
----------------------------------------------- */

/* タイトル（h1） */
h1::after {
	border-top: 3px solid rgba(160, 216, 239, 0.95);
	border-bottom: 1px solid rgba(160, 216, 239, 0.95);
}

/* 大見出し（h2）
------------------------ */
h2 {
	background-image: linear-gradient(to right, #19b177, #a9dcf1);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: 500;
}

body#hotelTop main div#topic h2 {
    background: transparent;
	border: none;
    color: #326492;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
    font-size: 36px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#hotelTop main div#whatsnew span.caption {
    background: transparent;
	border: none;
    color: #326492;
	text-shadow: 1px 1px 1px rgb(50, 50, 50, 0.25);
    font-size: 36px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#hotelTop main div#access span.caption {
    background: transparent;
	border: none;
    color: #326492;
	text-shadow: 1px 1px 1px rgb(50, 50, 50, 0.25);
    font-size: 36px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}


/* オーナメント */
body#hotelTop main div#topic h2:before {
	background: url("../img/ornament-left-01.png");
}

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

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

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

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

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

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;
	display: block;
	width: 60px;
}

body#hotelTop main div#topic h2:before,
body#hotelTop main div#whatsnew span.caption:before,
body#hotelTop main div#access span.caption:before {
	margin: -5px 20px 0px 0px;
}

body#hotelTop main div#topic h2:after,
body#hotelTop main div#whatsnew span.caption:after,
body#hotelTop main div#access span.caption:after {
	margin: -5px 0px 0px 20px;
}


/* 小見出し（h3）
------------------------ */
h3 {
	padding: 4px 14px;
	margin-bottom: 18px;
	border-left: 10px solid rgba(160, 216, 239, 0.95);
	color: #000000;
	font-weight: 400;
}

body#hotelTop main div#topic h3 {
    border: none;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}

#hotelTop main div#access h3 {
	border-left: 10px solid rgba(160, 216, 239, 0.95);
}

.newDate {
	color: #000000;
	letter-spacing: 1px;
	font-weight: 200;
}


/* アクセス情報 TOP */
/*#hotelTop main div#access .content {
	color:#000000;}*/

/*body#hotelTop main div#access div.container {
	background-color: #ffffff;
}*/

body#hotelTop div#accessApiMap {
	margin: 30px 0px 0px 0px;
}

#access section div.container hr {
	height: 0;
	margin: 0.5em 0.25em;
	padding: 0;
}
  
#access section div.container hr {
	border: 1px dashed #eeeeee;
	/*height: 1px;
	background-image: linear-gradient(to right, transparent 5%, #cccccc 25%, transparent 95%);*/
}

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


/* footer
----------------------------------------------- */
footer {
	background-color: transparent;
}

footer * {
	color: #252525;
	font-weight: 400;
}

footer div#footerHotelInfo div#footerLogo {
    width: 50px;
    height: 54px;
    background-image: url("../img/logo-footer.png");
}

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

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

footer div#footerNavi nav ul li a {
	color: #ffffff;
	font-weight: 500;
}

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

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

/*グループトップ　＆ オフィシャル*/
footer ul.link-list li {
	background-color: transparent;
	border-color:rgba(50, 100, 146, 1.00);
	text-align: left;
}

footer ul.link-list li a {
	color: rgba(50, 100, 146, 1.00);
}

footer ul.link-list li a::before {
	border-color: transparent transparent transparent rgba(50, 100, 146, 1.00);
}

footer ul.link-list li a:hover {
	background-color: rgba(50, 100, 146, 1.00);
	color: rgba(255, 255, 255, 1.00);
	transition: background-color 0.5s, color 0.5s;
}

footer ul.link-list li a:hover::before {
	border-color:transparent transparent transparent rgba(255, 255, 255, 1.00);
	transition: border-color 0.5s, color 0.5s;
}

/*ul.link-list {
	outline: #4d4d4d;
}*/


/* 18禁 */
footer div#footerStop18 div#footerStop18Img {
	background-image: url("../img/stop-18-footer.svg");
	margin-bottom: 0.5em;
}

footer div#footerStop18 div#footerStop18Msg &gt; span {
	color:#454545;
}


/* page style
----------------------------------------------- */

/* トピック */
/*body#hotelTop main div#topic * {
	color: rgba(160, 216, 239, 0.95);
}*/

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

ul.information li {
	background: url("../img/information-li-box.png"),
	url("../img/information-li-box-on.png");
	background-size: cover,0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: calc(( 100% - 51px)/3);
	height: 160px;
	border-radius: 15px;
	margin-bottom: 40px;
	text-align: center;
	/*transition: background-image 0.5s;*/
}

ul.information li:hover {
	background-size: 0 0,cover;
	filter: opacity(0.80);
	/*transition: background-image 0.5s;*/
}

/*暗証番号*/
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:last-child {
	position: relative;
	margin-right: 0;
}

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;
	background-size: 22.5%,0 0;
}

/* top page information box icons for visitors */
ul.information li:nth-child(1) span.icon {
	background-image: url("../img/information-icon-01.png"),
	url("../img/information-icon-01-on.png");
}

ul.information li:nth-child(2) span.icon {
	background-image: url("../img/information-icon-02.png"),
	url("../img/information-icon-02-on.png");
}

ul.information li:nth-child(3) span.icon {
	background-image: url("../img/information-icon-03.png"),
	url("../img/information-icon-03-on.png");
}

ul.information li:nth-child(4) span.icon {
	background-image: url("../img/information-icon-04.png"),
	url("../img/information-icon-04-on.png");
}

ul.information li:nth-child(5) span.icon {
	background-image: url("../img/information-icon-05.png"),
	url("../img/information-icon-05-on.png");
}

ul.information li:nth-child(6) span.icon {
	background-image: url("../img/information-icon-06.png"),
	url("../img/information-icon-06-on.png");
}


/* top page information box icons with hover-on */
ul.information li:nth-child(1):hover span.icon,
ul.information li:nth-child(2):hover span.icon,
ul.information li:nth-child(3):hover span.icon,
ul.information li:nth-child(4):hover span.icon,
ul.information li:nth-child(5):hover span.icon,
ul.information li:nth-child(6):hover span.icon {
	background-size: 0 0,22.5%;
}

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 {
	color: #ffffff;
	filter: none;
	display: block;
	margin: auto;
	padding-top: 5px;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 500;
	/*transition: color 0.5s;*/
}

ul.information li:hover span.icon-name-character {
	color: #ffffff;
	filter: none;
	/*transition: color 0.5s;*/
}


/* member page information  メンバーTOP */
/*body#member div#wrapper main {
	color: #ffffff;
}*/

body#member ul.information li {
	background: url("../img/information-li-box.png"),
	url("../img/information-li-box-on.png");
	background-size: cover,0 0;
	background-repeat: no-repeat;
	/*filter: brightness(95%);*/
	/*transition: background-image 0.5s;*/
}

body#member ul.information li:hover {
	background-size: 0 0,cover;
	/*filter: brightness(95%);*/
	/*transition: background-image 0.5s;*/
}

body#member main ul.information li span.icon {
	background-size: 22.5%,0 0;
	filter: opacity(0.9);
}

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

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

body#member main ul.information li:nth-child(3) span.icon {	
	background-image: url("../img/information-icon-member-03.png"),
	url("../img/information-icon-member-03-on.png");
}
	
body#member main ul.information li:nth-child(4) span.icon {	
	background-image: url("../img/information-icon-04.png"),
	url("../img/information-icon-04-on.png");
}
	
body#member main ul.information li:nth-child(5) span.icon {	
	background-image: url("../img/information-icon-05.png"),
	url("../img/information-icon-05-on.png");
}
	
body#member main ul.information li:nth-child(6) span.icon {	
	background-image: url("../img/information-icon-06.png"),
	url("../img/information-icon-06-on.png");
}

/* member page information box icons with hover-on */
body#member main ul.information li:nth-child(1):hover span.icon,
body#member main ul.information li:nth-child(2):hover span.icon,
body#member main ul.information li:nth-child(3):hover span.icon,
body#member main ul.information li:nth-child(4):hover span.icon,
body#member main ul.information li:nth-child(5):hover span.icon,
body#member main ul.information li:nth-child(6):hover span.icon {
	background-size: 0 0,22.5%;
	filter: none;
}


/*INFORMATION　記事*/
main div#topic section:nth-child(n+2) {
	display:none;
}

/* Whats New */
main section div.content {
	color: #111111;
}

/* もっと見るボタン */
/*
#whatsnew div.container a.newMore.btn-negation {
	background-color: rgba(106, 192, 228, 1.00);
	border: 1px solid rgba(106, 192, 228, 1.00);
	color: rgba(255, 255, 255, 1.00);
	min-width: 300px;
	letter-spacing: 1px;
	transition: background-color 0.5s, color 0.5s;

}

#whatsnew div.container a.newMore.btn-negation:hover {
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px solid rgba(106, 192, 228, 1.00);
	color:  rgba(106, 192, 228, 1.00);
	transition: background-color 0.5s, color 0.5s;

}
*/

div#whatsnew .newMore.btn-negation {
	min-width: 300px;
	letter-spacing: 1px;
	position:relative;
	color:#ffffff;
	font-weight: 500;
	border: none;
	background-color: transparent;
	z-index:0;
	
  }
  
  div#whatsnew .newMore.btn-negation:hover {
	color: #ffffff;
	border: none;
	background-color: transparent;
  }
  
  div#whatsnew .newMore.btn-negation:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: inherit;
	border: 1px solid #00a968;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url("../img/new-more-button.png");
	transition: 0.5s;
  }
  
  div#whatsnew .newMore.btn-negation:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: inherit;
	border: 1px solid #326492;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*filter: brightness(100%) contrast(1.00) opacity(0.875);*/
	background-image: linear-gradient(to bottom, #326492, #326492, #326492);
	transition: 0.5s;
  }
  
  div#whatsnew .newMore.btn-negation:hover:before{
	opacity:0;
  }


/* empty (空室情報） */
body#empty div.epEmptyRoom div,
body#empty div.epCleanRoom div {
	padding: 16px;
}

body#empty div.epEmptyRoom {
	border: solid 2px rgba(160, 216, 239, 0.95);
	background-color: rgba(160, 216, 239, 0.95);
}

body#empty div.epEmptyRoomClm {
	background-color: rgba(160, 216, 239, 0.95);
}

body#empty div.epCleanRoom {
	border-color: #cccccc;
	background-color: #cccccc;
}

body#empty div.epCleanRoomClm {
	background-color: #cccccc;
}

body#empty div.roomitem span {
	background:rgba(160, 216, 239, 0.95);
}

.roomlist a {
	display:block;
}

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


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

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: rgba(160, 216, 239, 0.95);
}

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

span.reply-arrow {
	border-bottom: 8px solid rgba(160, 216, 239, 0.95);
    border-left: 8px solid rgba(160, 216, 239, 0.95);
}

span.reply-arrow::after {
    border-left: 15px solid rgba(160, 216, 239, 0.95);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* room (料金・客室情報） */
body#room div.Title {
	background-color: rgba(160, 216, 239, 0.95);
}

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 {
	background-color: #fefefe;
	border: 1px solid rgba(160, 216, 239, 0.95);
	color: rgba(160, 216, 239, 0.95);
	transition: background-color 0.5s, color 0.5s;
}

body#room a.rankLinkOn {
	background-color: rgba(160, 216, 239, 0.95);
	border: 1px solid rgba(160, 216, 239, 0.95);
	color: #ffffff;
}

body#room a.roomLink:hover {
	opacity: 0.8;
	background-color: rgba(160, 216, 239, 0.95);
}

body#room span.roomRankTitle {
	background-color: rgba(160, 216, 239, 0.95);
}

body#room div.rankTab {
	border-bottom-color: rgba(160, 216, 239, 0.95);
}

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

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

body#room dl.roomDl dt, 
body#room dl.roomDl dd {
    border: none;
    white-space: pre-wrap;
}

body#room hr {
	height: 0;
	margin: 0.5em 0.25em;
	padding: 0;
}

body#room hr {
	border: 1px solid #eeeeee;
	/*height: 1px;
	background-image: linear-gradient(to right, transparent 5%, #cccccc 25%, transparent 95%);*/
}


/* room detail (料金・客室情報詳細）*/
body#roomdetail a.priceLink {
	background-color: #fefefe;
	color: rgba(160, 216, 239, 0.95);
	border: 1px solid rgba(160, 216, 239, 0.95);
	transition: background-color 0.5s, color 0.5s;
}

body#roomdetail a.priceLink:hover {
	background-color: rgba(160, 216, 239, 0.95);
	color: #ffffff;
	border: 1px solid rgba(160, 216, 239, 0.95);
	filter: contrast(0.9);
	transition: background-color 0.5s, color 0.5s;
}

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

body#roomdetail div.Title {
	background-color: rgba(160, 216, 239, 0.95);
}

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 div.priceTop a.smooth-in-link,
body#room div#mainWrapper pre a {
    color: #333333;
}

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

body#roomdetail div#equipmentArea {
    margin-top: 0px;
}

body#roomdetail dl.roomDl dt,
body#roomdetail dl.roomDl dd {
	border: none;
	white-space: pre-wrap;
}

body#roomdetail hr {
	height: 0;
	margin: 0.5em 0.25em;
	padding: 0;
}
  
body#roomdetail hr {
	border: 1px solid #eeeeee;
	/*height: 1px;
	background-image: linear-gradient(to right, transparent 5%, #cccccc 25%, transparent 95%);*/
}


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


/* service (サービス設備情報） */
body#service div.limiteroom {
	background-color: rgba(106, 192, 228, 1.00);
}

body#service ul.equipment&gt;li {
	vertical-align: top;
}

body#service ul.equipment&gt;li:before {
	border: 3px solid rgba(106, 192, 228, 1.00);
	margin-top: 1.5em;
	top:0;
}

body#service table.hyouyou_bordercolor {
	border-collapse: collapse;
}

body#service table.hyouyou_bordercolor tbody,
body#service table.hyouyou_bordercolor tr,
body#service table.hyouyou_bordercolor td {
	border: 1px solid #cccccc;
	/*text-align: center;
	text-indent: 1em;*/
}

body#service hr {
	height: 0;
	margin: 1em 0;
	padding: 0;
}
  
body#service hr {
	border: 1px solid #f8f8f8;
	/*height: 1px;
	background-image: linear-gradient(to right, transparent 5%, #cccccc 25%, transparent 95%);*/
}
  

/* mailto (お問い合わせ） */
body#mailto div.content a {
	color: #333333;
	font-weight: bold;
}

body#mailto a#maillink {
	width: 320px;
	display: block;
	text-align: center;
	background-image: url("../img/maillink.png");
	border: 1px solid transparent;
	color: rgba(160, 216, 239, 0.95);
	background-color: transparent;
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
	transition: background-image 0.5s, color 0.5s;
}

body#mailto a#maillink:hover {
	width: 320px;
	display: block;
	text-align: center;
	background-image: url("../img/maillink-on.png");
	border: 1px solid #ac829c;
	color: rgba(160, 216, 239, 0.95);
	background-color: transparent;
	filter: contrast(0.9);
	padding: 8px 88px;
	border-radius: 28px;
	text-decoration: none;
	margin-bottom: 20px;
	transition: background-image 0.5s, color 0.5s;
}

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

body#mailmagazine div.mail_member_table,
body#mailmagazine div.mail_member_tr,
body#mailmagazine div.mail_member_title_th,
body#mailmagazine div.mail_member_tr &gt; div.mail_member_data_td {
	border-collapse: collapse;
}

body#mailmagazine main .honbun {
    color: #111111;
}

/* coupon (クーポン） */
body#coupon div.couponList {
	background-color: #010101;
	border-color: #010101;
}

body#coupon span.couponClum {
	background-color: rgba(106, 192, 228, 1.00);
}

div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
	color:rgba(106, 192, 228, 1.00);
}


/* メンバー情報 */
body#member_info table.multi-column tr:nth-child(n+1) th {
    padding: 20px;
}

/* ボタン共通　修正 */
.btn-positive {
	background-color: rgba(106, 192, 228, 1.00);
	border: 1px solid rgba(106, 192, 228, 1.00);
	color: rgba(255, 255, 255, 1.00);
	transition: background-color 0.5s, color 0.5s;
}

.btn-positive:hover {
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px solid rgba(106, 192, 228, 1.00);
	color: rgba(106, 192, 228, 1.00);
	transition: background-color 0.5s, color 0.5s;
}

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

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

/* クーポンボタン　文字色 */
body#coupon div.couponBtn a {
	color: rgba(255, 255, 255, 1.00);
	transition: background-color 0.5s, color 0.5s;
}

body#coupon div.couponBtn a:hover {
	color: rgba(106, 192, 228, 1.00);
	transition: background-color 0.5s, color 0.5s;
}


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

body#room li.roomImgList a {
    text-decoration: none;
	color: #000000;
}


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


/*メンバーログイン フォーム*/
body#member_login form.loginForm,
body#memberonly form.loginForm,
body#mailmagazine form.loginForm,
body#prize form.loginForm {
	margin-top: 25px;
    margin-bottom: 40px;
}

body#memberonly section.loginFormSec {
	padding-bottom: 0px;
}


/*メンバーページ　INFORMATION 背景色*/
#member section h3 {
	color:#ffffff;
	text-align:center;
	border:none;
}

/*メンバーログイン　INFORMATION 大見出し*/
/*body#member main div#topic h2,
body#member main div#whatsnew span.caption,
body#member main div#access span.caption {
    background: transparent;
    color: #A6894B;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#member main div#topic h2:before,
body#member main div#whatsnew span.caption:before,
body#member main div#access span.caption:before {
    content: "";
    background: url("../img/A_ornament_left.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    display: block;
    margin: 0px 20px 0px 0px;
}

body#member main div#topic h2:after,
body#member main div#whatsnew span.caption:after,
body#member main div#access span.caption:after, {
    content: "";
    background: url("../img/A_ornament_right.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    display: block;
    margin: 0px 0px 0px 20px;
}*/

/*メンバーログイン　INFORMATION 小見出し*/
/*body#member main div#topic h3 {
    border: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
}*/

/*メンバーページ　各ページ*/
body#member_info table.multi-column tr:nth-child(16) a {
    color: #4d4d4d;
}

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

body#member_use div#wrapper main div#mainWrapper section div.container:nth-of-type(2) h2 {
	display:none;
}


body#member_point div.linkArea a {
	color: #000000;
}

body#member_allroom div.allroom-list&gt;table td.use_room {
	background-color: rgba(160, 216, 239, 0.95);
	color: #ffffff;
}

body#member_allroom div.explanation-msg span.use-color {
	color: rgba(160, 216, 239, 0.95);
}

body#empty div#wrapper main div#mainWrapper section div.container div.content a {
	color: #ffffff;
}

body#member_reserve div.mrEmptyRoomClm {
	background-color: rgba(160, 216, 239, 0.95);
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

body#member_reserve div.mrEmptyRoom {
    border-style: solid;
    border-color: rgba(160, 216, 239, 0.95);
    border-width: 2px;
    text-align: center;
    display: inline-block;
    width: 45%;
    margin: 10px 10px 10px 10px;
}


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

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

/* スマホ非表示 */
.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 {
	background: #326492;
	filter: opacity(0.80);
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
	display: none;
}

footer div#linkPageTop a::before {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

footer div#linkPageTop a::after {
	color: #ffffff;
}

footer div#linkPageTop a {
	padding: 34px 18px 22px 18px;
}


/* アクセスカウント */
footer div#accessCount {
	display: none;
}

/* Youtube */
.youtube {
	width: 560px;
	height: 315px;
	text-align: center;
}


/*記事　回り込み解除*/
#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.hyouyou_bordercolor tbody,
table.hyouyou_bordercolor tr,
table.hyouyou_bordercolor th,
table.hyouyou_bordercolor td {
	border: 1px solid #cccccc;
	padding: 0.5em;
}

th.hyouyou_bgcolor {
	background-color: rgba(106, 192, 228, 1.00);
	color: #ffffff;
}

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



</pre></body></html>