﻿.siteinfo-area {
    background: var(--background-color, #FFF8DA);
    position:relative;
    z-index:0;
}


    .siteinfo-area::before {
        background: url(../../images/top1/footer_left.png);
        background-repeat: no-repeat;
        background-size: 190px;
        position: absolute;
        bottom: 0px;
        leftt: 0px;
        width: 190px;
        height: 437px;
        content: '';
        z-index:3;
    }

    .siteinfo-area::after {
        background: url(../../images/top1/footer_right.png);
        background-repeat: no-repeat;
        background-size: 213px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 213px;
        height: 419px;
        content: '';
    }




.footer-wave_area {
    width: 100%;
    height: auto;
}

    .footer-wave_area::before {
        background: url(../../images/top1/footer_wave_left.svg);
        background-repeat: no-repeat;
        background-size: 635.86px;
        position: absolute;
        top: 0px;
        leftt: 0px;
        width: 635.86px;
        height: 155.25px;
        content: '';
        z-index: -1;
    }

    .footer-wave_area::after {
        background: url(../../images/top1/footer_wave_right.svg);
        background-repeat: no-repeat;
        background-size: 635.86px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 635.86px;
        height: 155.25px;
        content: '';
        z-index: -1;
    }

@media screen and (max-width:959px) {
    .siteinfo-area {
        background: var(--background-color, #FFF8DA);
    }

}

.siteinfo-area__inner {
    max-width: 1100px;
    margin-inline: auto;
    padding: 40px 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 3;
    gap: 30px;
}

.siteinfo-area__add-inner {
    color: var(--text-color,#402306);
    padding:60px 0px;
}

.add-area {
    width: 33%;
}

.siteinfo-area__add {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 125% */
}


.site-area-info {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px 5px;
    border-bottom:2px dotted;
}

    .site-area-info span {
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 0px 0px 0px 10px;
    }


.add-contents {
    padding:10px 0px 0px 0px;
}

.siteinfo-area__tel {
}

    .siteinfo-area__tel::before {
        content: url('../../images/top1/icon_tel.png');
        position: relative;
        top: 5px;
        left: 0px;
    }


.title-area {
    width: 25%;
}

.siteinfo-area__title {
text-align:center;
}

    .siteinfo-area__title img {
        background-color:#FFF8DA;
    }


.sns-icon-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 30px 0px 0px;
    background-color: #FFF8DA;
}

.f-list01-area {
    width: 33%;
    padding: 55px 0px 0px 20px;
}

.add-sub {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 153.846% */
    padding: 10px 0px 0px;
}


.f-list01-area a {
    color: var(--text-color,#402306)
}

.f-list01-area-inner {
    margin:0px auto;
}

.f-list01-area-inner ul li {
    padding: 0px 5px;
    width: 100%;
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 0.8em;
}


    .f-list01-area-inner ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.2em;
        height: 1.2em;
        background-image: url('../../images/top1/arrow_brown.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.footer-menu {
    max-width: 620px;
    width: 100%;
    padding: 30px 0px 10px;
}

    .footer-menu a {
        color: var(--text-color,#402306)
    }


    .footer-menu ul {
        display: flex; 
        flex-wrap: wrap; 
        gap: 20px; 
        list-style: none;
        padding: 0;
    }

        .footer-menu ul li {
            position: relative;
            padding-left: 1.5em; 
        }



            .footer-menu ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 1.2em;
                height: 1.2em;
                background-image: url('../../images/index/icon_btn_arrow.png');
                background-repeat: no-repeat;
                background-size: 6px;
                background-position: center;
            }


.siteinfo-area__map {
    background-color: var(--background-color,#ffffff);
    border-radius: 4px;
    text-align: center;
    padding: 0px 12px;
    fill: #007BA8;
}

    .siteinfo-area__map a {
        color: var(--text-color,#0083B3);
    }

    .siteinfo-area__map a:visited {
        color: var(--text-color,#0083B3);
    }



    .siteinfo-area__map svg {
    position:relative;
    top:5px;
    }

    .siteinfo-area__item-title {
        border-bottom: 1px solid #ffffff;
        max-width: 500px;
        line-height: 2rem;
        font-size: 1.2rem;
        color: var(--text-color,#ffffff)
    }

.siteinfo-area__content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.siteinfo-area__item-wrap {
    max-width: 480px;
    width: 100%;
}


@media screen and (max-width:856px) {
    .siteinfo-area__inner {
        max-width: 1100px;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        z-index: 3;
        gap: 10px;
        width: calc(100% - 30px);
        top: 50px;
    }

    .title-area {
        width: 100%;
        order: 1;
    }

    .add-area {
        width: 100%;
        order: 2;
    }

    .f-list01-area {
        width: 100%;
        padding: 55px 0px 0px 0px;
        order: 3;
    }

    .footer-menu_innner {
        order: 4;
    }

    .siteinfo-area__add-inner {
        color: var(--text-color,#402306);
        padding: 0px 0px;
    }

    .sns-icon-wrap {

        padding: 10px 0px 30px;
    }

    .footer-menu {
        padding: 0px 0px 60px;
    }

}

@media screen and (max-width:959px) {
    .siteinfo-area__item-wrap {
        padding: 40px 0px 80px;
    }
    .siteinfo-area::before {
        opacity: 0.6;
    }
}


.siteinfo-area__items-name {
    max-width: 160px;
    width: 100%;
    text-indent: 1rem;
}

.siteinfo-area__items-name--right {
    max-width: 100px;
    width: 100%;
    text-indent: 1rem;
}

.siteinfo-area__items-num {
    text-indent: 1rem;
}


.cp {
    background: var(--background-color, #FBDBB5);
    color: var(--color,#402306);
    text-align: center;
    font-size: 0.8rem;
    padding: 3px 10px 3px 0px;
}

/* TOPへボタン */
#topbtn {
    position: fixed;
    right: 1rem;
    z-index: 1200;
}

@media screen and (max-width:1000px) {
    #topbtn {
        display:none;
    }

    #areabtm_sagasu {
        padding: 12px 0px 30px !important;
        position: relative;
        top: 102px;
    }

    #areabtm_visualaids {
        width: 100%;
        margin: 0px auto;
        padding: 50px 0px 30px !important;
        position: relative;
        top: 102px;
    }

    #areabtm_languages {
        width: 100%;
        margin: 0px auto;
        position: relative;
        top: 102px;
    }

    #areabtm_kensaku {
        width: 100%;
        margin: 0px auto;
        padding: 50px 0px 30px !important;
        position: relative;
        top: 102px;
    }

}

.menubtn_wrap {
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:10px;
}

.btn-item {
    width: 100px;
    border: 2px solid #D77619;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 5px;
    background: var(--background-color, #ffffff);
    font-size:0.9rem;
}

.onsei_SP .easyJapaneseVoiceReadingButton {
    position: absolute;
    top: 375px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}