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

@media (max-width: 568px), (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #222;
  line-height: 1.5;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.7rem;
}

a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 1;
}

a:hover {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

#header .contact {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 500px;
  height: 600px;
  background: linear-gradient(196deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .contact dt {
  width: 210px;
  -webkit-filter: drop-shadow(1px 1px 1px #666);
          filter: drop-shadow(1px 1px 1px #666);
}

#header .contact dd {
  padding-left: 15px;
  background: url(../img/ico_tel_w.svg) no-repeat top 6px left;
  -webkit-filter: drop-shadow(1px 1px 1px #666);
          filter: drop-shadow(1px 1px 1px #666);
}

#header .contact a {
  color: #fff;
}

@media (max-width: 568px), (max-width: 768px) {
  #header .contact {
    display: none;
  }
}

.btn_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 81px;
  height: 81px;
  background: url(../img/btn_to_top.svg) no-repeat center center;
}

@media (max-width: 568px), (max-width: 768px) {
  .btn_to_top {
    bottom: 40px;
    right: calc(50% - 81px / 2);
  }
}

#footer {
  background: #70b200;
  color: #fff;
  padding: 40px 0px;
}

#footer .inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .inner {
    width: 90%;
  }
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer .contact {
  width: 40%;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .contact {
    width: 80%;
    margin: 0 auto 30px;
  }
}

#footer .contact .dayservice {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

#footer .contact .logo a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 230px;
  height: 42px;
  background: url(../img/logo_w.svg) no-repeat center center;
  margin-bottom: 20px;
}

#footer .contact .contact_facility dt {
  font-weight: bold;
}

#footer .contact .contact_facility dd {
  margin-bottom: 10px;
  display: block;
  padding-left: 15px;
  background: url(../img/ico_tel_w.svg) no-repeat center left;
}

#footer .info {
  width: 60%;
  text-align: right;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

#footer .info .fnav {
  margin-bottom: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info .fnav {
    display: none;
  }
}

#footer .info .fnav ul li {
  display: inline-block;
  position: relative;
}

#footer .info .fnav ul li a {
  padding: 0px 5px;
}

#footer .info .fnav ul li:not(:last-of-type)::after {
  display: inline-block;
  content: "｜";
}

#footer .info .fnav ul li .popup {
  display: none;
  position: absolute;
  top: -110px;
  left: calc(50% - 240px / 2);
  width: 210px;
  height: 94px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  border: 2px #5C9C00 solid;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5C9C00;
  font-size: 1.5rem;
  text-align: left;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

#footer .info .fnav ul li .popup::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -8px;
  border: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.95);
  z-index: 2;
}

#footer .info .fnav ul li .popup::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -10px;
  border: 14px solid transparent;
  border-top: 14px solid #319929;
  z-index: 1;
}

#footer .info .fnav ul li .popup a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 5px;
}

#footer .info .fnav ul li:hover .popup {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  opacity: 1;
}

#footer .info .company_name {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info .company_name {
    display: none;
  }
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info .address {
    display: none;
  }
}

#footer .info .business_time {
  margin-bottom: 40px;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info .business_time {
    display: none;
  }
}

#footer .info .copyright {
  font-size: 1.45rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #footer .info .copyright {
    width: 80%;
    margin: 0 auto 30px;
  }
}

/* = CSS for index page
---------------------------------------- */
#home #header {
  height: 768px;
  margin: 0 auto 0px;
  position: relative;
  background: url(../img/main_visual@2x.jpg) no-repeat left 150px center;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header {
    background: url(../img/main_visual@2x.jpg) no-repeat center top 70px;
    background-size: contain;
    height: 348px;
  }
}

#home #header .menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 30%;
  min-width: 340px;
  max-width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 38px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    padding: 0 0 0 0;
  }
}

#home #header .menu .dayservice {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .dayservice {
    display: none;
  }
}

#home #header .menu .logo a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 268px;
  height: 48px;
  background: url(../img/logo.svg) no-repeat center center;
  background-size: cover;
  margin: 0 auto 80px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .logo a {
    width: 190px;
    height: 34px;
    margin: 20px auto 0px;
  }
}

#home #header .menu .gnav {
  max-width: 270px;
  min-width: 240px;
  margin: 0 auto 80px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 10;
  }
}

#home #header .menu .gnav ul {
  margin: 0 auto 20px auto;
  padding: 0 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
  width: 100%;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    display: none;
    background: #fff;
  }
}

#home #header .menu .gnav ul li {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  font-size: 2rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-bottom: 1px #ccc solid;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.7rem;
  }
}

#home #header .menu .gnav ul li > a {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: inherit;
  text-decoration: none;
  background: url(../img/ico_leaf.svg) no-repeat top center;
  border-left: 1px #cccccc solid;
  display: block;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li > a {
    padding: 10px 40px 10px 50px;
    background-position: left 20px center;
    display: block;
    border-left: none;
  }
}

#home #header .menu .gnav ul li:last-child a {
  border-right: 1px #cccccc solid;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li:last-child a {
    border-right: none;
  }
}

#home #header .menu .gnav ul li .popup {
  display: none;
  position: absolute;
  top: 135px;
  left: calc(50% - 90px / 2);
  width: 94px;
  height: 250px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  border: 2px #5C9C00 solid;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  font-size: 1.7rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li .popup {
    display: block;
    position: static;
    -webkit-animation-name: none;
            animation-name: none;
    border: none;
    width: auto;
    height: auto;
    padding: 0px 10px 10px;
    margin-top: -10px;
  }
}

#home #header .menu .gnav ul li .popup::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -13px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li .popup::before {
    display: none;
  }
}

#home #header .menu .gnav ul li .popup::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-bottom: 14px solid #319929;
  z-index: 1;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li .popup::after {
    display: none;
  }
}

#home #header .menu .gnav ul li .popup a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 5px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav ul li .popup a {
    display: block;
    padding-left: 30px;
  }
}

#home #header .menu .gnav ul li:hover .popup {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  opacity: 1;
}

#home #header .menu .gnav ul li.contact_tel {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home #header .menu .gnav ul li.contact_tel dt {
  width: 55%;
}

#home #header .menu .gnav ul li.contact_tel dd {
  width: 45%;
  text-align: right;
}

#home #header .menu .gnav ul li.contact_tel dd:first-of-type {
  margin-bottom: 10px;
}

#home #header .menu .gnav ul li.contact_tel dd::before {
  content: 'TEL: ';
}

#home #header .menu .gnav .btn_sp {
  display: none;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .gnav .btn_sp {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #fff url(../img/btn_sp_gnav.svg) no-repeat center center;
    background-size: 30px;
    position: fixed;
    top: 12px;
    right: 10px;
    padding: 10px;
  }
  #home #header .menu .gnav .btn_sp.active {
    background: #fff url(../img/btn_sp_gnav_close.svg) no-repeat center center;
  }
}

#home #header .menu .btn_to_facility {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: center;
}

#home #header .menu .btn_to_facility li {
  margin-bottom: 15px;
}

#home #header .menu .btn_to_facility li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 270px;
  height: 54px;
  text-align: left;
  line-height: 54px;
  font-size: 1.5rem;
  border-radius: 3px;
  position: relative;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .btn_to_facility li a {
    width: 230px;
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    position: absolute;
    display: none;
  }
}

#home #header .menu .btn_to_facility li a::before {
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  content: url(../img/ico_btn_arrow.svg);
}

@media (max-width: 568px), (max-width: 768px) {
  #home #header .menu .btn_to_facility li a::before {
    top: calc(50% - 17px);
    left: 15px;
  }
}

#home #header .menu .btn_to_facility li a.okagesan {
  background: #70b200 url(../img/bg_curve.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #5a9000;
          box-shadow: 0 3px 0 #5a9000;
}

#home #header .menu .btn_to_facility li a.utatane {
  background: #ED7100 url(../img/bg_curve_utatane.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #ba5900;
          box-shadow: 0 3px 0 #ba5900;
}

#home #header .menu .btn_to_facility li a .name {
  font-size: 1.9rem;
  margin-left: 8px;
  font-weight: bold;
}

#home #main .page_header {
  margin: 0 auto 90px;
  text-align: center;
  padding: 50px 0px 10px;
  background: url(../img/texture.png);
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header {
    padding: 30px 0px 10px;
    margin: 0 auto 60px;
  }
}

#home #main .page_header .inner {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header .inner {
    width: 90%;
  }
}

#home #main .page_header .catch_copy {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto 30px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header .catch_copy {
    font-size: 2.2rem;
  }
}

#home #main .page_header .catch_copy strong {
  font-size: 3.3rem;
  color: #ED7100;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header .catch_copy strong {
    font-size: 2.8rem;
  }
}

#home #main .page_header .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto 60px;
}

#home #main .page_header .about p {
  width: calc(100% - 200px);
  text-align: left;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header .about p {
    width: 100%;
    margin-bottom: 20px;
  }
}

#home #main .page_header .about .btn_to_about {
  background: #fff url(../img/facility/ico_title.svg) no-repeat center left 14px;
  background-size: 34px;
  width: 190px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #5C9C00;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .page_header .about .btn_to_about {
    width: 100%;
    background-position: left 30% center;
  }
}

#home #main .page_header .slick {
  margin-bottom: 40px;
}

#home #main .page_header .slick .item {
  padding: 0 2px;
}

#home #main .section {
  margin: 0 auto 90px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .section {
    margin: 0 auto 60px;
  }
}

#home #main .section .inner {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main .section .inner {
    width: 90%;
  }
}

#home #main .section h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#home #main #facilities {
  padding: 0px 0px 110px;
  margin-bottom: 0;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities {
    padding: 0px 0px 20px;
  }
}

#home #main #facilities .facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#home #main #facilities .facilities .facility {
  width: 48%;
  height: 480px;
  position: relative;
  background: #ccc;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities .facility {
    width: 100%;
    height: 350px;
    margin-bottom: 80px;
  }
}

#home #main #facilities .facilities .facility.okagesan {
  background: url(../img/home/bg_okagesan@2x.jpg) no-repeat center center;
  background-size: cover;
}

#home #main #facilities .facilities .facility.okagesan .name {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 213px;
  height: 114px;
  background: url(../img/about/title_okagesan.svg) no-repeat center center;
  position: absolute;
  top: -22px;
  left: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities .facility.okagesan .name {
    left: 15px;
    width: 190px;
    height: 90px;
    background-size: cover;
  }
}

#home #main #facilities .facilities .facility.okagesan .catch_copy {
  background: #fff;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.0rem;
  line-height: 2.0rem;
  color: #5C9C00;
  font-weight: bold;
  padding: 18px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities .facility.okagesan .catch_copy {
    right: 15px;
  }
}

#home #main #facilities .facilities .facility.okagesan .btn_to {
  background: #70b200 url(../img/bg_curve.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #5a9000;
          box-shadow: 0 3px 0 #5a9000;
}

#home #main #facilities .facilities .facility.utatane {
  background: url(../img/home/bg_utatane@2x.jpg) no-repeat center center;
  background-size: cover;
}

#home #main #facilities .facilities .facility.utatane .name {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 213px;
  height: 114px;
  background: url(../img/about/title_utatane.svg) no-repeat center center;
  position: absolute;
  top: -20px;
  left: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities .facility.utatane .name {
    left: 15px;
    width: 190px;
    height: 90px;
    background-size: cover;
  }
}

#home #main #facilities .facilities .facility.utatane .catch_copy {
  background: #fff;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.0rem;
  line-height: 2.0rem;
  color: #ED7100;
  font-weight: bold;
  padding: 18px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #facilities .facilities .facility.utatane .catch_copy {
    right: 15px;
  }
}

#home #main #facilities .facilities .facility.utatane .btn_to {
  background: #ED7100 url(../img/bg_curve_utatane.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #ba5900;
          box-shadow: 0 3px 0 #ba5900;
}

#home #main #facilities .facilities .btn_to {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 260px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 1.4rem;
  border-radius: 3px;
  position: relative;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 260px / 2);
}

#home #main #facilities .facilities .btn_to::before {
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  content: url(../img/ico_btn_arrow.svg);
}

#home #main #news {
  padding: 50px 0px;
  background: url(../img/texture.png);
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #news {
    padding: 30px 0px 0;
  }
}

#home #main #news h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #5C9C00;
  margin-bottom: 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #news h2 {
    font-size: 2.8rem;
  }
}

#home #main #news dl.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

#home #main #news dl.table dt {
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 20px 30px;
  background: url(../img/ico_leaf.svg) no-repeat center left;
}

#home #main #news dl.table dt:not(:last-of-type) {
  border-bottom: 1px #CCCCCC solid;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #news dl.table dt {
    width: 100%;
    padding: 0px 0px 0px 30px;
    margin-bottom: 10px;
  }
  #home #main #news dl.table dt:not(:last-of-type) {
    border-bottom: none;
  }
}

#home #main #news dl.table dt::after {
  content: 'お知らせ';
  background: #C1BCB5;
  color: #fff;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #news dl.table dt::after {
    width: 60px;
  }
}

#home #main #news dl.table dt.okagesan::after {
  content: 'おかげさん';
  background: #5C9C00;
}

#home #main #news dl.table dt.utatane::after {
  content: 'うたたね';
  background: #ED7100;
}

#home #main #news dl.table dd {
  width: 67%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px 8px;
}

#home #main #news dl.table dd:not(:last-of-type) {
  border-bottom: 1px #CCCCCC solid;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #news dl.table dd {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 20px 20px 8px;
  }
}

#home #main #news dl.table dd a {
  text-decoration: underline;
  color: inherit;
  display: inline-block;
}

#home #main #access_route .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home #main #access_route .inner #route1 {
  width: 52%;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 {
    width: 100%;
  }
}

#home #main #access_route .inner #route1 h2 {
  font-size: 3.2rem;
  color: #5C9C00;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}

#home #main #access_route .inner #route1 .access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
}

#home #main #access_route .inner #route1 .access_list dt {
  width: 20%;
  text-align: left;
  padding-left: 24px;
  background: url(../img/access/ico_arrow.svg) no-repeat center left;
  background-size: 18px;
  font-size: 1.7rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 .access_list dt {
    padding-left: 0px;
    background: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
}

#home #main #access_route .inner #route1 .access_list dd {
  width: 75%;
  text-align: left;
  font-size: 1.7rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 .access_list dd {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

#home #main #access_route .inner #route1 .route {
  background: #FFFDEB;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 .route {
    margin-bottom: 30px;
  }
}

#home #main #access_route .inner #route1 .route p {
  margin-bottom: 20px;
}

#home #main #access_route .inner #route1 .route .imap {
  position: relative;
}

#home #main #access_route .inner #route1 .route .imap .ico_zoom {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  background: url(../img/access/ico_zoom.svg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #route1 .route .imap .ico_zoom {
    width: 30px;
    height: 30px;
    bottom: 0px;
    right: 10px;
  }
}

#home #main #access_route .inner #gmap {
  width: 45%;
}

@media (max-width: 568px), (max-width: 768px) {
  #home #main #access_route .inner #gmap {
    width: 100%;
    height: 350px;
  }
}

/* = CSS for lower pages
---------------------------------------- */
.pages #header {
  height: 600px;
  margin: 0 auto 70px;
  position: relative;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header {
    background-size: contain;
    height: 250px;
    margin: 0 auto 30px;
  }
}

.pages #header .menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 38px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    padding: 0 0 0 0;
  }
}

.pages #header .menu .dayservice {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .dayservice {
    display: none;
  }
}

.pages #header .menu .logo a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 218px;
  height: 40px;
  background: url(../img/logo.svg) no-repeat center center;
  margin: 0 auto 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .logo a {
    background-size: cover;
    width: 190px;
    height: 34px;
    margin: 20px auto 0px;
  }
}

.pages #header .menu .gnav {
  margin-bottom: 80px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
}

.pages #header .menu .gnav ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    display: none;
    background: #fff;
  }
}

.pages #header .menu .gnav ul li {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-bottom: 1px #ccc solid;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.pages #header .menu .gnav ul li > a {
  padding-top: 30px;
  color: inherit;
  text-decoration: none;
  background: url(../img/ico_leaf.svg) no-repeat top center;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li > a {
    padding: 10px 40px 10px 50px;
    background-position: left 20px center;
    display: block;
  }
}

.pages #header .menu .gnav ul li .popup {
  display: none;
  position: absolute;
  top: 125px;
  left: calc(50% - 94px / 2);
  width: 94px;
  height: 250px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  border: 2px #5C9C00 solid;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li .popup {
    display: block;
    position: static;
    -webkit-animation-name: none;
            animation-name: none;
    border: none;
    width: auto;
    height: auto;
    padding: 0px 10px 10px;
    margin-top: -10px;
  }
}

.pages #header .menu .gnav ul li .popup::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -13px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li .popup::before {
    display: none;
  }
}

.pages #header .menu .gnav ul li .popup::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-bottom: 14px solid #319929;
  z-index: 1;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li .popup::after {
    display: none;
  }
}

.pages #header .menu .gnav ul li .popup a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 5px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li .popup a {
    display: block;
    padding-left: 30px;
  }
}

.pages #header .menu .gnav ul li:hover .popup {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  opacity: 1;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav ul li:hover .popup {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

.pages #header .menu .gnav ul li.contact_tel {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pages #header .menu .gnav ul li.contact_tel dt {
  width: 55%;
}

.pages #header .menu .gnav ul li.contact_tel dd {
  width: 45%;
  text-align: right;
}

.pages #header .menu .gnav ul li.contact_tel dd:first-of-type {
  margin-bottom: 10px;
}

.pages #header .menu .gnav ul li.contact_tel dd::before {
  content: 'TEL: ';
}

.pages #header .menu .gnav .btn_sp {
  display: none;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .gnav .btn_sp {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #fff url(../img/btn_sp_gnav.svg) no-repeat center center;
    background-size: 30px;
    position: fixed;
    top: 12px;
    right: 10px;
    padding: 10px;
  }
  .pages #header .menu .gnav .btn_sp.active {
    background: #fff url(../img/btn_sp_gnav_close.svg) no-repeat center center;
  }
}

.pages #header .menu .btn_to_facility {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  list-style: none;
}

.pages #header .menu .btn_to_facility li {
  margin-bottom: 15px;
}

.pages #header .menu .btn_to_facility li a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 260px;
  height: 54px;
  text-align: left;
  line-height: 54px;
  font-size: 1.4rem;
  border-radius: 3px;
  position: relative;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #header .menu .btn_to_facility li a {
    display: none;
  }
}

.pages #header .menu .btn_to_facility li a::before {
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  content: url(../img/ico_btn_arrow.svg);
}

.pages #header .menu .btn_to_facility li a.okagesan {
  background: #70B200 url(../img/bg_curve.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #5a9000;
          box-shadow: 0 3px 0 #5a9000;
}

.pages #header .menu .btn_to_facility li a.utatane {
  background: #ED7100 url(../img/bg_curve_utatane.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #ba5900;
          box-shadow: 0 3px 0 #ba5900;
}

.pages #header .menu .btn_to_facility li a .name {
  font-size: 1.8rem;
  margin-left: 8px;
  font-weight: bold;
}

.pages #main .page_header {
  width: 1080px;
  margin: 0 auto 90px;
  text-align: center;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .page_header {
    width: 90%;
  }
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .page_header {
    margin: 0 auto 60px;
  }
}

.pages #main .page_header .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 30px;
  padding-top: 80px;
  background: url(../img/facility/ico_title.svg) no-repeat top center;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .page_header .title {
    padding-top: 45px;
    background-size: 40px;
  }
}

.pages #main .page_header .title .name {
  font-size: 2.8rem;
}

.pages #main .page_header .catch_copy {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 auto 30px;
  color: #5C9C00;
}

.pages #main .page_header .catch_copy::before {
  content: '「';
}

.pages #main .page_header .catch_copy::after {
  content: '」';
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .page_header .catch_copy {
    font-size: 2.4rem;
  }
  .pages #main .page_header .catch_copy::before {
    content: '';
  }
  .pages #main .page_header .catch_copy::after {
    content: '';
  }
}

.pages #main .page_header p {
  text-align: left;
  width: 80%;
  margin: 0 auto 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .page_header p {
    width: 100%;
  }
}

.pages #main .section {
  margin: 0 auto 90px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .section {
    margin: 0 auto 60px;
  }
}

.pages #main .section .inner {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .section .inner {
    width: 90%;
  }
}

.pages #main .section h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.pages #main .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}

.pages #main .images figure {
  width: 48.5%;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .images figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pages #main .images figure figcaption {
  text-align: left;
}

.pages #main .igrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.pages #main .igrid .igrid_1_2 {
  width: calc(25% - 2px);
  height: 404px;
  margin: 1px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_1_2 {
    width: calc(50% - 2px);
    height: 320px;
  }
}

.pages #main .igrid .igrid_1_2 .igrid_1_1 {
  width: 100%;
  height: 201px;
  margin: 0px 0px 2px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_1_2 .igrid_1_1 {
    height: 160px;
  }
}

.pages #main .igrid .igrid_2_2 {
  width: calc(50% - 2px);
  height: 404px;
  margin: 1px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_2_2 {
    width: calc(100% - 2px);
    height: 320px;
  }
}

.pages #main .igrid .igrid_bg {
  color: #fff;
  background: #70B200 url(../img/bg_curve.svg) no-repeat right center;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
}

.pages #main .igrid .igrid_bg h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_bg h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.pages #main .igrid .igrid_bg p {
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_bg p {
    line-height: 1.2;
  }
}

.pages #main .igrid .igrid_caption {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.pages #main .igrid .igrid_caption dt {
  color: #5C9C00;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
  background: url(../img/ico_leaf.svg) no-repeat top 5px left;
  padding-left: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main .igrid .igrid_caption dt {
    background-size: 15px;
    padding-left: 18px;
  }
}

.pages #main .igrid .igrid_caption dd {
  display: inline-block;
}

.pages #main .igrid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pages #main #contact_box {
  padding: 50px 0px 110px;
  background: url(../img/texture.png);
  margin-bottom: 0;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box {
    padding: 50px 0px 50px;
  }
}

.pages #main #contact_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.pages #main #contact_box .inner h3 {
  margin-bottom: 24px;
  width: 100%;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner h3 {
    font-size: 1.8rem;
  }
}

.pages #main #contact_box .inner figure {
  width: 27%;
  margin-right: 50px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner figure {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.pages #main #contact_box .inner .name {
  width: 20%;
  margin-right: 40px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner .name {
    width: 100%;
    margin: 0 auto;
  }
}

.pages #main #contact_box .inner .name .dayservice {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner .name .dayservice {
    text-align: center;
  }
}

.pages #main #contact_box .inner .name .logo {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 233px;
  height: 78px;
  background: url(../img/facility/logo_contact_okagesan.svg) no-repeat center center;
  margin: 0 auto 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner .name .logo {
    margin: 0 auto 20px;
  }
}

.pages #main #contact_box .inner address {
  width: 35%;
  text-align: right;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main #contact_box .inner address {
    width: 100%;
    text-align: center;
  }
}

.pages #main #contact_box .inner address .tel {
  font-size: 4.1rem;
  font-weight: bold;
  color: #5C9C00;
  line-height: 1;
  margin-bottom: 10px;
}

.pages #main #contact_box .inner address .tel::before {
  display: inline-block;
  position: relative;
  top: 2px;
  content: url(../img/facility/ico_contact_tel_okagesan.svg);
  margin-right: 10px;
}

.pages #main #contact_box .inner address .fax {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #5C9C00;
  margin-bottom: 15px;
}

.pages #main #contact_box .inner address .business_time {
  font-size: 1.4rem;
}

.pages #main dl.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main dl.table {
    width: 100%;
  }
}

.pages #main dl.table dt {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  font-weight: bold;
}

.pages #main dl.table dt:not(:last-of-type) {
  border-bottom: 1px #CCCCCC solid;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main dl.table dt {
    padding: 15px 15px 0;
    width: 100%;
  }
  .pages #main dl.table dt:not(:last-of-type) {
    border-bottom: none;
  }
}

.pages #main dl.table dd {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
}

.pages #main dl.table dd:not(:last-of-type) {
  border-bottom: 1px #CCCCCC solid;
}

@media (max-width: 568px), (max-width: 768px) {
  .pages #main dl.table dd {
    padding: 5px 15px 15px;
    width: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  75% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  75% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* = CSS for facility_okagesan
---------------------------------------- */
#facility_okagesan #header {
  background: url(../img/facility/visual_okagesan@2x.jpg) no-repeat left 240px center;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan #header {
    background-position: center center;
    margin-bottom: 30px;
  }
}

#facility_okagesan #main .page_header .title {
  padding-top: 80px;
  background: url(../img/facility/ico_title.svg) no-repeat top center;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan #main .page_header .title {
    padding-top: 45px;
    background-size: 40px;
  }
  #facility_okagesan #main .page_header .title .name {
    display: block;
  }
}

#facility_okagesan #main .section h3 {
  text-align: center;
  background: #70B200;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 100px;
  margin-bottom: 30px;
}

#facility_okagesan #main .section h3 .note {
  position: absolute;
  font-size: 1.4rem;
  right: 30px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan #main .section h3 .note {
    top: 38px;
    right: 8px;
    color: #222;
    font-weight: normal;
  }
}

#facility_okagesan .time_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 98%;
  margin: 0 auto;
}

#facility_okagesan .time_table dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan .time_table dl {
    width: 100%;
    margin: 0 auto 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#facility_okagesan .time_table dl dt {
  width: 12%;
  text-align: right;
  margin-right: 4%;
  font-weight: bold;
  color: #5C9C00;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan .time_table dl dt {
    width: 14%;
  }
}

#facility_okagesan .time_table dl dd {
  width: 84%;
  line-height: 2.2rem;
  margin-bottom: 15px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_okagesan .time_table dl dd {
    width: 80%;
  }
}

/* = CSS for facility_utatane
---------------------------------------- */
#facility_utatane #header {
  background: url(../img/facility/visual_utatane@2x.jpg) no-repeat left 340px top 70%;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #header {
    background-position: center center;
    margin-bottom: 30px;
  }
}

#facility_utatane #main .page_header .title {
  padding-top: 80px;
  background: url(../img/facility/ico_title_utatane.svg) no-repeat top center;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .page_header .title {
    padding-top: 45px;
    background-size: 40px;
  }
  #facility_utatane #main .page_header .title .name {
    display: block;
  }
}

#facility_utatane #main .page_header .catch_copy {
  color: #ED7100;
}

#facility_utatane #main .section {
  margin: 0 auto 90px;
}

#facility_utatane #main .section .inner {
  width: 1080px;
  margin: 0 auto 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .section .inner {
    width: 90%;
  }
}

#facility_utatane #main .section h3 {
  text-align: center;
  background: #ED7100;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 100px;
  margin-bottom: 30px;
}

#facility_utatane #main .section h3 .note {
  position: absolute;
  font-size: 1.4rem;
  right: 30px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .section h3 .note {
    top: 38px;
    right: 8px;
    color: #222;
    font-weight: normal;
  }
}

#facility_utatane #main .igrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#facility_utatane #main .igrid > .igrid_1_1 {
  width: calc(25% - 2px);
  height: 201px;
  margin: 1px 1px 2px;
}

#facility_utatane #main .igrid .igrid_bg {
  background: #ED7100 url(../img/bg_curve_utatane.svg) no-repeat right center;
}

#facility_utatane #main #plan .inner h3 {
  font-size: 1.8rem;
  height: 60px;
  line-height: 1.2;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#facility_utatane #main .plan_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#facility_utatane #main .plan_table dl {
  width: 28%;
  margin: 0px 18px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .plan_table dl {
    width: 100%;
  }
}

#facility_utatane #main .plan_table dl dt {
  text-align: center;
  color: #ED7100;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .plan_table dl dt {
    margin-bottom: 10px;
  }
}

#facility_utatane #main .plan_table dl dd {
  font-size: 1.6rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #facility_utatane #main .plan_table dl dd {
    margin-bottom: 20px;
  }
}

#facility_utatane #main .plan_table .note {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  margin-right: 5.5%;
}

#facility_utatane #main #contact_box {
  margin-bottom: 0;
}

#facility_utatane #main #contact_box .inner .name .logo {
  width: 203px;
  height: 80px;
  background: url(../img/facility/logo_contact_utatane.svg) no-repeat center center;
}

#facility_utatane #main #contact_box .inner address .tel {
  color: #ED7100;
}

#facility_utatane #main #contact_box .inner address .tel::before {
  content: url(../img/facility/ico_contact_tel_utatane.svg);
}

#facility_utatane #main #contact_box .inner address .fax {
  color: #ED7100;
}

/* = CSS for about
---------------------------------------- */
#about #header {
  background: url(../img/about/visual_about2@2x.jpg) no-repeat center top 60%;
  background-size: cover;
}

#about .slick {
  margin-bottom: 90px;
}

@media (max-width: 568px), (max-width: 768px) {
  #about .slick {
    margin-bottom: 40px;
  }
}

#about .slick .item {
  padding: 0 2px;
}

#about #main .page_header {
  margin: 0 auto 40px;
}

#about #main .page_header .catch_copy strong {
  font-size: 4.6rem;
  margin: 0 10px;
  font-weight: 900;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main .page_header .catch_copy strong {
    font-size: 3.2rem;
    margin: 0 5px;
  }
}

#about #main #credo {
  background: url(../img/about/bg_credo.png) no-repeat center center;
  background-size: 90%;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #credo {
    background: none;
  }
}

#about #main #credo h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  color: #9c6000;
  margin-bottom: 40px;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #credo h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

#about #main #credo p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
}

#about #main #facilities {
  padding: 50px 0px 110px;
  background: url(../img/texture.png);
  margin-bottom: 0;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #facilities {
    padding: 30px 0px 0px;
  }
}

#about #main #facilities .facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #facilities .facilities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#about #main #facilities .facilities .facility {
  width: 46%;
  height: 480px;
  position: relative;
  background: #ccc;
  margin: 0 2%;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #facilities .facilities .facility {
    width: 100%;
    height: 350px;
    margin: 20px 0% 60px;
  }
}

#about #main #facilities .facilities .facility.okagesan {
  background: url(../img/about/img_okagesan@2x.jpg) no-repeat center center;
  background-size: cover;
}

#about #main #facilities .facilities .facility.okagesan .name {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 213px;
  height: 114px;
  background: url(../img/about/title_okagesan.svg) no-repeat center center;
  position: absolute;
  top: -22px;
  left: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #facilities .facilities .facility.okagesan .name {
    top: -18px;
    left: 15px;
    width: 190px;
    height: 98px;
    background-size: cover;
  }
}

#about #main #facilities .facilities .facility.okagesan .btn_to {
  background: #70b200 url(../img/bg_curve.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #5a9000;
          box-shadow: 0 3px 0 #5a9000;
}

#about #main #facilities .facilities .facility.utatane {
  background: url(../img/about/img_utatane@2x.jpg) no-repeat center center;
  background-size: cover;
}

#about #main #facilities .facilities .facility.utatane .name {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 213px;
  height: 114px;
  background: url(../img/about/title_utatane.svg) no-repeat center center;
  position: absolute;
  top: -20px;
  left: 25px;
}

@media (max-width: 568px), (max-width: 768px) {
  #about #main #facilities .facilities .facility.utatane .name {
    top: -17px;
    left: 15px;
    width: 190px;
    height: 98px;
    background-size: cover;
  }
}

#about #main #facilities .facilities .facility.utatane .btn_to {
  background: #ED7100 url(../img/bg_curve_utatane.svg) no-repeat right center;
  -webkit-box-shadow: 0 3px 0 #ba5900;
          box-shadow: 0 3px 0 #ba5900;
}

#about #main #facilities .facilities .btn_to {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 260px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 1.4rem;
  border-radius: 3px;
  position: relative;
  padding-left: 2.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.0rem;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 260px / 2);
}

#about #main #facilities .facilities .btn_to::before {
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  content: url(../img/ico_btn_arrow.svg);
}

#about #main #profile {
  padding: 50px 0px 0px;
}

#recruit #header {
  background: url(../img/recruit/visual_recruit@2x.jpg) no-repeat left 340px top 80%;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #recruit #header {
    background-position: center center;
    margin-bottom: 30px;
  }
}

#recruit #main .page_header {
  margin: 0 auto 40px;
}

#recruit #main .note {
  width: 80%;
  margin: 30px auto 0px;
}

@media (max-width: 568px), (max-width: 768px) {
  #recruit #main .note {
    width: 100%;
  }
}

#recruit #main #contact_box {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  background: none;
  padding-top: 0;
}

@media (max-width: 568px), (max-width: 768px) {
  #recruit #main #contact_box {
    width: 90%;
  }
}

#recruit #main #contact_box h3 {
  text-align: center;
  background: #70B200;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 100px;
  margin-bottom: 20px;
}

#recruit #main #contact_box h3 .note {
  position: absolute;
  font-size: 1.4rem;
  right: 30px;
}

#recruit #main #contact_box .tel {
  font-size: 5.0rem;
  font-weight: bold;
  color: #5C9C00;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  #recruit #main #contact_box .tel {
    font-size: 4.0rem;
  }
}

#recruit #main #contact_box .tel::before {
  content: url(../img/ico_tel_g.svg);
  padding-top: 5px;
}

/* = CSS for access
---------------------------------------- */
#access #header {
  background: url(../img/access/visual_access@2x.jpg) no-repeat center top 60%;
  background-size: cover;
}

#access #main .page_header .catch_copy::before {
  content: "";
}

#access #main .page_header .catch_copy::after {
  content: "";
}

#access #main .page_header .access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: 0 auto 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  #access #main .page_header .access_list {
    width: 100%;
  }
}

#access #main .page_header .access_list dt {
  width: 25%;
  text-align: left;
  padding-left: 24px;
  background: url(../img/access/ico_arrow.svg) no-repeat center left;
  background-size: 18px;
  font-size: 2rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #access #main .page_header .access_list dt {
    padding-left: 0px;
    background: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
}

#access #main .page_header .access_list dd {
  width: 70%;
  text-align: left;
  font-size: 2rem;
}

@media (max-width: 568px), (max-width: 768px) {
  #access #main .page_header .access_list dd {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

#access #main #access_route .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#access #main #access_route .inner #route1 {
  width: 40%;
}

@media (max-width: 568px), (max-width: 768px) {
  #access #main #access_route .inner #route1 {
    width: 100%;
  }
}

#access #main #access_route .inner #route1 h3 {
  text-align: center;
  background: #70B200;
  height: 50px;
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 100px;
  margin-bottom: 30px;
}

#access #main #access_route .inner #route1 .movie {
  position: relative;
  margin-bottom: 30px;
}

#access #main #access_route .inner #route1 .movie .note {
  position: absolute;
  right: 15px;
  bottom: 20px;
  background: #fff;
  padding: 5px 10px;
}

#access #main #access_route .inner #route1 .movie a {
  color: inherit;
}

#access #main #access_route .inner #route2 {
  width: 55%;
}

@media (max-width: 568px), (max-width: 768px) {
  #access #main #access_route .inner #route2 {
    width: 100%;
  }
}

#access #main #access_route .inner #route2 .route {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#access #main #access_route .inner #route2 .imap {
  position: relative;
}

#access #main #access_route .inner #route2 .imap .ico_zoom {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: url(../img/access/ico_zoom.svg) no-repeat center center;
}

/* = CSS for blog
---------------------------------------- */
#blog #header {
  background: url(../img/blog/visual_blog@2x.jpg) no-repeat left 140px center;
  background-size: cover;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog #header {
    background-position: top 10px center;
    margin-bottom: 30px;
  }
}

#blog .post_list {
  width: 1080px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog .post_list {
    width: 90%;
  }
}

#blog .post_list .post {
  width: 29%;
  margin: 0 2% 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog .post_list .post {
    width: 42%;
    margin: 0 4% 40px;
  }
}

#blog .post_list .post a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
}

#blog .post_list .post a .tag {
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #C1BCB5;
  position: absolute;
  top: 10px;
  left: -8px;
}

#blog .post_list .post a .tag.tag-okagesan {
  background: #70B200;
}

#blog .post_list .post a .tag.tag-utatane {
  background: #ED7100;
}

#blog .post_list .post a figure {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

#blog .post_list .post a figure img {
  width: 100%;
  height: 207px;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog .post_list .post a time {
  font-size: 1.5rem;
  color: #3E3A3A;
}

#blog .post_list .post a .post_title {
  font-size: 1.7rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#blog .btn_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#blog .btn_to {
  display: block;
  width: 235px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #5C9C00 url(../img/ico_btn_arrow.svg) no-repeat 93% center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border: none;
  cursor: pointer;
}

#blog .btn_to:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.6;
}

#blog .btn_to.disabled {
  background: #bcbcbc;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog .btn_to {
    width: 80%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
}

#blog .btn_to_prev a {
  background: #f49d00 url(../img/ico_arrow_w_reverse.svg) no-repeat right 93% center;
  background-size: 8px 16px;
}

#blog .btn_to_back a {
  background: #999 url(../img/ico_arrow_w_reverse.svg) no-repeat right 93% center;
  background-size: 8px 16px;
}

#blog .btn_area {
  width: 1080px;
  margin: 0 auto 60px;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog .btn_area {
    width: 90%;
  }
}

#blog .btn_area .btn_to {
  margin: 0px 10px 20px;
}

#blog .btn_area .btn_to a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

#blog .btn_area .btn_to_list {
  width: 180px;
  max-width: 80%;
  background-image: none;
  margin: 0px 10px 20px;
}

@media (max-width: 568px), (max-width: 768px) {
  #blog .btn_area .btn_to_list {
    width: 100%;
  }
}

#blog .btn_area .btn_to_prev {
  background-image: url(../img/ico_btn_arrow_reverse.svg);
  background-repeat: no-repeat;
  background-position: left 7% center;
  background-size: 14px;
}

#blog .btn_area .btn_to_prev a {
  background: transparent;
}

#blog .btn_area .disabled {
  background-image: none;
}

#content {
  padding: 0px 0 !important;
}

#content .container {
  width: 650px;
  max-width: 100%;
  padding-bottom: 60px;
  margin: 0 auto;
}

@media (max-width: 568px), (max-width: 768px) {
  #content .container {
    max-width: 90%;
  }
}

#content .container .title {
  border-bottom: 1px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0px 0 50px 0;
  padding-bottom: 20px;
  border-bottom: 1px #aaa solid;
  text-align: left;
}

#content .container .post_date {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 50px;
  color: #999;
}

#content .container .post-ratings {
  display: inline;
  width: auto;
}

#content .container .post_body {
  line-height: 1.8;
}

#content .container .post_body h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .container .post_body h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .container .post_body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .container .post_body p {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */