@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #FFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}




a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;
}
a:alink {
	color:#FF3366;
	text-decoration: none;
}
a:hover {
	color:#FF3366;
	text-decoration: underline;
}
a:visited:hover {
	color:#FF3366;	
	text-decoration: none;
}



/*h1タグ
---------------------------------------------------------------------------*/
h1 {
	letter-spacing: 0.2em;	/*文字間隔を少し広げる設定*/
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#222, #000);	/*同上*/
	background-image: linear-gradient(#222, #000);			/*同上*/
	font-size: 100%;
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	color: #FFF;	/*文字色*/
	margin: 0px 0px 20px;
	line-height: 40px;
}
table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	border-spacing: 0;

}
main {
  width: 750px;

}

a img { border: none;}

ul#link {
	padding: 1px;
	font-size: 14px;
	text-align: center;
}
div#comm {
	width: 150px;
	height: 100px;
	padding: 1px;
	overflow: auto;
	color: #fff;
	font-size: 12px;
}
@media only screen and (max-device-width : 750px) {
/* スマートフォンだけ以下を適用 */
  	
img { 
 		  max-width:100%;
  	}
  }

#copy {
	
        text-align: center;
        font-size: 13px;  
}
#list {
	
        margin: auto;
        max-width:100%;
        text-align: left;
}
#hotel_a {
	
        margin: auto;
      max-width:750px;
}
#hotel_b {
	
        margin: auto;
        max-width:750px;
}

ul#a {
  
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
  padding: 0.5em 0.7em;
  border: solid 2px #5c9ee7;
  border-radius: 5px;
}
ul#a li {
  position: relative;
  color: #5c9ee7;
  margin-bottom:5px;
  padding-left:30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #5c9ee7;
}
ul#a li:last-child{
  border:none;
  margin: 0;
}
ul#a li:before { /*疑似要素*/
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 5px;
  font-size: 1.2em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ul#a li:hover:before{
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  background-position: bottom;
  color: red;
}
ul#m {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
}
ul#m li{
    list-style: none;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
ul#m li:last-child{
  border:none;
  margin: 0;
}

ul#m li a{
    display:block;  
    
}

ul#m li a:hover { background:#5c9ee78f;
                  color: #fff;
 }  


ul#m li:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.0em;
  right: 1em;
  width: 12px;
  height: 12px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#midasi {	
background: -webkit-gradient(linear,center top,center bottom,from(#5c9ee7),to(#5c9ee785));
border-radius: 10px;
text-align: center;
font-size: 16px;
color: #fff;
height: 50px;
line-height: 50px;
padding: 5px;
margin: 5px;
}
#midasi a {color: #fff; font-size: 16px;}
#copy {
	
        text-align: center;
        font-size: 13px;  
}


/*ENTERとLEAVEのボタンのブロック
---------------------------------------------------------------------------*/
#enterbtn {
	padding: 50px 0px;
}

/*footer
---------------------------------------------------------------------------*/
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}



/*ここからタブレット用（481px〜800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-size: 150%;
}

/*enterブロック設定
---------------------------------------------------------------------------*/
#enter {
	width: auto;	/*ブロック幅*/
	margin-right: 6px;
	margin-left: 6px;
}

/*ENTERとLEAVEのボタンのブロック
---------------------------------------------------------------------------*/
#enterbtn img {
	height: auto;
	width: 30%;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-size: 150%;
}

/*enterブロック設定
---------------------------------------------------------------------------*/
#enter {
	width: auto;	/*ブロック幅*/
	margin-right: 6px;
	margin-left: 6px;
}

/*ロゴ
---------------------------------------------------------------------------*/
#logo {
	padding: 20px 0px 20px;
	width: 80%;	/*画面に対してロゴ画像を80％の幅に*/
	height: auto;
}

/*ENTERとLEAVEのボタンのブロック
---------------------------------------------------------------------------*/
#enterbtn img {
	height: auto;
	width: 48%;
}

}
