@charset "utf-8";

body {
    background-color: #ffffff;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
}

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

/****************** Mobile Design *******************/
/************** Top Page **************/
/********* Header *********/
.Main_Visual {
    background-image: url(../images/top_mobile.png);
    height: 60vh;
    background-size: cover;
    background-position: center top;
    margin-top: 80px;
}

.PC_Header {
    display: none;
}

.Header_Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100vw;
    background-color: #ffffff;
    box-shadow: 1px 0 10px 1px rgb(0 0 0/0.7);
}

.Header_Logo {
    width: 40vw;
    margin: 0 0 0 5px;
}

/* Hamburger Bottun */
input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.hamburger {
    display: block;
    width: 50px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all 0.5s;
}

.hamburger span::before {
    top: -10px;
}

.hamburger span::after {
    bottom: -10px;
}

input[type="checkbox"]:checked+.hamburger span {
    background-color: transparent;
}

input[type="checkbox"]:checked+.hamburger span::before {
    top: 0;
    transform: rotate(45deg);
}

input[type="checkbox"]:checked+.hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* Hamburger Menu */
.Nav {
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 80px;
    right: -120%;
    background-color: #004f91;
    color: #fff;
    padding: 50px 0;
    transition: all 0.5s;
}

.Nav_Item a {
    display: block;
    font-size: 20px;
    padding: 20px 0 20px 50px;
    text-transform: uppercase;
}

.Nav_Item a:hover {
    color: #004f91;
    background-color: #fff;
}

input[type="checkbox"]:checked~.Nav {
    right: 0;
}

/* Open Time */
.Open_Time {
    background-color: #30e8dc;
    width: 60vw;
    margin: 20px auto;
    border-radius: 14px;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}

.Time {
    font-size: 30px;
}

.Finish {
    font-size: 26px;
}

/* Ticket Bottun */
.Ticket a {
    display: block;
    background-color: #ffd93b;
    border: solid 1px #e8e0e0;
    border-radius: 13px;
    padding: 10px 0;
    width: 60vw;
    margin: 0 auto;
    text-align: center;
    color: #004f91;
}



/********* Main *********/
/* Title(h2) */
.Sub_Title {
    text-align: center;
    line-height: 1.0;
    font-family: "Abril Fatface", sans-serif;
    margin-bottom: 25px;
}

.Sub_Title h2 {
    font-size: 36px;
}

.Font_Deco {
    color: #ff6f61;
}

/* Frame */
.Frame {
    width: 80vw;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.Frame img {
    border-radius: 10px 10px 0 0;
}

/* More Button */
.More_Btn a {
    display: block;
    padding: 0.5em 1.0em;
    width: 40vw;
    border: solid 1px #004f91;
    border-radius: 13px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #1AC3E7;
    background: linear-gradient(140deg, rgba(26, 195, 231, 1) 0%, rgba(64, 83, 182, 1) 80%);
}

/* Pick up */
#Pickup {
    padding: 100px 0 60px;
    background-image: url(../images/bg/mobiletop_pickupbackground.png);
    background-size: contain;
}

#Pickup .Sub_Title p {
    font-size: 24px;
}

#Pickup h2 {
    margin-bottom: 30px;
}

#Pickup h3 {
    text-align: center;
    margin-top: 10px;
}

#Pickup ul li {
    background-color: #004f91;
    color: #ffffff;
}


/* Aqua Friends Show */
#Friends_Show {
    background-image: url(../images/bg/mobiletop_showbackground.png);
    background-size: cover;
    color: #ffffff;
    padding: 30px 0 120px;
}

#Friends_Show .Sub_Title {
    text-shadow: 1px 1px 3px rgb(0 0 0/0.71);
    margin-bottom: 30px;
    padding-top: 100px;
}

#Friends_Show h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

#Friends_Show .Special {
    font-size: 26px;
}

#Friends_Show ul li {
    color: #004f91;
    background-color: #ffffff;
}

/* Aqua Friends Gallery */
#Aqua_Friends {
    margin-bottom: 40px;
    padding: 35px 0;
    background-image: url(../images/bg/mobiletop_ikimonobackground.png);
    background-size: contain;
}

#Aqua_Friends h2 {
    margin-bottom: 30px;
}

#Aqua_Friends h3 {
    text-align: center;
    margin-top: 10px;
}

#Aqua_Friends ul li {
    background-color: #004f91;
    color: #ffffff;
}

/* SNS Image */
#Sns_Image {
    background: #ffffff;
}

#Sns_Image ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

#Sns_Image ul li img {
    object-fit: cover;
    width: 30vw;
    height: 30vw;
}

/********* Footer *********/
footer {
    background: #1B4EB7;
    background: linear-gradient(360deg, rgba(27, 78, 183, 1) 9%, rgba(0, 179, 237, 1) 57%, rgba(255, 255, 255, 1) 94%);
    color: #ffffff;
    padding: 40px 0 20px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
}

footer ul li {
    width: 13vw;
}

.X {
    background-color: #000000;
    padding: 5px;
}

.Footer_Logo {
    width: 80vw;
    margin: 20px auto;
}

.Address {
    text-align: center;
}

.Copyright {
    color: #6fd9ff;
    margin-top: 20px;
}


/************** Sub Page **************/
/********* Access *********/
.Frame_Plaid {
    /* チェックパターンのCSS */
    padding: 20px;
    width: 80vw;
    margin: 0 auto 40px;
    border-radius: 14px;
    background-image:
        repeating-linear-gradient(to bottom,
            rgba(0, 179, 237, 0.50),
            rgba(0, 179, 237, 0.50) 9px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 18px),
        repeating-linear-gradient(to right,
            rgba(0, 179, 237, 0.50),
            rgba(0, 179, 237, 0.50) 9px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 18px);
}

.Sub_Frame {
    background-color: #fff;
    width: 65vw;
    margin: 0 auto;
    padding: 20px;
    font-size: 12px;
}

.Sub_Frame h3 {
    margin-bottom: 14px;
    font-size: 14px;
}

.Sub_h2 {
    margin-top: 100px;
}

#Access .Sub_Frame {
    padding: 20px 5px;
}

.Access_Map iframe {
    width: 95%;
    height: 40vh;
    margin: 8px;
}

#Access h3 {
    font-size: 18px;
    margin: 10px;
}

.Access_Detail {
    margin: 10px;
}

/********* Open Calender / Prise *********/
#Calendar_Prise .Sub_Frame {
    padding: 20px 5px;
}

#Calendar_Prise h3 {
    font-size: 18px;
    margin: 10px;
}

#Calendar_Prise p {
    margin: 10px;
}

.Calendar iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto 10px;
}

.Prise_Table table {
    border: solid 1px #000000;
    width: 55vw;
    margin: 0 auto 10px;
}

.Prise_Table tr,
td {
    border: solid 1px #000000;
}

.Prise_Table td {
    padding: 10px;
}

/********* Map *********/
#Floor_Map .Sub_Frame p {
    text-align: center;
}

/********* Pickup / Show *********/
#Pickup_Sub .Frame_Plaid {
    border-radius: 0 0 14px 14px;
}

#Show_Sub .Frame_Plaid {
    border-radius: 0 0 14px 14px;
    background-image:
        repeating-linear-gradient(to bottom,
            rgba(56, 255, 229, 0.50),
            rgba(56, 255, 229, 0.50) 9px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 18px),
        repeating-linear-gradient(to right,
            rgba(56, 255, 229, 0.50),
            rgba(56, 255, 229, 0.50) 9px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 18px);
}

#Pickup_Sub .Sub_Frame dl,
#Show_Sub .Sub_Frame dl {
    margin: 10px 0;
}

.Small_h2 {
    font-size: 20px;
}

.Pickup_Detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.Pickup_Image {
    width: 80vw;
    margin: 0 auto;
}

.Pickup_Image img {
    border-radius: 14px 14px 0 0;
}

.Link_Deco {
    color: #004f91;
}

.Link_Deco:hover {
    text-decoration: underline solid;
}

/********* Friends Gallery *********/
#Gallery_Sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    font-size: 12px;
}

#Gallery_Sub ul li {
    flex-basis: 30%;
    margin-bottom: 25px;
}

#Gallery_Sub ul li img {
    margin-bottom: 10px;
}


/****************** PC Design *******************/
@media (width >=770px) {

    /************** Top Page **************/
    .Header_Container {
        display: none;
    }

    .PC_Header {
        display: flex;
        justify-content: space-between;
        box-shadow: 1px 0 10px 1px rgb(0 0 0/0.7);
    }

    .PC_Header h1 {
        width: 20vw;
        align-self: center;
    }

    .PC_Header ul {
        display: flex;
        padding: 0 20px;
    }

    .PC_Header ul li {
        color: #1b4eb7;
        font-size: 20px;
        align-self: center;
    }

    .PC_Header ul li a:hover {
        text-decoration: underline solid;
    }

    .PC_Nav {
        display: flex;
        justify-content: space-around;
        padding: 0 20px;
    }

    .Ticket a {
        width: 15vw;
        font-size: 18px;
        margin: 10px 0;
    }

    .Main_Visual {
        background-image: url(../images/top.png);
        background-size: cover;
        height: 100vh;
        margin: 0 0 40px;
        background-position: center top;
    }

    .Movile_Btn {
        display: none;
    }

    .Mob_BR {
        display: none;
    }

    /* Pick up */
    #Pickup {
        background-image: url(../images/bg/pctop_pickupbackground.png);
        background-size: cover;
    }

    #Pickup ul {
        display: flex;
        justify-content: space-around;
    }

    #Pickup ul li {
        margin: 20px;
    }

    .More_Btn a {
        font-size: 24px;
        border-radius: 40px;
        margin-top: 60px;
    }

    /* Aqua Friends Show */
    #Friends_Show {
        background-image: url(../images/bg/toppc_showbackgroun.png);
        background-size: cover;
    }

    #Friends_Show ul {
        display: flex;
        justify-content: space-around;
    }

    #Friends_Show ul li {
        margin: 20px;
    }

    .Small_h2 {
        font-size: 40px;
    }

    /* Aqua Friends Gallery */
    #Aqua_Friends {
        background-image: url(../images/bg/pctop_ikimonobackground.png);
        background-size: cover;
        margin-bottom: 80px;
    }

    #Aqua_Friends ul {
        display: flex;
        justify-content: space-around;
    }

    #Aqua_Friends ul li {
        margin: 20px;
    }

    #Sns_Image .Sub_Title p {
        font-size: 32px;
        margin-bottom: 10px;
    }

    /* Footer */
    footer ul {
        justify-content: flex-end;
        margin-right: 50px;
    }

    footer ul li {
        width: 5vw;
        margin: 10px;
    }

    .Address_Detail {
        display: flex;
        justify-content: space-evenly;
        font-size: 20px;
        padding: 40px;
    }

    .Address_Detail div {
        margin: 0 40px;
    }

    .Footer_Logo {
        width: 40%;
    }

    /************** Sub Page **************/
    .Sub_Title h2 {
        font-size: 60px;
        margin-bottom: 60px;
    }

    #Floor_2 h3,
    #Floor_3 h3,
    #Calendar_Prise h3,
    #Access h3 {
        font-size: 24px;
    }

    #Floor_2 p,
    #Floor_3 p,
    #Calendar_Prise p,
    #Access p {
        font-size: 18px;
    }

    #Pickup_Sub section {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 40px auto;
    }

    .Pickup_Image {
        width: 35vw;
        margin: 0;
    }

    .Pickup_Image img {
        height: 35vw;
        object-fit: cover;
        border-radius: 14px 0 0 14px;
    }

    #Pickup_Sub .Frame_Plaid,
    #Show_Sub .Frame_Plaid {
        width: 40vw;
        margin: 0;
        border-radius: 0 14px 14px 0;
    }

    #Pickup_Sub .Sub_Title p {
        font-size: 40px;
    }

    #Pickup_Sub h3,
    #Show_Sub h3 {
        font-size: 28px;
    }

    #Pickup_Sub .Sub_Frame,
    #Show_Sub .Sub_Frame {
        width: 35vw;
        height: 32vw;
        font-size: 18px;
    }

    #Show_Sub section {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 40px auto;
    }

    .Access_Map iframe {
        height: 40vw;
    }

    .Calendar iframe {
        height: 500px;
    }

    .Prise_Table table {
        font-size: 24px;
    }

    .Prise_Table table,
    tr,
    td {
        border: solid 3px #000000;
    }

    #Gallery_Sub ul li {
        font-size: 30px;
        margin-bottom: 60px;
    }
}