@charset "utf-8";

/* 初期スタイル調整 */
* {
    box-sizing: border-box;
    color: #ffffff;
    margin: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.main {
    width: 100%;
    background-image: url(../images/background.jpg);
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #000000;
}

.snszone {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 130px;
    right: 10px;
}

.sns {
    color: #525252;
    text-align: center;
    font-family: rajdhani;
    font-size: 30px;
    font-weight: 500;
}

.sns_icon {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 10px;
    background-color: #000000;
    border-radius: 37.5px;
    text-align: center;

}

.sns_icon img {
    width: 70px;
    height: auto;
    margin-top: 11px;
    margin-bottom: 11px;
}

.sns_icon_X {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 90px;
    right: 10px;
    background-color: #000000;
    border-radius: 37.5px;
    text-align: center;

}

.sns_icon_X img {
    width: 70px;
    height: auto;
    margin-top: 11px;
    margin-bottom: 11px;
}

#pc {
    display: none;
}

.headerlogo {
    height: 80px;
    padding: 15px;
}

.headerlogo img {
    height: 50px;
}

.nav-toggle {
    display: none;
}

.btn-burger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: solid 2px #ffffff;
    border-radius: 35px;
}

.hamburger_line_1 {
    display: block;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
    background-color: #ffffff;
    transition: 0.4s;
    left: 27.5px;
    top: 15px;
}

.hamburger_line_2 {
    display: block;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
    background-color: #ffffff;
    transition: 0.4s;
    left: 27.5px;
    top: 27px;
}

.hamburger_line_3 {
    display: block;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
    background-color: #ffffff;
    transition: 0.4s;
    left: 27.5px;
    bottom: 15px;
}

.nav {
    position: absolute;
    top: 80px;
    left: 100%;
    width: 100%;
    text-align: center;
    font-family: Murecho;
    font-size: 30px;
}

.nav-list {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.705);
}

.nav-list li {
    margin: 0;
    padding: 20px;
    list-style: none;
}

.nav-list a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.nav-toggle:checked~.nav .nav-list {
    display: block;

}

#top_pc {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#top_mb {
    display: none;
}

#top {
    width: 100%;
    height: 500px;
    background: url(../images/background02.jpg);
    background-size: cover;
    background-position: bottom;
}

.bigtitle {
    text-align: center;
    padding-top: 255px;
    font-size: 50px;
    font-family: rajdhani;
    font-weight: 550;
    color: #ffffff;
    filter: drop-shadow(10px 10px 10px #000000);
}

.top {
    position: relative;
}

.top img {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    top: 40%;
    filter: drop-shadow(10px 10px 10px #000000);
}

.video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#section1,
#movie,
#section2,
#section3,
#award,
#novelty,
#section4,
#section4-2,
#section4-3,
#section5,
#section6,
#section7,
#section8 {
    width: 90%;
    max-width: 800px;
    margin-top: 100px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#section8 {
    margin-bottom: 10%;
}

h1 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Murecho;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}


h2 {
    color: #000000;
    font-family: rajdhani;
    font-size: 30px;
    font-weight: 350;
    line-height: 20px;
}

h3 {
    color: #ffffff;
    text-align: center;
    margin-top: 5%;
    font-family: Murecho;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.movie {
    margin-top: 5%;
    width: 100%;
    height: 51vh;
}

.entry {
    margin-bottom: 100px;
}

.entry_midashi {
    color: #000000;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Murecho;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.entry_midashi::before,
.entry_midashi::after {
    content: '';
    border-top: 1px solid #000000;
    width: 100px;

}

.food_text {
    font-size: 20px;
}

.ponta {
    font-size: 18px;
}

.coming {
    text-align: center;
    font-family: rajdhani;
    font-size: 30px;
    color: #000000;
    margin-top: 100px;
}

time,
.name {
    font-family: rajdhani;
    font-size: 30px;
}

.title {
    font-family: Murecho;
    font-size: 24px;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

.link {
    color: #0385c2;
    text-align: justify;
    font-family: Murecho;
    font-size: 14px;
    font-weight: 300;
}

.bordor_bk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.award {
    margin-top: 5%;
}

table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 5%;
    margin-bottom: 5%;
}

th,
td {
    color: #000000;
    border: 1px solid #ffffff;
    background-color: #e4e4e4;
    padding: 10px 20px;
    font-family: Murecho;
    font-weight: 300;
}

.plan {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.option {
    width: 45%;
    background-color: #000000;
    padding: 10px;
    margin-bottom: 5%;
}

.co {
    margin-bottom: 50px;
    position: relative;
}

.co_small {
    width: 30%;
    background-color: #000000;
    padding: 5px;
    margin-bottom: 30px;
}

.co_title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

.option_text {
    color: #ffffff;
    text-align: center;
    font-family: Murecho;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.entry_text {
    color: #000000;
    text-align: center;
    font-family: Murecho;
    font-size: 20px;
    margin-bottom: 20px;
}

.space {
    padding-bottom: 25px;
}

.section_text {
    color: #000000;
    text-align: center;
    font-family: Murecho;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 50px;
}

.section_text02 {
    color: #000000;
    text-align: justify;
    font-family: Murecho;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 50px;
}

.flex {
    display: flex;
}

.flex02 {
    display: flex;
}


.post {
    width: 30%;
}

.btn_link1 {
    border: 0;
    border-radius: 50px;
    height: 80px;
    width: 100%;
    background-color: #57015f;
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: Murecho;
    font-size: 24px;
}

.btn_link3 {
    border: 0;
    border-radius: 50px;
    height: 80px;
    width: 20%;
    background-color: #000000;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: Murecho;
    font-size: 24px;
}

/* .doui 全体を縦並び中央揃えに */
.doui {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    /* 要素の間隔 */
}

.consent-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 3fr 2fr;
    /* チェックボックスとラベルを並べる */
    align-items: center;
    /* 垂直方向の中央揃え */
    column-gap: 8px;
    /* チェックボックスとラベルの間隔 */
    row-gap: 10px;
    margin-bottom: 30px;
}

/* チェック前のスタイル */
input#consent1 {
    appearance: none;
    /* デフォルトのチェックボックスデザインを無効化 */
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    /* チェック前は白 */
    border: 1px solid #000000;
    /* 枠線を黒 */
    cursor: pointer;
    border-radius: 3px;
    /* 角を丸くする（オプション） */
    vertical-align: middle;
    grid-column: 2/3;
    justify-self: end;
}

label {
    color: #000000;
    grid-template-columns: 3/4;
}

/* チェック後はブラウザのデフォルトに戻す */
input#consent1:checked {
    all: unset;
    /* すべてのカスタムスタイルをリセット */
    appearance: auto;
    /* ブラウザのデフォルトのチェックボックスに戻す */
    width: 20px;
    height: 20px;
    vertical-align: middle;
    grid-column: 2/3;
    justify-self: end;

}

#interlock {
    pointer-events: none;
    /*クリックをキャンセル*/
}

#consent1:checked~#interlock {
    pointer-events: auto;
    /*キャンセルを解除*/
    border: 0;
    border-radius: 50px;
    height: 80px;
    width: 100%;
    background-image: -webkit-linear-gradient(left, #15ccec 0%, #c14bf8 50%, #ff4e74 100%);
    margin-top: 0px;
    font-family: Murecho;
    font-size: 24px;
    grid-column: 1/5;
}

.btn_link2 {
    border: 0;
    border-radius: 50px;
    height: 80px;
    width: 100%;
    background-color: #525252;
    margin-top: 0px;
    font-family: Murecho;
    font-size: 24px;
    grid-column: 1/5;
}

.list {
    color: #000000;
    text-align: left;
    font-family: Murecho;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.left {
    text-align: left;
}

.caution {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.group {
    margin-top: auto;
    margin-bottom: auto;
}

.access {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 50px;
}

.access .section_text02 {
    margin-top: 0;
    margin-bottom: 30px;
}

.youtube {
    width: 45%;
    margin-right: 50px;
}

.youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.map {
    width: 45%;
}

footer {
    background-color: #000000;
    text-align: center;
}

.footernav {
    list-style: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footernav li {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.footernav li a {
    text-decoration: none;
    font-family: Murecho;
    font-size: 30px;
}

ul {
    padding: 0;
}

.footerlogo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
}

.footerlogo02 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 150px;
}

.footer_icon {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}

.footer_icon img {
    height: 50px;
}

.copyright {
    font-family: rajdhani;
    font-size: 15px;
}

a[href^="geo:"] {
    color: inherit !important;
    text-decoration: none !important;
}