@charset "utf-8";

/* 共通部分 */
ul li {
    list-style: none;
}

/*
img{
    width: auto;
    max-width: 100%;
}
*/

.header__logoArea {
    width: 225px;
}

.header__navImg {
    max-width: 46px;
}

h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
    box-sizing: border-box;
    padding: 13px 0 13px 18px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 25px;
}

h2::before {
    content: "";
    display: block;
    width: 5px;
    height: 80%;
    background: #008c46;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.bg_green {
    background-color: #fafaf5;
}

#pageMv {
    margin-top: 98px;
}

#pageMv2 {
    height: 300px;
    background: url("../images/mv_bg.png") repeat;
    margin-top: 98px;
}

#pageMv2 .pageMv__inner {
    position: static;
    justify-content: center;
}

#pageMv2 .pageMv__titleArea {
    width: auto;
    height: auto;
    background: none;
}

#pageMv2 .pageMv__title {
    font-size: 30px;
    text-align: center;
}

.pageCom {
    padding: 55px 0 0;
}

.innerCom {
    width: 1000px;
    max-width: 92%;
    margin: auto;
}

.toptextCom {
    line-height: 2;
    margin-bottom: 85px;
}

.pageCom p.title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #008c46;
    margin-bottom: 40px;
}

.pageCom p.title2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #008c46;
    margin-bottom: 20px;
}

.font16 {
    font-size: 16px;
}

.black {
    color: #000;
}


/* 園内バス */
#busPage .bus_about_box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 90px;
}

#busPage .bus_about_box .bus_about_image {
    width: 440px;
    max-width: 44%;
}

#busPage .bus_about_box .bus_about_image img {
    max-width: 100%;
}

#busPage .bus_about_box .bus_about_text {
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 50%;
}

#busPage .bus_about_box .bus_about_text p {
    line-height: 2;
}

#busPage .bus_about_box .bus_about_text ul {
    margin-top: auto;
}

#busPage .bus_about_box .bus_about_text ul li {
    line-height: 2;
    color: #f00;
}

#busPage .bus_map img {
    max-width: 100%;
}

#busPage .bus_wrap {
    padding: 265px 0 110px;
    margin-top: -185px;
}

#busPage .bus_wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

#busPage .bus_wrap ul li {
    width: 230px;
    max-width: 23%;
    margin-bottom: 25px;
}

#busPage .bus_wrap ul li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

#busPage .bus_wrap ul li table tr th {
    padding: 12px 0;
    vertical-align: middle;
    background-color: #008c46;
    font-size: 16px;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}

#busPage .bus_wrap ul li table tr td {
    vertical-align: middle;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
}

#busPage .bus_wrap ul li table tr td span {
    display: inline-block;
    width: 50%;
}

#busPage .bus_wrap ul li table tr td:first-child {
    width: 50px;
    background-color: #dcefe5;
    color: #008c46;
}

#busPage .bus_wrap ul+p {
    font-size: 14px;
}


/* 公園のご利用について */
#guidellinesPage .guidellines_list ul li {
    padding-left: calc(1em + 5px);
    text-indent: calc(-1em + 5px);
    margin-bottom: 10px;
}

#guidellinesPage .guidellines_list ul li:last-child {
    margin-bottom: 0;
}

#guidellinesPage .guidellines_list ul li::before {
    display: inline-block;
    content: "●";
    color: #008c46;
    line-height: 2;
    margin-right: 5px;
}

#guidellinesPage #mountain {
    margin-top: 40px;
}

#guidellinesPage .contact_wrap {
    margin-top: 40px;
    padding: 30px;
}

#guidellinesPage .contact_wrap dl {
    margin-bottom: 25px;
}

#guidellinesPage .contact_wrap dl:last-of-type {
    margin-bottom: 0;
}

#guidellinesPage .contact_wrap dl dt {
    color: #008c46;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 5px;
}

#guidellinesPage .contact_wrap dl dd {
    line-height: 2;
}

#guidellinesPage .contact_wrap dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#guidellinesPage #kikaku {
    padding-top: 100px;
}

#guidellinesPage #kikaku p {
    line-height: 2;
}


/* 防災情報 */
#disasterPage .disaster_wrap {
    margin-bottom: 50px;
}

#disasterPage .disaster_btn {
    padding: 50px 0;
}

#disasterPage .disaster_btn ul {
    width: 840px;
    max-width: 84%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#disasterPage .disaster_btn ul li a {
    width: 400px;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px 0;
}


/* 鶴見緑地History */
#historyPage .history_wrap .innerCom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

#historyPage .history_wrap:first-of-type .innerCom {
    padding-top: 0;
}

#historyPage .history_wrap .history_arrow {
    width: 80px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #0da566;
    padding: 10px 0;
    position: relative;
}

#historyPage .history_wrap .history_arrow::after {
    display: block;
    content: "";
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

#historyPage .history_wrap.bg_green .history_arrow::after {
    border-left: 40px solid #fafaf5;
    border-right: 40px solid #fafaf5;
}

#historyPage .history_wrap table {
    width: calc(100% - 120px);
    line-height: 1.5;
}

#historyPage .history_wrap table tr {
    border-bottom: 1px solid #ebebeb;
}

#historyPage .history_wrap table tr.br_none {
    border: none;
}

#historyPage .history_wrap table tr:last-child {
    border-bottom: none;
}

#historyPage .history_wrap table tr th,
#historyPage .history_wrap table tr td {
    padding: 20px 0;
}

#historyPage .history_wrap table tr:first-child th,
#historyPage .history_wrap table tr:first-child td {
    padding-top: 0;
}

#historyPage .history_wrap table tr th {
    width: 240px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
}

#historyPage .history_wrap table tr td {
    padding-right: 10px;
}

#historyPage .history_wrap table tr td.history_img {
    padding: 0 10px 20px;
}

#historyPage .history_wrap table tr td.history_img .history_img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#historyPage .history_wrap table tr td.history_img .history_img_wrap span {
    display: block;
    line-height: 0;
    padding: 5px;
}

#historyPage .history_wrap table tr td dl dt {
    font-weight: bold;
    color: #008c46;
    margin-bottom: 5px;
}


/* 団体概要 */
#groupPage .group_wrap .bg_green {
    padding: 50px;
}

#groupPage .group_wrap ul {
    padding: 0;
}

#groupPage .group_wrap ul li {
    margin-bottom: 10px;
    padding: 20px 0 20px 15px;
    /*border-bottom: 1px solid #ebebeb;*/
    background: #fff;
}

#groupPage .group_wrap ul li:last-child {
    margin-bottom: 0;
}


/* お問い合わせ */
#contactPage .contact_wrap {
    margin-bottom: 110px;
}

#contactPage .contact_wrap ul li {
    padding-left: calc(1em + 5px);
    text-indent: calc(-1em + 5px);
    line-height: 2;
    margin-bottom: 25px;
}

#contactPage .contact_wrap ul li:last-child {
    margin-bottom: 0;
}

#contactPage .contact_wrap ul li::before {
    display: inline-block;
    content: "●";
    color: #008c46;
    margin-right: 5px;
}

#contactPage .contact_wrap ul li span.small {
    font-size: 75%;
}


/* サイト運営方針 */
#sitepolicyPage .sitepolicy_wrap {
    padding: 50px 0 80px;
}

#sitepolicyPage .sitepolicy_wrap:first-of-type {
    padding-top: 0;
}

#sitepolicyPage .sitepolicy_wrap p {
    line-height: 2;
}

#sitepolicyPage .sitepolicy_wrap ul {
    margin-top: 20px;
}

#sitepolicyPage .sitepolicy_wrap ul li {
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
}

#sitepolicyPage .sitepolicy_wrap dl {
    line-height: 2;
}

#sitepolicyPage .sitepolicy_wrap dl.inlineblock {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

#sitepolicyPage .sitepolicy_wrap dl.inlineblock:first-of-type {
    margin-right: 50px;
}

#sitepolicyPage .sitepolicy_wrap dl.inlineblock dt {
    margin-bottom: 5px;
    font-weight: bold;
}

#sitepolicyPage .sitepolicy_wrap dl.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 205px;
}

#sitepolicyPage .sitepolicy_wrap dl.dl-horizontal dd {
    margin-left: 205px;
}

#sitepolicyPage .sitepolicy_wrap dl ul {
    margin-top: 0;
}


/* 生き物観察のおやくそく */
#oyakusokuPage .oyakusoku_wrap {
    margin-top: 80px;
    padding: 50px 0 110px;
}

#oyakusokuPage .oyakusoku_wrap ul {
    counter-reset: oyakusokuNum 0;
}

#oyakusokuPage .oyakusoku_wrap ul li {
    padding-left: calc(1em + 40px);
    text-indent: calc(-1em - 40px);
    line-height: 1.5;
    margin-bottom: 30px;
}

#oyakusokuPage .oyakusoku_wrap ul li:last-child {
    margin-bottom: 0;
}

#oyakusokuPage .oyakusoku_wrap ul li:before {
    counter-increment: oyakusokuNum 1;
    content: counter(oyakusokuNum) "";
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
    vertical-align: sub;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    background-color: #008c46;
    text-indent: 0;
    border-radius: 5px;
}


/* つるモビ */
#tsurumobiPage .tsurumobi_wrap {
    padding: 0;
}

#tsurumobiPage .tsurumobi_mv img {
    width: 100%;
}

#tsurumobiPage .tsurumobi_link {
    width: 100%;
    padding-top: 50px;
}

#tsurumobiPage .tsurumobi_link ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#tsurumobiPage .tsurumobi_link ul li {
    width: 30%;
    max-width: 318px;
    border-bottom: 1px solid #c8c8c8;
}

#tsurumobiPage .tsurumobi_link ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #008c46;
    text-decoration: none;
    transition-duration: .2s;
}

#tsurumobiPage .tsurumobi_link ul li a:hover {
    opacity: .7;
}

#tsurumobiPage .tsurumobi_link ul li a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-gray.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

#tsurumobiPage #tsurumobi_about {
    padding-top: 110px;
}

#tsurumobiPage #tsurumobi_about p {
    text-align: center;
    margin-bottom: 20px;
}

#tsurumobiPage #tsurumobi_about .tsurumobi_about_img {
    text-align: center;
    margin-bottom: 20px;
}

#tsurumobiPage #tsurumobi_about .attention {
    font-size: 14px;
    line-height: 2;
}

#tsurumobiPage #tsurumobi_about .attention ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#tsurumobiPage #tsurumobi_use {
    padding-top: 110px;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl {
    margin-bottom: 50px;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table {
    width: 100%;
    border-collapse: collapse;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table,
#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table th,
#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table td {
    border: 1px solid #d7d7d7;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table th {
    padding: 12px;
    background: #f0f7f0;
    text-align: left;
    word-break: keep-all;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_tbl table td {
    padding: 12px;
    line-height: 2;
}

#tsurumobiPage #tsurumobi_use .tsurumobi_use_img {
    text-align: center;
}

#tsurumobiPage #tsurumobi_reserve {
    padding: 110px 0;
}

#tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_cal {
    margin-bottom: 50px;
}

#tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_btn {
    margin-top: 30px;
}

#tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_btn .sec__bnr {
    font-size: 20px;
    margin: auto;
}

#tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_use {
    text-align: center;
}

/*404 */
#notfoundPage .notfound_btn {
    padding: 50px 0;
}

#notfoundPage .notfound_btn p {
    text-align: center;
    margin-bottom: 20px;
}

#notfoundPage .notfound_btn ul {
    margin: 0 auto;
    width: 420px;
}

#notfoundPage .notfound_btn ul li a {
    width: 400px;
    max-width: 400px;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px 0;
}

/* 新設遊具広場 愛称募集 */
#name_application .name_application_wrap {
    padding: 0;
}

#name_applicationPage .name_application_mv img {
    width: 100%;
}

#name_applicationPage #name_application_about {
    padding-top: 50px;
}

#name_applicationPage #name_application_about p {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}

#name_applicationPage #name_application_use .name_application_use_tbl {
    margin-bottom: 50px;
}

#name_applicationPage #name_application_use .name_application_use_tbl table {
    width: 100%;
    border-collapse: collapse;
}

#name_applicationPage #name_application_use .name_application_use_tbl table,
#name_applicationPage #name_application_use .name_application_use_tbl table th,
#name_applicationPage #name_application_use .name_application_use_tbl table td {
    border: 1px solid #d7d7d7;
}

#name_applicationPage #name_application_use .name_application_use_tbl table th {
    padding: 12px;
    background: #f0f7f0;
    text-align: left;
    word-break: keep-all;
}

#name_applicationPage #name_application_use .name_application_use_tbl table td {
    padding: 12px;
    line-height: 2;
    word-break: break-all;
}

#name_applicationPage #name_application_use .name_application_use_tbl table td ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin-bottom: 5px;
}

#name_applicationPage #name_application_reserve .name_application_reserve_btn {
    margin-bottom: 50px;
}

#name_applicationPage #name_application_reserve .name_application_reserve_btn .sec__bnr {
    font-size: 20px;
    margin: auto;
}

#name_applicationPage #name_application_reserve .name_application_reserve_use {
    text-align: center;
}

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

    /* 共通部分 */
    .mv__bnr {
        width: calc((100% - 4px) / 3);
    }

    h2 {
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
        padding: 7px 0 5px 18px;
        margin: 0 auto 15px;
    }

    #pageMv2 {
        height: 125px;
        margin-top: 78px;
    }

    #pageMv2 .pageMv__title {
        font-size: 17px;
    }

    #pageMv2 .pageMv__titleEn {
        font-size: 11px;
    }

    #pageMv2 .pageMv__titleArea {
        width: auto;
        height: auto;
    }

    .pageCom {
        padding: 25px 0 0;
    }

    .toptextCom {
        margin-bottom: 30px;
    }

    .pageCom p.title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .pageCom p.title2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .font16 {
        font-size: 14px;
    }

    /* 園内バス */
    #busPage .bus_about_box {
        display: block;
        margin-bottom: 30px;
    }

    #busPage .bus_about_box .bus_about_image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #busPage .bus_about_box .bus_about_text {
        width: 100%;
        max-width: 100%;
    }

    #busPage .bus_about_box .bus_about_text p {
        line-height: 1.5;
        margin-bottom: 20px;
    }

    #busPage .bus_about_box .bus_about_text ul li {
        line-height: 1.5;
    }

    #busPage .bus_map .innerCom {
        width: 100%;
        max-width: 100%;
    }

    #busPage .bus_wrap {
        margin-top: 0;
        padding: 35px 0 40px;
    }

    #busPage .bus_wrap ul li {
        width: 48.6%;
        max-width: 48.6%;
        margin-bottom: 10px;
    }

    #busPage .bus_wrap ul li table tr th {
        padding: 0;
        height: 50px;
        font-size: 15px;
    }

    #busPage .bus_wrap ul li table tr td {
        font-size: 15px;
    }

    #busPage .bus_wrap ul+p {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 1em;
        text-indent: -1em;
    }


    /* 公園のご利用について */
    #guidellinesPage .guidellines_list ul li {
        line-height: 1.2;
        margin-bottom: 5px;
    }

    #guidellinesPage #mountain {
        margin-top: 20px;
    }

    #guidellinesPage .contact_wrap {
        margin-top: 20px;
        padding: 15px;
    }

    #guidellinesPage #kikaku {
        padding-top: 70px;
    }


    /* 防災情報 */
    #disasterPage .disaster_wrap {
        margin-bottom: 30px;
    }

    #disasterPage .disaster_wrap p {
        line-height: 1.5;
    }

    #disasterPage .disaster_btn {
        padding: 15px 4%;
    }

    #disasterPage .disaster_btn ul {
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: block;
    }

    #disasterPage .disaster_btn ul li a {
        width: 100%;
        font-size: 15px;
    }


    /* 鶴見緑地History */
    #historyPage .history_wrap .innerCom {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    #historyPage .history_wrap .history_arrow {
        width: 60px;
    }

    #historyPage .history_wrap .history_arrow::after {
        border-left: 30px solid #fff;
        border-right: 30px solid #fff;
        border-top: 20px solid transparent;
    }

    #historyPage .history_wrap.bg_green .history_arrow::after {
        border-left: 30px solid #fafaf5;
        border-right: 30px solid #fafaf5;
    }

    #historyPage .history_wrap table,
    #historyPage .history_wrap table tbody,
    #historyPage .history_wrap table tbody tr,
    #historyPage .history_wrap table tbody th,
    #historyPage .history_wrap table tbody td {
        display: block;
    }

    #historyPage .history_wrap table {
        width: calc(100% - 80px);
    }

    #historyPage .history_wrap table tr {
        padding: 15px 0;
    }

    #historyPage .history_wrap table tr:first-of-type {
        padding-top: 10px;
    }

    #historyPage .history_wrap table tr.br_none {
        padding-bottom: 0;
    }

    #historyPage .history_wrap table tr th {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 5px;
    }

    #historyPage .history_wrap table tr td {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    #historyPage .history_wrap table tr td.history_img {
        padding: 0;
    }

    #historyPage .history_wrap table tr td.history_img .history_img_wrap {
        max-width: 410px;
        margin: auto;
    }

    #historyPage .history_wrap table tr td.history_img .history_img_wrap span {
        display: inline-block;
        max-width: 48%;
        box-sizing: border-box;
    }

    #historyPage .history_wrap table tr td.history_img .history_img_wrap span img {
        width: auto;
        max-width: 100%;
    }


    /* 団体概要 */
    #groupPage .group_wrap .bg_green {
        padding: 30px 0 50px;
    }

    #groupPage .group_wrap ul {
        padding: 0;
    }

    #groupPage .group_wrap ul li {
        margin-bottom: 10px;
        padding: 15px 0 15px 10px;
        /*border-bottom: 1px solid #ebebeb;*/
        background: #fff;
    }

    #groupPage .group_wrap ul li:last-child {
        margin-bottom: 0;
    }


    /* お問い合わせ */
    #contactPage .contact_wrap {
        margin-bottom: 50px;
    }

    #contactPage .contact_wrap ul li {
        line-height: 1.5;
        margin-bottom: 20px;
    }


    /* サイト運営方針 */
    #sitepolicyPage .sitepolicy_wrap {
        padding: 30px 0 50px;
    }

    #sitepolicyPage .sitepolicy_wrap p {
        line-height: 1.8;
    }

    #sitepolicyPage .sitepolicy_wrap ul li {
        line-height: 1.8;
    }

    #sitepolicyPage .sitepolicy_wrap dl {
        line-height: 1.8;
    }

    #sitepolicyPage .sitepolicy_wrap dl.inlineblock {
        margin-top: 20px;
    }

    #sitepolicyPage .sitepolicy_wrap dl.dl-horizontal dt {
        width: auto;
        float: none;
    }

    #sitepolicyPage .sitepolicy_wrap dl.dl-horizontal dd {
        margin-left: auto;
    }


    /* 生き物観察のおやくそく */
    #oyakusokuPage .oyakusoku_wrap {
        margin-top: 30px;
        padding: 30px 0 50px;
    }

    #oyakusokuPage .oyakusoku_wrap ul li {
        padding-left: calc(1em + 25px);
        text-indent: calc(-1em - 25px);
    }

    #oyakusokuPage .oyakusoku_wrap ul li:before {
        margin-right: 10px;
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        vertical-align: unset;
    }


    /* つるモビ */
    #tsurumobiPage #tsurumobi_about p {
        font-size: 14px;
    }

    #tsurumobiPage .tsurumobi_link {
        padding-top: 30px;
    }

    #tsurumobiPage .tsurumobi_link ul li {
        width: 100%;
        max-width: 100%;
    }

    #tsurumobiPage .tsurumobi_link ul li a {
        font-size: 15px;
        padding: 5px 0;
    }

    #tsurumobiPage #tsurumobi_about {
        padding-top: 80px;
    }

    #tsurumobiPage #tsurumobi_about .attention {
        font-size: 12px;
    }

    #tsurumobiPage #tsurumobi_use {
        padding-top: 80px;
    }

    #tsurumobiPage #tsurumobi_reserve {
        padding: 80px 0;
    }

    #tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_btn {
        margin-top: 30px;
    }

    #tsurumobiPage #tsurumobi_reserve .tsurumobi_reserve_btn .sec__bnr {
        font-size: 16px;
    }

    /*404 */
    #notfoundPage .notfound_btn ul {
        width: 92%;
        max-width: 92%;
    }

    #notfoundPage .notfound_btn ul li a {
        width: 100%;
        max-width: 100%;
    }

    /*新設遊具広場 愛称募集 */
    #name_applicationPage #name_application_reserve .name_application_reserve_btn .sec__bnr {
        width: 92%;
        font-size: 18px;
    }

}

/* Uターンご遠慮ください */
.access_no-u-turn {
    text-align: center;
    padding: 30px 0;
}