@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */

.contents{
    overflow: hidden;
    margin-top: 0;
}

    /*topicpath_content_title*/
    .topicpath_content_title{
        box-sizing: border-box;
        position: relative;
        height: 21.875rem;
        margin: 8.125rem 0 4rem 0;
        padding: 0;
        z-index: 0;
    }

    .topicpath_content_title::before{
        content:"";
        display: block;
        width: 120rem;
        height: 4.5rem;
        background: url(../shared/fig_sub_header.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: calc(50% - 60rem);
        z-index: 2;
    }

    .topicpath_content_title::after{
        content:"";
        display: block;
        width: 100%;
        height: 17.5rem;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .model .topicpath_content_title{
        background: url(../shared/model/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .tourism .topicpath_content_title{
        background: url(../shared/tourism/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .gourmet .topicpath_content_title{
        background: url(../shared/gourmet/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .inn .topicpath_content_title{
        background: url(../shared/inn/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .activity .topicpath_content_title{
        background: url(../shared/activity/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .spot .topicpath_content_title{
        background: url(../shared/spot/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .access .topicpath_content_title{
        background: url(../shared/access/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .news .topicpath_content_title{
        background: url(../shared/news/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .qa .topicpath_content_title{
        background: url(../shared/qa/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .contact .topicpath_content_title{
        background: url(../shared/contact/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .privacy .topicpath_content_title{
        background: url(../shared/privacy/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .links .topicpath_content_title{
        background: url(../shared/links/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .outline .topicpath_content_title{
        background: url(../shared/outline/bg_content_title.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

        /*index以外*/
        .content_title{
            box-sizing: border-box;
            width: 65.625rem;
            margin: 0 auto;
            padding: 4rem 0 2rem 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .content_title:before{
            content: "";
            width: 11.25rem;
            height: 1.5rem;
            background: url(../shared/fig_wave_white.png) no-repeat;
            background-size: contain;
            position: absolute;
            bottom: 0;
            left: calc(50% - 5.625rem);
        }

            .content_title .ct_icon{
                width: 15rem;
                margin-bottom: 1.5rem;
            }

            .content_title .ct_icon img{
                max-width: 100%;
                height: auto;
            }

            .content_title .lbl_ja{
                font-family: "Zen Maru Gothic", sans-serif;
                font-weight: 700;
                font-style: normal;
                font-size: 2.6rem;
                color: #fff;
                margin-bottom: 0.8rem;
            }

            .content_title .lbl_en{
                font-family: "Darumadrop One", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.2rem;
                color: #fff;
                letter-spacing: 0.3rem;
            }

/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.two_col{
    overflow: initial;
}

.content_body.show{
    opacity: 1;
}

    .column_wrapper{
        display: flex;
        flex-direction: row-reverse;
        /*width: calc(100% - 16vw);*/
        width: 65.625rem;
        margin: 0 auto;
        max-width: 1100px;
        padding-bottom: 4rem;
    }

    .index .column_wrapper{
        padding-bottom: 0;
    }

        .column_wrapper .column_main{
            width: 100%;
        }

        /*2カラムの場合*/
        .two_col .column_wrapper .column_main{
            width: 70%;
        }

        .two_col .column_wrapper .column_sub{
            box-sizing: border-box;
            width: calc(30% - 5vw);
            margin-right: 5vw;
        }

/*page_title*/
.page_title{
    width: 61.25rem;
    margin: 0 auto;
    line-height: 1.8;
}

    .page_title h2{
        font-size: 2.1em;
        font-weight: 600;
        margin-bottom: 1rem;
        position: relative;
        color: #2d4164;
        padding-bottom: 0.5rem;
    }

    .page_title h2:after{
        content:"";
        display: block;
        width: 7rem;
        height: 4px;
        background: #2d4164;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/*page_body*/
.page_body{
    margin: 0 auto;
    min-height: 400px;
    line-height: 1.8;
}

    .page_body h2{
        margin: 6.25rem 0 3.75rem 0;
        line-height: 1;
    }

    .page_body h2.heading{
        margin-bottom: 2.5rem;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .page_body h2:first-child{
        margin-top: 0;
    }
    
    .page_body h3{
        color: #14466e;
        font-size: 1.4em;
        font-weight: 700;
        margin: 2em 0 0.5em 0;
        line-height: 1.4;
    }

    .page_body h4{
        font-size: 1.15em;
        font-weight: 500;
        margin: 1.8em 0.5em 0.5em 0;
        line-height: 1.4;
        position: relative;
        padding-left: 0.7em;
    }

        .page_body h4:before{
            content: "";
            display: block;
            width: 0;
            border-left: 0.25rem solid #463c9b;
            height: 1em;
            position: absolute;
            top: 0.2em;
            left: 0;
        }

    .page_body h5{
        font-weight: 600;
    }

    .page_body p {
        margin: 0 0 1em 0;
        line-height: 1.8;
    }

    .page_body ol{
        list-style: decimal;
        margin: 0 1.2em 1.2em 1.2em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

            .page_body ol li ol{
                margin: 0.5em 0;
            }

    .page_body .fig{
        text-align: center;
    }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
    }

    .page_body a:hover{
        color: #2182b9;
    }

    .page_body table{
        width: 100%;
        margin: 1em 0;
        line-height: 1.6;
        border-collapse: separate;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

        .page_body table th,
        .page_body table td{
            border-bottom: 1px solid rgba(0,0,0,0.15);
        }

        .page_body table thead th{
            text-align: center;
            font-weight: 600;
            padding: 0.25em 1em;
            color: #2d4164;
            white-space: nowrap;
        }

        .page_body table tbody th,
        .page_body table tbody td{
            padding: 0.6em 1em 0.5em 1em;
        }

        .page_body table tbody th{
            color: #222;
            font-weight: 600;
            white-space: nowrap;
            background: #fff;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 700;
        }

        .page_body em{
            font-style: italic;
        }


/*電話番号用*/
.page_body a[href^="tel"] {
    /*pointer-events: none;*/
    color: inherit;
    text-decoration: none;
}

/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.show{
    opacity: 1;
}

    .index .column_main .page_title{
        display: none;
    }

    .sub_ttl_lbl{
        font-size: 1.7rem;
        font-weight: 800;
        line-height: 1.8;
        color: #004e9d;
    }
    

/*page_nav_box*/
.page_nav_box{
    padding: 3rem 0;
    background: #222222;
}

.page_nav_box ul{
    width: 68.75rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.page_nav_box ul li{
    width: calc((100% - 6rem) / 4);
    border-bottom: 2px solid #cccccc;
}

.page_nav_box ul li.current-menu-item{
    border-bottom: 2px solid #98960d;
}

.page_nav_box ul li a{
    display: block;
    font-size: 1rem;
    padding: 1rem 2rem 1rem 0.3rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
}

.page_nav_box ul li.current-menu-item a{
    color: #98960d;
    font-weight: 500;
}

.page_nav_box ul li a::after{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li.current-menu-item a::after{
    font-family: FontAwesome;
    content: "\f106";
    font-size: 1.5rem;
    line-height: 1;
    color: #98960d;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li a:hover::after{
    right: 0.7rem;
}

.page_nav_box ul li.current-menu-item a:hover::after{
    right: 1rem;
}

/*information*/
.information {
    margin: 0 0 3rem 0;
}
.information .box_inner{
    line-height: 1.8;
}
.information .box_inner p {
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 3rem;
}
.information .box_inner .information_bnr_wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.information .box_inner .information_bnr_wrap .information_bnr {
    width: 27.5rem;
}
.information .box_inner .information_bnr_wrap .information_bnr a {
    display: block;
    color: #222;
    text-decoration: none;
}
.information .box_inner .information_bnr_wrap .information_bnr a .bnr_img {
    display: block;
    margin-bottom: 1.5rem;
}
.information .box_inner .information_bnr_wrap .information_bnr a .bnr_ttl {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: center;
}
.information .box_inner .information_bnr_wrap .information_bnr a .bnr_text {
    display: block;
    color: #6d6d6e;
    font-size: 0.9rem;
}

/*about*/
.about{
    margin-bottom: 3rem;
}
.about_box a{
    text-decoration: none;
}
.mc_box ul{
    margin-left: 1rem;
}
.about_box span{
    line-height: 2.3;
}
.about_box tr:hover {
color: #004e9d;
}
.fa-file-pdf-o {
    color: #e74c3c;
    margin-right: 0.3125rem;
    font-size: 1.1em;
}

/*recruit*/
.recruit{
    margin-bottom: 3rem;
}

.page_body table.recruit_table tbody th{
    width: 10rem;
    vertical-align: top;
}

/*policy*/
.policy_box_inner{
    margin-bottom: 3rem;
}
.policy_footer{
    margin: 2rem 0;
    border: 0.7px solid;
    padding: 1rem;
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .topicpath{
        padding: 0 3rem;
        margin: 1rem auto 2.125rem auto;
    }

    .content_title{
        width: 90vw;
    }

    .page_catch_box{
        margin: 3rem auto 0 auto;
    }

    .column_wrapper{
        width: 90vw;
    }

    .page_nav_box ul{
        width: 90vw;
    }

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
.topicpath_content_title{
    margin: 16vw 0 1.5rem 0;
    height: 40vw;
}

    .topicpath_content_title::before{
        width: 100%;
        left: 0;
    }

    .content_title{
        padding-top: 1.75rem;
        padding-bottom: 1rem;
    }

    .content_title .ct_icon{
        width: 22vw;
        margin-bottom: 1rem;
    }

    .content_title .lbl_ja{
        font-size: 1.7rem;
    }

    .content_title:before{
        width: 25vw;
        height: auto;
        aspect-ratio: 360 / 48;
        left: calc(50% - 12.5vw);
    }

    
    .page_body a[href^="tel"] {
        pointer-events: initial;
        color: #003d84;
        text-decoration: underline;
    }



}


/* ##########印刷用########## */
@media print{

}