@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:0px;
    
}
@media screen and (max-width:599px) {
 .conte{
  width: 100%;
  margin: 0 auto;
  padding-bottom:0px;
}   
}
/*:::::::::::::::::::::::::::::::::::::::
 //ヒーロ画像//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.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/torikumi/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/torikumi/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/torikumi/hero_img01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:  cover;   
}
} 
/*:::::::::::::::::::::::::::::::::::::::
 //保育理念Contentst//トップ以外共通/
::::::::::::::::::::::::::::::::::::::::::*/
.haikei_dd{/*背景どっと*/
padding-bottom:30px;
background-image:
            radial-gradient(290px 300px , rgba(243,242,183, 0.3) 20%, transparent 20%),
            radial-gradient(800px 780px , rgba(243,242,183, 0.3) 20%, transparent 20%),
            radial-gradient(1000px 990px , rgba(205,224,174, 0.3) 20%, transparent 20%),
            radial-gradient(400px 380px , rgba(205,224,174, 0.3) 20%, transparent 20%),
            radial-gradient(750px 750px , rgba(243,242,183, 0.3) 20%, transparent 20%),
            radial-gradient(100px 100px , rgba(205,224,174, 0.3) 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;  
}
@media screen and (max-width:599px) {
.haikei_dd{/*背景どっと*/
padding-bottom:30px;
background-image:none;
} 
}
/*::::::::::::::
保育理念セクション
::::::::::::::::::::::::::::::::::::::::::*/
section.hoiku_top{
   margin:100px auto 120px;
   height:auto;
}
section.hoiku_top01{
   margin:100px auto 0px;
   height:auto;
}
@media screen and (max-width:599px) {  
section.hoiku_top{
   margin:100px auto 90px;
   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, #a4c245, #a4c245 1px, transparent 3px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #a4c245, #a4c245, 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: 768px;
margin: 0 auto;
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 100px;
border-radius: 10px;
}
.hoiku_tex em{
    font-weight:bold;
}
@media screen and (max-width:768px) {
 .hoiku_tex{
width: 70%;
max-width: 100%;
margin: 0 auto;
font-family: "M PLUS Rounded 1c";
line-height: 1.5em;
text-align:left;
font-size:0.9rem;
font-weight:400;
color:#42210b; 
background-color: rgba(255,255,255,0.5);
padding: 60px;
border-radius: 10px;
}   
}
@media screen and (max-width:599px) {
.hoiku_tex{
width: 80%;
margin: 0 auto;
font-family: "M PLUS Rounded 1c";
line-height: 1.5em;
text-align:left;
font-size:0.9rem;
font-weight:400;
color:#42210b; 
background-color: rgba(255,255,255,0.5);
padding:30px;
border-radius: 0px;
}   
}
.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{
    width: 90%;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    color:#42210b;  
    font-size: 1rem;
    line-height: 1.6em;
    margin: 30px auto 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:599px) {
.sun01{
position: absolute;
width:30%;
max-width: 180px;
top: -50px;
left: 5px;
}   
}
/*:::::::::
 //特別カリキュラム//フレックスBOX
:::::::::::::::::::::::::*/
.flex_hoiku{
width: 100%;
max-width: 1024px;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
@media screen and (max-width:1024px) {
.flex_hoiku{
width: 90%;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
}
/*------
特別カリキュラムフレックスBOX______1024以下
-----------------------------------*/

.flex_leftbox,
.flex_rightbox
{
width: 45%;
margin: 15px;
}
@media screen and (max-width:768px) {
.flex_leftbox,
.flex_rightbox
{
width: 90%;
margin: 15px auto;
}
}
.flex_photo img{
width:100%;
margin: 0 auto;
border-radius: 20px;
}
@media screen and (max-width:768px) {
.flex_photo img{
width:100%;
margin: 0 auto;
border-radius: 15px;
}   
}
.flex_leftbox h5,
.flex_rightbox h5{
 width:100%;
font-size: 1.4rem;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
padding:15px 0 15px 0;
line-height: 1.6em;
color: #9acd32;

}
.flex_tex01{
width:100%;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.6em;
font-size:1rem;
}
@media screen and (max-width:599px) {
  .flex_tex01{
width:100%;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.5em;
font-size:0.9rem;
}  
}
.flex_tex01 span{
font-weight: 700;
    
}
.flex_tex01 em{
   font-size: 0.8rem;
}
.flex_tex01 a{
display: block;
text-decoration: underline;
color:#42210b;
font-weight: 700;
}
.flex_tex01 a:hover{
text-decoration: none;
color: #a4c245;  
}
.gyouji_tt{
margin: 40px auto 30px;
font-size: 1.8rem;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;

color: #a4c245;
text-align: center;
}
.gyouji_box{
    width: 80%;
    max-width: 670px;
    overflow: scroll;
    margin: 0 auto;
    height: 260px;
    background-color: #fff;
    border: 5px #fff solid;
    border-radius: 10px; 
}
.gyouji_box img{
    padding: 0;
}
.kontade_box{
    width: 80%;
    max-width: 670px;
    overflow: scroll;
    margin: 0 auto;
    height: 160px;
    background-color: #fff;
    border: 5px #fff solid;
    border-radius: 10px; 
}
.kontade_box img{
    padding: 0;
}
.flex_tex02{
width:100%;
margin: 30px auto;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.6em;
font-size:0.9rem;
}

@media screen and (max-width:768px) {
 .flex_tex02{
width:100%;
margin: 15px auto;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.6em;
font-size:0.9rem;
}   
}
.flex_tex02 a{
display: block;
text-decoration: underline;
color:#42210b;
font-weight: 700;
text-align: center;
font-size:1rem;
}
.flex_tex02 a:hover{
text-decoration: none;
color: #a4c245; 
text-align: center;
}
/*:::::::::
 //給食とおやつ//フレックスBOX
:::::::::::::::::::::::::*/
.flex_box01{
width: 100%;
max-width: 1024px;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
@media screen and (max-width:1024px) {
.flex_box01{
width: 90%;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
}
.flex_leftbox01,
.flex_rightbox01,
.flex_leftbox02,
.flex_rightbox02
{
position: relative;
width: 45%;
margin: 15px;
}
@media screen and (max-width:768px) {
.flex_leftbox01,
.flex_rightbox01,
.flex_leftbox02,
.flex_rightbox02   
{
position: relative;
width: 90%;
margin: 0px auto;
}
}
.food_icon{
position:absolute;
width: 20%;
max-width: 120px;
min-width: 100px;
top:-40px;
left: -30px;
}
@media screen and (max-width:599px) {
.food_icon{
position:absolute;
width: 20%;
max-width: 100px;
min-width: 60px;
top:-20px;
left: -20px;
}   
}
.flex_leftbox01 img,
.flex_leftbox02 img{
border-radius: 20px;
}
.flex_leftbox01 h4,
.flex_rightbox01 h4,
.flex_leftbox02 h4,
.flex_rightbox02 h4{
 width:100%;
font-size: 2rem;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
padding:0px 0 10px 0;
}
@media screen and (max-width:768px) {
.flex_rightbox01 h4,

.flex_rightbox02 h4{
 width:100%;
font-size: 2rem;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
padding:15px 0 0;
}  
}
.flex_box02{
width: 100%;
max-width: 1024px;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
  flex-direction:row-reverse;
justify-content:center;
}
@media screen and (max-width:1024px) {
.flex_box02{
width: 90%;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
}
@media screen and (max-width:768px) {
    
}

.flex_tex_waku{
padding: 15px;
margin: 15px 0 30px 0;
font-family: "Zen Maru Gothic", serif;
 border: 1px #42210b solid;
border-radius: 10px;
 font-weight: 700;
font-size:0.9rem;
letter-spacing: 0.01em;
}
@media screen and (max-width:768px) {
.flex_tex_waku{
padding: 15px;
margin: 15px 0 50px 0;
font-family: "Zen Maru Gothic", serif;
 border: 1px #42210b solid;
border-radius: 10px;
 font-weight: 700;
font-size:0.9rem;
letter-spacing: 0.01em;
}
}
.flex_tex_link {
margin: 15px 0 30px 0;
}
.flex_tex_link a{
display: block;
padding: 15px 0;
margin: 15px 0 60px 0;
font-family: "Zen Maru Gothic", serif;
 background-color:#42210b;
color: #fff;
border-radius: 10px;
 font-weight: 700;
font-size:1rem; 
 text-align: center;
}
.flex_tex_link a:hover{
display: block;
padding: 15px 0;
margin: 15px 0 60px 0;
font-family: "Zen Maru Gothic", serif;
background-color:#a4c245;
color: #fff;
border-radius: 10px;
 font-weight: 700;
font-size:1rem; 
text-align: center;
letter-spacing: 0.01em;
}

.syoku_iku{
    width: 100%;
    background-color: rgba(245,236,188,0.3);
    padding-top: 60px;
    padding-bottom: 60px;
    margin: -100px auto 0px;
}
@media screen and (max-width:1024px) {
  .syoku_iku{
    width: 100%;
   
    background-color: rgba(245,236,188,0.3);
    padding-top: 30px;
    padding-bottom: 30px;
}  
}
.sub_tt{
 text-align: center;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.6em;
font-size:1.2rem; 
color: #a4c245;
padding-bottom: 15px;
}
.syoku_iku h4{
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #42210b;
    padding-bottom: 15px;
}
.flex_box03{
width: 100%;
max-width: 1024px;
color:#42210b;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
@media screen and (max-width:768px) {
    
}
.flex_box03 img{
width: 32%;
}
.syoku_tex{
width: 90%;
max-width: 960px;
margin: 0 auto;
font-family: "M PLUS Rounded 1c";
font-weight: 400;
line-height: 1.6em;
font-size:0.9rem;
text-align: center;
color: #42210b;
padding: 30px;
}
@media screen and (max-width:1024px) {
.syoku_tex{
width: 85%;
margin: 0 auto;
text-align:left;
padding: 30px;
} 
}
@media screen and (max-width:768px) {
.syoku_tex{
width: 85%;
margin: 0 auto;
text-align:center;
line-height: 1.5em;
font-size:0.9rem;
padding: 15px 0 30px;
}   
}
@media screen and (max-width:599px) {
 .syoku_tex{
width: 90%;
margin: 0 auto;
text-align:justify;
line-height: 1.5em;
font-size:0.9rem;
padding: 15px 0 30px;
}      
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::
 ▼▼▼保育園の様子〜以下title//トップ以外共通▼▼▼
::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.flex_hata{
  display: flex;
  justify-content: center;
  align-items: center;
  heigh:auto;
  margin: 0 auto;
}
.flex_hata h3{
  width: 60%;
  max-width: 380px;
  padding: 20px 10px 0 10px;  
}
/*---------------
 //保育園の様子title//画像---768px以下
--------------------------------------*/
 @media screen and (max-width:768px) {
 .flex_hata h3{
  width: 80%;
  max-width:370px;
  padding: 10px 10px 0 10px;  
}   
} 
/*---------------
 //保育園の様子title//画像---99px以下
--------------------------------------*/
 @media screen and (max-width:599px) {
 .flex_hata h3{
  width: 90%;
  max-width:370px;
  padding: 10px 10px 0 10px;  
}   
} 