html {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    background: #fdf0e9;
}
.en{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

header {
    position: fixed;
    width: 100%;
    height: 75px;
    background: #fffaf0;
    box-shadow: rgba(115, 73, 44, 0.07) 0px 7px 20px 0, rgba(115, 73, 44, 0.04) 0px 10px 10px 0;
    z-index: 300;
}

.header_inner {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 500;
}

.header_logo {
    width: 300px;
    position: relative;
    top: 5px;
}

.sm img {
    max-width: 160px;
}

.header_nav {
    z-index: 200;
    position: relative;
}

.header_nav_ul {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.header_nav_ul li {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
    transition: all 0.2s;
}

.header_nav_ul li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1050px) {
    .header_nav_sp {
        display: none !important;
    }
    .header_bottom_menu {
        display: none !important;
    }
}
.h_insta a{
    display: block;
    width: 25px;
    height: 25px;
}
.auth_icon {
    max-width: 18px;
}

.header_nav_ul li a,
.footer_ul li a {
    position: relative;
}

.header_nav_ul li a:hover .en,
.footer_ul li a:hover {
    transition: all 300ms 0s ease;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
}
.header_nav_ul li a::after{
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    left: 0px;
    bottom: -5px;
    background-color: var(--colors-white);
    transform-origin: right bottom;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -webkit-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    background: #005e66;
}
/* .header_nav_ul li a::after,
.footer_ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    left: 0px;
    bottom: 0;
    background-color: var(--colors-white);
    transform-origin: right bottom;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -webkit-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    background: #9d802e;
} */

.footer_ul li a::after {
    bottom: -5px;
}

.header_nav_ul li a:hover::after,
.footer_ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left bottom;
}

.header_nav_ul li a {
    color: #000;
    text-decoration: none!important;
    line-height: 1em;
}

.header_nav_ul li a:hover .jp {
    transition: all 300ms 0s ease;
    color: rgb(231, 95, 147);
}

.en {
    font-size: 16px;
    /* color: #9d802e; */
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
}

.jp {
    font-size: 10px;
    font-weight: 600;
    color: #868787;
}
.f-insta-area{
    background: #effaed;
}
.footer_insta {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 80px;
}

.footer_insta h2 {
    font-size: 26px;
    color: #005e66;
}

.footer_insta h2::before {
    background: #005e66;
}

.footer_insta span {
    display: block;
    width: 55px;
    margin: 0 auto;
}

.footer_insta span a:hover {
    opacity: .7;
    transition: .5s;
}

.footer_inner {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
    position: relative;
}

.footer_logo div:first-child {
    width: 400px;
    margin-bottom: 40px;
}

.footer_logo div:last-child {
    width: 120px;
}

.footer_logo div a {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.footer_logo div a:hover {
    opacity: .7;
}

.footer_ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    height: 315px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8px 0 8px 100px;
    font-size: 17px;
}

.footer_ul li {
    width: 45%;
    margin-bottom: 40px;
    position: relative;
}

.footer_ul li:nth-of-type(5) {
    margin-bottom: 0;
}

.footer_ul li:last-child {
    margin-bottom: 0;
}

.footer_ul li::after {
    content: "＞";
    color: #333333;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    transition: .3s;
}
.footer_ul li:nth-of-type(-n+5):after{
    right: 50px;
}
.footer_ul li:hover::after{
    right: -30px;
}
.footer_ul li:nth-of-type(-n+5):hover:after{
    color: #005e66;
    right: 40px;
}
.footer_ul li:hover a{
    color: #005e66;
}

.footer_ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    line-height: initial;
    color: #333333;
    text-decoration: none!important;
    min-height: 25px;
    font-size: 16px;
}

.to_top_btn {
    display: none;
    text-align: center;
    position: fixed;
    right: 5%;
    border-radius: 50%;
    background-color: #f6f7f7;
    bottom: 10%;
    padding: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms 0s ease;
    z-index: 100;
    box-sizing: content-box;
}

.to_top_btn:hover {
    opacity: 0.7;
}

.to_top_btn img {
    max-width: 15px;
}

.to_top_btn>div {
    font-size: .7em;
    font-weight: 600;
}

.sp_footer_sns_area {
    display: none;
}

.copy_right_area {
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    font-size: 0.5em;
}

.sp_menu_btn {
    display: none;
}

.sp_auth_area {
    display: none;
}

main {
    position: relative;
    padding-top: 75px;
    z-index: 2;
    /* background: #005e66; */
    background: #fffaf0;
}

section {
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    section {
        background: #005e66;
    }
}

section#fv,
section#bnr2th,
section#info,
section#access,
section#lowabout,
footer {
    /* background: #fdf0e9; */
    background: #fffaf0;
}
section#bnr2th{
    padding: 0 20px 100px 20px;
}
section#access {
    /* overflow: hidden; */
    background: #effaed;
    padding-bottom: 100px;
}

section#calendar::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100.5%;
    height: 31vw;
    background-image: url("../images/svg/corner_calendar.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width:769px) {
    section#calendar::after {
        left: 50%;
        transform: translateX(-50%);
        min-width: 1300px;
        min-height: 395px;
    }
}
.wave{
    width: 100%;
}
.wave img{
    vertical-align: bottom;
}
/* .wave {
    width: 100%;
    height: 3.2vw;
    margin-top: -1px;
    background-image: url("../images/svg/wave_beige.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#instaArea {} */

/* 20250403 */
.ticket-pdf{
    width: 40%;
    margin-inline: auto;
}
.ticket-pdf .sp{
    display: none;
}

@media screen and (max-width: 1200px) {
    .to_top_btn {
        bottom: 90px;
    }
}

@media screen and (max-width: 1000px) {
    .header_logo {
        width: 220px;
    }
    .header_nav_ul li {
        margin-right: 25px;
    }
    .en {
        font-size: 14px;
    }
    .footer_inner {
        flex-direction: column;
    }
    .footer_logo {
        margin-bottom: 50px;
    }
    .footer_ul {
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        height: auto;
        padding: 0;
    }
    .footer_ul::after{
        content: "";
        width: 30%;
    }
    .footer_ul li {
        width: 30%;
    }
    .footer_ul li:nth-of-type(-n+5):after{
        right: 10px;
    }
    .footer_ul li:nth-of-type(5){margin-bottom: 50px;}
    .footer_ul li:last-child{margin-bottom: 50px;}
    .footer_ul li::after{right: 10px; margin-right: 0;}
}

@media screen and (max-width: 1050px) {
    .header_logo {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        z-index: 400;
    }
    .header_inner {
        padding: 0 15px;
        /* background: #fdf0e9; */
    }
    .header_inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: #fdf0e9; */
        background: #fffaf0;
        z-index: 400;
    }
    .header_wrapper {
        overflow-y: scroll;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fffaf0;
        z-index: 300;
    }
    _::-webkit-full-page-media,
    _:future,
     :root .header_wrapper {
        height: 100dvh;
    }
    .header_nav {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header_nav_ul {
        box-sizing: border-box;
        display: inline-block;
        padding: 0 20px;
        z-index: 600;
    }
    .header_nav_ul li {
        position: relative;
        align-items: flex-start;
        width: auto;
        height: 60px;
        margin-right: 0;
        padding: 0 10px;
        border-bottom: 1px solid #005e66;
    }
    .header_nav_ul li:nth-child(1) {
        margin-top: 80px;
        border-top: 1px solid #005e66;
    }
    .header_nav_ul li::before {
        content: "";
        background-image: url(../images/btn_arrow.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 40px;
        height: 12px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
        -webkit-transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
        -moz-transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
        -ms-transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
        -o-transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    }
    .header_nav_ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .header_nav_ul li a:hover::after {
        display: none;
    }
    .header_nav_pc {
        display: none !important;
    }
    .en {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #005e66;
        /* transform: scale(1, 1.333);
        -webkit-transform: scale(1, 1.333);
        -moz-transform: scale(1, 1.333);
        -ms-transform: scale(1, 1.333);
        -o-transform: scale(1, 1.333); */
    }
    .header_bottom_menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 35px 30px;
    }
    .header_bottom_menu>div:first-child {
        text-align: left;
    }
    .header_bottom_menu>div:first-child>a {
        display: block;
        font-size: 16px;
        line-height: 1.4em;
        color: #005e66;
        text-align: left;
        margin-bottom: 5px;
    }
    .header_bottom_menu>div:first-child>span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 10px 10px 0 0;
    }
    .header_bottom_menu>div:last-child>a {
        display: block;
        width: 90px;
        height: 40px;
    }
    .header_auth {
        display: none!important;
    }
    .sp_menu_btn {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 500;
    }
    .sp_menu_btn_area {
        position: relative;
        height: 26px;
        width: 26px;
        display: inline-block;
        box-sizing: border-box;
    }
    .sp_menu_btn_area div {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 3px;
        width: 100%;
        background-color: #005e66;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
    }
    .sp_menu_btn_area div:nth-of-type(1) {
        transition: all .3s;
        transform: translate(-50%, -50%);
    }
    .sp_menu_btn .active div:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .sp_menu_btn_area div:nth-of-type(2) {
        transition: all .3s;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .sp_menu_btn .active div:nth-of-type(2) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .h_insta_logo{width: 30px;}
}
@media screen and (max-width: 768px) {
    .noscroll {
        overflow: hidden;
    }
    header {
        height: 70px;
    }
    .header_circle {
        display: none;
    }
    .header_border {
        background-color: #fff;
        position: fixed;
        z-index: 500;
        border-bottom: 1px solid #aaa;
    }
    .header_border {
        height: 90px;
        position: fixed;
        z-index: 200;
        border-bottom: 1px solid #aaa;
        background: #fff;
    }
    .sp_auth_area {
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        text-align: center;
    }
    .sp_auth_area img {
        max-width: 20px;
    }
    .sp_auth_area div {
        font-size: .5em;
        font-weight: 900;
        line-height: 15px;
        color: #9d802e;
    }
    .sp_auth_area a {
        color: #000;
    }
    
    /* ログイン後のスマホメニュー表示 */
    .logind {
        display: flex!important;
    }
    main {
        padding-top: 0px;
    }
    .sp_footer_sns_area {
        display: block;
        text-align: center;
        padding: 30px 0;
    }
    .sp_footer_sns_area>div {
        font-weight: 600;
        color: #868787;
        margin: 30px auto;
        margin-bottom: 20px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    .sp_footer_sns_area img {
        max-width: 40px;
    }
    .to_top_btn {
        top: auto;
        bottom: 10px;
        margin-left: auto;
        position: -webkit-sticky;
        /* Safariに対応する */
        position: sticky;
        /* 要素を固定/解除する */
        padding: 10px;
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .footer_logo div:first-child {
        width: 100%;
        max-width: 400px;
    }
    main {
        position: relative;
        padding-top: 70px;
        z-index: 2;
    }

    .ticket-pdf .sp{
        display: block;
    }
    .ticket-pdf .pc{
        display: none;
    }
    .ticket-pdf{
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .footer_insta {
        padding-top: 70px;
    }
    .footer_inner {
        padding: 70px 20px 0;
    }
    .footer_ul {
        justify-content: start;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 10px;
        font-size: 14px;
        height: 250px;
        margin-top: 10px;
    }
    .footer_ul li {
        max-width: 250px;
        width: 46%;
        margin-bottom: 22px;
    }
    .footer_ul li:nth-of-type(5) {
        margin-bottom: 22px;
    }
    /* .footer_ul li:nth-child(6),
    .footer_ul li:nth-child(7),
    .footer_ul li:nth-child(8),
    .footer_ul li:nth-child(9) {
        width: 55%;
    } */
    .footer_ul li::before {
        margin-right: 2px;
    }
    .footer_ul li:nth-of-type(-n+4):after{
        right: 20px;
    }
    .footer_ul li:nth-of-type(5):after{
        right: 20px;
    }
    .footer_ul li::after {
        margin-right: 0;
        right: -25px;
    }
    .footer_insta h2{font-size: 22px;}
}

@media screen and (max-width: 500px) {
    .footer_ul{
        height: 260px;
    }
    .footer_ul li a{font-size: 12px;}
}
@media screen and (max-width: 340px) {
    .footer_ul li a{
        font-size: 3.8vw;
    }
}