@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Jura:300');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

* {
  font-family: 'Noto Serif JP', serif;
}
html,  body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	padding: 0px;
	background: url(../img/aria_bg.png),#a29793; /* Old browsers */
background: url(../img/aria_bg.png),-moz-radial-gradient(center, ellipse cover, #a29793 0%, #402c25 70%, #25221d 100%)fixed; /* FF3.6-15 */
background: url(../img/aria_bg.png),-webkit-radial-gradient(center, ellipse cover, #a29793 0%,#402c25 70%,#25221d 100%)fixed; /* Chrome10-25,Safari5.1-6 */
background: url(../img/aria_bg.png),radial-gradient(ellipse at center, #a29793 0%,#402c25 70%,#25221d 100%)fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29793', endColorstr='#25221d',GradientType=1 )fixed; /* IE6-9 fallback on horizontal gradient */
	background-repeat: repeat;
	}
	
a{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
	
h1,h2,h3,h4,p{
	margin: 0px;
	padding: 0px;
	}
	
h2{
	font-size: 5.5em;
	font-family: 'Poiret One', cursive;
	font-weight: 500;

	}
	
table,p{
	font-size: 2em;
	}
	
td{
	font-size: 1em;
	}
	
ul,li{
	margin: 0px;
	padding: 0px;
	}
	
img{
	height: auto;
	width: 100%;
	}
		
i{
	font-family: FontAwesome;
	font-style: normal;
	margin: 0px 3px;
    }  
		
h1 img{
	height: auto;
	width: 200px;
	margin: 10px 20px 0px 20px;
	}
	
#headtilte{
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	}
	
#contactfrm{
	float: right;
	width: 50%;
	padding:15px 10px;
	z-index: 99;
	}
	
#contactfrm	a{
	float: right;
	width: 100px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #400b05;
	border-radius: 30px;
	font-family: "メイリオ", "Meiryo", sans-serif;
	padding: 8px 30px 8px 30px;
	font-size:1em;
	margin:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}
	
#contactfrm	a:hover{
	background-color: #a29793;
	color: #400b05;
	}
	
.tel{
	text-align: right;
	line-height: 1.2;
	color: #400b05;
	}

p.tel{
	float: right;
	font-size:2em;
	}
	
.tel span{
	margin:3px 0;
	display: inline-block;
	}
	
.tel_f{font-size:1.8em;}
	
.container {
	position: relative;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	}
	
header {
	width: 1000px;
	background-color: #fff;

	}
	
main {
	padding-bottom: 80px;
	}
	
footer {
	width: 1000px;
	height: 90px;
	background-color: #8c8851;
	/*position: fixed;*/
	bottom: 0;
	font-size: 3em;
	}
	
.ftLogo {
	height: auto;
	width: 150px;
	float: left;
	margin:10px 0px 0px 20px;
	height: 0px;
	}
	
.phmenu{
	display: none;
	}
	
#home{
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	width: 47px;
	height: 29px;
	}
	
nav{
	color: #FFF;
	background: #7c3217;
	background: -moz-linear-gradient(top,  #7c3217 0%, #150a04 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7c3217 0%,#150a04 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7c3217 0%,#150a04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3217', endColorstr='#150a04',GradientType=0 ); /* IE6-9 */
	font-family: 'Jura', sans-serif;
	text-shadow: 1px 2px 3px #000;
	font-size: 3em;
	}
	
nav a{
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px 5px 20px;
	display: block;
	}
	
nav a:hover{
   opacity:0.7;
   background-color: rgba(255,0,0,0.5);
}

#menubtn {
	display:none;
	}
	
#menu{
	display:block !important
	}
	
ul {
   text-align: center;
}

li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

nav li{
	}
	
.ph{
	display: none;
	}

#ftnavi {padding-top: 30px;}
#ftnavi a{
	color: #333;
	}

#ftnavi ul{
	margin: 0px 30px 0px 0px;
	font-size: 0.7em;
	text-align: right;
	}
	
#ftnavi li{
	padding: 0px 0px 0px 5px;
	}
	
#ftnavi li + li {
border-left:1px solid #333;
}

small{
	font-size: 0.7em;
	text-align: right;
	display: block;
	margin:0px 30px 0px 0px;
	}
	
#photo{
	width: 100%;
	}
	
/* --- TOPアリアリンク欄 --- */
	
.arialinkbox{
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
	
.arialinkbtn{
	width: 49%;
	text-align: center;
	padding: 5px;
	}
	
p.ariainfo{
	margin: 5px 0px;
	}

/* --- TOPページお知らせ欄 --- */
ul.topthumb {
width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
}

.link-image img{
	transition: 0.6s ;
	}

a:hover.link-image img{
 opacity:0.7; /* 透明度30％ */
 filter: alpha(opacity=70); /* IE用 */
 }
	
/* --- リスト項目 --- */
ul.topthumb li {
padding: 10px 15px; /* リスト項目のパディング（上下、左右） */
border-bottom: 1px #808080 dotted; /* リスト項目の下境界線 */
}

/* --- 項目内容 --- */
ul.topthumb dl {
width: 100%;
margin: 0;
font-size: 3em;
}

dt.title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 2px;
	}

#topics{
	margin-top: 10px;
	}
	
#topics a{
	text-decoration: none;
	color: #333;
	}
	
#topics a:hover{
	color: #8f5c00;
	position: relative;
	top: 1px;
	left: 1px;
	}

/* --- 写真エリア --- */
ul.topthumb dt.topphoto {
width: 160px; /* 写真エリアの幅 */
float: left;
}
ul.topthumb dt.topphoto img {
border: 1px #333 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.topthumb dt.title,
ul.topthumb dd {
margin: 0 0 0 180px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.topthumb dt.title {
	margin-bottom: 5px; /* タイトルエリアの下マージン */
	line-height: 120%;
	text-align: left;
}

/* --- コメントエリア --- */
ul.topthumb dd {
	line-height: 150%;
	font-size: 0.8em;
	text-align: left;
}

/* --- TOPページお知らせ欄ここまで --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
	
#room2{
	height: 1400px;
	min-height:715px;
	}
	
#room{	
min-height: 50px;
height: auto !important;
height: 50px;
}

#room:after {
    content: "";
    display: block;
    clear: both;
} 
	
#roomnav{
	height: 900px;
	width: 145px;
	float: left;
	}
	
#room_no{
	padding: 0px 10px;
	display: flex;
	}
	
#room_info2{
	padding: 0px;
	width: 100%;
	}
	
#room_info{
	padding: 0px;
	width: 855px;
	display: flex;
	}
	
/* 設備始め */

#room_info img{
	height: 35px;
	width: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px 3px 0px 10px; 
	}
	

#room_info ul{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	}
	
#room_info li{
	font-size: 1.7em;
	line-height: 1.2;
	width: 140px;
	height: 30px;
	margin: 5px 0px;
	display: flex;
	align-items: center;
	-webkit-align-items: center; /* Safari */
	text-align: left;
	}
/* 設備おわり */
	
#room_floor{
	background-color: #fff;
	}
	
#room_in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 10px 0px 10px;
	align-items: stretch;
		}
	
#room_inbox_time{
	flex-direction: row;
	/*width: 40%;*/
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#room_inbox_service{
	flex-direction: row;
	width: 60%;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#room_inbox_reservation{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
.roomImp{
	}
	
.roomImp ul{
	text-align: left;
	}
	
.roomImp li:before {
	display: inline;
	content: "・";
	color: #F00;
}
	
.roomImp li{
	font-size:2em;
	display: block;
	}
	
	
#picbox img{

	}
	
.floorimg{
	width:855px;
	}


.roomimg{
	width: 855px;
	height: 470px;
	}
	
.yoyaku_btn{
	font-size:3em;
	margin: auto;
	width: 175px;
	background-color: #400b05;
	color: #fff;
	height: 58px;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
	margin-bottom: 10px;
	}
	
.yoyaku_btn i{
	padding:0px 0px 4px 0px;
	}
	
#room_floor a{
	text-decoration: none;
	}
	
.room_h3{
	font-size: 3em;
	color: #666;
	font-family: "Noto Sans Japanese";
	font-weight: 200;
	border-top: 1px solid #999;
	margin: 23px 0 0;
	text-align: center;
	padding: 0;
	height: 22px;
	}
	
.room_span {
    position: relative;
    top: -16px;
    padding: 0 5px;
    background:white;
	padding: 0;
	}
		
/*#room_in table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#room_in th{
	padding: 6px 3px;
	color: #333;
	background-color: #eee;
	border: 2px solid #fff;
	font-weight: normal;
	}
	
#room_in td {
	padding: 3px 6px;
	background-color: #e6e6e6;
	border: 2px solid #fff;

}

#room_in thead th{
	color: #fff;
	background-color: #808080;
	}

#room_in tbody th{
	color: #333;
	background-color: #c7c7c7;
	}

#room_in td + td { color: #000; }
#room_in td + td + td { color: #000; }
*/
	
#room_floor h3{
	}
	
.room_h{
	color: #999;
	padding-left: 10px;
	}
	
#info,#access,#member,#system,#plan,#members{
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin: 20px 40px 20px 40px;
	}
	
#sysinfobox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: stretch;
	margin-top: 10px;
	}	
	
.infoBox{
	flex-direction: row;
	width: 220px;	
	}
/* accordion-40.css */

#accordion-room {
	width:145px;
}

#accordion-room .room-no {
	width: 145px;
	background-color: #a4a07e;
	color: #FFFFFF;
}

#accordion-room h3 {
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 0px;
	font-family: 'Jura', sans-serif;
	text-shadow: 1px 2px 3px #000;
	font-size: 3em;
	box-sizing: border-box;
}

#accordion-room h3.active {
	color: #CCCCCC;
	}

#accordion-room h3.active:before{
	font-family: "FontAwesome";
	content: "\f146";
	margin-right: 5px;
	}

#accordion-room h3.hover {
	background-color: #D8CBA8;
}

#accordion-room h3:before {

}

#accordion-room h3:before {
	font-family: FontAwesome;
	content: "\f0fe";
	margin-right: 5px;
	font-size: 75%;
	transition: .2s;
}

#accordion-room dl {
	width:145px;
	margin:0;
	padding:0;
}

#accordion-room dl dt {
	width: 145px;
	margin: 0px;
	padding: 0px;
}

#accordion-room dt {
	width: 145px;
	height: 40px;
}

#accordion-room img:hover{
   opacity:0.7;
}
	
#system h3{
	font-size: 3em;
	color: #CC7C7F;
	}
	
#info h3{
	font-size: 3em;
	color: #CC7C7F;
	}
	
#system h4{
	font-size: 2em;
	font-weight: bold;
	color: #CC7C7F;
	}
	
#system span{
	font-size: 0.6em;
	margin-left: 5px;
	color: #333;
	}
	
#system img{
	width: auto;
	margin: 5px;
	}
	
.infopost{margin: 0px 0px 15px 0px;
	}
	
.infopost th{
	background-color: #ccc;
	padding: 5px;
	}
	
.infopost tr td:nth-of-type(1) {
	background-color: #e1e1e1;
	text-align: center;
	}
	
.infopost td{
	padding: 5px;
	}
	
.infopost{margin: 0px 0px 15px 0px;
	}
	
#system section{
	margin-bottom:20px;
	}

.syspost table{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 80%;	
	background-color: #402c25;
	}

.syspost td, .syspost th{
	padding: 0.5em 1em;
	}
	
.syspost th{
	color:#FFF;
	width: 25%;	
	background-color: #402c25;
	}
	
.syspost td{
	background-color: #e1e1e1;
	text-align: center;
	}
	
#group {
	margin: 20px 40px 0px 40px;
	}
	
#group h3{
	font-size: 4.5em;
	margin: 0px 0px 10px 0px;
	font-family: 'Poiret One', cursive;
	font-weight: 100;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
	
#group img{
	margin:0px 0px 10px 0px;
	}
	
.aces_img{
	width: 700px;
	margin: auto;
	padding-bottom: 10px;
	}

.h3aces{
	}
	
#access p{
	margin: 10px 0px 10px 0px;
	}
	
#access h3{
	font-size: 3em;
	color: #CC7C7F;
	}
	
#member p{
	margin: 0px 0px 0px 0px;
	}
	
#member h3{
	font-size: 2em;
	color: #CC7C7F;
	margin:20px 0px 0px 0px;
	}
#member table{
	border-collapse: collapse;
	}
		
#member td{
	padding: 5px 10px;
	border: 1px solid #999;
	text-align: center;
	}
	
#member th{
	padding: 5px 10px;
	border: 1px solid #999;
	color: #FFF;
	background-color: #403a39;
	}

#map{
 	height: 400px;
    width: 100%;
	}
	
#recruit{
	margin: auto;
	height: 850px;
	width: 600px;
	}

img.off{
	background-color: #999999;
	height: 35px;
	width: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px 3px 0px 10px;
	opacity: 0.4;
	}

img.on{
	background-color: #E69245;
	height: 35px;
	width: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px 3px 0px 10px;
	}
	
#accordion-room a{
	display: inline-block;
	width: 140px;
	height: 40px;
	font-size: 4em;
	line-height: 40px;
	color: #3C352D;
	text-decoration: none;
	padding-left: 5px;
	}
	
#accordion-room a:hover{
	background-color:rgba(216,203,168,0.5);
	}

dt.no201{
	background: #e3e1d9;
	}
	
dt.no202{
	background: #e3e1d9;

	}
	
dt.no203{
	background: #e3e1d9;
	}
	
dt.no205{
	background: #e3e1d9;

	}
	
dt.no206{
	background: #e3e1d9;

	}
	
dt.no207{
	background: #e3e1d9;

	}
	
dt.no208{
	background: #e3e1d9;

	}
	
dt.no210{
	background: #e3e1d9;

	}
	
dt.no211{
	background: #e3e1d9;

	}
	
dt.no212{
	background: #e3e1d9;

	}
	
dt.no213{
	background: #e3e1d9;

	}
	
dt.no301{
	background: #e3e1d9;

	}
	
dt.no302{
	background: #e3e1d9;

	}
	
dt.no303{
	background: #e3e1d9;

	}
	
dt.no305{
	background: #e3e1d9;

	}
	
dt.no306{
	background: #e3e1d9;

	}
	
dt.no307{
	background: #e3e1d9;

	}
	
dt.no308{
	background: #e3e1d9;

	}
	
dt.no310{
	background: #e3e1d9;

	}
	
dt.no311{
	background: #e3e1d9;

	}
	
dt.no312{
	background: #e3e1d9;

	}
	
dt.no313{
	background: #e3e1d9;

	}
	
dt.no315{
	background: #e3e1d9;

	}
	
dt.no316{
	background: #e3e1d9;

	}
	
dt.no401{
	background: #e3e1d9;

	}
	
dt.no402{
	background: #e3e1d9;

	}
	
dt.no403{
	background: #e3e1d9;

	}
	
dt.no405{
	background: #e3e1d9;

	}
	
dt.no406{
	background: #e3e1d9;

	}
	
	
dt.no407{
	background: #e3e1d9;

	}
	
	
dt.no408{
	background: #e3e1d9;

	}
	
	
#bxphoto{
	height: 600px;
	width: 100%;
	}
	
#bxslbox{
	height: 570px;
	width: 855px;
	float: left;
	}
	
.members{
	height: 830px;
	width: 580px;
	}
	
/* --- TOPページブログ通知欄 --- */
#bloginfolist{
	width: 95%;
	font-size: 2em;
	margin: auto;
	}
#bloginfolist ul{
	text-align: left;
	margin: 0px 0px 10px 0px;
	}
#bloginfolist li{
	width: 100%;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}
	
#bloginfolist span{
	font-size: 1em;
	color: #FFF;
	background-color: #a29793;
	padding: 0px 5px;
	margin: 0px 5px 0px 0px;
	}
	
#bloginfolist a{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}

#bloginfolist a:hover{
	color: #a29793;
	}
	
#spot_box {
	width: 100%;
	display:flex
}

#spot_box h4{
	font-size: 2em;
	line-height: 1.5em;
	padding: 0px;
	margin: 1.3em 0px 0px 1.3em;
	}

#spot_box_in {
	width: 25%;
}

#spot_box ul{
	margin: 0px;
	padding: 0px;
	}
	
#spot_box li{
	font-size: 2em;
	margin-left: 1.5em;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	}
	
#spot_box_in a:hover{
	color: #666666;
	text-decoration: none;
}

#map{
max-height: none;
}

/*SNS BOX*/

#snsBox{
	float: right;
	margin: 40px 0px 0px 0px;
	}
	
	
#snsBox i{
	height: 23px;
	width: 23px;
	text-align: center;
	border-radius: 5px;
	padding: 2px;
	margin: 0px 40px 0px 0px;
	}
	
#snsBox a:hover{
	opacity: 0.5;
	background-color: #FFF;
	color: #400b05;
	}
	
i[class*="instagram"] {
	background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
	color: #FFF;
	font-size: 23px;
}

i[class*="twitter"] {
	background-color: #55acee;
	font-size: 23px;
}

i[class*="facebook"] {
	background-color: #315096;
	color: #FFF;
}

i[class*="line"] {
	background-color: #fff;
	color: #06c755;
	font-size: 32px;
}

i[class*="wordpress"] {
    background-color: #0073aa;
	color:#fff;
	font-size: 23px;
}

i[class*="pencil"] {
	background-color: #28883a;
	color:#fff;
	font-size: 23px;
}


/*プラン*/
#plan section{
	margin: 0 0 8em 0;
	}

#plan h3{
	font-size: 2.5em;
	background-color: #402c25;
	color:#FFF;
	padding:1em 0;
	text-align:center;
	margin:1em 0;
	}

.plan_col{
	display:flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	}
	
.plan_col p{
	word-break: break-all;
	font-size:2.5em;

	}
	
.plan_col_in{
	height: auto;
	width: 60%;
	margin:10px;
	padding:10px;
	}
	
.plan_col img{
	max-height: 300px;
	max-width: 300px;
	margin:10px 0;
	}
	
#plan dl{
	margin:20px 10%;
	padding:15px;
	background-color: #007dc5;
	color:#FFF;
	}

#plan dt{
	font-size: 2.5em;
	font-weight: bold;
	}
	
#plan dd{
	font-size: 2.5em;
	margin: 2.5px;
	margin-left: 1.4em;
	text-indent: -1.4em;
	}
	
#plan dd:before {content:"■";}
	
#plan ul{
	list-style: none;
    display:flex;
	justify-content: center;
	margin:10px 0;
	}
	
#plan li{
	background-color: #8c8851;
	font-size: 2em;
	padding: 10px 10px;
	margin: 2.5px;
	text-align: center;
	color: white;
	line-height: 2.5em;
	}
	
#plan li:nth-child(4n){
	background-color: #FFF;
	padding:0;
}
	
#plan .btn,
#plan a.btn,
#plan button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

#plan a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	background-color: #333;
}

#plan a.btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f101";
}

#plan a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  color: #fff;
}


.plan_col_in table {
  margin: 20px auto 0px;
}
.tbl-r04 th {
  background: #403a39;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r04 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
.tbl-r04 td, .tbl-r04 th{
	text-align:center;
	} 
	
	
.grioptop {
  background: #3d190d;
  color: #fff;
  width: 100%;
  text-align: center;
}
.grioptop1000 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.grioptop1000 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 0 16px;
}
 
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 80%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "見出し:before";
    background: #403a39;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
}

/*メンバーカードページ*/
.arrowh {
	height: 30px;
	width: 70%;
	background-color: #841a29;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	line-height: 2em;
	text-align: center;
	font-size:2.5em;
}

.arrowh::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #841a29;
    position:  absolute;
    top: -50%;
    left: 100%;
}

.chart, .chart2{
  display: flex;
  margin:0 auto;
  margin-top:2em;
  width:90%;
}

/*.chart .col-2 {
  flex: 0.1;
}*/

.chart section, .chart2 section {
	margin: 10px 20px;
	background: #F5F0CF;
	flex: 1;
	position: relative;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.22));
}

 .chart h1 {
    font-size: 3em;
    background: #8c8851;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

 .chart2 h1 {
	font-size: 3em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #00afcc;
}

/*.chart h1 {
  color: #E6AC27;
  font-size: 1.5rem;
}*/

.chart p, .chart2 p {
  margin-top: 10px;
  padding: 15px 20px;
  display:flex;
}

.chart img, .chart2 img{
	display: flex;
	margin-left : auto;
	margin-right : auto;
	margin-top: 20px;
	height: 100px;
	width: auto;
	}

@media screen and (max-width: 700px) {
  .chart {
    flex-direction: column;
  }
}

.triangle {
  border: 2em solid;
  border-color: transparent transparent transparent #402c25;
  border-left-width: 3em;
  height: 0;
  width: 0;  
  
  position: absolute;
  top: 50%;
  left: 98%;
}

/*カード預かり*/
.ttl {
width: 70%;
position: relative;
color: #fff;
text-align: center;
padding: 5px;
background-color: #402c25;
margin-left:auto;
margin-right:auto;
margin-top:20px;
font-size:3em;
}
.ttl::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -10px;
border: 10px solid transparent;
border-top-color: #402c25;
content: '';
}


.circle {	
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: skyblue;
  font-size:2em;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
}


/*特典見出し*/

.tokuten h3, .rankh h3{
  line-height: 45px;
  position: relative;
  height: 40px;
  margin: 6em auto 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #402c25;
  width:50%;
}

.tokuten h3:before,
.tokuten h3:after, .rankh h3:before,
.rankh h3:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 20px solid #402c25;
}

.tokuten h3:before, .rankh h3:before{
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.tokuten h3:after, .rankh h3:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.tokuten h3 span, .rankh h3 span{
	position: relative;
	display: block;
	font-size: 3em;
}

/*ポイント*/
.pointbox{
	display: flex;
	}

.point{
	margin-top:20px;
    width: 50%;
	}

.point h2 {
	position: relative;
	overflow: hidden;
	padding: 0.1em 0.1em 0.1em 60px;
	background-color: #8c8851;
	font-size: 2.5em;
	margin-left: 10px;
	margin-reght: 10px;
	color: #FFF;
	font-weight: 600;
}

.point h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 150px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #402c25;
}

.point h2 span {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 16px;
	color: #8c8851;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.point p{
	margin: 15px 20px;
	font-size: 2.5em;
	}
	
.point p span{
	font-weight: bold;
	color: #F00;
	}
	
/*ranking*/

.rank{
	display: flex;
	justify-content: space-around;
	margin-top:70px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}
	
.rank section{
	align-self: flex-end;
	width: 17%;
	position: relative;
	}
	
.rank_mi{align-self: flex-end;}

.rank_wa{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 10px auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 2em;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	}
	
.rank_wa span{
	font-size:2.5em;
	}
	
.circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7{
	position: absolute;
	bottom: 60px;
	right:0;
	left:0;
	margin:auto;
	width: 6em;
	height: 6em;
	border-radius: 50%;
	margin: 10px auto;
	text-align: center;
	font-size: 2em;
	text-align: center;
	line-height: 6em;
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

.circle1, .rank1, .fr1{
	color:#ab7574;
	}
	
.circle2, .rank2, .fr2{
	color:#919694;
	}
	
.circle3, .rank3, .fr3{
	color:#be9a60;
	}
	
.circle4, .rank4, .fr4{
	color: #7994a3;
	}
	
.circle5, .rank5, .fr5{
	color:#402c25;
	}
	
.rankh h2{
	color:#000;
  position: relative;
  padding: 1rem 2rem;
  border: 4px solid #000;
}

.rankh h2:before{
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #000;
}


.rname{
	position: relative;
	top: -55px;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
	}
	
.rank1{
	height: 160px;	
	background-color: #ab7574;
	}
	
.rank2{
	height: 170px;
	background-color: #919694;
	}
	
.rank3{
	height: 180px;
	background-color: #be9a60;
	}
	
.rank4{
	height: 190px;
	background-color: #7994a3;
	}
	
.rank5{
	height: 200px;
	background-color:#402c25;
	}

#member_banner{
	background-color: #666;
	margin: 20px auto;
	width: 50%;
	text-align:center;
	padding:2em 0;
	font-size:2.5em;
	}

/*新料金表テーブル*/
table.table01 {
	width:100%;
	border-right:#665650 solid 1px;
	border-top:#665650 solid 1px;
	border-collapse: collapse;
	background-color: #FFF;
}
table.table01 thead th {
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	}
	
table.table01 thead th:last-child {
	border-right:#665650 solid 1px;
}
table.table01 tbody th {
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	border-right:#FFF solid 1px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#665650 solid 1px;
}
table.table01 tbody td {
	padding:10px 15px;
	border-left:#665650 solid 1px;
	border-bottom:#665650 solid 1px;
}

table.table01 tbody th.th1 {
	background:#402c25;
}

table.table01 tbody th.th2{
	background-color: #665650;
	}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
	text-align:center;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}

table.table01 tbody th.th1 {
	border-right:#402c25 solid 1px;
	border-bottom:#402c25 solid 1px;
}

table.table01 tbody th.th2{
	border-right:#665650 solid 1px;
	border-bottom:#665650 solid 1px;
	}

table.table01 tbody td.th3{
	color: #402c25;
	background-color: #A39996;
	text-align: center;
	font-weight:bold;
	}
	
}

#members{text-align: center;}

#members img{
	width:700px;
	}
	
	
	
	
	
	





/*20210503追加*/
.gronavi {
  display: none;
}

.pc {display: block;}
.sp {display: none;}


@media screen and (max-width: 1000px){

  
  .container {
    position: relative;
    max-width: 1000px;
    width: auto;
    min-width: 320px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 40%);
    background-color: #FFF;
}
header {
  border-top: 4px solid #400b05;
    max-width: 1000px;
    width: auto;
    min-width: 320px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.bx_col {
    background: #8c8851;
    position: relative;
    top: 0;
    right: 0;
    font-size: 2em;
    padding: 30px 60px;
    margin: auto;
    font-weight: bold;
    color: #FFF;
}
footer {
    max-width: 1000px;
    width: auto;
    min-width: 320px;
    height: 25%;
    background-color: #8c8851;
    /* position: fixed; */
    bottom: 0;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 80px !important;
}

.info_col li {
    width: 48%;
    margin: 0 5px;
    position: relative;
}
.ftlogoc {
    display: none;
    margin: auto;
    height: auto;
    width: 10em;
}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
    background-color: #402c25;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding:20px 15px;
    border-radius: 100%;
    font-size: 14px;
}
.testcoment {
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 15px 8px;
    margin: 2em;
}

#contactfrm br {
  display: none;
}

#contactfrm {
width:calc(100% - 32px);
 position: fixed;
 bottom: 0;
 display: block;
 background: url(/chuo/img/aria_bg.png) #25221d;
 padding: 16px !important;
 }
 #contactfrm a {
    float: right;
    width: 100px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #400b05;
    background-color: #fff;
    border-radius: 30px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    padding: 8px 36px 8px 36px;
    font-size: 1em;
    margin: 0px 5px 0px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#snsBox {
    float: right;
    margin: 30px 0px 0px 0px;
}
#snsBox i {
    font-size: 23px;
    color: #FFF;
    height: 23px;
    width: 23px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
    margin: 0px 20px 0px 0px;
}

.tel span {
  margin-left: 16px;
}

#contactfrm .tel {
    text-align: right;
    line-height: 1.2;
    color: #fff;
}

main {
    padding-bottom: 80px;
    padding-top: 32px;
}

#info_in h2 {
    color: #FFF;
    font-size: 3em;
    background-color: #8c8851;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 16px;
    font-weight: bold;
}

#menu {
  width: 100%;

}
.resTop {
    font-size: 2em;
    margin-bottom: 16px;
    display: block;
}

.ftLogo {
    height: auto;
    width: 120px;
    float: none;
    margin: 24px auto 50px auto;
    height: auto;
    display: block;
}

#ftnavi {
  display: none;
}
#ftnavi ul {
    margin: 24px auto 24px auto;
    font-size: 1em;
    text-align: center;
}
#ftnavi ul li a {
    color: #333;
    text-decoration: none;
    text-align: center;
    display: block;
}
#ftnavi li {
    padding: 4px;
    display: block;
    
}
h2 {
    font-size: 5.5em;
    font-family: 'Poiret One', cursive;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 24px auto;
}
.blogBox {
    height: auto;
    max-width: 455px;
    width: 80%;
    margin: 24px auto;
    text-align: center;
}
#headtilte {
    display: block;
    width: auto;
    font-weight: normal;
    font-size: 1.2em;
    text-align: left;
    margin: 16px 24px;
}
h1 img {
    height: auto;
    width: 130px;
    margin: 10px 20px 10px 20px;
}

#menu {display: none !important;}

.pc {
	display: block;
	}
.sp {display: none;}
#snsBox {
  float: none;
  margin-bottom: 32px;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 24px;
  z-index: 1;
  width: 100%;
  text-align: center;
  
  
}

#snsBox a {
  background: none !important;
}

small {
    font-size: 0.6em;
    text-align: center;
    display: block;
    margin: 4px 24px;
}

#resNav {
    display: inline-block;
    vertical-align: middle;
    margin: 24px auto;
    border-top: 1px solid #400b05;
    border-bottom: 1px solid #400b05;
    padding: 16px;
   width:calc(100% - 32px) !important;
    
}

.aces_img {
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}
.parkingmMap {
    height: auto;
    width: auto;
    max-width: 100%;
}
#expBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.expInBox {
    width:calc(50% - 20px);
    margin: 5px;
    padding: 5px;
}
.floorimg {
    width:calc(100% - 145px);
}
#roomnav {
    height: auto;
    width: auto;
    float: left;
}



/* ハンバーガ〜メニュー */

.gronavi {
  display: block;
}
.toggle {
  display: block;
  color: #110110;
  text-align: center;
  width: 50px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  top: 40px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.trigger {
  position: relative;
  width: 43px;
  height: 22px;
}

.trigger, .trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111100;
}

.trigger span:nth-of-type(1) {
  top: 0;
}

.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
  background-color: #fff;
}

.trigger span:nth-of-type(2) {
  top: 10px;
}

.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #110110;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.trigger span:nth-of-type(3) {
  bottom: 0;
}

.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
  background-color: #fff;
}

.active {
  z-index: 97 !important;
  position: relative;
}

.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
  background-color: #fff;
}

.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}

.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
  background-color: #fff;
}

.toggle > p {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.trigger.active + p {
  color: #fff;
}

.gloval-nav {
  background: rgba(64, 11, 5, 0.95);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
.active #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.gloval-nav li {
  list-style: none;
  margin-bottom: 10px;
  display: block;
}

.gloval-nav a {
  color: #fff;
  font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
}

nav {
    color: #FFF;
    background: none !important;
}

nav li a {
  font-family: 'Noto Serif JP', serif;
}

/* ハンバーガーメニューここまで */

/* ヘッダー */

#bxphoto {
    height: auto;
    width: 100%;
    margin-bottom: 88px;
}

#bxslbox {
    height: auto;
    width:calc(100% - 145px);
    float: left;
}

#accordion-room a {
    display: inline-block;
    width: 140px;
    height: 32px;
    font-size: 3em;
    line-height: 32px;
    color: #FFF;
    text-decoration: none;
    padding-left: 5px;
}
#accordion-room dt {
    width: 145px;
    height: 32px;
    background-color: #8c8851;
    border-bottom: 1px solid #fff;
}

#roomnav h2 {
  display: none;
}

#room_info {
    padding: 0px;
    width: 100%;
    display: flex;
}

#room_inbox {
    flex-direction: row;
    width:calc(100% - 20px);
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#members img {
    width: 100%;
    max-width: 700px;
}


}

@media screen and (max-width: 640px){

  a.bx_btn-flat span {
    position: relative;
    font-size: 12px;
}
h1 img {
    height: auto;
    width: 120px;
    margin: 10px 20px 0px 20px;
}
a.bx_btn-flat {
    overflow: hidden;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 5px;
    background: #00a0ea;
}

.karaokebtn {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}
#arialinkbox {
    display: -webkit-flex;
    display: block;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.ariagroup {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin: 10px auto;
}
.info_col li {
    width: 80%;
    margin: 0 5px;
    position: relative;
}
#photo2 p {
    font-size: 1.5em !important;
    text-align: left;
    margin: 0px;
}
#photo2 h4 {
    font-size: 1.5em !important;
    text-align: left;
    margin: 0px;
}
#bloginfolist a {
  display: block;
}
footer {
    max-width: 1000px;
    width: auto;
    min-width: 320px;
    height: 25%;
    background-color: #8c8851;
    /* position: fixed; */
    bottom: 0;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 32px;
}
.resTelNo {
    font-size: 2em;
    display: block;
}
.phonesss {
  display: flex !important;
  	justify-content: space-between;
  	flex-direction: row;
  	flex-wrap:wrap;
  position: fixed;
  width: 100%;
  background: #222;
  bottom:0;
  height: 88px;
  
}

.phonesss a {
  width:calc(50% - 1px);
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 16px;
  display: inline-block;
}

.tellink1 {
  border-right: 1px solid #fff;
}
.tellink2 {}

#info_in img {
    width: 100%;
    margin: 10px auto;
}
.info_award p {
    width: 100%;
}
a.btn-flat {
    overflow: hidden;
    padding: 0.5em 4em;
    color: #fff;
    border-radius: 0;
    background: #8c8851;
    margin: 8px 0;
}

#info_in img {
    width: 100%;
    margin: 10px;
}
.info_award p {
    width: 100%;
}

#contactfrm a {
    float: right;
    width: 80px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #400b05;
    background-color: #fff;
    border-radius: 30px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    padding: 8px 16px 8px 16px;
    font-size: 1em;
    margin: 0px 5px 0px 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#headtilte {
    display: block;
    width: auto;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    margin: 12px 24px;
}
.tel span {
    font-size: 1.4em;
}
p.tel {
    float: right;
    font-size: 1.8em;
}

#resTel {
    font-size: 1.2em;
    border: 1px solid #400b05;
    vertical-align: middle;
    width: 100%;
    margin: auto;
    padding: 8px 0;
}
.resIn {
    flex-direction: row;
    background-color: #400b05;
    width: 50%;
    font-size: 1em;
    margin: 5px;
    height: auto;
    line-height: 4em;
}
.resIn a {
  
}
small {
    font-size: 0.5em;
    text-align: left;
    display: block;
    margin: 8px 16px;
}

#resNav li {
    text-align: center;
    display: inline-block;
    margin: 10px;
    font-size: 1.2em;
}

#resNav {
    display: inline-block;
    vertical-align: middle;
    margin: 24px auto;
}
#bloginfolist span {
    font-size: 1em;
    color: #FFF;
    background-color: #a29793;
    padding: 0px 5px;
    margin: 0px 5px 8px 0px;
    display: inline-block;
}


#expBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.expInBox {
    width:calc(100% - 20px);
    margin: 5px;
    padding: 5px;
}


.floorimg {
    width:calc(100% - 0px);
}
#roomnav {
    height: auto;
    width: auto;
    float: none;
    text-align: center;
}
#accordion-room {
    width: 100%;
    text-align: center;
}
#roomnav h2 {display: none;}
#accordion-room .room-no {
    width: 100%;
    background-color: #594a34;
    color: #FFFFFF;
    text-align: center;
}
#accordion-room dl {
    width: 100%;
    margin: 0;
    padding: 0;
}
#accordion-room dl dt {
    width: 100%;
    margin: 0px 0 1px 0;
    padding: 0px;
}
#accordion-room dt {
    width: 100%;
    height: auto;

}
#accordion-room a {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 3em;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    padding-left: 0;
}
dt{
      background-size: cover !important;
}

#bxslbox {
    height: auto;
    width: 100%;
    float: none;
}

#room_inbox {
    flex-direction: row;
    width:100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#room_inbox table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}
#recruit {
    margin: auto;
    height: auto;
    width: auto;
}

.syspost table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 100%;
    background-color: #402c25;
}

#room_in {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 16px 0px 16px;
    align-items: stretch;
    width:calc(100% - 32px);
    margin-top: 64px;
}

#room_inbox_time {
    flex-direction: row;
    /* width: 40%; */
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#spot_box {
    width: 100%;
    display: block;
}
#spot_box_in {
    width: 100%;
}

  }
