/* ====================================================
PRISET CSS
====================================================== */
@charset "utf-8";

h1,
h2,
h3,
article p,
p,
article h1,
dl dt,
dd,
figure {
    background: none;
    color: inherit;
    font-size: inherit;
    height: unset;
    line-height: inherit;
    letter-spacing: .05em;
    margin: unset;
    margin-bottom: unset;
    padding: unset;
    text-align: unset;
}

ul {
    padding: 0;
    list-style: none;
}


body {
    margin: 0;
}

.fs-life-detail .fs-static-01 {
    margin: 0;
}

.fs-privilege-gallery {
    display: none !important;
}

section {
    margin-bottom: 0;
}

:root {
    --black: #0e0e16;
    --navy: #171926;
    --gold: #a59d5e;
    --gray: #e5e5e5;
    --darkgray: #858585;
    --x-large: 30px;
    --large: 25px;
    --medium: 20px;
    --small: 15px;
    --default: 17px;
}

.schedule .apply_before ul span,
.schedule .ticket h1,
.apply_after dt {
    font-family: "Noto Serif JP", serif;
}

.obi img,
.hotel_list .hotel_wrap img,
.concept_img img {
    width: 100%;
}

/* モーダル設定------------------------*/

input#modalopen1,
input#modalclose1,
input#modalopen2,
input#modalclose2,
input#modalopen3,
input#modalclose3 {
    display: none;
}

.modalopen-label,
.modalclose-label {
    cursor: pointer;
}

.modalopen-label {
    background: var(--gold);
    color: var(--navy);
    font-size: var(--default);
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
    padding: 1em;
}

.modalopen-label:hover {
    background: #fff;
    transition: .5s;
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modalopen-input:checked+label+input+.modal {
    display: block;
    animation: modal-animation .6s;
}

.modalcontent-wrap {
    background: var(--gray);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    max-width: 500px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.modalclose-label {
    background: var(--navy);
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 1.3em;
    position: fixed;
    right: -2%;
    text-align: center;
    top: -15px;
    width: 36px;
    height: 36px;
    z-index: 99999;
}

.modalclose-label:hover {
    background: var(--gold);
    transition: .5s;
}

.modalcontent {
    max-height: 550px;
    overflow-y: auto;
    padding: 2em;
}


.modalbackground {
    background-color: rgba(0, 0, 0, .45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@keyframes modal-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.modalcontent::-webkit-scrollbar {
    width: 6px;
}

.modalcontent::-webkit-scrollbar-track {
    background: var(--gray);
    border-radius: 5px;
}

.modalcontent::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--darkgray);
}


/* スライダー -----------------*/
.slider {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5% !important;
}

/* imgのみ */
.slider li {
    animation: anime 8s 0s infinite;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.slider li:nth-of-type(1) {
    animation-delay: 0s;
}

.slider li:nth-of-type(2) {
    animation-delay: 2s;
}

.slider li:nth-of-type(3) {
    animation-delay: 4s;
}

.slider li:nth-of-type(4) {
    animation-delay: 6s;
}

/* ふわっとアニメーション */
@keyframes anime {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



/* ====================================================
BASE
====================================================== */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


#coa2024autumn_afternoontea_artauarium {
    background: var(--black);
    color: var(--gray);
    font-size: var(--default);
    font-family: "Noto Serif JP", serif;
    letter-spacing: .05em;
    overflow-x: hidden;
    width: min(100%, 940px);
    margin: 0 auto;
}

.content {
    padding: 3em 0;
    text-align: center;
}

p.caption {
    font-size: var(--medium);
    line-height: 2.6;
}

.head {
    background: url(../img/mv_pc.jpg);
    background-size: cover;
    background-position: bottom;
    height: 600px;
    position: relative;
}

.head .title {
    text-align: center;
    margin: 5em auto;
}

.head .goldfish {
    text-align: center;
    margin: 3em auto;
}

.head .goldfish img {
    animation: spin 5.5s linear infinite;
    width: 120px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content h2 {
    font-size: var(--x-large);
    font-weight: bold;
    margin: 0 auto 1.5em 0;
    position: relative;
}

.content h2::before {
    color: var(--gray);
    font-size: 10px;
    font-weight: normal;
    letter-spacing: .4em;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.about p {
    margin: 3em auto 0;
}

.about h1 {
    font-size: var(--x-large);
    font-weight: bold;
    margin: 0 auto 1em;
}

.concept {
    background: url(../img/about_bg.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
}

.concept h2::before {
    content: "CONCEPT";
}

.content .concept_img {
    height: 450px;
    position: relative;
}

.content .concept_img .left {
    top: 10%;
    left: 0;
    position: absolute;
    width: 350px;
}

.content .concept_img .right {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 500px;
}

.point h2::before {
    content: "POINT";
}

.point ul li {
    border: 1px solid #3f3f3f;
    margin: 1em auto;
    padding: 1.5em;
    text-align: justify;
    width: 85%;
}

.point ul li:first-child {
    background: url(../img/point_01_bg.jpg);
}

.point ul li:nth-child(2) {
    background: url(../img/point_02_bg.jpg);
}

.point ul li:nth-child(3) {
    background: url(../img/point_03_bg.jpg);
}

.point h3 {
    color: #fff;
    font-size: var(--medium);
    font-weight: bold;
    line-height: 1.8;
}

.plan h2::before {
    content: "PLAN";
}

.plan {
    background: linear-gradient(40deg, rgba(51, 53, 76, 1) 10%, rgba(14, 14, 22, 1) 100%);
}

.plan dl {
    display: flex;
    margin: auto;
    width: 65%;
}

.plan dt {
    background: var(--gold);
    color: var(--navy);
    display: flex;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    margin: 0 0.3em 0.3em 0;
    width: 30%;
}

.plan dd {
    background: var(--gray);
    color: var(--navy);
    font-size: 18px;
    text-align: justify;
    padding: 0.5em 1em;
    margin: 0 0 0.3em 0;
    width: 70%;
}

.plan h3 {
    color: #fff;
    font-size: var(--large);
    font-weight: bold;
    margin: 2em auto 1em;
}

.plan.content .hotel_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 1em auto;
    width: 85%;
}

.plan.content .hotel_list .hotel_wrap {
    display: flex;
    background: var(--navy);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    text-align: justify;
    width: calc(100% / 3 - 10px);
}

.plan.content .hotel_list .hotel_wrap h4,
p.aquarium_only_text {
    font-size: var(--medium);
    font-weight: bold;
    word-break: break-all;
    margin-left: 20px;
}

.plan.content .hotel_list .hotel_wrap h4 span {
    font-size: var(--default);
}

.point ul li p {
    color: var(--gold);
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.plan p.number {
    color: var(--gold);
    font-size: var(--x-large);
    font-weight: bold;
    text-align: center;
}

.hotel_img p {
    font-size: 15px;
    font-feature-settings: "palt";
    line-height: 1.5;
    margin: 1em 0 0;
}


.plan.content .aquarium_only {
    align-items: center;
    background: var(--navy);
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 1.5em 0;
    width: 85%;
}


.notice p {
    font-size: 12px;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.7;
    margin: 2em auto 0;
    text-align: justify;
    width: 85%;
}

.schedule {
    background: var(--gray);
    color: var(--navy);
}

.schedule h2::before {
    content: "SCHEDULE";
    color: var(--gold);
}

.schedule .apply_before,
.schedule .apply_after {
    margin: auto;
    width: 80%;
}

.schedule .apply_before ul,
.schedule .apply_after dl {
    font-feature-settings: "palt";
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.7;
    text-align: justify;
}

.schedule .apply_before li {
    margin: 0 auto 1em;
}

.schedule .apply_before ul span,
.apply_after dt {
    color: var(--darkgray);
    font-size: var(--large);
}

.schedule .ticket {
    background: #fff;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 2em auto 0;
    padding: 1em 1.5em 1.5em;
    text-align: justify;
    width: 80%;
}

.schedule .ticket h1 {
    color: var(--gold);
    font-size: var(--large);
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0;
}

.dli {
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.5em;
    border-left-color: currentColor;
    border-right: 0;
    color: var(--darkgray);
    display: inline-block;
    margin: 0 0.3em;
    vertical-align: middle;
}

.schedule .apply_after {
    text-align: justify;
    margin: 3em auto 0;
}

.apply_after h3 {
    font-size: var(--large);
    font-weight: bold;
    margin: 1em auto;
    text-align: center;
}

.schedule .apply_after dd {
    border-left: 1px solid var(--darkgray);
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}

.schedule .apply_after dl {
    margin: 0 auto 0.5em;
    width: 100%;
}

/* ====================================================

★SP★

====================================================== */
@media screen and (max-width: 768px) {
    :root {
        --x-large: 28px;
        --large: 20px;
        --medium: 18px;
        --small: 14px;
        --default: 15px;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .head .title,
    .title img,
    .concept_img .left img,
    .concept_img .right img,
    .schedule .ticket {
        width: 100%;
    }

    .about img,
    .point ul li,
    .plan dl,
    .plan.content .hotel_list .hotel_wrap h4,
    p.aquarium_only_text,
    .plan.content .aquarium_only,
    .schedule .apply_before,
    .schedule .apply_after,
    .plan.content .hotel_list,
    .notice p {
        width: 90%;
    }

    p.caption,
    .content h2,
    .about h1,
    .hotel_name h4,
    .hotel_name h4 span,
    p.aquarium_only_text,
    .hotel_name,
    .hotel_img,
    .notice p {
        color: #fff;
    }

    .schedule h2,
    .schedule .ticket p {
        color: var(--navy);
        line-height: 1.8;
    }

    .head {
        height: 550px;
    }

    .plan.content .hotel_list {
        flex-direction: column;
    }

    p.aquarium_only_text {
        text-align: justify;
        margin: 0;
    }

    .aquarium_only {
        justify-content: space-between;
    }

    .aquarium_only .number {
        padding-left: 0.5em;
    }


    .content .concept_img {
        height: 350px;
    }

    .content .concept_img .left,
    .content .concept_img .right {
        width: 48%;
    }

    .plan.content .hotel_list .hotel_wrap {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto 1em;
    }

    .hotel_name,
    .hotel_img {
        align-self: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .hotel_img {
        margin: 1em auto 0;
    }

    .hotel_img figure {
        width: 35%;
    }

    .hotel_img p {
        align-self: center;
        letter-spacing: .1em;
        margin: 0 auto;
        width: 60%;
    }

    .plan p.number {
        margin: 0 0.5em 0 0;
    }

    .point ul li {
        padding: 1em;
    }

    .plan dd {
        font-feature-settings: "palt";
        padding: 1em;
        width: 80%;
    }

    .modalcontent-wrap {
        max-width: 95%;
    }

    .modalcontent {
        max-height: 500px;
        padding: 1em;
    }

}
