@charset "UTF-8";
/* CSS Document*/
/* グローバルナビcss */
@import url("g_nav.css");
@import url("foot.css");
@import url("news.css");
/*::::::::::::::::::::::::::::::::::::
 //背景素材全面//トップページ以外共通/
:::::::::::::::::::::::::::::::::::::::*/
body.sozai{
   background-image:url("../img/b058.jpg");
   background-repeat: repeat;
    } 
/*::::::::::::::::::::::::::::::::::::
//Contentsエリア//全ページ共通
:::::::::::::::::::::::::::::::::::::::*/
.conte{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
    
}
@media screen and (max-width:599px) {
 .conte{
  width: 100%;
  margin: 0 auto;
  padding-bottom:30px;
}   
}
/*:::::::::::::::::::::::::::::::::::::::
 //ヒーロ画像//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.slide_01{
    position: relative;
    top:200px;/*ヒーロー画像高さ位置*/
    margin: 0 auto;
    width: 100%;
   z-index: 0;
}
@media screen and (max-width:1024px) {
 .slide_01{
    position: relative;
    top:0px;/*ヒーロー画像高さ位置*/
    margin: 0 auto;
    width: 100%;
   z-index: 0;
} 
}


.hiro{
    width: 100%;
    height: 450px;
    max-height: 900px;
    background: url("../img/access/hero_img01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  cover;   
}

 @media screen and (max-width:1024px) {
.hiro{
    width: 100%;
    height: 300px;
    max-height: 900px;
    background: url("../img/access/hero_img01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  cover;   
}
} 
 @media screen and (max-width:599px) {
.hiro{
    width: 100%;
    height: 160px;
    max-height: 300px;
    background: url("../img/access/hero_img01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  cover;   
}
} 
/*:::::::::::::::::::::::::::::::::::::::
 //保育理念Contentst//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.haikei_dd{/*背景どっと*/
background-image:
            radial-gradient(290px 300px , rgba(205,227,99, 0.2) 20%, transparent 20%),
            radial-gradient(800px 780px , rgba(205,227,99, 0.2) 20%, transparent 20%),
            radial-gradient(1000px 990px , rgba(169,226,243, 0.2) 20%, transparent 20%),
            radial-gradient(400px 380px , rgba(169,226,243, 0.2) 20%, transparent 20%),
            radial-gradient(750px 750px , rgba(205,227,99, 0.2) 20%, transparent 20%),
            radial-gradient(100px 100px , rgba(169,226,243,0.2) 20%, transparent 20%);
background-size: 
            1230px 1280px,
            810px 910px,
            1470px 990px,
            1200px 1700px,
            1520px 1200px,
            1100px 1300px;
background-position: 
            -500px -450px,
            -200px 100px,
             50px  710px,
            -200px -550px,
            -180px -250px,
            130px -150px;  
}
/*::::::::::::::
保育理念セクション
::::::::::::::::::::::::::::::::::::::::::*/
section.hoiku_top{
   margin:100px auto 0px;
   height:auto;
    padding-bottom: 120px;
}
@media screen and (max-width:599px) {  
    .haikei_dd{
     background-image:none; 
     padding-bottom: 10px;
    }
section.hoiku_top{
   margin:100px auto 0px;
   height:auto;
}
}
section.hoiku{
   margin:100px auto 120px;
   height:auto;
}
@media screen and (max-width:599px) {  
section.hoiku{
   margin:60px auto 60px;
   height:auto;
}
}
.title_00{
    width:80%;
    margin: 0 auto 30px;
}
/*------
h3titleページ内共通
------------------*/
.title_00 h3{
width: 50%;
margin: 0 auto;
position: relative;
max-width: 1024px;
padding: 0 0 5px 0;
font-family: "Zen Maru Gothic", serif;
font-weight:700;
text-align: center;
font-size:5vmin;
color:#42210b; 
 line-height: 1.4em;
}
/*------
h3titleページ内共通______768以下
-----------------------------------*/
@media screen and (max-width:768px) {
.title_00 h3{
width: 90%;
margin: 0 auto;
position: relative;
padding: 0 ;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
text-align: center;
font-size:2.4rem;
color:#42210b;   
}   
} 
/*/////////////////////////
h3title共通ストライプ装飾
//////////////////////////*/
.title_00 h3:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 15px;
content: "";
background-image: -webkit-repeating-linear-gradient(135deg, #045FB4, #045FB4, 1px, transparent 3px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #045FB4, #045FB4, 1px, transparent 3px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: -5;
border-radius: 10px;
}

/*:::::::::
 //質の高い保育//テキスト
:::::::::::::::::::::::::*/
.hoiku_tex{
width: 70%;
max-width:840px;
margin: 0 auto 40px;
font-family: "M PLUS Rounded 1c";
line-height: 1.5em;
text-align:center;
font-size:1rem;
font-weight:400;
color:#42210b; 
background-color: rgba(255,255,255,0.5);
padding: 60px;
border-radius: 10px;
}
.hoiku_tex span{
    font-weight:bold;
    font-size: 1.2rem;
    color: #045FB4; 
   
}
@media screen and (max-width:768px) {
 .hoiku_tex{
width: 80%;
margin: 0 auto 40px;
font-family: "M PLUS Rounded 1c";
line-height: 1.5em;
text-align:center;
font-size:0.9rem;
font-weight:400;
color:#42210b; 
background-color: rgba(255,255,255,0.5);
padding:35px;
border-radius: 10px;
}   
}
@media screen and (max-width:599px) {
.hoiku_tex{
width: 90%;
margin: 0 auto 20px;
font-family: "M PLUS Rounded 1c";
line-height: 1.6em;
text-align:center;
font-size:1rem;
font-weight:400;
color:#42210b; 
background: none;
    padding: 0;

border-radius: 10px;
}   
}
.hoiku_tex a{
display: block;
text-decoration: underline;
color:#42210b;
font-weight: 700;
text-align: center;
font-size:1rem;
}
.hoiku_tex a:hover{
text-decoration: none;
color: #045FB4; 
text-align: center;
}
.hoiku_sub h4{
width: 70%;
margin: 30px auto;
position: relative;
max-width: 1024px;
padding: 0 0 20px 0;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
text-align: center;
font-size:4.5vmin;
color:#42210b;   
}
@media screen and (max-width:768px) {
.hoiku_sub h4{
width: 100%;
margin: 30px auto;
position: relative;
padding: 0 0 20px 0;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
text-align: center;
font-size:2.2rem;
color:#42210b;   
}   
}
.hoiku_sub h4::after {/*title▼*/
position: absolute;
content: '';
left: calc(50% - 20px);
bottom: -40px;
width: 0;
height: 0;
border-top: 20px solid #a4c245;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
 border-bottom: 20px solid transparent;
}
.hoiku_sub p{
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    color:#42210b;  
    font-size: 1rem;
    margin: 30px auto;
   
}
@media screen and (max-width:599px) {
.hoiku_sub p{
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    color:#42210b;  
    font-size: 0.9rem;
    margin: 30px auto;
   
}    
}
/*------
太陽位置______1024以下
-----------------------------------*/

.sun01{
position: absolute;
width:25%;
max-width: 180px;
top: -100px;
left: 20%;  
}   

/*------
太陽位置______768以下
-----------------------------------*/
@media screen and (max-width:768px) {
.sun01{
position: absolute;
width:25%;
max-width: 180px;
top: -100px;
left: 20%;  
}     
}
@media screen and (max-width:768px) {
.sun01{
position: absolute;
width:30%;
max-width: 180px;
top: -50px;
left: 5px;
}   
}
/*:::::::::
 //保育目標//フレックスBOX
:::::::::::::::::::::::::*/
.flex_hoiku{
width: 80%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
/*------
保育目標フレックスBOX______1024以下
-----------------------------------*/
@media screen and (max-width:1024px) {
 .flex_hoiku{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}   
}
.flex_hoiku::after{/*フレックス最終行左よせ*/
content:"";
display: block;
width:45%;
margin: 10px;  
}
.flex_hoiku p{
width:45%;
box-sizing:border-box;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
color:#42210b; 
line-height: 2em;
margin:10px;
font-size:1rem;
}
@media screen and (max-width:1024px) {
.flex_hoiku p{
width:100%;
    box-sizing:border-box;
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    color:#42210b; 
    line-height: 2em;
    margin:10px 0;
    font-size:1rem;
    text-align: center;
}
}
@media screen and (max-width:768px) {
    flex_hoiku p{
    width:100%;
    box-sizing:border-box;
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    color:#42210b; 
    line-height: 2em;
    margin:10px 0;
    font-size:1rem;
    text-align: center;
    }}
@media screen and (max-width:599px) {
    flex_hoiku p{
    width:95%;
    box-sizing:border-box;
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    color:#42210b; 
    line-height: 2em;
    margin:10px 0;
    font-size:0.9rem;
    text-align: center;
    }}
.flex_hoiku p strong{
    font-family: "Zen Maru Gothic", serif;
   font-weight: 700;
    font-size:1.4rem;
    white-space:nowrap;
    background:linear-gradient(transparent 60%, #fafad2 60%);
}
@media screen and (max-width:599px) {
.flex_hoiku p strong{
    font-family: "Zen Maru Gothic", serif;
   font-weight: 700;
    font-size:1.1rem;
    white-space:normal;
    background:linear-gradient(transparent 60%, #fafad2 60%);
}  
}


/*:::::::::
 //園の概要テーブル//枠
:::::::::::::::::::::::::*/
.map{
width: 90%;
max-width: 960px;
margin: 30px auto;
border-radius: 10px;
}
.map img{
  border-radius: 10px;  
}
 