<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-b.css");
/* ---------------------
    - common setting
    - header
    - keyVisual
    - nav
    - headline
    - freeArea
    - contents
    - footer
    - page style
--------------------- */
/* common setting
----------------------------------------------- */
/**:not(font) {
	color: #000000;
}*/

body {
  color: #000000;
}

main {
	padding-bottom: 0px;
}

/*ãƒ›ãƒ†ãƒ«ãƒˆãƒƒãƒ—ã€€è¨˜äº‹ã€€éžè¡¨ç¤º*/

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

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

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

/*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-image: url("../img/B-background-01.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e7e7e7;
}

body#hotelTop main div#whatsnew {
	background-image: url("../img/B-background-02.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #cdcdcd;
}

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

#hotelTop #access div.container {
  background-color: transparent;
  padding-top: 0px;
}

/* header
----------------------------------------------- */
header div#headerLogo {
	width: 280px;
	height: 90px;
	background-image: url(../img/header-logo.png);
  background-position: left center;
	background-size: 100%;
  background-repeat: no-repeat;
	background-color: transparent;
}

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

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

/* connectHotel
------------------------ */
header div#connectHotel {
	border: none;
}

header div#connectHotel * {
	color: #fff;
}

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

/* btnLogin
------------------------ */
header a#btnLogin {
	border: 1px solid #fff;
	background: transparent;
}

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

header a#btnLogin&gt;span::after {
	content: "Member LOGIN";
	color: #fff;
}

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

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

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

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

nav#priorityNavi ul li a {
  color: #fff;
}

nav#priorityNavi ul li a:hover {
  color: #666666;
}

nav#mainNavi {
  background:rgba(0,0,0,0.90);
}

nav#mainNavi ul li a {
  color: #ffffff;
	text-align: center;
}

nav#mainNavi ul li a:hover {
  color: #aaaaaa;
}

#btnOpenMainNavi {
  background-color: transparent;
}

#btnOpenMainNavi&gt;span,
#btnOpenMainNavi&gt;span::before,
#btnOpenMainNavi&gt;span::after {
  background: #fff;
}



/* headline
----------------------------------------------- */
div#headInformation,
div#headNotice {
}
/* 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;
}

body#new main section div.container div.content,
body#premium main section div.container div.content,
body#coupon main section div.container div.content,
body#event main section div.container div.content,
body#service main section div.container div.content,
body#food main section div.container div.content,
body#contents main section div.container div.content,
body#mailmagazine main section div.container div.content,
body#mailto main section div.container div.content {
  padding: 0px 24px;
}

body#hotelTop main div#topic,
body#hotelTop main div#whatsnew,
body#hotelTop main div#access {
	padding-top: 36px;
  padding-bottom: 60px;
}

/*whats New æ—¥ä»˜*/
.newDate{
  color:#000000;
}

/* å¤§è¦‹å‡ºã— */
body#hotelTop main div#topic h2 {
	background: transparent;
	color: #d38965;
	font-size: 34px;
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
	padding: 10px 24px 30px;
}

body#hotelTop main div#whatsnew span.caption {
	background: transparent;
	color: #d38965;
	font-size: 34px;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 45px;
	margin-top: -5px;
}

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

body#hotelTop main div#access span.caption {
	background: transparent;
	color: #d38965;
	font-size: 34px;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 30px;
}

/* ã‚ªãƒ¼ãƒŠãƒ¡ãƒ³ãƒˆ */
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/ornament-left-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	display: block;
	margin: 0px 45px 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 {
	content: "";
	background-image: url("../img/ornament-right-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	display: block;
	margin: 0px 0px 0px 45px;
}

h1:after {
	border-bottom-color: #000000;
	border-top-color: #000000;
}
h1 {
	color: #000000;
}


/* å°è¦‹å‡ºã— */
body#hotelTop main div#topic h3 {
	border: none;
	text-align: center;
	font-weight: normal;
}

h3 {
  color: #000000;
	padding: 4px 24px;
	margin-bottom: 18px;
	border-left: none;
}


div#access section h3,
body#access h3 {
  color: #000000;
	padding: 4px 20px;
  margin-bottom: 0px;
}


/* footer
----------------------------------------------- */
footer *{
  font-weight: 400;
}

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

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

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: 230px;
	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.png");
  width: 38px;
  height: 38px;
}

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

/* ãƒ›ãƒ†ãƒ«å *//* ãƒ›ãƒ†ãƒ«é›»è©±ç•ªå· */
footer div#footerHotelInfo&gt;ul li,
footer div#footerHotelInfo&gt;ul li a {
	color: #fff;
}

footer #qrcodeContainer p {
	color: #fff;
}


/*ã‚°ãƒ«ãƒ¼ãƒ—ã€€ã‚ªãƒ•ã‚£ã‚·ãƒ£ãƒ«ãƒªãƒ³ã‚¯*/
footer ul.link-list li a {
  color:#fff;
}

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

footer ul.link-list li a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 8px 0px 0px;
  border-style: solid;
  border-width: 4px 0px 4px 7px;
  border-color: transparent transparent transparent #fff;
}

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

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

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


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

ul.information li {
	display: inline-block;
	background-color: #d38965;
	vertical-align: top;
	width: calc(( 100% - 26px)/2);
	font-size: 14px;
	border-radius: 0px;
	height: 160px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

ul.information li:hover {
  background-color: #dcc4b8;
}

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: center;
	padding: 0px 20px;
}

span.infosetubi {
    margin-left: -15px;
}

/* 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.0);
  top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

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


/* ç”»åƒã®å&nbsp;´åˆ*/
/*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: url("../img/information-li-box-on.png");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}*/

/* ç”»åƒã®å&nbsp;´åˆ hover*/
/*ul.information li a.link:hover span.icon-name,
ul.information li a.secretLink:hover span.icon-name {
  background: url("../img/information-li-box-on.png");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}*/

/*ãƒ“ã‚¸ã‚¿ãƒ¼ç”¨ INFORMATION ãƒ†ã‚­ã‚¹ãƒˆéƒ¨åˆ†*/
ul.information li span.icon-name-character {
	color: #ffffff;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
	white-space:nowrap;
	font-weight: 100;
	width: 35%;
}

/*ãƒ“ã‚¸ã‚¿ãƒ¼ç”¨ INFORMATION hover ãƒ†ã‚­ã‚¹ãƒˆéƒ¨åˆ†*/
/*ul.information &gt; li:hover:nth-child(1) &gt; a &gt; span.icon-name &gt; span.icon-name-character{
	color: #ffffff!important;
  transition: color 0.5s;
  -ms-transition: none;
}

ul.information &gt; li:hover:nth-child(2) &gt; a &gt; span.icon-name &gt; span.icon-name-character{
	color: #ffffff!important;
  transition: color 0.5s;
  -ms-transition: none;
}
ul.information &gt; li:hover:nth-child(3) &gt; a &gt; span.icon-name &gt; span.icon-name-character{
	color: #ffffff!important;
  transition: color 0.5s;
  -ms-transition: none;
}

ul.information &gt; li:hover:nth-child(4) &gt; a &gt; span.icon-name &gt; 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");
}

ul.information li:nth-child(2) {
	background-image: url("../img/b-menu-02.png");
}

ul.information li:nth-child(3) {
	background-image: url("../img/b-menu-03.png");
}

ul.information li:nth-child(4) {
	background-image: url("../img/b-menu-04.png");
}

/*ãƒ“ã‚¸ã‚¿ãƒ¼ç”¨ INFORMATION hover ç”»åƒéƒ¨åˆ†*/
ul.information li:hover:nth-child(1) {
	background-image: url("../img/b-menu-01-on.png");
}

ul.information li:hover:nth-child(2) {
	background-image: url("../img/b-menu-02-on.png");
}

ul.information li:hover:nth-child(3) {
	background-image: url("../img/b-menu-03-on.png");
}

ul.information li:hover:nth-child(4) {
	background-image: url("../img/b-menu-04-on.png");
}



/*ãƒ¡ãƒ³ãƒãƒ¼ç”¨ INFORMATION*/
body#member ul.information li:nth-child(1) {
	background-image: url("../img/b-menu-01.png");
}

body#member ul.information li:nth-child(2) {
	background-image: url("../img/b-menu-02.png");
}

body#member ul.information li:nth-child(3) {
	background-image: url("../img/b-menu-03.png");
}

body#member ul.information li:nth-child(4) {
	background-image: url("../img/b-menu-04.png");
}

body#member main ul.information li:hover:nth-child(1) {
  background-image: url(../img/b-menu-01-on.png);
}

body#member main ul.information li:hover:nth-child(2) {
	background-image: url(../img/b-menu-02-on.png);
}

body#member main ul.information li:hover:nth-child(3) {
	background-image: url(../img/b-menu-03-on.png);
}

body#member main ul.information li:hover:nth-child(4) {
	background-image: url(../img/b-menu-04-on.png);
}


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

body#hotelTop div#whatsnew section div.container div.content {
	padding: 0px 24px;
}

/*body#new main section div.container div.content {
	padding: 0px 24px;
}*/


/* othersettings */
.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: #000000;
  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ç©ºå®¤æƒ…å&nbsp;±ï¼‰&amp; member/reserve (ãƒ«ãƒ¼ãƒ&nbsp;äºˆç´„) ä¿®æ­£ */
body#empty div.epEmptyRoom,
body#member_reserve div.epEmptyRoom {
	border-color: #000000;
}
body#empty div.epEmptyRoomClm,
body#member_reserve div.mrEmptyRoomClm {
	background-color: #000000;
  border-color: #000000;
}
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: #000000;
	border: solid 2px #000000;
	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: #000000;
}

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

body#empty div.crossLinkArr::before,
body#member_reserve div.crossLinkArr::before {
border: 15px solid transparent;
border-left: 15px solid #000000;
}

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

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

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

body#member_reserve div.roomitem span {
  background-color: #000000;
}


/*éƒ¨å±‹ãƒ©ãƒ³ã‚¯åˆ¥æ–™é‡‘ä¸€è¦§è¡¨ */
body#room li.roomImgList {
  width: 100px;
  margin: 0 10px;
}

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

/*å®¢å®¤ç”»åƒ*/
#roomImages {
  width:600px;
  margin:0 auto;
  text-align:left !important;
}

body#room div#mainWrapper section:nth-child(3) section div.container div.content {
  padding: 0px 24px;
}

body#room div#mainWrapper div.item-table dl.roomDl {
  text-indent: 20px;
}

body#roomdetail div.item-table dl {
  text-indent: 10px;
}

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

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æ–™é‡‘ãƒ»å®¢å®¤æƒ…å&nbsp;±ï¼‰ä¿®æ­£ */
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: #666666;
	color: #000000;
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#room a.roomLink:hover {
	background-color: #999999;
	border-color: #999999;
	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: #666666;
	color: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#room span.roomRankTitle {
	background-color: #666666;
  color: #ffffff;
}

body#room div.rankTab {
	border-bottom-color: #666666;
}

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

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

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

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


/* room detail (06-1æ–™é‡‘ãƒ»å®¢å®¤æƒ…å&nbsp;±è©³ç´°ï¼‰ä¿®æ­£ */
body#roomdetail a.priceLink {
	border-color: #000000;
	color: #000000;
  transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

body#roomdetail a.priceLink:hover {
	background-color: #000000;
	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: #000000;
}

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

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

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

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

/* 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ã‚µãƒ¼ãƒ“ã‚¹è¨­å‚™æƒ…å&nbsp;±ï¼‰ä¿®æ­£ */

body#service ul.equipment&gt;li {
  vertical-align: top;
  padding: 12px 18px 12px 20px;
}

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

body#service div.limiteroom {
	background-color: #666666;
}

body#service ul.equipment&gt;li:before {
  border: 3px solid rgba(38,48,35,0.8)
}

/*.hyouyou_bgcolor
body#service table.hyouyou_bgcolor {
	border-collapse: collapse;
}

body#service table.hyouyou_bgcolor tbody,
body#service table.hyouyou_bgcolor tr,
body#service table.hyouyou_bgcolor td {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽUDä¸¸ã‚´ W3 JIS2004", "Hiragino UD Sans Rd W3 JIS2004", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic,  "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #dddddd;
  font-size: 95%;
}

body#service table.hyouyou_bgcolor tr.subtitlebar_linecolor{
  background-color: #c0c7ad;
}

body#service table.hyouyou_bgcolor tr.honbun td.honbun {
  background-color: transparent;
}*/


/*hyouyou_bordercolor*/
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 {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽUDä¸¸ã‚´ W3 JIS2004", "Hiragino UD Sans Rd W3 JIS2004", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic,  "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
  font-size: 95%;
  background-color: #fcfcfc;
  color: #333333;
}

/*body#service table.hyouyou_bordercolor tr.subtitlebar_linecolor{
  background-color: #c0c7ad;
}

body#service table.hyouyou_bordercolor tr.honbun td.honbun {
  background-color: transparent;
}*/

/*#service &gt; section:nth-child(3) &gt; div &gt; div:nth-child(11) &gt; table &gt; tbody &gt; tr {
  background-color: #c0c7ad;
}

#service &gt; section:nth-child(3) &gt; div &gt; div:nth-child(11) &gt; table &gt; tbody &gt; tr:nth-child(2) td.honbun {
  background-color: #ffffff;
}

#service &gt; section:nth-child(3) &gt; div &gt; div:nth-child(11) &gt; table &gt; tbody &gt; tr:nth-child(4) td.honbun {
  background-color: #ffffff;
}*/


/* event (ãƒ¡ãƒ³ãƒãƒ¼ç‰¹å…¸ï¼‰ä¿®æ­£ */

/*hyouyou_bordercolor*/
body#event #mainWrapper  table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

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

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: #d38965;
  border: solid 1px #d38965;
	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 #d38965;
	color: #d38965;
}

/*ãƒ¡ãƒ¼ãƒ«ãƒžã‚¬ã‚¸ãƒ³*/
input[type=text] {
  color:#000000;
}

/* coupon (12ã‚¯ãƒ¼ãƒãƒ³ï¼‰ä¿®æ­£ */
body#coupon div.couponList {
	background-color: #fafafa;
	border-color: #fafafa;
}
body#coupon span.couponClum {
	background-color: #000000;
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
}

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

body#coupon div#mainWrapper section:nth-child(2) div.container p {
  margin: 0px 24px;
}

/* use (ã”åˆ©ç”¨å±¥æ­´ï¼‰ä¿®æ­£ */
body#member_use div.linkArea a {
  color: #000000;
}

/* point (ãƒã‚¤ãƒ³ãƒˆå±¥æ­´ï¼‰ä¿®æ­£ */
body#member_point div.linkArea a {
  color: #000000;
}

/* ãƒœã‚¿ãƒ³å…±é€šã€€ä¿®æ­£ */
.btn-positive {
	border: solid 1px #d38965;
	background-color: #d38965;
	color: #ffffff;
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

.btn-positive:hover {
	border: solid 1px #d38965;
	background-color: #ffffff;
	color:  #d38965;
  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: #000000;
  transition: color: 0.5s;
  -ms-transition: none;
}

div#whatsnew .newMore.btn-negation {
	min-width: 300px;
	letter-spacing: 1px;
	color: #ffffff;
  background-color: #d38965;
  border: 1px solid #d38965;
	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 #d38965;
	color: #d38965;
}

/* member/allroom å…¨å®¤é”æˆéƒ¨å±‹çŠ¶æ³ ä¿®æ­£ */
body#member_allroom div.allroom-list&gt;table td.use_room {
  background-color: #000000;
  color: #FFFFFF;
}

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

/* ã‚ªãƒ¼ãƒŠãƒ¼ã‚ºãƒ«ãƒ¼ãƒ&nbsp; */

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

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

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

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

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

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

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

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

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

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

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


/* ãƒ¡ãƒ³ãƒãƒ¼ãƒ©ãƒ³ã‚­ãƒ³ã‚° */

body#member_ranking div.rank-next a,
body#member_ranking div.rank-next div {
  color: #000000;
}


/*ã‚¢ã‚¯ã‚»ã‚¹æƒ…å&nbsp;±*/
body#hotelTop div#access section:nth-child(3) div.content,
body#hotelTop div#access section:nth-child(4) div.content {
  text-indent: 58px;
}

body#hotelTop div#access section:nth-child(3) div {
  padding-bottom: 0px;
}

body#hotelTop div#access section:nth-child(4) div {
  padding-top: 0px;
}

body#access section:nth-child(3) div.content,
body#access section:nth-child(4) div.content {
  text-indent: 58px;
}

body#access section:nth-child(3) div {
  padding-bottom: 0px;
}

body#access section:nth-child(4) div {
  padding-top: 0px;
}


/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒMAPã€è¦‹å‡ºã—ã€€éžè¡¨ç¤º*/
#access section h2 {
	display: none;
}

#access &gt; section &gt; div &gt; div &gt; span {
  color: #000000;
}

body#access #mainWrapper section div.container div.content span {
  color: #000000;
}


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

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

/* ã‚¹ãƒžãƒ›éžè¡¨ç¤º */
.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
	}
/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒMAPã€è¦‹å‡ºã—ã€€éžè¡¨ç¤º*/
#access section h2 {
	display: none;
}



div.map-outside-link-yahoo {
        display: block;
}


/*ãƒ«ãƒ¼ãƒ&nbsp;äºˆç´„
.mrEmptyRoom {
	border-color: #49aeb6 !important;
}
.mrEmptyRoomClm {
	background-color: #49aeb6 !important;
	color: #FFFFFF;
}*/

/*ãƒ•ãƒ¼ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/
.foodmenu{
	width:770px;
}

.foodmenu::after{
	clear: both;
	}

.foodmenu_left{
	width:170px;
	float:left;
	text-align:left;
	}

.foodmenu_right{
	float:left;
	text-align:left
	}


div.map-outside-link-yahoo {
        display: block;
}



/* 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 #000;
  border-right: solid 1px #000;
  -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: #000;
  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(255,255,255,0.8);
}

/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€Œ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;
} */

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


div.foodmenu_left a{
	color: #333333;
}
</pre></body></html>