@CHARSET "UTF-8";

@import url("../../common/css/style-c.css");

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

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

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

* {line-height: 1.6;}

main {
	padding-bottom: 0px;
}

/* backgrounds */
body {
	background-color: #77572b;
}

body:not(#hotelTop) div#wrapper {
	background-color: #77572b;
}

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

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

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


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


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

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



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

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

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


/* header
----------------------------------------------- */

header div#headerLogo {
    width: 200px;
    height: 190px;
    background-image: url("../img/header-logo.png");
		background-size: auto auto;
		background-position: center center;
		background-repeat: no-repeat;
}

header div#headerLogo {
	border: none;
}

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

header div#connectHotel {
	border: none;
}

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

header a#btnLogin:hover {
	background-image: url("../img/login-button-on.png");
	background-color: transparent;
	transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;
}


header a#btnLogin>span::after {
    content: "\30E1\30F3\30D0\30FC\30ED\30B0\30A4\30F3";
    color: #3e2317;
}

header a#btnLogin:hover>span::after {
    content: "\30E1\30F3\30D0\30FC\30ED\30B0\30A4\30F3";
    color: #3e2317;
}

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

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


/*ヘッダー店舗名*/
header div#headerLogo::after {
	content: "浅草店";
	display: block;
	position: absolute;
	top: 190px;
	width: 190px;
	height: 10px; /* ここの値を以下基準に足して設定 */
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	display:none;
}

header div.container {
    height: 440px; /* 基準:430px */
}
header div#connectHotel{
    top: 215px; /* 基準:205px */
}

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

nav#mainNavi li a {
	color: #ffffff;
}

nav#mainNavi li a:hover {
	background-color: rgba(175, 133, 64, 0.6);
	color: #bfa57b;
}


/* お問い合わせ */

header div#connectHotel p:nth-of-type(2) {
	color: #ffffff;
}

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

/* 18禁 */

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

header div#headerStop18Msg {
color: #ffffff;
}


/* keyVisual
----------------------------------------------- */

div#keyVisual,
div#keyVisual ul {
    height: 570px;
		background-color: #77572b;
}

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 {
	height: 220px;
}

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

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



/* nav
----------------------------------------------- */

div#priorityNaviWrappar {
	display: none;
}

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


/* headline
----------------------------------------------- */

div#headInformation,
div#headNotice {
	background-color: #ffffff;
}

div#headInformation a,
div#headNotice a {
	color: #3e2317;
	text-align: center;
	font-size: 1.4rem;
	font-weight:300;
	padding: 20px 0px;
	letter-spacing: 1px;
}


/* freeArea フリーエリア
----------------------------------------------- */

div#freeArea1, div#freeArea2, div#freeArea3 {
padding:0;
}

div#freeArea2, div#freeArea3 {
	background-color: #ffffff!important;
	margin-top: -50px;
	padding-bottom: 50px;
}
.freestyle {
	list-style: none;
}
.freestyle li {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: center;
	color: #0e1e46;
	float: left;
	width: 23%;
}
main section .container .content:after,
.freestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



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

/* タイトル（h1） */

h1::after {
	border-top: 3px solid #3e2317;
	border-bottom: 1px solid #3e2317;
}

/* 大見出し（h2）
------------------------ */

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

body#hotelTop main div#topic h2 {
    background: transparent;
		border: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#hotelTop main div#whatsnew span.caption {
    background: transparent;
		border: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}

body#hotelTop main div#access span.caption {
    background: transparent;
		border: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 12px 24px 10px;
}


body#hotelTop main div#topic h2:before {
    content: "";
    background: url("../img/ornament-left-01.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px -25px 0px 0px;
}

body#hotelTop main div#topic h2:after {
    content: "";
    background: url("../img/ornament-right-01.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px 0px 0px -25px;
}

body#hotelTop main div#whatsnew span.caption:before {
    content: "";
    background: url("../img/ornament-left-02.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px -25px 0px 0px;
}

body#hotelTop main div#whatsnew span.caption:after {
    content: "";
    background: url("../img/ornament-right-02.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px 0px 0px -25px;
}

body#hotelTop main div#access span.caption:before {
    content: "";
    background: url("../img/ornament-left-03.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px -25px 0px 0px;
}

body#hotelTop main div#access span.caption:after {
    content: "";
    background: url("../img/ornament-right-03.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    width: 112.5px;
    display: block;
    margin: -5px 0px 0px -25px;
}


/* 小見出し（h3）
------------------------ */

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

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

#hotelTop main div#access h3 {
	border-left: 10px solid #af8540;
}

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


/* ボタン

.btn-positive {
  background-color: #122A5e;
  color: #ffffff;
}

.btn-positive, .btn-negation {
	border-color: #122A5e;
}

.btn-negation {
	color: #122A5e;
}*/



/*アクセス情報*/

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

/* footer
----------------------------------------------- */

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


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

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

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

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

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

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

/*グループトップ　▲マーク*/
footer ul.link-list li a::before{
border-color:transparent transparent transparent #ffffff;
}

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

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

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

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


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

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


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

/* トピック */
/*body#hotelTop main div#topic * {
	color: #3e2317;
}*/

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

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

ul.information li:hover {
	background-image: url("../img/information-li-box-on.png");
	/*transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;*/
}


ul.information li span.icon-name-character {
    color: #ffffff;
    display: block;
    margin: auto;
    font-size: 15px;
    padding-top: 5px;
		font-size: 1.1rem;
		letter-spacing: 1px;
}

ul.information li:hover span.icon-name-character {
    color: rgba(255, 255, 255, 0.8);
}

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 a.link span.icon,ul.information li a.secretLink span.icon{
    display: block;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

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:nth-child(1) span.icon {
	background-image: url("../img/C-icon-info-new.png");
	/*display:none;*/
}
ul.information li:hover:nth-child(1) span.icon {
	background-image: url("../img/C-icon-info-new-on.png");
	/*display:none;*/
}

ul.information li:nth-child(2) span.icon {
	background-image: url("../img/C-icon-info-room.png");
	/*display:none;*/
}
ul.information li:nth-child(2):hover span.icon {
	background-image: url("../img/C-icon-info-room-on.png");
	/*display:none;*/
}

ul.information li:nth-child(3) span.icon {
	background-image: url("../img/C-icon-info-access.png");
	/*display:none;*/
}
ul.information li:nth-child(3):hover span.icon {
	background-image: url("../img/C-icon-info-access-on.png");
	/*display:none;*/
}

ul.information li:nth-child(4) span.icon {
	background-image: url("../img/C-icon-info-service.png");
	 /*display:none;*/
}
ul.information li:nth-child(4):hover span.icon {
	background-image: url("../img/C-icon-info-service-on.png");
	/*display:none;*/
}

ul.information li:nth-child(5) span.icon {
	background-image: url("../img/C-icon-info-access.png");
  /*display:none;*/
}
ul.information li:nth-child(5):hover span.icon {
	background-image: url("../img/C-icon-info-access-on.png");
	/*display:none;*/
}

ul.information li:nth-child(6) span.icon {
	background-image: url("../img/C-icon-info-access.png");
	 display: none;
}
ul.information li:nth-child(6):hover span.icon {
	background-image: url("../img/C-icon-info-access-on.png");
	display: none;
}



/* メンバー用INFORMATION */

body#member main ul.information li {
	border: solid 1px #ac829c;
	background-color: #e3d5de;
}

body#member main ul.information li:hover {
	border: solid 1px #ac829c;
	background-color: #e3d5de;
}

body#member main ul.information li:nth-child(1) span.icon {
	background-image: url("../img/C-icon-info-member-info.png");
	/*display:none;*/
}
body#member main ul.information li:nth-child(1):hover span.icon {
	background-image: url("../img/C-icon-info-member-info-on.png");
	/*display:none;*/
}

body#member main ul.information li:nth-child(2) span.icon {
	background-image: url("../img/C-icon-info-member-point.png");
	/*display:none;*/
}
body#member main ul.information li:nth-child(2):hover span.icon {
	background-image: url("../img/C-icon-info-member-point-on.png");
	/*display:none;*/
}

body#member main ul.information li:nth-child(3) span.icon {
	background-image: url("../img/C-icon-info-member-use.png");
	 /*display:none;*/
}
body#member main ul.information li:nth-child(3):hover span.icon {
	background-image: url("../img/C-icon-info-member-use-on.png");
	/*display:none;*/
}

body#member main ul.information li:nth-child(4) span.icon {
	background-image: url("../img/C-icon-info-service.png");
  /*display:none;*/
}
body#member main ul.information li:nth-child(4):hover span.icon {
	background-image: url("../img/C-icon-info-service-on.png");
	/*display:none;*/
}

body#member main ul.information li:nth-child(5) span.icon {
	background-image: url("../img/C-icon-info-access.png");
  /*display:none;*/
}
body#member main ul.information li:nth-child(5):hover span.icon {
	background-image: url("../img/C-icon-info-access-on.png");
	/*display:none;*/
}

/*body#member main ul.information li:nth-child(6) span.icon {
	background-image: url("../img/C-icon-info-access.png");
}
body#member main ul.information li:nth-child(6):hover span.icon {
	background-image: url("../img/C-icon-info-access_hover.png");
}*/



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


/* Whats New */

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

#whatsnew div.container a.newMore.btn-negation {
	min-width: 300px;
	letter-spacing: 1px;
	color: #ffffff;
	background: url("../img/new-more-button.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(58, 33, 20, 0.90);
	transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;
}

#whatsnew div.container a.newMore.btn-negation:hover {
	min-width: 300px;
	letter-spacing: 1px;
	color: rgba(58, 33, 20, 0.90);
	background: url("../img/new-more-button-on.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(58, 33, 20, 0.90);
	transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;
}

/* アクセス情報 */

#accessApiMap {
	margin: 30px 0px;
}

/* アクセス情報 TOP */

/*#hotelTop main div#access .content{color:#000000;}*/


/* empty (空室情報） */

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

body#empty div.epEmptyRoom {
	border: solid 2px #3e2317;
	background-color: #3e2317;
}

body#empty div.epEmptyRoomClm {
	background-color: #3e2317;
}

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

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

body#empty div.roomitem span {
	background:#3e2317;
}

.roomlist a{
	display:block;}

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


/* bbs (掲示板修正）*/

body#bbs table#bbsInput th,
body#bbs table#bbsInput td,
body#bbsReply table#bbsInput th,
body#bbsReply table#bbsInput td {
	background-color: #f5f5f5;
}

body#bbs ul.postWriting,
body#bbsReply ul.postWriting {
	background-color: #f5f5f5;
}

body#bbs li#infoName a,
body#bbs li#replyName a,
body#bbs .topicName,
body#bbsReply li#infoName a,
body#bbsReply li#replyName a,
body#bbsReply .topicName {
	color: #7ca8c2;
}

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

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

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

/* room (料金・客室情報） */

body#room div.Title {
	  background-color: #3e2317;
}

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 {
	background-color: #fafafa;
	border: 1px solid #3e2317;
	color: #3e2317;
	transition: background-color 0.5s, color 0.5s;
	-ms-transition: none;
}

body#room a.rankLinkOn {
	background-color: #3e2317;
	border: 1px solid #3e2317;
	color: #ffffff;
}

body#room a.roomLink:hover {
	opacity: 0.8;
	background-color: #3e2317;
 }

body#room span.roomRankTitle {
	background-color: #3e2317;
}

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

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

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


/* room detail (料金・客室情報詳細）*/

body#roomdetail a.priceLink {
	background-color: #fafafa;
	color: #3e2317;
	border: 1px solid #3e2317;
	transition: background-color 0.5s, color 0.5s;
	-ms-transition: none;
}

body#roomdetail a.priceLink:hover {
	background-color: #3e2317;
	color: #ffffff;
	border: 1px solid #3e2317;
	filter: contrast(0.9);
	transition: background-color 0.5s, color 0.5s;
	-ms-transition: none;
}

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

body#roomdetail div.Title {
	  background-color: #3e2317;
}

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

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


/* simulate (料金シミュレーション） */

body#simulate tr.tr-entering th,
body#simulate tr#tr-time th {
	background-color: #f5f5f5;
}


/* service (サービス設備情報） */

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

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

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

body#service ul.equipment>li:before {
	border: 3px solid #3e2317;
}

/* mailto (お問い合わせ） */

body#mailto div.content a {
	color: #333333;
	font-weight: bold;
}

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

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

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


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

/* coupon (クーポン） */

content{
	text-align: center;
	color:#ffffff !important;;

}

body#coupon div.couponList {
	background-color: #dff1fb;
	border-color: #dff1fb;
	color: #ffffff !important;
}

body#coupon span.couponClum {
	background-color: #7ca8c2;
	color: #ffffff !important;
}

div.couponBtn.content{
	/*display:blocck;*/
	color: #ffffff !important;
}

div.couponBtn.content a{
	/*display:blocck;*/
	font-weight:bold;
	color: #122a5e !important;
}

div.couponBtn.content a:hover{
	/*display:blocck;*/
	font-weight:bold;
	color: #ffffff !important;
}

.btn-positive a{
	display: block;
	color: #ffffff !important;
	padding: 0px 80px;
}


/* ボタン共通 */

.btn-positive {
	background-image: url("../img/login-button.png");
	color: #3e2317;
	border: 1px solid transparent;
	background-color:transparent;
	transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;
}

.btn-positive:hover {
	background-image: url("../img/login-button-on.png");
	border: 1px solid #ac829c;
	background-color:transparent;
	filter: contrast(0.9);
	transition: background-image 0.5s, color 0.5s;
	-ms-transition: none;
}

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

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

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

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

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



/*メンバーログイン　INFORMATION 背景色*/

#member section:nth-child(2){
/*background: linear-gradient(45deg, #24aaac, #474ebf);*/
}

#member section h3{
	color:#ffffff;
	text-align:center;
	border:none;
}

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

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

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

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

/*メンバーログイン　各ページ*/

body#member_info table.multi-column tr:nth-child(16) a {
    color: #4d4d4d;
}

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

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


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

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

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

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

body#member_reserve div.mrEmptyRoomClm {
  background-color: #3e2317;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

body#member_reserve div.mrEmptyRoom {
    border-style: solid;
    border-color: #3e2317;
    border-width: 2px;
    text-align: center;
    display: inline-block;
    width: 45%;
    margin: 10px 10px 10px 10px;
}

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

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

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

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


/*フードメニュー*/
.foodmenu{
	width:770px;
}

.foodmenu::after{
	clear: both;
	}

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

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


/* フッター　TOPボタン */
footer div#linkPageTop a {
background: rgba(58,33,20,0.8);
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
		display: none;
}

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

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

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


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

/* Youtube */
.youtube{
width:560px;
height:315px;
text-align:center;
}
/*トップページ「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;
}


/* フリーエリア*/
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;
}

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