@charset "UTF-8";
html {
  font-size: 62.5%;
}

/**************************************/
header {
  background: #eaf2f4;
}
header #header_in {
  padding-top: 10px;
  padding-bottom: 4px;
}
@media (max-width: 550px) {
  header .logo {
    width: 250px;
  }
  header .inquiry {
    color: #626262;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
  }
  header .inquiry .telephone {
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .navi {
    width: 40px;
    float: right;
    position: absolute;
    top: 20px;
    right: 2%;
  }
}
header .sp_navi_li {
  width: 100px;
  position: absolute;
  top: 50px;
  right: 5%;
  border: 1px solid #eee;
  background: white;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 100;
}
header .sp_navi_li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .sp_navi_li li a {
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #61ad7a;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 550px) {
  header .inquiry {
    color: #626262;
    padding-top: 10px;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
  }
  header .inquiry .telephone {
    font-size: 18px;
    font-size: 1.8rem;
  }
  header .sp_navi {
    display: none;
  }
  header #header_in {
    padding: 15px 0 10px 0;
  }
  header .pc_navi_li {
    margin: 0;
    padding: 0;
  }
  header .pc_navi_li li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
  }
  header .pc_navi_li li a {
    color: #626262;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    padding-right: 30px;
    margin-top: 5px;
  }
  header .pc_navi_li li a:hover {
    color: #339fd1;
  }
  header .pc_navi_li li.navi_toppage a {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    background-image: url("../images/top/navi_top.png");
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  header .pc_navi_li li.navi_toppage a {
    background-image: url("../images/top/navi_top@2x.png");
  }
}
@media (min-width: 550px) {
  header .pc_navi_li li.navi_subject a {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    background-image: url("../images/top/navi_subject.png");
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  header .pc_navi_li li.navi_subject a {
    background-image: url("../images/top/navi_subject@2x.png");
  }
}
@media (min-width: 550px) {
  header .pc_navi_li li.navi_news a {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    background-image: url("../images/top/navi_news.png");
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  header .pc_navi_li li.navi_news a {
    background-image: url("../images/top/navi_news@2x.png");
  }
}
@media (min-width: 550px) {
  header .pc_navi_li li.navi_company a {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    background-image: url("../images/top/navi_company.png");
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  header .pc_navi_li li.navi_company a {
    background-image: url("../images/top/navi_company@2x.png");
  }
}
@media (min-width: 550px) {
  header .pc_navi_li li.navi_access a {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    padding-left: 40px;
    background-image: url("../images/top/navi_access.png");
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  header .pc_navi_li li.navi_access a {
    background-image: url("../images/top/navi_access@2x.png");
  }
}
@media (max-width: 550px) {
  header .pc_navi {
    display: none;
  }
}

#cover_area .carousel {
  margin-top: 37px;
  width: 100%;
}

#service_area {
  background-color: #eaf2f4;
  padding-top: 20px;
}
#service_area .subject_title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #61ad7a;
  padding: 15px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media (min-width: 550px) {
  #service_area {
    padding-top: 30px;
  }
  #service_area .subject_title {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #61ad7a;
    padding: 40px 0 21px 0;
    letter-spacing: 0.2rem;
  }
}
#service_area .columns {
  color: #626262;
}
#service_area .columns .service_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 8px;
}
#service_area .columns p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 550px) {
  #service_area .columns .service_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #service_area .columns p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 550px) {
  #news_area .container {
    padding: 0px 10% 50px 10%;
  }
}
#news_area .news_title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #61ad7a;
  padding: 15px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
  /*枠囲い*/
}
#news_area .news_title .box2 {
  margin: 2em auto;
  padding: 2em; /*内側余白*/
  border: double 5px #61ad7a;
}
#news_area .news_lists li {
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}
#news_area .news_lists li span {
  color: #61ad7a;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 550px) {
  #news_area .news_title {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #61ad7a;
    padding: 40px 0 21px 0;
    letter-spacing: 0.2rem;
  }
  #news_area .news_lists li {
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #news_area .news_lists li span {
    color: #61ad7a;
    font-weight: bold;
    display: inline;
    margin-bottom: 0px;
  }
}

#timetable_area {
  background-color: #eaf2f4;
}
#timetable_area table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}
#timetable_area table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
  font-weight: bold;
  border-left: 1px solid #258;
  border-top: 1px solid #258;
  border-bottom: 1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
}
#timetable_area table th:first-child {
  border-radius: 5px 0 0 0;
}
#timetable_area table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #258;
}
#timetable_area table tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
#timetable_area table tr td:last-child {
  border-right: 1px solid #84b2e0;
}
#timetable_area table tr {
  background: #fff;
}
#timetable_area table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
#timetable_area table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#timetable_area table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#timetable_area table tr:hover {
  background: #bbd4ee;
  cursor: pointer;
}
@media (min-width: 550px) {
  #timetable_area .container {
    padding: 0px 10% 50px 10%;
  }
}
#timetable_area .timetable_title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #61ad7a;
  padding: 15px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
#timetable_area .timetable_lists li {
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}
#timetable_area .timetable_lists li span {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 550px) {
  #timetable_area .timetable_title {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #61ad7a;
    padding: 40px 0 21px 0;
    letter-spacing: 0.2rem;
  }
  #timetable_area .timetable_lists li {
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #timetable_area .timetable_lists li span {
    font-weight: bold;
    display: inline;
    margin-bottom: 0px;
  }
}
@media (max-width: 550px) {
  #timetable_area .container {
    padding: 0px 2% 50px 2%;
  }
  #timetable_area table {
    font-size: 9px;
  }
}

@media (min-width: 550px) {
  #access_area .container {
    padding: 0px 0% 50px 0%;
  }
}
#access_area .access_title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #61ad7a;
  padding: 15px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media (min-width: 550px) {
  #access_area .access_title {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    color: #61ad7a;
    padding: 40px 0 21px 0;
    letter-spacing: 0.2rem;
  }
}

footer {
  background-color: #eaf2f4;
  color: #626262;
  padding-top: 20px;
}
@media (max-width: 550px) {
  footer .container {
    padding: 0px 0% 0px 0%;
  }
  footer .container_ {
    margin: 0;
    padding: 0;
  }
  footer .sp {
    padding: 0 10%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .foot_navi {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  footer .foot_navi li {
    list-style: none;
    margin-bottom: 1px;
  }
  footer .foot_navi li a {
    color: #eaf2f4;
    background-color: #61ad7a;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
footer .foot_address {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 0px;
}
footer .foot_address p {
  margin-bottom: 0px;
}
footer .copy {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #626262;
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  footer {
    padding-top: 30px;
  }
  footer .foot_address {
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer .foot_navi {
    text-align: center;
    margin-bottom: 10px;
  }
  footer .foot_navi li {
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 18px;
    font-size: 1.8rem;
    background-image: url("../images/top/navi_top.png");
    background-size: 20px 20px;
  }
}
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  footer .foot_navi li {
    background-image: url("../images/top/navi_top@2x.png");
  }
}
@media (min-width: 550px) {
  footer .foot_navi a {
    color: #626262;
    padding-left: 30px;
    text-decoration: none;
  }
}
@media (min-width: 550px) {
  footer .foot_navi a:hover {
    color: #339fd1;
  }
}
@media (min-width: 550px) {
  footer .copy {
    margin-top: 10px;
  }
}

h1 {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=sample.css.map */