@charset "UTF-8";
@media screen and (max-width:1120px){
    
    /*修正追加分*/
    iframe.form-header{
        display: none;
    }
    /*修正追加分ここまで*/
    
    header nav, header .rsv-box{
        display: none;
    }
    header .box02{
        width:auto;
    }
    header .box02 .locale-box{
        margin:0 100px 0 0;
    }
    /*ハンバーガーメニュー*/
    #g-nav {
        display: block;
        position: fixed;
        z-index: 999;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        font-family: 'Noto Sans JP', sans-serif;
        color: #F5F4F2;
        background: rgb(10 11 12 / 95%);
        transition: all 0.6s;
    }
    #g-nav.panelactive {
        top: 0;
    }
    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #g-nav ul {
        display: none;
        z-index: 999;
    }
    #g-nav.panelactive ul {
        display: block;
        padding-bottom:3em;
    }
    #g-nav li {
        list-style: none;
    }
    #g-nav li:nth-last-of-type(1){
        margin-top:2em;
    }
    #g-nav li.current{
    }
    #g-nav li.child{
        display: flex;
        align-items: center;
        margin-left:1em;
    }
    #g-nav li.child a{
        font-size:14px;
    }
    #g-nav li a {
        text-decoration: none;
        padding: 12px;
        display: block;
        text-transform: uppercase;
        line-height: 1.3em;
        letter-spacing: 0.1em;
    }
    .openbtn {
        position: fixed;
        z-index: 9999;
        top: 18px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 1px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }
    .openbtn span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn.active span{
        background-color:#F5F4F2;
    }
    .openbtn.recruit.active span{
        background-color:#1D1E22;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
}
@media screen and (max-width:1024px){
    header .box01 a img{
        width:100px;
    }
}
@media screen and (max-width:500px) {
    
    /*修正追加分*/
    iframe.form-sp {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        height:85px;
        color: #fff;
        border-top: solid 1px #fff;
        background-color: #150E0A;
    }
    .sp-rsv-box form{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height:100%;
    }
    /*修正追加分ここまで*/
/*
    .sp-rsv-box .day-box{
        margin-left:5px;
    }
*/
/*
    .sp-rsv-box .text-font{
        width:22%;
        height:100%;
    }
*/
/*
    .sp-rsv-box .text-font.en{
        width:40%;
        font-size:12px;
    }
*/
/*
    .sp-rsv-box .submit-btn.en{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
*/
}