@charset "UTF-8";
/* CSS Document*/
/* グローバルナビcss */
@import url("g_nav.css");
@import url("foot.css");

.conte{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width:599px) {
 .conte{
  width: 100%;
  margin: 0 auto;
  padding-bottom:30px;
}   
}
/*=================================
保育目標
===================================*/
section.hoikumokuhyou{
   width: 90%;
   position: relative;
   margin:100px auto 60px;
   height:auto;
   padding-bottom: 60px;
 
}
/*--------------------
セクション保育目標______________1024px
-------------------------------------*/
@media screen and (max-width:1024px) {
 section.hoikumokuhyou{
   width: 90%;
   position: relative;
   margin:50px auto 60px;
   height:auto;
   padding-bottom: 60px;
}   
}
/*--------------------
セクション保育目標______________768px
-------------------------------------*/
@media screen and (max-width:768px) {
 section.hoikumokuhyou{
   width: 90%;
   position: relative;
   margin:50px auto 30px;
   height:auto;
   padding-bottom: 30px;
}   
}
.flex_hata{
  display: flex;
  justify-content: center;
  align-items: center;
  heigh:auto;
  margin: 0 auto;
}
h3{
  width: 60%;
  max-width: 380px;
  padding: 20px 10px 0 10px;  
}
/*---------------
h3:タイトル画像---------------768px以下
--------------------------------------*/
 @media screen and (max-width:768px) {
 h3{
  width: 80%;
  max-width:370px;
  padding: 10px 10px 0 10px;  
}   
} 
/*---------------
h3:タイトル---------------599px以下
--------------------------------------*/
 @media screen and (max-width:599px) {
 h3{
  width: 90%;
  max-width:370px;
  padding: 10px 10px 0 10px;  
}   
} 
h3 span{
    font-size: 1.2rem;
    letter-spacing: 0.5em;
}
.left_hata{
    width: 25%;
    max-width: 400px;
    min-width:120px;
}
.right_hata{
    width: 25%;
    max-width: 400px;
    min-width:120px;
}

/*---------------
旗（非表示）--------------768px
------------------------------*/
@media screen and (max-width:768px) {
.right_hata,.left_hata{
   display: none;
}
}
/*愛育縦テキスト*/
.goal_tex{
margin: 0 auto;
font-family: "Zen Maru Gothic", serif;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: center;
font-size: 4.6rem;
font-weight:700;
color:#42210b; 
}
/*------------
【愛育】テキスト-----1024px以下
------------------------------------*/
@media screen and (max-width:1024px) {
.goal_tex{
margin: 0 auto 10px;
font-family: "Zen Maru Gothic", serif;
writing-mode: horizontal-tb;
text-align: center;
font-size: 4.3rem;
font-weight:700;
color:#42210b;
}  
}
/*---------------
【愛育】テキスト7-----768px以下
---------------------------------*/
@media screen and (max-width:768px) {
.goal_tex{
margin: 0 auto 0px;
font-family: "Zen Maru Gothic", serif;
writing-mode: horizontal-tb;
text-align: center;
font-size: 4rem;
font-weight:800;
color:#42210b;
}   
}

/*=====================
【園の強み】テキスト
========================*/
.tsuyomi_tex{
margin: 0 auto 10px;
font-family: "Zen Maru Gothic", serif;
text-align: center;
font-size: 3.2rem;
font-weight:600;
color:#42210b;
}
/*--------------------------
【強み愛育】テキスト--------768px以下
--------------------------------------------*/
@media screen and (max-width:768px) {
.tsuyomi_tex{
max-width: 768px;
margin: 0 auto 10px;
font-family: "Zen Maru Gothic", serif;
text-align: center;
font-size: 8vmin;
font-weight:600;
color:#42210b;;
} 
}
.goal_tex span,.tsuyomi_tex span{
font-weight:normal;
padding: 5px 0;
}
.goal_moji, .tsuyomi_moji{
margin: 0 auto 40px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 1.4rem;
line-height: 1.6em;
font-weight:400;
color:#42210b;
}
/*----------------------
【愛育】テキスト--------599px以下
--------------------------------------------*/
@media screen and (max-width:599px) {
.goal_moji{
margin: 25px auto 40px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 1.3rem;
line-height: 1.5em;
font-weight:400;
color:#42210b;
}
}
/*----------------------
【強み】テキスト--------599px以下
--------------------------------------------*/
@media screen and (max-width:599px) {
.tsuyomi_moji{
margin: 0 auto 40px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 0.9rem;
line-height: 1.5em;
font-weight:400;
color:#42210b;
}  
}
/*=================================
園の取組セクション
===================================*/
section.torikumi{
    position:relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    z-index: 3;
    padding-bottom: 90px;
}
/*-----------------------
【園の取組みボトム空きサイズ】--------599px以下
--------------------------------------------*/
@media screen and (max-width:768px) {
section.torikumi{
    position:relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    z-index: 3;
    padding-bottom: 30px;
} 
}
/*=================================
園の取組：手のひら写真
===================================*/
.p_back_lef{
    position:absolute;
    width: 30%;
    max-width: 580px;
    min-width: 300px;
    padding-left: 15px;
    padding-top: 10px;
    left:65px;
    top:155px;
    z-index: -1;
    background-color: #aeeafc;
    background-image: url("../img/hed/blue.png");
    animation: fluidrotate 20s ease 0s infinite;/*アニメーションの設定*/
}
/*------------------------------------------
【手のひら画像】1024px以下
--------------------------------------------*/
@media screen and (max-width:1024px) {
    
 .p_back_lef{
    position:absolute;
    width: 30%;
    max-width: 380px;
    min-width: 300px;
    padding-left:0px;
    padding-top: 0px;
    left:25px;
    top:115px;
    z-index: -1;
    background-color: #aeeafc;
    background-image: url("../img/hed/blue.png");
    animation: fluidrotate 20s ease 0s infinite;/*アニメーションの設定*/
}   
}
@media screen and (max-width:1024px) {
    
 .p_back_lef{
     display: none;
}   
}
.p_back{
    position:absolute;
    width: 27%;
    max-width: 580px;
    min-width: 300px;
    padding-right: 15px;
    padding-top: 10px;
    right:65px;
    top:480px;
    z-index: -1;
    background-color: #ffdbed;
     background-image: url("../img/hed/pink.png");
     animation: fluidrotate 20s ease -10s infinite;/*アニメーションの設定*/
}

/*------------------------------------------
【愛育】手のひら画像【非表示】
--------------------------------------------*/
 .goal_sp_hand{
        display: none;
    }
/*---------
【愛育】sp表示--------------1024px以下
----------------*/
@media screen and (max-width:1024px) {
  .goal_sp_hand{
    display:block;
    margin: 0 auto 60px;
    width: 80%;
    max-width: 480px;
    min-width: 300px;
    background-color: #fff170;
    background-image: url("../img/hed/blue.png");
     animation: fluidrotate 20s ease -10s infinite;/*アニメーションの設定*/
    } 
    .goal_sp_hand img{
     width: 90%;
    max-width:500px;
    padding: 13px;
    border: solid 2px #fff170;
    border-radius: 50%;/*画像マスクの設定*/
    }
}
/*------------------------------------------
【強み】種まき画像【非表示】--------------1024px以下
--------------------------------------------*/
 .goal_sp_tanemaki{
        display: none;
    }
/*---------
【愛育】sp表示
----------------*/
@media screen and (max-width:1024px) {
  .goal_sp_tanemaki{
    display:block;
    margin: 0 auto 60px;
    width: 80%;
    max-width: 480px;
    min-width: 300px;
    background-color: #ffc2de;
    background-image: url("../img/hed/pink.png");
     animation: fluidrotate 20s ease -10s infinite;/*アニメーションの設定*/
    } 
     .goal_sp_tanemaki img{
     width: 90%;
    max-width:500px;
    padding: 13px;
    border: solid 2px #ffc2de;
    border-radius: 50%;/*画像マスクの設定*/
    }
}
/*------------------------------------------
【種まき画像】--------------1024px以下
--------------------------------------------*/

@media screen and (max-width:1024px) {
  .p_back{
    display: none;
}   
}   

.tanu_baketsu{
    position:absolute;
    width: 30%;
    max-width: 350px;
    min-width: 150px;
    right:0px;
    top:70%;
    z-index:100;
   
}

.tenohira img{
    width: 93%;
    max-width: 600px;
    padding: 13px;
    border: solid 2px #fff170;
    border-radius: 50%;/*画像マスクの設定*/
   
}
.tanemaki img{
    width: 93%;
    max-width: 600px;
    padding: 13px;
    border: solid 2px #ffc2de;
   
   border-radius: 50%;/*画像マスクの設定*/
   
}
@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 50%/50%
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 64% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}



/*------------------------------
プロから学べるあそびセクション
---------------------------------*/
.sunsun{
    position: absolute;
    left:120px;
    top: 120px;
    width: 20%;
    max-width: 280px;
    min-width: 120px;
}
.onpu{
    position: absolute;
    right:180px;
    bottom: 350px;
    width: 10%;
    max-width: 250px;
    
   
}
section.manabi{
    position:relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 90px;
}
/*-----------------------
プロから学べる空き-----599
---------------------------------*/
@media screen and (max-width:599px) {
 section.manabi{
    position:relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 30px;
}      
}
.flex_asobi{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color:#42210b;
}

.flex_asobi h4{
    text-align: center;
    font-size: 2rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 800;
    padding: 25px 0; 
    margin: 0 auto;
    color: #9acd32;
}
/*-----------------------
プロから学べる見出しサイズ-----1366
---------------------------------*/
@media screen and (max-width:1366px) {
 .flex_asobi h4{
    text-align: center;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 800;
    padding: 25px 0;  
    margin: 0 auto;
    color: #9acd32;
}   
    
}
/*-----------------------
プロから学べる見出しサイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
  .flex_asobi h4{
    text-align: center;
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 800;
    padding: 15px 0;  
    margin: 0 auto;
    color: #9acd32;
   /* white-space:nowrap;*/
}    
}
.flex_asobi img{
    border-radius: 50%;
    border:5px dotted #bbe2f1;
    padding: 5px;
}
.right_manabi,.left_manabi{
    position: relative;
   width: 30%;
   max-width: 300px;
   margin: 15px 40px 60px 40px;
}
/*-----------------------
プロから学べる画像サイズ-----1024
---------------------------------*/
@media screen and (max-width:1024px) {
.right_manabi,.left_manabi{
  position: relative;
  width: 100%;
   max-width: 300px;
  margin: 15px 0px 60px 0px;
  padding: 0 25px;
}
}
/*-----------------------
プロから学べる画像サイズ-----768
---------------------------------*/
@media screen and (max-width:768px) {
.right_manabi,.left_manabi{
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 15px 0px 30px 0px;
}  
} 
/*-----------------------
プロから学べる画像サイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
.right_manabi,.left_manabi{
  position: relative;
  width:100%;
  max-width: 480px;
  margin: 15px 0px 30px 0px;
}  
} 
.left_manabi span img,
.right_manabi span img{
    position: absolute;
    width: 40%;
    border: none;
    top:-30px;
    left: -30px;
}
@media screen and (max-width:599px) {
 .left_manabi span img,
.right_manabi span img{
    position: absolute;
    width: 30%;
    border: none;
    top:-10px;
    left: -10px;
}   
    
}
.right_manabi p,
.left_manabi p{
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: normal;
    

}
@media screen and (max-width:599px) {
.right_manabi p,
.left_manabi p{
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5em;
    letter-spacing: normal;
    

}  
}
/*------------------------------
年間行事
---------------------------------*/
section.event{
    position:relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 90px;
  
    
}
/*-----------------------
イベント_画像サイズ-----1024
---------------------------------*/
@media screen and (max-width:1024px) {
 section.event{
    position:relative;
    width:100%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-bottom: 90px;
}   
}
/*-----------------------
年間イベント空き-----599
---------------------------------*/
@media screen and (max-width:599px) {
  section.event{
    position:relative;
    width:100%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-bottom: 30px;
}   
}
.flex_event{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color:#42210b;
  
}
.event_box img{
border-radius: 15px;   
}
.event_box{
position: relative;
width: 30%;
max-width: 320px;
margin: 30px 10px 60px 10px; 
}
/*-----------------------
イベント_画像サイズ-----1366
---------------------------------*/
@media screen and (max-width:1366px) {
.event_box{
position: relative;
width: 50%;
max-width: 340px;
margin: 30px 10px 60px 10px;  
}    
}
/*-----------------------
イベント_画像サイズ-----768
---------------------------------*/
@media screen and (max-width:768px) {
.event_box{
position: relative;
width: 100%;
max-width: 380px;
margin: 30px 0px; 
}    
}
/*-----------------------
イベント_画像サイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
.event_box{
position: relative;
width: 90%;
margin: 15px 0px;
}    
}
.event_box h4{
text-align: center;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    padding-bottom: 15px; 
    margin: 15px auto 0;
    color: #00afcc;
    letter-spacing: 0.03em;
}
/*-----------------------
イベント_画像サイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
.event_box h4{
     text-align: center;
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    padding-bottom: 15px; 
     margin: 15px auto 0;
    color: #00afcc;
    letter-spacing: 0.03em;
}   
}
.event_tex{
   margin: 20px auto 0px;
   font-family: "M PLUS Rounded 1c";
  
   text-align: center;
  font-size: 2.5rem;
  font-weight:normal;
    color:#42210b;
    line-height: 1.6em;
}
/*-----------------------
イベント_タイトルテキスト-----599
---------------------------------*/
@media screen and (max-width:599px) {
 .event_tex{
   margin: 0px auto 0px;
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 1.4rem;
  font-weight:bold;
    color:#42210b;
    line-height: 1.6em;
}
}
.event_tex span{
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 1.4rem;
  font-weight:normal;
    color:#42210b;
}
/*-----------------------
イベント_サブタイトルテキスト-----599
---------------------------------*/
@media screen and (max-width:599px) {
.event_tex span{
  max-width: 599px;
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 4vmin;
 background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight:normal;
  color:#42210b;
    
}
   
}

.event_p{
   margin: 5px auto 0px;
   font-family: "M PLUS Rounded 1c";
  text-align:justify;
  font-size: 0.9rem;
  font-weight:800;
   color:#42210b;
}
@media screen and (max-width:599px) {
  .event_p{
      width: 90%;
      margin: 0 auto;
 
}  
}
/*------------------------------
ランチとおやつ
---------------------------------*/
section.lunch{
    position:relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-top: 30px;
    padding-bottom:120px;
}
/*-----------------------
ランチとおやつ_画像サイズ-----768
---------------------------------*/
@media screen and (max-width:1024px) {
 section.lunch{
    position:relative;
    width:100%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-bottom: 120px;
}   
}
.lunch_tex{
   margin: 15px auto;
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 1.4rem;
  font-weight:800;
    color:#42210b;
}
/*-------------------
ランチテキスト-----768
---------------------------------*/
@media screen and (max-width:1024px) {
.lunch_tex{
margin: 5px auto;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size:4vmin;
font-weight:800;
color:#42210b;
width:80%;
}       
}

/*-------------------
ランチテキスト-----599
---------------------------------*/
@media screen and (max-width:599px) {
.lunch_tex{
margin: 5px auto;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size:4vmin;
font-weight:800;
color:#42210b;
width:90%;
}       
}

.lunch_tex span{
    background:linear-gradient(transparent 70%, #FFABCE 60%);
}
.lunch_box img{
   
    border-radius: 50px;
    
}

.lunch_box{
   position: relative;
   width: 80%;
  max-width: 420px;
    margin: 30px 15px 60px 15px;
  
}

/*-----------------------
ランチとおやつ_画像サイズ-----1024
---------------------------------*/
@media screen and (max-width:1024px) {
 .lunch_box img{
    border-radius: 20px;
    
}   
.lunch_box{
   position: relative;
   width:100%;
  max-width:350px;
   margin: 30px 10px 60px 10px;
  
}
}
/*-----------------------
ランチとおやつ_画像サイズ-----768
---------------------------------*/
@media screen and (max-width:768px) {
  .lunch_box img{
    border-radius: 20px;
    
}   
.lunch_box{
   position: relative;
   width:100%;
  max-width:380px;
   margin: 5px 10px 30px 10px;
  
}
}
/*------------------------------
保育園のようす
---------------------------------*/
section.news{
    position:relative;
    width: 95%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;
    border-top: 3px dashed #e9e4d4;
}
@media screen and (max-width:768px) {
section.news{
    position:relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-top: 90px;
    padding-bottom: 60px;
     border-top: 3px dashed #e9e4d4;
}   
    
}
.flex_news{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto; 
}
.news_tex{
   margin: 15px auto;
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 1.4rem;
  font-weight:800;
  color:#42210b;
  width:90%;
}
/*-------------------
newsテキスト-----1024
---------------------------------*/
@media screen and (max-width:1024px) {
.news_tex{
   margin: 15px auto;
   font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 1.4rem;
  font-weight:800;
  color:#42210b;
  width:95%;
  letter-spacing:-0.01em;
    }}
/*-------------------
newsテキスト-----599
---------------------------------*/
@media screen and (max-width:599px) {
.news_tex{
margin: 0px auto 5px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size:4vmin;
font-weight:800;
color:#42210b;
width:100%;
}       
}
.news_box img{
   
    border-radius: 10px;
    
}
.news_box{
   position: relative;
   width: 80%;
   max-width: 340px;
   min-width: 220px;
   margin: 30px 15px 0px 15px;
  
}
/*-----------------------
ニュースサイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
.news_box{
   position: relative;
   width: 80%;
   max-width: 340px;
   min-width: 220px;
   margin: 30px 5px 0px 5px;
  
}
}
/*------------------------------
おしめのサブスク
---------------------------------*/
section.sabusuku{
    position:relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-bottom: 90px;
    padding-top: 60px;
    background-color:#ffe5e5;
   
}
/*-----------------------
おしめのサブスク-----599
---------------------------------*/

section.sabusuku h4{
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 3.4rem;
  font-weight:800;
  color:#42210b;
  padding-top: 30px;
  padding-bottom: 30px;
}
/*-----------------------
おむつ_画像サイズ-----599
---------------------------------*/
@media screen and (max-width:599px) {
  section.sabusuku h4{
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 5vmin;
  font-weight:800;
  color:#42210b;
}
}
.oshime{
    width: 90%;
    max-width: 690px;
    margin: 0 auto;
    
}
/*-----------------------
おむつ_画像サイズ-----768
---------------------------------*/
@media screen and (max-width:768px) {
 .oshime{
    width:80%;
    margin: 0 auto;
     background-color: aqua;
    
}   
}
.oshime_tex{
width: 100%;
max-width: 690px;
margin: 30px auto 20px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 2rem;
font-weight:800;
color:#42210b;
}
@media screen and (max-width:599px) {
.oshime_tex{
width: 90%;
margin: 30px auto 20px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 4vmin;
font-weight:800;
color:#42210b;
}       
}
.tex_s{
width: 80%;
max-width: 642px;
margin: 20px auto 60px;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-size: 1rem;
font-weight:800;
color:#42210b;
line-height: 1.7em;
background-color: #fff;
padding: 24px;
border-radius:10px;
}
@media screen and (max-width:599px) {
.tex_s{
width: 80%;
margin: 30px auto;
font-family: "M PLUS Rounded 1c";
text-align: center;
font-weight:800;
color:#42210b;
font-size: 4vmin;
background-color: #fff;
padding: 10px;
border-radius:10px;
}  
}
.tex_s em{
    font-size: 1.3rem;
}
@media screen and (max-width:599px) {
 .tex_s em{
    font-size: 0.9rem;
}   
}
.tex_s span{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

/*------------------------------
アクセスマップ
---------------------------------*/
section.map{
    position:relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    padding-top: 60px;
    
    }

.map_s{
    width: 95%;
    max-width: 642px;
    margin: 30px auto 30px;
    font-family: "M PLUS Rounded 1c";
    text-align: center;
    font-size: 1rem;
    font-weight:800;
    color:#42210b;
    line-height: 1.7em;
   
  
  
}
@media screen and (max-width:599px) {

.map_s{
    width: 90%;
    margin: 20px auto 20px;
    font-family: "M PLUS Rounded 1c";
    text-align: center;
    font-size: 0.9rem;
    font-weight:800;
    color:#42210b;
    line-height: 1.6em;
    
  
  
}}
 
/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.g_map {
  position: relative;
  width: 100%;
  height: 0;
  margin: 60px auto 0px;
  padding-top: 56.25%; /* 比率を4:3に固定 */
   
}
 
/* Google Mapのiframe */
.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}