.contact{
    font-size: 24px;
    font-weight: bold;
    color: #bf4940!important;
}

.product-detail .text-h1{
    font-size: 2rem !important;
    color: red !important;
}
.product-detail .text-h3{
    font-size: 1.5rem !important;
    color: red;
}
.product-detail .text-h4{
    font-size: 1.9rem !important;
    color: blue !important;
}
.product-detail .text-h5{
    font-size: 1.9rem !important;
    color: blue !important;
}
.product-detail .text-red{color: red;}
.product-detail .text-blue{color: blue;}
.product-detail .text-green{color: rgb(0, 138, 0);}
.product-detail .text-pink{color: deeppink;}
.product-detail .text-purple{color: purple;}
.product-detail .bg-color-yellow{background-color: yellow}
.product-detail .bg-color-11{background-color: #4472c4}
.product-detail .bg-color-12{background-color: #f7caab}
.product-detail .bg-color-13{background-color: #ff339a}
.product-detail .bg-color-14{background-color: #a7d08c}


.product-detail .bg-text-color{
    border: #6fae45 solid 1px;
    background-color: #c4dfb2;
    color: black;
    padding: 10px;
}

.product-detail .table td{
    font-size: 1rem !important;
}
.fsize-0-5rem{font-size: 0.5rem !important;}
.fsize-0-6rem{font-size: 0.6rem !important;}
.fsize-0-7rem{font-size: 0.7rem !important;}
.fsize-0-8rem{font-size: 0.8rem !important;}
.fsize-0-9rem{font-size: 0.9rem !important;}
.fsize-1rem{font-size: 1rem !important;}
.fsize-1-2rem{font-size: 1.2rem !important;}
.fsize-1-3rem{font-size: 1.3rem !important;}
.fsize-1-4rem{font-size: 1.4rem !important;}
.fsize-1-5rem{font-size: 1.5rem !important;}

.fsize-2rem{font-size: 2rem !important;}
.fsize-2-5rem{font-size: 2.5rem !important;}
.fsize-3rem{font-size: 3rem !important;}

.color-purple{color: rgb(112, 48, 160) !important;}
/*Star*/
.star-box {
    display: inline-block;
    position: relative;
}
.star-box .star-gray {
    position: relative;
    z-index: 0;
}
.star-box .star-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}
.star-box i {
    font-size: 12px;
    color: #ffa628;
}
.star-box .star-color i {
    color: #ffa628;
}
/*List Photos*/
.list-img {
    padding: 0 20px;
    margin-top: 15px;
}
.list-img .row {
    margin: 0 -2px;
    height: 100%;
}
.list-img .row [class*="col-"]:nth-child(1), .list-img .row [class*="col-"]:nth-child(2) {
    margin-bottom: 4px;
}
.list-img .row [class*="col-"] {
    padding: 0 2px;
}
.list-img a {
    display: block;
    height: 100%;
}
.position-relative {
    position: relative !important;
}
.list-img .large-img {
    width: 100%;
    aspect-ratio: 1.75;
    object-fit: cover;
}
.list-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.list-img .title-image {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 35px 20px 10px;
    padding-bottom: 10px;
    color: #fff;
}
.list-img .title-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(106,106,106,0) 0%,#3c3c3c 100%);
    mix-blend-mode: multiply;
    opacity: .7;
    border-radius: 5px;
}
.list-img .title-image span {
    position: relative;
    line-height: 18px;
    -webkit-line-clamp: 3;
}
.list-img .hidden-img {
    display: none;
}
.list-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-img .overlay span {
    font-weight: 700;
    font-size: 1.25rem;
}
.list-img .overlay img {
    width: 20px;
    height: 15px;
    border-radius: 0;
    object-fit: contain;
    margin-left: 5px;
}
/*box content*/
.box-border {
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8e9e7;
}
.title-description {
    text-align: center;
    color: #2d4271;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.title-description h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
}
.line-title {
    position: relative;
}
.line-title::before {
    left: 50%;
    transform: translate(-120%,-50%);
}
.line-title::before, .line-title::after {
    content: "";
    position: absolute;
    top: 56%;
    width: 100px;
    height: 1px;
    background: #ccc;
}
.line-title img {
    width: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.line-title::after {
    right: 50%;
    transform: translate(120%,-50%);
}
.line-title::before, .line-title::after {
    content: "";
    position: absolute;
    top: 56%;
    width: 100px;
    height: 1px;
    background: #ccc;
}
/*Lịch trình*/
.listDay {
    padding-left: 30px;
    position: relative;
}
.listDay::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    bottom: 0;
    border-left: dotted 3px #008fea;
}
.listDay .day {
    margin-bottom: 15px;
}
.listDay .day .titDay {
    font-weight: 700;
    position: relative;
    background-color: #00b882;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.listDay .day .titDay::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: solid 1px #00b882;
    background-color: #fff;
    top: 5px;
    left: -29px;
}
.listDay .day .titDay .titDayText {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}
.listDay .day .titDay::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #00b882;
    top: 11px;
    left: -23px;
}
.listDay .day .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
    margin-left: 15px;
    margin-top: 2px;
}
.listDay .day .contDay {
    display: none;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 15px;
    padding: 5px 10px;
}
.desc ul {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
}
/*Sidebar*/
.box-border .product-name {
    font-size: 1.125rem;
    color: #365899;
    line-height: 24px;
    font-weight: 700;
}
.box-border .origi-price {
    color: #2d4271;
    font-size: .875rem;
    margin-top: 5px;
}
.origi-price {
    text-decoration: line-through;
    color: #666;
}
.box-border .sale-price {
    color: #2d4271;
    font-size: .875rem;
    font-weight: 400;
}
.box-border .sale-price span {
    font-weight: 900;
    color: #ff5b00;
    font-size: 1.5rem;
}
.box-border .saleoff-badge {
    top: 0;
    background: #ed1c24;
    border-radius: 6px;
    padding: 5px 15px;
}
.saleoff-badge {
    position: absolute;
    right: 20px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 3px 15px;
    font-size: 14px;
}
.box-border .saleoff-badge::before {
    border-radius: 6px;
}
.saleoff-badge::before {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    content: "";
    border: 1px dashed #fff;
}
.box-border .saleoff-badge strong {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 700;
}
.sub-info-tour {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.sub-info-tour li {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px #eee solid;
}
.box-border .sub-info-tour li {
    color: #2d4271;
}
.box-border .sub-info-tour li i {
    color: #2d4271;
}
.product-detail .sub-info-tour span {
    font-weight: 700;
}
.box-border .action-book {
    border-radius: .25rem;
}
.action-book {
    background: #ddd;
}
.action-book a {
    font-size: 24px;
}
.btn-orange, .bg-orange {
    background: #ff5b00;
    border-radius: 8px;
    border: 0;
    color: #fff;
    border-radius: .25rem;
}
.action-book a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.hotline-product {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.hotline-product .icon {
    width: 60px;
    float: left;
}
.hotline-product .icon i {
    color: #ff5b00;
    font-size: 50px;
}
.cattour-icon-phone::before {
    content: "\f095";
}
.hotline-product .text {
    display: block;
    margin-top: -6px;
    color: #2d4271;
}
.hotline-product .text a {
    display: block;
    color: #ff5b00;
    font-size: 24px;
    font-weight: 700;
    margin-top: -7px;
}

#accordion .card .card-header .btn-link {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d4271;
}

#accordion .card .card-header .btn-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#accordion .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}
.list-ul-schedule-hot{
    padding-left: 20px;
}
.list-ul-schedule-hot li{
    list-style: none;
}

.panel {
    display: block;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.breadcrumb{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    margin-bottom: 0 !important;
}
.product-detail .text-h4 {
    font-size: 2.5rem !important;
    color: blue !important;
}
.product-detail .text-h5 {
    font-size: 2rem !important;
    color: blue !important;
}
.sticky-top{
    top: 65px;
}
/*=================*/
.touritem {
    background-color: #e6e6e6 !important;
}
.touritem:hover {
    background-color: rgba(13, 110, 253, 0.25) !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.tv-c-text {
    color: #3b4c5d;
    display: flex;
    align-items: center;
}
.tv-c-lightblue {
    color: #00B9F2;
}
.float-end {
    float: right !important;
}
.btn-chitiet {
    background-color: #00B9F2;
    border-color: #00B9F2;
    color: white;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ">>";
    height: 35px;
    min-width: 77px !important;
    width: auto;
}
.pe-3 {
    padding-right: 1rem !important;
}
.custom-border-left {
    border-left: solid 1px rgba(128, 128, 128, 0.3);
}
.end-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}

.icon_tour_type{
    background: url(../images/icon/tour_type.png) no-repeat center bottom;
    width: 80px; height: 95px; text-align: center; padding-top: 25px;
    color: white;
}

.calendar-day-head{
    border: rgba(136, 136, 136, 0.47) solid 1px !important;
    background-color: #04b5c0; font-weight: bold; color: white;
}
.calendar-day-np, .calendar-day{
    border: rgba(136, 136, 136, 0.47) solid 1px !important;

}
.calendar-day{
    position: relative;
    width: calc(100% / 7);
    height: 140px;
}
.Calendar-price__table-date {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__table-cell:first-child .Calendar-price__table-date,
.Calendar-price__table-cell--holiday .Calendar-price__table-date {
    color: #db2100; /* 日曜・祝日 */
}

.Calendar-price__table-cell:last-child .Calendar-price__table-date {
    color: #0073c0; /* 土曜 */
}
/* end_日付 */

.Calendar-price__table-seats {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__table-seats-label {
    margin-right: 3px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
}

/* start_タグ */
.Calendar-price__table-tag-wrap {
    display: flex;
    justify-content: flex-end;
}

.Calendar-price__table-tag {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    padding: 3px;
}

.Calendar-price__table-tag:not(:last-child) {
    margin-right: 5px;
}

.Calendar-price__table-tag--souki {
    background-color: white;
    border: 1px solid #0073c0;
    color: #0073c0;
}

.Calendar-price__table-tag--saiko {
    color: white;
    background-color: #0073c0;
}

.Calendar-price__table-tag--cancel {
    color: white;
    background-color: #767676;
}

.Calendar-price__table-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.3s;
}
.Calendar-price__table-price-wrap {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
}

.Calendar-price__table-price {
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: right;
}

.Calendar-price__table-price-unit {
    font-size: 0.8rem;
}

.Calendar-price__table-price-child {
    font-size: 0.8rem;
    font-weight: 400;
}
/* end_料金 */

/* start_ボタン設定 */
.Calendar-price__table-btn {
    position: relative;
    width: 100%;
    padding: 5px 10px 5px 0;
    color: #333;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #c9c9c9;
}

.Calendar-price__table-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-price__table-btn--reserve {
    padding: 5px 0;
    color: #db2100;
    border-color: #db2100;
    background-color: #fff4f2;
}

.Calendar-price__table-btn--reserve::after {
    border-color: #db2100;
}

.Calendar-price__table-btn--select {
    padding: 5px 0;
    color: #0073c0;
    border-color: #99d9f6;
}


.day-number{font-size: 16px !important; color: black;}
.day-price{ font-size: 14px !important; color: red !important; font-weight: bold;}

.calendar-saturday .day-number,
.calendar-saturday .Calendar-price__table-date{color: #1ea21e !important;}
.calendar-sunday .day-number,
.calendar-sunday .Calendar-price__table-date{color: #ff6000 !important;}

/*Tour List*/
.tour-list{
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #ffead9 100%);
    background: -webkit-linear-gradient(top, #fff 0, #ffead9 100%);
    background: linear-gradient(to bottom, #fff 0, #ffead9 100%);
}

.position-relative{
    position: relative !important;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}
.card-title.tourlenght {
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix_icon{
    position: fixed;
    bottom: 0rem;
    right: 0;
    width: 100%;
}
.fix_icon_tel{
    position: fixed;
    bottom: 5rem;
    right: 0;
}
.fix_icon_line{
    position: fixed;
    bottom: 8.5rem;
    right: 0;
}
.fix_icon_mail{
    position: fixed;
    bottom: 12rem;
    right: 0;
}
.fix_icon_form{
    position: fixed;
    bottom: 16rem;
    right: 0;
}
.text-price {
    color: #ff2818;
}
/*Tabs*/
#myTabContent{ border: .0625rem solid #dbdbdb !important; padding: 5px; }
#myTab .nav-item{border-bottom: 2px solid rgb(232, 232, 232); margin-right: 5px !important;margin-left: 5px !important}
#myTab .nav-link{
    background: rgb(232, 232, 232);
    border-left: 2px solid rgb(232, 232, 232);
    border-top: 2px solid rgb(232, 232, 232);
    border-right: 2px solid rgb(232, 232, 232);
    border-bottom: 2px solid rgb(9, 29, 62);
    cursor: pointer;
    padding: 7px;
}
#myTab .nav-link.active{
    background: rgb(255, 255, 255) !important;
    border-left: 2px solid rgb(9, 29, 62) !important;
    border-top: 2px solid rgb(9, 29, 62) !important;
    border-right: 2px solid rgb(9, 29, 62) !important;
    border-bottom: none !important;
    margin-bottom: -2px !important;
    cursor: default;
}
/*End Tab*/
.color-red{ color: red !important}

/*Price box bottom*/
.follow-box.fixed {
    z-index: 9999;
    opacity: 1;
}
.follow-box{
    padding: 0.75em 3.125%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.follow-box-desktop{
    width: 20em;
    border-top: 1px solid #377DFF;
    border-left: 1px solid #377DFF;
    border-bottom: 1px solid #377DFF;
}
.follow-box-mobile{
    width: 100%;
    border-top: 1px solid #377DFF;
}
.follow-box .follow-title{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-weight: 700;
    color: #377DFF;
    text-align: center;
}
.follow-box .follow-price{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #377DFF;
    text-align: center;
}

.follow-box .follow-link-a a{
    display: block;
    line-height: 1.35;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #00b900;
    text-align: center;
    padding: 0.6rem;
    font-weight: 700;
    color: #fff;
}

.follow-box .follow-link-b a{
    display: block;
    line-height: 1.35;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #1d3fce;
    text-align: center;
    padding: 0.6rem;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.follow-box .close {
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    background: #21325B;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1.5em;
    cursor: pointer;
}
/*Collapse*/
#accordion .card .card-header .btn-link {
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #2d4271;
}

#accordion .card .card-header .btn-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#accordion .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}
/*Card*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    display: contents;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.Calendar-price__table-link:hover{
    box-shadow: 0px 0px 0px 2px #0073c0 inset;
}
