@charset "utf-8";

body {
    font-family: 'Bodoni 72', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.9;
    color: #221815;
    font-size: clamp(1rem, 0.976rem + 0.12vw, 1.125rem)
        /*16-18px*/
    ;
    background: url(https://taiyounomori.marehoikuen.com/common/images/common/bg01.jpg);
}

.content {
    margin: 50px 0 0 0;
}

/*600px以上*/
@media (min-width: 600px) {
    .content {
        margin: 60px 0 0 0;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .content {
        margin: 0;
    }
}

.inner-section {
    padding: 2rem 4%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

article {
    min-height: 86vh;
}

.bg03 {
    background-color: rgba(255, 255, 255, 0.5);
}

img {
    vertical-align: top;
    display: inline;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

.footer a[target="_blank"]::after,
.page_application a[target="_blank"]::after,
.access_info a[target="_blank"]::after,
.gaibu_btn a[target="_blank"]::after {
    font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #fff;
    font-size: 11px;
    padding: 0 0 0 6px
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_center {
    align-items: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}


/*下部に余白*/
.cap01 {
    font-size: 85%;
    display: block;
    line-height: 1.2;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #221815;
}

a:hover {
    opacity: 0.8;
}



/*off*/

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: unset;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

thead th,
tfoot th {
    color: #221815;
}

thead td,
tfoot td {
    color: #221815;
}

tbody th {
    color: #221815;
}

tbody td {
    background-color: unset;
}



/*レイアウト共通*/
#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 4%;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.contents_btm01 {
    margin-bottom: 100px;
}

.contents_btm02 {
    margin-bottom: 80px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 40px;
}

.contents_btm05 {
    margin-bottom: 20px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.content section {}



@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/*1100px以上*/
@media (min-width: 1100px) {
    .inner {
        width: 100%;
        padding: 5rem 0;
    }
}


/*グローバルナビゲーション
==================================================================================================================*/
/*ヘッダー*/
header {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
}

.header_logo {
    height: 50px;
    padding: 4px 2%;
}

.header_logo h1 {}

.header_logo h1 a {
    display: inline-block;

}

.header_logo h1 img {
    object-fit: contain;
    height: 40px;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    padding: 0;
    background-color: #fff;
}

/*以下*/
@media (max-width: 599px) {
    article {
        margin: 50px 0 0 0;
    }
}

.copy {
    font-size: 12px;
    color: #221815;
    text-align: center;
    padding: 1em 0 0;
}

/*グローバルメニュー*/
#gnav_wrap {
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}



#gnav_wrap {
    display: block;
    transition: .5s ease-in-out;
    float: none;
    margin: 50px 0 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: -100vw;
    z-index: 1000;
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 5rem;
}



.menu-is-open #gnav_wrap {
    position: fixed;
    z-index: 8888;
    right: 0;
    max-width: 620px;
}

.nav_box {
    display: flex;
    justify-content: end;
    width: 100vw;
}


.hamMenu {
    display: flex;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 4px;
    right: 5px;
    text-indent: -9999px;
    margin: 0;
    background: none;
    z-index: 9999;
    padding: 0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.hamMenu span {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    background: #18962a;
    border-top: 8px solid #fff;
    border-bottom: 9px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hamMenu span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #18962a;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #18962a;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.menu-is-open .hamMenu span {
    background: #1110;
}

.menu-is-open .hamMenu span:before {
    transform: rotate(-135deg);
    top: 0;
    right: 0;
}

.menu-is-open .hamMenu span {
    background: none;
    border-top: 9px solid #1110;
    border-bottom: 9px solid #1110;
}

.menu-is-open .hamMenu span:after {
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
}

.nav_menu li {
    position: relative;
}
.nav_menu>li>p,
.nav_menu li a {
    transition-duration: .3s;

}


.nav_menu {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    background-color: green;
    width: 100%;
    display: flex;
    padding: 0 2rem 4rem;
}

.nav_menu>li>p,
.nav_menu>li>a {
    display: block;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 0.8em 0;
    margin: 1px 0;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    color: #fff;
}

.nav_menu>li>p::before,
.nav_menu>li>a::before {
    content: "";
}

.nav_menu>li {
    border-bottom: dotted 2px #fff;
}

.gnav_sub {
    padding: 0 0 1em 1em;
}

.gnav_sub li {}



.gnav_sub a {
    color: #fff;
    display: block;
    position: relative;
    margin: 1px;
}

.gnav_sub li a:before {
    content: "-";
    color: #fff;
}

.menu-is-open .header .overlay {
    display: block;
}

.hdr_contact {
    display: none;
}

/*500px以上*/
@media (min-width: 500px) {
    .header {
        height: 60px;
    }

    #gnav_wrap {
        margin: 60px 0 0;
    }

    .hdr_contact {
        display: unset;
    }

    .header_logo {
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header_logo h1 {
        justify-content: flex-start;
    }

    .header_logo h1 a {}

    .hdr_contact {
        position: fixed;
        top: 4px;
        right: 60px;
        max-width: calc(100% - 260px);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    .hdr_contact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .hdr_contact ul li,
    .hdr_contact ul li:not(:last-child) {
        margin: 2px 5px;
    }

    .hdr_contact a {
        color: inherit;
    }

    .hdr_contact dl {
        font-size: clamp(0.938rem, 0.889rem + 0.24vw, 1.188rem)
            /*15-19px*/
        ;
        letter-spacing: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.4rem;
    }

    .hdr_contact dt {
        background: rgba(41, 61, 16, 0.6);
        color: #fff;
        margin-right: 5px;
        width: 4em;
        text-align: center;
    }

    .hdr_contact dd {}
}

/*600px以上*/
@media (min-width: 600px) {
    .nav_menu>li {
        border-bottom: dotted 2px #fff;
        width: 48%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0 1em;
    }

    .nav_menu {
        flex-direction: unset;
        gap: 2%;
    }
}

/*1360px以上*/
@media (min-width: 1360px) {
    .menu-is-open #gnav_wrap {
        position: unset;
        max-width: unset;
    }

    .nav_menu>li {
        width: fit-content;
        border: none;
        padding: 0;
        margin: 0 5px 0 0;
    }

    .gnav_sub {
        display: none;
    }

    .header {}

    .hamMenu {
        background-color: #fff;
        top: 0.5rem;
        right: 1vw;
    }

    .header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        padding: 10px 1%;
        width: 100%;
        position: relative;
    }

    .header_logo {
        height: auto;
        padding: 0;
        max-width: 220px;
    }

    .header_logo h1 img {
        height: auto;
    }

    .hdr_contact {
        position: absolute;
    }

    .hamMenu {
        display: none;
    }

    #gnav_wrap {
        position: unset;
        margin: 0;
        width: calc(100% - 220px);
        display: unset;
        overflow: inherit;
        padding: 0;
    }

    .nav_box {
        width: unset;
        display: unset;
    }

    .nav_menu {
        position: unset;
        display: flex;
        flex-direction: unset;
        gap: 0 1%;
        align-items: center;
        box-shadow: unset;
        background-color: unset;
        margin: 0;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        padding: 0 0 0 1rem;
    }

    .nav_menu>li>p,
    .nav_menu li a {
        color: #221815;
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        padding: 0.3em 0;
        border-bottom: solid 1px #fff;
        margin: 0 1px;

    }

    .main_nav {
        min-width: 210px;
    }

    .overlay {
        display: none;
    }


    /*************/


    #gnav>li.main_nav {
        position: relative;
    }

    #gnav>li.main_nav::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: calc(50% - 5px);
        border: transparent 5px solid;
        border-top-color: transparent;
        border-top-color: green;
    }

    #gnav>li.ageo.main_nav::after {
        border-top-color: #e08000;
    }

    #gnav>li>a {}

    .gnav_sub {
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }

    #gnav>li ul.gnav_sub {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 180px;
        background: #0b7827;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 100%;
    }

    #gnav>li.ageo ul.gnav_sub,
    #gnav>li ul.gnav_sub .ageo {
        background: #e08000;
    }

    #gnav>li:hover ul.gnav_sub {
        top: 45px;
        visibility: visible;
        opacity: 1;
        display: block;
        padding: 0;
    }

    #gnav>li.main_nav:hover ul.gnav_sub a {
        color: #fff;
        font-size: 90%;
    }

    #gnav li.main_nav:hover {
        opacity: 1;
    }

    .gnav_sub li a:before {
        content: unset;
    }

}



/*******page_top***********************************/
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 2%;
    bottom: 3em;
    background-color: #ffffffcf;
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}


/*700px以上*/
@media (min-width: 700px) {
    #page_top {
        right: 5em;
        bottom: 1em;
    }
}

/******footer***************************************/
footer {
    background: #293d10;
    color: #fff;
}

footer a {
    color: #fff;
}

.footer .inner {
    padding: 1rem 0;
}

/*599 スマホ以下footer_nav_01の表示なし*/
.footer_nav_02,
.footer_nav_03 {
    display: none;
}

.footer_nav_01 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.7em;
    justify-content: center;
}

.footer_nav_01>li {
    margin: 2px 0.6em;
}



.footer_nav_01>li>a {
    padding: 0 0 3px;
}

/*600px以上*/
@media (min-width: 600px) {
    .footer_nav_01 {
        gap: unset;
    }

    .footer_nav_01>li {
        padding: 0 10px;
        margin: 0;
    }

    .footer_nav_01>li:not(:last-child) {
        border-right: dotted 1px #ffffff87;

    }

    .footer_nav_01>li>a {
        border-bottom: solid 1px #fff;
        padding: 0 0 3px;
    }

    .footer_nav_02 {
        font-size: 80%;
        margin: 5px 0;
        display: unset;
    }

    .footer_nav_02>li {}

    .footer_nav_02>li>a {}

    .footer_nav_03 {
        padding: 0 0 0 1.3em;
        display: unset;
    }

    .footer_nav_03>li {}

    .footer_nav_03>li>a {}

    .footer_nav_03>li>a:before {
        content: "・";
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .footer_nav_01>li {
        width: calc(100% / 4);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 2%;
    }
}




.foot_nav li {
    width: 100%;
    display: block;
    margin-right: 0;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
}

#copy {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    border-top: solid 1px #fff;
}


/***動き**********************************/

/*フェード*/
.fadein {
    display: block;
    transition: 2s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}

/********サイト用追加****************************************************************************/
.bg02 {
    background-color: rgba(156, 196, 112, 0.5);
}

.ageo .bg02 {}

.title_green {
    text-align: center;
    margin: 0 0 1em;
}

.title_green span {
    background: #293d10;
    padding: 3px 1em;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

h3 {
    font-size: clamp(1.25rem, 1.093rem + 0.78vw, 2.063rem)
        /*20-33px*/
    ;
    font-weight: bold;
    text-align: center;
    padding: 1em 1em;
}

.sh1::after {
    content: "";
    display: block;
    background: #293d10;
    width: 50px;
    height: 3px;
    text-align: center;
    margin: 20px auto 0;
}

.sh1 {
    text-align: center;
    font-size: clamp(1.25rem, 1.057rem + 0.96vw, 2.25rem)
        /*20-36*/
    ;
    margin-bottom: 40px;
    color: #3d3018;
    line-height: 1.4;
}

.sub_page article {
    margin: 50px 0 0 0;
}

.btn_site {
    margin: 3rem auto;
    text-align: center;
}

.btn_site a {
    color: #fff;
    border: solid 1px;
    padding: 0.5em 1em;
}

.btn_site a:after {
    content: ">";
    padding: 0 0 0 10px;
}

/*500px以上*/
@media (min-width: 500px) {
    .sub_page article {
        margin: 60px 0 0 0;
    }
}

/*600px以上*/
@media (min-width: 600px) {
    .txt {
        text-align: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sub_page article {
        margin: 0;
    }
}

/***********************/


.sub_page .visual {
    background: url(../images/common/sub_main_img.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    width: 100%;
    height: 50vw;
    max-height: 360px;
    display: block;
    position: relative;
    z-index: -1;
}

.sub_page .visual .ah1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 30px 4%;
}

.ah1>span {
    background: rgba(41, 61, 16, 0.6);
    padding: 10px 50px;
    font-size: clamp(1.25rem, 0.985rem + 1.33vw, 2.625rem)
        /*20-42px*/
    ;
    color: #fff;
    letter-spacing: 4px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
}

/****************/


.sub_page .visual {
    background: url(../images/common/sub_main_img.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    width: 100%;
    height: 50vw;
    max-height: 360px;
    display: block;
    position: relative;
    z-index: -1;
}

.sub_page .visual .ah1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 30px 4%;
}

.ah1>span {
    background: rgba(41, 61, 16, 0.6);
    padding: 10px 1.2em;
    font-size: clamp(1.25rem, 0.985rem + 1.33vw, 2.625rem)
        /*20-42px*/
    ;
    color: #fff;
    letter-spacing: 4px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
}

.ageo .ah1>span {
    background: #e08000b8;
}

/****common_area*******************************/
.about_link_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6px
}

.about_link_list li {
    width: 100%;
    margin: 1px;
}

.about_link_list li a {
    display: block;
    background: #45770f;
    padding: 7px 0;
    text-align: center;
    border-radius: 3px;
    border: #45770f solid 1px;
    color: #fff;

}

/*450px以上*/
@media (min-width: 450px) {
    .about_link_list {
        flex-direction: unset;
        justify-content: center;
    }

    .about_link_list li {
        width: calc(100% / 2 - 6px);
    }
}

/*600px以上*/
@media (min-width: 600px) {
    .about_link_list li {
        width: calc(100% / 3 - 7px);
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .about_link_list li {
        width: calc(100% / 5 - 7px);
    }
}

/****************/
.btn_01 {
    margin: 1em auto;
    max-width: 300px;
}

.btn_01 a {
    display: block;
    background: #45770f;
    color: #fff;
    padding: 0.5em 1em;
    position: relative;
    font-size: clamp(0.938rem, 0.913rem + 0.12vw, 1.063rem)
        /*15-17px*/
    ;
    border: double 3px #fff;
}

.ageo .btn_01 a {
    background: #e08000;
}

.btn_01 a::after {
    content: "»";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
}