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

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


/*jQuery フェードイン*/
.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.9);
    transition: all 1000ms;
}


#stract {
    width: 100%;
    /*display: flex;*/
}

#contentArea {
    width: calc(100% - 0px);
    /*    flex-grow: 1;
    flex-shrink: 1;*/
    margin: 0px auto 0px auto;
}

/* body */
body {
}

a {
    text-decoration: none;
}

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


/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/

#container {
    max-width: 1100px;
    margin: -30px auto 0px;
    font-size: 90%;
    padding: 0px;
    position: relative;
    padding: 0px 0px 0px;
}


ul.pankuzu-item {
    display: table;
    padding-left: 10px;
}


.mainBlock {
    max-width: 1100px;
    margin: 0px auto;
}



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

.bx-controls-auto .bx-controls-auto-item {
    width: 15px !important;
    height: 14px !important;
}

    .wrap_slideArea {
    background-color: #D8F5FF;
}

.flash {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    max-width: 100%;
}
    #slideArea img {
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /*IE対策*/
        margin: 0px auto 0px auto;
    }

    #slideArea .slideover {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        z-index: 100;
        width: 338px;
        height: 296px;
    }


    #slideArea .slideover02 {
        position: absolute;
        top: 50%;
        z-index: 100;
        width: 208px;
        left: 50px;
    }


/*レイアウトシフト対応*/
.slideArea {
    max-width: 1200px;
    aspect-ratio: 1200/580;
    margin: 0px auto;
}

    .slideArea ul img {
        width: 100%;
        object-fit: cover;
    }

@media screen and (min-width:1200px) {
    .slideArea {
        width: 1200px;
        height: 580px;
    }
}
@media screen and (max-width:1199px) {
    .slideArea ul img {
        width: 100%;
        object-fit: cover;
    }
}


.bx-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover;' !important;
}

    /*:::::::::::::::::::::::::
 *バナースライド
 *::::::::::::::::::::::::*/
    .banner_slide {
        width: 100%;
        margin: 30px auto 0px;
        text-align: center;
    }


    /*:::::::::::::::::::::::::
 * こんなところ
 *::::::::::::::::::::::::*/
    .about_area {
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .right_area p {
        line-height: 3em;
    }


    .ttl_about {
        max-width: 688px;
        margin: 0 auto;
    }

    .wrap_2cont {
        margin: 0 auto;
        display: flex;
        margin-top: 50px;
    }

    .left_area {
        max-width: 542px;
        position: relative;
    }

        .left_area::before {
            content: "";
            display: inline-block;
            width: 280px;
            height: 246px;
            background-image: url("../images/tachiyoridokoro/img_river.png");
            background-repeat: no-repeat;
            z-index: 2;
            position: absolute;
            top: -54px;
            left: -66px;
            background-size: 280px;
        }

    .img_map {
        width: 550px;
    }

    .right_area {
        max-width: 464px;
        margin-left: 60px;
    }

    .img_right {
        width: 508px;
    }

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

        .about_area {
            max-width: 930px
        }

        .img_map {
            max-width: 450px;
            margin-top: 60px;
        }

        .left_area::before {
            content: "";
            display: inline-block;
            max-width: 180px;
            height: 161px;
            background-image: url(../images/tachiyoridokoro/img_river.png);
            z-index: 2;
            position: absolute;
            top: 6px;
            left: 14px;
            background-size: 180px;
            background-repeat: no-repeat;
        }

        .img_right {
            width: 400px;
            margin-top: 20px;
        }

        .wrap_2cont {
            margin-top: 40px;
        }
    }

    @media screen and (max-width:1000px) {
        .wrap_2cont {
            flex-direction: column;
            max-width: 450px;
        }

        .right_area {
            margin-left: 0px;
            margin-top: 30px;
        }
    }

    @media screen and (max-width:900px) {
        .wrap_2cont {
            flex-direction: column;
            max-width: 450px;
        }

        .right_area {
            margin-left: 0px;
            margin-top: 30px;
        }

        .ttl_about {
            max-width: 620px;
        }
    }


    @media screen and (max-width:800px) {
        .wrap_2cont {
            flex-direction: column;
            max-width: 450px;
        }

        .ttl_about {
            max-width: 500px;
        }

        .right_area {
            margin-top: 30px;
        }
    }


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

        .wrap_2cont {
            flex-direction: column;
            max-width: 350px;
        }

        .about_area {
            margin-top: 60px;
        }

        .img_map {
            max-width: 360px;
            margin-top: 0px;
        }

        .left_area::before {
            max-width: 140px;
            background-size: 140px;
            top: 30px;
            left: -1px;
        }

        .img_right {
            max-width: 348px;
            margin-top: 0px;
        }
    }

    @media screen and (max-width:550px) {
        .ttl_about {
            max-width: 400px;
        }
    }

    @media screen and (max-width:400px) {
        .ttl_about {
            max-width: 340px;
        }

        .right_area {
            width: 300px;
            margin: 0 auto !important;
        }

        .img_right {
            max-width: 294px;
        }
    }

    /* フリーエリア 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 */



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


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

        .slick_toggle_wrap span {
            position: absolute;
            right: 10px;
            bottom: 18px;
            border: solid 1px;
            border-radius: 2px;
            padding: 1px 0px 0px 0px;
            width: 20px;
            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: 50px !important;
        z-index: 10 !important;
    }



    .slideban_waku {
        margin: 0px auto;
        width: calc(100% - 5px);
    }

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


    /* スライダーボタン */
    #ban_slide_set_banner .slick-prev {
        left: 10px !important;
        z-index: 5;
    }

    #ban_slide_set_banner .slick-next {
        right: 10px !important;
        z-index: 5;
    }
    /* インタケージ */
    #ban_slide_set_banner .slick-dots {
        display: none !important;
    }

    .slick-prev::before, .slick-next::before {
        opacity: 1 !important;
        font-size: 25px !important;
        text-shadow: #575b01 1px 0 10px;
    }

    .slick-prev::before, .slick-next::before {
        opacity: 1 !important;
        font-size: 25px !important;
        text-shadow: #575b01 1px 0 10px;
    }

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

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

        .koe_area .slick-next {
            top: 38% !important;
            right: -40px !important;
        }

        .koe_area .slick-prev {
            top: 38% !important;
            left: -40px !important;
        }
    }

    @media screen and (max-width:700px) {
        .wrap_cont_koe::after {
            display: none !important;
        }
    }


    /*:::::::::::::::::::::::::
 * くらし
 *::::::::::::::::::::::::*/

    .kurashi_area {
        height: 680px;
        margin-top: 80px;
    }



    .ttl_kurashi {
        width: 232px;
        margin: 0 auto;
        margin-top: 70px;
    }

    .wrap_btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 960px;
        margin: 0px auto;
        font-size: 90%;
        margin-top: 50px;
    }

        .wrap_btn a {
            text-decoration: none;
            font-size: 1.2em;
        }


    .wrap_btn2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 630px;
        margin: 0px auto;
        font-size: 90%;
        margin-top: 50px;
    }

        .wrap_btn2 a {
            text-decoration: none;
            font-size: 1.2em;
        }


    .btn {
        text-align: center;
        display: block;
        width: 280px;
        border: solid 2px #2174CE;
        border-radius: 4px;
        position: relative;
    }

    .kurashi_area .btn::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("../images/tachiyoridokoro/icon_sankaku.png");
        z-index: 2;
        position: absolute;
        bottom: 4px;
        right: 5px;
        background-size: 20px;
    }


    .btn p {
        padding-top: 120px;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 1.28em;
    }

    .btn .nigyou {
        padding-top: 131px;
        padding-bottom: 15px;
    }


    #btn_01 {
        background-image: url("../images/tachiyoridokoro/icon_kosodate.png");
        background-repeat: no-repeat;
        background-position: center 29px;
        background-size: 85px;
    }



    #btn_02 {
        background-image: url("../images/tachiyoridokoro/icon_kyouiku.png");
        background-repeat: no-repeat;
        background-position: center 21px;
        background-size: 84px;
    }

    #btn_03 {
        background-image: url("../images/tachiyoridokoro/icon_iryou.png");
        background-repeat: no-repeat;
        background-position: center 27px;
        background-size: 64px;
    }



    #btn_04 {
        background-image: url("../images/tachiyoridokoro/icon_koukyou.png");
        background-repeat: no-repeat;
        background-position: center 38px;
        background-size: 90px;
    }

    #btn_05 {
        background-image: url("../images/tachiyoridokoro/icon_sumai.png");
        background-repeat: no-repeat;
        background-position: center 32px;
        background-size: 72px;
    }

    @media screen and (max-width:1100px) {
        .btn {
            width: 250px;
        }

        .wrap_btn {
            max-width: 840px;
        }


        .wrap_btn2 {
            max-width: 550px;
        }
    }





    @media screen and (max-width:980px) {
        .area_btn {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

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


        ul.wrap_btn {
            flex-direction: column;
            max-width: 260px;
        }

        .wrap_btn li {
            margin-bottom: 10px !important;
        }

        ul.wrap_btn2 {
            flex-direction: column;
            max-width: 260px;
            margin-top: 0px;
        }

        .wrap_btn2 li {
            margin-bottom: 10px !important;
        }

        .btn {
            width: 260px;
        }

            .btn p {
                padding-top: 20px;
                padding-bottom: 22px;
                font-weight: 500;
                padding-left: 20px;
            }

        #btn_01 {
            background-position: 16px 13px;
            background-size: 55px;
        }

        #btn_02 {
            background-position: 18px 8px;
            background-size: 51px;
        }

        #btn_03 {
            background-position: 25px 12px;
            background-size: 40px;
        }

        #btn_04 {
            background-position: 19px 19px;
            background-size: 55px;
        }

        #btn_05 {
            background-position: 20px 15px;
            background-size: 47px;
        }

        .wrap_btn li a .btn p, .wrap_btn2 li a .btn p {
            font-size: 1.08em;
        }
    }

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

        .ttl_kurashi {
            width: 200px;
        }
    }


    /*:::::::::::::::::::::::::
 * 移住支援
 *::::::::::::::::::::::::*/

    .shien_area {
        margin-top: 80px;
        margin-bottom: 50px;
        position: relative;
    }


    .ttl_shien {
        width: 297px;
        margin: 0 auto;
    }

    .wrap_cont_shien {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .wrap_btn_shien {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 760px;
        margin: 0px auto;
        margin-top: 50px;
    }


        .wrap_btn_shien li img {
            width: 350px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            transition-duration: 0.3s;
        }

            .wrap_btn_shien li img:hover {
                filter: brightness(1.08);
            }



    .shien_area::before {
        content: "";
        display: inline-block;
        width: 75px;
        height: 160px;
        background-image: url(../images/tachiyoridokoro/img_shienleft.png);
        z-index: 2;
        position: absolute;
        top: 156px;
        left: 6%;
        background-size: 61px;
        background-repeat: no-repeat;
    }

    .shien_area::after {
        content: "";
        display: inline-block;
        width: 54px;
        height: 156px;
        background-image: url(../images/tachiyoridokoro/img_shienright.png);
        z-index: 2;
        position: absolute;
        top: 142px;
        right: 6%;
        background-size: 54px;
        background-repeat: no-repeat;
    }

    @media screen and (max-width:1100px) {
        .wrap_btn_shien li img {
            width: 300px;
        }

        .wrap_btn_shien {
            max-width: 650px;
        }

        .shien_area::after {
            width: 40px;
            height: 102px;
            top: 142px;
            right: 3%;
            background-size: 40px;
        }

        .shien_area::before {
            width: 45px;
            height: 98px;
            top: 148px;
            left: 3%;
            background-size: 45px;
        }
    }





    @media screen and (max-width:800px) {
        .ttl_shien {
            width: 230px;
        }

        .wrap_btn_shien {
            flex-direction: column;
        }

            .wrap_btn_shien li {
                margin-bottom: 30px;
            }

        .shien_area::before {
            left: 100px;
            top: 378px;
        }

        .shien_area::after {
            right: 100px;
            top: 166px;
        }
    }

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

        .shien_area::before {
            left: 50px;
        }

        .shien_area::after {
            right: 50px;
        }
    }

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

        .shien_area::before {
            display: none;
        }

        .shien_area::after {
            display: none;
        }

        .shien_area {
            margin-top: 60px;
        }
    }



    /*:::::::::::::::::::::::::
 * 仕事
 *::::::::::::::::::::::::*/

    .shigoto_area {
        margin-top: 80px;
        padding-bottom: 193px;
        position: relative;
    }

        .shigoto_area::before {
            position: absolute;
            content: "";
            top: -200px;
            width: 100%;
            height: 700px;
            
            z-index: -2;
        }


        .shigoto_area::after {
            position: absolute;
            content: "";
            bottom: 0px;
            width: 100%;
            height: 72px;
            background-image: url("../images/tachiyoridokoro/bg_wave.png");
            background-repeat: repeat-x;
            background-size: 353px;
            z-index: -1;
        }


    .ttl_shigoto {
        width: 204px;
        margin: 0 auto;
    }

    .wrap_cont_shigoto {
        max-width: 780px;
        margin: 0 auto;
        text-align: center;
    }

    .wrap_btn_shigoto {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 740px;
        margin: 0px auto;
        margin-top: 50px;
    }


        .wrap_btn_shigoto li img {
            width: 197px;
        }

        .wrap_btn_shigoto li {
            display: flex;
            flex-direction: column;
        }

            .wrap_btn_shigoto li a div {
                background-image: url("../images/tachiyoridokoro/arrow_b.png");
                padding-left: 30px;
                background-size: 22px;
                background-repeat: no-repeat;
                margin-top: 20px;
                width: 60px;
                margin: 0 auto;
                margin-top: 0px;
                font-size: 1.38em;
                background-position: 7px 6px;
                padding-right: 26px;
                margin-top: 16px;
            }

    @media screen and (max-width:800px) {
        .ttl_shigoto {
            width: 174px;
        }

        .wrap_btn_shigoto li img {
            width: 160px;
        }

        .wrap_btn_shigoto {
            max-width: 550px;
        }
    }

    @media screen and (max-width:550px) {
        ul.wrap_btn_shigoto {
            flex-direction: column;
        }

        .wrap_btn_shigoto li {
            margin-bottom: 40px;
        }

        .shigoto_area {
            margin-top: 60px;
        }

            .shigoto_area::before {
                height: 1160px;
            }

        .shigoto_area {
            padding-bottom: 120px;
        }

        .wrap_btn_shigoto li img {
            width: 120px;
        }

        .wrap_btn_shigoto li a div {
            background-size: 20px;
            width: 50px;
        }

        .wrap_btn_shigoto {
            margin-top: 0px;
        }

            .wrap_btn_shigoto li {
                width: 120px;
                margin: 0 auto;
                margin-top: 30px;
            }

        shigoto_area {
            margin-top: 40px;
        }

        .shigoto_area::before {
            height: 920px;
        }

        .shigoto_area::after {
            bottom: 0px;
        }

        .wrap_btn_shigoto li a div {
            padding-right: 20px;
            margin-top: 7px;
            font-size: 1.18em;
        }
    }



    /*:::::::::::::::::::::::::
 * 不動産情報
 *::::::::::::::::::::::::*/

    .fudousan_area {
        margin-top: 30px;
        position: relative;
        height: 750px;
    }

        .fudousan_area::after {
            position: absolute;
            content: "";
            top: 150px;
            width: 100%;
            height: 750px;
            
            z-index: -1;
        }

    .ttl_fudousan {
        width: 355px;
        margin: 0 auto;
    }

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

    .wrap_ban {
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
    }

        .wrap_ban img {
            width: 509px;
        }

            .wrap_ban img:hover {
                position: relative;
                top: 1px;
                left: 1px;
            }

    #banSlideFudousan {
        width: 1040px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .fudousan_area .slick-slide img {
        width: 300px;
        height: 200px;
        object-fit: cover;
    }

    .fudousan_area .slick-slide {
        padding: 10px;
        margin-right: 40px;
        padding-bottom: 20px;
        max-width: 300px;
        height: 300px;
    }

    .fudousan_area p.kiji_koushinDay {
        padding-top: 10px;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .fudousan_area p.kiji_title {
        padding-left: 5px;
        display: -webkit-box; /* 必須 */
        -webkit-box-orient: vertical; /* 必須 */
        -webkit-line-clamp: 2; /* 行数を制限 */
        overflow: hidden; /* はみ出た部分を非表示 */
    }

    .fudousan_area .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }



    /* 不動産エリアの進む戻るボタンのデザイン */

    /*戻るボタン＜*/
    #ban_slide_set_fudousan .slick-prev::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #9c9c9c;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        opacity: 1 !important;
    }


    #ban_slide_set_fudousan .slick-prev::after {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        top: 34%;
        right: 9px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(225deg);
    }



    /*進むボタン＞*/
    #ban_slide_set_fudousan .slick-next::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #9c9c9c;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -15px;
        opacity: 1 !important;
    }


    #ban_slide_set_fudousan .slick-next::after {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        top: 34%;
        left: 9px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }


.fudousan_area .slick_toggle_wrap span {
    right: -1px !important;
    bottom: -8px !important;
}


    @media screen and (max-width:1150px) {
        #banSlideFudousan {
            width: 680px;
            margin: 0 auto;
            margin-top: 30px;
        }
    }

    @media screen and (max-width:1100px) {
        .wrap_ban img {
            width: 420px;
        }
    }

    @media screen and (max-width:800px) {
        .ttl_fudousan {
            width: 290px;
        }

        #banSlideFudousan {
            width: 320px;
            margin: 0 auto;
            margin-top: 30px;
        }
    }


    @media screen and (max-width:700px) {
        .wrap_ban img {
            width: 340px;
        }

        .fudousan_area {
            height: 650px;
        }

    }

@media screen and (max-width:650x) {

    /*進むボタンの位置*/
    .fudousan_area .slick-prev {
        left: -20px !important;
        top: 40% !important;
    }

    /*戻るボタンの位置*/
    .fudousan_area .slick-next {
        right: -20px !important;
        top: 40% !important;
    }
}

@media screen and (max-width:550px) {
    .fudousan_area .slick_toggle_wrap span {
        right: 24px !important;
        bottom: -8px !important;
    }

    .fudousan_area .slick-slide {
        max-width: 300px;
        height: 260px;
    }

        .fudousan_area .slick-slide img {
            width: 250px;
            height: 160px;
            object-fit: cover;
        }


    .fudousan_area .slick-next {
        right: -15px !important;
        top: 48% !important;
    }

    .fudousan_area .slick-prev {
        left: -15px !important;
        top: 48% !important;
    }

    .fudousan_area::after {
        height: 640px;
    }

    
}
    }


    /*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


    #foreignSP {
        display: none;
        width: 96%;
        margin: 5px auto 5px auto;
    }

        #foreignSP .plus {
            background: url("../images/top1/btn_plus.png") 98% center no-repeat;
            background-size: 25px 25px;
        }

        #foreignSP .minus {
            background: url("../images/top1/btn_minus.png") 98% center no-repeat;
            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 #736357 !important;
        }

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

        #foreignTitle a {
            border: 1px solid #736357;
            padding: 10px 8px 10px 12px !important;
            color: #736357;
            display: block;
            height: 100%;
            font-weight: bold;
        }

    #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-size: 10px 13px;
                border: 1px solid #736357;
            }

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

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

    .my-green {
        color: #54854F;
    }

    .my-red {
        color: #C43D02;
    }

/* イベント情報・旬な情報 start */
.wrapper_event_area {
    width: 100%;
}

.eventInfomation {
    text-align: center;
}

.eventInfomation h3 {
    padding-top: 22px;
    padding-bottom: 19px;
}

.eventSeason {
    text-align: center;
}

.eventSeason h3 {
    padding-top: 22px;
    padding-bottom: 19px;
}

.ttl_event_infomation {
    width: 220px;
}

.ttl_event_season {
    width: 148px;
}


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

    .wrapper_event_area {
        padding-top: 51px;
        padding-bottom: 81px;
    }

    .event_area {
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
    }

    .event_information_area {
        width: 450px;
        min-height: 520px;
        margin-right: 100px;
    }

    .event_season_area {
        width: 450px;
        min-height: 520px;
    }

    .eventInfomation {
        padding-bottom: 25px;
    }
}

@media screen and (min-width:768px) and (max-width:1050px) {
    .wrapper_event_area {
        padding-top: 51px;
        padding-bottom: 81px;
    }

    .event_information_area {
        max-width: 450px;
        min-height: 520px;
        margin: auto;
        margin-bottom: 20px;
    }

    .event_season_area {
        max-width: 450px;
        min-height: 520px;
        margin: auto;
    }

    .eventInfomation {
        padding-bottom: 25px;
    }
}

@media screen and (max-width:767px) {
    .wrapper_event_area {
        padding-top: 20px;
        padding-bottom: 26px;
    }

    .event_information_area {
        max-width: 350px;
        min-height: 420px;
        margin: auto;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .event_season_area {
        max-width: 350px;
        min-height: 420px;
        margin: auto;
        padding-bottom: 30px;
    }

    .ttl_event_infomation {
        width: 176px;
    }

    .ttl_event_season {
        width: 118px;
    }
}
/* イベント情報・旬な情報 end */


/* 新着情報 start */
.news_area_wrapper {
    max-width: 100%;
    padding-bottom: 97px;
}

.news_area {
    max-width: 1000px;
    margin: 0px auto;
    height: auto;
    padding-top: 41px;
    padding-bottom: 40px;
}

.ttl_news_area h2 img {
    width: 148px;
}

.ttl_news_area h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.ttl_news_area h2::before,
.ttl_news_area h2::after {
    content: "";
    width: 30%;
    height: 1px;
    margin-right: 30px;
    margin-left: 30px;
}

#infoMain1 {
    margin: 0px auto;
}

.listInfo {
    margin: 0px auto;
    height: 200px;
    overflow-y: scroll;
}

.listInfo ul li {
    line-height: 150%;
    padding: 15px;
}

.info {
    max-width: 750px;
}

.info01 {
    padding: 0px;
    width: 750px;
}

div.newTtl {
    float: left;
    width: 98%;
}

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

.listInfo article {
    margin-right: 30px;
    padding-bottom: 10px;
}

article .koushinDay {
    width: 170px;
    padding-right: 15px;
}

.news_area_wrapper .mottomirubuttonarea {
    margin-top: 42px;
}

.news_area_wrapper .nodata {
    text-align: center;
}

@media screen and (min-width:1051px) {
    #infoMain1 article {
        line-height: 160%;
        display: flex;
    }

    .ttl_news_area {
        text-align: center;
        padding-bottom: 37px;
    }
}

@media screen and (min-width:768px) and (max-width:1050px) {
    #infoMain1 article {
        line-height: 160%;
    }

    .ttl_news_area {
        text-align: center;
        padding-bottom: 15px;
    }

    .news_area {
        max-width: 750px;
    }

    .info01 {
        width: 650px;
    }

    .listInfo {
        height: 270px;
    }
}

@media screen and (max-width:767px) {
    #infoMain1 article {
        line-height: 160%;
    }

    .news_area {
        max-width: 360px;
    }

    .info01 {
        width: 330px;
        padding-top: 20px;
    }

    .listInfo {
        height: 280px;
    }

    .ttl_news_area h2 img {
        width: 118px;
    }

    .news_area {
        padding-top: 28px;
        padding-bottom: 38px;
    }

    article .koushinDay {
        padding-bottom: 5px;
    }

    .news_area_wrapper {
        padding-bottom: 50px;
    }
}
/* 新着情報 end */


/* たちあらいってこんなところ start */
.konnnatokoro_area_wrapper {
    width: 100%;
}

.konnnatokoro_area {
    background: transparent url('../../common/images/tachiyoridokoro/konnnatokoro.webp') 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.tachiarai_explanation_area_wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

.tachiarai_explanation_ttl {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 94px;
}

.tachiarai_explanation_ttl img {
    width: 555px;
}

.tachiarai_explanation_area {
    height: 288px;
}

.konnnatokoro_ttl_icon {
    width: 489px;
}

.explanation_ttl {
    padding-top: 31px;
    padding-bottom: 29px;
    text-align: center;
}
.wording_area {
    padding-right: 36px;
    padding-left: 31px;
    padding-bottom: 20px;
}

.wording_area p {
    font: normal normal medium 16px/30px Noto Sans CJK JP;
    letter-spacing: 0.8px;
}

.konnnatokoro_area .mottomirubuttonarea {
    margin-left: 260px;
}

.konnnatokoro_area::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-size: cover;
    bottom: 0px;
    background-image: url("../../common/images/tachiyoridokoro/konnnatokoro_front.png");
    z-index: 2;
}

@media screen and (min-width:1200px) {
    .konnnatokoro_main_area {
        display: flex;
        flex-wrap: wrap;
    }

    .tachiarai_explanation_area {
        max-width: 54%;
    }

    .tachiarai_map_area {
        max-width: 46%;
    }

    .konnnatokoro_map_icon {
        width: 537px;
        margin-top: -100px;
        margin-bottom: 50px;
    }

    .tachiarai_explanation_ttl {
        padding-top: 42px;
        padding-bottom: 94px;
    }

    .konnnatokoro_area::after {
        height: 156px;
    }
}

@media screen and (max-width:1199px) {
    .konnnatokoro_main_area {
        display: block;
    }

    .tachiarai_explanation_area {
        width: 540px;
        margin: 0px auto;
    }

    .tachiarai_map_area {
        margin: 0px auto;
        padding-top: 40px;
        text-align: center;
    }

    .tachiarai_explanation_ttl {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .konnnatokoro_area::after {
        height: 130px;
    }
}

@media screen and (max-width:1000px) {
    .konnnatokoro_area::after {
        height: 100px;
    }
}

@media screen and (max-width:850px) {
    .konnnatokoro_area::after {
        height: 80px;
    }
}

@media screen and (max-width:767px) {
    .tachiarai_explanation_ttl img {
        width: 357px;
    }

    .konnnatokoro_ttl_icon {
        width: 326px;
    }

    .tachiarai_explanation_area {
        width: 360px;
        height: 300px;
        margin: 0px auto;
    }

    .konnnatokoro_area .mottomirubuttonarea {
        margin-left: 100px;
        margin-top: -15px;
    }

    .konnnatokoro_area_wrapper .mottomirubutton {
        width: 146px;
    }

    .explanation_ttl {
        padding-top: 22px;
        padding-bottom: 17px;
    }

    .konnnatokoro_map_icon {
        width: 354px;
    }

    .konnnatokoro_area::after {
        height: 45px;
    }
}


/* たちあらいってこんなところ end */


/* 暮らす人たち start */
.live_people_area_wrapper {
    padding-bottom: 88px;
}

.live_people_title {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 81px;
}

.ttl_live_people {
    width: 506px;
}

.commemorative_photo_title {
    text-align: center;
    padding-bottom: 90px;
}

.ttl_commemorative_photo {
    width: 680px;
}



@media screen and (min-width:1000px) {
    .ttl_live_people {
        display: inline-block;
    }

    .ttl_live_people_sp {
        display: none;
    }

    .ttl_live_people_voice {
        display: none;
    }
}

@media screen and (max-width:999px) {
    .ttl_live_people {
        display: none;
    }

    .ttl_live_people_sp {
        display: inline-block;
    }

    .ttl_live_people_voice {
        display: inline-block;
    }

    .ttl_live_people_sp {
        width: 275.8px;
    }

    .ttl_live_people_voice {
        width: 456.4px;
    }
}

@media screen and (max-width:767px) {
    .ttl_live_people_sp {
        width: 197px;
    }

    .ttl_live_people_voice {
        width: 326px;
    }

    .ttl_commemorative_photo {
        width: 372px;
    }

    .live_people_title {
        padding-top: 100px;
        padding-bottom: 43px;
    }

    .commemorative_photo_title {
        padding-bottom: 102px;
    }
}

/* 疑似要素部分 PC start */
@media screen and (min-width:1000px) {
    .ttl_live_people {
        position: relative;
        z-index: 100;
    }

    .live_people_title {
        position: relative;
        z-index: 10;
    }

    .commemorative_photo_title {
        position: relative;
        z-index: 20;
    }

    .livePeople .slider_area {
        position: relative;
        z-index: 30;
    }

    .wrap_banSlide_livePeople {
        position: relative;
        z-index: 100;
    }

    .flat_area_wrapper {
        position: relative;
        z-index: 100;
    }

    .live_people_title::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_circle_left.png");
        z-index: 10;
    }

    .live_people_title::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_circle_right.png");
        z-index: 10;
    }

    .ttl_live_people_area::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_people_left.png");
        z-index: 20;
    }

    .ttl_live_people_area::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_people_right.png");
        z-index: 20;
    }

    .livePeople .slider_area::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 348px;
        height: 404px;
        z-index: 30;
        background-image: url("../../common/images/tachiyoridokoro/lower left_circle.png");
        bottom: -230px;
        left: 0px;
    }

    .livePeople .slider_area::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 339px;
        height: 473px;
        z-index: 30;
        background-image: url("../../common/images/tachiyoridokoro/lower right_circle.png");
        top: 330px;
        right: 0px;
    }
}

@media screen and (min-width:1320px) {
    .live_people_title::before {
        width: 466px;
        height: 391px;
        right: 74%;
        top: 47%;
    }

    .live_people_title::after {
        width: 457px;
        height: 535px;
        left: 77%;
        top: 15%;
    }

    .ttl_live_people_area::before {
        width: 329px;
        height: 525px;
        top: 35%;
        left: 9%;
    }

    .ttl_live_people_area::after {
        width: 344px;
        height: 495px;
        top: 34%;
        right: 7%;
    }
}

@media screen and (min-width: 1170px) and (max-width: 1319px) {
    .live_people_title::before {
        width: 466px;
        height: 391px;
        right: 74%;
        top: 47%;
    }

    .live_people_title::after {
        width: 457px;
        height: 535px;
        left: 77%;
        top: 15%;
    }

    .ttl_live_people_area::before {
        width: 329px;
        height: 525px;
        top: 35%;
        left: 0%;
    }

    .ttl_live_people_area::after {
        width: 344px;
        height: 495px;
        top: 34%;
        right: 0%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1169px) {
    .live_people_title::before {
        width: 326px;
        height: 273.7px;
        right: 80%;
        top: 70%;
    }

    .live_people_title::after {
        width: 320px;
        height: 374.5px;
        left: 83%;
        top: 55%;
    }

    .ttl_live_people_area::before {
        width: 230px;
        height: 367.5px;
        top: 50%;
        left: 0%;
    }

    .ttl_live_people_area::after {
        width: 241px;
        height: 346.5px;
        top: 80%;
        right: 0%;
    }
}
/* 疑似要素部分 PC end */

/* 疑似要素部分 スマホ start */
@media screen and (max-width:999px) {
    .ttl_live_people_sp_area {
        position: relative;
        z-index: 10;
    }

    .ttl_live_people_voice_area {
        position: relative;
        z-index: 10;
    }

    .commemorative_photo_title {
        position: relative;
        z-index: 20;
    }

    .livePeople .slider_area {
        position: relative;
        z-index: 30;
    }

    .wrap_banSlide_livePeople {
        position: relative;
        z-index: 100;
    }

    .flat_area_wrapper {
        position: relative;
        z-index: 100;
    }

    .ttl_live_people_sp_area::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_circle_left_sp.png");
        z-index: 10;
    }

    .ttl_live_people_sp_area::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_balloon_and_bike.png");
        z-index: 10;
    }

    .ttl_live_people_voice_area::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_student.png");
        z-index: 20;
    }

    .ttl_live_people_voice_area::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_parent_and_child.png");
        z-index: 20;
    }

    .commemorative_photo_title::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_circle_left_photo.png");
        z-index: 20;
    }

    .commemorative_photo_title::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/bg_circle_right_photo.png");
        z-index: 25;
    }

    .livePeople .slider_area::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/lower left_circle_sp.png");
        z-index: 30;
    }

    .livePeople .slider_area::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../../common/images/tachiyoridokoro/lower right_circle_sp.png");
        z-index: 30;
    }
}

@media screen and (max-width:999px) {
    .ttl_live_people_sp_area::before {
        width: 190px;
        height: 259px;
        left: -30px;
        top: -60px;
    }

    .ttl_live_people_sp_area::after {
        width: 80px;
        height: 180px;
        right: 100px;
        top: -75px;
    }


    .ttl_live_people_voice_area::before {
        width: 68px;
        height: 65px;
        left: 160px;
        top: -130px;
    }

    .ttl_live_people_voice_area::after {
        width: 60px;
        height: 65px;
        left: 0px;
        top: -60px;
    }

    .commemorative_photo_title::before {
        width: 316.4px;
        height: 316.4px;
        left: -200px;
        top: 300px;
    }

    .commemorative_photo_title::after {
        width: 323.4px;
        height: 323.4px;
        right: -160px;
        top: 240px;
    }

    .livePeople .slider_area::before {
        width: 262px;
        height: 263px;
        bottom: -220px;
        left: -150px;
    }

    .livePeople .slider_area::after {
        width: 383px;
        height: 385px;
        top: 380px;
        right: -290px;
    }
}

@media screen and (max-width:767px) {
    .ttl_live_people_sp_area::before {
        width: 95px;
        height: 151px;
        left: -40px;
        top: -5px;
    }

    .ttl_live_people_sp_area::after {
        width: 56px;
        height: 152px;
        right: 10px;
        top: -85px;
    }

    .ttl_live_people_voice_area::before {
        width: 49px;
        height: 47px;
        left: 40px;
        top: -95px;
    }

    .ttl_live_people_voice_area::after {
        width: 44px;
        height: 47px;
        left: -5px;
        top: -35px;
    }

    .commemorative_photo_title::before {
        width: 226px;
        height: 226px;
        left: -190px;
        top: 160px;
    }

    .commemorative_photo_title::after {
        width: 231px;
        height: 231px;
        right: -120px;
        top: 136px;
    }
}

/* 疑似要素部分 スマホ end */


/* 暮らす人たち end */

/* FLAT start */
.flat_area {
    max-width: 1000px;
    margin: 0px auto;
}

.flat_area_ttl {
    text-align: center;
}

.flat_area_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width:801px) {
    .flat_area_wrapper {
        padding-top: 72.5px;
        padding-bottom: 140px;
    }

    .flat_area_ttl {
        padding-bottom: 42px;
    }

    .flat_area_box {
        gap: 40px;
    }

    .flat_box img {
        width: 220px;
    }

    .ttl_flat {
        width: 443px;
    }
}

@media screen and (max-width:1080px) {
    .flat_area_box {
        max-width: 600px;
        margin: 0px auto;
    }
}

@media screen and (max-width:800px)
{
    .flat_area_wrapper {
        padding-top: 26.5px;
        padding-bottom: 50px;
    }

    .flat_area_ttl {
        padding-bottom: 38px;
    }

    .flat_area_box {
        column-gap: 13.5px;
    }

    .flat_box img {
        width: 149px;
    }

    .ttl_flat {
        width: 294px;
    }

    .flat_area_box {
        max-width: 440px;
        margin: 0px auto;
    }
}
/* FLAT end */


/* 二人で旅する2リズム start */
.tripTwoRhythm {
    padding-bottom: 126px;
}

.tripTwoRhythm h3 {
    text-align: center;
    padding-top: 204px;
}
.ttl_tripTwoRhythm {
    width: 450px;
    padding-bottom: 75px;
}

.tripTwoRhythm::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1007px;
    height: 333px;
}

.tripTwoRhythm::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1028px;
    height: 275px;
}

.tripTwoRhythm::before {
    background-image: url("../../common/images/tachiyoridokoro/colorful_before.png");
    z-index: 1;
}

.tripTwoRhythm::after {
    background-image: url("../../common/images/tachiyoridokoro/colorful_after.png");
    z-index: 1;
    right: 0px;
    bottom: -402px;
}

.tripTwoRhythm {
    position: relative;
    z-index: 2;
}

.ambassador_recruitment_area {
    text-align: center;
    position: relative;
    z-index: 100;
}
.ambassador_recruitment_area_wrapper {
    padding-bottom: 142px;
}

.ambassador_recruitment_icon {
    width: 820px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1100px) {
    .tripTwoRhythm::before {
        width: 604.2px;
        height: 199.8px;
    }

    .tripTwoRhythm::after {
        width: 616.8px;
        height: 165px;
    }
}

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

    .tripTwoRhythm::after {
        width: 616.8px;
        height: 220px;
    }
}

@media screen and (max-width:767px) {
    .tripTwoRhythm::before {
        width: 278px;
        height: 92px;
    }

    .tripTwoRhythm::after {
        width: 330px;
        height: 88px;
        bottom: -160px;
    }

    .ttl_tripTwoRhythm {
        width: 291px;
    }

    .tripTwoRhythm h3 {
        padding-top: 76px;
    }

    .ttl_tripTwoRhythm {
        padding-bottom: 15px;
    }

    .tripTwoRhythm {
        padding-bottom: 40px;
    }

    .ambassador_recruitment_icon {
        width: 367px;
    }

    .ambassador_recruitment_area_wrapper {
        padding-bottom: 42px;
    }
}


/* 二人で旅する2リズム end */

/* 地図エリア start */
.wrapper_tachiyoridokoro_map_area {
    padding-top: 104px;
    padding-bottom: 97px;
}

.tachiyoridokoro_map_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.access_map_icon {
    width: 300px;
}

.walking_map_icon {
    width: 300px;
}

.premium_icon {
    width: 300px;
}

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

    .walking_map_icon {
        width: 240px;
    }

    .premium_icon {
        width: 240px;
    }
}

@media screen and (max-width:767px) {
    .wrapper_tachiyoridokoro_map_area {
        padding-top: 59px;
        padding-bottom: 67px;
    }

    .access_map_icon {
        width: 180px;
    }

    .walking_map_icon {
        width: 180px;
    }

    .premium_icon {
        width: 180px;
    }
}

/* 地図エリア end */

/* 関連バナーエリア start */
#kanrenBannerArea {
    background-image: url("../../common/images/tachiyoridokoro/banner_area_image.webp");
    background-repeat: no-repeat;
    padding-top: 33px;
    padding-bottom: 100px;
    background-size: cover;
}

.cont_title_tachiyoridokoro {
    text-align: center;
    padding-bottom: 36px;
}

#kanrenBannerArea .bannaiyo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0px auto;
    gap: 25px;
    padding-top: 50px;
    padding-bottom: 61px;
}

.faq_img {
    width: 184px;
}

.kanrenban_area {
    margin-top: 147px;
}

.ttl_kanrenban {
    width: 162px;
    margin: 0 auto;
    padding-top: 30px;
}


.imgBan {
    margin-top: 10px;
}

.bannaiyo img {
    width: 230px;
}

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

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

    .wrap_cont_kanrenban {
        margin-top: 240px;
    }

    .bannaiyo img {
        width: 200px;
    }

    #kanrenBannerArea .bannaiyo {
        gap: 10px;
        padding-top: 13px;
        padding-bottom: 23px;
    }
}

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

    .wrap_cont_kanrenban {
        margin-top: 120px;
    }

    .bannaiyo {
        width: 357px;
    }

    #kanrenBannerArea .bannaiyo {
        gap: 10px;
        padding-top: 13px;
        padding-bottom: 23px;
    }

    .bannaiyo img {
        width: 170px;
    }

    .faq_img {
        width: 138px;
    }
}

/* 関連バナーエリア end */


/* もっと見る start */
.mottomirubuttonarea {
    margin: 0 auto;
    text-align: center;
}

.mottomirubuttonarea a {
    display: inline-block;
    text-decoration: none;
}

.mottomirubutton {
    width: 164px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 5px;
}

.mottomirubutton p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.arrow_motto_icon {
    transform: translateX(12px) translateY(5px);
    width: 20px;
    height: 19px;
}

/* もっと見る end */

/*:::::::::::::::::::::::::
 * 記事スライダー start 
 *::::::::::::::::::::::::*/
.slider_area {
    text-align: center;
}

.wrap_banSlide {
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
}

#buttonArea {
    padding-top: 50px;
    padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
    #banSlide {
        max-width: 1120px !important;
        width: 100%;
    }
}

.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

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

.wrap_koushinDay_ttl {
    width: 250px;
}

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

.newsarea_wrapper {
    display: flex;
}

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

@media screen and (max-width:500px) {
    #buttonArea {
        padding-bottom: 70px;
    }
}

.link_button:hover {
    position: relative;
    top: 1px;
    left: 1px;
}

@media screen and (min-width: 1200px) {
    #banSlide {
        max-width: 1120px !important;
        width: 100%;
    }
}

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

.slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}

.slick_toggle_wrap span {
    position: absolute;
    right: 20px;
    bottom: -10px;
    border: solid 1px;
    border-radius: 2px;
    padding: 0px 1px 1px 1px;
    width: 50px;
    height: 18px;
    background-color: #fff;
}

.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

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


/* イベント情報・旬な情報 スライダー start */
#ban_slide_set_eventInfomation img,
#ban_slide_set_eventSeason img {
    margin: 0px auto;
    width: 370px !important;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

#banSlide #ban_slide_set_eventInfomation li img,
#banSlide #ban_slide_set_eventSeason li img {
    width: 100%;
    margin: 0px;
}

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

#banSlide #ban_slide_set_eventInfomation li,
#banSlide #ban_slide_set_eventSeason li {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    height: 300px;
    width: 250px;
}

#ban_slide_set_eventInfomation article slick-slide slick-cloned slick-active,
#ban_slide_set_eventSeason article slick-slide slick-cloned slick-active {
    max-height: 350px;
}

#ban_slide_set_eventInfomation .slick-dots li,
#ban_slide_set_eventSeason .slick-dots li {
    box-shadow: unset !important;
    height: unset !important;
    margin: 0px auto !important;
    width: initial !important;
}

#ban_slide_set_eventInfomation .kiji_koushinDay,
#ban_slide_set_eventSeason .kiji_koushinDay {
    text-align: left;
    max-width: 350px;
    padding-top: 12px;
    text-align: left;
    font: normal normal Noto Sans CJK JP;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#ban_slide_set_eventInfomation .kiji_title,
#ban_slide_set_eventSeason .kiji_title {
    padding-top: 11px;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 350px;
    font: normal normal Noto Sans CJK JP;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#ban_slide_set_eventInfomation .slick-list,
#ban_slide_set_eventSeason .slick-list {
    overflow: hidden;
}

#ban_slide_set_eventInfomation .kiji_gaiyou,
#ban_slide_set_eventSeason .kiji_gaiyou {
    margin: 15px 0px 10px 45px;
    font-size: 0.9em;
    width: 280px;
}

#ban_slide_set_eventInfomation .youtubeImage,
#ban_slide_set_eventSeason .youtubeImage {
    max-width: 310px;
}

#ban_slide_set_eventInfomation .youtubeImage iframe,
#ban_slide_set_eventSeason .youtubeImage iframe {
    max-width: 100% !important;
    max-height: 200px !important;
}

#ban_slide_set_eventInfomation .slick-dots,
#ban_slide_set_eventSeason .slick-dots {
    display: none !important;
    bottom: -40px;
    position: absolute;
    height: 33px !important;
    left: 0px;
}

#ban_slide_set_eventInfomation .slick-dots li button:before,
#ban_slide_set_eventSeason .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_eventInfomation .slick-dots li.slick-active button:before,
#ban_slide_set_eventSeason .slick-dots li.slick-active button:before {
    opacity: .98;
    color: #00496D;
}

#ban_slide_set_eventInfomation .slick-prev::before,
#ban_slide_set_eventSeason .slick-prev::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #BE9406 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -15px;
    opacity: 1 !important;
}

#ban_slide_set_eventInfomation .slick-prev::after,
#ban_slide_set_eventSeason .slick-prev::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

#ban_slide_set_eventInfomation .slick-next::before,
#ban_slide_set_eventSeason .slick-next::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #BE9406 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: -15px;
    opacity: 1 !important;
}

#ban_slide_set_eventInfomation .slick-next::after,
#ban_slide_set_eventSeason .slick-next::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: -2px;
    right: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

#ban_slide_set_eventInfomation .slick-prev,
#ban_slide_set_eventSeason .slick-prev {
    left: -35px !important;
    top: 120px;
}

#ban_slide_set_eventInfomation .slick-next,
#ban_slide_set_eventSeason .slick-next {
    right: -35px !important;
    top: 128px;
}

#ban_slide_set_eventInfomation .slick_toggle_wrap,
#ban_slide_set_eventSeason .slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}


#ban_slide_set_eventInfomation .slick_toggle_wrap span,
#ban_slide_set_eventSeason .slick_toggle_wrap span {
    right: 0px !important;
    top: 0px !important;
}

#ban_slide_set_eventInfomation .slick_toggle,
#ban_slide_set_eventSeason .slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

#ban_slide_set_eventInfomation .slick_toggl .stop,
#ban_slide_set_eventSeason .slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

#ban_slide_set_eventInfomation .slick_toggle .play,
#ban_slide_set_eventSeason .slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

#ban_slide_set_eventInfomation .slick_toggle.paused .stop,
#ban_slide_set_eventSeason .slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

#ban_slide_set_eventInfomation .slick_toggle.paused .play,
#ban_slide_set_eventSeason .slick_toggle.paused .play {
    display: block !important;
    width: 50px !important;
    z-index: 10 !important;
}


#ban_slide_set_eventInfomation .slick-slide,
#ban_slide_set_eventSeason .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.wrap_banSlide_eventInfomation,
.wrap_banSlide_eventSeason {
    width: 370px;
    margin: 0px auto;
}

#ban_slide_set_eventInfomation .slick-dotted.slick-slider,
#ban_slide_set_eventSeason .slick-dotted.slick-slider {
   margin-bottom: 5px !important;
}

@media screen and (max-width: 767px) {
    .wrap_banSlide_eventInfomation,
    .wrap_banSlide_eventSeason {
        width: 300px;
        margin: 0px auto;
    }

    #ban_slide_set_eventInfomation img,
    #ban_slide_set_eventSeason img {
        margin: 0px auto;
        width: 300px !important;
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
    }

    #ban_slide_set_eventInfomation .kiji_koushinDay,
    #ban_slide_set_eventSeason .kiji_koushinDay {
        max-width: 280px;
        padding-top: 10px;
    }

    #ban_slide_set_eventInfomation .kiji_title,
    #ban_slide_set_eventSeason .kiji_title {
        max-width: 280px;
        padding-top: 11px;
        padding-bottom: 10px;
        height: 40px;
    }
}
/* イベント情報・旬な情報 スライダー end */



/* 暮らす人たち スライダー start */
.wrap_banSlide_livePeople {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#ban_slide_set_livePeople img {
    margin: 0px auto;
    width: 250px !important;
    height: 250px;
    object-fit: cover;
    border: 1px solid #ccc !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 125px;
    opacity: 1;
}

@media screen and (min-width:1025px) {
    #banSlide #ban_slide_set_livePeople li img {
    }
}

@media screen and (max-width:1024px) {
    #banSlide #ban_slide_set_livePeople li img {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width:767px) {
    #banSlide #ban_slide_set_livePeople li img {
        width: 100%;
        margin: 0px;
    }
}

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

#banSlide #ban_slide_set_livePeople li {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    height: 300px;
    width: 250px;
}

#ban_slide_set_livePeople article slick-slide slick-cloned slick-active {
    max-height: 350px;
}

#ban_slide_set_livePeople .kiji_koushinDay {
    padding: 15px 10px 0px 10px;
    font-size: 0.9em;
    text-align: left;
    max-width: 290px;
}

#ban_slide_set_livePeople .kiji_title {
    margin-top: 25px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#ban_slide_set_livePeople .kiji_title a {
    background-image: url("../../common/images/tachiyoridokoro/arrow_slider_blue.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 2px;
}

#ban_slide_set_livePeople .slick-list {
    overflow: hidden;
    padding-left: 4px;
}

#ban_slide_set_livePeople .kiji_gaiyou {
    width: 250px;
    text-align: center;
    margin-top: 14px;
    padding-top: 7px;
    padding-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#ban_slide_set_livePeople .youtubeImage {
    max-width: 310px;
}

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

#ban_slide_set_livePeople .slick-dots {
    bottom: -40px;
    position: absolute;
    height: 33px !important;
    left: 0px;
}

#ban_slide_set_livePeople .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_livePeople .slick-dots li.slick-active button:before {
    opacity: .98;
    color: #00496D;
}

#ban_slide_set_livePeople .slick-prev {
    left: -60px !important;
}

#ban_slide_set_livePeople .slick-next {
    right: -60px !important;
}

#ban_slide_set_livePeople .slick-prev::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #4D769B 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1 !important;
}

#ban_slide_set_livePeople .slick-prev::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: -2px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

#ban_slide_set_livePeople .slick-next::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #4D769B 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 1 !important;
}

#ban_slide_set_livePeople .slick-next::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media screen and (max-width:767px) {
    #ban_slide_set_livePeople .slick-prev {
        left: -40px !important;
        top: 45% !important;
    }

    #ban_slide_set_livePeople .slick-next {
        right: -40px !important;
        top: 45% !important;
    }
}

#ban_slide_set_livePeople .slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}

#ban_slide_set_livePeople .slick_toggle_wrap span {
    position: absolute !important;
    right: 45px !important;
    bottom: 7px !important;
    border: solid 1px !important;
    border-radius: 2px !important;
    padding: 0px 1px 1px 1px !important;
    width: 50px !important;
    height: 18px !important;
}

@media screen and (max-width:950px) {
    #ban_slide_set_livePeople .slick_toggle_wrap span {
        right: 0px !important;
        top: 0px !important;
    }
}

#ban_slide_set_livePeople .slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

#ban_slide_set_livePeople .slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

#ban_slide_set_livePeople .slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

#ban_slide_set_livePeople .slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

#ban_slide_set_livePeople .slick_toggle.paused .play {
    display: block !important;
    width: 50px !important;
    z-index: 10 !important;
}

#ban_slide_set_livePeople .slick-slide {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 1300px) {
    .wrap_banSlide_livePeople {
        width: 660px;
    }
}

@media screen and (max-width: 850px) {
    .wrap_banSlide_livePeople {
        width: 330px;
    }
}

@media screen and (max-width: 767px) {
    .wrap_banSlide_livePeople {
        width: 290px;
    }

    #ban_slide_set_livePeople .kiji_title {
        max-width: 200px;
    }

    #ban_slide_set_livePeople .kiji_gaiyou {
        max-width: 200px;
    }

    #ban_slide_set_livePeople img {
        width: 200px !important;
        height: 200px;
    }
}

/* 暮らす人たち end */


/* 二人で旅する2リズム start */
.wrap_banSlide_tripTwoRhythm {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#ban_slide_set_tripTwoRhythm img {
    margin: 0px auto;
    width: 300px !important;
    height: 220px;
    object-fit: cover;
    border: 1px solid #ccc !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

@media screen and (min-width:1025px) {
    #banSlide #ban_slide_set_tripTwoRhythm li img {
    }
}

@media screen and (max-width:1024px) {
    #banSlide #ban_slide_set_tripTwoRhythm li img {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width:767px) {
    #banSlide #ban_slide_set_tripTwoRhythm li img {
        width: 100%;
        margin: 0px;
    }
}

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

#banSlide #ban_slide_set_tripTwoRhythm li {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    height: 300px;
    width: 300px;
}

#ban_slide_set_tripTwoRhythm article slick-slide slick-cloned slick-active {
    max-height: 350px;
}

#ban_slide_set_tripTwoRhythm .kiji_koushinDay {
    padding: 15px 10px 0px 10px;
    font-size: 0.9em;
    text-align: left;
    max-width: 290px;
}

#ban_slide_set_tripTwoRhythm .kiji_title {
    margin-top: 5px;
    font-size: 1em;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 290px;
    font-size: 0.95em;
}

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

#ban_slide_set_tripTwoRhythm .kiji_gaiyou {
    margin: 15px 0px 10px 45px;
    font-size: 0.9em;
    width: 280px;
}

#ban_slide_set_tripTwoRhythm .youtubeImage {
    max-width: 310px;
}

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

#ban_slide_set_tripTwoRhythm .slick-dots {
    bottom: -40px;
    position: absolute;
    height: 33px !important;
    left: 0px;
}

#ban_slide_set_tripTwoRhythm .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_tripTwoRhythm .slick-dots li.slick-active button:before {
    opacity: .98;
    color: #00496D;
}

#ban_slide_set_tripTwoRhythm .slick-prev, #ban_slide_set_tripTwoRhythm .slick-next {
    width: 30px !important;
    height: 30px !important;
}

#ban_slide_set_tripTwoRhythm .kiji_title {
    padding-top: 14px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#ban_slide_set_tripTwoRhythm .kiji_title a {
    background-image: url("../../common/images/tachiyoridokoro/arrow_slider_yellow.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 0px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

#ban_slide_set_tripTwoRhythm .slick-prev {
    left: -60px !important;
}

#ban_slide_set_tripTwoRhythm .slick-next {
    right: -60px !important;
}

#ban_slide_set_tripTwoRhythm .slick-prev::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #BE9406 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1 !important;
}

#ban_slide_set_tripTwoRhythm .slick-prev::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

#ban_slide_set_tripTwoRhythm .slick-next::before {
    content: '';
    width: 29px;
    height: 29px;
    background: #BE9406 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1 !important;
}

#ban_slide_set_tripTwoRhythm .slick-next::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media screen and (max-width:767px) {
    #ban_slide_set_tripTwoRhythm .slick-prev {
        left: -40px !important;
        top: 45% !important;
    }

    #ban_slide_set_tripTwoRhythm .slick-next {
        right: -40px !important;
        top: 45% !important;
    }
}

#ban_slide_set_tripTwoRhythm .slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}

#ban_slide_set_tripTwoRhythm .slick_toggle_wrap span {
    position: absolute !important;
    right: 45px !important;
    bottom: 7px !important;
    border: solid 1px !important;
    border-radius: 2px !important;
    padding: 0px 1px 1px 1px !important;
    width: 50px !important;
    height: 18px !important;
}

@media screen and (max-width:950px) {
    #ban_slide_set_tripTwoRhythm .slick_toggle_wrap span {
        right: 0px !important;
        top: 0px !important;
    }
}

#ban_slide_set_tripTwoRhythm .slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

#ban_slide_set_tripTwoRhythm .slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

#ban_slide_set_tripTwoRhythm .slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

#ban_slide_set_tripTwoRhythm .slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

#ban_slide_set_tripTwoRhythm .slick_toggle.paused .play {
    display: block !important;
    width: 50px !important;
    z-index: 10 !important;
}


#ban_slide_set_tripTwoRhythm .slick-slide {
    padding-right: 13px;
    padding-left: 13px;
}


@media screen and (max-width: 1300px) {
    .wrap_banSlide_tripTwoRhythm {
        width: 680px;
    }
}

@media screen and (max-width: 850px) {
    .wrap_banSlide_tripTwoRhythm {
        width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .wrap_banSlide_tripTwoRhythm {
        width: 290px;
    }

    #ban_slide_set_tripTwoRhythm .kiji_title {
        max-width: 240px;
    }

    #ban_slide_set_tripTwoRhythm img {
        margin: 0px auto;
        width: 250px !important;
        height: 184px;
    }
}


/* 二人で旅する2リズム end */

.slick-dots li {
    width: 16px !important;
    height: 16px !important;
}

/*:::::::::::::::::::::::::
 * 記事スライダー end 
 *::::::::::::::::::::::::*/