/*

追加用CSS　PC表示

*/

.center {
  text-align: center;
}

.m-top {
  margin-top: 3em;
}

.p-top {
  padding-top: 3em;
}

.m-bottom {
  margin-bottom: 5em;
}

.p-bottom {
  padding-bottom: 5em;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

body {
  font-family: 'Kosugi Maru', sans-serif;
  background: #fff;
}

p {
  font-size: 15px;
}


/*--------------------------------------------
 * h2
 * -----------------------------------------*/

.title h2 {
  font-size: 2.4em;
  letter-spacing: 0.20em;
  color: #42a0dd;
  font-weight: bold;
  line-height: 1.17em;
  margin: 0 0 5px;
  font-family: 'Kosugi Maru', sans-serif;
}

.border {
  display: block;
  width: 20%;
  height: 7px;
  background: #ffc5dd;
  margin: 0 auto;
  border-radius: 100% 15px 100% 15px/15px 100% 15px 100%;
  padding: 3px;
  border-bottom: 0;
}


/*------------------------------------------
 * tablepress
 * ---------------------------------------*/

.tablepress {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background: #FFF;
}

.tablepress tbody td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  
}

.tablepress tbody td.column-1 {
  background: #fae1e1;
  text-align: center;
  color: #7c7c7c;
  font-weight: bold;
  vertical-align: middle;

}


.tablepress th, table.defTable01 td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}


/*--------------------------------------------
 * header
 * -----------------------------------------*/

nav.row2 .logo .logo-contact {
  width: 30%;
}

nav.row2 .logo .logo-contact .locon {
  justify-content: end;
}


/*--------------------------------------------
 * nav
 * -----------------------------------------*/

.desktop.navigation .nav-content {
  background: url(/wp-content/uploads/2021/03/bg_gmenu.jpg);
  border-bottom: none;
}

.desktop.navigation .nav-content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  opacity: .9;
  filter: alpha(opacity=90);
  margin-top: 2px;
  font-family: 'Kosugi Maru', sans-serif;
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
  color: #ffaded;
}

nav {
  top: 0;
  width: 100%;
  background: #fff;
  opacity: 1.0;
  border-bottom: 0;
  padding: 7px 0px 0px;
  z-index: 999;
}

.desktop.navigation .nav-content li {
  margin-right: 30px;
  line-height: 40px;
}

.navigation.desktop ul.nav li a:after {
  content: "";
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #fff;
  margin-left: 30px;
}

.navigation.desktop ul.nav li:last-of-type a:after {
  content: none;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a {
  color: #38b035;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li {
  margin: 0;
  line-height: 55px;
}

.navigation.desktop ul.nav .dropdown-menu li a:after {
  content: none;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a:hover {
  color: #ef8fb9;
}

li#menu-item-3050 ul.dropdown-menu {
  margin-left: 40px;
}

li#menu-item-3059 ul.dropdown-menu {
  margin-left: 38px;
}


/*--------------------------------------------
 * mobilenav
 * -----------------------------------------*/

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #fba3ae;
}

.mobile.navigation .nav-content a {
  display: block;
  color: #736a65;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

.mobile.navigation .nav-content li {
  border-top: 2px dotted #ffbdd8;
}

.mobile.navigation .nav-content .dropdown-menu {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto !important;
  left: 0;
}

.mobile.navigation .nav-content .dropdown-menu li {
  width: 45%;
  background: #38b035;
  margin: 6px !important;
  padding: 4px 2px !important;
  border-radius: 4px;
}

.mobile.navigation .nav-content .dropdown-menu li a {
  color: #fff;
  text-align: center;
}

.locon_item02 {
  display: none;
}


/*--------------------------------------------
 * news
 * -----------------------------------------*/

dl.topics dd span.news {
  background: #f8c443;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #fff;
  font-weight: 900;
  margin-top: 0;
}

dl.topics dd span.news a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

dl.topics dd span.news a:hover {
  color: #fff!important;
}

dl.topics dd time {
  display: inline-block;
  color: #8a7b6e;
  margin-right: 10px;
  font-size: 17px;
}

dl.topics dd a {
  color: #ef8fb9;
  font-size: 17px;
}

section#news dl.topics dd a:hover {
  color: #ffa593;
}

dl.topics dd {
  margin-left: 0;
  padding: 10px 10px 3px 10px;
  border-bottom: dashed 1px #ffc5dd;
  margin-bottom: 15px;
}

a.Link {
  display: inline-block;
  padding: 0.1em 2.5em;
  text-align: center;
  background-color: #42a0dd;
  font-size: 18px;
  line-height: 35px;
  border-radius: 30px;
  color: #ffffff!important;
  text-decoration: none;
  font-weight: bold!important;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 0px 3px #42a0dd;
  box-shadow: 0px 0px 0px 3px #42a0dd;
  border: 2px dotted #fff;
}

a.Link02 {
  display: inline-block;
  width: 250px;
  background-color: none;
  text-decoration: none;
}

.news-more-btn:hover {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.anime {
  margin: 20px auto 0;
  transition-duration: 0.5s;
}

.anime img {
  cursor: pointer;
}

.anime:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.block_topics {
  position: relative;
  background: url(/wp-content/uploads/2021/03/bg_topics.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: bottom center;
  width: 100%;
  margin: 0 auto 0;
  padding: 40px 60px
}

.block_topics .img {
  position: absolute;
  top: -60px;
  left: 10px;
  width: 100px;
}

.block_topics .img_top {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 400px;
  z-index: -1;
}

dl.topics.clearfix {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

dl.topics dd time {
  color: #462c10;
}

.btn_more {
  margin: 60px auto 30px;
  display: block;
  text-align: center;
  z-index: 999;
  font-size: 0.8em;
  position: relative;
}

.btn_more a {
  font-size: 1.4em;
  padding: 5px 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  border: 6px #56963a double;
}

.btn_more a i {
  padding-left: 10px;
}

dl.topics dd {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

dl.topics dd span.user_news {
  background: #fd92b0;
}

dl.topics dd span.crafts {
  background: #f3d55f;
}

dl.topics dd span.aozora {
  background: #54cc87;
}

dl.topics dd span.user_news, dl.topics dd span.crafts, dl.topics dd span.aozora {
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff!important;
  font-weight: 900;
}

dl.topics dd span>a {
  color: #fff;
}

p {
  font-size: 16px;
}



h3 {
position: relative;
padding: 1rem 1rem;
border: 2px solid #583822;
font-size: 1.4em;
margin: 80px 0 30px;
text-align: center;
border-radius: 10px;
color:#583822;
}

h3:before, h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top:3px dotted #583822;
}

h3:before {
  top: 6px;
}

h3:after {
  bottom: 6px;
}

h4 {
  position: relative;
  border-bottom: 4px solid #a0d8ef;
  font-size: 1.5em;
  padding: 10px;
  margin: 50px auto 10px;
  padding-left: 50px;
}

table {
  margin: 50px auto;
}

h4:before {
  content: url(/wp-content/uploads/2021/03/icon_h4.png);
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -11px;
  left: 0px;
}

h5 {
  background: #e0f1f8;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  display: block;
  width: 200px;
  margin-bottom: 10px;
}


/*--------------------------------------------
 *保護者ページ
 * -----------------------------------------*/

.block_bnr {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
	text-align:center;
}

.block_bnr .box_bnr {
  width: 45%;
}

.content.padded {
  padding-bottom: 150px;
}

#greet .img_txt {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 50px;
}


/*--------------------------------------------
 * postsingle
 * -----------------------------------------*/

.background-page .border {
  display: none;
}

.sub-header {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x!important;
  background-position: top left, top right, top center, bottom!important;
  background-size: 20%, 20%, auto!important;
}

section:not(#home):not(#blog-category):not(.parallax) {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png);
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x;
  background-position: top left, top right, top center, bottom;
  background-size: 25%, 25%, auto;
}

body.logged-in .sub-header {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottodm.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x!important;
  background-position: top left, top right, top center, bottom!important;
  background-size: 25%, 25%, auto!important;
}

section#member, section#member2 {
  padding-top: 0;
  background: url(/wp-content/uploads/2021/03/img_fladg01.png), url(/wp-content/uploads/2021/03/img_fdlag02.png), url(/wp-content/uploads/202d1/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x!important;
  background-position: top left, top right, top center, bottom!important;
  background-size: 25%, 25%, auto!important;
}
.post-title a{
	color: #f98291 !important;
font-weight: bold !important;
font-family: 'Kosugi Maru', sans-serif;
}
.blog .post:first-of-type {
  margin-top: 0px;
}

.sub-header h2 {
  font-size: 3em!important;
  position: absolute;
  color: #55391f;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.sidebar h3 {
  text-align: center;
  padding: 10px;
  background: #ffddeb;
  border-radius: 2em;
  color: #847875;
  font-weight: bold;
  font-family: 'Kosugi Maru', sans-serif;
  border: none;
}

.sidebar h3:before, .sidebar h3:after {
  display: none;
}

.cat-item, .recentcomments {
  font-size: 1em;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.cat-item, .recentcomments {
  font-size: 1em;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffddeb;
  color: #917969;
}

.cat-item a, .recentcomments a {
  color: #f49dc2 !important;
  font-weight: 400;
}

.post-title h2 {
  color: #f98291;
  font-weight: bold!important;
  font-family: 'Kosugi Maru', sans-serif;
}

ul.pager.flex li a {
  color: #fa929f;
}

body.single section {
  background: none!important;
}


/*------------------------------------------
 * 保護者ページ
 * ---------------------------------------*/

#member .block_topics, #member2 .block_topics {
  text-align: left;
}


/*--------------------------------------------
 * 園の保育について
 * -----------------------------------------*/

section#about {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png), url(/wp-content/uploads/2021/03/bg_ill03.png), url(/wp-content/uploads/2021/03/bg_ill02.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, no-repeat!important;
  background-position: top left, top right, top center, bottom, top 300px left 50px, bottom 100px right 50px!important;
  background-size: 25%, 25%, auto, auto, 150px, 250px!important;
}


/*--------------------------------------------
 * contact
 * -----------------------------------------*/

section#contact {
  background: url(/wp-content/uploads/2021/02/contact_bg01.png) repeat-x;
  background-position: left -5%;
}

section#contact {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png), url(/wp-content/uploads/2021/03/bg_ill04.png), url(/wp-content/uploads/2021/03/bg_ill01.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, no-repeat!important;
  background-position: top left, top right, top center, bottom, top 50% left 50px, top 50% right 50px!important;
  background-size: 25%, 25%, auto, auto, 150px, 200px!important;
}

table.defTable01 th, table.defTable01 td {
  border-right: 1px solid #bbe7ff;
  border-left: 1px solid #bbe7ff;
}

table.defTable01 th {
  background: #ddf3ff;
  border-left: 1px solid #bbe7ff;
  width: 30%;
  color: #7f745f;
  font-weight: bold;
}

table.defTable01 tr:first-of-type th, table.defTable01 tr:first-of-type td {
  border-top: 1px solid #bbe7ff;
}

table.defTable01 td {
  background: #fff;
  border-right: 1px solid #bbe7ff;
}

table.defTable01 th, table.defTable01 td {
  vertical-align: middle;
  padding: 24px 10px;
  border: 1px solid #bbe7ff;
}

table.defTable01 th span {
  background: #f8b101;
}

table.defTable01 td.cen input {
  display: block;
  margin: 10px auto;
}

table.defTable01 .privacyBox h4 {
  border-left: 4px solid #ff846d;
  text-align: left;
}

table.defTable01 .cen.last {
  background: rgba(0, 0, 0, 0);
  border: none;
}

table.defTable01 input[type=text] {
  border: 1px solid #dbdbdb;
  padding: 1rem;
}

table.defTable01 textarea {
  border: 1px solid #dbdbdb;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  height: 160px;
}

table.defTable01 .privacyBox {
  width: 100%;
  padding: 0 20px 20px;
  border: 1px solid #dbdbdb;
  height: 160px;
  background: #FFF;
  overflow-y: scroll;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

#thanks .width1400 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.75em;
}

#thanks p {
  font-size: 18px;
  line-height: 1.75em;
}

dl.recruit-box dt span.cat i {
  color: #7ccc4d;
}


/*--------------------------------------------
 * footer
 * -----------------------------------------*/

footer#footer {
  background: #fff3d4;
}

footer#footer .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.footer-nav {
  background: #ffe0e2;
}

.footer-nav .nav li a {
  color: #817673;
  font-family: 'Kosugi Maru', sans-serif;
}

.footer-nav .nav li a:hover {
  color: #f49dc2;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 10px;
  color: #a1958a;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address a {
  color: #847d75!important;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #f49dc2;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #f49dc2;
}

.copyright {
  background: url(/wp-content/uploads/2021/03/bg_gmenu.jpg);
  margin-bottom: 0;
  margin-top: 15px;
}

.copyright a {
  color: #fff;
}


/*------------------------------------------
 * pagetop
 * ---------------------------------------*/

.lb-back-to-top {
  position: fixed;
  background: url(/wp-content/uploads/2021/03/pagetop.png)no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  bottom: 3em;
  right: 2em;
  padding: 1em;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.lb-back-to-top:hover {
  background-color: transparent;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

#member .shortcode, #member2 .shortcode {
  text-align: center;
}

body.page-id-2857 .sub-header, body.page-id-3040 .sub-header {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/_section_bottom.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x!important;
  background-position: top left, top right, top center, bottom!important;
  background-size: 20%, 20%, auto!important;
}

body.kobato-template-default .post-title, body.kobato02-template-default .post-title {
  display: none;
}

.logo-img img {
  max-width: 300px;
  width: 100%;
}

#member input[type="submit"], #member2 input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  text-align: center;
  margin: 30px auto 50px;
  font-size: 1em;
  border-radius: 30px;
  padding: 5px 20px;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #00b894;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #00b894;
  border: dashed 1px #FFF;
}


/*------------------------------------------
 * 保育方針
 * ---------------------------------------*/

.block_policy {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.block_policy li {
  width: 31%;
}

.block_policy li img {
  width: 100%;
}


/*------------------------------------------
 * 保育活動
 * ---------------------------------------*/

.block_activity .tit {
  font-size: 1.2em;
  background: #ffe0e2;
  padding: 10px;
}

.block_activity li .img {
  width: 40%;
  border-radius: 30px;
  margin-left: 10px;
}

.block_activity li {
  display: flex;
  margin-bottom: 30px;
}


/*------------------------------------------
 * 一時保育
 * ---------------------------------------*/

.block_flow {
  position: relative;
  text-align: center;
  background: #ffc;
  border-radius: 20px;
  padding: 80px 30px 30px;
  margin-top: 100px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.block_flow img {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

section#flow {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png), url(/wp-content/uploads/2021/03/bg_ill01.png), url(/wp-content/uploads/2021/03/bg_ill04.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, no-repeat!important;
  background-position: top left, top right, top center, bottom, top 50% left 50px, top 40% right 50px!important;
  background-size: 25%, 25%, auto, auto, 250px, 150px!important;
}


/*------------------------------------------
 * 園概要
 * ---------------------------------------*/

iframe {
  width: 100%;
}


/*------------------------------------------
 * 各種書類ダウンロード
 * ---------------------------------------*/

.block_pdf li {
  border: 1px solid #42a0dd;
  margin: 10px auto;
  padding: 10px;
  background: #42a0dd;
}

.block_pdf li p {
  color: #fff;
}

.block_pdf i {
  color: #fff;
	margin-right:5px;
}

.block_pdf li p {
  margin: 0;
}


/*--------------------------------------------
 * 園の生活
 * -----------------------------------------*/

section#support {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png), url(/wp-content/uploads/2021/03/bg_ill01.png), url(/wp-content/uploads/2021/03/bg_ill04.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, no-repeat!important;
  background-position: top left, top right, top center, bottom, top 50% left 50px, top 30% right 50px!important;
  background-size: 25%, 25%, auto, auto, 250px, 150px!important;
}

.block_support {
  font-size: 16px;
}

dt {
  float: left;
  margin-bottom: 10px;
}

dt span {
  background: rgba(160, 216, 239, .3);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  display: block;
  width: 200px;
}

dd {
  margin-left: 200px;
  padding: 10px;
  margin-bottom: 10px;
}

dd .tablepress {
  margin-top: 0;
}

dd .tablepress td {
  white-space: nowrap;
}
table#tablepress-1 .row-1{
	background: #fae1e1;
}
dd.mg_0 {
  margin: 0;
}

.block_support {
  margin-top: 50px;
}

.block_support ul {
  background: #ffffe5;
  padding: 15px;
  border-radius: 20px;
}

.block_support ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.block_support ul li:before {
  content: "●";
  color: orange;
  font-size: 10px;
  margin-right: 3px;
}


/*--------------------------------------------
 * 園の生活
 * -----------------------------------------*/

section#flow {
  background: url(/wp-content/uploads/2021/02/flow_bg01.png)no-repeat, url(/wp-content/uploads/2021/02/flow_bg02.png)no-repeat, url(/wp-content/uploads/2021/02/flow_bg03.png)repeat-x;
  background-position: left top, right top, left bottom;
}

ul.tab-group {
  width: 70%;
  margin: 0 auto;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tab {
  flex-grow: 1;
  padding: 10px;
  list-style: none;
  margin: 2em;
  background: #fff2d2;
  border: solid 1px #f4a129;
  text-align: center;
  cursor: pointer;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  color: #f4a129;
  border-radius: 30px;
}

.panel-group {
  border-top: none;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #f4a129;
  color: #fff;
  transition: all 0.2s ease-out;
  border-radius: 30px;
}

.tab-group.day_Container {
  width: 60%;
  margin: 0 auto;
}

.tab-group.day_Container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-group.day_Container ul li {
  width: 30%;
  margin-bottom: 20px;
}

.event-wrap-inner {
  justify-content: space-around;
}

.tab-A tab-a.day-wrap-inner {
  display: flex;
}

.box_day {
  width: 45%;
}

.box_day .day-wrap-item.flex {
  width: 100%;
}

.tit_cat {
  font-size: 1.4em;
  text-align: center;
  color: orange;
  border-bottom: 3px dotted orange;
}


/*--------- day --------------*/

.day-wrap.flex {
  background: #fff;
  padding: 10px;
  border-radius: 2em;
  justify-content: space-around;
  position: relative;
  background: url(/wp-content/uploads/2021/03/bg_topics.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: bottom center;
  width: 100%;
  margin: 0 auto 0;
  padding: 40px 60px;
}

.day-wrap-inner {
  background: #fff;
  padding: 30px;
}

.day-wrap-item.flex {
  width: 50%;
  margin: 2em 0;
}

.day-wrap-item_img, .day-wrap-item_txt {
  width: 48%;
}

.day-wrap-item_img img {
  box-shadow: 5px 5px orange;
  border-radius: 50%;
}

.day-title {
  font-size: 22px;
  font-family: 'uzura';
  font-weight: bold;
  color: #f39800;
  padding: 0.5em;
  background: none;
  border-radius: 0;
  letter-spacing: 0;
  margin: 0;
}

.fa-clock:before {
  margin-right: 0.5em;
}

.fa-calendar-alt:before {
  margin-right: 0.5em;
}

.day-contents p {
  font-size: 17px;
  padding: 1em;
}

.event-wrap-item {
  width: 48%;
}

.event-wrap-item_img, .event-wrap-item_txt {
  width: 50%;
}


/*概要*/

section#overview {
  background: url(/wp-content/uploads/2021/03/img_flag01.png), url(/wp-content/uploads/2021/03/img_flag02.png), url(/wp-content/uploads/2021/03/section_top03.png), url(/wp-content/uploads/2021/03/section_bottom.png), url(/wp-content/uploads/2021/03/bg_ill02.png), url(/wp-content/uploads/2021/03/bg_ill01.png)!important;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x, no-repeat, no-repeat!important;
  background-position: top left, top right, top center, bottom, top 50% left 50px, top 50% right 50px!important;
  background-size: 25%, 25%, auto, auto, 250px, 200px!important;
}

.block_pdf ul {
  display: flex;
}

.block_pdf ul li {
  width: 45%;
  border-radius:10px;
}

.block_pdf ul li a {
  padding: 10px;
}

.bnr_01 {
  margin: 150px auto 100px;
}

.bnr_01 p {
  text-align: center;
}

.bnr_01 p img {
  background: #ffffe5;
  padding: 30px;
}

.defTable01 h4:before {
  display: none;
}

.map-area {
    display: flex;
}

.map-tex {
    width: 45%;
    margin: 0 auto;
}