/* Addition css for cruising new */
body {
    font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

.page-cruising-single__course-list-content-item-new .page-cruising-single__course-list-content-item-detail-deep span {
    font-weight: 600;
}

.price-detail table {
    margin-top: 0;
    width: 100%;
    margin-bottom: 16px
}

.price-detail thead {
    background-color: #f8f9f9;
    font-weight: bold;
}
.price-detail tr {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ececec;
}
.price-detail td {
    height: 30px;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #081325;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center; /* Horizontal alignment */
    vertical-align: middle; /* Vertical alignment */
}

.price-detail-text{
    margin: 18px 0 20px!important;
    b{
        font-size: 14px;
        span{
            font-size: 16px;
        }
    }
}

.videos-container {
    display: flex;
    justify-content: start;
    overflow-x: auto;
}
.div-slot {
    width: 100%;
    overflow-x: auto;
}

.slot-table {
    font-weight: 400;
    border-radius: 1px #ECECEC;
    margin-bottom: 6px;
}

.slot-table thead {
    background: #F8F9F9;
    font-size: 10px;
    font-weight: 600;
}

.slot-table td {
    height: 65px;
    padding: 5px;
    border: 1px solid #ECECEC;
    text-align: center; /* Horizontal alignment */
    vertical-align: middle; /* Vertical alignment */
}

.line2 {
    background: #FFF;
    font-size: 20px;
}
.avail-slot {
    color: #C43527;
    cursor: pointer;
}
.unavail-slot {
    color: #CCCCCC;
    cursor: pointer;
}

.font-bold {
    font-weight: bold;
}

.video {
    margin-bottom: 5px;
}

/* Styles for PC (desktop) devices */
@media only screen and (min-width: 768px) {
    .video {
        padding: 10px;
        width: 33.3%;
        margin-bottom: 6px;
    }
    .video iframe {
        border-radius: 5px;
        width: 100%;
    }

    .banner-fixheight {
        height:395px!important;
    }
    .hideOnPc {
        display: none!important;
    }
}

@media only screen and (max-width: 767px) { 
    .video {
        padding: 2px;
        width: 300px;
        margin-left: 5px
    }
    .video iframe {
        border-radius: 10px;
    }

    .price-detail table {
        margin-bottom: 0px
    }

    .page-cruising-single__course-list-content-item-txt {
        background: #F4F4F4;
        padding: 20px;
    }
    .banner-fixheight {
        height:234px!important;
    }
    .price-detail-title{
        display: none;
    }
    .hideOnMobile {
        display: none!important;
    }
    .price-detail {
        padding: 0px;
    }
    .calendar-box-times{
        padding: 3px;
    }
    
    .modal-reserve .calendar-box-options-btn .cva_button {
        padding: 0px;
        margin: 15px 0px;
    }

    .line {
        width: 91%;
        height: 2px;
        border-top: 1px #bbb9b9 solid;
        margin: 10px 0;
    }
    .page-cruising__item-img {
        height: 268px!important;
    }
}

.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.text-bold {
    font-weight: bold;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.fz-14 {
    font-size: 14px;
}

.swiper-title {
    position: absolute;
    color: #FFF;
    z-index: 10;
    
    font-weight: bold;
}

/* Styles for PC (desktop) devices */
@media only screen and (min-width: 768px) {
    .swiper-title {
        width: 100%;
        /* left: 16%; */
        bottom: 13%;
        height: auto;
        font-size: 32px;
        h1{
            width: 950px;
            height: auto;
            margin: 0 auto;
            line-height: 1.2;
        }
    }

}



/* For mobile */
@media only screen and (max-width: 767px) { 
    .swiper-title {
        /* left: 3%; */
        bottom: 22%;
        font-size: 20px;
        h1{
            width: 100%;
            padding: 0 17px;
            height: auto;
            margin: 0 auto;
            line-height: 1.2;
        }
    }

    .floating-button {
        position: fixed;
        bottom: 25px;
        width: 91%!important;
        z-index:100;
    }
    .mb-d-none {
        display: none;
    }
}

@media only screen and (max-width: 390px) {
    .swiper-title {
        /* left: 3%; */
        bottom: 15%;
        font-size: 20px;
        h1{
            width: 100%;
            padding: 0 17px;
            height: auto;
            margin: 0 auto;
            line-height: 1.2;
        }
    }
}

.color-primary {
    color: #c43527!important;
}

#map {
    width: 100%;
    height: 400px;
}

* {
    scrollbar-width: thin; /* "auto" or "thin" */
}

.bg-gray {
    background: #F4F4F4;
}
.pd-2{
    padding: 2px;
}
/* Css for btn that has image, text and icon */
.custom-button {
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 8px 16px;
    background-color: #FFF;
    border: #ECECEC 1px solid;
    border-radius: 5px;
    cursor: pointer;
}

.button-text {
    flex-grow: 1;
    text-align: center;
}

.icon-right {
    margin-left: 8px;
}

.imgInBtn {
    margin-right:10px;
    width: 22px;
    height: 22px;
}

.cl-moon {
    color: #707070;    
}
.cl-sun {
    color: #ED760F;    
}

.d-none {
    display: none;
}

/* Additional class for booking calendar */
.modal-reserve .calendar-box {
    --cols: 1;
    --gap: 10px;
    display: flex;
    flex-flow: column wrap;
    padding: 20px 10px;
    gap: var(--gap);
}

.modal-reserve .calendar-box-days,
.modal-reserve .calendar-box-times {
    flex: 0 0;
    flex-basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
    background-color: #fff;
    margin: 0;
}

.modal-reserve .calendar-box  .line.only-phone{
    width: 100%;
}

.modal-reserve .calendar-box-times {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.modal-reserve .calendar-box .calendar-box-days .date-picker {
    height: auto;
}

.modal-reserve .calendar-box .calendar-box-days .date-picker .dates {
    position: static;
}

.calendar-header {
    background: black;
    color: white!important;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.date-times-square {
    border: 1px solid #c7c7c7;
}

.day {
    border: 1px solid #c7c7c7;
    margin-left:2px;
    margin-top: 10px;
}

.calendar-box-txt {
    background: none!important;
    font-weight: bold;
}
.days {
    padding: 3px;
    border: 1px solid #c7c7c7;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: auto !important;
}
.month, .day-name {
    margin: 0 10px;
}
.white {
    color: white!important;
}

.modal-reserve .calendar-box-options-btn {
    padding: 0;
}
.options-btn .cva_button {
    max-width: 100%;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .modal-reserve .calendar-box {
        --cols: 2;
        --gap: 30px;
        flex-flow: row;
        padding: 40px;
    }

    .modal-reserve .calendar-box  .line.only-phone{
        display: none;
    }
    .private-jet__features-point__item-text {
        justify-content: center;
    }
}

.input_box-flow .form-btn {
    width: auto !important;
    padding: 0 5px;
}

.text-center {
    text-align: center;
}

.bg-white {
    background: white !important;
}

.w100_per {
    width: 100%!important;
}
.font-zenold {
    font-family: "Zen Old Mincho", serif!important;
}
a.wp-block-button__link {
    text-decoration: none;
}
.textShadow {
    text-shadow: 0px 1px #000000;
}

.flight-status-title {
    text-wrap: nowrap;
}

.private-jet__price-info__table-device li span:nth-child(1) {
    width: 100px!important;
}