/*======================================
共通
======================================*/
/*btn01
______________________________________*/
.btn01{
  max-width: 280px;
  background-color: #9ABC4D;
  text-align: center;
  color: #fff !important;
  padding: 10px 20px 11px;
  display: block;
  width: 100%;
  margin: 26px auto 0;
  border-radius: 40px;
  position: relative;
}
.btn01::before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  right: 25px;
  top: 17px;
  border-color: transparent transparent transparent #fff;
}
.btn01:hover{
  background-color: #f9db30;
}

/*btn02
______________________________________*/
/*.btn02{
  max-width: 280px;
  background-color: #9ABC4D;
  text-align: center;
  color: #fff !important;
  padding: 10px 20px 11px;
  display: block;
  width: 100%;
  margin: 26px auto 0;
  border-radius: 40px;
}
.btn02:hover{
  background-color: #f9db30;
}*/
.btn02{
	background: #fff;
	display: block;
	max-width: 326px;
	margin: 25px auto 0;
	border: 3px solid #9ABC4D;
	color: #9ABC4D !important;
	padding: 13px 20px;
	border-radius: 30px;
}
.btn02:hover{
	background: #9ABC4D;
	border: 3px solid #9ABC4D;
	color: #fff !important;
}

/*btn03
______________________________________*/
.btn03{
  max-width: 280px;
  background-color: #9ABC4D;
  text-align: center;
  color: #fff !important;
  padding: 10px 20px 11px;
  display: block;
  width: 100%;
  margin: 26px 0 0;
  border-radius: 40px;
  position: relative;
}
.btn03::before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 8px 5.5px 0;
  left: 25px;
  top: 17px;
  border-color: transparent #ffffff transparent transparent;
}
.btn03:hover{
  background-color: #f9db30;
}



/*======================================
top
======================================*/
/*お知らせ
______________________________________*/
#top-news{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#top-news .h1-wrap h1{
  max-width: 1020px;
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
  z-index: 0;
  color: #ec9f29;
  font-weight: 500;
}
#top-news .h1-wrap .img-left{
  position: absolute;
  z-index: 1;
}

ul.news-list{
  max-width: 980px;
  width: 100%;
  margin: 0 auto 36px;
}
ul.news-list li{
  border-bottom: 1px solid #C7C7C7;
}
#news-archive .flex-wrap ul.news-list li{
  padding: 24px 0 24px 0;
}
.date{
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.category{
  background: #9abc4d;
  font-size: 15px;
  color: #fff;
  padding: 0 20px 2px;
  min-width: 116px;
  text-align: center;
  margin: 0 20px 0 0;
  border-radius: 4px;
}
ul.news-list li .entry-title{
  font-weight: 400;
}
ul.news-list li a:hover{
  text-decoration: underline;
  color: #9ABC4D;
}
/*PC*/
@media all and (min-width:768px) {
  ul.news-list li{
    display: flex;
    padding: 24px 130px 24px 0;
  }
  #top-news ul.news-list{
    padding: 0 20px;
  }
  #top-news{
    padding: 0 40px;
    min-height: 410px;
  }
  #top-news .h1-wrap h1{
    font-size: 34px;
    border-bottom: 3px solid #B5D175;
    padding: 0 20px 20px;
    margin: 70px auto 40px;
    letter-spacing: 0.6rem;
  }
  ul.news-list li .entry-title{
    font-size: 15px;
  }
  #top-news .h1-wrap .img-left{
    left: 50px;
    max-width: 146px;
    width: 15%;
    top: -17px;
  }
  #top-news .h1-wrap .img-right{
    position: absolute;
    right: 20px;
    max-width: 176px;
    width: 18%;
    z-index: 1;
    top: 41px;
  }
}
/*SP*/
@media all and (max-width:767px) {
  ul.news-list li{
    padding: 20px 0 20px;
  }
  #top-news{
    padding: 0 20px;
  }
  ul.news-list li .entry-title{
    margin: 15px 0 0;
    font-size: 17px;
  }
  #top-news .h1-wrap h1{
    font-size: 30px;
    border-bottom: 2px solid #B5D175;
    padding: 0 20px 20px;
    margin: 40px auto 10px;
    letter-spacing: 0.4rem;
  }
  #top-news .h1-wrap{
    width: 80%;
    margin: 0 auto;
    max-width: 225px;
  }
  #top-news .h1-wrap .img-left{
    left: 5%;
    width: 79px;
    top: -10px;
  }
  #top-news .h1-wrap .img-right{
    position: absolute;
    right: 20px;
    max-width: 176px;
    width: 22%;
    z-index: 1;
    top: 1px;
  }
}


/*top-pagelist
______________________________________*/
#top-pagelist{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#top-pagelist .box img{
  width: 100%;
}
#top-pagelist .box .pagelisst-title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 16px 0 16px;
  color: #ec9f29;
}
#top-pagelist .box p{}

/*PC*/
@media all and (min-width:768px) {
  #top-pagelist{
    padding: 100px 20px 120px;
  }
  #top-pagelist .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }
  #top-pagelist .flex-wrap img{
  width: 100%;
  height: auto;
  }
  #top-pagelist .box{
    max-width: 370px;
    width: 31%;
  }
  #top-pagelist .box .pagelisst-title{
    font-weight: 500;
  }
}
/*SP*/
@media all and (max-width:767px) {
  #top-pagelist{
    padding: 50px 20px 20px;
  }
  #top-pagelist .box{
    width: 100%;
    margin: 0 0 40px;
  }
  #top-pagelist .box .pagelisst-title{
    font-weight: 600;
  }
}

#top-bnr{
  max-width: 1020px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
}
#top-bnr img{
  width: 100%;
  height: auto;
}

/*======================================
page common
======================================*/

/*** page main image
____________________________________***/
.page-title {
  position: relative;
  margin: 0 auto 0 !important;
  max-width: 448px;
  color: #555;
  background: #FADB30;
  border-radius: 50px;
  text-align: center;
  display: block;
}

.page-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f9db30;
}

.page-title span {
  margin: 0;
  padding: 0;
  color: #2E1E1E;
  letter-spacing: 2px;
}

#page-header{
  background-size: cover;
  background-position: center bottom;
}

/*PC*/
@media all and (min-width:768px) {
  .page-title {
    width: 100%;
    padding: 19px 10px;
    font-size: 22px;
  }
  #page-header{
    height: 330px;
    padding: 140px 0 0;
  }
}
/*SP*/
@media all and (max-width:767px) {
  .page-title {
    width: 90%;
    padding: 17px 10px;
    font-size: 17px;
  }
  #page-header{
    height: 130px;
    padding: 34px 0px 0;
  }
}

/*** 当園について ***/
.about-header{
  background-image: url(/asset/img/about-mainImg.jpg);
}
.schedule-header{
  background-image: url(/asset/img/schedule-mainImg.jpg);
}
.event-header{
  background-image: url(/asset/img/event-mainImg.jpg);
}
.news-header{
  background-image: url(/asset/img/news-mainImg.jpg);
}
.privacypolicy-header{
  background-image: url(/asset/img/privacypolicy-mainImg.jpg);
}


/*** title
____________________________________***/
.flour{
  border-bottom: 3px solid #B5D175;
  background-repeat: no-repeat;
  letter-spacing: 2px;
}
.flour-yellow{
  background-image: url(/asset/img/title-icon01.png);
  background-size: 46px;
  background-position: 1.2% 0%;
}
.flour-pink{
  background-image: url(/asset/img/title-icon02.png);
  background-size: 46px;
  background-position: 1.2% 0%;
}
.flour-blue{
  background-image: url(/asset/img/title-icon03.png);
  background-size: 44px;
  background-position: 1.2% 0%;
}
/*下層ページ　基本
______________________________________*/
.page-wrap{
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
}

/*PC*/
@media all and (min-width:768px) {
  .flour{
    font-size: 28px;
    padding: 10px 0 20px 75px;
    margin: 0 0 30px;
  }
  .page-wrap{
    margin: 50px auto 0;
  }
}
/*SP*/
@media all and (max-width:767px) {
  .flour{
    font-size: 24px;
    padding: 10px 0 20px 70px;
    margin: 0 0 24px;
  }
  .page-wrap{
    margin: 40px auto 0;
  }
}
/*======================================
about
======================================*/
/*PC*/
#philosophy p{
  margin: 0 0 30px;
}
#philosophy img{
  width: 100%;
}

#gallery .flex-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#gallery img{
  max-width: 308px;
  height: auto;
}

#overview{}
#overview table{
  width: 100%;
}
#overview table tr{
  border-bottom: 1px solid #C7C7C7;
}
#overview table tr th, #overview table tr td{
  text-align: left;
}
#overview table tr th{
  width: 30%;
  vertical-align: top;
  color: #9abc4d;
  font-size: 17px;
}
#overview table tr td .orange{
  color: #ec9f29;
  display: block;
  margin: 0 0 -5px;
  line-height: 2;
}
#overview table tr td.enkaku p:not(.orange){
  line-height: 1.8;
  margin: 0 0 13px;
}

#overview table tr td.enkaku p:last-child{
  margin: 0;
}

/*PC*/
@media all and (min-width:768px) {
  #philosophy{
    margin: 0 0 90px;
  }
  #gallery{
    margin: 0 0 90px;
  }
  #gallery img{
    width: 32%;
    margin: 0 0 30px;
  }
  #overview table tr th, #overview table tr td{
    padding: 20px 0;
    line-height: 2.6;
  }
  #overview table tr th{
    font-weight: 500;
  }
  #philosophy p{
    line-height: 2;
  }
  #overview table tr td.enkaku{
    padding: 27px 0 36px;
  }
  #overview table tr td .orange{
    font-weight: 500;
  }
}
/*SP*/
@media all and (max-width:767px) {
  #philosophy{
    margin: 0 0 70px;
  }
  #gallery{
    margin: 0 0 70px;
  }
  #gallery img{
    width: 49%;
    margin: 0 0 8px;
  }
  #overview table tr{
    padding: 20px 0;
    display: block;
  }
  #overview table tr th, #overview table tr td{
    display: block;
    width: 100%;
    line-height: 2;
  }
  #overview table tr th{
    padding: 0 0 0;
    font-weight: 600;
  }
  #overview table tr td{
    padding: 6px 0 0;
  }
  #philosophy p{
    line-height: 1.8;
  }
  #overview table tr td .orange{
    font-weight: 600;
  }
}
/*======================================
schedule
======================================*/
.day-schedule{
  position: relative;
}

.day-schedule h3{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
}

.freebus-wrap h3{
  margin: 30px 0 10px;
  font-size: 18px;
  color: #ec9f29;
}

.day-schedule p, .freebus-wrap p{
  line-height: 2;
}
.effect-fade {
  opacity : 0;
  transform : translate(0, 300px);
  transition : all 1000ms;
}

.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}

/*PC*/
@media all and (min-width:768px) {
  .para1{
    right: 0;
    position: absolute;
    top: 304px;
    width: 194px;
    height: auto;
    z-index: 1;
  }
  .para2{
    position: absolute;
    right: 0;
    top: 1575px;
    width: 165px;
    height: auto;
    z-index: 1;
  }
  .freebus-wrap{
    margin: 100px 0 0;
  }
  .timeline > li.kyukei {
    text-align: center;
    background: #EFEFC1;
    color: #2E1E1E;
    font-size: 20px;
    padding: 15px 20px;
    width: 100%;
    display: block;
    margin: 0 0 50px;
    position: relative;
    border-bottom: 0;
  }
  .freebus-wrap p.bold{
    font-weight: 500;
  }
}
/*SP*/
@media all and (max-width:767px) {
  .para1{
    display: none;
  }
  .para2{
    display: none;
  }
  .freebus-wrap{
    margin: 50px 0 0;
  }
  .timeline > li.kyukei {
    font-size: 22px;
    font-weight: 500;
    color: #9abc4d;
  }
  .freebus-wrap p.bold{
    font-weight: 600;
  }
}

/*タイムライン
______________________________________*/
.timeline {
  list-style: none;
}

/*PC*/
@media all and (min-width:768px) {
  .timeline {
    margin: 80px 0 0;
  }
  .timeline > li {
    position: relative;
    display: flex;
  }
  .timeline-date {
    width: 160px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 1 !important;
  }
  .timeline-content {
    width: 75%;
    padding-left: 65px;
    padding-bottom: 40px;
  }
  .timeline-content:before {
    content: '';
    width: 22px;
    height: 22px;
    background: #B5D175;
    position: absolute;
    left: 140px;
    top: 0px;
    border-radius: 100%;
  }
  .timeline-content::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #B5D175;
    position: absolute;
    left: 150px;
    top: 10px;
    z-index: -1;
  }
  .timeline > li.kyukei::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #B5D175;
    position: absolute;
    left: 150px;
    bottom: -100%;
    z-index: -1;
  }
  .timeline-content2{
    margin: 20px 0 5px !important;
  }
  .timeline-content .bold{
    font-weight: 500;
  }
}
/*SP*/
@media all and (max-width:767px) {
  .timeline {
    margin: 50px 0 0;
  }
  .timeline > li {
    margin-bottom: 30px;
    border-bottom: 1px solid #b5d175;
    padding: 0 0 30px;
  }
  .day-schedule p.timeline-date{
    line-height: 1;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    background: #9abc4d;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
  }
  .timeline-content .bold{
    font-weight: 600;
  }
}
/*======================================
event
======================================*/
.event-wrap{
  max-width: 465px;
}

.event-wrap h3.event-title{
  position: relative;
  padding: 9px 20px 9px;
  text-align: center;
  background: #B5D175;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0.7em 0 0 0 #b5d175, -0.7em 0 0 0 #b5d175;
  width: 270px;
  margin: 0 auto -27px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  height: 52px;
}
.event-wrap h3.event-title01{
  transform: rotate(-1deg) skew(-1deg);
}
.event-wrap h3.event-title02{}
.event-wrap h3.event-title03{
  transform: rotate(1deg) skew(1deg);
}
.event-wrap h3.event-title04{
  transform: rotate(-0.5deg) skew(-0.5deg);
}

.event-box .box{
  background: #FFF8DB;
}

.event-box .box p{
  line-height: 2;
}

.event-box{border-style: solid;border-width: 8px 8px 8px 8px;-moz-border-image: url(/asset/img/border-img@2x.png) 16 16 16 16 repeat repeat;-webkit-border-image: url(/asset/img/border-img@2x.png) 16 16 16 16 repeat repeat;-o-border-image: url(/asset/img/border-img@2x.png) 16 16 16 16 repeat repeat;border-image: url(/asset/img/border-img@2x.png) 16 16 16 16 repeat repeat;}
/*PC*/
@media all and (min-width:768px) {
  .event .flex-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    flex-wrap: wrap;
  }
  .event-wrap{
    width: 50%;
    margin: 0 0 60px;
  }
  .event-box{
    width: 465px;
    height: 315px;
  }
  .event-box .box{
    display: flex;
    justify-content: space-between;
    padding: 55px 20px 20px;
    height: 100%;
    align-items: flex-start;
  }
  .event-box .box img{
    max-width: 150px;
    width: 100%;
  }
  .april .box img{
    margin: 45px 0 0;
  }
  .may .box img{
    margin: 38px 0 0;
  }
  .june .box img{
    margin: 32px 0 0;
  }
  .july .box img{
    margin: 18px 0 0;
  }
  .august .box img{
    margin: 24px 0 0;
  }
  .september .box img{
    margin: 7px 0 0;
  }
  .october .box img{
    margin: 9px 0 0;
  }
  .november .box img{
    margin: 10px 0 0;
  }
  .december .box img{
    margin: -10px 0 0;
  }
  .january .box img{
    margin: 10px 0 0;
  }
  .february .box img{
    margin: 5px 0 0;
  }
  .march .box img{
    margin: 5px 0 0;
  }
  .event-box .box p{
    width: 228px;
  }
  .event h2{
    margin: 0 0 80px;
  }
}
/*SP*/
@media all and (max-width:767px) {
  .event-wrap{
    width: 100%;
    margin: 0 0 40px;
  }
  .event-wrap:last-child{
    margin: 0;
  }
  .event-box .box{
    background: #FFF8DB;
    padding: 0 20px 20px;
  }
  .event-box .box img{
    margin: 0 auto 0;
    display: block;
    padding: 25px 0 15px;
  }
  .event-box .box p{
    width: 100%;
  }
  .event h2{
    margin: 0 0 40px;
  }
}

/*======================================
archive
======================================*/
#news-archive{}
#news-archive .flex-wrap{
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.widgettitle {
  border-bottom: 2px solid #B5D175;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 18px;
}
#archives-3 label{
  display: none;
}
.widget {
  margin: 0 0 35px;
}
.widget ul li {
  margin-bottom: 0.75em;
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.widget ul li.cat-item{
  position: relative;
  padding: 0 0 0 23px;
}
.widget ul li.cat-item::before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #9abc4d;
  left: 0;
  top: 7px;
}
.widget ul li a:hover{
  text-decoration: underline;
}

/*PC*/
@media all and (min-width:768px) {
  #news-archive .left-wrap{
    width: 67%;
    max-width: 656px;
  }

  .sidebar {
    max-width: 263px;
    width: 33%;
  }
  .widget {
    padding: 0 10px;
  }
  #news-archive .flex-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }
}
/*SP*/
@media all and (max-width:767px) {
  #news-archive .left-wrap{
    width: 100%;
  }
  .sidebar {
    width: 100%;
    margin: 60px 0 0;
  }
  .widget {
    padding: 0;
  }
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 40px 0 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0 6px;
  float: left;
  display: inline;
  overflow: hidden;}
.pagination .current{
  cursor: default;
  background: #9fd5d4;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 8px 0 0;
  display: block;
  color: #fff !important;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  background: #9ABC4D;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background: #9fd5d4;
  color: white;
}
.pagination .current {
  cursor: default;
  color: #2E1E1E
}


/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/*PC*/
@media all and (min-width:768px) {}
/*SP*/
@media all and (max-width:767px) {}
/*======================================
single
======================================*/
#single-contents{}
#single-contents h2{
  font-size: 24px;
  border-bottom: 1px solid #C7C7C7;
  padding: 30px 0 20px;
  letter-spacing: 2px;
  margin: 0 0 40px;
  font-weight: 400;
}

#single-contents .content-wrap img{
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 20px 0;
}


/*PC*/
@media all and (min-width:768px) {}
/*SP*/
@media all and (max-width:767px) {}
/*======================================
privacypolicy
======================================*/
.page_about{
  margin: 10px 0 60px;
}
dl.pp_list{
  line-height: 1.8;
}
dl.pp_list dt{
  border-bottom: 3px solid #B5D175;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 40px 0 15px;
  letter-spacing: 0.05rem;
}
dl.pp_list dd{
	word-break: break-all;/*url部分を折り返すように指示*/
  letter-spacing: 0.05rem;
}
dl.pp_list dd span.green{
  color: #B5D175;
}
dl.pp_list dd a{
  text-decoration: underline;
  color: #8e8282;
}

/*PC*/
@media all and (min-width:768px) {}
/*SP*/
@media all and (max-width:767px) {}
/*======================================
header
======================================*/
/*PC*/
@media all and (min-width:768px) {}
/*SP*/
@media all and (max-width:767px) {}
