@charset "UTF-8";

/*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color:#FFF; 
}
/*----------main3------------*/

.main3{
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color:#EEF9FA; 
}
.f_top_area{
    width: 100%;
    margin: -50px auto 20px;
    max-width: 1400px;
    position: relative;
    padding: 40px 0 40px;
}
.f_top_area2{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 40px 0 40px;
}
.f_top{
    width: 55%;
    background-color: #fff;
    padding: 40px 15% 100px 20%;
    position: relative;
    margin: -50px 45% 160px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1.1rem;
}
.f_top2{
    width: 55%;
    background-color: #f1eee9;
    padding: 40px 15% 100px 20%;
    position: relative;
    margin: -50px 45% 160px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1.1rem;
}
.f_top p{
    font-size: 2.5rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top2 p{
    font-size: 2.5rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top_p{
    width: 58%;
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 2;
}
.f_top_p img{
    width: 100%;
    margin-bottom: 50px;
}
.f_top_tree{
    width: 130px;
    position: absolute;
    left:40%;
    bottom:-60px;
}
.f_p_box{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f_p_box_item{
    width: 48%;
    margin: 40px 0 10px;
    position: relative;
}
.f_p_box_item img{
    border-radius: 10px;
}
.box_item_ttl{
    width: 220px;
    position: absolute;
    left: 20px;
    top:-25px;
    padding: 3px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #1bb6cc;
    font-weight: 500;
    background-color: #fff;
    border-radius: 7px;
}
.box_item_ttl2{
    width: 220px;
    position: absolute;
    left: 20px;
    top:-25px;
    padding: 3px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    background-color: #1bb6cc;
    border-radius: 7px;
}
/*----------environ---------------*/
.environ_area{
    width: 80%;
    padding: 20px 50px 50px;
    background-color: #fff;
    border-radius: 15px;
    margin: 40px auto;
    max-width: 1120px;
}
.environ_area h3{
    font-size: 2.5rem;
    color: #1bb6cc;
    font-weight: 600;
    line-height: 2.5rem;
}
.environ_top{
    width: 100%;
    padding: 20px 30% 30px 0;
    margin: -40px 0 0 0;
    background-image: url("../images/facility/park.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%;
    font-size: 1.1rem;
}
.environ_pbox{
    width: 100%;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
}

.environ_pbox_item{
    width: 48%;
}
.environ_pbox_item img{
    border-radius: 10px;
}
/*---------------------------------------------
--------------------MAX 900PX-----------------------------*/
@media screen and (max-width:900px){
/*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color:#FFF; 
}
/*----------main3------------*/

.main3{
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background-color:#EEF9FA; 
}
.f_top_area{
    width: 100%;
    margin: -50px auto 20px;
    max-width: 1400px;
    position: relative;
    padding: 40px 0 40px;
}
.f_top_area2{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 40px 0 40px;
}
.f_top{
    width: 55%;
    background-color: #fff;
    padding: 20px 10% 80px 10%;
    position: relative;
    margin: 0 45% 160px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1.1rem;
}
.f_top2{
    width: 55%;
    background-color: #f1eee9;
    padding: 20px 10% 80px 10%;
    position: relative;
    margin: -20px 45% 160px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1.1rem;
}
.f_top p{
    font-size: 2rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top2 p{
    font-size: 2rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top_p{
    width: 58%;
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 2;
}
.f_top_p img{
    width: 100%;
    margin-bottom: 30px;
}
.f_top_tree{
    width: 120px;
    position: absolute;
    left:35%;
    bottom:-80px;
}
.f_p_box{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f_p_box_item{
    width: 48%;
    margin: 40px 0 10px;
    position: relative;
}
.f_p_box_item img{
    border-radius: 10px;
}
.box_item_ttl{
    width: 200px;
    position: absolute;
    left: 20px;
    top:-25px;
    padding: 3px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #1bb6cc;
    font-weight: 500;
    background-color: #fff;
    border-radius: 7px;
}
.box_item_ttl2{
    width: 220px;
    position: absolute;
    left: 20px;
    top:-25px;
    padding: 3px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    background-color: #1bb6cc;
    border-radius: 7px;
}
/*----------environ---------------*/
.environ_area{
    width: 90%;
    padding: 20px 50px 50px;
    background-color: #fff;
    border-radius: 15px;
    margin: 40px auto;
    max-width: 1120px;
}
.environ_area h3{
    font-size: 2rem;
    color: #1bb6cc;
    font-weight: 600;
    line-height: 2.5rem;
}
.environ_top{
    width: 100%;
    padding: 20px 30% 30px 0;
    margin: -40px 0 0 0;
    background-image: url("../images/facility/park.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%;
    font-size: 1.1rem;
}
.environ_pbox{
    width: 100%;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
}

.environ_pbox_item{
    width: 48%;
}
.environ_pbox_item img{
    border-radius: 10px;
}

}
/*---------------------------------------------
--------------------MAX 480PX-----------------------------*/
@media screen and (max-width:480px){
    /*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color:#FFF; 
}
/*----------main3------------*/

.main3{
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color:#EEF9FA; 
}
.f_top_area{
    width: 100%;
    margin: 0 auto 20px;
    max-width: 900px;
    position: relative;
    padding: 20px 0 20px;
}
.f_top_area2{
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    padding: 20px 0 20px;
}
.f_top{
    width: 95%;
    background-color: #fff;
    padding: 10px 100px 90px 30px;
    position: relative;
    margin: -20px 45% 170px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1rem;
}
.f_top2{
    width: 95%;
    background-color: #f1eee9;
    padding: 10px 100px 90px 30px;
    position: relative;
    margin: -20px 45% 170px 0;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    font-size:1rem;
}
.f_top p{
    font-size: 2rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top2 p{
    font-size: 2rem;
    color: #1bb6cc;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 10px 0;
    padding:0; 
}
.f_top_p{
    width: 90%;
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 2;
}
.f_top_p img{
    width: 100%;
    margin-bottom: 30px;
}
.f_top_tree{
    width: 90px;
    position: absolute;
    left:78%;
    bottom:50px;
}
.f_p_box{
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
    padding: 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f_p_box_item{
    width: 90%;
    margin: 30px auto 10px;
    position: relative;
}
.f_p_box_item img{
    border-radius: 10px;
}
.box_item_ttl{
    width: 180px;
    position: absolute;
    left: 20px;
    top:-15px;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #1bb6cc;
    font-weight: 500;
    background-color: #fff;
    border-radius: 7px;
}
.box_item_ttl2{
    width: 180px;
    position: absolute;
    left: 20px;
    top:-15px;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
    background-color: #1bb6cc;
    border-radius: 7px;
}
/*----------environ---------------*/
.environ_area{
    width: 90%;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 480px;
}
.environ_area h3{
    font-size: 2rem;
    color: #1bb6cc;
    font-weight: 600;
    line-height: 2rem;
    text-align: center
}
.environ_top{
    width: 100%;
    padding: 0 0 100px 0;
    margin: 0 0 0 0;
    background-image: url("../images/facility/park.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
    font-size: 1.1rem;
}
.environ_pbox{
    width: 100%;
    margin: 30px auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.environ_pbox_item{
    width: 100%;
    margin: 10px auto;
}
}