@charset "UTF-8";


/* メインスライドショー */
.kari {
  position: relative;
}
.cover {
  width: 100%;
  height: auto;
}
#slideshow {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  *zoom: 1;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#slideshow img.alt {
  display: none;
}

/* スライダー下のトピックス */
.topics {
    margin-top: 0;
    width: 100%;
    background-color: #f9f2db;
}
.topics .container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 5px 0;
    overflow: hidden;
}
.topics-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.topics img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

p.kiji {
    font-size: 14px;
    font-weight: normal;
    color: #6b6b6b;
    white-space: nowrap;
    position: absolute;
    top: 5px;
    left: 110%;
}

/*　news */
.news {
  margin-top: 40px;
  margin-bottom: 60px;
}
.news .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news-inner {
    flex: 1;
/*    margin-right: 30px;*/
}
.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e7d349;
  height: 40px;
  margin-bottom: 25px;
}
.news-title h3 {
  font-size: 18px;
  font-weight: normal;
  color: #856b5b;
  margin-left: 20px;
}
.news-title h3 i {
  margin-right: 10px;
  color: #bf6a7a;
}
.news-title a {
  font-size: 12px;
  margin-right: 20px;
}
.news-title a:hover {
  text-decoration: underline;
}


/* news-box */
dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.box {
    width: 100%;
    height: 200px;
    overflow: auto; /*これでBOXにスクロールバーを付ける*/
	
	margin-bottom: 20px;
}

.box dt {
    float: left;
    width: 100px;
}
.box dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #aaa;
}
.box dd span {
  background-color: #f00;
  padding: 5px;
  color: #fff;
}
.box dd a {
    text-decoration: none;
    color: #3885be;
    margin-left: 15px;
}

.box dd .cat {
  margin-left: 10px;
  background-color: #3885be;
  padding: 2px 7px;
  color: #fff;
}



.blog-info ul{
	width: 100%;
    height: 325px;
    overflow: auto;

    font-size: 14px;
}
.blog-info li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #aaa;
	
	display: flex;
}
.blog-info li .photo{
	width: 18%;
}
.blog-info li .text{
	width: 82%;
}

.blog-info li .photo img{
	width: 85%;
	height: auto;
	border-radius: 5px;
}

.blog-info li a {
    text-decoration: none;
    color: #3885be;
}
.blog-info li .cat {
	margin-right: 10px;
	background-color: #3885be;
	padding: 2px 7px;
	color: #fff;
}




/* ブログ更新情報 */
.blog-info {
  width: 454px;
  padding-bottom: 0;
  position: relative;
  box-sizing: border-box;

    margin-right: 30px;

}
.blog-info .right {
  background-color: #f7bfa9;
}
.news-blog {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-blog h3 {
  margin-top: 10px;
  margin-bottom: 0;

}
.news-blog h3 {
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  line-height: 1em;
  padding-top: 5px;
}
.news-blog .text {
  width: 55%;
  max-width: 280px;
  padding-left: 10px;
}
.news-blog .text p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5em;
}
.news-blog .text a {
  font-size: 14px;
}
.news-blog img {
  width: 150px;
}
.entryInfo {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.entryInfo .cat {
  margin-left: 10px;
  background-color: #3885be;
}
.entryInfo .cat {
  padding: 2px 7px;
  color: #fff;
}


/*　スライド制作　*/
.blogWrap {
  width: 100%;
  max-width: 454px;
  height: 184px;
  position: relative;
  overflow: hidden;
}
.blogWrap .news-blog {
  width: 454px;
  height: 150px;
}
.blogWrap .news-blog img{
	width: 45%;
	max-width: 150px;
	height: auto;
}
.blogWrap .blogSet {
  position: absolute;
  display: flex;
}
.btn {
    display: inline-block;
    background: #00585f;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -2%;
    opacity: 0.5;
  }
.btn i {
  padding: 5px 6px;
  color: #fff;
}
.btn:hover {
  opacity: 1;
}







/*　今月の子育てハガキ　*/
.blog-info .hagaki,
.news-inner .hagaki {
  font-size: 18px;
  background-color: #45b29d;
  padding: 18px 20px;
  margin-top: 10px;
}
.blog-info .hagaki a,
.news-inner .hagaki a {
  display: block;
  text-align: center;
  color: #fff;
}
.blog-info .hagaki i,
.news-inner .hagaki i {
  margin-right: 10px;
}
.blog-info .hagaki:hover,
.news-inner .hagaki:hover {
  opacity: 0.7;
}


.grapeseed{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.grapeseed a{
	display: block;
	width: 100%;
	color: #000;
	transition: all 0.2s linear;
}
.grapeseed a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.grapeseed .logo{
	display: block;
	width: 100%;
	background-color: #d7e7af;
	border-bottom: 1px solid #ccc;
	
	padding: 5px 3% 5px 5%;
	line-height: 0;
}
.grapeseed .logo img.main{
	display: inline-block;
	width: 60%;
	height: auto;
}
.grapeseed .logo img.sub{
	display: inline-block;
	padding-top: 10px;
	width: 40%;
	height: auto;
}
.grapeseed .desc{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}


/* スマホの時の表示 */
@media (max-width: 767px) {

img.cover,
#slideshow {
	margin-top: 58px;
}


  .news {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .news .container {
    display: flex;
    flex-direction: column;
  }
  .news-inner {
    width: 100%;
    margin-top: 20px;
  }
  .blog-info {
    width: 100%;
/*    margin-top: 20px;*/
  }
  .news-blog {
    width: 100%;
  }
  .btn {
    right: 5%;
  }
}

/*　未就園児囲み(misyuen)*/

.mishuen .container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.mishu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  flex: 1;
}
.mishu-item {
  background: #fef5e7;
  padding: 3px;
  /*width: 100%;*/
  border: 5px solid #f4dab2;
  margin-right: 15px;
  border-radius: 10px;
  
  width: 33.3%;
}
.mishu-item:last-child {
  margin-right: -15px;
}
.mishu ul {
  margin-left: 10px;
}

.mishu ul li:first-child {
  padding-top: 7px;
  margin-left: -5px;
  font-size: 13px;

	color: #000;
}
.mishu ul li:nth-child(2),
.mishu ul li:nth-child(3){
  font-size: 15px;
  font-weight: bold;
  color: #bf6a7a;
}

.mishu p.postcard{
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0 0 0 10px;
}
.mishu p.postcard .title{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.mishu .free {
	display: block;
	margin-top: 10px;

  background: #e7d349;
  text-align: center;
  margin-left: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  border-radius: 50%;
}
.mishu .members {
	display: block;
	margin-top: 10px;

  background: #e7d349;
  text-align: center;
  font-size: 12px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
}
.mishu:hover {
  opacity: 0.7;
}


@media (max-width:767px) {
  .mishuen .container {
	width: 90%;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -30px;
  }
  .mishu-item {
    width: 100%;
    margin-bottom: 10px;
  }

.homeMishuImg{display:none;}


}


/* センターナビ　*/
.center-titlebox {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -10px;
}
.center-titlebox .right {
  margin-left: -20px;
}

.center-title {
  width: 500px;
  height: 60px;
  margin: 50px auto 40px;
  background: #fff5d7;
  font-size: 23px;
  font-weight: normal;
  color: #00585f;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  position: relative;
}
.center-title span {
  margin-right: 20px;
}


.center-title:before {
  content: "";
  display: inline-block;
  border: 20px solid transparent;
  border-top-color: #ccc;
  position: absolute;
  left: 48%;
  bottom: -40px;
}
.center-title:after {
  content: "";
  display: inline-block;
  border: 18px solid transparent;
  border-top-color: #fff5d7;
  position: absolute;
  left: 48%;
  bottom: -36px;
}
@media (max-width:767px) {
.center-titlebox {
  flex-direction: column;
  margin: 10px;

}
.center-titlebox img {
  display: none;
}
.center-title {
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.listA .container {
  display: flex;
  flex-wrap: wrap;
}
.listA article {
  flex: 1 1 300px;
}
.listA a {
  margin: 10px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}
.listA a:hover {
  opacity: 0.8;
  background: #eee;
}

.listA h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #00585f;
}
.listA .text span {
  font-weight: normal;
  color: #00585f;
}
.listA .photo {
  margin-top: 15px;
  min-height: 200px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .listA .container {
    flex-direction: column;
  }
  .listA article {
    flex: 1 1 50%;
  }
  .listA article iframe {
    width: 100%;
  }
}

/* listB:支持される理由 */
.listB {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 30px auto;
}

.listB p {
  font-size: 14px;
  line-height: 1.8em;
}

.listB .support-box {
  display: flex;
  justify-content: flex-start;
  padding: 30px 20px;;
  background-color: #fff5d7;
}

.listB .support-title {
  width: 10%;
  margin-top: 50px;
}
.listB .support-title h2 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /*letter-spacing: 0.2em;*/
  font-size: 18px;
  font-weight: bold;
  color: #00585f;
}
.listB .support-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.listB .support-item {
  width: 47%;
  /*margin-right: 20px;*/
  padding: 0;
}
.listB .support-item img {
  vertical-align: bottom;
  margin-right: 10px;
}
.listB .support-item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #bf6a7a;
}


@media (max-width: 767px) {
  .listB .support-box {
    flex-direction:column;
    margin-left: 10px;
    margin-right: 10px;
  }
  .listB .support-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .listB .support-title h2 {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 0;
  }
  .listB .support-box {
    flex-direction: column;
  }
  .listB .support-item {
    width: 100%;
    /*margin-left: 20px;*/
  }

}

/* top 最下段 */
.listC {
  margin-top: 50px;
}
.listC .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.underboxA {
  display: flex;
  justify-content: center;
  color: #000;
  margin: 0 10px;
}
.underboxA .underboxA-inner {
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  width: 30%;
  background-color: #e7d349;
}

.underboxA .underboxA-inner img {
  margin-right: 20px;
}
.underboxA .underboxA-inner h4 {
  font-weight: normal;
  margin-bottom: 0;
}
.underboxA .underboxA-inner p {
  font-size: 12px;
  margin-top: 5px;
}
.underboxA .underboxA-inner.right {
  background-color: #fff;
  border: 2px solid #ccc;
}
.underboxA .underboxA-inner.mag {
  background-color: #d0e0a0;
}
.underboxA .underboxA-inner:hover {
  opacity: 0.5;
}
.underboxB {
  margin-top: 30px;
}
.underboxB ul {
  display: flex;
  justify-content: space-between;
}
.underboxB ul li {
  padding: 10px;
  width: 24%;
  text-align: center;
}
.underboxB ul li i {
  margin-right: 10px;
}
.underboxB .under03 {
  background-color: #f7bfa9;
}
.underboxB .under04 {
  background-color: #f7bfa9;
}
.underboxB .under03 a,
.underboxB .under04 a {
  display: block;
  color: #cc3333;
}
.underboxB .under05,
.underboxB .under06 {
  background-color: #00585f;
}
.underboxB .under05 a,
.underboxB .under06 a{
  display: block;
  color: #fff;
}
.underboxB .under03:hover{
  opacity: 0.7;
}
.underboxB .under04:hover {
  opacity: 0.7;
}
.underboxB .under05:hover {
  opacity: 0.7;
}
.underboxB .under06:hover{
  opacity: 0.7;
}

/* footD */
.footD {
  display: none;
}

/* スマホの時の表示 */
@media (max-width: 767px) {
  .underboxA {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    margin: 0 10px;
  }
  .underboxA .underboxA-inner {
    width: 100%;
    margin: 0 auto;
  }
  .underboxB {
    margin-bottom: 30px;
  }
  .underboxB ul {
    flex-wrap: wrap;
    margin: 0 10px 10px;
  }
  .underboxB ul li {
      width: 100%;
      border-bottom: 1px solid #fff;
    }
  .underboxB ul li a{
    padding: 10px 0;
  }


  .footD {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #856b5b;
    margin-bottom: 20px;
  }
  .footD p {
    font-size: 12px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footD p.tel {
    font-size: 30px;
	font-weight: bold;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footD h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .footD h4 a {
    display: block;
    color: inherit;
  }


.topics-inner > img{
	margin-left: 5px;
}


}



.notice{
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;

    padding: 20px 30px;
    
    margin-top: 30px;
    
    border: 8px solid #e5e5e5;
    border-radius: 20px;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.notice p{
    font-size: 16px;
    margin: 0;
}
.notice p.sns a{
    display: block;
    padding: 0 0 0 30px;
    line-height: 0;
}
.notice p.sns a img{
    display: block;
    width: 50px;
    height: auto;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.notice p.sns a:hover img{
    transform: scale(1.2);
}


@media (max-width: 767px) {

.notice{
    padding: 12px 20px;
}
.notice p{
    font-size: 14px;
}
.notice p.sns a{
    padding: 0 0 0 20px;
}
.notice p.sns a img{
    width: 40px;
}

}



@media (max-width: 450px) {

.notice{
    margin-top: 20px;
    
    flex-wrap: wrap;
}

.notice p:first-child{
    width: 100%;
    margin-bottom: 15PX;
}
.notice p.sns a{
    padding: 0 15px;
}
.notice p.sns a img{
    width: 50px;
}

}






