.text-primary {
    color: #00b0ec !important;
}

.text-primary-emphasis {
    color: #0073B4 !important;
}

.text-secondary-emphasis {
    color: #595757 !important;
}

.text-gray-89 {
    color: #898989 !important;
}

.text-gray-78 {
    color: #7B7B7B;
}

.text-gray-7f {
    color: #7F807F;
}

.text-dark {
    color: #252525 !important;
}

.text-orange-dd {
    color: #DD5C06;
}

.bg-primary {
    background-color: #00b0ec !important;
}

.bg-gray-78 {
    background-color: #7B7B7B;
}

.bg-gray-fc {
    background-color: #FCFBFB;
}

.bg-gray-f5 {
    background-color: #F5F5F5;
}

.bg-orange-ff {
    background-color: #FFEDE1;
}

.bg-purple-e9 {
    background-color: #E9E8FD;
}

.bg-pink-ff {
    background-color: #FFECEC;
}

.border-primary {
    border-color: #00b0ec !important;
}

.border-gray-78 {
    border-color: #7B7B7B;
}

.btn-primary {
    background-color: #00b0ec !important;
}

.bg-primary-subtle {
    background-color: #DFF6FF !important;
}

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

.colon::after {
    content: "：";
}

.vertical-line::after {
    content: "|";
}

.more-btn::after {
    content: "＞";
    padding-left: 0.25rem;
}

.start::before {
    content: "✻";
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.writing-vertical {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

#foreign-travel-detail .carousel-control-prev {
    left: -10px;
}

#foreign-travel-detail .carousel-control-next {
    right: -10px;
}

#foreign-travel-detail .carousel-indicators [data-bs-target] {
    background-color: #0073B4;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    box-sizing: inherit;
    background-clip: inherit;
}

#foreign-travel-detail .carousel-indicators .active {
    background-color: #00B0EC;
}

#foreign-travel-detail h6.writing-vertical {
    width: 20px;
    letter-spacing: 0.5rem;
    margin-bottom: -0.5rem;
}

iframe {
    width: 100%;
}

.trip-video a+iframe {
    height: 260px !important;
}

.trip-video>.row:last-of-type {
    margin-bottom: 0;
}

.diamond::before {
    content: "◆";
    font-size: 2.5rem;
    padding-right: 0.3rem;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0;
}

.mark-tag {
    bottom: -20px;
    right: 20px;
}

.card#page-banner-image img{width:100%}

#registration-modal div#close-registraion-modal-btn {
    background-color: #F1F2F2;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

#registration-modal div#close-registraion-modal-btn span {
    color: #B1B1B1;
    font-size: 17px;
    text-align: center;
    display: block;
}

#registration-modal ol {
    padding-left: 20px;
}

#registration-modal ol li {
    font-size: 15px;
    margin-bottom: 10px;
}

#registration-modal .modal-footer {
    border-top: 0;
}

.bicycle-level-preview-img {
    width: 75px;
}

@media screen and (max-width: 768px) {
    #registration-modal .modal-dialog {
        max-width: 90%;
    }
}
