/* ------------------------------
	WHOLE
------------------------------ */
/* ------------------------------
	HEADER
------------------------------ */
body header::before {
  background: rgba(255, 255, 255, 0.8);
}
body header > a#top {
  max-width: 215px;
}
body header nav ol > li a, body header nav ol > li a:hover {
  color: rgb(80, 170, 123);
  text-decoration: none;
}
body header nav ol > li a > img, body header nav ol > li a:hover > img {
  width: 20px;
}
body header.showed nav ol {
  align-items: end;
  padding-bottom: 15px;
}
body header.showed nav ol li a img {
  width: auto;
  height: 35px;
  display: block;
  margin: 0 auto 8px;
}
body header.showed nav ol li:nth-of-type(1) a img {
  height: 30px;
  margin-bottom: 10px;
}
body header.showed nav ol li:nth-of-type(4) a img {
  height: 38px;
}
body header.showed nav ol li:nth-of-type(5) a img {
  height: 30px;
}
body header.showed nav ol li:nth-of-type(6) a img {
  height: 28px;
  margin-bottom: 10px;
}
body section[class^=section-main] > ul > li:nth-of-type(1) img {
  /*top: -180px;;*/
  top: -8%;
}

/*responsive*/
@media screen and (min-width: 1000px) {
  body section[class^=section-main] > ul > li:nth-of-type(1) img {
    top: -25%;
  }
}
/* ------------------------------
	MAIN
------------------------------ */
body section[class^=section-title] h1.top {
  font-family: "Zen Maru Gothic", sans-serif;
}
body section[class^=section-title] h1.top > img {
  width: 60px;
  margin-right: 10px;
  position: relative;
  top: 25px;
}
body section[class^=section-title] h1.top > span {
  padding-left: 80px;
}
body section[class^=section-title] > img.bgimg {
  position: absolute;
  top: 30%;
  right: 50px;
  opacity: 0.5;
  display: none;
}
body section[class^=section-content] > h1:not(.top) {
  color: rgb(7, 100, 85);
  padding-bottom: 15px;
  position: relative;
}
body section[class^=section-content] > h1:not(.top)::before {
  content: "";
  border: 2px dashed rgb(7, 100, 85);
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body section[class^=section-content] > h2 {
  color: rgb(7, 100, 85);
}
body section[class^=section-content] h3 {
  color: rgb(7, 100, 85);
  text-align: left;
}
body section[class^=section-content][class*=allsan] * {
  font-family: "Zen Maru Gothic", sans-serif;
}
body section[class^=section-content]#news > h2 {
  font-size: 2rem;
}
body section[class^=section-content]#news > h2 > span {
  color: rgba(100, 100, 100, 0.5);
  font-size: 1.5rem;
}
body section[class^=section-content]:not(#news) > h2 {
  padding-bottom: 15px;
  position: relative;
}
body section[class^=section-content]:not(#news) > h2::before {
  content: "";
  border: 5px solid rgb(7, 100, 85);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.5;
}
body section[class^=section-content]#service [class*=list-box2] > li a {
  display: none;
}
body section[class^=section-content]#contact input:focus, body section[class^=section-content]#contact textarea:focus {
  border-bottom: 3px solid rgb(80, 170, 123) !important;
}
body section[class^=section-content]#contact p.notice {
  color: rgb(7, 100, 85);
}
body section[class^=section-content][class*=box] > dl {
  border: 5px solid rgb(80, 170, 123);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  margin-bottom: 50px;
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
}
body section[class^=section-content][class*=box] > dl > * {
  font-size: 1.5rem;
}
body section[class^=section-content][class*=box] > dl > dt {
  color: rgb(7, 100, 85);
  width: 30%;
  font-weight: 600;
}
body section[class^=section-content][class*=box] > dl > dd {
  width: 70%;
  padding-left: 20px;
}
body section[class^=section-content] ul[class*=list-box] > li {
  border: 5px solid rgb(80, 170, 123);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: 30px;
}
body section[class^=section-content] ul[class*=list-box][class*=class] > li {
  background: rgb(215, 240, 215);
}
body section[class^=section-content] ul[class*=list-box][class*=class] > li small {
  line-height: 1.5rem;
  color: rgb(7, 100, 85);
  display: inherit;
  letter-spacing: 0;
}
body section a[class*=border] {
  border: 1px solid rgb(7, 100, 85);
}
body section#class > p[class^=p-] {
  color: rgb(7, 100, 85);
}
body section#about > img, body section#centernavi > img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 150px;
  margin-bottom: 30px;
  opacity: 0.5;
}
body section#about > figure::after, body section#centernavi > figure::after {
  display: none;
}
body section#centernavi > p, body section#cta > p {
  font-weight: 600;
}
body section#centernavi > dl, body section#cta > dl {
  line-height: 0;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px 10px;
}
body section#centernavi > dl > dt, body section#cta > dl > dt {
  color: rgb(7, 100, 85) !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
body section#centernavi > dl > dd > *, body section#cta > dl > dd > * {
  color: rgb(80, 170, 123) !important;
  font-weight: 600;
  text-align: center;
}
body section#cta > dl {
  background: none;
}
body section#entry1 > h3, body section#access1 > h3, body section#access2 > h3 {
  margin-left: 0;
}
body section span[id^=to0] {
  margin-bottom: 100px;
  display: block;
}
body section#facility2 > img, body section#facility3 > img {
  width: 100%;
}
body section#facility2 > h2, body section#facility3 > h2 {
  margin-top: 30px;
}
body section#facility2 figcaption, body section#facility3 figcaption {
  color: rgb(7, 100, 85);
  font-weight: 600;
}
body [class^=section-content] ul[class^=list-][class^=list-news][class^=list-news-normal] > li mark.c24 {
  background: rgb(80, 170, 123);
  color: rgb(255, 255, 255);
}
body a[class*=mark1] {
  color: rgb(7, 100, 85);
  text-decoration: none;
  font-weight: 600;
}
body a[class*=mark1] > svg {
  fill: rgb(80, 170, 123);
}

/*responsive*/
@media screen and (min-width: 500px) {
  body section[class^=section-title] > h1.top {
    text-align: left;
    padding-left: 100px;
  }
  body section[class^=section-main] > h1 {
    white-space: nowrap;
  }
  body section[class^=section-content] ul[class*=list-box2] {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 750px) {
  body section[class^=section-title] > img.bgimg {
    display: block;
  }
  body section[class^=section-content] ul[class*=list-box3] {
    flex-wrap: nowrap !important;
  }
  body section#about, body section#centernavi {
    padding-top: 230px;
  }
  body section#about > img, body section#centernavi > img {
    position: absolute;
    top: 30px;
    left: 50px;
  }
  body section#about > h1, body section#centernavi > h1 {
    position: absolute;
    top: 50px;
    left: 120px;
  }
  body section#about > h1::before, body section#centernavi > h1::before {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
  }
  body section#about > figure, body section#centernavi > figure {
    width: 45%;
    top: 210px;
    left: 30px;
  }
  body section#about > figure::after, body section#centernavi > figure::after {
    display: none;
  }
  body section#about > figure > img, body section#centernavi > figure > img {
    width: 90%;
  }
  body section#centernavi {
    padding-top: 65px;
  }
  body section#centernavi > p {
    margin-bottom: 80px;
    position: relative;
    left: 120px;
  }
}
@media screen and (min-width: 1000px) {
  body section#centernavi {
    padding-top: 80px;
  }
  body section#centernavi > img {
    top: 50px;
    left: calc(50% - 30rem);
  }
  body section#centernavi > h1 {
    position: relative;
    top: auto;
    left: auto;
  }
  body section#centernavi > p {
    left: 100px;
  }
  body section[class^=section-content]#service > ul[class^=list-] li {
    margin-bottom: 80px;
  }
  body section[class^=section-content]#service > ul[class^=list-] li figure[class*=-wide] {
    min-height: auto;
    height: 300px;
    border-radius: 0 !important;
  }
  body section[class^=section-content]#service > ul[class^=list-] li figure[class*=-wide] + * {
    min-height: auto;
    height: auto;
  }
  body section#facility2 > p, body section#facility3 > p {
    padding-left: 500px;
  }
  body section#facility2 > img, body section#facility3 > img {
    position: absolute;
    width: 400px;
    top: 250px;
  }
}
/* ------------------------------
	FOOTER
------------------------------ */
footer[class^=footer][class*=C50aa7b] ul.footermenu > li a, footer[class^=footer][class*=C50aa7b] ul.footermenu > lia:hover {
  font-weight: 600;
}
footer[class^=footer][class*=C50aa7b] > small {
  color: rgb(255, 255, 255) !important;
  background: rgb(7, 100, 85);
}

/*responsive*/
@media screen and (min-width: 750px) {
  footer[class^=footer] div {
    display: flex;
    align-items: start;
  }
}/*# sourceMappingURL=layout.css.map */