@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');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

* {
  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;
	color: #333;
	}
	
h2.room_ne{
	font-family: 'Shippori Mincho', serif;
	}
	
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;
	}
	
#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 36px 8px 36px;
	font-size:2.5em;
	margin:0px 5px 0px 5px;
    -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{
	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ページお知らせ欄 --- */
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;
		}
	
#room_inbox{
	flex-direction: row;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
	
#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_inbox table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#room_inbox th{
	padding: 6px 3px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight: normal;
	}
	
#room_inbox td {
	padding: 3px 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}

#room_inbox thead th{
	color: #fff;
	background-color: #403a39;
	}

#room_inbox tbody th{
	color: #333;
	background-color: #ccc;
	}

#room_inbox td + td { color: #000; }
#room_inbox td + td + td { color: #000; }
	
#room_floor h3{
	}
	
.room_h{
	color: #999;
	padding-left: 10px;
	}
	
#info,#access,#member,#system{
	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: #594a34;
	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: #999966;
}

#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: 80px;
	background-color: #FFF;
}

#accordion-room img:hover{
   opacity:0.7;
}
	
#system h3{
	font-size: 3em;
	color: #8f5c00;
	}
	
#info h3{
	font-size: 3em;
	color: #8f5c00;
	}
	
#system h4{
	font-size: 2em;
	font-weight: bold;
	color: #8f5c00;
	}
	
#system span{
	font-size: 0.6em;
	margin-left: 5px;
	color: #333;
	}
	
#system img{
	width: auto;
	margin: 5px;
	}
	
.week{
	text-align: center;
	background-color: #eaeadf;
	}
	
.P_name{
	text-align: center;
	background-color: #CCC;
	}
	
.infopost{margin: 0px 0px 15px 0px;
	}
	
#system td{padding: 10px;
	}
	
#system th{
	padding: 10px;
	font-weight: normal;
	}
	
#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: #8f5c00;
	}
#member{	
text-align: center;
}
	
#member p{
	margin: 0px 0px 0px 0px;
	}
	
#member h3{
	font-size: 2em;
	color: #8f5c00;
	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;
	}
	
#member img {
    width: 700px;
}

#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: #8c8851;
	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: 80px;
	font-size: 4em;
	line-height: 120px;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	}
	
#accordion-room a:hover{
	background-color:rgba(225,225,225,0.5);
	}

dt.no201{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;	
	}
	
dt.no202{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no203{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no204{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no301{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no302{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no303{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no305{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no401{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no402{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no403{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no405{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no501{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no502{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no503{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no505{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no601{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no602{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no603{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no605{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no701{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no702{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no703{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no705{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no801{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no802{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no805{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no901{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no902{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no905{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no1001{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no1002{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no1005{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
#bxphoto{
	height: 600px;
	width: 100%;
	}
	
#bxslbox{
	height: 570px;
	width: 855px;
	float: left;
	}
	
.members{
	height: 830px;
	width: 580px;
	}
	
/* --- TOPページブログ通知欄 --- */
#info h2 {
  text-align: center;
}
/*.blogarea{
	max-width: 100%; 
	height:auto;
	display: flex;
	margin: auto;
	text-align: center;
	}
	
.blogBox{
	height: 90px;
	width: 455px;
	margin: 5px auto;
	}*/
	
#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;
	}
	
#parkingInfo{
	width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	}
	
.pkInBox{
	width: 46%;
	margin: 5px;
	padding: 5px 10px;
	}
	
#expBox{
	width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	}
	
.expInBox{
	width: 30%;
	margin: 5px;
	padding: 5px 10px;
	}

.expInBox a{
	text-decoration: none;
	}
	
.expInBox a:hover{
	opacity: 0.7 ;
	}

.expTime{
	font-size: 0.7em;
	color: #333;
	}
	
.parkingmMap{
	height: 850px;
	width: 600px;
	}
	
/*インデックス予約フォーム*/

#resBox{
	width: 100％;
	margin: 10px 0px;
	text-align: center;
	font-size:2em;
	padding: 20px;
	}
	
.resTop{
	font-size:2em;
	}

#resCon{
	display: flex;
	margin: auto;
	}
	
.resIn{
	flex-direction: row;
	background-color: #400b05;
	width: 50%;
	font-size: 1.5em;
	margin: 5px;
	height: 50px;
	line-height: 2.9em;
	}
	
.resIn a{
	color: #FFF;
	text-decoration: none;
	display: block;
	}
	
.resIn a:hover{
	opacity: 0.5;
	background-color: #FFF;
	color: #400b05;
	}
	
#resTel{
	font-size: 1.2em;
	border: 1px solid #400b05;
	vertical-align: middle;
	width: 70%;
	margin: auto;
	padding: 24px;
	}
	
.resTelNo{
	font-size: 2.3em;
	}	
	
#resNav{ 
	display:inline-block;
	vertical-align: middle;
  }
  
 #resNav li {
	text-align: center;
	display: inline-block;
	margin: 20px;
	font-size: 1.2em;
}

 #resNav li:before {
	font-family: FontAwesome;
	content: "\f054";
	margin-right: 10px;
	color: #333;
}

/*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;
}






.gronavi {
  display: none;
}

.pc {display: block;}
.sp {display: none;}

.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: 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 {
width:calc(100% - 32px);
 position: fixed;
 bottom: 0;
 display: block;
 background: url(/chuo/img/aria_bg.png) #25221d;
 padding: 16px !important;
     z-index: 99;
 }
 #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: 2.5em;
    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;
}

#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;}


.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: #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;
}

#contactfrm .tel {
    text-align: right;
    line-height: 1.2;
    color: #fff;
}


_::-webkit-full-page-media, _:future, :root .tel a {
  font-size: 1em !important;
  display: block !important;
  width: 120px !important;
  margin-top: 4px !important;
}


}

@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: 2.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: 2em;
    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;
    background-color: #FFF;
}
#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;
}



  }
