@charset "UTF-8";

* {
    box-sizing: border-box;
    Margin: 0;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    font-style: normal;
}

Img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

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

ul,
li {
    list-style: none;
}

.main {
    margin: auto;
}

body {
    background-color: #ffffff;
}

h2 {
    text-align: center;
}

#header {
    z-index: 9999;
}


html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.pagetop {
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}






/*header*/
header {
    position: sticky;
    width: 100%;
    top: 0;
    background-color: #fff;
    padding-bottom: 10px;
}

.ROGO {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-top: 5px;
}

.pcheader {
    display: none;
}




/*ハンバーガーメニュー*/
.hamburger-morph {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hamburger-morph__icon {
    width: 100%;
    height: 100%;
}

.hamburger-morph__line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #3293e7;
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
}

.nav-morph.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nav-morph__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.nav-morph__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
    opacity: 1;
    transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) {
    transition-delay: 0.3s;
}

.nav-morph.active .nav-morph__item:nth-child(2) {
    transition-delay: 0.4s;
}

.nav-morph.active .nav-morph__item:nth-child(3) {
    transition-delay: 0.5s;
}

.nav-morph.active .nav-morph__item:nth-child(4) {
    transition-delay: 0.6s;
}

.nav-morph.active .nav-morph__item:nth-child(5) {
    transition-delay: 0.7s;
}

.nav-morph.active .nav-morph__item:nth-child(6) {
    transition-delay: 0.8s;
}

.nav-morph.active .nav-morph__item:nth-child(7) {
    transition-delay: 0.9s;
}

.nav-morph__link {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
    display: block;
    transition: transform 0.3s ease;
}

.nav-morph__hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
    transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
    transform: translateY(-100%);
}

/*ハンバーガーメニュー*/






/*header*/








/*atraction*/
input[name='refine-btn'] {
    position: relative;
    display: none;
}

input[name='refine-btn']:checked+label {
    color: #fff;
    background-color: #db6c34;
}

#refine-1:checked~.refine-teims:not(.new),
#refine-2:checked~.refine-teims:not(.fav) {
    display: none;
}

/*atraction*/









/*footer*/

footer {
    background-color: #fff;
    margin-top: 30px;
}

.footer {
    text-align: center;
}

.footerrogo {
    width: 100%;
    max-width: 200px;
}

.links {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 50px;
    justify-content: center;
}

.links img {
    width: 100%;
    max-width: 30px;
    min-width: 20px;
}

.copy {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}

/*footerここまで*/










/*index.html*/

.eigyou {
    font-size: clamp(15px, 3.75vw, 18px);
    width: 150px;
    text-align: center;
    border-right: #000000 1px solid;
}

.parkinfo {
    background-color: #F87E33;
    border: 1px solid #F87E33;
    border-radius: 20px;
    padding: 10px 0;
    width: 170px;
    text-align: center;
    margin-right: 30px;
}

.parkinfo a {
    color: #ffffff;
    font-size: clamp(15px, 3.75vw, 17px);
}

.parkinfo a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.eigyoujikann {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FDE5C6;
    padding: 20px 0;
}

.eventtitle {
    padding: 20px 0;
    background-color: #3CA4E4;
    color: #ffffff;
    font-size: clamp(23px, 6.25vw, 30px);
}

.imgcap img {
    width: 80%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.imgcap p {
    width: 80%;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 0;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: clamp(15px, 3.75vw, 20px);
}

.imgcap {
    text-align: center;
    margin: 20px 0;
}

.eventlink a {
    color: #ffffff;
    font-size: 18px;
}

.eventlink {
    background-color: #F87E33;
    border: 1px solid #F87E33;
    border-radius: 20px;
    padding: 10px 0;
    width: 40%;
    max-width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.eventlink a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.eventlink a {
    font-size: clamp(18px, 3.75vw, 22px);
}

h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
}

.imgcapss img {
    width: 90%;
    /* max-width: 350px; */
    border-radius: 10px;
    margin-bottom: 20px;
}

.imgcapss {
    text-align: center;
}

.hotelpage {
    background-color: #3CA4E4;
    padding-top: 10px;
    padding-bottom: 20px;
}

.hoteltitleeeee {
    color: #ffffff;
    margin: 20px 0;
    font-size: clamp(23px, 6.25vw, 30px);
}

.hotellllink {
    width: 90%;
    background-color: #ffffff;
    padding-bottom: 30px;
    margin: auto;
    border-radius: 10px;
}

/*index.htmlここまで*/








/*atraction.html*/

.atractionmain {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.atractions {
    background-color: #3CA4E4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: clamp(23px, 6.25vw, 30px);
}

.refine {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.refine-btn,
.refine-teims {
    box-sizing: border-box;
    margin: 0 4px 10px 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.refine-btn {
    font-size: 20px;
    font-size: clamp(20px, 5vw, 25px);
    width: calc(30% - 0px);
    padding: 7px 0;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    border-color: #999;
    margin-left: 8px;
    margin-bottom: 30px;
}

.refine-teims {
    position: relative;
    width: calc(50% - 8px);
    padding: 5px;
    border-color: #898686;
    background-color: #ffffff;
}

.refine-teims img {
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.refine-teims p {
    margin: 0 0 2em 0;
    font-size: clamp(9px, 2.7vw, 20px);
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.refine-tag {
    font-size: clamp(10px, 2.9vw, 20px);
    position: absolute;
    bottom: 5px;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
    background-color: #F87E33;
    color: #ffffff;
    padding: 2px;
    border-radius: 7px;
    width: 50%;
    margin: auto;
}

/*atraction.htmlここまで*/







/*event.html*/

.eventmain {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.events {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #3CA4E4;
}

/*event.htmlここまで*/






/*ticket.html*/

.ticketmain {
    background-color: #3CA4E4;
    padding-bottom: 30px;
}

.tickets {
    color: #ffffff;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: clamp(23px, 6.25vw, 30px);
}

.age {
    color: #ffffff;
    font-size: 8px;
    border-bottom: #ffffff solid 1px;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: clamp(6px, 2vw, 14px);
}

.ticketlist {
    background-color: #ffffff;
    padding: 20px 0;
    width: 80%;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
}

.pasport {
    font-size: clamp(20px, 6vw, 27px);
}

.capport {
    text-align: center;
    font-size: 10px;
    font-size: clamp(10px, 2vw, 15px);
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.cash {
    width: 70%;
    margin: auto;
    border-bottom: solid 1px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: clamp(19px, 5vw, 24px);
}

.ticketlink {
    background-color: #F87E33;
    border: 1px solid #F87E33;
    border-radius: 20px;
    padding: 10px 0;
    width: 60%;
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.ticketlink a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.ticketlink a {
    color: #ffffff;
}

.sanzen {
    text-align: center;
}

/*ticket.htmlここまで*/






/*hotel.html*/
.hotels {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: clamp(23px, 6.25vw, 30px);
}

.hotelitirann {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: clamp(23px, 6.25vw, 30px);
}

.bayhotel {
    background-color: #3CA4E4;
    padding: 30px 0;
}

.hotelroom {
    background-color: #ffffff;
    width: 80%;
    margin: auto;
    border: #ffffff solid 1px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.hotelimgggggg {
    /* width: 80%; */
    /* margin: auto; */
    border-radius: 10px;
}

.hotelname {
    border: #333333 solid 1px;
    border-radius: 9px;
    padding: 10px 0;
    width: 60%;
    margin: auto;
    margin: 20px auto;
    font-size: clamp(15px, 5.25vw, 28px);
}

.hotelcaption {
    width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(15px, 3.5vw, 19px);
}

.reserve {
    background-color: #F87E33;
    border: 1px solid #F87E33;
    border-radius: 20px;
    padding: 10px 0;
    width: 60%;
    max-width: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.reserve a {
    color: #ffffff;
    font-size: clamp(15px, 3.5vw, 20px);
}

.reserve a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

/*hotel.htmlここまで*/






/*access.html*/

.accessmain {
    background-color: #3CA4E4;
    padding: 20px 0;
}

.accesses {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: clamp(23px, 6.25vw, 30px);
}

.iframe {
    width: 90%;
    margin-bottom: 30px;
}

.accessppp {
    width: 70%;
    margin: auto;
    color: #ffffff;
    font-size: clamp(15px, 3.5vw, 19px);
}

/*access.htmlここまで*/







/*food.html*/

.shopfoodmain {
    background-color: #ffffff;
}

/*food.htmlここまで*/







/*shop.html*/



/*shop.htmlここまで*/




















































@media screen and (min-width: 768px) {


    * {
        box-sizing: border-box;
        Margin: 0;
    }

    Img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

    a {
        text-decoration: none;
    }

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

    ul,
    li {
        list-style: none;
    }

    .main {
        margin: auto;
    }

    body {
        background-color: #ffffff;
    }

    h2 {
        text-align: center;
    }

    #header {
        z-index: 9999;
    }











    /*header*/
    header {
        position: sticky;
        width: 100%;
        background-color: #fff;
    }


    .ROGO {
        width: 100%;
        max-width: 200px;
        min-width: 150px;
        display: block;
        height: 100%;
        padding-left: 5px;
        padding-top: 5px;
    }

    .header {
        display: none;

    }

    .pcheader {
        display: block;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    #pcmenu {
        display: flex;
        gap: 5px;
        margin-right: 5px;
    }

    .pcmenu__item {
        border-left: solid 1px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .pcmenu__item:first-child {
        border-left: none;
    }

    .pctext {
        font-size: clamp(10px, 1.8vw, 27px);
        font-family: "Kaisei Decol", serif;
        font-weight: 400;
        font-style: normal;
    }



    /* CSS */
    .hamburger {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 30px;
        height: 21px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger__line {
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #333333;
        border-radius: 2px;
        transition: all 300ms ease;
        transform: rotate(0deg);
    }

    /* 線の位置（通常） */
    .hamburger__line:nth-child(1) {
        top: 0px;
    }

    .hamburger__line:nth-child(2) {
        top: 9px;
    }

    .hamburger__line:nth-child(3) {
        top: 18px;
    }

    /* ×変形（2本） */
    /* ×変形（3本） */

    .hamburger.open .hamburger__line:nth-child(1) {
        top: 9px;
        transform: rotate(45deg);
    }

    .hamburger.open .hamburger__line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open .hamburger__line:nth-child(3) {
        top: 9px;
        transform: rotate(-45deg);
    }

    /* メニュー本体 */
    .menu {
        flex-direction: column;
        display: flex;
        opacity: 0;
        visibility: collapse;
        transform: translateY(-20px);
        transition: all 300ms ease;
        width: 400px;
        background-color: #000000;
        color: #ffffff;
        padding: 20px;
        gap: 15px;
        margin-top: 60px;
    }

    .menu.open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .menu__item {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 16px;
        color: inherit;
        padding-bottom: 10px;
        border-bottom: 1px solid #ffffff;
    }

    .menu__item:last-child {
        border-bottom: none;
    }

    /* 上から下 */
    .slide-top-enter-active,
    .slide-top-leave-active {

        transition: all 300ms ease;

    }

    .slide-top-enter-from,
    .slide-top-leave-to {
        opacity: 0;
        transform: translateY(-20px);
    }

    .slide-top-enter-to,
    .slide-top-leave-from {
        opacity: 1;
        transform: translateY(0);
    }

    /*header*/








    /*atraction*/
    input[name='refine-btn'] {
        position: relative;
        display: none;
    }

    input[name='refine-btn']:checked+label {
        color: #fff;
        background-color: #db6c34;
    }

    #refine-1:checked~.refine-teims:not(.new),
    #refine-2:checked~.refine-teims:not(.fav) {
        display: none;
    }

    /*atraction*/









    /*footer*/

    footer {
        background-color: #fff;
        margin-top: 30px;
    }

    .footer {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .footerrogo {
        width: 100%;
        max-width: 300px;
    }

    .links {
        list-style: none;
        display: flex;
        gap: 30px;
        margin-top: 50px;
        justify-content: center;
    }

    .links img {
        width: 100%;
        max-width: 50px;
        min-width: 20px;
    }

    .copy {
        text-align: center;
        margin-top: 50px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    /*footerここまで*/










    /*index.html*/

    .top-slider-img {
        width: 85%;
        margin: auto;
    }

    .eigyou {
        font-size: 20px;
        width: 400px;
        text-align: center;
        border-right: #000000 1px solid;
    }

    .parkinfo {
        background-color: #F87E33;
        border: 1px solid #F87E33;
        border-radius: 30px;
        padding: 15px 0;
        width: 300px;
        text-align: center;
        margin-right: 30px;
    }

    .parkinfo a {
        color: #ffffff;
        font-size: 20px;
    }

    .parkinfo a::after {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 0px 0 5px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
    }


    .eigyoujikann {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #FDE5C6;
        padding: 30px 0;
    }

    .eventtitle {
        padding: 30px 0;
        background-color: #3CA4E4;
        color: #ffffff;
        font-size: 30px;
        font-family: "Kaisei Decol", serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 50px;
    }

    .imgcap img {
        width: 70%;
        /* max-width: 350px; */
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .imgcap p {
        width: 70%;
        background-color: #000000;
        color: #ffffff;
        padding: 30px 0 30px 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 25px;
        text-align: left;
    }

    .imgcap {
        text-align: center;
        margin: 20px 0;
    }

    .imgoogui {
        width: 50%;

    }

    .ooguisensyukenn {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
    }

    .playimgcapss {
        width: 80%;
        margin: auto;
    }

    .eventlink a {
        color: #ffffff;
        font-size: 20px;
    }

    .eventlink {
        background-color: #F87E33;
        border: 1px solid #F87E33;
        border-radius: 30px;
        padding: 15px 0;
        width: 40%;
        max-width: 300px;
        margin: auto;
        text-align: center;
        margin-bottom: 50px;
    }

    .eventlink a::after {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 0 0 5px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
    }


    h3 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 30px;
    }

    .imgcapss img {
        width: 100%;
        /* max-width: 350px; */
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .imgcapss {
        text-align: center;
    }

    .foodsimg {
        width: 45%;
        margin: auto;
    }

    .foodshopfrex {
        display: flex;
        gap: 10px;
    }

    .hotelpage {
        background-color: #3CA4E4;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .hoteltitleeeee {
        color: #ffffff;
        margin: 20px 0;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .hotellllink {
        width: 90%;
        background-color: #ffffff;
        padding-bottom: 30px;
        margin: auto;
        border-radius: 10px;
    }

    /*index.htmlここまで*/








    /*atraction.html*/

    .atractionmain {
        background-color: #ffffff;
        padding-bottom: 80px;
    }

    .atractions {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 80px;
        color: #ffffff;
        font-size: clamp(25px, 2.7vw, 35px);
        background-color: #3CA4E4;
    }

    .refine {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
    }

    .refine-btn,
    .refine-teims {
        box-sizing: border-box;
        margin: 0 4px 10px 4px;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
    }

    .refine-btn {
        font-size: 25px;
        width: calc(30% - 20px);
        padding: 10px 0;
        text-align: center;
        border-radius: 3px;
        background-color: #fff;
        border-color: #999;
        margin-left: 40px;
        margin-bottom: 30px;
    }

    .refine-teims {
        position: relative;
        width: calc(50% - 8px);
        padding: 5px;
        border-color: #898686;
        background-color: #ffffff;
    }

    .refine-teims img {
        margin-bottom: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .refine-teims p {
        margin: 0 0 2em 0;
        font-size: 20px;
        text-align: left;
        background-color: #000000;
        color: #ffffff;
        padding: 20px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .refine-tag {
        font-size: 20px;
        position: absolute;
        bottom: 5px;
        display: block;
        width: calc(50% - 10px);
        text-align: center;
        background-color: #F87E33;
        color: #ffffff;
        padding: 2px;
        border-radius: 7px;
        width: 30%;
        margin: auto;
    }

    /*atraction.htmlここまで*/







    /*event.html*/

    .eventmain {
        background-color: #ffffff;
        padding-bottom: 80px;
    }

    .events {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 80px;
        color: #ffffff;
        font-size: clamp(25px, 2.7vw, 35px);
        background-color: #3CA4E4;
    }

    /*event.htmlここまで*/






    /*ticket.html*/

    .ticketmain {
        background-color: #3CA4E4;
        padding-bottom: 50px;

    }

    .ticketwow {
        width: 85%;
        margin: auto;
    }

    .tickets {
        color: #ffffff;
        padding-top: 50px;
        margin-bottom: 50px;
        font-size: 30px;
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .age {
        color: #ffffff;
        font-size: clamp(15px, 1.7vw, 22px);
        border-bottom: #ffffff solid 1px;
        width: 95%;
        margin: auto;
        margin-bottom: 50px;
        text-align: center;
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .ticketlist {
        background-color: #ffffff;
        padding: 20px 0;
        width: 49%;
        max-width: 700px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 30px;
    }

    .ticketlistss {
        display: flex;
        gap: 20px;
    }

    .ex {
        margin-top: 0;
        margin-bottom: 180px;
    }

    .pasport {
        font-size: 25px;
        font-size: clamp(20px, 2.3vw, 35px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .capport {
        text-align: center;
        font-size: 15px;
        font-size: clamp(10px, 1.3vw, 20px);
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
    }

    .cash {
        width: 70%;
        font-size: clamp(16px, 1.8vw, 30px);
        margin: auto;
        border-bottom: solid 1px;
        margin-bottom: 30px;
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .ticketlink {
        background-color: #F87E33;
        border: 1px solid #F87E33;
        border-radius: 20px;
        padding: 10px 0;
        width: 50%;
        max-width: 300px;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        font-size: clamp(15px, 1.5vw, 25px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .ticketlink a {
        color: #ffffff;
    }

    .ticketlink a::after {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 0 0 5px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
    }

    .sanzen {
        text-align: center;
    }

    /*ticket.htmlここまで*/






    /*hotel.html*/
    .hotels {
        padding-top: 50px;
        margin-bottom: 50px;
        font-size: clamp(25px, 2.7vw, 35px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .hotelback {
        background-color: #ffffff;
        width: 100%;
        margin: auto;
        padding: 50px 0;
    }

    .hotelitirann {
        padding-bottom: 30px;
        padding-top: 30px;
        color: #ffffff;
        font-size: clamp(25px, 2.7vw, 35px);
        background-color: #3CA4E4;
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .bayhotel {
        background-color: #ffffff;
        padding: 50px 0;
    }

    .hotelroom {
        background-color: #ffffff;
        width: 90%;
        margin: auto;
        border: #ffffff solid 1px;
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .hotelimgggggg {
        width: 50%;
        border-radius: 10px;
    }

    .hoteldescreption {
        width: 50%;
    }

    .hotelname {
        border: #333333 solid 1px;
        border-radius: 9px;
        padding: 10px 0;
        width: 50%;
        margin: auto;
        margin: 20px auto;
        font-size: clamp(20px, 2.3vw, 30px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    .hotelcaption {
        width: 85%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        font-size: clamp(15px, 1.4vw, 18px);
        font-family: "Kaisei Opti", serif;
        font-weight: 400;
        font-style: normal;
    }

    .reserve {
        background-color: #F87E33;
        border: 1px solid #F87E33;
        border-radius: 20px;
        padding: 10px 0;
        width: 45%;
        max-width: 300px;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        font-family: "Kaisei Opti", serif;
        font-weight: 500;
        font-style: normal;
    }

    .reserve a {
        color: #ffffff;
        font-size: clamp(12px, 1.8vw, 20px);
    }

    .reserve a::after {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 0 0 5px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
    }

    /*hotel.htmlここまで*/






    /*access.html*/

    .accessmain {
        background-color: #3CA4E4;
    }

    .accesses {
        margin-top: 50px;
        margin-bottom: 50px;
        color: #ffffff;
        font-size: clamp(25px, 2.7vw, 35px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
        s
    }

    .iframe {
        width: 90%;
        margin-bottom: 30px;
        height: 600px;
    }

    .accessppp {
        width: 90%;
        margin: auto;
        color: #ffffff;
        padding-bottom: 30px;
        font-size: clamp(15px, 1.8vw, 25px);
        font-family: "Kaisei Opti", serif;
        font-weight: 700;
        font-style: normal;
    }

    /*access.htmlここまで*/







    /*food.html*/

    .shopfoodmain {
        background-color: #ffffff;
        padding-bottom: 50px;
    }

    /*food.htmlここまで*/







    /*shop.html*/



    /*shop.htmlここまで*/


}