@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{
	padding:15px 10px 0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	}
	
.con{
	background-color: #8c8851;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 5px;
	padding: 2px 10px 6px 10px;
	margin: 0 5px;
	line-height: 1.5em;	
	}

.con a{
	color: #fff;
	text-decoration: none;	
	font-size: 16px;
	}
	
.con a:hover{
	color: #402c25;
	}
	
#contactfrm3{
	padding-right: 10px;
	padding-left: 10px;
	}
		
#contactfrm2{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	}
	
#contactfrm	ul a{
	text-decoration: none;
	color: #402c25;
	}
	
#contactfrm	ul a:hover{
	color: #a29793;
	}
	
#contactfrm	ul{
	font-size: 2.5em;
	float: right;
	margin-bottom:10px;
	}
	
#contactfrm	li{
	padding:0 1em;
	}
	
/*#contactfrm	li:first-of-type {
	background-color: #8c8851;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.5em;
	border-radius:5px;
	}*/
	
#contactfrm li:not(:first-child){
	font-size: 1em;
}

#contactfrm li:not(:first-child):before{
content:">>";
}

.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;
	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;
	}
	
main {
	padding-bottom: 80px;
	}
	
footer {
	width: 1000px;
	height: 25%;
	background-color: #8c8851;
	/*position: fixed;*/
	bottom: 0;
	font-size: 3em;
	padding-top:20px;
	}
	
.ftLogo {
	height: auto;
	width: 150px;
	margin: 10px 0px 0px 20px;
	height: 0px;
	}
	
.ftLogo0 {
	width: 150px;
	text-align: center;
	}
	
	
.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: 5px;}
#ftnavi a{
	color: #333;
	}

#ftnavi ul{
	margin: 0px 30px 0px 0px;
	font-size: 0.7em;
	text-align: center;
	}
	
#ftnavi li{
	padding: 0px 0px 0px 5px;
	}
	
#ftnavi li + li {
border-left:1px solid #333;
}

small{
	font-size: 0.7em;
	text-align: center;
	display: block;
	margin: 0px 30px 0px 0px;
	}
	
#photo{
	width: 100%;
	margin:0 0 50px 0;
	}
	
/* --- 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;
	text-align: center;
	font-size: 2.5em;
	color: #8c8851;	
	}

/* --- 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ページお知らせ欄ここまで --- */

.ev_banner{
	background-color: rgba(254,80,131,0.7);
	color:#fff;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	padding:20px 0;
	}
	
.ev_banner_ft{
	background-color: #00BC8C;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size:5em;
	border-radius: 5px;
	}
	
.ev_banner_ft a{
	color:#fff;
	text-decoration: none;
}
	
.ev_banner_ft:hover{
	background-color: #00CCFF;
	color: #fff;
	}
		
.ev_h1{
	font-size: 6em;
	font-weight: bold;
	}
	
.ev_h2{
	font-size:4em;
	}
	
.ev_h3{
	font-size:3em;
	}

/* --- 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,#members,#index,#covid,#info_in{
	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;
	background-color: #FFF;
}

#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;
	}
	
#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-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.no205{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no206{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no207{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no208{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no210{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no211{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no212{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no213{
	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.no306{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no307{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no308{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no310{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no311{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no312{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no313{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no315{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
dt.no316{
	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.no406{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
	
dt.no407{
	background-image: url(../img/room/2floor/rno201.jpg);
	background-repeat: no-repeat;
	}
	
	
dt.no408{
	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ページブログ通知欄 --- */
#bloginfolist{
  
	width: 95%;
	font-size: 2em;
	margin: 32px auto 0;
	}
#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{
	font-size: 23px;
	color: #FFF;
	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);
}

i[class*="twitter"] {
	background-color: #55acee;
}

i[class*="facebook"] {
	background-color: #315096;
}

i[class*="pencil"] {
	background-color: #28883a;
}

i[class*="wordpress"] {
	background-color: #0073aa;
}

#info div{
	}
	
#info h2{
	width: 100%;
	color: #8c8851;
	text-align: center;
	font-size: 7em;
	margin-top: 20px;
	font-weight: bold;
	}

.ariagroup{
	width: 49%;
	text-align: left;
	padding: 5px;
	margin:10px;
}

#arialinkbox h3{
	color: #FFF;
	font-size: 2.5em;
	text-decoration: none;
	margin: 2em 2em 10em 2em;
	width: 100%;
	font-weight: normal;
	position:relative;
	line-height:2em;
	text-indent:5.5em;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
	
#arialinkbox h3:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:5em;
	height:5em;
}
	
.chuou h3:before{
	background:url(../img/aria_logo_chuou_bk.png) no-repeat;
	background-size:contain;
}

.makuhari h3:before{
	background:url(../img/aria_logo_chuou_bk.png) no-repeat;
	background-size:contain;
}
	
#arialinkbox h4{
	color: #FFF;
	font-size: 2.5em;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	font-weight: normal;
	}
	
.chuou{
	background:#ddd url(../img/ariaimg_chuou.jpg) no-repeat center center;
	background-size:cover;
	}
	
.makuhari{
	background:#ddd url(../img/ariaimg_makuhari.jpg) no-repeat center center;
	background-size:cover;
	}
	
.testcoment{
	background:rgba(0,0,0,0.5);
	text-align:center;
	padding:15px 0;
	margin: 2em;
	}
	
.ariagroup span{
	font-size: 2.5em;
	line-height: 1.7em
	}
	
.ftlogoc{
	display: block;
	margin: auto;
	height: auto;
	width: 10em;
	}
	
#ftlink{
	text-align: center;
	margin:30px 20px;
	}	
	
#ftlink a{
	color: #FFF;
	text-decoration: none;
	margin-left:40px;
	margin-right:40px;
	}

#ftlink img{
	color: #FFF;
	width: 6em;
	font-size: 1em;
	vertical-align: middle;
	margin:10px;
	}
	
#ftlink span{
	vertical-align: middle;
}
	
/* 各店舗リンクボタン*/

.btn,
a.btn,
button.btn {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em 4em;
  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: #8c8851;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 0.5em 4em;
  color: #fff;
  border-radius: 0;
  background: #8c8851;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #402C25;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* 各店舗リンクボタンここまで*/

/* キャンペーンボタン　*/

.can_covid19{
	width: 100%;
	height: 190px;
	background:#ddd url(../img/covid19.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}
	
.can_covid19n{
	width: 100%;
	height: 400px;
	background:#ddd url(../img/covid19-1000.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}
	
.can_event{
	width: 100%;
	height: 285px;
	background:#ddd url(../img/202308mu.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}
	
.can_event1{
	width: 100%;
	height: 285px;
	background:#ddd url(../img/202512ev.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}
	
.can_event2{
	width: 100%;
	height: 285px;
	background:#ddd url(../img/202201nen.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}
	

.event{
	position: relative;
	}
	
.ev_col, .ev_u{
	font-size: 5em;
	text-align: center;
	font-weight: bold;
	}
	
.ev_col{color:#fe5083;}
.ev_u{color:#fe5083;}

.ev_btn{
	position: absolute;
	bottom:10px;
	right:10px;
	font-size:3em;
	padding:1em 2em;
	border-radius: 5px;
	}
	
/*.ev_col{
	color: #fe5083;
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 5em;
	font-weight: bold;
	text-shadow:0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff;
	}*/

/*.ev_u{
	color: #fff;
	position: absolute;
	bottom:20px;
	right:10px;
	font-size:5em;
	font-weight: bold;
	text-shadow:0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c;
	}*/
	
.can_menbers{
	width: 100%;
	height: 190px;
	background:#ddd;
	background-size: cover;
	margin:5px 0px;
	}

.center{
	text-align: center;
	margin: 3em 0em;
}

.ncenter{
	text-align: center;
	font-size:2.5em;
	}

/*インデックス見出し*/

#index h2{
	color: #8c8851;
	text-align: center;
	}

.index h3, .index2 h3{
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 5em auto 3em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  width:50%;
}

.index h3{background: #402c25;}
	
.index2 h3{background: #8c8851;}

.index h3:before,
.index h3:after,
.index2 h3:before,
.index2 h3:after{
  position: absolute;
  top: 0;
  display: block;
  content: '';
}

.index h3:before, .index h3:after{border: 20px solid #402c25;}

.index2 h3:before, .index2 h3:after{border: 20px solid #8c8851;}

.index h3:before, .index2 h3:before{
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.index h3:after, .index2 h3:after{
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.index h3 span, .index2 h3 span{
	position: relative;
	display: block;
	font-size: 3em;
}


/**/
.bx_col{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 55%;
	right:5%;
	font-size: 4em;
	padding: 30px 60px;
	margin-left: 3em;
	font-weight: bold;
	color: #FFF;
	}
	
.bx_btn,
a.bx_btn,
button.bx_btn {
	margin-top:20px;
  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;
  border-radius: 0.5rem;
}



a.bx_btn-flat {
	overflow: hidden;
	padding: 1.5rem 6rem;
	color: #fff;
	border-radius: 5px;
	background: #00a0ea;
}

a.bx_btn-flat span {
  position: relative;
}

a.bx_btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #000;
}

a.bx_btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


a.bx_btn-flat2 {
	overflow: hidden;
	padding: 0.7rem 6rem !important;
	color: #fff;
	border-radius: 5px;
	background: #00a0ea;
}




/*メンバーカードページ*/
#members li{
	width: 100%;
	}
	
#members ul{
	background: rgba(140,136,81,0.5);
	font-size:2em;
	border-radius: 20px;
	text-align: left;
	 counter-reset: number;
  	list-style: none;
	padding:1em;
	margin:0 20px;
	}

#members li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
}

.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, .chart3{
  display: flex;
  margin:0 auto;
  margin-top:2em;
  width:90%;
}

/*.chart .col-2 {
  flex: 0.1;
}*/

.chart section, .chart2 section, .chart3 section {
	margin: 10px 20px;
	background: #F5F0CF;
	flex: 1;
	position: relative;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.22));
}

 .chart h1, .chart2 h1, .chart3 h1{
    font-size: 3em;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

 .chart1 h1 {
    background: #8c8851;
}

 .chart2 h1 {
    background: #cb6633;
}

 .chart3 h1 {
    background: #00afcc;
}

.chart1_h4, .chart2_h4, .chart3_h4{
    font-size: 3em;
    background: #8c8851;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	width:40%;
	border-radius: 20px;
	margin:20px auto 0 auto;
}

 .chart2 h1 {
	font-size: 3em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.chart1_h4{
    background: #8c8851;
}

.chart2_h4{
    background: #cb6633;
}

.chart3_h4{
    background: #00afcc;
}

/*.chart h1 {
  color: #E6AC27;
  font-size: 1.5rem;
}*/

.chart p, .chart2 p, .chart3 p {
  margin-top: 10px;
  padding: 15px 20px;
  display:flex;
}

.chart img, .chart2 img, .chart3 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;
	}
	
/* TOPへ戻る */
#page_top {
    position: fixed;
    bottom: 60px;
    right: 60px;
}
#page_top a {
    background-color: #402c25;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 25px 20px;
	border-radius: 50%;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

/* コロナ */

.covidpost{
	display: flex;
   flex-wrap: wrap;

	}

#covid h2 {
	font-size: 3em;
	border-bottom: 1px solid #666;
	color: #666;
}

#covid h3{
	font-size: 3em;
	margin: 10px 0;
	color:#0069ca;
	}

.covid_col{
	width: 18%;
	background-color: #0069ca;
	padding:20px;
	margin:10px;
	color:#FFF;
	}
	
.covid_col img{
	  width: 100%;
	  height: 100px;
	  object-fit: contain;
	  margin:10px 0;
	  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
	}
	
/*新インフォメーション欄*/
.info_col a{
	text-decoration: none;	
	}
	
.info_col li{
	width: 32%;
	margin:0 5px;
	position:relative;
	}
	
.info_col h4{
	color:#FFF;
	font-size:2.5em;
	background-color: #8c8851;
	width: 100%;
	padding:5px 0px;
	}
	
.info_col img{
	width: 90%;
	margin:10px;
	}
	
#info_in section{

	}

#info_in img{
	width:40%;
	margin:10px;
	}
	
#info_in p{
	margin:10px;
	}
	
#info_in a{
	font-size:2.5em;
	}
	
.info_award{
	display: flex;
   flex-wrap: wrap;
	}
	
.info_award p{
	width:50%;
	}
		
#info_in h2{
	color: #FFF;
	font-size: 3em;
	background-color: #8c8851;
	width: 100%;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 16px;
	}
	
.info_in_col h3{
	color: #c9151e;
	font-size: 2.5em;
	width: 60%;
	padding: 5px 5px 0px 5px;
	margin: 5px;
	border-bottom: 1px solid #c9151e;
	}
	
.info_in_col img{
	width: 30%;
	margin:10px;
	}
	
.info_in_col a{
	font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em 4em;
  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: #8c8851;
  border-radius: 0.5rem;
	}
	
.info_col_h{
	font-size: 2.5em;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 25px;
	left: 25px;
	background: rgba(0,0,0,0.5);
	padding: 5px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	}
	
.info_col a{
	color:#FFF;
	}
	
#photo p{
	font-size:1em;
	}
	
.blank{
	margin-bottom:30%;
	}
	
	
	
	
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -25px !important;
    width: 100%;
}

/*追加20210427*/

#photo2 a {
    color: #000;
    text-decoration: none;
    display: block;
}

.phonesss {
  display: none;
}
.gronavi {
  display: none;
}

.pc {display: block !important;}
.sp {display: none !important;}


@media screen and (max-width: 1000px){
  
.pc {display: none !important;}
.sp {display: block !important;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin: 0 4px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px !important;
    height: 12px !important;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: -9999px;
    background: #888 !important;
    border-radius: 100px !important;
}
.slick-dots li button {
   text-indent: -9999px;
}
.slick-dots .slick-active {
  background: #8c8851 !important;
  border-radius: 100px !important;
}

.slick-slide {
  border: 1px solid #8c8851;
  padding: 24px;
}

  /* ハンバーガ〜メニュー */

.gronavi {
  display: block;
}
.toggle {
  display: block;
  color: #110110;
  text-align: center;
  width: 50px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  top: 12px;
  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;
}

/* ハンバーガーメニューここまで */


  
  
  
  
  
  .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;
    height: 200px !important;
}
footer {
    max-width: 1000px;
    width: auto;
    min-width: 320px;
    height: 25%;
    background-color: #8c8851;
    /* position: fixed; */
    bottom: 0;
    font-size: 3em;
    padding-top: 20px;
}

.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 {
    padding: 15px 80px 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    float: right;
    
}

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

#ftlink a {
  display: block;
}

.can_covid19 {
    width: 100%;
    height: 190px;
    background: #fff url(../img/covid19.png) no-repeat center center;
    background-size: 100%;
    margin: 5px 0px;
}

.can_covid19n {
    width: 100%;
    height: 160px;
    background: #fff url(../img/covid19-1000.png) no-repeat center center;
    background-size: 100%;
    margin: 5px 0px;
}

.can_event {
    width: 100%;
    height: 100px;
    background: #fff url(../img/202308mu.png) no-repeat center center;
    background-size: 100%;
    margin: 5px 0px;
}

.can_event1 {
    width: 100%;
    height: 100px;
    background: #fff url(../img/202512ev.png) no-repeat center center;
    background-size: 100%;
    margin: 5px 0px;
}

.can_event2 {
    width: 100%;
    height: 100px;
    background: #fff url(../img/202201nen.png) no-repeat center center;
    background-size: 100%;
    margin: 5px 0px;
}

.event{
	position: relative;
	}
	
.ev_col, .ev_u{
	font-size:2em;
	text-align: center;
	font-weight: bold;
	}
	
.ev_col{color:#fe5083;}
.ev_u{color:#fe5083;}

.ev_btn{
	position: absolute;
	bottom:30px;
	right:10px;
	font-size:1.5em;
	padding:1em 2em;
	border-radius: 5px;
	}
	
/*.ev_col{
	color: #fe5083;
	position: absolute;
	top: -10px;
	left: 10px;
	font-size: 4vw;
	font-weight: bold;
	text-shadow:0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff,
				0 0 3px #fff;
	}*/

/*.ev_u{
	color: #fff;
	position: absolute;
	bottom:-20px;
	right:10px;
	font-size:4vw;
	font-weight: bold;
	text-shadow:0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c,
				0 0 3px #00bc8c;
	}*/
	

.covidpost {
    display: block;
    flex-wrap: wrap;
}
.covid_col {
    width:calc(100% - 40px);
    background-color: #0069ca;
    padding: 20px;
    margin: 10px;
    color: #FFF;
}

}

@media screen and (max-width: 640px){
  #contactfrm{
    display: none;
  }
  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: 128px;
}

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

#room_inbox table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.index h3 span, .index2 h3 span {
    position: relative;
    display: block;
    font-size: 2em;
}

.can_covid19n{
	width: 100%;
	height: 360px;
	background:#ddd url(../img/covid19-640.png) no-repeat center center;
	background-size: cover;
	margin:5px 0px;
	}

  }
