@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 768px) {
/*～以下、画面の横幅が768px以上の場合のスタイル記入～
*/

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;
}
.w900 {
	height: auto;
	width: 900px;
}
.pc {
	height: 600px;
}
.w900 div ul {
	width: 33%;
	float: left;
}
.w900 #kakaku {
	width: 80%;
	padding-top: 60px;
}
ul li {
	list-style-type: none;
}
.kaku-hotel {
	width: 33%;
	float: left;
}
.kaku-hotel li {
	width: 200px;
}
#hotel {
	height: 400px;
	clear: both;
	margin-top: 20px;
}
.css-box-shadow {
	width: 133px;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	padding: 2px;
	background: white;
}
#hed {
	background-color: #202020;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	height: 70px;
	z-index: 10;
}
#hed #hed2 {
	height: 70px;
	width: 900px;
}
#hed4 {
	float: left;
	width: 200px;
	margin-left: 18px;
	padding-top: 10px;
}
#hed #hed2 #hed4 h1 {
	font-size: large;
}
#hed3 {
	float: left;
	margin-top: 1%;
	width: 5%;
}
.w900 #sarbisu {
	height: 180px;
	margin-top: 10px;
	width: 720px;
}
.w900 #sarbisu ul {
	float: left;
	width: 25%;
}
.w900 #sarbisu ul li {
	height: 150px;
	width: 150px;
}
.w900 .log {
	margin-bottom: 30px;
}
.w900 #img ul {
	display: inline-block;
}
.w900 #imeg {
	height: 250px;
	margin-top: 20px;
	background-color: #000;
	margin-bottom: 10px;
}
#imeg ul li p {
	padding-left: 15px;
}
#imeg #imeg2 {
	padding-right: 4.5px; padding-left: 4.5px;
}
#imeg #imeg2 p{
	 border-style: solid; border-width: 0px 1px;
}


.w900 .log {
	height: 100px;
	width: 900px;
	margin-top: 0px;
}
#fter {
	padding-top: 10px;
	width: 900px;
}
#fter .info #acces #DTC {
	margin-bottom: 20px;
}
#hed #hed2 .twitter {
	width: 9%;
	float: right;
	margin-top: -38px;
}
#fter .w900 .twitter-fter {
	display: none;
}
.w900 #hotel-in {
	display: none;
}
#hed #hed2 #hyouki2 {
	visibility: hidden;
}
#touroku {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#hed #hed2 #hyouki2-pc {
	background-color: #900;
	float: right;
	margin-top: 0px;
	padding-top: 25px;
	height: 25px;
	padding-bottom: 20px;
	width: 100px;
	display: block;
	text-align: center;
	color: #FFF;
	margin-right: 0px;
	margin-left: 10px;
}
#hyouki {
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 350px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#hyouki p {
	color: #FFF;
}
#fter .info {
	height: 250px;
	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_content {
	-webkit-border-top-right-radius: 20px;
	background-color: #000;
	border: 1px solid #aaa;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.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: 9px;
    border: 1px solid #6b6a6a;
	border-radius: 0 5px 5px 5px;
	position: relative;
    z-index: 0;

}

#fter .info h3 {
	margin-bottom: 20px;
}
#fter3 {
	float: right;
	width: 210px;
	height: 30px;
	margin-top: 22px;
	text-align: center;
	background-color: rgb(153, 0, 0);
	color: #FFF;
	padding-top: 10px;
}
#fter #fter4 {
	clear: both;
}
}
/*ここまで画面の横幅が768px以上の場合のスタイル～
*/
a, * {
	color: #aaa;
}
#fter #fter2 {
	float: left;
	width: 300px;
}
