@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* .hero-cmn-01
---------------------------------------------------------- */
.hero-cmn-01.station { background-image: url(/travel/common/img/sightseeing/station/nakanoshima/mainimg_nakanoshima_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;
}

.wave-bg-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 496px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("/travel/common/img/sightseeing/station/bg_wave_top.png");
    background-position: top right;
    z-index: 1;
}


/* Intro Section */
.section-intro {
    max-width: 1060px;
    margin: 0 auto;
    padding: 100px 30px 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Anchor Link Box */
.anc-link-box {
    position: relative;
    margin: 0 0 90px;
    padding: 60px 50px;
    position: relative;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.25);
    text-align: center;
    z-index: 1;
}

.anc-link-box .bg-icon {
    position: absolute;
    right: -35px;
    bottom: -13px;
    z-index: 10;
    text-align: right;
}

.anc-link-box .bg-icon img {
    width: 50%;
}

.anc-link-list {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.anc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 82px;
    background-color: #E3EFEF;
    border-radius: 100px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
    position: relative;
    padding-left: 5px;
}

.anc-link:hover {
    background-color: #EA5404;
    color: #fff;
    opacity: 1;
}

.anc-link::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: 2px solid #EA5404;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 4px #EA5404;
    background-color: #EA5404;
}

.anc-link:hover::before  {
    background-color: #EA5404;
}

.anc-link::after {
    content: "";
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #EA5404;
    border-bottom: 2px solid #EA5404;
    border-color: #fff;
    margin-top: -3px;
}

.anc-link:hover::after  {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.main-title {
    font-size: 48px;
    font-weight: bold;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    line-height: 1.2;
}

.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: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("/travel/common/img/sightseeing/station/nakanoshima/bg_wave.png");
    background-size: cover;
    z-index: 1;
}

#uji .wave-bg {
    background-repeat: no-repeat;
    background-position: left 100px;
    background-image: url("/travel/common/img/sightseeing/station/uji/bg_wave_uji.png");
    background-size: cover;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}

.section-map .map {
    padding: 22px 0;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.25);
    text-align: center;
}

.section-map .map img {
    width: 954px;
}

/* Sections */
.category-section {
    position: relative;
    padding: 100px 0;
    margin-bottom: 100px;
}

.category-name {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #555;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.category-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #7BB8BB;
}

.category-lead {
    padding: 30px 57px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 18px;
}

:nth-child(even of .category-section) .category-lead {
    background-color: #fff;
}

/* Spot Items */
.spot-item {
    position: relative;
    width: 942px;
    margin: 40px 0 130px;
    padding: 100px 171px 80px 0;
    z-index: 1;
}

.spot-item .bg-icon {
    position: absolute;
    right: -80px;
    bottom: -30px;
    z-index: 10;
    text-align: right;
}

.spot-item .bg-icon img {
    width: 50%;
}

.spot-item::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -30px;
    bottom: -30px;
    left: -50vw;
    background-color: #DBECED;
    border-radius: 0 40px 40px 0;
    z-index: -2;
}

.spot-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50vw;
    background-color: #f5f5f5;
    border-radius: 0 40px 40px 0;
    z-index: -1;
}

.spot-title {
    font-size: 32px;
    font-weight: 700;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 2px solid #d7d7d7;
    position: relative;
    margin-bottom: 30px;
}

.spot-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #EA5404;
}

.spot-content {
    display: block;
}

.slider-area {
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    height: 368px;
}

.slider-station {
    width: 601px;
    height: 100%;
    margin: 0;
}

.slider-station img {
    width: 601px;
    height: 100%;
    object-fit: cover;
}

.slider-thumbnail {
    position: relative;
    width: 137px;
    height: 100%;
    margin: 0;
    overflow: visible !important;
}

.slider-thumbnail .swiper-slide {
    height: auto;
    opacity: 0.5;
    cursor: pointer;
}

.slider-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
}

.slider-thumbnail img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.slider-area > .swiper-pagination {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    z-index: 10;
}

.slider-area > .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 !important;
    position: relative;
    border-radius: 50%;
}

.slider-area > .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #7BB8BB;
    border-radius: 50%;
}

.spot-txt {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.spot-txt + .spot-txt {
    margin-bottom: 30px;
}

.spot-info-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.spot-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.spot-info dt {
    width: 60px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    border-radius: 4px 0 0 4px;
    line-height: 1;
    flex-shrink: 0;
}

.spot-info dt::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
}

.spot-info dd {
    word-break: break-all;
    flex: 1;
}

.label-url {
    background-color: #7BB8BB;
}
.label-url::after {
    border-color: transparent transparent transparent #7BB8BB;
}

.label-map {
    background-color: #EA5404;
}
.label-map::after {
    border-color: transparent transparent transparent #EA5404;
}

/* Spot Item Reverse (.is-reverse)
---------------------------------------------------------- */
.spot-item.is-reverse {
    padding: 100px 0 80px 171px;
}

.spot-item.is-reverse .bg-icon {
    left: -80px;
    right: auto;
    text-align: left;
}

.spot-item.is-reverse::before {
    left: -30px;
    right: -50vw;
    border-radius: 40px 0 0 40px;
}

.spot-item.is-reverse::after {
    left: 0;
    right: -50vw;
    border-radius: 40px 0 0 40px;
}

/* Section 2 Background Color (Layered behind wave) */
.category-section ~ .category-section {
    position: relative;
    /* Do NOT set z-index: 1 to keep wave-bg (.contents-main children) on top */
}

.category-section ~ .category-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background-color: #f5f5f5;
    z-index: 0; /* wave-bg is z-index 1 */
}

/* Spot Item White Background */
.category-section ~ .category-section .spot-item::after {
    background-color: #fff;
}

.spot-info dd a {
    font-size: 18px;
    color: #555;
    text-decoration: underline;
    font-weight: 500;
}



/* ==========================================================================
Responsive
========================================================================== */

@media screen and (max-width: 1100px) {
    .section-map .map {
        margin: 0 2vw;
    }

    .section-map .map img {
        width: 100%;
        padding: 0 3vw;
    }

    .spot-item {
        width: 100%;
        margin: 20px 0 60px;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .spot-item::before {
        left: 0;
        right: 0;
        bottom: 0;
        top: 20px;
        border-radius: 20px;
    }

    .spot-item::after {
        left: 0;
        right: 0;
        border-radius: 20px;
    }

    .spot-item .bg-icon {
        right: 0;
        bottom: -1rem;
    }

    .spot-item .bg-icon img {
        height: 6rem;
        width: auto;
        text-align: right;
    }

    .slider-area {
        flex-direction: column;
        height: auto;
    }

    .slider-station {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .slider-station img {
        width: 100%;
        height: 100%;
    }

    .slider-thumbnail {
        width: 100%;
        height: auto;
    }

    .slider-thumbnail img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .slider-area > .swiper-pagination {
        display: none;
    }

    /* Reset Spot Item Reverse for Mobile */
    .category-section .spot-item {
        padding: 30px 15px !important;
    }

    .category-section .spot-item .bg-icon {
        left: auto !important;
        right: -10px !important;
        bottom: -10px !important;
    }

    .category-section .spot-item::before,
    .category-section .spot-item::after {
        left: 0 !important;
        right: 0 !important;
        border-radius: 20px !important;
    }

    .category-section ~ .category-section::before {
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .anc-link-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .anc-link {
        width: 100%;
        max-width: 320px;
        height: 60px;
        font-size: 16px;
    }

    .container-wrap {
        padding: 40px 15px;
    }

    .wave-bg-top {
        width: 50vw;
    }

    .wave-bg {
        background-size: contain;
        background-repeat: repeat-y;
    }

    .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;
    }
    .section-map .map {
        margin: 0;
    }

    .section-intro {
        padding: 50px 20px 20px;
    }

    .category-section {
        padding: 60px 0 30px;
        margin-bottom: 60px;
    }

    .category-name {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .spot-title {
        font-size: 18px;
    }

    .spot-txt, .spot-info dd a {
        font-size: 16px;
    }
    .spot-info dt {
        font-size: 16px;
    }
}
