

.main-visual {
    position: relative;
    min-height: 544px;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
.main-visual {
    background: url(/web-index/index/images/main-bg-img.png) no-repeat center center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
/* .fit-contents {
    width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
} */
.main-visual .fit-contents {
    padding: 50px 20px;
    max-width: 1200px;
}



.main-visual .select-itinerary-wrapper {
    position: relative;
    margin-top: 0;
    padding-bottom: 150px;
    z-index: 1;
}
#tabSelectItinerary {
    display: flex;
    position: relative;
    z-index: 10;
}
#tabSelectItinerary li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    max-width: 34%;
}
#tabSelectItinerary li button, #tabSelectItinerary li a, #tabSelectItinerary li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: 0.2s all 0sease-in-out;
}
#tabSelectItinerary li button.-active, #tabSelectItinerary li button.on, #tabSelectItinerary li a.-active, #tabSelectItinerary li a.on, #tabSelectItinerary li span.-active, #tabSelectItinerary li span.on {
    color: #ffffff;
    font-weight: 700;
    background: #DD88CF;
    border: none;
}
.select-itinerary-wrapper .tab-content-select-itinerary {
    position: relative;
    display: none;
    padding: 30px 77px;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}
.select-itinerary-wrapper .tab-content-select-itinerary.-active {
    display: block;
}
.tab-typeC {
    display: flex;
    gap: 8px;
    margin-bottom: 26px;
}
.tab-typeC li button, .tab-typeC li a {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 40px;
    border: 1px solid #d4d4d4;
}
.tab-typeC li button.-active, .tab-typeC li a.-active {
    font-weight: 700;
    border: 1px solid #DD88CF;
}


















































/* modal-default */
[__modal-default] .bottom-sheet {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: rgba(0, 0, 0, .5);
}
@media (min-width:1060px) {
    [__modal-default] .bottom-sheet.-main-active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:1060px) {
    [__modal-default] .bottom-sheet.-main-active {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}
[__modal-default] .bottom-sheet__contents {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    max-width: 400px;
    position: relative;
    z-index: 1;
    padding: 50px 0px 50px;
    outline: 0;
    background-color: #ffffff;
    box-shadow: 0 0 1rem #000000;
    border-radius: 20px;
    will-change: transform;
    /* transform: translateY(100%); */
    animation: cubic-bezier(.05,.7,.1,1).8s active-ani forwards;
    will-change: transform;
}
@media (max-width:1060px) {
    [__modal-default] .bottom-sheet__contents {
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0px 0px;
    }
}
[__modal-default] .bottom-sheet__contents .advtitle {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #555555;
}
[__modal-default] .bottom-sheet__contents img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}
[__modal-default] .bottom-sheet__box {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    /* padding-bottom: 4.8rem; */
}
[__modal-default] .bottom-sheet__text {
    color: rgb(var(--color-color00));
    font-size: 13px;
    text-align: center;
}
[__modal-default] .bottom-sheet__text + .bottom-sheet__text {
    margin-top: 10px;
}
[__modal-default] .bottom-sheet__text.-point {
    font-size: 15px;
    font-weight: 700;
}
[__modal-default] .bottom-sheet__buttons {
    margin-top: 20px;
    text-align: center;
}
[__modal-default] .bottom-sheet__confirm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid #2c2f82;
    background-color: #2c2f82;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
[__modal-default] .bottom-sheet__link {
    display: inline-block;
    text-align: center;
    background: none;
    border: 0;
    text-decoration: underline;
    margin-top: 20px;
    color: #555;
    font-size: 13px;
    cursor: pointer;
}
[__modal-default] .bottom-sheet__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    background: url(/web-index/img/icon/bottom-sheet__close.svg) no-repeat 50% 50%;
    background-size: 24px auto;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}
/* // modal-default */

































































