@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #462424;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  color: #462424;
}

a:hover {
  color: #C61626;
}

a[href^="tel:"] { cursor: default; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}

#header,
#footer {
  background-color: #2cb14f;
  background-image: linear-gradient(45deg, #14a83b 25%, transparent 25%, transparent 75%, #14a83b 75%, #14a83b), linear-gradient(45deg, #14a83b 25%, transparent 25%, transparent 75%, #14a83b 75%, #14a83b);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.wrap {
  width: 100%;
  box-sizing: border-box;
}
.container {
  width: 92%;
  max-width: 1000px;
  margin: 0 4%;
  padding: 1.5em 0;
  box-sizing: border-box;
}

.title_bg_green {
  background: #00a73c;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 0.1em 0;
  text-align: center;
}
.title_bd_green {
  position: relative;
  padding: 0.1em  0.5em;
  margin: 1.5em 0 0.5em;
  font-size: 1.8rem;
  border-left: solid 5px #00a73c;
  border-bottom: solid 1px #00a73c;
}
.title_bd_green::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 0;
  height: 30%;
  width: 5px;
  border-left: solid 5px #b4e539;
}
/* header --------------------------------------*/



#header .header_container {
  margin: 0 0 0 2%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 98%;
}
#header #logo {
  padding: 0.5em 0 0.4em;
  width: 70%;
  max-width: 180px;
}

#gnav {
  width: 30%;
}
#gnav_list {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

#gnav_list li {
  width: 60px;
  border-left: 1px solid #fff;
}
#gnav_list li > a,
#gnav_list li > span {
  height: 100%;
  background: #00a73c;
  padding: 0.5em 0 0.4em;
  display: block;
  text-align: center;
  text-decoration:  none;
}
#gnav_list li .sp_only {
  padding: 0.2em 0 0;
  font-size: 1.0rem;
  line-height: 1;
  color: #fff;
}
#gnav_list_tel .fa-phone-volume {
  color: #fff;
  font-size: 1.5em;
  padding-top: 0.1em;
}

#gnav_list_mail .fa-envelope {
  color: #fff;
  font-size: 1.5em;
  padding-top: 0.1em;
}

#index_mv {
  margin: 0;
  padding: 0;
}



/* index_appeal --------------------------------------*/

#index_appeal {
  background: #e3f4db;
/*
  padding-top: 1.5em;
  background: #e3fa73;
  background-image: linear-gradient(45deg, #d2f13a 25%, transparent 25%, transparent 75%, #d2f13a 75%, #d2f13a), linear-gradient(45deg, #d2f13a 25%, transparent 25%, transparent 75%, #d2f13a 75%, #d2f13a);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
*/
}
.index_appeal_detail {
  padding: 2.5em 0 1.5em;
}
.index_appeal_detail_title {
  position: relative;
}
.index_appeal_detail_title .subtitle {
  position: absolute;
  left: -0.5em;
  bottom: 0.1em;
  display: block;
  width: 136px;
}
.index_appeal_detail_title .maintitle {
  background: #00a73c;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 0.1em 0;
  text-align: center;
}
.index_appeal_detail_list {
  background: #fffde5;
  padding: 0.5em 1.5em 0.5em 2.5em;
}
.index_appeal_detail_list li {
  list-style: disc;
  padding: 0 0 0.5em;
  font-size: 1.4rem;
}
.index_appeal_detail_list li:last-child {
  padding: 0 0 0;
}
.index_appeal_detail_list li.remarks {
  font-size: 1.2rem;
  list-style: none;
}

.index_timeline_list {
  background: #fffde5;
  padding: 1.0em;
}
.index_timeline_list li {
  border-top: #462424 1px solid;
  padding: 0.5em 0;
}
.index_timeline_list li:nth-child(2) {
  border-top: none;
}
.index_timeline_list li:last-child {
  border-bottom: #462424 1px solid;
}
.index_timeline_time {
  display: inline-block;
  background: #e4007f;
  border-radius: 0.5em;
  padding: 0.1em  0.5em;
  margin: 0 0 0.3em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.index_timeline_read {
  font-size: 1.4rem;
}
.txt_color {
  color: #C61626;
  font-weight: bold;
}

/* index_service --------------------------------------*/
#index_service {
  clear: both;
}
.index_service_title {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 1.2em  0.5em;

  background: #b4e539;
  background: -moz-linear-gradient(top, #b4e539 0%, #00a73c 100%);
  background: -webkit-linear-gradient(top, #b4e539 0%,#00a73c 100%);
  background: linear-gradient(to bottom, #b4e539 0%,#00a73c 100%);
}

.index_service_detail_icon {
  text-align: center;
  padding: 0 1.5em 0.5em;
}
.index_service_detail_icon img {
  height: 70px;
  width: auto;
}
.index_service_detail_read {
  font-size: 1.4rem;
  margin: 0 0 0;
}

.special .index_service_detail_icon {
  padding-top: 0.5em;
  background-color: #fffbc7;
}
.special .index_service_detail_read {
  padding: 0 1em 1em;
  background-color: #fffbc7;
}

/* index_price --------------------------------------*/
.index_price_read {
  font-size: 1.4rem;
  padding: 0.5em 0.5em;
  text-align: right;
}
.index_price_detail {
  margin: 0 0 2em;
}
.index_price_detail .title_bd_green {
  margin: 0 0 0.5em;
}
.index_price_detail .remarks {
  font-size: 1.0rem;
  margin: 0.5em 0 1.5em;
  line-height: 1.3;
}
.index_price_detail_read {
  font-size: 1.4rem;
}

.price_table {
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.3;
}
.price_table th,.price_table td {
  vertical-align: middle;
  padding: 0.5em 0.2em;
  border: #462424 1px solid;
}
.price_table thead th {
  background: #462424;
  color: #fff;
}
.price_table thead th:not(:first-child) {
  border-left: #fff 1px solid;
}
.price_table tbody th span {
  font-size: 0.8rem;
}
.price_table tbody td {
  text-align: center;
}
.price_table_recommend tbody th {
  text-align: left;
}
.price_table_recommend th:nth-child(1),
.price_table_recommend td:nth-child(1) { width: 36%;}
.price_table_recommend th:nth-child(2),
.price_table_recommend td:nth-child(2) { width: 13%;}
.price_table_recommend th:nth-child(3),
.price_table_recommend td:nth-child(3) { width: 11%;}
.price_table_recommend th:nth-child(4),
.price_table_recommend td:nth-child(4) { width: 25%;}
.price_table_recommend th:nth-child(5),
.price_table_recommend td:nth-child(5) { width: 15%;}

.price_table_main th:nth-child(1),
.price_table_main td:nth-child(1) { width: 15%;}
.price_table_main th:nth-child(2),
.price_table_main td:nth-child(2) { width: 13%;}
.price_table_main th:nth-child(3),
.price_table_main td:nth-child(3) { width: 13%;}
.price_table_main th:nth-child(4),
.price_table_main td:nth-child(4) { width: 12%;}
.price_table_main th:nth-child(5),
.price_table_main td:nth-child(5) { width: 15%;}
.price_table_main th:nth-child(6),
.price_table_main td:nth-child(6) { width: 15%;}
.price_table_main th:nth-child(7),
.price_table_main td:nth-child(7) { width: 15%;}

.price_table_etc th:nth-child(1),
.price_table_etc td:nth-child(1) { width: 25%;}
.price_table_etc th:nth-child(2),
.price_table_etc td:nth-child(2) { width: 25%;}
.price_table_etc th:nth-child(3),
.price_table_etc td:nth-child(3) { width: 25%;}
.price_table_etc th:nth-child(4),
.price_table_etc td:nth-child(4) { width: 25%;}

.elementary { background: #e3f4db;}
.junior { background: #dbe4f4;}



/* index_news --------------------------------------*/
#index_news {
  background: #e3f4db;
}

/* index_access --------------------------------------*/
#index_access {
  text-align: center;
}
.index_access_read {
  font-size: 1.4rem;
  padding: 0.5em  0.5em;
  text-align: left;
}
#index_access .txtlink {
  width: 80%;
  max-width: 300px;
  font-size: 1.4rem;

  -webkit-appearance: none;
  background-color: #f5f8fa;
  background-image: -webkit-linear-gradient(#fff,#f5f8fa);
  background-image: -moz-linear-gradient(#fff,#f5f8fa);
  background-image: -o-linear-gradient(#fff,#f5f8fa);
  background-image: linear-gradient(#fff,#f5f8fa);
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #19CF86;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  margin: 0.5em auto;
  padding: 8px 15px 7px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;  
  
}

/* index_contact --------------------------------------*/
#index_contact {
  background: #e3f4db;
}
.index_contact_read {
  font-size: 1.4rem;
  padding: 0.5em  0.5em;
  text-align: center;
}
.index_contact_list {
  text-align: center;
}
.index_contact_list li {
  margin-bottom: 0.5em;
}
.index_contact_list a {
  width: 80%;
  max-width: 300px;
  background: #00a73c;
  border-radius: 0.5em;
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #FFF;
  background: #ff9b3a;
/*
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
*/
  transition: .4s;
}
.index_contact_list a:hover {
  background: #ffa956;
}
.index_contact_list a span {
  padding-left: 0.5em;
}

/* footer --------------------------------------*/
#footer {
  color: #fff;
  text-align: center;
}
#footer .container {
  padding: 1.0em 0 0.5em;
}
#footer_logo {
}
#footer_logo img {
  max-width: 180px;
}
#footer_txt {
  font-size: 1.2rem;
  padding: 0.5em 0;
}
#copyright {
  font-size: 1.0rem;
}



@media screen and (max-width:768px) { 
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width:769px) { 
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .container {
    padding: 3em 0;
    margin: 0 auto;
  }

  #index_mv_wrap {
    background-image: url(../img/mv_pc_bg.png);
    background-size: cover;
    background-position: center center;
    height: 600px;

  }

  .index_mv.pc_only {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
  .index_mv.pc_only img {
    width: 40%;
    height: auto;
    padding: 2em 0 0 0;
  }

  #index_appeal .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .index_appeal_detail {
    width: 48%;
  }
  .index_appeal_detail_list {
    min-height: 160px;
  }

  .index_timeline_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .index_timeline_list li {
    border-top: none;
    border-left: #462424 1px solid;
    padding: 0 0.5em;
  }
  .index_timeline_list li:last-child {
    border-bottom: none;
  }
  .index_timeline_list li:nth-child(1) { width: 22.875%;}
  .index_timeline_list li:nth-child(2) { width: 22.875%; border-left: none;}
  .index_timeline_list li:nth-child(3) { width: 15%;}
  .index_timeline_list li:nth-child(4) { width: 30.75%;}
  .index_timeline_list li:nth-child(5) { width: 8.5%;}

  #index_service .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .index_service_detail {
    width: 31.0%;
  }
  #index_service .title_bd_green {
    min-height: 45px;
  }
  .index_service_detail_icon {
    padding: 1.5em 1.5em 1.5em;
  }
  .special .index_service_detail_icon {
    padding-top: 1.5em;
  }
  .special .index_service_detail_read {
    padding-top: 0;
  }
  .index_service_price {
    width: 100%;
  }

  .price_table {
    font-size: 1.4rem;
  }
  .price_table tbody th span {
    font-size: 1.2rem;
  }
  .index_price_detail .remarks {
    font-size: 1.2rem;
  }

  .index_access_map img {
    width: auto;
  }
  .index_contact_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .index_contact_list li {
    width: 48%;
    margin-top: 1.5em;
  }
  .index_contact_list a {
    max-width: none;
    padding: 1.5em 0;
  }

  .twitter_wrap {
    max-width: 550px;
    margin: 1.5em auto 0;

  }
  
}
/*
.cmn_cont {
  width: 100%;
  padding: 0 19px;
}
.cmn_wrap {
  max-width: 912px;
  margin: 0 auto;
}
.cmn_sect {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
*/

/*end*/
