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

main {
	padding-bottom: 0;
}

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

body#hotelTop main div#topic section:nth-of-type(n+2){
  display:none;
}

body#member main div#mainWrapper section:nth-of-type(n+2){
  display:none;
}


/* background settings */
body {
  background: #9bc2f3;
}

body:not(#hotelTop) {
  background: #9bc2f3;
}

/*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 auto;
  background-position: top center;
  background-repeat: no-repeat;
}

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

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

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

/* header
----------------------------------------------- */
header div#headerLogo {
	width: 200px;
	height: 85px;
	background-image: url(../img/header-logo.png);
  background-position: center center;
	background-size: 100%;
  background-repeat: no-repeat;
	background-color: transparent;
}
header a#btnLogin>span::after {
	content: "Member LOGIN";
	color: #FFFFFF;
}
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-color: #10101b;
}
header a#btnLogin:hover {
	background-color: rgba(255,255,255,0.5);
}
/* 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;
}

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

nav#mainNavi {
  background:rgba(50,50,50,0.8);
}

nav#mainNavi ul li a {
  color: #ffffff;
  text-shadow: 1px 0px 0px;
}

nav#mainNavi ul li a:hover {
  color: #5270c7;
  text-shadow: 1px 0px 0px;
}

#btnOpenMainNavi>span,
#btnOpenMainNavi>span::before,
#btnOpenMainNavi>span::after {
  background-color: #0e1c66;
}

nav#priorityNavi ul li a {
  color: #0e1c66;
  text-shadow: 1px 0px 0px;
}

nav#priorityNavi ul li a:hover {
  text-shadow: 1px 0px 0px;
  color: #5270c7;
}

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

div#freeArea2,
div#freeArea3 {
	background-color: #ffffff!important;
	margin-top: -50px;
	padding-bottom: 50px;
}
.freestyle {
	list-style: none;
	padding-top:10px;
}
.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
----------------------------------------------- */
/* main */
body:not(#hotelTop) main {
	background-color: #ffffff;
}

/*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: #0e1c66;
	font-size: 34px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
}

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

body#hotelTop main div#access span.caption {
	background: transparent;
	color: #0e1c66;
	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 {
	content: "";
	background-image: url("../img/B-ornament-left-01.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px -10px 0px 0px;
	padding-top: 4px;
}

body#hotelTop main div#topic h2:after {
	content: "";
	background-image: url("../img/B-ornament-right-01.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px 0px 0px -10px;
	padding-top: 4px;
}

body#hotelTop main div#whatsnew span.caption:before {
	content: "";
	background-image: url("../img/B-ornament-left-02.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px -10px 0px 0px;
	padding-top: 4px;
}

body#hotelTop main div#whatsnew span.caption:after {
	content: "";
	background-image: url("../img/B-ornament-right-02.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px 0px 0px -10px;
	padding-top: 4px;
}

body#hotelTop main div#access span.caption:before {
	content: "";
	background-image: url("../img/B-ornament-left-03.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px -10px 0px 0px;
	padding-top: 4px;
}

body#hotelTop main div#access span.caption:after {
	content: "";
	background-image: url("../img/B-ornament-right-03.png");
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	display: block;
	margin: -5px 0px 0px -10px;
	padding-top: 4px;
}

h1:after {
	border-bottom-color: #0e1c66;
	border-top-color: #0e1c66;
}
h1 {
	color: #000000 !important;
}


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

h3 {
	padding: 4px 12px;
	margin-bottom: 18px;
	border-left: 10px solid rgba(20,33,95,0.6);
}

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

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

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

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

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

footer div#footerHotelInfo div#footerLogo {
	width: 150px;
	height: 50px;
	background-image: url(../img/footer-logo.png);
  background-position: center 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: #333333;
}

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

footer #qrcodeContainer p {
	color: #333333;
}


/*グループ　オフィシャルリンク*/
footer ul.link-list li a {
  color:#333333;
}

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

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 0 4px 6.9px;
  border-color: transparent transparent transparent #333333;
}

footer ul.link-list li a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}

footer ul.link-list li a:hover::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0px 8px 0px 0px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.5s;
}

/* page style
----------------------------------------------- */
footer div#linkPageTop a {
	background-color: #a5d7db;
}

/* 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 a.link,
ul.information li a.secretLink {
	text-decoration: none;
}

/* 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.5);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
  transition: background-color 0.5s;
  -ms-transition: none;
}

ul.information li span.icon {
	display: 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: url("../img/information-li-box.png");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-image 0.5s;
  -ms-transition: none;
}

/*ul.information li a.link:hover span.icon-name,
ul.information li a.secretLink:hover 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;
  transition: background-image 0.5s;
  -ms-transition: none;
}*/

ul.information li span.icon-name-character {
	color: #0e1c66;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}

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

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

ul.information li {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 65%;
}

/*ビジター用 INFORMATION 画像*/
ul.information li:nth-child(1) {
	background-image: url("../img/B-menu-01.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:nth-child(2) {
	background-image: url("../img/B-menu-02.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:nth-child(3) {
	background-image: url("../img/B-menu-03.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:nth-child(4) {
	background-image: url("../img/B-menu-04.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

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

/*ul.information > li:hover:nth-child(2) > a > span.icon-name > span.icon-name-character{
	color: #0e1c66!important;
  transition: color 0.5s;
  -ms-transition: none;
}
ul.information > li:hover:nth-child(3) > a > span.icon-name > span.icon-name-character{
	color: #0e1c66!important;
  transition: color 0.5s;
  -ms-transition: none;
}

ul.information > li:hover:nth-child(4) > a > span.icon-name > span.icon-name-character{
/*ul.information li:hover:nth-child(1) {
	color: #0e1c66!important;
  transition: color 0.5s;
  -ms-transition: none;
}*/

/*ビジター用 INFORMATION hover 画像部分 */
/*ul.information li:hover:nth-child(1) {
	background-image: url("../img/B-menu-01-on.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:hover:nth-child(2) {
	background-image: url("../img/B-menu-02-on.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:hover:nth-child(3) {
	background-image: url("../img/B-menu-03-on.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}

ul.information li:hover:nth-child(4) {
	background-image: url("../img/B-menu-04-on.png");
  transition: background-image 0.5s;
  -ms-transition: none;
}*/



/*メンバー用 INFORMATION*/
body#member main ul.information li:nth-child(1) {
  background-image: url(../img/B_menu01.png);
}

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

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

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


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

/*body#hotelTop main div#whatsnew {
	background-image: url(../img/B_background_02.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: round;
}*/
.roomlist {
	height: 50px !important;
}
.roomlist a {
	display: block;
}



/* empty (02空室情報）修正 */
body#empty div.epEmptyRoom {
	border-color: #000000 !important;
}
body#empty div.epEmptyRoomClm {
	background-color: #000000 !important;
}
body#empty div.epCleanRoomClm {
	background-color: #0e1c66 !important;
}
body#empty div.epCleanRoom {
	border-color: #0e1c66 !important;
}
body#empty div.epEmptyRoom {
	background-color: #a08429;
	border: solid 2px #a08429;
	text-align: center;
	width: 45%;
	margin: 10px;
}

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


/*部屋ランク別料金一覧表 */
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;
}


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

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

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

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

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: #0e1c66;
	color: #0e1c66;
	transition: background-color 0.5s, color 0.5s;
  -ms-transition: none;
}

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

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

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

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

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

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

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

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サービス設備情報）修正 */
body#service div.limiteroom {
	background-color: #0e1c66;
}

body#service ul.equipment>li:before {
  border: 3px solid rgba(20,33,95,0.6)
}

/* 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: #a4d7da;
	border-color: #a4d7da;
}
body#coupon span.couponClum {
	background-color: #49aeb6;
}
div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
}

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

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

/* ボタン共通　修正 */
.btn-positive {
	border: solid 1px #000000;
	background-color: #000000;
	color: #ffffff;
	transition: background-color 0.5s;
}

.btn-positive:hover {
	border: solid 1px #000000;
	background-color: #ffffff;
	color:  #000000;
}

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

.btn-negation:hover {
	border: solid 1px #999999;
	background-color: #999999;
	color: #ffffff;
}

body#coupon div.couponBtn a {
	color: #49aeb6;
}

body#coupon div.couponBtn a:hover {
	color: #ffffff;
}

div#whatsnew .newMore.btn-negation {
	min-width: 300px;
	letter-spacing: 1px;
	color: #ffffff;
  background-color: rgba(20,33,95, 0.85);
  border: 1px solid #2a3973;
	transition: 0.5s;
}

div#whatsnew .newMore.btn-negation:hover {
	background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #2a3973;
	color: #2a3973;
}

/* member/allroom 全室達成部屋状況 修正 */
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;
}

/*アクセス情報*/

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


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

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

/* スマホ非表示 */
.smart_only {
  display:none !important;
}

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

/*フードメニュー*/
.foodmenu {
	width: 770px;
}
.foodmenu::after {
	clear: both;
}
.foodmenu_left {
	width: 170px;
	float: left;
	text-align: left;
}
.foodmenu_right {
	float: left;
	text-align: left;
}
/*ルーム予約*/
.mrEmptyRoom {
	border-color: #49aeb6 !important;
}
.mrEmptyRoomClm {
	background-color: #49aeb6 !important;
	color: #FFFFFF;
}
/* TOP
-------------------------*/
footer div#linkPageTop a {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
}

footer div#linkPageTop a {
  font-size: inherit;
  font-weight: normal;
  transform: inherit;
  border-radius: 50%;
	padding: 34px 18px 12px;
}

footer div#linkPageTop a::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #0e1c66;
  border-right: solid 1px #0e1c66;
  -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: #0e1c66;
  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.9);
}

/*トップページ「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;
}*/
