@charset "UTF-8";

:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-font-gray: #343a40;
    font-size: 102%;
}

* {
    margin: 0;
    box-sizing: border-box;

}

a {
    color: #fff;
    text-decoration: none;
}

ul {
    font-size: 0.8rem;
}

a:hover {
    filter: brightness(110%);
}

a:visited {
    color: #788d98;
}

img {
    width: 100%;
    height: auto;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

body {
    line-height: 1.5;
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows:
        [head]35px [title]auto [text-a]auto [map-area]auto [metaike-area-a]auto [metaike-area-b]auto [metaike-area-c]auto [swiper-area]auto [price]auto [place]auto [map-areaB]auto [line-area]auto [foot]auto;
    row-gap: 20px;
    font-family: sans-serif;
    color: var(--color-font-gray);
    max-width: 640px;
    margin: 0 auto;
}

body>* {
    grid-column: 2 / -2;
}

.header {
    grid-row: head;
    padding-top: 15px;
}

.header-container {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header img {
    max-width: 75px;
    height: auto;
}

.navbtn {
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--color-font-gray);
    font-size: 24px;
}

.navbtn a {
    color: #03c34d;
    font-weight: bold;
}

.header ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    column-gap: 20px;
    color: var(--color-font-gray);
    font-size: 0.9rem;
}

.title {
    grid-column: 1 /-1;
    grid-row: title;
    padding: 1.5rem 0.5rem;
    background: repeating-linear-gradient(#f3b5d1, #f3b5d1 20px, #eed880 20px, #eed880 40px, #99cef0 40px, #99cef0 60px, #62beaa 60px, #62beaa 80px, #bf95c2 80px, #bf95c2 100px);
}

.sub-title {
    text-align: center;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);

}

.tx-a {
    grid-row: text-a;
    margin-top: -1rem;
}

.tx-a h4 {
    text-align: center;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    background-color: #62beaa;
    padding: 0.2rem 1rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tx-a {
    font-size: 0.9rem;
    line-height: 1.7em;

}

.maparea {
    grid-column: 1 /-1;
    grid-row: map-area;
    background-color: #fff;
}

.metaike-a {
    grid-column: 2/-2;
    grid-row: metaike-area-a;
}

.metaike-b {
    grid-column: 2/-2;
    grid-row: metaike-area-b;
    text-align: center;
}

.metaike-c {
    grid-column: 2/-2;
    grid-row: metaike-area-c;
}

.metaike-sub {
    font-size: 0.8rem;
    background-color: #aaa;
    display: inline-block;
    padding: 0.1rem 0.6rem;
    border-radius: 10px;
    color: #fff;
}

.metaike-b i {
    font-size: 3rem;
    color: #eed880;
    margin: 0 auto;
}

.your-guide {
    text-align: center;
}

.txt_color {
    font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
    text-align: center;
    font-family: 'Lexend', sans-serif;
    margin: -0.4rem auto -0.8rem;
}

.txt_color span:nth-child(1) {
    color: #f3b5d1;
}

.txt_color span:nth-child(2) {
    color: #eed880;
}

.txt_color span:nth-child(3) {
    color: #99cef0;
}

.txt_color span:nth-child(4) {
    color: #62beaa;
}

.txt_color span:nth-child(5) {
    color: #bf95c2;
}

.txt_color span:nth-child(6) {
    color: #f3b5d1;
}

.txt_color span:nth-child(7) {
    color: #eed880;
}

.txt_color span:nth-child(8) {
    color: #99cef0;
}

.txt_color span:nth-child(9) {
    color: #62beaa;
}

.yoursubtitle {
    font-size: clamp(1.1rem, 0.773rem + 1.64vw, 2rem);
}

.metaike-pa {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.7em;
}

/* swiper */
.l-wrapper {
    grid-column: 1 /-1;
    grid-row: swiper-area;
}

[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}

.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

*/ .mv05 {
    margin-bottom: 1rem;
}

.mv05 .l-inner {
    padding-bottom: 0;
}

.mv05 .slide-media {
    height: auto;
}

.mv05 .slide-media img {
    transition: 3s;
}

.mv05 .swiper-slide {
    overflow: hidden;
}

.mv05 .swiper-slide[class*=-active] .slide-media.clip img {
    transform: scale(1.2);
}

.mv05 .swiper-slide[class*=-prev] .slide-media img {
    transform: translateX(80vw);
}

.mv05 .swiper-slide[class*=-next] .slide-media img {
    transform: translateX(-80vw);
}

.mv05 .content,
.mv05 .fraction {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

.mv05 .content {
    pointer-events: none;
}

.mv05 .content-title {
    font-size: 1rem;
    margin-top: 5px;
    line-height: 1.5rem;
    color: var(--color-font-gray);
}

.mv05 .content-text {
    font-size: 1.0rem;
    margin: 0.3rem 0;
    color: #fff;
}

.mv05 .content-button {
    font-size: 1.0rem;
    font-weight: bold;
    display: inline-block;
    color: var(--color-font-gray);
}

.mv05 .content-button::before {
    display: inline-block;
    width: 2rem;
    height: 1px;
    margin: -2px 1.6rem 0 0;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
}

.mv05 .content.anm-started .content-button {
    pointer-events: auto;
}

.mv05 .fraction {
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.mv05 .fraction .current {
    font-size: 0.8rem;
    display: inline-block;
    overflow: hidden;
    width: 3rem;
}

.mv05 .fraction .current .num {
    display: inline-block;
}

.mv05 .fraction .current .num.anm-started {
    animation: mv05-fraction 1s var(--easing);
}

.mv05 .fraction .total {
    vertical-align: 0.5em;
}

.mv05 .fraction .total::before {
    content: " / ";
}

.mv05 .marker {
    position: relative;
    display: inline-block;
    clip-path: inset(0 100% 0 0);
}

.mv05 .marker::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
}

.mv05 .anm-started .marker {
    animation: mv05-marker 1s 0.5s both;
}

.mv05 .anm-started .marker::after {
    animation: mv05-markerBg 1s 0.5s both;
}

.mv05 .anm-started .content-text .marker,
.mv05 .anm-started .content-text .marker::after {
    animation-delay: 0.6s;
}

.mv05 .anm-started .content-link .marker,
.mv05 .anm-started .content-link .marker::after {
    animation-delay: 0.7s;
}

.mv05 .anm-finished .marker {
    animation: mv05-markerHide 0.5s both;
}

.mv05 .anm-finished .marker::after {
    clip-path: inset(0 0 0 100%);
}



@keyframes mv05-marker {

    60%,
    100% {
        clip-path: inset(0);
    }
}

@keyframes mv05-markerBg {
    60% {
        clip-path: inset(0);
    }

    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes mv05-markerHide {
    0% {
        clip-path: inset(0);
    }

    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes mv05-fraction {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-110%);
        opacity: 1;
    }

    50.1% {
        transform: translateY(110%);
        opacity: 0;
    }
}

/* @media only screen and (max-width: 1024px) { */

.pc {
    display: none !important;
}

/* slide size */
.mv05 .slide-media {
    /* height: 275px; */
    height: clamp(17.188rem, 9.801rem + 36.93vw, 37.5rem);


}

.mv05 .content {
    bottom: calc(1.0% + 1.0rem);
    object-fit: cover;
    top: auto;
    left: 1.5rem;
}

/* Slider titlesize color*/
.mv05 .content-title {
    font-size: 1.4rem;
    color: #62beaa;
    font-weight: normal;
}

.mv05 .content-text {
    font-size: 0.9rem;
    color: #fff;
    margin-top: 0.2rem;
}

.mv05 .fraction {
    font-size: 5px;
    top: 2%;
    bottom: auto;
    left: 1rem;
    color: transparent;
}

/* time&price */
.tx-b {
    grid-column: 2/-2;
    grid-row: price;
    margin-top: -1rem;
    font-size: 0.9rem;
}

.tx-c {
    grid-column: 2/-2;
    grid-row: place;
    margin-top: -1rem;
    font-size: 0.9rem;
}

.tx-b h4,
.tx-c h4 {
    text-align: center;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    background-color: #99cef0;
    padding: 0.2rem 1rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tx-b ul {
    list-style-type: circle;
}

.shuttle {
    width: 55vw;
    margin: 0.5rem auto 0.5rem;
    display: block;

}

/* map */
.metaike-map {
    grid-column: 1/-1;
    grid-row: map-areaB;
}

.metaike-map iframe {
    width: 100%;
    height: 300px;
}

/* line */
.line-area p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.line-button {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    width: 240px;
    margin: auto;
    padding: 10px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 0px #343a40;
    background: #03c34d;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
}

a.line-button:hover {

    background: #62beaa;
}


/* footer */
.footer {
    grid-column: 1 /-1;
    grid-row: foot;
    background-color: #00192e;
    color: #fff;
}

.footer ul {
    padding: 1rem 40px 1rem;
    display: flex;
    justify-content: space-evenly;
    list-style: none;

}

.logo-center {
    display: grid;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.footer img {
    max-width: 25vw;

}

.footer p {
    padding: 0.5rem 20px;
    font-size: 0.7rem;
}

/* modalWindow */
.tx-center {
    text-align: center;
}

.tx-center p {
    font-size: 0.9rem;
}

#open,
#close {
    color: #fff;
    font-weight: bold;
    background: #62beaa;
    box-shadow: 2px 2px 0px #343a40;
    border-radius: .5rem;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
    cursor: pointer;
}

#mask {
    background: rgba(0, 0, 20, .6);
    position: fixed;
    inset: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
}

#modal {
    background: rgba(240, 240, 240);
    max-width: 350px;
    height: auto;
    max-height: 90%;
    padding: 1.5rem;
    border-radius: .5rem;
    inset: 5rem 0 auto;
    margin: auto;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    overflow-y: scroll;

}

/*==================================================
down to up animation with js
===================================*/

/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(300px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}