@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html, body {
    font-size: 10px;
}
body {
    margin: 0;
    padding: 0;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    color: #2e2624;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-style: normal;
    font-weight: normal;
}
body * {
    box-sizing: border-box;
}
#container {
    font-size: 1.6rem;
}
#hero {
    width: 100%;
    background: #DDE6E4;
}
#hero img {
}
.cnt1, .cnt2 > div, .cnt3 > div {
    max-width: 1100px;
    margin: 0 auto;
}
.cnt2 {
    width: 100%;
    background: #68ABCE;
}
.cnt3 {
    width: 100%;
    background: #66a3c4;
}
.inview img {
    position: relative;
    top: 100px;
    opacity: 0.0;
    transition: all 1s ease-out;
}
.inview.on img {
    top: 0;
    opacity: 1.0;
}
.sprite {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}
#lead .tx1 {
    width: 100%;
    margin: 0 auto;

}
.image1 {
    width: 100%;
    height: 400px;
    background: url("../img/img_image1_01.jpg") no-repeat center center / cover;
    background-attachment: fixed;
}

#menu .item1,
#menu .item2 {
    width: 80.18182%;
    margin: 0 auto;
}
#menu .item2 {
    margin-top: 13px;
}
#restaurant {
    position: relative;
    width: 100%;
    height: 545px;
}
#restaurant .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: url("../img/img_restaurant_01.jpg") no-repeat center center / cover;
    background-attachment: fixed;
}
#restaurant .tx1 {
    position: relative;
    height: 100%;
}
#restaurant .tx1 > div {
    position: absolute;
    left: 18%;
    top: 57.24771%;
    width: 33.63636%;
}
#movie {
    padding: 75px 0;
}
#movie article {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
#movie article .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    background: #000;
}
#movie .box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
footer {
    padding: 30px 20px 30px;
}
footer ul {
    letter-spacing: -0.38em;
}
footer ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #fff;
    letter-spacing: normal;
}
footer ul li:last-child {
    border-right: 1px solid #fff;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
}
footer ul li a:hover {
    text-decoration: underline;
}
/* @media : PC */
@media screen and (max-width: 1100px) {
    #lead .tx1 {
        padding: 6vw 20px;
    }
    .image1, #restaurant .image {
        height: 36.36364vw;
    }
    #restaurant {
        height: 49.54545vw;
    }
    #movie {
        padding: 6.81818vw 0;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
/* @media : SP */
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .inview img {
        top: 50px;
    }
    .inview.on img {
        top: 0;
    }
    footer ul li {
        display: block;
        border: none !important;
    }
    footer ul li + li {
        margin-top: 5px;
    }
}