@charset "UTF-8";
/* ガイドと寄付ボタン */
.guide_btn_wrap{
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    padding: 5px 5px;
    background-color:#fef4f4;
    border: 2px solid transparent;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .25s;
}

.font_type{
    font-family: 'Noto Sans JP';
    font-weight: bold;
}

.guide_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.guide_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: fit-content;
    max-width: 100%;
    padding: 2px 5px;
    background-color:#fef4f4;
    border: 2px solid #00a381;
    border-radius: 5px;
    color: #00a381;
    text-align: center;
    text-decoration: none;
    transition: .25s;
    font-size: 1rem;
}

.guide_btn.green{
    background-color: #00a381;
    color: #fef4f4;
}

.guide_btn:visited{
    background-color: #fef4f4;
    color: #00a381;
}

.guide_btn.green:visited{
    background-color: #00a381;
    color: #fef4f4;
}

.guide_btn:hover{
    background-color: #f0fff2;
    color: #00a381;
}

.guide_btn.green:hover{
    background-color: #f0fff2;
    color: #00a381;
}

/* 図書一覧 */

.book_body{
    margin: 0;
}

.bi_hero a{
    text-decoration: none;
}

.bi_hero a:hover{
    filter: brightness(90%) contrast(120%);
}

.bi_hero rt{
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffff00;
    text-shadow: none;
    margin-bottom: .1em;
    transform: translateY(-.1em);
}

.bi_bl_center{
    text-align: center;
}

.bi_bl_left{
    width: 60%;
    display: inline-block;
    text-align: left;
}

.bi_w-container{
    width: min(92%, 1166px);
    margin: auto;
    position: relative;
}

.bi_hero{
    display: grid;
    grid-template-rows: 200px;
    margin-bottom: 20px;
}

.bi_hero > *{
    grid-area: 1 / 1;
}

.bi_hero > img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bi_hero-container{
    display: grid;
    justify-items: center;
    align-content: center;
    height: 100%;
}

.bi_hero h1{
    margin: 15px 0 15px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 3vw, 40px);
    min-height: 0vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding: 25px 50px 10px;
    text-shadow:-2px -2px 0 rgba(0,110,84,.7) ,2px 2px 0 rgba(255,217,0,.7);
}

.bi_blur{
    background-color: rgba(0, 164, 151, 0.3);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    padding:1.5em 3em;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
}

.bi_map{
    position: relative;
    width: 900px;
    max-width: 100%;
    height: 300px;
    margin: 0 auto 20px;;
}

.bi_map::before{
    content: "";
    display: block;
    padding-top: 33.33%; /*56.25%*/
}

.bi_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bi_info-btn{
    display: block;
    width: 260px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #00a381; /* #aacf53;*/
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-shadow: 0 0 6px #00000052;
}
.bi_info-btn:hover{
    opacity: 0.7;
}

.bi_kyo_btn{
    display: inline-block;
    width: 50px;
    max-width: 100%;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #fdeff2;
    border: 3px solid #f6bfbc;
    border-radius: 50px;
    text-align: center;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
    text-decoration: none;
}

.bi_kyo_btn:focus,
.bi_kyo_btn:hover{
    background-color: #f6bfbc;
}

.bi_kyo_btn.bi_yellow{
    background-color: #fffacd;
    border: 3px solid #f8e58c;
}

.bi_kyo_btn.bi_yellow:focus,
.bi_kyo_btn.bi_yellow:hover{
    background-color: #f8e58c;
}

.bi_kyo_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bi_kyo_col{
    flex-direction: column;
}

.bi_down_info{
    text-align: center;
    margin-bottom: 50px;
}

.bi_down_info a{
    display: inline-block;
    word-break: break-all;
    text-decoration: none;
    border-bottom: 1px dotted #1e90ff;
    color: #1e90ff;
    cursor: pointer;
}

.bi_down_info a:hover{
    border-bottom: 1px dotted #ff4500;
    color: #ff4500;
}

/** 図書フッター **/
.bi_ft_w-container{
    width: min(92%, 1200px);
    margin: auto;
    position: relative;
}

.bi_lib_footer{
    padding: 50px 0 10px;
    background-color: #ffffff;
    color: #808080;
    font-size: 15px;
}

.bi_footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.bi_footer-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0px;
}

.bi_footer-sns-img{
    width: 300px;
    height: auto;
}

.bi_footer-copy{
    font-size: 13px;
    text-align: center;
}

.bi_ft_width{
    display: inline-block;
    width: 30px;
}

.bi_i_right_10{
    padding-right: 10px;
}

@media screen and (min-width: 768px){

/** 図書フッター **/
    .bi_footer-container{
        display: grid;
        gap: 20px;
        justify-items: center;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
    }

    .bi_footer-container > .footer-site{
        margin-bottom: 10px;
    }

    .bi_footer-site-font{
        font-size: 16px;
    }

    .bi_footer-container > *:not(.bi_footer-sns){
        justify-self: start;
    }

    .bi_footer-container > .bi_footer-sns{
        grid-column: 2;
        grid-row: 1/4;
        justify-self: end;
        align-self: center;
    }

    .bi_footer-menu{
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 0px;
    }

    .bi_footer-sns-img{
        width: 400px;
        height: auto;
    }
}

@media screen and (max-width: 768px){
    .bi_br::before{
        content: "\A";
        white-space: pre;
    }
}
