﻿/* =========================================================
   ページトップボタンエリア
========================================================= */
.btn_pagetop {
    position: fixed;
    bottom: 120px;       
    right: 10px;
    z-index: 100000;
}


.btn_pagetop img {
    transition: 0.3s;
    width: 60px;
}
.btn_pagetop img:hover {
    transform: translateY(-5px);
}
@media screen and (max-width:1000px) {
    #topbtn {
        display: none;
    }

    .btn_pagetop {
        display:none;
    }
}

/* =========================================================
   コピーライトエリア
========================================================= */
#cp {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}
#cp p {
    text-align: center;
    letter-spacing: 0px;
    color: var(--text-color,#2F1500);
}
@media screen and (max-width: 1000px) {
    #cp {
        margin-bottom: unset !important;
    }
}

/* =========================================================
   フッター全体背景エリア
========================================================= */
#siteinfo {
    width: 100%;
    background-image: url(../../images/kosodate/bg-footer.png);
    background-repeat: repeat-x;
    background-position: center top;
}
@media screen and (max-width: 1000px) {
    #siteinfo {
        background-size: cover;
        background-position: top left;
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 1250px) {
    #siteinfo {
        background-size: cover;
        background-position: top left;
    }
}

/* =========================================================
   問い合わせエリア（全体）
========================================================= */
#toiawase {
    max-width: 1266px;
    margin: 0px auto;
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1250px) {
    #toiawase {
        flex-direction: column;
        max-width: 800px;
    }
}

@media screen and (max-width: 900px) {
    #toiawase {
        max-width: 930px;
        margin: 0px auto;
        display: block;
    }
}


/* =========================================================
   問い合わせエリア（左）
========================================================= */
.toiawase_left {
    margin-top: 20px;
    line-height: 2.2rem;
}
.ttl-footer {
}
@media screen and (max-width: 1250px) {
    .toiawase_left {
        text-align: center;
    }
}
@media screen and (max-width: 1200px) {
    .toiawase_left {
        margin-top: unset;
        margin-bottom: unset;
        margin-left: unset;
        margin-right: unset;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .ttl-footer {
        width: 300px;
    }
}

/* =========================================================
   問い合わせエリア（右）
========================================================= */
.toiawase_right {
    width: 770px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 200px;
    margin-top: 94px;
}
.address {
    max-width: 518px;
}
.cont-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--text-color,#2F1500) !important;
    border-bottom: 3px dotted #ACACAC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
}
.toiawase-txt, .txt-tel {
    color: var(--text-color,#2F1500) !important;
    margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
    .toiawase_right {
        margin-top: 14px;
    }
}
@media screen and (max-width: 900px) {
    .toiawase_right {
        margin-top: unset;
        margin-bottom: unset;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .toiawase_title {
        text-align: center;
    }
    .toiawase_address {
        text-align: center;
        font-size: 14px;
    }
    .toiawase_phone {
        justify-content: center;
        font-size: 14px;
    }
    .toiawase_link {
        justify-content: center;
        transform: unset;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:901px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 850px) {
    .toiawase_right {
        display: flex;
        flex-direction: column;
        flex-wrap: initial;
        max-width: 510px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    .toiawase_right {
        width: calc(100% - 120px);
        line-height: 1.8rem;
    }
}

/* =========================================================
   問い合わせリンクリスト・ボタン
========================================================= */
.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 200px;
    margin-top: 33px;
}
.link-list li {
    margin-bottom: 12px;
}
.link-btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
    padding-left: 67px;
    background-color: var(--background-color,#fff);
    color: var(--text-color,#333);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 24px;
    transition: background-color 0.2s ease;
}
.link-btn {
    color: var(--text-color,#333) !important;
}
/* hover */
.link-btn:hover {
    background-color: var(--background-color,#FFF6F6);
}
/* 疑似要素：左側アイコン */
.icon-toiawase::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 26px;
    transform: translateY(-50%);
    width: 27px;
    height: 24px;
    background-color: var(--text-color,#FF8E8E);
    -webkit-mask-image: url("../../images/kosodate/icon-otoiawase.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("../../images/kosodate/icon-otoiawase.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
}
.icon-situmon::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 24px;
    transform: translateY(-50%);
    width: 33px;
    height: 24px;
    background-color: var(--text-color,#FF8E8E);
    -webkit-mask-image: url("../../images/kosodate/icon-situmon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("../../images/kosodate/icon-situmon.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
}
@media screen and (max-width: 850px) {
    .link-list {
        margin: 0 auto;
        margin-top: 20px;
    }
}




/* =========================================================
   ボトムナビエリア調整（サイトごとに色味調整等）
========================================================= */

/*文字・アイコン色*/
#bottom_navi .bottom_menu_item a {
    color: var(--text-color,#333) !important;
}

#bottom_navi .bt_icon {
    color: var(--text-color,#D53F3F) !important;
}


/*展開メニュー背景*/
.active_btmpanel {
    background-color: var(--background-color,#F0F0F0);
}

/*展開メニュー文字色*/
.sagasulist li a {
    color: var(--text-color,#43290F) !important;
}

/*展開メニュービュレット色*/
#areabtm_sagasu ul a::before {
    background-color: var(--text-color,#FF9A9A);
}

/*閉じるボタン*/
.close_btn {
    background-color: var(--background-color,#FFF);
}
/*閉じるボタン*/
.siteSearchArea .svg-inline--fa.fa-w-16 {
    color: var(--background-color,#43290F)!important;
}


/*フッタメニュー内調整*/

@media (max-width: 1000px) {

    .font-size_wrap {
        margin: 0 auto;
        display: block;
        max-width: 280px;
    }

    .haikei_wrap {
        margin: 0 auto;
        display: block;
        max-width: 270px;
    }

    #mainFontSizeSel {
        margin-bottom: 20px;
    }

    .siteSearchArea {
        width: 220px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }


    .onsei_SP {
        display: flex;
    }

    .easyJapaneseButtonArea {
        gap: 10px;
    }

    .lang_title {
        background-color: transparent;
    }

    #areabtm_sagasu ul a {
        padding-left: 40px;
    }

        #areabtm_sagasu ul a::before {
            left: 13px;
        }

    .sagasu_title {
        border-bottom: initial;
    }

    .close_btn a {
        color: var(--text-color,#43290F) !important;
    }

    .close_btn {
        border:2px solid var(--text-color,#FF9A9A);

    }


    #areabtm_sagasu {
        padding: 12px 0px 30px !important;
        position: relative;
        top: 80px;
    }

    #areabtm_visualaids {
        position: relative;
        top: 80px;
    }

    #areabtm_visualaids {
        padding: 10px 0px 30px !important;
    }

    #areabtm_languages {
        position: relative;
        top: 80px;
    }


    #areabtm_kensaku {
        position: relative;
        top: 80px;
    }

    #areabtm_kensaku {
        padding: 0px 0px 30px !important;
    }


    .lang_title {
        margin: -10px auto 0px;
        padding: 10px 0px;
        width: 93%;
    }

    .close_btn {
        margin: 0px auto;
    }


    #areabtm_kensaku .close_btn {
        margin-top: 30px;
    }

    #areabtm_visualaids .close_btn {
        margin-top: 30px;
    }


    .bootstrap-scope .input {
        min-width: 200px !important;
        margin-right: 10px !important;
    }

}
/*フッタメニュー内調整*/
.onsei_SP .easyJapaneseVoiceReadingButton {
    position: absolute;
    top: 317px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}