body {
	background:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color:#fff;
        margin: 0px;
        line-height: 1.2rem;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color:#666666;
	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 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	
}
table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	border-spacing: 0;

}


a img { border: none;}

ul#link {
	padding: 1px;
	font-size: 12px;
	text-align: left;
}
div#comm {
	width: 150px;
	height: 100px;
	padding: 1px;
	overflow: auto;
	color: #000000;
	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;
}
#main {
  
         margin: auto;
        max-width:100%;
        text-align: center;
}
.baner {
  
        margin: 5px;
        text-align: center;
}
#hotel_a {
	
        margin: auto;
        overflow-y: hidden;
}
#midasi2 {	
background: -webkit-gradient(linear,center top,center bottom,from(#ffb8dce6),to(#F9C));
border-radius: 10px;
text-align: center;
font-size: 16px;
color: #fff;
height: 50px;
line-height: 50px;
padding: 5px;
margin: 5px;
}
#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;
}
#copy {
	
        text-align: center;
        font-size: 13px;  
}

ul#b {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
}
ul#b li{
    list-style: none;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
ul#b li:last-child{
  border:none;
  margin: 0;
}

ul#b li a{
    display:block;  
    width:100%;
}

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


ul#b li:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.2em;
  right: 1em;
  width: 14px;
  height: 14px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


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


ul#hujisawa {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
}
ul#hujisawa li{
    list-style: none;
    font-size: 16px;
    line-height: 75px;
    text-align: left;
    padding-left: 15px;
    padding-top: 3px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
ul#hujisawa li:last-child{
  border:none;
  margin: 0;
}

ul#hujisawa li a{
    display:block;  
    width:100%;
}

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


ul#hujisawa li img{
   float:left;
   margin-right:8px;
   width: 70px;
   height: 70px;
}

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

.accbox {
    
    padding: 0;
    max-width: 100%;/*最大幅*/
}

/*ラベル*/
.accbox label {
   display: block;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #5b5b5b;
    cursor: pointer;
    transition: all 0.5s;
     border-radius: 5px;
    border: solid 1px #ccc;
    margin-left: 5px;
    margin-right: 5px;
}
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox ul#accshow li {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}


/*クリックで中身表示*/
.cssacc:checked + ul#accshow li {
    padding: 25px;
    margin-bottom: 2px;
    /* background: #eaeaea; */
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-left: 5px;
    border-top: 0px;
    margin-right: 5px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.04)
}

ul#accshow{

    list-style: none;
    padding: 0px;
    max-width: 100%;
}

