@charset "utf-8";

body {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #235125;
    color: #333;
    scroll-behavior: smooth;
}

#menu {
    position: absolute;
    top: 160px;
    left: 160px;
    width: 450px;
    z-index: 10;
}

#menu>ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    /* filter: drop-shadow(6px 6px 0px #fff); */
}

#menu>ul>li {
    width: calc(50% - 2.5px);
}

#menu-item1:hover>a>img,
#menu-item2:hover>a>img,
#menu-item3:hover>a>img,
#menu-item4:hover>a>img {
    opacity: 0.8;
}

#menu-item1,
#menu-item2,
#menu-item3,
#menu-item4,
.top-title,
.top-subtitle1,
.top-subtitle2,
#news {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

#menu-item1 {
    transition-delay: 1.6s;
}

#menu-item2 {
    transition-delay: 1.8s;
}

#menu-item3 {
    transition-delay: 2.0s;
}

#menu-item4 {
    transition-delay: 2.2s;
}

.top-title {
    transition-delay: 0.1s;
}

.top-subtitle1 {
    transition-delay: 0.4s;
}

.top-subtitle2 {
    transition-delay: 0.7s;
}

#news {
    transition-delay: 1.0s;
}

#menu-item1.visible,
#menu-item2.visible,
#menu-item3.visible,
#menu-item4.visible,
.top-title.visible,
.top-subtitle1.visible,
.top-subtitle2.visible,
#news.visible {
    opacity: 1;
    transform: translateY(0);
}

#main {
    background-color: #BDE16D;
}

#block1 {
    background: url("../img/bg1.png") no-repeat bottom right;
    background-size: cover;
    background-size: 105vw;
    height: 950px;
    padding-top: 48px;
    clip-path: url(#wave-clip);
    position: relative;
    z-index: 7;
}

#block1 {
    animation: bgMove 20s ease-in-out infinite alternate;
}

@keyframes bgMove {
    from {
        background-position: center right;
    }

    to {
        background-position: center left;
    }
}

.top-title {
    width: 800px;
    margin: 0 auto 16px auto;
    padding-top: 50px;
    text-align: center;
}

.top-title>a>img {
    width: 400px;
}

.top-subtitle1 {
    width: 600px;
    margin: 16px auto;
    text-align: center;
    color: #235125;
    font-weight: bold;
    font-size: 1.2rem;
}

.top-subtitle2 {
    width: 600px;
    margin: 16px auto;
    text-align: center;
    color: #235125;
    font-weight: bold;
    font-size: 1.4rem;
}

#news {
    width: 464px;
    margin: 100px auto 32px auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 16px;
    color: #235125;
}

#news>h2 {
    text-align: center;
    font-size: 1.3rem;
    position: relative;
}

.news-list-link {
    position: absolute;
    top: 0;
    right: 5px;
}

#news-list {
    font-size: 1rem;
    width: 100%;
    margin: 16px auto;
    padding-left: 20px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-color: #fbfffb #235125;
    scrollbar-width: thin;
}

#news-list>li {
    margin: 4px 0;
}

#news-list>li>a {
    display: flex;
}

.news-item {
    line-height: 1.3rem;
}

#news-list>li>a:hover>.news-item {
    text-decoration: underline;
}

#news-list>li>a>time {
    display: inline-block;
    margin-right: 16px;
}

.mews-item {
    line-height: 1.4em;
}

#block2 {
    background-color: #235125;
    background: url(../img/bg2.png) no-repeat center right;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 300px;
    margin-top: -120px;
    padding-bottom: 350px;
    position: relative;
    z-index: 5;

    clip-path: url(#wave-clip2);
}

.block2-title {
    font-weight: 600;
    color: #ffffff;
    width: 1000px;
    margin: 0 auto 32px auto;
    text-align: center;
    font-size: 2rem;
}

.block2-text {
    color: #fff;
    width: 1000px;
    margin: 0 auto 32px auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.block2-link {
    display: block;
    width: 360px;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fff;
    color: #235125;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    font-weight: 600;
}

.block2-link:hover {
    background: #235125;
    color: #fff;
    border: solid 1px #fff;
}

#block3 {
    background-color: #BDE16D;
    background: url("../img/bg3.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    margin-top: -120px;
    padding-bottom: 230px;
    position: relative;
    z-index: 4;
    clip-path: url(#wave-clip3);
}

.block3-title,
.block4-title,
.block5-title,
.block6-title {
    font-weight: 600;
    color: #235125;
    width: 1000px;
    margin: 0 auto 60px auto;
    text-align: center;
    font-size: 2rem;
    padding-top: 48px;
}

.block3-text {
    width: 500px;
    margin: 0 auto 32px auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.block3-link {
    display: block;
    width: 360px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 10px 0;
    background-color: #235125;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    font-weight: 600;
}

.block3-link:hover {
    background: #fff;
    color: #235125;
    border: solid 1px #235125;
}

#block4 {
    padding: 80px 0;
    background-color: #f2fffe;
    padding-top: 150px;
    margin-top: -120px;
    padding-bottom: 150px;
    position: relative;
    z-index: 3;
    border-bottom: dotted 1px #ccc;
}

#block4::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url(../img/bg4.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 500px;
    transform: scale(-1, 1);
    /* 左右反転 */
    z-index: 1;
}

#block4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-image: url(../img/bg4.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 500px;
    z-index: 1;
}

.block4-step {
    background-color: #d1faff;
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: solid 2px #00c5dd;
}

.block4-step-number {
    font-size: 1.5rem;
    color: #235125;
    font-weight: 600;
}

.block4-step-text {
    font-size: 1.1rem;
    color: #235125;
    line-height: 1.3rem;
    margin-top: 16px;
}

.step-icon {
    text-align: center;
    margin: 15px auto;
}

#block5 {
    padding: 80px 0;
    padding-bottom: 150px;
    background-color: #f2fffe;
    border-bottom: dotted 1px #ccc;
}

.block5-text {
    width: 800px;
    margin: 0 auto 32px auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.block5-contact-img {
    display: block;
    margin: 50px auto;
    width: 500px;
}

.block5-text-center {
    text-align: center;
    margin-bottom: 32px;
}

.family-title-mark {
    width: 4rem;
}

#block6 {
    padding: 80px 0;
    padding-bottom: 150px;
    background-color: #f2fffe;
}

.block6-text {
    width: 800px;
    margin: 0 auto 32px auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.block6-destination {
    width: 800px;
    margin: 0 auto;
    background: #205029;
    color: #fff;
    padding: 30px 50px;
    border-radius: 15px;
}

.block6-destination-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.block6-destination-text {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 5px 10px;
}

.block6-destination-set {
    margin-bottom: 16px;
}

.join-link {
    color: #205029;
    background-color: #fff;
    border: solid 1px;
    padding: 0.3rem 4rem;
    border-radius: 4px;
}

.join-link:hover {
    color: #fff;
    background-color: #205029;
}

#border1 {
    display: none;
}

#footer {
    background-color: #4A9786;
}

#footer-main {
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 0 64px 0;
}

.footer-logo {
    width: 200px;
}

#footer-main-left>address {
    font-size: 1rem;
    line-height: 1.8;
}

.footer-tel {
    margin-right: 1rem;
}

#footer-logo-list {
    display: flex;
    align-items: center;
}

#footer-logo-list>li {
    margin-right: 32px;
}

#footer-logo-list>li>a:hover {
    opacity: 0.8;
}

.footer-insta-link>img {
    width: 60px;
}

#footer-menu {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    margin: 32px 0;
}

#footer-menu>li {
    margin: 8px 32px 0 0;
}

#footer-menu>li>a:hover {
    text-decoration: underline;
}

#copyright {
    background-color: #235125;
    color: #FFFFFF;
    text-align: center;
    padding: 16px;
    font-size: 0.7rem;
}

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}



/* ================================================================ */
/* 中ページ */
/* ================================================================ */
header.subpage {
    background: #ECF3D0 url("../img/header-subpage.png") no-repeat bottom 54px left 300px;
    background-size: contain;
    padding-top: 16px;
}

#subpage-logo {
    /* height: 150px; */
    margin-bottom: 16px;
    /* display: flex;
    justify-content: center; */
}

#subpage-logo a {
    display: block;
    width: 240px;
    margin: auto;
}

#subpage-logo a img {
    width: 240px;
}

#menu-subpage {
    background-color: #235125;
    color: #FFFFFF;
}

#menu-subpage>ul {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

#menu-subpage>ul>li>a {
    width: fit-content;
    padding: 10px 30px;
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#menu-subpage>ul>li>a:hover {
    background-color: #7fa31c;
}

#main.subpage {
    background-color: #ECF3D0;
}

.subpage-main-v {
    position: relative;
    width: 100%;
    height: 400px;
}

.main-v-txt-background {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.subpage-main-v>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subpage-title {}

.subpage-description {
    font-size: 1.5rem;
    text-align: center;
}

.subpage-content-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

.inverse-section .subpage-content-title {
    color: #fff;
    text-decoration: none;
}

.subpage-content-text {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}

.inverse-section .subpage-content-text {
    color: #fff;
}

#main.subpage h1 {
    font-size: 2.8rem;
    text-align: center;
}

.breadcrumbs_box {
    background-color: #235125;
}

.breadcrumbs {
    display: flex;
    padding: 8px 16px;
    border-bottom: 2px dotted #235125;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    overflow: auto;
    white-space: nowrap;
}

.breadcrumbs>li {
    margin-right: 8px;
}

.breadcrumbs>li>a {
    font-weight: bold;
}

.breadcrumbs>li:not(:first-child)::before {
    display: inline-block;
    content: "/";
    margin-right: 8px;
}

.subpage-section-box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 20px;
}

.subpage-section-title-en {
    font-size: 3.5rem;
    color: #235125;
    font-weight: 600;
    letter-spacing: 1px;
    word-break: break-all;
}

.subpage-section-title {
    color: #235125;
    font-size: 1.8rem;
    padding-left: 0.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.inverse-section .subpage-section-title-en,
.inverse-section .subpage-section-title {
    color: #fff;
}

.subpage-content-box {
    padding: 20px;
}

/* ================================================================ */
/* ハンバーガーメニュー */
/* ================================================================ */
.humburger-btn {
    position: fixed;
    top: 45px;
    right: 80px;
    z-index: 22;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition-duration: 0.1s;
}

.humburger-btn:hover {
    transform: scale(1.05);
}

.humburger-btn-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.humburger-btn-open {
    position: absolute;
}

.humburger-btn-close {
    position: absolute;
    opacity: 0;
}

.humburger-btn img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(1px 1px 2px #333);
}

.humburger-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b79;
    z-index: 20;
    visibility: hidden;
}

.humburger-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 600px;
    height: 100%;
    background-color: #235125;
    z-index: 21;
    transform: translateX(105%);
    transition-duration: 0.1s;
    filter: drop-shadow(2px 4px 6px black);
    transition-duration: 0.1s;
    overflow: auto;
}

.humburger-menu>ul {
    padding: 180px 150px;
}

.humburger-menu>ul>li {
    margin-bottom: 1.2rem;
}

.humburger-menu>ul>li>a {
    color: #fff;
    font-size: 1.4rem;
}

.humburger-menu.is-visible {
    transform: translateX(0);
}

.humburger-bg.is-visible {
    visibility: visible;
}

.humburger-btn.is-visible .humburger-btn-open {
    opacity: 0;
}

.humburger-btn.is-visible .humburger-btn-close {
    opacity: 1;
}