@charset "utf-8";
/* CSS Document */
/*===============================================
●smart.css  画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
/*～以下、画面の横幅が640pxまでの場合のスタイル記入～
*/
body {
	background-color: #202020;
}
* {
	margin: 0 auto;
	padding: 0;
	border: none;
	outline: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	text-decoration: none;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
ul li {
	list-style-type: none;
}
.w900 #sarbisu {
	height: 180px;
	width: 80%;
}
.w900 #sarbisu ul {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
}
.w900 #sarbisu ul li {
	width: 90%;
}
.w900 #kakaku {
	width: 100%;
}
.w900 #imeg ul {
	width: 100%;
}
/*スライド*/
#slider li .txt01 {
	display: none;
}
 #sp-w100% {
 width:100%;
height:300px;
}
#hed {
	background-color: #202020;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	height: 50px;
z-index:10;
}

#hed #hed2 {
	height: 50px;
	width: 98%;
}
#hed3 {
	float: left;
	height: 50px;
	width: 10%;
	padding-top: 5px;
}
#hed #hed2 #hed4 {
	float: left;
	margin-left: 2%;
	height: 100%;
	width: 30%;
}
/*フッター*/
#fter {
	width: 100%;
	clear: both;
}

.twitter, .w900 #hotel-in-off {
	display: none;
}
#imeg {
	width: 95%;
	height: auto;
	background-color: #000;
	margin-top: 20px;
}
#imeg ul  {
	background-color: #000;
	margin-bottom: 5px;
	text-align: center;
}


#imeg ul li {
	background-color: #000;
	height: auto;
	width: 100%;
}

#imeg ul li p {
	padding-top: 20px;
	font-size: x-small;
}
#imeg ul li img {
	width: 50%;
	float: left;
}

#hed #hed2 #hyouki2 {
	background-color: #900;
	float: right;
	margin-top: 0%;
	padding-top: 4%;
	height: 30%;
	padding-bottom: 7%;
	width: 25%;
	display: block;
	text-align: center;
	color: #FFF;
	margin-right: 2px;
	padding-bottom: 33px;
	padding-top: 0.5%;
}

.w900 #touroku {
	clear: both;
	border-top: 1px solid #ccc;
}

#touroku h6 {
	margin-top:5px;
	border-bottom: 1px solid #000;
	border-left: 5px solid #000;
	padding-left: 5px;
	width: 95%;
}

#hyouki {
	height: 230px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
}
		
#hyouki p {
	margin-top:5px;
	border-bottom: 1px solid #000;
	border-left: 5px solid #000;
	padding-left: 5px;
	width: 95%;
}

#hed #hed2 #hyouki2-pc {
	display: none;
}

.info{
	width:95%;
	height:250px;
}

.info h3{
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 5px;	
	margin-bottom: 16px;
}

.info #tab_menu {
	height: 30px;
	width: 100%;
}
.info #tab_menu ul li {
	display: inline-block;
}
.info #tab_menu li:last-child {
    margin-left: -5px;
}
.info #tab_menu ul .active {
	background: #000;
    border-bottom: none;
    position: relative;
    z-index: 10;
}
.info #tab_menu ul a {
    border: 1px solid #6b6a6a;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
.info #tab_content {
    background-color: #000;
	padding: 10px 10px 10px 30px;
    margin-top: 5px;
    border: 1px solid #6b6a6a;
	border-radius: 0 5px 5px 5px;
	position: relative;
    z-index: 0;

}
}
#fter3 {
	display: none;
}
#fter #fter4 {
	clear:both;
	 font-size:xx-small;
}

}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
#fter #fter2 {
	font-size: xx-small;
}
