@charset "UTF-8";

/* contents .link
---------------------------------------------------------- */

.contents .link:hover {
    text-decoration: none;
}


/* hero-cmn
---------------------------------------------------------- */
.hero-cmn.sub-page {
    min-height: 400px;
}

.hero-cmn.sub-page .box-title {
    width: 1020px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .hero-cmn.sub-page {
        min-height: inherit;
    }

    .hero-cmn.sub-page .box-title {
        width: 100%;
    }
}

.hero-cmn.sub-page .box-title .title {
    text-align: left;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-top: -50px;
    letter-spacing: 0.05em;
}

.hero-cmn .box-title.type-01 .title {
    padding-top: 80px;
}

.hero-cmn .box-title.type-04 .title {
    padding-top: 62px;
}

@media screen and (max-width: 768px) {
    .hero-cmn.sub-page .box-title .title {
        text-align: center;
        font-size: 12px;
        margin-top: 0px;
        padding-top: 0;
    }

    .hero-cmn .box-title.type-01 .title {
        padding-top: 0;
    }
}

.hero-cmn.sub-page .box-title .title span {
    display: block;
    font-size: 80px;
    font-weight: normal;
    padding-right: 450px;
    letter-spacing: 0.06em;
}

.hero-cmn .box-title.type-01 .title span {
    line-height: 1;
}

.hero-cmn .box-title.type-02 .title span {
    font-size: 62px;
    line-height: 1;
}

.hero-cmn .box-title.type-04 .title span {
    padding-right: 0;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
    .hero-cmn.sub-page .box-title .title span {
        font-size: 25px;
        padding-right: 0;
    }
}

.hero-cmn.sub-page .image img {
    min-height: 400px;
}

@media screen and (max-width: 768px) {
    .hero-cmn.sub-page .image img {
        min-height: inherit;
    }
}

/* box-instagram-01
---------------------------------------------------------- */
.box-instagram-01 .inner {
    margin: 60px auto;
}

@media screen and (max-width: 768px) {
    .box-instagram-01 .inner {
        margin: 30px auto;
    }
}

/* box-cmn-romancacer
---------------------------------------------------------- */
.box-cmn-romancacer {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .box-cmn-romancacer {
        margin-bottom: 25px;
    }
}

/* box-top-area
---------------------------------------------------------- */
.box-top-area-wrap {
    position: relative;
    min-width: 1120px;
    margin: 0 auto 60px;
}

.box-top-area-wrap .img-map img {
    width: 100%;
}

.box-top-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1080px;
    margin: 0 auto;
}

.box-top-area .list-area-01 {
    position: relative;
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.box-top-area .list-area-01.is-active {
    opacity: 0;
}

.box-top-area .list-area-01 .item {
    position: relative;
    float: left;
    width: 270px;
    height: 180px;
    text-align: center;
}

.box-top-area .list-area-01 .item.type-01 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_01.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-02 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_02.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-03 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_03.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-04 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_04.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-05 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_05.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-06 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_06.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item.type-07 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/img_sightseeing_area_07.jpg) center no-repeat;
}

.box-top-area .list-area-01 .item .link {
    cursor: pointer;
}

.box-top-area .list-area-01 .item .link .text {
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px;
    padding-top: 40px;
    padding-bottom: 35px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.03em;
    z-index: 2;
    white-space: nowrap;
}

.box-top-area .list-area-01 .item .link .text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
    width: 75px;
    height: 2px;
    z-index: 2;
}

.box-top-area .list-area-01 .item.type-01 .link .text:after {
    background-color: #8587da;
}

.box-top-area .list-area-01 .item.type-02 .link .text:after {
    background-color: #ffd301;
}

.box-top-area .list-area-01 .item.type-03 .link .text:after {
    background-color: #73c354;
}

.box-top-area .list-area-01 .item.type-04 .link .text:after {
    background-color: #65c0fd;
}

.box-top-area .list-area-01 .item.type-05 .link .text:after {
    background-color: #1e8680;
}

.box-top-area .list-area-01 .item.type-06 .link .text:after {
    background-color: #e396ba;
}

.box-top-area .list-area-01 .item.type-07 .link .text:after {
    background-color: #999;
}

.box-top-area .list-area-01 .item .link:hover {
    text-decoration: none;
}

.box-top-area .list-area-01 .item .link.link-all {
    display: block;
}

.box-top-area .list-area-01 .item .link .view-all {
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    background-color: #007ac2;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.box-top-area .list-area-01 .item .link .view-all span {
    position: relative;
    letter-spacing: 0.04em;
}

.box-top-area .list-area-01 .item .link .view-all span:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: -37px;
    width: 22px;
    height: 8px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_view_all.png) right center no-repeat;
}

.box-top-area .box-area-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1080px;
    margin: 0 auto;
    background-color: #000;
    z-index: 1;
}

.box-top-area .box-area-hover .box {
    position: relative;
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    height: 360px;
}

.box-top-area .box-area-hover .box .title {
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 270px;
    height: 180px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    z-index: 3;
}

.box-top-area #shinjuku-mapping.box-area-hover .box .title,
.box-top-area #hakone-mapping.box-area-hover .box .title,
.box-top-area #enoshima-mapping.box-area-hover .box .title,
.box-top-area #fuji-mapping.box-area-hover .box .title {
    top: 0;
}

.box-top-area #tanzawa-mapping.box-area-hover .box .title,
.box-top-area #izu-mapping.box-area-hover .box .title,
.box-top-area #more_side-mapping.box-area-hover .box .title {
    bottom: 0;
}

.box-top-area #shinjuku-mapping.box-area-hover .box .title {
    left: 0;
}

.box-top-area #hakone-mapping.box-area-hover .box .title {
    left: 270px;
}

.box-top-area #enoshima-mapping.box-area-hover .box .title {
    left: 540px;
}

.box-top-area #fuji-mapping.box-area-hover .box .title {
    left: 810px;
}

.box-top-area #tanzawa-mapping.box-area-hover .box .title {
    left: 0;
}

.box-top-area #izu-mapping.box-area-hover .box .title {
    left: 270px;
}

.box-top-area #more_side-mapping.box-area-hover .box .title {
    left: 540px;
}

.box-top-area #shinjuku-mapping.box-area-hover .box .title {
    background-color: #8587da;
}

.box-top-area #hakone-mapping.box-area-hover .box .title {
    background-color: #ffd301;
}

.box-top-area #enoshima-mapping.box-area-hover .box .title {
    background-color: #73c354;
}

.box-top-area #fuji-mapping.box-area-hover .box .title {
    background-color: #65c0fd;
}

.box-top-area #tanzawa-mapping.box-area-hover .box .title {
    background-color: #1e8680;
}

.box-top-area #izu-mapping.box-area-hover .box .title {
    background-color: #e396ba;
}

.box-top-area #more_side-mapping.box-area-hover .box .title {
    background-color: #999;
}

.box-top-area .box-area-hover .box .title span {
    position: relative;
    padding-bottom: 4px;
}

.box-top-area .box-area-hover .box .title span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 35px);
    width: 75px;
    height: 2px;
    background-color: #fff;
    z-index: 2;
}

.box-top-area .box-area-hover .box .image {
}

.box-top-area .box-area-hover .box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.box-top-area .box-area-hover .box .caption {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    z-index: 3;
    text-align: center;
}

.box-top-area #shinjuku-mapping.box-area-hover .box .caption,
.box-top-area #hakone-mapping.box-area-hover .box .caption,
.box-top-area #enoshima-mapping.box-area-hover .box .caption,
.box-top-area #fuji-mapping.box-area-hover .box .caption {
    top: 250px;
}

.box-top-area #tanzawa-mapping.box-area-hover .box .caption,
.box-top-area #izu-mapping.box-area-hover .box .caption,
.box-top-area #more_side-mapping.box-area-hover .box .caption {
    bottom: 250px;
}

.box-top-area .list-area-01 .item .link.link-all {
    cursor: default;
}

@media screen and (max-width: 768px) {
    .box-top-area-wrap {
        min-width: inherit;
        margin: 0 auto 30px;
        padding-bottom: 0;
    }

    .box-top-area-wrap .img-map {
        display: none;
    }

    .box-top-area {
        position: static;
        width: 100%;
        margin-top: 20px;
        background: #007ac2;
    }

    .box-top-area .list-area-01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .box-top-area .list-area-01.is-active {
        opacity: 1;
    }

    .box-top-area .list-area-01 .item {
        width: 50%;
        height: auto;
    }

    .box-top-area .list-area-01 .item.type-01,
    .box-top-area .list-area-01 .item.type-02,
    .box-top-area .list-area-01 .item.type-03,
    .box-top-area .list-area-01 .item.type-04,
    .box-top-area .list-area-01 .item.type-05,
    .box-top-area .list-area-01 .item.type-06,
    .box-top-area .list-area-01 .item.type-07 {
        background-size: cover;
    }

    .box-top-area .list-area-01 .item .link {
        position: relative;
        display: block;
    }

    .box-top-area .list-area-01 .item .link:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

    .box-top-area .list-area-01 .item .link .text {
        height: 40px;
        padding: 0;
        font-size: 18px;
        line-height: 1.2;
    }

    .box-top-area .list-area-01 .item .link .text:after {
        bottom: -7px;
        left: calc(50% - 24px);
        width: 48px;
    }

    .box-top-area .list-area-01 .item.type-08 {
        display: none;
    }

    .box-top-area .box-top-area-hover {
        display: none;
    }

    .box-top-area-wrap .ttl-sightseeing-01 {
        margin: 0 15px 12px;
    }
}

@media screen and (max-width: 375px) {
    .box-top-area .list-area-01 .item {
        width: 50%;
        margin-top: -1px;
    }
}

/* box-youtube-01
---------------------------------------------------------- */
.box-youtube-01 {
    width: 750px;
    margin: 60px auto;
}

.box-youtube-01 video {
    width: 100%;
}

.box-youtube-01 #videoContainer {
    position: relative !important;
}

@media screen and (max-width: 768px) {
    .box-youtube-01 {
        width: 100%;
        padding: 0 15px;
        margin: 30px auto 44px;
    }
}

.box-youtube-01 .inner {
    position: relative;
    padding-bottom: 56.21%;
    height: 0;
}

.box-youtube-01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* box-youtube-02
---------------------------------------------------------- */
.box-youtube-02 {
    width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .box-youtube-02 {
        width: 100%;
        padding: 0px 15px;
    }
}

/* ttl-sightseeing-intro-01
---------------------------------------------------------- */
.ttl-sightseeing-intro-01 {
    width: 1080px;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    margin: 165px auto 45px;
    letter-spacing: 0.075em;
    line-height: 1.45;
}

@media screen and (max-width: 768px) {
    .ttl-sightseeing-intro-01 {
        width: 100%;
        margin: 40px auto 20px;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.04em;
        text-align: center;
    }
}

/* txt-youtube-01
---------------------------------------------------------- */
.ttl-sightseeing-intro-02 {
    width: 1080px;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    color: #333333;
    margin: 157px auto 45px;
    letter-spacing: 0.075em;
    line-height: 1.45;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ttl-sightseeing-intro-02 {
        width: 100%;
        margin: 40px auto 20px;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.04em;
    }
}

/* box-youtube-slider
---------------------------------------------------------- */
.box-youtube-slider {
    width: 750px;
    margin: 0 auto;
}

.box-youtube-slider img {
    width: 100%;
}

.box-youtube-nav {
    text-align: center;
    margin: 55px auto 60px;
    width: 1024px;
}

@media screen and (max-width: 768px) {
    .box-youtube-slider {
        width: 100%;
    }

    .box-youtube-nav {
        margin: 21px auto 29px;
        width: 100%;
    }

    .box-youtube-nav .list-video-01 {
        /* width: 345px; */
        margin: 0 auto;
    }
}

.box-youtube-nav .list-video-01 .item {
    width: 250px;
    margin: 0 4px;
}

@media screen and (max-width: 768px) {
    .box-youtube-nav .list-video-01 .item {
        margin: 0 5px;
    }
}

.box-youtube-nav .list-video-01 .item img {
    width: 100%;
}

.box-youtube-nav .list-video-01 .item:first-of-type {
    margin-left: 0;
}

.box-youtube-nav .list-video-01 .item:last-of-type {
    margin-right: 0;
}

.box-youtube-nav .slick-prev {
    left: -97px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
}

.box-youtube-nav .slick-next {
    right: -97px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
}

@media screen and (max-width: 1120px) {
    .box-youtube-nav .slick-prev {
        left: -45px;
    }

    .box-youtube-nav .slick-next {
        right: -45px;
    }
}

@media screen and (max-width: 768px) {
    .box-youtube-nav .slick-prev {
        left: -15px;
    }

    .box-youtube-nav .slick-next {
        right: -15px;
    }

    .box-youtube-nav .slick-track {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.box-youtube-nav .slick-arrow {
    position: absolute;
    top: calc(50% - 36px);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.box-youtube-nav .slick-arrow:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .box-youtube-nav .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-size: 35px;
    }

    .box-youtube-nav .slick-arrow:hover {
        opacity: 1;
    }
}

.box-youtube-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-youtube-slider .youtube-frame-01 {
    padding-top: 55.797%
}

/* box-sightseeing-content-01
---------------------------------------------------------- */
.box-sightseeing-content-01 {
    width: 1080px;
    margin: 60px auto 0px;
}

@media screen and (max-width: 768px) {
    .box-sightseeing-content-01 {
        width: 100%;
        padding: 0 15px;
        margin: 30px auto;
    }
}

.box-sightseeing-content-01 .txt-sightseeing-01 {
    margin: 25px 0 60px;
    color: #666;
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    .box-sightseeing-content-01 .txt-sightseeing-01 {
        font-size: 11px;
        padding: 0;
        line-height: 1.4;
        margin: 15px 0 14px;

    }
}

.box-sightseeing-content-01 .txt-sightseeing-02 {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .box-sightseeing-content-01 .txt-sightseeing-02 {
        font-size: 10px;
    }
}

/* box-recommend-spot-01
---------------------------------------------------------- */
.box-recommend-spot-01 {
    width: 1080px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
    .box-recommend-spot-01 {
        width: 100%;
        margin: 0 auto 30px;
    }
}

.box-recommend-spot-01 .ttl-cmn-01 {
    margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
    .box-recommend-spot-01 .ttl-cmn-01 {
        margin: 0 15px 20px;
    }
}

.box-recommend-spot-01 .list-recommend-spot {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-recommend-spot-01 .list-recommend-spot .item {
    width: 33.33333333%;
    text-align: center;
}

.box-recommend-spot-01 .list-recommend-spot .item a {
    display: block;
    padding: 40px;
}

.box-recommend-spot-01 .list-recommend-spot .item a:hover,
.box-recommend-spot-01 .list-recommend-spot .item a:focus {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .box-recommend-spot-01 .list-recommend-spot .item {
        width: 50%;
    }

    .box-recommend-spot-01 .list-recommend-spot .item a {
        padding: 20px;
    }
}

.box-recommend-spot-01 .list-recommend-spot .item .image {
    position: relative;
}

.box-recommend-spot-01 .list-recommend-spot .item .image img {
    width: 100%;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-green {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_06.jpg) center top no-repeat;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-pink {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_05.jpg) center top no-repeat;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-olive-green {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_04.jpg) center top no-repeat;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-brown {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_03.jpg) center top no-repeat;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-purple {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_02.jpg) center top no-repeat;
}

.box-recommend-spot-01 .list-recommend-spot .item.bg-light-brown {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_recommend_01.jpg) center top no-repeat;
}


/* tag
---------------------------------------------------------- */
.list-recommend-spot .item .tag {
    position: absolute;
    top: -1px;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
}

.list-recommend-spot .item .tag:after,
.list-recommend-spot .item .tag:before {
    position: absolute;
    content: '';
    top: 0;
    width: 5px;
    height: 30px;
}

.list-recommend-spot .item .tag:after {
    right: -5px;
}

.list-recommend-spot .item .tag:before {
    left: -5px;
}

/* tag-01
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-01 {
    background-color: #a37e24;
}

.list-recommend-spot .item .tag.tag-01:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_01.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-01:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_01.png) left top no-repeat;
}

/* tag-02
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-02 {
    background-color: #784774;
}

.list-recommend-spot .item .tag.tag-02:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_02.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-02:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_02.png) left top no-repeat;
}

/* tag-03
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-03 {
    background-color: #895d35;
}

.list-recommend-spot .item .tag.tag-03:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_03.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-03:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_03.png) left top no-repeat;
}

/* tag-04
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-04 {
    background-color: #566539;
}

.list-recommend-spot .item .tag.tag-04:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_04.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-04:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_04.png) left top no-repeat;
}

/* tag-05
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-05 {
    background-color: #d0595a;
}

.list-recommend-spot .item .tag.tag-05:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_05.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-05:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_05.png) left top no-repeat;
}

/* tag-06
---------------------------------------------------------- */
.list-recommend-spot .item .tag.tag-06 {
    background-color: #276b6a;
}

.list-recommend-spot .item .tag.tag-06:after {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_tail_06.png) left top no-repeat;
}

.list-recommend-spot .item .tag.tag-06:before {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_tag_head_06.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
    .list-recommend-spot .item .tag {
        font-size: 10px;
        min-width: 65px;
        height: 17px;
        line-height: 17px;
        padding: 0 5px;
    }

    .list-recommend-spot .item .tag:after,
    .list-recommend-spot .item .tag:before {
        width: 3px;
        height: 20px;
    }

    .list-recommend-spot .item .tag:after {
        right: -3px;
    }

    .list-recommend-spot .item .tag:before {
        left: -3px;
    }

    .list-recommend-spot .item .tag.tag-01:after,
    .list-recommend-spot .item .tag.tag-02:after,
    .list-recommend-spot .item .tag.tag-03:after,
    .list-recommend-spot .item .tag.tag-04:after,
    .list-recommend-spot .item .tag.tag-05:after,
    .list-recommend-spot .item .tag.tag-06:after {
        background-size: 3px 17px;
    }

    .list-recommend-spot .item .tag.tag-01:before,
    .list-recommend-spot .item .tag.tag-02:before,
    .list-recommend-spot .item .tag.tag-03:before,
    .list-recommend-spot .item .tag.tag-04:before,
    .list-recommend-spot .item .tag.tag-05:before,
    .list-recommend-spot .item .tag.tag-06:before {
        background-size: 3px 20px;
    }
}

@media screen and (max-width: 768px) {
    .box-recommend-spot-01 .list-recommend-spot .item {
        background-repeat: repeat;
    }

    .box-recommend-spot-01 .list-recommend-spot .item .image img {
        width: 100%;
    }
}


/* box-weather-01
---------------------------------------------------------- */
.box-weather-01 {
    position: absolute;
    left: 0;
    top: 243px;
    width: 100px;
}

@media screen and (max-width: 768px) {
    .box-weather-01 {
        top: -36px;
        left: -16px;
    }
}

.box-weather-01 .list-weather-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-weather-01 .list-weather-01 .item {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item {
        width: 25px;
        height: 25px;
    }
}

.box-weather-01 .list-weather-01 .item.type-01 {
}

@media screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item.type-01 {
        width: 25px;
    }

    .box-weather-01 .list-weather-01 .item.type-01 img {
        width: 100%;
    }
}

.box-weather-01 .list-weather-01 .item.type-02 {
    background: #f14b09;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item.type-02 {
        font-size: 9px;
        padding-top: 5px;
    }
}

.box-weather-01 .list-weather-01 .item.type-02 span {
    font-weight: 300;
}

/* box-weather-01
---------------------------------------------------------- */
.box-weather-01 {
    display: -ms-flex;
    display: flex;
    position: absolute;
    left: 0;
    top: 143px;
    width: 100px;
}

.box-weather-01.type-01 {
    top: 243px;
}

.box-weather-01.type-02 {
    top: 183px;
}

.box-weather-01.type-03 {
    top: 238px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .box-weather-01 {
        display: block;
    }

    .box-weather-01,
    .box-weather-01.type-01,
    .box-weather-01.type-02 {
        top: -10px;
        left: -16px;
    }

    .box-weather-01.type-03 {
        top: -10px;
        left: -20px;
        width: 150px;
    }
}

.box-weather-01 .list-weather-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-weather-01 .list-weather-01 .item {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item {
        width: 25px;
        height: 25px;
    }
}

.box-weather-01 .list-weather-01 .item.type-01 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #007ac2 url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_cloud.png) center center no-repeat;
}

@media screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item.type-01 {
        background-size: 15px 10px;
    }
}

.box-weather-01 .list-weather-01 .item.type-02 {
    background: #f14b09;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .box-weather-01 .list-weather-01 .item.type-02 {
        font-size: 9px;
        padding-top: 5px;
    }
}

.box-weather-01 .list-weather-01 .item.type-02 span {
    font-weight: 300;
}

/* box-event-01
---------------------------------------------------------- */
.box-nav-calendar-01 {
    margin: 49px 0 60px;
}

.box-event-01 {
    width: 1080px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
    .box-event-01 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 30px;
    }

    .box-event-01 .ttl-cmn-01 {
        margin-bottom: 25px;
    }
}

.box-event-01 .list-month-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-event-01 .list-month-01 .item {
    width: 80px;
    height: 80px;
    position: relative;
}

.box-event-01 .list-month-01 .item:not(.active)::before {
    width: 80px;
    height: 10px;
    content: '';
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_calenda_01.png) center top no-repeat;
    position: absolute;
    top: -5px;
}

.box-event-01 .list-month-01 .item a {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-event-01 .list-month-01 .item.item-01 {
    background: #8aa7c7;
}

.box-event-01 .list-month-01 .item.item-02 {
    background: #a4c455;
}

.box-event-01 .list-month-01 .item.item-03 {
    background: #57aad1;
}

.box-event-01 .list-month-01 .item.item-04 {
    background: #e49464;
}

.box-event-01 .list-month-01 .item.active {
    background: #fff;
}

.box-event-01 .list-month-01 .item.item-01.active a {
    color: #8aa7c7;
    font-weight: normal;
}

.box-event-01 .list-month-01 .item.item-01.active::after {
    width: 24px;
    height: 16px;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_arrow_event_01.png) center top no-repeat;
}

.box-event-01 .list-month-01 .item.item-02.active a {
    color: #a4c455;
    font-weight: normal;
}

.box-event-01 .list-month-01 .item.item-02.active::after {
    width: 24px;
    height: 16px;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_arrow_event_02.png) center top no-repeat;
}

.box-event-01 .list-month-01 .item.item-03.active a {
    color: #57aad1;
    font-weight: normal;
}

.box-event-01 .list-month-01 .item.item-03.active::after {
    width: 24px;
    height: 16px;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_arrow_event_03.png) center top no-repeat;
}

.box-event-01 .list-month-01 .item.item-04.active a {
    color: #e49464;
    font-weight: normal;
}

.box-event-01 .list-month-01 .item.item-04.active::after {
    width: 24px;
    height: 16px;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_arrow_event_04.png) center top no-repeat;
}

/* box-select-month
---------------------------------------------------------- */
.box-select-month {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_select_option_01.jpg) repeat-x;
    background-size: auto 35px;
    height: 35px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
}

.box-select-month::after {
    content: '';
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/bg_select_option_02.jpg) repeat-x;
    background-size: auto 35px;
    height: 35px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.box-select-month select {
    background: transparent;
    -webkit-appearance: none;
    border: none;
    font-size: 16px;
    padding: 9px 14px;
    letter-spacing: 0.02em;
    width: 100%;
}

/* box-calendar-02
---------------------------------------------------------- */
.box-calendar-02.type-01 {
    border-top: 10px solid #8aa7c7;
    border-left: 10px solid #8aa7c7;
}

.box-calendar-02.type-01 .card-calendar-01 {
    border-right: 10px solid #8aa7c7;
    border-bottom: 10px solid #8aa7c7;
}

.box-calendar-02.type-02 {
    border-top: 10px solid #a4c455;
    border-left: 10px solid #a4c455;
}

.box-calendar-02.type-02 .card-calendar-01 {
    border-right: 10px solid #a4c455;
    border-bottom: 10px solid #a4c455;
}

.box-calendar-02.type-03 {
    border-top: 10px solid #57aad1;
    border-left: 10px solid #57aad1;
}

.box-calendar-02.type-03 .card-calendar-01 {
    border-right: 10px solid #57aad1;
    border-bottom: 10px solid #57aad1;
}

.box-calendar-02.type-04 {
    border-top: 10px solid #e49464;
    border-left: 10px solid #e49464;
}

.box-calendar-02.type-04 .card-calendar-01 {
    border-right: 10px solid #e49464;
    border-bottom: 10px solid #e49464;
}

@media screen and (max-width: 768px) {
    .box-calendar-02.type-01 {
        border-top: 5px solid #8aa7c7;
        border-left: 5px solid #8aa7c7;
    }

    .box-calendar-02.type-01 .card-calendar-01 {
        border-right: 5px solid #8aa7c7;
        border-bottom: 5px solid #8aa7c7;
    }

    .box-calendar-02.type-02 {
        border-top: 5px solid #a4c455;
        border-left: 5px solid #a4c455;
    }

    .box-calendar-02.type-02 .card-calendar-01 {
        border-right: 5px solid #a4c455;
        border-bottom: 5px solid #a4c455;
    }

    .box-calendar-02.type-03 {
        border-top: 5px solid #57aad1;
        border-left: 5px solid #57aad1;
    }

    .box-calendar-02.type-03 .card-calendar-01 {
        border-right: 5px solid #57aad1;
        border-bottom: 5px solid #57aad1;
    }

    .box-calendar-02.type-04 {
        border-top: 5px solid #e49464;
        border-left: 5px solid #e49464;
    }

    .box-calendar-02.type-04 .card-calendar-01 {
        border-right: 5px solid #e49464;
        border-bottom: 5px solid #e49464;
    }
}

.box-calendar-02 .card-calendar-01 {
    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;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

@media screen and (max-width: 768px) {
    .box-calendar-02 .card-calendar-01 {
        display: block;
    }
}

.box-calendar-02 .image {
    width: 50%;
    text-align: center;
    padding: 50px 30px 50px 51px;
}

@media screen and (max-width: 768px) {
    .box-calendar-02 .image {
        width: 100%;
        padding: 20px 20px 0;
    }

    .box-calendar-02 .image img {
        width: 100%;
    }
}

.box-calendar-02 .detail {
    width: 50%;
    padding: 40px 50px 15px 20px;
}

@media screen and (max-width: 768px) {
    .box-calendar-02 .detail {
        width: 100%;
        padding: 8px 20px 11px;
    }
}

.box-calendar-02 .detail .ttl-event-01 {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 21px;
    letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
    .box-calendar-02 .detail .ttl-event-01 {
        font-size: 15px;
        padding-bottom: 5px;
        text-align: center;
    }
}

.box-calendar-02 .detail .txt-event-01 {
    font-size: 14px;
    color: #666;
    padding-bottom: 52px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .box-calendar-02 .detail .txt-event-01 {
        font-size: 11px;
        line-height: 1.4;
        padding-bottom: 13px;
        margin-bottom: 11px;
    }
}

/* box-transport-wrap
---------------------------------------------------------- */
.box-transport-wrap {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .box-transport-wrap {
        margin-bottom: 30px;
    }
}

.box-transport-wrap .ttl-cmn-01 {
    margin-bottom: 49px;
}

@media screen and (max-width: 768px) {
    .box-transport-wrap .ttl-cmn-01 {
        margin-bottom: 0;
    }
}

.box-transport-wrap .ttl-transport-01 {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    margin: 60px auto 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box-transport-wrap .ttl-transport-01 {
        font-size: 15px;
        margin: 30px auto 10px;
    }
}

.box-transport-wrap-in .box-transport {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .box-transport-wrap-in .box-transport {
        margin-top: 19px;
        margin-bottom: 19px;
    }
}

.box-transport-wrap-in > .ttl-title {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .box-transport-wrap-in > .ttl-title {
        font-size: 20px;
        padding: 2px 15px 7px;
        border: 5px solid #ddd;
        margin-bottom: 30px;
    }
}

/* box-transport-map
---------------------------------------------------------- */
.box-transport-map {
    width: 1080px;
    margin: 0 auto 60px;
    text-align: center;
}

.box-transport-map .map-size {
    width: 780px;
}

@media screen and (max-width: 768px) {
    .box-transport-map {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 30px;
    }

    .box-transport-map .image img {
        width: 100%;
    }
}

.box-transport-map .pdf-link {
    width: 520px;
    padding: 18px 60px;
    border-radius: 3px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .box-transport-map .pdf-link {
        width: 100%;
        margin-top: 15px;
        padding: 16px 35px;
    }
}

.box-transport-map .pdf-link::after {
    content: 'PDF';
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    background: #d53f0b;
    color: #fff;
    padding: 14px 14px;
    line-height: 1.4;
    position: absolute;
    right: 10px;
    top: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
    .box-transport-map .pdf-link::after {
        font-size: 8px;
        right: 8px;
        top: calc(50% - 15px);
        padding: 7px;
    }
}

.box-transport-map .pdf-link.type-01 {
    background: #007ac2;
}

.box-transport-map .pdf-link.type-02 {
    background: #9c7d00;
}

.box-transport-map .pdf-link span {
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
    .box-transport-map .pdf-link span {
        font-size: 12px;
    }
}

.box-transport-map .wrapper-link {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}

/*ダイヤ改正第二 */
.box-transport-map .txt-trans-search-01 {
    margin: 60px 90px 20px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 10px;
    border: solid 0.5px #dddddd;
    color: #ff0000;
}

.box-transport-map .txt-trans-search-01 a {
    text-decoration: none;
    color: #ff0000;
}

.box-transport-map .txt-trans-search-01 a:hover {
    text-decoration: underline;
    color: #ff0000;
}


@media screen and (max-width: 768px) {
    .box-transport-map .wrapper-link {
        display: block;
        padding: 0 15px;
        margin: 21px 0;
    }
}

/*ダイヤ改正第二モバイル */

@media screen and (max-width: 768px) {
    .box-transport-map .txt-trans-search-01 {
        margin: 15px 15px 15px;
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: -0.03em;
        text-align: center;
        padding: 5px;
        border: solid 0.5px #dddddd;
        color: #ff0000;
    }

    .box-transport-map .txt-trans-search-01 a {
        text-decoration: underline;
    }
}


/* box-trip-01
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .box-trip-01 .inner {
        margin: 25px auto;
    }
}

/* box-topic-01
---------------------------------------------------------- */
.box-topic-01 {
    width: 1080px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
    .box-topic-01 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 30px;
    }
}

.box-topic-01 .topic-slider-01 {
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .box-topic-01 .topic-slider-01 {
        padding: 0;
    }

    .topic-slider-01 .item {
        margin: 0 5px;
    }

    .topic-slider-01 .item img {
        width: 100%;
    }
}

.box-topic-01 .topic-slider-01 .item-slider {
    font-size: 16px;
    color: #007ac2;
    font-family: 'Oswald', sans-serif;
    display: block;
    width: 230px;
    margin: 0 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box-topic-01 .topic-slider-01 .item-slider {
        width: 100%;
        margin: 0;
    }
}

.box-topic-01 .topic-slider-01 .item-slider .ttl-topic-01 {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.05em;
    text-indent: -2em;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .box-topic-01 .topic-slider-01 .item-slider .ttl-topic-01 {
        font-size: 11px;
        margin-top: 14px;
    }
}

.box-topic-01 .topic-slider-01 .item-slider .ttl-topic-01::after {
    content: 'PDF';
    font-size: 9px;
    font-family: 'Oswald', sans-serif;
    background: #d53f0b;
    color: #fff;
    padding: 6px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    position: absolute;
    text-indent: 0;
    right: -35px;
}

@media screen and (max-width: 768px) {
    .box-topic-01 .topic-slider-01 .item-slider .ttl-topic-01::after {
        font-size: 8px;
        padding: 2px;
        right: -18px;
        top: 2px;
    }
}

.box-topic-01 .ttl-cmn-01 {
    margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
    .box-topic-01 .ttl-cmn-01 {
        margin-bottom: 18px;
    }
}

/* topic-slider-01
---------------------------------------------------------- */
.topic-slider-01 .slick-prev {
    left: -70px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
}

.topic-slider-01 .slick-next {
    right: -70px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
}

.topic-slider-01 .slick-arrow {
    position: absolute;
    top: calc(50% - 57px);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.topic-slider-01 .slick-arrow:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1120px) {
    .topic-slider-01 .slick-prev {
        left: -0px;
    }

    .topic-slider-01 .slick-next {
        right: -0px;
    }
}

@media screen and (max-width: 768px) {
    .topic-slider-01 .slick-prev {
        left: -15px;
    }

    .topic-slider-01 .slick-next {
        right: -15px;
    }

    .topic-slider-01 .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-size: 35px;
    }

    .topic-slider-01 .slick-arrow:hover {
        opacity: 1;
    }
}

/* box-discount-wrap
---------------------------------------------------------- */
.box-discount-wrap {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .box-discount-wrap {
        margin-bottom: 30px;
    }
}

.box-discount .box-range {
    top: -12px;
    right: 515px;
}

@media screen and (max-width: 768px) {
    .box-discount .box-range {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        top: -34px;
        right: 15px;
    }
}

.box-discount .contents {
    padding: 22px 47px 40px;
}

@media screen and (max-width: 768px) {
    .box-discount .contents {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .box-discount .list-price li {
        width: 50%;
    }
}

.panel-heading p.only-pc {
    letter-spacing: 0.04em;
}

/* box-banner-discount
---------------------------------------------------------- */
.box-banner-discount-wrap {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.box-banner-discount {
    position: absolute;
    width: 540px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/panel_box_shadow_01.png) repeat-y;
    padding: 30px 110px 17px;
    top: -245px;
    right: -30px;
}

@media screen and (max-width: 1120px) {
    .box-banner-discount {
        right: -20px;
    }
}

@media screen and (max-width: 768px) {
    .box-banner-discount-wrap {
        width: 100%;
        margin-top: 20px;
    }

    .box-banner-discount {
        position: static;
        width: 100%;
        background: none;
        padding: 0;
    }
}

.box-banner-discount .txt-slider-discount-01 {
    font-size: 12px;
    line-height: 1.3;
    padding: 7px 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .box-banner-discount .txt-slider-discount-01 {
        font-size: 10px;
        text-align: center;
    }
}

.box-cmn-discount:after {
    background: none;
}

.box-banner-discount::after {
    position: absolute;
    content: '';
    width: 540px;
    height: 26px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/panel_box_shadow_02.png) repeat-y;
    left: 0;
    bottom: -8px;
}

@media screen and (max-width: 768px) {
    .box-banner-discount::after {
        display: none;
    }
}

.box-banner-discount .ttl-cmn-01 {
    width: 100%;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
    .box-banner-discount .ttl-cmn-01 {
        font-size: 13px;
        margin-top: 11px;
    }
}

.box-banner-discount .slick-arrow {
    position: absolute;
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    outline: none;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}

.box-banner-discount .slick-prev {
    left: -110px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_03.png);
}

.box-banner-discount .slick-next {
    right: -110px;
    background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_04.png);
}

.box-banner-discount .slick-arrow:hover {
    opacity: 0.7;
}

.box-banner-discount .link.btn-slider-discount {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: #007ac2;
    display: block;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: 8px;
    padding-top: 3px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box-banner-discount .link.btn-slider-discount {
        width: 175px;
        height: 35px;
        padding-top: 7px;
        margin: 6px auto;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.04em;
    }

    .box-banner-discount .slick-arrow {
        position: absolute;
        top: calc(50% - 71px);
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .box-banner-discount .slick-prev {
        left: 53px;
    }

    .box-banner-discount .slick-next {
        right: 53px;
    }

    .box-banner-discount .slick-arrow:hover {
        opacity: 1;
    }
}

/* box-slider-banner
---------------------------------------------------------- */
.box-slider-banner {
    position: relative;
}

.box-slider-banner .item {
    float: left;
    width: 310px;
    text-align: center;
}

.box-slider-banner .item .image {
    margin-bottom: 10px;
}

.box-slider-banner .item .image img {
    margin: 0 auto;
}

.box-slider-banner .item dl {
    margin: 0 10px 14px;
}

.box-slider-banner .item dl dt {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.045em;
}

.box-slider-banner .item dl dd {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
}

.box-banner-discount .btn-slider-discount {
    display: block;
    width: 300px;
    height: 30px;
    border-radius: 4px;
    background: #007ac2;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    margin: 8px auto 0;
    padding-top: 3px;
    text-align: center;
}

.box-banner-discount .btn-slider-discount:hover,
.box-banner-discount .btn-slider-discount:focus {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .box-slider-banner {
        padding: 0 25px;
    }

    .box-slider-banner:after {
        content: '';
        display: block;
        position: absolute;
        top: 105px;
        right: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #ddd;
        background-image: -webkit-linear-gradient(top, #f6f6f6, #fff);
        background-image: -moz-linear-gradient(top, #f6f6f6, #fff);
        background-image: -o-linear-gradient(top, #f6f6f6, #fff);
        background-image: -ms-linear-gradient(top, #f6f6f6, #fff);
        background-image: linear-gradient(to bottom, #f6f6f6, #fff);
        z-index: -1;
    }

    .box-slider-banner .item {
        width: 100%;
        z-index: 2;
    }

    .box-slider-banner .item .image {
        width: 55.4%;
        margin: 0 auto 11px;
    }

    .box-slider-banner .item .image img {
        width: 100%;
    }

    .box-slider-banner .item dl {
    }

    .box-slider-banner .item dl dt {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .box-slider-banner .item dl dd {
        font-size: 10px;
        text-align: center;
        line-height: 1.2;
    }

    .box-banner-discount .btn-slider-discount {
        width: 55.4%;
        height: 35px;
        padding-top: 7px;
        margin: 6px auto;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.04em;
    }
}

/* box-addess-01
---------------------------------------------------------- */
.box-addess-01 .item::after {
    content: '';
    display: table;
    width: 100%;
}

.box-addess-01 li.item {
    margin-bottom: 10px;
}

.box-addess-01 .label {
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
    margin-right: 20px;
    width: 90px;
    font-weight: bold;
    padding-left: 29px;
}

.box-addess-01 .description {
    font-size: 14px;
    color: #666;
    width: 350px;
    float: left;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-top: 3px;
}

@media screen and (max-width: 768px) {
    .box-addess-01 .label {
        font-size: 9px;
        width: 19%;
        padding-left: 14px;
    }

    .box-addess-01 .description {
        font-size: 9px;
        width: 74%;
    }
}

.box-addess-01 .description .link {
    color: #007ac2;
    display: block;
    word-wrap: break-word;
    width: 100%;
}

.box-addess-01 .description .link:hover {
    text-decoration: underline;
}

.box-addess-01 .item-01 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_address_01.png) 3px 0 no-repeat;
}

.box-addess-01 .item-02 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_address_02.png) left 0px no-repeat;
}

.box-addess-01 .item-03 {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/sightseeing/ico_address_03.png) left 0px no-repeat;
}

@media screen and (max-width: 768px) {
    .box-addess-01 .item-01 {
        background-size: auto 10px;
        background-position: 2px 2px;
    }

    .box-addess-01 .item-02 {
        background-size: auto 10px;
        background-position: 0px 1px;
    }

    .box-addess-01 .item-03 {
        background-size: auto 10px;
        background-position: 0px 2px;
    }
}

/* btn-recommend-01
---------------------------------------------------------- */
.btn-recommend-01 {
    width: 450px;
    border-radius: 3px;
    background: #007ac2;
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 20px 0;
    line-height: 1;
    margin: 52px auto 0;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .btn-recommend-01 {
        width: calc(100% - 60px);
        margin: 22px auto;
        font-size: 13px;
        padding: 15px 0 17px;
    }
}

/* btn-readmore-sp
---------------------------------------------------------- */
.btn-readmore-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-readmore-sp {
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        color: #fff;
        background: #007ac2;
        margin: 29px auto 49px;
        width: calc(100% - 30px);
        text-align: center;
        padding: 13px 0;
        border-radius: 4px;
    }
}

/* ttl-sightseeing-01
---------------------------------------------------------- */
.ttl-sightseeing-01 {
    width: 1080px;
    margin: 0 auto 46px;
    font-weight: 500;
    letter-spacing: 0.055em;
}

@media screen and (max-width: 768px) {
    .ttl-sightseeing-01 {
        width: auto;
        margin: 0 15px 25px;
    }
}

/* ttl-sightseeing-02
---------------------------------------------------------- */
.ttl-sightseeing-02 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0 4px;
    letter-spacing: 0.09em;
    color: #000;
}

@media screen and (max-width: 768px) {
    .ttl-sightseeing-02 {
        font-size: 12px;
        margin: 13px 0 4px;
    }
}

/* ttl-sightseeing-03
---------------------------------------------------------- */
.ttl-sightseeing-03 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.ttl-sightseeing-03 span {
}

@media screen and (max-width: 768px) {
    .ttl-sightseeing-03 {
        font-size: 10px;
        height: 50px;
        padding: 6px 12px;
    }
}

/* nav-breadcrumb
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .nav-breadcrumb {
        display: none;
    }

    .ttl-cmn-01 span.txt-sub {
        font-size: 15px;
    }
}

/* img-map
---------------------------------------------------------- */
.img-map img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .box-cmn-discount .ttl-cmn-01 {
        width: auto;
        margin: 0 15px 23px;
    }
}

/* list-sightseeing-01
---------------------------------------------------------- */
.list-sightseeing-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 15px;
}

.list-sightseeing-01 .item {
    width: 320px;
    margin: 0 15px 30px;
}

@media screen and (max-width: 768px) {
    .list-sightseeing-01 {
        padding: 0;
    }

    .list-sightseeing-01 .item {
        width: 100%;
        margin: 0 5px;
    }

    .list-sightseeing-01 .item img {
        width: 100%;
    }

    .list-sightseeing-01 .slick-prev {
        left: -15px;
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_prev_01.png);
    }

    .list-sightseeing-01 .slick-arrow {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-size: 35px;
        background-position: center;
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
        outline: none;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .list-sightseeing-01 .slick-next {
        right: -15px;
        background-image: url(/wordpress/wp-content/themes/odakyu/common/img/ico_arrow_slider_next_01.png);
    }
}

/* box-banner
---------------------------------------------------------- */
.box-banner {
    width: 1020px;
    margin: 10px auto 60px;
}

.box-banner.top-box-banner {
    margin-top: 60px;
}

.box-banner img {
    width: 1020px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .box-banner {
        width: 100%;
        padding: 0 15px;
        margin: 10px auto 16px;
    }

    .box-banner.top-box-banner {
        margin-top: 16px;
    }

    .box-banner img {
        width: 100%;
    }
}

/* box-banner-02
---------------------------------------------------------- */
.box-banner-02 {
    width: 1080px;
    margin: 10px auto 60px;
}

.box-banner-02.top-box-banner {
    margin-top: 60px;
}

.box-banner-02 img {
    width: 1080px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .box-banner-02 {
        width: 100%;
        padding: 0 15px;
        margin: 10px auto 16px;
    }

    .box-banner-02.top-box-banner {
        margin-top: 16px;
    }

    .box-banner-02 img {
        width: 100%;
    }
}

/* box-discount-warp
---------------------------------------------------------- */

.box-discount-warp {
    width: 1080px;
    margin: 0 auto;
}

.list-discount {
    position: relative;
    margin: 50px -15px 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}

.list-discount::before,
.list-discount::after {
    content: '';
    display: table;
}

.list-discount::after {
    clear: both;
}

.list-discount .item,
.list-discount .item-full {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    display: flex;
}

.list-discount .item.is-recommended:after,
.list-discount .item-full.is-recommended:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 135px;
    height: 36px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_pc.png) left top no-repeat;
    background-size: 135px 36px;
    z-index: 10;
}

.list-discount .item .link,
.list-discount .item-full .link {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.list-discount .item .link:after,
.list-discount .item-full .link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 340px;
    height: 13px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_shadow_discount.png) bottom center no-repeat;
    background-size: 340px 13px;
}

.list-discount .item .link:hover,
.list-discount .item-full .link:hover {
    text-decoration: none;
}

.list-discount .item .link .image,
.list-discount .item-full .link .image {
    position: relative;
    z-index: 5;
    border-top: 10px solid;
}

/* color border */
.list-discount .item.yellow .image,
.list-discount .item-full.yellow .image {
    border-top-color: #ffd301;
}

.list-discount .item.blue .image,
.list-discount .item-full.blue .image {
    border-top-color: #65c0fd;
}

.list-discount .item.green .image,
.list-discount .item-full.green .image {
    border-top-color: #73c354;
}

.list-discount .item.dark-green .image,
.list-discount .item-full.dark-green .image {
    border-top-color: #1e8680;
}

.list-discount .item.pink .image,
.list-discount .item-full.pink .image {
    border-top-color: #e396ba;
}

.list-discount .item.gray .image,
.list-discount .item-full.gray .image {
    border-top-color: #ddd;
}

.list-discount .item .link .image img,
.list-discount .item-full .link .image img {
    width: 100%;
}

.list-discount .item .link dl,
.list-discount .item-full .link dl {
    /*position: relative;*/
    padding: 15px 20px 30px;
    /*min-height: 223px;*/

}

.list-discount .item .link dl:before,
.list-discount .item-full .link dl:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 25px);
    background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_mid.png) top center repeat-y;
    background-size: 340px auto;
}

.list-discount .item .link dl:after,
.list-discount .item-full .link dl:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 340px;
    height: 27px;
    background: url(/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_btm.png) bottom center no-repeat;
    z-index: 2;
    background-size: 340px 27px;
}

.list-discount .item .link dl dt,
.list-discount .item-full .link dl dt {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    padding-bottom: 17px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 1.1;
}

/* color title & bg line */
.list-discount .item.yellow .link dl dt,
.list-discount .item-full.yellow .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_yellow.png) left bottom repeat-x;
    color: #9c7d00;
}

.list-discount .item.blue .link dl dt,
.list-discount .item-full.blue .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_blue.png) left bottom repeat-x;
    color: #3c7194;
}

.list-discount .item.green .link dl dt,
.list-discount .item-full.green .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_green.png) left bottom repeat-x;
    color: #3f7928;
}

.list-discount .item.dark-green .link dl dt,
.list-discount .item-full.dark-green .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_dark_green.png) left bottom repeat-x;
    color: #1e8680;
}

.list-discount .item.pink .link dl dt,
.list-discount .item-full.pink .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_pink.png) left bottom repeat-x;
    color: #e396ba;
}

.list-discount .item.gray .link dl dt,
.list-discount .item-full.gray .link dl dt {
    background: url(/wordpress/wp-content/themes/odakyu/common/img/bg_line_dot_gray.png) left bottom repeat-x;
    color: #ddd;
}

.list-discount .item .link dl dt span,
.list-discount .item-full .link dl dt span {
    font-weight: 300;
}

.list-discount .item .link dl dd,
.list-discount .item-full .link dl dd {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    /*min-height: 110px;*/
}

.list-discount .item .link dl dd::before,
.list-discount .item .link dl dd::after,
.list-discount .item-full .link dl dd::before,
.list-discount .item-full .link dl dd::after {
    content: '';
    display: table;
}

.list-discount .item .link dl dd::after,
.list-discount .item-full .link dl dd::after {
    clear: both;
}

.list-discount .item .link dl dd .desc,
.list-discount .item-full .link dl dd .desc {
    width: 164px;
    position: relative;
    float: left;
    padding-right: 15px;
}

.list-discount .item .link dl dd .desc-full,
.list-discount .item-full .link dl dd .desc-full {
    position: relative;
    float: left;
    padding-right: 15px;
}

.list-discount .item .link dl dd .info,
.list-discount .item-full .link dl dd .info {
    width: 135px;
    position: relative;
    float: left;
}

.list-discount .item .link dl dd .info span,
.list-discount .item-full .link dl dd .info span {
    font-family: 'Oswald', sans-serif;
    display: block;
}

.list-discount .item .link dl dd .info .txt-days,
.list-discount .item-full .link dl dd .info .txt-days {
    background-color: #fff;
    color: #9c7d00;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #9c7d00;
    margin-bottom: 8px;
}

.list-discount .item .link dl dd .info .txt-days.dark-green,
.list-discount .item-full .link dl dd .info .txt-days.dark-green {
    background-color: #fff;
    color: #1c9693;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #1c9693;
    margin-bottom: 8px;
}

.list-discount .item .link dl dd .info .txt-init,
.list-discount .item-full .link dl dd .info .txt-init {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #b1aa8d;
    border-radius: 3px;
    margin-bottom: 5px;
}

.list-discount .item .link dl dd .info .txt-person,
.list-discount .item-full .link dl dd .info .txt-person {
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1;
}

.list-discount .item .link dl dd .info .txt-person b,
.list-discount .item-full .link dl dd .info .txt-person b {
    font-size: 20px;
    font-weight: normal;
    margin-left: 5px;
}

.list-discount .box-range {
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    text-align: center;
    background-color: #ed6641;
    border-radius: 50px;
    display: table;
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 10;
}

.list-discount .box-range .box-range-in {
    display: table-cell;
    vertical-align: middle;
}

.list-discount .box-range .box-range-in span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 1.25;
    display: block;
}

.list-discount .box-range .box-range-in .txt-num {
    font-size: 24px;
}

.list-discount .box-range .box-range-in .txt-day {
    font-size: 14px;
    color: #333;
}

.list-discount .box-range.pink {
    background-color: #ef5972;
}

.list-discount .box-range.green {
    background-color: #79c155;
}

/* .list-discount .box-range.green {
  background-color: #73c354;
} */
.list-discount .box-range.dark-green {
    background-color: #1c9693;
}

@media only screen and (max-width: 768px) {
    .box-discount-warp {
        width: 100%;
        padding: 0 15px;
    }

    .list-discount {
        margin: 50px -7.5px 0;
    }

    .list-discount .box-range {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        top: -25px;
        right: 10px;
    }

    .list-discount .box-range .box-range-in .txt-num {
        font-size: 18px;
    }

    .list-discount .box-range .box-range-in .txt-day {
        font-size: 8px;
    }

    .list-discount .item {
        width: 50%;
        margin-bottom: 50px;
        padding: 0 7.5px;
    }

    .list-discount .item-full {
        width: 50%;
        /*margin-bottom: 50px;*/
        padding: 0 7.5px;
    }

    .list-discount .item .link:after,
    .list-discount .item-full .link:after {
        width: 100%;
        height: 10px;
        bottom: -15px;
        left: -2.5%;
        background: url('/wordpress/wp-content/themes/odakyu/common/img/passes/bg_shadow_discount.png') bottom center no-repeat;
        background-size: 100%;
        background-position: center top;
    }

    .list-discount .item .link .image,
    .list-discount .item-full .link .image {
        border-width: 5px;
    }

    .list-discount .item .link dl,
    .list-discount .item-full .link dl {
        padding: 10px 15px 5px;
        display: block;
    }

    .list-discount .item .link dl:before,
    .list-discount .item-full .link dl:before {
        background-size: 100%;
        height: 100%;
    }

    .list-discount .item .link dl:after,
    .list-discount .item-full .link dl:after {
        width: 100%;
        height: 20px;
        bottom: -20px;
        background: url('/wordpress/wp-content/themes/odakyu/common/img/passes/bg_discount_btm.png') bottom center no-repeat;
        background-size: 100%;
        background-position: top;
    }

    .list-discount .item .link dl dt,
    .list-discount .item-full .link dl dt {
        font-size: 19px;
        background-size: 3px 1px !important;
        padding-bottom: 12px;
    }

    .list-discount .item .link dl dd,
    .list-discount .item-full .link dl dd {
        font-size: 11px;
    }

    .list-discount .item .link dl dd .desc,
    .list-discount .item-full .link dl dd .desc {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .list-discount .item .link dl dd .info,
    .list-discount .item-full .link dl dd .info {
        width: 100%;
        padding-top: 10px;
        float: none;
    }

    .list-discount .item .link dl dd .info .txt-init,
    .list-discount .item-full .link dl dd .info .txt-init {
        margin-bottom: 10px;
        font-size: 9px;
        letter-spacing: 0.05em;
    }

    .list-discount .item .link dl dd .info .txt-person,
    .list-discount .item-full .link dl dd .info .txt-person {
        font-size: 9px;
        text-align: left;
    }

    .list-discount .item .link dl dd .info .txt-person b,
    .list-discount .item-full .link dl dd .info .txt-person b {
        font-size: 12px;
    }

    .list-discount .item.is-recommended:after,
    .list-discount .item-full.is-recommended:after {
        width: 90px;
        height: 20px;
        background: url('/wordpress/wp-content/themes/odakyu/common/img/ico_recommended_sp.png') left top no-repeat;
        background-size: 90px 20px;
        left: 7.5px;
        top: -9px;
    }
}

@media only screen and (max-width: 320px) {
    .list-discount .item .link:after,
    .list-discount .item-full .link:after {
        bottom: -6px;
    }
}

/* youtube slider video slider */
.slider-how-to-use iframe,
.slider-how-to-use video {
    width: 735px;
    height: 413px;
}

@media screen and (max-width: 768px) {
    .slider-how-to-use {
        padding: 0;
    }

    .youtube-frame-01 {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube-frame-01 iframe,
    .youtube-frame-01 video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-width: 770px) {
    .slider-how-to-use .slick-prev {
        left: 10px;
    }

    .slider-how-to-use .slick-next {
        right: 10px;
    }
}