@charset "UTF-8";
.footer a {
  display: inline-block;
}

a[href*=dummy] {
  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;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.larger {
  font-size: 150%;
}

.deco {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.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%;
}

@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;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.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: 1rem;
  table-layout: fixed;
  overflow: hidden;
}
.tbl_time tr th[scope=col] {
  padding: 0.6rem 0;
  color: #fff;
  background: #83B851;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 25%;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.1rem;
  padding: 0 1rem 0 0;
  white-space: nowrap;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  padding: 1rem 0;
  color: #519115;
  background: #fff;
}
.tbl_time tr td.cls {
  color: #333;
}
.tbl_time tr:nth-child(2) th.time {
  border-bottom: 0.1rem #83B851 solid;
}
.tbl_time tr:nth-child(2) td {
  border-bottom: 0.1rem #83B851 solid;
}
.tbl_time tr:last-child th.time {
  border-bottom: 0.2rem #83B851 solid;
}
.tbl_time tr:last-child td {
  border-bottom: 0.2rem #83B851 solid;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.04rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 28%;
  }
  .tbl_time tr td {
    padding: 0.75rem 0;
    font-size: 1.4rem;
  }
  p.notice {
    margin: 1.45rem 0 0 1.3rem;
    font-size: 1.6rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  font-size: 2.2rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 0 0 1rem;
  font-family: "Kosugi Maru", sans-serif;
  color: #796A56;
  letter-spacing: 0.2rem;
}

.tit_02 {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 2rem;
  color: #83B851;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.3rem;
}
.tit_02 span {
  display: block;
  color: #ccc;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin: 0.4rem auto 0;
}
.tit_02::after {
  display: block;
  margin: 0 auto;
  content: "";
  background: #479f3d;
  background: -webkit-gradient(linear, left top, right top, from(#479f3d), to(#b5cd00));
  background: linear-gradient(to right, #479f3d 0%, #b5cd00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#479f3d", endColorstr="#b5cd00",GradientType=1 );
  width: 100%;
  height: 0.2rem;
  margin: 0.4rem auto 0;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  background: url("../img/icon_h3.svg") no-repeat left bottom/20% #83B851;
  padding: 0.4rem 1rem 0 6.4rem;
}

.tit_04 {
  color: #519115;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  border-bottom: 0.1rem #519115 solid;
}
.tit_04::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_h4.svg") no-repeat center center/contain;
  width: 2.5rem;
  height: 2rem;
  vertical-align: bottom;
}

.tit_05 {
  color: #83B851;
  font-size: 1.6rem;
  margin: 0 0 2rem;
  border-bottom: 0.1rem #83B851 dashed;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 4rem 1rem;
    margin: 0;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 3rem;
  }
  .tit_02 span {
    font-size: 1.4rem;
    margin: 0.7rem auto 0;
  }
  .tit_02::after {
    height: 0.3rem;
    margin: 1.05rem auto 0;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 1rem 2rem 0.2rem 11.9rem;
    background: url("../img/icon_h3.svg") no-repeat left bottom/auto #83B851;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 1rem 0.75rem 0;
  }
  .tit_04::before {
    width: 5.1rem;
    height: 4.3rem;
    margin: 0 1rem 0 0;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 2rem;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #FABE00;
  vertical-align: 0.1rem;
  font-size: 70%;
}

.lst_ul02 {
  padding: 1.3rem 1.3rem 0 1.3rem;
}

.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: #CFDA52;
  font-weight: bold;
}

.lst_dl01 dt, .lst_dl03 dt {
  font-weight: bold;
}
.lst_dl01 dd, .lst_dl03 dd {
  margin: 0 0 1rem;
}

.lst_dl02 dt {
  background: #FCFFDC;
  padding: 0.2rem 0.8rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul02 li::before {
    vertical-align: 0.2rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt, .lst_dl03 dt {
    float: left;
    width: 10rem;
    font-weight: bold;
    clear: left;
    white-space: nowrap;
  }
  .lst_dl01 dd, .lst_dl03 dd {
    padding-left: 10rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem;
  }
  .lst_dl03 dt {
    width: 20rem;
  }
  .lst_dl03 dd {
    padding-left: 20rem;
  }
}
.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 li {
    width: 31%;
  }
}
.tel {
  line-height: 1;
  font-family: "Kosugi Maru", sans-serif;
  color: #796A56;
  width: 80%;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 48em), print {
  .tel {
    font-size: 3.2rem;
  }
}

.btn_rsv, .btn_link, .btn_link2, .btn_rsv2 {
  display: block;
  background: #83B851;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_link, .btn_link2, .btn_rsv2 {
    width: 70%;
    padding: 0.6rem 0;
  }
}

.btn_rsv2 {
  background: #FABE00;
}

.btn_link::before, .btn_link2::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e80a";
  font-size: 120%;
  margin: 0 0.6rem 0 0;
}

.btn_link2::before {
  content: "\e805";
}

.btn_detail {
  display: table;
  margin: 1rem auto 0;
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  background: #83B851;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.btn_detail::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.4rem 0 0;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    font-size: 1.6rem;
    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 1rem 0 0;
  }
  .btn_detail:hover {
    background: #CFDA52;
    color: #fff;
  }
}

.btn_txt {
  color: #555555;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .btn_txt:hover {
    color: #CFDA52;
  }
}

.anc li {
  display: inline-block;
  width: 49%;
}
.anc li .btn_detail {
  width: 100%;
  padding: .5rem;
  text-align: center;
}
.anc li .btn_detail::before {
  display: none!important;
}
.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 {
    width: 18%;
    margin: 0 1rem 2rem 0;
  }
.anc li .btn_detail::before {
  display: none!important;
}
  .anc li .btn_detail::after {
    content: "▼";
  }
}
.box_white {
  padding: 1rem;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 2.4rem;
  }
}

.box_yellow, .box_orange {
  padding: 1rem;
  background: #FCFFDC;
}
@media screen and (min-width: 48em), print {
  .box_yellow, .box_orange {
    padding: 2.4rem;
  }
}

.box_orange {
  background: #FFF5D5;
}

html {
  font-size: 3.125vw;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Sans-Serif;
}

body {
  background: #fff;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

aside {
  display: none;
}

article {
  background: url("../img/bg_bridge.png") no-repeat center bottom, url("../img/bg_top.svg") repeat left top/45%;
}

.wrapper {
  margin: 3rem 0 0 0;
  padding: 0 0 5rem;
}

.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(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 2.4rem 0 13.5rem;
    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: 90rem;
    font-size: 1.8rem;
    padding: 0 0 8rem;
    margin: 0 auto;
  }
  aside {
    display: block;
    width: 30rem;
  }
}
@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: 1rem;
  position: relative;
}
.header .sticky .wrap .logomark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 4.5rem;
}
.header .sticky .wrap .logo {
  height: 4.4rem;
  margin: 0 0 0 6.5rem;
}
.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 .h_access {
  color: #fff;
  background: #FABE00;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2rem;
  border-radius: 0.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0.6rem 0;
}
.header .sticky .wrap .headR .tel_add {
  text-align: center;
  margin: 1rem 0;
}
.header .sticky .wrap .headR .tel_add li {
  display: block;
  margin: 0 0 0.4rem;
  color: #796A56;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
}
.header .sticky .wrap .headR .tel_add li::before {
  display: inline-block;
  font-family: fontello;
  content: "\e807";
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
  }
  .header .sticky {
    background: #fff;
  }
  .header .sticky .wrap {
    margin: 0 auto 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .header .sticky .wrap .logomark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: auto;
    height: auto;
  }
  .header .sticky .wrap .logo {
    width: 42.7rem;
    height: 10.7rem;
    margin: 0.6rem 0 0 30.9rem;
  }
  .header .sticky .wrap .headR {
    margin: 0 0 0 auto;
  }
  .header .sticky .wrap .headR .h_access {
    font-size: 2rem;
    width: 34rem;
    height: 4.4rem;
    border-radius: 0 0 1rem 1rem;
    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;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 0.4rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add li {
    margin: 0;
    font-size: 2.4rem;
  }
  .header .sticky .wrap .headR .tel_add li::before {
    margin: 0 -0.6rem 0 0;
  }
}
.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: #fff;
  background: #83B851;
  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: "\e800";
  line-height: 0.8;
  font-size: 90%;
}
.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: "\e801";
  line-height: 0.8;
  font-size: 90%;
}
.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: #FFF5D5;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #796A56;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #796A56;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #333 !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: #CFDA52;
}
.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_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%;
    height: 10rem;
    padding: 0;
    margin: 0;
    background: #83B851;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #nav ul li {
    position: relative;
    width: 15rem;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    height: 10rem;
    padding: 0;
    white-space: nowrap;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav ul li a:hover {
    background: #CFDA52;
  }
  #nav ul li a::before {
    display: block;
    margin: 0 auto 0.6rem;
    font-family: fontello;
    font-size: 4.4rem;
    width: 100%;
  }
  #nav ul li a.home::before {
    content: "\e808";
  }
  #nav ul li a.doctor::before {
    content: "\f0f1";
  }
  #nav ul li a.first::before {
    content: "\e809";
  }
  #nav ul li a.clinic::before {
    content: "\f0fa";
  }
  #nav ul li a.access::before {
    content: "\e806";
  }
  #nav ul li a.recruit::before {
    content: "\e80a";
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: auto;
    height: auto;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    height: auto;
    padding: 1.6rem 0;
    width: 100%;
    margin: 0;
    background: #CFDA52;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br {
    display: none;
  }
  #nav ul .children-1 li a:hover, #nav ul .children-2 li a:hover {
    background: #E9E9E9;
    color: #83B851;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 8.1rem;
    left: -4rem;
    margin: auto;
    width: 150%;
    padding: 0;
  }
  #nav ul .children-1 li .children-2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 110px;
    width: 100%;
  }
  #nav ul .children-1 li:hover .children-2 {
    display: block;
    background: #E6E4D7;
  }
  #nav ul .children-2 a {
    width: 100%;
  }
  .index #nav .home,
  .treatment #nav .sub,
  .clinic #nav .clinic,
  .doctor #nav .doctor,
  .first #nav .first,
  .access #nav .access {
    background: #CFDA52;
  }
}
.overview {
  padding: 4rem 1rem 1rem 1rem;
  margin: 0;
  width: 100%;
  background: url("../img/bg_summary.jpg") no-repeat center top/cover;
}
.overview > .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem;
  margin: 0 auto;
  background: #fff;
}
.overview > .wrap .overviewL {
  padding: 0 1rem;
}
.overview > .wrap .overviewL .clinic_name {
  width: 100%;
  margin: 0 0 1.2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0 0;
  line-height: 1.5;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 25%;
  font-size: 1.4rem;
  color: #92C13A;
  text-align: left;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dt::before {
  display: inline-block;
  font-family: fontello;
  content: "\f105";
  font-weight: bold;
  margin: 0 0.2rem 0 0;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  font-size: 1.4rem;
  margin: 0 0 1rem 0.8rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel {
  color: #333;
}
.overview > .wrap .overviewL .tbl_wrapper {
  width: 100%;
  margin: 1.6rem 0 0 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0 0;
  padding: 0;
}
.overview > .wrap .overviewR .bnr {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 4.7rem 0 4.6rem;
  }
  .overview > .wrap {
    width: 118rem;
    margin: 0 auto;
    padding: 5.4rem 2.5rem 4.1rem 8.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    padding: 0;
    margin: 0;
    width: 56rem;
  }
  .overview > .wrap .overviewL .clinic_name {
    width: 46.9rem;
    margin: 0 auto;
  }
  .overview > .wrap .overviewL .clinic_name img {
    width: 100%;
  }
  .overview > .wrap .overviewL .gaiyo {
    margin: 3.1rem 0 0 5rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 10rem;
    font-size: 1.6rem;
    padding: 0;
    margin: 0 0 1.3rem;
  }
  .overview > .wrap .overviewL .gaiyo dt::before {
    margin: 0 0.4rem 0 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 40rem;
    font-size: 1.6rem;
    margin: 0 0 1.3rem;
    padding: 0 0 0 1.7rem;
  }
  .overview > .wrap .overviewL .gaiyo dd .tel {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .tbl_wrapper {
    width: 56rem;
    margin: 4rem 0 0 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    padding: 0;
    width: 44.4rem;
  }
  .overview > .wrap .overviewR .btn_detail {
    width: 100%;
    height: 4.3rem;
    margin: 0.9rem auto 0;
  }
  .overview > .wrap .overviewR .bnr {
    display: none;
  }
}
.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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel_up ul li {
  white-space: nowrap;
  font-size: 1.4rem;
}
.tel_up ul li .tel {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0 0.4rem;
}
.tel_up ul li::before {
  display: inline-block;
  font-family: fontello;
  content: "\e807";
  font-weight: bold;
  margin: 0 0.1rem 0 0;
}
.tel_up .footer_rsv {
  white-space: nowrap;
  background: #83B851;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  text-align: center;
  border-radius: 0.8rem;
  display: block;
  white-space: nowrap;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  text-align: center;
  padding: 0.2rem 0 0 0;
  line-height: 1;
  color: #fff;
  background: #41780D;
  border-radius: 50%;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e802";
  font-weight: normal;
  font-size: 3rem;
}
.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 ul, .tel_up .tel, .tel_up .btn_rsv, .tel_up .btn_rsv2, .tel_up .btn_link, .tel_up .btn_link2, .tel_up .footer_rsv {
    display: none;
  }
  .tel_up .pageup a {
    width: 5rem;
    height: 5rem;
    padding: 0.7rem 0 0 0;
  }
  .tel_up .pageup a::before {
    font-size: 2.8rem;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  color: #fff;
  display: block;
  padding: 1rem 1rem 5.4rem;
  font-size: 1.2rem;
  background: #519115;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #83B851;
  }
  .footer .footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 3rem 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;
    -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 {
    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.4rem;
    -webkit-text-size-adjust: none;
    border-right: 0.1rem #fff solid;
    padding: 0 2rem;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li:first-of-type, .footer .footer_wrapper .footer_nav ul.sub li:first-of-type {
    border-left: 0.1rem #fff solid;
  }
  .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 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.sp_tre, .footer .footer_wrapper .footer_nav ul.sub li.sp_tre {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    margin: 1.4rem 0 0 0;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 0.85rem 0;
    font-size: 1.2rem;
  }
}
body.index .wrapper {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  body.index .wrapper {
    margin: 0 auto;
  }
}
body.index .main {
  padding: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0;
  }
}

#keyvsl {
  margin: 1rem 0 0 0;
  padding: 17rem 1rem 1rem 1rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/155% auto;
}
#keyvsl .inner .open {
  color: #fff;
  background: #FABE00;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  line-height: 1.2;
  font-size: 1.6rem;
  width: 60%;
  margin: 0 auto;
  padding: 0.4rem 0;
}
#keyvsl .inner .open span.fs33 {
  font-size: 2rem;
}
#keyvsl .inner .open span.fs57 {
  font-size: 2.4rem;
}
#keyvsl .inner p.catch {
  font-size: 1.2rem;
  margin: 1.6rem 0 0 0;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  line-height: 1.6;
  text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto;
    margin: 0;
    padding: 0;
    height: 55rem;
  }
  #keyvsl .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 21.4rem 0 0 0;
  }
  #keyvsl .inner .open {
    width: 23.2rem;
    height: 11.3rem;
    font-size: 2.5rem;
    padding: 0.4rem 0 0 0;
  }
  #keyvsl .inner .open span.fs33 {
    font-size: 3.3rem;
  }
  #keyvsl .inner .open span.fs57 {
    font-size: 5.7rem;
  }
  #keyvsl .inner p.catch {
    font-size: 2.2rem;
    margin: 3.5rem 0 0 0;
  }
}
.info {
  margin: 0;
  padding: 2rem 1rem;
}
.info dl {
  margin: 1.8rem auto 0;
  line-height: 1.4;
}
.info dl dt, .info dl dd {
  word-break: break-all;
}
.info dl dt span {
  display: block;
}
.info dl dt span.tit {
  font-size: 1.4rem;
  color: #92C13A;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  text-indent: -0.8rem;
  padding-left: 1.8rem;
}
.info dl dt span.tit::before {
  font-family: fontello;
  display: inline-block;
  font-weight: normal;
  margin: 0 0.2rem 0 0;
}
.info dl dt span.date {
  font-weight: normal;
  color: #999;
  font-size: 1.2rem;
}
.info dl dt:not(.close) .tit::before {
  content: "\e804";
}
.info dl dt.close .tit::before {
  content: "\e803";
}
.info dl dd {
  font-size: 1.4rem;
  padding: 0 1rem 1.6rem 0;
  margin: 0 0 1.6rem;
  border-bottom: 0.1rem #C3C3C3 dashed;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}
.info dl dd .link_text {
  display: block;
  color: #CFDA52;
  margin: 0.4rem 0 0 0;
  text-decoration: underline;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .info dl {
    width: 82.8rem;
    margin: 3.85rem auto 0;
    padding: 0;
  }
  .info dl dt span.tit {
    font-size: 1.8rem;
    text-indent: 0;
    padding-left: 0;
  }
  .info dl dt span.tit::before {
    margin: 0 0.7rem 0 0;
  }
  .info dl dd {
    font-size: 1.6rem;
    padding: 0 1rem 1.6rem 1.6rem;
  }
}
.features {
  margin: 0;
  padding: 3rem 1rem 0;
}
.features .box_txt {
  background: url("../img/bg_wave.png") no-repeat center center/cover;
}
.features .box_txt p {
  margin: 0;
  text-align: center;
  color: #707070;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.features .box_txt p.tit {
  color: #519115;
  font-size: 1.4rem;
}
.features .f_wrapper {
  margin: 5rem 1rem 0;
}
.features .f_wrapper .box, .features .f_wrapper .box2 {
  position: relative;
  margin: 0 0 2rem;
}
.features .f_wrapper .box .inner, .features .f_wrapper .box2 .inner {
  display: block;
}
.features .f_wrapper .box img, .features .f_wrapper .box2 img {
  width: 100%;
}
.features .f_wrapper .box p, .features .f_wrapper .box2 p {
  margin: 0;
}
.features .f_wrapper .box p.txt, .features .f_wrapper .box2 p.txt {
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin: 1rem 0 0 0;
}
.features .f_wrapper .box p.tit, .features .f_wrapper .box2 p.tit {
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #519115;
  border-bottom: 0.1rem #519115 solid;
  margin: 0 0 1rem;
}
.features .f_wrapper .box p.tit .num, .features .f_wrapper .box2 p.tit .num {
  color: #FABE00;
  font-family: "Marck Script", cursive;
  line-height: 1;
  font-size: 2.6rem;
  display: block;
}
.features .f_wrapper .box p.tit .num span, .features .f_wrapper .box2 p.tit .num span {
  font-size: 4.7rem;
}
.features p.f_catch {
  margin: 3rem 0 0 0;
  text-align: center;
  line-height: 2;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .features {
    margin-top: 12.5rem !important;
    margin: 12.5rem auto 0;
    padding: 0;
  }
  .features .box_txt {
    background: url("../img/bg_wave.png") no-repeat center center/auto;
    min-height: 29.4rem;
    padding: 8.8rem 0 0 0;
  }
  .features .box_txt p {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .features .box_txt p.tit {
    font-size: 2.8rem;
  }
  .features .f_wrapper {
    width: 84.8rem;
    margin: 3rem auto 0;
  }
  .features .f_wrapper .box, .features .f_wrapper .box2 {
    width: 100%;
    margin: 0 0 3.9rem;
  }
  .features .f_wrapper .box .inner, .features .f_wrapper .box2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features .f_wrapper .box img, .features .f_wrapper .box2 img {
    width: 32rem;
  }
  .features .f_wrapper .box p.txt, .features .f_wrapper .box2 p.txt {
    width: 51rem;
    font-size: 1.6rem;
    margin: 0;
  }
  .features .f_wrapper .box p.tit, .features .f_wrapper .box2 p.tit {
    font-size: 2.1rem;
    margin: 0 0 2.2rem;
  }
  .features .f_wrapper .box p.tit .num, .features .f_wrapper .box2 p.tit .num {
    font-size: 3.6rem;
    margin: 0 1.75rem 0 0;
    display: inline-block;
  }
  .features .f_wrapper .box p.tit .num span, .features .f_wrapper .box2 p.tit .num span {
    font-size: 9.7rem;
  }
  .features .f_wrapper .box2 .inner img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features .f_wrapper .box2 .inner p.txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features p.f_catch {
    font-size: 2rem;
    margin: 5.2rem 0 0 0;
  }
}
.greetng {
  margin: 0;
  padding: 3rem 1rem;
  background: #fff;
}
.greetng .greetng_wrapper .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.greetng .greetng_wrapper .txt p span {
  font-size: 1.8rem;
}
.greetng .greetng_wrapper .txt p.doctor_name {
  text-align: right;
}
.greetng .greetng_wrapper .txt .btn_detail {
  margin: 1.8rem auto 0;
}

@media screen and (min-width: 48em), print {
  .greetng {
    margin: 0;
    padding: 5rem 0 10rem;
    width: 100%;
  }
  .greetng .greetng_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greetng .greetng_wrapper .imgGreeting {
    margin: 0;
    width: 42rem;
  }
  .greetng .greetng_wrapper .txt {
    width: 60rem;
  }
  .greetng .greetng_wrapper .txt p {
    font-size: 1.8rem;
  }
  .greetng .greetng_wrapper .txt p span {
    font-size: 2.4rem;
  }
  .greetng .greetng_wrapper .txt p.doctor_name {
    text-align: left;
  }
  .greetng .greetng_wrapper .txt .btn_detail {
    width: 28rem;
    height: 6rem;
    font-size: 1.8rem;
    margin: 3.6rem 0 0 0;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 0 auto;
    width: 82.5rem;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .wrapper {
    width: 1200px;
    margin: 2.42rem auto 0;
  }
  body:not(.index) aside {
    display: block;
    width: 32rem;
  }
}

.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;
}

.treatment .tre {
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .treatment .tre {
    padding: 0;
  }
  .treatment .tre .subnav li {
    width: 50%;
  }
}
#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 #FFF5D5;
}

.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;
  }
  .machine_flex .equip {
    width: 48%;
    margin: 0 0 3rem;
  }
  .machine_flex .equip img {
    margin: 0 0 1rem;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.flow dt, .flow2 dt {
  font-weight: bold;
  background: #FFF5D5;
  padding: 0.2rem 1rem;
}
.flow dd, .flow2 dd {
  margin: 0 0 6rem;
  position: relative;
  padding: 0.4rem 1rem;
}
.flow dd .btn_rsv, .flow2 dd .btn_rsv, .flow dd .btn_rsv2, .flow2 dd .btn_rsv2, .flow dd .btn_link, .flow2 dd .btn_link, .flow dd .btn_link2, .flow2 dd .btn_link2 {
  display: inline-block;
  padding: 0 3rem;
  margin: 1rem;
}
@media screen and (min-width: 48em), print {
  .flow dd, .flow2 dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after, .flow2 dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #FFF5D5;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

.flow2 dd {
  border: 0.1rem solid #CFDA52;
  padding: 1rem;
}

.access .main .tel a {
  text-decoration: none;
}
.access .main iframe {
  width: 100%;
  height: 30rem;
  margin: 2rem 0;
  border: 0;
}

@media screen and (min-width: 48em), print {
  .access .main iframe {
    height: 50rem;
  }
}
.tbl_price, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td {
  display: table-cell;
  text-align: center;
}
.tbl_price tr th, .tbl_lst tr th {
  padding: 0.4rem 0.6rem;
  background: #FCFFDC;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #333;
}
.tbl_price tr td, .tbl_lst tr td {
  padding: 0.6rem;
  border: 1px solid #ccc;
}
.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 th:first-of-type {
  width: 30%;
}
.tbl_lst tr td {
  text-align: left;
}
.tbl_lst tr td:first-of-type {
  background: #eee;
}

@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_lst tr th, .tbl_price tr td, .tbl_lst tr td {
    padding: 2rem;
  }
  .tbl_price tr th, .tbl_lst tr th {
    border-bottom: 1px solid #ccc;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 48em), print {
  .vaccination .main .inner {
    width: 50%;
  }
}
.treatment .kasomenu_btn {
  text-align: right;
}

nav {
  margin: 1rem 1rem 0;
}
nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin: 0;
  color: #333;
  font-family: "Kosugi Maru", sans-serif;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e805";
  color: #333;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #83B851;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1200px;
    margin: 2.45rem auto 0;
  }
  nav .breadcrumb {
    font-size: 1.6rem;
  }
  nav .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
    font-size: 1.6rem;
  }
}
/* AccordionArea
-------------------------- */
.acd_menu {
  width: 100%;
}
.acd_menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
.acd_menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.acd_menu ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

label {
  display: block;
  margin: 0 0 4px 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #F7F7F7;
  cursor: pointer;
}

input {
  display: none;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li {
  height: auto;
  opacity: 1;
  padding: 1rem 2rem 2rem 2rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  aside {
    background: transparent;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 5rem;
  }
  aside div.aside_wrapper {
    width: 100%;
    padding: 0 0 2rem;
  }
  aside div.aside_wrapper .tit {
    margin: 1rem 0 0 0;
    color: #83B851;
    background: #fff;
    width: 28rem;
    height: 8.25rem;
    padding: 1.7rem 0 0 0;
    font-size: 2.6rem;
    font-family: "Kosugi Maru", sans-serif;
    line-height: 1;
    border-radius: 0.6rem 0.6rem 0 0;
    text-align: center;
    border-left: 0.2rem #83B851 solid;
    border-right: 0.2rem #83B851 solid;
    border-top: 0.2rem #83B851 solid;
    border-bottom: 0.1rem #83B851 dashed;
  }
  aside div.aside_wrapper .tit span {
    color: #CCCCCC;
    font-size: 1.2rem;
    font-family: "Kosugi Maru", sans-serif;
    display: block;
    margin: 0.9rem 0 0 0;
  }
  aside div.aside_wrapper ul {
    width: 28rem;
    list-style-type: none;
    margin: 0;
    padding: 1.95rem 0 1.8rem;
    background: #fff;
    border-radius: 0 0 0.6rem 0.6rem;
    border-left: 0.2rem #83B851 solid;
    border-right: 0.2rem #83B851 solid;
    border-bottom: 0.2rem #83B851 solid;
  }
  aside div.aside_wrapper ul li {
    padding: 0 0 0 0.7rem;
    margin: 0 0 1.4rem;
  }
  aside div.aside_wrapper ul li:hover {
    background: #F7F7F7;
  }
  aside div.aside_wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6rem;
    font-size: 2rem;
    color: #000;
    font-family: "Kosugi Maru", sans-serif;
  }
  aside div.aside_wrapper ul li a::before {
    color: #fff;
    background: #83B851;
    width: 5.1rem;
    height: 5.1rem;
    border-radius: 50%;
    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;
    margin: 0 0.8rem 0 0;
  }
  aside div.aside_wrapper ul li a.internal::before {
    content: url("../img/i_internal.svg");
  }
  aside div.aside_wrapper ul li a.cardiovascular::before {
    content: url("../img/i_cardiovascular.svg");
  }
  aside div.aside_wrapper ul li a.women::before {
    content: url("../img/i_women.svg");
    padding: 0.4rem 0 0 0.4rem;
  }
  aside div.aside_wrapper ul li a.kampo::before {
    content: url("../img/i_kampo.svg");
    padding: 0.2rem 0 0 0.4rem;
  }
  aside div.aside_wrapper ul li a.lifestyle-related::before {
    content: url("../img/i_lifestyle-related.svg");
    padding: 0.2rem 0 0 0.4rem;
  }
  aside div.aside_wrapper ul li a.sas::before {
    content: url("../img/i_sas.svg");
  }
  aside div.aside_wrapper ul li a.antismoking::before {
    content: url("../img/i_antismoking.svg");
  }
  aside div.aside_wrapper ul li a.checkup::before {
    content: url("../img/i_checkup.svg");
    padding: 0.4rem 0 0 0.7rem;
  }
  aside div.aside_wrapper ul li a.vaccination::before {
    content: url("../img/i_vaccination.svg");
  }
  aside div.aside_wrapper ul li a.hay_fever::before {
    content: url("../img/i_hay_fever.svg");
  }
  aside div.aside_wrapper ul li a.home_medical_care::before {
    content: url("../img/i_home_medical_care.svg");
  }
  aside div.aside_wrapper ul li a.intravenousdrip::before {
    content: url("../img/i_intravenousdrip.svg");
  }
  aside div.aside_wrapper .bnr {
    display: block;
    width: 28rem;
    margin: 3rem 0 0 0;
  }
  aside div.aside_wrapper .bnr img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */