@charset "UTF-8";
/* //////////////////////////////////////////////////
[第一保育園　TOPページcss] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */

#box2 {
  padding: 30px 0px 0px 0;
	background-image: url("img/jiguzagu.png");
	  background-position: top;
  background-repeat: no-repeat;
	background-size: contain;
}
/* [新着情報]  */
.container .left_article h3 {
  margin-top: 0px;
}
.left_article {
	box-sizing: border-box;
 background-image: url("img/newtopics_bg.jpg");
background-size:100% 100%;
margin-bottom: 40px;
	padding: 10px; 
}
.newtopics {

background-color:white;
  padding:20px 25px 25px 25px;
  text-align: left;

 /*background-image: url("img/news_t.png"),url("img/news_r.png"),url("img/news_b.png"),url("img/news_l.png");
		  background-position: top,right,bottom,left;
  background-repeat: no-repeat;
		background-size:contain;*/
}

.newtopics h3 {
  font-family: "M PLUS Rounded 1c";
  border-bottom: 5px solid #A97c00;
  font-weight: bold;
  font-size: 19px;
  
  letter-spacing: 1px;
  padding-bottom: 6px;
  background-image: url("/common/img/news_tanpopo.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 60px 45px;
	border-top: 0px;
	text-align: left;
}
ul.newsList {
  border-bottom: 1px dotted #999;
    padding:0px 0 5px 0;
  margin: 0 0 15px 0;
}
ul.newsList li {
  display: block;
  margin: 0px 0px 4px 0px;
}
ul.newsList li:first-child { /* 日付のみ太字  */
  font-weight: bold;
  color: #969696;
}
/* //////////////////////////////////////////////////
[Swiper（スライドショー）第一保育園] 
////////////////////////////////////////////////// */
#swiperbox {
  background-image: url(img/bg_no1_top_b.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 0;
  overflow: hidden; /* 高さの認識*/
}
.swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.sp_banner {
  display: block;
}
.tb_banner {
  display: none;
}

/* //////////////////////////////////////////////////
[タブレット] 
////////////////////////////////////////////////// */
@media (min-width: 560px) and (max-width: 768px) {
		  /* [新着情報]  */
	
	.left_article {
	padding: 13px; 
}

	.sp_banner {
  display: none;
}
	.tb_banner {
  display: block;
}
}

/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media only screen and (min-width: 769px) {
	
	  /* [新着情報]  */
	.left_article {
	padding: 15px; 
}
  .newtopics {
    padding: 20px 50px 50px 50px;
 
  }
  .newtopics h3 {
    font-size: 24px;
	 padding-top: 10px;
    background-size: 80px 60px;
  }

		#box2 {
  padding:50px 0px 0px 0;
}
	.sp_banner {
  display: none;
}
	.tb_banner {
  display: block;
}
}

/* //////////////////////////////////////////////////
YouTube iframe
////////////////////////////////////////////////// */
@media only screen and (max-width: 767px) {
  .framebox-sp {
    margin-bottom: 3%;
  }

  .framebox-sp p {
    margin-top: auto;
  }
  
  .iframe-sp{
    width: 88%;
    height: 50vw;
  } 

  .framebox-pc {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .framebox-pc {
    margin-bottom: 3%;
    text-align: center;
  }

  .framebox-pc p {
    margin-top: auto;
  }

  .iframe-pc{
    width: 94%;
  }

  .framebox-sp {
    display: none;
  }
}
