@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* .hero-cmn-01
---------------------------------------------------------- */
.hero-cmn-01.kyoto-24hours { background-image: url(/travel/common/img/sightseeing/itineraries/kyoto-24hours/mainimg_kyoto-24hours_01.jpg);}

.hero-cmn-01 .hero-title span { text-shadow: 0 0 8px #002036;}

.contents { background-color: #fff; }

section.category-section { margin-bottom: 0; }

.footer { margin-top: 0; }

.btn-cmn-pagetop { z-index: 11; }

a:hover { opacity: .7; }

.contents-main {
    position: relative;
    overflow: hidden;
}

section:last-of-type { margin-bottom: 0; }

.main-title {
    font-size: 48px;
    font-weight: bold;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    line-height: 1.2;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.main-title .dots {
    display: inline-flex;
    gap: 2px;
}

.main-title .dots::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 18px;
    background-color: #EA5404;
    border-radius: 4px;
}
.main-title .dots::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 18px;
    background-color: #7BB8BB;
    border-radius: 4px;
}

h2 small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #EA5404;
    margin-top: 5px;
    margin-bottom: 30px;
}

.intro-text {
    text-align: left;
    line-height: 1.8;
    color: #333;
}

.intro-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.content-body {
    position: relative;
    z-index: 2;
}

.wave-bg {
    position: absolute;
    top: 94px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-repeat: repeat-y;
    background-image: url("/travel/common/img/sightseeing/itineraries/kyoto-24hours/bg_wave.webp");
    background-size: contain;
    z-index: 1;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}

/* intro
---------------------------------------------------------- */
.intro-box {
    padding: 147px 0 109px;
}

.intro-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 48px 53px 30px 40px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.intro-card__pin {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
}

.intro-card__pin img {
    width: 100%;
    height: auto;
}

.intro-card__inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.intro-card__left {
    width: 326px;
}

.intro-card__right {
    width: 506px;
}

.intro-card__valid-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.intro-card__valid-text span {
    color: #EA5404;
}

.intro-card__main-copy {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000;
}

.intro-card__desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.intro-card__tickets {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.intro-card__tickets img {
    width: 100%;
    max-width: 326px;
    height: auto;
    border-radius: 6px;
}

.intro-card__photo {
    margin-bottom: 25px;
}

.intro-card__photo img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.intro-card__purchase,
.intro-card__benefits {
    margin-bottom: 20px;
}

.intro-card__purchase h3,
.intro-card__benefits h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.intro-card__link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.intro-card__link:last-child {
    margin-bottom: 0;
}

.intro-card__link .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.intro-card__link .icon img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
Responsive
========================================================================== */

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 767px) {
    .wave-bg {
        background-size: contain;
    }

    .main-title {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }

    .main-title .dots {
        margin-bottom: 5px;
    }

    .main-title small {
        font-size: 14px;
    }

    .wrap {
        padding: 0 20px;
    }

    .intro-box {
        padding: 40px 15px;
    }

    .intro-card {
        padding: 40px 20px 30px;
    }

    .intro-card__inner {
        flex-direction: column;
        gap: 30px;
    }

    .intro-card__left {
        width: auto;
    }
    
    .intro-card__right {
        width: 100%;
    }

    .intro-card__main-copy {
        font-size: 24px;
    }

    .intro-card__tickets img {
        max-width: 100%;
    }
}

/* schedule
---------------------------------------------------------- */
.schedule {
    padding-bottom: 40px;
}

.schedule-header {
    margin-top: 26px;
    margin-bottom: 70px;
    text-align: center;
}

.schedule-day-badge {
    display: inline-block;
    background-color: #EA5404;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
}

.schedule-note {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.schedule-block {
    position: relative;
}

.schedule-img-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 70px;
}

.schedule-card {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Vertical dotted line */
.schedule-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 63px;
    bottom: 0;
    width: 2px;
    background-image: linear-gradient(to bottom, #929292 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 8px;
    background-repeat: repeat-y;
}

.schedule-card-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.schedule-card__spot {
    position: relative;
    margin-bottom: 70px;
    padding: 68px 40px 48px;
}

.schedule-card__spot.bottom-short {
    margin-bottom: 24px;
}

.schedule-card__stay {
    position: relative;
    width: fit-content;
    margin-bottom: 70px;
    padding: 20px 50px 20px 40px;
}

.schedule-card__stay .schedule-card__spot--title,
.schedule-card__depart .schedule-card__spot--title {
    margin-bottom: 0;
}

.schedule-card__stay .schedule-card__spot--text h3 {
    font-size: 18px;
}

.schedule-card__stay .schedule-card__spot--text .icon-pin {
    width: 48px;
    height: 48px;
}

.schedule-card__depart {
    position: relative;
    margin-bottom: 70px;
    padding: 48px 40px;
}



.schedule-card__time {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 26px 10px 25px;
    border-radius: 10px 0 20px 0;
    width: fit-content;
    line-height: 1;
}

.schedule-card__time img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.schedule-card__box {
    position: relative;
}

.schedule-card__spot--title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.schedule-card__spot--text .icon-pin {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
}

.schedule-card__spot--top .schedule-card__spot--text .icon-pin {
    width: 57px;
    height: 57px;
}

.schedule-card__spot--text .icon-pin img {
    width: 100%;
    height: auto;
}

.schedule-card__spot--text h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: calc(40 / 28);
}

.schedule-card__spot--text .spot-info {
    margin-left: 71px;
}

.schedule-card__spot--text .spot-info p {
    font-size: 16px;
    color: #000;
    line-height: calc(27 / 16);
}

.schedule-card__spot--text .spot-text {
    padding-left: 111px;
}

.schedule-card__spot--image {
    width: 414px;
    border-radius: 6px;
}

.schedule-card__spot--image figure {
    height: 277px;
}

.schedule-card__spot--image figure img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.schedule-card__spot--image .swiper-wrapper img {
    width: 100%;
    border-radius: 6px;
}

.schedule-card__spot--image .slider-thumbnail {
    padding-top: 10px;
}

.schedule-card__spot--image .slider-thumbnail .swiper-slide {
    position: relative;
    cursor: pointer;
}

.schedule-card__spot--image .slider-thumbnail .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    transition: opacity .3s;
    pointer-events: none;
}

.schedule-card__spot--image .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
    opacity: 0;
}

.schedule-card__spot--image .slider-thumbnail .swiper-wrapper img {
    width: 96px;
    height: auto;
}

.schedule-card__transit {
    padding: 28px 36px 30px 40px;
    position: relative;
}

.transit-step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.transit-step:last-child {
    margin-bottom: 0;
}

.transit-step--time {
    margin-bottom: 24px;
    padding-left: 36px;
    color: #656565;
    font-size: 17px;
    font-weight: 500;
}

.transit-step--station,
.transit-step--walk {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.transit-step .icon-train,
.transit-step .icon-cablecar,
.transit-step .icon-walk {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.transit-step .icon-train img,
.transit-step .icon-cablecar img,
.transit-step .icon-walk img {
    width: 100%;
}

.transit-step--station .icon-train {
    background-color: #008D79;
}

.transit-step--station .icon-cablecar {
    background-color: #A0D3C9;
}

.transit-step--walk .icon-walk {
    background-color: #0087C1;
}

.transit-step .duration {
    color: #008D79;
}
.transit-step--walk .duration {
    color: #0087C1;
}

.schedule-image {
    width: 100%;
    max-width: 300px;
    text-align: right;
    padding: 0 77px 94px 0;
}

.schedule-image img {
    width: 165px;
    height: auto;
}

.schedule-image.wide img {
    width: 282px;
}

.schedule-card__spot--top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.schedule-card__spot--top .schedule-card__spot--text {
    flex: 1;
}

.schedule-card__spot--bottom {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-top: 40px;
}

.schedule-card__spot--bottom .gmap {
    width: 566px;
    height: 300px;
}

.schedule-card__spot--bottom .gmap iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #c4c4c4;
}

.schedule-card__spot--bottom .spot-details {
    flex: 1;
    margin-top: 13px;
}

.schedule-card__spot--bottom .spot-details dl dt {
    position: relative;
    z-index: 1;
    background-color: #EA5404;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 8px 0;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    width: 4.2rem;
    margin-bottom: 6px;
    text-align: center;
}

.schedule-card__spot--bottom .spot-details dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    width: 21px;
    height: 21px;
    background-color: #EA5404;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 5px;
    z-index: -1;
}

.schedule-card__spot--bottom .spot-details dl dd {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: calc(21 / 14);
}

.schedule-card__spot--bottom .spot-details dl dd a {
    color: #008D79;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .schedule-header {
        margin-bottom: 30px;
    }

    .schedule-day-badge {
        font-size: 18px;
        padding: 6px 24px;
        margin-bottom: 15px;
    }

    .schedule-note {
        font-size: 14px;
    }

    .schedule-item {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .schedule-card {
        max-width: 100%;
    }

    .schedule-card::before {
        left: 48px;
    }

    .schedule-card__time {
        font-size: 18px;
        padding: 8px 26px 8px 25px;
    }

    .schedule-card__spot {
        margin-bottom: 35px;
        padding: 50px 15px 20px;
    }

    .schedule-card__spot--text .icon-pin {
        width: 35px;
        height: 35px;
    }

    .schedule-card__spot--title {
        margin-bottom: 10px;
    }

    .schedule-card__spot--text .spot-info {
        margin-left: 55px;
    }

    .schedule-card__transit {
        width: 100%;
        padding: 20px 30px;
    }

    .schedule-img-box {
        margin-bottom: 35px;
    }

    .schedule-image {
        display: none;
    }

    .schedule-card__spot--top {
        flex-direction: column;
        gap: 20px;
    }

    .schedule-card__spot--top .schedule-card__spot--text .icon-pin {
        width: 40px;
        height: 40px;
    }

    .schedule-card__spot--bottom {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .schedule-card__spot--image .slider-thumbnail .swiper-wrapper img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .schedule-card__spot--bottom .gmap {
        width: 100%;
    }

    .schedule-card__spot--bottom .gmap iframe {
        height: 300px;
    }

    .schedule-card__spot--bottom .spot-details dl dd {
        margin-bottom: 20px;
    }

    .schedule-card__spot--image {
        width: 100%;
    }

    .schedule-card__spot--text h3 {
        font-size: 24px;
    }

    .transit-step--time {
        margin-bottom: 10px;
    }

    .transit-step {
        margin-bottom: 5px;
    }

    .schedule-card__stay {
        margin-bottom: 35px;
    }

    .schedule-card__depart {
        margin-bottom: 35px;
        padding: 28px 40px;
    }

    .schedule-card__spot--image figure {
        height: 100%;
    }

    .schedule-card__spot--image figure img {
        height: auto;
    }
}

/* area-map
---------------------------------------------------------- */
.area-map {
    padding-bottom: 110px;
}

.area-map h2 {
    margin-bottom: 70px;
}

.map-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 68px 35px;
    text-align: center;
}

.map-box img {
    width: 859px;
}

.map-box figure + figure {
    margin-top: 32px;
}

@media screen and (max-width: 1014px) {
    .map-box {
        padding: 2rem;
    }
    .map-box img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .area-map {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
    .area-map h2 {
        margin-bottom: 35px;
    }
    .map-box {
        padding: 20px;
    }
    .map-box figure + figure {
        margin-top: 20px;
    }
}

/* passes
---------------------------------------------------------- */
.contents-main .passes {
    margin-bottom: 140px;
}

.passes h2 {
    margin-bottom: 70px;
}

.passes-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.passes-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px 60px 50px;
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.passes-card__img {
    margin-bottom: 26px;
    width: 100%;
}

.passes-card__img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.passes-card__info .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.passes-card__info .icon img {
    width: 46px;
    height: auto;
}

.passes-card__info h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 11px;
    line-height: 1;
}

.passes-card__info p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.passes-text {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.666;
    margin-bottom: 40px;
}

.passes-btn {
    text-align: center;
}

.btn-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #009D7D;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 25px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity .3s;
}

.btn-detail img {
    width: 32px;
}

.btn-detail:hover {
    opacity: .8;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .contents-main .passes {
        margin-bottom: 70px;
        padding: 0;
    }

    .passes h2 {
        margin-bottom: 35px;
    }

    .passes-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }

    .passes-card {
        padding: 30px 20px;
    }

    .passes-card__info h3 {
        font-size: 20px;
    }

    .passes-text {
        font-size: 14px;
    }

    .btn-detail {
        font-size: 16px;
        padding: 12px 30px;
        min-width: 280px;
        gap: 10px;
    }

    .btn-detail::after {
        width: 24px;
        height: 24px;
    }
}

/* spot-info-list 
---------------------------------------------------------- */
.spot-info-list {
    margin-top: 50px;
}

.spot-info-list__title {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.spot-info-list__title figure {
    width: 24px;
    height: 24px;
}

.spot-info-list__links {
    padding-left: 0;
    list-style: none;
}

.spot-info-list__links li {
    margin-bottom: 12px;
}

.spot-info-list__links li:last-child {
    margin-bottom: 0;
}

.spot-info-list__links li a {
    color: #333;
    text-decoration: underline;
    font-size: 16px;
}

.spot-info-list__links li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .spot-info-list {
        margin-top: 30px;
    }
    
    .spot-info-list__title {
        font-size: 16px;
    }
    
    .spot-info-list__links li a {
        font-size: 16px;
    }
}

/* add-link
---------------------------------------------------------- */
.add-link {
    margin-top: 25px;
}

.add-link a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    color: #333;
}

.add-link figure img {
    width: 24px;
    height: auto;
}

.add-link span {
    font-size: 16px;
    line-height: 1.6;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .add-link span {
        font-size: 14px;
    }
}
