@charset "UTF-8";
/* CSS Document*/
/* グローバルナビcss */
@import url("g_nav.css");
@import url("foot.css");
@import url("mailform.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/contact/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/contact/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/contact/hero_img01.png"); 
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  cover;   
}
} 
/*:::::::::::::::::::::::::::::::::::::::
 //保育理念Contentst//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.haikei_dd{/*背景どっと*/
background-image:
            radial-gradient(290px 300px , rgba(185,192,97, 0.1) 20%, transparent 20%),
            radial-gradient(800px 780px , rgba(185,192,97, 0.1) 20%, transparent 20%),
            radial-gradient(1000px 990px , rgba(11,138,62, 0.1) 20%, transparent 20%),
            radial-gradient(400px 380px , rgba(11,138,62, 0.1) 20%, transparent 20%),
            radial-gradient(750px 750px , rgba(185,192,97, 0.1) 20%, transparent 20%),
            radial-gradient(100px 100px , rgba(11,138,62, 0.1) 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 120px;
   height:auto;
}
@media screen and (max-width:599px) { 
   .haikei_dd{
     background-image:none; 
     padding-bottom: 10px;
    }
section.hoiku_top{
   margin:100px auto 60px;
   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, #0C8C40, #0C8C40, 1px, transparent 3px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #0C8C40, #0C8C40, 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: 50%;
max-width: 960px;
margin: 0 auto 40px;
font-family: "M PLUS Rounded 1c";
line-height: 1.6em;
text-align:center;
font-size:1.2rem;
font-weight:400;
color:#42210b; 
background-color: rgba(255,255,255,0.5);
padding: 60px 100px;
border-radius: 10px;
}
.hoiku_tex span{
    font-weight:bold;
}
.hoiku_tex em{
  font-size:1.4rem;
  font-weight:bold;
   padding-top: 10px;
}

.hoiku_tex a{
color:#42210b; 
 argin: 0 auto;   
}
.conta_line{
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width:599px) {
 .conta_line{
     display:block;
    width:90%;
    margin: 0 auto;
}   
}
@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: 60px 80px;
border-radius: 10px;
}   
}
@media screen and (max-width:599px) {
.hoiku_tex{
width: 90%;
margin: 0 auto;
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:30px 0;
border-radius: 10px;
}   
}

/*------
太陽位置______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%);
}  
}



