@charset "UTF-8";
.footer a {
  display: inline-block;
}

a[href*="#.html"] {
  pointer-events: none;
}

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 {
  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 !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.line_orange {
  border-bottom: 2px solid #fd7802;
}

.larger {
  font-size: 150%;
}

.orange {
  color: #fdbf02;
}

.red {
  color: #f00 !important;
}

.bg-white {
  background-color: #fff !important;
}

.font-s {
  font-size: 80%;
}

.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%;
}

.small_xs {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 3rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 3rem 3rem;
  }
  .tate {
    width: 20%;
  }
  .mini {
    width: 70%;
  }
  .small {
    max-width: 35rem;
  }
  .small_xs {
    max-width: 22rem;
  }
}
.sp_n {
  display: none !important;
}

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

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mg0 {
  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 !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 7.3rem;
  }
  .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;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
  overflow: hidden;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  background: #e1fad7;
  font-weight: normal;
  border-top: 0.1rem #a7a7a7 solid;
  border-bottom: 0.1rem #a7a7a7 solid;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=col]:last-child {
  padding: 0 1rem 0 0;
  white-space: nowrap;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.1rem #a7a7a7 solid;
  font-weight: normal;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 1.6rem 0;
  line-height: 1.2;
  color: #4E3B30;
  border-bottom: 0.1rem #a7a7a7 solid;
  background: #fff;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col] {
    padding: 0.9rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: 1.8rem;
  }
  .tbl_time tr td {
    font-size: 1.8rem;
    padding: 2.3rem 0;
  }
  p.notice {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
}
.table_wrap {
  overflow-x: scroll;
}
.table_wrap table {
  table-layout: initial;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .table_wrap {
    overflow-x: initial;
  }
  .table_wrap table {
    table-layout: fixed;
    white-space: wrap;
  }
}

.table_01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5rem;
  table-layout: fixed;
}
.table_01 th, .table_01 td {
  border: 1px solid #ddd;
}
.table_01 th.noborder, .table_01 td.noborder {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.table_01 th.nobordertop, .table_01 td.nobordertop {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0 !important;
}
.table_01 th {
  background-color: #59b431;
  color: white;
  padding: 10px;
  text-align: center;
}
.table_01 th.w30 {
  width: 30%;
}
.table_01 td {
  padding: 10px;
  text-align: center;
}
.table_01 td.price {
  text-align: left;
}
.table_01 tbody tr:nth-child(odd) {
  background-color: #e1fad7;
}
.table_01 tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table_01.-center td {
  line-height: 0;
  text-align: left;
}
.table_01.-center td ul li {
  text-align: left;
  padding-left: 2.4em;
  padding-bottom: 0.8em;
}
.table_01.-sp1col {
  display: block;
}
.table_01.-sp1col tbody,
.table_01.-sp1col tr {
  display: block;
  width: 100%;
}
.table_01.-sp1col th,
.table_01.-sp1col td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .table_01.-sp1col {
    display: table;
  }
  .table_01.-sp1col tbody,
  .table_01.-sp1col tr {
    display: table-row;
    width: auto;
  }
  .table_01.-sp1col tbody th,
  .table_01.-sp1col tr th {
    text-align: center;
  }
  .table_01.-sp1col th,
  .table_01.-sp1col td {
    display: table-cell;
    width: auto;
    text-align: left;
    width: 33.3333333333%;
  }
}
.table_01.-compare {
  display: block;
  width: 100%;
  border: none;
}
.table_01.-compare thead {
  display: none;
}
.table_01.-compare tbody,
.table_01.-compare tr {
  display: block;
  width: 100%;
}
.table_01.-compare tr {
  padding: 1rem;
}
.table_01.-compare th,
.table_01.-compare td {
  display: block;
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  text-align: left;
}
.table_01.-compare th {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #333;
  background: none;
}
.table_01.-compare td:last-child {
  margin-bottom: 0;
}
.table_01.-compare .lst_ul01, .table_01.-compare .lst_ul03, .table_01.-compare .lst_ul02 {
  padding-left: 1em;
}
@media screen and (min-width: 48em), print {
  .table_01.-compare {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .table_01.-compare thead {
    display: table-header-group;
  }
  .table_01.-compare tbody,
  .table_01.-compare tr {
    display: table-row;
  }
  .table_01.-compare tbody th,
  .table_01.-compare tr th {
    background-color: #59b431;
    text-align: center;
    color: #fff;
  }
  .table_01.-compare th,
  .table_01.-compare td {
    display: table-cell;
    padding: 0.75em;
    vertical-align: top;
    margin: 0;
    border: 1px solid #ddd;
  }
  .table_01.-compare th {
    font-weight: 600;
  }
  .table_01.-compare tr {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.table_02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5rem;
  table-layout: fixed;
}
.table_02 th, .table_02 td {
  border: 1px solid #ddd;
}
.table_02 th.noborder, .table_02 td.noborder {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.table_02 th.nobordertop, .table_02 td.nobordertop {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 0 !important;
}
.table_02 th {
  display: block;
  width: 100%;
  background-color: #59b431;
  color: white;
  padding: 10px;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .table_02 th {
    display: table-cell;
    width: 30%;
  }
}
.table_02 td {
  display: block;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 48em), print {
  .table_02 td {
    display: table-cell;
    width: 70%;
  }
}
.table_02 tbody tr:nth-child(odd) {
  background-color: #e1fad7;
}
.table_02 tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  padding: 2rem 1rem;
  margin: 0;
}
.tit_01 span {
  font-size: 2.2rem;
  text-align: center;
}

.tit_02 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 2rem;
  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;
}
.tit_02 span {
  max-width: 65%;
}
.tit_02::before, .tit_02::after {
  display: inline-block;
  content: "";
  width: 3.3rem;
  height: 0.3rem;
  background: url("../img/icon_h2.png") no-repeat center center/contain;
}
.tit_02::before {
  margin: 0 0.8rem 0 0;
}
.tit_02::after {
  margin: 0 0 0 0.8rem;
}

.tit_03 {
  color: #109560;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.2rem 0;
  margin: 0 0 2rem 0;
  border-bottom: #109560 0.4rem solid;
  position: relative;
}
.tit_03::before {
  content: "";
  width: 100%;
  border-bottom: #afc929 solid 0.3rem;
  position: absolute;
  left: 0px;
  bottom: -0.7rem;
}

.tit_04 {
  color: #554336;
  font-size: 1.8rem;
  border-bottom: solid 0.3rem #554336;
  margin: 0 0 2rem;
  line-height: 1.3;
}

.tit_05 {
  color: #109560;
  font-size: 1.6rem;
  border-bottom: dotted 0.3rem #109560;
  line-height: 1.3;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 12.7rem 0;
  }
  .tit_01 span {
    display: block;
    font-size: 4rem;
    width: 1110px;
    margin: 0 auto;
    text-align: left;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  .tit_02 span {
    max-width: 80%;
  }
  .tit_02::before, .tit_02::after {
    width: 6.6rem;
    height: 0.6rem;
  }
  .tit_03 {
    font-size: 3.5rem;
    padding: 0;
    margin: 0 0 3rem;
    border-bottom: #109560 0.5rem solid;
    line-height: 1.3;
  }
  .tit_03::before {
    border-bottom: #afc929 solid 0.4rem;
    bottom: -0.9rem;
  }
  .tit_04 {
    font-size: 3rem;
    border-bottom: solid 0.5rem #554336;
  }
  .tit_05 {
    font-size: 2.8rem;
  }
}
.lst_ul01 li, .lst_ul03 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
.lst_ul01 li::before, .lst_ul03 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #fdbf02;
  vertical-align: 0.1rem;
  font-size: 70%;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul03 li, .lst_ul02 li {
    font-size: 1.8rem;
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul03 li::before, .lst_ul02 li::before {
    vertical-align: 0.2rem;
  }
}

.lst_ul02 {
  padding: 1.3rem 1.3rem 0 1.3rem;
}

.lst_ul03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: #fdbf02;
  font-weight: bold;
}

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

.lst_dl02 dt {
  background: #EAF4FB;
  padding: 0.2rem 0.8rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 15rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 15rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.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 {
  .flex {
    gap: 2rem;
  }
  .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 li {
    width: 31%;
  }
}
.tel {
  line-height: 1;
  color: #fd7802;
  font-weight: bold;
}
.tel::before {
  font-family: fontello;
  content: "\e808";
  font-size: 80%;
  vertical-align: 0.1rem;
}
.tel a {
  text-decoration: none !important;
}

.btn_rsv {
  display: block;
  background: #fd7802;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 0.6rem 1rem;
  }
}

.btn_link {
  display: block;
  background: #169239;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.4rem 0;
  color: #fff;
}
.btn_link::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e807";
  font-size: 120%;
  margin: 0 0.6rem 0 0;
}

.btn_detail {
  display: inline-block;
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #84b50a;
  background: -webkit-gradient(linear, left top, right top, from(#84b50a), color-stop(50%, #70ae12), color-stop(86%, #4fa31f), to(#419f25));
  background: linear-gradient(to right, #84b50a 0%, #70ae12 50%, #4fa31f 86%, #419f25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84b50a", endColorstr="#419f25", GradientType=1);
  color: #fff;
  text-decoration: none !important;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e80d";
  margin: 0 0.6rem 0 0;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0;
    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;
  }
  .btn_detail::before {
    margin: 0 0.8rem 0 0;
  }
}

.btn_txt {
  color: #fdbf02;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .btn_txt:hover {
    color: #109560;
  }
}

.btn_org {
  display: inline-block;
  color: #fff;
  background: #fd7802;
  border: 2px solid #fcb97e;
  padding: 0.4rem 2rem;
}

.anc li .btn_detail::after {
  content: "▼";
}

@media screen and (min-width: 48em), print {
  .anc {
    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;
  }
  .anc li {
    margin: 0 2rem 2rem 0;
  }
  .anc li .btn_detail::after {
    content: "▼";
  }
}
.box_white {
  padding: 1rem;
  background: #fff;
  border-radius: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 4rem;
  }
}

.box_blue, .box_yellow {
  padding: 1rem;
  background: #e1fad7;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_yellow {
    padding: 2.4rem;
  }
}

.box_yellow {
  background: #afc929;
}

html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #444;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

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

aside {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  :target::before {
    /*
     content: "";
     display: block;
     height: 20.0rem;
     margin: -20.0rem 0 0;
    */
  }
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1110px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1110px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    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;
  }
  .main {
    width: 1110px;
    font-size: 1.8rem;
    padding: 0 0 8rem;
    margin: 0 auto;
  }
}
@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 .sticky .wrap {
  margin: 2rem 1rem 1rem 1rem;
}
.header .sticky .wrap .logo {
  height: 3.4rem;
}
.header .sticky .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .sticky .wrap .headR {
  margin: 2rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .sticky .wrap .headR .tel_add .acs {
  color: #fff;
  text-align: center;
  background: #59b431;
  border-radius: 0.6rem;
  padding: 1.2rem 0.6rem;
  line-height: 1.3;
}
.header .sticky .wrap .headR .tel_add .add {
  font-size: 1.4rem;
  display: block;
}
.header .sticky .wrap .headR .tel_add .parking, .header .sticky .wrap .headR .tel_add .free {
  border-radius: 0.4rem;
  font-weight: bold;
  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;
  width: 43%;
  font-size: 1.4rem;
  padding: 0.4rem;
  margin: 0.8rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add .parking {
  border: 2px #afc929 solid;
  color: #afc929;
}
.header .sticky .wrap .headR .tel_add .free {
  border: 2px #59b431 solid;
  color: #59b431;
}
.header .sticky .wrap .headR .tel_add span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .sticky .wrap .headR .tel_add .tit {
  color: #fff;
  background: #fd7802;
  border-radius: 0.3rem;
  font-weight: bold;
  width: 5rem;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.4rem 0.3rem 0;
}
.header .sticky .wrap .headR .tel_add .tel {
  display: block;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}
.header .sticky .wrap .headR .tel_add .tel::before {
  display: none;
}
.header .sticky .wrap .headR .tel_add .btn_rsv {
  width: 100%;
  font-weight: bold;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(28, 30, 29, 0.3);
          box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(28, 30, 29, 0.3);
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 0 0 3rem;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(128, 128, 128, 0.5);
            box-shadow: 0px 4px 4px 0px rgba(128, 128, 128, 0.5);
    position: relative;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0 0 0 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header .sticky .wrap .logo {
    width: 52rem;
    height: 7.5rem;
    margin: 1.6rem 0 0 0;
  }
  .header .sticky .wrap .headR {
    margin: 0;
    display: block;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 1.6rem 0 0 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .sticky .wrap .headR .tel_add li {
    width: auto;
  }
  .header .sticky .wrap .headR .tel_add .acs {
    width: 12rem;
    font-size: 1.6rem;
    margin: 0 0.8rem 0 0;
    line-height: 1.35;
    padding: 1rem 0.6rem;
  }
  .header .sticky .wrap .headR .tel_add .add {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    text-align: center;
    margin: 0.4rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add .parking, .header .sticky .wrap .headR .tel_add .free {
    width: 7.5rem;
    border-radius: 0.8rem;
    margin: 0 0 0 0.6rem;
    font-size: 1.7rem;
  }
  .header .sticky .wrap .headR .tel_add .parking {
    border: 3px #afc929 solid;
  }
  .header .sticky .wrap .headR .tel_add .free {
    border: 3px #59b431 solid;
  }
  .header .sticky .wrap .headR .tel_add .tit {
    width: 8rem;
    height: 2.2rem;
    font-size: 1.8rem;
    margin: 0 0.6rem 0 0;
  }
  .header .sticky .wrap .headR .tel_add .tel {
    margin: 0;
    font-size: 2.8rem;
    text-align: right;
  }
  .header .sticky .wrap .headR .tel_add .btn_rsv {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.fixed_rsv_btn {
  display: block;
}
.fixed_rsv_btn .fixed_rsv {
  display: none;
}
@media screen and (min-width: 48em), print {
  .fixed_rsv_btn .fixed_rsv {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    background: #fd7802;
    border-radius: 2rem 0 0 2rem;
    border: 0.3rem #fff solid;
    -webkit-box-shadow: 2px 2px 4px #ccc;
            box-shadow: 2px 2px 4px #ccc;
    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;
    z-index: 999;
    position: fixed;
    top: 35rem;
    right: 0;
    width: 8rem;
    height: 18.5rem;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}

.tel_add .tel {
  font-size: 200%;
}

.slicknav_menu {
  position: absolute;
  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: 5.5rem;
  color: #419F25;
  background: #fff;
  border: 1px solid #419F25;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 1;
  font-size: 3rem;
  margin: 0.3rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
  margin: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  line-height: 1;
  font-size: 3rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
  margin: 0.4rem 0 0 0;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #e1fad7;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #554336;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #554336;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #444 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a span {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a span.treatment {
  display: block;
}
.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: 1.2rem;
  content: "▼";
  color: #024a16;
}
.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 {
  content: "▲";
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a span {
  display: block;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a br {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a.nolink {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li .subnav.children-1 li.tit a {
  background: #59b431;
  color: #444;
  font-size: 1.7rem;
  font-weight: bold;
  pointer-events: none;
}
.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;
  }
  #nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 4rem auto 0;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1110px;
    margin: 0 auto;
  }
  #nav ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav ul li:hover .children-1, #nav ul li:hover .children-3 {
    display: block;
  }
  #nav ul li a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #444;
    width: 100%;
  }
  #nav ul .children-1 li, #nav ul .children-2 li, #nav ul .children-3 li {
    width: 20rem;
    float: left;
    height: auto;
    border-left: 0;
    border-bottom: 0.1rem #fff dotted;
    border-right: 0.1rem #fff dotted;
  }
  #nav ul .children-1 li:last-of-type, #nav ul .children-2 li:last-of-type, #nav ul .children-3 li:last-of-type {
    border-bottom: 0;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a, #nav ul .children-3 li a {
    height: auto;
    padding: 1.6rem 1rem;
    width: 100%;
    border-left: 0;
    margin: 0;
    background: rgba(175, 201, 41, 0.97);
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    white-space: nowrap;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br, #nav ul .children-3 li a br {
    display: none;
  }
  #nav ul .children-1 li a:hover, #nav ul .children-2 li a:hover, #nav ul .children-3 li a:hover {
    background: #169239;
  }
  #nav ul .children-1 li a.nolink, #nav ul .children-2 li a.nolink, #nav ul .children-3 li a.nolink {
    color: rgba(175, 201, 41, 0.97);
  }
  #nav ul .children-1 li.tit, #nav ul .children-2 li.tit, #nav ul .children-3 li.tit {
    width: 100%;
  }
  #nav ul .children-1 li.tit a, #nav ul .children-2 li.tit a, #nav ul .children-3 li.tit a {
    font-weight: bold;
    color: #444;
    background: #c2edb0;
    font-size: 1.8rem;
    padding: 1rem;
  }
  #nav ul .children-1 li.tit a:hover, #nav ul .children-2 li.tit a:hover, #nav ul .children-3 li.tit a:hover {
    opacity: 1;
  }
  #nav ul .children-1 li:nth-last-of-type(-n+2) {
    border-bottom: 0;
  }
  #nav ul .children-1, #nav ul .children-3 {
    display: none;
    position: absolute;
    background: transparent;
    z-index: 999;
    top: 2.1rem;
    left: -5.8rem;
    margin: auto;
    padding: 2.9rem 0 0 0;
    width: 40rem;
  }
  #nav ul .children-1 li .children-2, #nav ul .children-3 li .children-2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 110px;
    width: 100%;
  }
  #nav ul .children-1 li:hover .children-2, #nav ul .children-3 li:hover .children-2 {
    display: block;
    background: #E6E4D7;
  }
  #nav ul .children-3 {
    width: 20rem;
    left: -2.4rem;
  }
  #nav ul .children-3 li {
    border-right: none !important;
  }
  #nav ul .children-3 li a br {
    display: block !important;
  }
  #nav ul .children-2 a {
    width: 100%;
  }
}
.overview {
  padding: 4rem 1rem 1rem 1rem;
  font-size: 1.4rem;
  background: url("../img/bg_summary.jpg") no-repeat top center/cover;
  border-top: 0.1rem #fff solid;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 auto 2rem;
}
.overview .clinic_name img {
  width: 80%;
}
.overview > .wrap .overview_time {
  margin: 0;
}
.overview > .wrap .overview_time p.tit {
  color: #169239;
  margin: 0 0 0.4rem;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  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;
  margin: 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  border-bottom: 0.1rem solid #a7a7a7;
  margin: 0;
  padding: 1.8rem 0;
  line-height: 1.3;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 24.5%;
  color: #169239;
  font-size: 112%;
  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;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 75.5%;
  line-height: 1.6;
}
.overview > .wrap .overviewL .gaiyo dd span.tel, .overview > .wrap .overviewR .gaiyo dd span.tel {
  font-size: 1.8rem;
  line-height: 1;
  color: #fd7802;
}
.overview > .wrap .overviewL .gaiyo dd span.tel::before, .overview > .wrap .overviewR .gaiyo dd span.tel::before {
  display: none;
}
.overview > .wrap .overviewL {
  margin: 3rem 0 0 0;
}
.overview > .wrap .overviewL dt:first-of-type, .overview > .wrap .overviewL dd:first-of-type {
  border-top: 0.1rem solid #a7a7a7;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0 0;
}
.overview > .wrap .overviewR img {
  border: 1px #a7a7a7 solid;
  width: 100%;
}
.overview iframe {
  width: 100%;
  height: 30rem;
  margin: 2rem auto;
  border-width: 0;
  border: 0;
  padding: 0;
}

.ymap {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0 0;
    font-size: 0;
  }
  .overview .clinic_name {
    margin: 0 auto 3.4rem;
  }
  .overview .clinic_name img {
    width: 37.1rem;
  }
  .overview > .wrap {
    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;
    font-size: 1.8rem;
  }
  .overview > .wrap .overview_time p.tit {
    margin: 0 0 1.2rem;
    font-size: 2rem;
  }
  .overview > .wrap .overview_time .timetable_wrapper {
    overflow-x: hidden;
  }
  .overview > .wrap .overview_time .timetable_wrapper .tbl_time {
    width: 100%;
  }
  .overview > .wrap .overview_time .timetable_wrapper .tbl_time th[scope=col] {
    padding: 1.4rem 0;
  }
  .overview > .wrap .overview_time .timetable_wrapper .tbl_time td {
    padding: 1.7rem 0;
  }
  .overview > .wrap .overview_time .timetable_wrapper p {
    width: 100%;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
    margin: 5rem 0 0 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    padding: 2rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dt:first-of-type, .overview > .wrap .overviewL .gaiyo dd:first-of-type, .overview > .wrap .overviewR .gaiyo dt:first-of-type, .overview > .wrap .overviewR .gaiyo dd:first-of-type {
    border-top: 0.1rem solid #a7a7a7;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    line-height: 1.5;
    font-size: 2rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dd span.tel, .overview > .wrap .overviewR .gaiyo dd span.tel {
    font-size: 3.8rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview iframe {
    width: 100%;
    height: 50rem;
    margin: 11.7rem 0 0 0;
    padding: 0;
  }
  .ymap {
    margin: 0;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  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;
}
.tel_up .tel {
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.4rem 0 0 0;
}
.tel_up .tel::before {
  vertical-align: 0.2rem;
  content: "TEL";
  font-size: 50%;
  margin: 0 0.4rem 0 0;
}
.tel_up .btn_rsv {
  white-space: nowrap;
  padding: 0.6rem 0.8rem;
  font-size: 1.2rem;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  text-align: center;
  padding: 0.4rem 0 0 0;
  line-height: 1;
  color: #fff;
  background: #fd7802;
  border-radius: 50%;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e801";
  font-weight: normal;
}
.tel_up .pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel, .tel_up .btn_rsv {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    font-size: 3.5rem;
    padding: 0.6rem 0 0 0;
  }
}
.footer {
  text-align: center;
  padding: 1rem 1rem 5.4rem;
  background: #169239;
  color: #fff;
}
.footer .copy {
  display: block;
  font-size: 1.4rem;
}
.footer .ban {
  font-size: 1.2rem;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #169239;
  }
  .footer .ban {
    font-size: 2rem;
  }
  .footer .footer_wrapper {
    width: 1110px;
    margin: 0 auto;
    padding: 6rem 0 8.4rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer_wrapper .footer_nav {
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo, .footer .footer_wrapper .footer_nav ul.sub {
    width: 1110px;
    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;
  }
  .footer .footer_wrapper .footer_nav ul.glo li, .footer .footer_wrapper .footer_nav ul.sub li {
    display: inline-block;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    border-right: 0.1rem #fff solid;
    padding: 0 1.4rem;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li.treatment, .footer .footer_wrapper .footer_nav ul.sub li.treatment {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.glo li:last-of-type, .footer .footer_wrapper .footer_nav ul.sub li:last-of-type {
    border-right: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #fff;
    opacity: 1;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a span, .footer .footer_wrapper .footer_nav ul.sub li a span, .footer .footer_wrapper .footer_nav ul.glo li a br, .footer .footer_wrapper .footer_nav ul.sub li a br {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a:hover, .footer .footer_wrapper .footer_nav ul.sub li a:hover {
    text-decoration: underline;
  }
  .footer .footer_wrapper .footer_nav ul.glo li .subnav, .footer .footer_wrapper .footer_nav ul.sub li .subnav {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    width: 86rem;
    margin: 0 auto;
  }
  .footer .footer_wrapper .footer_nav ul.sub li {
    margin: 2.6rem 0 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li.border {
    border-right: 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li.tit {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub li a span {
    display: block;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
}
body.index .main {
  padding: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 10rem 0 0 0;
  }
}

#keyvsl {
  margin: 0;
  padding: 0;
  max-width: 100%;
  background: url(../img/index_keyvsl01.webp) no-repeat center top/150% auto;
}
#keyvsl .catch {
  position: relative;
  padding: 11rem 1rem 1rem 1rem;
}
#keyvsl .catch .tbl_wrapper {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.4rem 1rem;
  margin: 0 0 1rem;
}
#keyvsl .catch .tbl_wrapper p {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 0.6rem;
}
#keyvsl .catch .tbl_wrapper .timetable_wrapper p.notice {
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.15;
  margin: 0.6rem 0 0 0;
}
#keyvsl .catch p.txt {
  font-size: 1.5rem;
  color: #554336;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#keyvsl .catch p.txt span {
  color: #169239;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.webp) no-repeat center bottom/auto;
  }
  #keyvsl .catch {
    width: 1110px;
    margin: 0 auto;
    height: 60rem;
    padding: 10rem 0 0 0;
  }
  #keyvsl .catch .tbl_wrapper {
    width: 47.5rem;
    height: auto;
    margin: 0 0 1rem auto;
    padding: 1rem 1.5rem;
  }
  #keyvsl .catch .tbl_wrapper p {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
  #keyvsl .catch .tbl_wrapper .timetable_wrapper p.notice {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
  }
  #keyvsl .catch p.txt {
    text-align: right;
    font-size: 2.8rem;
  }
}
.flex_main li {
  padding: 0 1rem;
}
.flex_main li a {
  display: block;
  margin-bottom: 1rem;
}
.flex_main .flex_calendar .calendar {
  padding: 0 2rem;
  margin: 0 0 3rem;
}
.flex_main .flex_calendar .calendar .caledit {
  margin: 0 0 1rem;
}
.flex_main .flex_calendar .calendar .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1rem 0 0 0;
}
.flex_main .flex_calendar .calendar .summary p {
  margin: 0;
}
.flex_main .flex_calendar .calendar .summary p span {
  font-size: 1.4rem;
}
.flex_main .flex_calendar .calendar .summary p span.kyuushin, .flex_main .flex_calendar .calendar .summary p span.amOnly {
  margin: 0 1rem 0 0;
}
.flex_main .flex_calendar .calendar .summary p span.kyuushin::before, .flex_main .flex_calendar .calendar .summary p span.amOnly::before {
  content: "";
  width: 3rem;
  height: 2rem;
  background-color: #f7e8c6;
  display: inline-block;
  vertical-align: -0.3rem;
}
.flex_main .flex_calendar .calendar .summary p span.amOnly::before {
  background-color: #c2edb0;
}
.flex_main .map img {
  border: 0.1rem #a7a7a7 solid;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 48em), print {
  .flex_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex_main li {
    padding: 0;
  }
  .flex_main li a {
    display: block;
    width: 400px;
    margin-bottom: 1rem;
  }
  .flex_main.-w_fit_c {
    gap: 2rem;
  }
  .flex_main.-w_fit_c li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flex_main .flex_calendar {
    width: 73rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_main .flex_calendar .tit_02 {
    width: 100%;
  }
  .flex_main .flex_calendar .tit_02 span {
    white-space: nowrap;
  }
  .flex_main .flex_calendar .calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3rem;
    margin: 0;
    padding: 0;
  }
  .flex_main .flex_calendar .calendar .caledit {
    width: 35rem;
  }
  .flex_main .flex_calendar .calendar .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1rem 0 0 0;
  }
  .flex_main .flex_calendar .calendar .summary p {
    margin: 0;
  }
  .flex_main .flex_calendar .calendar .summary p span {
    font-size: 1.8rem;
  }
  .flex_main .flex_calendar .calendar .summary p span.kyuushin::before, .flex_main .flex_calendar .calendar .summary p span.amOnly::before {
    width: 3.5rem;
    height: 2.5rem;
    vertical-align: -0.4rem;
  }
  .flex_main .map {
    width: 35rem;
  }
  .flex_main .map .tit_02 {
    width: 100%;
  }
  .flex_main .map .tit_02 span {
    white-space: nowrap;
  }
}
.info {
  margin: 2rem 0 0 0;
  padding: 3rem 1rem;
  background: #fdfeef;
  background: -webkit-gradient(linear, left top, right top, from(#fdfeef), color-stop(30%, #fbfef0), color-stop(70%, #ecfdf4), to(#e9fdf5));
  background: linear-gradient(to right, #fdfeef 0%, #fbfef0 30%, #ecfdf4 70%, #e9fdf5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fdfeef", endColorstr="#e9fdf5",GradientType=1 );
}
.info .info_wrapper .tit_02_info {
  color: #333;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}
.info .info_wrapper .tit_02_info::after {
  display: block;
  content: "";
  background: url("../img/icon_h2.png") no-repeat center center/contain;
  width: 3.3rem;
  height: 0.3rem;
  margin: 0 auto 1rem;
}
.info .info_wrapper dl {
  margin: 0 auto;
  line-height: 1.4;
  padding: 2rem 1rem;
  border-bottom: 1px #888 solid;
}
.info .info_wrapper dl dt, .info .info_wrapper dl dd {
  word-break: break-all;
}
.info .info_wrapper dl dt {
  font-size: 1.5rem;
  color: #169239;
  padding: 2rem 0 0 0;
  margin: 2rem 0 1rem;
  border-top: 1px #888 solid;
}
.info .info_wrapper dl dt:not(.close)::before {
  content: "▲";
  margin: 0 0.6rem 0 0;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.info .info_wrapper dl dt.close::before {
  content: "▲";
  margin: 0 0.6rem 0 0;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info .info_wrapper dl dd {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  color: #444;
}
.info .info_wrapper dl dd .link_text {
  display: block;
  color: #109560;
  text-decoration: underline;
}
.info .info_wrapper dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 7.5rem 0 0 0;
    width: 100%;
    padding: 10rem 0;
  }
  .info .info_wrapper {
    width: 1110px;
    margin: 0 auto;
  }
  .info .info_wrapper .tit_02_info {
    font-size: 3rem;
    margin: 0 0 5rem;
  }
  .info .info_wrapper .tit_02_info::after {
    width: 6.6rem;
    height: 0.6rem;
    margin: 1.8rem auto 0;
  }
  .info .info_wrapper dl {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 0 2rem;
  }
  .info .info_wrapper dl dt {
    font-size: 2rem;
    padding: 2.6rem 0 0 0;
    margin: 2.6rem 0 1.4rem;
  }
  .info .info_wrapper dl dd {
    font-size: 1.8rem;
  }
}
.features {
  margin: 0;
  padding: 3rem 1rem 0 1rem;
}
.features .features_wrapper .catch {
  line-height: 1.6;
  font-size: 1.6rem;
}
.features .features_wrapper .box, .features .features_wrapper .box2 {
  padding: 1rem 0 1.6rem;
  border: 0.2rem #85961C solid;
  width: 100%;
  background: url("../img/bg_feature.png") no-repeat right 1rem bottom/40%;
  margin: 0 0 1.8rem;
}
.features .features_wrapper .box p, .features .features_wrapper .box2 p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 1rem 2rem 0 2rem;
}
.features .features_wrapper .box p.tit, .features .features_wrapper .box2 p.tit {
  font-size: 1.8rem;
  line-height: 1;
  color: #85961C;
  font-weight: bold;
  border-bottom: 0.2rem #85961C solid;
  width: 94%;
  padding: 0 0 1rem 2rem;
  margin: 0 auto 0 0;
}
.features .features_wrapper .box2 {
  background: url("../img/bg_feature2.png") no-repeat left 1rem top/40%;
  border: 0.2rem #109560 solid;
}
.features .features_wrapper .box2 p.tit {
  color: #109560;
  border-bottom: 0.2rem #109560 solid;
}

@media screen and (min-width: 48em), print {
  .features {
    margin: 10rem 0 0 0;
    padding: 0;
    width: 100%;
  }
  .features .features_wrapper {
    width: 1110px;
    margin: 6rem auto 0;
  }
  .features .features_wrapper .catch {
    font-size: 2.2rem;
  }
  .features .features_wrapper .box, .features .features_wrapper .box2 {
    padding: 2.8rem 0 4.4rem;
    background: url("../img/bg_feature.png") no-repeat right 3rem bottom/auto;
    margin: 0 0 4.8rem;
  }
  .features .features_wrapper .box p, .features .features_wrapper .box2 p {
    font-size: 2.2rem;
    padding: 2.6rem 6.5rem 0 6.5rem;
  }
  .features .features_wrapper .box p.tit, .features .features_wrapper .box2 p.tit {
    font-size: 2.6rem;
    text-align: left;
    padding: 0 0 1.5rem 6.5rem;
  }
  .features .features_wrapper .box2 {
    background: url("../img/bg_feature2.png") no-repeat left 3rem top/auto;
  }
}
.tre {
  margin: 0;
  padding: 3rem 1rem;
  background: url("../img/bg_tre.jpg") no-repeat center top/cover;
}
.tre .list_tre {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tre .list_tre li {
  margin: 0 0 1rem;
}
.tre .list_tre li a {
  font-size: 1.2rem;
  width: 14.5rem;
  height: 8.5rem;
  padding: 0 0.8rem;
  color: #444;
  background: #fff;
  border: 0.2rem #fcb97e solid;
  border-radius: 1rem;
  text-align: left;
  -webkit-box-shadow: 2px 2px 4px #ccc;
          box-shadow: 2px 2px 4px #ccc;
  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;
}
.tre .list_tre li a::after {
  display: inline-block;
  margin: 0;
  content: "";
  width: 5rem;
  height: 5rem;
}
.tre .list_tre li a.sb01::after {
  background: url("../img/tre_01.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb02::after {
  background: url("../img/tre_02.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb03::after {
  background: url("../img/tre_12.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb04::after {
  background: url("../img/tre_08.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb05::after {
  background: url("../img/tre_10.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb06::after {
  background: url("../img/tre_11.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb07::after {
  background: url("../img/tre_13.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb08::after {
  background: url("../img/tre_14.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb09::after {
  background: url("../img/tre_03.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb10::after {
  background: url("../img/tre_05.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb11::after {
  background: url("../img/tre_04.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb12::after {
  background: url("../img/tre_06.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb13::after {
  background: url("../img/tre_07.svg") no-repeat center center/contain;
}
.tre .list_tre li a.sb14::after {
  background: url("../img/tre_09.svg") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 10rem 0 7rem;
    width: 100%;
  }
  .tre .list_tre {
    width: 1110px;
    margin: 5rem auto 0;
  }
  .tre .list_tre li {
    margin: 0 0 3rem 0;
    width: 25rem;
  }
  .tre .list_tre li a {
    font-size: 2rem;
    width: 25rem;
    height: 9.5rem;
    padding: 0 1.8rem;
  }
  .tre .list_tre li a::after {
    width: 6rem;
    height: 6rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
  padding: 4rem 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 10rem auto 0;
  }
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 3rem solid #00b9d5;
  text-align: center;
  display: block;
  margin: 3rem auto;
}

.block {
  display: block;
  font-weight: bold;
}

.doctor .main .btn_rsv, .clinic .main .btn_rsv {
  font-size: 1.4rem;
  margin: 0 auto 0 0;
}
.doctor .main .btn_rsv::before, .clinic .main .btn_rsv::before {
  content: "▲";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 0.6rem 0 0;
  font-size: 80%;
}
.doctor .main .flex2, .clinic .main .flex2 {
  gap: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .doctor .main .pr, .clinic .main .pr {
    padding-right: 39rem;
  }
  .doctor .main .btn_rsv, .clinic .main .btn_rsv {
    font-size: 1.8rem;
  }
}
#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: left;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 2px solid #e1fad7;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    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;
  }
  .machine_flex .equip {
    width: 48%;
    margin: 0 0 4rem;
  }
  .machine_flex .equip img {
    margin: 0 0 1rem;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
.flow dd .btn_rsv {
  display: inline-block;
  padding: 0 3rem;
  margin: 1rem;
}
@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 #59b431;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .flexMap > div.imgIllustmap {
  margin: 2rem auto 0;
  text-align: center;
}
.access .flexMap > div.imgIllustmap img {
  width: 100%;
}
.access .illustmap {
  margin: 0 auto 2rem;
  display: block;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .flexMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access .main .flexMap > div {
    margin: 0 !important;
    width: 48% !important;
  }
  .access .main .flexMap > div.imgIllustmap {
    margin: 0;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
.tbl_price, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th {
  display: block;
  padding: 0.4rem 1rem;
  text-align: left;
  background: #f6f6f6;
  font-weight: normal;
  border: 1px solid #ccc;
  border-bottom: none;
}
.tbl_price tr td, .tbl_lst tr td {
  display: block;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: right;
}
.tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
  border-bottom: none;
}
.tbl_price.num, .num.tbl_lst {
  counter-reset: number 0;
}
.tbl_price.num tr th, .num.tbl_lst tr th {
  counter-increment: number 1;
}
.tbl_price.num tr th::before, .num.tbl_lst tr th::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.4rem;
}

.tbl_lst tr th {
  text-align: center;
}
.tbl_lst tr td {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_price tr th, .tbl_lst tr th {
    width: 45%;
    border-bottom: 1px solid #ccc;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
  }
}
.treatment .kasomenu_btn {
  text-align: right;
}

.chart .main .timetable_wrapper .tbl_time tr th[scope=col] {
  border-right: 0.1rem #a7a7a7 solid;
}
.chart .main .timetable_wrapper .tbl_time tr th[scope=col]:first-child {
  width: 18%;
  border-left: 0.1rem #a7a7a7 solid;
}
.chart .main .timetable_wrapper .tbl_time tr th.time {
  border-left: 0.1rem #a7a7a7 solid;
  border-right: 0.1rem #a7a7a7 solid;
  font-size: 80%;
}
.chart .main .timetable_wrapper .tbl_time tr td {
  border-right: 0.1rem #a7a7a7 solid;
}
@media screen and (min-width: 48em), print {
  .chart .main .timetable_wrapper .tbl_time tr th[scope=col]:first-child {
    width: 15%;
  }
  .chart .main .timetable_wrapper .tbl_time tr th.time {
    font-size: initial;
  }
}
.notfound .main {
  margin: 3rem 1rem !important;
}
.notfound .main .btn_detail {
  width: 60%;
  height: 3rem;
}
@media screen and (min-width: 48em), print {
  .notfound .main {
    margin: 5rem auto !important;
  }
  .notfound .main .btn_detail {
    width: 20rem;
    height: 5rem;
  }
}

/*.scroll {
	overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
.table_checkup {
  width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  table-layout: fixed;
  text-align: center;		
	th,td {
		border: 1px solid #ddd;
		padding: 10px;
		white-space: nowrap;
	}
	thead {
	th {
		background-color: #59b431;
		color: white;
		padding: 10px;
		text-align: center;
	}
	}
	tbody {
	tr {
		th {
			background-color: #e1fad7;
			font-weight: normal;
			} 
		&.first {
			th {
				&:nth-child(1) {
			font-weight: bold;
		}
			} 
			td {
				&.price {
					font-weight: bold;
				}
			}
		}
	}
	}
	}
}*/
.scroll {
  /*overflow-x: auto;
     -webkit-overflow-scrolling: touch; */
}
.scroll .table_checkup {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  table-layout: fixed;
  text-align: center;
}
.scroll .table_checkup th, .scroll .table_checkup td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 80%;
}
.scroll .table_checkup thead th {
  background-color: #59b431;
  color: white;
  padding: 10px;
  text-align: center;
}
.scroll .table_checkup tbody tr th {
  background-color: #e1fad7;
  font-weight: normal;
}
.scroll .table_checkup tbody tr.first th:nth-child(1) {
  font-weight: bold;
}
.scroll .table_checkup tbody tr.first td.price {
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .scroll {
    overflow: hidden;
  }
  .scroll .table_checkup {
    width: 100%;
    margin-top: 2rem;
  }
  .scroll .table_checkup th, .scroll .table_checkup td {
    font-size: 100%;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(30%, #fdbf02));
  background: linear-gradient(transparent 80%, #fdbf02 30%);
  line-height: 1;
}