@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;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}

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 {
    height: 120px;
    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;
}

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

.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: 960px;
    margin: 100px auto 80px auto;
    position: relative;
    top: 120px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 150px;
}

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

#nursery h3 {
    color: #61c1be;
}

#freeschool h3 {
    color: #f09495;
}

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

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

/*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 {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#satooya-banner .inner a {
    width: 468px;
    height: 60px;
    margin: 20px 20px 20px 0;
}

#yukireo-banner img:hover,
#satooya-banner a:hover {
    position: relative;
    top: 2px;
    left: 2px;
}

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

.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;
    background-image: url(../image/nursery/count.png);
    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;
}

.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);
}

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

.protection-flow ul {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6em;
}

.protection-flow ul li {
    margin-top: 15px;
}

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

.protection-flow h4 {
margin-left: -20px;
}

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

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

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

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

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



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

.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_left {
    flex-direction: row-reverse;
}

.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/freeschool/icon_clock.gif);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.fs_icon_2::before {
    content: url(../img/freeschool/icon_people.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;
}

.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: 720px;
    justify-content: space-around;
}

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

.fs_day .inquiry {
    width: 540px;
    background-color: #fce8e8;
    margin: auto;
    padding: 50px auto;
font-size: 1.4rem;
    line-height: 1.8em;
}

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

.fs_reviews img {
    width: 120px;
    margin-bottom: 20px;
}

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

.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;
}








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

.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:hover {
    position: relative;
    top: 2px;
    left: 2px;
}

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

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