:root {
    --font: #66360c;
    --sub1: #fff5e5;
    --sub2: #f6ad3c;
    --sub3: #aacf52;
    --bac: #fff9ef;
    --bac2: #dccbb3;
}

html{
    scroll-behavior: smooth;
}
.inner_box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

.sumaho {
    display: none;
}

.main {
    color: var(--font);
    letter-spacing: 2px;
}

/* ヒーローイメージ */
.main-visual {
    position: relative;
}

.main-visual_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
}

.main-visual_text {
    position: absolute;
    width: 100%;
    max-width: 500px;
    margin: auto;
    left: 11%;
    bottom: 43%;
    font-family: "Zen Maru Gothic", serif;
}

.main-visual_text p {
    font-size: clamp(2.5em, 5vw, 6em);
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.facility_in_the_garden {
    background-color: var(--sub1);
}

.ichinichi {
    padding-bottom: 80px;
}

.garden_title {
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 0;
    position: relative;
}

.garden_title::before {
    /* 下線の角丸 */
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: var(--font);
}

.garden_title2 {
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto 0;
    position: relative;
}

.garden_title2::before {
    /* 下線の角丸 */
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: var(--font);
}

.one_title {
    font-size: 3rem;
    text-align: center;
    margin-left: 50px;
}

.one_img1 {
    height: 15px;
    margin: 0 10px;
    transform: rotate(-45deg);
}

.one_title2 {
    width: calc(100vh - 70vh);
    font-size: 2rem;
    text-align: center;
    /* border-bottom: 3px solid var(--font); */
    /* 線の太さと色 */
    margin: 0 auto;
}

.nolmal_title {
    text-align: center;
    border: 3px dashed var(--font);
    /* 線の太さと色 */
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    padding: 10px 0 10px 0;
    border-radius: 20px;
}

.azukarihoiku_title {
    width: calc(100vh - 50vh);
    font-size: 3rem;
    text-align: center;
    border-bottom: 3px solid var(--font);
    /* 線の太さと色 */
    margin: 30px auto 0;
}

.all_flex {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-top: 20px;
}


.title_img {
    height: 40px;
    margin: 0 20px 0 20px;
}
.title_img1 {
    height: 40px;
    margin: 0 0 0 20px;
}

.title_img2 {
    height: 40px;
    margin: 0 20px 0 20px;
}

@media screen and (max-width: 775px) {
    
.title_img2 {
    height: 30px;
    margin: 0 20px 0 20px;
}

}
.title_flex {
    display: flex;
    align-items: center;
}

.facility_img {
    width: 100%;
    max-width: 400px;
    max-height: 300px;
    border-radius: 30px;
}

.all_Clock_text {
    text-align: center;
    font-weight: bold;
}

.all_box {
    padding: 40px 0 40px 0;
}

.all_schedule {
    font-size: 2rem;
    font-weight: bold;
}

.all_nenkan {
    font-size: 1.5rem;
    font-weight: bold;
}

.all_text {
    width: 100%;
    max-width: 400px;
    padding-top: 20px;
    line-height: 1.8;
}

.all_texts {
    max-width: 400px;
    width: 100%;
}
.texts_s{
    padding-bottom: 60px;
}
.azukarihoiku_button {
    border-bottom: 0.1875em solid #524134;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    background-color: var(--font);
    border-radius: 50px;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.azukarihoikugo_button {
    border-bottom: 0.1875em solid #524134;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    background-color: var(--font);
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: 40px auto 0 auto;
    cursor: pointer;
    transition: all 0.3s ease 0s;

}

.azukarihoiku_button:hover {
    background-color: #b88a67;
    border-bottom-color: transparent;
    transform: translateY(0.1875em);
}

.azukarihoikugo_button:hover {
    background-color: #b88a67;
    border-bottom-color: transparent;
    transform: translateY(0.1875em);
}

.azukarihoiku_button a {
    display: block;
    width: 100%;
    max-width: 350px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.azukarihoikugo_button a {
    display: block;
    width: 100%;
    max-width: 350px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

}


.nenkan {
    font-size: 2.5rem;
}

.attention {
    width: 100%;
    max-width: 450px;
    margin: 40px auto 0;
}

.attention p {
    font-size: 1rem;
}

.parent {
    color: #4ca6bd;
}

.small_sumah6 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .one_title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767.9px) {

    .pc {
        display: none;
    }

    .sumaho {
        display: block;
        font-size: 1.5rem;
    }

    .one_title {
        width: calc(100vh - 80vh);
        font-size: 2rem;
    }

    .two_title {
        width: calc(100vh - 75vh);
        font-size: 1.8rem;
    }

    .garden_title2 {
        max-width: 350px;
    }

    .one_title2 {
        width: calc(100vh - 70vh);
        font-size: 1.7rem;
    }

    .azukarihoiku_title {
        width: calc(100vh - 60vh);
        font-size: 1.5rem;
    }

    .all_box {
        max-width: 400px;
        margin: 0 auto;
    }

    .sumaho_flex {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .all_Clock_text {
        text-align: unset;
    }

    .sumaho_text {
        text-align: left;
    }

    .all_text {
        padding-top: 0;
        margin-top: -30px;
        padding-left: 10px;
    }

    .all_flex {
        flex-direction: column;
        align-items: center;
    }

    .small_sumah6 {
        display: block;
    }

    .small_sumaho4 {
        display: none;
    }

    .small_sumah6 {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .two_title {
        width: calc(100vh - 75vh);
        font-size: 1.5rem;
    }
}

@media all and (max-width:1023px) {
    .all_nenkan{
        font-size: 1.5rem;
    }
}

/* ヒーローイメージ */
@media screen and (max-width: 767.9px) {
    .main-visual_text {
        width: 100%;
        max-width: 400px;
        left: 26%;
        bottom: 44%;
    }

    .main-visual_text p {
        font-size: clamp(2em, 8vw, 9em);
    }
}

@media screen and (max-width: 550px) {
    .main-visual_text {
        max-width: 300px;
        left: 26%;
        bottom: 44%;
    }
}

@media screen and (max-width: 420px) {
    .main-visual_text {
        max-width: 200px;
        left: 26%;
        bottom: 44%;
    }
}

/* br */
@media screen and (max-width: 779px) {
    .small_sumaho2 {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .small_sumaho3 {
        display: none;
    }
}

@media screen and (max-width: 767.9px) {
    .small_sumaho1 {
        display: none;
    }
}

@media screen and (max-width: 323px) {
    .small_sumaho5 {
        display: none;
    }
}


/* 動き */
.tabs {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* タブボタンの基本デザイン */
.tab_btn {
    width: 100%;
    background-color: #dfdfdf;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 30px 20px;
    box-shadow: inset 12px 12px 7px -7px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.tab_btn p {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
}

.tab_btn {
    color: #66360c94;
}

.tab_1 {
    border-right: 3px solid #66360c7e;
}

/* tab1 */

/* 選択中のタブボタンに適用されるスタイル */
.tab_btn.active {
    background-color: var(--sub1);
    box-shadow: none;
}

.tab_btn.active p {
    color: var(--font);
    padding-bottom: 5px;
    /* 線の太さと色 */
    display: inline;
    /* インライン要素にして、必要に応じてサイズを調整 */
    position: relative;
}

.tab_btn.active p::before {
    /* 下線の角丸 */
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: var(--font);
}


/* タブコンテンツの基本デザイン（非表示状態） */
.tab_content {
    display: none;
    margin-top: 20px;
    /* 上部に余白を追加 */
}

/* 表示中のタブコンテンツに適用されるスタイル */
.tab_content.active {
    display: block;
    /* 表示状態に変更 */
}

@media screen and (max-width: 1024px) {
    .tab_btn {
        padding: 20px;
    }

    .tab_btn p {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 767.9px) {
    .tab_btn p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 570px) {
    .tab_btn p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 511px) {
    .tab_btn {
        padding: 20px 10px;
    }

    .tab_btn p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 442px) {
    .tab_btn {
        padding: 20px 5px;
    }

    .tab_btn p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 350px) {
    .tab_btn {
        padding: 20px 0;
    }

    .tab_btn p {
        font-size: 0.9rem;
    }
}

