@charset "UTF-8";
/* CSS Document */


body{font-size: 14px;  background: #000;
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;}

img{width: 100%;}


/*footer*/
.hotel_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    text-align: center;
    background-color: #000;
	padding: 0 0 70px;
}
.hotel_link>li{
    padding: 0 10px;
    border-left: solid 1px #fff;
}
.hotel_link>li+li{
    border-right: solid 1px #fff;
}
.hotel_link>li a{
    color: #fff;
}
.hotel_link>li a:hover{
    text-decoration: underline;
}

@media screen and (min-width: 769px){
.hotel_link>li a{
    text-decoration: none;
}
}

.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 768px){
.pc{display: none;}
.sp{display: inline-block;}


/*footer*/

.hotel_link{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 320px;
	padding: 0 0 60px;
    }
.hotel_link>li{
        width: 100%;
        border-left: none;
    }
.hotel_link>li+li{
        border-right: none;
        margin-top: 30px;
    }


}