@charset "UTF-8";
/************************************************/
/*Page header*/
/************************************************/
header {
    z-index: 3;
}

.header_border_page_ver {
    position: relative;
    padding: 40px 0 15px;
}

.header_border_page_ver:after {
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80px;
    margin: auto;
    background: url(../img/page/common/ornament-bottom-blue.png) no-repeat center bottom/cover;
}

/************************************************/
/*Page ttl*/
/************************************************/
.page_ttl_bg {
    padding: 290px 0;
    background: url(../img/page/about/bg-ttl.jpg) no-repeat center/cover;
}

.page_ttl_bg.about_ver {
    background: url(../img/page/about/bg-ttl.jpg) no-repeat center/cover;
}

.page_ttl_txt {
    background-color: #fee521;
    font-size: 3.2rem;
    padding: 2.5em 0.5em 1.5em;
}

.page_ttl_txt .center_ttl {
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1em;
    margin-bottom: 1.5em;
}

.page_ttl_txt .center_ttl span {
    display: inline-block;
    position: relative;
    font-size: 1em;
    padding-bottom: 0.3em;
}

.page_ttl_txt .center_ttl span:after {
    position: absolute;
    right: 0;
    bottom: 0em;
    left: 0;
    content: '';
    width: 4em;
    height: 2px;
    margin: auto;
    background-color: #fff;
}

.page_ttl_txt .page_link {
    text-align: center;
}

.page_ttl_txt .page_link li {
    display: inline-block;
    min-width: 350px;
    margin-right: 50px;
}

.page_ttl_txt .page_link li:nth-child(2n) {
    margin-right: 0;
}

.page_ttl_txt .page_link li a {
    display: block;
    position: relative;
    font-size: 2.0rem;
    background-color: #fff;
    padding: 1.1em 3em;
    border-radius: 42px;
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page_ttl_txt .page_link li a:after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    content: '';
    width: 22px;
    height: 19px;
    background: url(../img/page/common/arrow-bottom.svg) no-repeat center/100%;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_ttl_txt .page_link li a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.page_ttl_txt .page_link li a:hover:after {
    top: 0.5em;
}

.page_ttl_txt .page_link.column_4 {
    letter-spacing: -1em;
}

.page_ttl_txt .page_link.column_4 > * {
    letter-spacing: normal;
}

.page_ttl_txt .page_link.column_4 li {
    display: inline-block;
    min-width: auto;
    width: 23%;
    margin-right: 2.666%;
}

.page_ttl_txt .page_link.column_4 li:nth-child(2n) {
    margin-right: 2.666%;
}

.page_ttl_txt .page_link.column_4 li:nth-child(4n) {
    margin-right: 0;
}

.page_ttl_txt .page_link.column_4 li a {
    font-size: 1.8rem;
}

.page_ttl_txt .page_link li.schedule a {
    padding-left: 3.5em;
}

.page_ttl_txt .page_link li.schedule a:before {
    position: absolute;
    left: 1.5em;
    top: 0;
    bottom: 0;
    content: '';
    width: 46px;
    height: 46px;
    margin: auto;
    background: url(../img/page/common/ico-schedule.svg) no-repeat center/100%;
}

.page_ttl_txt .page_link li.calendar a {
    padding-left: 3.5em;
}

.page_ttl_txt .page_link li.calendar a:before {
    position: absolute;
    left: 1.5em;
    top: 0;
    bottom: 0;
    content: '';
    width: 44px;
    height: 45px;
    margin: auto;
    background: url(../img/page/common/ico-calendar.svg) no-repeat center/100%;
}

/*=============================================*/
/* Page Common */
/*=============================================*/
.page_base_block {
    padding-top: 0;
}

.page_base_block section {
    padding: 100px 0;
}

/*===============================================================*/
/* @Page About (園について)*/
/*===============================================================*/
/************************************************/
/* about_philosophy*/
/************************************************/
.about_philosophy .ico_border_ttl {
    position: relative;
    margin-bottom: 2.5em;
    padding-bottom: 1em;
    text-align: center;
    font-size: 3.2rem;
}

.about_philosophy .ico_border_ttl .ttl {
    font-size: 1em;
}

.about_philosophy .ico_border_ttl i {
    display: block;
    max-width: 57px;
    margin: 0 auto 10px;
}

.about_philosophy .ico_border_ttl span {
    display: block;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

.about_philosophy .ico_border_ttl:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 19px;
    margin: auto;
    background: url(../img/page/common/border-mini-blue.svg) repeat-x center;
}

.about_philosophy .ico_border_ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 25%;
    height: 19px;
    margin: auto;
    background-color: #fff;
}

.about_philosophy .txt_box .sab_ttl {
    margin-bottom: 1.5em;
    color: #1e86cb;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    text-align: center;
}

.about_philosophy .txt_box .txt {
    font-size: 1.8rem;
    text-align: center;
}

.about_philosophy .txt_box .txt p {
    font-size: 1em;
    line-height: 1.8;
    color: #6A5C45;
}

/************************************************/
/* about_target */
/************************************************/
.about_target .frag_ttl {
    width: 100%;
    max-width: 765px;
    margin: auto;
}

.about_target .frag_ttl .ttl {
    position: relative;
    margin-bottom: 1.7em;
    text-align: center;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about_target .frag_ttl .ttl span {
    position: relative;
    display: inline-block;
    font-size: 1em;
    background-color: #F5FFFF;
}

.about_target .frag_ttl .ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 261px;
    height: 74px;
    background: url(../img/page/about/ornament-flag-left.png) no-repeat center/cover;
}

.about_target .frag_ttl .ttl:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 258px;
    height: 87px;
    background: url(../img/page/about/ornament-flag-right.png) no-repeat center/cover;
}

.about_target .sab_ttl {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 80px;
    text-align: center;
    font-size: 2.4rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1e86cb;
    line-height: 1.8;
}

.about_target .sab_ttl:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 66px;
    height: 105px;
    background: url(../img/page/about/illust-kids-left.svg) no-repeat center/100%;
}

.about_target .sab_ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 79px;
    height: 66px;
    background: url(../img/page/about/illust-kids-right.svg) no-repeat center/100%;
}

.about_target .point_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_target .point_list li {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-top: 70px;
    margin-bottom: 30px;
}

.about_target .point_list li:nth-child(2n) {
    margin-right: 0;
}

.about_target .point_list li:after {
    position: absolute;
    right: -10px;
    top: 10px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #CDD6D6;
}

.about_target .point_list li .inner {
    position: relative;
    height: 100%;
    padding: 40px 40px 35px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}

.about_target .point_list li .balloon {
    position: absolute;
    top: -62px;
    right: 0;
    left: 0;
    width: 124px;
    height: 124px;
    margin: auto;
    z-index: 2;
}

.about_target .point_list li .img {
    margin-bottom: 20px;
}

.about_target .point_list li .point_ttl {
    margin-bottom: 0.3em;
    font-size: 2.8rem;
    color: #1e86cb;
    font-weight: bold;
}

.about_target .point_list li p {
    font-size: 1.6rem;
    line-height: 1.7;
}

.about_target .base_arrow_btn {
    min-width: 290px;
    margin-top: 80px;
}

/************************************************/
/* about_privacy */
/************************************************/
.page_base_block .about_privacy {
    padding-bottom: 200px;
}

.about_privacy .border_left_right_ttl {
    position: relative;
    margin-bottom: 1.2em;
    text-align: center;
    font-size: 3.2rem;
}

.about_privacy .border_left_right_ttl span {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 1em;
    color: #90bb35;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    padding: 0.3em 2em;
}

.about_privacy .border_left_right_ttl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 19px;
    margin: auto;
    background: url(../img/page/common/border-mini-green.png) repeat-x center;
}

.about_privacy .center_txt {
    margin-bottom: 2em;
    text-align: center;
    font-size: 2.4rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: #90bb35;
}

.about_privacy .img_right_txt_box .img {
    width: 35%;
    float: right;
    margin-left: 3%;
}

.about_privacy .img_right_txt_box .txt {
    width: 62%;
    float: left;
}

.about_privacy .img_right_txt_box .txt li {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.7rem;
    color: #6A5C45;
}

/************************************************/
/* about_support */
/************************************************/
.page_base_block .about_support {
    padding-top: 0;
    padding-bottom: 50px;
}

.about_support .self_ttl {
    text-align: center;
}

.about_support .self_ttl span {
    display: inline-block;
    position: relative;
    padding: 1em 1.8em 1em;
    font-size: 3.2rem;
    color: #fff;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about_support .self_ttl span:before, .about_support .self_ttl span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 36px;
    height: 41px;
    margin: auto;
}

.about_support .self_ttl span:before {
    left: 0;
    background: url(../img/page/common/self-border-left.svg) no-repeat center/100%;
}

.about_support .self_ttl span:after {
    right: 0;
    background: url(../img/page/common/self-border-right.svg) no-repeat center/100%;
}

.about_support .center_txt {
    margin-bottom: 2.5em;
    font-size: 1.6rem;
    text-align: center;
}

.about_support .center_txt p {
    font-size: 1em;
    line-height: 2;
    color: #fff;
}

.about_support .center_txt p span {
    position: relative;
    display: inline-block;
    color: inherit;
}

.about_support .center_txt p span:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fee521;
}

.about_support .center_ornament_ttl {
    position: relative;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 2.5em;
}

.about_support .center_ornament_ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 50%;
    height: 66px;
    margin: auto;
    background: url(../img/page/about/dot-border-kids-left.svg) no-repeat left center;
}

.about_support .center_ornament_ttl:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 50%;
    height: 104px;
    margin: auto;
    background: url(../img/page/about/dot-border-kids-right.svg) no-repeat right center;
}

.about_support .center_ornament_ttl span {
    display: inline-block;
    position: relative;
    background-color: #3B80AD;
    font-size: 1em;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding: 0.5em 2em;
    z-index: 2;
}

.about_support .center_ornament_ttl span:after {
    position: absolute;
    bottom: 0.3em;
    right: 0;
    left: 0;
    content: '';
    width: 5.2em;
    height: 5px;
    margin: auto;
    background-color: #fee521;
}

.about_support .support_page_list {
    letter-spacing: -1em;
    text-align: center;
}

.about_support .support_page_list > * {
    letter-spacing: normal;
}

.about_support .support_page_list li {
    display: inline-block;
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 50px;
    vertical-align: top;
}

.about_support .support_page_list li:nth-child(3n) {
    margin-right: 0;
}

.about_support .support_page_list li figure img {
    margin-bottom: 20px;
    border-radius: 600px;
}

.about_support .support_page_list li b {
    display: block;
    margin-bottom: 0.8em;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fee521;
}

.about_support .support_page_list li p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
}

.top_support_block.about_support {
    margin-bottom: 0;
}

.top_support_block.about_support:after {
    content: none;
}

/************************************************/
/*about_sick */
/************************************************/
.page_base_block .about_sick {
    padding-top: 120px;
}

.page_base_block .about_sick .inner {
    padding: 60px 100px;
}

.about_sick .ttl {
    margin-bottom: 1.7em;
    font-size: 2.8rem;
    text-align: center;
}

.about_sick .ttl i {
    display: block;
    max-width: 68px;
    margin: 0 auto 5px;
}

.about_sick .ttl b {
    font-size: 1em;
    font-weight: normal;
    color: #fff;
}

.about_sick .ttl b span {
    font-size: 1em;
    color: #fee521;
}

.about_sick .img_left_txt_box .img {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.about_sick .img_left_txt_box .txt_box {
    width: 50%;
    float: right;
}

.about_sick .img_left_txt_box .txt_box .txt b {
    display: block;
    margin-bottom: 1em;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: normal;
    color: #fff;
}

.about_sick .img_left_txt_box .txt_box .txt b span {
    position: relative;
    display: inline-block;
    font-size: 1em;
    color: inherit;
}

.about_sick .img_left_txt_box .txt_box .txt b span:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fee521;
}

.about_sick .img_left_txt_box .txt_box .txt p {
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #fff;
}

.about_sick .img_left_txt_box .txt_box .base_arrow_btn {
    float: right;
    min-width: 290px;
    text-align: center;
}

/************************************************/
/*about_sick */
/************************************************/
.page_base_block .about_location {
    padding-top: 0;
}

.about_location .ttl {
    margin-bottom: 1.7em;
    font-size: 3.2rem;
    text-align: center;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about_location .ttl span {
    display: inline-block;
    position: relative;
    font-size: 1em;
    padding: 0.5em 3em;
}

.about_location .ttl span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 64px;
    height: 59px;
    margin: auto;
    background: url(../img/page/about/self-border-yellow-left.svg) no-repeat center/100%;
}

.about_location .ttl span:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 64px;
    height: 59px;
    margin: auto;
    background: url(../img/page/about/self-border-yellow-right.svg) no-repeat center/100%;
}

.about_location .center_txt {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.9;
}

.about_location .about_more_info_box {
    border: 0;
}

.about_location .about_more_info_box .list {
    margin-bottom: 45px;
}

.location_message {
    padding: 50px 0;
}

.location_message .left {
    width: 47.5%;
    float: left;
}

.location_message .right {
    width: 47.5%;
    float: right;
    margin-left: 5%;
}

.location_message .left {
    position: relative;
    margin: 10px 0;
    padding: 45px 0;
}

.location_message .left:before, .location_message .left:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: url(../img/page/common/border-mini-green.png) repeat-x center/cover;
}

.location_message .left:before {
    top: -10px;
}

.location_message .left:after {
    bottom: -10px;
}

.location_message .left .message_ttl {
    display: block;
    margin-bottom: 1em;
    font-size: 3.0rem;
    color: #90bb35;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.location_message .left p {
    margin-bottom: 2.4em;
    font-size: 1.8rem;
    line-height: 1.8;
}

.location_message .left .base_arrow_btn {
    display: block;
    text-align: center;
}

/*===============================================================*/
/* @Page Life (園での生活)*/
/*===============================================================*/
/**********************************/
/* schedule_block */
/**********************************/
.page_base_block .schedule_block {
    padding-top: 110px;
}

.schedule_block .schedule_box {
    border: 1px solid #707070;
    padding: 0 45px 90px;
}

.schedule_block .schedule_box .ttl {
    position: relative;
    top: -40px;
    text-align: center;
    margin-bottom: 20px;
}

.schedule_block .schedule_box .ttl i {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #fff;
    text-align: center;
}

.schedule_block .schedule_box .ttl i img {
    max-width: 73px;
}

.schedule_block .schedule_box .ttl b {
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.schedule_block .schedule_box .ttl b:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 4em;
    height: 2px;
    margin: auto;
    background-color: #707070;
}

.schedule_block .txt_arrow_bottom {
    display: inline-block;
    position: relative;
    margin-bottom: 2em;
    padding: 0.7em 2em;
    background-color: #1e86cb;
    border-radius: 37px;
    font-size: 2.6rem;
    color: #fff;
}

.schedule_block .txt_arrow_bottom:after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(30, 134, 203, 0);
    border-top-color: #1e86cb;
    border-width: 12px;
    margin-left: -12px;
}

.schedule_block .txt_arrow_top {
    display: inline-block;
    position: relative;
    margin-top: 2.5em;
    padding: 0.7em 2em;
    background-color: #1e86cb;
    border-radius: 37px;
    font-size: 2.6rem;
    color: #fff;
}

.schedule_block .txt_arrow_top:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -12px;
    border: solid transparent;
    border-color: rgba(30, 134, 203, 0);
    border-bottom-color: #1e86cb;
    border-width: 12px;
}

.schedule_block .schedule_list {
    position: relative;
    width: 100%;
}

.schedule_block .schedule_list:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #1e86cb;
}

.schedule_block .schedule_list dt {
    text-align: center;
}

.schedule_block .schedule_list dt .time {
    display: inline-block;
    position: relative;
    padding: 0.5em 0.5em;
    background-color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    color: #1e86cb;
    z-index: 1;
}

.schedule_block .schedule_list dt .time:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '…';
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1em;
}

.schedule_block .schedule_list dt.dot_right .time:after {
    right: -1em;
}

.schedule_block .schedule_list dt.dot_left .time:after {
    left: -1em;
}

.schedule_block .schedule_list dd {
    position: relative;
}

.schedule_block .schedule_list dd .box {
    position: absolute;
    width: 50%;
    font-size: 3.0rem;
    top: -1.5em;
}

.schedule_block .schedule_list dd.right .box {
    right: 0;
    margin-left: 1em;
    padding-left: 120px;
}

.schedule_block .schedule_list dd.left .box {
    left: 0;
    padding-right: 120px;
}

.schedule_block .schedule_list .sche730 {
    padding-bottom: 18%;
}

.schedule_block .schedule_list .sche930 {
    padding-bottom: 18%;
}

.schedule_block .schedule_list .sche1000 {
    padding-bottom: 25%;
}

.schedule_block .schedule_list .sche1100 {
    padding-bottom: 23%;
}

.schedule_block .schedule_list .sche1200 {
    padding-bottom: 25%;
}

.schedule_block .schedule_list .sche1500 {
    padding-bottom: 25%;
}

.schedule_block .schedule_list .sche1530 {
    padding-bottom: 24%;
}

.schedule_block .schedule_list .sche1830 {
    padding-bottom: 0;
}

.schedule_block .schedule_list .box figure {
    margin-bottom: 10px;
}

.schedule_block .schedule_list .box .schedule_name {
    display: block;
    margin-bottom: 0.5em;
    color: #6A5C45;
    font-size: 2.1rem;
}

.schedule_block .schedule_list .box p {
    font-size: 1.6rem;
    line-height: 1.6;
}

/**********************************/
/* calendar_block */
/**********************************/
.calendar_block .calendar_ttl {
    font-size: 3.2rem;
    text-align: center;
}

.calendar_block .calendar_ttl i {
    display: inline-block;
    margin-bottom: 20px;
}

.calendar_block .calendar_ttl b {
    display: block;
    position: relative;
    margin-bottom: 1.3em;
    padding-bottom: 0.3em;
    font-size: 1em;
    color: #6A5C45;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.calendar_block .calendar_ttl b:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 3em;
    height: 2px;
    margin: auto;
    background-color: #6A5C45;
}

.calendar_block .center_txt {
    margin-bottom: 2.5em;
    line-height: 1.7;
    text-align: center;
}

.calendar_block .calendar_12_box {
    letter-spacing: -1em;
}

.calendar_block .calendar_12_box > * {
    letter-spacing: normal;
}

.calendar_block .calendar_12_box .calendar_list {
    display: inline-block;
    width: 23%;
    margin-right: 2.666%;
    vertical-align: top;
}

.calendar_block .calendar_12_box .calendar_list:nth-child(4n) {
    margin-right: 0;
}

.calendar_12_box .calendar_list > li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
}

.calendar_12_box .calendar_list > li .right, .calendar_12_box .calendar_list > li .left {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
}

.calendar_12_box .calendar_list > li .left {
    width: 1.5em;
    padding-left: 5px;
    font-size: 4rem;
    text-align: center;
}

.calendar_12_box .calendar_list > li .right {
    position: relative;
    padding: 20px 0 35px 10px;
}

.calendar_12_box .calendar_list > li .month {
    font-size: 1em;
}

.calendar_12_box .calendar_list > li .month span {
    font-size: 1em;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fca81a;
}

.calendar_12_box .calendar_list > li .month small {
    display: block;
    color: #1e86cb;
    font-size: 0.3em;
    font-weight: bold;
}

.calendar_12_box .calendar_list > li .dot_list {
    position: relative;
    z-index: 1;
}

.calendar_12_box .calendar_list > li .dot_list li {
    position: relative;
    margin-bottom: 0.3em;
    padding-left: 1em;
    font-size: 1.7rem;
}

.calendar_12_box .calendar_list > li .dot_list li:last-child {
    margin-bottom: 0;
}

.calendar_12_box .calendar_list > li .dot_list li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 0.8em;
    height: 0.8em;
    margin: auto;
    background-color: #1e86cb;
    border-radius: 100px;
    line-height: 0.8em;
}

.calendar_12_box .calendar_list > li {
    position: relative;
}

.calendar_12_box .calendar_list > li .illust {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: auto;
}

.calendar_12_box .calendar_list > li.month6 .illust {
    width: 67px;
    bottom: -10px;
    right: -5px;
}

.calendar_12_box .calendar_list > li.month7 .illust {
    width: 88px;
    bottom: -10px;
    right: -10px;
}

.calendar_12_box .calendar_list > li.month8 .illust {
    width: 77px;
    bottom: -5px;
    right: 0px;
}

.calendar_12_box .calendar_list > li.month9 .illust {
    width: 80px;
    bottom: -10px;
    right: -10px;
}

.calendar_12_box .calendar_list > li.month11 .illust {
    width: 81px;
    bottom: -5px;
    right: -5px;
}

.calendar_12_box .calendar_list > li.month12 .illust {
    width: 78px;
    bottom: -15px;
    right: -15px;
}

.calendar_12_box .calendar_list > li.month1 .illust {
    width: 85px;
    bottom: -5px;
    right: -15px;
}

.calendar_12_box .calendar_list > li.month2 .illust {
    width: 85px;
    bottom: -5px;
    right: -15px;
}

.calendar_12_box .calendar_list > li.month3 .illust {
    width: 83px;
    bottom: -10px;
    right: -20px;
}

.top_about_block.about_location.life_page_ver {
    padding-top: 150px;
    padding-bottom: 0;
}

/*===============================================================*/
/* @Page nursery-info (園の詳細)*/
/*===============================================================*/
/**********************************/
/* nursery_block slider*/
/**********************************/
.nursery_block .img_slide_box {
    margin-bottom: 90px;
}

.nursery_block .img_slide_box .slick-prev,
.nursery_block .img_slide_box .slick-next {
    width: 67px;
    height: 67px;
    z-index: 1;
}

.nursery_block .img_slide_box .slick-next {
    right: -30px;
}

.nursery_block .img_slide_box .slick-prev {
    left: -30px;
}

.nursery_block .img_slide_box .slick-prev:before,
.nursery_block .img_slide_box .slick-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 67px;
    height: 67px;
    margin: auto;
    opacity: 1;
}

.nursery_block .img_slide_box .slick-next:before {
    content: '';
    background: url(../img/page/common/slide-arrow-right.png) no-repeat center/100%;
}

.nursery_block .img_slide_box .slick-prev:before {
    content: '';
    background: url(../img/page/common/slide-arrow-left.png) no-repeat center/100%;
}

.nursery_block .img_slide_box .slick-dots {
    bottom: 35px;
}

.nursery_block .img_slide_box .slick-dots li {
    width: 19px;
    height: 19px;
}

.nursery_block .img_slide_box .slick-dots li button {
    padding: 10px;
}

.nursery_block .img_slide_box .slick-dots li button:before {
    content: '';
    background-color: #fff;
    border-radius: 50px;
    opacity: 1;
}

.nursery_block .img_slide_box .slick-dots li.slick-active button:before {
    background-color: #1e86cb;
}

/**********************************/
/* nursery_block */
/**********************************/
.nursery_block .nursery_info_box {
    margin-bottom: 45px;
}

.nursery_block .nursery_info_box .left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.nursery_block .nursery_info_box .right {
    width: 48%;
    float: right;
}

.nursery_block .nursery_info_box .left .sab_ttl {
    margin-bottom: 1.4em;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #6A5C45;
}

.nursery_block .nursery_info_box .left .txt_box {
    font-size: 1.5rem;
}

.nursery_block .nursery_info_box .left .txt_box p {
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.04em;
}

.nursery_block .nursery_info_box .right .border_box {
    border: 1px solid #707070;
    padding: 35px 30px;
}

.nursery_block .nursery_info_box .right .border_box table {
    width: 100%;
}

.nursery_block .nursery_info_box .right .border_box table th, .nursery_block .nursery_info_box .right .border_box table td {
    padding: 6px 5px;
    vertical-align: top;
    line-height: 1.8;
}

.nursery_block .nursery_info_box .right .border_box table th {
    width: 4em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1e86cb;
    text-align: left;
}

.nursery_block .nursery_info_box .right .border_box table td a {
    padding-left: 1em;
    color: #1e86cb;
    text-decoration: underline;
}

.nursery_block .base_arrow_btn {
    display: block;
    width: 90%;
    max-width: 478px;
    margin: auto;
}

.nursery_block .ico_illust {
    margin-top: 20px;
    text-align: center;
}

.nursery_block .nursery_sab_img_box {
    margin-bottom: 75px;
}

.nursery_block .nursery_sab_img_box .list {
    letter-spacing: -1em;
}

.nursery_block .nursery_sab_img_box .list > * {
    letter-spacing: normal;
}

.nursery_block .nursery_sab_img_box .list li {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    vertical-align: top;
}

.nursery_block .nursery_sab_img_box .list li:nth-child(3n) {
    margin-right: 0;
}

/*===============================================================*/
/* @Page guide (入園案内)*/
/*===============================================================*/
/**********************************/
/* requirements_block */
/**********************************/
.requirements_block .center_txt {
    margin-bottom: 1.5em;
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: center;
}

.info_table table {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}

.info_table table th, .info_table table td {
    padding: 30px 10px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    line-height: 1.6;
    vertical-align: middle;
}

.info_table table th {
    width: 40%;
    color: #fff;
    background-color: #3B80AD;
    font-size: 1.8rem;
    text-align: center;
}

.info_table table td {
    padding-left: 40px;
    font-size: 1.6rem;
}

.info_table table td.center {
    text-align: center;
}

.info_table table td small {
    font-size: 0.8em;
}

.info_table table td .line_yellow_bottom {
    display: inline-block;
    position: relative;
}

.info_table table td .line_yellow_bottom:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fee521;
}

.requirements_block .notice_txt p {
    line-height: 1.8;
}

/**********************************/
/* price_block */
/**********************************/
.price_block .info_table {
    margin-bottom: 30px;
    padding: 50px 0 40px;
}

.price_block .info_table table {
    margin-bottom: 40px;
}

/**********************************/
/* availability_block */
/**********************************/
.availability_block .yellow_box {
    margin-bottom: 25px;
    background-color: #fee521;
    text-align: center;
}

.availability_block .yellow_box p {
    padding: 1.8em 1em;
    font-size: 1.8rem;
    color: #6A5C45;
    font-weight: bold;
}

.availability_block .notice {
    text-align: center;
}

/**********************************/
/* flow_block */
/**********************************/
.guide_page_block .flow_block .bg_white {
    padding: 50px 80px 70px;
}

.guide_page_block .flow_block .center_txt {
    font-size: 1.6rem;
    margin-bottom: 3em;
    text-align: center;
}

.guide_page_block .flow_block .center_txt p {
    font-size: 1em;
    line-height: 1.8;
}

.guide_page_block .flow_block .course_list {
    letter-spacing: -1em;
}

.guide_page_block .flow_block .course_list > * {
    letter-spacing: normal;
}

.guide_page_block .flow_block .course_list li {
    display: inline-block;
    position: relative;
    width: 48%;
    margin-right: 4%;
    background-color: #1e86cb;
    vertical-align: bottom;
    margin-bottom: 18px;
    text-align: center;
    color: #fff;
    padding: 1.2em 1em;
}

.guide_page_block .flow_block .course_list li:nth-child(2n) {
    margin-right: 0;
}

.guide_page_block .flow_block .course_list li:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #1e86cb;
    border-width: 10px;
}

.guide_page_block .flow_block .course_list .orange {
    background-color: #fca81a;
}

.guide_page_block .flow_block .course_list .orange:after {
    border-top-color: #fca81a;
}

.guide_page_block .flow_block .step_list li {
    position: relative;
    margin-bottom: 27px;
    border: 1px solid #707070;
}

.guide_page_block .flow_block .step_list li:before, .guide_page_block .flow_block .step_list li:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 13px;
    bottom: -22px;
}

.guide_page_block .flow_block .step_list li:before {
    left: 0;
    background: url(../img/page/guide/arrow-bottom-blue.svg) no-repeat center bottom/contain;
}

.guide_page_block .flow_block .step_list li:after {
    right: 0;
    background: url(../img/page/guide/arrow-bottom-orange.svg) no-repeat center bottom/contain;
}

.guide_page_block .flow_block .step_list li i {
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    margin: auto;
}

.guide_page_block .step_list li .txt_box {
    text-align: center;
    padding: 2.1em 30px 2.1em 100px;
    font-size: 2.0rem;
}

.guide_page_block .step_list li .txt_box b {
    display: block;
    margin-bottom: 0.7em;
    font-size: 1em;
}

.guide_page_block .step_list li.half_size {
    width: 50%;
}

.guide_page_block .step_list li.half_size:after {
    content: none;
}

.guide_page_block .step_list li.half_size:before {
    width: 100%;
}

.guide_page_block .step_list li.long_arrow:after {
    height: 120%;
    bottom: -123%;
    background: url(../img/page/guide/arrow-bottom-orange-long.svg) no-repeat center bottom/contain;
}

.guide_page_block .step_list li.block_2_ver .txt_box {
    width: 66%;
    float: left;
}

.guide_page_block .step_list li.block_2_ver .yellow_txt {
    position: relative;
    width: 100%;
    padding: 18px 120px 18px 140px;
}

.guide_page_block .step_list li.block_2_ver .yellow_txt:after {
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    content: '';
    width: 31px;
    height: 112px;
    margin: auto;
    background: url(../img/page/guide/yellow-ornament.svg) no-repeat center/100%;
}

.guide_page_block .step_list li.block_2_ver .yellow_txt .inner {
    display: inline-block;
    font-size: 1.6rem;
    width: 100%;
    background-color: #fee521;
    text-align: center;
    padding: 1.5em 0.5em;
    font-size: 2.0rem;
}

.guide_page_block .step_list li.block_2_ver .yellow_txt .inner b {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1em;
}

.guide_page_block .step_list li.block_2_ver .yellow_txt .inner p {
    line-height: 1.6;
}

.guide_page_block .step_list li.last {
    border: 0;
    background-color: #fee521;
}

.guide_page_block .step_list li.last:after, .guide_page_block .step_list li.last:before {
    content: none;
}

.guide_page_block .step_list li.last b {
    margin-bottom: 0;
}

.guide_page_block .step_list li.last .txt_box {
    position: relative;
    padding: 2.3em 30px 2.3em 30px;
}

.guide_page_block .step_list li.last .txt_box:before {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    content: '';
    width: 150px;
    height: 104px;
    margin: auto;
    background: url(../img/page/guide/illust-kids-left.svg) no-repeat center/100%;
}

.guide_page_block .step_list li.last .txt_box:after {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    content: '';
    width: 150px;
    height: 111px;
    margin: auto;
    background: url(../img/page/guide/illust-kids-right.svg) no-repeat center/100%;
}

.guide_page_block .top_about_block {
    padding-top: 150px;
}

/*===============================================================*/
/* @Page Contact (お問い合わせ)*/
/*===============================================================*/
.contact_message_block {
    padding: 70px 0 140px;
}

.contact_message_block .center_txt {
    margin-bottom: 2.5em;
    font-size: 1.8rem;
    text-align: center;
}

.contact_message_block .center_txt p {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.9;
}

.contact_message_block .center_txt p:last-child {
    margin-bottom: 0;
}

.contact_message_block .contact_tel_box {
    width: 94%;
    max-width: 844px;
    margin: auto;
    border: 1px solid #707070;
    padding: 25px 40px 50px;
}

.contact_message_block .contact_tel_box .ttl {
    display: block;
    margin-bottom: 1.7em;
    text-align: center;
    font-size: 2.2rem;
    font-weight: normal;
}

.contact_message_block .contact_tel_box dl {
    width: 100%;
    display: table;
}

.contact_message_block .contact_tel_box dl dt, .contact_message_block .contact_tel_box dl dd {
    display: table-cell;
    vertical-align: middle;
}

.contact_message_block .contact_tel_box dl dt {
    width: 17em;
    font-size: 1.6rem;
    background-color: #3B80AD;
    color: #fff;
    text-align: center;
}

.contact_message_block .contact_tel_box dl dd {
    padding-left: 30px;
}

.contact_message_block .contact_tel_box dl dd li {
    margin-bottom: 0.2em;
    font-size: 3.0rem;
    color: #1e86cb;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact_message_block .contact_tel_box dl dd li a {
    font-size: 1em;
    color: inherit;
}

.contact_message_block .contact_tel_box dl dd li:last-child {
    margin-bottom: 0;
}

.contact_form_block {
    padding: 70px 0 130px;
}

.contact_form_block .ttl {
    margin-bottom: 1.4em;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #1e86cb;
}

.contact_form_block .bg_white {
    padding: 70px 100px 110px;
}

.contact_form_block .bg_white .center {
    margin-bottom: 2.3em;
    font-size: 1.8rem;
    line-height: 1.6;
}

.contact_form_block .contact_table {
    width: 100%;
}

.contact_form_block .contact_table th, .contact_form_block .contact_table td {
    padding: 1.3em 0;
    font-size: 1.7rem;
    vertical-align: middle;
}

.contact_form_block .contact_table .ver_top {
    vertical-align: top;
}

.contact_form_block .contact_table th {
    position: relative;
    width: 15.5em;
    text-align: right;
}

.contact_form_block .contact_table th p {
    position: relative;
    padding-right: 3.5em;
    font-size: 1em;
}

.contact_form_block .contact_table th span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    height: 2.3em;
    margin: auto;
    padding: 0 1.2em;
    background-color: #fca81a;
    border-radius: 5px;
    font-size: 0.7em;
    line-height: 2.3em;
    color: #fff;
}

.contact_form_block .contact_table td {
    padding-left: 3em;
}

.contact_form_block .contact_table td textarea,
.contact_form_block .contact_table td input[type='email'],
.contact_form_block .contact_table td input[type='tel'],
.contact_form_block .contact_table td input[type='text'] {
    width: 100%;
    border: 1px solid #707070;
    background-color: #EFEEEA;
    font-size: 1.7rem;
    padding: 0.8em 0.5em;
}

.contact_form_block .contact_table td textarea {
    resize: none;
    height: 15em;
}

.contact_form_block .check_box,
.contact_form_block .radio_box {
    letter-spacing: -1em;
}

.contact_form_block .check_box > *,
.contact_form_block .radio_box > * {
    letter-spacing: normal;
}

.contact_form_block .check_box input[type=radio],
.contact_form_block .check_box input[type=checkbox],
.contact_form_block .radio_box input[type=radio],
.contact_form_block .radio_box input[type=checkbox] {
    display: none;
}

.contact_form_block .check_box > span,
.contact_form_block .radio_box > span {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.2em;
    font-size: 1.7rem;
}

.contact_form_block .check_box > span:nth-child(2n),
.contact_form_block .radio_box > span:nth-child(2n) {
    margin-right: 0;
}

.contact_form_block .check_box label span,
.contact_form_block .radio_box label span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1em;
    padding-left: 2.3em;
}

.contact_form_block .check_box label span:after,
.contact_form_block .radio_box label span:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 1.5em;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    border: 1px solid #707070;
    background-color: #EFEEEA;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact_form_block .check_box input[type=checkbox]:checked + span:before,
.contact_form_block .radio_box input[type=checkbox]:checked + span:before {
    opacity: 1;
}

.contact_form_block .radio_box label span:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.3em;
    content: '';
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 20px;
    background-color: #fca81a;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact_form_block .radio_box input[type=radio]:checked + span:before {
    opacity: 1;
}

.contact_form_block .check_box label span:after {
    background-color: #fff;
    border-radius: 0;
}

.contact_form_block .check_box label span:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    content: '';
    width: 0.5em;
    height: 1em;
    margin: auto;
    border-right: 4px solid #fca81a;
    border-bottom: 4px solid #fca81a;
    opacity: 0;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact_form_block .check_box input[type=checkbox]:checked + span:before {
    opacity: 1;
}

.contact_form_block .privacy_check_box {
    margin: 75px 0 80px;
}

.contact_form_block .submit_btn {
    display: inline-block;
    width: 80%;
    max-width: 330px;
    position: relative;
    background-color: #fee521;
    border: 2px solid #fee521;
    font-weight: bold;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.8rem;
    text-align: center;
}

.contact_form_block .submit_btn:after {
    position: absolute;
    right: 0.8em;
    top: 0;
    bottom: 0;
    content: '';
    width: 8px;
    height: 13px;
    margin: auto;
    background: url(../img/common/arrow-right-green.svg) no-repeat center/100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact_form_block .submit_btn input {
    display: block;
    width: 100%;
    padding: 0.8em 3em 0.7em;
    font-size: 1em;
    color: #6A5C45;
    font-weight: bold;
    cursor: pointer;
}

.contact_form_block .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

#mw_wp_form_mw-wp-form-46 {
    padding-top: 200px;
    margin-top: -200px;
}

.confirmation_block .contact_table th span {
    display: none;
}

.confirmation_block .input_back {
    display: block;
    margin: 35px auto 0;
    padding: 0.7em 3em;
    background-color: #ccc;
    border-radius: 70px;
    text-align: center;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.thanks_block .ttl,
.confirmation_block .ttl {
    padding-top: 1.5em;
}

.thanks_block #mw_wp_form_mw-wp-form-46,
.confirmation_block #mw_wp_form_mw-wp-form-46 {
    padding-top: 400px;
    margin-top: -400px;
}

.thanks_block .contact_form_block .check_box,
.thanks_block .contact_form_block .radio_box,
.confirmation_block .contact_form_block .check_box,
.confirmation_block .contact_form_block .radio_box {
    letter-spacing: 0;
}

.thanks_block .privacy_check_box,
.confirmation_block .privacy_check_box {
    display: none;
}

.thanks_block .contact_table,
.confirmation_block .contact_table {
    margin-bottom: 50px;
}

.contact_form_block .error {
    color: #f00;
    padding-top: 0.5em;
}

.contact_form_block .radio_box .error {
    width: 100%;
}

.contact_form_block .privacy_check_box > .error {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}

/************************************************/
/*404 Not Found*/
/************************************************/
.not_found_block {
    padding: 120px 0 150px;
    text-align: center;
}

.not_found_block .ttl {
    margin-bottom: 0.5em;
    font-size: 3.0rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.not_found_block .ttl b {
    display: block;
    font-size: 1.3em;
    color: #1e86cb;
}

.not_found_block .txt {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
}

.not_found_block .txt p {
    font-size: 1em;
    line-height: 1.8;
}

/************************************************/
/*preparation_block*/
/************************************************/
.preparation_block p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
}

/************************************************/
/* @Page NEWS archives (お知らせ一覧)*/
/************************************************/
.page_news_block .page_ttl_txt .page_link li a:after {
    content: none;
}

.page_base_block .news_archives_block {
    padding-top: 60px;
}

.archives_content_box .first_post_box {
    margin-bottom: 50px;
}

.archives_content_box .first_post_box .left {
    width: 55%;
    float: left;
    margin-right: 3%;
}

.archives_content_box .first_post_box .right {
    width: 42%;
    float: right;
}

.archives_content_box .img {
    position: relative;
}

.archives_content_box .img .category {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #1e86cb;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.5em 1em;
}

.archives_content_box .date {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
}

.archives_content_box .ttl {
    font-size: 2.0rem;
}

.archives_content_box .ttl a {
    display: block;
    font-size: 1em;
    line-height: 1.7;
}

.archives_content_box .first_post_box .new_ico {
    margin-bottom: 4.5em;
    padding: 0.3em 1em;
    background-color: #fee521;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 2.0rem;
}

.archives_content_box .post_list {
    margin-bottom: 50px;
    letter-spacing: -1em;
}

.archives_content_box .post_list > * {
    letter-spacing: normal;
}

.archives_content_box .post_list li {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
    vertical-align: top;
}

.archives_content_box .post_list li:nth-child(3n) {
    margin-right: 0;
}

.archives_content_box .post_list li .img {
    margin-bottom: 10px;
}

.archives_content_box .post_list li .ttl {
    font-size: 1.8rem;
}

.paging_box {
    text-align: center;
}

.paging_box .page-numbers li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.0rem;
}

.paging_box .page-numbers li span,
.paging_box .page-numbers li a {
    display: block;
    border: 1px solid #1e86cb;
    font-size: 1em;
    padding: 0.3em 0.5em;
}

.paging_box .page-numbers li .current {
    background-color: #1e86cb;
    color: #fff;
}

/************************************************/
/* @Page Staff (スタッフ紹介)*/
/************************************************/
.staff_info_block .border_box {
    border: 2px solid #707070;
    padding: 45px;
}

.staff_info_block .staff_list li {
    margin-bottom: 60px;
}

.staff_info_block .staff_list li:last-child {
    margin-bottom: 0;
}

.staff_info_block .staff_list li .left {
    width: 30%;
    float: left;
    margin-right: 7%;
}

.staff_info_block .staff_list li .right {
    width: 63%;
    float: right;
}

.staff_info_block .staff_list li .left .img {
    margin-bottom: 10px;
}

.staff_info_block .staff_list li .left .position {
    margin-bottom: 0.8em;
    text-align: center;
    font-size: 1.5rem;
}

.staff_info_block .staff_list li .left .name {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}

.staff_info_block .staff_list li .right {
    padding-top: 50px;
}

.staff_info_block .staff_list li .right .ttl {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
}

.staff_info_block .staff_list li .right .txt_box {
    font-size: 1.5rem;
}

.staff_info_block .staff_list li .right .txt_box p {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.8;
}

.staff_info_block .staff_list li .right .txt_box p:last-child {
    margin-bottom: 0;
}

.president_message_block .inner {
    padding: 35px 75px 60px;
}

.president_message_block .left {
    width: 46.5%;
    float: left;
}

.president_message_block .right {
    width: 50%;
    float: right;
    margin-left: 3.5%;
}

.president_message_block .name {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 2.8rem;
}

.president_message_block .name small {
    display: block;
    margin-bottom: 0.1em;
    font-size: 0.5em;
}

.president_message_block .txt_box {
    font-size: 1.45rem;
}

.president_message_block .txt_box p {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.president_message_block .txt_box p:last-child {
    margin-bottom: 0;
}

.page_base_block .staff_about_block {
    padding: 70px 0;
}

.staff_about_block .center_txt_ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
}

.staff_about_block .about_box {
    padding: 65px 60px 35px;
    background-color: #fff;
}

.staff_about_block .about_box .left {
    width: 55%;
    float: left;
    margin-right: 3%;
}

.staff_about_block .about_box .right {
    width: 42%;
    float: right;
}

.staff_about_block .about_box .ttl {
    display: block;
    margin: 0.4em 0 1em;
    font-size: 2.6rem;
    color: #1e86cb;
    font-weight: bold;
}

.staff_about_block .about_box .txt_box {
    font-size: 1.6rem;
}

.staff_about_block .about_box .txt_box p {
    font-size: 1em;
    line-height: 1.7;
}

.staff_about_block .about_box .base_arrow_btn {
    display: block;
    margin: 35px auto 0;
    text-align: center;
}

.staff_about_block .about_box .base_arrow_btn a {
    display: inline-block;
    width: 90%;
    max-width: 295px;
}

.top_about_block.co_orange_ver .message_ttl {
    color: #fca81a;
}

.top_about_block.co_orange_ver .left:after,
.top_about_block.co_orange_ver .left:before {
    background: url(../img/page/common/border-mini-orange.png) repeat-x center/cover;
}

/************************************************/
/* @Page Voice (お客様の声)*/
/************************************************/
.page_base_block .voice_list_block {
    padding-top: 60px;
}

.page_base_block .voice_list_block .center_txt {
    width: 90%;
    margin: 0 auto 3em;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.voice_list_block .voice_list li {
    margin-bottom: 40px;
    padding: 25px 33px;
    border: 2px solid #1e86cb;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.voice_list_block .voice_list li .left {
    width: 21.5%;
    float: left;
    margin-right: 4%;
}

.voice_list_block .voice_list li .right {
    width: 74.5%;
    float: right;
}

.voice_list_block .voice_list li .img {
    margin-bottom: 20px;
}

.voice_list_block .voice_list li .name {
    text-align: center;
    font-size: 1.6rem;
}

.voice_list_block .voice_list li .ttl {
    margin: 0.4em 0 1.2em;
    font-size: 1.8rem;
    color: #6A5C45;
}

.voice_list_block .voice_list li .txt_box {
    font-size: 1.6rem;
}

.voice_list_block .voice_list li .txt_box p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.voice_list_block .voice_list li .txt_box p:last-child {
    margin-bottom: 0;
}

/*===============================================================*/
/* @Page post_single (NEWS詳細)*/
/*===============================================================*/
.page_news_single_block .post_ttl_box {
    padding-top: 100px;
}

.page_news_single_block .post_ttl_box .category {
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.8em 2.5em;
    background-color: #1e86cb;
    border-radius: 30px;
    color: #fff;
}

.page_news_single_block .post_ttl_box .date {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}

.page_news_single_block .post_ttl_box .post_ttl {
    margin-bottom: 1em;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
}

.post_single_main_block .left_main_contents {
    width: 63%;
    float: left;
    margin-right: 6.5%;
}

.post_single_main_block .sidebar {
    width: 30.5%;
    float: right;
}

.post_single_main_block .left_main_contents .icatch {
    margin-bottom: 45px;
}

.post_single_main_block .left_main_contents .the_content {
    margin-bottom: 60px;
}

.left_main_contents .the_content h2 {
    font-size: 2.5rem;
    margin-bottom: 1em;
    font-weight: bold;
}

.left_main_contents .the_content h3 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #1e86cb;
    font-size: 2.2rem;
}

.left_main_contents .the_content h4 {
    font-size: 2.0rem;
    margin-bottom: 1em;
    font-weight: bold;
}

.left_main_contents .the_content p {
    margin-bottom: 2em;
    font-size: 1.6rem;
    line-height: 1.8;
}

.left_main_contents .the_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left_main_contents .the_content .alignright {
    display: inline;
    max-width: 60%;
    float: right;
    margin: 0 0 10px 10px;
    padding: 4px;
}

.left_main_contents .the_content .alignleft {
    display: inline;
    max-width: 60%;
    float: left;
    margin: 0 10px 10px 0;
}

.left_main_contents .the_content img {
    margin-top: 30px;
    margin-bottom: 40px;
}

.left_main_contents .the_content ul, .left_main_contents .the_content ol {
    font-size: 1.5rem;
    margin-bottom: 2em;
}

.left_main_contents .the_content ul li, .left_main_contents .the_content ol li {
    margin-bottom: 0.4em;
    padding-left: 1.3em;
    line-height: 1.8;
    text-indent: -1.3em;
}

.left_main_contents .the_content ul li:last-child, .left_main_contents .the_content ol li:last-child {
    margin-bottom: 0;
}

.left_main_contents .the_content ul li:before {
    content: '・';
    margin-left: 0.3em;
}

.left_main_contents .the_content ol {
    counter-reset: item;
}

.left_main_contents .the_content ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    padding-right: 0.3em;
}

.left_main_contents .base_arrow_btn {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: auto;
}

.left_main_contents .base_arrow_btn a:after {
    left: 1.8em;
    right: auto;
    background: url(../img/common/arrow-left-brown.svg) no-repeat center/100%;
}

.left_main_contents .base_arrow_btn a:hover:after {
    left: 1.3em;
}

.post_single_main_block .sidebar .side_box {
    margin-bottom: 45px;
}

.post_single_main_block .sidebar .side_ttl {
    margin-bottom: 0.7em;
    padding: 0.4em;
    border: 2px solid #707070;
    font-size: 2.4rem;
    color: #1e86cb;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}

.post_single_main_block .sidebar .archives_list,
.post_single_main_block .sidebar .category_list {
    padding: 0 25px;
}

.post_single_main_block .sidebar .archives_list li,
.post_single_main_block .sidebar .category_list li {
    border-bottom: 1px solid #1e86cb;
}

.post_single_main_block .sidebar .archives_list li a,
.post_single_main_block .sidebar .category_list li a {
    display: block;
    padding: 0.8em 0.2em;
    font-size: 1.8rem;
}

.post_single_main_block .sidebar .featured_post_box {
    padding: 0 25px;
}

.post_single_main_block .sidebar .featured_post_box img {
    margin-bottom: 10px;
}

.post_single_main_block .sidebar .featured_post_box .ttl {
    font-size: 1.8rem;
}

.post_single_main_block .sidebar .post_list {
    padding: 0 25px;
}

.post_single_main_block .sidebar .post_list li {
    margin-bottom: 25px;
}

.post_single_main_block .sidebar .post_list li img {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.post_single_main_block .sidebar .post_list li .ttl {
    display: block;
    padding: 1em 0;
    line-height: 1.6;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /************************************************/
    /*Page ttl*/
    /************************************************/
    .page_ttl_bg {
        padding: 200px 0;
    }
    .page_ttl_txt .page_link {
        letter-spacing: -1em;
    }
    .page_ttl_txt .page_link > * {
        letter-spacing: normal;
    }
    .page_ttl_txt .page_link li {
        min-width: auto;
        width: 42%;
        margin-right: 4%;
    }
    /*===============================================================*/
    /* @Page guide (入園案内)*/
    /*===============================================================*/
    /************************************************/
    /* guide_page_block */
    /************************************************/
    .guide_page_block .flow_block .step_list li i {
        left: -50px;
        width: 100px;
        height: 100px;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /*===============================================================*/
    /* @Page Contact (お問い合わせ)*/
    /*===============================================================*/
    .contact_message_block .contact_tel_box dl dd li {
        font-size: 2.0rem;
    }
    .contact_form_block .bg_white {
        padding: 70px 20px 110px;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /************************************************/
    /*Page header*/
    /************************************************/
    header {
        z-index: 3;
    }
    header .logo {
        width: 30%;
        margin: 0 auto 0;
    }
    .header_border_page_ver {
        padding: 15px 0 10px;
    }
    .header_border_page_ver:after {
        height: 30px;
    }
    /************************************************/
    /*Page ttl*/
    /************************************************/
    .page_ttl_bg {
        padding: 100px 0;
    }
    .page_ttl_txt {
        font-size: 2.3rem;
        padding: 1.5em 0.5em 1.5em;
    }
    .page_ttl_txt .page_link li {
        display: block;
        width: 85%;
        margin: 0 auto 10px;
    }
    .page_ttl_txt .page_link li:nth-child(2n) {
        margin-right: auto;
    }
    .page_ttl_txt .page_link li a {
        font-size: 1.5rem;
        padding: 1.3em 3em 1.1em;
    }
    .page_ttl_txt .page_link li a:after {
        right: 0.5em;
        width: 10px;
        height: 9px;
    }
    .page_ttl_txt .page_link li.schedule a:before {
        width: 30px;
        height: 30px;
    }
    .page_ttl_txt .page_link li.calendar a:before {
        width: 30px;
        height: 31px;
    }
    .page_ttl_txt .main_width {
        width: 100%;
    }
    .page_ttl_txt .page_link.column_4 {
        letter-spacing: -1em;
    }
    .page_ttl_txt .page_link.column_4 > * {
        letter-spacing: normal;
    }
    .page_ttl_txt .page_link.column_4 li {
        display: inline-block;
        min-width: auto;
        width: 49%;
        margin-right: 2%;
    }
    .page_ttl_txt .page_link.column_4 li:nth-child(2n) {
        margin-right: 0;
    }
    .page_ttl_txt .page_link.column_4 li:nth-child(4n) {
        margin-right: 0;
    }
    .page_ttl_txt .page_link.column_4 li a {
        font-size: 1.4rem;
        padding: 1.3em 1em 1.1em;
    }
    /*=============================================*/
    /* Page Common */
    /*=============================================*/
    .page_base_block section {
        padding: 60px 0;
    }
    /*===============================================================*/
    /* @Page About (園について)*/
    /*===============================================================*/
    /************************************************/
    /* about_philosophy*/
    /************************************************/
    .about_philosophy .ico_border_ttl {
        font-size: 2.5rem;
    }
    .about_philosophy .ico_border_ttl .ttl {
        font-size: 1em;
    }
    .about_philosophy .ico_border_ttl i {
        max-width: 45px;
    }
    .about_philosophy .ico_border_ttl:before {
        height: 10px;
        background: url(../img/page/common/border-mini-blue.svg) repeat-x center/cover;
    }
    .about_philosophy .ico_border_ttl:after {
        width: 45%;
        height: 12px;
    }
    .about_philosophy .txt_box .sab_ttl {
        font-size: 2.3rem;
    }
    .about_philosophy .txt_box .txt {
        width: 94%;
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
    .about_philosophy .txt_box .txt p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    /************************************************/
    /* about_target */
    /************************************************/
    .about_target .frag_ttl .ttl {
        font-size: 2.5rem;
    }
    .about_target .frag_ttl .ttl span {
        background-color: #fff;
        z-index: 1;
        padding: 0.3em;
    }
    .about_target .frag_ttl .ttl:before {
        width: 50%;
    }
    .about_target .frag_ttl .ttl:after {
        width: 50%;
    }
    .about_target .sab_ttl {
        padding: 0 50px;
        font-size: 1.8rem;
    }
    .about_target .sab_ttl:before {
        width: 40px;
        height: 64px;
    }
    .about_target .sab_ttl:after {
        width: 45px;
        height: 38px;
    }
    .about_target .point_list {
        display: block;
    }
    .about_target .point_list li {
        width: 96%;
        margin: 70px auto 30px;
    }
    .about_target .point_list li:nth-child(2n) {
        margin-right: auto;
    }
    .about_target .point_list li:after {
        right: -5px;
        top: 5px;
    }
    .about_target .point_list li .inner {
        position: relative;
        height: 100%;
        padding: 40px 20px 20px;
    }
    .about_target .point_list li:last-child {
        margin-bottom: 0;
    }
    .about_target .point_list li .balloon {
        top: -35px;
        width: 70px;
        height: 70px;
    }
    .about_target .point_list li .img {
        margin-bottom: 10px;
    }
    .about_target .point_list li .point_ttl {
        font-size: 1.8rem;
    }
    .about_target .point_list li p {
        font-size: 1.3rem;
    }
    .about_target .base_arrow_btn {
        min-width: auto;
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }
    /************************************************/
    /* about_privacy */
    /************************************************/
    .page_base_block .about_privacy {
        padding-bottom: 100px;
    }
    .about_privacy .border_left_right_ttl {
        font-size: 2.4rem;
    }
    .about_privacy .border_left_right_ttl span {
        padding: 0.3em 1em;
    }
    .about_privacy .border_left_right_ttl:before {
        height: 10px;
        background: url(../img/page/common/border-mini-green.png) repeat-x center/cover;
    }
    .about_privacy .center_txt {
        font-size: 1.8rem;
    }
    .about_privacy .img_right_txt_box .img {
        width: 80%;
        float: none;
        margin: 0 auto 10px;
    }
    .about_privacy .img_right_txt_box .txt {
        width: 90%;
        float: none;
        margin: auto;
    }
    .about_privacy .img_right_txt_box .txt li {
        font-size: 1.4rem;
    }
    /************************************************/
    /* about_support */
    /************************************************/
    .page_base_block .about_support {
        padding-bottom: 40px;
    }
    .about_support .self_ttl span {
        font-size: 2.3rem;
    }
    .about_support .self_ttl span:before, .about_support .self_ttl span:after {
        width: 30px;
        height: 34px;
    }
    .about_support .center_txt {
        width: 94%;
        margin: 0 auto 2.5em;
        font-size: 1.4rem;
        text-align: left;
    }
    .about_support .center_txt p span:after {
        bottom: -3px;
        height: 3px;
    }
    .about_support .center_ornament_ttl {
        font-size: 2.2rem;
    }
    .about_support .center_ornament_ttl:before {
        height: 40px;
        background: url(../img/page/about/dot-border-kids-left.svg) no-repeat left center/100%;
    }
    .about_support .center_ornament_ttl:after {
        height: 60px;
        background: url(../img/page/about/dot-border-kids-right.svg) no-repeat right center/100%;
    }
    .about_support .center_ornament_ttl span {
        padding: 0.5em 1em;
    }
    .about_support .center_ornament_ttl span:after {
        height: 3px;
    }
    .about_support .support_page_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 40px;
    }
    .about_support .support_page_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .about_support .support_page_list li:nth-child(2n) {
        margin-right: 0;
    }
    .about_support .support_page_list li figure img {
        margin-bottom: 10px;
    }
    .about_support .support_page_list li b {
        font-size: 1.8rem;
    }
    .about_support .support_page_list li p {
        font-size: 1.3rem;
    }
    /************************************************/
    /*about_sick */
    /************************************************/
    .page_base_block .about_sick {
        padding-top: 80px;
    }
    .page_base_block .about_sick .inner {
        padding: 30px 20px;
    }
    .about_sick .ttl {
        font-size: 1.9rem;
    }
    .about_sick .ttl i {
        max-width: 50px;
    }
    .about_sick .img_left_txt_box .img {
        width: 90%;
        float: none;
        margin: 0 auto 15px;
    }
    .about_sick .img_left_txt_box .txt_box {
        width: 100%;
        float: none;
    }
    .about_sick .img_left_txt_box .txt_box .txt b {
        font-size: 1.6rem;
    }
    .about_sick .img_left_txt_box .txt_box .txt b span:after {
        bottom: -3px;
        height: 3px;
    }
    .about_sick .img_left_txt_box .txt_box .txt p {
        font-size: 1.4rem;
    }
    .about_sick .img_left_txt_box .txt_box .base_arrow_btn {
        float: none;
        width: 100%;
        margin: 25px auto 0;
    }
    /************************************************/
    /*about_sick */
    /************************************************/
    .page_base_block .about_location {
        padding-top: 0;
    }
    .about_location .ttl {
        font-size: 2.0rem;
    }
    .about_location .ttl span:before {
        width: 40px;
        height: 37px;
    }
    .about_location .ttl span:after {
        width: 40px;
        height: 37px;
    }
    .about_location .center_txt {
        font-size: 1.4rem;
    }
    .about_location .about_more_info_box {
        border: 0;
    }
    .about_location .about_more_info_box .list {
        margin-bottom: 45px;
    }
    .location_message {
        padding: 30px 0;
    }
    .location_message .left {
        width: 100%;
        float: none;
    }
    .location_message .right {
        width: 80%;
        float: none;
        margin: 30px auto 0;
    }
    .location_message .left {
        padding: 35px 0;
    }
    .location_message .left .message_ttl {
        font-size: 2.0rem;
    }
    .location_message .left p {
        font-size: 1.4rem;
    }
    /*===============================================================*/
    /* @Page Life (園での生活)*/
    /*===============================================================*/
    /**********************************/
    /* schedule_block */
    /**********************************/
    .page_base_block .schedule_block {
        padding-top: 80px;
    }
    .schedule_block .schedule_box {
        padding: 0 20px 30px;
    }
    .schedule_block .schedule_box .ttl {
        top: -30px;
        margin-bottom: 0;
    }
    .schedule_block .schedule_box .ttl i {
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    .schedule_block .schedule_box .ttl i img {
        max-width: 40px;
    }
    .schedule_block .schedule_box .ttl b {
        font-size: 2.4rem;
    }
    .schedule_block .txt_arrow_bottom {
        font-size: 1.8rem;
    }
    .schedule_block .txt_arrow_top {
        font-size: 1.8rem;
    }
    .schedule_block .schedule_list:after {
        top: 0;
        right: auto;
        left: 1em;
    }
    .schedule_block .schedule_list dt {
        text-align: left;
        font-size: 1.8rem;
        width: 4em;
        float: left;
    }
    .schedule_block .schedule_list dt .time {
        left: -15px;
        font-size: 1.8rem;
    }
    .schedule_block .schedule_list dt.dot_left .time:after {
        left: auto;
        right: -1em;
    }
    .schedule_block .schedule_list dd {
        width: 100%;
        padding-left: 5em;
        font-size: 1.8rem;
    }
    .schedule_block .schedule_list dd .box {
        position: static;
        width: 100%;
    }
    .schedule_block .schedule_list dd.right .box {
        margin-left: 0;
        padding-left: 0;
    }
    .schedule_block .schedule_list dd.left .box {
        left: 0;
        padding-right: 0;
    }
    .schedule_block .schedule_list .sche730 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche930 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1000 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1100 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1200 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1500 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1530 {
        padding-bottom: 20px;
    }
    .schedule_block .schedule_list .sche1830 {
        padding-bottom: 0;
    }
    .schedule_block .schedule_list .box figure {
        margin-bottom: 5px;
    }
    .schedule_block .schedule_list .box .schedule_name {
        font-size: 1.7rem;
    }
    .schedule_block .schedule_list .box p {
        font-size: 1.3rem;
    }
    /**********************************/
    /* calendar_block */
    /**********************************/
    .calendar_block .calendar_ttl {
        font-size: 2.4rem;
    }
    .calendar_block .calendar_ttl i {
        display: inline-block;
        margin-bottom: 15px;
    }
    .calendar_block .center_txt {
        width: 90%;
        margin: 0 auto 2.5em;
    }
    .calendar_block .calendar_12_box .calendar_list {
        display: block;
        width: 90%;
        margin: auto;
        vertical-align: top;
    }
    .calendar_block .calendar_12_box .calendar_list:nth-child(4n) {
        margin-right: auto;
    }
    .calendar_12_box .calendar_list > li {
        margin-bottom: 10px;
    }
    .calendar_12_box .calendar_list > li .right, .calendar_12_box .calendar_list > li .left {
        padding: 15px 0;
    }
    .calendar_12_box .calendar_list > li .left {
        width: 2em;
        padding-left: 5px;
        font-size: 3.5rem;
        text-align: center;
    }
    .calendar_12_box .calendar_list > li .right {
        padding: 20px 0 20px 10px;
    }
    .calendar_12_box .calendar_list > li .dot_list li {
        font-size: 1.5rem;
    }
    .top_about_block.about_location.life_page_ver {
        padding-top: 50px;
    }
    /*===============================================================*/
    /* @Page nursery-info (園の詳細)*/
    /*===============================================================*/
    /**********************************/
    /* nursery_block slider*/
    /**********************************/
    .nursery_block .img_slide_box {
        margin-bottom: 25px;
    }
    .nursery_block .img_slide_box .slick-prev,
    .nursery_block .img_slide_box .slick-next {
        width: 30px;
        height: 30px;
    }
    .nursery_block .img_slide_box .slick-next {
        right: 0;
    }
    .nursery_block .img_slide_box .slick-prev {
        left: 0;
    }
    .nursery_block .img_slide_box .slick-prev:before,
    .nursery_block .img_slide_box .slick-next:before {
        width: 30px;
        height: 30px;
    }
    .nursery_block .img_slide_box .slick-dots {
        bottom: 5px;
    }
    .nursery_block .img_slide_box .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .nursery_block .img_slide_box .slick-dots li button {
        padding: 10px;
    }
    .nursery_block .img_slide_box .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    /**********************************/
    /* nursery_block */
    /**********************************/
    .nursery_block .nursery_info_box {
        width: 94%;
        margin: 0 auto 40px;
    }
    .nursery_block .nursery_info_box .left {
        width: 100%;
        float: none;
        margin: 0 auto 25px;
    }
    .nursery_block .nursery_info_box .right {
        width: 100%;
        float: none;
    }
    .nursery_block .nursery_info_box .left .sab_ttl {
        font-size: 1.8rem;
    }
    .nursery_block .nursery_info_box .left .txt_box {
        font-size: 1.4rem;
    }
    .nursery_block .nursery_info_box .right .border_box {
        padding: 25px 10px;
    }
    .nursery_block .nursery_info_box .right .border_box table th {
        font-size: 1.4rem;
    }
    .nursery_block .base_arrow_btn {
        width: 96%;
    }
    .nursery_block .nursery_sab_img_box {
        margin-bottom: 40px;
    }
    .nursery_block .nursery_sab_img_box .list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .nursery_block .nursery_sab_img_box .list li:nth-child(3n) {
        margin-right: 4%;
    }
    .nursery_block .nursery_sab_img_box .list li:nth-child(2n) {
        margin-right: 0;
    }
    .nursery_block .nursery_sab_img_box .list li:last-child {
        display: block;
        margin: auto;
    }
    /*===============================================================*/
    /* @Page guide (入園案内)*/
    /*===============================================================*/
    /**********************************/
    /* requirements_block */
    /**********************************/
    .requirements_block .center_txt {
        font-size: 1.6rem;
    }
    .info_table table {
        margin-bottom: 20px;
    }
    .info_table table th, .info_table table td {
        padding: 20px 10px;
    }
    .info_table table th {
        width: 35%;
        font-size: 1.3rem;
        padding: 20px 5px;
    }
    .info_table table td {
        padding-left: 10px;
        font-size: 1.4rem;
    }
    /**********************************/
    /* price_block */
    /**********************************/
    .price_block .info_table {
        margin-bottom: 30px;
        padding: 30px 10px 30px;
    }
    .price_block .info_table table {
        margin-bottom: 20px;
    }
    /**********************************/
    /* availability_block */
    /**********************************/
    .availability_block .yellow_box {
        margin-bottom: 20px;
    }
    .availability_block .yellow_box p {
        padding: 1.8em 1.5em;
        font-size: 1.7rem;
        line-height: 1.6;
    }
    .availability_block .notice {
        line-height: 1.6;
    }
    /**********************************/
    /* flow_block */
    /**********************************/
    .guide_page_block .flow_block .bg_white {
        padding: 40px 5px 40px;
    }
    .guide_page_block .flow_block .center_txt {
        width: 96%;
        margin: 0 auto 2.5em;
        font-size: 1.4rem;
    }
    .guide_page_block .flow_block .course_list {
        letter-spacing: -1em;
    }
    .guide_page_block .flow_block .course_list > * {
        letter-spacing: normal;
    }
    .guide_page_block .flow_block .course_list li {
        padding: 1.5em 0.5em;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .guide_page_block .flow_block .step_list li i {
        display: block;
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: auto;
        width: 45px;
        height: 45px;
    }
    .guide_page_block .step_list li .txt_box {
        text-align: center;
        padding: 2.8em 1em 2.8em 1em;
        font-size: 1.5rem;
    }
    .guide_page_block .step_list li .txt_box b {
        display: block;
        margin-bottom: 0.7em;
        font-size: 1em;
    }
    .guide_page_block .step_list li .txt_box p {
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .guide_page_block .step_list li.half_size {
        width: 55%;
    }
    .guide_page_block .step_list li.long_arrow:after {
        height: 120%;
        bottom: -125%;
    }
    .guide_page_block .step_list li.block_2_ver .txt_box {
        width: 55%;
    }
    .guide_page_block .step_list li.block_2_ver .yellow_txt {
        position: relative;
        width: 100%;
        padding: 2.8em 45px 2em 1em;
        font-size: 1.5rem;
    }
    .guide_page_block .step_list li.block_2_ver .yellow_txt:after {
        right: 10px;
        width: 25px;
        height: 90px;
    }
    .guide_page_block .step_list li.block_2_ver .yellow_txt .inner {
        font-size: 1em;
    }
    .guide_page_block .step_list li.last b {
        margin-bottom: 0;
    }
    .guide_page_block .step_list li.last .txt_box {
        position: relative;
        padding: 2.3em 100px 2.3em 100px;
    }
    .guide_page_block .step_list li.last .txt_box:before {
        left: 5px;
        width: 90px;
        height: 63px;
    }
    .guide_page_block .step_list li.last .txt_box:after {
        position: absolute;
        right: 5px;
        width: 90px;
        height: 67px;
    }
    .guide_page_block .top_about_block {
        padding-top: 100px;
    }
    /*===============================================================*/
    /* @Page Contact (お問い合わせ)*/
    /*===============================================================*/
    .contact_message_block {
        padding: 40px 0 60px;
    }
    .contact_message_block .center_txt {
        width: 96%;
        margin: 0 auto 2em;
        font-size: 1.5rem;
        text-align: left;
    }
    .contact_message_block .contact_tel_box {
        width: 96%;
        padding: 25px 20px 20px;
    }
    .contact_message_block .contact_tel_box .ttl {
        margin-bottom: 0.8em;
        font-size: 1.8rem;
    }
    .contact_message_block .contact_tel_box dl {
        width: 100%;
        display: block;
    }
    .contact_message_block .contact_tel_box dl dt, .contact_message_block .contact_tel_box dl dd {
        display: block;
        vertical-align: middle;
    }
    .contact_message_block .contact_tel_box dl dt {
        width: 100%;
        margin-bottom: 0.8em;
        padding: 0.8em 0 0.7em;
        font-size: 1.5rem;
    }
    .contact_message_block .contact_tel_box dl dd {
        padding-left: 0;
    }
    .contact_message_block .contact_tel_box dl dd li {
        margin-bottom: 0.5em;
        font-size: 1.9rem;
        text-align: center;
    }
    .contact_form_block {
        padding: 40px 0 90px;
    }
    .contact_form_block .ttl {
        margin-bottom: 1em;
        font-size: 2.6rem;
    }
    .contact_form_block .bg_white {
        padding: 40px 20px 40px;
    }
    .contact_form_block .bg_white .center {
        font-size: 1.5rem;
    }
    .contact_form_block .contact_table th, .contact_form_block .contact_table td {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        padding: 0.5em 0;
        font-size: 1.4rem;
    }
    .contact_form_block .contact_table th {
        width: 100%;
        text-align: left;
        padding: 0.5em 0 0 0;
    }
    .contact_form_block .contact_table th p {
        padding-right: 0;
    }
    .contact_form_block .contact_table th span {
        position: static;
        float: right;
        height: 1.7em;
        padding: 0 1em;
        font-size: 0.8em;
        line-height: 1.7em;
        vertical-align: top;
    }
    .contact_form_block .contact_table td {
        padding-bottom: 1.5em;
        padding-left: 0;
    }
    .contact_form_block .contact_table td textarea,
    .contact_form_block .contact_table td input[type='email'],
    .contact_form_block .contact_table td input[type='tel'],
    .contact_form_block .contact_table td input[type='text'] {
        font-size: 1.5rem;
    }
    .contact_form_block .contact_table td textarea {
        height: 10em;
    }
    .contact_form_block .check_box > span,
    .contact_form_block .radio_box > span {
        margin-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .contact_form_block .privacy_check_box {
        margin: 30px 0 40px;
    }
    .contact_form_block .privacy_check_box.check_box > span {
        width: 100%;
    }
    .contact_form_block .submit_btn {
        font-size: 1.6rem;
    }
    /************************************************/
    /*404 Not Found*/
    /************************************************/
    .not_found_block {
        padding: 100px 0 100px;
    }
    .not_found_block .ttl {
        margin-bottom: 0.8em;
        font-size: 2.3rem;
    }
    .not_found_block .ttl b {
        font-size: 1.5em;
    }
    .not_found_block .txt {
        font-size: 1.6rem;
    }
    /************************************************/
    /* @Page NEWS archives (お知らせ一覧)*/
    /************************************************/
    .page_base_block .news_archives_block {
        padding-top: 40px;
    }
    .archives_content_box {
        margin-bottom: 60px;
    }
    .archives_content_box .first_post_box {
        margin-bottom: 40px;
    }
    .archives_content_box .first_post_box .left {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .archives_content_box .first_post_box .right {
        width: 100%;
        float: none;
    }
    .archives_content_box .img .category {
        font-size: 1.4rem;
    }
    .archives_content_box .date {
        font-size: 1.2rem;
    }
    .archives_content_box .ttl {
        font-size: 1.8rem;
    }
    .archives_content_box .first_post_box .img {
        margin-bottom: 15px;
    }
    .archives_content_box .first_post_box .new_ico {
        margin-bottom: 0.5em;
        font-size: 1.8rem;
    }
    .archives_content_box .post_list {
        margin-bottom: 50px;
        letter-spacing: -1em;
    }
    .archives_content_box .post_list > * {
        letter-spacing: normal;
    }
    .archives_content_box .post_list li {
        display: inline-block;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
        vertical-align: top;
    }
    .archives_content_box .post_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .archives_content_box .post_list li:nth-child(2n) {
        margin-right: 0;
    }
    .archives_content_box .post_list li .img {
        margin-bottom: 10px;
    }
    .archives_content_box .post_list li .ttl {
        font-size: 1.4rem;
    }
    .archives_content_box .post_list li .category {
        font-size: 1.2rem;
    }
    .archives_content_box .post_list li:last-child {
        display: block;
        margin: auto;
    }
    .paging_box .page-numbers li {
        font-size: 1.8rem;
    }
    /************************************************/
    /* @Page Staff (スタッフ紹介)*/
    /************************************************/
    .staff_info_block .border_box {
        border: 1px solid #707070;
        padding: 30px 20px 50px;
    }
    .staff_info_block .staff_list li {
        margin-bottom: 50px;
    }
    .staff_info_block .staff_list li .left {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .staff_info_block .staff_list li .right {
        width: 100%;
        float: none;
    }
    .staff_info_block .staff_list li .left .img {
        width: 40%;
        float: left;
        margin-right: 3%;
    }
    .staff_info_block .staff_list li .left .position {
        text-align: left;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .staff_info_block .staff_list li .left .name {
        font-size: 1.5rem;
        text-align: left;
    }
    .staff_info_block .staff_list li .right {
        padding-top: 20px;
    }
    .staff_info_block .staff_list li .right .ttl {
        margin-bottom: 0.6em;
        font-size: 1.7rem;
    }
    .staff_info_block .staff_list li .right .txt_box {
        font-size: 1.4rem;
    }
    .president_message_block .inner {
        padding: 35px 20px 40px;
    }
    .president_message_block .left {
        width: 75%;
        margin: 0 auto 15px;
        float: none;
    }
    .president_message_block .right {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .president_message_block .name {
        font-size: 2.4rem;
    }
    .president_message_block .txt_box {
        font-size: 1.4rem;
    }
    .president_message_block .txt_box p {
        line-height: 1.8;
    }
    .page_base_block .staff_about_block {
        padding: 50px 0;
    }
    .staff_about_block .center_txt_ttl {
        font-size: 2.0rem;
    }
    .staff_about_block .about_box {
        padding: 40px 20px 40px;
    }
    .staff_about_block .about_box .left {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .staff_about_block .about_box .right {
        width: 100%;
        float: none;
    }
    .staff_about_block .about_box .ttl {
        font-size: 2.4rem;
        line-height: 1.6;
    }
    .staff_about_block .about_box .txt_box {
        font-size: 1.4rem;
    }
    /************************************************/
    /* @Page Voice (お客様の声)*/
    /************************************************/
    .page_base_block .voice_list_block {
        padding-top: 40px;
    }
    .page_base_block .voice_list_block .center_txt {
        margin: 0 auto 2.2em;
        font-size: 1.6rem;
    }
    .voice_list_block .voice_list li {
        margin-bottom: 30px;
        padding: 30px 20px;
        border: 1px solid #1e86cb;
    }
    .voice_list_block .voice_list li .left {
        width: 60%;
        float: none;
        margin: 0 auto 20px;
    }
    .voice_list_block .voice_list li .right {
        width: 100%;
        float: none;
    }
    .voice_list_block .voice_list li .img {
        margin-bottom: 10px;
    }
    .voice_list_block .voice_list li .name {
        font-size: 1.5rem;
    }
    .voice_list_block .voice_list li .ttl {
        font-size: 1.8rem;
    }
    .voice_list_block .voice_list li .txt_box {
        font-size: 1.4rem;
    }
    .voice_list_block .voice_list li .txt_box p {
        line-height: 1.8;
    }
    /*===============================================================*/
    /* @Page post_single (NEWS詳細)*/
    /*===============================================================*/
    .page_news_single_block .post_ttl_box {
        padding-top: 50px;
    }
    .page_news_single_block .post_ttl_box .category {
        padding: 0.6em 2em;
    }
    .page_news_single_block .post_ttl_box .date {
        font-size: 1.4rem;
    }
    .page_news_single_block .post_ttl_box .post_ttl {
        margin-bottom: 1em;
        font-size: 2.0rem;
    }
    .post_single_main_block .left_main_contents {
        width: 96%;
        float: none;
        margin: 0 auto 60px;
    }
    .post_single_main_block .sidebar {
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .post_single_main_block .left_main_contents .icatch {
        margin-bottom: 25px;
    }
    .post_single_main_block .left_main_contents .the_content {
        margin-bottom: 40px;
    }
    .left_main_contents .the_content h2 {
        font-size: 2.0rem;
    }
    .left_main_contents .the_content h3 {
        font-size: 1.8rem;
    }
    .left_main_contents .the_content h4 {
        font-size: 1.6rem;
    }
    .left_main_contents .the_content p {
        font-size: 1.4rem;
    }
    .left_main_contents .the_content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .left_main_contents .the_content ul, .left_main_contents .the_content ol {
        font-size: 1.4rem;
    }
    .left_main_contents .base_arrow_btn {
        width: 96%;
    }
    .post_single_main_block .sidebar .side_ttl {
        margin-bottom: 1em;
        border: 1px solid #707070;
        font-size: 2.0rem;
    }
    .post_single_main_block .sidebar .archives_list li a,
    .post_single_main_block .sidebar .category_list li a {
        font-size: 1.6rem;
    }
    .post_single_main_block .sidebar .featured_post_box .ttl {
        font-size: 1.6rem;
    }
    .post_single_main_block .sidebar .post_list li {
        margin-bottom: 20px;
    }
    .post_single_main_block .sidebar .post_list li img {
        width: 35%;
        margin-right: 5%;
    }
}
