@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;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

#primary #main {
  max-width: 1000px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}
/*-------------------------------------------
お問い合わせ関連
-------------------------------------------*/
#contact-area {
  color: #333333;
}
#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 #222B54;
}
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;
}
#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: #E95504;
  -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;
}
@media only screen and (max-width:640px) {
  #contact-area th, #contact-area td {
    display: block;
    width: 100%;
  font-size: 80%;
  }
  #contact-area th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  #contact-area td {
    padding: 0 0 10px;
  }
.form-subtext {
    font-size: 80%;
}
.wpcf7-form input[type=submit] {
    font-size: 80%;
}
}
/*-------------------------------------------
授業料・時間割関連
-------------------------------------------*/
.course-area {
  width: 100%;
  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;
}
@media only screen and (max-width:767px) {
.course-area th, .course-area td {
    font-size: 80%;
  }
}

/*-------------------------------------------
news area
-------------------------------------------*/
.infoList {
  padding-left: 0 !important;
}
.infoListtop {
  padding: 20px !important;
  margin-bottom: 10px !important;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #c9c9c9;
  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;
}
.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, #006934 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 #006934;
  color: #006934 !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: #006934;
  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: #006934;
  border: 1px solid #006934;
  -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:786px) {
  .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: #006934;
  background: #fff;
  padding: 8px 15px !important;
  border: 1px solid #006934 !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: #006934;
  border: 1px solid #006934;
}
.wp-pagenavi span.current {
  border-color: #006934 !important;
  padding: 8px 15px;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #006934;
  font-weight: normal !important;
  border: 1px solid #006934;
}