@charset "UTF-8";

/********************** トップページのスタイル **********************/
.main {
    width: 100%;
    position: relative;
}

.main h2 {
    position: relative;
    margin: 0 auto 20px;
    padding: 8px 16px 4px;
    width: fit-content;
    font-size: 175%;
}

.main h2::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
    display: block;
    content: "";
    width: 150px;
    height: 2px;
    border-bottom: 2px dotted #0b8035;
}

/* .main h2 a {}

.main .h2 {} */

.main .h2 p {
    float: right;
    padding: 14px 16px 14px 8px;
    margin: 0;
}

.main .h2 h2 {
    float: left;
}

.main li {
    position: relative;
    padding-left: 16px;
}

.main li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
}

.main li .list_icon img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 4px;
    max-height: 18px;
}

@media only screen and (max-width: 1024px) {
    .main {
        padding: 0 0 24px;
    }
}

/**** 分類1のスタイル ****/
.main .category_p01 {
    margin: 0 auto;
    padding: 12px;
    max-width: 1224px;
    width: 100%;
}

/**** 緊急情報のスタイル ****/
.main .emergency {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .emergency h2,
.main .emergency .h2 {
    background: #a90000;
    color: #fff;
}

.main .emergency .h2 {
    overflow: hidden;
}

.main .emergency h2 {
    margin-bottom: 0;
    padding: 14px 16px;
}

.main .emergency h2::before {
    display: none;
}

.main .emergency .h2 p {
    padding: 8px 16px 8px 8px;
    margin: 0;
}

.main .emergency_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #a90000;
    border-top: none;
}

/**** 画像リストのスタイル ****/
.main .ilist {
    margin-top: 24px;
}

.main .ilist_lower ul {
    display: flex;
    flex-flow: row wrap;
}

@media only screen and (max-width: 480px) {
    .main .ilist_lower ul {
        margin: 0 auto;
        max-width: 260px;
        width: 100%;
    }
}

.main .ilist_lower ul>li {
    display: flex;
    padding-left: 0;
    margin-right: 12px;
    text-align: center;
    width: calc((100% - 60.1px) / 6);
}

.main .ilist_lower ul>li:nth-of-type(6n) {
    margin-right: 0;
}

.main .ilist_lower ul>li::before {
    display: none;
}

.main .ilist_lower ul>li a {
    display: block;
    background: #e8f4f9;
    padding: 16px;
    width: 100%;
    text-decoration: none;
}

.main .ilist_lower .ilist_right {
    margin-top: 8px
}

.main .ilist_lower ul>li .ilist_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2px;
}

@media only screen and (max-width: 1024px) {
    .main .ilist_lower ul>li .ilist_title {
        min-height: 32px;
        font-size: 112.5%;
    }
}

.main .ilist_lower ul>li .ilist_text {
    text-align: left;
    font-size: 85%;
    margin-top: 0;
}

.main .ilist .ilist_title {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .main .ilist_lower ul>li {
        width: calc((100% - 36.1px) / 3);
    }

    .main .ilist_lower ul>li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main .ilist_lower ul>li:nth-of-type(n) {
        margin-top: 24px;
        margin-right: 0;
        width: 100%;
    }
}

/**** 画像リスト2のスタイル ****/
.main .ilist2 {
    margin-top: 24px;
}

.main .ilist2_lower ul {
    display: flex;
    flex-flow: row wrap;
}

.main .ilist2_lower ul>li {
    display: flex;
    padding-left: 0;
    margin-right: 12px;
    text-align: center;
    width: calc((100% - 36.1px) / 4);
}

.main .ilist2_lower ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.main .ilist2_lower ul>li::before {
    display: none;
}

.main .ilist2_lower ul>li a {
    padding: 16px;
    width: 100%;
    background: #e8f4f9;
    display: flex;
    text-decoration: none;
}

.main .ilist2_lower ul>li .ilist_left {
    align-self: center;
    width: 40%;
}

.main .ilist2_lower ul>li .ilist_right {
    align-self: center;
    width: 54%;
    margin-left: 6%;
}

.main .ilist2 .ilist_title {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .main .ilist2_lower ul>li {
        width: calc((100% - 24.1px) / 2);
    }

    .main .ilist2_lower ul>li:nth-of-type(3n) {
        margin-right: 12px;
    }

    .main .ilist2_lower ul>li:nth-of-type(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main .ilist2_lower ul>li:nth-of-type(n) {
        margin-right: 0;
        width: 100%;
    }
}

/**** 分類のスタイル ****/
.main .category,
.main .category2,
.main .category3,
.main .category4,
.main .category5 {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .category h2,
.main .category2 h2,
.main .category3 h2,
.main .category4 h2,
.main .category5 h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .category h2::before,
.main .category2 h2::before,
.main .category3 h2::before,
.main .category4 h2::before,
.main .category5 h2::before {
    display: none;
}

.main .category_3_ul {
    font-size: 85%;
}

.main .category_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

/**** 各課の窓口のスタイル ****/
.main .kakuka {
    margin-top: 24px;
}

/**** 催し物・講座のスタイル ****/
.main .event {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .event h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .event h2::before {
    display: none;
}

.main .event_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .event_lower li {
    padding-left: 0;
}

.main .event_lower li::before {
    display: none;
}

.main .event_lower li .eve_cate {
    display: inline-block;
    font-size: 85%;
    background: #007bbb;
    color: #fff;
    border-radius: 4px;
    padding: 4px 4px 2px;
    margin-right: 8px;
    text-align: center;
    vertical-align: top;
    line-height: 1;
    min-width: 80px;
}

.main .event_lower .event_month li {
    margin-right: 8px;
    display: inline-block;
    font-size: 130%;
    margin-top: 8px;
    margin-bottom: 4px;
}

.main .event_lower .event_month img {
    vertical-align: middle;
}

.event_month li.pre a,
.event_month li.next a {
    display: inline-block;
    background: #E6E6E6;
    border: 1px solid #aaa;
    font-size: 81.25%;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0 5px;
    position: relative;
}

.event_month li.pre a {
    padding-left: 16px;
}

.event_month li.next a {
    padding-right: 15px;
}

.event_month li.pre a:before,
.event_month li.next a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
}

.event_month li.pre a:before {
    left: 4px;
    border-width: 4px 6px 4px 0;
    border-color: transparent #555 transparent transparent;
}

.event_month li.next a:before {
    right: 4px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #555;
}

/**** イベントカレンダーのスタイル ****/
.main .calendar {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .calendar h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .calendar h2::before {
    display: none;
}

.main .calendar_lower {
    overflow: auto;
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .calendar_lower li {
    padding-left: 0;
}

.main .calendar_lower li::before {
    display: none;
}

.main .calendar_lower .event_month li {
    margin-right: 8px;
    display: inline-block;
}

.main .calendar_lower .event_month img {
    vertical-align: baseline;
}

.main .calendar table {
    width: 100%;
}

.main .calendar caption {
    display: none;
}

.main .calendar th {
    border: 1px solid #ccc;
    text-align: center;
}

.main .calendar th img {
    vertical-align: middle;
}

.main .calendar td {
    border: 1px solid #ccc;
    text-align: center;
}

.main .calendar .sun {
    background: #ffd8d6;
}

.main .calendar .sat {
    background: #d9e4fc;
}

.main .calendar .today {
    background: #c9171e;
    color: #fff;
}

.main .calendar .today>strong,
.main .calendar .today>a,
.main .calendar .today>a strong {
    color: #fff;
}

/**** 新着情報のスタイル ****/
.main .new {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .new .h2 {
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .new .h2::after {
    display: block;
    content: "";
    clear: both;
}

.main .new .h2 h2 {
    margin: 0;
    padding: 14px 16px;
}

.main .new .h2 h2::before {
    display: none;
}

.main .new_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .new div.date {
    margin-left: 0;
}

.main .new ul li {
    overflow: hidden;
}

.main .new ul li.catch_lst .new_lst {
    margin-right: 100px;
}

.main .new ul li.catch_lst .new_img {
    float: right;
    margin-top: 0;
}

.main .new_lower .more li a {
    background: none;
    border: 1px solid #0b8035;
    border-radius: 20px;
}

/**** トピックスのスタイル ****/
.main .topics {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .topics .h2 {
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .topics .h2::after {
    display: block;
    content: "";
    clear: both;
}

.main .topics .h2 h2 {
    margin: 0;
    padding: 14px 16px;
}

.main .topics .h2 h2::before {
    display: none;
}

.main .topics_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .topics div.date {
    margin-left: 0;
}

.main .topics ul li.catch_lst .topics_lst {
    margin-right: 100px;
}

.main .topics ul li.catch_lst .topics_img {
    float: right;
    margin-top: 0;
}

.main .topics_lower .more li a {
    background: none;
    border: 1px solid #0b8035;
    border-radius: 20px;
}

/**** 新着情報・トピックス一覧のスタイル ****/
.main .more {
    font-size: 85%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
}

.main .more li {
    padding: 0;
    margin: 8px 0 0 8px;
    min-width: 180px;
}

.main .more li::before {
    display: none;
}

.main .more li a {
    background: #fff;
    border: 2px solid #007bbb;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.main .more li a:hover {
    background: #e8f4f9;
}

.main .more li.rss span {
    background: url(../images/rss_o.svg) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .main .more {
        max-width: 100%;
    }

    .main .more li {
        margin-left: 0;
        width: 100%;
    }

    .main .more li a {
        padding: 10px;
    }
}

/**** ピックアップ1のスタイル ****/
.main .pickup {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .pickup h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .pickup h2::before {
    display: none;
}

.main .pickup_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .pickup_lower .pickup_sub {
    margin-top: 20px;
}

.main .pickup_lower .pickup_sub:first-child {
    margin-top: 12px;
}

.main .pickup_lower .pickup_sub h3 {
    background: #F2F0E9;
    padding: 4px 6px;
    font-size: 110%;
}

.main .pickup_lower .pickup_sub p {
    font-size: 85%;
    margin-top: 6px;
}

/**** ピックアップ2のスタイル ****/
.main .pickup2 {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .pickup2 h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .pickup2 h2::before {
    display: none;
}

.main .pickup2_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .pickup2_lower .pickup_sub {
    margin-top: 20px;
}

.main .pickup2_lower .pickup_sub:first-child {
    margin-top: 12px;
}

.main .pickup2_lower .pickup_sub h3 {
    background: #F2F0E9;
    padding: 4px 6px;
    font-size: 110%;
}

.main .pickup2_lower .pickup_sub p {
    font-size: 85%;
    margin-top: 6px;
}

/**** ランキングのスタイル ****/
.main .ranking {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .ranking h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .ranking h2::before {
    display: none;
}

.main .ranking_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .ranking_lower ol li {
    list-style-type: decimal;
    padding-left: 0;
    margin-left: 40px;
}

.main .ranking_lower ol li::before {
    display: none;
}

/**** 人口・世帯数のスタイル ****/
.main .j_s {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .j_s h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .j_s h2::before {
    display: none;
}

.main .j_s_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .j_s li {
    padding-left: 0;
}

.main .j_s li::before {
    display: none;
}

.main .j_s li b {
    margin-right: 8px;
}

.main .j_s p {
    font-size: 85%;
}

/**** バナー広告のスタイル ****/
.main .bana {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .bana_h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .bana_h2 h2 {
    margin: 0;
    padding: 14px 16px;
}

.main .bana_h2 h2::before {
    display: none;
}

.main .bana_h2 p {
    color: #fff;
    margin-left: 8px;
    margin-top: 0;
    font-size: 85%;
}

.main .bana_lower {
    padding: 4px 16px 16px;
    text-align: center;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .bana .bana_img {
    display: inline-block;
}

.main .bana .bana_img img {
    width: 100%;
}

.main .bana ul {
    display: flex;
    flex-wrap: wrap;
}

.main .bana li {
    padding-left: 0;
    width: 154px;
    margin-right: 8px;
}

.main .bana li:nth-of-type(6n) {
    margin-right: 0;
}

.main .bana li::before {
    display: none;
}

.main .bana li .window {
    margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
    .main .bana li {
        margin: 12px 0 0;
        padding: 0 4px;
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 480px) {
    .main .bana li {
        width: 50%;
    }

    .main .bana_h2 p {
        margin-left: 0px;
    }
}

/**** RSSのスタイル ****/
.main .rss {
    margin-top: 24px;
}

.main .rss .rss_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
}

.main .rss li {
    padding-left: 0;
}

.main .rss li::before {
    display: none;
}

/**** 外部RSSのスタイル ****/
.main .rssfide {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .rssfide .h2 {
    margin: 0;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .rssfide .h2::after {
    display: block;
    content: "";
    clear: both;
}

.main .rssfide .h2 h2 {
    margin: 0;
    padding: 14px 16px;
}

.main .rssfide .h2 h2::before {
    display: none;
}

.main .rssfide .h2 p {
    padding: 20px 16px 20px 8px;
}

.main .rssfide .h3 {
    overflow: hidden;
}

.main .rssfide .h3 h3 {
    float: left;
    margin: 10px 12px 10px 0;
}

.main .rssfide .h3 p {
    float: left;
    padding: 8px 0;
    margin: 0;
}

.main .rssfide .rssfide_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.main .rssfide .rssfide_management {
    background: #efefef;
    font-size: 85%;
    padding: 8px;
    margin-top: 12px;
}

.main .rssfide .rssfide_management .title {
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px solid #aaa;
}

.main .rssfide .rssfide_management .rssfide_copy {
    margin-top: 6px;
}

.main .rssfide .rssfide_management li {
    padding: 0;
    margin: 0;
}

.main .rssfide .rssfide_management li::before {
    display: none;
}

.main .rssfide .rssfide_list li p {
    padding: 0;
    margin: 0;
}

.main .rssfide .rssfide_list li .list p {
    font-size: 85%;
    margin-top: 4px;
}

/**** リンク・画像領域（画像）のスタイル ****/
.main .image {
    text-align: center;
    margin-top: 24px;
}

.main .image h2 {
    background: none;
    padding: 0;
}

.main .image h2::before {
    display: none;
}

.main .image .image_img {
    display: block;
}

/**** リンク・画像領域（テキスト）のスタイル ****/
.main .link {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .link h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px;
}

.main .link h2::before {
    display: none;
}

/**** RSS一覧のスタイル ****/
.main .rss_list {
    margin-top: 24px;
}

/**** オプションのスタイル ****/
.main .option {
    margin: 24px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.main .option h2 {
    margin: 0;
    padding: 14px 16px;
    width: 100%;
    background: #fff;
    border: 2px solid #0b8035;
    border-radius: 12px 12px 0 0;
}

.main .option h2::before {
    display: none;
}

.main .option_lower {
    padding: 4px 16px 16px;
    background: #fff;
    border: 2px solid #0b8035;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

/**** FAQ（よくある質問）のスタイル ****/
.main .faq {
    margin-top: 24px;
}

/**** 新着FAQ ****/
.main .faq_new {
    margin-top: 24px;
}

.main .faq_new_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
}

.main .faq_new_lower p {
    font-size: 85%;
    margin-top: 4px;
}

/**** 見られているFAQのスタイル ****/
.main .popular {
    margin-top: 24px;
}

.main .popular_lower {
    border: 2px solid #007bbb;
    border-top: none;
    padding: 4px 16px 16px;
}

.main .popular_lower p {
    font-size: 85%;
    margin-top: 4px;
}

/********************** 領域1個別のスタイル **********************/
@media print,
screen and (min-width: 1025px) {
    .main .zone0102 .zone01 .ilist_lower ul>li {
        margin-right: 0;
        width: 100%;
    }

    .main .zone0102 .zone01 .ilist2_lower ul>li {
        margin-right: 0;
        width: 100%;
    }

    .main .zone0102 .zone01 .more li {
        width: calc(100% - 2px);
    }

    .main .zone0102 .zone01 .bana ul {
        justify-content: center;
    }
}

/********************** 領域2個別のスタイル **********************/
@media print,
screen and (min-width: 1025px) {
    .main .zone0102 .zone02 .ilist_lower ul>li {
        width: calc((100% - 24.1px) / 3);
    }

    .main .zone0102 .zone02 .ilist_lower ul>li:nth-of-type(3n) {
        margin-right: 0;
    }

    .main .zone0102 .zone02 .ilist2_lower ul>li {
        width: calc((100% - 12.1px) / 2);
    }

    .main .zone0102 .zone02 .ilist2_lower ul>li:nth-of-type(even) {
        margin-right: 0;
    }
}

/********************** 領域3個別のスタイル **********************/

/********************** 領域4個別のスタイル **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ メインビジュアル ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
.main .vis_tourism1 {
    position: relative;
}

/******** ▼▼▼▼▼▼▼▼ スライダー設定（後でslider.cssに移動） ▼▼▼▼▼▼▼▼ ****************/
@media only screen and (max-width: 1024px) {
    #body .main .vis_tourism1 .slick_nav {
        padding: 6px 12px 0;
    }
}

/**** ▼▼▼▼ 数字 ▼▼▼▼ ****/
#body .main .vis_tourism1 .slick-dots li {
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 27px;
    width: 27px;
    margin: 0 7px 0 0 !important;
    padding: 0;
}

#body .main .vis_tourism1 .slick-dots li:last-child {
    margin: 0 !important;
}

#body .main .vis_tourism1 .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0;
    width: 27px;
    min-height: 27px;
    color: #2b3095;
    background: #fff;
    border: 1px solid #0B8035;
    border-radius: 4px;
}

#body .main .vis_tourism1 .slick-dots li button:hover {
    color: #860000;
    background: #fff;
}

#body .main .vis_tourism1 .slick-dots li.slick-active button {
    color: #fff;
    background: #0B8035;
}

/**** ▲▲▲▲ 数字 ▲▲▲▲ ****/

/**** ▼▼▼▼ 停止・再生 ▼▼▼▼ ****/
.vis_tourism1 .slick_ps,
.vis_tourism2 .slick_ps {
    margin-left: 12px !important;
}

.main .vis_tourism1 .slick_ps a {
    position: relative;
    padding: 2px 5px 1px 20px;
    width: 60px;
    min-height: 26px;
    color: #fff;
    background: #0b8035;
    border: 1px solid #0b8035;
    border-radius: 4px;
}

/* 停止 */
#body .vis_tourism1 .slick_stop a::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 6px;
}

/* 再生 */
#body .vis_tourism1 .slick_ps .slick_play a::before {
    position: absolute;
    top: 47%;
    left: 8px;
    content: '';
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
}

/**** ▲▲▲▲ 停止・再生 ▲▲▲▲ ****/

/******** ▲▲▲▲▲▲▲▲ スライダー設定（後でslider.cssに移動） ▲▲▲▲▲▲▲▲ ****************/


/******** ▼▼▼▼▼▼▼▼ フローアイコン ▼▼▼▼▼▼▼▼ ****************/
.main .vis_tourism1 .siyou_link {
    position: absolute;
    bottom: 20px;
    right: 12px;
    width: 150px;
}

@media only screen and (max-width: 1024px) {
    .main .vis_tourism1 .siyou_link {
        bottom: 62px;
    }
}

.main .vis_tourism1 .siyou_link a {
    display: block;
    transition-duration: 0.5s;
}

.main .vis_tourism1 .siyou_link a:hover {
    transform: rotate(-3deg);
}

@media only screen and (max-width: 768px) {
    .main .vis_tourism1 .siyou_link {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
        padding: 0 12px;
        width: auto;
    }

    .main .vis_tourism1 .siyou_link a:hover {
        transform: rotate(0deg);
    }
}

/******** ▲▲▲▲▲▲▲▲ フローアイコン ▲▲▲▲▲▲▲▲ ****************/

/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ メインビジュアル ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ お知らせ・トップバナー ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
.main .zone01_box01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1024px;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .main .zone01_box01 {
        padding: 24px 12px 0;
    }
}

/******** ▼▼▼▼▼▼▼▼ お知らせ ▼▼▼▼▼▼▼▼ ****************/
.main .new-tourism {
    margin-right: auto;
    margin-left: 0;
    padding: 0;
    width: calc(100% - 300px);
}

@media only screen and (max-width:768px) {
    .main .new-tourism {
        margin-top: 0;
        margin-right: auto;
        width: 100%;
    }

}

/**** ▼▼▼▼ タイトルとボタン ▼▼▼▼ ****/
.main .new-tourism .h2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.main .new.new-tourism .h2 {
    background: none;
    border: 0;
}

.main .new.new-tourism .h2 h2 {
    float: none;
    margin: 0 auto 20px;
    padding: 8px 16px 4px;
    width: fit-content;
}

@media only screen and (max-width:768px) {
    .main .new-tourism h2 {
        margin-bottom: 6px;
    }
}

.main .new-tourism h2::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
    display: block;
    content: "";
    width: 150px;
    height: 2px;
    border-bottom: 2px dotted #0b8035;
}

/** ▼▼ タイトル ▼▼ **/
/** ▲▲ タイトル ▲▲ **/

/** ▼▼ ボタン ▼▼ **/
.main .new-tourism .h2 .more {
    margin: 8px 0 0;
}

.main .new-tourism .h2 .more li {
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    min-width: 120px;
    border-bottom: 0;
}

.main .new-tourism .h2 .more li a {
    background: none;
    border: 1px solid #0b8035;
    border-radius: 20px;
}

/** ▲▲ ボタン ▲▲ **/

/**** ▲▲▲▲ タイトルとボタン ▲▲▲▲ ****/

.main .new-tourism .new_lower {
    background: none;
    border: 0;
    border-radius: 0;
}

.main .new-tourism ul li {
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px dotted #004366;
}

.main .new-tourism ul li:last-child {
    border-bottom: 0;
}

.main .new-tourism ul li:first-child {
    margin-top: 6px;
}

.main .new-tourism ul li::before {
    display: none;
}

@media only screen and (max-width:768px) {
    .main .new-tourism ul li {
        margin-top: 6px;
        padding-bottom: 6px;
    }
}

.main .new-tourism div.new_lst {
    display: flex;
    flex-wrap: wrap;
}

.main .new-tourism div.date {
    padding-left: 6px;
    width: 80px;

}

.main .new-tourism div.list {
    margin-left: 12px;
    width: calc(100% - 92px);
}

.main .new-tourism li.catch_lst div.list {
    width: calc(100% - 100px);
}

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

    .main .new-tourism div.date,
    .main .new-tourism div.list,
    .main .new-tourism li.catch_lst div.list {
        width: 100%;
    }

    .main .new-tourism div.date {
        padding-left: 0;
    }

    .main .new-tourism div.list {
        margin-top: 6px;
        margin-left: 0;
    }
}

@media only screen and (max-width:768px) {
    .main .new-tourism div.list {
        margin-top: 4px;
    }
}

/******** ▲▲▲▲▲▲▲▲ お知らせ ▲▲▲▲▲▲▲▲ ****************/
/******** ▼▼▼▼▼▼▼▼ トップバナー ▼▼▼▼▼▼▼▼ ****************/
.main .top-bana {
    margin-top: 32px;
    width: 280px;
}

@media only screen and (max-width:768px) {
    .main .top-bana {
        margin: 8px auto 0;
    }
}

.main .top-bana h2,
.main .top-bana .ilist_lower .ilist_right {
    display: none;
}

.main .top-bana .ilist_lower ul>li {
    margin-top: 12px;
    margin-right: 0;
    width: 100%;
}

.main .top-bana .ilist_lower ul>li:first-child {
    margin-top: 0;
}

.main .top-bana .ilist_lower ul>li a {
    padding: 0;
    background: none;
}

/******** ▲▲▲▲▲▲▲▲ トップバナー ▲▲▲▲▲▲▲▲ ****************/

/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ お知らせ・トップバナー ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ ようこそ！秋川渓谷へ ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/

/************ ▼▼▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼▼▼ ************/
.main .content_tourism01 .h2-box {
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.main .content_tourism01 .h2-box h2 {
    font-size: 225%;
}

@media only screen and (max-width: 480px) {
    .main .content_tourism01 .h2-box h2 {
        font-size: 187.5%;
    }
}

.main .content_tourism01 .h2-box p {
    margin-top: 0;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .main .content_tourism01 .h2-box p {
        font-size: 112.5%;
    }
}

.main .content_tourism01 .h2-box p span {
    font-size: 140%;
    color: #478500;
}

@media only screen and (max-width: 480px) {
    .main .content_tourism01 .h2-box p span {
        font-size: 168.75%;
    }
}

/************ ▲▲▲▲▲▲▲▲ タイトル ▲▲▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼▼▼ 概要 ▼▼▼▼▼▼▼▼ ************/

/******* ▼▼▼▼▼▼ 画像 ▼▼▼▼▼▼ *******/
.main .content_tourism01 .overview-img img {
    max-width: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 480px) {
    .main .content_tourism01 .overview-img img {
        height: 130px;
    }
}

/******* ▲▲▲▲▲▲ 画像 ▲▲▲▲▲▲ *******/

/******* ▼▼▼▼▼▼ 概要 ▼▼▼▼▼▼ *******/
.main .content_tourism01 .overview-content {
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

/***** ▼▼▼▼ 地図 ▼▼▼▼ *****/
.main .content_tourism01 .overview-map {
    position: absolute;
    top: -90px;
    right: 12px;
    width: 600px;
}

@media only screen and (max-width:1024px) {
    .main .content_tourism01 .overview-map {
        top: -35px;
        left: calc(50% - 250px);
        right: auto;
        width: 500px;
    }
}

@media only screen and (max-width:500px) {
    .main .content_tourism01 .overview-map {
        top: -12px;
        left: calc(50% - 170px);
        width: 340px;
    }
}

/***** ▲▲▲▲ 地図 ▲▲▲▲ *****/

/***** ▼▼▼▼ テキスト ▼▼▼▼ *****/
.main .content_tourism01 .overview-text {
    margin-top: 40px;
    padding-right: 12px;
    width: calc(100% - 650px);
}

@media only screen and (max-width:1024px) {
    .main .content_tourism01 .overview-text {
        margin: 0 auto;
        padding-top: 250px;
        padding-right: 0;
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .main .content_tourism01 .overview-text {
        padding-top: 185px;
    }
}

.main .content_tourism01 .overview-text p:first-child {
    margin-top: 0;
    letter-spacing: 4px;
    line-height: 1.5;
}

.main .content_tourism01 .overview-text p:first-child span {
    display: inline-block;
    margin-top: 12px;
}

.main .content_tourism01 .overview-text p:first-child span:first-child {
    margin-top: 0;
}

.main .content_tourism01 .overview-text p:last-child {
    margin-top: 30px;
}

.main .content_tourism01 .overview-text p:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 240px;
    min-height: 60px;
    color: #fff;
    text-decoration: none;
    background: #0b8035;
    border-radius: 30px;
}

@media only screen and (max-width:1024px) {
    .main .content_tourism01 .overview-text p:last-child a {
        margin: 0 auto;
    }
}

/***** ▲▲▲▲ テキスト ▲▲▲▲ *****/

/******* ▲▲▲▲▲▲ 概要 ▲▲▲▲▲▲ *******/


/************ ▲▲▲▲▲▲▲▲ 概要 ▲▲▲▲▲▲▲▲ ************/

.main .content_tourism02 {
    margin: 70px auto 0;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}


/************ ▼▼▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼▼▼ ************/

.main .content_tourism02 h2 {
    display: none;
}

/************ ▲▲▲▲▲▲▲▲ タイトル ▲▲▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼▼▼ 項目 ▼▼▼▼▼▼▼▼ ************/
.main .content_tourism02 ul>li {
    padding-left: 0;
    margin-right: 12px;
    width: calc((100% - 60px) / 6);
}

.main .content_tourism02 ul>li:nth-child(6n) {
    margin-right: 0;
}

@media only screen and (max-width:1024px) {
    .main .content_tourism02 ul>li:nth-child(3) {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .main .content_tourism02 ul>li {
        width: calc((100% - 24px) / 3);
    }

    .main .content_tourism02 ul>li:nth-child(3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main .content_tourism02 ul {
        max-width: none;
    }


    .main .content_tourism02 ul>li:nth-of-type(n),
    .main .content_tourism02 ul>li:nth-child(3) {
        width: calc(50% - 3px);
        margin-right: 6px;
    }

    .main .content_tourism02 ul>li:nth-child(even) {
        margin-right: 0;
    }
}

.main .content_tourism02 ul>li a {
    padding: 8px;
    background: #0b8035;
    border-radius: 12px;
}

@media only screen and (max-width:480px) {
    .main .content_tourism02 ul>li a {
        padding: 8px 7px;
    }
}

.main .content_tourism02 ul>li .ilist_in {
    display: flex;
    flex-flow: column-reverse wrap-reverse;
}

.main .content_tourism02 ul>li .ilist_in .ilist_left {
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.main .content_tourism02 ul>li a .ilist_in .ilist_left img {
    transition-duration: 0.5s;
}

.main .content_tourism02 ul>li a:hover .ilist_in .ilist_left img {
    transform: scale(1.1, 1.1);
}

.main .content_tourism02 ul>li .ilist_in .ilist_right {
    margin-top: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 480px) {
    .main .content_tourism02 ul>li .ilist_in .ilist_right .ilist_title {
        font-size: 90%;
    }
}


/************ ▲▲▲▲▲▲▲▲ 項目 ▲▲▲▲▲▲▲▲ ************/

/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ ようこそ！秋川渓谷へ ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ 電子広報版 ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
/************ ▼▼▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼▼▼ ************/
.main .bbs h2 {
    color: #000;
    background: none;
}

/************ ▲▲▲▲▲▲▲▲ タイトル ▲▲▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼▼▼ スライダー設定 ▼▼▼▼▼▼▼▼ ************/
.main .vis_tourism2 {
    padding: 0 64px;
    max-width: 1028px !important;
}

@media only screen and (max-width: 1024px) {
    .main .vis_tourism2 {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 480px) {
    .main .vis_tourism2 {
        padding: 0;
    }
}

.vis_tourism2 li {
    padding: 0 36px !important;
}

@media only screen and (max-width: 1024px) {
    .vis_tourism2 li {
        padding: 0 31px !important;
    }
}

@media only screen and (max-width: 768px) {
    .vis_tourism2 li {
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .vis_tourism2 li {
        padding: 0 5px !important;
    }

    .main .vis_tourism2 .slick-initialized .slick-slide {
        opacity: 0.5;
    }

    .main .vis_tourism2 .slick-initialized .slick-slide.slick-active {
        opacity: 1;
    }

    .main .vis_tourism2 .slick-initialized .slick-slide a {
        pointer-events: none;
    }

    .main .vis_tourism2 .slick-initialized .slick-slide.slick-active a {
        pointer-events: auto;
    }

}

.main .vis_tourism2 .slick-slider a {
    text-decoration: none;
}

.main .vis_tourism2 .slick-slider .ilist_right .ilist_title {
    margin-top: 20px;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: 0;
}

@media only screen and (max-width:480px) {
    .main .vis_tourism2 .slick-slider .ilist_right .ilist_title {
        margin-top: 10px;
    }
}

.main .vis_tourism2 .slick-slider .ilist_left img {
    height: auto !important;
}

.main .vis_tourism2 .slick_nav {
    position: relative;
    justify-content: center;
    margin: 24px 0 0;
    padding: 0;
}

.main .vis_tourism2 .slick_nav .slick-dots {
    display: none;
}

.main .vis_tourism2 .slick_ps a {
    position: relative;
    padding: 2px 5px 1px 20px;
    width: 60px;
    min-height: 26px;
    color: #fff;
    background: #0b8035;
    border: 1px solid #0b8035;
    border-radius: 4px;
}

#body .vis_tourism2 .slick_stop a::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 6px;
}

#body .vis_tourism2 .slick_ps .slick_play a::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 47%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
}


.main .vis_tourism2 .slick-prev,
.main .vis_tourism2 .slick-next {
    top: calc(50% - 31px);
    padding: 48px 2px 0;
    max-width: 40px;
    width: 100%;
    min-height: 72px;
    color: #2b3095 !important;
    background: none;
    background-size: 40px 40px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.main .vis_tourism2 .slick-prev:hover,
.main .vis_tourism2 .slick-next:hover {
    color: #860000 !important;
    background: none !important;
    background-size: 40px 40px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.main .vis_tourism2 .slick-prev,
.main .vis_tourism2 .slick-prev:hover {
    left: -64px;
    background-image: url(img/tourism/bbs-arrowG1.png) !important;
}

.main .vis_tourism2 .slick-next,
.main .vis_tourism2 .slick-next:hover {
    right: -64px;
    background-image: url(img/tourism/bbs-arrowG2.png) !important;
}

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

    .main .vis_tourism2 .slick-prev,
    .main .vis_tourism2 .slick-prev:hover {
        left: -50px;
    }

    .main .vis_tourism2 .slick-next,
    .main .vis_tourism2 .slick-next:hover {
        right: -50px;
    }
}

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

    .main .vis_tourism2 .slick-prev,
    .main .vis_tourism2 .slick-next {
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }


    .main .vis_tourism2 .slick-prev,
    .main .vis_tourism2 .slick-prev:hover {
        left: 0;
    }

    .main .vis_tourism2 .slick-next,
    .main .vis_tourism2 .slick-next:hover {
        right: 0;
    }
}

/************ ▲▲▲▲▲▲▲▲ スライダー設定 ▲▲▲▲▲▲▲▲ ************/
/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ 電子広報版 ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ アクセス・関連サイト ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
.main .access-area {
    padding: 80px 12px 60px;
}

@media only screen and (max-width: 480px) {
    .main .access-area {
        padding: 50px 12px 60px;
    }
}

.main .access-area .h2-enclose {
    position: relative;
    margin: 0 auto 20px;
    width: fit-content;
}

.main .access-area .h2-enclose::before,
.main .access-area .h2-enclose::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 38px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .access-area .h2-enclose::before {
    left: -48px;
    background-image: url(img/tourism/access-tree1.png);
}

.main .access-area .h2-enclose::after {
    right: -48px;
    background-image: url(img/tourism/access-tree2.png);
}

.main .access-area h2 {
    margin: 0;
    color: #000;
    background: none;
}

.main .access-area h2::before {
    border-bottom: 2px dotted #C1272D;
}

.main .access-area .access-map {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

.main .access-area .access-map2 {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 824px;
    width: 100%;
}

.main .access-area .access-text {
    margin-top: 20px;
    text-align: center;
}

.main .access-area .access-text span {
    display: block;
}

.main .access-area .access-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 9px 20px 7px;
    max-width: 216px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #0b8035;
    border-radius: 4px;
}

/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ アクセス・関連サイト ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ 電車でのアクセス・車でのアクセス ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
.method-access {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

/************ ▼▼▼▼▼▼▼▼ 【共通】電車でのアクセス・車でのアクセス ▼▼▼▼▼▼▼▼ ************/

.train-access h2::before,
.car-access h2::before,
.train-access li::before,
.car-access li::before {
    display: none;
}

.train-access .h2-enclose,
.car-access .h2-enclose,
.train-access .warning-label,
.car-access .warning-label {
    width: 100%;
}


.train-access .h2-enclose,
.car-access .h2-enclose {
    position: relative;
    margin: 0 auto 20px;
    width: fit-content;
}

.train-access .h2-enclose::before,
.train-access .h2-enclose::after,
.car-access .h2-enclose::before,
.car-access .h2-enclose::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 38px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
}

.train-access .h2-enclose::before,
.car-access .h2-enclose::before {
    left: -32px;
}

.train-access .h2-enclose::after,
.car-access .h2-enclose::after {
    right: -32px;
}

.train-access .h2-enclose::before,
.train-access .h2-enclose::after {
    background-image: url(img/tourism/access-train.png);
}

.car-access .h2-enclose::before,
.car-access .h2-enclose::after {
    background-image: url(img/tourism/access-car.png);
}

.train-access h2,
.car-access h2 {
    position: relative;
    margin: 0 auto 20px;
    padding: 8px 16px 4px;
    width: fit-content;
}

.train-access h2::before,
.car-access h2::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
    display: block;
    content: "";
    width: 150px;
    height: 2px;
    border-bottom: 2px dotted #0b8035;
}

.train-access .method-box,
.car-access .method-box {
    display: flex;
    flex-wrap: wrap;
    min-height: 410px;
}

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

    .train-access .method-box,
    .car-access .method-box {
        min-height: auto;
    }
}

/******** ▼▼▼▼ 線路 ▼▼▼▼ ********/
.train-access ul,
.car-access ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.train-access ul::before,
.car-access ul::before {
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    display: block;
    content: "";
    width: 10px;
    height: 100%;
}

.train-access li,
.car-access li {
    margin-top: 20px;
    padding: 6px 5px;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    border-radius: 8px;
}

.train-access li:first-child,
.car-access li:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 18px 4px;
    min-height: 80px;
}

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

    .train-access li:first-child,
    .car-access li:first-child {
        padding: 12px 4px;
    }
}

.train-access .train-method01 li:first-child,
.car-access .car-method01 li:first-child {
    font-size: 100%;
}

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

    .train-access li,
    .car-access li {
        margin-top: 16px;
        letter-spacing: 0;
    }

    .train-access li:first-child,
    .car-access li:first-child {
        font-size: 112.5%;
    }

    .train-access li span.span-sp,
    .car-access li span.span-sp {
        display: inline-block;
    }

    .car-access .car-method01 li:first-child span.span-sp:first-child {
        padding-left: 12px;
    }
}

/**** ▼▼ 時間 ▼▼ ****/
.train-access li span.span-min,
.car-access li span.span-min {
    position: relative;
}

.train-access li span.span-min::before,
.car-access li span.span-min::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    display: block;
    content: "";
    width: 60px;
    height: 9px;
    background-image: url(img/tourism/min-under.png);
    background-size: cover;
    background-repeat: no-repeat;
}

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

    .train-access li span.span-min::before,
    .car-access li span.span-min::before {
        left: calc(50% - 28px);
        width: 56px;
        height: 8px;
    }
}


/**** ▲▲ 時間 ▲▲ ****/

/******** ▲▲▲▲ 線路 ▲▲▲▲ ********/

/******** ▼▼▼▼ 注意書き ▼▼▼▼ ********/
.train-access .warning-label,
.car-access .warning-label {
    margin-top: 20px;
    font-size: 87.5%;
}

.train-access .warning-label p,
.car-access .warning-label p {
    margin-top: 0;
}

/******** ▲▲▲▲ 注意書き ▲▲▲▲ ********/

/************ ▲▲▲▲▲▲▲▲ 【共通】電車でのアクセス・車でのアクセス ▲▲▲▲▲▲▲▲ ************/

/************ ▼▼▼▼▼▼▼▼ 電車でのアクセス ▼▼▼▼▼▼▼▼ ************/
.train-access {
    margin: 0 auto 0 0;
    width: 40%;
}

@media only screen and (max-width: 1024px) {
    .train-access {
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
}

.train-access .train-method01 {
    margin-right: auto;
    width: 100%;
}

.train-access ul::before {
    background-color: #3C7D00;
    background-image: url(img/tourism/train-route.png);
    background-size: 6px;
    background-repeat: repeat-y;
    background-position: 2px 9px;
}

.train-access ul li {
    color: #fff;
    background: #3C7D00;
    border: 1px solid #3C7D00;
}

.train-access ul li:last-child {
    margin-top: auto;
}

@media only screen and (max-width: 1024px) {
    .train-access ul li:last-child {
        margin-top: 20px;
    }
}

.train-access ul li.normal {
    color: #000;
    background: #d5f09b;
    border-color: #b5cc84;
}

.train-access ul li.weak {
    color: #000;
    background: #edf4e0;
    border-color: #c6ccbb;
}

/************ ▲▲▲▲▲▲▲▲ 電車でのアクセス ▲▲▲▲▲▲▲▲ ************/



/************ ▼▼▼▼▼▼▼▼ 車でのアクセス ▼▼▼▼▼▼▼▼ ************/
.car-access {
    width: calc(60% - 32px);
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .car-access {
        margin-top: 50px;
        width: 100%;
    }
}

.car-access ul::before {
    background-color: #3F688C;
}

.car-access ul li {
    width: 100%;
    color: #fff;
    background: #3F688C;
    border: 1px solid #3F688C;
}

.car-access .car-method01,
.car-access .car-method02,
.car-access .car-method03 {
    margin-right: auto;
}

.car-access ul li:last-child {
    margin-top: auto;
}

.car-access .car-method02 li:last-child {
    margin-top: 24px;
}

.car-access .car-method01 {
    width: calc(40% - 4px);
}

.car-access .car-method02,
.car-access .car-method03,
.car-access .car-method04 {
    width: calc(20% - 4px);
}


.car-access .car-method01 li:last-child {
    width: 253%;
    z-index: 1;
}

.car-access .car-method02 li:last-child {
    width: 515%;
    z-index: -1;
}

.car-access .car-method03 li:last-child,
.car-access .car-method04 li:last-child {
    width: 509%;
    z-index: -1;
}

.car-access .car-method02 li:last-child {
    left: -207%;
}

.car-access .car-method03 li:last-child {
    left: -308%;
}

.car-access .car-method04 li:last-child {
    left: -411%;
}


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

    .car-access .car-method01,
    .car-access .car-method02,
    .car-access .car-method03,
    .car-access .car-method04 {
        width: calc(50% - 4px);
    }

    .car-access .car-method03,
    .car-access .car-method04 {
        margin-top: 32px;
    }

    .car-access .car-method02 li:last-child,
    .car-access .car-method03 li:last-child,
    .car-access .car-method04 li:last-child {
        width: 202%;
    }

    .car-access .car-method03 li:last-child,
    .car-access .car-method04 li:last-child {
        margin-top: 16px;
    }

    .car-access .car-method01 li:last-child {
        width: 203%;
    }

    .car-access .car-method02 li:last-child {
        left: -101%;
    }

    .car-access .car-method03 li:last-child {
        left: 0;
    }

    .car-access .car-method04 li:last-child {
        left: -104%;
    }
}

.car-access ul li.normal {
    color: #000;
    background: #9BD5F0;
    border-color: #84b5cc;
}

.car-access ul li.weak {
    color: #000;
    background: #E0EDF4;
    border-color: #bbc6cc;
}

/************ ▲▲▲▲▲▲▲▲ 車でのアクセス ▲▲▲▲▲▲▲▲ ************/


/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ 電車でのアクセス・車でのアクセス ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ イベントや季節の情報を発信中！ ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/

.main .tourism-sns {
    margin-top: 80px;
    padding: 90px 12px 26px;
    background: #F2F0E9;
}

.main .tourism-sns h2 {
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 100%;
}

.main .tourism-sns p {
    margin-top: 2px;
    padding: 0 12px;
    font-size: 87.5%;
    text-align: center;
}

.main .tourism-sns h2::before {
    left: calc(50% - 22px);
    top: -52px;
    width: 44px;
    height: 36px;
    background-image: url(img/tourism/wifi-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

.main .tourism-sns .ilist_lower ul {
    justify-content: center;
}

.main .tourism-sns .ilist_lower ul>li {
    margin-right: 16px;
    max-width: 110px;
    width: 100%;
}

.main .tourism-sns .ilist_lower ul>li a {
    padding: 9px;
    background: none;
}

.main .tourism-sns .ilist_lower ul>li a .ilist_left {
    padding: 13px 13px 22px;
}

.main .tourism-sns .ilist_lower ul>li a .ilist_left img {
    max-width: none;
    width: 44px;
}

.main .tourism-sns .ilist_lower ul>li a .ilist_right {
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .main .tourism-sns .ilist_lower ul>li a .ilist_right .ilist_title {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 54px;
        letter-spacing: 0;
        padding: 0;
    }
}


/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ イベントや季節の情報を発信中！ ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/

/********************** ▼▼▼▼▼▼▼▼▼▼▼▼ 関連サイト ▼▼▼▼▼▼▼▼▼▼▼▼ **********************/
.main .relate-site {
    padding: 0 12px;
}

.main .relate-site h2 {
    margin: 0 auto 8px;
}

.main .relate-site h2::before {
    border-bottom: 2px dotted #C1272D;
}

.main .relate-site p {
    margin-top: 2px;
    padding: 0 12px;
    font-size: 87.5%;
    text-align: center;
}

.main .relate-site .ilist_lower ul {
    justify-content: center;
}

.main .relate-site .ilist_lower ul>li {
    margin-right: 16px;
    max-width: 200px;
    width: 100%;
}

.main .relate-site .ilist_lower ul>li a {
    padding: 0;
    background: none;
}

.main .relate-site .ilist_lower ul>li a .ilist_left img {
    max-width: none;
    width: 100%;
}

.main .relate-site .ilist_lower ul>li a .ilist_right {
    display: none;
}

/********************** ▲▲▲▲▲▲▲▲▲▲▲▲ 関連サイト ▲▲▲▲▲▲▲▲▲▲▲▲ **********************/