@charset "utf-8";

/* common */

* {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  color: rgb(56,61,54);
  background: rgb(250,255,254);
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* header */

header {
  height: 120px;
  position: relative;
  margin: 0;
  background: rgb(49,169,30);
}

.wrap {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

header span {
  display: block;
  font-size: 100%;
  font-weight: 400;
  text-align: right;
  color: white;
  margin-top: 0;
  padding: 7px 5px 0 0;
}

.logo {
  width: auto;
  height: 85px;
}

.tel-banner {
  width: auto;
  height: 65px;
  float: right;
  margin-top: 20px;
}

#sp-menu-btn {
  width: 0;
}

#sp-menu-btn-close {
  width: 0;
}

.accordion-wrap {
  width: 0;
  height: 0;
}

.accordion-wrap ul {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.accordion-wrap ul li {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* nav */

nav {
  width: 100%;
  text-align: center;
  font-size: 0;
  height: 60px;
  border-top: 4px solid rgb(164,254,59);
}

.pc-menu ul {
  list-style: none;
  margin: 0 auto;
  width: 885px;
  padding: 0;
}

.pc-menu li {
  display: inline-block;
  width: 17.5%;
  height: 60px;
  cursor: pointer;
}

.pc-menu li:hover {
  opacity: 0.7;
}

.pc-menu ul li:first-of-type{
  width: 12.5%;
}

.pc-menu a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 56px;
}

.pc-menu span {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(56,61,54);
  border-left: 1px dotted rgb(56,61,54);
  margin-top: 10px;
  padding-top: 12px;
}

.pc-menu .border-right {
  border-right: 1px dotted rgb(56,61,54);
}

.pc-menu span.corrent {
  color: rgb(49,169,30);
}

.fa-play-circle {
  color: rgb(164,254,59);
}

/* picture */

#picture {
  width: 100%;
  height: 200px;
  background: #E6FFE9;
  padding: 10px 0;
}

.banner {
  display: block;
  width: 900px;
  height: auto;
  margin: 0 auto ;
  border: 4px solid rgb(220,240,230);
  border-radius: 10px;
}

/* main */

main {
  display: inline-block;
  width: 70%;
  font-size: 0;
  margin: 0 3% 25px 0;
}

.ellipse2 {
  display: inline-block;
  width: 6px;
  height: 30px;
  border-radius: 4px;
  background: rgb(49,169,30);
  position: absolute;
  top: -3px;
  left: 0;
}

/* aside */

aside {
  display: inline-block;
  float: right;
  width: 27%;
  text-align: center;
  margin-top: 20px;
  padding: 5px;
  border: 1px solid rgba(200,200,200,0.8);
}

.ellipse {
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 4px;
  background: rgb(49,169,30);
  position: absolute;
  left: -15px;
  top: -2px;
}

aside h3 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  margin: 10px 0 10px 20px;
}

aside img {
  width: 230px;
  height: auto;
  border: 1px solid rgba(200,200,200,0.8);
}

.square {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: rgb(49,169,30);
  margin-right: 5px;
}

aside h4 {
  text-align: left;
  font-size: 14px;
  position: relative;
  margin: 8px 0 4px 10px;
}

aside ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

aside ul li {
  text-align: left;
  line-height: 19px;
  padding: 0;
}

aside li:before {
  content: "・";
  color: rgb(49,169,30);
}

span.aside-info {
  display: block;
  font-size: 13.5px;
  line-height: 20px;
  text-align: left;
  margin-left: 10px;
}

span.number {
  display: block;
  font-size: 22px;
  color: rgb(49,169,30);
  text-align: left;
  margin: 5px 0 8px 10px;
}

/* footer */

footer {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0;
  background: rgb(49,169,30);
  border-bottom: 4px solid rgb(10,100,35);
}

footer h1 {
  font-size: 17px;
  color: rgb(255,255,255);
  margin: 0;
  padding: 15px 0 10px;
}

footer span {
  display: inline-block;
  font-size: 15px;
  color: rgb(240,240,240);
}

.footer-banner {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: auto;
  height: 55px;
}

span.copy-right {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#topBtn {
  position: fixed;
  bottom: 40px;
  right: 18px;
  width: 55px;
  height: 55px;
  z-index: 10;
  cursor: pointer;
}

/* sp */
@media(max-width: 900px) {

  .wrap {
    width: 100%;
    height: auto;
    padding: 0 10px;
    position: relative;
  }

  .wrap2 {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
  }

  /* header */

  header {
    height: auto;
    padding: 10px 0 3px;
    text-align: center;
    border-bottom: 4px solid rgb(164,254,59);
  }

  .clearText {
    display: none;
  }

  .logo {
    display: inline-block;;
    width: 55%;
    height: auto;
    margin-left: 20%;
    margin-right: 5%;
  }

  .tel-banner {
    display: none;
  }

  #sp-menu-btn {
    display: inline-block;
    width: 17%;
    margin-bottom: 3px;
    cursor: pointer;
  }

  #sp-menu-btn-close {
    display: none;
    width: 17%;
    margin-bottom: 3px;
    cursor: pointer;
  }

  .accordion-wrap {
    display: none;
    width: 100%;
    height: 300px;
    background: rgb(250,255,254);
    border: 1px solid rgba(200,200,200,0.8);
    border-top: none;
    margin: 0
  }

  ul.accordion-menu {
    display: none;
    width: 100%;
    height: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.accordion-menu li {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-bottom: 1px solid rgba(200,200,200,0.8);
  }

  ul.accordion-menu li:last-child {
    border-bottom: none;
  }

  ul.accordion-menu li a{
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
  }

  ul.accordion-menu li a span {
    display: block;
    color: rgb(56,61,54);
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0 17px 15px;
    position: relative;
  }

  .fa-angle-right {
    position: absolute;
    top: 17px;
    right: 15px;
    color: rgb(49,169,30);
    font-weight: bold;
  }


  /* nav */

  nav.pc-menu {
    display: none;
  }

  /* picture */

  #picture {
    width: 100%;
    height: auto;
    background: #E6FFE9;
  }

  .banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 4px solid rgb(220,240,230);
    border-radius: 10px;
  }

  /* main */

  main {
    width: 100%;
    margin: 0;
  }

  /* aside */

  aside {
    display: none;
  }

  /* footer */

  footer h1 {
    font-size: 14.5px;
  }
}

@media(max-width: 650px) {

  img.footer-banner {
    display: block;
    position: static;
    margin: 5px 0 -5px -5px;
  }
}


@media(max-width: 450px) {

  footer h1 {
    font-size: calc(14px + 0.30vw);
  }
}
