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

a[href*=dummy] {
  pointer-events: none;
}

/* _reset.scss　出力*/
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;
}

/* _module.scss　出力*/
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.uline {
  text-decoration: underline;
}

.larger {
  font-size: 120%;
}

.red {
  color: #f00;
}

.orange {
  color: #EA6000;
}

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.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: 1.4rem;
  table-layout: fixed;
  overflow: hidden;
  font-family: "Kosugi Maru", sans-serif;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  color: #284B7F;
  font-weight: 700;
  background: #54C2F0;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
  border-left: none;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.1rem;
  white-space: nowrap;
  border-right: 0;
  border-radius: 0 1rem 0 0;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  background: #fff;
  font-size: 1.4rem;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 1;
  background: #fff;
}
.tbl_time tr td span {
  color: #06C755;
}
.tbl_time tr:not(:first-child) th, .tbl_time tr:not(:first-child) td {
  border-bottom: 0.1rem #DCDCDC solid;
}

p.notice {
  margin: 0.8rem 1rem 0;
  font-size: 1.4rem;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.4;
}
p.notice span.indent {
  display: block;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
p.notice span span {
  color: #EA6000;
}

@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col] {
    padding: 1.9rem 0;
    font-size: 2rem;
  }
  .tbl_time tr th.time {
    font-size: 2rem;
  }
  .tbl_time tr td {
    font-size: 1.8rem;
    padding: 2.1rem 0;
  }
  p.notice {
    margin: 1rem 1.2rem 0;
    font-size: 1.8rem;
  }
  p.notice span.indent {
    padding-left: 2rem;
    text-indent: -1.8rem;
  }
}
.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.4rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 0;
  color: #284B7F;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
}

.tit_02 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 0 1rem 0.4rem;
  color: #284B7F;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
}
.tit_02::after {
  display: block;
  content: "";
  background: url("../img/bg_h2.jpg") no-repeat center center/contain;
  width: 100%;
  height: 0.3rem;
}

.tit_03 {
  color: #284B7F;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 2rem;
  background: #B2DDE2;
  padding: 0.4rem 1rem;
  line-height: 1;
  border-radius: 0.6rem;
}

.tit_04 {
  color: #00AF95;
  font-size: 1.8rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  margin: 0 0 2rem;
  border-bottom: solid 0.3rem #DCDCDC;
  position: relative;
  line-height: 1;
}
.tit_04::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 0.3rem #00AF95;
  bottom: -0.3rem;
  width: 20%;
}

.tit_05 {
  color: #EA6000;
  font-size: 1.6rem;
  margin: 0 0 2rem;
  line-height: 1;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
    padding: 13.76rem 1rem 12.6rem;
    margin: -4rem 0 0 0;
    background: url(../img/tit_01.jpg) no-repeat center top/auto;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 5.5rem;
  }
  .tit_02::after {
    height: 0.6rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    padding: 1.65rem 2.08rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 0 0.8rem;
  }
  .tit_04::after {
    width: 14rem;
  }
  .tit_05 {
    font-size: 2rem;
  }
}
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li:last-child, .lst_ul02 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #00AF95;
  vertical-align: 0.1rem;
  font-size: 50%;
}

.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: #333;
  font-weight: bold;
}

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

.lst_dl02 dt {
  background: #DCF2F5;
  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.3rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_ul02 li::before {
    vertical-align: 0.25rem;
  }
  .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;
  }
}
.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%;
}

.flex2 li:first-child {
  margin: 0 0 1rem;
}

@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;
  color: #284B7F;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}
.tel::before {
  content: "TEL.";
  font-size: 73%;
  margin: 0 0.5rem 0 0;
  vertical-align: 0.1rem;
}
.tel a {
  text-decoration: none !important;
}
.btn_rsv, .btn_rsv_line {
  display: block;
  background: #00469B;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  line-height: 1;
  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_rsv_line {
  background: #06C755;
}

.btn_link {
  background: #F9C292;
  border-radius: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 0.6rem 0;
  color: #fff;
  line-height: 1;
  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_link::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e810";
  font-size: 80%;
  margin: 0 0.3rem 0 0;
}

.btn_detail {
  display: table;
  margin: 1rem auto 0;
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  background: #fff;
  color: #00AF95;
  border: 0.1rem #00AF95 solid;
  text-decoration: none !important;
  position: relative;
}
.btn_detail::after {
  position: absolute;
  font-family: "fontello";
  content: "\f006";
  right: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    border-radius: 3rem;
    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::after {
    right: 1.4rem;
  }
  .btn_detail:hover {
    background: #00AF95;
    color: #fff;
  }
}

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

.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_pink {
  padding: 1rem;
  background: #EDF9FE;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_pink {
    padding: 2.4rem;
  }
}

.box_pink {
  background: #FDF6E5;
}
/* _common.scss　出力*/
html {
  font-size: 3.125vw;
  font-family: "Kosugi Maru", sans-serif;
}

body {
  background: #fff;
  color: #333;
}

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

aside {
  display: none;
}

.wrapper {
  margin: 3rem 0 0 0;
}

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

:target::before {
  content: "";
  display: block;
  height: 8rem;
  margin: -8rem 0 0;
}

@media screen and (min-width: 48em), print {
  :target::before {
    content: "";
    display: block;
    height: 15rem;
    margin: -15rem 0 0;
  }
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    width: 1100px;
    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 {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header .sticky {
  background: #fff url("../img/bg_header.png") repeat-x top;
}
.header .sticky .wrap {
  padding: 2.4rem 1rem 1rem 1rem;
}
.header .sticky .wrap .logo {
  height: 2.9rem;
}
.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;
  margin: 0 auto;
}

.headR {
  margin: 1rem auto 0;
  width: 95%;
}
.headR p.top_notice {
  margin: 0;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.1rem;
  text-align: center;
}
.headR p.top_notice span {
  color: #EA6000;
}
.headR .tel_add {
  text-align: center;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headR .tel_add li {
  width: 49%;
}
.headR .tel_add li .btn_rsv, .headR .tel_add li .btn_rsv_line {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 0;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0 0 4.4rem;
    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: 43.8rem;
    height: 5.3rem;
    margin: 3.85rem 0 0 0;
  }
  .header .sticky .wrap .logo a {
    width: 100%;
  }
  .header .sticky .wrap .headR {
    margin: 1.7rem 0 0 0;
    width: auto;
  }
  .header .sticky .wrap .headR p.top_notice {
    text-align: center;
    font-size: 1.8rem;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 1rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add li {
    width: auto;
    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 li .tel {
    font-size: 3.2rem;
    letter-spacing: 0.06rem;
  }
  .header .sticky .wrap .headR .tel_add li .btn_rsv, .header .sticky .wrap .headR .tel_add li .btn_rsv_line {
    font-size: 1.8rem;
    margin: 0 0 0 1rem;
    padding: 0;
  }
  .header .sticky .wrap .headR .tel_add li .btn_rsv {
    width: 15rem;
    height: 5rem;
  }
  .header .sticky .wrap .headR .tel_add li .btn_rsv_line {
    width: 19rem;
    height: 5rem;
  }
}
/*
.fixed_rsv_btn {
	display: block;
	.fixed_rsv {
		display: none;
	}
	@include pc {
		.fixed_rsv {
      color: #fff;
      font-size: 1.8rem;
      background: $clr_sub;
			border-radius: 1.0rem 0 0 1.0rem;
      @include flex;
      @include SetPrefix(justify-content, center);
      @include SetPrefix(align-items, center);
      z-index: 999;
      position: fixed;
      top: 14.0rem;
      right: 0;
      width: 6.0rem;
      height: 15.6rem;
      text-align: center;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
			&::before {
        display: inline-block;
        font-family: fontello;
        content: '\e802';
        margin: 0 0 .3rem;
			}
		}
	}
}
*/
.tel_add .tel {
  font-size: 250%;
}

.slicknav_menu {
  display: inline-block;
  position: fixed;
  top: 1.4rem;
  right: 0;
  font-size: 4rem;
  background: none;
  padding: 0;
  z-index: 99999;
}
.slicknav_menu .slicknav_btn {
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background: #284B7F;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.2rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed {
  /*
    &::after {
      display: block;
      content: 'MENU';
      font-size: 1.2rem;
    }
  */
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 1;
}
.slicknav_menu .slicknav_btn.slicknav_open {
  /*
    &::after {
      display: block;
      content: 'CLOSE';
      font-size: 1.2rem;
    }
  */
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 1;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #fff;
  padding: 1.6rem 1.6rem 8rem 1.6rem;
  position: absolute;
  top: 4.8rem;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.slicknav_menu .slicknav_nav li {
  border-bottom: 1px solid #DCDCDC;
}
.slicknav_menu .slicknav_nav li a {
  font-family: "Kosugi Maru", sans-serif;
  display: block;
  color: #333 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav li a span {
  display: none;
}
.slicknav_menu .slicknav_nav li a span.treatment {
  display: block;
}
.slicknav_menu .slicknav_nav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  content: "▼";
  color: #284B7F;
}
.slicknav_menu .slicknav_nav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav li.slicknav_open > a.slicknav_item .sub::after {
  content: "▲";
}
.slicknav_menu .slicknav_nav li .subnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav li .subnav li {
  border: none;
}
.slicknav_menu .slicknav_nav li .subnav li a {
  padding: 1rem;
  background: #EDF9FE;
}
.slicknav_menu .slicknav_nav li .subnav li a span {
  display: block;
}
.slicknav_menu .slicknav_nav li .subnav li a br {
  display: none;
}
.slicknav_menu .slicknav_menutxt, .slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

.menu_var_scroll {
  height: 100%;
}
.menu_var_scroll ul {
  height: 100% !important;
  overflow: auto !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    width: 1100px;
    height: 8rem;
    background: #fff;
    margin: -4.4rem auto 0;
    padding: 0;
    border-radius: 0 0 3rem 3rem;
    /*
    &.fixed {
    	position: fixed;
    	top: 0;
    	z-index: 9999999;
    	margin: 0 !important;
    }
    */
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    margin: 0;
    padding: 0 7.4rem;
  }
  #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;
    height: 8rem;
    padding: 2.7rem 0;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    color: #333;
    height: 100%;
    font-family: "Kosugi Maru", sans-serif;
  }
  #nav ul li a .treatment::after {
    font-family: fontello;
    content: "\e80c";
    margin: 0 0 0 0.58rem;
    font-size: 70%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    vertical-align: 0.2rem;
    color: #284B7F;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: 50%;
    height: auto;
    border-left: 0;
    float: left;
    padding: 0 0.8rem 0 0;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    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;
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 2rem;
    font-family: "Kosugi Maru", sans-serif;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0;
    width: 18.3rem;
    height: 3.8rem;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br {
    display: none;
  }
  #nav ul .children-1 li:hover, #nav ul .children-2 li:hover {
    background: #284B7F;
    border-radius: 1rem;
  }
  #nav ul .children-1 li:hover a, #nav ul .children-2 li:hover a {
    color: #fff !important;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: #EDF9FE;
    border-radius: 1rem;
    z-index: 999;
    top: 8rem;
    left: 0;
    margin: auto;
    width: 44.3rem;
    padding: 1.8rem 1.7rem;
    -webkit-box-shadow: 0.3rem 0.3rem 1rem #ccc;
            box-shadow: 0.3rem 0.3rem 1rem #ccc;
  }
  #nav ul .children-1 li {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 0 1rem;
  }
  #nav ul .children-1 li:last-child, #nav ul .children-1 li:nth-last-child(2) {
    margin: 0;
  }
  #nav ul .children-1 li a {
    color: #333 !important;
  }
  #nav ul .children-1 li .children-2 {
    display: none;
    position: absolute;
    top: 0;
    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 li:first-child a,
  .doctor #nav li:nth-child(2) a,
  .clinic #nav li:nth-child(3) a,
  .treatment #nav li:nth-child(4) a,
  .first #nav li:nth-child(5) a,
  .access #nav li:nth-child(6) a {
    padding: 0 0 0.4rem 0;
  }
  .index #nav li:first-child a::after,
  .doctor #nav li:nth-child(2) a::after,
  .clinic #nav li:nth-child(3) a::after,
  .treatment #nav li:nth-child(4) a::after,
  .first #nav li:nth-child(5) a::after,
  .access #nav li:nth-child(6) a::after {
    content: "";
    display: block;
    background: #284B7F;
    height: 0.4rem;
    width: auto;
    margin: 0.8rem 0 0 0;
  }
}
.overview {
  padding: 0 0 2rem;
  margin: 0;
  width: 100%;
  background: #284B7F;
}
.overview::before {
  display: block;
  content: "";
  background: url("../img/bg_header.png") repeat-x center top, #fff;
  width: 100%;
  height: 1rem;
}
.overview .clinic_name {
  width: 80%;
  text-align: center;
  padding: 1rem 0 0.4rem;
  background: #fff;
  border-radius: 1rem;
  margin: 3rem auto 0;
}
.overview .clinic_name img {
  width: 90%;
}
.overview .clinic_name .tel {
  color: #333;
  font-size: 1.8rem;
}
.overview > .wrap {
  margin: 0 auto;
  padding: 0 1rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0 0;
}
.overview > .wrap .overviewR iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 35rem;
  margin: 0;
}
.overview > .wrap .overviewR .btn_ggl {
  color: #fff;
  border: 0.1rem #fff solid;
  border-radius: 1rem;
  font-size: 1.6rem;
  width: 80%;
  height: 3rem;
  margin: 1.4rem auto 0;
  line-height: 1;
  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;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 0 0;
  line-height: 1.5;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  color: #fff;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 21%;
  font-size: 1.3rem;
  margin: 0 0 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 74%;
  font-size: 1.3rem;
  margin: 0 0 1.6rem;
  line-height: 1.54;
}
.overview > .wrap .overviewL .tbl_wrapper, .overview > .wrap .overviewR .tbl_wrapper {
  background: #fff;
  border-radius: 1rem;
  padding: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0;
  }
  .overview .clinic_name {
    margin: 10rem auto 0;
    padding: 3.12rem 0 0 0;
    width: 55rem;
    height: 15.7rem;
  }
  .overview .clinic_name img {
    width: 43.8rem;
  }
  .overview .clinic_name .tel {
    font-size: 3.8rem;
  }
  .overview .wrap {
    width: 1100px;
    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: 4.6rem auto 0;
    border-bottom: 0.1rem #fff solid;
    padding: 0 0 4rem;
  }
  .overview .wrap .overviewL .gaiyo, .overview .wrap .overviewR .gaiyo {
    margin: 0 !important;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview .wrap .overviewL .gaiyo dt, .overview .wrap .overviewR .gaiyo dt {
    width: 7.5rem;
    font-size: 1.8rem;
    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;
    margin: 0 0 2rem;
  }
  .overview .wrap .overviewL .gaiyo dd, .overview .wrap .overviewR .gaiyo dd {
    width: 41.5rem;
    font-size: 1.8rem;
    padding: 0 0 0 2rem;
    margin: 0 0 2rem;
  }
  .overview .wrap .overviewL .tbl_wrapper, .overview .wrap .overviewR .tbl_wrapper {
    margin: 2rem 0 0 0;
    padding: 0 0 2.3rem;
  }
  .overview .wrap .overviewL {
    width: 55rem;
  }
  .overview .wrap .overviewR {
    width: 52rem;
    margin: 0;
  }
  .overview .wrap .overviewR iframe {
    height: 63.5rem;
  }
  .overview .wrap .overviewR .btn_ggl {
    font-size: 2rem;
    width: 32rem;
    height: 8rem;
    margin: 2rem auto 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7rem;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: auto;
  line-height: 1;
  padding: 0.8rem 1.2rem;
  white-space: nowrap;
  background: #284B7F;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  white-space: nowrap;
}
.tel_up .btn_rsv {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 0.4rem;
  padding: 0.8rem 1.4rem;
  white-space: nowrap;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem;
  line-height: 1;
  color: #00AF95;
  background: #fff;
  border: 0.1rem #00AF95 solid;
  border-radius: 1rem;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e80d";
}
.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 .call, .tel_up .map, .tel_up .btn_rsv {
    display: none;
  }
  .tel_up .pageup {
    position: relative;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    font-size: 2.6rem;
    padding: 1.6rem 0 0 0;
  }
  .tel_up .pageup::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/icon_bird_toppage.png") no-repeat center center/contain;
    width: 4.2rem;
    height: 4.6rem;
    top: -4rem;
    left: -1.8rem;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  color: #fff;
  display: block;
  padding: 1.8rem 1rem 5.4rem;
  font-size: 1.3rem;
  background: #231815;
}
.footer .footer_wrapper {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #284B7F;
  }
  .footer .footer_wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 3.5rem 0;
    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;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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.8rem;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    /*
           &:not(:last-child)::after {
             content: '|';
             margin: 0 3.0rem;
           }
    */
  }
  .footer .footer_wrapper .footer_nav ul.glo li:not(:last-child), .footer .footer_wrapper .footer_nav ul.sub li:not(:last-child) {
    margin: 0 2.8rem 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #333;
    opacity: 1;
    color: #fff;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a::before, .footer .footer_wrapper .footer_nav ul.sub li a::before {
    display: inline-block;
    font-family: fontello;
    content: "\e80c";
    color: #54C2F0;
    margin: 0 0.5rem 0 0;
    font-size: 60%;
    vertical-align: 0.3rem;
  }
  .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.trt, .footer .footer_wrapper .footer_nav ul.sub li.trt {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    margin: 1.4rem 0 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li {
    margin: 0;
  }
  .footer .copy {
    margin: 0;
    padding: 3.3rem 0;
    font-size: 1.6rem;
  }
}
/* _top.scss　出力*/
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;
  }
}
body.index .tit_02 {
  color: #284B7F;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  height: auto;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 2.4rem;
}
body.index .tit_02::after {
  display: none;
}
body.index .tit_02 span {
  color: #fff;
  background: #284B7F;
  font-weight: 400;
  display: table;
  line-height: 1.3;
  margin: 0.2rem auto 0;
  font-size: 1.2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body.index .tit_02 {
    font-size: 4rem;
  }
  body.index .tit_02 span {
    font-size: 1.8rem;
    margin: 0.8rem auto 0;
  }
}

#keyvsl {
  margin: 0;
  padding: 4.5rem 1rem 0;
  height: 24rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/200% auto;
}
#keyvsl .kv_content {
  position: relative;
}
#keyvsl .kv_content .inner .catch {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  color: #284B7F;
  position: relative;
  top: 5rem;
  text-shadow: #fff 1px 1px 8px, #fff -1px 1px 8px, #fff 1px -1px 8px, #fff -1px -1px 8px;
}
#keyvsl .kv_content .inner .catch span {
  color: #EA6000;
}
#keyvsl .kv_content .inner .catch::before, #keyvsl .kv_content .inner .catch::after {
  display: inline-block;
  content: "";
  position: absolute;
}
#keyvsl .kv_content .inner .catch::before {
  background: url("../img/icon_bird.png") no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  top: -2rem;
  left: 4rem;
}
#keyvsl .kv_content .inner .catch::after {
  background: url("../img/icon_note.png") no-repeat center center/contain;
  width: 1.5rem;
  height: 2rem;
}
#keyvsl .kv_content .inner .catch .sub_txt {
  font-size: 1.4rem;
}
#keyvsl .kv_content .inner .infoOpen {
  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;
  background: #fff;
  border: 0.3rem #284B7F solid;
  border-radius: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: auto;
}
#keyvsl .kv_content .inner .infoOpen p.open, #keyvsl .kv_content .inner .infoOpen p.acs {
  margin: 0;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
#keyvsl .kv_content .inner .infoOpen p.open span.fs32, #keyvsl .kv_content .inner .infoOpen p.acs span.fs32 {
  font-size: 1.4rem;
}
#keyvsl .kv_content .inner .infoOpen p.open span.fs20, #keyvsl .kv_content .inner .infoOpen p.acs span.fs20 {
  font-size: 1rem;
}
#keyvsl .kv_content .inner .infoOpen p.open {
  margin: 0 1rem 0 0;
  display: none !important;
}
#keyvsl .kv_content .inner .infoOpen p.open::before {
  display: inline-block;
  /*content: '\e809';*/
  margin: 0 0.6rem 0 0;
  content: "";
  background: url("../img/icon02.svg") no-repeat center center/contain;
  width: 1.1rem;
  height: 1rem;
}
#keyvsl .kv_content .inner .infoOpen p.acs::before {
  font-family: fontello;
  color: #284B7F;
  content: "\e80a";
  margin: 0 0.3rem 0 0;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/auto;
    margin: -3.6rem 0 0 0;
    padding: 34rem 0 0 0;
    height: 75.7rem;
  }
  #keyvsl .kv_content {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
  }
  #keyvsl .kv_content .inner .catch {
    font-size: 4.8rem;
    letter-spacing: 0.22rem;
  }
  #keyvsl .kv_content .inner .catch span {
    font-size: 5.6rem;
  }
  #keyvsl .kv_content .inner .catch::before {
    width: 9.6rem;
    height: 9.2rem;
    top: -5.3rem;
    left: 22rem;
  }
  #keyvsl .kv_content .inner .catch::after {
    width: 4.9rem;
    height: 8rem;
    top: 0rem;
    right: 25rem;
  }
  #keyvsl .kv_content .inner .catch .sub_txt {
    font-size: 3rem;
  }
  #keyvsl .kv_content .inner .infoOpen {
    width: 35.6rem;
    height: 7rem;
    bottom: 3rem;
    right: 0;
    left: inherit;
  }
  #keyvsl .kv_content .inner .infoOpen p.open, #keyvsl .kv_content .inner .infoOpen p.acs {
    font-size: 2.6rem;
  }
  #keyvsl .kv_content .inner .infoOpen p.open span.fs32, #keyvsl .kv_content .inner .infoOpen p.acs span.fs32 {
    font-size: 3.2rem;
  }
  #keyvsl .kv_content .inner .infoOpen p.open span.fs20, #keyvsl .kv_content .inner .infoOpen p.acs span.fs20 {
    font-size: 2rem;
  }
  #keyvsl .kv_content .inner .infoOpen p.open {
    margin: 0 3.16rem 0 0;
  }
  #keyvsl .kv_content .inner .infoOpen p.open::before {
    margin: 0 1.2rem 0 0;
    width: 3.2rem;
    height: 3rem;
    vertical-align: -0.3rem;
  }
  #keyvsl .kv_content .inner .infoOpen p.acs::before {
    margin: 0 0.53rem 0 0;
  }
}
.aisatsu {
  padding: 3rem 1rem;
}
.aisatsu p {
  margin: 0;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    width: 1100px;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .aisatsu p {
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
  }
}
.info {
  width: 100%;
  margin: 0;
  padding: 2rem 1rem 3rem;
  background: #fff;
}
.info .box_info dl {
  margin: 1.8rem auto 0;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.info .box_info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #284B7F;
  font-weight: 700;
  margin: 0;
  word-break: break-all;
}
.info .box_info dl dt::before {
  font-family: fontello;
  font-weight: normal;
  margin: 0 0.4rem 0 0;
  color: #284B7F;
  content: "\e80b";
}
.info .box_info dl dt:not(.close)::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .box_info dl dd {
  word-break: break-all;
  font-size: 1.3rem;
  padding: 0 1rem 1.2rem 2.4rem;
  margin: 0 0 1.2rem;
  color: #333;
  border-bottom: 0.3rem #DCDCDC solid;
}
.info .box_info dl dd .link_text {
  display: block;
  color: #00469B;
  margin: 0.8rem 0 0 0;
  text-decoration: underline;
}
.info .box_info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 9.1rem 0 4.7rem;
  }
  .info .box_info {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .box_info .tit_02 span {
    width: 12.8rem;
    height: 2.4rem;
  }
  .info .box_info dl {
    width: 87.4rem;
    margin: 0 0 0 auto;
    height: auto;
  }
  .info .box_info dl dt {
    font-size: 2rem;
    padding: 0 0 1rem;
    text-indent: inherit;
  }
  .info .box_info dl dt::before {
    margin: 0 0.8rem 0 0;
  }
  .info .box_info dl dd {
    font-size: 1.8rem;
    padding: 0 0 2.87rem 4.4rem;
    margin: 0 0 3.03rem;
  }
}
.rsv {
  background: #FDF6E5;
  padding: 3rem 1rem;
}
.rsv .inner .imgBox {
  display: none;
}
.rsv .inner .bee .flexBee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rsv .inner .bee .flexBee .frame01, .rsv .inner .bee .flexBee .frame02 {
  width: 49%;
  background: #EBECED;
  border-radius: 1rem;
  padding: 1rem 0;
}
.rsv .inner .bee .flexBee .frame01 .tit, .rsv .inner .bee .flexBee .frame02 .tit {
  margin: 0 auto;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #333;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.4rem;
  width: 90%;
  height: 2rem;
  padding: 0.2rem 0 0 0;
}
.rsv .inner .bee .btn_rsv {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .rsv {
    margin: 6rem 0 0 0;
    overflow: hidden;
    background: none;
    padding: 0;
  }
  .rsv .inner {
    width: 1100px;
    height: 69.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .rsv .inner::after {
    display: block;
    content: "";
    background: #FDF6E5;
    width: 140rem;
    height: 63.5rem;
    position: absolute;
    top: 6rem;
    left: 15rem;
  }
  .rsv .inner .imgBox {
    z-index: 1;
    position: relative;
    width: 63.2rem;
    margin: 0;
    display: block;
  }
  .rsv .inner .imgBox img {
    position: absolute;
  }
  .rsv .inner .imgBox img.img01 {
    top: 0;
    left: -18.5rem;
    width: 64.5rem;
    height: 43rem;
  }
  .rsv .inner .imgBox img.img02 {
    top: 27.2rem;
    left: 31rem;
    width: 32.3rem;
    height: 32.3rem;
  }
  .rsv .inner .bee {
    z-index: 1;
    width: 40.7rem;
    padding: 10rem 0 0 0;
  }
  .rsv .inner .bee .flexBee .frame01, .rsv .inner .bee .flexBee .frame02 {
    width: 18.8rem;
    height: 37.7rem;
    padding: 1.5rem 0 0 0;
  }
  .rsv .inner .bee .flexBee .frame01 .tit, .rsv .inner .bee .flexBee .frame02 .tit {
    font-size: 2rem;
    width: 14.7rem;
    height: 4rem;
    padding: 0.7rem 0 0 0;
  }
  .rsv .inner .bee .btn_rsv {
    width: 32rem;
    height: 8rem;
    font-size: 2rem;
    margin: 3.76rem auto 0;
  }
}
.feature {
  margin: 0;
  padding: 3rem 1rem 1rem 1rem;
  background: #EDF9FE;
}
.feature .inner {
  margin: 0;
}
.feature .inner .tit_02 {
  margin: 0 0 4rem;
}
.feature .inner .box, .feature .inner .box2 {
  margin: 0 0 1rem;
}
.feature .inner .box figure, .feature .inner .box2 figure {
  margin: 0 0 1rem;
  background: url("../img/bg_feature.png") no-repeat right bottom;
  padding: 0 0.4rem 0.4rem 0;
}
.feature .inner .box .txt, .feature .inner .box2 .txt {
  background: url("../img/icon_melody.png") no-repeat top 2rem right/70%;
  position: relative;
  padding: 0 0 4rem;
}
.feature .inner .box .txt p, .feature .inner .box2 .txt p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
.feature .inner .box .txt p.num, .feature .inner .box2 .txt p.num {
  position: absolute;
  font-family: "Kosugi Maru", sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  background: url("../img/feature_num.png") no-repeat center center/contain;
  font-size: 2.2rem;
  top: -17rem;
  left: -1rem;
  width: 8rem;
  height: 6rem;
  padding: 2.1rem 0 0 4.5rem;
}
.feature .inner .box .txt p.tit, .feature .inner .box2 .txt p.tit {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  color: #284B7F;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .feature {
    margin: -7rem 0 0 0;
    padding: 17.9rem 0 4rem;
    width: 100%;
  }
  .feature .inner {
    width: 1100px;
    margin: 0 auto;
  }
  .feature .inner .tit_02 {
    margin: 0 0 6.13rem;
  }
  .feature .inner .box, .feature .inner .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 7.2rem;
  }
  .feature .inner .box figure, .feature .inner .box2 figure {
    padding: 0 1rem 1rem 0;
    margin: 0;
  }
  .feature .inner .box .txt, .feature .inner .box2 .txt {
    width: 43rem;
    background: url("../img/icon_melody.png") no-repeat center top 15rem;
    padding: 0;
  }
  .feature .inner .box .txt p, .feature .inner .box2 .txt p {
    font-size: 1.8rem;
    margin: 0 0 0 4rem;
  }
  .feature .inner .box .txt p.num, .feature .inner .box2 .txt p.num {
    font-size: 4.8rem;
    top: -4rem;
    left: -10rem;
    width: 16.9rem;
    height: 12.1rem;
    padding: 4.2rem 0 0 9.5rem;
  }
  .feature .inner .box .txt p.tit, .feature .inner .box2 .txt p.tit {
    font-size: 2.4rem;
    margin: 10rem 0 2rem 4rem;
  }
  .feature .inner .box2 figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature .inner .box2 .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tre {
  margin: 0;
  padding: 3rem 1rem;
  background: url("../img/bg_tre.jpg") no-repeat center center/cover;
}
.tre .tit_02 {
  margin: 0 auto !important;
}
.tre .subnav {
  width: 100%;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tre .subnav li {
  margin: 0 0 3rem;
  width: 50%;
}
.tre .subnav li a {
  display: block;
  text-align: center;
  color: #284B7F;
  font-size: 1.4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  position: relative;
}
.tre .subnav li a::before {
  display: block;
  margin: 0 auto -2.4rem;
  content: "";
  width: 13rem;
  height: 13rem;
  border-radius: 0.8rem;
  background: #7FD7CA;
}
.tre .subnav li a::after {
  content: url("../img/icon_sb01.svg");
  background: #fff;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2.8rem 0 0 0;
}
.tre .subnav li a.sb1::after {
  content: url("../img/icon_sb01.svg");
}
.tre .subnav li a.sb2::after {
  content: url("../img/icon_sb02.svg");
}
.tre .subnav li a.sb3::after {
  content: url("../img/icon_sb03.svg");
}
.tre .subnav li a.sb4::after {
  content: url("../img/icon_sb04.svg");
  padding: 2rem 0 0 1.2rem;
}
.tre .subnav li a.sb5::after {
  content: url("../img/icon_sb05.svg");
}
.tre .subnav li a.sb6::after {
  content: url("../img/icon_sb06.svg");
}
.tre .subnav li a.sb7::after {
  content: url("../img/icon_sb07.svg");
}
.tre .subnav li a.sb8::after {
  content: url("../img/icon_sb08.svg");
}
.tre .subnav li a.sb9::after {
  content: url("../img/icon_sb09.svg");
}
.tre .subnav li a.sb10::after {
  content: url("../img/icon_sb10.svg");
}
.tre .subnav li a.sb11::after {
  content: url("../img/icon_sb11.svg");
}
.tre .subnav li a.sb12::after {
  content: url("../img/icon_sb12.svg");
}
.tre .subnav li a.sb6::after, .tre .subnav li a.sb7::after, .tre .subnav li a.sb8::after {
  padding: 2.2rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 11.2rem 0 11.9rem;
    width: 100%;
  }
  .tre .subnav {
    width: 1100px;
    margin: 6.1rem auto 0;
  }
  .tre .subnav li {
    margin: 0;
    width: 16.6666666667%;
  }
  .tre .subnav li:nth-child(-n+6) {
    margin: 0 0 2rem;
  }
  .tre .subnav li a {
    font-size: 1.8rem;
    height: 16.6rem;
  }
  .tre .subnav li a::before {
    width: 16.6rem;
    height: 16.6rem;
    margin: 0 auto -4rem;
  }
  .tre .subnav li a::after {
    width: 9.8rem;
    height: 9.8rem;
    top: 2rem;
    padding: 3rem 0 0 0;
  }
  .tre .subnav li a.sb4::after {
    padding: 2rem 0 0 1.2rem;
  }
  .tre .subnav li a.sb6::after, .tre .subnav li a.sb7::after, .tre .subnav li a.sb8::after {
    padding: 2.2rem 0 0 0;
  }
}
/* _lower.scss　出力*/
body:not(.index) .main {
  margin: 0 1rem;
  word-break: break-all;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 auto;
  }
  body:not(.index) .main .btn_detail {
    width: 21rem;
    height: 4rem;
  }
  body:not(.index) .wrapper {
    padding: 3rem 0 0 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;
}

#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 #7FD7CA;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0.6rem 0 0 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 3rem;
  }
  .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 #FDF6E5;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main iframe {
  border: 0;
  height: 35rem;
  width: 100%;
}
.access .main .btn_ggl {
  color: #284B7F;
  border: 0.1rem #284B7F solid;
  border-radius: 1rem;
  font-size: 1.6rem;
  width: 80%;
  height: 3rem;
  margin: 1.4rem auto 0;
  line-height: 1;
  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;
}

@media screen and (min-width: 48em), print {
  .access .main iframe {
    height: 50rem;
  }
  .access .main .btn_ggl {
    font-size: 2rem;
    width: 32rem;
    height: 8rem;
    margin: 2rem auto 0;
  }
}
.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: #EDF9FE;
  border: 1px solid #06C755;
  border-bottom: none;
  color: #333;
  font-weight: normal;
}
.tbl_price tr td, .tbl_lst tr td {
  display: block;
  padding: 1rem;
  border: 1px solid #06C755;
  text-align: right;
}
.tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
  border-bottom: none;
}
@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: 1rem;
  }
  .tbl_price tr th, .tbl_lst tr th {
    border-bottom: 1px solid #06C755;
  }
  .tbl_price tr:not(:last-child) td, .tbl_lst tr:not(:last-child) td {
    border-bottom: 1px solid #06C755;
  }
}

.tbl_lst caption {
  text-align: right;
}
.tbl_lst tr th, .tbl_lst tr td {
  display: table-cell;
  border: 1px solid #06C755;
}
.tbl_lst tr th {
  text-align: left;
  width: 60%;
}
.tbl_lst tr td {
  text-align: center;
}

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;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: ">";
  color: #333;
  font-size: 1rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1100px;
    margin: 2.1rem auto 0;
  }
  nav .breadcrumb {
    font-size: 1.8rem;
    margin: 0;
  }
  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.01s;
  transition: all 0.01s;
}

label {
  display: block;
  margin: 0 0 4px 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #00AF95;
  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;
}
#menu_bar01:checked ~ #links01 li .lst_ul01 li,
#menu_bar02:checked ~ #links02 li .lst_ul01 li,
#menu_bar03:checked ~ #links03 li .lst_ul01 li,
#menu_bar04:checked ~ #links04 li .lst_ul01 li,
#menu_bar05:checked ~ #links05 li .lst_ul01 li,
#menu_bar06:checked ~ #links06 li .lst_ul01 li,
#menu_bar07:checked ~ #links07 li .lst_ul01 li,
#menu_bar08:checked ~ #links08 li .lst_ul01 li,
#menu_bar09:checked ~ #links09 li .lst_ul01 li,
#menu_bar10:checked ~ #links10 li .lst_ul01 li,
#menu_bar11:checked ~ #links11 li .lst_ul01 li,
#menu_bar12:checked ~ #links12 li .lst_ul01 li {
  margin: 0;
  padding: 0 0 2rem 2rem;
}/*# sourceMappingURL=style.css.map */