<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#meihoski_bustour {
    overflow: hidden;
    background: #14a69a;
}

section.main-visual {
    position: relative;
    width: 100%;
}

.main-visual img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.main-visual h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 2.0em;
    text-shadow: 1px 2px 3px #808080;
    line-height: 1.2;
    text-align: center;
}

.main-visual h1 span {
    text-shadow: none;
    font-size: 0.7em;
    background: #14a69a;
    padding: 5px 10px 2px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

ul.item {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

ul.item li {
    position: relative;
}

ul.item li:before,
ul.item li:after {
    position: absolute;
    display: block;
    width: 3px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: '';
    transform: translate(-50%, -50%);
    background-color: #14a69a;
    top: 45%;
    left: -20px;
}

ul.item li:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

ul.item li:first-child:before,
ul.item li:first-child:after {
    display: none;
}

ul.item li dl {
    width: 70px;
    height: 70px;
    background-color: #14a69a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}

ul.item li dl svg {
    height: 1.5em;
    margin-top: 15px;
}

.conwarp {
    background: #ffffff;
    max-width: 1120px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
}

section.info {
    display: grid;
    flex-wrap: wrap;
}

.gmap {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    order: 2;
}

.txtarea {
    width: 100%;
    order: 1;
}

ul.schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    border: 1px solid #14a69a;
    width: fit-content;
    padding: 20px 40px 15px;
}

ul.schedule li {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

ul.schedule li:after {
    content: "▼";
    color: #14a69a;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translatex(-50%);
}

ul.schedule li:last-child:after {
    content: none;
}

p.pickup {
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 2px 2px #d3ebec;
    color: transparent;
    -webkit-text-stroke: 1.2px #14a69a;
}

p.bggr {
    background: #d3ebec;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.reservation {
    margin-top: 30px;
}

.reservation .bnr {
    width: 100%;
    margin: auto;
    position: relative;
}

.reservation .bnr img {
    width: 100%;
}

.reservation .bnr .comingsoon {
    position: absolute;
    top: 17px;
    left: 30px;
    color: #ffffff;
    background-color: rgba(231, 69, 144, 0.8);
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px 20px 5px;
    transform: skewX(-0.06turn);
}

.reservation .bnr .open {
    position: absolute;
    top: 50px;
    left: 70px;
    color: #ffffff;
    background-color: rgba(1, 168, 160, 0.8);
    font-size: 2.0em;
    font-weight: 600;
    padding: 10px 20px 5px;
    transform: skewX(-0.06turn);
}

#en .main-visual h1 {
    width: 80%;
}

#en ul.item li dl svg {
    margin-top: 5px;
}

#en .reservation .bnr .open {
    font-size: 1.4em;
    width: 60%;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 10px;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

section.reservation h2 {
    font-size: 2.0em;
    background: rgba(231, 69, 144, 1);
    padding: 5px 10px 2px;
    margin-bottom: 20px;
    color: #ffffff;
}

.reservation .bnr img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}

.reservation .tw .bnr .open {
    font-size: 1.5em;
    text-align: center;
}

.real-comingsoon::after {
    content: 'Coming soon';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00000070;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

@media screen and (max-width: 375px) {
    .reservation .bnr .comingsoon {
        position: absolute;
        top: 10px;
        left: 30px;
        color: #ffffff;
        background-color: rgba(231, 69, 144, 0.8);
        font-size: 1.5em;
        font-weight: 600;
        padding: 10px 20px 5px;
        transform: skewX(-0.06turn);
    }

    .reservation .bnr .open {
        position: absolute;
        top: 44px;
        left: 70px;
        color: #ffffff;
        background-color: rgba(1, 168, 160, 0.8);
        font-size: 1.6em;
        font-weight: 600;
        padding: 10px 20px 5px;
        transform: skewX(-0.06turn);
    }

    .reservation .tw .bnr .open {
        width: 50%;
        line-height: 1;
    }
}</pre></body></html>