@charset "UTF-8";
/*-----------------------------------------------------
/////top.css/////
/*-----------------------------------------------------

/*-----------------------------------------------------
***コンテンツ***
-----------------------------------------------------*/
/*contents
-----------------------------------------------------*/
/*topimg
-----------------------------------------------------*/
#page-header{
	width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0)80%, rgba(0, 0, 0, 1)), url(../img/top-img.jpg);
    height: 100vh;
    min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0px;
	z-index: -1;
    display: block;
    box-sizing: border-box;
	
}
h1{
	width: 40px;
    height:270px;
	position: absolute;
	left: 0;
    right: 0;
    margin: 0px auto;
    top: 45%;
    transform: translateY(-50%);/*位置調整*/
}
#reservation,
#footer_col{
    display: none;
}
header{
	width: 100%;
    height: 100vh;
    min-height: 100vh;
    background:linear-gradient(90deg,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)10%);
    margin-bottom: 0;
    padding: 0;
    z-index: -10;
}
h1 a{
    pointer-events: none;
}
.sns-link{
    display: flex;
    font-size: 2em;
    position: absolute;
    right: 0px;
    bottom: 20px;
    line-height: 1;
    overflow: hidden;
}
.sns-link li{
    margin-left: 15px;
}
.sns-link li:last-child{
    margin-left: 0;
   
}
.link-btn_square-border{
    font-size: 13px;
	font-size: 1.3rem;
    padding: 0;

}
.link-btn_square-border a {
    padding: 8px 30px;
}
@media screen and (max-width:767px) {
h1{
}
}