@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Keania+One&display=swap');
/*--京yano.css--*/
/* ##########PC########## */

.column_wrapper.two_col{
    margin-top: 6rem;
}


    .column_sub .archives_box dl dd ul li a:hover,
    .column_sub .archives_box dl dd ul li a:hover::before{
        color: var(--main_color3);
    }

.content_title{
    margin-bottom: 3rem;
}

/*一覧*/
.news_box{}

.news_box > .box_header{
    margin-bottom: 1.5em;
}

.news_box > .box_header h2{
    font-size: 1.6em;
    font-family: var(--font_family2);
}

/*トップ用別指定*/
.news_box.for_top > .box_header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .news_box.for_top > .box_header h2{
        font-weight: 700;
    }

.news_box > .box_inner h3{
    margin-top: 0;
}

/*entry_list_box*/
.page_body .entry_list_box{
    line-height: 1.6;
}

    .page_body .entry_list_box ul{
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: flex-start;
        gap: 2rem 1.5rem;
        flex-wrap: wrap;
    }

        .page_body .entry_list_box ul li{
            width: calc((100% - 3rem) / 3);
            margin-bottom: 0;
            border-bottom: unset;
            padding-left: 0;
        }

        .page_body .entry_list_box ul li:before{
            display: none;
        }

        .page_body .entry_list_box ul li:last-child{
            margin-bottom: 0;
        }

        .page_body .entry_list_box ul li a{
            text-decoration: none;
            display: block;
            padding: 0.5em;
            transition: .3s all ease;
            color: #222;
            line-height: 1.4;
        }

        .page_body .entry_list_box ul li a:hover{
            color: #222;
            filter: brightness(1.1);
        }

        .page_body .entry_list_box ul li a .entry_thumbnail{
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 10;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-radius: 0 0.5rem 0.5rem 0.5rem;
            /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);*/
            margin-bottom: 1rem;
            position: relative;
        }

        .page_body .entry_list_box ul li a .entry_thumbnail img{
            max-width: 100%;
            height: auto;
            transition: .3s all ease;
            position: relative;
        }

        .page_body .entry_list_box ul li a:hover .entry_thumbnail img{
            transform: scale(1.05);
        }

        .page_body .entry_list_box ul li a .entry_info{}

                .sec-news__date_category{
                    margin-bottom: 0.5rem;
                }

                    .page_body .sec-news__date {
                        font-size: 1rem;
                        color: #222;
                    }

                    .page_body .sec-news__category{
                        position: relative;
                        padding-left: 1.2rem;
                        padding-bottom: 0.1rem;
                        font-size: 1rem;
                        margin-bottom: 0;
                    }

                    .page_body .sec-news__category::before{
                        content: "";
                        width: 0.8rem;
                        height: 0.8rem;
                        background: #222;
                        border-radius: 50%;
                        position: absolute;
                        top: calc(50% - 0.4rem);
                        left: 0;
                    }

                    .sec-news__category .lbl_cat{}

            .page_body .sec-news__title{
                margin: 0.2rem 0 0;
                font-size: 1em;
            }

            .sec-news__excerpt{
                display: none;
            }

            /*YANOコンテンツ*/
            .sec-yano__date_category{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
                margin-bottom: 0.5rem;
            }

                .page_body .sec-yano__date {
                    font-size: 0.9rem;
                    color: #555;
                    margin-left: auto;
                    font-family: var(--font-base_en);
                }

                .page_body .sec-yano__category{
                    padding: 0.1rem 0.8rem 0.2rem;
                    background: #333333;
                    color: #fff;
                    font-size: 0.9rem;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                }

                /*
                .page_body .sec-yano__category::before{
                    content: "";
                    width: 0.8rem;
                    height: 0.8rem;
                    background: #222;
                    border-radius: 50%;
                    position: absolute;
                    top: calc(50% - 0.4rem);
                    left: 0;
                }*/

                .sec-yano__category .lbl_cat{}

        .page_body .sec-yano__title{
            margin: 0 0 0.5em 0;
            font-size: 1em;
            font-weight: 500;
        }

        .sec-yano__excerpt{
            display: none;
        }

/*詳細*/
.page_title.news h2{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding-top: 1em;
    margin-bottom: 1em;
}

    .page_title.news h2::before{
        content: "";
        display: block;
        width: calc(100% + 5rem);
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: -2.5rem;
        z-index: 0;
    }

    .page_title.news h2::after{
        content: "";
        display: block;
        width: calc((100% + 5rem) / 2);
        border-top: 2px solid #0f218b;
        position: absolute;
        top: 0;
        left: -2.5rem;
        z-index: 1;
    }

    

.entry_detail_box{}

    .entry_detail_box > .box_header{
        margin-bottom: 1em;
    }

        .entry_detail_box > .box_header h2{
            margin: 0 0 0.3em 0;
            font-size: 1.4em;
            font-weight: 700;
            line-height: 1.4;
            position: relative;
            padding-bottom: 0.5em;
            border-bottom: 1px solid #ccc;
        }

        .entry_detail_box > .box_header h2::before{
            content: "";
            display: block;
            width: 5em;
            height: 0;
            border-bottom: 1px solid #f88f43;
            position: absolute;
            bottom: -1px;
            left: 0;
        }


        .entry_detail_box > .box_header .entry_meta{
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 0.9em;
            padding-right: 0.5em;
        }

            .entry_detail_box > .box_header .entry_category{
                margin-right: 1em;
            }

                .entry_detail_box > .box_header .entry_category ul{
                    display: flex;
                    margin: 0;
                }

                .entry_detail_box > .box_header .entry_category ul li{
                    margin: 0 0.5em 0 0;
                    padding-left: 0;
                }

                .entry_detail_box > .box_header .entry_category ul li:last-child{
                    margin-right: 0;
                }

                    .entry_detail_box > .box_header .entry_category ul li::before{
                        content: none;
                    }


            .entry_detail_box > .box_header .entry_date{}

    .entry_detail_box > .box_inner{
        margin-bottom: 5em;
    }

    .entry_detail_box > .box_inner p{
        margin-right: 0;
        margin-left: 0;
    }

    .entry_detail_box > .box_inner ul,
    .entry_detail_box > .box_inner ol{
        margin-right: 1em;
        margin-left: 1em;
    }

    .entry_detail_box > .box_inner table td ul,
    .entry_detail_box > .box_inner table td ol{
        margin: 0 1em;
    }

    .entry_detail_box > .box_inner .movie_single{
        box-sizing: border-box;
        margin-top: 2em;
        width: 100%;
        padding: 0 1em;
    }

        .entry_detail_box > .box_inner .movie_single video{
            width: 100%;
            height: auto;
        }

    .entry_detail_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .entry_detail_box > .box_footer a{
            display: block;
            color: #222;
            text-decoration: none;
            border-bottom: 1px solid #222;
            font-size: 0.9em;
            font-weight: 500;
            padding: 0.1em 0.5em 0;
            transition: .3s all ease;
        }

        .entry_detail_box > .box_footer a:hover{
        }

    .goto_news_top{
        display: flex;
        justify-content: center;
        margin-top: 3em;
    }

        .goto_news_top a{
            border: 1px solid var(--color-dark-btn);
            height: 2.5rem;
            display: inline-flex;
            gap: 0.75rem;
            align-items: center;
            background: #fff;
            border-radius: 100vh;
            color: var(--text-color);
            padding: 0 1rem;
            cursor: pointer;
            transition: .3s all ease;
            text-decoration: none;
        }

        .goto_news_top a:hover{
            background: var(--text-color);
            color: #fff;
        }

.archive_selectors{
    position: relative;
    z-index: 2;
    height: 3rem;
}

.archive_selectors .archives_box{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

    .archive_selectors .archives_box dl{
        padding: 0.5em;
        background: #fff;
        box-shadow: 0.125rem 0.125rem 0 0 rgba(0,0,0,0.15);
        border-radius: 0.25rem;
    }

        .archive_selectors .archives_box dl dt{
            cursor: pointer;
            position: relative;
            padding: 0 0.5em;
        }

        .archive_selectors .archives_box dl dt::after{
            font-family: FontAwesome;
            content:"\f0d7";
            margin-left: 0.5em;
        }

        .archive_selectors .archives_box dl dd{
            opacity: 0;
            transition: .3s all ease;
            height: 0;
            overflow: hidden;
        }

        .archive_selectors .archives_box dl:hover > dd{
            opacity: 1;
            margin-top: 0.5em;
            height: auto;
            overflow: visible;
        }

        .archive_selectors .archives_box dl dd ul{
            margin: 0;
            padding: 0;
            line-height: 1;
        }

            .archive_selectors .archives_box dl dd ul li{
                margin: 0;
                padding: 0;
            }

                .archive_selectors .archives_box dl dd ul li::before{
                    content: none;
                }

                .archive_selectors .archives_box dl dd ul li a{
                    display: block;
                    transition: .3s all ease;
                    text-decoration: none;
                    padding: 0.5em;
                    color: var(--text-color);
                }

                .archive_selectors .archives_box dl dd ul li a:hover{
                    color: var(--main_color3);
                }

.content_exp_box_wrapper{
    position: relative;
    padding: 4rem 0;
    margin: 4rem 0 0 0;
}

    .content_exp_box_wrapper::before{
        content: "";
        width: 100vw;
        height: 100%;
        background: var(--light_color1);
        position: absolute;
        top: 0;
        left: calc(50% - 50vw);
        z-index: -1;
    }

.content_exp_box{}

    .content_exp_box > .box_header{
        display: flex;
        gap: 2rem;
        margin-bottom: 2em;
    }

        .content_exp_box > .box_header .fig{
            width: 15rem;
            aspect-ratio: 1;
            border-radius: 50%;
            overflow: hidden;
        }

        .content_exp_box > .box_header .text{
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .content_exp_box > .box_header .text h2{
            font-size: 2rem;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .content_exp_box > .box_header .text p{
            font-size: 1.1em;
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

        .content_exp_box > .box_header .text .lbl_en_deco{
            position: absolute;
            bottom: -3rem;
            right: 0;
            z-index: 0;
            font-family: "Keania One", sans-serif;
            font-size: 5rem;
            color: var(--main_color1);
            opacity: 0.1;
            transform-origin: left bottom;
            transform: rotate(-5deg);
        }

    .content_exp_box > .box_inner{
        margin-left: 3rem;
        margin-right: 3rem;
    }

.hobby_caption{
    display: flex;
    align-items: flex-end;
    gap: 2em;
}

    .hobby_caption .hobby_img{
        width: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .hobby_caption .hobby_text{
        flex: 1;
        line-height: 1.5;
        background: #fff;
        margin-bottom: 0;
        padding: 1.5em 2em;
        border-radius: 0.5rem;
        position: relative;
        box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
    }

    .hobby_caption .hobby_text::before{
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        position: absolute;
        bottom: 1rem;
        left: -1rem;
        background: #fff;
    }

    .hobby_caption h4{
        margin: 0 0 0.5em 0;
        padding: 0;
    }

    .hobby_caption h4::before{
        content: none;
    }

    .hobby_caption p{
        font-size: 0.94em;
        margin-bottom: 0;
    }


.hobby_caption.for_fishing{
    margin-bottom: 2em;
    flex-direction: row-reverse;
}

    .hobby_caption.for_fishing .hobby_text{
        box-shadow: -3px 3px 0 0 rgba(0,0,0,0.15);
    }

    .hobby_caption.for_fishing .hobby_text::before{
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        left: auto;
        right: -1rem;
    }

.hobby_caption.for_trekking{
}

.goto_cat_index{
    display: flex;
    justify-content: center;
}

    .goto_cat_index a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: var(--text-color);
        gap: 0.5em;
    }

        .goto_cat_index a::after{
            content: "";
            width: 1.5rem;
            aspect-ratio: 1;
            border-radius: 50%;
            background-color: var(--text-color);
            background-size: 1rem auto;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(../shared/icon_arrow_w_s.png);
            transition: all 0.3s ease;
        }

        .goto_cat_index a:hover::after{
            transform: translateX(0.25rem);
        }

.page_body .sep_hobby{
    border: none;
    border-bottom: 1px dotted #aaa
}




@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}

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


}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {

    .column_wrapper.two_col{
        margin-top: 2rem;
    }

    .column_wrapper.two_col .column_sub{
        margin-top: 3em;
        margin-left: 0;
        margin-right: 0;
    }


    .page_body{
        margin: 0;
    }

    .content_title{
        margin-bottom: 1rem;
    }

    .news_box > .box_header{
        margin-bottom: 1em;
    }

        .news_box > .box_header h2{
            margin: 0;
            font-size: 1.4em;
        }

    .news_box > .box_inner h3{
        margin-left: 0.8em;
        margin-right: 0.8em;
    }

    .page_body .entry_list_box{
        margin: 0 1em;
    }

    .page_body .entry_list_box ul{
        gap: 1rem;
    }

    .page_body .entry_list_box ul li{
        width: calc((100% - 1rem) / 2);
    }

    .page_body .entry_list_box ul li a{
        /*flex-direction: column;*/
        align-items: flex-start;
        padding: 0.7em 0.5em;
        gap: 1rem;
    }

    /*
    .page_body .entry_list_box ul li a .entry_thumbnail{
        width: 9.5rem;
        min-width: 9.5rem;
    }
    */

    .page_body .entry_list_box ul li a .entry_info{
        padding-top: 0;
    }

    .sec-news__date_category{
        margin-bottom: 0.3rem;
    }

    .sec-yano__date_category{
        margin-bottom: 0.3rem;
    }

    .entry_list_box ul li a .entry_title{
        margin-top: 0.5em;
        margin-left: 0;
    }

    .entry_detail_box > .box_footer {
        margin-bottom: 2rem;
    }

    .page_title.news h2{
        font-size: 1.3em;
    }

        .page_title.news h2::before{
            width: 100%;
            left: 0;
        }

        .page_title.news h2::after{
            width: 50%;
            left: 0;
        }

    .news_box.for_top > .box_header p{
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .content_exp_box_wrapper{
        padding: 2rem 0;
    }

    .content_exp_box > .box_header{
        align-items: center;
        gap: 1rem;
        margin-bottom: 1em;
    }

    .content_exp_box > .box_header .fig{
        width: 10rem;
    }

    .content_exp_box > .box_header .text h2{
        margin: 0;
        font-size: 1.8rem;
    }

    .content_exp_box > .box_header .text p{
        font-size: 1em;
        margin: 0 1em 0 0;
    }

    .content_exp_box > .box_header .text .lbl_en_deco{
        font-size: 2rem;
        line-height: 1.5;
    }

    .content_exp_box > .box_inner{
        margin-left: 0;
        margin-right: 0;
    }

    .hobby_caption{
        margin-left: 0;
        margin-right: 0;
        padding: 1em;
    }

    .hobby_caption.for_fishing{
        margin-bottom: 0;
    }

    /*SPではhoverでは変化させずclickのactiveで変化*/
    .archive_selectors .archives_box dl:hover > dd{
        opacity: 0;
        transition: .3s all ease;
        height: 0;
        overflow: hidden;
    }

    .archive_selectors .archives_box dl > dd.active{
        opacity: 1;
        margin-top: 0.5em;
        height: auto;
        overflow: visible;
    }


}


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

}