@charset "UTF-8";
@import url("../../common/css/style-a.css");

/* ---------------------
	- common setting（全体に共通する部分）body、行間など
	- header（ヘッダー部分）ロゴ、住所　ヘッダーの背景
	- keyVisual（スライドショーに関する項目）
	- nav（メニューに関する項目）2ページ目の画像も
	- headline（メンテナンスのお知らせなど、全体の告知に関する項目）
	- freeArea（プラグインの表示に関する項目）
	- contents（各ページの共通部品）<h2>（大見出し）、<table> など
	- footer（フッター部分）ロゴ、住所、サイトマップ、TOP ボタン
	- page style（各ページ内限定の設定）#room、#member 内だけなど要素
--------------------- */
/* common setting
----------------------------------------------- */
* {line-height: 1.6;}

/* *:not(font) {color: #000;}*/

main {
	padding-bottom: 0;
	/*word-break: break-all;*/
	/*↑word-break が効かない時用は↓*/
	overflow-wrap: break-word;
}

html,
body,
div#wrapper {
	 height: auto;
}

/*a:-webkit-any-link {
	color: #111111;
}*/

main section div.content {
	color: #111111;
}

/* background settings */
body {
	color: #111111;
	background-color: #101010;
}

body::before
/*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: #101010;
}

body#hotelTop main div#topic {
	background-color: transparent;
	background-image: url("../img/background-01.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat;
}

body#hotelTop main div#whatsnew {
	/*background-image: linear-gradient(to bottom, rgba(243, 213, 177, 0.75), transparent);*/
	background-color: transparent;
}

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


/*ホテルトップ　記事　非表示*/
body#hotelTop main div#topic section:nth-of-type(n+2) {
	display:none;
}

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

/* header
----------------------------------------------- */
/*ロゴ*/
header div#headerLogo {
	width: 120px;
	height: 90px;
	background-image: url("../img/logo-header.svg");
	background-size: 100%;
	background-position: center;
}

/*ヘッダー背景色*/
header {
	background-image: url("../img/background-header.png");
	background-position: center center;
	background-size: 100% 100%;
	border-bottom: none;
	background-color: transparent;
}


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

header a#btnLogin:hover {
	opacity: 0.875;
	filter: brightness(125%) contrast(0.75);
	background-color: transparent;
	transition: background-image 0.5s, color 0.5s;
}

header a#btnLogin>span::after {
	/*英語「Member LOGIN」の場合は content 記入*/
	content: "Member LOGIN";
	color: #285b21;
	font-weight: 500;
}

header a#btnLogin:hover>span::after {
	/*英語「Member LOGIN」の場合は content 記入*/
	content: "Member LOGIN";
	color: #285b21;
}

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

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

/*ログイン時の会員ニックネーム*/
header div#nickName p {
	color: #285b21;
}

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

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

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

header div#headerStop18Msg{
	color: #285b21;
}

header div#connectHotel p:nth-of-type(1) {
	color: #285b21;
}

header #connectHotel p:nth-child(2) {
	color: #285b21;
	font-weight: 500;
}

header div#connectHotel {
	border: none;
}

header div#headerLogo {
	border: none;
}


/* nav
----------------------------------------------- */
/*グローバルメニュー*/
/*背景*/
div#priorityNaviWrappar {
	background-image: url("../img/background-header-menu.png");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
}

/*文字色*/
nav#priorityNavi ul li a {
	color: #ffffff;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
}

nav#priorityNavi ul li a:hover {
	color: #bccfb4;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
}

body:not(#hotelTop) div#priorityNaviWrappar {
	position: relative;
	top: 0px;
}

/*ハンバーガーメニュー　ボタン*/
#btnOpenMainNavi {
	background-color: rgba(255, 255, 255, 0.80);
}

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

/*ハンバーガーメニュー背景色*/
nav#mainNavi ul{
	background-color: rgba(25, 25, 25, 0.875);
}

nav#mainNavi ul li a {
	color: #ffffff;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.75);
}

nav#mainNavi ul li a:hover {
	color: #bccfb4;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.75);
}

/*ハンバーガーメニュー　yahooロゴ対策 */
nav#mainNavi {
	z-index:11
}


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

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


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

div#headInformation a, div#headNotice a {
	color: #ffffff;
	text-align: center;
	font-size: 1.125em;
	font-weight:500;
	padding: 10px 0px;
	letter-spacing: 1px;
}

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

div#freeArea2,
div#freeArea3 {
	background-color: transparent;
	margin-top: 0px;
	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;
}

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

/* contents
----------------------------------------------- */
/* 大見出し<h2> */
body#hotelTop main div#topic h2,
body#hotelTop main div#whatsnew span.caption,
body#hotelTop main div#access span.caption {
	background: transparent;
	font-size: 36px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	padding: 12px 24px 10px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

body#hotelTop main div#topic h2 {
	color: #285b21;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
	border: none;
}

body#hotelTop main div#whatsnew span.caption {
	color: #ffffff;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
}

body#hotelTop main div#access span.caption {
	color: #285b21;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
}

/* 大見出し<h2> */
h2 {
	/*background-image: linear-gradient(to right, rgba(139, 69, 19, 0.90) 70%, rgba(255, 227, 166, 0.90));
	background-color: transparent;*/
	background-color: #ffa200;
	color: #ffffff;
	/*border-bottom: 2px solid #000000;*/
}

/* 小見出し<h3> */
h3 {
	border-left: 10px solid rgba(221, 70, 10, 0.975);
	letter-spacing: 3px;
	color: #111111;
}

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

/* オーナメント */
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: 75%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 50px;
}

body#hotelTop main div#topic h2:before,
body#hotelTop main div#whatsnew span.caption:before,
body#hotelTop main div#access span.caption:before {
	margin: -6px 8px 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: -6px 0px 0px 8px;
}

/* 記事日付 */
.newDate {
	color: #555555;
	letter-spacing: 1px;
	font-weight: 200;
}

/* footer
----------------------------------------------- */
/*フッターメニュー色*/
footer div#footerNavi nav ul li a:before {
	border-color: transparent transparent transparent #ffa200;
}

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

/*フッターメニュー背景色*/
footer div#footerNavi {
	background: url("../img/background-footer-menu.png");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

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

/*フッター*/
footer {
	background-color: transparent;
}

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

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

footer div#footerHotelInfo div#footerLogo {
	width: 135px;
	height: 90px;
	background-image: url("../img/logo-footer.svg");
	background-position: left;
	margin-bottom: 0.5em;
}

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

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

footer div#footerStop18 {
	padding-bottom: 0.5em;
}

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

/* アクセスカウンター */
footer span.accessCounter {
	background: linear-gradient(#333333, #808080);
	text-align: right;
	padding: 2px 2px 0px;
	color: #FFFFFF;
}

/* アクセスカウンター非表示 */
#accessCount {
	display:none !important;
}

/* フッター　TOPボタン */
footer div#linkPageTop a {
	background-color: #285b21;
	filter: opacity(0.80);
	color: #ffffff;
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 999;
	padding: 34px 18px 12px;
	font-weight: 500;
	display:none;
}

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 ul.link-list li {
	border: 1px solid #285b21;
	transition:border-color 0.3s;
}

footer ul.link-list li:hover {
	border: 1px solid #285b21;
	transition:border-color 0.3s;
}

footer ul.link-list li a {
	background-color: #285b21;
	color:#ffffff;
	text-align: left;
	transition: background-color 0.3s, color 0.3s;
}

footer ul.link-list li a:hover {
	background-color: #ffffff;
	color: #285b21;
	transition: background-color 0.3s, color 0.3s;
}

footer ul.link-list li a::before {
	border-color: transparent transparent transparent #ffffff;
	transition: border-color 0.3s;
}

footer ul.link-list li a:hover::before {
	border-color: transparent transparent transparent #285b21;
	transition: border-color 0.3s;
}

ul.link-list {
	outline: #050000;
}


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


/* トピックのエリア
-------------------------*/

/*body#hotelTop main div#topic * {
	color: #000000;
}*/

/* 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.50);*/
	/*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%;
	filter: opacity(0.50);
}

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

ul.information li:hover span.icon-name-character {
	color: #285b21;
	filter: opacity(0.50);
	/*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.95);
}

body#member main ul.information li:nth-child(1) span.icon,
ul.information li:nth-child(1) span.icon-member {
	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,
ul.information li:nth-child(2) span.icon-member {	
	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,
ul.information li:nth-child(3) span.icon-member {	
	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,
ul.information li:nth-child(4) span.icon-member {	
	background-image: url("../img/information-icon-member-04.png"),
	url("../img/information-icon-member-04-on.png");
}
	
body#member main ul.information li:nth-child(5) span.icon,
ul.information li:nth-child(5) span.icon-member {	
	background-image: url("../img/information-icon-member-05.png"),
	url("../img/information-icon-member-05-on.png");
}
	
body#member main ul.information li:nth-child(6) span.icon,
ul.information li:nth-child(6) span.icon-member {	
	background-image: url("../img/information-icon-member-06.png"),
	url("../img/information-icon-member-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;
}


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

/* もっと見るボタン */
/*
#whatsnew .newMore {
	min-width: 300px;
	letter-spacing: 1px;
	background-color: rgba(243, 90, 23, 0.95);
	color: #ffffff;
	font-weight: 500;
	border: 1px solid transparent;
	transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

#whatsnew .newMore:hover {
	color: rgba(243, 90, 23, 0.95);
	background-color: #ffffff;
	border: 1px solid rgba(243, 90, 23, 0.95);
	transition: background-color 0.5s, color 0.5s, border-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 transparent;
	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 transparent;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url("../img/new-more-button-on.png");
	/*filter: brightness(100%) contrast(1.00) opacity(0.875);
	background-image: linear-gradient(to bottom, #f2e0b2, #f2e0b2, #f2e0b2);*/
	transition: 0.5s;
}

div#whatsnew .newMore.btn-negation:hover:before {
	opacity:0;
}

/*アクセス情報のエリア（トップページ「MAP」見出し　非表示） */
body#hotelTop main div#accessApiMap {
	margin: 0px 0px 0px 0px;
}

body#hotelTop div#access div.container {
	background-color: #ffffff;
	/*box-shadow: 0 0 2em rgba(0, 0, 0, 0.75);*/
}

body#hotelTop main div#access section h2 {
	display: none;
}

/*body#hotelTop main div#access section div.container h3 {
	border-left: 10px solid rgba(221, 70, 10, 0.975);
	color: #ffffff;
}

body#hotelTop maindiv#access section div.content {
color: #ffffff;
text-shadow: 1px 1px 1px rgb(150, 150, 150, 0.75);
}*/

#access section div.container hr {
	height: 0;
	margin: 0.5em 0.25em;
	padding: 0;
	border: 0;
}

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

/* other settings */
h1::after {
	border-top: 3px solid rgba(221, 70, 10, 0.975);
	border-bottom: 1px solid rgba(221, 70, 10, 0.975);
}

/*
.btn-positive, .btn-negation {
	border-color: #92634a;
}

.btn-positive {
background-color: #92634a;
color: #ffffff;
}

.btn-negation {
	color: #92634a;
}
*/

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


/* waths new (最新情報)*/
div#whatsnew section .container {
	background-color: #ffffff;
}

div.content, div#whatsnew section div div a,
body#new div#mainWrapper section div div a {
	color: #111111;
}

/* empty (空室情報） */
body#event main a:-webkit-any-link {
	color: #333333;
}

/* empty (空室情報） */
body#empty div.epEmptyRoom {
	border: solid 2px rgba(221, 70, 10, 0.975);
	background-color: rgba(221, 70, 10, 0.975);
}

body#empty div.epEmptyRoomClm {
	background-color: rgba(221, 70, 10, 0.975);
}

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

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

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

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

body#empty span.roomlist {
	background-color: rgba(221, 70, 10, 0.975);
}

body#empty div.crossLinkArr {
	background-color: rgba(221, 70, 10, 0.975);
}

body#empty div.crossLinkArr::before {
	border: 12px solid transparent;
	border-left: 12px solid rgba(221, 70, 10, 0.975);
	top: -7px;
}

body#empty div#mainWrapper a {
	color: #333333;
}

body#empty div#mainWrapper section div.container div.content div.roomitem-row div.roomitem span.roomlist a {
	color: #ffffff;
}


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

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

/* room (料金・客室情報） */
body#room div.Title {
	background-color: rgba(221, 70, 10, 0.975);
	/*background-image: url(../img/div-title.png);
	background-position: center center;
	background-size: 100% 100%;*/
}

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 div.item-table>dl>dt {
	width: 12em;
}

body#room a.roomLink {
	padding: 0 1em;
	background-color: #ffffff;
	border-color: rgba(221, 70, 10, 0.975);
	color: rgba(221, 70, 10, 0.975);
	transition: background-color 0.5s, color 0.5s;
}

body#room a.roomLink:hover {
	background-color: rgba(221, 70, 10, 0.975);
	opacity: 0.6; filter: brightness(110%);
	transition: background-color 0.5s, color 0.5s;
 }

body#room a.rankLinkOn {
	background-color: rgba(221, 70, 10, 0.975);
	color: #ffffff;
}

body#room span.roomRankTitle {
	background-color: rgba(221, 70, 10, 0.975);
	padding: 10px 20px 10px 20px;
}

body#room div.rankTab {
	border-bottom-color: rgba(221, 70, 10, 0.975);
}

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.25em 0.25em -1em;
	padding: 0;
	border: 0;
	border: 1px dashed #eeeeee;
	/*background-image: linear-gradient(to right, transparent 5%, #cccccc 25%, transparent 95%);*/
}

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

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

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

body#roomdetail div.item-table>dl>dt {
	width: 12em;
}

body#roomdetail ul.equipment {
	margin: 0px 24px 24px 24px;
	padding-top: 24px;
}

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

/*「ランク」用タブを非表示
body#room a.rankLinkOn {
display: none;
}*/

/*「部屋ランクを選択してください。」を非表示
body#room div#mainWrapper section:nth-child(6) div.container:before p {
　display:none;
}*/


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


/* room detail (料金・客室情報詳細） */
body#roomdetail a.priceLink {
	background-color: rgba(221, 70, 10, 0.975);
	border-color: rgba(221, 70, 10, 0.975);
	color: #ffffff;
	transition: background-color 0.5s, color 0.5s;
}

body#roomdetail a.priceLink:hover {
	background-color: #ffffff;
	color: rgba(221, 70, 10, 0.975);
	transition: background-color 0.5s, color 0.5s;
}

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

body#roomdetail div.Title {
	background-color: rgba(221, 70, 10, 0.975);
}

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

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

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

body#roomdetail li.equipment {
	padding-left: 1.5em;
}

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

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

body#roomdetail a.kyujitsu {
	display:none;
}

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

body#roomdetail div#mainWrapper pre a {
	color: #333333;
	font-weight: 500;
}

body#roomdetail hr {
	height: 0;
	margin: 0.25em 0.25em -1em;
	padding: 0;
	border: 0;
	border: 1px dashed #dddddd;
	/*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;
}

body#simulate div#simulateResult:not(.msg-warning) {
	background-color: #f5f5f5;
	color: #111111;
	border: 1px solid #cdcdcd;
}

body#simulate div.item-table>dl {
	color: #000000;
}

/*body#simulate div#simulateResult.content h3{
	border-left: 8px solid #000000;
}*/


/* service (サービス設備情報） */
body#service main a:-webkit-any-link {
	color: #333333;
}

body#service div.limiteroom {
	background-color: rgba(221, 70, 10, 0.975);
}

body#service ul.equipment>li {
	vertical-align: top;
	padding: 0.75em 1em;
}

body#service ul.equipment>li:before {
	border: 3px solid rgba(221, 70, 10, 0.975);
	margin-top: 1.5em;
	top:0;
}

/*body#service section:nth-child(3) div.content{
	line-height: 2.5em;
}*/

body#service section:nth-child(3) b {
	font-weight: 500;
}

body#service hr {
	height: 0;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

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


/* ログインページ "memberonly" & 2ember/login"*/
body#member_login form.loginForm,
body#memberonly form.loginForm {
	background-color: #F7F7F7;
	border-radius: 10px;
	border: 1px solid #cdcdcd;
}


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

body#mailto a#maillink:hover {
	background-color: #ffffff;
	border: 1px solid rgba(221, 70, 10, 0.975);
	color: rgba(221, 70, 10, 0.975);
	font-weight: bold;
	transition: background-color 0.5s, color 0.5s;
}

body#mailto div.content a {
	color: #4d4d4d;
}

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

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

body#mailmagazine div#mainWrapper div.content {
	border-collapse: collapse;
}

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

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

body#coupon span.couponClum {
	background-color: rgba(221, 70, 10, 0.975);
}

div.couponBtn.content .btn-positive a {
	display: block;
	padding: 0px 80px;
	color:rgba(221, 70, 10, 0.975);
}


/* ボタン共通　修正 */
.btn-positive {
	background-color: rgba(221, 70, 10, 0.975);
	border: 1px solid rgba(221, 70, 10, 0.975);
	color: #ffffff;
	transition: background-color 0.5s, color 0.5s;
}

.btn-positive:hover {
	background-color: #ffffff;
	border: 1px solid rgba(221, 70, 10, 0.975);
	color: rgba(221, 70, 10, 0.975);
	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:#ffffff;
}

body#coupon div.couponBtn a:hover {
	color: rgba(221, 70, 10, 0.975);
}

/* メンバー情報 */

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


/* 全室達成 */
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(221, 70, 10, 0.975);
}

body#member_allroom div.explanation-msg span.use-color {
	color: rgba(221, 70, 10, 0.975);
}

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_reserve div.mrEmptyRoomClm {
	background-color: rgba(221, 70, 10, 0.975);
	color: #FFFFFF;
}

body#member_reserve div.mrEmptyRoom {
	border: 2px solid rgba(221, 70, 10, 0.975);
	background-color: rgba(221, 70, 10, 0.975);
}

body#member_reserve div.mrCleanRoomClm {
	background-color: #cccccc;
	color: #FFFFFF;
}

body#member_reserve div.mrCleanRoom {
	border: 2px solid #cccccc;
	background-color: #cccccc;
}

body#member_reserve div.roomitem span {
	background-color: rgba(221, 70, 10, 0.975);
	color: #FFFFFF;
}


/* ランキング */
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;
}


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

/* 旧フッターメニュー非表示 */
.f_menu {
	display:none !important;
}

/* Youtube */
.youtube {
	width:595px;
	height:335px;
	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
}

#mainWrapper section div.foodmenu_left a {
	color: #333333;
}


/*トップページ「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#food div#mainWrapper div.container a,
body#memberonly div#mainWrapper div.container a,
body#faq div#mainWrapper div.container a,
body#originalcoupon div#mainWrapper div.container a {
	color: #333333;
}

a.anchor-adjustment {
	display: block;
	padding-top: 5em;
	margin-top: -5em;
}


/* table */
table {
	border-collapse: collapse;
}

table.hyouyou_bordercolor tbody,
table.hyouyou_bordercolor tr,
table.hyouyou_bordercolor th,
table.hyouyou_bordercolor td {
	border: 1px solid #393939;
	padding: 0.5em;
}

tr.hyouyou_bgcolor {
	background-color: #bccfb4;
	color: #393939;
}

th.hyouyou_bgcolor {
	background-color: #ebfdbd;
	color: #393939;
}

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

/* TEL（お問い合わせ） */
body#general2 div#mainWrapper section div div a {
	color: #111111;
}

/* サービス・設備情報のお食事メニュー */
.service-food-menu {
	line-height: 2.5em;
	letter-spacing: 0.125em; font-weight: 500;}

.food-menu-anchor {
	padding-top: 4.5rem;
	margin-top: -4.5rem;
}

.food-menu-anchor p {
	font-size: 1.5em;
	font-weight: 500;
	background-color: #bcb193;
	padding: 0.25em 0.5em;
}

.food-menu-anchor img {
	width:600px;
	margin:0 0 4em 0;
}
