@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.txt_ora {
  color: #ff8c25;
}

.txt_ind {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.txt_ind-s {
  display: block;
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-size: 90%;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

.tate {
  max-width: 60%;
}

.wid-80 {
  display: block;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
  .wid-80 {
    width: 80%;
    margin: auto;
  }
  .wid-1000 {
    max-width: 1000px;
    margin: auto auto;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.no-mar {
  margin: 0 !important;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mb30 {
    margin-bottom: 6rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
table.timetable {
  padding: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border: #3997e0 1px solid;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 1rem 0;
  vertical-align: middle;
  color: #fff;
  background-color: #3997e0;
  width: 9.5%;
  border-bottom: #3997e0 1px solid;
}
table.timetable tr th.time {
  width: 28% !important;
  background-color: #fff;
  color: #3997e0;
}
table.timetable tr th.holiday {
  width: 15% !important;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 1.5rem 0;
  vertical-align: middle;
  color: #323232;
  border-bottom: #3997e0 1px solid;
  background-color: #fff;
}
table.timetable tr:last-child th, table.timetable tr:last-child td {
  border-bottom: none;
}

.notice_time {
  color: #323232;
  margin: 0.2rem auto 0 auto;
  font-weight: normal;
  line-height: 1.4;
}

.normal_table {
  padding: 0;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border: #3997e0 1px solid;
}
.normal_table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 1rem 0;
  vertical-align: middle;
  color: #fff;
  background-color: #3997e0;
  width: 9.5%;
  border-bottom: #3997e0 1px solid;
}
.normal_table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  color: #323232;
  border-bottom: #3997e0 1px solid;
  background-color: #fff;
}
.normal_table tr:last-child th, .normal_table tr:last-child td {
  border-bottom: none;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.png) no-repeat right top/cover;
  font-size: 2.6rem;
  padding: 7vw 0;
  margin: 0 0 3rem;
  color: #2ba715;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}

.tit_02 {
  text-align: center;
  color: #323232;
  font-size: 2.4rem;
  margin: 3rem 0 3rem 0;
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: #2ba715 2px solid;
}
.tit_02::after {
  content: "";
  background: url(../img/h2_img.png) no-repeat center center/contain;
  width: 36px;
  height: 31px;
  margin-left: -18px;
  display: block;
  position: absolute;
  left: 50%;
  top: -2.5rem;
}

.tit_03 {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  color: #ff8c25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tit_03::after {
  content: "";
  background: url(../img/info_02.png) no-repeat center center/contain;
  width: 22px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.tit_04 {
  color: #2ba715;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0.8rem 3rem;
  background: url(../img/tit_04.png) no-repeat left center/cover;
  position: relative;
}

.tit_05 {
  display: block;
  color: #323232;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.png) no-repeat center top/cover;
    font-size: 3.6rem;
    padding: 7vw 0;
    margin: 0;
  }
  .tit_02 {
    font-size: 3.2rem;
  }
  .tit_02.wid-1000 {
    width: 1000px;
    margin: 2rem auto 3rem;
  }
  .tit_02::after {
    top: -3.5rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin: 2rem 0 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 3rem 0 3rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.lst_ul01 li {
  padding: 0 0 1rem 1.4em;
  line-height: 1.4;
  position: relative;
}
.lst_ul01 li::before {
  content: "■";
  margin-right: 0.4rem;
  color: #ff8c25;
  position: absolute;
  left: 0;
}

.kome {
  padding: 0 0 1rem 1.4em;
  line-height: 1.4;
  position: relative;
}
.kome::before {
  content: "※";
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
}

.lst_ul02 li {
  padding: 0 0 1rem 1.4em;
  line-height: 1.4;
  position: relative;
  color: #323232;
}
.lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #ff8c25;
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 80%;
}

.lst_ol01 {
  counter-reset: item;
  list-style-type: none;
  margin: 1rem 0 1rem 0.6rem;
}
.lst_ol01 > li {
  line-height: 1.6;
  counter-increment: number 1;
  padding: 0 0 1rem 3rem;
  position: relative;
}
.lst_ol01 > li::before {
  display: inline-block;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #2ba715;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.lst_ol01 > li > ul {
  margin-top: 1.5rem;
}

.lst_ol02 {
  counter-reset: item;
  list-style-type: none;
  margin: 1rem 0 1rem 0.6rem;
}
.lst_ol02 li {
  line-height: 1.6;
  counter-increment: number 1;
  border: #545454 1px solid;
  padding: 1rem 2.5rem 1rem 4rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  position: relative;
}
.lst_ol02 li::before {
  display: inline-block;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 1rem;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #2ba715;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.lst_dl01 dt {
  font-weight: bold;
  color: #2ba715;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

.lst_dl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: #2ba715 1px solid;
  border-bottom: none;
  margin-bottom: 3rem;
}
.lst_dl02 dt {
  width: 50%;
  padding: 0.8rem 1rem;
  border-bottom: #2ba715 1px solid;
  border-right: #2ba715 1px solid;
  text-align: center;
}
.lst_dl02 dt:first-child {
  background-color: #2ba715;
  color: #ffffff;
  border-right: #ffffff 1px solid;
  font-weight: bold;
}
.lst_dl02 dd {
  width: 50%;
  margin: 0;
  padding: 0.8rem 1rem;
  border-bottom: #2ba715 1px solid;
  text-align: center;
}
.lst_dl02 dd:nth-child(2) {
  background-color: #2ba715;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .lst_ul02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_ul02 li {
    width: 50%;
  }
  .lst_ul02.no_fle {
    display: block;
  }
  .lst_ul02.no_fle li {
    width: 100%;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 > li::before {
    top: 0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.1;
  }
  .lst_ol02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lst_ol02 li {
    width: 23%;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 1rem;
  }
  .lst_dl02 {
    width: 100%;
    font-size: 120%;
  }
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 32%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex4 > div:first-child {
    width: 50%;
  }
  .flex4 > div:last-child {
    width: 45%;
  }
  .flex5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex5 > div, .flex5 > section {
    width: 48%;
  }
  .flex5 > div:first-child, .flex5 > section:first-child {
    width: 48%;
  }
  .flex5 > div:last-child, .flex5 > section:last-child {
    width: 48%;
  }
  .flex6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex6 > div:first-child {
    width: 65%;
  }
  .flex6 > div:last-child {
    width: 27%;
  }
}
.tel_pre,
.tel {
  position: relative;
  padding-left: 1.8rem;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
}
.tel_pre::before,
.tel::before {
  content: ":";
  position: absolute;
  top: 0.3rem;
  margin-left: -2rem;
  font-size: 80%;
  font-family: "fontello";
  content: "\e800";
}

@media screen and (min-width: 48em), print {
  .tel_pre,
  .tel {
    font-size: 3.8rem;
  }
  .tel_pre::before,
  .tel::before {
    top: 0.4rem;
    margin-left: -2.5rem;
  }
}
.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 2rem;
  }
}

.bg_green {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  background-image: url("../img/pt_dot_green.png");
  padding: 2rem;
}

.bg_gry {
  display: block;
  border: #545454 1px solid;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}

.bg_wb {
  display: block;
  border: #ff8c25 1px solid;
  padding: 1rem 1.5rem;
  border-radius: 10px;
}

.w_inner {
  width: 100%;
  max-width: 1300px;
  margin: 3rem auto;
}

@media screen and (min-width: 48em), print {
  .bg_green {
    padding: 3rem;
  }
  .bg_gry {
    padding: 1.5rem 3rem;
  }
  .bg_wb {
    padding: 1.5rem 3rem;
  }
  .bg_clover {
    padding-bottom: 5rem;
    background-image: url("../img/bg_clover.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  .bg_clover02 {
    background-image: url("../img/bg_clover02.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: inherit;
  }
}
.btn_detail {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  background: #2ba715;
  border-radius: 10vh;
  padding: 1rem 6rem 1rem 4rem;
  color: #fff;
}
.btn_detail::before {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-left: -1.5rem;
  font-family: "fontello";
  content: "\e802";
  font-size: 80%;
}

.btn_01 {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border-bottom: #ff8c25 1px solid;
  margin-right: 2rem;
  padding: 0.5rem 2rem 0.5rem 0;
  color: #ff8c25;
}
.btn_01::before {
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0;
  font-family: "fontello";
  content: "\e802";
  font-size: 80%;
}

.txt_link {
  color: #2ba715;
  text-decoration: none !important;
  border-bottom: #2ba715 1px solid;
  padding-bottom: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .btn_detail {
    border-radius: 10vh;
    padding: 1.2rem 7rem 1.2rem 5rem;
    color: #fff;
    font-size: 1.8rem;
  }
  .btn_detail::before {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 5rem;
    font-size: 1.3rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #fff;
  color: #323232;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.noscr {
  height: 100%;
  overflow: hidden;
}
body.noscr::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

blockquote {
  margin: auto 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1300px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 100%;
    margin: auto;
  }
  .main {
    font-size: 2.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 23%;
  }
}
/*@font-face {
	font-family: 'quicksand';
	src: url(Quicksand-SemiBold.ttf);
}
*/
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header {
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header .wrap {
  width: 100%;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 80%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  width: 100%;
  color: #ff8c25;
  font-size: 1.8rem;
  padding-top: 1%;
  margin-right: 2rem;
  text-align: center;
  font-weight: bold;
}
.header .wrap .headR span {
  display: block;
  width: auto;
  font-size: 1.6rem;
  margin: 0.5rem 0;
  padding: 0.1rem;
  line-height: 1.4;
  text-align: center;
  background-color: #ff8c25;
  color: #fff;
  border-radius: 100vw;
}
.header .wrap .headR02 {
  width: 100%;
  color: #323232;
  font-size: 1.4rem;
  padding-top: 1%;
  margin-right: 2rem;
  text-align: center;
}
.header .wrap .headR02 .tel_pre,
.header .wrap .headR02 .tel {
  display: block;
  width: auto;
  font-size: 2.4rem;
  padding-left: 1.8rem;
  margin: 1.2rem 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 48em), print {
  .header {
    padding-bottom: 0;
    position: relative;
  }
  .header::after {
    position: absolute;
    bottom: -48px;
    display: block;
    content: "";
    background: url("../img/header_bg.png") no-repeat center/cover;
    width: 100%;
    height: 50px;
  }
  .header .wrap {
    width: 100%;
    max-width: 1300px;
    margin: 2rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 26%;
    max-width: 400px;
    height: 15rem;
    max-height: 130px;
    margin-bottom: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .headR {
    width: 30%;
    margin: auto;
    font-size: 2.5rem;
  }
  .header .wrap .headR span {
    font-size: 2rem;
  }
  .header .wrap .headR02 {
    width: auto;
    display: block;
    font-size: 1.6rem;
    padding-left: 2%;
    padding-top: 0.2rem;
  }
  .header .wrap .headR02 .tel_pre,
  .header .wrap .headR02 .tel {
    display: inline-block;
    width: auto;
    font-size: 3.8rem;
    padding-left: 2rem;
    margin: 0.5rem 0 0 2rem;
  }
  .head_sub {
    padding: 140px 0 5vw;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #2ba715;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.2rem 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  content: "";
  background: url("../img/icon_menu.svg") no-repeat center/contain;
  width: 5rem;
  height: 3.5rem;
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  content: "";
  background: url("../img/icon_cancel.svg") no-repeat center/contain;
  width: 5rem;
  height: 3.5rem;
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 1rem;
  margin: auto;
}
.slicknav_menu .slicknav_nav a {
  color: inherit;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #2ba715;
  border-bottom: 1px solid #2ba715;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) {
  border-bottom: 1px solid #2ba715;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #323232 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  margin: 0;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  top: 50%;
  margin-top: -0.7rem;
  right: 1rem;
  font-family: "fontello";
  content: "\e802";
  color: #2ba715;
  font-size: 1.4rem;
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "fontello";
  content: "\e801";
  font-size: 1.4rem;
  color: #2ba715;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e803";
  color: #2ba715;
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  margin: 0 0 0 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 1rem 1rem 0;
  color: #323232;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover {
  color: #323232 !important;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a span {
  font-size: 85%;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a i {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a b {
  font-weight: normal;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li:first-child {
  border-top: 1px solid #2ba715;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

.nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .nav {
    display: block;
    margin: 0 auto;
    background-color: #2ba715;
    border-bottom: #2ba715 3px solid;
    z-index: 100;
  }
  .nav .gnav {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .gnav li {
    width: auto;
    position: relative;
  }
  .nav .gnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    padding: 1.5rem 2rem;
    color: #fff;
    position: relative;
  }
  .nav .gnav li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #ffe840;
  }
  .nav .gnav li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .nav .gnav li a.sub {
    padding-right: 3rem;
  }
  .nav .gnav li a.sub::before {
    font-family: "fontello";
    content: "\e801";
    position: absolute;
    top: 1.8rem;
    right: 0.5rem;
    font-size: 95%;
    color: #ffe840;
  }
  .nav .gnav li a.sub.close::before {
    content: "\e803";
  }
  .nav .gnav li.treatment a::after {
    width: 115%;
  }
  .nav .gnav li .subnav {
    width: 24rem;
    visibility: hidden;
    position: absolute;
    margin-left: -4rem;
    border: #2ba715 2px solid;
    z-index: 10;
  }
  .nav .gnav li .subnav li {
    width: 100%;
    list-style: none;
  }
  .nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background-color: rgba(249, 255, 238, 0.8);
    padding: 1.5rem 0 1.5rem;
    color: #323232;
  }
  .nav .gnav li .subnav li a::after {
    display: none;
  }
  .nav .gnav li .subnav li a:hover {
    background: #bfd499;
    opacity: 1;
  }
}
.overview {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  padding: 4rem 0 4rem;
  background-image: url("../img/pt_dot_green.png");
}
.overview > .wrap {
  position: relative;
  width: 96%;
  margin: auto;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  width: 70%;
  height: auto;
  margin: auto auto 0.5rem;
}
.overview > .wrap .clinic_name .tel_pre,
.overview > .wrap .clinic_name .tel {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  letter-spacing: 0.1px;
}
.overview > .wrap .clinic_name .tel_pre::before,
.overview > .wrap .clinic_name .tel::before {
  color: #2ba715;
}
.overview > .wrap .address {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  text-align: center;
}
.overview > .wrap .contact {
  display: block;
  margin: 2rem 0 1.3rem;
  text-align: center;
}
.overview > .wrap .contact .tel_pre {
  display: block;
}
.overview > .wrap .contact .access {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #2ba715;
  border: #2ba715 2px solid;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.5rem;
  margin: 0 0 0.5rem;
  border: #2ba715 2px solid;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}
.overview > .wrap .gaiyo dd p {
  margin-top: 0;
}
.overview > .wrap .overviewL, .overview > .wrap .overviewR {
  width: 98%;
  margin: auto;
}
.overview > .wrap .overviewL {
  margin-bottom: 5rem;
}
.overview > .wrap .overviewL .timetable {
  margin: 1.6rem 0 1rem;
  font-size: 1.3rem;
}
.overview > .wrap .overviewL .notice_time {
  font-size: 1.3rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  height: auto;
  margin-bottom: 1rem;
  border: #2ba715 2px solid;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 7rem 0 8rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1300px;
  }
  .overview > .wrap .clinic_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
  }
  .overview > .wrap .clinic_name img {
    width: 100%;
    max-width: 250px;
  }
  .overview > .wrap .clinic_name .tel_pre,
  .overview > .wrap .clinic_name .tel {
    font-size: 3.8rem;
  }
  .overview > .wrap .address {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .overview > .wrap .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 1.3rem;
    text-align: inherit;
  }
  .overview > .wrap .contact .access {
    display: inline-block;
    width: auto;
    font-size: 1.4rem;
    margin: auto 2rem;
  }
  .overview > .wrap .gaiyo {
    width: 100%;
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem;
    width: 30%;
  }
  .overview > .wrap .gaiyo dd {
    width: 70%;
    padding: 1rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 47%;
    margin: 0;
  }
  .overview > .wrap .overviewL .timetable {
    margin: 1.6rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .notice_time {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
}
#pageup {
  display: none;
  position: fixed;
  bottom: 7vw;
  right: 1rem;
  z-index: 1;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../img/pageup.png) no-repeat center center/contain;
  text-indent: -999999px;
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 1rem;
  }
  #pageup a {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.footer {
  display: block;
  height: auto;
  width: 100%;
  border-top: #2ba715 1px solid;
  background-color: #bfd499;
  padding: 1rem 0;
  text-align: left;
}
.footer .w_inner {
  margin: 0 auto;
}
.footer .copy {
  display: block;
  background-color: #bfd499;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer .copy a {
  color: inherit;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2rem 0 0;
  }
  .footer .copy {
    margin: 0;
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    width: 1300px;
    text-align: left;
    margin: 0 auto;
  }
  .footer ul li {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1.8rem 1rem 0;
  }
  .footer ul li::before {
    position: absolute;
    top: 0;
    right: 1rem;
    margin-right: -2.5rem;
    content: "│";
  }
  .footer ul li:last-child::before {
    display: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a i {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li > .subnav {
    display: none;
  }
  .footer ul li.guidance {
    display: none;
  }
}
#keyvsl {
  margin: 0;
  padding-top: 8vw;
  width: 100%;
  height: 100vw;
  background: url(../img/index_keyvsl01.jpg) no-repeat 50% top/auto 100vw;
}
#keyvsl .kv_wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  height: 93vw;
  margin: 0 auto 0;
  line-height: 1.5;
}
#keyvsl .kv_wrap .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  height: auto;
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5rem;
  color: #323232;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
#keyvsl .kv_wrap .kv01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 45%;
  min-width: 150px;
  min-height: 150px;
  background-color: rgba(255, 140, 37, 0.8);
  border: #fff 1px solid;
  text-align: center;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
#keyvsl .kv_wrap .kv01 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
#keyvsl .kv_wrap .kv01 span b {
  font-size: 150%;
}
#keyvsl .kv_wrap .kv01 span b.fl {
  font-size: 220%;
}
#keyvsl .kv_wrap .kv01 span i {
  font-size: 130%;
  font-style: normal;
}
#keyvsl .kv_wrap .kv02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 34vw;
  bottom: 0vw;
  min-width: 140px;
  min-height: 140px;
  background-color: rgba(43, 167, 21, 0.8);
  border: #fff 1px solid;
  text-align: center;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
#keyvsl .kv_wrap .kv02 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
#keyvsl .kv_wrap .kv02 span b {
  font-size: 180%;
}
#keyvsl .kv_wrap .kv_wrap02 {
  display: none;
}

.kv_wrap03 {
  display: block;
  width: 100%;
  height: 7vw;
}
.kv_wrap03 .kv01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 3vw;
  top: -9vw;
  min-width: 90px;
  min-height: 90px;
  width: 28vw;
  height: 28vw;
  background-color: rgba(255, 140, 37, 0.8);
  border: #fff 1px solid;
  text-align: center;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
.kv_wrap03 .kv01 span {
  display: block;
  font-size: min(2vw,25px);
  line-height: 1.2;
}
.kv_wrap03 .kv01 span b {
  font-size: 150%;
}
.kv_wrap03 .kv01 span b.fl {
  font-size: 220%;
}
.kv_wrap03 .kv01 span i {
  font-size: 130%;
  font-style: normal;
}
.kv_wrap03 .kv02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 38vw;
  top: 10vw;
  min-width: 140px;
  min-height: 140px;
  background-color: rgba(43, 167, 21, 0.8);
  border: #fff 1px solid;
  text-align: center;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
.kv_wrap03 .kv02 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
.kv_wrap03 .kv02 span b {
  font-size: 180%;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto;
    padding-top: 0;
    height: 31vw;
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/100%;
  }
  #keyvsl .kv_wrap {
    position: relative;
    height: 31vw;
    padding-top: 45px;
  }
  #keyvsl .kv_wrap .catch {
    position: absolute;
    left: 0;
    width: 50%;
    max-width: 476px;
    height: 90%;
    max-height: 476px;
    font-size: min(2.4vw,30px);
    border-radius: 50%;
  }
  #keyvsl .kv_wrap .kv_wrap02 {
    display: block;
    position: absolute;
    right: 0;
    width: 35%;
    max-width: 415px;
    height: 100%;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv01 {
    position: absolute;
    right: 0;
    top: inherit;
    bottom: 5vw;
    width: 23vw;
    max-width: 300px;
    height: 23vw;
    max-height: 300px;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv01 span {
    display: block;
    font-size: min(2vw,25px);
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv01 span b {
    font-size: 180%;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv01 span b.fl {
    font-size: 220%;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv01 span i {
    font-size: 130%;
    font-style: normal;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv02 {
    position: absolute;
    right: inherit;
    left: 0;
    bottom: 3vw;
    width: 17vw;
    max-width: 228px;
    height: 17vw;
    max-height: 228px;
    font-size: 1.8rem;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv02 span {
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #keyvsl .kv_wrap .kv_wrap02 .kv02 span b {
    font-size: 180%;
  }
  .kv_wrap03 {
    display: none;
  }
}
.time_table {
  width: 100%;
  margin: 4rem 0 0;
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .time_table {
    display: block;
    width: 100%;
    max-width: 1300px;
    margin: auto auto 5rem;
  }
  .time_table .timetable {
    width: 60%;
    margin: auto;
  }
}
.info {
  width: 100%;
  margin: 1rem 0 0;
  padding: 2rem 1rem;
}
.info .info_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 390px;
  margin: 0;
  padding: 2rem 2rem 3rem;
  border: #323232 2px solid;
  border-radius: 15px;
  background: url(../img/info_01.png) no-repeat right bottom/auto;
  background-color: #fff;
  z-index: 1;
}
.info .info_inner dl {
  height: 100%;
  max-height: 250px;
  padding: 0.5rem 1.5rem 0.5rem 0;
  margin: 0;
  line-height: 1.4;
  overflow: auto;
  overflow-x: hidden;
}
.info .info_inner dl dt {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 3rem;
  font-size: 110%;
  font-weight: bold;
  color: #ff8c25;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .info_inner dl dt::after {
  content: "";
  background: url(../img/info_02.png) no-repeat center center/contain;
  width: 22px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.info .info_inner dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0 3rem;
  border-top: 1px solid #ffe840;
}
.info .info_inner dl dt:not(:first-of-type)::after {
  top: 1.5rem;
}
.info .info_inner dl dd {
  margin: 0 0 1.2rem;
  word-wrap: break-word;
}
.info .info_inner dl dd:not(:nth-of-type(-n+1)) {
  display: none;
}
.info .info_inner dl dd p {
  margin: 0.5rem 0;
}
.info .info_inner dl dd:last-child {
  border-bottom: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: auto auto 5rem;
    padding-top: 4rem;
  }
  .info .info_inner {
    padding: 3rem 5rem;
  }
  .info .info_inner dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.2rem;
  }
  .info .info_inner dl dt {
    margin: 0 0 1rem;
  }
  .info .info_inner dl dt::before {
    margin-right: 1rem;
  }
  .info .info_inner dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0 3rem;
  }
  .info .info_inner dl dd {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
  }
}
.feature {
  margin-bottom: 0;
}
.feature .inner_wrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.feature .inner_wrap .in_detail {
  margin-top: 3rem;
}
.feature .inner_wrap .in_detail ul {
  display: block;
  position: relative;
  width: 96%;
  margin: 0 auto 4rem;
}
.feature .inner_wrap .in_detail ul li {
  display: block;
  width: 65%;
  margin: 0 auto 1rem;
}
.feature .inner_wrap .in_detail ul li img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-bottom: 0;
  }
  .feature .inner_wrap {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }
  .feature .inner_wrap .in_detail {
    margin-top: 0;
  }
  .feature .inner_wrap .in_detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 96%;
    margin: 0 auto 10rem;
  }
  .feature .inner_wrap .in_detail ul li {
    display: block;
    width: 25%;
    margin: 0 auto;
  }
  .feature .inner_wrap .in_detail ul li img {
    width: 100%;
  }
}
.medical {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 5rem;
  padding-top: 6vw;
  padding-bottom: 10rem;
  background-color: #fff;
  background: url(../img/medical_bg-sp.png) no-repeat center bottom/cover;
}
.medical .inner {
  display: block;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: auto;
}
.medical .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  margin: auto;
  margin-top: 4rem;
}
.medical .inner ul li {
  width: 50%;
  margin-bottom: 2rem;
}
.medical .inner ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 155px 2.3rem 0 1rem;
  font-size: min(3vw,24px);
  line-height: 1.4;
  text-decoration: none !important;
  text-align: center;
}
.medical .inner ul li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  color: #323232;
  font-size: 14vw;
  text-align: center;
  padding: 0.5rem;
  border: #2ba715 5px solid;
  border-radius: 50%;
  background-color: #fff;
}
.medical .inner ul li a.cataract_surgery::before {
  font-family: "fontello";
  content: "\e804";
  font-size: 10vw;
}
.medical .inner ul li a.diabetic::before {
  font-family: "fontello";
  content: "\e805";
}
.medical .inner ul li a.age_related::before {
  font-family: "fontello";
  content: "\e806";
}
.medical .inner ul li a.obstruction::before {
  font-family: "fontello";
  content: "\e807";
}
.medical .inner ul li a.glaucoma::before {
  font-family: "fontello";
  content: "\e808";
  font-size: 10vw;
}
.medical .inner ul li a.intravitreal_injection::before {
  font-family: "fontello";
  content: "\e809";
  padding-bottom: 1.2vw;
}
.medical .inner ul li a.laser_therapy::before {
  font-family: "fontello";
  content: "\e80a";
}
.medical .inner ul li a.ophthalmology::before {
  font-family: "fontello";
  content: "\e80b";
  padding-top: 5vw;
}
.medical .inner ul li a span {
  display: block;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .medical {
    margin: 0 auto 8rem;
    padding: 6rem 0 10rem;
    background: url(../img/medical_bg.png) no-repeat right bottom/cover;
  }
  .medical .inner ul {
    width: 90%;
  }
  .medical .inner ul li {
    width: 20%;
    margin: 0 2.5% 2rem;
  }
  .medical .inner ul li a {
    padding: 20rem 1rem 0 0;
    font-size: 2.4rem;
  }
  .medical .inner ul li a::before {
    top: 0;
    margin-left: -95px;
    width: 190px;
    height: 190px;
    font-size: 8rem;
  }
  .medical .inner ul li a.cataract_surgery::before, .medical .inner ul li a.glaucoma::before {
    font-size: 6rem;
  }
  .medical .inner ul li a.intravitreal_injection::before {
    font-size: 9.5rem;
    padding-bottom: 1.2rem;
  }
  .medical .inner ul li a.ophthalmology::before {
    padding-top: 3rem;
  }
}
.day_surgery {
  display: block;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto 10rem;
  padding-top: 6vw;
}
.day_surgery .bg_blue {
  margin-bottom: 3rem;
  color: #fff;
}
.day_surgery .bg_blue div {
  width: 100%;
}
.day_surgery .bg_blue div h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
.day_surgery .bg_blue div span {
  display: inline-block;
  background-color: #ff8c25;
  padding: 0.2rem 0.8rem 0.4rem;
  margin: 0.2rem 0 0 1rem;
}
.day_surgery .bg_blue p {
  width: 100%;
  line-height: 1.8;
}
.day_surgery ul {
  width: 96%;
  margin: auto;
}
.day_surgery ul li {
  width: 100%;
  height: 100%;
  max-height: 180px;
  margin-bottom: 2rem;
  -webkit-box-shadow: 10px 10px 0 #b2cbde;
          box-shadow: 10px 10px 0 #b2cbde;
}
.day_surgery ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border: #2ba715 1px solid;
  color: #2ba715;
  font-size: 2.2rem;
  line-height: 1.2;
  text-decoration: none !important;
}
.day_surgery ul li a::after {
  position: absolute;
  right: 1rem;
  margin-top: 0.4rem;
  font-family: "fontello";
  content: "\e843";
  font-size: 3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.day_surgery ul li a img {
  width: 50%;
  height: 100%;
}
.day_surgery ul li a span {
  display: inline-block;
  margin-right: 3rem;
}
.day_surgery ul li:nth-child(2) a span {
  font-size: 85%;
}

@media screen and (min-width: 48em), print {
  .day_surgery {
    margin: 0 auto 15rem;
    padding: 0 0 3vw;
  }
  .day_surgery .bg_blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .day_surgery .bg_blue div {
    width: 40%;
  }
  .day_surgery .bg_blue div h2 {
    font-size: 7rem;
  }
  .day_surgery .bg_blue p {
    width: 60%;
    font-size: 1.8rem;
  }
  .day_surgery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .day_surgery ul li {
    width: 47%;
    max-height: 180px;
  }
  .day_surgery ul li a {
    padding: 0;
    font-size: 3.6rem;
  }
  .day_surgery ul li a::before {
    top: 0.5rem;
    left: 3rem;
  }
  .day_surgery ul li a::after {
    right: 2rem;
    margin-top: 0.4rem;
  }
  .day_surgery ul li a img {
    width: 53%;
  }
  .day_surgery ul li a span {
    margin-right: 6rem;
  }
}
.calendar {
  width: 100%;
  margin: auto;
  padding: 10vw 0 20vw;
}
.calendar .calendar_frame {
  padding: 1rem;
}
.calendar .calendar_frame div table.caledit {
  width: 98%;
  margin: 2rem auto;
  font-size: 1.6rem;
}
.calendar .calendar_frame div table.caledit tr.week th {
  font-size: 1.4rem;
}
.calendar .calendar_frame span {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
}
.calendar .calendar_frame span::before {
  position: absolute;
  top: 0.3rem;
  left: -0.5rem;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
}
.calendar .calendar_frame span.am::before {
  background-color: #fdf8bf;
}
.calendar .calendar_frame span.kyushin::before {
  background-color: #ffe0e6;
}

@media screen and (min-width: 48em), print {
  .calendar {
    width: 100%;
    max-width: 1300px;
    padding: 0 0 10vw;
  }
  .calendar .calendar_frame {
    padding: 1rem;
  }
  .calendar .calendar_frame div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calendar .calendar_frame div table.caledit {
    width: 48%;
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .calendar .calendar_frame div table.caledit tr.week th {
    font-size: 1.8rem;
  }
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 95%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px;
  text-align: left;
}
#c-modal .modal_ttl {
  background-color: #2ba715;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
#c-modal .pop_p {
  font-size: 1.2em;
}
#c-modal .sp_no {
  display: none;
}

ul li #c-modal_close {
  padding: 5px;
  cursor: pointer;
  background: #2ba715;
  color: #ffffff;
  border-radius: 8rem;
  width: 100px;
  height: auto;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}
ul li label {
  font-size: 1.2em;
}

@media screen and (min-width: 48em), print {
  #c-modal {
    top: 50%;
    left: 50%;
    width: 600px;
    height: 500px;
  }
  #c-modal .modal_ttl {
    font-size: 2.5rem;
  }
  #c-modal .pop_p {
    font-size: 1.8em;
    line-height: 1.5;
  }
  #c-modal .sp_no {
    display: block;
  }
  #c-modal ul li #c-modal_close {
    width: 100px;
    height: auto;
    font-size: 1.8em;
  }
  #c-modal ul li label {
    font-size: 1.8em;
  }
}
body:not(.index) .main {
  margin: 0;
}
body:not(.index) .main section {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
body:not(.index) .main .tit_02 {
  margin-bottom: 3rem;
}
body:not(.index) .main .wrap_inner {
  width: 98%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0;
    padding-top: 5vw;
  }
  body:not(.index) .main section {
    margin-bottom: 10rem;
  }
  body:not(.index) .main .tit_02 {
    margin-bottom: 7rem;
  }
  body:not(.index) .main .wrap_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 3rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

@media screen and (min-width: 48em), print {
  .greeting section {
    max-width: 1000px;
    margin: auto auto;
  }
}
.clinic .wrap_inner {
  margin-bottom: 10rem;
}
.clinic .wrap_inner .btn_01 {
  padding-top: 0;
}
.clinic .wrap_inner .btn_01::before {
  top: 0.3rem;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.8rem;
}
.sp-layer.sp-black.sp-padding span {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.2rem;
}

.sp-arrow:before {
  border: #bfd499 1px solid;
}

.sp-arrow:after {
  border: #bfd499 1px solid;
  border-top: none;
}

.sp-selected-thumbnail {
  border: 4px solid #ffe840;
}

.sp-black {
  background-color: rgba(43, 167, 21, 0.8);
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
  .clinic section {
    max-width: 1000px;
    margin: auto auto;
  }
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
    padding: 10px 6px;
  }
  .sp-layer.sp-black.sp-padding span {
    font-size: 1.8rem;
  }
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ff8c25;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .treatment section {
    max-width: 1000px;
    margin: auto auto;
  }
}
.access .main .wrap_inner {
  width: 96%;
  margin: auto auto 8rem;
}
.access .main .wrap_inner p {
  color: #323232;
}
.access .main .wrap_inner p.sp-black {
  color: #fff;
}
.access .main .wrap_inner p.txt_c {
  text-align: left;
}
.access .main .wrap_inner .tel,
.access .main .wrap_inner .tel_pre {
  margin-left: 3rem;
  font-size: 1.8rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .wrap_inner p.txt_c {
    text-align: center;
  }
  .access .main .wrap_inner .tel,
  .access .main .wrap_inner .tel_pre {
    margin-left: 0;
    font-size: 2.8rem;
  }
  .access .main .wrap_inner .gmap {
    height: 50rem;
    margin-top: 4rem;
  }
}
.urology .wrap_inner,
.urination .wrap_inner,
.hematuria .wrap_inner .urethral_stone .wrap_inner,
.tumor .wrap_inner,
.catheter .wrap_inner,
.stent .wrap_inner {
  width: 96%;
  margin: auto auto 8rem;
}

.infection .wrap_inner,
.pediatric_urologist .wrap_inner,
.uncut .wrap_inner,
.pipecut .wrap_inner,
.ed .wrap_inner,
.vaccination .wrap_inner {
  width: 96%;
  margin: auto auto 5rem;
}

@media screen and (min-width: 48em), print {
  .urology .wrap_inner,
  .urination .wrap_inner,
  .hematuria .wrap_inner,
  .urethral_stone .wrap_inner,
  .tumor .wrap_inner,
  .catheter .wrap_inner,
  .stent .wrap_inner {
    max-width: 1300px;
    margin: auto auto 13rem;
  }
  .infection .wrap_inner,
  .pediatric_urologist .wrap_inner,
  .uncut .wrap_inner,
  .pipecut .wrap_inner,
  .ed .wrap_inner,
  .vaccination .wrap_inner {
    max-width: 1300px;
    margin: auto auto 8rem;
  }
  .uncut .wrap_inner .lst_dl02,
  .pipecut .wrap_inner .lst_dl02 {
    width: 80%;
    margin: auto;
  }
}
.box_white {
  width: 100%;
  max-width: 1300px;
  margin: auto auto 10rem;
  text-align: center;
}
.box_white .btn_detail {
  margin-top: 10rem;
}

@media screen and (min-width: 48em), print {
  .box_white {
    margin-bottom: 20rem;
  }
}