ol li {
    list-style-type: none;
}
main {
    background-color: var(--grey-bg-color);
}
.breadcrumbs {
    background-color: var(--grey-bg-color);
}
.main-contents-outer {
    width: 100%;
    padding: 50px 0;
    background-color: var(--full-light-color);
}
.main-visual {
    background-color: var(--full-light-color);
}
.main-visual h1 img {
    width: 100%;
    vertical-align: bottom;
}
.main-visual .anchor-link-wrap {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.main-visual .anchor-link-wrap.fixed {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}
.anchor-link {
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.14);
}
.anchor-link li {
    position: relative;
}
.anchor-link li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: 30px;
    background: #999;
}
.anchor-link li a {
    position: relative;
    display: block;
    min-width: 188px;
    padding: 30px 45px 30px 30px;
    text-align: center;
    text-decoration: none;
}
.anchor-link li a::after {
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 15px;
    width: 11px;
    height: 10px;
    background: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_arrow_b.svg) center / contain no-repeat;
    transform: rotate(90deg);
}
.main-visual .anchor-link-wrap.fixed li a::after {
    content: none;
}
.main-contents:not(.tfct-contact) {
    width: 1112px;
    max-width: 100%;
    margin: auto;
    padding: 50px;
    border-radius: 10px;
    background-color: var(--full-light-color);
}
.main-contents:not(.tfct-contact) {
    margin-bottom: 80px;
}
.main-contents:not(.tfct-contact) > h2 {
    justify-content: center;
    margin-bottom: 30px;
    font-size: 48px;
    color: #986c23;
    font-family: 'Noto Serif JP';
}
.main-contents:not(.tfct-contact) h3 {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-size: 32px;
    color: #986c23;
    background-color: var(--full-light-color);
    font-family: 'Noto Serif JP';
    z-index: 2;
}
.main-contents h2::before {
    content: none;
}
.main-contents .limited h2 {
    font-size: 24px;
    justify-content: center;
    font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
}
.title-area {
    position: relative;
}
.title-area::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #999;
}


/* slider*/
.swiper-container.--pattern01 {
    position: relative;
    margin-bottom: 30px;
}
.swiper-container.--pattern01::before,
.swiper-container.--pattern01::after {
    content: "";
    position: absolute;
    top: 0;
    width: 86px;
    height: 100%;
    z-index: 2;
}
.swiper-container.--pattern01::before {
    left: 0;
    background: linear-gradient(90deg, var(--full-light-color) 14.84%, rgba(255, 255, 255, 0.00) 100%);
}
.swiper-container.--pattern01::after {
    right: 0;
    background: linear-gradient(270deg, var(--full-light-color) 17.71%, rgba(255, 255, 255, 0.00) 100%);
}
.swiper-container.--pattern01 .swiper-slide {
    padding: 0 15px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background-color: var(--full-light-color);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}
.swiper-container.--pattern01 .swiper-button-prev {
    left: 165px;
}
.swiper-container.--pattern01 .swiper-button-next {
    right: 185px;
}
.swiper-container.--pattern02 .swiper-button-prev,
.swiper-container.--pattern02 .swiper-button-next {
    top: calc(396px / 2);
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}
.swiper-container .swiper-button-prev::after {
    left: 15px;
    transform: rotate(225deg);
}
.swiper-container .swiper-button-next::after {
    left: 12px;
    transform: rotate(45deg);
}
.swiper-container.--pattern01 .swiper-slide img {
    border-radius: 12px;
}
.swiper-container.--pattern02 .swiper-slide img {
    width: 100%;
    border-radius: 12px;
}
.swiper-container.--pattern02 .swiper-pagination-bullets {
    top: 382px;
    bottom: auto;
}
.swiper-container.--pattern02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_pn_off_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
.swiper-container.--pattern02 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_pn_on_b.svg);
}
/* slider end */
.main-contents .lead-text {
    width: 860px;
    margin: 0 auto 50px;
}
.spot + .hotel-wrap {
    margin-top: 90px;
}
.drive_course {
    padding: 30px;
    background-color: #f4f1eb;
}
.drive_course h4 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 36px;
    font-size: 24px;
    color: #986c23;
    font-family: 'Noto Serif JP';
}
.drive_course h4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #999;
}
.drive_course ol,
.drive_course ol li {
    position: relative;
}
.drive_course ol li:not(.att li) {
    border: 1px solid #a6a6a6;
}
.spot-list li:not(.att li),
.drive-list li:nth-child(odd):not(.att li) {
    width: 325px;
    padding: 11px 28px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--full-light-color);
    font-family: "LexusRodinPro-DB" , Meiryo , sans-serif;
    z-index: 1;
}
.drive_course .drive-list::after,
.spot-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 95%;
    background: #333;
}
.drive_course .drive-list li:not(.att li):last-child::before,
.spot-list li:last-child::before {
    content: "";
    position: absolute;
    top: -14px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(135deg);
}
.detail-list li:not(.att li),
.drive-list li:nth-child(even):not(.att li) {
    position: relative;
    width: 586px;
    padding: 10px 16px 10px 48px;
}
.att li {
    font-size: 12px;
}
.detail-list li:not(.att li)::before,
.detail-list li:not(.att li)::after,
.drive-list li:nth-child(even):not(.att li)::before,
.drive-list li:nth-child(even):not(.att li)::after {
    content: "";
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 16px 16px 0px 0;
    border-color: transparent #a6a6a6 transparent transparent;
}
.detail-list li:not(.att li)::before,
.drive-list li:nth-child(even):not(.att li)::before {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.detail-list li:not(.att li)::after,
.drive-list li:nth-child(even):not(.att li)::after {
    bottom: 0;
    right: 0;
}
.detail-list li div::after,
.drive-list li:nth-child(even) div::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 16px;
    width: 22px;
    height: 14px;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_car.svg);
}
.hotel-wrap .hotel-inner + .hotel-inner {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #c7c7c7;
}
.hotel-wrap .hotel {
    margin-bottom: 30px;
}
.hotel-wrap .label {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    font-size: 16px;
    color: var(--full-light-color);
    font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
    background: linear-gradient(90deg, #986c23 0%, #e1b85e 100%);
}
.hotel-wrap .label::before,
.hotel-wrap .label::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 9px;
    height: 32px;
    background: url(/-/media/tfc/ts3travel/file/llhc/common/img/bg_triangle.png) center /  contain no-repeat ;
}
.hotel-wrap .label::before {
    left: -1px;
}
.hotel-wrap .label::after {
    right: -1px;
    transform: rotate(180deg);
}
.hotel-wrap h4 {
    font-size: 24px;
}
.hotel-wrap .pc-flex {
    margin-top: 30px;
}
.hotel-wrap .pc-flex .swiper-container,
.hotel-wrap .pick-up {
    width: 486px;
    min-height: 400px;
    margin: 0;
}
.hotel-wrap .pick-up {
    padding: 20px 0;
    border: 1px solid #c7c7c7;
}
.hotel-wrap .address {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
}
.hotel-wrap .address::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_pin.svg) no-repeat center / contain;
}
.hotel-wrap .pick-up section {
    padding: 0 15px;
}
.hotel-wrap .pick-up section.limited {
    margin-bottom: 0;
    padding: 0;
}
.hotel-wrap .pick-up .limited .main-contents_inner {
    margin-bottom: 20px;
    padding: 16px 10px;
}
.hotel-wrap .limited h2 {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--full-dark-color);
}
.hotel-wrap .limited h2 span {
    margin-right: 0;
}
.hotel-wrap .pick-up h5 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
}
.hotel-wrap .pick-up h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
}
.limited h2 + div {
    display: block;
    padding: 16px 12px 16px;
}
.limited p {
    text-align: center;
}
.limited .special-list + ul {
    justify-content: left;
}
.limited .special_area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.limited .special_area li {
    padding: 2px 16px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
}
.limited .special-list {
    grid-template-columns: repeat(auto-fit, minmax(197px, 1fr));
}
.limited .special-list > li {
    padding: 6px 12px;
}
.btn-link.btn-gold a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 333px;
    height: 54px;
    margin: auto;
    padding: 10px 33px;
    font-size: 16px;
    border-radius: 56px;
    text-decoration: none;
    color: var(--full-light-color);
    font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
    background: linear-gradient(90deg, #986c23 0%, #9f7429 29.33%, #e1b85e 100%);
}
.btn-link.btn-gold a span {
    position: relative;
}
.btn-link.btn-gold a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -27px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: solid 2px var(--full-light-color);
    border-right: solid 2px var(--full-light-color);
    transform: rotate(45deg);
}
.column-section {
    margin-top: 50px;
}
.column-section .pc-flex {
    gap: 16px;
}
.column-section h5 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.column-section h5::before,
.column-section h5::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 0.5px);
    width: 30%;
    height: 1px;
    background-color: #c7c7c7;
}
.column-section h5::after {
    right: 0;
}
.column-section .banner {
    width: 498px;
}
.other-btn {
    margin-bottom: 80px;
    padding: 0 20px;
}
.other-btn .txt {
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.other-btn .btn-link a {
    background: #9f7429;
}
.main-contents-outer .tfct-contact h2 {
    margin-top: 0 !important;
}

.main-contents-outer .tfct-contact .tfct-contact_inner {
    margin-bottom: 50px;
}
.tfct-contact .btn-reserve a span::before {
    content: "";
    width: 0;
    height: 0;
    margin: 0;
}
.tfct-contact_inner + .btn-reserve a {
    width: 489px;
    height: auto;
    margin: auto;
    padding: 18px 34px;
    font-size: 16px;
}
.aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 604px;
    padding: 102px 20px;
    text-align: center;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.80);
    color: var(--full-light-color);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 31.24%, rgba(0, 0, 0, 0.50) 100%), url(/-/media/tfc/ts3travel/file/llhc/img/special/spring/bg_img01.png) center / cover no-repeat;
    background-position: center;
}
.aside h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
.aside p {
    font-size: 24px;
    line-height: 2.3;
}
.contact-web {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-aspect-ratio: 7 / 10) {
    a:hover {
        opacity: 0.7;
    }
    .pc-flex {
        display: flex;
        justify-content: space-between;
    }
    .main-visual h1 {
        padding-bottom: 32px;
    }
    .drive-list,
    .more__btn {
        display: none;
    }
    .spot-list li:not(:last-child) {
        margin-bottom: 32px;
    }
    .detail-list {
        padding-top: 35px;
    }
    .detail-list li:not(:last-child) {
        margin-bottom: 35px;
    }
    .detail-list li div::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        left: -204px;
        width: 204px;
        height: 1px;
        border: 2px dashed #a6a6a6;
    }
}

@media screen and (max-aspect-ratio: 7 / 10), (max-width: 768px) {
    .main-contents-outer {
        padding: 40px 0;
    }
    .main-visual {
        margin-bottom: 40px;
    }
    .main-visual .anchor-link-wrap {
        top: 80px;
    }
    .anchor-link {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .anchor-link li {
        width: 50%;
    }
    .anchor-link li:not(:last-child)::after {
        content: none;
    }
    .anchor-link li a {
        padding: 10px 40px 10px 25px;
        min-width: unset;
        font-size: 4.27vw;
    }
    .anchor-link li:nth-child(n+3) a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #c7c7c7;
    }
    .att li {
        font-size: 3.2vw;
    }
    .main-contents:not(.tfct-contact) {
        width: 100%;
        padding: 40px 0;
        border-radius: 0;
    }
    .main-contents .lead-text {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .main-contents:not(.tfct-contact) > h2 {
        padding: 0 20px;
        font-size: 10.67vw;
    }
    .main-contents:not(.tfct-contact) h3 {
        font-size: 7.47vw;
    }
    .title-area {
        margin: 0 20px;
    }
    /* slider */
    .swiper-container.--pattern01::before,
    .swiper-container.--pattern01::after {
        width: 20px;
    }
    .swiper-container.--pattern01 .swiper-slide {
        padding: 0 6px;
    }
    .swiper-container.--pattern01 .swiper-slide img {
        width: 100%;
    }
    .swiper-container.--pattern02 .swiper-slide img {
        border-radius: 6px;
    }
    .swiper-container.--pattern01 .swiper-button-prev {
        left: 13vw;
    }
    .swiper-container.--pattern01 .swiper-button-next {
        right: 13vw;
    }
    .swiper-container.--pattern02 .swiper-button-prev,
    .swiper-container.--pattern02 .swiper-button-next {
        top: calc(50% - 20px);
    }
    .swiper-container.--pattern02 .swiper-button-prev {
        left: 1px;
    }
    .swiper-container.--pattern02 .swiper-button-next {
        right: 1px;
    }
    .swiper-container.--pattern02 .swiper-pagination-bullets {
        top: auto;
        bottom: 20px;
    }
    /* slider end */
    .drive_course {
        margin: 0 20px;
        padding: 20px 16px;
    }
    .drive_course h4 {
        padding: 0 0 16px 0;
        font-size: 6.4vw;
        text-align: center;
    }
    .drive_course h4::after {
        top: auto;
        bottom: 0;
        left: calc(50% - 24px / 2);
        width: 24px;
    }
    .drive_course .drive-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
        font-size: 4.27vw;
    }
    .drive_course .drive-list li {
        z-index: 3;
    }
    .spot-list,
    .detail-list {
        display: none;
    }
    .spot-list li:not(.att li),
    .drive-list li:nth-child(odd):not(.att li) {
        width: 100%;
    }
    .detail-list li:not(.att li), .drive-list li:nth-child(even):not(.att li) {
        width: 90%;
        background-color: #f4f1eb;
    }
    .spot + .hotel-wrap {
        margin-top: 40px;
    }
    .hotel-wrap .hotel .address {
        margin: 0 0 40px;
    }
    .hotel-wrap h4 {
        font-size: 5.87vw;
    }
    .hotel-wrap .pc-flex .swiper-container,
    .hotel-wrap .pick-up {
        width: 100%;
        min-height: unset;
    }
    .hotel-wrap .pc-flex .swiper-container {
        padding-bottom: 40px;
    }
    .hotel-inner {
        position: relative;
        padding: 0 20px;
    }
    .hotel-wrap .hotel-inner + .hotel-inner {
        border-top: none;
    }
    .hotel-wrap .hotel-inner + .hotel-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: #c7c7c7;
    }
    .hotel-wrap .pick-up {
        width: 100%;
    }
    .hotel-wrap .pick-up h5 {
        font-size: 5.33vw;
    }
    .hotel-wrap .pick-up .limited .main-contents_inner {
        padding-top: 0;
    }
    .hotel-wrap .limited h2 {
        gap: 5px;
        margin-bottom: 0;
        font-size: 4.87vw;
    }
    .hotel-wrap .pick-up h6 {
        font-size: 3.59vw;
    }
    .limited p {
        text-align: left;
    }
    .limited .asterisk_num li {
        font-size: 3.2vw;
    }
    .column-section h5 {
        font-size: 4.1vw;
    }
    .column-section h5::before,
    .column-section h5::after {
        width: 18%;
    }
    .column-section h5::before {
        left: -33px;
    }
    .column-section h5::after {
        right: -33px;
    }
    .column-section .banner {
        width: 100%;
    }
    .column-section .banner + .banner {
        margin-top: 30px;
    }
    .btn-link.btn-gold a {
        width: 100%;
        font-size: 4.27vw;
    }
    .other-btn .txt {
        font-size: 6.4vw;
    }
    .aside {
        min-height: 572px;
        background-image: url(/-/media/tfc/ts3travel/file/llhc/img/special/spring/bg_img01_sp.png);
    }
    .aside h2 {
        font-size: 8.53vw;
        line-height: 1.5;
    }
    .aside p {
        font-size: 4.27vw;
        line-height: 2.0;
        text-align: left;
    }
    .tfct-contact_inner + .btn-reserve a {
        width: 100%;
        font-size: 4.27vw;
        text-align: center;
    }
    /*more btn*/
    .more__content {
        position: relative;
        height: auto;
        max-height: 520px;
        overflow: hidden;
        transition: max-height 1s;
    }
    .more__content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 7%;
        background: linear-gradient(to bottom, rgba(244, 241, 235, 0.00) -19.64%, #F4F1EB 23.01%);;
        transition: 1s;
        z-index: 4;
    }
    .more__content.open::after {
        opacity: 0;
        z-index: -1;
    }
    .more__btn {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 8px 40px;
        font-size: 4.8vw;
        font-family: "LexusRodinPro-DB" , Nobel-Regular , Meiryo , sans-serif;
        color: var(--full-dark-color);
        cursor: pointer;
    }
    .more__btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 16px / 2);
        right: 0;
        display: block;
        width: 16px;
        height: 16px;
        background: url(https://preview.tscubic-travel.com/-/media/tfc/ts3travel/file/llhc/common/img/ico_accordion_plus_b.svg) center / contain no-repeat;
    }
    .more__content.open + .more__btn::after {
        background: url(https://preview.tscubic-travel.com/-/media/tfc/ts3travel/file/llhc/common/img/ico_accordion_minus_b.svg) center / contain no-repeat;
    }
}