@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*--京base.css--*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

html {
    font-size: 16px;
}

body {
    width: 100%;
    height: 100%;
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    line-height: 1.0;
}

button,
input[type="search"],
input[type="text"],
input[type="submit"],
input[type="button"],
select,
textarea{
    font-family: "Noto Sans JP", sans-serif;
}

img{
    vertical-align:bottom;
}

a{
    color: #00416b;
}

#container{
    width: 100%;
    position: relative;
}

/*----------header----------*/
header{
    position: relative;
    z-index: 0;
}

    header > .box_inner{
        box-sizing: border-box;
        background-image: url('../shared/bg_home_catch.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        width: 100%;
        height: 60.1262vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5.5vw 0 0 0;
    }

        header > .box_inner img{
            max-width: 100%;
            height: auto;
        }

        header > .box_inner .site_title{
            width: 53.125%;
            margin-bottom: 1.5vw;
        }

        header > .box_inner p{
            width: 42.9687%;
        }

        header > .box_inner .img_yobousan{
            width: 24vw;
            position: absolute;
            top: 16.5vw;
            right: 4.5vw;
        }


/*----------contents----------*/
.contents{
    position:relative;
    top:0;
    left:0;
    z-index:1;
    transition: .3s all ease;
}

.contents div[class^="box_wrapper"]{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contents .box_wrapper1{
    background: #a6def7;
}

.contents .box_wrapper2{
    background: #e5e5e5;
    padding-top: 7rem;
}

.common_box{
    position: relative;
    width: 77%;
    max-width: 1080px;
    margin-bottom: 6rem;
    line-height: 1.6;
}

    .common_box > .box_header{
        position: absolute;
        top: -2rem;
        left: -2rem;
        z-index: 1;
    }

        .common_box > .box_header h2{
            font-size: 2em;
            font-weight: 700;
            padding: 0.2em 1.5em;
            color: #fff;
        }

        .box_wrapper1 .common_box > .box_header h2{
            background: #0182e7;
        }

        .box_wrapper2 .common_box > .box_header h2{
            background: #767676;
        }

    .common_box > .box_inner{
        background: #fff;
        position: relative;
        z-index: 0;
        padding: 4rem 5vw 3rem;
        border-radius: 1rem;
        box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    }

        .common_box > .box_inner h3{
            background: #ffe632;
            font-size: 1.2em;
            display: flex;
            align-items: center;
            height: 3.125rem;
            border-radius: 1.5625rem;
            padding-left: 2em;
            font-weight: 700;
            margin: 2em 0 1em;
        }

        .common_box > .box_inner h3.mt0{
            margin-top: 0;
        }
/*outline_box*/
.outline_box{
    margin-top: -12vw;
}

    .period_venue_theme_box{
        margin-bottom: 2em;
    }

        .period_venue_theme_box dl{
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.5em;
        }

        .period_venue_theme_box dl:last-child{
            margin-bottom: 0;
        }

            .period_venue_theme_box dl dt{
                background: #00a1e9;
                color: #fff;
                font-size: 1.2em;
                width: 4em;
                height: 3em;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .period_venue_theme_box dl dd{
                flex: 1;
                padding-left: 1em;
                color: #333;
            }

            .period_venue_theme_box dl.period dd{
            }

            .period_venue_theme_box dl.period dd p{
                font-weight: 700;
                font-size: 1.4em;
                display: flex;
                align-items: flex-end;
                line-height: 1;
            }

                .period_venue_theme_box dl.period dd p .lbl_year{
                    font-size: 1.3em;
                    margin-bottom: -0.1em;
                }

                .period_venue_theme_box dl.period dd p .lbl_md{
                    font-size: 1.5em;
                    margin-left: 0.2em;
                    margin-bottom: -0.1em;
                }

            .period_venue_theme_box dl.venue dd{
                display: flex;
                align-items: center;
            }

            .period_venue_theme_box dl.venue dd .lbl1{
                font-size: 2em;
                font-weight: 700;
            }

            .period_venue_theme_box dl.venue dd .lbl2{
                margin-left: 1em;
            }

            .period_venue_theme_box dl.theme dd .lbl1{
                font-size: 2em;
                font-weight: 700;
            }

            .period_venue_theme_box dl.theme dd .lbl2{
                font-size: 1.15em;
                font-weight: 600;
            }

    .btn_flier,
    .btn_anc_application{
        display: flex;
        justify-content: center;
    }

    .btn_anc_application{
        margin-top: 2rem;
    }

        .btn_flier a,
        .btn_anc_application a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ffe632;
            color: #111;
            text-decoration: none;
            height: 3.75rem;
            border-radius: 1.875rem;
            font-weight: 700;
            font-size: 1.15em;
            padding: 0 2em 0 3em;
            border: 2px solid #ffe632;
            transition: .4s all ease;
        }

        .btn_flier a:hover,
        .btn_anc_application a:hover{
            background: #fff;
            border-color: #111;
        }

            .btn_flier a::after{
                content: "";
                width: 1.25rem;
                height: 1.25rem;
                background-image: url('../shared/icon_pdf.png');
                background-repeat: no-repeat;
                background-size: contain;
                margin-left: 0.5em;
            }

    .outline_box > .box_inner img{
        max-width: 100%;
        height: auto;
    }

    .outline_box > .box_inner .fig_nyujomuryo{
        position: absolute;
        top: -8vw;
        right: 2vw;
        width: 18.58vw;
        max-width: 240px;
    }


    .outline_box > .box_inner .fig_present{
        position: absolute;
        top: 11.5vw;
        right: 4vw;
        width: 17.03vw;
        max-width: 220px;
    }

    .outline_box > .box_inner .fig_event{
        position: absolute;
        bottom: 1vw;
        left: 2vw;
        width: 19vw;
        max-width: 250px;
    }

/*program_box*/
.program_box{}

    .program_box > .box_inner{}

        .program_box > .box_inner .mc_info_box{
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 5vw 0 3.5vw;
            margin-bottom: 3em;
        }

            .program_box > .box_inner .mc_info_box > dl{
                display: flex;
                flex-direction: column;
                align-items: center;
                white-space: nowrap;
            }

                .program_box > .box_inner .mc_info_box > dl dt{
                    font-size: 2em;
                    font-weight: 700;
                    margin-bottom: 0.7em;
                }

                .program_box > .box_inner .mc_info_box > dl dd{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .program_box > .box_inner .mc_info_box > dl dd ul{
                        display: flex;
                        justify-content: center;
                        font-size: 1.5em;
                        font-weight: 500;
                        margin: 0.2em 0;
                    }

                        .program_box > .box_inner .mc_info_box > dl dd ul li::after{
                            content: "／";
                            margin: 0 0.2em;
                        }

                        .program_box > .box_inner .mc_info_box > dl dd ul li:last-child::after{
                            content: none;
                        }                        

                    .program_box > .box_inner .mc_info_box > dl dd p{}

            .program_box > .box_inner .mc_info_box .fig{
                flex: 1;
                padding-left: 10vw;
            }

                .program_box > .box_inner .mc_info_box .fig ul{
                    display: flex;
                    justify-content: space-between;
                    width: 100%;
                }

                    .program_box > .box_inner .mc_info_box .fig ul li{
                        width: calc((100% - 3vw) / 2);
                    }

                    .program_box > .box_inner .mc_info_box .fig ul li img{
                        max-width: 100%;
                        height: auto;
                    }

        .program_box > .box_inner h3{
            justify-content: space-between;
            padding-right: 2em;
        }

        .program_box > .box_inner .attraction_info{
            display: flex;
            justify-content: space-between;
            margin: 0 1.5em;
        }

            .program_box > .box_inner .attraction_info .text{
                flex: 1;
                padding: 0 0 0 6.6em;
            }

                .program_box > .box_inner .attraction_info .text p,
                .program_box > .box_inner .attraction_info .text ul{
                    font-size: 1.24em;
                    line-height: 1.4;
                    padding-top: 0.5em;
                }

                    .program_box > .box_inner .attraction_info .text ul li{
                        margin-bottom: 0.5em;
                        padding-left: 0.7em;
                        position: relative;
                    }

                    .program_box > .box_inner .attraction_info .text ul li:last-child{
                        margin-bottom: 0;
                    }

                        .program_box > .box_inner .attraction_info .text ul li::before{
                            content: "";
                            display: inline-block;
                            width: 0.25rem;
                            height: 0.25rem;
                            background: #555;
                            position: absolute;
                            top: 0.6em;
                            left: 0;
                        }

            .program_box > .box_inner .attraction_info .fig{
                width: 12rem;
            }

                .program_box > .box_inner .attraction_info .fig img{
                    max-width: 100%;
                    height: auto;
                }

        .program_box > .box_inner .person_pos dl{
            display: flex;
            flex-wrap: wrap;
        }

        .program_box > .box_inner .program_detail{
            margin: 0 1em;
        }

            .program_box > .box_inner .program_detail > ul{
            }

                .program_box > .box_inner .program_detail > ul > li{
                    border-bottom: 1px solid #e5e5e5;
                    padding: 0.8em 0.7em;
                    display: flex;
                    flex-direction: column;
                }

                .program_box > .box_inner .program_detail > ul > li:last-child{
                    border-bottom: none;
                }

                    .program_box > .box_inner .program_detail > ul > li .prg_title{
                        font-size: 1.24em;
                        color: #0050c8;
                    }

                    .program_box > .box_inner .person_pos{
                        padding-left: 8em;
                    }

                        .program_box > .box_inner .person_pos dl{
                            align-items: center;
                            margin-bottom: 0.3em;
                        }

                        .program_box > .box_inner .person_pos dl:last-child{
                            margin-bottom: 0;
                        }

                            .program_box > .box_inner .person_pos dl dt{
                                font-size: 1.2em;
                                width: 7em;
                            }

                            .program_box > .box_inner .person_pos dl dd{
                                flex: 1;
                            }

                        .program_box > .box_inner .program_detail > ul > li .person_pos{
                            padding-left: 6.4em;
                        }

                        .program_box > .box_inner .person_pos.for_symposium dl dt{
                            font-size: 1em;
                        }

                    .program_box > .box_inner .program_detail > ul > li ul{
                        padding-left: 6.4em;
                    }

                        .program_box > .box_inner .program_detail > ul > li ul li{
                            display: flex;
                            align-items: center;
                        }

                            .program_box > .box_inner .program_detail > ul > li ul li .lbl1{
                                font-size: 1.2em;
                            }



        .program_box > .box_inner .special_lecture_box{
            display: flex;
            margin: 0 1.5em;
        }

            .program_box > .box_inner .special_lecture_box .text{
                flex: 1;
                padding-right: 3rem;
            }

                .program_box > .box_inner .special_lecture_box .text .lecture_title_box{
                    display: flex;
                    justify-content: flex-end;
                    border-bottom: 1px solid #e5e5e5;
                    padding: 0 1em 1.5em 1em;
                    margin-bottom: 1.5em;
                    line-height: 1.8;
                }

                    .program_box > .box_inner .special_lecture_box .text .lecture_title_box dl{
                        display: flex;
                        font-size: 1.3em;
                    }

                        .program_box > .box_inner .special_lecture_box .text .lecture_title_box dl dt{}

                            .program_box > .box_inner .special_lecture_box .text .lecture_title_box dl dt::after{
                                content: "：";
                            }

                        .program_box > .box_inner .special_lecture_box .text .lecture_title_box dl dd{
                            flex: 1;
                        }

                            .program_box > .box_inner .special_lecture_box .text .lecture_title_box dl dd .lbl_honorific{
                                font-size: 0.8em;
                            }



                .program_box > .box_inner .special_lecture_box .text h4{
                    color: #0050c8;
                    font-size: 0.92em;
                }

                    .program_box > .box_inner .special_lecture_box .text h4::before{
                        content: "【";
                    }

                    .program_box > .box_inner .special_lecture_box .text h4::after{
                        content: "】";
                    }

                .program_box > .box_inner .special_lecture_box .text dl[class^="history"]{
                    display: flex;
                    flex-wrap: wrap;
                    font-size: 0.92em;
                    margin: 0 0 1.5em 3em;
                }

                .program_box > .box_inner .special_lecture_box .text dl.history1{
                    margin-bottom: 1.5em;
                }

                .program_box > .box_inner .special_lecture_box .text dl.history1 dt{
                    width: 6em;
                }

                .program_box > .box_inner .special_lecture_box .text dl.history1 dd{
                    width: calc(100% - 6em);
                }

                .program_box > .box_inner .special_lecture_box .text dl.history2 dt{
                    width: 4em;
                }

                .program_box > .box_inner .special_lecture_box .text dl.history2 dd{
                    width: calc(100% - 4em);
                }

            .program_box > .box_inner .special_lecture_box .fig{
                width: 9.375rem;
            }

                .program_box > .box_inner .special_lecture_box .fig img{
                    max-width: 100%;
                    height: auto;
                }

/*application_box*/
.application_box{}

    .application_box > .box_inner{}

        .application_box > .box_inner p{
            margin-left: 2.5em;
            margin-right: 2.5em;
        }

        .application_box > .box_inner .btn_apply{
            display: flex;
            justify-content: center;
            margin: 2em 0;
        }

            .application_box > .box_inner .btn_apply a{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 17.5rem;
                height: 3.75rem;
                border-radius: 1.875rem;
                background: #505050;
                text-decoration: none;
                color: #fff;
                font-size: 1.3em;
                font-weight: 700;
                border: 2px solid #505050;
                transition: .4s all ease;
            }

                .application_box > .box_inner .btn_apply a:hover{
                    color: #333;
                    background: #fff;
                }


        .application_box > .box_inner .apply_qr_box{
            position: relative;
        }

            .application_box > .box_inner .apply_qr_box > .box_inner{
                position: absolute;
                top: 0;
                right: 2em;
                width: 9rem;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .application_box > .box_inner .apply_qr_box > .box_inner .fig{
                    width: 8rem;
                }

                .application_box > .box_inner .apply_qr_box > .box_inner .fig img{
                    max-width: 100%;
                    height: auto;
                }

                .application_box > .box_inner .apply_qr_box > .box_inner p{
                    position: relative;
                    margin: 0.5em 0 0 0;
                    font-size: 0.9em;
                    line-height: 1.5;
                    font-weight: 500;
                    text-align: center;
                }

                    .application_box > .box_inner .apply_qr_box > .box_inner p::before{
                        content: "";
                        display: inline-block;
                        width: 0.75rem;
                        height: 0.5rem;
                        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                        background: #0050c8;
                        position: absolute;
                        top: -0.5rem;
                        left: calc(50% - 0.375rem);
                    }

        .application_box > .box_inner h3.for_apply_stay{
            margin-top: 5em;
        }

        .application_box > .box_inner .apply_stay_deadline{
            display: flex;
            margin-top: 0.3em;
            margin-left: 2.5em;
            margin-right: 2.5em;
        }

                .application_box > .box_inner .apply_stay_deadline dt,
                .application_box > .box_inner .apply_stay_deadline dd{
                    font-size: 1.2em;
                }

                .application_box > .box_inner .apply_stay_deadline dt::after{
                    content: "：";
                }

            .application_box > .box_inner p .link_tel{
                color: #222;
                text-decoration: none;
                pointer-events: none;
            }

            

/*venue_box*/
.venue_box{}

    .venue_box > .box_inner{}

        .venue_box > .box_inner .venue_name_addr{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2em;
        }

            .venue_box > .box_inner .venue_name_addr dt{
                font-size: 1.3em;
            }

            .venue_box > .box_inner .venue_name_addr dd a{
                color: #222;
                text-decoration: none;
                pointer-events: none;
            }

        .venue_box > .box_inner .map_access_info{
            display: flex;
        }

            .venue_box > .box_inner .map_access_info .map{
                width: 60%;
            }

                .venue_box > .box_inner .map_access_info .map iframe{
                    width: 100%;
                    height: 100%;
                }

            .venue_box > .box_inner .map_access_info .access_info{
                flex: 1;
                padding-left: 2em;
            }

                .venue_box > .box_inner .map_access_info .access_info dl,
                .venue_box > .box_inner .map_access_info .access_info p{
                    font-size: 0.9em;
                    line-height: 1.4;
                }

                .venue_box > .box_inner .map_access_info .access_info dl{
                }

                    .venue_box > .box_inner .map_access_info .access_info dt{
                        margin: 0 0 0.25em -0.5em;
                    }

                        .venue_box > .box_inner .map_access_info .access_info dt::before{
                            content: "【";
                        }

                        .venue_box > .box_inner .map_access_info .access_info dt::after{
                            content: "】";
                        }

                    .venue_box > .box_inner .map_access_info .access_info dd{
                        margin: 0 0 1em 1em;
                    }

/*-----footer-----*/
footer {
    position: relative;
    z-index: 1;
}

    footer > .box_header{
        display: flex;
        justify-content: center;
        padding: 4rem 0;
    }

        footer > .box_header dl{
            text-align: center;
            line-height: 1.6;
        }

            footer > .box_header dl dt{
                font-weight: 500;
                font-size: 1.05em;
                margin-bottom: 0.3em;
            }

            footer > .box_header dl.shusai_info{
                margin-right: 5em;
            }

            footer > .box_header dl.contact_info{}

                footer > .box_header dl.contact_info .lbl_addr_tel{
                    display: flex;
                }

                    footer > .box_header dl.contact_info .lbl_addr_tel .lbl_tel{
                        margin-left: 1em;
                    }

                        footer > .box_header dl.contact_info .lbl_addr_tel .lbl_tel a{
                            color: #222;
                            text-decoration: none;
                            pointer-events: none;
                        }


    footer > .box_inner{
        border-top: 1px solid #ccc;
        padding: 3.5rem 0 2rem;
    }

        footer > .box_inner .bns_box{
            display: flex;
            justify-content: center;
        }

            footer > .box_inner .bns_box ul{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                width: calc(50.625rem + 6px);
            }

                footer > .box_inner .bns_box ul li{
                    margin-right: 1.875rem;
                    margin-bottom: 1.875rem;
                }

                footer > .box_inner .bns_box ul li:nth-child(3n),
                footer > .box_inner .bns_box ul li:last-child{
                    margin-right: 0;
                }

                    footer > .box_inner .bns_box ul li a{
                        display: block;
                        width: 15.625rem;
                        border: 1px solid #ccc;
                        transition: .4s all ease;
                    }

                    footer > .box_inner .bns_box ul li a:hover{
                        border-color: #00a1e9;
                    }

                        footer > .box_inner .bns_box ul li a img{
                            max-width: 100%;
                            height: auto;
                        }

    footer > .box_footer{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6.875rem;
        background: #00a1e9;
    }

        footer > .box_footer .copyright{
            color: #fff;
            font-size: 0.82em;
        }


/*-----nav_oc-----*/
.nav_oc{
    width: 5.25rem;
    height: 5.25rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: .3s all ease;
}

    .menu-trigger{
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 0.3rem 0 0 0;
        border: none;
        background: none;
        cursor: pointer;
        outline: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: .3s all ease;
    }

    .menu-trigger:hover{
        filter: brightness(1.1);
    }

    .menu-trigger.active{
        background: rgb(128,0,0,0);
    }

        .menu-trigger .lines{
            position: relative;
            display: block;
            width: 1.875rem;
            height: 1.25rem;
            transition: .3s all ease;
        }

            .menu-trigger .lines span {
                display: inline-block;
                transition: all .4s;
                box-sizing: border-box;
                background-color: #555;
                position: absolute;
                width: 1.875rem;
                left: 0;
                height: 2px;
            }

            .menu-trigger .lines span:nth-of-type(1) {
                top: 0;
            }

            .menu-trigger .lines span:nth-of-type(2) {
                top: calc(50% - 1px);
            }
            .menu-trigger .lines span:nth-of-type(3) {
                bottom: 0;
            }

            .menu-trigger.active .lines span{
                /*background-color: #800000;*/
            }

            .menu-trigger.active .lines span:nth-of-type(1) {
                transform: translateY(0.55rem) rotate(-315deg);
            }

            .menu-trigger.active .lines span:nth-of-type(2) {
                opacity: 0;
            }

            .menu-trigger.active .lines span:nth-of-type(3) {
                transform: translateY(-0.6rem) rotate(315deg);
            }

/*-----side_nav-----*/
.side_nav{
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    width: 16rem;
    height: 100%;
    transition: .4s all ease;
    background-color: rgba(255,255,255,0);
    transform: translateX(1rem);
    padding-top: 6.5rem;
}

.side_nav.active{
    z-index: 9;
    opacity: 1;
    background-color: #fff;
    box-shadow: -10px 0 20px -20px rgba(0,0,0,0.5);
    transform: translateX(0);
}

    .side_nav .side_global_nav{}

        .side_nav .side_global_nav ul{}

            .side_nav .side_global_nav ul li{

            }

            .side_nav .side_global_nav ul li a{
                display: block;
                padding: 1em 1.3em;
                font-size: 1.1em;
                color: #222;
                text-decoration: none;
                transition: .4s all ease;
            }

            .side_nav .side_global_nav ul li a:hover{
                background: rgba(0,161, 233, 0.1);
            }


/*ページトップ*/
.pagetop{
    width: 4rem;
    height: 4em;
    position:fixed;
    bottom:4rem;
    right: 3rem;
    z-index:10;
    transform:translateY(100px);
    transition:.3s all ease;
    opacity:0;
}

.pagetop.show{
    transform:translateY(0);
    opacity:1;
}

    .pagetop a{
        box-sizing: border-box;
        display:flex;
        justify-content: center;
        align-items: center;
        transition:.5s all ease;
        width:100%;
        height:100%;
        text-decoration:none;
        border-radius: 50%;
        background: #333;
        opacity: 0.8;
    }
    
    .pagetop a:hover{
        opacity: 1;
    }


    .pagetop a:before{
        font-family: FontAwesome;
        content:"\f106";
        color: #fff;
        font-size: 2rem;
    }


/*ヘッダ固定によるアンカーずれ対応*/
*[id^="anc_"]{
    padding-top: 5rem;
    margin-top:-5rem;
}


/*改行のPC,SPでの表示切替*/
br.pc,
img.pc,
span.pc{
    display:inline;
}

br.sp,
img.sp,
span.sp{
    display:none;
}

.ta_center{
    text-align:center;
}

.ta_left{
    text-align:left;
}

.ta_right{
    text-align:right;
}

/*1300px以下*/
@media screen and (min-width:1px) and (max-width:1300px){

}


/*1200px以下*/
@media screen and (min-width:1px) and (max-width:1200px){}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    html {
        font-size: 1.8vw;
    }

    .common_box{
        width: 90%;
        max-width: auto;
        max-width: initial;
    }

    .common_box > .box_header{
        top: -1.5rem;
        left: -1.5rem;
    }

        .common_box > .box_header h2{
            font-size: 1.8em;
        }

    .outline_box > .box_inner .fig_present{
        right: 2vw;
        top: auto;
        bottom: 10vw;
    }

    .outline_box > .box_inner .fig_event{
        bottom: 2vw;
        left: 2vw;
    }
    
    .application_box > .box_inner .apply_qr_box > .box_inner{
        right: 1em;
    }

    footer > .box_header{
        flex-direction: column;
        padding: 2rem 0;
    }

        footer > .box_header dl.shusai_info{
            margin: 0 0 2em 0;
        }

        footer > .box_header dl.contact_info .lbl_addr_tel{
            display: inline-flex;
        }

    footer > .box_inner{
        padding: 2.5rem 6vw 0.5rem;
    }

        footer > .box_inner .bns_box ul li{

            width: calc((100% - 3rem) / 3);
            margin: 0 1.5rem 1.5rem 0;
        }

        footer > .box_inner .bns_box ul li:last-child,
        footer > .box_inner .bns_box ul li:nth-child(3n){
            margin-right: 0;
        }

            footer > .box_inner .bns_box ul li a{
                width: 100%;
            }

    footer > .box_footer{
        height: 4rem;
    }


    .nav_oc{
        top: 0.75rem;
        right: 0.75rem;
    }

    .side_nav{
        width: 80%;
        overflow: auto;
        padding-top: 14vw;
        justify-content: flex-start;
        background-position: right -3vw bottom 5vw;
    }
    
}

/* ##########印刷用########## */
@media print{
    header{
        position:relative;
    }
    
    .pagetop{
        display: none;
    }
    
}