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


a:hover {
    top: initial;
    left: initial;
}

/*アニメーション*/

/*もっと見る*/

.wrap_mottomiru{
    width:177px;
    margin:0 auto;
}

.mottomiru{
    width:177px;

}

@media screen and (max-width: 450px) {
    .wrap_mottomiru {
        width: 150px;
    }


    .mottomiru {
        width: 150px;

    }
}



    .opa {
        transition-duration: 0.3s;
    }

        .opa:hover {
            opacity: 0.8;
            transform: translateY(2px);
        }

    .zoom {
        transition-duration: 0.3s;
    }

        .zoom:hover {
            transform: scale(1.01);
        }

    #banSlide ul li img {
        transition-duration: 0.3s;
    }

        #banSlide ul li img:hover {
            opacity: 0.8;
        }

    /*フェードインスクロールイン*/
    .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

    .fadein {
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 800ms;
    }

    /*フェードインズームイン*/

    .zoomin.scrollin {
        opacity: 1;
        transform: scale(1);
    }

    .zoomin {
        opacity: 0;
        transform: scale(0.8);
        transition: all 2000ms;
    }



    #struct {
        margin-left: auto;
        margin-right: auto;
    }

    #mainBg {
        padding-top: 70px;
        padding-bottom: 180px;
        position: relative;
    }

       


        #mainBg::after {
            position: absolute;
            content: "";
            /*background: url(../images/furusato/img_bus.png);*/
            background-size: 308px;
            background-repeat: no-repeat;
            width: 308px;
            height: 186px;
            bottom: -60px;
            right: 50px;
            z-index: 101;
        }

    img.imgFromText {
        max-height: 126px !important;
        max-width: 90px !important;
    }

    * html img.imgFromText {
        height: 126px !important;
        width: 90px !important;
    }


    /*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/
    .flash {
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        max-width: 100%;
    }

        .flash li img {
            width: 100%;
        }

    .slide {
/*        aspect-ratio: 1366 / 500;*/
          margin-bottom: 20px;
    }


/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/


.slide {
    /*    aspect-ratio: 1366 / 500;*/
    border-bottom: 2px solid #fff !important;
}


/*@media screen and (min-width:1466px) {
    .flash li img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: 0% 50%;
    }

    .slide {
        height: 500px;
        width: 100%;
    }
}
*/


    /* スライド停止ボタン調整 */
    .bx-controls-auto .bx-controls-auto-item {
        width: 15px !important;
        height: 12px !important;
    }





    /* フリーエリア start */
    /*記事タイトル*/
    h2.title,
    div.migration h2 {
        padding: 0 0 4px 21px;
        margin-bottom: 16px;
        font-size: 1.2em;
        font-weight: bold;
        background: url("../images/CssColorType/h2Ttl.gif") no-repeat 7px center #EADDCE;
        line-height: 1.8;
    }
    /*段落見出しタイトル*/
    h3.title,
    div.migration h3 {
        background: rgba(0, 0, 0, 0) url("../images/CssColorType/h3Ttl.gif") no-repeat scroll 7px center;
        border-bottom: 1px dashed #366f55;
        font-size: 1.1em;
        line-height: 24px;
        margin-bottom: 16px;
        padding: 0 0 4px 21px;
    }

    .freearea {
        margin: 0px;
    }

    /* フリーエリア end */

    /* 新着情報 */


    .ttl_news {
        width: 156px;
    }

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


        .news_area_left h3 {
            font-weight: bold;
            font-size: 1.5em;
            padding-left: 40px;
            padding-bottom: 10px;
            background: url("../images/kyouiku/icon_new.png") no-repeat 3px 0px;
        }


    .news_area_left_inner {
        text-align: center;
        margin-top: 40px;
        width: 190px;
    }

    .menucont01 {
        max-width: 820px;
        width: 100%;
    }

    .menucont02 {
        max-width: 260px;
        width: 100%;
    }



    #newinfo {
        margin: 0px;
        max-width: 820px !important;
        width: 100% !important;
    }

    #newTtlNavi {
    }

    .newTtlTab {
        float: left;
        font-size: 1.3em;
        font-weight: bold;
        margin-right: 5px;
        margin-bottom: 3px;
        padding: 15px 0px 9px 50px;
        text-decoration: none;
        /*    border-left: solid 3px #366f55;左線*/
    }

        .newTtlTab p {
            display: block;
            float: left;
            padding: 11px 20px 6px;
            margin: 3px 5px 0px 0px;
            text-decoration: none;
            font-size: 1.1em;
            cursor: pointer;
        }

    .rss {
        float: left;
        min-width: 62px;
        text-align: center;
        border-radius: 30px;
        font-size: 0.9em;
        font-weight: bold;
        padding: 4px;
        margin-right: 6px;
        text-decoration: none;
    }




    .fa fa-rss {
        color: #00874F;
    }

    #rssArea a {
        text-decoration: none;
    }


    .newTtlTab p span {
        padding: 3px 20px 3px 20px;
    }

    #newTtlTab p #rss {
        text-decoration: none;
        padding: 2px 5px;
        font-weight: bold;
        font-size: 0.9em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-left: 5px;
    }


    /*→のボタン*/
    .my-blue {
        color: #0071bc;
    }



    /* 2016/12/13 アクセシビリティ対応 focus認識*/
    #newTtlTab p a#rss:focus {
        border: dashed #000 1px;
    }




    .sintyaku {
        background: url("../images/kyouiku/icon_new.png") no-repeat scroll 0px 0px;
    }

    .schedule {
        background: url("../images/kyouiku/icon_schedule.png") no-repeat scroll 4px 2px;
        padding: 5px;
    }

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
    height: 260px;
}



    /*:::::::::::::::::::::::::
 * 新着エリア
 *::::::::::::::::::::::::*/


    .newsarea {
        border-radius: 5px;
        max-width: 1000px;
        height: auto;
        margin: 0 auto;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 1;
        min-height:320px;
    }

        .newsarea::before {
            inset: -11px 11px 11px -11px;
            border-radius: 10px;
            content: '';
            position: absolute;
            border: 2px dashed #faa096;
            z-index: -1;
        }


    .newsarea_wrapper {
        display: flex;
    }


    .newsarea_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 50px;
        padding-top: 90px;
        padding-right: 20px;
    }

    .newsarea_right {
        width: 69%;
        margin-left: 30px;
        margin-right: 55px;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    a {
        text-decoration: none;
    }

    .rssarea {
        background: url(../images/furusato/icon_rss.png)no-repeat 0px center;
        background-size: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .rssarea a {
            padding-left: 22px;
            color: #333;
        }




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


        #mainBg {
            padding: 20px;
            padding-left: 24px;
        }

        .newsarea_left h2 img {
            padding-top: 40px;
            width: 140px;
        }

        .newsarea_left {
            padding-top: 0px;
        }

        .newsarea {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 10px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .news_area_left {
            border-right: solid 0px;
            border-bottom: solid 1px #cccccc;
            width: 90%;
            padding-bottom: 18px;
        }


        .news_area_left_inner {
            margin-top: 20px;
        }

        .news_area_left h3 {
            font-size: 1.4em;
            padding-left: 0px;
            background-size: 30px;
        }

        #menuArea {
            padding: 0px 0px 30px;
        }


        .newsarea_left {
            padding: 0px;
        }



        .rssarea {
            margin-top: 20px;
        }


        .newsarea_wrapper {
            flex-direction: column;
        }

        .newsarea_right {
            width: 90%;
            margin: 0 auto;
            padding-top: 35px;
        }

        #mainBg::before {
            display: none !important;
        }

        #mainBg::after {
            background-size: 208px;
            width: 208px;
            height: 122px;
            bottom: -38px;
            right: 2%;
        }
    }

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


    .newsarea_right {
        padding-bottom: 50px;
    }

    .newsarea_right {
        padding-top: 16px;
    }


    #mainBg::after {
        background-size: 158px;
        width: 158px;
        height: 95px;
        bottom: -21px;
    }
}



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

        .newsarea_left h2 img {
            width: 130px;
        }
    }




    /*:::::::::::::::::::::::::
 * おすすめの返礼品
 *::::::::::::::::::::::::*/


    .area_osusume {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    #banSlide p.nodata {
        height: 290px !important;
    }

    .bg_grad {
        margin-top: 100px;
        height: 380px;
    }

    .area_osusume {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ttl_osusume {
        width: 316px;
    }


    #banSlide {
        width: 970px;
        margin: 0px auto;
        padding-top: 20px;
    }


    .slick-dots {
        display: none !important;
    }


    /* 記事スライダーの画像 */
    #ban_slide_set_furusato img {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        object-fit: cover;
        border: 2px solid #faa096 !important;
        border-radius: 10px;
    }

    /* はみ出した文字を省略する */
    #ban_slide_set_furusato .kiji_title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.8;
        min-height: 94px;
    }

    /* スライダーの前・次ボタンの位置 */
    #ban_slide_set_furusato .slick-prev,
    #ban_slide_set_furusato .slick-next {
        top: 180px !important;
    }
    /* 更新日 */
    #ban_slide_set_furusato .kiji_koushinDay {
        margin-top: 15px;
        padding-left: 29px;
        font-size: 0.9em;
        text-align: left;
        width: auto;
        background: url(../images/furusato/icon_dot.png);
        background-repeat: no-repeat;
        background-size: 7px;
        background-position: 15px 8px;
    }
    /* タイトル */
    #ban_slide_set_furusato .kiji_title {
        margin: 15px;
        margin-top: 7px;
        font-size: 1em;
        max-width: 300px;
        text-align: left;
        padding: 0px 0px;
    }

    /*記事スライド高さ:記事タイトルが４行まではみ出さない*/

    .slick-initialized .slick-slide {
        max-width: 300px;
        margin: 10px;
        margin-bottom: 0px;
    }



    /* 概要文 */
    #ban_slide_set_furusato .kiji_gaiyou {
        margin: 10px auto 10px auto;
        font-size: 0.9em;
        width: 280px;
        text-align: center;
    }

    #ban_slide_set_furusato .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    #ban_slide_set_furusato .slick-prev {
        width: 50px;
        height: 50px;
        left: -40px;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_furusato .slick-prev:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #FAA096;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -14px;
            opacity: 0.8;
            border: 1px solid #FAA096;
        }

        #ban_slide_set_furusato .slick-prev:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-right: solid 8px #fff;
            position: absolute;
            top: 50%;
            left: 5px;
            margin-top: -3px;
        }

    #ban_slide_set_furusato .slick-next {
        width: 50px;
        height: 50px;
        right: -40px;
        position: absolute;
        z-index: 9;
    }

        #ban_slide_set_furusato .slick-next:before {
            color: #000;
            content: '';
            width: 30px;
            height: 30px;
            background: #FAA096;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -16px;
            opacity: 0.8;
            border: 1px solid #FAA096;
        }

        #ban_slide_set_furusato .slick-next:after {
            content: '';
            width: 0;
            height: 0;
            border: solid 5px transparent;
            border-left: solid 8px #fff;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -6px;
        }




    /***************************/
    /* 各スライダーの再生・停止ボタン */
    /***************************/
    .slick_toggle_wrap {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        height: 20px
    }

        .slick_toggle_wrap span {
            position: absolute;
            right: 5px;
            bottom: 20px;
            border: solid 1px;
            border-radius: 2px;
            padding: 0px 0px 0px 0px;
            width: 20px;
            height: 19px;
            background-color: #fff !important;
        }

    .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: 20px !important;
        z-index: 10 !important;
    }





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

        .ttl_osusume {
            width: 290px;
        }

        #banSlide {
            max-width: 310px !important;
        }
    }

@media screen and (max-width: 500px) {
    .ttl_osusume {
        width: 240px;
    }

    #banSlide {
        max-width: 240px !important;
    }

    .slick-initialized .slick-slide {
        max-width: 220px;
    }
}





    /*:::::::::::::::::::::::::
 * 特集記事
 *::::::::::::::::::::::::*/

    .area_tokusyu {
        width: 100%;
        text-align: center;
        position: relative;
    }

        .area_tokusyu a {
            display: inline-block;
        }

    .btn_tokusyu {
        max-width: 648px;
    }

    .area_tokusyu::before {
        position: absolute;
        content: "";
        width: 162px;
        height: 267px;
        background: url(../images/furusato/img_geinou.png);
        background-repeat: no-repeat;
        background-size: 162px;
        bottom: 0px;
        left: 2%;
    }


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

        .area_tokusyu::before {
            width: 110px;
            height: 237px;
            background-repeat: no-repeat;
            background-size: 110px;
            bottom: 0px;
            left: 2%;
        }

        .btn_tokusyu {
            max-width: 530px;
        }
    }

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

    .area_tokusyu::before {
        display: none !important;
    }
}


@media screen and (max-width: 600px) {
    .btn_tokusyu {
        max-width: 420px;
    }

}

@media screen and (max-width: 500px) {
    .btn_tokusyu {
        width: 350px;
    }
}




    /*:::::::::::::::::::::::::
* ボタンエリア
*::::::::::::::::::::::::*/
    .area_btn {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
        margin-top: 50px;
    }

        .area_btn ul {
            width: 950px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end;
        }

    .btn_a {
        width: 208px;
    }

    .btn_b {
        width: 188px;
    }


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

    .area_btn {
        padding-top: 40px;
        padding-bottom: 0px;
        margin-top: 50px;
    }

        .area_btn ul {
            width: 450px;
        }

    .btn_a {
        width: 198px;
        margin-bottom: 40px;
    }

    .btn_b {
        width: 178px;
        margin-bottom: 40px;
    }
}

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

            .area_btn ul {
                width: 370px;
            }

            .btn_a {
                width: 168px;
                margin-bottom: 40px;
            }

            .btn_b {
                width: 148px;
                margin-bottom: 40px;
            }


        }


@media screen and (max-width: 500px) {
    .area_btn ul {
        max-width: 330px;
    }

    .btn_a {
        width: 158px;
        margin-bottom: 30px;
    }

    .btn_b {
        width: 138px;
        margin-bottom: 30px;
    }

    .area_btn {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 60px;
    }

}

@media screen and (max-width: 400px) {
    .area_btn ul {
        width: 320px;
    }
}


    /*:::::::::::::::::::::::::
* バナーエリア
*::::::::::::::::::::::::*/

.area_ban ul li{
    margin-bottom:10px;
}

.area_ban {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: center;
}

        .area_ban ul {
            width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

    .ttl_kanrenban {
        width: 184px;
        margin-bottom: 30px;
    }

    .area_kanrenban ul li a img {
        width: 260px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    }


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

        .area_ban {
            padding-top: 40px;
            padding-bottom: 60px;
        }

            .area_ban ul {
                width: 550px;
            }

                .area_ban ul li {
                    margin-bottom: 20px;
                }

        .ttl_kanrenban {
            width: 164px;
        }

        

    }

@media screen and (max-width: 600px) {
    .area_ban ul {
        width: 270px;
    }
}

@media screen and (max-width: 400px) {
    .ttl_kanrenban {
        margin-bottom: 20px;
    }

    .area_ban ul {
        width: 200px;
    }

    .area_ban ul li img{
        width:200px;
    }
    .area_ban {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .ttl_kanrenban {
        width: 150px;
    }

}



    /*:::::::::::::::::::::::::
* 企業版ふるさと納税について
*::::::::::::::::::::::::*/


    .area_kigyou {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }


    .cont_ttl {
        text-align: center;
    }



    .area_kigyou ul {
        width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ttl_kigyou {
        width: 482px;
        margin-bottom: 40px;
    }

    .area_kigyou ul li a img {
        width: 408px;
        margin-bottom: 20px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    }

    @media screen and (max-width:1110px) {
        .ttl_kigyou {
            width: 432px;
        }

        .area_kigyou ul li a img {
            width: 350px;
        }

        .area_kigyou ul {
            width: 720px;
        }

        .area_kigyou {
            padding-top: 40px;
            padding-bottom: 40px;
        }


            .area_kigyou::before {
                display: none;
            }
    }

    @media screen and (max-width: 800px) {
        .area_kigyou ul {
            width: 350px;
        }
    }

    @media screen and (max-width: 500px) {
        .ttl_kigyou {
            width: 350px;
            margin-bottom: 30px;
        }


        .area_kigyou ul {
            width: 330px;
        }

            .area_kigyou ul li a img {
                width: 330px;
            }
    }
@media screen and (max-width: 400px) {
    .area_kigyou {
        padding-bottom: 10px;
    }
}




    .wideMenu .class2 {
        width: 345px !important;
    }


    /* 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: 99%;
    margin: 3px auto 15px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus_white.png") 98% center no-repeat #2285DE;
        background-size: auto;
        background-size: 14px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus_white.png") 98% center no-repeat #2285DE;
        background-size: auto;
        background-size: 14px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            text-decoration: none;
            margin: 0px;
            text-align: center;
            font-size: 1em;
        }

    #foreignSP .dspMode {
        display: block !important;
        background-color: #2285DE;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle a {
        padding: 10px 8px 10px 12px !important;
        color: #FFFFFF;
        display: block;
        height: 100%;
    }

#foreignDsp {
    width: 100%;
    margin: 0px auto;
    padding: 2px 0px 6px 0px;
    display: none;
}

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

        #foreignDsp ul li {
            padding: 0px;
            width: calc(100% - 10px);
            margin: 2px 0px 0px 4px !important;
            float: left;
            background: url("../images/top1/ya_gray.png") no-repeat 98% center #ffffff;
            background-size: 7px 10px;
            border-radius: 5px;
        }

            #foreignDsp ul li a {
                width: 70%;
                line-height: 2.4em;
                display: block;
                padding: 0px !important;
                margin-left: 15px !important;
                font-size: 0.9em;
            }



@media screen and (max-width:980px) {
    #foreignSP {
        display: block;
    }
}

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

.subsite_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 30px 0px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    margin: 0px auto;
}

    .subsite_btn img {
        border: 1px solid #D6D6D6;
    }


@media screen and (max-width:768px) {
    .subsite_btn {
        gap: 15px;
    }

        .subsite_btn img {
            max-width: 320px;
            width: 100%;
        }
}

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 .95s;
        animation: shine .95s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* メイン左側 */
@media (max-width: 768px) {
    #mailArea {
        flex-direction: column;
    }

    #mainLeft, #mainRight {
        flex: none;
        width: 100%;
        margin: 0;
    }

    #newTtlTab {
        max-width: 100%;
    }

    #new_information, #event_information {
        width: 100%;
    }

    #event_information {
        width: 100%;
    }

    #ranking {
        padding-left: 10px;
        padding-right: 10px;
    }

    #new_information {
        width: 100%;
    }

    #event_information {
        width: 100%;
    }

    #newTtlTab{
        display:flex;
    }

    #newTtlTab p {
        display: block;
        text-decoration: none;
        font-size: 1.1em;
        cursor: pointer;
        padding-top: 11px;
        padding-bottom: 9px;
    }
    
    #newTtlTab p.selected {
        font-weight: bold;
        cursor: default;
        padding-top: 11px;
        padding-bottom: 9px;
    }
    
/*    #newTtlTab p span#tab1 {
        background: url("../images/kankyo/info_tab1.png") no-repeat 0px center;
        padding: 4px 20px 4px 20px;
    }
    
    #newTtlTab p span#tab2 {
        background: url("../images/kankyo/info_tab2.png") no-repeat 0px center;
        padding: 4px 20px 4px 20px;
    }*/
}

@media (min-width: 769px)
{
    #new_information {
        min-width: 170px;
    }

    #event_information {
        min-width: 270px;
    }

    #mainRight {
        min-width: 260px;
    }

    #newTtlTab {
        display: flex;
        max-width: 65%;
    }

    #new_information {
        width: 40%;
    }

    #event_information {
        width: 60%;
    }

    #newTtlTab p {
        display: block;
        padding: 11px 20px 9px;
        margin: 0px 5px 0px 0px;
        text-decoration: none;
        font-size: 1.1em;
        cursor: pointer;
    }
    
    #newTtlTab p.selected {
        font-weight: bold;
        padding: 11px 10px 9px;
        margin-top: 0px;
        cursor: default;
    }
    
    #newTtlTab p span {
        padding: 5px 20px 5px 20px;
    }
    
    #newTtlTab p span#tab1 {
        background: url("../images/kankyo/info_tab1.png") no-repeat 0px center;
        padding: 4px 20px 4px 20px;
    }
    
    #newTtlTab p span#tab2 {
        background: url("../images/kankyo/info_tab2.png") no-repeat 0px center;
        padding: 4px 20px 4px 20px;
    }
    
    #newTtlTab p.selected span#tab1 {
        padding: 5px 20px 5px 20px;
    }
    
    #newTtlTab p.selected span#tab2 {

    }
}


#mailArea {
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    padding-left: 10px;
}
#mainLeft {
    margin: 0px 0px 0px auto;
    flex: 6.5;
    padding-right: 15px;
}

#mainRight {
    margin: 0px 0px 0px auto;
    flex: 3.5;
    padding-right: 15px;
}
/* 新着情報 */
.info {
    margin-bottom: 10px;
}

#newTtlTab p #rss {
    text-decoration: none;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 5px;
}

/* 2016/12/13 アクセシビリティ対応 focus認識*/
#newTtlTab p a#rss:focus {
    border: dashed #000 1px;
}

#newTtlTab span a {
    text-decoration: none;
    padding: 0px 22px;
}

.info01 {
    padding: 3px 0px 7px 3px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cccccc;
}

.newTtlDating {
    padding-bottom: 5px;
}

.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 100px;
    font-size: 0.9em;
    text-indent: 1em;
    margin-right: 5px;
}

.infoIchiran {
    padding: 3px 7px 3px 25px;
    float: right;
    margin-right: 5px;
    background-image: url("../images/kankyo/ya_blue.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
}

.r_menu {
    margin-bottom: 7px;
}

.r_menu .menuBox {
    border: solid 1px #cccccc;
}

.r_menu .menuTitle {
    border-bottom: solid 1px #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.r_menu a {
    text-decoration: none;
    font-size: 0.9em;
    padding-left: 5px;
}

.r_menu .menuBox
{
	border:solid 1px #cccccc;
}

#ranking {
    font-size: 1.2em;
    font-weight:bold;
}

#ranking a{
    display:block;
    padding:18px 0px 19px 80px;
}

.sub_menu {
    margin: 32px 30px 10px 30px;
}

.sub_menuttl {
    text-align:center;
}

.sub_menuttl a{
    font-weight:bold;
    text-decoration:none;
}

.a img {
    border: 0;
}


.menu_box {
    border: 1px solid #cccccc;
    width: 315px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    min-height: 280px;
    /*flex: 1 1 calc(33.33% - 40px);*/
}

#recycle {
    border-top:5px solid #e7a948;}

#recycle a{
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    margin:5px 0px 5px 15px;
    text-align:center;
    line-height: 1.5em;
}

#recycle_list li {
    background: url("../images/kankyo/ya_b_2.gif") no-repeat 8px 11px;
    padding-left: 18px;
    line-height: 1.8em;
    width:85%;
    margin:0px auto;
}

.menu_icon {
    float: left;
    margin: 10px 0px 10px 10px;
}

.menuttle {
    float: left;
    text-align: center;
    padding: 35px 5px 15px 0px;
}

#energy {
    border-top: 5px solid #eb6ea0;
}

#energy a {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    margin: 5px 0px 5px 15px;
    text-align: center;
    line-height: 1.5em;
}

#energy_list li {
    background: url("../images/kankyo/ya_b_2.gif") no-repeat 8px 11px;
    padding-left: 18px;
    line-height: 1.8em;
    width: 85%;
    margin: 0px auto;
}

#kankyo {
    border-top: 5px solid #9779b8;
}

#kankyo a {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    margin: 5px 0px 5px 15px;
    text-align: center;
    line-height: 1.5em;
}

#kankyo_list li {
    background: url("../images/kankyo/ya_b_2.gif") no-repeat 8px 11px;
    padding-left: 18px;
    line-height: 1.8em;
    width: 85%;
    margin: 0px auto;
}
#green {
    border-top: 5px solid #3fa877;
}

#green a {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    margin: 5px 0px 5px 15px;
    text-align: center;
    line-height: 1.5em;
}

#green_list li {
    background: url("../images/kankyo/ya_b_2.gif") no-repeat 8px 11px;
    padding-left: 18px;
    line-height: 1.8em;
    width: 85%;
    margin: 0px auto;
}

#walter {
    border-top: 5px solid #61bbb8;
}

#walter a {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    margin: 5px 0px 5px 15px;
    text-align: center;
    line-height: 1.5em;
}

#walter_list li {
    background: url("../images/kankyo/ya_b_2.gif") no-repeat 8px 11px;
    padding-left: 18px;
    line-height: 1.8em;
    width: 85%;
    margin: 0px auto;
}
@media screen and (min-width: 988px) {
    .menu_box_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media screen and (max-width: 987px) {
    .menu_box_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.sub_menu_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
/*    gap: 20px;*/
}

.sizeB {
    word-wrap: break-word;
    word-break: break-all;
}

.textLink {
    word-wrap: break-word;
    word-break: break-all;
}

#container {
    max-width: 1500px;
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    font-size: 90%;
    padding: 0px;
}

#mainBlock {
    max-width: 980px;
    margin: 0px auto 7px auto;
    padding: 10px 0px 0px;
}

.footer_menu{
    padding-top:20px;
}

.r_menu .menuBox ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.r_menu .menuBox ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menuItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.menuItem img {
    max-width: 100%;
    height: auto;
}


@media (min-width: 769px) {
    .new_list {
        display: flex;
    }

    .listInfo {
        padding: 5px 3px 0px 2px;
        font-size: 1em;
        max-height: 200px;
        overflow: auto;
    }

    .listInfo div.title {
        width:325px;
        float:left;
    }

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

    .listInfo ul li {
        line-height: 130%;
        padding: 2px;
        background: url("../images/top1/ya_blue.gif") no-repeat 6px 10px;
    }

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

    .info p.koushinDay, .info p.eventDay {
        width: auto;
        float: left;
        min-width: 125px;
        font-size: 0.9em;
        text-indent: 1em;
    }

    .sizeA {
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media (max-width: 768px) {

    .sizeA {
        word-wrap: break-word;
        word-break: break-all;
    }

    .listInfo li {
        border-bottom: solid 1px #DFDFDF;
        padding: 7px 0px 7px 7px;
    }
}

/* 打ち消しのスタイルシート */
@media screen and (max-width: 410px) {
    .slide .layouttype6 .bx-wrapper .bx-viewport img,
    .slide .layouttype7 .bx-wrapper .bx-viewport img {
        height: unset !important;
        aspect-ratio: unset !important;
    }
}

#recycle_list,
#energy_list,
#kankyo_list,
#green_list,
#walter_list {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}