@charset "UTF-8";
@font-face {
  font-family: 'kozgo';
  src: url("../font/KozGoPro-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'kozmin';
  src: url("../font/KozMinPro-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'shingo';
  src: url("../font/A-OTF-ShinGoPro-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'jun';
  src: url("../font/A-OTF-Jun201Pro-Regular.woff") format("woff");
  font-style: normal;
}

.font16, p, .footer .f_info, .footer .f_nav ul, .copyright, .infomation .history, .shinryou table tbody tr .ope, .shinryou table tbody tr .time span, .medical .eyeglass .eyeglass2 p, .guide .machine .machine2 .machine3 p {
  font-size: 10px;
  font-size: 3.125vw;
}

@media screen and (min-width: 500px) {
  .font16, p, .footer .f_info, .footer .f_nav ul, .copyright, .infomation .history, .shinryou table tbody tr .ope, .shinryou table tbody tr .time span, .medical .eyeglass .eyeglass2 p, .guide .machine .machine2 .machine3 p {
    font-size: 1.6rem;
  }
}

.font20, .infomation p, .shinryou .txttime, .shinryou table tbody tr .time, .medical, .medical h3, .access .access2, .guide .appeal, .director .aisatu .aisatu2, .director .profile {
  font-size: 11px;
  font-size: 3.4375vw;
}

@media screen and (min-width: 500px) {
  .font20, .infomation p, .shinryou .txttime, .shinryou table tbody tr .time, .medical, .medical h3, .access .access2, .guide .appeal, .director .aisatu .aisatu2, .director .profile {
    font-size: 2rem;
  }
}

.font24, .infomation .read, .midashi h2, .shinryou .txttime span, .medical .eyeglass .eyeglass2 h4, .guide .machine h3 {
  font-size: 12px;
  font-size: 3.75vw;
}

@media screen and (min-width: 500px) {
  .font24, .infomation .read, .midashi h2, .shinryou .txttime span, .medical .eyeglass .eyeglass2 h4, .guide .machine h3 {
    font-size: 2.4rem;
  }
}

.font28, .shinryou table tbody tr td {
  font-size: 18px;
  font-size: 5.625vw;
}

@media screen and (min-width: 500px) {
  .font28, .shinryou table tbody tr td {
    font-size: 4rem;
  }
}

.flexbox, nav.globalMenuPc ul, .info {
  display: block;
}

@media screen and (min-width: 860px) {
  .flexbox, nav.globalMenuPc ul, .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.widthmax, .copyright {
  margin: 0 calc(52% - 50vw);
}

* {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.5;
  padding-top: 10px;
  font-family: "kozgo";
}

a {
  text-decoration: none;
}

nav.globalMenuSp .logo_img {
  width: 55% !important;
}

@media screen and (min-width: 860px) {
  .navToggle {
    display: none;
  }
}

.fadeLayer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  background-color: #000000;
  opacity: 0.5;
  visibility: hidden;
  z-index: 50;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo .logo_img {
  width: 40%;
}

.header .logo .teladd {
  margin-left: auto;
  display: none;
}

@media screen and (min-width: 860px) {
  .header .logo .teladd {
    display: block;
  }
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tel a {
  font-size: 3rem;
  color: #0068B6;
  text-decoration: none;
  vertical-align: center;
  display: inline;
  padding-top: 5px;
  margin-left: 5px;
}

.tel i {
  font-size: 1.6rem;
  color: #fff;
  background-color: #2BAC37;
  border-radius: 50%;
  padding: 8px;
  vertical-align: center;
  display: inline;
}

.address {
  padding: 10px 0;
}

.address span {
  background-color: #E40064;
  color: #fff;
  padding: 0 15px;
  margin-left: 5px;
  cursor: pointer;
}

.address span a {
  color: #FFF;
}

.TelSp {
  width: 42px;
  height: 42px;
  background-color: #2BAC37;
  font-size: 10px;
  color: #fff;
  text-align: center;
  display: none;
  padding-top: 7px;
  padding-bottom: 2px;
  border-radius: 2px;
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 60px;
  top: 12px;
  z-index: 999;
}

@media screen and (min-width: 860px) {
  .TelSp {
    display: none;
  }
}

.TelSp i {
  font-size: 26px;
  display: block;
  padding: 0;
  margin-bottom: 3px;
}

.TelSp a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  margin: 0 auto;
  width: 100%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev,
.slick-next {
  background-color: #2BAC37;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.toppage {
  position: relative;
}

.globalMenuSp {
  padding-top: 80px;
}

nav.globalMenuPc {
  display: none;
  position: absolute;
  bottom: 50px;
  z-index: 9999;
  width: 100%;
}

@media screen and (min-width: 860px) {
  nav.globalMenuPc {
    display: block;
  }
}

nav.globalMenuPc ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FEF5E0;
  padding: 8px;
}

nav.globalMenuPc ul li {
  font-size: 1.8rem;
  background-color: #2BAC37;
  margin: 0 10px;
  padding: 10px;
  width: 14%;
  text-align: center;
  border-radius: 10px;
}

nav.globalMenuPc ul li a {
  color: #FFF;
}

@media screen and (min-width: 860px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 860px) {
  .footer .footer2 {
    width: 35%;
  }
}

.footer .f_logo {
  margin-left: 20px;
  width: 50%;
}

.footer .f_logo img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 860px) {
  .footer .f_logo {
    margin-left: 0;
  }
}

.footer .f_info {
  letter-spacing: -1px;
  line-height: 1.5;
  margin-top: 2%;
  width: 50%;
  margin-left: 20px;
}

@media screen and (min-width: 860px) {
  .footer .f_info {
    line-height: 1.2;
    margin-left: 0;
  }
}

@media screen and (min-width: 860px) {
  .footer .f_nav {
    width: 50%;
    margin: 1% 1% 0 1%;
  }
}

.footer .f_nav ul {
  background-color: #2BAC37;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .f_nav ul li {
  margin: 0 1%;
}

.footer .f_nav ul li a {
  color: #fff;
}

.footer .pagetop {
  width: 30%;
  margin-left: auto;
}

.footer .pagetop img {
  width: 100%;
}

@media screen and (min-width: 860px) {
  .footer .pagetop {
    width: 15%;
  }
}

.copyright {
  background-color: #2BAC37;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.infomation {
  background-color: #EBF5EC;
  border-radius: 10px;
  padding: 0 3% 2% 3%;
  margin: 0 auto 20px auto;
  border: solid #fff 1px;
  width: 80%;
}

@media screen and (min-width: 860px) {
  .infomation {
    width: 40%;
    margin: 0 auto;
  }
}

.infomation .read {
  color: #1C1F87;
  text-align: center;
}

.infomation .dot {
  background-image: url(../img/dot.png);
  width: 100%;
  height: 5px;
  background-size: contain;
  margin: 10px auto;
}

.infomation p {
  line-height: 1.8;
}

.infomation .history {
  padding-top: 20px;
  color: #00743F;
  text-align: center;
}

.infomation .history::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/cmd_under.png);
  background-size: contain;
  margin: auto;
}

.midashi {
  background-image: url(../img/h_bk.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 70px;
  background-size: contain;
  text-align: center;
  background-position: center;
  margin: -30px auto 30px auto;
}

@media screen and (min-width: 860px) {
  .midashi {
    width: 200px;
    height: 80px;
  }
}

.midashi h2 {
  padding-top: 30px;
  font-weight: bold;
}

.midashi h2 span {
  display: block;
  padding-top: 12px;
  font-size: 1.2rem;
  color: #BFBFC0;
  font-weight: bolder;
  -webkit-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
}

.schedule {
  width: 80%;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 860px) {
  .schedule {
    width: 45%;
    margin: 0 auto;
  }
}

.shinryou .txttime {
  color: #595857;
  font-weight: bold;
  padding: 2%;
  line-height: 1.5;
}

.shinryou .txttime span {
  color: #C3E1C0;
}

.shinryou .txttime .yasumi {
  background-color: #DCE000;
  display: inline;
  padding: 2% 3%;
}

.shinryou table {
  border-collapse: separate;
  border-spacing: 1px 5px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 860px) {
  .shinryou table {
    border-spacing: 1px 5px;
  }
}

.shinryou table tbody tr {
  margin: 0;
}

.shinryou table tbody tr th {
  background-color: #41BDD7;
  color: #fff;
  text-align: center;
  padding: 2%;
}

.shinryou table tbody tr .kyuu {
  background-color: #006fbc;
  line-height: 1.5;
  padding: 0;
}

.shinryou table tbody tr td {
  background-color: #bbe3f9;
  color: #8fc31f;
  text-align: center;
  padding: 2% 0;
}

.shinryou table tbody tr .ope {
  color: #595857;
}

.shinryou table tbody tr .time {
  color: #595857;
  font-weight: bold;
}

.shinryou table tbody tr .time span {
  display: block;
  font-weight: normal;
}

.medical {
  margin-top: 50px;
  border: solid #fff 1px;
  background-color: #FEF5E0;
  text-align: center;
}

.medical h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #C8D2A6));
  background: linear-gradient(transparent 50%, #C8D2A6 50%);
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  width: 90%;
  margin: 40px auto;
}

.medical .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.medical .icon li {
  width: 25%;
}

@media screen and (min-width: 860px) {
  .medical .icon li {
    width: 13%;
  }
}

.medical .icon li img {
  width: 60%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.medical .dot2 {
  background-image: url(../img/dot2.png);
  width: 100%;
  height: 5px;
  background-size: contain;
  margin: 40px auto 10px auto;
}

.medical .eyeglass {
  border: 2px solid #009943;
  border-radius: 8px;
  padding: 3% 0 3% 3%;
  width: 90%;
  margin: 20px auto;
}

@media screen and (min-width: 860px) {
  .medical .eyeglass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.medical .eyeglass img {
  width: 15%;
}

.medical .eyeglass .eyeglass2 {
  text-align: left;
  width: 100%;
}

.medical .eyeglass .eyeglass2 h4 {
  margin-left: 8%;
  color: #003F98;
  font-weight: bold;
}

.medical .eyeglass .eyeglass2 p {
  margin-left: 8%;
}

@media screen and (min-width: 860px) {
  .medical .eyeglass .eyeglass2 p {
    font-size: 2rem;
  }
}

.access {
  border: solid #fff 1px;
  background-color: #FEF5E0;
  margin-top: 50px;
  padding: 0 1% 5% 5%;
}

.access .access2 {
  color: #4B4848;
}

@media screen and (min-width: 860px) {
  .access .access2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.access .access2 .access3 {
  width: 100%;
}

@media screen and (min-width: 860px) {
  .access .access2 .access3 {
    width: 60%;
  }
}

.access .access2 .access3 ul {
  width: 70%;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 860px) {
  .access .access2 .access3 ul {
    margin-left: 0;
  }
}

.access .access2 .access3 ul li {
  list-style: none;
  border-bottom: dotted 1px #4B4848;
  line-height: 2;
}

.access .access2 .access3 p {
  color: black;
  margin-left: 20%;
}

@media screen and (min-width: 860px) {
  .access .access2 .access3 p {
    margin-left: 0;
  }
}

.access .access2 .map {
  width: 80%;
  border: solid #005BAC 1px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 20px auto;
}

@media screen and (min-width: 860px) {
  .access .access2 .map {
    width: 40%;
  }
}

.access .access2 .map iframe {
  width: 100%;
  height: 300px;
  margin-bottom: -10px;
}

.SubPage {
  position: relative !important;
  display: block;
  margin-top: 60px;
}

.SubPage ul li {
  background-color: inherit !important;
}

.SubPage ul li a {
  color: #514C47 !important;
}

.guide {
  margin-top: 30px;
  border: solid #fff 1px;
  background-color: #FEF5E0;
  text-align: center;
  padding-bottom: 20px;
}

.guide .appeal {
  font-family: "kozmin";
}

.guide .room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.guide .room .room-title {
  background: url(../img/room.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 41%;
  width: 30%;
  height: 30%;
}

.guide .room .room2 {
  width: 35%;
  margin: 2%;
  border: solid 2px #00AE5C;
  padding: 1% 2% 1% 1%;
}

.guide .room .room2 img {
  width: 100%;
  border: solid 2px #FFF;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.4);
}

.guide .machine {
  border: solid 3px #2BAC37;
  border-radius: 5px;
  width: 80%;
  margin: auto;
  padding: 3%;
}

.guide .machine h3 {
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}

@media screen and (min-width: 860px) {
  .guide .machine .machine2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.guide .machine .machine2 .machine3 {
  width: 100%;
  margin: 20px 0;
}

@media screen and (min-width: 860px) {
  .guide .machine .machine2 .machine3 {
    width: 30%;
  }
}

.guide .machine .machine2 .machine3 img {
  width: 80%;
  margin: auto;
}

.guide .machine .machine2 .machine3 p {
  width: 80%;
  margin: auto;
  text-align: left;
  position: relative;
}

.guide .machine .machine2 .machine3 h4 {
  width: 80%;
  margin: 5px auto;
  background-color: #1E885C;
  color: #FFF;
  border-radius: 20px;
  padding: 1% 0;
}

.director {
  margin-top: 30px;
  border: solid #fff 1px;
  background-color: #FEF5E0;
  text-align: center;
  padding-bottom: 20px;
}

.director .aisatu {
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 860px) {
  .director .aisatu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.director .aisatu .title {
  background-image: url(../img/aisatu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.director .aisatu .aisatu2 {
  width: 90%;
  margin: auto;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media screen and (min-width: 860px) {
  .director .aisatu .aisatu2 {
    width: 80%;
    margin-left: 20px;
  }
}

.director .aisatu .aisatu2 .name {
  text-align: right;
  color: #514C47;
}

.director .profile {
  max-width: 800px;
  margin: 30px auto;
}

.director .profile th {
  text-align: right;
}

.director .profile th span {
  display: inline-block;
  width: 40px;
}

@media screen and (min-width: 500px) {
  .director .profile th span {
    display: inline-block;
    width: 50px;
  }
}

.director .profile h3 {
  background-color: #2BAC37;
  width: 90%;
  margin: auto;
  text-align: left;
  padding: 5px 0 5px 20px;
  color: #FFF;
}

.director .profile table {
  margin: 30px auto;
}

.director .profile table th,
.director .profile table td {
  padding: 0 5px;
}

.director .profile table th {
  text-align: right;
}

.director .profile table td {
  text-align: left;
}
/*# sourceMappingURL=style.css.map */