/*

追加用CSS　PC表示
メインカラー #14a83a
メインカラー2 #005e2b
ベースカラー #fffde9
アクセントカラー #fdd100
茶色 #76554d
*/

body {
  background-color:#fffde9;
}

body,h1,h2,h3,h4,h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif!important;
  }

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

.border {
    border-bottom: dotted 10px #14a83a;
}

.pc-none {
  display: none!important;
}

.title h2 {
  color: #76554d;
font-weight: bold;
}

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

a, a:visited {
  color:#76554c ;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color:#fdd100 ;
  font-weight: 400;
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
  }

  .left,.right {
    width: 47%;
  }

  .sub-header h2 {
    color: #14a83a;
}

#teacher .bg-wrap,#class .bg-wrap {
  background-color:#fffde9 ;
  border-radius: 25px;
}
.center {
    text-align: center;
}

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

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

.logo-img img {
  margin: 1em 0;
}
nav {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
padding-bottom: 0px;
background: #fffde9;
border-bottom: none;
}
nav.row2 .navigation.desktop {
  width: 100%;
  margin: 0 auto;
  background: #14a83a;
}

.nav.flex {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

nav.row2 .logo-box {
padding: 0 15px 0 0;
}

.mobile.navigation .nav-content a {
display: block;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #14a83a;
}

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

.nav-button {
margin-top: -5px;
}

.logo {
margin-left:20px;
width: 20%;
}

nav.row2 .logo .logo-img {
max-width: 350px;
}

.logo:hover {
opacity: 0.7;
}

.logo-contact-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 1100px;
margin: auto;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.desktop.navigation {
padding-top: 0px;
width: 100%;
margin-right: 0;
}

.navigation.desktop ul.nav li a:after {
content: "";
height: 18px;
vertical-align: middle;
display: inline-block;
border-right: dotted 2px #fff;
padding-left: 1.5em;
}

.navigation.desktop ul.nav li:last-of-type a:after {
content: "";
height: 18px;
vertical-align: middle;
display: inline-block;
border-right: none;
padding-left: 20px;
}

.header-phone img {
display: block;
width: 270px;
margin-right: 20px;
}

.header-phone img:hover {
opacity: 0.7;
}

.desktop.navigation .nav-content li {
padding:0;
margin: 0;
}

.desktop.navigation .nav-content a {
font-weight: bold;
-webkit-transition: 0.1s;
transition: 0.1s;
color: #fff;
line-height: 3em;
margin: 0;
padding: 0.3em 0 0.3em 1.5em;
}

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

.mobile.navigation .nav-content li {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #fdd100;
}

.mobile.navigation .nav-content a {
  color: #14a83a;
}

.section-catch {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.section-catch img {
  width: 100%;
  display: block;
}



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

#news {
  background-image: url(../images/newsbg01.png), url(../images/newsbg02.png),url(../images/section_bg01.png),url(../images/section_bg02.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 20% auto,20% auto,12% auto,12% auto;
  background-position: top left, top right, 5% 60%,95% 80%;
}

.topics br {
  display: none;
}

dl.topics dd:first-of-type {
  padding: 0px 5px 20px;
}
dl.topics dd {
  padding: 20px 5px;
  margin-bottom: 0px;
  border-bottom: dashed 3px #14a83a;
}

dl.topics dd:last-of-type {
  border-bottom: none;
}

dl.topics dd span.news,dl.topics dd span.menu,dl.topics dd span.parents {
  background: #57c0da;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  margin-right: 15px;
}

dl.topics dd span.menu {
  background: #e492aa;
}

dl.topics dd span.parents {
  background: #14a83a;
}
#parents .bnr-wrap00 {
    margin: 10px auto;
}
dl.topics dd span.menu a,dl.topics dd span.parents a {
  color: #fff;
  font-weight: bold;
}

dl.topics dd a {
  font-size: 20px;
}

dl.topics dd time {
  color: #76554c;
}

dl.topics dd span.news a,dl.topics dd span.news a:visited {
  font-weight: 900;
  color: #fff;
}

#news .alignright {
  display: none;
}

.ta-right {
  text-align: center;
}

.arrow_btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #fdd100;
  font-size: 20px;
  line-height: 48px;
  border: 2px dotted #fff;
  border-radius: 30px;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold!important;
  -webkit-box-shadow: 0px 0px 0px 3px #fdd100;
          box-shadow: 0px 0px 0px 3px #fdd100;
  margin-top: 10px;
}

.arrow_btn:hover {
  opacity: 0.7;
}
.arrow_btn01 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #14a83a;
  font-size: 20px;
  line-height: 48px;
  border: 2px dotted #fff;
  border-radius: 30px;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold!important;
  -webkit-box-shadow: 0px 0px 0px 3px #14a83a;
          box-shadow: 0px 0px 0px 3px #14a83a;
  margin-top: 10px;
}

.arrow_btn01:hover {
  opacity: 0.7;
}

#news .bnr-wrap {
  margin-top: 60px;
}

#news .bnr-wrap01,#news .bnr-wrap02 {
  width: 47%;
}

.bnr-wrap01 img {
  display: block;
  width: 100%;
}

.bnr-wrap01 img:hover {
  opacity: 0.8;
}

.sidebar h3 {
  background:#fdd100 ;
  color: #fff;
}

.blog-content {
padding: 0 15px;
}

.blog-content .post {
  padding: 25px;
  background: #fff;
  border-bottom: none;
}

.content.padded.blog {
  padding-top: 0px;
}

.widget_categories .cat-item-18,.widget_categories .cat-item-13,.widget_categories .cat-item-19 {
  display: none;
}

.table-feeld td, .table-feeld th {
  padding: 5px;
  vertical-align: middle;
  font-size: 14px;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-left:1px solid #e1e1e1; ;
}

.table-feeld table tr {
  border-bottom: 1px solid #e1e1e1;
}

.table-feeld {
  margin: 25px 0;
}

.blog-content p span {
  line-height: 1.5em;
}

.blog-content h2 {
  line-height: 0.75em;
}

/* =園のご紹介
-------------------------------------------------------------- */

.introduction-title {
  background: rgba(0, 0, 0, 0);
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}

.greeting-wrap {
  background-image: url(../images/greeting-bg01.png), url(../images/greeting-bg02.png);
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 20%;
}

.greeting {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  color: #4c2c07;
}

.subtitle {
  background-color: #005e2b;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  margin-top: 40px;
  width: 60%;
  margin: 0 auto 0 auto;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  text-align:center;
  font-size: 18px;
}

.features-wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features-wrap .left {
  width: 58%;
}

.features-wrap .right {
  width: 40%;
}
.sc-box{
	max-width: 1400px;
    margin: 0 auto;
	overflow-x:scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;
}
.sc-box::-webkit-scrollbar {
	display:none;
}

.goal-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	overflow-x:scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
	width: 100%;
}

.goal-box::-webkit-scrollbar {
	display:none;
}

.goal-box .plate-25{
	width:21%;
	margin:0 2%;
}

.goal-box .subtitle {
	width: 90%;
}

.goal-box .subtitle {
	width: 90%;
	height: 78px;
}

.goal-box .plate-25:nth-of-type(1) .subtitle {
	line-height:45px;
}

.goal-box .greeting {
    padding: 15px;
    font-size: 17px;
}

.g-song {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    border: 3px solid #14a83a;
}
h4.underline01 {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    background: #14a83a;
    color: #fff;
    padding: 1em 2em;
    border-radius: 30px;
}
.column-30 {
    width: 28%;
    margin: 0 1%;
}
p.enka {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}




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

#life {
  background-image: url(../images/life-bg01.png), url(../images/life-bg02.png);
  background-repeat: no-repeat;
  background-size: 15%, 15%;
  padding-bottom: 150px;
  background-position: 5% 2%, 95% 2%;
  padding-bottom: 60px;
}

.life-bg {
  background-image:url(../images/bg-illust5.png),url(../images/bg-illust01.png), url(../images/bg-illust02.png),url(../images/bg-illust06.png),url(../images/bg-illust03.png),url(../images/bg-illust5.png),url(../images/bg-illust08.png),url(../images/bg-illust04.png),url(../images/bg-illust01.png), url(../images/bg-illust07.png),url(../images/bg-illust02.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 7%,91%,5% 15%, 90% 27%,8% 38%, 94% 49%,8% 55%, 92% 68%,4% 75%, 90% 82%,8% 88%, 95% 95%,6% 100%, 92% 100%;
}

.life-title {
max-width: 350px;
margin: 0 auto;
width: 100%;
padding: 0;
background-color: rgba(0,0,0,0);
margin-bottom: 30px;
}

.flow {
  margin-bottom: 60px;
}

.flow .panel-group {
 background-color: #fff;
 border-radius: 0 0 20px 20px;
}

.flow .tab {
  padding: 20px;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  color:#f3817d;
  font-size:24px;
  font-weight: bold;
  border-bottom: none!important;
}

.flow .tab-A {
  border: 3px solid #f3817d;
}

.flow .tab-A.is-active {
  background: #f3817d;
  color:#fff;
}

.flow .tab-B {
  border: 3px solid #03b5e0;
  color: #03b5e0;
}

.flow .tab-B.is-active {
  background: #03b5e0;
  color:#fff;
}

.flow-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding: 20px;
  margin-bottom: 15px;
}

.flow-photo img {
  display: block;
  width: 31%;
  border-radius: 15px;
}

.tablepress td {
  font-size: 16px;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid rgb(233, 233, 233);
  padding: 15px;
}

.tablepress td a,.guide-list a{
  color: #d4545f;
  font-weight: bold;
}

.tablepress td a:hover,.guide-list a:hover {
 text-decoration: underline;
}

.flow td.column-1 {
  width: 20%;
  font-weight: bold;
  color: #4c2c07;
}

.flow td.column-2 {
  width: 75%;
  color: #4c2c07;
}

.flow .far {
  color: #fdd100;
}

.flow .big {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
 /* border-bottom: #005e2b 2px solid;*/
  color: #005e2b;
}

.flow-sub {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  border-bottom: #dd8f95 2px solid;
  color: #dd8f95;
}

.event .tablepress tbody td, .tablepress tfoot th {
  border-top: none;
}

.event td img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.event p {
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  color: #4c2c07;
  padding: 15px;
  font-size: 16px;
}

.event td img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.event-sub {
  font-size: 16px;
  margin-top: -5px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  border-bottom: #44b3c3 2px solid;
  color: #44b3c3;
}

#tablepress-3 td {
  width: 33%!important;
}

#tablepress-3 .row-2 .column-1 p {
margin-bottom: 0;
}

.guide-table {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.guide-table .tablepress-table-name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #f9ad0b;
}

.tablepress-id-6 .column-1,.tablepress-id-8 .column-1,.tablepress-id-14 .column-1,.tablepress-id-15 .column-1 {
  font-weight: bold;
  color:#06b87c;
}

.event .tablepress-table-description,#class .tablepress-table-description {
  background: #fff;
  color: #4c2c07;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 3px #f9ad05;
  padding: 20px;
  line-height: 1.75em;
  max-width: 900px;
  margin: 0 auto;
}

/* =入園について
-------------------------------------------------------------- */

#guide {
  padding-bottom: 0px;
}

.guide-bg {
  background-image:url(../images/bg-illust06.png),url(../images/bg-illust03.png),url(../images/bg-illust5.png),url(../images/bg-illust01.png), url(../images/bg-illust02.png),url(../images/bg-illust06.png),url(../images/bg-illust03.png),url(../images/bg-illust7.png),url(../images/bg-illust02.png),url(../images/bg-illust01.png),url(../images/bg-illust04.png),url(../images/bg-illust01.png), url(../images/bg-illust08.png),url(../images/bg-illust02.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 5% 15%,92% 24%,2% 31%,95% 40%,10% 46%,90% 55%, 11% 61%,96% 68%, 5% 75%,91% 81%, 7% 85%, 90% 90%,8% 95%, 95% 99%;
}

.sakura-bg {
  background-image: url(../images/guide-bg02.png), url(../images/guide-bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 100%, 100% 100%;
}

.guide-title {
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  letter-spacing: 2px;
  color: #4c2c07;
  border-bottom: 5px solid #f9ad0b;
  max-width: 400px;
width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.guide-list {
  color: #4c2c07;
  line-height: 2em;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

#guide .tablepress-table-name  {
  position: relative;
  background: #f9ad0b;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px 25px 0 0;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
}

#guide .tablepress,#class .tablepress,#contact .tablepress {
  background-color: #fff;
}


#guide .tablepress td.column-1,#class .tablepress td.column-1 {
  color: #14a83a;
  font-weight: bold;

}

#guide .tablepress td.column-2 {
  color: #4c2c07;
}

#tablepress-8 .column-1 {
  width: 30%;
}

#tablepress-8 .column-2 {
  width: 65%;
}

#tablepress-7 .row-1 td,#tablepress-7 .row-9 td,#tablepress-12 .row-1 td,#tablepress-12 .row-10 td,#tablepress-16 .row-2 td,#tablepress-5 .row-4 td  {
/*  color: #4c2c07!important;  */
/*  font-weight: normal!important; */
/*  text-align: center;  */
}

#tablepress-16 .row-1 td {
  background-color: #14a83a!important;
  color: #fff;
  font-weight: bold!important;
  text-align: center;
}

#tablepress-16 .column-1 {
  color: #14a83a;
  font-weight: bold;
  width: 30%;
}

#tablepress-16 .column-2 {
  width: 65%;
  color: #4c2c07;
}

#tablepress-16 .row-6 td {
  color: #4c2c07!important;
  font-weight: bold!important;
  text-align: center;
}

.guide-bnr-detail {
  background-color: #005e2b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.guide-bnr-link a {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.guide-bnr-link a:hover {
  opacity: 0.7;
}

.guide-wrap02 {
  background-image: url(../images/guide-bg03.png);
  background-repeat: no-repeat;
  background-size: 35% auto;
  background-position: 90% 90%;
  padding-bottom:60px;
}

.line-title {
  padding: 30px;
  font-size: 22px;
  color: #fff;
  background-color: #14a83a;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
  border-radius: 25px;
}

#tablepress-9 td,#tablepress-10 td,#tablepress-11 td,#class .column-2 {
  color: #4c2c07!important;
  font-weight: normal!important;
}

#tablepress-12 .column-1 {
  width: 25%!important;
}

#tablepress-12 .column-2 {
  width: 70%!important;
}

/* =講師指導
-------------------------------------------------------------- */

#teacher {
  padding: 25px;
  background-color:#14a83a;
  margin-top: 50px;
}

#teacher .title {
  margin-top: 80px;
}

.teacher-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
}

.teacher-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.teacher-title img {
  display: block;
  width: 100%;
}

#teacher p {
  color:#4c2c07;
  font-size: 16px;
}

.teacher-box {
  margin-bottom: 60px;
}


.teacher-sub {
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-bottom:3px solid #fdd200 ;
  font-weight: bold;
  color: #005e2b;
  margin: 15px 0;
}

/* =未就園児教室
-------------------------------------------------------------- */

#class {
  padding: 25px;
  background-color:#14a83a;
  margin-top: 50px;
}

.class-bg {
background-image: url(../images/class-bg01.png), url(../images/class-bg02.png);
background-repeat: no-repeat;
background-size: 25%,25%;
background-position: 0% 100%, 100% 100%;
}

#class .title {
  margin-top: 80px;
}

.catch-img img {
  display:block ;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.class-heading {
  text-align: center;
  font-size: 22px;
  color: #14a83a;
  line-height: 2.2em;
  font-weight: bold;
  margin: 10px 0 10px;
}

.class-txt {
  text-align: center;
  color: #4c2c07;
  margin-bottom: 40px;
}

.nakayoshi {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.room {
  font-size: 18px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
  background-color: #14a83a;
  border-radius: 20px;
  margin-bottom: 60px;
}

.nakayoshi-table {
  margin-bottom: 100px;
}

/* 求人情報
------------------------------------------------------------- */

#recruit {
  padding-bottom: 0px;
}

.experience .left {
  width: 75%;
}

.experience .right {
  width: 23%;
}

.experience h3 {
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  letter-spacing: 2px;
  border-bottom: 5px solid #14a83a;
  color: #14a83a;
width: 100%;
  margin-bottom: 20px;
}

.experience p {
  color: #4c2c07;
}

dl.recruit-box.category01 {
  border: dashed 2px #14a83a;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f5fff0 10px, #f5fff0 20px);
}

dl.recruit-box.category02 {
  border: dashed 2px #14a83a;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f5fff0 10px, #f5fff0 20px);
}

dl.recruit-box dt span {
  background: #fdd100;
}

dl.recruit-box dd.custum-feeld span {
  background: #fdd100;
  border-radius: 5px;
}

dl.recruit-box.category01, dl.recruit-box.category02, dl.recruit-box.category03{
  width: 30%;
  margin: 10px;
  padding: 15px 20px;
  box-shadow: none;
}

dl.recruit-box dt span.cat {
  display: none;
}

.job-table tr tr {
  border-radius: 0;
}

.job-table tr td {
  background: #fff;
  border-radius: 0;
}

.recruit-list p.title {
  border-top: 2px solid #fdd100;
  border-bottom: 2px solid #fdd100;
}

.job-table tr th,.job-table tr td {
display: table-cell;
border-top: #ffe4cf 1px solid;
}

.job-table tr:first-of-type th,.job-table tr:first-of-type td {
  border-top: none;
  }

.job-table tr th {
  width: 25%;
  border-radius: 0;
  position: relative;
  background: #14a83a;
}

.job-table tr td {
  width: 75%;
  border-radius: 0;
  padding-left: 40px;
}

.job-table tr th,.job-table tr td,.job-table tr td p {
  font-size: 16px;
  margin-bottom: 0;
  color: #4c2c07 ;
}

.post-body p {
  color: #4c2c07;
}

.job-table tr th:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #14a83a;
}

.entry-btn a {
  padding: 20px 5px;
}

#recruit-single .blog-content {
width: 100%;
}

#recruit-single th {
  color: #fff;
}

#recruit-single h3 {
  color: #4c2c07!important;
}

#recruit-single .blog-content .post {
  padding: 25px;
  background: rgba(0,0,0,0);
  border-bottom: none;
}

#recruit-single a:visited {
  color: #ffffff;
}

#recruit-single a:visited:hover {
  color: #fdd100;
}

#recruit-single.content.padded {
  padding-bottom: 20px;
}

#recruit-single .post {
    margin-top: 0px;
}

#recruit-single .title {
  width: 100%;
  margin: 0;
  padding: 40px 15px 0;
}

#recruit-single .title h3 {
  padding:0;
}

.entry-btn a {
  border-color: #fdd100;
  background: #fdd100;
}

.entry-btn a:hover {
  background: #ffffff;
  color: #fdd100;
  border-bottom: none;
  box-shadow: 0px 0px 0px 5px #fdd100;
}

.recruit-list .title {
  padding: 20px!important;
}

.contents-none {
  text-align: center;
  margin: 20px 0;
}

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

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




/* =アクセス・お問い合わせ
-------------------------------------------------------------- */

.contact-bg {
  background-image:url(../images/bg-illust06.png),url(../images/bg-illust03.png),url(../images/bg-illust5.png),url(../images/bg-illust01.png), url(../images/bg-illust02.png),url(../images/bg-illust06.png),url(../images/bg-illust03.png),url(../images/bg-illust5.png),url(../images/bg-illust02.png),url(../images/bg-illust01.png),url(../images/bg-illust04.png),url(../images/bg-illust01.png), url(../images/bg-illust06.png),url(../images/bg-illust02.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 5% 2%,92% 8%,7% 12%,95% 19%,10% 27%,90% 38%, 11% 49%,96% 58%, 5% 68%,91% 75%, 7% 81%, 90% 87%,8% 93%, 95% 99%;
}

#contact .shortcode {
  margin-top: 0px;
}

.state-title {
  color: #fff;
  border-radius: 25px;
  background-color: #14a83a;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  max-width: 600px;
  margin: 60px auto 40px auto;
}

.overview .left,.overview .right {
  width: 47%;
}

.overview .left img {
  display: block;
  height: 100%;
 max-height: 377px;
  object-fit: cover;
}

.overview td.column-2 {
  color: #4c2c07;
}

#tablepress-14 {
  margin-bottom: 0;
}

.history-text {
  text-align: center;
  color: #4c2c07;
}

.history-table .tablepress td {
  font-size: 16px;
}

.history-table .tablepress td.column-2 {
  color: #4c2c07;
}

.access_wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 100px;
}

ul.file-box.flex {
  -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
ul.file-box.flex li {
  width: 17%;
  text-align: center;
}
.file_box {
  background: #fdd100;
  border: solid 1px #fdd100;
  padding: 20px;
  margin: 1em 1em 0 1em;
}
.file_box:hover {
  opacity: 0.7;
}
ul.file-box.flex li {
width: 30%;
  width: calc(100%/3);
  width: -webkit-calc(100%/3);
  text-align: center;
}

h4.d_bar {
  font-size: 20px;
  font-weight: bold;
font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}

.file-box p {
  color: #4c2c07;
}

.contact-text {
  max-width: 700px;
  width: 100%;
  margin: 30px auto 30px;
  color: #4c2c07;
}

table.defTable01 th, table.defTable01 td {
  border-right: 1px solid #14a83a;
border-left: 1px solid #14a83a;
}
table.defTable01 th {
background: #ffffdf;
border-left:1px solid #14a83a;
  width: 30%;
  font-weight: bold;
  color: #4c2c07;
}
table.defTable01 tr:first-of-type th, table.defTable01 tr:first-of-type td {
  border-top: 1px solid #14a83a;
}
table.defTable01 td {
background: #fff;
border-right:1px solid #14a83a;
}
table.defTable01 th, table.defTable01 td {
  vertical-align: middle;
  padding: 24px 10px;
  border-bottom: 1px solid #14a83a;
}
table.defTable01 th span {
background: #14a83a;
font-weight: bold;
}

table.defTable01 td.cen input {
background: #fdd100;
border: 2px solid #fdd100;
}

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

table.defTable01 .cen.last {
background: rgba(0,0,0,0);
border: none;
font-size: 18px;
}
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;
color: #4c2c07;
line-height: 1.75em;
}

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

.contact-tel {
  max-width: 600px;
  display: block;
  margin: 20px auto;
}

.contact-tel:hover {
  opacity: 0.8;
}

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

footer#footer {
  background: #14a83a;
}

.footer-nav {
  background: #14a83a;
  color: #fff;
}

footer#footer .content {
  padding-top: 20px;
}

.footer-info {
  color: #fff;
}

.footer-nav a {
  color: #4c2c07;
}

.footer_address p,
.footer_address p a {
  color: #fff;
}

.footer-nav a {
  color: #fff;
}

.footer_address p,
.footer_address p a:hover,
.footer-nav a:hover {
  color:  #fdd100;
}

.footer-nav .nav li:after {
  color: #fff;
}

/*.f-logo img {
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #fbfbf0;
}*/
.f-logo {
    width: 460px;
    margin: 15px auto;
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #fbfbf0;
}
p.logo-p {
    margin-bottom: 0;
    font-weight: 700;
    color: #5f3813;
}
.f-logo:hover {
    opacity:.7;
}
.copyright {
  margin-top: 25px;
  text-align: center;
  background:  #14a83a;
}

.copyright h6,
.copyright a {
  font-size: 16px;
  color: #fff;
}

/* =bnr-l
-------------------------------------------------------------- */
.guide-bnr-link{
	margin: 0 auto;
}


.bnr-l img{
    -webkit-box-shadow: 15px 28px 25px -18px rgba(0,0,0,.2);
            box-shadow: 15px 28px 25px -18px rgba(0,0,0,.2);
    -webkit-transition: all 235ms ease-in-out 0s;
    transition: all 235ms ease-in-out 0s;
}
.bnr-l:hover img{
    opacity:1 !important;
    -webkit-box-shadow: 2px 8px 8px -5px rgba(0,0,0,.3);
            box-shadow: 2px 8px 8px -5px rgba(0,0,0,.3);
}

.bnr-wrap00 {
		margin: 10px;
	/*width: 30%;*/
	}

.goal-box img{
    border-radius: 80% 70% 70% 71% / 60% 70% 70% 70%;
}

/* =特色　追加レイアウト
-------------------------------------------------------------- */

.sc-box2{
	max-width: 1400px;
    margin: 0 auto;
	overflow-x:scroll;
	-ms-overflow-style: none;    /* IE, Edge å¯¾å¿œ */
	scrollbar-width: none;
}
.sc-box2::-webkit-scrollbar {
	display:none;
}

.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	overflow-x:scroll;
	-ms-overflow-style: none;    /* IE, Edge å¯¾å¿œ */
	scrollbar-width: none;       /* Firefox å¯¾å¿œ */
	width: 100%;
}

.feature-box::-webkit-scrollbar {
	display:none;
}

.feature-box .plate-14{
	width:21%;
	margin:0 2%;
}

.feature-box img{
    border-radius: 80% 70% 70% 71% / 60% 70% 70% 70%;
}

.feature-box .subtitle {
	width: 90%;
}

.feature-box .subtitle {
	width: 90%;
	height: 78px;
}

.feature-box .greeting {
    padding: 15px;
    font-size: 17px;
}

.floor-thumb ul {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

.floor-thumb ul li {
  width: 19%;
  margin-bottom: 20px;
  }

  .floor-thumb ul li:hover {
   opacity: 0.8;
    }

  .floor-thumb ul li p {
    margin-bottom: 0;
    background-color: #14a83a;
    font-weight: 700;
    padding:5px 5px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }

.floor1 {
    position: relative;
	width: 600px;
	min-height: 700px;
    background: url(/wp-content/uploads/2020/12/map.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.pin-all {
    width: 34px;
    height: 68px;
    position: absolute;
}
.pin1 {
    top: 75%;
    left: 45%;
}

.pin2 {
    top: 69%;
    left: 57%;
}

.pin3 {
    top: 39%;
    left: 84%;
}

.pin4 {
    top: 37%;
    left: 52%;
}

.pin5 {
    top: 31%;
    left: 65%;
}

.pin6 {
    top: 16%;
    left: 21%;
}

.pin7 {
    top: 42%;
    left: 13%;
}

p.greeting span {
    font-weight: bold;
}



#tablepress-3 h3 {
    text-align: center;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #14a83a;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.name p {
    text-align: right;
}







.guide-title01{
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 2px;
  color: #4c2c07;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}

.guide-subtitle{
  font-size: 18px;
  color: #4c2c07;
  border-bottom: 5px solid #f9ad0b;
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


/*------------投稿_なかよしルーム------------*/

#tablepress-13{
  background-color: #fff;
}


#tablepress-13 td.column-1,#tablepress-13 .tablepress td.column-1 {
  color: #14a83a;
  font-weight: bold;
}

#tablepress-13 td.column-2 {
  color: #4c2c07;
}

.tablepress-table-description-id-13{
  background: #fff;
  color: #4c2c07;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 3px #f9ad05;
  padding: 20px;
  line-height: 1.75em;
  max-width: 900px;
  margin: 0 auto;
}