@charset "utf-8";
/* CSS Document */



.header-in-tour {
    flex-wrap: wrap;
}

.header-in-tour-left, .header-in-tour-right {
    flex-basis: 100%;
    row-gap: 2vw;
}

.header-in-tour-left .path {
    justify-content: center;
}

.header-in-tour-left h1 {
    text-align: center;
}

.tour-specs {
    width: fit-content;
    margin: 2vw auto;
}

.header-in-tour-right {
    max-width: 800px;
    margin: 0 auto;
}

.input50 {
    flex-basis: 100%;
}

a.form-btn {
    flex-basis: 50%;
}

.remove-under-1366 {
    display: none;
}

.header-in-tour-right .header-carousel .orange-dot {
    width: 8vw;
    height: 8vw;
    right: 28%;
    top: 42%;
}

.form-box-left.width70 {
    flex-basis: 100%;
    width: 100%;
}

.width30 {
    flex-basis: 100%;
    width: 100%;
}

.input30 {
    flex-basis: 100%;
}
