@charset "UTF-8";

html{
    font-size: 100%;
}
body{
    background-color:#fff;
    font-family:"Kozuka Gothic Pr6N L","小塚ゴシック ProN L", sans-serif ;
    letter-spacing: 0.4em;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
li{
    list-style: none;
}
a{
    color: aliceblue;
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
}

#header .logo{
    width: 100%;
    max-width: 600px;
    line-height: 0;
    position: fixed;
    top: 30px;
    left: 8px;
    z-index: 50;
}
#header .logo .a{
    display: block;
}
.mainvisual img{
    margin-bottom: 80px;
    width: 68%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.information{
    max-width: 100%;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
.information .text{
    font-size: 13pt;
    opacity: 0.7;
    position: absolute;
    top: 775px;
    left: 50%;
    transform: translate(-50%);
}
.reservation{
    position: relative;
}
.reservation-img{
    position: absolute;
    right: 0;
    top: 550px;
}

/* 以下、スマートフォンの設定*/

@media screen and (max-width:767px){
    html{
    font-size: 100%;
}
body{
    background-color:#fff;
    font-family:"Kozuka Gothic Pr6N L","小塚ゴシック ProN L", sans-serif ;
    letter-spacing: 0.4em;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
li{
    list-style: none;
}
a{
    color: aliceblue;
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
}

#header .logo{
    width: 100%;
    max-width: 300px;
    line-height: 0;
    position: fixed;
    top: 0%;
    left: 8px;
    z-index: 50;
}
#header .logo .a{
    display: block;
}
.mainvisual{
    overflow: hidden;
}
.mainvisual img{
    margin-bottom:40px;
    width: 150%;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 30;
}
.information{
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.information .text{
    font-size: 5pt;
    opacity: 0.7;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
}
.reservation{
    position: relative;
}
.reservation-img{
    max-width: 60%;
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translate(-50%,-30%);
    z-index: 40;
}
    
}
