/* スライダー
================================================== */
#slider_wrap {
    padding-top: 190px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        padding-top: 0;
    }
}

#slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sp-slide {
    margin-top: 0;
    text-align: center;
}
.sp-slide img {
    max-width: 1960px !important;
}
.sp-button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 12px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #ccc;
}
.sp-selected-button {
	background-color: #f70;
}

/* 
.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
}
.sp-arrow {
	width: 5px !important;
	height: 50px !important;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	width: 50% !important;
	height: 50% !important;
	background-color: #444 !important;
}
@media only screen and (max-width: 767px) {
    .sp-arrow {
        width: 3px !important;
        height: 30px !important;
    }
} */


#slide_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
#slide_text img {
    max-width: 1500px;
}
#slide_text_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        padding-top: 0;
    }
    #slide_text {
        display: none;
    }
    #slide_text_SP {
        display: block;
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
    }
}



/* メイン
================================================== */
main {
    overflow: hidden;
}

#tp_main_bg {
    padding: 80px 0;
    background: url(../img/tp_main_bg.jpg) center center no-repeat;
    background-size: cover;
}
#tp_main h1 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-feature-settings: "palt";
    letter-spacing: -3px;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 30px;
}
#tp_main p {
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 50px 0;
    }
    #tp_main h1 {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}



/* 子どもたちに伝えたいこと
================================================== */
#tp_children_bg {
    background: linear-gradient(90deg, #d3c9af 0%, #d3c9af 20%, #fff 20%, #fff 100%);
}
#tp_children h2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #921e23;
    font-size: 50px;
    text-align: right;
    text-decoration: overline 3px;
    margin-top: 27px;
}
#tp_children h2::after {
    content: '';
    display: block;
    border-top: 3px solid #921e23;
    margin-right: calc(50% - 50vw);
    position: relative;
    top: -53px;
    left: 50%
}
@media only screen and (max-width: 767px) {
    #tp_children h2 {
        font-size: 26px;
        text-align: center;
    }
    #tp_children h2::after {
        display: none;
    }
}

#tp_children .photo_left, #tp_children .photo_right {
    width: 56.666666666666664%;
}
#tp_children .cont_left {
    margin-right: 4%;
}
#tp_children .cont_left, #tp_children .cont_right {
    width: 39.33333333333333%;
}
#tp_children .cont_right {
    margin-left: 4%;
}
#tp_children .photo_right {
    order: 2;
}
#tp_children .photo_left, #tp_children .photo_right {
    position: relative;
    z-index: 1;
}
#tp_children .photo_left .num, #tp_children .photo_right .num {
    position: absolute;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 150px;
    line-height: 0;
    color: #000;
}
#tp_children .photo_left .num {
    top: 0;
    left: 0;
}
#tp_children .photo_right .num {
    top: 0;
    right: 0;
}
.tp_children1_main {
    background: url(../img/tp_children1_main.jpg) center center no-repeat;
    background-size: cover;
    min-height: 450px;
    margin-left: calc(80% - 50vw);
}
.tp_children2_main {
    background: url(../img/tp_children2_main.jpg) center center no-repeat;
    background-size: cover;
    min-height: 450px;
    margin-right: calc(80% - 50vw);
}
.tp_children3_main {
    background: url(../img/tp_children3_main.jpg) center center no-repeat;
    background-size: cover;
    min-height: 450px;
    margin-left: calc(80% - 50vw);
}
.tp_children4_main {
    background: url(../img/tp_children4_main.jpg) center center no-repeat;
    background-size: cover;
    min-height: 450px;
    margin-right: calc(80% - 50vw);
}

#tp_children .cont_right h3, #tp_children .cont_left h3 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-feature-settings: "palt";
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    line-height: 1em;
    margin-top: 50px;
    margin-bottom: 30px;
}
#tp_children .cont_right h3 {
    text-align: right;
    padding: 30px 20px 30px 0;
    background: linear-gradient(90deg, #921e23 0%, #921e23 calc(100% - 94px), #000 calc(100% - 94px), #000 100%);
    margin-left: calc(50% - 50vw);
}
#tp_children .cont_left h3 {
    text-align: left;
    padding: 30px 0 30px 20px;
    background: linear-gradient(-90deg, #921e23 0%, #921e23 calc(100% - 94px), #000 calc(100% - 94px), #000 100%);
    margin-right: calc(50% - 50vw);
}

#tp_children .cont_right .line {
    border-top: 1px solid #aaa;
    margin-left: calc(50% - 50vw);
    margin-top: 30px;
    padding-bottom: 20px;
}
#tp_children .cont_left .line {
    border-top: 1px solid #aaa;
    margin-right: calc(50% - 50vw);
    margin-top: 30px;
    padding-bottom: 20px;
}
#tp_children .cont_right .btn, #tp_children .cont_left .btn {
    text-align: right;
}
#tp_children .cont_right .btn a, #tp_children .cont_left .btn a {
    color: #921e23;
    font-weight: bold;
}
#tp_children .cont_right .btn a::after, #tp_children .cont_left .btn a::after {
    content: '＞';
    margin-left: 10px;
}

.TB_on {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .TB_on {
        display: inline;
    }
    #tp_children .cont_right h3, #tp_children .cont_left h3 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #tp_children .photo_left, #tp_children .photo_right {
        width: 100%;
    }
    #tp_children .cont_left {
        margin-right: 0;
    }
    #tp_children .cont_left, #tp_children .cont_right {
        width: 100%;
    }
    #tp_children .cont_right {
        margin-left: 0;
    }
    #tp_children .photo_right {
        order: 0;
    }
    #tp_children .photo_left, #tp_children .photo_right {
        position: relative;
        z-index: 1;
    }
    #tp_children .photo_left .num, #tp_children .photo_right .num {
        position: absolute;
        font-size: 60px;
        line-height: 0;
        color: #000;
    }
    #tp_children .photo_left .num, #tp_children .photo_right .num {
        top: 0;
        left: 10px;
        right: auto;
    }
    .tp_children1_main, .tp_children2_main, .tp_children3_main, .tp_children4_main {
        min-height: 200px;
        margin-left: 0;
        margin-right: 0;
    }

    #tp_children .cont_right h3, #tp_children .cont_left h3 {
        font-size: 19px;
        margin: 10px 0 10px 0;
        text-align: center;
        padding: 10px 0 10px 0;
        background: linear-gradient(90deg, #921e23 0%, #921e23 calc(100% - 40px), #000 calc(100% - 40px), #000 100%);
    }
    #tp_children .cont_right .line, #tp_children .cont_left .line {
        border-top: 1px solid #aaa;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}



/* 園の方に伝えたいこと
================================================== */
#tp_facility_bg {
    margin-top: 100px;
    background: url(../img/tp_facility_bg.jpg) center center no-repeat;
    background-size: cover;
}
#tp_facility h2 {
    margin-top: 80px;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    line-height: 1em;
    border-top: 3px solid #fff;
    margin-left: -1.5em;
    margin-right: calc(50% - 50vw);
    padding-top: 30px;
    margin-bottom: 50px;
}
#tp_facility p {
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    #tp_facility_bg {
        padding: 50px 0;
    }
    #tp_facility h2 {
        font-size: 36px;
        margin-left: 0;
        margin-right: 0;
    }
    #tp_facility_bg {
        background: url(../img/tp_facility_bg.jpg) center center no-repeat;
    }
}
@media only screen and (max-width: 767px) {
    #tp_facility_bg {
        margin-top: 50px;
        padding: 30px 0 50px 0;
        background: #921e23;
    }
    #tp_facility h2 {
        font-size: 30px;
        text-align: center;
        padding-top: 10px;
        margin: 30px 0 20px 0;
    }
}



/* エリア
================================================== */
.tp_area_bg_img img {
    width: 100%;
}
#tp_area .box {
    margin-top: -100px;
    padding: 30px;
    background: rgba(255,255,255,0.8);
}
#tp_area h2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 44px;
    color: #921e23;
    text-align: center;
    line-height: 1em;
    margin-bottom: 20px;
}
#tp_area h2 small {
    font-size: 28px;
}
@media only screen and (max-width: 767px) {
    #tp_area_bg {
        padding: 50px 0;
    }
    .tp_area_bg_img {
        display: none;
    }
    #tp_area .box {
        margin-top: 0;
        padding: 0;
    }
    #tp_area h2 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #tp_area h2 small {
        font-size: 16px;
    }
}




/* 新着情報
================================================== */
#tp_news_bg {
    padding: 80px 0;
}
#tp_news {
    padding: 50px 100px;
    background: #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#tp_news h2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
#tp_news p a {
    color: #921e23 !important;
    font-weight: bold;
    text-decoration: underline;
}
#tp_news .inner {
    height: 400px;
    overflow-y: scroll;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 0;
        padding: 30px 0;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news h2 {
        font-size: 21px;
     }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}



/* 下部ブログバナー
================================================== */
#tp_bottom_blog_bg {
    padding: 80px 0;
    background: url(../img/japanpaper_bg2.jpg) 0 0 repeat;
}