@charset "utf-8";
/*
Template:twentynineteen
Theme Name:twentynineteen_child
*/
@import url('../twentynineteen/style.css');
body, html, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
  font-feature-settings: "palt" !important;
}
h1:not(.site-title)::before, h2::before {
  content: none !important;
}
@media only screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
#to_top_scrollup {
    right: 90px !important;
    bottom: 20px !important;
}
}
@media only screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}
a, a:active, a:hover{
text-decoration: none !important;
}

/*-------------------------------------------
ヘッダー固定アンカーずれ対策
-------------------------------------------*/
html {
  scroll-padding-top: var(--header-height, 100px);
}
section {
  scroll-margin-top: var(--header-height, 100px);
}

/*-------------------------------------------
お問い合わせ関連
-------------------------------------------*/
#contact-area {
  color: #00913d;
}
#contact-area th {
  width: 35%;
  text-align: left;
}
#contact-area th, #contact-area td {
  border: none;
  padding: 15px 10px;
}
#contact-area tr {
  border-bottom: 1px dotted #00913d;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea {
  padding: 10px;
  margin: 0 0 5px;
  width: 100%;
}
select {
  padding: 10px;
  border: solid 1px #ccc;
}
@media only screen and (max-width:640px) {
  #contact-area th, #contact-area td {
    display: block;
    width: 100%;
  font-size: 0.8em;
  }
  #contact-area th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  #contact-area td {
    padding: 0 0 10px;
  }
.form-subtext {
    font-size: 0.8em;
}
}

#contact-area .hissu {
  color: #F00;
  font-size: 0.8em;
}
.form-subtext {
  text-align: center;
}
.wpcf7-form input[type=submit] {
  width: 200px;
  height: 60px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #00913d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.6;
}

/*-------------------------------------------
授業料・時間割関連
-------------------------------------------*/
.course-area {
  width: 100%;
  color:#603813;
  font-size:0.9em;
  line-height:1.2;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
  table-layout: fixed;
}
.course-area th, .course-area td {
  text-align: center;
  /*word-break: break-all;*/
  overflow-wrap: break-word;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
a.scrollup-image {
    bottom: 50px;
    width: 100px;
    height: 90px;
    background-size: 100px 90px;
}
a.scrollup-image:hover {
  opacity: 0.6;
}
@media only screen and (max-width:767px) {
.course-area {
  font-size:0.7em;
}
  a.scrollup-image {
    bottom: 40px;
    width: 50px;
    height: 56px;
    background-size: 50px 56px;
  }
a.scrollup-image {
    bottom: 50px;
    width: 80px;
    height: 72px;
    background-size: 80px 72px;
}
}


.inner {
  width: 100%;
  max-width: 1140px;
  padding: 10px 15px;
  margin: 20px auto 0;
}


/*-------------------------------------------
news area
-------------------------------------------*/
.infoList {
  padding-left: 0 !important;
}
.infoListtop {
  padding: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px !important;
  width: 96%;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #89C997;
  background: #FFFFFF;
}
.infoList ul, .infoListtop ul {
  padding: 0 !important;
  margin: 0 !important;
}
.infoList li, .infoListtop li {
  list-style: none !important;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-size: 18px;
}
@media only screen and (max-width:767px) {
.infoList li, .infoListtop li {
    font-size: 14px;
  }
}
.newsDay {
  color: #D99856;
}
.infoList a, .infoListtop a {
  color: #413B31;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.infoList a:hover, .infoListtop a:hover {
  color: #D99856;
}
.information-icon, .jukuhiroba-icon {
  font-size: 0.8em;
  padding: 4px 15px;
  margin-right: 15px;
  color: #fff !important;
  border-radius: 3px;
}
.newsTxt {
  text-decoration: underline !important;
}
#about, #class, #nagare, #contact {
  margin-top: -55px;
  padding-top: 55px;
}
.new_mark {
  background: #89C997;
  color: #FFF;
  padding: 2px 5px 4px;
  text-align: center;
  font-size: 0.8em;
  border-radius: 6px;
}
/*-------------------------------------------
single page
-------------------------------------------*/
.singleArea {
  font-size: 18px;
}
.singleArea h2 {
  font-size: 20pt;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #8FC31F 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 0.5rem;
  background-position: bottom;
  font-weight: bold;
  color: #353535;
}
.singleContent {
  padding: 20px;
}
.singleDay {
  border-top: 1px dotted #ccc;
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
}
.post-navigation {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  font-size: 0.8em;
  margin: 20px 0 0 !important;
}
.prev a, .next a {
  display: block;
  width: 200px;
  padding: 5px;
  border: 1px solid #8FC31F;
  color: #8FC31F !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.prev a:hover, .next a:hover {
  background: #8FC31F;
  color: #fff !important;
}
.prev a {
  float: left;
}
.next a {
  float: right;
}
.info-all {
  display: block;
  width: 250px;
  padding: 5px;
  margin: -45px auto 50px;
  font-size: 0.8em;
  color: #fff !important;
  background: #8FC31F;
  border: 1px solid #8FC31F;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.info-all:hover {
  opacity: 0.6;
}
.single-day {
  margin: 30px 0 !important;
  display: block !important;
}
@media only screen and (max-width:1000px) {
  .prev a, .next a, .info-all {
    display: block !important;
    width: 100%;
    float: none;
    margin-top: 5px;
  }
  .info-all {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:767px) {
.singleArea {
  font-size: 14px;
}
.singleArea h2 {
  font-size: 16pt;
  }
}
/*-------------------------------------------
page navi
-------------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 50px 0 70px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #8FC31F;
  background: #fff;
  padding: 8px 15px !important;
  border: 1px solid #8FC31F !important;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background: #8FC31F;
  border: 1px solid #8FC31F;
}
.wp-pagenavi span.current {
  border-color: #8FC31F !important;
  padding: 8px 15px;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #8FC31F;
  font-weight: normal !important;
  border: 1px solid #8FC31F;
}