﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* 横スクロールバー禁止 */
html, body {
    /*overflow-x: hidden;*/
}

/* body */
body {
    /* ※背景色・文字色は色別CSSで定義 */
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }

/* 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;
    }
}

h4 {
    font-weight: bold;
    display: inline;
    font-size: 1.3em;
}



/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#cont_area {
    margin-left: auto;
    margin-right: auto;
}

.mainBlock {
    max-width: 1160px;
    margin: 0px auto 0px;
    padding: 0px 0px;
    position: relative;
}

#slide_wrap {
    padding: 20px 0px 0px;
}

#slidArea {
    width: 100%;
    margin: 0px auto;
}

    #slidArea .bx-wrapper .bx-pager {
        z-index: 50;
    }


.slide_back {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #C3E4F2 50%, #C3E4F2 100%);
    /*    display: flex;
    justify-content: center;
    align-items: center;
*/ width: 100%;
}

/*:::::::::::::::::::::::::
 * トップメインエリア全体
 *::::::::::::::::::::::::*/

#top_main_wrap {
    width: 100vw;
    position: relative;
    z-index: 0;
}

    #top_main_wrap * {
        box-sizing: border-box;
    }

    #top_main_wrap .slick-prev {
        z-index: 100;
    }

/* ページの横幅基準 */
.set_wrap_width {
    max-width: 1103px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1200px) {
    .set_wrap_width {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    .set_wrap_width {
        max-width: 100%;
    }
}

#search_area {
    padding: 20px 0px;
}

.arrow {
    padding-top: calc(6vw + 10px); /* 高さに合わせて調節してください。*/
    position: relative;
}

    .arrow::before,
    .arrow::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 6vw solid #fff; /* 好みで高さ色を変えてください */
    }

    .arrow::before {
        left: 0;
        border-right: 50vw solid transparent;
    }

    .arrow::after {
        right: 0;
        border-left: 50vw solid transparent;
    }


/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/
#top_slide {
    padding: 15px 0;
    margin: 0 auto;
}

#slidArea .bx-controls-auto {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0px 5px 5px 0px;
    z-index: 50;
}

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

    #slidArea {
        min-height: 450px;
        max-width: 1100px;
    }

        #slidArea .bx-wrapper .bx-viewport {
            overflow: visible !important; /* 両サイドに前後の画像を表示させる */
            max-width: 1100px; /* スライド画像の幅（表示させる幅） */
            margin-left: 47%;
        }

            #slidArea .bx-wrapper .bx-viewport li {
                margin-left: -515px !important;
                margin-right: 520px !important;
            }
}

section {
    margin: 0px auto;
    padding: 0px 0px 0px;
}

.cont_title {
    text-align: center;
}

    .cont_title img {
        background-color: var(--background-color-for-image);
    }

.ichiran_wrap {
    margin: 0 auto;
}

.Ichiran {
    width: 180px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    font-size: 1em;
    position: relative;
    margin: 0 auto;
}

    .Ichiran::after {
        font-family: "Font Awesome 5 Free";
        content: "\f138";
        font-weight: bold;
        position: absolute;
        top: 35%;
        right: 10px;
        color: #FFFFFF;
    }

.Ichiran_cal {
    width: 250px;
}

.Ichiran_kouhou {
    justify-content: flex-start;
    padding-left: 17px;
}

#kinkyuArea {
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    position: relative;
    display: none;
}

@media screen and (max-width:767px) {

    #slidArea {
        /*        min-height: 250px;
*/
    }
}

#btn_area {
    padding: 20px 0px 40px;
}

#sns_area {
    padding: 0px 0px 0px;
}


.menuitem02 {
    margin: 15px 30px 0px;
}


/* サイト内検索 */
#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: 450px;
        width: 1100px;
    }

    #slidArea iframe {
        height: 400px;
    }

    #slidArea video {
        height: 400px;
    }
}

@media screen and (max-width:800px) {
    #slidArea img {
        aspect-ratio: 360 / 164;
    }

    /*    #slidArea iframe {
        aspect-ratio: 16 / 9;
    }

    #slidArea video {
        aspect-ratio: 16 / 9;
    }*/
}

/*::::::::::::::::::::::::::::
 * 重要なお知らせ
 *::::::::::::::::::::::::::::*/

#jyuuyou_Area {
    margin: 10px auto;
    padding: 20px 0;
}

.jyuuyou_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: 116px;
    margin: 0px auto;
    align-items: center;
    border-radius: 5px;
}

    .jyuuyou_wrap .cont_title {
        width: 280px;
        padding: 15px 0px;
    }

        .jyuuyou_wrap .cont_title h3 {
            display: block;
            min-height: 85px;
            padding: 15px 0;
            border-right: 1px solid #AEAEAE;
            border-bottom: none;
            font-size: 1.2em;
            font-weight: bold;
        }

.jyuuyou_info {
    padding: 0 0 0 30px;
    width: calc(100% - 280px);
    max-height: 116px;
    overflow-y: auto;
}

    .jyuuyou_info ul li {
        padding: 5px 0px;
    }

        .jyuuyou_info ul li article {
            display: flex;
            flex-wrap: wrap;
        }

    .jyuuyou_info .koushinDay {
        width: 115px;
        padding-top: 5px;
    }

    .jyuuyou_info .newTtl {
        width: calc(100% - 130px);
    }


@media screen and (max-width:1000px) {
    .jyuuyou_wrap .cont_title h3 {
        border-right: none;
        border-bottom: 1px solid #AEAEAE;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        min-height: unset;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .jyuuyou_info {
        width: 100%;
        height: auto;
        max-height: 150px;
    }
}

@media screen and (max-width:767px) {
    .jyuuyou_wrap {
        height: auto;
        width: 90%;
    }

    .jyuuyou_info {
        padding: 0 15px 20px;
    }

        .jyuuyou_info .koushinDay {
            width: 100%;
            padding: 5px 0;
        }

        .jyuuyou_info .newTtl {
            width: 100%;
        }
}


/*:::::::::::::::::::::::::
 * まちからのお知らせ
 *::::::::::::::::::::::::*/
#new_Area {
    width: 100%;
    position: relative;
    padding: 70px 0px 40px;
    margin: 0px auto;
}

    #new_Area .cont_title {
        background: url("../images/top1/icon_info.png") no-repeat;
        background-size: 76px;
        background-position-x: 68%;
        min-height: 90px;
        margin-bottom: 20px;
    }

#title_info_en {
    width: 161px;
}

#title_info {
    width: 280px;
}

#news_wrap {
    padding: 40px 60px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
}

    #news_wrap .ichiran_wrap {
        margin-top: 50px;
    }

#newTtlTab h3 {
    padding: 0px 0px 10px;
    font-size: 1.3em;
    width: 100%;
}

#newTtlTab {
    margin: 0px auto 0px;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    max-width: 980px;
    text-align: center;
}

    #newTtlTab .selected {
        font-weight: bold;
        margin: 0px auto 0px;
        cursor: default;
        padding: 0px 0px 10px;
    }

.tab_item {
    width: 100%;
    max-width: 252px;
}


#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;
}

.sankakuN {
    position: relative;
}

    .sankakuN::after {
        border: 7px solid transparent;
        border-top-color: transparent;
        border-bottom-width: 7px;
        border-top-color: transparent;
        border-bottom-width: 7px;
        border-top-color: #086402;
        border-bottom-width: 0;
        bottom: -9px;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
    }

.listInfo {
    width: 95%;
    padding: 30px 0px;
    margin: 0px auto;
}

.info ul {
    padding: 0px 0px;
}

    .info ul#important {
        border-bottom: dotted 1px #999999;
    }

.listInfo ul li {
    line-height: 130%;
    padding: 10px;
}

    .listInfo ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }


#new_Area article {
    display: flex;
    flex-wrap: wrap;
    gap 5px 0;
}

#new_Area .koushinDay {
    width: 150px;
    text-indent: 1em;
}

#new_Area .newTtl {
    width: calc(100% - 160px);
}

div.newTtl .topCName {
    font-size: 0.8em;
}

/* 本日以降の予定を重複なし表示 */
.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: 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 {
    padding: 3px 15px 2px 33px;
    float: right;
    margin: 0px 0px 2px;
    font-size: 0.9em;
}

span.newdspmark {
    margin-right: 4px;
}

    span.newdspmark img {
        margin-right: 3px;
    }

.listInfo p.nodata {
    text-align: center;
    padding: 10px 0px 10px 15px;
}

p.nodata {
    text-align: center;
}

/* もっとみるボタン */
#new_Area a svg {
    margin-left: 5px;
}

@media screen and (max-width:1000px) {
    #new_Area .cont_title {
        background-position-x: 75%;
        margin-bottom: 15px;
    }

    #news_wrap {
        padding: 15px 5px;
    }

    #newTtlTab {
        max-width: 100%;
    }

    .tab_item {
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    #new_Area {
        padding: 50px 0px 0px;
    }

        #new_Area .cont_title {
            background-size: 65px;
            background-position-x: 95%;
            min-height: 76px;
        }

        #new_Area .koushinDay {
            width: 100%;
            text-indent: 0;
        }

        #new_Area .newTtl {
            width: 100%;
        }

    #title_info_en {
        width: 128px;
    }

    #title_info {
        width: 200px;
    }

    #news_wrap {
        padding: 15px 0;
        border-radius: 20px;
        width: 97%;
        margin: 0 auto;
    }

    .tab_item {
        padding: 0 2px;
    }

    #newTtlTab h3 {
        font-size: 0.85em;
    }

        #newTtlTab h3 .rss {
            display: none;
        }
}


/*:::::::::::::::::::::::::
 * 探すエリア
 *::::::::::::::::::::::::*/

#sagasu_Area {
    height: auto;
    width: 100%;
    padding-top: 35px;
}

/* タイトルとリンク */
#sagasu_top_area {
    background: url("../images/top1/icon_search.png") no-repeat;
    background-size: 168px;
    background-position-x: 30%;
}

    #sagasu_top_area .cont_title {
        min-height: 120px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

#search_linkbtn_area {
    padding: 0 0 10px;
}

#search_linkbtn {
    display: block flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 40px;
    box-shadow: 0px 3px 6px #CBC39029;
    border-radius: 25px;
    margin: 0 0 0 auto;
}

/* 情報を探す */
#search_wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

/* 検索枠、キーワード */
#search_word_wrap {
    width: 48%;
    padding: 10px;
}

#search_freeword_wrap {
    padding: 40px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    #search_freeword_wrap .bootstrap-scope .input-group-append button {
        font-size: 2em;
        margin-left: 10px;
    }

/* キーワード */
#search_keyword_wrap {
    padding: 10px;
}

#sagasu_Area .keywordtitle {
    border-bottom: 1px dashed #514100;
    padding: 5px;
    font-size: 0.9em;
}

#sagasu_Area .keywords {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px;
    padding: 20px 0;
}

/* もしものとき、○○から探す */
#sagasu_menu_wrap {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

/* もしものとき */
#moshimo_area {
    padding: 8px 15px 15px;
}

    #moshimo_area .cont_title {
        border-bottom: 1px dashed #514100;
        padding: 5px 0 8px;
        font-size: 1.1em;
    }

    #moshimo_area .fa-circle-chevron-right {
        margin-right: 3px;
    }

#moshimo_wrap {
    display: flex;
    justify-content: space-around;
    padding: 15px 0 0;
}

.moshimo_item {
    display: flex;
    flex-direction: column;
    place-items: center;
    gap: 5px;
}

    .moshimo_item .bousai {
        margin: 10px 10px 0 0;
    }

    .moshimo_item .bousai_map {
        margin: 7px 0 0 10px;
    }

    .moshimo_item .touban {
        margin: 0 0 0 10px;
    }

/* ○○から探す */
#sagasu_menu_area {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sagasu_menu_item {
    width: 167px;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.sagasu_menu_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.sagasu_menu_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 30px;
}

    .sagasu_menu_text p span {
        display: inline-block;
    }

.sagasu_soshiki img {
    margin-top: 10px;
}

.sagasu_bunrui img {
    margin-top: 20px;
}

.sagasu_ranking img {
    margin-top: 12px;
}

#sagasu_Area .fa-caret-right {
    margin-right: 5px;
}

/* サイト内検索 */
#sagasu_Area #infoSearch1 .serch {
    margin: 0px auto;
    width: fit-content;
}

    #sagasu_Area #infoSearch1 .serch .serch_wrap {
        padding: 35px 0px 0px;
    }

        #sagasu_Area #infoSearch1 .serch .serch_wrap .bootstrap-scope .input-group-append .btn,
        #sagasu_Area #infoSearch1 .serch .serch_wrap.bootstrap-scope .input-group-prepend .btn {
            position: relative;
            z-index: 2;
            border: none;
        }

        #sagasu_Area #infoSearch1 .serch .serch_wrap .bootstrap-scope .fa-search {
            font-size: 1.8em;
            margin-left: 10px;
        }

#sagasu_Area .searchver2-input {
    height: 45px;
    width: 80%;
}

#sagasu_Area .sagasu_waku .bootstrap-scope .IZ-select .IZ-select__input {
    border-radius: 25px;
}

.bootstrap-scope .IZ-select .IZ-select__input {
    border: 1px solid #707070 !important;
}

#sagasu_Area .serch02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
}

    #sagasu_Area .serch02 a svg {
        padding-right: 5px;
    }

#sagasu_Area #infoSearch1 {
    margin: 15px auto 0px;
    border-radius: 10px;
}

#sagasu_Area h4 {
    padding: 5px 10px 10px;
}

#sagasu_Area .benribox02 h4 {
    padding: 0px 0px 0px 0px;
}

#sagasu_Area .serchright {
    float: left;
    max-width: 285px;
    width: 100%;
    margin: 0px auto 0px 20px;
    font-weight: bold;
}

    #sagasu_Area .serchright a {
        text-decoration: none;
    }

/* ライフイベント */
#life_eventArea {
    margin: 0px auto 0;
    padding: 40px 0;
}

    #life_eventArea .cont_title {
        padding: 0 0 30px;
    }

        #life_eventArea .cont_title img {
            width: 210px;
        }

#life_event_wrap {
    width: 100%;
    text-align: center;
    background-color: var(--background-color, #F0F3E7);
    border-radius: 10px;
    padding: 30px 0 45px;
}

#life_event {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 15px;
}

    #life_event a {
        text-decoration: none;
        font-size: 0.9em;
    }

    #life_event li {
        width: auto;
        height: 110px;
        margin: 0px;
        border: 1px solid var(--text-color);
        box-shadow: 0px 3px 6px #00000029;
        box-sizing: border-box;
        /*        transition-duration: 0.2s;*/
        border-radius: 5px;
        min-width: 115px;
        padding: 0px 0px 5px;
    }

        #life_event li a {
            display: inline-flex;
            width: 115px;
            height: 107px;
            justify-content: center;
        }

        #life_event li .site_btn {
            text-align: center;
            padding-bottom: 5px;
        }

    #life_event .btn_ninshin {
        background-image: url(../images/top1/life01.png);
        background-repeat: no-repeat;
        background-position: center 15px;
        align-content: end;
        background-size: 46px;
        width: 100%;
    }

    #life_event .btn_kosodate {
        background-image: url(../images/top1/life02.png);
        background-repeat: no-repeat;
        background-position: center 25px;
        align-content: end;
        background-size: 28px;
        width: 100%;
    }

    #life_event .btn_syusyoku {
        background-image: url(../images/top1/life03.png);
        background-repeat: no-repeat;
        background-position: center 23px;
        align-content: end;
        background-size: 71px;
        width: 100%;
    }

    #life_event .btn_kekkon {
        background-image: url(../images/top1/life04.png);
        background-repeat: no-repeat;
        background-position: center 22px;
        align-content: end;
        background-size: 58px;
        width: 100%;
    }

    #life_event .btn_tennyu {
        background-image: url(../images/top1/life05.png);
        background-size: 65px;
        background-repeat: no-repeat;
        background-position: center 30px;
        align-content: end;
        width: 100%;
    }

    #life_event .btn_byouki {
        background-image: url(../images/top1/life06.png);
        background-repeat: no-repeat;
        background-position: center 30px;
        align-content: end;
        font-size: 0.9em;
        background-size: 47px;
        width: 100%;
    }

    #life_event .btn_kourei {
        background-image: url(../images/top1/life07.png);
        background-repeat: no-repeat;
        background-position: center 22px;
        align-content: end;
        width: 100%;
        background-size: 44px;
    }

    #life_event .btn_okuyami {
        background-image: url(../images/top1/life08.png);
        background-repeat: no-repeat;
        background-position: center 25px;
        align-content: end;
        width: 100%;
        background-size: 48px;
    }

#sagasu_Area .life_text {
    text-align: end;
}

@media screen and (max-width:1200px) {
    .sagasu_menu_item {
        width: 140px;
    }

    .sagasu_menu_text {
        min-height: 45px;
        padding: 0 10px;
    }

        .sagasu_menu_text p {
            text-align: center;
        }

    #life_event_wrap {
        width: 95%;
        margin: 0 auto;
    }

    #life_event {
        width: 550px;
        gap: 15px;
    }
}

@media screen and (max-width:1000px) {
    .sagasu_menu_item {
        width: 120px;
    }
}

@media screen and (max-width:767px) {
    #sagasu_Area {
        padding-top: 20px;
    }

    #sagasu_top_area {
        background-size: 81px;
        background-position-x: 15%;
    }

        #sagasu_top_area .cont_title {
            height: 70px;
            min-height: unset;
        }

    #title_search_en {
        width: 75px;
    }

    #title_search {
        width: 125px;
    }

    #search_linkbtn {
        width: 230px;
        margin: 0 auto;
    }

    #search_wrap {
        width: 95%;
        flex-wrap: wrap;
        gap: 15px;
    }

    #search_word_wrap {
        width: 100%;
    }

    #search_freeword_wrap {
        padding: 20px 0 0;
    }

    #search_keyword_wrap {
        padding: 10px 0;
    }

    #sagasu_Area .keywords {
        gap: 8px;
    }

    #sagasu_menu_wrap {
        width: 100%;
    }

    .moshimo_item p {
        font-size: 0.8em;
    }

    .sagasu_menu_item {
        width: 110px;
    }

    .sagasu_menu_text {
        padding: 0 3px;
    }

        .sagasu_menu_text p {
            font-size: 0.8em;
        }

    #sagasu_Area .sagasu_waku .searchver2-input {
        height: 33px;
        width: 305px;
    }

    #sagasu_Area #infoSearch1 .serch .serch_wrap .bootstrap-scope .fa-search {
        font-size: 1.0em;
        margin-left: 10px;
    }

    #sagasu_Area .serch_text {
        text-align: center;
        font-size: 1.0em;
    }

    #sagasu_Area .serch02 {
        flex-direction: column;
        justify-content: center;
        justify-content: center;
        align-content: center;
        line-height: 2em;
    }

    #life_eventArea {
        margin: 20px auto 0;
        padding: 0;
    }

        #life_eventArea .cont_title {
            padding: 0 0 20px;
        }

        #life_eventArea .cont_title img {
            width: 140px;
        }
}

@media screen and (max-width:600px) {
    #life_event {
        width: 300px;
    }
}


/*:::::::::::::::::::::::::
 * よく見られるページエリア
 *::::::::::::::::::::::::*/

#benri_area {
    padding: 0px 0px 60px;
}

    #benri_area .benri_menu_wrap {
        margin: 0px auto;
        padding: 30px 0px 40px;
    }

    #benri_area .benri_item_wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px 50px;
        margin-top: 40px;
    }

        #benri_area .benri_item_wrap a {
            text-decoration: none !important;
            display: inline-flex;
            width: 310px;
        }

    #benri_area .benri_item {
        width: 310px;
        height: 90px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border: 2px solid var(--text-color, #D2B53C);
        transition-duration: 0.2s;
        padding: 5px 0px;
        font-size: 1.15em;
    }

.benri_menu_wrap .cont_title img {
    width: 270px;
}

.benri_item_img {
    display: flex;
    place-content: center;
}

.benri_item p {
    padding-left: 1em;
}

    .benri_item p span {
        display: inline-block;
    }

.benri_item04 p {
    padding-left: 0.2em;
}

.benri_item .benri_item_img {
    width: 75px;
    text-align: right;
}

#benri_area .benri_item01 img {
    width: 37px;
}

#benri_area .benri_item02 img {
    width: 42px;
    margin-top: 5px;
}

#benri_area .benri_item03 .benri_item_img {
    width: 90px;
}

#benri_area .benri_item03 img {
    width: 40px;
}

#benri_area .benri_item04 .benri_item_img {
    width: 67px;
}

#benri_area .benri_item04 img {
    width: 51px;
}

#benri_area .benri_item05 img {
    width: 38px;
}

#benri_area .benri_item06 .benri_item_img {
    width: 90px;
}

#benri_area .benri_item06 img {
    width: 50px;
}


#benri_area .benri_item_wrap .site_btn {
    text-align: center;
}

#benri_area .benri_item_wrap .btn_text {
    margin-left: 15px;
}

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

    .benri_menu_wrap .cont_title img {
        width: 180px;
    }

    #benri_area {
        padding: 0;
    }

        #benri_area .benri_btn_wrap {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 5px;
            text-align: center;
            padding: 20px 0px;
            flex-wrap: wrap;
        }

        #benri_area .benri_item_wrap {
            margin-top: 20px;
            gap: 15px;
        }

            #benri_area .benri_item_wrap a {
                width: 180px;
                height: 70px;
            }

        #benri_area .benri_item {
            width: 180px;
            height: 70px;
            padding: 0 5px;
            gap: 3px;
        }

    .benri_item p {
        padding-left: 3px !important;
        text-align: left;
        font-size: 0.85em;
    }

    .benri_item .benri_item_img {
        width: 60px !important;
        text-align: center;
    }
}

@media screen and (max-width:400px) {

    #benri_area .benri_item_wrap {
        justify-content: space-between;
        gap: 15px 5px;
    }
}


/* まちのトピックス */
#topics_area {
    width: 100vw;
    height: auto;
    background: url("../images/top1/bg_topics.webp") no-repeat;
    background-size: cover;
    background-position-x: center;
    clip-path: ellipse(85vw 100% at 50% 100%);
}

    #topics_area .cont_title {
        padding: 50px 0;
    }

#title_topics_en {
    width: 92px;
}

#title_topics {
    width: 280px;
}

/* 区切り画像 */
#bg_info_area {
    width: 95%;
    margin: 0 auto;
}

    #bg_info_area img {
        width: 100%;
        position: relative;
        top: -80px;
    }

@media screen and (max-width:768px) {
    #topics_area {
        /*        background-size: contain;*/
        clip-path: none;
    }

        #topics_area .cont_title {
            padding: 30px 0 0 0;
        }

    #title_topics_en {
        width: 66px;
    }

    #title_topics {
        width: 200px;
    }

    #bg_info_area img {
        top: 0;
    }
}

/*:::::::::::::::::::::::::
 * あさぎり町を知るエリア
 *::::::::::::::::::::::::*/

#about_area {
    padding: 0 0 40px;
    width: 100%;
    position: relative;
}

    #about_area .cont_title h3 {
        background: url("../images/top1/icon_town.png") no-repeat;
        background-size: 59px;
        background-position-x: 30%;
        min-height: 60px;
    }

#title_town_en {
    width: 161px;
}

#title_town {
    width: 280px;
}

.about_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    margin: 50px 0 30px;
    row-gap: 30px;
}

    .about_btn_wrap .about_btn_item {
        /*        width: 340px;*/
    }

        .about_btn_wrap .about_btn_item img {
            width: 340px;
/*            max-width: 95%;
*/        }

#bn_pickup_area {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

    #bn_pickup_area img {
        width: 538px;
/*        max-width: 98%;
*/    }

/* ひとのうごき、町について */
#town_info_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0px 0px;
}

    #town_info_wrap > div {
        width: 47%;
        padding: 20px 15px 20px;
    }

    #town_info_wrap .cont_title {
        height: 65px;
        border-bottom: 2px dotted #086402;
        display: flex;
        align-items: center;
    }

        #town_info_wrap .cont_title h4 {
            font-size: 1.65em;
            font-weight: normal;
        }

/* ひとのうごき */
#ugoki_area .cont_title {
    justify-content: space-between;
}

    #ugoki_area .cont_title h4 {
        text-indent: 1em;
    }

.btn_suii a {
    border: 1px solid #707070;
    border-radius: 19px;
    position: relative;
    width: 168px;
    height: 38px;
    display: block flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding-left: 15px;
}

    .btn_suii a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f138";
        font-weight: bold;
        position: absolute;
        right: 10px;
        color: #FFFFFF;
    }

#ugkTxt {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0;
}

    #ugkTxt > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 70px 0 0 0;
        min-width: 75px;
    }

    #ugkTxt .pop {
        background: url("../images/top1/icon_pop.png") no-repeat center 8px;
        background-size: 70px;
    }

    #ugkTxt .man {
        background: url("../images/top1/icon_man.png") no-repeat center 0;
        background-size: 56px;
    }

    #ugkTxt .wman {
        background: url("../images/top1/icon_wman.png") no-repeat center 0;
        background-size: 52px;
    }

    #ugkTxt .setai {
        background: url("../images/top1/icon_setai.png") no-repeat center 14px;
        background-size: 55px;
    }

.ugoki_val {
    font-size: 1.35em;
    font-weight: bold;
    margin-top: 2px;
}

.nunit {
    font-size: 0.6em;
    font-weight: normal;
}

.ugoki_date {
    text-align: right;
    font-size: 0.9em;
    padding: 0;
}

/* あさぎり町について */
#town_link_area .cont_title {
    justify-content: center;
}

#town_link_area ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 30px;
}

    #town_link_area ul li {
        min-width: 170px;
        position: relative;
        padding: 5px 0 20px 35px;
        font-size: 1.15em;
    }

        #town_link_area ul li::after {
            font-family: "Font Awesome 5 Free";
            content: "\f138";
            font-weight: bold;
            position: absolute;
            top: 10px;
            left: 2px;
            color: #086402;
        }

@media screen and (max-width:1100px) {
    #about_area .cont_title h3 {
        background-position-x: 20%;
    }

    .about_btn_wrap {
        justify-content: space-around;
    }

    #bn_pickup_area {
        justify-content: center;
    }

    #ugoki_area .cont_title h4 {
        text-indent: 0;
    }
}

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

    #about_area {
        padding: 20px 0 20px;
    }

        #about_area .cont_title h3 {
            background-size: 48px;
            background-position-x: 10%;
            min-height: 77px;
        }

    #title_town_en {
        width: 107px;
    }

    #title_town {
        width: 200px;
    }

    .about_btn_wrap {
        justify-content: center;
        margin: 10px 0 20px;
        row-gap: 15px;
    }

    #bn_pickup_area img {
        width: 380px;
    }

    #town_info_wrap {
        padding: 20px 0 0;
        justify-content: center;
        gap: 15px;
    }

        #town_info_wrap > div {
            width: 98%;
        }

        #town_info_wrap .cont_title h4 {
            font-size: 1.5em;
        }

    #ugkTxt {
        padding: 0 30px;
        gap: 20px 40px;
    }

    .ugoki_date {
        text-align: center;
        padding: 5px 0 0;
    }


    #town_link_area ul {
        padding: 20px 5px;
    }

        #town_link_area ul li {
            min-width: 140px;
            font-size: 1em;
        }
}

@media screen and (max-width: 480px) {

}


/*:::::::::::::::::::::::::
* 広報誌 
*::::::::::::::::::::::::*/
#kouhou_area {
    width: 100vw;
}

#kouhou_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0 0 60px;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
}

#kouhou_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: url("../images/top1/icon_kouhou.png") no-repeat center top;
    padding: 150px 0 20px 0;
}

#title_kouhou_pc {
    display: block;
}

#title_kouhou_sp {
    display: none;
}

#kouhou_body {
    display: flex;
    justify-content: space-around;
    padding: 20px 5px 30px;
}

.kouhou_item {
    display: block;
}

.kouhou_text {
    padding: 10px 25px 0;
}

    .kouhou_text a {
        color: var(--text-color, #2E2E2E);
    }

    .kouhou_text .fa-circle-chevron-right {
        margin-right: 3px;
    }

.kouhou_img {
    display: flex;
    justify-content: center;
}

    .kouhou_img .img {
        float: none;
    }

        .kouhou_img .img img {
            width: 190px;
        }

@media screen and (max-width: 1000px) {
    .kouhou_item:nth-child(n+3) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #kouhou_wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 30px;
    }

    #kouhou_title {
        background-image: none;
        padding: 0;
        gap: 0;
    }

    #title_kouhou_pc {
        display: none;
    }

    #title_kouhou_sp {
        display: block;
        width: 280px;
        margin-right: 30px;
    }

    #kouhou_body {
        padding: 0 0 30px;
    }

    .kouhou_item:nth-child(n+2) {
        display: none;
    }
}

/*:::::::::::::::::::::::::
* 関連バナー（スライド）
*::::::::::::::::::::::::*/
#bankijislider_topkanren .slick-dots {
    display: block !important;
    bottom: -40px;
}

    #bankijislider_topkanren .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_topkanren .slick-dots li.slick-active button:before {
        opacity: 0.7;
    }

/* 関連バナー */
#top_kanrenban {
    padding: 80px 0 30px;
}

    #top_kanrenban .cont_title img {
        width: 150px;
    }

/* 広告バナー */
#top_koukokuban {
    padding: 20px 0;
}

    #top_koukokuban .cont_title img {
        width: 150px;
    }

.koukokuban_wrap {
    padding: 20px 0;
}

    .koukokuban_wrap .cont_title {
        position: relative;
    }

.bosyu {
    padding: 0px 20px 0px 0px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* 企業バナー */
#top_kigyoban {
    padding: 20px 0;
}

    #top_kigyoban .cont_title img {
        width: 120px;
    }

.kigyoban_wrap {
    padding: 20px 0;
}


/*:::::::::::::::::::::::::
 * インスタグラム
 *::::::::::::::::::::::::*/
#top_insta_area {
    padding: 70px 0 0;
    display: none;
}
    /* インスタ要素あればエリア表示 */
    #top_insta_area:has(.slick-slide) {
        display: block;
    }

#insta_area_wrap .cont_title {
    font-size: 1.1em;
    padding: 0 0 30px;
}

    #insta_area_wrap .cont_title img {
        width: 342px;
    }

#instaslide .slick-slide > div {
    width: 230px;
    height: 230px;
    margin: 0 10px;
}

    #instaslide .slick-slide > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.about_sns_item {
    max-width: 340px;
    width: 100%;
    padding: 15px 0px;
}

.SNS_icon_area {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 5px 0px;
}

.SNS_icon {
    width: 63px;
    height: 63px;
    border: 1px solid #2169ac;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width:768px) {
    #insta_area_wrap .cont_title img {
        width: 240px;
    }

    #top_kanrenban .cont_title img {
        width: 125px;
    }

    #top_koukokuban .cont_title img {
        width: 125px;
    }

    .bosyu {
        padding: 5px 0 10px;
        position: static;
    }

    #top_kigyoban .cont_title img {
        width: 100px;
    }
}


/*:::::::::::::::::::::::::
 * ★テキストボタン
 *::::::::::::::::::::::::*/
.text_btn {
    border: 1px solid #4AB1BC;
    font-weight: bold;
    padding: 10px;
    margin: 8px 0px 0px;
}

    .text_btn a {
        text-decoration: none;
        padding: 0px 0px 0px 70px;
    }

#r_menu3 .img {
    float: left;
    width: 125px;
    margin-right: 10px;
    border: solid 1px #CCCCCC;
    text-align: center;
}

/* Youtubeタグ */
.img .youtubeImage {
    max-width: 250px;
}

    .img .youtubeImage iframe {
        max-width: 100% !important;
        max-height: 200px !important;
    }

.kijiTtk {
    float: left;
    margin: 0px;
    padding: 10px 15px 0;
}

.naiyo img {
    float: left;
    vertical-align: middle;
    margin: 5px;
}

.naiyo {
    margin: 15px auto;
}


/* バナー広告 */

.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;
}

#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: 245px;
        box-sizing: border-box;
        line-height: 1.1em;
        text-align: center;
        width: 440px;
    }
        /* 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;
        }


/*:::::::::::::::::::::::::
 * 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: 999;
    text-decoration: none;
    position: absolute;
    max-width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 125%;
    /zoom:1;
}

    .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) {
    /* タブレット用のスタイル記述 */

    #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: 95%;
        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;
    }

    #newTtlTab .selected {
        font-weight: bold;
        padding: 11px 0 9px;
        margin: 0px;
        cursor: default;
    }

    .serchright {
        max-width: 320px;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        float: none;
    }

    .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;
    }

    #mainSearch02 {
        margin: 10px 0px;
    }

        #mainSearch02 .searchBox-gcs {
            width: 100% !important;
        }

    h4 {
        padding: 0px 0px 0px 0px;
    }
}

@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: 20px auto 0;
}

#ban_slide_set {
    padding: 0px 0px 0px;
    z-index: -2;
    position: relative;
}

    /* 記事スライダーの画像 */
    #ban_slide_set img {
        margin: 0px auto;
        width: 280px !important;
        height: 200px;
        object-fit: cover;
        border: 1px solid #E8E8E8 !important;
        border-radius: 20px;
    }

#banSlide #ban_slide_set li {
    margin: 0px 15px 20px;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    /*    height: 360px;*/
}

#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;
}

/* スライダーの前・次ボタンの位置 */
#ban_slide_set .slick-prev,
#ban_slide_set .slick-next {
    top: 95px !important;
}
/* 更新日 */
#ban_slide_set .kiji_koushinDay {
    padding: 10px 0 0 10px;
    font-size: 0.9em;
    width: 280px;
    text-align: left;
}
/* タイトル */
#ban_slide_set .kiji_title {
    margin: 0px auto;
    font-size: 1em;
    width: 280px;
    line-height: 1.3;
    height: calc(1em * 1.3 * 2);
    display: block;
    padding: 5px 0 0 10px;
    overflow: hidden;
}

#ban_slide_set .slick-list {
    overflow: hidden;
}

/* 概要文 */
#ban_slide_set .kiji_gaiyou {
    margin: 15px 0px 10px 45px;
    font-size: 0.9em;
    width: 280px;
}

.slick-track {
    margin-bottom: 10px !important;
}

/* Youtubeタグ */
#ban_slide_set .youtubeImage {
    max-width: 280px;
    border-radius: 20px;
}

    #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 {
        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 .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 .slick-next {
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    z-index: 9;
}

    #ban_slide_set .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 .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;
    }

#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: #00496D;
    }

/* 真ん中を大きくする */
/*
#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);
    }
*/

@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 .kiji_title {
        /*        height: 80px;*/
    }
}

@media screen and (max-width:380px) {
    #banSlide #ban_slide_set li img {
        width: 100%;
        margin: 0px;
        height: auto;
    }
}


/*:::::::::::::::::::::::::
 * フォトギャラリー
 *::::::::::::::::::::::::*/
#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: 0px 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;
        }


/* ガントチャートカレンダー 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 */
}
