@charset "utf-8";
/* CSS Document */

/* ==========================================
    common
========================================== */

h3 small {
font-size: 14px;
display: block;
margin: 0 auto;
letter-spacing: 0;
}

@keyframes fadeUp {
    0% {
        transform: translateY(0%);
        opacity: 0;
    }
    100% {
        transform: translateY(12.5vw);
        opacity: 1;
    }
}

@keyframes fadenZoom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.toppic {
    height: 738px;
    background: center center / cover no-repeat url(../img/topbg.jpg);
    position: relative;
}
.toppic .ttl {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 90%;
    max-width: 630px;
    transform: translateX(-50%);
    opacity: 0;
    animation-name: fadenZoom;
    animation-duration: 1s;
    animation-delay: 1s;
    bottom: 0;
    animation-fill-mode:forwards;
}
.toppic .top-obj {
    position: absolute;
    opacity: 0;
    animation-name: fadeUp;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    bottom: 0;
    animation-fill-mode:forwards;
}
_:-ms-fullscreen, :root .toppic .top-obj {
    animation: none;
    opacity: 1;
    transform: translateY(12.5vw);
}
_:-ms-fullscreen, :root .toppic .ttl {
    animation: none;
    opacity: 1;
}
main {
    /* background: top center / contain no-repeat url(../img/mainbg.jpg), #eef4f6; */
    background: top center no-repeat url(../img/mainbg-w.jpg), #fff;
}
#intro h3 {
    padding-top: 13vw;
}
#intro p {
    padding: 40px;
    font-size: 18px;
}

#shokuhaku {
    text-align: center;
    background: top center / 1920px auto no-repeat url(../img/bg-shokuhaku.jpg);
    padding: 120px 0;
}
#shokuhaku .map {
    padding: 40px 0;
}

#movie .flex > div {
    padding: 0 1.5%;
}
#movie .txt {
    width: 25%;
}
#movie .txt span.live {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #ca1c1c;
    border-radius: 5px;
    padding: 5px 15px;
}
#movie .txt h3 {
    font-size: 36px;
    text-align: left;
    padding-bottom: 0.5em;
}
#movie article {
    display: none;
}
#movie .mov {
    position: relative;
    width: 75%;
    padding-top: 40.5% !important;
}
#movie .mov iframe {
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
}
#movie .flex {
    margin-top: 1.5%;
}
#movie .flex.thumb > div {
    cursor: pointer;
} 
#movie .flex.thumb > div img {
    pointer-events: none;
}
#info {
    padding: 240px 0 120px;
    background: center center no-repeat url(../img/info-bg2.png), #eef4f6;
}
#info h3 {
    padding-top: 20px;
}
#history {
    padding: 100px 0;
    background: center center / cover no-repeat url(../img/topbg2.jpg);
}
#history .box {
    max-width: 620px;
    margin: 0 auto;
    padding: 60px 50px 40px;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}
#history .box h4 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 1em;
}
#history .box p {
    text-align: left;
    margin-bottom: 20px;
}
#history .box a {
    font-weight: 700;
}
#history .box a span {
    color: #ca1c1c;
}
#navi .flex li {
    width: 27.5%;
    text-align: center;
}
#navi {
    padding: 120px 0;
    background: #eef4f6;
}
#navi .flex h4 {
    font-size: 20px;
    padding: 20px 0;
    color: #3f1b03;
}
#navi .flex p {
    text-align: left;
}
#navi .flex p + a {
    font-weight: 700;
    display: inline-block;
    padding-top: 10px;
}
#navi .flex p + a span {
    color: #ca1c1c;
}

@media screen and (max-width: 1023px) {
    #navi .flex li {
        width: 32%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .toppic {
        height: 98.4vw;
        background: center center / cover no-repeat url(../img/toppic-sp.jpg);
    }
    main {
        background: #fff;
    }
    #intro {
        background: center center / cover no-repeat url(../img/mainbg-sp.jpg);
    }
    .toppic .ttl {
        top: 33%;
        width: 72%;
        height: 30vw;
        transform: translate(-50%,-50%);
    }
    #intro {
        padding-bottom: 30px;
    }
    #intro p {
        font-size: 16px;
        padding: 20px 10px;
    }
    #shokuhaku {
        padding: 60px 0;
    }
    #history {
        padding: 60px 0;
    }
    #history .box {
        padding: 30px 20px;
    }
    #history .box h4 {
        font-size: 18px;
        text-align: center;
    }
    #navi {
        padding: 60px 0;
    }
    #navi .flex {
        flex-direction: column;
    }
    #navi .flex li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    #navi .flex li:first-of-type {
        margin-top: 0;
    }
    #navi .flex li .pic {
        width: 140px;
    }
    #navi .flex li .txt {
        flex: 1;
        text-align: right;
        padding-left: 10px;
    }
    #navi .flex h4 {
        padding: 0 0 10px;
        text-align: left;
    }




    #shokuhaku, #info {
        background: transparent;
    }
    #info {
        padding: 60px 0;
    }

    .shokuhaku-bg {
        background: top center / contain no-repeat url(../img/bg-shokuhaku-sp.jpg), #fff;
    }

}
@media screen and (max-width: 500px) {
    #navi .flex li .pic {
        width: 100px;
    }
    #navi .flex h4 {
        font-size: 16px;
        padding-bottom: 0;
    }
}