/*=================*/
.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: 100px;
}
.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;
}

.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;}

/*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;
}
/*End Star*/

#myTabContent{
    background-color: white;
}

/*Book*/
.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: 40em;
    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;
}
/*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 #00b882;
}
.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 span {
    color: #fff;
    font-size: 18px;
}
.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;
}
.bg-form{background-color: #d5ddcf;}

.title-kix{
    display: table;
    background-color: #7f7f7f;
    padding: .7rem .7rem;
    font-size: 1.5rem;
    color: white;
}
.title-kix2{
    background-color: #c2f1c7;
    border: 2px solid #000;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.title-kix2 span{
    font-weight: bold;
    font-size: 1.7rem;
    padding-top: 1rem;
}

.btn-kix{
    background-color: #f6c7ad;
    border: 2px solid #000;
    font-size: 2rem;
    padding: 0.5rem 1rem;
}
.text-kix{
    font-size: 2rem;
    padding: 0.5rem 1rem;
}
/*Calendar*/
.section-calendar .title-calendar{
    font-size: 2.2rem; text-align: center; font-weight: 600;
}
.section-calendar .content-calendar{
    display: table !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.section-calendar .content-calendar a{ display: table-row; }

.section-calendar .content-calendar .st2-calendar__date{
    white-space: nowrap;
    width: 60px;
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
    padding: .5rem;
    line-height: 1.2;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.section-calendar .content-calendar .st2-calendar__price {
    display: table-cell;
    vertical-align: middle;
    padding: .5rem;
    line-height: 1.2;
    text-align: center;
}
.section-calendar .content-calendar .st2-calendar__price .price-calendar{
    font-size: 1rem;
    margin: 0 .3rem;
    font-style: normal;
    color: #c00;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-all;
}
.section-calendar .content-calendar .st2-calendar__link{
    width: 140px;
    display: table-cell;
    vertical-align: middle;
    padding: .5rem;
    line-height: 1.2;
    text-align: center;
}
.section-calendar .content-calendar .st2-calendar__link .st2-calendar__btn{
    font-size: 1.1rem;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #639a11;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
    padding: .7rem 1.5rem .7rem 1rem;
}
