﻿@import url(./default_body.css);


/* body */
body {
    background-color: var(--background-color,#FFFDF4);
}

/*jQuery フェードイン*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}

#index_wrap {
    height: 100vh;
}

/* Foreign language */
.icon_foreign {
    position: relative;
    top: -7px;
    left: -7px;
}

/* 検索 */
.siteSearchArea .svg-inline--fa.fa-w-16 {
    color: #D77619 !important;
    padding: 0px;
    font-size: 1em;
    position: relative;
    top: 7px;
    left: -14px;
}

.bootstrap-scope .IZ-select .IZ-select__input {
    height: 35px;
}

.bootstrap-scope .input {
    min-width: 140px;
    height: 100%;
    min-width: 226px !important;
    width: 226px !important;
    margin-top: 10px;
    position: relative;
    top: 2px;
    left: 23px;
}


/* メインビジュアル */
#mainvisual {
    width: 100%;
    /*background: url("../images/index/main01.jpg") no-repeat center;*/
    /* background:url("../images/index/YTPlayer_yoko.png");*/
    z-index: 2;
    position: relative;
    background-size: cover;
    overflow: hidden;
    height: 690px;
    aspect-ratio: 1366/650;
}

/*背景動画（mp4）*/
#mainvisual_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

#bgmvfilter {
    width: 100%;
    background: url("../images/index/YTPlayer_dot.png");
    opacity: 0.9;
    z-index: 4;
    height: 770px;
    position: relative;
}

#logo {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 5;
    width: 220px;
    margin: 0px 0px 0px 20px;
}


/*#logo {
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: 5;
    width: 200px;
    margin: 0px 0px 230px;
}*/

/*背景動画*/
#wrapper_bgmv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    #wrapper_bgmv::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(18,51,100,0.1);
        background-image: radial-gradient(#123364 2%, transparent 2%), radial-gradient(#123364 2%, transparent 2%);
        background-size: 5px 5px;
        background-position: 0 0, 10px 10px;
    }

/* ランダム背景画像 */
/*#haikei {
    background-attachment: fixed;*/ /* 背景画像の位置固定 */
/*background-size: cover;*/ /* 縦横比は保持して、背景領域を背景画像で完全に覆う */
/*}

.haikei01 {
    background: url("../images/index/main01.jpg") no-repeat center -1px;
}

.haikei02 {
    background: url("../images/index/main01.jpg") no-repeat center -1px;
}

.haikei03 {
    background: url("../images/index/main01.jpg") no-repeat center -1px;
}

.haikei04 {
    background: url("../images/index/main01.jpg") no-repeat center -1px;
}

.mainvisual_bottom {
    background: url("../images/index/nami.png") no-repeat;
    background-size: auto;
    background-size: auto;
    bottom: 0px;
    height: 86px;
    width: 100%;
    padding: 0px;
    position: absolute;
    z-index: 51;
    text-align: center;
    background-size: cover;
}*/


/*:::::::::::::::::::::::::
 * ヘッダー
 *::::::::::::::::::::::::*/

.site_name_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 420px;
    text-align: center;
    padding-top: 0px;
}


#headerMenu {
    margin: 0px 0px auto auto;
    height: 70px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 24px;
    right: 8%;
    width: 100%;
    max-width: 818px;
    background-color: var(--background-color, rgba(248, 248, 248, 0.6));
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50px;
}

    #headerMenu img {
        vertical-align: top;
    }

.headMenuTtl {
    font-size: 14px;
    color: #333333;
    padding: 6px 0px 0px 0px;
}

@media screen and (max-width: 1280px) {
    #headerMenu {
        top: 160px;

    }

    .site_name_wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

/* Foreign */



#foreign a {
    background: rgba(0, 0, 0, 0) url("../images/top1/icon_foreign.png") no-repeat scroll 0 6px;
    padding: 5px 0px 0px 28px;
    line-height: 22px;
}

.select-box01 select {
    float: left;
    width: 160px;
    padding: 2px;
    margin: 7px 0px 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url("../images/top1/arrow_gray.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F7F7F7 100%);
    background: url("../images/top1/arrow_gray.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F7F7F7 100%);
    background-size: 26px, 24px;
}

.select-box01 {
    position: relative;
    top: -11px;
}

    .select-box01 a {
        color: #04628B !important;
    }

    .select-box01 .dropmenu {
        *zoom: 1;
        list-style-type: none;
        width: 100%;
        margin: 5px auto;
        padding: 0;
    }

        .select-box01 .dropmenu img {
            padding-top: 3px;
            padding-bottom: 4px;
        }

        .select-box01 .dropmenu span {
            font-size: 1rem;
            color: var(--text-color,#333333);
        }


        .select-box01 .dropmenu:before, .dropmenu:after {
            content: "";
            display: table;
        }

        .select-box01 .dropmenu:after {
            clear: both;
        }

        .select-box01 .dropmenu ul {
            border: 1px solid #04628B;
            padding: 0px 0px 0px 5px;
        }

        .select-box01 .dropmenu li {
            position: relative;
            width: 95%;
            margin: 0;
            padding: 0px 0px 0px 0px;
            text-align: center;
        }

            .select-box01 .dropmenu li a {
                display: block;
                margin: 0;
                padding: 3px 0px 11px 15px;
                text-decoration: none;
                font-size: 15px;
                height: 20px;
                color: #fff;
            }

            .select-box01 .dropmenu li ul {
                list-style: none;
                position: absolute;
                z-index: 9999;
                top: 100%;
                left: 0px;
                margin: 18px auto 0px;
                padding: 0;
            }

                .select-box01 .dropmenu li ul li {
                    width: 100%;
                    background: #fff
                }

                    .select-box01 .dropmenu li ul li a {
                        padding: 5px 5px;
                        border-top: 1px solid #04628B;
                        background: #fff;
                    }

                        .select-box01 .dropmenu li ul li a.topsub {
                            border-top: none !important;
                        }


.sub-menu {

}
.select-box01 .sub-menu ul {
    padding: 10px 0px;
}

    .select-box01 .sub-menu li a:hover {
        background: #DBEDF9;
    }

    .select-box01 .dropmenu ul img {
        margin-left: 3px;
    }

    /* Foreign Language メニュー表示 */
    .select-box01 #normal li ul {
        left: -1000em;
    }

    .select-box01 #normal li:hover ul,
    .select-box01 #normal ul.focused {
        left: 0em;
        width: 170px;
    }


.logo_wrap {
    left: 12%;
    /*transform: translateX(-50%);*/
    position: absolute;
    top: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1341px) {
    .logo_wrap {
        transform: translateX(-50%);
    }
}

@media screen and (max-width:1340px) {
    .logo_wrap {
        transform: translateX(0%);
    }
}

@media screen and (max-width:767px) {
    .logo_wrap {
        transform: translateX(-50%);
    }
}

.catch img {
    text-align: center;
    width: 342px;
}


.wrap_mainvidual_about {
    position: relative;
}


/*:::::::::::::::::::::::::
 * メニュー 
 *::::::::::::::::::::::::*/
#menu_wrap {
    position: relative;
    width: 1120px;
    height: auto;
    z-index: 100;
    bottom: 175px;
    left: 0;
    margin: 0 auto;
}

.menu {
    max-width: 1208px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 40px;
}

    .menu a {
        text-decoration: none;
        color: var(--text-color,#333333);
    }

.menu_btn01 {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: var(--background-color,#FFF3C8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    outline: 2px dotted #E58D00; /*outlineでドットの線を追加*/
    outline-offset: -10px; /*outline-offsetの値を-10pxにして内側に調整*/
    transition-duration: 0.5s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


    .menu_btn01:hover {
        background-color: var(--background-color,#ffffff);
        transform: scale(1.1);
    }

.menu_btn {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--background-color,#ffffff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    outline: 2px dotted #E58D00; /*outlineでドットの線を追加*/
    outline-offset: -10px; /*outline-offsetの値を-10pxにして内側に調整*/
    transition-duration: 0.5s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}


    .menu_btn:hover {
        background-color: var(--background-color,#FFF3C8);
        transform: scale(1.1);
    }

.menu_btn02 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--background-color,#ffffff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    outline: 2px dotted #E58D00; /*outlineでドットの線を追加*/
    outline-offset: -10px; /*outline-offsetの値を-10pxにして内側に調整*/
    transition-duration: 0.5s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    bottom: 80px;
    position: relative;
}


    .menu_btn02:hover {
        background-color: var(--background-color,#FFF3C8);
        transform: scale(1.1);
    }




.menu_item01 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-color,#333333);
}

.menu_item {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color,#333333);
}


.menu_line {
    width: 28px;
    height: 3px;
    background: #E58D00;
    margin: 3px auto 0px;
}



.menu_kosodate {
    position: relative;
    top: -9px;
}

    .menu_kosodate img {
        position: relative;
        top: 4px;
    }

    .menu_kosodate img {
        position: relative;
        top: 4px;
    }

.menu_kanko {
    position: relative;
    top: 5px;
}

.menu_btn a:hover {
    position: relative;
    top: 1px;
    left: 1px;
}



figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

    figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (max-width: 1024px) {
    #menu_wrap {
        width: 100%;
        margin: 0 auto;
        top: -143px;
    }
    .menu {

        gap: 10px;
    }
}

/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/
#main {
    max-width: 1200px;
    margin: 0px auto;
}

#kinkyu {
    width: 61%;
    float: left;
    border: solid 1px #D80C18;
    background: #FCE4DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#kinkyuTtl {
    padding: 7px 0px 7px 10px;
    background-color: #D0121B;
}

    #kinkyuTtl a {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.1em;
    }

#kinkyu ul {
    padding: 5px 10px;
}

    #kinkyu ul li {
        padding: 5px 0px;
    }

p.koshin {
    font-size: 0.9em;
}

p.nodata {
    padding: 7px 10px;
}

.btn_bousai {
    background: url("../images/index/icon_bousai.png") 15px 10px no-repeat;
    width: 170px;
    text-align: center;
    padding: 12px 0px 9px 18px;
    height: auto;
    background-position: 17px 14px;
    height: 50px;
    box-sizing: border-box;
    background-size: 30px;
}

    .btn_bousai span {
        padding: 0px 0px 0px 15px;
    }

#headerMenu a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}


.acc_wp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

/*.onsei {
    display:flex;
    flex-direction:column;
    gap:5px;
}*/

.yasashii_wp {
    width: 120px;
    border: 1px solid #BFBFBF;
    background-color: var(--background-color,#ffffff);
    font-size: 0.9rem;
    text-align: center;
    position: relative;
}

    .yasashii_wp:hover {
        background-color: var(--background-color,#f8f4e6);
        border-radius: 10px;
    }

.easyJapaneseButtonArea {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.easyJapaneseButton,
.easyJapaneseResetButton {
    width: 120px;
    border: 1px solid #BFBFBF;
    background-color: var(--background-color,#ffffff);
    font-size: 0.9rem;
    text-align: center;
}

    .easyJapaneseButton:hover,
    .easyJapaneseResetButton:hover {
        background-color: var(--background-color,#f8f4e6);
        border-radius: 10px;
    }

.easyJapaneseVoiceReadingButton {
    position: absolute;
    top: 78px;
    right: 250px;
}

.easyJapaneseVoiceReadingButton {
    display: none;
}



.change_title {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 0px 0px 5px;
}

    .change_title:before,
    .change_title:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #666;
    }

    .change_title:before {
        margin-right: 1rem;
    }

    .change_title:after {
        margin-left: 1rem;
    }

.headbtn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 8px;
}
.headbtn_text {
    font-size:0.9rem;
}

.headbtn_text_L {
    font-size: 0.95rem;
    margin: 3px 0px 0px 0px;
}

.headbtn_wrap:hover {
    background-color: var(--background-color,#f8f4e6);
    border-radius: 10px;
}


/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/
#foreignSP {
    display: none;
    width: 96%;
    margin: 6px auto 5px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus.png") 98% center no-repeat;
        background-color: var(--background-color,#ffffff);
        background-size: 25px 25px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus.png") 98% center no-repeat;
        background-color: var(--background-color,#ffffff);
        background-size: 25px 25px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            font-weight: bold;
            text-decoration: none;
            margin: 0px;
        }

    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #D77619 !important;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle a {
        border: 1px solid #D77619;
        padding: 10px 8px 10px 12px !important;
        color: var(--text-color, #402306);
        display: block;
        height: 100%;
        font-weight: bold;
    }

#foreignDsp {
    width: 99%;
    margin: 0px auto;
    padding: 2px 0px 4px 0px;
    display: none;
}

    #foreignDsp ul {
        width: 100%;
        margin: 0px auto;
    }

        #foreignDsp ul li {
            padding: 0px;
            width: 49%;
            margin: 1px 0px 0px 3px !important;
            float: left;
            background: url("../images/foreign_ya.png") no-repeat 95% center #ffffff;
            background-size: 10px 13px;
            border: 1px solid #D77619;
            box-sizing: border-box;
        }

            #foreignDsp ul li a {
                width: 70%;
                line-height: 2.4em;
                display: block;
                padding: 0px !important;
                margin-left: 15px !important;
                color: #2A82BC;
                text-decoration: none;
            }


.search_keyword_wrap {
    padding: 0px 15px;
}

.search_keyword_title {
    color: #fff;
    text-align: left;
    padding: 5px 0px 5px 0px;
}

.search_keyword_item {
    border-top: 1px solid #fff;
    padding: 7px 0px 0px 0px;
}

    .search_keyword_item span a {
        color: #fff !important;
        text-decoration: none;
    }

.siteSearchArea {
    padding: 0px 0px 8px;
    margin: 0px auto !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

#mainSearch03{
    position:absolute;
    top:105px;
    right:7%;
    width:300px;
    z-index:100;
}


/*:::::::::::::::::::::::::
 * サイト内検索
 *::::::::::::::::::::::::*/
#mainSearch03 {
    padding: 0px;
}

input.searchBox {
    height: 30px;
    width: 80%;
    margin: 10px 0px 10px 15px;
    vertical-align: middle;
    letter-spacing: normal;
    border: solid 1px #CCCCCC;
    padding: 3px 2px;
    font-size: 13px;
}

.searchver2-input {
    height: 35px !important;
    width: 280px !important;
}

input.btnSearch {
    margin: 15px 15px 15px 0px;
    padding: 0px;
    vertical-align: middle;
    letter-spacing: normal;
}

.bootstrap-scope .IZ-select .IZ-select__input {
    border-radius: 50px;
}

.bootstrap-scope .IZ-select__input {
    border: 0px solid #7f7f7f !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.bootstrap-scope .btn-gray {
    color: #800000 !important;
    background-color: unset !important;
}

.bootstrap-scope .IZ-select__input input {
    font-size: 0.9em !important;
    padding-left: 10px !important;
}

.bootstrap-scope .btn {
    border: 0px solid transparent !important;
}

.serch_box {
    max-width: 440px;
    margin: 0px auto;
    padding: 25px 0px 10px;
}


.bootstrap-scope .input-group-append {
    width: 28px !important;
    height: calc(100% - -3px) !important;
}

    .bootstrap-scope .input-group-append button {
        font-size: 1.5rem !important;
        letter-spacing: 0;
    }


/* 問合せ先 */
#footerBg {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
}


    #footerBg::before {
        background: url(../images/index/circle_left.png);
        background-repeat: no-repeat;
        background-size: 222px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 222px;
        height: 272px;
        content: '';
        z-index: -1; /* 追加: z-indexを負の値に設定 */
    }


    #footerBg::after {
        background: url(../images/index/circle_right.png);
        background-repeat: no-repeat;
        background-size: 263px;
        position: absolute;
        top: 0px;
        right: 0;
        width: 263px;
        height: 303px;
        content: '';
        z-index: -1; /* 追加: z-indexを負の値に設定 */
    }




#siteinfo {
    padding: initial;
    font-size: 0.9em;
    position: relative;
    max-width: 1100px;
    margin: 0px auto;
    box-sizing: border-box;
    top: 55px;
}

.wrap_fooert_2cont {
    margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: red;
    width: 640px;
}


.footer_left {
    width: 564px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer_right {
    width: 210px;
    height: 76px;
}



.wrap_footer_2cont {
    padding: 16px 0px 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--background-color, rgba(248, 248, 248, 0.8));
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    gap: 30px;
}


.houjin {
    color: var(--text-color,#402306);
    font-size: 1rem;
}

.sns_item img {
    width: 24px;
}

.sns_icon {
    display: flex;
    justify-content: flex-start;
    margin-top: 13px;
    margin-left: auto;
    gap: 19px;
    align-items: center;
}


.title_item img {
/*    background-color: #FFFDF4;
*/}


.toiawasenaiyou {
    line-height: 1.6em;
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: 1.6px;
}



#toiawasenaiyou h4 {
    font-size: 2.7em;
}

/* テキストリンク */
ul#footertextlink {
    letter-spacing: -.4em;
    border: solid 1px #CCCCCC;
    padding: 10px 20px;
    float: left;
    margin: 15px 0px 5px;
    background: #FFFFFF;
    width: 100%;
    text-align: center;
}

    ul#footertextlink li {
        letter-spacing: normal;
        display: inline-block;
        border-right: solid 1px #CCCCCC;
        padding: 0px 10px;
    }

        ul#footertextlink li:last-child {
            border: none;
        }

/* ページトップへ */
#pagetop {
    position: absolute;
    top: 0px;
    right: 0px;
}
/* copyright */
#cp {
    margin: 0px auto;
    font-size: 0.7em;
    padding: 10px 0px 7px;
    text-align: center;
    font-size: 0.75em;
    max-width: 1100px;
    position: relative;
    top: 55px;
}



/*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
.my-green {
    color: #00623D
}

.my-white {
    color: #ffffff
}

.my-gold {
    color: #BFA536
}

.my-mint {
    color: #32BEBE
}

.my-blue {
    color: #0099CC
}

.my-brown {
    color: #7b5315;
}

/* 背景動画のコントロールボタン */
div#controlArea {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 999;
}

    div#controlArea a {
        color: #333333;
    }

        div#controlArea a.active {
            display: none;
        }

/* リダイレクトリンク */
div#redirectlink {
    font-size: 0.9em;
    margin: 15px auto;
    line-height: 1.5em;
    display: none;
}

/* スライドビューワ */
#slidArea {
    width: 100%;
    margin: 0px auto;
    float: none;
    height: 650px;
    z-index: -1;
    position: relative;
}

    #slidArea img {
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /*IE対策*/
        height: 690px;
    }

@media screen and (min-width:768px) {

    #slidArea {
        min-height: 500px;
    }
}

@media screen and (max-width:767px) {

    #slidArea {
        min-height: 250px;
    }

        #slidArea img {
            width: 100%;
            height: 60vh;
            object-fit: cover;
            font-family: 'object-fit: cover;'; /*IE対策*/
        }
}

.bx-controls-auto a {
    margin: 4px 0px 0px 5px !important;
}

.bx-wrapper .bx-pager {
    bottom: 10px !important;
}


/*:::::::::::::::::::::::::
 * 市の紹介エリア
 *::::::::::::::::::::::::*/
.about_area {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10; /* 追加: z-indexを設定 */
}

    .about_area::before {
        background: url(../images/index/about_circle.png);
        background-repeat: no-repeat;
        background-size: 409px;
        position: absolute;
        top: -50px;
        left: 0;
        width: 409px;
        height: 281px;
        content: '';
        z-index: -1; /* 追加: z-indexを負の値に設定 */
    }


    .about_area::after {
        background: url(../images/index/img_map.png);
        background-repeat: no-repeat;
        background-size: 658px;
        position: absolute;
        top: -50px;
        right: 0;
        width: 658px;
        height: 592.439px;
        content: '';
        z-index: -1; /* 追加: z-indexを負の値に設定 */
    }

.inner_about {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0px 0px;
}


.ttl_welcome {
    width: 371px;
    margin: 0 auto;
    position: relative; /* 必要に応じて追加 */
    z-index: 2; /* 必要に応じて追加 */
    left: 85px;
}

.ttl_welcomeSP_wrap {
    display: none;
}

.about_text p {
    font-size: 1.25em;
    line-height: 2em;
    font-weight: 500;
}

.about_text {
    width: 600px;
    margin-top: 20px;
    padding-left: 0px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color,#2D2700);
}

/*ボタンここから*/

.btn_wrap { /*
    background-color: green;*/
    width: 640px;
    display: flex;
    margin-top: 20px;
}



.mottomirubuttonarea {
    margin: 0 auto;
    text-align: center;
}

    .mottomirubuttonarea a {
        display: inline-block;
        text-decoration: none;
    }

.mottomirubutton p {
    font-size: 1em;
    padding-right: 10px;
}

.btn_iju {
    padding-right: 28px !important;
}




.mottomirubutton {
    background-image: url("../images/index/icon_btn_arrow.png");
    background-color: var(--background-color,#ffffff);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 155px;
    padding: 5px;
    margin: 0 auto;
    transition-duration: 0.2s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    box-sizing: border-box;
    border: 3px solid #FEC082;
    right: 1px;
    background-position: 123px 14px;
}


    .mottomirubutton p {
        color: var(--text-color,#402306);
        font-weight: 500;
    }

    .mottomirubutton:hover {
        background-image: url("../images/index/icon_btn_arrow.png");
        background-size: 6px;
        background-color: var(--background-color,#f8f4e6);
        background-repeat: no-repeat;
        background-position: 130px 14px;
    }


.wave_area {
    width: 100%;
    height: auto;
}

    .wave_area::before {
        background: url(../images/index/wave_left.svg);
        background-repeat: no-repeat;
        background-size: 635.86px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 635.86px;
        height: 155.25px;
        content: '';
    }

    .wave_area::after {
        background: url(../images/index/wave_right.svg);
        background-repeat: no-repeat;
        background-size: 635.86px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 635.86px;
        height: 155.25px;
        content: '';
    }

@media screen and (max-width: 1024px) {
    .about_area::after {
        background: url(../images/index/img_map.png);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 479px;
        position: absolute;
        top: -50px;
        right: 0;
        width: 388px;
        height: 592.439px;
        content: '';
        z-index: -1;
    }
}

@media screen and (max-width:1120px) {


    .about_text p {
        font-size: 1em;
    }

    .about_text {
        width: 517px;
        margin-top: 30px;
        padding-left: 160px;
    }

    .btn_wrap {
        width: 470px;
        display: flex;
        margin-top: 30px;
        position: relative;
    }

    .about_text {
        padding-left: 0px;
    }

    .inner_about {
        width: 800px;
    }

    .about_area {
        height: 480px;
    }
}


@media screen and (max-width:850px) {

    .hachamaruBtn {
        top: 364px;
        right: 4%;
    }

    .ttl_welcomesp1 {
        width: 200px;
    }

    .ttl_welcomesp2 {
        width: 200px;
    }

    .inner_about {
        width: 700px;
    }

    .ttl_welcomeSP_wrap {
        display: block;
        width: 460px;
        height: 110px;
    }

    .ttl_welcomesp1 {
        width: 450px;
    }

    .ttl_welcomesp2 {
        width: 300px;
        padding-left: 7px;
        position: relative;
        top: -16px;
    }

}

@media screen and (max-width:768px) {
    .about_area::before {
        background-repeat: no-repeat;
        background-size: 276px;
        position: absolute;
        top: -5px;
        right: 0;
        width: 276px;
        height: 389px;
        content: '';
        z-index: -1;
    }

    .about_area::after {
        background-size: 350px;
        position: absolute;
        top: -74px;
        right: 0px;
        width: 350px;
        height: 300px;
        content: '';
        z-index: -1;
    }

    .ttl_welcome {
        width: 290px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        left: 10%;
        top: 32px;
    }



    .inner_about {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .ttl_welcomesp2 {
        margin: 0 auto;
        display: block;
    }

    .wave_area::before {
        background-size: 400px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        max-width: 400px;
        height: 70px;
        content: '';
    }

    .wave_area::after {
        background-size: 400px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        max-width: 400px;
        height: 70px;
        content: '';
    }

    .btn_wrap {
        flex-direction: column;
        width: 100%;
        max-width: 234px;
        margin: 0 auto;
        margin-top: 24px;
    }



    .about_text {
        padding-left: 0px;
        max-width: 361px;
    }

    .about_text {
        padding-left: 0px;
        max-width: 361px;
        margin: 0 auto;
        padding-top: 47px;
    }

    .about_area {
        height: 485px;
        padding-top: 110px;
    }
}

@media screen and (max-width:410px) {
    .about_area::after {
        background-size: 350px;
        position: absolute;
        top: -44px;
        right: 0px;
        width: 350px;
        height: 300px;
        content: '';
        z-index: -1;
    }

    .ttl_welcome {
        width: 290px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        left: 0;
        top: 32px;
    }

    .inner_about {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .ttl_welcomesp2 {
        margin: 0 auto;
        display: block;
    }

    .wave_area::before {
        background-size: 350px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        max-width: 350px;
        height: 70px;
        content: '';
    }

    .wave_area::after {
        background-size: 350px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        max-width: 350px;
        height: 70px;
        content: '';
    }

    .btn_wrap {
        flex-direction: column;
        width: 100%;
        max-width: 234px;
        margin: 0 auto;
        margin-top: 24px;
    }

    .about_text {
        padding-left: 0px;
        max-width: 350px;
    }

    .about_text {
        padding-left: 0px;
        max-width: 350px;
        margin: 0 auto;
        padding-top: 47px;
    }

    .about_area {
        height: 485px;
        padding-top: 110px;
    }
}


.wrap_2con {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    justify-content: space-around;
}

.miryoku_text p {
    font-size: 1.313em;
    color: #fff;
}



.miryoku_text {
    width: 400px;
    text-align: center;
    line-height: 2.5em;
    letter-spacing: 0.05em;
    margin-top: 10px;
}


.con_left {
    position: relative;
    bottom: -38px;
}

    .con_left h2 {
        width: 400px;
        text-align: center;
    }

.con_right {
    height: 225px;
    position: relative;
    bottom: -80px;
}

/* もっとみるボタン２; */

.mottomirubuttonarea2 {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 70px;
}

    .mottomirubuttonarea2 a {
        display: inline-block;
        text-decoration: none;
    }

.mottomirubutton2 p {
    font-size: 1.188em;
    padding-top: 4px;
    padding-right: 10px;
}


.mottomirubutton2 {
    background-image: url("../images/index/icon_btn_arrow_w.png");
    background-color: #06558A;
    background-size: 22px;
    background-repeat: no-repeat;
    width: 245px;
    padding: 12px;
    margin: 0 auto;
    transition-duration: 0.3s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    box-sizing: border-box;
    height: 60px;
    border: 2px solid #fff;
    right: 1px;
    background-position: 199px 19px;
}


    .mottomirubutton2 p {
        color: #fff;
        font-weight: 500;
    }

    .mottomirubutton2:hover {
        background-image: url("../images/index/icon_btn_arrow_w.png");
        background-size: 22px;
        background-color: #034673;
        background-repeat: no-repeat;
        background-position: 203px 19px;
    }



@media screen and (max-width:1120px) {
    .ttl_movie {
        width: 224px;
    }

    .miryoku_text {
        line-height: 1.8em;
        margin-top: 10px;
    }

        .miryoku_text p {
            font-size: 1.1em;
        }

    .con_left h2 {
        width: 240px;
        margin: 0 auto;
    }

    .miryoku_text {
        width: 340px;
        margin: 0 auto;
        margin-top: 11px;
    }

    .con_left {
        height: 198px;
    }


    .con_left {
        bottom: -66px;
    }

    .con_right {
        bottom: -66px;
    }

    .mottomirubutton2 {
        width: 214px;
        background-position: 174px 14px;
        height: 50px;
    }

        .mottomirubutton2:hover {
            width: 214px;
            background-position: 176px 14px;
            height: 50px;
        }

        .mottomirubutton2 p {
            font-size: 1em;
            padding-top: 0px;
        }
}

@media screen and (max-width:900px) {


    .con_right {
        width: 400px;
    }

    .wrap_2con {
        max-width: 720px;
    }
}

@media screen and (max-width:767px) {
    .wrap_2con {
        max-width: 660px;
    }

    .con_left {
        width: 330px;
    }

    .con_right {
        width: 300px;
        height: 230px;
        margin-top: 50px;
    }
}


@media screen and (max-width:767px) {

    .wrap_2con {
        flex-direction: column;
        align-items: center;
        width: auto;
        margin: 0 auto;
        padding-top: 0px;
    }

    .con_left {
        width: 300px;
    }

    .con_right {
        margin-top: 20px;
    }

    .movie_area {
        background: linear-gradient(0deg,#378FB7 0%,#378FB7 71%,#fff 71%,#fff 100%);
        height: 630px;
    }

    .miryoku_text {
        width: 300px;
        margin: 0 auto;
        margin-top: 24px;
    }

        .miryoku_text p {
            font-size: 0.95em;
        }
}




/* 記事スライダー start  */
#kijislider {
    padding: 0px;
    height: 100%;
    margin: 0px auto;
}

@media screen and (min-width:1151px) {
    .con_left {
        width: 400px;
    }

    .con_right {
        width: 680px;
    }

    #kijislider {
        width: 100%;
    }
}

@media screen and (max-width:1150px) {

    .wrap_2con {
        max-width: 800px;
    }


    .con_right {
        width: 400px;
    }

    #kijislider {
        max-width: 342px !important;
        margin: 20px auto;
    }
}

@media screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */

}

#kijislider img {
    width: 340px !important;
    max-width: 340px !important;
    box-shadow: 0px 3px 10px rgba(165, 165, 165, 0.25);
}

    #kijislider img.slider_newWinOpn {
        width: 0px !important;
        height: 0px !important;
    }

    #kijislider img.slider_newWinOpn_txt {
        width: auto !important;
        height: auto !important;
        display: initial;
    }

#kijislider .youtubeTag iframe {
    width: 340px !important;
    max-width: 340px !important;
    max-height: 191px !important;
    aspect-ratio: 16 / 9 !important;
    box-shadow: 0px 3px 10px rgba(165, 165, 165, 0.25);
}

#kijislider .youtubeTag span {
    display: block;
    font-size: 0.8em;
    text-align: center;
}

#kijislider .youtubeTag .slider_newWinOpn {
    display: normal !important;
}

#kijislider .slick-initialized .slick-slide {
    display: block;
    margin: 0px 10px;
}


/*戻るボタン＜*/
#kijislider .slick-prev {
    left: -7px !important;
    z-index: 1;
}

    #kijislider .slick-prev::before {
        content: '';
        width: 39px;
        height: 39px;
        background: #D5D4D4 0% 0% no-repeat padding-box;
        border-radius: 50%;
        position: absolute;
        top: 40%;
        left: -13px;
        margin-top: -16px;
        opacity: 1 !important;
    }

    #kijislider .slick-prev::after {
        content: '';
        width: 13px;
        height: 13px;
        position: absolute;
        top: 16%;
        right: 3px;
        border-top: 3px solid #378FB7;
        border-right: 3px solid #378FB7;
        transform: rotate(225deg);
    }

/*進むボタン＞*/
#kijislider .slick-next {
    right: -7px !important;
    z-index: 1;
}

    #kijislider .slick-next::before {
        content: '';
        width: 39px;
        height: 39px;
        background: #D5D4D4 0% 0% no-repeat padding-box;
        border-radius: 50%;
        position: absolute;
        top: 40%;
        right: -13px;
        margin-top: -16px;
        opacity: 1 !important;
    }

    #kijislider .slick-next::after {
        content: '';
        width: 13px;
        height: 13px;
        position: absolute;
        top: 16%;
        left: 3px;
        border-top: 3px solid #378FB7;
        border-right: 3px solid #378FB7;
        transform: rotate(45deg);
    }


#kijislider .kijislider_koushinDay,
#kijislider .kijislider_kijititle,
#kijislider .kijislider_yttitle_link,
#kijislider .slick_toggle_wrap,
#kijislider .slick-dots {
    display: none !important; /* 非表示 */
}
/* 記事スライダー end */


.cp_sp {
    display: none;
}



/*フッター*/

.footer_logo {
}

.zip_txt, .add_txt, .tel, .fax, .kaichou_txt {
    color: var(--text-color,#402306);
}

.tel, .fax {
    font-size: 1.1em;
    margin-top: 5px;
    padding-left: 0px;
}

.wrap_tel_fax {
    display: flex;
}

.tel {
    position: relative;
    font-size:0.9rem;
}

    .tel::before {
        background: url(../images/index/icon_tel.png);
        background-repeat: no-repeat;
        background-size: 15px;
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 15px;
        height: 24px;
        content: '';
    }

.fax {
    position: relative;
    margin-left: 18px;
}

    .fax::before {
        background: url(../images/index/icon_fax.png);
        background-repeat: no-repeat;
        background-size: 22px;
        position: absolute;
        left: -6px;
        bottom: 3px;
        width: 22px;
        height: 24px;
        content: '';
    }

.btn_otoiawase {
    display: block;
    background-color: #fff;
    color: #06558A;
    padding: 5px 5px 5px 12px;
    width: 208px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.042em;
    text-decoration: none;
    border: 1px solid #06558a;
    letter-spacing: 0.1em;
}

    .btn_otoiawase::after {
        background: url(../images/index/arrow_b2.png);
        background-repeat: no-repeat;
        background-size: 7px;
        position: absolute;
        right: 11px;
        bottom: 8px;
        width: 7px;
        height: 12px;
        content: '';
    }


/* レスポンシブ対応 */
@media screen and (max-width:1200px) {
    .select-box01 {
    }

    .menu {
        padding: 0px 0px;
    }

    #main {
        padding: 0px 10px;
    }
}

@media screen and (max-width:1170px) {
    input.searchBox {
        width: 70%;
    }
}

@media screen and (max-width:1026px) {
    #kinkyu, #search {
        float: none;
        width: auto;
    }

    #mainSearch03 {
        padding: 0px 0px 0px 0px;
        margin: 0px auto;
    }

    #siteinfo {
        background: none;
    }
}

@media screen and (max-width:1000px) {

    #headerMenu {
        display: none;
    }

    #mainSearch03 {
        display: none;
    }


    .menu {
        display: none;
    }
}


/*.menu_SP {
    display: none;
}*/


/* スマホ用 */
@media screen and (max-width:767px) {

    #footerBg::before {
        bottom: 0px;
        top:unset;
    }


    .wrap_footer_2cont {
        padding: 16px 0px 16px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        flex-direction: column;
    }

    .footer_right {
    display:none;
    }

    .siteSearchArea .svg-inline--fa.fa-w-16 {
        font-size: 1.2em;
        top: 10px;
        left: -57px;
    }

    #mainSearch03\ serchPC {
        display: none !important;
    }

    .serch_sp {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .site_name_wrap {
        top: 0px;
        width: 100%;
        right: 0px;
        left: 0px;
        border-radius: 0px;
        font-size: 0.9em;
        padding: 0px 0px 0px;
        transform: initial;
    }

    .siteSearchArea {
        padding: 0px 0px 0px !important;
        margin: 8px auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .search_keyword_wrap {
        display: none;
    }


    #foreignSP {
        display: block;
        position: relative;
        z-index: 100;
    }

    #main {
        margin: 10px auto;
    }

    #wrapper_bgmv {
        display: none;
    }

    #catch, #headerMenu {
    }

    #mainvisual {
        height: 60vh;
        overflow: initial !important;
        z-index: 3;
    }

    .mainvisual_bottom {
        display: none;
    }

    .select-box01 {
        display: none;
    }

    .btn_bousai {
        background: url("../images/index/icon_bousai.png") 15px 10px no-repeat #800000;
        width: 160px;
        text-align: center;
        padding: 10px 0px 10px 12px;
        display: none;
    }

        .btn_bousai span {
            padding: 0px 0px 0px 0px;
        }



    #menuBg {
    }


    .logo_wrap {
        top: 28%;
        left: 50%;
    }


    #logo {
        z-index: 5;
        margin: 20px auto auto;
        text-align: center;
        position: unset;
    }

        #logo img {
        }

    #menu_wrap {
        position: unset;
        margin: 0px auto;
        padding: 30px;
        width: auto;
        display:none;
    }

    #headerMenu {
    display:none;
    }

    #mainSearch03 {
        display: none;
    }


    .menu {
        display: none;
    }

    #menu_wrap_SP {
        position: relative;
        margin: 0px auto;
        padding: 30px;
        width: auto;
        display: block;
        top: -330px;
        z-index: 2;
    }


    .menuSP {
        display: block;
    }

    #menu_wrap_SP .menuSP .menu_btn01 {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: var(--background-color,#FFF3C8);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        outline: 2px dotted #E58D00;
        outline-offset: -10px;
        transition-duration: 0.5s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

        #menu_wrap_SP .menuSP .menu_btn01 .menu_item01 {
        font-size:0.9rem;
        }

        #menu_wrap_SP a {
            text-decoration: none;
        }

    .menu_item {
        margin: 0px auto;
        padding: 10px 0px 10px 40px;
        border-bottom: 1px solid #ffffff;
    }

    .menu_item_01 {
        background: url("../images/index/icon_01.svg") 3px 5px no-repeat;
        padding: 16px 0px 16px 60px;
        border-bottom: 1px solid #ffffff;
        background-position: 15px 11px;
        background-size: 35px;
        color: var(--text-color, #402306);
    }

    .menu_item_02 {
        background: url("../images/index/icon_02.svg") 3px 5px no-repeat;
        padding: 16px 0px 16px 60px;
        border-bottom: 1px solid #ffffff;
        background-position: 9px 11px;
        background-size: 33px;
        color: var(--text-color, #402306);
    }

    .menu_item_03 {
        background: url("../images/index/icon_03.svg") 3px 5px no-repeat;
        padding: 16px 0px 16px 60px;
        border-bottom: 1px solid #ffffff;
        background-position: 18px 9px;
        background-size: 26px;
        color: var(--text-color, #402306);
    }

    .menu_item_04 {
        background: url("../images/index/icon_04.svg") 3px 5px no-repeat;
        padding: 16px 0px 16px 60px;
        border-bottom: 1px solid #ffffff;
        background-position: 10px 7px;
        background-size: 35px;
        color: var(--text-color, #402306);
    }

    .menu_item_05 {
        background: url("../images/index/icon_05.svg") 3px 5px no-repeat;
        padding: 16px 0px 16px 60px;
        border-bottom: 1px solid #ffffff;
        background-position: 15px 11px;
        background-size: 35px;
        color: var(--text-color, #402306);
    }


    #siteinfo {
        background-image: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    #toiawasenaiyou {
        padding-right: 10px;
        padding-left: 10px;
    }

    #toiawase {
        margin: 0px auto 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        position: relative;
        z-index: 110;
        width: calc(100% - 30px);
    }

    #pagetop img {
        width: 50px;
    }

    ul#footertextlink {
        padding: 0px;
        border: none;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
    }

        ul#footertextlink li {
            width: 50%;
            padding: 0px;
            border-right: none;
            border-bottom: solid 1px #CCCCCC !important;
            background: url("../images/ya_enq.gif") no-repeat right 10px center;
        }

            ul#footertextlink li a {
                display: block;
                border-right: solid 1px #CCCCCC;
                padding: 10px 5px;
                text-decoration: none;
            }

    #cp {
        text-align: center;
        text-align: center;
        padding: 2px 0px;
    }

    ul#footertextlink {
        text-align: left;
    }

    .footer_menu {
        position: unset;
        margin: 0px auto;
    }


    /*スマホ版下メニュー表示分上にコンテンツを持ち上げる*/
    #footerBg {
        margin-bottom: 45px;
    }

    body #NAAIRagChatIframe.chatMode-largeIcon {
        bottom: 315px;
    }

    body #NAAIRagChatIframe.chatMode-smallIcon {
        bottom: 315px;
    }
}


@media screen and (max-width:768px) {

    .footer_left {
        flex-direction: column;
        width: 390px;
        margin: 0 auto;
        align-items: revert;
    }


    .site_title {
        margin-bottom: 0px;
    }

    .wrap_tel_fax {
    }


    .wrap_footer_2cont {
        width: auto;
    }

    .toiawasenaiyou {
        display: flex;
        flex-direction: column;
    }

    .toiawasenaiyou {
        line-height: 1.5em;
        padding: 0px 15px;
    }

    .wrap_tel_fax {
        flex-direction: column;
    }

    .fax {
        margin-left: 0px;
        margin-top: 24px;
    }


    .zip_txt {
    }

    .wrap_tel_fax {
        position: relative;
    }

    .wrap_tel_fax {
        padding: 5px 0px;
    }


    .cp_sp {
        display: block;
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }
}

.btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10001;
    display: none;
}

    .btn_pagetop img:hover {
        transform: translateY(-5px);
    }

    .btn_pagetop img {
        transition: 0.3s;
        width: 60px;
        position: relative;
        top: -98px;
        right: 0px;
    }


@media screen and (max-width:650px) {
    .btn_pagetop {
        right: 30px;
    }

        .btn_pagetop img {
            width: 50px;
        }

        .btn_pagetop img {
            right: -18px;
        }

    .con_right {
        width: 320px;
    }

    .footer_left {
        width: 340px;
    }
}


@media screen and (max-width:450px) {
    .bootstrap-scope .input {
        width: 200px !important;
    }

    .bootstrap-scope {
        width: 290px;
    }

    .site_name_wrap {
        border: 0px solid rgba(255,255,255,0.5);
    }
}


/*:::::::::::::::::::::::::
 * Instagramギャラリー
 *::::::::::::::::::::::::*/

#instaslide {
    padding: 20px 0px 20px;
}


#top_insta_area {
    padding: 37px 0 39px;
    display: none;
}
    /* インスタ要素あればエリア表示 */
    #top_insta_area:has(.slick-slide) {
        display: block;
    }

    #top_insta_area .cont_title {
    text-align:center;
    }


        #top_insta_area .cont_title img {
            max-width: 264px;
            width: 100%;
            padding: 0px 0px 0px 0px;
        }

.cont_title h3 img {
    background-color: #FFFDF4;
}


#insta_area_wrap .cont_title {
    font-size: 1.1em;
    padding: 0 0 30px;
}

#instaslide .slick-slide > div {
    width: 186px;
    height: 247px;
    margin: 0 10px;
}

    #instaslide .slick-slide > div img {
        width: 100%;
        height: 247px;
        object-fit: cover;
        border-radius: 10px;
    }


#top_insta_area .slick-prev {
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    z-index: 9;
}

    #top_insta_area .slick-prev:before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 80%;
        left: 0;
        margin-top: -15px;
        background-color: #FFFFFF;
    }

    #top_insta_area .slick-prev:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        position: absolute;
        top: 80%;
        left: 5px;
        margin-top: -6px;
        border-right: solid 8px #61564b;
    }

#top_insta_area .slick-next {
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    z-index: 9;
}

    #top_insta_area .slick-next:before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 80%;
        right: 0;
        margin-top: -15px;
        background-color: #FFFFFF;
    }

    #top_insta_area .slick-next:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        position: absolute;
        top: 80%;
        right: 5px;
        margin-top: -6px;
        border-left: solid 8px #61564b;
    }


#top_insta_area .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}



/*　instaエリア　レスポンシブ対応　*/
@media screen and (max-width:767px) {

    #top_insta_area {
        padding: 37px 0 43px;
        text-align: center;
    }


        #top_insta_area .cont_title img {
            max-width: 259px;
        }
}

/*:::::::::::::::::::::::::
 * スライダーの再生・停止ボタン
 *::::::::::::::::::::::::*/
.slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px;
    top: 20px;
}

    .slick_toggle_wrap p {
        color: var(--text-color,#2D2700);
    }

    .slick_toggle_wrap span {
        position: absolute;
        right: 15px;
        bottom: 0px;
        border: solid 1px;
        border-radius: 2px;
        padding: 4px 1px 4px 1px;
        width: 70px;
    }


.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    cursor: hand;
}

.slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

.slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

.slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

.slick_toggle.paused .play {
    display: block !important;
    width: 60px !important;
    z-index: 10 !important;
}


a.bx-prev {
    background: url("../images/slideViewer/arrow_left.png") no-repeat scroll 0 0 transparent;
    height: 43px;
    left: 0px !important;
    position: absolute;
    text-indent: -999999px;
    top: 35% !important;
    width: 43px;
    z-index: 99999;
}

a.bx-next {
    background: url("../images/slideViewer/arrow_right.png") no-repeat scroll 0 0 transparent;
    height: 43px;
    position: absolute;
    right: 0px !important;
    text-indent: -999999px;
    top: 35% !important;
    width: 43px;
    z-index: 99999;
}


@media screen and (max-width:1000px) {
    #topbtn {
        display: none;
    }

    #areabtm_sagasu {
        padding: 12px 0px 30px !important;
        position: relative;
        /*        top: 102px;*/
        top: 0px;
    }

    #areabtm_visualaids {
        width: 100%;
        margin: 0px auto;
        padding: 50px 0px 30px !important;
        position: relative;
        /*        top: 102px;*/
        top: 0px;
    }

    #areabtm_languages {
        width: 100%;
        margin: 0px auto;
        position: relative;
        /*        top: 102px;*/
        top: 0px;
    }

    #areabtm_kensaku {
        width: 100%;
        margin: 0px auto;
        padding: 50px 0px 30px !important;
        position: relative;
        /*        top: 102px;*/
        top: 0px;
    }


    .menubtn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .menubtn_wrap a{
        text-decoration:none;
    }

    .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;
    }

    /* ヘッダー調整*/

    .acc_wp {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }

    .yasashii_wp {
        width: 135px;
        border: 1px solid #DBBEA1;
        background-color: var(--background-color,#FDF9EA);
        font-size: 0.9rem;
        text-align: center;
        position: relative;
        padding: 3px;
    }

        .yasashii_wp:hover {
            background-color: var(--background-color,#f8f4e6);
            border-radius: 10px;
        }

    .easyJapaneseButtonArea {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .easyJapaneseButtonArea a {
            color: var(--text-color,#333333);
        }


    .easyJapaneseButton,
    .easyJapaneseResetButton {
        width: 135px;
        border: 1px solid #DBBEA1;
        background-color: var(--background-color,#FDF9EA);
        font-size: 0.9rem;
        text-align: center;
        padding: 3px;
    }

        .easyJapaneseButton:hover,
        .easyJapaneseResetButton:hover {
            background-color: var(--background-color,#f8f4e6);
            border-radius: 10px;
        }

    .easyJapaneseVoiceReadingButton {
        position: absolute;
        top: 95px;
        right: 215px;
    }

    .easyJapaneseVoiceReadingButton {
        display: none;
    }



    .change_title {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        padding: 0px 0px 9px;
    }

        .change_title:before,
        .change_title:after {
            content: "";
            height: 1px;
            flex-grow: 1;
            background-color: #666;
        }

        .change_title:before {
            margin-right: 1rem;
        }

        .change_title:after {
            margin-left: 1rem;
        }

    .change_haikei {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        padding: 15px 0px 18px;
    }

    .haikei_wrap {
        position: relative;
        padding: 0px 0px 18px;
        top: -1px;
    }

    .change_haikei:before,
    .change_haikei:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #666;
    }

    .change_haikei:before {
        margin-right: 1rem;
    }

    .change_haikei:after {
        margin-left: 1rem;
    }

    .change_haikei-item-wrap {
        padding: 10px 0px 0px 0px;
    }

    .headbtn_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 8px 8px;
    }

    .headbtn_text {
        font-size: 0.9rem;
    }

    .headbtn_text_L {
        font-size: 0.95rem;
        margin: 3px 0px 0px 0px;
    }

    .headbtn_wrap:hover {
        background-color: var(--background-color,#f8f4e6);
        border-radius: 10px;
    }

    .headermenu-wrap {
        padding: 0px 10px 0px 0px;
    }


    .submenu-area {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 7px;
        padding: 5px 0px 0px;
    }

        .submenu-area a {
            color: var(--text-color,#333333);
        }



    .submenu-item01 {
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 120px;
        text-align: center;
        background-color: var(--background-color,#FDF9EA);
        padding: 5px 0px 5px 10px;
        position: relative;
    }

        .submenu-item01::before {
            content: url('../../images/top1/icon_back.svg');
            position: absolute;
            top: 4px;
            left: 4px;
        }


    .submenu-item02 {
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 120px;
        text-align: center;
        background-color: var(--background-color,#FDF9EA);
        padding: 5px 0px 5px 10px;
        position: relative;
    }

        .submenu-item02::before {
            content: url('../../images/top1/icon_key.svg');
            position: absolute;
            top: 4px;
            left: 5px;
        }

    .menu_title {
        padding: 5px 0px 0px;
    }

    #g_navi_103 {
        box-shadow: none !important;
        border: none !important;
    }

    #navi_tab_101::after, #navi_tab_102::after, #navi_tab_104::after, #navi_tab_105::after, #navi_tab_106::after, #navi_tab_107::after {
        content: "";
        position: absolute;
        bottom: -20px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: none;
        border-bottom: 12px solid #D77619;
        opacity: 0;
        transition: opacity 0s !important;
        pointer-events: none;
        z-index: 10;
    }

    /* ホバー時に表示させるためのセレクタ */
    /* navi_tab_3, 4, 36, 42 共通の設定にクラスを追加 */
    #navi_tab_101:hover::after, #navi_tab_101.selected::after,
    #navi_tab_102:hover::after, #navi_tab_102.selected::after,
    #navi_tab_104:hover::after, #navi_tab_104.selected::after,
    #navi_tab_105:hover::after, #navi_tab_105.selected::after,
    #navi_tab_106:hover::after, #navi_tab_106.selected::after,
    #navi_tab_107:hover::after, #navi_tab_107.selected::after {
        opacity: 1;
        transition: opacity 0.3s ease !important;
    }

    /* 1. 透明な「橋」を作る（判定用エリア） */
    #navi_tab_101::before, #navi_tab_102::before, #navi_tab_104::before, #navi_tab_105::before, #navi_tab_106::before, #navi_tab_107::before {
        content: "";
        position: absolute;
        top: 100%; /* タブのすぐ下から開始 */
        left: 50%;
        transform: translateX(-50%);
        width: 100%; /* タブの幅いっぱいの判定 */
        height: 30px; /* メニューまでの隙間を埋める高さ（適宜調整） */
        background: transparent; /* 透明なので見えません */
        z-index: 5;
        display: none; /* 初期状態はオフ */
    }

    /* ホバー中だけ判定エリアを有効にする */
    #navi_tab_101:hover::before, #navi_tab_102:hover::before,
    #navi_tab_104:hover::before, #navi_tab_105:hover::before,
    #navi_tab_106:hover::before, #navi_tab_107:hover::before {
        display: block;
    }

    div#popNaviArea li.navi_child a:hover {
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 1000px) {
    .acc_wp {
        display: none;
    }

    .submenu-area {
        display: none;
    }

    div#naviArea {
        display: none;
    }

    .header {
        height: 120px;
    }
}

@media screen and (max-width: 599px) {
    .header {
        height: 100px;
    }
}

.onsei_SP .easyJapaneseVoiceReadingButton {
    position: absolute;
    top: 365px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}