@charset "UTF-8";

/*リセット
-------------------------------------*/

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    text-align: center;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    min-width: 960px;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

figure {
    margin: 0;
    padding: 0;
}

input {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #666;
}

/*リセットここまで↑↑
-------------------------------------*/

/*ヘッダー
-------------------------------------*/
header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    margin: auto;
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.3);
}

header .inner {
    width: 960px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

h1.rogo {
    width: 300px;
    height: 75px;
    margin-left: 30px;
}

.header-nav ul {
    display: flex;
    align-items: center;
    width: 520px;
}

.header-nav ul li {
    width: 120px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
}

.header-nav ul li:last-child {
    width: 150px;
}

.nav-lowercase {
    font-size: 0.9em;
}

a:hover {
    color: #f5b2b2;
}

/*フッター
-------------------------------------*/
footer {
    height: 250px;
    width: 100%;
    background-color: #c0e6e5;
    margin-top: 200px;
    text-align: center;
    /* position: relative; */
}

footer .mark {
    width: 72px;
    margin-top: 30px;
}

footer .sns_icon {
    margin: auto;
}

footer .sns_icon img {
    height: 20px;
    width: auto;
    margin: 15px 10px;
}

footer .footer_link a {
    font-weight: 500;
    margin: 10px 20px;
}

footer .footer_link a:hover {
    color: #61c1be;
}

.copyright {
    margin-top: 15px;
}



/*.inner .section 共通
-------------------------------------*/
.inner {
    margin: auto;
    width: 960px;
}

section {
    width: 100%;
    margin: 100px auto 150px auto;
    position: relative;
    top: 120px;
    font-size: 1.8rem;
    font-weight: 500;
    /* margin-top: 150px; */
}

#nursery h3,
#freeschool h3,
#home h3 {
    font-size: 4rem;
    font-weight: 700;
    width: 625px;
    height: 115px;
    margin: auto;
    line-height: 3em;
}

#nursery h3,
#home h3 {
    color: #61c1be;
}

#freeschool h3 {
    color: #f09495;
}

h4 {
    font-size: 2.7rem;
    font-weight: 500;
}

p {
    font-size: 1.8rem;
    font-weight: 500;
}

.inversion {
    flex-direction: row-reverse;
}


/*kv共通
-------------------------------------*/

#home .kv,
#nursery .kv,
#freeschool .kv,
#summary .kv,
#supporter .kv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

#home .kv {
    height: 450px;
    background-image: url(../img/index/top_bg.jpg);
}

#nursery .kv,
#freeschool .kv,
#summary .kv,
#supporter .kv {
    height: 300px;
}

#home .kv img {
    width: 500px;
    height: 450px;
    position: relative;
    left: 30%;
}

#nursery .kv img,
#freeschool .kv img,
#summary .kv img,
#supporter .kv img {
    width: 310px;
    height: 300px;
    position: relative;
    left: 30%;
}


#nursery .kv {
    background-image: url(../img/nursery/nursery_top_bg.jpg);
}

#freeschool .kv {
    background-image: url(../img/freeschool/freeschool_top_bg.jpg);
}

#summary .kv {
    background-image: url(../img/summary/summary_top_bg.jpg);
}

#supporter .kv {
    background-image: url(../img/supporter/supporter_top_bg.jpg);
}



/*TOPページ
-------------------------------------*/
.kv {
    /* width: 960px; */
    margin: auto;
}

h2 {
    font-size: 3.6rem;
    font-weight: 700;
}

#top-intro p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.2em;
}

#yukireo-banner {
    height: 250px;
}

#yukireo-banner .inner {
    display: flex;
    justify-content: center;
}

#yukireo-banner .inner a {
    margin: auto 30px;
}

#satooya-banner .inner {
    display: block;
}

#satooya-banner .inner img {
    width: 480px;
    height: auto;
    margin: 10px auto;
}

#event table {
    width: 720px;
    margin: auto;
    margin-top: 30px;
}

#event th,
#event td {
    text-align: left;
    border-bottom: #61c1be solid 1px;
    padding: 20px 0;
}

#event th {
    font-size: 2rem;
    width: 160px;
    vertical-align: top;
    line-height: 2.3em;
}

#event td {
    width: 560px;
}

.event_title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 15px;
}

.event_time {
    background-color: #c0e6e5;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5em;
    padding: 1px 3px 1px 8px;
    margin-right: 5px;
}




/* ▼▼▼　リンクボタンのCSS　ぴょこっと　▼▼▼ */
#yukireo-banner img:hover,
#satooya-banner a:hover,
.report_btn:hover,
.supporter_btn:hover,
.header-nav ul li:last-child a:hover,
.readmore_btn:hover,
.readmore_btn_close:hover {
    position: relative;
    top: 2px;
    left: 2px;
}

/* ▼▼▼　リンクボタンのCSS　▼▼▼ */

/*保育園ページ・フリースクールイントロ共通
-------------------------------------*/

.intro {
    margin-top: 50px;
}

#nursery .intro .inner,
#freeschool .intro .inner {
    width: 960px;
    height: 360px;
    display: flex;
}

#nursery .intro .inner {
    background-image: url(../img/nursery/bg_stripe_green.png);
}

#freeschool .intro .inner {
    background-image: url(../img/freeschool/bg_stripe_pink.png);
}


#nursery .intro img,
#freeschool .intro img {
    width: 320px;
    margin: 40px 30px auto 0;
}

#nursery .intro p,
#freeschool .intro p {
    text-align: left;
    margin-top: 40px;
}


/*保育園ページ
-------------------------------------*/



.num_container {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.number_of_cat {
    width: 400px;
    display: flex;
    font-size: 2.4rem;
    font-weight: 500;
    align-items: flex-end;
    margin: 0;
}

.number_of_cat .num {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5em;
    width: 50px;
    margin: auto 10px;
    position: relative;
}

.number_of_cat .num::after {
    position: absolute;
    content: url(../img/nursery/count.png);
    z-index: -10;
    bottom: -10px;
    right: -5px;
}

.fp_g::before {
    content: url(../img/common/footprints_green.png);
    margin-right: 5px;
}

.n_activity h3 {
    background-image: url(../img/common/title_01.png);
}

.n_activity h4 {
    margin-top: 30px;
}

.n_activity h4::before {
    content: url(../img/common/footprints_green.png);
    margin-right: 5px;
}

.n_activity .ctnr {
    text-align: left;
}

.n_activity .tnr_blk {
    display: flex;
    width: 720px;
    margin: auto;
}

.n_activity .tnr_item {
    width: 200px;
    margin: auto;
}

.n_activity .tnr_title {
    font-size: 3rem;
    margin-top: 0;
    letter-spacing: 0.1em;
}

.n_activity .tnr_title::first-letter {
    font-size: 120%;
    font-weight: 600;
    color: #61c1be;
}

.n_activity .tnr_note {
    width: 85%;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.protection_cost h3 {
    background-image: url(../img/common/title_02.png);
}

.protection_cost p {
    width: 720px;
    margin: 50px auto;
}

.protection_cost table {
    text-align: left;
    margin: 50px auto 20px auto;
    font-size: 1.6rem;
}

.protection_cost th {
    width: 135px;
    background-color: #dff3f2;

}

.protection_cost td {
    width: 585px;
}

.protection_cost td p {
    width: 585px;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 15px;
}

.protection_cost th,
.protection_cost td {
    border: #61c1be solid;
    border-width: 1px 0;
    padding: 15px;
}

.protection-flow h3 {
    background-image: url(../img/common/title_03.png);
    margin-bottom: 70px !important;
}

.protection-flow .flow_item {
    border: #61c1be 2px solid;
    border-radius: 10px;
    margin: 15px auto;
    text-align: left;
    padding: 15px 30px 15px 30px;
}

.protection-flow .fa-arrow-down {
    color: #61c1be;
    /* 矢印の色指定 */
}

.protection-flow ul {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
}

/* ▼▼▼　リストのCSS　▼▼▼ */
.protection-flow ul li,
.watchover_item ul li {
    margin-top: 15px;
}

.watchover_item ul li::marker {
    content: "● ";
    font-size: 0.8em;
    color: #61c1be;
}

/* ▲▲▲　リストのCSS　▲▲▲ */


.protection-flow h4::after {
    content: "+";
    float: right;
    margin-left: 15px;
    font-weight: 900;
    color: #61c1be;
}

.protection-flow h4.open::after {
    content: "－";
    float: right;
    margin-left: 15px;
    font-weight: 900;
    color: #61c1be;
}

.protection-flow .flow_item_other {
    margin-top: 50px;
}

.n_icon_1::before {
    content: url(../img/common/icon_tel_green.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.n_icon_2::before {
    content: url(../img/common/icon_home_green.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.n_icon_3::before {
    content: url(../img/common/icon_cat_green.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.n_icon_4::before {
    content: url(../img/common/icon_car_green.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.n_icon_5::before {
    content: url(../img/common/icon_heart_green.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.watchover .inner {
    background-color: #eff9f8;
    border-radius: 20px;
    padding: 30px 70px 50px 70px;
    box-sizing: border-box;
}

.watchover h3 {
    background-image: url(../img/nursery/title_senior.png);
}

.watchover .lead {
    margin: 30px auto;
    font-size: 2rem;
}

.watchover h4 {
    margin-bottom: 20px;
}

.watchover h4::before {
    content: url(../img/common/footprints_green.png);
    margin-right: 5px;
}

.watchover_item {
    text-align: left;
    margin: 50px auto;
}

.watchover ul {
    text-align: left;
    padding: 5px 30px 20px 30px;
}

.watchover .underline {
    text-decoration: underline 2px dotted #61c1be;
    margin-top: 30px;
}





/*フリースクールページ
-------------------------------------*/

.fs_activity h3 {
    background-image: url(../img/common/title_04.png);
}

.fs_activity h4::before {
    content: url(../img/common/footprints_pink.png);
    margin-right: 5px;
}

.fs_activity_blk {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs_activity_blk img {
    width: 350px;
    height: 320px;
    margin: auto 35px;
}

.fs_activity_note {
    text-align: left;
    margin: auto 35px;
}

.fs_usage_guide h3 {
    background-image: url(../img/common/title_05.png);
}

.fs_guide_table {
    font-size: 2.4rem;
    text-align: left;
    margin: 50px auto;
}

.fs_guide_table th {
    width: 135px;
    vertical-align: top;
}

.fs_icon_1::before {
    content: url(../img/common/icon_clock_pink.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.fs_icon_2::before {
    content: url(../img/common/icon_people_pink.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.fs_guide_table td {
    width: 405px;
}

.fs_guide_table th,
.fs_guide_table td {
    border-bottom: #f5b2b2 1px solid;
    padding: 30px 15px;
}

.fs_guide_table p {
    line-height: 1.5em;
}

.fs_caution {
    width: 720px;
    height: 185px;
    margin: 30px auto;
    background-image: url(../img/freeschool/freeschool_frame.png);
    background-repeat: no-repeat;
}

.fs_caution p {
    text-align: left;
    line-height: 1.8em;
    padding: 30px 30px 30px 50px;
}

.fs_post {
    font-size: 2rem;
}

.school_fee h3 {
    background-image: url(../img/common/title_01.png);
}

.school_fee p {
    margin-top: 50px;
}

.fee_table {
    margin: 30px auto;
}

.fee_table th,
.fee_table td {
    font-size: 2.4rem;
    text-align: left;
    border: #f5b2b2 solid;
    border-width: 1px 0;
    padding: 10px 20px;
}

.fee_table th {
    width: 135px;
    background-color: #fce8e8;
}

.fee_table td {
    width: 405px;
}

.fs_day h3 {
    background-image: url(../img/common/title_02.png);
}

.fs_day .calendar {
    display: flex;
    margin: 50px auto;
    width: 960px;
    justify-content: space-around;
}

.fs_day .calendar img {
    width: 420px;
}

.fs_day .inquiry {
    width: 720px;
    background-color: #fce8e8;
    border: #f5b2b2 2px solid;
    border-radius: 10px;
    margin: auto auto 20px auto;
}

.fs_day .inquiry p {
    font-size: 1.8rem;
    line-height: 2.5em;
    margin: 20px auto;
}

.fs_day .tel {
    font-size: 5rem;
    font-weight: 700;
}

.fs_reviews_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.fs_reviews h3 {
    font-size: 3.5rem !important;
    line-height: 1.2em !important;
    background-image: url(../img/common/title_03.png);
}

.fs_reviews img {
    width: 120px;
}

.fs_reviews button.readmore_btn,
.fs_reviews button.readmore_btn_close {
    border: none;
    width: 140px;
    height: 30px;
    border-radius: 18px;
    text-align: center;
    font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-size: 1.8rem;
    line-height: 0.5em;
    font-weight: 600;
    position: relative;
    /* top: -50px; */
}

.fs_reviews button.readmore_btn {
    border: #f5b2b2 solid 2px;
    color: #fff;
    background-color: #f5b2b2;
}

.fs_reviews button.readmore_btn_close {
    display: none;
    border: #f5b2b2 solid 2px;
    color: #f5b2b2;
    background-color: #fff;
}

.fs_reviews_title.reviews_open .readmore_btn {
    display: none;
}

.fs_reviews_title.reviews_open button.readmore_btn_close {
    display: block;
}

.fs_reviews_item {
    border: #f5b2b2 4px solid;
    border-radius: 10px;
    width: 640px;
    margin: 50px auto;
    padding: 20px 40px 30px 40px;
    line-height: 1.8em;
}


.fs_reviews_item p {
    text-align: left;
}

.reviews_case {
    text-decoration: underline 2px dotted #f5b2b2;
}

.reviews_text {
    display: none;
    margin-top: 20px;
}








/*法人概要ページ
-------------------------------------*/

.summary_table,
.bp_report {
    width: 630px;
}

.summary_table table {
    text-align: left;
    margin: 50px auto 20px auto;
    font-size: 1.8rem;
    font-weight: 500;
}

.summary_table th {
    width: 225px;
    vertical-align: top;
}

.summary_table td {
    width: 405px;
}

.summary_table th,
.summary_table td {
    border: #666 solid;
    border-width: 1px 0;
    padding: 30px 15px;
}

.summary_table a::before {
    content: url(../img/summary/icon_pdf.gif);
    margin-right: 7px;
    position: relative;
    top: 7px;
}

.summary_table a:hover {
    color: red;
}

.report_blk {
    margin: 50px auto;
    text-align: left;
}

.year {
    font-size: 2.4rem;
    font-weight: 600;
}

.report_ctnr {
    display: flex;
}

.report_btn {
    width: 200px;
    height: 45px;
    text-align: center;
    border: #666 1px solid;
    border-radius: 8px;
    background-color: #dcdcdc;
    margin: 15px 15px 0 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.report_btn a {
    padding: auto;
}

.report_btn a:hover {
    color: #666;
}

.report_btn a::before {
    content: url(../img/summary/icon_pdf.gif);
    margin-right: 5px;
    position: relative;
    top: 8px;
}




/*サポーター募集ページ
-------------------------------------*/

#supporter h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #f09495;
}

#supporter .support_intro h3,
#supporter .donation h3 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #e9546b;

}

.support_intro {
    margin: 0 auto;
    background-color: #fffcdb;
    padding-top: 30px;
}

.support_intro p {
    margin: 30px auto;
}

.message_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.message_text {
    width: 580px;
    text-align: left;
}

.message_text h4 {
    margin-bottom: -20px;
}

.merit_container .inner {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.merit_item {
    width: 450px;
    border: #fce8e8 5px solid;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.merit_title {
    margin: 20px auto;
    font-size: 2rem;
    line-height: 1.8em;
    font-weight: 700;
}

.merit_title .note {
    font-size: 1.5em;
    color: #f09495;
}

.merit_item ul {
    text-align: left;
    width: 330px;
    margin: auto;
}

.merit_item ul li::marker {
    content: "● ";
    font-size: 0.5em;
    color: #f5b2b2;
}

.impressions {
    color: #fff;
    height: 500px;
    background-image: url(../img/supporter/impressions_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}

.impressions h3 {
    color: #fff !important;
    width: 680px;
    margin: auto;
    background: linear-gradient(transparent 70%, #f5b2b2 70%);
    /* 下線 */
}

.impressions p {
    margin-top: 30px;
}

.impressions img {
    width: 680px;
    margin-top: -10px;
}



.support_activity {
    background-image: url(../img/common/dot_pink.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
}

.support_activity_blk {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.support_activity_item {
    width: 280px;
    border: #fce8e8 3px solid;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.support_activity_item p {
    text-align: left;
    line-height: 1.8em;
}

.support_activity_item img {
    margin-top: 15px;
}

.support_activity_item .note {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: underline 2px dotted #f5b2b2;
}

.hope {
    margin-top: 30px;
}

.hope_blk {
    display: flex;
    justify-content: space-between;
}

.hope_text {
    text-align: left;
    width: 550px;
}

.hope_blk img {
    width: 350px;
}

.hope h3 {
    margin: 30px auto 20px auto;
}

.donation {
    background-color: #fce8e8;
    padding-top: 50px;
    margin-top: 70px;
    margin-bottom: -80px;
}

.donation h3 {
    margin-bottom: 50px;
}

.donation_blk {
    display: flex;
    display: flex;
    justify-content: space-around;
}

.donation_item {
    padding: 0 30px;
}

.vertical_line {
    content: "";
    width: 2px;
    background-color: #f5b2b2;
}

.donation_note_cat {
    margin: 20px auto 30px auto;
}

.donation_note_cat::before {
    content: url(../img/common/icon_cat_pink.gif);
    display: block;
    margin-bottom: -10px;
}

.donation_note_people::before {
    content: url(../img/common/icon_people_pink.gif);
    display: block;
    margin-bottom: -10px;

}

.supporter_btn {
    margin: 100px auto 50px auto;
    width: 650px;
}

.maria {
    width: 200px;
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(580px);
}

.maria:hover {
    width: 220px;
}


/* ふわっとフェードイン 
section {
    opacity: 0;
    transition: 2s;
}

section.is-show {
    opacity: 1;
}
    */