/*home追加ボタン--*/
.home_alt_btn {
}
.home_alt_btn a{
    padding: 10px;
    display: block;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
}
.home_alt_btn a:hover{
    text-decoration: underline;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .site-header .site-header-inner {
        justify-content: flex-start;
        position: relative;
    }
    .site-header .site-header-inner .site-branding,
    .site-header .site-header-inner .site-menu {
        height: 200px;
    }
    .reservation-wrap {
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s;
        z-index: 9999;
    }
}

.site-header .reservation-wrap {
    background: #fff;
}

/*使用規則ブロック調整*/

.usage-guide-content h4 {
    font-size: 1.5em;
}

/*申し込みフロー変更*/

.app-guide-wrap .app-guide-head div {
    width: 8em;
    padding: 0.5em 0;
    font-size: 80%;
}

.app-guide-wrap .flow_chart {
    margin-bottom: 40px;
}


.app-guide-wrap .flow_chart .app-guide-content {
    justify-content: flex-start;
    margin-bottom: 5em;
    font-size: 110%;
}

.app-guide-wrap .flow_chart .app-guide-content .app-customer {}

.app-guide-wrap .flow_chart .app-guide-content .app-customer,
.app-guide-wrap .flow_chart .app-guide-content .app-hall {
    text-align: center;
}

.app-guide-wrap .flow_chart .app-guide-content .app-customer a,
.app-guide-wrap .flow_chart .app-guide-content .app-hall a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.app-guide-wrap .flow_chart .app-guide-content .app-customer {
    background: #0073d7;
}

.app-guide-wrap .flow_chart .app-guide-content .app-hall {
    background: #000;
}

@media screen and (min-width: 768px) {
    .app-guide-wrap .flow_chart .app-guide-content .app-customer,
    .app-guide-wrap .flow_chart .app-guide-content .app-hall {
        width: 13%;
        margin-right: 1%;

    }

}

@media screen and (max-width: 768px) {
    .app-guide-wrap .flow_chart .app-guide-content .app-customer,
    .app-guide-wrap .flow_chart .app-guide-content .app-hall {
        width: 30%;
        margin-right: 1%;

    }
    .app-guide-wrap .flow_chart .app-guide-content {
        justify-content: flex-start;
        margin-bottom: 5em;
        font-size: 90%;
    }
}

.app-guide-wrap .reigai .app-guide-content {
    counter-reset: number;
}



@media screen and (min-width: 768px) {
    .app-guide-wrap .reigai .app-guide-content .app-customer,
    .app-guide-wrap .reigai .app-guide-content .app-hall {
        width: 100%;
        margin-bottom: 20px;

        font-size: 130%;
    }
}

/* Google Calender*/

.cal_wrapper {
    max-width: 1000px;
    /* 最大幅 */
    min-width: 300px;
    /* 最小幅 */
    margin: 2.0833% auto;
}

.googlecal {
    position: relative;
    padding-bottom: 100%;
    /* 縦横比 */
    height: 0;
    overflow: hidden;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width: 600px) {
    /* 画面幅が600px以上の場合の縦横比の指定 */
    .googlecal {
        padding-bottom: 75%;
    }
    cal_wrapper {
        width: 100%;
        margin: 0;
    }
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*youtube用*/

@media screen and (min-width: 768px) {
.home-section02-movie-box{
    padding-bottom: 200px;
}
}
@media screen and (max-width: 767px) {
.home-section02-movie-box{
    padding-bottom: 100px;
}
}
.youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*foot nav*/

.foot_nav {
    padding: 0;
    margin-top: -40px;
    margin-bottom: 30px;
    font-size: 14px;
}

.foot_nav li {
    font-size: 105%;
    font-weight: 600;
    text-align: right;
    list-style-type: none;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {

    .foot_nav {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .foot_nav li {
        text-align: left;
    }
}