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

/* CSS Document */
article {
    overflow: hidden;
}

.mainimg {
    width: 100%;
    position: relative;
}

.mainimg h2 {
    position: absolute;
    top: calc(50% - 167px);
    left: calc(50% - 375px);
}

.mainimg p {
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 25vw;
}

.container {
    margin: auto;
}

.pnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pnavi li {
    width: calc(100%/5 - 10px);
    margin: 20px auto;
}

.pnavi a {
    display: block;
    background-color: #6BABE3;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    position: relative;
}

.pnavi li a::after {
    position: absolute;
    content: '';
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    right: 15px;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

.pnavi a:hover {
    opacity: 0.8;
}

.fullwrap {
    width: 100%;
    padding: 30px 0 100px;
    background-image: radial-gradient(rgb(255, 255, 255) 16%, transparent 16%), radial-gradient(rgb(255, 255, 255) 16%, transparent 16%);
    background-position: 0px 0px, 4px 4px;
    background-size: 8px 8px;
    background-color: #EBF5FE;
}

/*ブラックアウト用*/
.fullwrap {
    position: relative;
}

/*.fullwrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.fullwrap::after {
    content: '2024年はネモフィラクルーズの運行はございません';
    text-align: center;
    color: red;
    font-size: 2rem;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}*/

/*ブラックアウトここまで*/

.fullwrap .box {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.fullwrap h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #26559A;
    margin: 20px auto;
}

.fullwrap h4 {
    background: linear-gradient(transparent 55%, #fffecc 45%);
    color: #0076c9;
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 1.3em;
    text-align: center;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #26559A;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    display: table;
}

.table th {
    background-color: #eaf5ff;
    border: 1px solid #87baf8;
    padding: 15px 20px;
    text-align: center;
    width: 25%;
    font-weight: 200;
    line-height: 1.2;
}

.table td {
    border: 1px solid #87baf8;
    padding: 15px 20px;
    text-align: center;
    width: 25%;
    font-weight: 200;
}

.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col2-1 {
    width: calc(50% - 10px);
}

.gmap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map .table {
    margin: 15px auto;
}

#map .table th {
    width: 20%;
}

#map .table td {
    width: 80%;
}

#plan .plan {
    margin: 15px auto;
    border: solid #70AAE0 2px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#plan .plantit {
    padding: 8px 5px;
    background-color: #70AAE0;
    color: #FFF;
    margin: 0 auto;
    width: 100%;
}

#plan .plantit a {
    font-size: 16px;
    color: #FFF;
}

#plan .ph_left {
    width: 30%;
    padding: 10px;
    float: left;
}

#plan .ph_left img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#plan .right_cate {
    width: calc(70% - 10px);
    padding: 10px;
}

#plan .tourPoint {
    background: url(../../img/category/2009churaumi/iconPoint.png) no-repeat left;
    background-size: 40px auto;
    padding: 8px 0px 8px 45px;
    font-weight: bold;
    margin-bottom: 8px;
}

#plan ul.tourIcon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#plan .tourIcon li {
    background: #2C5497;
}

#plan .plan .price {
    font-size: 200%;
    font-weight: 700;
}

#plan .plan .price span {
    color: #c00;
}

#plan .tourIcon li {
    margin-right: 8px;
    padding: 8px;
    line-height: 1.2em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #2C5497;
    color: #fff;
    margin-bottom: 5px;
}

#plan ul.setprice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn a {
    display: block;
    background: #FF9001;
    color: #FFF;
    text-align: center;
    border-radius: 50px;
    padding: 15px 50px;
    width: 100%;
    margin: 30px auto;
    position: relative;
}

.btn .detail {
    margin: 0 auto;
    padding: 5px 20px 5px;
}

.btn a::after,
.btn a::after {
    position: absolute;
    content: '';
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

h3.plantit {
    font-size: 1.3em;
    line-height: 1;
}

@media screen and (max-width: 810px) {
    .mainimg h2 {
        position: absolute;
        top: calc(50% - 100px);
        left: calc(50% - 30vw);
        width: 60vw;
    }

}

@media only screen and (max-width: 767px) {
    .col2-1 {
        width: 100%;
    }

    #plan .ph_left {
        width: 100%;
    }

    #plan .right_cate {
        width: 100%;
    }

    .pnavi li {
        width: calc(100%/2 - 10px);
        margin: 2px auto;
    }

    .pnavi ul {
        margin: 20px auto 10px;
    }

    .table td {
        padding: 5px;
    }

    .mainimg p {
        max-width: 60vw;
    }

    .mainimg h2 {
        position: absolute;
        top: calc(50% - 100px);
        left: auto;
        padding: 5px;
        width: 100%;
    }

    p.readtxt {
        padding: 0 10px;
    }

    #map .table th {
        width: 100%;
        display: block;
    }

    #map .table td {
        width: 100%;
        display: block;
    }
}

.meetingRoute {
    margin-bottom: 50px;
}

.meetingRoute ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.meetingRoute li {
    width: calc(100%/3 - 30px);
    position: relative;
    margin-bottom: 10px;
}

.meetingRoute li:after {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 102%;
    vertical-align: middle;
    content: "\f061";
    font-family: FontAwesome;
    color: #999;
    font-size: 35px;
    line-height: 1;
}

.meetingRoute li span.routeNum {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2em;
    font-weight: bold;
    font-family: arial black;
    opacity: 0.8;
    color: #fff;
    background-color: #26559A;
    width: 40px;
    text-align: center;
}

.meetingRoute li:nth-child(3n):after,
.meetingRoute li:last-child:after {
    content: "";
}

td.text-start {
    text-align: start;
}

h5 {
    font-size: 1.1rem;
    background: linear-gradient(transparent 65%, #d6ebff 35%);
    color: #21589f;
    margin-bottom: 15px;
    padding: 0 5px;
    font-weight: bold;
}

.comingsoon {
    background-image: radial-gradient(circle, #eee, #ddd 80%);
    position: relative;
    pointer-events: none;
}

.comingsoon:after {
    content: "Coming Soon";
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 3.0em;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

@media only screen and (max-width: 767px) {
    .meetingRoute li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .meetingImg {
        width: 40%;
    }

    .meetingRoute ul li p {
        width: calc(60% - 10px);
        margin-left: 10px;
    }

    .meetingRoute li span.routeNum {
        font-size: 1.5em;
        width: 30px;
    }

    .meetingRoute li:after {
        display: none;
    }

    .comingsoon:after {
        left: 10%;
    }

    .fullwrap h4 {
        font-size: 1em;
    }
}

/*タブ切り替え全体のスタイル*/
.tabs {}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #26559A;
    background-color: #6BABE3;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
}

label.tab_item:after {
    position: absolute;
    content: '';
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

/*選択されているタブのコンテンツのみを表示*/
#uspdep:checked~#uspdep_content,
#maishimadep:checked~#maishimadep_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: #26559A;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .tab_item {
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 10px 20px 10px 5px;
    }

    label.tab_item:after {
        right: 5px;
    }

    label.tab_item.ptplus {
        padding: 18px 20px 10px 5px;
    }
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px #70AAE0 dotted;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #26559A;
    border-right: 2px solid #26559A;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #70AAE0;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #70AAE0;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }

    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .qa-list dl dt::before {
        font-size: 14px;
        top: 3px;
        left: 5px;
        content: 'Q.';
    }

    .qa-list dl dd::before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }

    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 520px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}</pre></body></html>