@media screen and (max-width: 1024px) {
html {
    scroll-behavior: smooth;/* ページ内のボタンを押したときにスクロール風の動きをする */
    font-size: 1vw;/* rem単位の基準値 */
    padding: 0;
}
body {
    background-image: url("./_img/background.webp");
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    object-fit: fill;
    z-index: -150;
    fill: blur(3px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.everybody_yasai {
    width: 50%;
    height: auto;
    display: block;
    margin: 150px auto 30px;
}
.takipuranouenn {
    width: 40%;
    height: auto;
    display: block;
    margin: 20px auto;
}
.everybody_sityu- {
    width: 50%;
    height: auto;
    display: block;
    margin: 30px auto;
}

.content {
    margin: 255px auto 0px;
    width: 90%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
}
.content_title {
    margin: 50px auto 10px;
    width: 20%;
    height: auto;
}
.content_text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1rem;
    letter-spacing: 0.30em;
    text-align: center;
    color: #2f4c29;
    line-height: 90px;
    margin-bottom: 50px;
}



.date {
    margin: 200px auto 0px;
    width: 90%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
}

.date_title {
    margin: 50px auto 10px;
    width: 20%;
    height: auto;
}
.date p {
    text-align: center;
    letter-spacing: 0.50em;
    color: #2f4c29;
}
.date_content_1 {
    font-size: 1rem;
    margin: 50px auto 0px;
    line-height: 60px;
}
.date_content_2 {
    margin: 0px auto;
    font-size: 0.8rem;
    line-height: 60px;
}
.date_content_3 {
    font-size: 1rem;
    margin: 70px auto 0px;
    line-height: 60px;
}
.date_content_4 {
    font-size: 1rem;
    margin: 0px auto;
    line-height: 60px;
}
.date_content_5 {
    font-size: 0.8rem;
    margin: 10px auto;
    line-height: 20px;
}
.date_content_6 {
    font-size: 1rem;
    margin: 70px auto 0px;
    line-height: 60px;
}
.date_content_7 {
    font-size: 1rem;
    margin: 0px auto;
    line-height: 60px;
}
.date_content_8 {
    font-size: 0.8rem;
    margin: 20px auto;
    line-height: 20px;
    margin-bottom: 100px;
}

.place_apply {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 50px auto 30px;
}

.place {
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 50px auto;
    padding-bottom: 30px;
}
.place_title {
    margin: 30px auto 10px;
    width: 30%;
    height: auto;
}

.place_content {
    font-size: 1rem;
    letter-spacing: 0.30em;
    text-align: center;
    color: #2F4C29;
    line-height: 90px;
    margin: 70px auto;
}

.apply {
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 50px auto;
    padding-bottom: 30px;
}

.apply_title {
    margin: 30px auto 10px;
    width: 30%;
    height: auto;
}


.apply_link {
    margin: 70px auto;
    display: block;
    text-decoration: underline;
    line-height: 90px;
    font-size: 1rem;
    letter-spacing: 0.30em;
    text-align: center;
    align-items: center;
    padding-bottom: 50px;
}
}