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

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

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

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.larger {
  font-size: 150%;
}

.smaller {
  font-size: 80%;
}

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

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

.tate {
  max-width: 60%;
}

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

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

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

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

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

.mg0 {
  margin: 0 !important;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 7.3rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
  overflow: hidden;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  background: #0765b1;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 33%;
}
.tbl_time tr th[scope=col]:last-child {
  padding: 0 1rem 0 0;
  white-space: nowrap;
}
.tbl_time tr th.time {
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.1rem #D1D1D1 solid;
  background: #fff;
  font-size: 1.15rem;
  line-height: 1;
}
.tbl_time tr td {
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 1.6rem 0;
  line-height: 1;
  color: #0765b1;
  border-bottom: 0.1rem #D1D1D1 solid;
  background: #fff;
}

p.notice {
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  text-align: left;
  line-height: 2.2;
  color: #434343;
}
p.notice span {
  background: #e14d8e;
  border-radius: 0.4rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0.8rem 0 0;
  padding: 0.3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time tr th[scope=col] {
    padding: 0.75rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 17rem;
  }
  .tbl_time tr th.time {
    font-size: 1.8rem;
  }
  .tbl_time tr td {
    font-size: 1.4rem;
    padding: 2.85rem 0;
  }
  p.notice {
    font-size: 1.6rem;
    margin: 1.5rem 0 0 0;
  }
  p.notice span {
    margin: 0 1.5rem 0 0;
    padding: 0.45rem 2.1rem;
  }
}
.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 3rem;
  font-weight: bold;
}

.tit_02, .tit_02_low {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 2rem;
  font-weight: bold;
  position: relative;
}
.tit_02 span, .tit_02_low span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.tit_02::before, .tit_02_low::before {
  display: block;
  content: "";
  background: url("../img/icon_h2.png") no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -37%;
  margin: auto;
  width: 8rem;
  height: 8rem;
}
.tit_02::after, .tit_02_low::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e50065;
}

.tit_02_low {
  margin: 0 0 5rem;
}
.tit_02_low::before {
  top: -50%;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 2rem;
  padding: 0 1rem;
  background: #0765b1;
}

.tit_04 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
.tit_04::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_h4.png") no-repeat center center/auto;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
  vertical-align: -0.4rem;
}

.tit_05 {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 0.1rem #C1C1C1 solid;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.tit_05 span {
  border-left: 0.6rem #97bad6 solid;
  padding: 0 0 0 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.3rem;
    padding: 10.1rem 1rem;
    margin: 0;
  }
  .tit_02, .tit_02_low {
    font-size: 3rem;
    margin: 0 0 3rem;
  }
  .tit_02 span, .tit_02_low span {
    font-size: 2rem;
    margin: 0 0 0.4rem;
  }
  .tit_02::before, .tit_02_low::before {
    width: 12rem;
    height: 12rem;
  }
  .tit_02_low {
    margin: 0 0 8.5rem;
  }
  .tit_03 {
    font-size: 2rem;
    padding: 0.65rem 2rem;
  }
  .tit_04 {
    font-size: 2rem;
  }
  .tit_04::before {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem 0 0;
    vertical-align: -0.35rem;
  }
  .tit_05 {
    font-size: 1.8rem;
  }
}
.lst_ul01 li, .lst_check li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
.lst_ul01 li:last-child, .lst_check li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_check li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #0765b1;
  vertical-align: 0.1rem;
  font-size: 60%;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_check li {
    font-size: 1.8rem;
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
  .lst_ul01 li::before, .lst_check li::before {
    vertical-align: 0.25rem;
  }
}

.lst_check li::before {
  content: "✔";
  font-weight: bold;
  color: #f00;
  vertical-align: 0;
  font-size: 2rem;
}

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

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

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

@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 15rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 15rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem;
  }
}
.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: 100%;
  margin: 0 0 2rem;
}

@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%;
    margin: 0;
  }
}
.tel {
  line-height: 1;
  color: #363636;
  font-family: "Roboto", sans-serif;
}
.tel::before {
  font-family: fontello;
  content: "\e9ba";
  color: #0765b1;
  font-size: 90%;
  margin: 0 0.4rem 0 0;
}
.tel a {
  text-decoration: none !important;
}

.btn_rsv, .btn_link {
  display: block;
  background: #0765b1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.4rem 0.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;
  position: relative;
}
.btn_rsv::after, .btn_link::after {
  display: inline-block;
  font-family: "fontello";
  content: "w";
  font-weight: normal;
  font-size: 120%;
  position: absolute;
  right: 1rem;
}

.btn_link {
  background: #e14d8e;
}

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

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

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

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anc li {
    margin: 0 2rem 2rem 0;
  }
  .anc li .btn_detail::after {
    content: "▼";
  }
}
.box_white {
  padding: 1rem;
  background: #fff;
  border-radius: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .box_white {
    padding: 4rem;
  }
}

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

.box_yellow {
  background: #fffbf2;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 2s 0s ease-out;
  transition: all 2s 0s ease-out;
}

/* _common.scss　出力 */
html {
  font-size: 3.125vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

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

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

aside {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  :target::before {
    content: "";
    display: block;
    height: 5rem;
    margin: -5rem 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: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main {
    width: 1200px;
    font-size: 1.8rem;
    padding: 8rem 0;
    margin: 0 auto;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .sticky .wrap {
  margin: 2rem 1rem 1rem 1rem;
}
.header .sticky .wrap .logo {
  height: 3.4rem;
}
.header .sticky .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .sticky .wrap .headR {
  margin: 2rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .sticky .wrap .headR .tel_add .acs {
  color: #222;
  font-weight: bold;
  text-align: center;
  background: #E8E8E8;
  padding: 0.8rem 0.6rem;
  font-size: 1.1rem;
}
.header .sticky .wrap .headR .tel_add .add {
  font-size: 1.1rem;
  display: block;
  margin: 0.8rem 0 0 0;
}
.header .sticky .wrap .headR .tel_add .tel {
  display: block;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}
.header .sticky .wrap .headR .tel_add .tel::before {
  margin: 0 0.3rem 0 0;
}
.header .sticky .wrap .headR .insta {
  background: #E0EEFB;
  color: #363636;
  text-align: center;
  font-weight: bold;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  width: 60%;
  margin: 0.8rem auto 0;
  display: block;
}
.header .sticky .wrap .headR .insta::before {
  display: inline-block;
  content: "";
  margin: 0 0.3rem 0 0;
  background: url("../img/icon_instagram.png") no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    padding: 0;
    height: 16.339rem;
  }
  .header .sticky .wrap {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header .sticky .wrap .logo {
    width: 36.9rem;
    height: 5.5rem;
    margin: 1.95rem 0 0 0;
  }
  .header .sticky .wrap .headR {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .sticky .wrap .headR .tel_add {
    margin: 1.4rem 0 0 0;
    width: 53rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .sticky .wrap .headR .tel_add li {
    width: auto;
  }
  .header .sticky .wrap .headR .tel_add .acs {
    width: 22.6rem;
    height: 3rem;
    font-size: 1.5rem;
    margin: 0;
  }
  .header .sticky .wrap .headR .tel_add .add {
    font-size: 1.6rem;
    text-align: left;
    margin: 1.7rem 0 0 0;
  }
  .header .sticky .wrap .headR .tel_add .tel {
    margin: 0;
    font-size: 2.9rem;
    text-align: right;
  }
  .header .sticky .wrap .headR .tel_add .tel::before {
    margin: 0 1rem 0 0;
  }
  .header .sticky .wrap .headR .insta {
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
    padding: 2rem 0 0 0;
    margin: 0 0 0 2rem;
  }
  .header .sticky .wrap .headR .insta::before {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto 0.4rem;
    vertical-align: inherit;
  }
}
.fixed_rsv_btn {
  display: block;
}
.fixed_rsv_btn .fixed_rsv, .fixed_rsv_btn .fixed_dock {
  display: none;
}
@media screen and (min-width: 48em), print {
  .fixed_rsv_btn .fixed_rsv, .fixed_rsv_btn .fixed_dock {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #e50065;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 999;
    position: fixed;
    top: 15rem;
    right: 1rem;
    width: 12rem;
    height: 13.8rem;
    text-align: center;
    /*
    outline : .2rem solid #fff;
    outline-offset : -.4rem;
    */
  }
  .fixed_rsv_btn .fixed_rsv::before, .fixed_rsv_btn .fixed_dock::before {
    display: block;
    font-family: fontello;
    content: "\e9bd";
    font-weight: normal;
    font-size: 6rem;
  }
  .fixed_rsv_btn .fixed_rsv::after, .fixed_rsv_btn .fixed_dock::after {
    content: "";
    position: absolute;
    display: block;
    top: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
    right: 0.4rem;
    border: 0.2rem solid #fff;
    border-radius: 3rem;
  }
  .fixed_rsv_btn .fixed_dock {
    top: 29.8rem;
    height: 16.2rem;
    background: #0094CB;
    border: 0;
  }
}

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

.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5.5rem;
  color: #0765b1;
  background: #fff;
  border: 1px solid #0765b1;
  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: "\e971";
  font-weight: bold;
  line-height: 1;
  font-size: 2.4rem;
  margin: 0.5rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0.6rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e970";
  font-weight: bold;
  line-height: 1;
  font-size: 2.4rem;
  margin: 0.5rem 0 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0.6rem 0 0 0;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #e5eff7;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #554336;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #554336;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #363636 !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.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.5rem;
  font-size: 1rem;
  content: "▼";
  color: #0765b1;
}
.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%;
    padding: 1rem 0;
    margin: 1rem auto 0;
    height: 5.4rem;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: #fff;
    margin: 0 auto;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  #nav ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.1rem;
  }
  #nav ul li:not(:first-of-type) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #nav ul li:hover .children-1 {
    display: block;
  }
  #nav ul li a {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    color: #363636;
    font-weight: bold;
    width: 100%;
    height: 2.2rem;
    border-right: 0.1rem #707070 solid;
  }
  #nav ul li a.home {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/home04.svg) no-repeat center center/40%;
    border-left: 0.1rem #707070 solid;
  }
  #nav ul li a.sub::after {
    font-family: fontello;
    content: "t";
    color: #0765b1;
    display: block;
    font-weight: normal;
  }
  #nav ul .children-1 li, #nav ul .children-2 li {
    width: 100%;
    float: left;
    height: auto;
    background: rgba(7, 101, 177, 0.8);
  }
  #nav ul .children-1 li:hover, #nav ul .children-2 li:hover {
    background: #0765b1;
  }
  #nav ul .children-1 li a, #nav ul .children-2 li a {
    height: auto;
    padding: 1.4rem 1.7rem;
    width: 100%;
    border-left: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    border-left: 0;
    border-right: 0;
  }
  #nav ul .children-1 li a::before, #nav ul .children-2 li a::before {
    font-family: fontello;
    content: "i";
    font-weight: normal;
    margin: 0 0.77rem 0 0;
  }
  #nav ul .children-1 li a br, #nav ul .children-2 li a br {
    display: none;
  }
  #nav ul .children-1 {
    display: none;
    position: absolute;
    background: transparent;
    z-index: 999;
    top: 0;
    left: 0;
    margin: auto;
    padding: 4.4rem 0 0 0;
    min-width: 17.1rem;
    width: 27rem;
  }
  #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%;
  }
}
.overview {
  padding: 4rem 1rem 3rem 1rem;
  font-size: 1.4rem;
}
.overview > .wrap .overviewL .clinic_name, .overview > .wrap .overviewR .clinic_name {
  text-align: center;
  margin: 0 auto 1rem;
}
.overview > .wrap .overviewL .clinic_name img, .overview > .wrap .overviewR .clinic_name img {
  width: 90%;
}
.overview > .wrap .overviewL p.tel, .overview > .wrap .overviewR p.tel {
  text-align: center;
  margin: 0;
  font-size: 2.8rem;
}
.overview > .wrap .overviewL p.tel::before, .overview > .wrap .overviewR p.tel::before {
  margin: 0 0.6rem 0 0;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.8rem 0 0 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  margin: 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 8rem;
  height: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: #0765b1;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.4rem;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 21rem;
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL ul, .overview > .wrap .overviewR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0 0;
}

.gmap {
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.gmap iframe {
  border: 0;
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6.24rem 0;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview > .wrap .overviewL {
    width: 56rem;
  }
  .overview > .wrap .overviewR {
    width: 52.4rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewL .clinic_name, .overview > .wrap .overviewR .clinic_name {
    margin: 0 auto 2.93rem;
  }
  .overview > .wrap .overviewL .clinic_name img, .overview > .wrap .overviewR .clinic_name img {
    width: 51rem;
  }
  .overview > .wrap .overviewL p.tel, .overview > .wrap .overviewR p.tel {
    font-size: 4.3rem;
  }
  .overview > .wrap .overviewL p.tel::before, .overview > .wrap .overviewR p.tel::before {
    margin: 0 1.4rem 0 0;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    width: 100%;
    margin: 3.33rem auto 0 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    font-size: 1.5rem;
    width: 9rem;
    height: 3rem;
    margin: 0 0 1.57rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    font-size: 1.6rem;
    margin: 0 0 1.3rem;
    width: 44.8rem;
  }
  .overview > .wrap .overviewL .timetable_wrapper .tbl_time, .overview > .wrap .overviewR .timetable_wrapper .tbl_time {
    width: 100%;
  }
  .overview > .wrap .overviewL .timetable_wrapper .tbl_time th[scope=col], .overview > .wrap .overviewR .timetable_wrapper .tbl_time th[scope=col] {
    padding: 1.1rem 0;
  }
  .overview > .wrap .overviewL .timetable_wrapper .tbl_time td, .overview > .wrap .overviewR .timetable_wrapper .tbl_time td {
    padding: 2.85rem 0;
  }
  .overview > .wrap .overviewL ul, .overview > .wrap .overviewR ul {
    width: 31rem;
    margin: 6.93rem auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gmap {
    margin: 0;
    padding: 0;
  }
  .gmap iframe {
    height: 50.8rem;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  padding: 0.2rem 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel_up .tel {
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 0 0 0;
}
.tel_up .tel::before {
  vertical-align: 0.1rem;
  margin: 0 0.4rem 0 0;
}
.tel_up .btn_rsv, .tel_up .fixed_dock {
  white-space: nowrap;
  padding: 0.6rem 0.4rem;
  background: #e50065;
  border-radius: 0.4rem;
  font-size: 1.1rem;
}
.tel_up .btn_rsv::after, .tel_up .fixed_dock::after {
  display: none;
}
.tel_up .fixed_dock {
  background: #0094CB;
  color: #fff;
  font-weight: bold;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  text-align: center;
  padding: 0.4rem 0 0 0;
  line-height: 1;
  color: #fff;
  background: #0765b1;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "e";
  font-weight: normal;
}
.tel_up .pageup a span {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    background: #fff;
  }
  .footer .footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 5.35rem 0 5.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer_wrapper .footer_nav {
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo, .footer .footer_wrapper .footer_nav ul.sub {
    width: 1200px;
    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;
    -webkit-text-size-adjust: none;
    border-right: 0.1rem #fff solid;
    padding: 0 2rem;
    margin: 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li.treatment, .footer .footer_wrapper .footer_nav ul.sub li.treatment {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a, .footer .footer_wrapper .footer_nav ul.sub li a {
    color: #363636;
    font-weight: bold;
    font-size: 1.7rem;
    opacity: 1;
  }
  .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: "j";
    color: #e50065;
    margin: 0 0.65rem 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.glo li a:hover, .footer .footer_wrapper .footer_nav ul.sub li a:hover {
    text-decoration: underline;
  }
  .footer .footer_wrapper .footer_nav ul.glo li .subnav, .footer .footer_wrapper .footer_nav ul.sub li .subnav {
    display: none;
  }
  .footer .footer_wrapper .footer_nav ul.sub {
    margin: 0 auto;
  }
  .footer .footer_wrapper .footer_nav ul.sub li {
    margin: 2rem 0 0 0;
  }
  .footer .footer_wrapper .footer_nav ul.sub li a {
    font-size: 1.6rem;
  }
  .footer .footer_wrapper .footer_nav ul.sub li a::before {
    content: "";
    margin: 0;
  }
  .footer .copy {
    margin: 0 auto;
    padding: 2.6rem 0;
    font-size: 1.6rem;
  }
}
.cashless_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  width: auto !important;
  margin: 0 0 0.3em !important;
}
.cashless_list li:not(:last-of-type) {
  margin: 0 1rem 0 0;
}
.cashless_list li img {
  max-width: 80px;
  max-height: 40px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .cashless_list li:not(:last-of-type) {
    margin: 0 1.5rem 0 0;
  }
  .cashless_list li img {
    max-width: 80px;
    max-height: 50px;
  }
}
/* _top.scss　出力 */
#keyvsl {
  margin: 0;
  padding: 0;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/150% auto;
}
#keyvsl .catch {
  position: relative;
  padding: 14rem 1rem 1rem 1rem;
}
#keyvsl .catch .bg_white {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  margin: 0 auto;
}
#keyvsl .catch .bg_white .inner {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2rem;
}
#keyvsl .catch .bg_white .inner p {
  font-size: 1.5rem;
  color: #666;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
#keyvsl .catch .bg_white .inner p.ps {
  font-size: 1.2rem;
  margin: 1rem 0;
}
#keyvsl .catch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#keyvsl .catch ul li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#keyvsl .catch ul li.event {
  display: none;
  background: rgba(7, 101, 177, 0.85);
  font-size: 1.4rem;
  width: 15rem;
  height: 7rem;
}
#keyvsl .catch ul li.event span.fs17 {
  font-size: 1.2rem;
}
#keyvsl .catch ul li.event span.fs28 {
  font-size: 2rem;
}
#keyvsl .catch ul li.open {
  background: rgba(229, 0, 101, 0.85);
  border-radius: 50%;
  font-size: 1.7rem;
  width: 11rem;
  height: 11rem;
}
#keyvsl .catch ul li.open a {
  line-height: 1.3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#keyvsl .catch ul li.open span.fs18 {
  font-size: 1.2rem;
}
#keyvsl .catch ul li.open span.fs25 {
  font-size: 1.4rem;
}
#keyvsl .catch ul li.open span.fs30 {
  font-size: 1.6rem;
}
#keyvsl .catch ul li.open span.fs35 {
  font-size: 1.8rem;
}
#keyvsl .catch ul li.open span.fs50 {
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto;
    height: 55rem;
  }
  #keyvsl .catch {
    width: 1200px;
    margin: 0 auto;
    height: 55rem;
    padding: 26rem 0 0 0;
  }
  #keyvsl .catch .bg_white {
    width: 76rem;
    height: 25rem;
    padding: 1rem;
  }
  #keyvsl .catch .bg_white .inner {
    width: 74rem;
    height: 23rem;
    padding: 3.2rem 0 0 0;
  }
  #keyvsl .catch .bg_white .inner p {
    font-size: 3rem;
    line-height: 1.8;
    margin: 0;
    color: #0765b1;
    text-shadow: 0 3px 10px rgba(255, 255, 255, 0.9);
  }
  #keyvsl .catch .bg_white .inner p.ps {
    font-size: 2rem;
    margin: 0;
  }
  #keyvsl .catch ul {
    width: 50.8rem;
    margin: -48.3rem auto 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #keyvsl .catch ul li.event {
    width: 26.6rem;
    height: 13rem;
    font-size: 3rem;
    margin: 4rem 0 0 0;
  }
  #keyvsl .catch ul li.event span.fs17 {
    font-size: 1.7rem;
  }
  #keyvsl .catch ul li.event span.fs28 {
    font-size: 2.8rem;
  }
  #keyvsl .catch ul li.open {
    width: 21rem;
    height: 21rem;
    font-size: 2.8rem;
  }
  #keyvsl .catch ul li.open span.fs18 {
    font-size: 1.8rem;
  }
  #keyvsl .catch ul li.open span.fs25 {
    font-size: 2.5rem;
  }
  #keyvsl .catch ul li.open span.fs30 {
    font-size: 3rem;
  }
  #keyvsl .catch ul li.open span.fs35 {
    font-size: 3.5rem;
  }
  #keyvsl .catch ul li.open span.fs50 {
    font-size: 5rem;
  }
}
.flex_main {
  margin: 0 1rem;
}
.flex_main iframe {
  border: 0;
  width: 100%;
  height: 25rem;
}
.flex_main .r_box {
  margin: 1rem 0 0 0;
}
.flex_main .r_box .box_rsv {
  border: 0.2rem #97bad6 solid;
  border-radius: 0.8rem;
  background: url("../img/yoyaku.png") no-repeat left 1rem center/25%;
  margin: 1rem 0 0 0;
  padding: 1rem 1rem 1rem 10rem;
}
.flex_main .r_box .box_rsv p {
  font-weight: bold;
  margin: 0;
  font-size: 1.4rem;
}
.flex_main .r_box .box_rsv .btn_rsv, .flex_main .r_box .box_rsv .features .features_wrapper .box .btn_rsv2, .features .features_wrapper .box .flex_main .r_box .box_rsv .btn_rsv2 {
  font-size: 1.2rem;
  width: 100%;
  height: 2.5rem;
  margin: 0.6rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .flex_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .flex_main iframe {
    width: 50%;
    height: 43rem;
  }
  .flex_main .r_box {
    width: 50%;
    padding: 0 0 0 7.6rem;
    margin: 0;
  }
  .flex_main .r_box .timetable_wrapper {
    width: 100%;
    margin: 0;
  }
  .flex_main .r_box .box_rsv {
    margin: 2.97rem 0 0 0;
    width: 100%;
    height: 16.4rem;
    padding: 1.7rem 0 0 20rem;
    background: url("../img/yoyaku.png") no-repeat left 2.9rem center/25%;
  }
  .flex_main .r_box .box_rsv p {
    font-size: 2.4rem;
  }
  .flex_main .r_box .box_rsv .btn_rsv, .flex_main .r_box .box_rsv .features .features_wrapper .box .btn_rsv2, .features .features_wrapper .box .flex_main .r_box .box_rsv .btn_rsv2 {
    font-size: 1.7rem;
    width: 30rem;
    height: 4.5rem;
    margin: 0.8rem 0 0 0;
  }
}
.info {
  margin: 2rem 0 0 0;
  padding: 0 1rem;
  background: #fff;
}
.info .info_wrapper .tit_02_info {
  font-size: 2rem;
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.info .info_wrapper .tit_02_info::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_info.png") no-repeat center center/contain;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem 0 0;
}
.info .info_wrapper dl {
  margin: 0 auto;
  line-height: 1.4;
  padding: 2rem 1rem 1rem 1rem;
  background: #fff;
}
.info .info_wrapper dl dt {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info .info_wrapper dl dt:first-of-type {
  padding: 2.2rem 0 0 0;
  border-top: 0.1rem #D5D5D5 solid;
}
.info .info_wrapper dl dt:not(.close)::before {
  font-family: fontello;
  content: "r";
  font-weight: normal;
  margin: 0 1.4rem 0 0;
  color: #fff;
  background: #0765b1;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.7rem;
  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;
}
.info .info_wrapper dl dt.close::before {
  font-family: fontello;
  content: "e";
  font-weight: normal;
  margin: 0 1.4rem 0 0;
  display: inline-block;
  color: #fff;
  background: #0765b1;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.7rem;
  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;
}
.info .info_wrapper dl dd {
  font-size: 1.4rem;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  color: #444;
  border-bottom: 0.1rem #D5D5D5 solid;
  overflow-wrap: break-word;
}
.info .info_wrapper dl dd .link_text {
  display: block;
  color: #e14d8e;
  margin: 0.6rem 0 0 0;
  text-decoration: underline;
}
.info .info_wrapper dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    width: 100%;
    padding: 8rem 0 0 0;
  }
  .info .info_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .info .info_wrapper .tit_02_info {
    font-size: 3rem;
    margin: 0 0 2.4rem;
  }
  .info .info_wrapper .tit_02_info::before {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.8rem 0 0;
    vertical-align: -0.3rem;
  }
  .info .info_wrapper dl {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
  .info .info_wrapper dl dt {
    font-size: 1.8rem;
  }
  .info .info_wrapper dl dd {
    font-size: 1.6rem;
    padding: 0 0 1.6rem 2.8rem;
  }
}
.bnr {
  display: block;
  margin: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr {
    margin: 7.4rem auto;
  }
}
.features {
  margin: 0;
  padding: 3rem 1rem 3rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #f5f5f5 10%, #f5f5f5 100%);
}
.features .features_wrapper {
  margin: 4rem 0 0 0;
}
.features .features_wrapper .box {
  width: 100%;
  margin: 0 0 3rem;
  padding: 0 1rem;
  text-align: center;
}
.features .features_wrapper .box p {
  margin: 0 0 2rem;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: justify;
  letter-spacing: 0.2rem;
}
.features .features_wrapper .box p.number {
  color: #0765b1;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: inherit;
  border-bottom: 0.2rem #0765b1 solid;
  font-size: 1.8rem;
  margin: 1.6rem 0;
  width: 100%;
}
.features .features_wrapper .box p.number span {
  font-size: 2.2rem;
}
.features .features_wrapper .box p.tit, .features .features_wrapper .box p.tit2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: inherit;
  margin: 0 0 1rem;
}
.features .features_wrapper .box .btn_rsv, .features .features_wrapper .box .btn_rsv2 {
  font-size: 1.4rem;
}
.features .features_wrapper .box .btn_rsv2 {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .features {
    margin: 8rem 0 0 0;
    padding: 0 0 9rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(21%, #fff), color-stop(21%, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #f5f5f5 21%, #f5f5f5 100%);
  }
  .features .features_wrapper {
    width: 1200px;
    margin: 7rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features .features_wrapper .box {
    width: 36.9rem;
    height: 86rem;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .features .features_wrapper .box p {
    font-size: 1.4rem;
    position: absolute;
    top: 58rem;
  }
  .features .features_wrapper .box p.number {
    font-size: 2.5rem;
    top: 38rem;
    margin: 0;
  }
  .features .features_wrapper .box p.number span {
    font-size: 3.5rem;
  }
  .features .features_wrapper .box p.tit, .features .features_wrapper .box p.tit2 {
    top: 47.3rem;
    font-size: 2.5rem;
    margin: 0;
  }
  .features .features_wrapper .box p.tit2 {
    top: 45.3rem;
  }
  .features .features_wrapper .box .btn_rsv, .features .features_wrapper .box .btn_rsv2 {
    width: 100%;
    height: 5rem;
    margin: 1.5rem 0 0 0;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0;
  }
  .features .features_wrapper .box .btn_rsv2 {
    bottom: 6.5rem;
    margin: 0;
  }
}
.philosophy {
  margin: 5rem 0 0 0;
  padding: 0 1rem 3rem 1rem;
}
.philosophy .inner {
  border-top: 0.5rem #edf0f3 solid;
  border-bottom: 0.5rem #edf0f3 solid;
  width: 100%;
  margin: 4rem auto 0;
  padding: 2rem 1rem;
}
.philosophy .inner li {
  font-size: 1.3rem;
  line-height: 2;
}
.philosophy .inner li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e5eff7));
  background: linear-gradient(transparent 70%, #e5eff7 70%);
}
.philosophy .inner li::before {
  display: inline-block;
  content: "";
  background: #6DADE1;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    margin: 0;
    padding: 10rem 0 0 0;
    width: 100%;
  }
  .philosophy .inner {
    width: 100rem;
    margin: 8rem auto 0;
    padding: 4.5rem 0;
    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;
  }
  .philosophy .inner li {
    font-size: 2.8rem;
    width: 60.5rem;
  }
  .philosophy .inner li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.4rem 0 0;
  }
}
.tre {
  margin: 0;
  padding: 0 1rem 3rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(21%, #fff), color-stop(21%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(180deg, #fff 0%, #fff 21%, #f5f5f5 21%, #f5f5f5 100%);
}
.tre .list_tre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 0 0;
}
.tre .list_tre li {
  width: 50%;
}
.tre .list_tre li a {
  font-size: 1.2rem;
  width: 100%;
  height: 13.5rem;
  padding: 0;
  color: #363636;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-top: 0.1rem #ECECEC solid;
  border-left: 0.1rem #ECECEC solid;
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tre .list_tre li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 6rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 1rem;
}
.tre .list_tre li a::after {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #97bad6;
  font-weight: 500;
  margin: 0.6rem 0 0;
}
.tre .list_tre li:first-of-type a::before {
  background-image: url("../img/haru01.svg");
}
.tre .list_tre li:first-of-type a::after {
  content: "internal";
}
.tre .list_tre li:nth-of-type(2) a::before {
  background-image: url("../img/haru02.svg");
}
.tre .list_tre li:nth-of-type(2) a::after {
  content: "gastro";
}
.tre .list_tre li:nth-of-type(3) a::before {
  background-image: url("../img/haru03.svg");
}
.tre .list_tre li:nth-of-type(3) a::after {
  content: "lifestyle-related ";
}
.tre .list_tre li:nth-of-type(4) a::before {
  background-image: url("../img/haru04.svg");
}
.tre .list_tre li:nth-of-type(4) a::after {
  content: "endoscopy";
}
.tre .list_tre li:nth-of-type(5) a::before {
  background-image: url("../img/haru05.svg");
}
.tre .list_tre li:nth-of-type(5) a::after {
  content: "colonoscopy";
}
.tre .list_tre li:nth-of-type(6) a::before {
  background-image: url("../img/haru12.svg");
}
.tre .list_tre li:nth-of-type(6) a::after {
  content: "colonoscopy without laxatives";
}
.tre .list_tre li:nth-of-type(7) a::before {
  background-image: url("../img/haru06.svg");
}
.tre .list_tre li:nth-of-type(7) a::after {
  content: "pylori";
}
.tre .list_tre li:nth-of-type(8) a::before {
  background-image: url("../img/haru11.svg");
}
.tre .list_tre li:nth-of-type(8) a::after {
  content: "sas";
}
.tre .list_tre li:nth-of-type(9) a::before {
  background-image: url("../img/haru07.svg");
}
.tre .list_tre li:nth-of-type(9) a::after {
  content: "vaccination";
}
.tre .list_tre li:nth-of-type(10) a::before {
  background-image: url("../img/haru08.svg");
}
.tre .list_tre li:nth-of-type(10) a::after {
  content: "checkup";
}
.tre .list_tre li:nth-of-type(11) a::before {
  background-image: url("../img/haru09.svg");
}
.tre .list_tre li:nth-of-type(11) a::after {
  content: "dock";
}
.tre .list_tre li:nth-of-type(12) a::before {
  background-image: url("../img/haru10.svg");
}
.tre .list_tre li:nth-of-type(12) a::after {
  content: "private";
}
.tre .list_tre li:nth-of-type(even) a {
  border-right: 0.1rem #ECECEC solid;
}
.tre .list_tre li:nth-last-of-type(-n+2) a {
  border-bottom: 0.1rem #ECECEC solid;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin: 0;
    padding: 3rem 0 7rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(36rem, #fff), color-stop(36rem, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(180deg, #fff 0%, #fff 36rem, #f5f5f5 36rem, #f5f5f5 100%);
  }
  .tre .list_tre {
    width: 1200px;
    margin: 8rem auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tre .list_tre li {
    margin: 0 0 3rem 0;
    width: 25%;
  }
  .tre .list_tre li a {
    font-size: 1.9rem;
    width: 30rem;
    height: 25rem;
    padding: 0;
    border-bottom: 0.1rem #ECECEC solid;
  }
  .tre .list_tre li a::before {
    margin: 0 0 1.53rem;
    height: 7.2rem;
  }
  .tre .list_tre li a::after {
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0;
  }
  .tre .list_tre li:hover {
    background: #f5f5f5;
  }
  .tre .list_tre li:nth-of-type(even) a {
    border-right: 0;
  }
  .tre .list_tre li:nth-of-type(4) a, .tre .list_tre li:nth-of-type(8) a, .tre .list_tre li:last-of-type a {
    border-right: 0.1rem #ECECEC solid;
  }
}
.connection {
  margin: 0;
  padding: 3rem 1rem;
  background: #D5E7F5;
}
.connection .inner {
  background: #fff;
  border-radius: 1.4rem;
  padding: 3rem 2rem 1rem 2rem;
}
.connection .inner .list_cone {
  margin: 4rem auto 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;
}
.connection .inner .list_cone li {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  width: 100%;
}
.connection .inner .list_cone li::before {
  display: inline-block;
  background: #e14d8e;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.3rem 0 0;
  border-radius: 50%;
}

@media screen and (min-width: 48em), print {
  .connection {
    padding: 5.1rem 0;
    width: 100%;
  }
  .connection .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 4.5rem 6.5rem;
    border-radius: 2rem;
  }
  .connection .inner .list_cone {
    margin: 8.7rem auto 0;
  }
  .connection .inner .list_cone li {
    width: 33.3333333333%;
    font-size: 2rem;
    margin: 0 0 1.9rem;
  }
  .connection .inner .list_cone li::before {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 0.5rem 0 0;
  }
}
/* _lower.scss　出力 */
body:not(.index) .main {
  margin: 0 1rem;
}
body:not(.index) .main .btn_rsv {
  width: 70%;
  margin: 0 auto;
}
body:not(.index) .main .btn_link {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 auto;
    padding: 5rem 0 8rem;
  }
  body:not(.index) .main .btn_rsv {
    width: 25rem;
    margin: 0;
  }
  body:not(.index) .main .btn_link {
    margin: 0 0 1rem;
  }
}

.ol_arrow::before, .ol_arrow::after {
  content: "↓";
  display: block;
  margin: 0 0 0 5rem;
}

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

.doctor .flex3 p {
  margin: 0;
}
.doctor .flex3 .img_c {
  width: 80%;
}
.doctor .sp_mt20 {
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .doctor .doctor_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .doctor .doctor_info div {
    width: 48%;
  }
  .doctor .flex3 p {
    height: 20rem;
  }
  .doctor .sp_mt20 {
    margin: 0;
  }
}
#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 #edf0f3;
}

.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_flex .equip {
    width: 48%;
    margin: 0 0 3rem;
  }
  .machine_flex .equip img {
    margin: 0 0 1rem;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.flow dt {
  background: #e5eff7;
  padding: 0.4rem 1rem;
}
.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 #97bad6;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.access .main .youtube iframe {
  width: 100%;
  height: 100%;
}
.access .illustmap {
  margin: 0 auto 2rem;
  display: block;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time tr th[scope=col] {
    font-size: 1.8rem;
  }
  .access .main .tbl_time tr th.time {
    font-size: 1.8rem;
  }
  .access .main p.notice {
    font-size: 1.8rem;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
.dock .main .tel::before {
  content: "";
  margin: 0;
}

.tbl_price, .tbl_lst, .tbl_lst3, .tbl_lst5, .tbl_lst2, .tbl_lst4 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_price tr th, .tbl_lst tr th, .tbl_lst3 tr th, .tbl_lst5 tr th, .tbl_lst2 tr th, .tbl_lst4 tr th, .tbl_price tr td, .tbl_lst tr td, .tbl_lst3 tr td, .tbl_lst5 tr td, .tbl_lst2 tr td, .tbl_lst4 tr td {
  display: table-cell;
}
.tbl_price tr th, .tbl_lst tr th, .tbl_lst3 tr th, .tbl_lst5 tr th, .tbl_lst2 tr th, .tbl_lst4 tr th {
  padding: 0.4rem 1rem;
  text-align: center;
  background: #fffbf2;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
}
.tbl_price tr th:last-child, .tbl_lst tr th:last-child, .tbl_lst3 tr th:last-child, .tbl_lst5 tr th:last-child, .tbl_lst2 tr th:last-child, .tbl_lst4 tr th:last-child {
  border-right: 1px solid #bcbcbc;
}
.tbl_price tr td, .tbl_lst tr td, .tbl_lst3 tr td, .tbl_lst5 tr td, .tbl_lst2 tr td, .tbl_lst4 tr td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #bcbcbc !important;
  border-right: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  text-align: center;
}
.tbl_price tr td:first-child, .tbl_lst tr td:first-child, .tbl_lst3 tr td:first-child, .tbl_lst5 tr td:first-child, .tbl_lst2 tr td:first-child, .tbl_lst4 tr td:first-child {
  border-left: 1px solid #bcbcbc;
  text-align: center;
}
.tbl_price.num, .num.tbl_lst, .num.tbl_lst3, .num.tbl_lst5, .num.tbl_lst2, .num.tbl_lst4 {
  counter-reset: number 0;
}
.tbl_price.num tr th, .num.tbl_lst tr th, .num.tbl_lst3 tr th, .num.tbl_lst5 tr th, .num.tbl_lst2 tr th, .num.tbl_lst4 tr th {
  counter-increment: number 1;
}
.tbl_price.num tr th::before, .num.tbl_lst tr th::before, .num.tbl_lst3 tr th::before, .num.tbl_lst5 tr th::before, .num.tbl_lst2 tr th::before, .num.tbl_lst4 tr th::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.4rem;
}

.tbl_lst, .tbl_lst3, .tbl_lst5, .tbl_lst2, .tbl_lst4 {
  width: 200%;
}
.tbl_lst tr th, .tbl_lst3 tr th, .tbl_lst5 tr th, .tbl_lst2 tr th, .tbl_lst4 tr th {
  border-right: 1px solid #bcbcbc;
  width: 30%;
}
.tbl_lst tr td, .tbl_lst3 tr td, .tbl_lst5 tr td, .tbl_lst2 tr td, .tbl_lst4 tr td {
  text-align: left !important;
  border-top: 1px solid #bcbcbc;
}

.tbl_lst2 tr th, .tbl_lst4 tr th, .tbl_lst2 tr td, .tbl_lst4 tr td {
  overflow-wrap: break-word;
}
.tbl_lst2 tr th, .tbl_lst4 tr th {
  width: auto;
}
.tbl_lst2 tr th:first-child, .tbl_lst4 tr th:first-child {
  text-align: left;
  padding: 2rem 3rem;
}

.tbl_lst3, .tbl_lst5 {
  width: 100%;
  overflow: hidden;
}
.tbl_lst3 tr th:first-child, .tbl_lst5 tr th:first-child {
  width: 10%;
}

.tbl_lst4 {
  width: 100%;
}
.tbl_lst4 tr th:first-child {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_lst4 tr th:first-child {
    padding: 2rem 3rem;
  }
}

.tbl_lst5 {
  table-layout: inherit;
}
.tbl_lst5 tr th {
  width: 75%;
}
.tbl_lst5 tr th:first-child {
  width: 25%;
}
.tbl_lst5 tr td:first-child, .tbl_lst5 tr td:nth-child(2) {
  width: 25%;
}
.tbl_lst5 tr td:last-child {
  width: 50%;
}

.tbl_wrapper {
  overflow-x: scroll;
}

@media screen and (min-width: 48em), print {
  .tbl_price tr th, .tbl_lst tr th, .tbl_lst2 tr th, .tbl_lst3 tr th, .tbl_lst4 tr th, .tbl_lst5 tr th, .tbl_price tr td, .tbl_lst tr td, .tbl_lst2 tr td, .tbl_lst3 tr td, .tbl_lst4 tr td, .tbl_lst5 tr td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_lst, .tbl_lst2, .tbl_lst3, .tbl_lst4, .tbl_lst5 {
    width: 100%;
  }
  .tbl_wrapper {
    overflow-x: hidden;
  }
}
.tbl_check {
  border-collapse: collapse;
  width: 100%;
}
.tbl_check tr th, .tbl_check tr td {
  border: 0.1rem #ccc solid;
  padding: 1rem;
}
.tbl_check tr td:first-child {
  width: 5%;
  text-align: center;
}
.tbl_check tr td:nth-child(2) {
  width: 75%;
}
.tbl_check tr td:last-child {
  width: 20%;
}
.without_laxatives .tbl_lst4 thead tr th {
  text-align: center !important;
}
@media screen and (min-width: 48em), print {
  .without_laxatives .tbl_lst4 thead tr th:first-of-type {
    width: 50% !important;
  }
}
.without_laxatives .tbl_lst4 tbody tr th {
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .without_laxatives .tbl_lst4 tbody tr th {
    padding: 2rem;
  }
}

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: 4rem 0 0 0;
  color: #363636;
}
nav .breadcrumb li {
  font-family: "Roboto", sans-serif;
}
nav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "w";
  color: #0765b1;
  font-size: 1.4rem;
  margin: 0 0.4rem;
}
nav .breadcrumb li a {
  text-decoration: none;
  color: #363636;
}

@media screen and (min-width: 48em), print {
  nav {
    width: 1200px;
    margin: 1.1rem auto 0;
  }
  nav .breadcrumb {
    font-size: 1.4rem;
    margin: 0;
  }
  nav .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */