/* ==================================================
   キービジュアル調整
================================================== */
@media screen and (min-width: 768px) {
    .index-page .keyvisualBlock__inner {
        height: calc(100vh - 70px);
    }

    .index-page .keyvisualBlock__inner .titBox {
        top: 46%;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .index-page .keyvisualBlock__inner .titBox {
        padding: 48px 5%;
    }
}

.index-page .keyvisualBlock__inner .titBox h1 {
    line-height: 1.2;
}


/* ==================================================
   Self Guided CTA
================================================== */

.selfGuideCta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1180px;
    margin: 60px auto;
    background: #fff;
    overflow: hidden;
}

.selfGuideCta__left,
.selfGuideCta__right {
    position: relative;
    min-height: 310px;
    padding: 64px 56px;
    box-sizing: border-box;
}

/* ---------- Left ---------- */

.selfGuideCta__left {
    background: #fff;
    overflow: hidden;
}

.selfGuideCta__left::before,
.selfGuideCta__left::after {
    content: "";
    position: absolute;
    border: 2px dashed rgba(201, 170, 111, .55);
    border-radius: 50%;
    z-index: 1;
}

.selfGuideCta__left::before {
    width: 250px;
    height: 140px;
    left: -90px;
    bottom: 24px;
    transform: rotate(-18deg);
}

.selfGuideCta__left::after {
    width: 220px;
    height: 120px;
    right: 18px;
    top: 18px;
    transform: rotate(18deg);
}

.selfGuideCta__content {
    position: relative;
    z-index: 5;
}

.selfGuideCta__label {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
    padding: 8px 18px;
    background: #b81232;
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.selfGuideCta__label::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #b81232;
}

.selfGuideCta__lead {
    margin: 0;
    color: #111;
    font-size: clamp(34px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
}

.selfGuideCta__text {
    margin-top: 24px;
    color: #b81232;
    font-size: 20px;
    font-weight: 700;
}

/* ---------- Right ---------- */

.selfGuideCta__right {
    background: linear-gradient(135deg, #fff, #fff7f8);
}

.selfGuideCta__right::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(184, 18, 50, .12);
    transform: rotate(45deg);
}

.selfGuideCta__right>* {
    position: relative;
    z-index: 2;
}

.selfGuideCta__right h2 {
    margin: 0 0 22px;
    color: #b81232;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.selfGuideCta__right h2::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 14px;
    background: #b81232;
}

.selfGuideCta__right p {
    margin: 0;
    line-height: 1.9;
}

.selfGuideBtn {
    margin-top: 26px;
    text-align: right;
}

.selfGuideBtn a,
.selfGuideBtn__inner {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 330px;
    padding: 20px 30px;
    background: #b81232;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
    box-sizing: border-box;
}

.selfGuideBtn a:hover {
    background: #991028;
}

.selfGuideBtn span {
    margin-left: auto;
}

.selfGuideBtn--comingSoon .selfGuideBtn__inner {
    background: #767676;
    justify-content: center;
    cursor: default;
}

/* ---------- Mobile ---------- */

@media (max-width:767px) {

    .selfGuideCta {
        grid-template-columns: 1fr;
        margin: 40px 20px;
    }

    .selfGuideCta__left,
    .selfGuideCta__right {
        min-height: auto;
        padding: 36px 26px;
    }

    .selfGuideCta__content {
        display: block;
        padding: 0;
        background: transparent;
    }

    .selfGuideCta__label {
        display: inline-block;
        margin-bottom: 16px;
    }

    .selfGuideCta__lead {
        display: block;
        margin: 0;
        font-size: 32px;
        line-height: 1.28;
        background: transparent;
    }

    .selfGuideCta__text {
        display: block;
        width: max-content;
        max-width: 100%;
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.6;
        background: rgba(255, 255, 255, .88);
        padding: 0 4px;
    }

    .selfGuideBtn {
        text-align: left;
    }

    .selfGuideBtn a,
    .selfGuideBtn__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-width: 0;
        padding: 18px 20px;
        box-sizing: border-box;
    }

    .selfGuideBtn--comingSoon .selfGuideBtn__inner {
        justify-content: center;
    }

    .selfGuideBtn span {
        margin-left: 16px;
        flex-shrink: 0;
    }

}

/* ==================================================
   セルフガイドツアー説明ブロック
================================================== */
#Self-Guided {
    background: #FFFFFF !important;
}

#Self-Guided .TripBlock__inner {
    background: #FFFFFF !important;
}

/* 緑の背景帯をピンクに変更 */
#Self-Guided .TripBlock__inner::before {
    background: #FFFFFF !important;
}

/* 写真を左、テキストを右 */
#Self-Guided .phtBox {
    order: 1 !important;
    transform: none !important;
}

/* Tripadvisorロゴを非表示 */
#Self-Guided .phtBox::before {
    display: none !important;
    content: none !important;
}

/* テキストボックス */
#Self-Guided .txtBox {
    order: 2 !important;
    background: #fff !important;
    border: 10px solid #FFFFFF !important;
}

#Self-Guided .txtBox__tit h2 span {
    color: #bd2031 !important;
    background: #fff1ee !important;
}

/* ボタン */
#Self-Guided .detailBtn--wh {
    width: 100% !important;
    max-width: none !important;
    margin-top: 40px;
}

#Self-Guided .detailBtn--wh a {
    display: block;
    width: 268px;
    margin-left: auto;
    background: #bd2031 !important;
    color: #fff !important;
    line-height: 1.4;
}


/* ==================================================
   Facebookブロック
================================================== */
.facebookBlock {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 20px 140px;
    box-sizing: border-box;
}

.facebookBlock iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* ==================================================
   スタンダード＆プレミアムツアー調整
================================================== */
@media screen and (max-width: 767px) {

    .index-page .introBlock__inner .txtBox__copy {
        margin-top: 32px;
        padding: 24px 0 56px 12px;
        font-size: 17px;
    }

    .index-page .introBlock__inner .txtBox__copy p {
        margin-bottom: 1.2em;
        line-height: 1.65;
        font-size: 15px;
    }

}



/* ==================================================
   プレミアムツアーとFBの間隔調整
================================================== */
.index-page .introBlock__inner.introBlock__inner--blue {
    margin-top: 160px;
}


/* ==================================================
   Facebook Lead
================================================== */

.facebookLead--quote {
    position: relative;
    max-width: 980px;
    margin: 120px auto 50px;
    padding: 30px 110px 34px;
    box-sizing: border-box;
    text-align: center;
}

.facebookLead__content {
    position: relative;
    z-index: 2;
}

.facebookLead__label {
    margin: 0 0 18px;
    color: #0b49a1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16em;
}

.facebookLead--quote h2 {
    max-width: 760px;
    margin: 0 auto 26px;
    color: #0b49a1;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}

.facebookLead--quote .facebookLead__content>p:not(.facebookLead__label) {
    max-width: 720px;
    margin: 0 auto;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.9;
}

.facebookLead--quote .facebookLead__content>p+p {
    margin-top: 8px;
}

/* 引用符 */

.facebookLead__quote {
    position: absolute;
    color: #0b49a1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
}

.facebookLead__quote--left {
    top: 4px;
    left: 28px;
}

.facebookLead__quote--right {
    right: 28px;
    bottom: 2px;
}

/* 引用符横のライン */

.facebookLead--quote::before,
.facebookLead--quote::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 1px;
    background: #0b49a1;
}

.facebookLead--quote::before {
    top: 40px;
    left: 86px;
}

.facebookLead--quote::after {
    right: 86px;
    bottom: 42px;
}

/* 縦ライン */

.facebookLead__content::before,
.facebookLead__content::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 64px;
    background: #0b49a1;
}

.facebookLead__content::before {
    top: 28px;
    left: -58px;
}

.facebookLead__content::after {
    right: -58px;
    bottom: 18px;
}

/* ==================================================
   Mobile
================================================== */

@media screen and (max-width: 767px) {

    .facebookLead--quote {
        margin: 80px 20px 36px;
        padding: 38px 24px 42px;
    }

    .facebookLead__label {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .facebookLead--quote h2 {
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 1.3;
    }

    .facebookLead--quote .facebookLead__content>p:not(.facebookLead__label) {
        font-size: 16px;
        line-height: 1.8;
    }

    .facebookLead__quote {
        font-size: 54px;
    }

    .facebookLead__quote--left {
        top: 0;
        left: 2px;
    }

    .facebookLead__quote--right {
        right: 2px;
        bottom: 0;
    }

    .facebookLead--quote::before {
        top: 20px;
        left: 44px;
        width: 44px;
    }

    .facebookLead--quote::after {
        right: 44px;
        bottom: 20px;
        width: 44px;
    }

    .facebookLead__content::before {
        top: -6px;
        left: -12px;
        height: 42px;
    }

    .facebookLead__content::after {
        right: -12px;
        bottom: -10px;
        height: 42px;
    }

    .pcOnly {
        display: none;
    }
}

/* ==================================================
   ツアー詳細　アコーディオン廃止
================================================== */
.guided_tours-page .secBlock__inner__item .txtBox__inner .contentWrap p {
    height: auto;
    overflow: visible;
}

/* ==================================================
   ツアー詳細　リスト表示
================================================== */
/* 箇条書き */
.guided_tours-page .txtBox ul {
    margin-top: 1em;
    padding-left: 0;
    list-style: none;
}

.guided_tours-page .txtBox li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.4em;
    line-height: 1.7;
}

.guided_tours-page .txtBox li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

/* ==================================================
   NARITA BEYOND バナー
================================================== */

.naritaBeyondBlock {
    padding: 70px 30px;
    background: #fff;
}

.naritaBeyondBlock__inner {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 46px;
    box-sizing: border-box;
    background: #E8EAF2;
    border-radius: 18px;
}

.naritaBeyondBlock__text {
    position: relative;
    padding-right: 40px;
}

.naritaBeyondBlock__text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 305px;
    /* ←ここで縦線の長さ調整 */
    background: rgba(17, 51, 160, .25);
}

.naritaBeyondBlock__text h2 {
    margin: 0;
    color: #1133A0;
    font-size: clamp(28px, 2.7vw, 38px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.naritaBeyondBlock__line {
    display: block;
    width: 52px;
    height: 2px;
    margin: 16px 0 22px;
    background: #1133A0;
}

.naritaBeyondBlock__text p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
}

.naritaBeyondBlock__banner {
    min-width: 0;
}

.naritaBeyondBlock__banner a {
    display: block;
    transition: .25s;
}

.naritaBeyondBlock__banner a:hover {
    opacity: .9;
}

.naritaBeyondBlock__banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}


/* ==================================================
   Mobile
================================================== */

@media screen and (max-width:767px) {

    .naritaBeyondBlock {
        padding: 50px 20px;
    }

    .naritaBeyondBlock__inner {
        display: block;
        padding: 30px 22px;
    }

    .naritaBeyondBlock__text {
        padding: 0 0 26px;
        margin-bottom: 28px;
    }

    .naritaBeyondBlock__text::after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .naritaBeyondBlock__text h2 {
        font-size: 28px;
        line-height: 1.12;
        letter-spacing: 0;
    }

    .naritaBeyondBlock__line {
        margin: 14px 0 18px;
    }

    .naritaBeyondBlock__text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .naritaBeyondBlock__banner img {
        border-radius: 8px;
    }

}



/* ==================================================
   TOP マップ部分のツアータイトル
================================================== */
.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox h3.tour-title--small {
    font-size: 20px;
    margin-bottom: 4px;
    color: #666666;
}

.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox {
    margin-top: 0;
}

/* Tour Detailsボタン */
.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox .detailBtn--tour a {
    background-color: #666666;
    color: #ffffff;
}

.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox .detailBtn--tour a:hover,
.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox .detailBtn--tour a:focus {
    background-color: #4d4d4d;
    color: #ffffff;
}

/* Time Required */
.index-page .mapBlock__inner__tour .contentBox__set .itemBox__main .txtBox__time span {
    color: #666666;
    border-bottom-color: #666666;
}


/* ==================================================
   ツアー詳細
================================================== */
/* Optional Activities 見出し（アクセシビリティ対応） */
/* Optional Activities 見出しをh3に変更した際の見た目維持 */
.guided_tours-page .secBlock__inner__item .txtBox h3 {
    position: relative;
}

.guided_tours-page .secBlock__inner__item .txtBox h3::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #bd2031;
}

.guided_tours-page .secBlock__inner__item .txtBox h3 span {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    font-size: 24px;
    font-weight: 800;
    color: #bd2031;
    background: #fffcf6;
    box-sizing: border-box;
}