﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* body */

html, body {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
    background-color: var(--background-color, #FFFDF4);
}

a {
    text-decoration: none;
}

/*    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }
*/

    a:link {
        color: var(--text-color,#194593);
    }

    a:visited {
        color: var(--text-color,#194593);
    }

    a:hover {
        color: var(--text-color,#C70026);
    }


/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        color: #333333 !important;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}



section {
    margin: 0px auto;
    padding: 0px 0px 0px;
}



/*:::::::::::::::::::::::::
 * メインスライドエリア
 *::::::::::::::::::::::::*/
/* 左矢印の設定 */
.slick-prev::before {
    content: "" !important; /* デフォルトの文字「←」を消す */
    display: block;
    width: 30px; /* 画像の横幅（アイコンに合わせて調整） */
    height: 30px; /* 画像の縦幅（アイコンに合わせて調整） */
    background-image: url("images/left-arrow.png") !important; /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}



/* slick矢印アイコン変更ここから */


/* 左矢印ボタン自体の位置調整 */
.slick-prev {
    left: -30px !important; /* スライダーの左外側に配置（数値は調整してください） */
    z-index: 1;
}

/* 右矢印ボタン自体の位置調整 */
.slick-next {
    right: -30px !important; /* スライダーの右外側に配置（数値は調整してください） */
    z-index: 1;
}

/* 左矢印のアイコン画像設定 */
.slick-prev::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 23px;
    background-image: url(../images/kouiki/icon-left-arrow.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}

/* 右矢印のアイコン画像設定 */
.slick-next::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 23px;
    background-image: url(../images/kouiki/icon-right-arrow.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}

/* 不要なafter要素を消去 */
.slick-next::after, .slick-prev::after {
    display: none !important;
}

/* slick矢印アイコン変更ここまで */



    .swiperArea img {
        max-width: 1020px;
        max-height: 530px;
        border-radius: 20px;
    }

@media screen and (min-width:431px) {
    .swiperArea {
        max-height: 529px !important;
    }

}

@media screen and (max-width:430px) {
    .swiperArea {
    }

        .swiperArea img {
            border-radius: 10px;
        }

}


.slide-area {
    padding: 0px 0px 0px;
}

.slide-area__innner {
    width: 100%;
    margin: 0px auto;
}

.bx-wrapper .bx-pager {
    left: 30px;
}

@media screen and (min-width:768px) {
    .slide-area {
        min-height: 460px;
        margin: 20px auto;
        max-width: 1000px;
        position: relative;
    }

        .slide-area .bx-wrapper .bx-viewport {
            overflow: visible !important; /* 両サイドに前後の画像を表示させる */
            max-width: 1000px; /* スライド画像の幅（表示させる幅） */
            margin-left: 50%;
        }

            .slide-area .bx-wrapper .bx-viewport li {
                margin-left: -475px !important;
                margin-right: 520px !important;
            }
}

@media screen and (min-width:801px) {
    .slide-areaimg {
        height: 360px;
        width: 950px;
    }

    .slide-area iframe {
        height: 360px;
    }

    .slide-area video {
        height: 360px;
    }
}

@media screen and (max-width:800px) {
    .slide-area img {
        aspect-ratio: 16 / 9;
    }

    .slide-area iframe {
        aspect-ratio: 16 / 9;
    }

    .slide-area video {
        aspect-ratio: 16 / 9;
    }
}

.swiperArea .swiper:not(.swiper.coverflow) {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;

    @media screen and (min-width:801px) {
        & iframe {
            height: 360px !important;
        }

        & video {
            height: 360px !important;
        }
    }

    @media screen and (max-width:800px) {
        & img {
            aspect-ratio: 16 / 9;
        }

        & iframe {
            aspect-ratio: 16 / 9;
        }

        & video {
            aspect-ratio: 16 / 9;
        }
    }
}


/*:::::::::::::::::::::::::
 * 重要情報エリア
 *::::::::::::::::::::::::*/
#top_alert_area {
    width: 100%;
    padding: 30px 0 0px 0;
}


/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/
#top_kinkyu_area {
}

.kinkyu_area_wrap {
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0 10px 15px;
    background-color: var(--background-color, #F6D5D6);
}

    .kinkyu_area_wrap .cont_title {
        padding: 10px 0 8px 15px;
        background-color: var(--background-color, #F6D5D6);
    }

        .kinkyu_area_wrap .cont_title h3 {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.1em;
            color: var(--text-color, #B10000);
        }

        .kinkyu_area_wrap .cont_title img {
        }

ul.kinkyuTxt {
    width: 100%;
    background-color: var(--background-color, #FFFFFF);
    border-radius: 5px;
    padding: 5px;
}

.kinkyuTxt li {
    padding: 5px 10px 5px 25px;
    border-radius: 10px;
}

    .kinkyuTxt li p.koshin {
        text-indent: 0.5em;
    }

    .kinkyuTxt li .koushinDay {
        font-size: 0.9em;
    }

    .kinkyuTxt li div.k_naiyo {
    }

        .kinkyuTxt li div.k_naiyo .k_title {
        }

        .kinkyuTxt li div.k_naiyo .honbun {
            margin-left: 0px;
            word-wrap: break-word;
            overflow-wrap: break-word;
            padding: 5px 0px;
        }

    .kinkyuTxt li div.saigaittl {
        font-weight: bold;
        font-size: 1.1em;
        line-height: 2em;
        padding: 5px 5px 0px 5px;
    }

    .kinkyuTxt li.nodata {
        line-height: 30px;
        padding-left: 10px;
    }

.kinkyuTxt .k_title a {
    color: var(--text-color, #B52020);
}

.kinkyuTxt li div.saigainaiyo {
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #C1272D;
}

@media (max-width: 767px) {
    .kinkyuTxt li {
        padding: 5px 10px 5px 5px;
        font-size: 0.94em;
    }
}

/* --- スマホ用 (599px以下) --- */
@media screen and (max-width: 599px) {
    .kinkyu_area_wrap .cont_title h3 {

        font-size: 0.8rem;
    }

}

/*:::::::::::::::::::::::::
 * 重要お知らせ、もしも
 *::::::::::::::::::::::::*/


#top_jyuuyou_moshimo_area {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

    #top_jyuuyou_moshimo_area .cont_title {
        width: 90%;
        margin: 0 auto;
        color: var(--text-color, #B52020);
        font-size: 1.4em;
        font-weight: bold;
    }

        #top_jyuuyou_moshimo_area .cont_title span {
            padding: 0 15px;
            font-weight: bold;
        }


.moshimo_title {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 0px 0px 5px;
    color: var(--text-color, #B52020);
}

    .moshimo_title:before,
    .moshimo_title:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #A60606;
    }

    .moshimo_title:before {
        margin-right: 1rem;
    }

    .moshimo_title:after {
        margin-left: 1rem;
    }


/*:::::::::::::::::::::::::
 * 重要なおしらせ
 *::::::::::::::::::::::::*/
#top_jyuuyou_area {
    padding: 15px 0 0;
    max-width: 715px;
    width: 100%;
    border-radius: 15px;
    background-color: var(--background-color, #FFFFFF);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.jyuuyou_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#top_jyuuyou_area .cont_title {
    width: 153px;
    height:153px;
    text-align: center;
    background-color: var(--background-color, #FBF0F0);
    border-radius:50%;
}

    #top_jyuuyou_area .cont_title span {
        padding: 0px;
        font-weight: bold;
        text-align: center;
        position: relative;
        top: 40px;
/*        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
*/    }

.jyuuyou_info {
    width: 90%;
    max-height: 130px;
    overflow-y: auto;
    margin: 15px auto;
}

    .jyuuyou_info li article {
        display: flex;
        flex-wrap: wrap;
    }

    .jyuuyou_info li .koushinDay {
        width: 110px;
        padding: 5px;
        color: var(--text-color, #196780);
    }

    .jyuuyou_info li .newTtl {
        width: calc(100% - 115px);
    }

        .jyuuyou_info li .newTtl a {
            color: var(--text-color, #333333);
        }

#jyuuyou_nodata {
    padding: 30px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .jyuuyou_info li .koushinDay {
        width: 100%;
        padding: 5px 0;
    }

    .jyuuyou_info li .newTtl {
        width: 100%;
    }
}

/*:::::::::::::::::::::::::
 * もしものとき
 *::::::::::::::::::::::::*/
#top_moshimo_area {
    padding: 15px 0 0;
    max-width: 430px;
    width: 100%;
}

#moshimo_items {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    gap: 25px;
}

.moshimo_item {
    width: 130px;
    height: 118px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    display: block flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--background-color, #FBF4F4);
    color: var(--text-color, #B52020) !important;
}

    .moshimo_item:hover {
        border: 2px solid #A60606;
    }

    .moshimo_item p {
        padding: 0px 0 8px;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.2rem;
    }

#icon_msm_bousai {
    margin-bottom: 16px;
}

#icon_msm_map {
    margin-bottom: 16px;
}

#icon_msm_touban {
    margin-bottom: 0px;
}


@media (max-width: 767px) {

    #top_jyuuyou_area .cont_title {
        width: 200px;
        height: unset;
        text-align: center;
        background-color: var(--background-color, #FBF0F0);
        border-radius: 50%;
    }

        #top_jyuuyou_area .cont_title span {
            top: -2px;
        }

    #top_jyuuyou_moshimo_area {
        gap: 25px;
        margin: 30px auto 0;
    }

    #top_jyuuyou_area {
        width: 100%;
        padding: 12px 10px 10px;
    }

    #top_moshimo_area {
        width: 100%;
        padding: 25px 0 10px;
    }

    .moshimo_item {
        font-size: 0.8em;
        width: 106px;
    }

        .moshimo_item p {
            padding: 0px 0 8px;
            font-weight: 500;
            font-size: 0.9rem;
            line-height: 1.2rem;
        }
}


/*:::::::::::::::::::::::::
 * ボタン
 *::::::::::::::::::::::::*/
.info-area__btn_wrap {
    background-color: var(--background-color,#ffffff);
    padding: 0px 0px 20px;
}




.mottomirubutton {
    background-image: url("../images/index/icon_btn_arrow.png");
    background-color: var(--background-color,#ffffff);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 160px;
    padding: 5px;
    margin: 10px 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;
        text-align: center;
    }

    .mottomirubutton:hover {
        background-image: url("../images/index/icon_btn_arrow.png");
        background-size: 6px;
        background-repeat: no-repeat;
        background-position: 130px 14px;
    }



 /*:::::::::::::::::::::::::
 * 新着情報/広報誌エリア
 *::::::::::::::::::::::::*/

.info-area {
    width: 100%;
    padding: 0px 0px;
}

    .info-area .info-title {
        max-width: 1200px;
        margin-inline: auto;
    }

.info-area__inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}


@media screen and (max-width:768px) {
    .info-area__inner {
        flex-wrap: wrap;
        padding: 10px;
    }
}

.info-area__newinfo {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 782px;
}

/* 新着タブ javascriptのイベント用ID*/
#newTtlTab {
    display: flex;
    flex-direction: row;
}

    #newTtlTab h3 {
        padding: 11px 37px 9px;
        margin: 0px 4px 0px 0px;
        text-decoration: none;
        font-size: 1.2em;
        cursor: pointer;
        border: 1px solid #D9D9D9;
        border-radius: 10px 10px 0px 0px;
        background-color: var(--background-color,#ffffff);
    }

    #newTtlTab .selected {
        font-weight: bold;
        padding: 11px 59px 9px;
        margin: 0px 4px 0px 0px;
        cursor: default;
        border-radius: 10px 10px 0px 0px;
        background-color: var(--background-color,#F2D0B9);
        color: var(--text-color,#ffffff);
        border: 1px solid #F2D0B9;
    }

#newTtlTab h3 span {
    padding: 3px 0 3px 5px;
}

    #newTtlTab h3 span#tab3 {
        background-repeat: no-repeat;
        background-position: 7px center;
    }

#newTtlTab h3 .rss {
    text-decoration: none;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 5px;
}

#newTtlTab h3 a.rss:focus {
    border: dashed #000 1px;
}

#newTtlTab span a {
    text-decoration: none;
}

    #newTtlTab .selected a {
        color: var(--text-color,#402306);
    }


.info-area__listInfo__inner {
    padding: 32px 20px 32px 20px;
    background-color: var(--background-color,#F2D0B9);
    box-shadow: 0 4px 4px 0 rgba(156, 146, 118, 0.25);
    border-radius: 0 0 10px 10px;
}



.info-area__listinfo__list-item {
    min-height: 315px;
    padding: 32px 10px 15px;
    background-color: var(--background-color,#ffffff);
    max-height: 315px;
    overflow-y: auto;
}


.info-area__listinfo__list-item li .koushinDay {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9em;
}

    .info01 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        max-width: 100%;
        width: 100%;
    }
  
.info ul {
    padding: 2px 0px;
}

    .info ul#important {
        border-bottom: dotted 1px #999999;
    }

.info-area__listinfo__list-item ul li {
    line-height: 180%;
    padding: 10px 5px;
}

    .info-area__listinfo__list-item ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

    .info-area__listinfo__list-item ul li:nth-child(2n+1) {
        background-color: var(--background-color,#F6F6F6);
    }


.info-area__listinfo__list-item--nodata {
    text-align: center;
    padding: 140px 0px 10px 15px;
    align-content: center;
}

.info p.koushinDay {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9em;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 1em;
    font-size: 0.9em;
}

div.newTtl {
    max-width: 590px;
    float: left;
    padding: 0px 0px 0px 10px;
}

/* 本日以降の予定を重複なし表示 */
.eventDateDating {
    width: auto;
    float: left;
    min-width: 90px;
    text-indent: 0.5em;
    font-size: 0.9em;
}

.newTtlDating {
    float: left;
    padding: 2px 0px 10px 15px;
    width: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
}

    .newTtlDating .topCName {
        font-size: 0.8em;
    }

.eventDateDating .termTitle {
    font-size: 0.8em !important;
    margin-right: 5px !important;
    padding: 2px 0px 2px 3px !important;
    letter-spacing: 0.2em !important;
}

.listInfo_noBgImg {
    background-image: none !important;
    background-position: 0px 0px !important;
}

    .listInfo_noBgImg .img img {
        width: 250px;
    }

div.eventTitle {
}

.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.infoIchiran {
    width: 180px;
    border-radius: 25px;
    padding: 8px;
    text-align: center;
    margin: 10px auto;
    background-color: var(--background-color,#0F7EAD);
}


    .infoIchiran a {
        color: var(--text-color,#ffffff);
    }

.info-area__shinsei {
    max-width: 385px;
    width: 100%;
    background-color: var(--background-color,#FFFBD4);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(156, 146, 118, 0.25);
}


.info-area__shinsei-title h3 {
    font-weight: 505;
    font-size: 1.1rem;
    color: var(--text-color,#402306);
    padding: 10px 0px 0px;
    text-align: center;
}


    .info-area__shinsei-title h3::before {
        content: url('../images/top1/icon_shinsei.png');
        position: relative;
        top: 11px;
        left: -5px;
    }
.info-area__shinsei-list {
    background-color: var(--background-color,#ffffff);
    max-width: 90%;
    margin: 22px auto;
    padding: 5px 0px 0px;
}

    .info-area__shinsei-list ul li {
        padding: 24px 12px 20px 10px;
        border-bottom: 2px dotted #BEBEBE;
    }

        .info-area__shinsei-list ul li::before {
            content: url('../images/top1/arrow_right_circle_line.svg');
            position: relative;
            top: 4px;
        }


@media screen and (max-width:1189px) {
    .info-area__inner {
        gap:unset;
    }
    .info-area__newinfo {

        max-width: 90%;
    }

    .info-area__shinsei {
        margin:20px 0px 0px;
        max-width: 90%;
    }

}

    /* --- スマホ用 (599px以下) --- */
    @media screen and (max-width: 599px) {
        .info-area__listInfo__inner {
            padding: 12px 8px 8px 8px;
        }

        .info-area__shinsei-list {
            max-width: 95%;
        }
    }

    /*:::::::::::::::::::::::::
 * 情報を探すエリア
 *::::::::::::::::::::::::*/

    .serach-area .info-title {
        max-width: 1200px;
        margin-inline: auto;
        text-align: right;
        position: relative;
        top: 60px;
    }

    .serach-area__inner {
        background: var(--background-color, linear-gradient(118deg, #fffcd5 0.83%, #ffead2 50.89%, #fde2c8 100%));
        /*    background: linear-gradient(118deg, rgba(255, 252, 213, 0.80) 0.83%, rgba(255, 234, 190, 0.80) 50.89%, rgba(253, 226, 200, 0.80) 100%);
*/ max-width: 1200px;
        margin: 0px auto;
        border-radius: 23px;
    }

    .keyword-bunrui {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 52px 0px 0px 0px;
        gap: 50px;
    }


    /* サイト内検索 */
    #infoSearch1 .serch {
    }

        #infoSearch1 .serch .serch_wrap {
        }

            #infoSearch1 .serch .serch_wrap .bootstrap-scope .input-group-append .btn,
            #infoSearch1 .serch .serch_wrap.bootstrap-scope .input-group-prepend .btn {
                position: relative;
                z-index: 2;
                border: none;
            }

            #infoSearch1 .serch .serch_wrap .bootstrap-scope .fa-search {
                font-size: 1.6em;
                margin-left: 0px;
            }

    .serach-area .bootstrap-scope .input-group-append {
        padding-left: 10px;
    }

    .serach-area .searchver2-input {
        width: 375px !important;
        height: 48px;
    }

    .serach-area .sagasu_waku .bootstrap-scope .IZ-select .IZ-select__input {
        border-radius: 25px;
    }

    .serach-area .keyword {
        max-width: 550px;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }

        .serach-area .keyword .cont_title img {
            width: 213px;
        }

    .serach-area .serch02 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 15px;
        flex-wrap: wrap;
        max-width: 630px;
        width: 100%;
    }

        .serach-area .serch02 a svg {
            padding-right: 5px;
        }

    .serach-area h4 {
        padding: 0px 0px 0px 0px;
    }

    .serach-area .benribox02 h4 {
        padding: 0px 0px 0px 0px;
    }

    .serach-area .serchright {
        float: left;
        max-width: 285px;
        width: 100%;
        margin: 0px auto 0px 20px;
        font-weight: bold;
    }

        .serach-area .serchright a {
            text-decoration: none;
        }

    .serach-area .keywordtitle {
        border-radius: 5px;
        margin-top: 0px;
        max-width: 522px;
        width: 100%;
        height: 122px;
        padding: 10px 0px 20px 0px;
    }

    .serach-area .keyworditem {
        margin: 0px auto 0px;
        border-bottom: 2px dotted #402306;
    }

        .serach-area .keyworditem::before {
            content: url('../images/top1/icon_keyword.png');
            position: relative;
            top: 7px;
            left: 8px;
        }


    .serach-area .keywords {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        padding: 18px 5px 5px 20px;
    }

        .serach-area .keywords::before {
            content: url('../images/top1/arrow_brown.png');
            position: relative;
            top: 3px;
            left: -4px;
        }


        .serach-area .keywords span {
            align-content: center;
        }

        .serach-area .keywords a {
            text-decoration: none;
            color: var(--text-color,#402306);
            font-weight: 500;
        }

    .serach-area .keyworditem span {
        color: var(--text-color,#402306);
        font-size: 1.125rem;
        font-weight: 500;
        padding: 0px 0px 0px 15px;
        line-height: 2rem;
    }

        .serach-area .keyworditem span .fa-angle-double-right {
            font-weight: normal;
        }

    .serach-area .keywordtitle h5 {
        font-weight: bold;
        line-height: 2.5em;
        padding: 0px 0px 10px;
    }

    .serach-area .keyword a {
        text-decoration: none;
        margin-left: 5px;
    }

    .serach-area .serch02 .sagasu a {
        color: var(--text-color,#402306);
    }

    .serach-area .serach-area__inner .bootstrap-scope .IZ-select .IZ-select__input {
        border-radius: 25px;
/*        border: 1px solid #BCBCBC;
*/    }

    .bootstrap-scope .btn-gray {
        color: #D77619 !important;
    }

    .sagasu .sagasu_icon svg {
        fill: #D77619;
    }

        .sagasu .sagasu_icon svg:hover {
            fill: #e9bc00;
        }

    .sagasu {
        text-align: center;
    }

    .serch_item {
        color: var(--text-color,#402306);
    }

        .serch_item::before {
            content: url('../images/top1/arrow_brown.svg');
            position: relative;
            top: 3px;
            left: -4px;
        }

    .button-bunrui {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 0px 0px 0px;
        gap: 50px;
    }

    .lifeevent_area {
        max-width: 430px;
        width: 100%;
    }

    .lifetitle {
        text-align: center;
    }


    .Frequently_area {
        max-width: 645px;
        width: 100%;
        padding: 0px 0px 20px;
    }

    .Frequentlytitle {
        text-align: center;
    }

    .life_item-inner {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0px;
    }

    .life-item {
        color: var(--text-color,#402306);
        text-align: center;
        width: 135px;
    }

    .life-icon {
        max-height: 60px;
        width: 135px;
    }

    .life-item:hover {
        background-color: var(--background-color,#FFFFE5);
        border-radius: 50%;
        width: 135px;
    }

    .frequently_item-inner {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 0px 20px;
    }

    .btn_item {
        width: 200px;
        border-radius: 10px;
        border: 2px solid #ffffff;
        background-color: var(--background-color,#FBFBD2);
        padding: 0px 0px 0px 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .btn_title {
        color: var(--text-color,#402306);
        font-weight: 500;
        font-size: 1rem;
        padding: 0px 0px 0px 5px;
    }


    .btn_item_L {
        width: 412px;
        border-radius: 10px;
        border: 2px solid #ffffff;
        background-color: var(--background-color,#FBFBD2);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }


    .btn_item:hover {
        width: 200px;
        border-radius: 10px;
        border: 2px solid #D77619;
        background-color: var(--background-color,#FBFBD2);
        padding: 0px 0px 0px 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .btn_item_L:hover {
        width: 412px;
        border-radius: 10px;
        border: 2px solid #D77619;
        background-color: var(--background-color,#FBFBD2);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    /* --- スマホ用 (599px以下) --- */
    @media screen and (max-width: 599px) {
        .serach-area .searchver2-input {
            width: 300px !important;
            height: 40px;
        }

        .keyword-bunrui {
            display: flex;
            flex-direction: row;
            justify-content: center;
            flex-wrap: wrap;
            padding: 83px 0px 0px 0px;
            gap: 0px;
        }

        .serch_item {
            color: var(--text-color,#402306);
            font-size: 0.9rem;
            width: 83%;
        }

        .serach-area .serch02 {
            justify-content: center;
        }

        .sagasu {
            text-align: center;
            max-width: 120px;
        }

        .button-bunrui {
            padding: 40px 0px 0px 0px;
        }

        .life_item-inner {
            display: flex;
            flex-direction: row;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
            padding: 15px 0px;
            text-align: center;
            max-width: 80%;
            width: 100%;
            margin: 0px auto;
        }

        .frequently_item-inner {
            gap: 12px;
            padding: 20px 10px 20px;
        }

        .btn_title {
            font-size: 0.8rem;
        }

        .btn_item {
            width: 170px;
        }

            .btn_item:hover {
                width: 170px;
            }

        .btn_item_L {
            max-width: 340px;
        }

            .btn_item_L:hover {
                max-width: 340px;
            }

        .sagasu .sagasu_icon svg {
            fill: #D77619;
            width: 50px;
            height: 48px;
        }

        .Frequently_area {
            max-width: 372px;
            width: 100%;
            padding: 0px 0px 20px;
            margin: 0px auto;
        }
    }

    /*:::::::::::::::::::::::::
 * トピックスエリア
 *::::::::::::::::::::::::*/

    .topics-area {
        margin: 0px auto;
        position: relative;
    }

        .topics-area .info-title {
            max-width: 1200px;
            width: 100%;
        }

.topics_bg {
    background: var(--background-color,linear-gradient(to bottom, #FFFDF4 50%, transparent 50%), linear-gradient(118deg, rgba(255, 252, 213, 0.8) 0.83%, rgba(255, 234, 190, 0.8) 50.89%, rgba(253, 226, 200, 0.8) 100%));
    background-size: auto, auto;
    background-size: 100% 100%;
}

.mitukaranai_button {
    background-image: url("../images/index/icon_btn_arrow.png");
    background-color: var(--background-color,#ffffff);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 16.8125rem;
    padding: 8px;
    margin: 10px 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: 240px 16px;
}


    .mitukaranai_button p {
        color: var(--text-color,#402306);
        font-weight: 500;
        text-align: center;
    }

        .mitukaranai_button:hover {
            background-image: url("../images/index/icon_btn_arrow.png");
            background-size: 6px;
            background-repeat: no-repeat;
            background-position: 245px 16px;
        }

    /*:::::::::::::::::::::::::
 * ボタンエリア
 *::::::::::::::::::::::::*/
    .btm-area {
        width: 100%;
        padding: 0px 0px 120px;
    }

    #bankijislider_kanrenban li.imgBan img {
        border-radius: 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    }
    /*:::::::::::::::::::::::::
 * 紹介エリア
 *::::::::::::::::::::::::*/
    .about-area {
        width: 100%;
    }

    .about-area-title {
        text-align: center;
        position: relative;
        padding: 0px 0px 80px;
    }

        .about-area-title img {
            background-color: #FFFDF4;
        }



        .about-area-title::before {
            background: url(../images/top1/about_ill_left.png);
            background-repeat: no-repeat;
            background-size: 383px;
            position: absolute;
            bottom: 90px;
            left: 0px;
            width: 383px;
            height: 196px;
            content: '';
        }

        .about-area-title::after {
            background: url(../images/top1/about_ill_right.png);
            background-repeat: no-repeat;
            background-size: 467px;
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 467px;
            height: 224px;
            content: '';
        }



    .about-area__inner {
        display: flex;
        gap: 50px;
        max-width: 1200px;
        width: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
    }


    .about-btn-innner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .about-area-left {
        max-width: 573px;
        width: 100%;
    }

    .about-area-right {
        max-width: 532px;
        width: 100%;
    }




    .about-area__copy {
        padding: 80px 0px;
        font-size: 1rem;
    }

    .about-area__description {
        padding: 8px 0px 40px;
        line-height: 35px;
    }

@media screen and (max-width:945px) {
    .about-area-title::before {
        background-size: 328px;
        position: absolute;
        bottom: 90px;
        left: 0px;
        width: 328px;
        height: 196px;
    }
}


    @media screen and (max-width:768px) {
        .about-area__inner {
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            width: calc(100% - 50px);
        }

        .about-area__copy {
            padding: 40px 30px 10px 0px;
        }
    }


    .kouhou-area-title {
        text-align: center;
    }

    .about-ugoki-innner {
        background-color: var(--background-color,#FCE8D0);
        border-radius: 10px;
        padding: 20px 0px;
        margin: 20px 0px 0px;
    }

    .about-ugoki-title {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        gap: 20px;
        padding: 10px 0px;
    }

    .ugoki-link {
        position: relative;
        padding: 0px 0px 0px 23px;
    }

        .ugoki-link::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1.2em;
            height: 1.2em;
            background-image: url('../images/top1/arrow_right_circle_line.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

    .ugoki_item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        text-align: center;
        position: relative;
    }

    .ugoki-title {
        text-align: center;
    }

        .ugoki-title img {
            background-color: #FCE8D0;
        }


    .ugoki_naiyo {
        padding: 20px 0px;
    }

    /* 広報誌エリア */
    .kouhou-area {
    }

    dl.setai {
        background-image: url('../images/top1/icon_setai.svg');
        background-repeat: no-repeat;
        background-position-x: 28px;
        background-position-y: 0px;
        padding: 50px 0px 0px 0px;
    }

    dt.setai span {
        font-size: 1.2rem;
        text-align: center;
        background-color: var(--background-color,#ffffff);
        padding: 3px 20px;
        border-radius: 50px;
    }

    dd.setai {
        padding: 10px 0px;
    }

    .nval {
        font-size: 1.4rem;
    }

    dl.pop {
        background-image: url('../images/top1/icon_jinkou.svg');
        background-repeat: no-repeat;
        background-position-x: 28px;
        background-position-y: 0px;
        padding: 50px 0px 0px 0px;
    }

    dt.pop span {
        font-size: 1.2rem;
        text-align: center;
        background-color: var(--background-color,#ffffff);
        padding: 3px 20px;
        border-radius: 50px;
    }

    dd.pop {
        padding: 10px 0px;
    }

    dl.man {
        background-image: url('../images/top1/icon_man.svg');
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y: 0px;
        padding: 50px 0px 0px 0px;
    }

    dt.man span {
        font-size: 1.2rem;
        text-align: center;
        background-color: var(--background-color,#ffffff);
        padding: 3px 20px;
        border-radius: 50px;
    }

    dd.man {
        padding: 10px 0px;
    }

    dl.wman {
        background-image: url('../images/top1/icon_wman.svg');
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y: 0px;
        padding: 50px 0px 0px 0px;
    }

    dt.wman span {
        font-size: 1.2rem;
        text-align: center;
        background-color: var(--background-color,#ffffff);
        padding: 3px 20px;
        border-radius: 50px;
    }

    dd.wman {
        padding: 10px 0px;
    }


    .about-area__koho-item {
        max-width: 532px;
        width: 100%;
        padding: 20px 0px 10px;
        border-radius: 10px;
        text-align: center;
        background-color: var(--background-color,#FCE8D0);
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .about-area__koho-item__title {
        padding: 8px 0px;
        text-align: center;
    }

        .about-area__koho-item__title img {
            padding: 0px 0px 20px;
        }


    .about-area__koho-item--img img {
        width: 178px;
    }

    .about-area__koho-item__kijititle {
        padding: 6px 0px 15px 25px;
        width: 200px;
        position: relative;
    }

        .about-area__koho-item__kijititle::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            /* SVGの設定 */
            width: 1.2em;
            height: 1.2em;
            background-image: url('../images/top1/arrow_right_circle_line.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }


    .about-area-list {
        background-color: var(--background-color,#F6F3C8);
        border-radius: 10px;
        padding: 20px 0px 10px 20px;
        margin: 15px 0px 0px;
    }

        .about-area-list ul li {
            float: left;
            max-width: 170px;
            width: 100%;
            position: relative;
            padding-left: 1.4em; /* アイコンの幅に合わせて調整 */
            margin-bottom: 0.8em;
            line-height: 1.5;
        }

            .about-area-list ul li::before {
                content: ""; /* 必須：中身は空にする */
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); /* 上下中央揃え */
                /* SVGの設定 */
                width: 1.2em;
                height: 1.2em;
                background-image: url('../images/top1/arrow_right_circle_line.svg'); /* SVGパスを指定 */
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

    .koho-button {
        background-image: url("../images/index/icon_btn_arrow.png");
        background-color: #fff;
        background-size: 6px;
        background-repeat: no-repeat;
        width: 200px;
        padding: 5px;
        margin: 10px 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: 167px 14px;
    }


        .koho-button p {
            color: #402306;
            font-weight: 500;
            text-align: center;
        }

        .koho-button:hover {
            background-image: url("../images/index/icon_btn_arrow.png");
            background-size: 6px;
            background-repeat: no-repeat;
            background-position: 172px 14px;
        }


    @media screen and (max-width:768px) {
        .about-area-title::before {
            background-size: 275px;
            position: absolute;
            bottom: 90px;
            left: 0px;
            width: 275px;
        }

        .about-area-title::after {
            background-size: 375px;
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 375px;
            height: 177px;
        }
    }



    @media screen and (max-width: 599px) {

        .about-area-title::before {
            background-size: 183px;
            width: 183px;
        }

        .about-area-title::after {
            background-size: 182px;
            width: 180px;
            height: 95px;
        }

        .about-ugoki-title {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            align-items: center;
            gap: 20px;
            padding: 10px 0px;
        }

        .about-area__koho-item__title {
            order: 1;
        }
        .koho-image-area {
            order: 2;
        }
        .koho-button {
            order: 3;
        }

    }


    /*:::::::::::::::::::::::::
 * インスタエリア
 *::::::::::::::::::::::::*/

    .insta-area {
        width: 100%;
        position: relative;
    }

    .insta-area-title {
        position: relative;
    }


    .insta-area::before {
        background: url(../images/top1/insuta_bg_left.png);
        background-repeat: no-repeat;
        background-size: 465px;
        position: absolute;
        bottom: 70px;
        left: 0px;
        width: 465px;
        height: 523px;
        content: '';
        z-index: -1;
    }

    .insta-area::after {
        background: url(../images/top1/insuta_bg_right.png);
        background-repeat: no-repeat;
        background-size: 285px;
        position: absolute;
        bottom: 115px;
        right: 0px;
        width: 285px;
        height: 369px;
        content: '';
        z-index: -1;
    }



    .insta-area__inner {
        gap: 50px;
        max-width: 1200px;
        width: 100%;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: row;
    }

    .insta-area-left {
        max-width: 800px;
        width: 100%;
    }

    .insta-area-right {
        position: relative;
        top: 114px;
    }

    /*:::::::::::::::::::::::::
 * 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 img {
            max-width: 264px;
            width: 100%;
        }

    #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-image: url(../images/top1/aroow_gray_left.svg) !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        #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-image: url(../images/top1/aroow_gray_right.svg) !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        #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;
        }


            #top_insta_area .cont_title img {
                max-width: 259px;
            }

        insta-area::before {
            background-size: 200px;
            bottom: 70px;
            left: 0px;
            width: 200px;
            height: 234px;
        }

        .insta-area::after {
            background-size: 180px;
            bottom: 259px;
            right: 0px;
            width: 180px;
            height: 300px;
        }
    }


    .img img {
        max-width: 170px;
        padding: 0px 0px 0px;
    }

    @media screen and (max-width:768px) {
        .info-area__koho-item {
            max-width: unset;
        }
    }

    /* Youtubeタグ */
    .img .youtubeImage {
        max-width: 250px;
    }

        .img .youtubeImage iframe {
            max-width: 100% !important;
            max-height: 200px !important;
        }


    .ban-area__inner {
        max-width: 1200px;
        width: 100%;
        margin: 0px auto;
    }

.cont_title {
    text-align: center;
}
.koukokuban cont_title img {
    background-color: #FFFDF4;
}


/* 黒いオーバーレイ */
.btm-area__overlay {
    position: absolute;
    inset: 0; /* top, right, bottom, leftを一括指定 */
    background: rgba(0, 0, 0, 0.45); /* 半透明の黒 */
    transition: opacity 0.4s ease;
    z-index: 3;
}

    /* アイコンを中央に配置 */
    .icon01 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 109px;
        height: 119px;
        transform: translate(-50%, -50%);
        object-fit: contain;
        z-index: 3;
    }

    .icon02 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 214px;
        height: 121px;
        transform: translate(-50%, -50%);
        object-fit: contain;
        z-index: 3;
    }

    .icon03 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 84px;
        height: 121px;
        transform: translate(-50%, -50%);
        object-fit: contain;
        z-index: 3;
    }


    /* ホバー時にオーバーレイを消す */
    .btm-area__bg-box:hover .btm-area__overlay {
        opacity: 0;
    }


    /* スマホ対応 */
    @media (max-width: 768px) {
        .btm-area__image-row {
            flex-direction: column;
            height: 600px;
        }

        .btm-area__bg-box {
            height: auto;
        }
    }

    /*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/


    .Ichiran {
        text-align: center;
        margin: 20px auto 20px;
        width: 200px;
        font-size: 1em;
        border-radius: 25px;
        padding: 8px 0px;
        height: 45px;
    }



    @media screen and (max-width:767px) {

        #slidArea {
            /*        min-height: 250px;
*/
        }
    }



    /* サイト内検索 */
    #mainSearch02 {
        margin: 10px auto 0px 15px;
        letter-spacing: -.4em;
        width: 100%;
        max-width: 620px;
        float: left;
    }

    input.searchBox02 {
        height: 28px;
        width: 85%;
        margin: 1px 1px 0px 0px;
        vertical-align: middle;
        letter-spacing: normal;
        border: solid 1px #7F7F7F;
    }

    input.btnSearch02 {
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        letter-spacing: normal;
    }


    #mainSearch02 .bootstrap-scope .btn-gray {
        color: #2169AC !important;
        background-color: unset !important;
    }
    /* サイト内検索ver2.0 */
    .serch #input_form_search_word {
        height: 32px;
    }

    .serch .serchright {
        padding: 5px 0px 0px 0px;
    }


    /*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/
    @media screen and (min-width:801px) {
        #slidArea img {
            height: 360px;
            width: 950px;
        }

        #slidArea iframe {
            height: 360px;
        }

        #slidArea video {
            height: 360px;
        }
    }

    @media screen and (max-width:800px) {
        #slidArea img {
            aspect-ratio: 16 / 9;
        }

        #slidArea iframe {
            aspect-ratio: 16 / 9;
        }

        #slidArea video {
            aspect-ratio: 16 / 9;
        }
    }




    @media screen and (max-width:768px) {

        .jouhou_search {
            width: 230px;
            border: 2px solid #2169ac;
            border-radius: 5px;
            padding: 5px 0px;
            position: unset;
            margin: 0px auto;
        }

        .serach_btn_wrap {
            flex-direction: column;
            gap: 30px;
        }

        .serach_item {
            width: 170px;
            margin: 0px auto;
        }
    }

    .serchright a {
        text-decoration: none;
    }



    .keywordtitle {
        margin: 0px;
        padding: 5px 0px 14px 0px;
        font-size: 1rem;
    }


        .keywordtitle h5 {
            padding: 0.8rem 0;
            margin-bottom: 0.2rem;
            background-image: linear-gradient( 90deg, #CB1187 0 20%, #2169AC 20% );
            background-repeat: no-repeat;
            background-size: 100% 4%;
            background-position: bottom;
            font-weight: bold;
        }

    .keyword_item span {
        padding: 0px 20px;
    }

    @media screen and (max-width:768px) {

        .keywordtitle h5 {
            text-align: center;
        }

        .keyword_item {
            padding: 0px 0px 30px;
        }

            .keyword_item span {
                padding: 0px 6px;
            }
    }

    .keyword a {
        text-decoration: none;
    }


    .benri_btn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        text-align: center;
        padding: 20px 0px;
        flex-wrap: wrap;
    }

    .benri_item {
        max-width: 155px;
        width: 100%;
    }

    .benri_item_dot {
        border-right: 3px dotted #ccc;
    }

    @media screen and (max-width:455px) {
        .benri_item_dot {
            display: none;
        }
    }

    @media screen and (max-width:768px) {
        .benri_btn_wrap {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 10px;
            text-align: center;
            padding: 20px 0px;
            flex-wrap: wrap;
        }
    }




    /*:::::::::::::::::::::::::
* 広報誌 
*::::::::::::::::::::::::*/




    .kijiTtk {
        float: left;
        margin: 0px;
        padding: 10px 5px 0px 0px;
    }

    .naiyo img {
        float: left;
        vertical-align: middle;
        margin: 5px;
    }

    .naiyo {
        margin: 15px auto;
    }


    /* バナー広告 */

    .koukokuban {
        padding: 20px 0px;
        margin: 40px auto;
    }

    .bosyu {
        text-align: right;
        padding: 0px 20px 0px 0px;
        position: relative;
    }

        .bosyu::before {
            content: ""; /* 必須：中身は空にする */
            position: absolute;
            right: 200px;
            top: 50%;
            transform: translateY(-50%); /* 上下中央揃え */
            /* SVGの設定 */
            width: 6px;
            height: 10px;
            background-image: url('../images/top1/arrow_orange.svg'); /* SVGパスを指定 */
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }



    .ban {
        border: 1px solid #cccccc;
    }

    .r_menu {
        margin-bottom: 7px;
    }

        .r_menu .banTitle {
            font-size: 0.9em;
            height: 24px;
            line-height: 24px;
            text-align: center;
        }

        .r_menu .banImg {
            height: 55px;
            padding: 8px 10px 5px 35px;
            margin: 0px auto;
            text-align: center;
        }

    #textbannerArea {
        margin: 15px auto 25px;
    }

        #textbannerArea ul li {
            float: left;
            padding: 15px 15px 15px 25px;
            margin: 0px 8px;
            border-radius: 5px;
        }


    #oneBanArea {
        margin: 0px auto;
        padding-left: 5px;
    }


    #kanrenban {
        max-width: 100%;
        margin: 0px auto;
    }

    #kanrenbanBox {
        max-width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }

    #koukokubanBox {
        max-width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }


    #kanrenbanArea {
        margin: 0px;
        padding: 40px 0px;
    }

        #kanrenbanArea h4 span {
            padding: 4px 8px;
            font-weight: bold;
        }

    #bannerArea h4 span {
        border-left: 5px solid #009799;
        padding: 4px 8px;
        font-weight: bold;
        margin-right: 50px;
    }

    ul.bannaiyo {
        padding: 0px 0px 5px 20px;
        margin: 0px;
    }

    #kanrenban div#kanrenbanHeader, #kanrenban div#koukokubanHeader {
        margin: 5px 0px 5px 0px;
        padding: 15px 10px 0px;
    }

    #kanrenbanHeader h4 {
        border-left: 5px solid #006837;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1em;
    }

    #koukokubanHeader h4 {
        border-left: 5px solid #79c06e;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1em;
    }


    #kanrenbanHeader p {
        background: url("../images/top1/ya_green.png") no-repeat 0 center;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        float: right;
    }

    #koukokubanHeader span {
        margin: 0 0 0 10px;
        padding: 0px;
        font-size: 0.9em;
    }

    #adinfo {
        width: 100%;
        margin: 15px auto;
    }

    #adinfoBox {
        width: 100%;
        margin: 0px auto 15px;
        padding: 0px 0px 15px 0px;
    }

    #banArea {
        margin: 0px;
        padding: 0px;
    }

    ul.bannaiyo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 5px auto 5px auto;
        justify-content: space-around;
    }

    #adinfo div#addinfoHeader {
        margin: 5px 0px 15px 0px;
        padding: 5px 10px 5px;
    }

    #addinfoHeader h4 {
        /*border-left: 5px solid #ff9700;*/
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        font-size: 1.1em;
    }

    #addinfoHeader p {
        background: url("../images/top1/ya_green.png") no-repeat 0 center;
        margin: 0 auto 10px;
        padding: 3px 30px 3px 10px;
        float: right;
    }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBan,
    li.imgBan {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 10px 5px 5px;
        float: left;
    }

        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.imgBan img,
        li.imgBan img {
            display: block;
        }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBan,
    li.textBan {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBan span,
        li.textBan span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 188px;
            height: 52px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
            p.textBan span a,
            li.textBan span a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }

    /* banスライダーのテキストバナー内の別ウィンドウで開くアイコン画像 */
    .textBan .textBan_newWinOpn {
        width: 10px;
        height: 9px;
    }
    /* フローティングバナー */
    div#fBanArea {
        width: 100%;
        font-size: 0.9em;
        padding: 5px 0px 0px 0px;
        display: none;
        margin-bottom: 10px;
    }

        div#fBanArea div#fBanBox {
            margin: 10px auto;
            position: relative;
        }

    @media screen and (min-width:1201px) {
        div#fBanArea div#fBanBox {
            max-width: 1200px;
        }
    }

    @media screen and (max-width:1200px) {
        div#fBanArea div#fBanBox {
            max-width: 95%;
        }
    }

    @media screen and (max-width:767px) {
        div#fBanArea div#fBanBox {
            max-width: 98%;
        }
    }

    #fAdinfoLink {
        float: left;
        margin-left: 50px;
    }

    .fLinkInfo p {
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0px 0px 0px 10px;
        border-left: 5px solid #006837;
        margin: 0px 0px 0px 10px;
    }

    div#fBanArea.floating {
        position: fixed;
        left: 0;
        bottom: 0;
        /*z-index: 99999;*/
        z-index: 1199;
        margin-bottom: 0px;
    }

    div#floatOff {
        float: left;
        text-align: center;
        margin-right: 5px;
    }

        div#floatOff img {
            cursor: pointer;
        }

    #fBanItem {
        margin: 10px auto 0px;
    }

    @media screen and (min-width:1201px) {
        div#fBanArea div#fBanBox {
            max-width: 1000px;
        }
    }

    @media screen and (max-width:1200px) {
        div#fBanArea div#fBanBox {
            max-width: 95%;
        }
    }

    @media screen and (max-width:767px) {
        div#fBanArea div#fBanBox {
            max-width: 98%;
        }
    }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBanfl,
    li.imgBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 7px 10px 0px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.imgBanfl img,
        li.imgBanfl img {
            display: block;
        }

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBanfl,
    li.textBanfl {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px 10px 0px;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBanfl span,
        li.textBanfl span {
            display: table;
            border: solid 1px #CCCCCC;
            width: 188px;
            height: 52px;
            box-sizing: border-box;
            line-height: 1.1em;
            text-align: center;
            overflow: hidden;
        }
            /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
            p.textBanfl span a,
            li.textBanfl span a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }


    /*
#fBanArea p.textBan {
    border: solid 1px #CCCCCC;
    width: 188px;
    padding: 13px 0px;
    text-align: center;
    font-size: 0.9em;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}*/



    /*:::::::::::::::::::::::::
 * snsボタン
 *::::::::::::::::::::::::*/
    .snsbutton {
        float: left;
        margin: 25px auto 85px;
    }

        .snsbutton li {
            z-index: 101;
            float: left;
        }

    #snsbutton_twitter {
        margin-right: 15px;
    }

    #snsbutton_facebook {
        margin-right: 10px;
    }

    span.forSR {
        position: absolute;
        left: -1000em;
    }

    .snsmenu {
        max-width: 500px;
        width: 100%;
    }

    /*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
    .Navigation ul {
        margin: 0;
        padding: 0;
    }

    .Navigation li {
        position: absolute;
        text-align: left;
        margin: 0;
        padding: 0;
        display: block;
    }

    .Navigation a {
        padding: 5px;
        display: inline;
        z-index: 1000000;
        text-decoration: none;
        position: absolute;
        max-width: 300px;
        left: -1000em;
        top: 0;
        font-weight: bold;
        text-align: center;
        font-size: 125%;
        /zoom:1;
        white-space: nowrap;
    }

        .Navigation a:focus,
        .Navigation a:active {
            position: absolute;
            top: 30px;
            left: 250px;
            background: #fff !important;
            border: 2px solid #000;
        }

    img.imgFromText {
        max-height: 126px !important;
        max-width: 90px !important;
    }

    * html img.imgFromText {
        height: 126px !important;
        width: 90px !important;
    }

    /*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
    .freeareaWrap {
        margin: 0px auto;
        padding: 0px;
        width: 99%;
    }

    .freearea {
        padding: 0px;
        margin-top: 0px;
    }

        .freearea.disp_marquee_text {
            background-color: transparent !important;
            margin: 1px auto !important;
        }

    /*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
    div#browsingHistoryArea {
        max-width: 1200px;
        margin: 0px auto 0px;
        padding: 10px 0px;
    }

    div#browsinghisotry_block ul {
        overflow: hidden;
        padding: 0px 10px;
    }

        div#browsinghisotry_block ul li {
            border-top: 1px dotted #cccccc;
            margin-top: -1px;
            padding: 5px 0;
        }

    div#browsinghisotry_block .upddate {
        float: left;
        font-size: 0.9em;
        min-width: 130px;
        width: auto;
        padding-left: 5px;
    }

    #browsingHistoryTop1 .browsinghistory_header {
        padding: 10px 0px 10px 12px;
    }

    div#browsinghisotry_block .title {
        float: left;
        max-width: 800px;
        text-overflow: ellipsis;
        padding: 0px 5px 0px 10px;
    }

    div#browsinghisotry_block .del {
    }

    #browsinghistory_ttl h2 {
        float: left;
        font-size: 1.1em;
        font-weight: bold;
        padding-left: 10px;
        border-left: 5px solid #cccccc;
    }

    #browsinghistory_rmv {
        float: right;
        padding-right: 5px;
        font-size: 0.9em;
    }



    /*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


    @media screen and (max-width:1100px) {
        /* タブレット用のスタイル記述 */
        img {
            max-width: 100%;
            height: auto;
            width /***/: auto;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
            float: none;
        }


        .mainBlock {
            margin: 0px auto 0px;
            padding-top: 5px;
        }


        .kinkyuBlock {
            border: 1px solid #C1272D;
            padding: 0px;
            box-sizing: border-box;
            margin: 0px auto 0px;
            max-width: none;
            float: none;
        }


        /* サイト内検索 */
        #mainSearch02 {
            margin: 10px 10px 0px;
        }

        input.btnSearch02 {
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
        }



        #benri_btn ul li {
            min-width: 150px;
        }

        .boxArea ul li::before {
            padding: 5px 5px;
            line-height: 0em;
        }

        .naiyo ul li {
            margin: 15px 0px;
            float: left;
            min-width: 130px;
        }
    }

    @media screen and (max-width:1000px) {
    }

    @media screen and (max-width:980px) {
        /* タブレット用のスタイル記述 */

        ul.kinkyuTxt li p.koshin {
            float: none;
            min-width: 70px;
            margin-left: 10px;
        }

        ul.kinkyuTxt li div.k_naiyo {
            float: left;
            max-width: 100%;
            margin: 0px 0px 10px 10px;
        }
    }

    @media screen and (max-width:767px) {
        /* スマートフォン用のスタイル記述 */

        .menuitem02 {
            margin: 15px auto 0px;
        }

        #slidArea {
            width: 100%;
            margin: 0px auto;
        }

        #kinkyuArea {
            width: 100%;
            padding: 10px 0px;
        }

        #about_Area {
            width: 100%;
            margin: 0px auto 20px;
        }


        .serchleft {
            float: none;
            max-width: 100%;
            width: auto;
        }

        input.searchBox02 {
            height: 28px;
            width: 71%;
            margin: 1px 1px 0px 0px;
            vertical-align: middle;
            letter-spacing: normal;
            border: solid 1px #7F7F7F;
        }

        .keywordtitle {
            margin: 10px;
            padding: 5px 5px 5px 5px;
        }

            .keywordtitle span {
                margin: 0px 0px auto 5px;
                padding: 5px 5px 14px 5px;
            }

        .benribox02 {
            width: auto;
        }




        #benri_btn {
            margin: 0px 5px;
        }

        .kanrenban {
            margin: 15px auto;
        }

        div.newTtl {
            float: none;
            width: auto;
            padding: 2px 5px;
        }

        #newTtlTab .selected {
            font-weight: bold;
            padding: 11px 8px 9px;
            margin: 0px;
            cursor: default;
        }

        #newTtlTab h3 {
            float: left;
            padding: 11px 8px 9px;
            margin: 0px 4px 0px 4px;
            text-decoration: none;
            font-size: 0.9em;
            cursor: pointer;
        }

        .info {
            padding: 0px;
            margin: 10px 0px 15px 0px;
        }

            .info p.koushinDay {
                float: none;
                width: 90%;
                font-size: 0.9em;
                text-indent: 1em;
            }

        .infoIchiran {
            float: none;
        }



        .serchright {
            max-width: 320px;
            width: 100%;
            text-align: center;
            margin: 0px auto;
            float: none;
        }

        #life_event {
            margin: 0px auto 0px auto;
            display: inline-flex;
            flex-direction: row;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Blockmenu {
            max-width: 1000px;
            margin: 0px auto 0px;
            padding-top: 0px;
            display: flex;
            /* flex-direction: column;*/
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .boxArea {
            margin: 10px 0px 15px 10px;
            padding: 0px;
            float: none;
            width: 96%;
        }

        #kohoArea {
            width: auto !important;
            float: none;
            margin: 10px auto;
            padding: 0px;
        }

        #ugokiArea {
            width: auto !important;
            float: none;
            margin: 0px auto;
            padding: 0px;
        }

        .naiyo {
            margin: 0px auto;
            padding: 0px;
        }


        .kohoIchiran {
            padding: 3px 2px 2px 10px;
            margin: 10px 0px 2px;
            font-size: 0.9em;
            width: 160px;
            border-radius: 15px;
        }



        .btnArea {
            float: none;
            text-align: center;
        }

            .btnArea img {
                text-align: center;
                margin: 0px auto;
            }

        #kanrenbanBox {
            margin: 0px auto;
        }

        ul.bannaiyo {
            padding: 0px 0px 5px 7px;
            margin: 0px auto;
            width: auto;
        }

        p.imgBan, li.imgBan {
            display: inline-block;
            vertical-align: middle;
            margin: 0px 2px 5px 5px;
            float: left;
        }

        #fBanItem {
            text-align: center;
        }

        .newTtl span.termTitle {
            margin: 0px 0px 0px 15px;
        }

        #ugkTxt {
            margin: 0px auto;
        }

        #mainSearch02 {
            margin: 10px 0px;
        }

            #mainSearch02 .searchBox-gcs {
                width: 100% !important;
            }

        h4 {
            padding: 0px 0px 0px 0px;
        }

        #jyuuyou_Area {
            width: calc(100% - 20px);
            margin: 0px auto;
        }
    }

    @media screen and (max-width:400px) {
        /* スマートフォン用のスタイル記述 */

    }

    /* パーソナライズ */
    .personalizeBox {
        margin-bottom: 7px;
        text-align: center;
    }

        .personalizeBox .login {
            margin: 10px auto 5px auto;
            text-align: center;
        }

        .personalizeBox ul {
            width: 35%;
            margin: 5px auto;
        }

        .personalizeBox .setsumei {
            padding: 3px 3px 3px 17px;
            background: url("../images/top1/b_01.png") no-repeat 7px center;
            margin: 2px auto;
            text-align: left;
        }

    /* wysiwyg */
    #mainShosai table.__wys_table {
        width: auto;
    }

    .__wys_table td {
        border: solid 1px #000000;
        padding: 3px;
    }

    .__wys_table th {
        background-color: #eeffee;
        border: 1px solid #000000;
        font-weight: bold;
        padding: 3px;
    }


    /*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


    #foreignSP {
        display: none;
        width: 96%;
        margin: 5px auto 5px auto;
    }

        #foreignSP .plus {
            background: url("../images/top1/btn_plus.png") 98% center no-repeat #E3F4FF;
            background-size: 25px 25px;
        }

        #foreignSP .minus {
            background: url("../images/top1/btn_minus.png") 98% center no-repeat #E3F4FF;
            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 #2169AC !important;
            background-color: #2169AC;
        }

    #foreignTitle {
        width: 100%;
        margin: 1px auto;
    }

        #foreignTitle h4 {
            font-size: 1.2em;
        }

        #foreignTitle a {
            border: 1px solid #2169AC;
            padding: 10px 8px 10px 12px !important;
            color: #2169AC;
            display: block;
            height: 100%;
            font-weight: normal !important;
        }

    #foreignDsp {
        width: 99%;
        margin: 0px auto;
        padding: 2px 0px 6px 0px;
        display: none;
    }

        #foreignDsp ul {
            width: 100%;
            margin: 0px auto;
        }

            #foreignDsp ul li {
                padding: 0px;
                width: 97%;
                margin: 2px 0px 0px 4px !important;
                float: left;
                background: url("../images/top1/ya_b01.png") no-repeat 95% center #ffffff;
                background-size: 10px 13px;
                border: 1px solid #2169AC;
            }

                #foreignDsp ul li a {
                    width: 70%;
                    line-height: 2.4em;
                    display: block;
                    padding: 0px !important;
                    margin-left: 15px !important;
                }

    @media screen and (max-width:767px) {
        #foreignSP {
            display: none;
        }
    }

    .conttitle {
        padding: 20px 0px;
    }

    /*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/
    #banSlide {
        width: 100%;
        margin: 40px auto 40px auto;
        padding: 0px 0px 20px 0px;
        position: relative;
        z-index: 100;
    }


    #ban_slide_set {
        max-width: 1200px;
        margin: 0px auto;
        padding: 0px 0px 0px;
        z-index: -2;
        position: relative;
    }

    @media screen and (min-width:1025px) {
        #banSlide #ban_slide_set li img {
        }
    }
    /* タブレット用 */
    @media screen and (max-width:1024px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
        }
    }
    /* スマホ用 */
    @media screen and (max-width:767px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
        }
    }

    @media screen and (max-width:380px) {
        #banSlide #ban_slide_set li img {
            width: 100%;
            margin: 0px;
        }
    }

    /* 記事スライダーの画像 */
    #ban_slide_set img {
        margin: 0px auto;
        width: 240px !important;
        height: 240px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    #banSlide #ban_slide_set li {
        margin: 0px 0px 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        padding: 0px 0px 0px 0px;
        height: 360px;
        background-color: var(--background-color,#ffffff);
    }

    #ban_slide_set article slick-slide slick-cloned slick-active {
        max-height: 350px;
    }

    #ban_slide_set .slick-dots li {
        box-shadow: unset !important;
        height: unset !important;
        margin: 0px auto !important;
        background-color: unset !important;
    }

    /* スライダーの前・次ボタンの位置 */
    #ban_slide_set .slick-prev,
    #ban_slide_set .slick-next {
        top: 160px !important;
    }
    /* 更新日 */
    #ban_slide_set .kiji_koushinDay {
        padding: 10px 0px 0px 0px;
        font-size: 0.9em;
        width: 200px;
        text-align: right;
    }
    /* タイトル */
#ban_slide_set .kiji_title {
    margin: 0px auto;
    font-size: 1em;
    width: 240px;
    padding: 10px 10px;
    overflow: auto;
    height: 79px;
}

    #ban_slide_set .slick-list {
        overflow: hidden;
    }

    /* 概要文 */
    #ban_slide_set .kiji_gaiyou {
        margin: 15px 0px 10px 0px;
        font-size: 0.9em;
        width: 240px;
    }

    .slick-track {
        margin-bottom: 10px !important;
    }


    /* Youtubeタグ */
    #ban_slide_set .youtubeImage {
        width: 240px;
    }

        #ban_slide_set .youtubeImage iframe {
            max-width: 100% !important;
            max-height: 200px !important;
        }

    /*    #ban_slide_set .slick-dotted.slick-slider {
        padding-left: 38px !important;
        padding-right: 38px !important;
        margin-bottom: 2px !important;
    }
*/
    #ban_slide_set .slick-prev {
        width: 50px;
        height: 50px;
        left: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set .slick-prev:before {
            content: '';
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -15px;
            opacity: 0.4;
            background-image: url(../images/top1/aroow_gray_left.svg) !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }


    #ban_slide_set .slick-next {
        width: 50px;
        height: 50px;
        right: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set .slick-next:before {
            content: '';
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -15px;
            opacity: 0.4;
            background-image: url(../images/top1/aroow_gray_right.svg) !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }




    #ban_slide_set .slick-dots {
        display: block !important;
        bottom: -40px;
        position: absolute;
        height: 33px !important;
        left: 0px;
    }


        #ban_slide_set .slick-dots li button:before {
            font-family: 'slick';
            font-size: 10px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: .28;
            color: #000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }


        #ban_slide_set .slick-dots li.slick-active button:before {
            opacity: .98;
            color: #D77619;
        }

    .slick-initialized .slick-slide {
        margin: 0px 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: '';
        }


    /* 真ん中を大きくする */
    /*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide.slick-center {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
*/
    /* 真ん中以外を小さくする */
    /*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide:not(.slick-center) {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }
*/
    /*:::::::::::::::::::::::::
 * フォトギャラリー
 *::::::::::::::::::::::::*/
    #photogallery_one {
        margin: 30px auto !important;
    }

        #photogallery_one .slick-slide img {
            height: 230px !important;
            width: 230px !important;
            max-height: unset !important;
            object-fit: cover;
        }

        #photogallery_one .slick-slide {
            margin-right: 30px !important;
        }

        #photogallery_one .slick-dotted.slick-slider {
            margin-bottom: 2px !important;
        }

    /*:::::::::::::::::::::::::
 * Infoスライダー
 *::::::::::::::::::::::::*/
    #banSlide_event {
        width: 100%;
        margin: 0 auto;
        border-radius: 5px;
        padding-top: 20px;
    }

    @media screen and (min-width:1025px) {
        #banSlide_event #ban_slide_set_event li img {
        }
    }
    /* タブレット用 */
    @media screen and (max-width:1024px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
        }
    }
    /* スマホ用 */
    @media screen and (max-width:767px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
        }
    }

    @media screen and (max-width:380px) {
        #banSlide_event #ban_slide_set_event li img {
            width: 100%;
            margin: 0px;
            height: auto;
        }
    }

    /* Infoスライダーの画像 */
    #ban_slide_set_event img {
        margin: 0px auto;
        width: 320px !important;
        height: 240px;
        object-fit: cover;
        object-position: top;
    }

    #banSlide_event #ban_slide_set_event li {
        margin: 0px 15px;
        box-shadow: 0px 3px 10px rgba(15, 115, 183, 0.3);
        border-radius: 5px;
        padding: 0px 0px 10px 0px;
        height: 365px;
    }

    #ban_slide_set_event article slick-slide slick-cloned slick-active {
        max-height: 350px;
    }
    /* スライダーの前・次ボタンの位置 */
    #ban_slide_set_event .slick-prev,
    #ban_slide_set_event .slick-next {
        top: 95px !important;
    }
    /* 更新日 */
    #ban_slide_set_event .kiji_koushinDay {
        margin: 15px 0px 0px 25px;
        font-size: 0.9em;
        width: 280px;
    }
    /* タイトル */
    #ban_slide_set_event .kiji_title {
        margin: 0px auto;
        font-size: 1em;
        font-weight: bold;
        width: 280px;
        padding: 10px 0px;
        overflow: hidden;
    }

    #ban_slide_set_event .slick-list {
        overflow: hidden;
    }

    /* 概要文 */
    #ban_slide_set_event .kiji_gaiyou {
        margin: 15px 0px 10px 45px;
        font-size: 0.9em;
        width: 280px;
    }

    #ban_slide_set_event .slick-dotted.slick-slider {
        padding-left: 38px !important;
        padding-right: 38px !important;
        margin-bottom: 2px !important;
    }

    #ban_slide_set_event .slick-prev {
        width: 50px;
        height: 50px;
        left: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_event .slick-prev:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set_event .slick-prev:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-right: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -6px;
        }

    #ban_slide_set_event .slick-next {
        width: 50px;
        height: 50px;
        right: 0;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_event .slick-next:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #495057;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -15px;
            opacity: 0.4;
        }

        #ban_slide_set_event .slick-next:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-left: solid 8px #ffffff;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -6px;
        }


    /*:::::::::::::::::::::::::
 * スライダーボタン
 *::::::::::::::::::::::::*/
    .slick-prev {
        left: 10px !important;
    }

    .slick-next {
        right: 10px !important;
    }
    /*:::::::::::::::::::::::::
 * インタケージ
 *::::::::::::::::::::::::*/
    .slick-dots {
        display: none !important;
    }
    /*:::::::::::::::::::::::::
 * スライダーの再生・停止ボタン
 *::::::::::::::::::::::::*/
    .slick_toggle_wrap {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        height: 20px
    }

        .slick_toggle_wrap span {
            position: absolute;
            right: 15px;
            bottom: 0px;
            border: solid 1px;
            border-radius: 2px;
            padding: 2px 1px 1px 1px;
            width: 60px;
            height: 20px
        }

    .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;
    }


    /*:::::::::::::::::::::::::
 * スクロール&フェードイン
 *::::::::::::::::::::::::*/
    .fadein {
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 1500ms;
    }

        .fadein.scrollin {
            opacity: 1;
            transform: translate(0, 0);
        }

    /* お天気情報 start */
    #wthHiduke {
        text-align: center;
        font-size: 1em;
    }

    #contentsWth {
        width: 100%;
        font-size: 0.9em;
    }

    .wrapWth {
        float: left;
        text-align: center;
        margin: 10px auto;
        height: 80px;
        border: 0px none;
        padding: 0px 5px;
        /*
    width : 44% ;
    width : -webkit-calc(50% - 10px);
    width : calc(50% - 10px);
    */
        width: 14%;
        width: -webkit-calc(14.2% - 10px);
        width: calc(14.2% - 10px);
    }

        .wrapWth .wth span {
            margin-right: 5px;
            font-size: 0.8em;
        }

    #contentsWth .title {
        font-size: 0.9em;
    }

    #contentsWth .maxtemp {
        font-size: 0.9em;
    }

    #contentsWth .mintemp {
        font-size: 0.9em;
    }
    /* お天気情報 end */

    /* 休日カレンダー枠 */
    .holiday_cal {
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
        /* 休日カレンダー */
        .holiday_cal .cal_disp_title {
            width: 90% !important;
            margin: 0px auto;
        }

        .holiday_cal .cal_disp {
            width: 90% !important;
            margin: 0px auto 5px auto;
        }


    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #test {
        /*設置する親要素ページ全体ならbodyなど*/
        position: relative;
        height: 100vh;
        margin: 0;
        padding: 0;
    }

    .testcontents {
        /*サンプルはfixedの確認のためにheight指定しています。*/
        height: 1000px;
    }

    .cp_snslink06 {
        position: fixed;
        top: 50%;
        left: 0;
        display: block;
        overflow: hidden;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .cp_snslink06 .cp_link_list {
            -webkit-transform: translateX(-275px);
            transform: translateX(-275px);
            list-style-type: none;
        }

        .cp_snslink06 .cp_link a {
            text-decoration: none;
            color: #009688;
        }

        .cp_snslink06 .cp_link:hover a {
            color: #ffffff;
        }

        .cp_snslink06 .cp_link {
            display: block;
            width: 300px;
            margin: 5px;
            padding: 10px;
            -webkit-transition: all 1s;
            transition: all 1s;
            text-align: right;
            -webkit-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            background: #80cbc4;
        }

            .cp_snslink06 .cp_link:hover {
                -webkit-transform: translate(110px, 0);
                transform: translate(110px, 0);
                background: #009688;
            }

            .cp_snslink06 .cp_link i {
                font-size: 20px;
                width: 40px;
                height: 40px;
                margin-left: 10px;
                padding: 10px;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                color: #ffffff;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #009688;
            }

            .cp_snslink06 .cp_link:hover i {
                -webkit-transition: all 1s;
                transition: all 1s;
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                color: #009688;
                background: #80cbc4;
            }

    #jyuuyou_Area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        #jyuuyou_Area .titleimg {
            padding: 0px 15px 0px 0px;
        }

    .jyuuyou_info {
        padding: 0px;
        border-radius: 10px;
        max-width: 475px;
        width: 100%;
    }

        .jyuuyou_info ul li {
            padding: 5px 0px;
            border-bottom: 2px dotted #BEBEBE;
        }


    /* ガントチャートカレンダー start*/
    .calendar_Area .fullCalendarArea {
        padding: 0px 18px;
    }

    .calendar_Area .fullCalendarArea {
        margin-top: -40px;
        /*padding:0px 12px;*/
    }

    #FullCalendar div.fc-day-grid-container {
        height: auto !important;
        /*overflow-y:scroll;*/
        /*-webkit-overflow-scrolling: touch;*/
        /*overflow-x:hidden;*/
        min-height: 400px;
    }

    #FullCalendar .fc-basic-view .fc-body .fc-row {
        min-height: 400px;
        height: auto !important;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
        display: block;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
        width: 15px;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #FullCalendar div.fc-day-grid-container::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    #FullCalendar .fc-day {
        border-bottom: none;
    }

    /*#FullCalendar div.fc-widget-header{
    padding-right:15px;
    background-color: #DDD;
}*/

    #FullCalendar .fc-body {
        background-color: #FFF;
    }

    /*#FullCalendar .fc-view-container{
    padding:0px 30px;
}*/

    #FullCalendar .fc-prev-button {
        /*position: absolute;
    top: 0px;
    left: 9px;*/
        width: 34px;
        height: 34px;
        /*z-index: 100;*/
        background: rgba(45, 43, 43, 0.8);
        border: none;
        /*opacity: 0.8;*/
        border-radius: 50%;
    }

        #FullCalendar .fc-prev-button span {
            color: #FFFFFF;
        }

    #FullCalendar .fc-icon-left-single-arrow:after {
        left: -25%;
    }

    #FullCalendar .fc-next-button {
        /*position: absolute;
    top: 0px;
    right: 9px;*/
        width: 34px;
        height: 34px;
        /*z-index: 100;*/
        background: rgba(45, 43, 43, 0.8);
        border: none;
        /*opacity: 0.8;*/
        border-radius: 50%;
    }

        #FullCalendar .fc-next-button span {
            color: #FFFFFF;
            margin: 0px -0.2em;
        }

    #FullCalendar .fc-icon-right-single-arrow:after {
        right: -5%;
    }

    /*#FullCalendar .fc-state-default.fc-corner-right,
#FullCalendar .fc-state-default.fc-corner-left{
    border-radius:4px;
}*/

    #FullCalendar .fc-today-button {
        position: absolute;
        top: 1px;
        left: -70px;
        border-radius: 4px;
    }

    #FullCalendar .kiji-info-kikan {
        font-size: 0.85em;
    }

    .calendarIchiran {
        font-size: 1em;
        padding: 3px;
        margin: 40px auto 0px;
        text-align: center;
        width: 180px;
    }

    @media all and (-ms-high-contrast: none) {
        /*IE10以上*/
        #FullCalendar .fc-day-header {
            padding-top: 10px;
        }

        /*#FullCalendar div.fc-widget-header{
    padding-right:17px;
  }*/
    }


    @media screen and (max-width:767px) {
        /* スマートフォン用のスタイル記述 */

        #FullCalendar .fc-today-button {
            left: 57px;
        }

        #FullCalendar .fc-center {
            position: inherit;
        }
    }

    @media screen and (max-width: 636px) {

        /*.cont_item5 span:after {
        display: none;
    }*/
    }

    /*ガントチャートカレンダー end*/

    /* スライドビューワのnext・prevボタンを表示する場合 */
    /*
.layouttype7 .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    padding: 2px 17px !important;
    bottom: 38% !important;
}
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        position: absolute !important;
        top: auto !important;
        right: auto !important;
        left: 10px !important;
    }
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-next:hover {
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        right: 10px !important;
    }

.layouttype7 .bx-wrapper .bx-controls-direction .bx-prev {
    display: block !important;
    left: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat 0 -32px !important;
    z-index: 99 !important;
}
.layouttype7 .bx-wrapper .bx-controls-direction .bx-next {
    display: block !important;
    right: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat -43px -32px !important;
    z-index: 99 !important;
}
*/



    /* 分類の記事一覧（新着マークおよびポップアップ表示付き） start */

    /* 記事一覧 */
    .oshirase_list {
        max-width: 1100px;
        margin: 0px auto 0px;
        padding: 20px 0px;
    }

        .oshirase_list .ttl {
            float: left;
            padding: 0px 15px;
            width: 76%;
        }

        .oshirase_list .newdspmark {
            margin-right: 4px;
            background-color: #ff0000;
            color: #ffffff;
            font-size: 0.7em;
            padding: 4px 6px;
        }

            .oshirase_list .newdspmark img {
                margin-right: 3px;
            }

    /* ポップアップ表示 */
    .popupfloat {
        width: 270px;
        position: fixed;
        right: 15vw;
        bottom: 15vh;
        z-index: 99999;
        cursor: pointer;
        cursor: hand;
    }

        .popupfloat .wrap {
            width: 100%;
            padding: 8px 10px;
            background-color: #ffffff;
            border: solid 2px #1d92c4;
            border-radius: 5px;
            box-shadow: 1px 1px 3px #666;
            text-align: center;
            margin: 0 auto;
            display: flex;
            /* 上下左右で中央 */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .popupfloat .wrap .content {
                width: 100%;
                max-height: 15vh;
                display: block;
                overflow-y: auto;
                color: #1d92c4;
                font-size: 0.9rem;
            }

    /* 分類の記事一覧（新着マークおよびポップアップ表示付き） end */


    /*** 背景動画 start ***/
    .movie_bg {
        background-color: #f8f6ee;
        background: url("../images/top1/bg_movie.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* mainvisualを覆うのぞき窓*/
    .wrapper_mainvisual {
        aspect-ratio: 16/9 !important;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        /* wrapper以上の大きさは非表示にする*/
        overflow: hidden;
        position: relative;
    }

    /* 動画の領域*/
    #mainvisual {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        overflow: hidden;
        /* 動画の領域*/
        margin-top: -24%;
    }

    /* mainvisual内で100%表示*/
    iframe#iframe_bgmv {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto !important;
    }

    #mainvisual:before {
        content: "";
        display: block;
        /* ★表示領域の微調整*/
        padding-top: 104.2% !important;
    }

    #menuBg {
        position: absolute;
        width: 100%;
        /* 背景動画のコントロールボタン位置調整 */
        bottom: 23.5%;
    }

    /* 背景動画のコントロールボタンを左へ*/
    div#controlArea {
        position: relative;
        z-index: 999;
        text-align: left;
    }

        div#controlArea a {
            /*color: #333333;*/
            color: #ffffff;
        }

            div#controlArea a.active {
                display: none;
            }

        div#controlArea svg {
            width: 30px;
            margin: 2px 15px 2px 15px;
        }

    /*youtube動画エリア*/
    #mainvisual iframe {
        border-radius: 20px;
    }

    .youtube_area {
        margin-bottom: 70px;
    }

        .youtube_area .cont_title img {
            margin-bottom: 20px;
        }

        /*iframe {
    border-radius: 20px;
}*/

        .youtube_area .Ichiran {
            width: 250px !important;
        }
    /*** 背景動画 end ***/


    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 (min-width:768px) {

        /*L-Alert内容表示用 start */
        #pcx_detail, .pcx_detail {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
                padding: 6px;
            }

            #pcx_detail th, .pcx_detail th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 15%;
                text-align: center;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 85%;
            }

        .evacuation_bold {
            font-weight: bold;
        }
        /*L-Alert内容表示用 end */

        /* L-Alert内容表示用 ver2.1 避難情報 start */
        #pcx_evacuation, .pcx_evacuation {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
                padding: 6px;
            }

            #pcx_evacuation th, .pcx_evacuation th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 20%;
                text-align: center;
            }

            #pcx_evacuation td, .pcx_evacuation td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
                width: 40%;
            }
        /* L-Alert内容表示用 ver2.1 避難情報 end */
    }

    @media screen and (max-width:767px) {

        /* L-Alert内容表示用 start */
        #pcx_detail, .pcx_detail {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
                padding: 6px;
            }

            #pcx_detail th, .pcx_detail th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_detail td, .pcx_detail td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

        .evacuation_bold {
            font-weight: bold;
        }
        /* L-Alert内容表示用 end */


        /* L-Alert内容表示用 ver2.1 避難情報 start */
        #pcx_evacuation, .pcx_evacuation {
            width: 100%;
            border: 1px solid #F5D6D6;
        }

            #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
                padding: 6px;
            }

            #pcx_evacuation th, .pcx_evacuation th {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_evacuation td, .pcx_evacuation td {
                border-top: 1px solid #DA5054;
                border-bottom: 1px solid #DA5054;
                border-right: 1px solid #DA5054;
                border-left: 1px solid #DA5054;
            }

            #pcx_evacuation tr:first-child td, .pcx_evacuation tr:first-child td {
                border-top: none;
            }
        /* L-Alert内容表示用 ver2.1 避難情報 end */
    }

    /*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
    .my-green {
        color: #65ab31;
    }

    .my-white {
        color: #ffffff;
    }

    .my-pink {
        color: #CB1187;
    }

    .my-red {
        color: #980C0C;
    }

    .my-blue {
        color: #075B92;
    }

    .my-skyblue {
        color: #5DB1D5;
    }

    #bankijislider_kanrensiteban .slick-dots {
        display: block !important;
        bottom: -40px;
    }

        #bankijislider_kanrensiteban .slick-dots li button:before {
            font-family: 'slick';
            font-size: 10px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '•';
            text-align: center;
            opacity: .28;
            color: #000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #bankijislider_kanrensiteban .slick-dots li.slick-active button:before {
            opacity: 0.7;
        }

    .slick-prev, .slick-next {
        z-index: 5;
    }

    .koukokuban {
        padding: 20px 0px 30px 0px;
    }

        .koukokuban .textBan {
            width: 160px;
            height: 50px;
        }


    @media screen and (max-width:800px) {
        .Swiper-area {
            padding: 20px 0px 0px;
        }
    }




    @media screen and (max-width:768px) {

        #kanrenbanArea {
            padding: 20px 0px 10px;
        }

            #kanrenbanArea .cont_title {
                padding: 5px 0px;
            }

            #kanrenbanArea .koukokuban .cont_title {
                display: block;
                padding: 5px 0px;
            }

        .koukokuban {
            margin: 10px auto !important;
        }

        .bosyu {
            justify-items: center;
            position: relative;
            padding: 10px 0px;
        }
    }

    .swiperArea {
        margin-bottom: 20px;
        aspect-ratio: 1057 / 440;
    }

.swiperArea {
    &:has(.swiper.coverflow)

{
    & .swiper-pagination

{
    position: unset !important;
    top: var(--swiper-pagination-top, var(--swiper-max-height, auto));
}

}
}

.swiper-pagination-bullet-active {
    background-color: var(--background-color,#D77619) !important;
}