@charset "UTF-8";

.hide-sp {
    display: block;
}

.vis-sp {
    display: none;
}

.p-headline {
    line-height: 100px;
    color: #fff;
    background-image: url(../img/bg-main-title@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    font-size: 22px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.p-headline:after {
    content: "";
    display: block;
    background: url(../img/bg-main-title-border@2x.png) 0 0 no-repeat;
    height: 8px;
    width: 189px;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-headline.-jump:after {
    background: none;
}

.p-headline>b {}

.p-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pageBody {}

.intro {
    background: url(../img/bg-foot@2x.png) center -20px no-repeat;
    background-size: 1492px auto;
    position: relative;
    z-index: 1;
}

.intro_box {
    max-width: 486px;
    padding-top: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 291px;
    position: relative;
    z-index: 1;
    left: 88px;
}

.intro_inner {
    padding-bottom: 40px;
}

.intro_title {}

.intro_title>small {
    display: block;
    margin-bottom: 13px;
}

.intro_title>small>img {
    display: block;
}

.intro_title>b {
    display: block;
}

.intro_title>b>img {
    display: block;
}

.intro_dInfo {
    background: #f32738;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 15px 4px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    margin: 24px auto 19px;
    overflow: hidden;
}

.intro_dInfo>dt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-right: 38px;
}

.intro_dInfo>dt:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -18px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}

.intro_dInfo>dd {
    display: inline-block;
    vertical-align: middle;
}

.intro_special {
    color: #04b283;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 7px;
}

.intro_head {
    margin-top: 25px;
}

.intro_memorial_ttl {
    color: #f57ba8;
    font-size: 20px;
    text-align: center;
}

.intro_text {
    font-size: 16px;
    white-space: nowrap;
}

.intro_memorial_text {
    font-size: 16px;
}

.intro_memorial_text>span {
    color: #f57ba8;
}

.intro_fig {
    position: absolute;
    z-index: 1;
    max-width: 212px;
    top: 30px;
    right: 135px;
}

.intro_fig>img {}

.intro_fig>figcaption {
    position: absolute;
    z-index: 2;
    top: 27px;
    right: -99px;
}

.intro_fig>figcaption>img {}

.intro_links {
    list-style: none;
    margin-top: 25px;
}

.intro_links:after {
    content: "";
    display: block;
    clear: both;
}

.intro_links>li {
    width: 24%;
    float: left;
    margin-left: 1.3333%;
}

.intro_links>li:first-child {
    margin-left: 0;
}

.intro_links>li:nth-child(2n+1) {}

.intro_links>li>a {
    display: block;
    height: 70px;
    line-height: 70px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/bg-button_1708@2x.png) center center no-repeat;
    background-color: #04b283;
    background-size: cover;
    -webkit-transition: opacity 0.3s, top .3s;
    transition: opacity 0.3s, top .3s;
    position: relative;
    z-index: 1;
    top: 0;
}

.intro_links>li>a[href="#map"] {
    background-color: #00479d;
}

.intro_links>li>a[href="#heart"] {
    background-color: #f57ba8;
}

.intro_links>li>a[href="#heart"] b {
    text-indent: 1em;
}

.intro_links>li>a[href="#event"] {
    background-color: #00a0e9;
}

.intro_links>li>a:hover {
    opacity: .7;
    top: 5px;
}

.intro_links>li>a:before {
    content: "";
}

.intro_links>li>a:after {
    content: "";
}

.intro_links>li>a>b {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.intro_links>li>a>b:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -20px;
    margin-top: auto;
    margin-bottom: auto;
    border: 3px solid #fff;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
}

.intro_links>li>a[href="#heart"]>b:before {
    left: 0;
}

.intro_links>li>a>b>b {
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

.intro_links>li>a>b>small {
    display: block;
    font-size: 13px;
    line-height: 1;
}
.intro_cap{
    margin: 30px 0;
    font-size: 18px;
}
.use_jump{
    color: #fff;
    text-decoration: none;
    display: block;
}
.use_jump:hover{
    text-decoration: underline;
    opacity: 0.7;
    transition: all 0.3s;
}
.use {
    margin-top: 100px;
    margin-bottom: 66px;
}

.use_title {
    background-color: #04b283;
}

.use_title>b {
    display: block;
}

.use_inner {
    padding-top: 65px;
}

.use_headline {
    text-align: center;
    color: #04b283;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.use_headline>img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -93px;
    left: 46px;
}

.use_headline>b {
    font-size: 40px;
    display: block;
}

.use_headline>small {
    display: block;
    font-size: 22px;
}

.use_oList {
    list-style: none;
    padding: 0 32px;
    display: flex;
    justify-content: center;
}

.use_oList:after {
    content: "";
    display: block;
    clear: both;
}

.use_oList>li {
    float: left;
    width: 28%;
    margin-left: 8%;
}

.use_oList>li:first-child {
    margin-left: 0;
}

.use_oList>li:nth-child(2n+1) {}

.use_item {
    position: relative;
    z-index: 1;
}

.use_step {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -20px;
}

.use_step>img {}

.use_fig {
    max-width: 212px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.use_fig>figcaption {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.use_fig-no1 {}

.use_fig-no1>img {}

.use_fig-no1>figcaption {
    color: rgb(228, 86, 89);
}

.use_text {}

.use_fig-no2 {}

.use_fig-no2>img {}

.use_fig-no2>figcaption {
    color: rgb(231, 157, 55);
}

.use_fig-no3 {}

.use_fig-no3>img {}

.use_fig-no3>figcaption {
    color: rgb(80, 176, 135);
}

.use_cautions {
    background: #eeeeee;
    list-style: none;
    padding: 26px 20px;
    margin-top: 40px;
}

.use_cautions span.-red {
    color: #ff0000;
}

.use_cautions>li {
    text-indent: -1em;
    padding-left: 1em;
}

.use_cautions>li:first-child {}

.use_cautions>li:nth-child(2n+1) {}

.map {
    margin: 85px 0 57px;
}

.map_title {
    background-color: #00479d;
    /* margin-bottom: 40px; */
}

.map_title>b {}

.map_inner {}

.map_list {
    list-style: none;
}

.map_list:after {
    content: "";
    display: block;
    clear: both;
}

.map_list>li {
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}

.map_list>li:first-child {}

.map_list>li:last-child {}

.map_list>li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.map_list>li:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.map_list>li>a {
    text-decoration: none;
    text-align: center;
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.map_list>li[data-type="comingSoon"] {
    position: relative;
    z-index: 1;
    -webkit-transition: none;
    transition: none;
}

.map_list>li>a:hover {
    opacity: .7;
}

.map_list>li>a:before {
    content: "";
}

.map_list>li>a:after {
    content: "";
}

.map_list>li[data-type="comingSoon"]>a:hover {
    opacity: 1;
}

.map_list>li[data-type="comingSoon"]:before {
    content: "";
    position: absolute;
    z-index: 10;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-image: url(/walk-with-sp/img/txt-coming-soon@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 171px auto;
}

.map_fig {
    position: relative;
    z-index: 1;
}

.map_fig>img {
    display: block;
    max-width: 100%;
    height: auto;
}

a:hover .map_fig>img {}

.map_fig>figcaption {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

a:hover .map_fig>figcaption {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

[data-type="comingSoon"] a:hover .map_fig>figcaption {
    -webkit-transform: none;
    transform: none;
}

.map_link {
    display: block;
    line-height: 50px;
    background: #666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.map_link-no1 {
    background: #29abe2;
}

.map_link-no2 {
    background: #00a99d;
}

.map_link-no3 {
    background: #8cc63f;
}

.map_link-no4 {
    background: #f7931e;
}

.map_link-no5 {
    background: #f15a24;
}

.map_link-no6 {
    background: #ff7bac;
}

.map_link-no7 {
    background: #8852a4;
}

.map_link>img {
    vertical-align: middle;
    margin-right: 10px;
}

.heart {
    margin-bottom: 70px;
}

.heart_title {
    background-color: #f57ba8;
    margin-bottom: 55px;
}

.heart_intro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 65px;
}

.heart_logo {
    margin-bottom: 35px;
}

.heart_list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.heart_list>li {
    width: 23.5%;
    margin-left: 2%;
}

.heart_list>li:first-child {
    margin-left: 0;
}

.heart_list>li:nth-child(-n+4) {
    margin-bottom: 45px;
}

.heart_list>li .-img {}

.heart_list>li p {
    font-size: 14px;
    margin-top: 5px;
    max-width: 235px;
    margin: 20px auto 0;
}

.heart_list>li p em {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}

.event {
    background: url(../img/bg-event.jpg) center bottom no-repeat;
    background-color: rgb(135, 202, 244);
    background-size: cover;
    padding-bottom: 100px;
}

.event_title {
    background-color: #00a0e9;
    margin-bottom: 75px;
}

.event_title>b {}

.event_inner {
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 70px;
}

.event_box {
    /* padding-top: 66px; */
    max-width: 1000px;
    margin: 0 auto;
}

.event_areaTitle {}

.event_headline {
    line-height: 1.4;
    text-align: center;
    position: relative;
    z-index: 1;
}

.event_headline>img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 130px;
}

.event_headline>small {
    display: block;
    font-size: 22px;
}

.event_headline>b {
    display: block;
    font-size: 40px;
}

.event_text {
    text-align: center;
    margin-top: 10px;
}

.event_image {
    position: absolute;
    z-index: inherit;
    top: -70px;
    left: 103px;
}

.event_image>img {}

.picture_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.list_item {
    list-style: none;
}

.list_item>img {
    border-radius: 10px;
}

.event_tableOuter {
    position: relative;
    z-index: 1;
    margin-top: 42px;
}

.event_tableMessage {
    position: absolute;
    z-index: 1;
    top: -170px;
    right: -70px;
}

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

.event_tableWrap {}

.event_placeTable {
    width: 100%;
    font-size: 14px;
}

.event_placeTable>thead {}

.event_placeTable>thead>tr {}

.event_placeTable>thead>tr>th {
    height: 55px;
    background: #00479d;
    color: #fff;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}

.event_placeTable>thead>tr>th.-time {}

.event_placeTable>thead>tr>td {}

.event_placeTable>tbody {}

.event_placeTable>tbody>tr {}

.event_placeTable>tbody>tr>th {
    font-size: 16px;
    background: #666;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #ccc;
    width: 85px;
    text-align: left;
}

.event_placeTable>tbody>tr>th[data-spot="kurobedum"] {
    background: #29abe2;
}

.event_placeTable>tbody>tr>th[data-spot="tateyama"] {
    background: #00a99d;
}

.event_placeTable>tbody>tr>th[data-spot="murododaira"] {
    background: #8cc63f;
}

.event_placeTable>tbody>tr>th[data-spot="midagahara"] {
    background: #f7931e;
}

.event_placeTable>tbody>tr>th[data-spot="shomyodaki"] {
    background: #f15a24;
}

.event_placeTable>tbody>tr>th[data-spot="bijodaira"] {
    background: #ff7bac;
}

.event_placeTable>tbody>tr>th[data-spot="ashikuraji"] {
    background: #8852a4;
}

.event_placeTable>tbody>tr>td {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
}

.event_placeTable>tbody>tr>td.-date {
    white-space: nowrap;
}

.event_placeTable>tbody>tr>td.-difficulty {
    width: 75px;
}

.event_icon {
    background: url(../img/icn-star@2x.png) 0 0 no-repeat;
    width: 20px;
    height: 19px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.event_icon-half {
    background-image: url(../img/icn-star-half@2x.png);
}

.event_icon-none {
    background-image: url(../img/icn-star-none@2x.png);
}

.event_present {
    text-align: center;
    margin-top: 30px;
}

.event_table {
    width: 100%;
    margin-top: 50px;
}

.event_table>tbody {}

.event_table>tbody>tr {}

.event_table>tbody>tr>th {
    background: #00479d;
    border: 1px solid #ccc;
    width: 107px;
    font-size: 16px;
    padding: 14px 20px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.event_table>tbody>tr>td {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 14px 20px;
}

.event_table>tbody>tr>td em {
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
}

.event_link {
    max-width: 440px;
    margin: 0 auto;
}

.event_link>a {
    display: block;
    background: #00479d;
    line-height: 66px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.event_link>a:hover {
    opacity: .7;
}

.event_link>a:before {
    content: "";
}

.event_link>a:after {
    content: "";
}

.event_link>a>img {
    vertical-align: middle;
    margin-left: 10px;
}

.event_link-large {
    margin: 10px 0 0;
}

.event_link-large>a {
    line-height: 83px;
    font-size: 22px;
}

.event_link-large>a:hover {}

.event_link-large>a:before {
    content: "";
}

.event_link-large>a:after {
    content: "";
}

.event_inOlist {
    list-style: none;
    margin: 13px 0;
}

.event_inOlist>li {}

.event_inOlist>li:first-child {}

.event_inOlist>li:nth-child(2n+1) {}

.event_caution {
    font-size: 14px;
}

.event_inList {
    padding-left: 22px;
}

.event_inList>li {}

.event_inList>li:first-child {}

.event_inList>li:nth-child(2n+1) {}

.event_newsCaution {
    font-size: 16px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}

.midagahara_or {
    font-size: 12px;
    margin: 0 10px;
}

.intro_heart {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: -150px;
}

.intro_heart>img {}

.badge_image {
    margin: 50px 0 50px;
}

.badge_image>img {}

.present_image {
    margin-bottom: 30px;
}

.badge_caution {
    font-size: 14px;
}
.pdf_map_link{
    width: 100%;
    /* max-width: 400px; */
    margin: 20px auto 0;
}

.pdf_map_link a{
    background-color: #00479d;
    color: #fff;
    border: 1px solid #00479d;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s;
}
.pdf_map_link a:hover{
    color: #00479d;
    background-color: #fff;
    transition: all 0.3s;
}

@media screen and (max-width:1159px) {
    .hide-sp {
        display: block;
    }

    .vis-sp {
        display: none;
    }

    .event_tableMessage {
        top: -125px;
        right: 0px;
        width: 150px;
    }

}

@media screen and (max-width:999px) {
    .hide-sp {
        display: block;
    }

    .vis-sp {
        display: none;
    }

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

    .p-headline {
        line-height: 80px;
    }

    .p-headline:after {}

    .p-headline>b {}

    .p-inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 2%;
        padding-right: 2%;
    }

    .pageBody {}

    .intro {
        padding-top: 50px;
        background-size: 120% auto;
        background-position: center 0;
    }

    .intro_box {
        position: static;
        margin: 0 auto 0;
        padding: 0px 20px;
        min-height: 0;
    }

    .intro_inner {}

    .intro_title {}

    .intro_title>small {}

    .intro_title>small>img {}

    .intro_title>b {}

    .intro_title>b>img {}

    .intro_dInfo {}

    .intro_dInfo>dt {}

    .intro_dInfo>dt:after {}

    .intro_dInfo>dd {}

    .intro_text {}

    .intro_fig {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px auto 0;
    }

    .intro_fig>img {}

    .intro_fig>figcaption {}

    .intro_fig>figcaption>img {}

    .intro_links {
        margin-top: 0;
    }

    .intro_links:after {}

    .intro_links>li {
        width: 49%;
        float: left;
        margin-left: 2%;
    }

    .intro_links>li:first-child {}

    .intro_links>li:nth-child(-n+2) {
        margin-bottom: 10px;
    }

    .intro_links>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .intro_links>li>a {
        font-size: 18px;
        background-size: 100% 100%;
    }

    .intro_links>li>a[href="#map"] {}

    .intro_links>li>a[href="#event"] {}

    .intro_links>li>a:hover {}

    .intro_links>li>a:before {}

    .intro_links>li>a:after {}

    .intro_links>li>a>b {}

    .intro_links>li>a>b:before {}

    .intro_links>li>a>b>b {}

    .intro_links>li>a>b>small {
        font-size: 11px;
    }

    .use {}

    .use_title {}

    .use_title>b {}

    .use_inner {}

    .use_headline {}

    .use_headline>img {
        width: 180px;
    }

    .use_headline>b {
        font-size: 32px;
    }

    .use_headline>small {
        font-size: 17px;
    }

    .use_oList {
        padding: 0 25px;
        display: block;
        justify-content: unset;
    }

    .use_oList:after {}

    .use_oList>li {}

    .use_oList>li:first-child {}

    .use_oList>li:nth-child(2n+1) {}

    .use_item {}

    .use_step {}

    .use_step>img {}

    .use_fig {}

    .use_fig>figcaption {
        font-size: 18px;
    }

    .use_fig-no1 {}

    .use_fig-no1>img {}

    .use_fig-no1>figcaption {}

    .use_text {}

    .use_fig-no2 {}

    .use_fig-no2>img {}

    .use_fig-no2>figcaption {}

    .use_fig-no3 {}

    .use_fig-no3>img {}

    .use_fig-no3>figcaption {}

    .use_cautions {}

    .use_cautions>li {}

    .use_cautions>li:first-child {}

    .use_cautions>li:nth-child(2n+1) {}

    .map {}

    .map_title {}

    .map_title>b {}

    .map_inner {}

    .map_list {}

    .map_list:after {}

    .map_list>li {}

    .map_list>li:first-child {}

    .map_list>li:last-child {}

    .map_list>li:nth-child(3n+1) {}

    .map_list>li:last-child {}

    .map_list>li>a {}

    .map_list>li>a:hover {}

    .map_list>li>a:before {}

    .map_list>li>a:after {}

    .map_fig {}

    .map_fig>img {}

    .map_fig>figcaption {}

    a:hover .map_fig>figcaption {}

    .map_link {
        font-size: 14px;
    }

    .map_link-no1 {}

    .map_link-no2 {}

    .map_link-no3 {}

    .map_link-no4 {}

    .map_link-no5 {}

    .map_link-no6 {}

    .map_link-no7 {}

    .map_link>img {}

    .event {}

    .event_title {}

    .event_title>b {}

    .event_inner {}

    .event_box {}

    .event_areaTitle {}

    .event_headline {
        max-width: 640px;
        margin: 0 auto;
    }

    .event_headline>img {
        width: 80px;
        top: -10px;
        right: 30px;
    }

    .event_headline>small {
        font-size: 18px;
    }

    .event_headline>b {
        font-size: 32px;
    }

    .event_text {}

    .event_image {
        left: 2%;
        width: 140px;
        top: -30px;
    }

    .event_image>img {}

    .event_tableOuter {
        /* margin-top: 70px; */
    }

    .event_tableMessage {
        width: 120px;
        top: -95px;
    }

    .event_tableMessage>img {}

    .event_tableWrap {}

    .event_placeTable {
        font-size: 13px;
    }

    .event_placeTable>thead {}

    .event_placeTable>thead>tr {}

    .event_placeTable>thead>tr>th {
        padding: 10px;
        white-space: normal;
    }

    .event_placeTable>thead>tr>td {}

    .event_placeTable>tbody {}

    .event_placeTable>tbody>tr {}

    .event_placeTable>tbody>tr>th {
        padding: 10px;
        font-size: inherit;
    }

    .event_placeTable>tbody>tr>th[data-spot="kurobedum"] {}

    .event_placeTable>tbody>tr>th[data-spot="tateyama"] {}

    .event_placeTable>tbody>tr>th[data-spot="murododaira"] {}

    .event_placeTable>tbody>tr>th[data-spot="midagahara"] {}

    .event_placeTable>tbody>tr>th[data-spot="shomyodaki"] {}

    .event_placeTable>tbody>tr>th[data-spot="bijodaira"] {}

    .event_placeTable>tbody>tr>th[data-spot="ashikuraji"] {}

    .event_placeTable>tbody>tr>td {
        padding: 10px 5px;
    }

    .event_placeTable>tbody>tr>td.-date {
        white-space: normal;
    }

    .event_placeTable>tbody>tr>td.-difficulty {
        width: auto;
    }

    .event_icon {}

    .event_icon-half {}

    .event_icon-none {}

    .event_table {}

    .event_table>tbody {}

    .event_table>tbody>tr {}

    .event_table>tbody>tr>th {
        padding: 10px;
        font-size: 13px;
    }

    .event_table>tbody>tr>td {
        font-size: 13px;
        padding: 10px;
    }

    .event_link {}

    .event_link>a {
        font-size: 18px;
        line-height: 50px;
    }

    .event_link>a:hover {}

    .event_link>a:before {}

    .event_link>a:after {}

    .event_link>a>img {}

    .event_link-large {}

    .event_link-large>a {}

    .event_link-large>a:hover {}

    .event_link-large>a:before {}

    .event_link-large>a:after {}

    .event_inOlist {}

    .event_inOlist>li {}

    .event_inOlist>li:first-child {}

    .event_inOlist>li:nth-child(2n+1) {}

    .event_caution {}

    .event_inList {}

    .event_inList>li {}

    .event_inList>li:first-child {}

    .event_inList>li:nth-child(2n+1) {}

    .event_newsCaution {
        font-size: 14px;
        margin-top: 25px;
    }

    .intro_heart {}

    .intro_heart>img {}

    .badge_image {}

    .badge_image>img {}

    .badge_caution {}

}

@media screen and (max-width:699px) {
    .hide-sp {
        display: none;
    }

    .vis-sp {
        display: block;
    }

    .p-headline {
        font-size: 16px;
        line-height: 60px;
    }

    .p-headline:after {
        bottom: 8px;
        width: 100px;
        height: 6px;
    }

    .p-headline>b {}

    .p-inner {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 320px;
    }

    .pageBody {}

    .intro {
        padding-top: 20px;
    }

    .intro_box {
        padding: 0;
    }

    .intro_inner {}

    .intro_title {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 25px;
    }

    .intro_title>small {}

    .intro_title>small>img {}

    .intro_title>b {}

    .intro_title>b>img {}

    .intro_dInfo {
        font-size: 11px;
        width: auto;
        margin: 20px auto;
        padding: 5px 10px;
        max-width: 280px;
    }

    .intro_dInfo>dt {}

    .intro_dInfo>dt:after {}

    .intro_dInfo>dd {}

    .intro_special {
        font-size: 20px;
    }

    .intro_head {
        max-width: 360px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .intro_text {
        white-space: normal;
        font-size: 14px;
    }

    .intro_memorial_text {
        font-size: 14px;
    }

    .intro_fig {
        max-width: 150px;
    }

    .intro_fig>img {}

    .intro_fig>figcaption {
        width: 110px;
        right: -60px;
        top: -10px;
    }

    .intro_fig>figcaption>img {}

    .intro_links {}

    .intro_links:after {}

    .intro_links>li {
        width: auto;
        float: none;
        margin: 10px 0 0;
    }

    .intro_links>li:first-child {
        margin-top: 0;
    }

    .intro_links>li:nth-child(2n+1) {}

    .intro_links>li>a {
        height: 42px;
        line-height: 42px;
        border-radius: 3px;
        font-size: 14px;
    }

    .intro_links>li>a[href="#map"] {}

    .intro_links>li>a[href="#event"] {}

    .intro_links>li>a:hover {}

    .intro_links>li>a:before {}

    .intro_links>li>a:after {}

    .intro_links>li>a>b {}

    .intro_links>li>a>b:before {}

    .intro_links>li>a>b>b {
        margin-bottom: 2px;
    }

    .intro_links>li>a>b>small {
        font-size: 10px;
    }

    .use {
        margin-bottom: 35px;
    }

    .use_title {}

    .use_title>b {}

    .use_inner {
        padding-bottom: 0;
    }

    .use_headline {
        max-width: 300px;
        margin: 0 auto;
    }

    .use_headline>img {
        width: 100px;
        top: -50px;
        left: 0;
    }

    .use_headline>b {
        font-size: 18px;
    }

    .use_headline>small {
        font-size: 14px;
    }

    .use_oList {
        padding: 0;
    }

    .use_oList:after {}

    .use_oList>li {
        width: auto;
        float: none;
        margin: 25px 0 0;
    }

    .use_oList>li:first-child {}

    .use_oList>li:nth-child(2n+1) {}

    .use_item {
        max-width: 212px;
        margin: 0 auto;
    }

    .use_step {}

    .use_step>img {
        width: 50px;
    }

    .use_fig {}

    .use_fig>figcaption {
        margin-top: 10px;
        font-size: 14px;
    }

    .use_fig-no1 {}

    .use_fig-no1>img {}

    .use_fig-no1>figcaption {}

    .use_text {
        margin-left: -20px;
        margin-right: -20px;
    }

    .use_fig-no2 {}

    .use_fig-no2>img {}

    .use_fig-no2>figcaption {}

    .use_fig-no3 {}

    .use_fig-no3>img {}

    .use_fig-no3>figcaption {}

    .use_cautions {
        margin-top: 25px;
        padding: 15px;
    }

    .use_cautions>li {}

    .use_cautions>li:first-child {}

    .use_cautions>li:nth-child(2n+1) {}

    .map {
        margin-bottom: 35px;
    }

    .map_title {
        margin-bottom: 25px;
    }

    .map_title>b {}

    .map_inner {}

    .map_list {}

    .map_list:after {}

    .map_list>li {
        width: 49%;
        margin-bottom: 10px;
    }

    .map_list>li[data-type="comingSoon"]:before {
        background-size: 120px;
    }

    .map_list>li:first-child {}

    .map_list>li:last-child {}

    .map_list>li:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }

    .map_list>li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .map_list>li:last-child {}

    .map_list>li>a {
        border-radius: 5px;
        overflow: hidden;
    }

    .map_list>li>a:hover {}

    .map_list>li>a:before {}

    .map_list>li>a:after {}

    .map_fig {}

    .map_fig>img {}

    .map_fig>figcaption {
        height: 12px;
    }

    .map_fig>figcaption>img {
        height: 12px;
        width: auto;
    }

    a:hover .map_fig>figcaption {}

    .map_link {
        font-size: 11px;
        line-height: 32px;
    }

    .map_link-no1 {}

    .map_link-no2 {}

    .map_link-no3 {}

    .map_link-no4 {}

    .map_link-no5 {}

    .map_link-no6 {}

    .map_link-no7 {}

    .map_link>img {
        width: 8px;
        margin-right: 5px;
    }

    .heart {
        margin-bottom: 35px;
    }

    .heart_title {
        margin-bottom: 25px;
    }

    .heart_intro {
        margin-bottom: 30px;
    }

    .heart_logo {
        margin-bottom: 20px;
    }

    .heart_intro p {
         text-align: left;
    }

    .heart_list {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .heart_list>li {
        width: 48%;
        margin-left: 4%;
    }

    .heart_list>li:nth-child(-n+6) {
        margin-bottom: 25px;
    }

    .heart_list>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .heart_list>li .-img {
        text-align: center;
    }

    .heart_list>li p {
        margin: 10px auto 0;
    }

    .heart_list>li p em {
        font-size: 18px;
    }

    .intro_links>li>a[href="#heart"] b {
        text-indent: 0;
    }

    .intro_links>li>a[href="#heart"]>b:before {
        left: -20px;
    }

    .event {
        padding-bottom: 0;
    }

    .event_title {
        margin-bottom: 0;
    }

    .event_title>b {}

    .event_inner {
        padding-bottom: 35px;
    }

    .event_box {
        /* padding-top: 35px; */
    }

    .event_areaTitle {}

    .event_headline {
        max-width: 320px;
    }

    .event_headline>img {
        top: -84px;
        right: 0;
    }

    .event_headline>small {
        font-size: 12px;
    }

    .event_headline>b {
        font-size: 22px;
    }

    .event_text {
        text-align: left;
    }

    .event_image {
        width: 100px;
        left: 10px;
        position: static;
        margin: 0 auto;
    }

    .event_image>img {}

    .event_tableOuter {}

    .event_tableMessage {
        width: 100px;
        top: -73px;
    }

    .event_tableMessage>img {}

    .event_tableWrap {}

    .event_placeTable {
        display: block;
        font-size: 13px;
    }

    .event_placeTable>thead {
        display: none;
    }

    .event_placeTable>thead>tr {
        display: block;
    }

    .event_placeTable>thead>tr>th {}

    .event_placeTable>thead>tr>td {}

    .event_placeTable>tbody {
        display: block;
    }

    .event_placeTable>tbody>tr {
        display: block;
    }

    .event_placeTable>tbody>tr>th {
        display: block;
        width: auto;
        border: none;
    }

    .event_placeTable>tbody>tr>th:before {
        content: "開催場所：";
    }

    .event_placeTable>tbody>tr>th[data-spot="kurobedum"] {}

    .event_placeTable>tbody>tr>th[data-spot="tateyama"] {}

    .event_placeTable>tbody>tr>th[data-spot="murododaira"] {}

    .event_placeTable>tbody>tr>th[data-spot="midagahara"] {}

    .event_placeTable>tbody>tr>th[data-spot="shomyodaki"] {}

    .event_placeTable>tbody>tr>th[data-spot="bijodaira"] {}

    .event_placeTable>tbody>tr>th[data-spot="ashikuraji"] {}

    .event_placeTable>tbody>tr>td {
        display: block;
        border: none;
        padding: 5px 10px;
    }

    .event_placeTable>tbody>tr>td:nth-child(2):before {
        content: "おすすめの散策時期：";
    }

    .event_placeTable>tbody>tr>td:nth-child(3):before {
        content: "所要時間：";
    }

    .event_placeTable>tbody>tr>td:nth-child(4):before {
        content: "難易度：";
    }

    .picture_list {
        flex-wrap: wrap;
    }

    .list_item {
        width: 33%;
    }

    .event_icon {
        width: 14px;
        height: 14px;
    }

    .event_icon-half {}

    .event_icon-none {}

    .event_table {
        display: block;
        border: 1px solid #ccc;
        margin-top: 25px;
    }

    .event_table>tbody {
        display: block;
    }

    .event_table>tbody>tr {
        display: block;
    }

    .event_table>tbody>tr>th {
        display: block;
        width: auto;
        border: none;
    }

    .event_table>tbody>tr>td {
        display: block;
        border: none;
    }

    .event_link {}

    .event_link>a {
        font-size: 14px;
        line-height: 42px;
    }

    .event_link>a:hover {}

    .event_link>a:before {}

    .event_link>a:after {}

    .event_link>a>img {
        width: 16px;
    }

    .event_link-large {}

    .event_link-large>a {}

    .event_link-large>a:hover {}

    .event_link-large>a:before {}

    .event_link-large>a:after {}

    .event_inOlist {}

    .event_inOlist>li {}

    .event_inOlist>li:first-child {}

    .event_inOlist>li:nth-child(2n+1) {}

    .event_caution {
        font-size: 13px;
    }

    .event_inList {}

    .event_inList>li {}

    .event_inList>li:first-child {}

    .event_inList>li:nth-child(2n+1) {}

    .event_newsCaution {
        font-size: 12px;
    }

    /* 
    .heart {
        margin-top: 25px;
        padding: 15px;
    }

    .heart_cols {
    }

    .heart_cols:after {
    }

    .heart_col {
    }

    .heart_col-no1 {
        width: 120px;
    }

    .heart_title {
    }

    .heart_title > img {
    }

    .heart_col-no2 {
        margin-top: 15px;
    }

    .heart_text {
    }

    .heart_image {
        width: 90px;
    }

    .heart_image > img {
    }*/
    .intro_heart {
        width: 120px;
        right: -80px;
    }

    .intro_heart>img {}

    .badge_image {
        margin: 30px 0;
    }

    .badge_image>img {}

    .badge_caution {
        font-size: 12px;
    }

}