@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_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
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #C70003;
}

.green {
  color: #64bfaa;
}

.blue {
  color: #88a3d4;
}

/* 囲い文字 -------------------------------------- */
.frame_01 {
  background: #ffefa7;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}

.frame_green {
  background: #e9f5f2;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_green {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}

.frame_white {
  background: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
.frame_white.bordered {
  border: #8AC0E3 3px solid;
}
@media screen and (min-width: 48em), print {
  .frame_white {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}

/* img -------------------------------------- */
.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;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  background: #164e41;
  padding: 0.4rem 0.3rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  color: #fff;
  table-layout: fixed;
}
.tbl_time caption {
  background: #164e41;
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  padding: 0.4rem 0.2rem 0.6rem;
}
.tbl_time tr th {
  font-weight: normal;
  border-bottom: 1px solid #e1d05e;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #e1d05e;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #e1d05e;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
    padding: 3.4rem 6rem 0;
  }
  .tbl_time caption {
    padding: 1rem 6rem 3rem;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.6rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 20%;
  }
  .tbl_time tr th.time {
    padding: 1.8rem 0;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/auto 100%;
  font-size: 2.2rem;
  color: #666666;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.tit_02 {
  color: #666;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  text-align: center;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.tit_02 span {
  display: block;
  font-size: 1.4rem;
  color: #63c0ab;
  font-family: "Walter Turncoat", cursive;
}
.tit_02 span::before {
  content: "≫";
  margin-right: 0.4rem;
  display: inline-block;
  color: #88a3d4;
}
.tit_02 span::after {
  content: "≪";
  margin-left: 0.4rem;
  display: inline-block;
  color: #88a3d4;
}

body:not(.index) .tit_02 {
  position: relative;
  z-index: 1;
}
body:not(.index) .tit_02::before {
  content: "";
  background: url("../img/a_logomark.png") no-repeat center/contain;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.6;
  z-index: -1;
}

.tit_03 {
  color: #fff;
  background: #64bfaa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.4rem 0.8rem 0.4rem 2.6rem;
  text-indent: -1rem;
}
.tit_03::before {
  content: "●";
  display: inline-block;
  color: #e1d05e;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  position: relative;
  bottom: 0.2rem;
}

.tit_04 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1.4rem;
}
.tit_04::after {
  content: "";
  display: block;
  margin: 0.2rem 0 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #88a3d4), color-stop(50%, #fff));
  background: linear-gradient(to right, #88a3d4 50%, #fff 50%);
}

.tit_05 {
  color: #88a3d4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1.4rem;
  display: table;
}
.tit_05::after {
  content: "";
  display: block;
  margin: 0.2rem 0 0;
  height: 1px;
  background: linear-gradient(to right, #88a3d4 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 2px 1px;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto auto;
    font-size: 3.2rem;
    height: 25rem;
    margin: 3.4rem 0 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;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .tit_02 span {
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #e1d05e;
}
.lst_ul01 li.none::before {
  content: none;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.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: clr_blue;
  font-weight: bold;
}

.lst_dl01 dt,
.lst_dl02 dt {
  font-weight: bold;
}
.lst_dl01 dd,
.lst_dl02 dd {
  margin: 0 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 12%;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 13.2rem;
  }
  .lst_dl02 {
    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;
  }
  .lst_dl02 dt {
    float: left;
    width: 16%;
    clear: left;
  }
  .lst_dl02 dd {
    margin: 0 0 0.6rem;
    width: 84%;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
}
*[class*=btn_] a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none !important;
  background: #88a3d4;
  border-radius: 25px;
  color: #fff;
  padding: 1rem 1.2rem 1rem 0.4rem;
  margin: 1rem auto;
  position: relative;
}
*[class*=btn_] a::after {
  content: "\e81f";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    font-size: 1.8rem;
  }
  *[class*=btn_] a {
    display: inline-block;
    border-radius: 40px;
    min-width: 47rem;
    padding: 1.6rem 1rem;
  }
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl_01 tr th {
  width: 30%;
  background: #d9edac;
  text-align: center;
  font-weight: normal;
  border: 1px solid #1c825c;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #1c825c;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #88a3d4;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_access tr td {
    padding: 1rem 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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

.wrap {
  padding: 0 1rem 0;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1120px;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  body.index .header .headR {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body.index .header .headR .tel_item {
    display: none;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em), print {
  .main {
    overflow: hidden;
  }
}
/* アイコンフォント -------------------------------------- */
@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 {
  background: url("../img/a_background_01.jpg");
  position: relative;
  z-index: 0;
}
.header .wrap {
  margin: 0 1rem 1rem;
  padding: 1.6rem 0 0;
}
.header .wrap .logo {
  height: 3.2rem;
}
.header .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 .wrap .headC {
  margin: 2.4rem 0 0;
}
.header .wrap .headC ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .headC ul li {
  width: 49%;
}
.header .wrap .headC ul li a {
  display: block;
  border-radius: 25px;
  padding: 0.2rem;
  background: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.header .wrap .headC ul li a span {
  padding: 0.6rem;
  border-radius: 25px;
  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;
  position: relative;
}
.header .wrap .headC ul li a span::before, .header .wrap .headC ul li a span::after {
  font-family: "fontello";
}
.header .wrap .headC ul li a span::before {
  width: 10%;
}
.header .wrap .headC ul li a span::after {
  font-size: 1.2rem;
  content: "\e81f";
  color: #e1d05e;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .wrap .headC ul li a.rsv span {
  color: #63c0ab;
  border: dotted 2px #63c0ab;
}
.header .wrap .headC ul li a.rsv span::before {
  content: "\e81c";
}
.header .wrap .headC ul li a.online span {
  color: #88a3d4;
  border: dotted 2px #88a3d4;
}
.header .wrap .headC ul li a.online span::before {
  content: "\e81d";
}
.header .wrap .headC + .headR {
  margin: 1.4rem 0 0;
}
.header .wrap .headR {
  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;
  margin: 2rem 0 0;
}
.header .wrap .headR .tel_item .tel {
  display: none;
}
.header .wrap .headR .tel_item .tel::before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon_tel.svg") no-repeat center/contain;
}
.header .wrap .headR .tel_item .tel a {
  display: inline-block;
}
.header .wrap .headR .access {
  color: #fff;
  padding: 0.3rem 8rem;
  background: #88a3d4;
  border-radius: 4px;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    z-index: 2;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 55rem;
    height: 8rem;
  }
  .header .wrap .headC {
    margin: 0 0 0 0.8rem;
    width: 24rem;
  }
  .header .wrap .headC ul {
    display: block;
  }
  .header .wrap .headC ul li {
    width: 100%;
  }
  .header .wrap .headC ul li ~ li {
    margin-top: 0.4rem;
  }
  .header .wrap .headC ul li a {
    padding: 0.2rem;
    font-size: 1.6rem;
  }
  .header .wrap .headC ul li a span {
    padding: 0.6rem;
  }
  .header .wrap .headC ul li a span::before {
    width: 18%;
    text-align: center;
  }
  .header .wrap .headC ul li a span::after {
    font-size: 1.8rem;
    right: 3%;
  }
  .header .wrap .headC ul li a.rsv span::before {
    font-size: 2.6rem;
  }
  .header .wrap .headC ul li a.online span::before {
    font-size: 3.2rem;
    padding-left: 0.4rem;
    line-height: 1;
    position: relative;
    bottom: -4px;
  }
  .header .wrap .headC + .headR {
    margin: 1.4rem 0 0;
  }
  .header .wrap .headR {
    width: 30rem;
    margin: 0;
    padding: 0;
    display: block;
  }
  .header .wrap .headR .tel_item .tel {
    width: auto;
    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: none;
    color: #333;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .header .wrap .headR .tel_item .tel::before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.6rem;
  }
  .header .wrap .headR .access {
    width: 27rem;
    text-align: center;
    margin: 0 auto;
    padding: 1.1rem 4rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 3.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #88a3d4;
  text-shadow: none;
  border-radius: 7px;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 5.6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 2px solid #88a3d4;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 2px solid #88a3d4;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #88a3d4;
  padding: 1rem 0.8rem;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\f106";
  font-size: 2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li a:hover .sub::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\f106";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 7px;
}
.slicknav_menu .slicknav_nav .gnav .subnav {
  padding: 0;
  margin: 0;
  background: #eaf2ff;
}
.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;
  }
  #nav .gnav {
    width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    width: 16.6666666667%;
  }
  #nav .gnav > li > a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #nav .gnav > li > a::before {
    content: "";
    display: block;
    margin: 0 auto 1.3rem;
    height: 7rem;
    width: 7rem;
  }
  #nav .gnav > li > a span {
    display: inline-block;
    position: relative;
    padding: 0 0.6rem;
  }
  #nav .gnav > li > a:hover span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #e1d05e;
  }
  #nav .gnav > li > a.home::before {
    background: url("../img/gnav_home.png") no-repeat center/auto auto;
  }
  #nav .gnav > li > a.doctor::before {
    background: url("../img/gnav_doctor.png") no-repeat center/auto auto;
  }
  #nav .gnav > li > a.clinic::before {
    background: url("../img/gnav_clinic.png") no-repeat center/auto auto;
  }
  #nav .gnav > li > a.first::before {
    background: url("../img/gnav_first.png") no-repeat center/auto auto;
  }
  #nav .gnav > li > a.access::before {
    background: url("../img/gnav_access.png") no-repeat center/auto auto;
  }
  #nav .gnav > li.treatment {
    position: relative;
  }
  #nav .gnav > li.treatment a::before {
    background: url("../img/gnav_treatment.png") no-repeat center/auto auto;
  }
  #nav .gnav > li .subnav {
    width: 30rem;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: auto;
    z-index: 10;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
  }
  #nav .gnav > li .subnav li::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #88a3d4 2px, white 2px, white 4px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    color: #425f94;
    font-size: 1.8rem;
    background: white;
    padding: 1.6rem 0;
    text-align: center;
  }
  #nav .gnav > li .subnav li a:hover {
    opacity: 1;
    background: #88a3d4;
    color: #fff;
  }
  #nav .gnav > li .subnav li:first-child {
    margin: 1.4rem 0 0;
  }
  #nav .gnav > li .subnav li:first-child a {
    border-radius: 7px 7px 0 0;
  }
  #nav .gnav > li .subnav li:last-child::after {
    content: none;
  }
  #nav .gnav > li .subnav li:last-child a {
    border-radius: 0 0 7px 7px;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/a_background_01.jpg") top/100%;
  position: relative;
  z-index: 0;
}
.overview::after {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  background: url("../img/overview_02.png") top/cover;
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: -1;
}
.overview > .wrap {
  position: relative;
  z-index: 10;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 100%;
  height: auto;
}
.overview > .wrap .overviewL .clinic_dept {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #64bfaa;
  padding: 1rem;
  margin: 2rem auto 1rem;
  border-radius: 6px;
  font-size: 1.2rem;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  width: 27%;
  font-size: 110%;
  text-align: left;
  padding: 0.4rem;
  font-weight: normal;
  border-bottom: 1px solid #88a3d4;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  padding: 0.4rem;
  border-bottom: 1px solid #88a3d4;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
  text-align: center;
}
.overview > .wrap .overviewR .gmap {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 30rem;
}
.overview > .wrap .overviewR .btn_map {
  text-align: center;
}
.overview > .wrap .overviewR .btn_map::after {
  display: inline-block;
}
.overview .tbl_time_area {
  display: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 -8rem;
    padding: 10rem 0 20rem;
    font-size: 1.8rem;
    background: url("../img/a_background_01.jpg") top/auto auto;
  }
  .overview::after {
    content: "";
    display: block;
    width: 100%;
    height: 38rem;
    background: url("../img/overview_02.png") top/auto auto;
    position: absolute;
    left: 0;
    bottom: -19rem;
    z-index: -1;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .gaiyo {
    padding: 0 3rem;
  }
  .overview > .wrap .overviewL .gaiyo .clinic_name {
    margin: 0 0 3rem;
  }
  .overview > .wrap .overviewL .gaiyo .clinic_name img {
    max-width: 100%;
  }
  .overview > .wrap .overviewL .gaiyo .clinic_dept {
    padding: 1rem 1rem;
    margin: 2rem auto 4.6rem;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    padding: 1rem 3rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td {
    padding: 1.4rem 0;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    margin: 0 0 3rem;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 43.5rem;
  }
  .overview > .wrap .overviewR .btn_map a {
    font-size: 1.8rem;
    padding: 2rem 15rem;
    border-radius: 40px;
  }
  .overview > .wrap .overviewR .btn_map a::after {
    font-size: 2.4rem;
    right: 4%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 5.4rem;
  right: 1rem;
  z-index: 30;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.2rem 0.4rem 0.4rem;
  color: #63c0ab;
  background: #fff;
  border-radius: 50%;
  font-family: "Walter Turncoat", cursive;
  position: relative;
}
#pageup a::before {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fontello";
  content: "\f106";
}
#pageup a::after {
  content: "";
  display: block;
  background: url("../img/pagetop_parts01.png") no-repeat center/contain;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -16px;
  right: -12px;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 6rem;
    bottom: 6rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2rem;
    line-height: 0.6;
    padding: 1.8rem 0.4rem 0.4rem;
  }
  #pageup a::before {
    font-size: 1.8rem;
  }
  #pageup a::after {
    width: 6.8rem;
    height: 7.5rem;
    top: -31px;
    right: -20px;
  }
}
.tel_rsv {
  width: 100%;
  height: 6rem;
  padding: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.tel_rsv .bar_line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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;
  gap: 2.5rem;
  background: #fff;
  color: #06c755;
  font-size: 1.5rem;
  font-weight: bold;
}
.tel_rsv .bar_line .bar_icon::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/sns_line.svg") no-repeat center/contain;
  vertical-align: middle;
}
.tel_rsv .rsv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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;
  gap: 1.5rem;
  background: #5876c6;
  color: #fff;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.tel_rsv .rsv .bar_icon::before {
  font-family: "fontello";
  content: "\e81c";
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none !important;
  }
}
.footer {
  text-align: center;
  background: url("../img/footer_01.png") no-repeat center bottom/200%, #fff;
  padding: 0 0 5.6rem;
  margin: 0 0 4.6rem;
  position: relative;
}
.footer .copy {
  display: block;
  color: #666666;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0 0 20rem;
    margin: 0;
    background: url("../img/footer_01.png") no-repeat center bottom/auto auto;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .footer ul ~ ul {
    margin: 0 auto 1rem;
  }
  .footer ul ~ ul ~ ul {
    margin: 0 auto 4rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 1px;
    display: inline-block;
    margin: 0 1.6rem;
    background: #8aa3d4;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
body.index .header .headR .tel_item {
  display: none;
}
body.index .header .headR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 1rem 0rem 16rem;
  max-width: 100%;
  height: 19rem;
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  background: url(../img/index_keyvsl01.png) no-repeat center center/cover;
}
#keyvsl .wrap {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-filter: brightness(0.87);
          filter: brightness(0.87);
}
#keyvsl .wrap .kv_txt {
  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;
  padding: 0 1rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
#keyvsl .wrap .kv_txt::before {
  content: "";
  background: url("../img/a_logomark.png") no-repeat center/contain;
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#keyvsl .wrap .kv_txt img {
  margin-top: 6.6rem;
}
#keyvsl .wrap .yobou {
  display: none;
}
#keyvsl .wrap .rsv_online {
  display: none;
}
#keyvsl .wrap .kv_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  padding: 0 1.2rem;
  z-index: 5;
}
#keyvsl .wrap .kv_tabs .kv_tab {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(99, 192, 171, 0.55);
  color: #3a8c7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02rem;
  -webkit-box-shadow: 0 4px 16px rgba(99, 192, 171, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
          box-shadow: 0 4px 16px rgba(99, 192, 171, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
  transition: background 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.22s ease, background 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.22s ease, background 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
}
#keyvsl .wrap .kv_tabs .kv_tab:hover {
  -webkit-transform: translateY(-4px) scale(1.06);
          transform: translateY(-4px) scale(1.06);
  -webkit-box-shadow: 0 8px 24px rgba(99, 192, 171, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.95);
          box-shadow: 0 8px 24px rgba(99, 192, 171, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.92);
}
#keyvsl .wrap .kv_tabs .kv_tab::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#63c0ab), to(#88a3d4));
  background: linear-gradient(90deg, #63c0ab, #88a3d4);
  border-radius: 2px;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
#keyvsl .wrap .kv_tabs .kv_tab .tab_icon {
  display: none;
}
#keyvsl .wrap .kv_tabs .tab_rsv {
  border-color: rgba(88, 118, 198, 0.55);
  color: #4a5fa0;
}
#keyvsl .wrap .kv_tabs .tab_rsv::before {
  background-image: url(../img/icon_time.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#keyvsl .wrap .kv_tabs .tab_ct {
  border-color: rgba(136, 163, 212, 0.65);
  color: #3a8c7e;
}
#keyvsl .wrap .kv_tabs .tab_ct::before {
  background-image: url(../img/icon_ct.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#keyvsl .wrap .kv_tabs .tab_parking {
  border-color: rgba(88, 118, 198, 0.55);
  color: #4a5fa0;
}
#keyvsl .wrap .kv_tabs .tab_parking::before {
  background-image: url(../img/icon_access.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#keyvsl .wrap .kv_web_rsv {
  position: absolute;
  bottom: -16.5rem;
  left: 0;
  right: 0;
  padding: 0 1.2rem;
  z-index: 5;
}
#keyvsl .wrap .kv_web_rsv .btn_web_rsv {
  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: url(../img/pagetop_parts01.png) no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #c9e0da;
  color: #164e41;
  border-radius: 15px;
  padding: 1.3rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-decoration: none;
  gap: 0.8rem;
  -webkit-box-shadow: 0 4px 20px rgba(99, 192, 171, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 4px 20px rgba(99, 192, 171, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 0.68, 0, 1.2), -webkit-box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
#keyvsl .wrap .kv_web_rsv .btn_web_rsv:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 28px rgba(53, 133, 115, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 8px 28px rgba(53, 133, 115, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 1;
}
#keyvsl .wrap .kv_web_rsv .btn_web_rsv .rsv_icon {
  font-family: "fontello";
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#keyvsl .wrap .kv_web_rsv .btn_web_rsv .rsv_icon::before {
  font-family: "fontello";
  content: "\e81c";
  font-size: 2.2rem;
  color: #3d685e;
}

.float_side_bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 200;
}
.float_side_bnr a {
  display: block;
  background: #5876c6;
  color: #fff;
  padding: 1.6rem 0.8rem;
  font-size: 1.15rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.22);
          box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.22);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.15rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 75rem;
    margin: 1rem 0rem 5rem;
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
    background: url(../img/index_keyvsl01.png) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    -webkit-filter: brightness(0.87);
            filter: brightness(0.87);
    width: 1100px;
    margin: 0 auto;
  }
  #keyvsl .wrap .kv_txt::before {
    width: 20rem;
    height: 20rem;
    left: -6rem;
  }
  #keyvsl .wrap .kv_txt img {
    margin-top: 12rem;
  }
  #keyvsl .wrap .yobou {
    display: none;
  }
  #keyvsl .wrap .rsv_online {
    display: none;
  }
  .float_side_bnr {
    display: none;
  }
  #keyvsl .wrap .kv_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    bottom: 2rem;
    padding: 0;
    right: 0;
    width: 55rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #keyvsl .wrap .kv_tabs .kv_tab {
    width: 17rem;
    height: 17rem;
    aspect-ratio: 1;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #keyvsl .wrap .kv_tabs .kv_tab::before {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.7rem;
  }
  #keyvsl .wrap .kv_web_rsv {
    display: block;
    bottom: 5rem;
    left: auto;
    right: 0;
    padding: 0;
    width: 46rem;
  }
  #keyvsl .wrap .kv_web_rsv .btn_web_rsv {
    font-size: 2.2rem;
    padding: 1.5rem 3.5rem;
    border-radius: 15px;
    letter-spacing: 0.12rem;
  }
  #keyvsl .wrap .kv_web_rsv .btn_web_rsv .rsv_icon::before {
    font-size: 3rem;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time_area {
  padding: 2rem 0.8rem;
  position: relative;
}
.tbl_time_area::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 17px;
  display: block;
  background: url("../img/index_info_bg01.png") repeat-x left top/17px 15px;
}
.tbl_time_area .tbl_time {
  position: relative;
}
.tbl_time_area .tbl_time::after {
  content: "";
  display: block;
  background: url("../img/index_tbl_time_area_01.png") no-repeat center/contain;
  width: 7rem;
  height: 5rem;
  position: absolute;
  right: 1%;
  bottom: -8%;
}

@media screen and (min-width: 48em), print {
  .tbl_time_area {
    margin: 0 auto;
    padding: 5rem 0.8rem 9rem;
    width: 1100px;
  }
  .tbl_time_area::before {
    background: url("../img/index_info_bg01.png") repeat-x center/17px 15px;
  }
  .tbl_time_area .tbl_time {
    width: 1100px;
    margin: 0 auto;
  }
  .tbl_time_area .tbl_time::after {
    width: 19rem;
    height: 12rem;
    right: 2%;
    bottom: -15%;
  }
  .tbl_time_area p {
    font-size: 1.6rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 6rem;
  background: #e9f5f2;
  position: relative;
}
.info::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
  height: 4rem;
  background: url("../img/index_info_bg02.png") no-repeat center/100%;
}
.info .info_bnr {
  margin: 0 auto 1rem;
}
.info .tit_02 {
  color: #8aa3d4;
}
.info .tit_02::before {
  content: "";
  background: url("../img/index_info_parts01.svg") no-repeat center/contain;
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 0 auto;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl div {
  border-bottom: 1px solid #88a3d4;
  padding: 1rem 0;
}
.info dl div:first-child {
  border-top: 1px solid #88a3d4;
}
.info dl div dt {
  margin: 0;
  color: #64bfaa;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl div dt:hover {
  opacity: 0.8;
}
.info dl div dt:hover::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info dl div dt::before {
  color: #e1d05e;
  content: "\e81e";
  font-family: "fontello";
  margin-right: 0.2rem;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info dl div dt.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info dl div dd {
  padding: 1rem 0 1rem 2.2rem;
  margin: 0;
  display: none;
}
.info dl div dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0 10rem;
  }
  .info::after {
    bottom: -14rem;
    height: 20rem;
  }
  .info .info_bnr {
    margin: -3rem auto 6rem;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .tit_02 {
    margin: 0;
    padding: 0;
    width: 15%;
    font-size: 2.4rem;
  }
  .info .wrap .tit_02::before {
    height: 15rem;
    width: 15rem;
    margin: 0 auto 0.4rem;
  }
  .info .wrap dl {
    width: 80%;
  }
  .info .wrap dl div {
    padding: 1.6rem 1rem;
  }
  .info .wrap dl div dt {
    font-size: 1.8rem;
  }
  .info .wrap dl div dd {
    font-size: 1.6rem;
    padding: 1rem 0 1rem 2.8rem;
  }
}
/* 特長（お悩み） -------------------------------------- */
.worries {
  padding: 2rem 0 2rem;
}
.worries .lst_circle {
  position: relative;
}
.worries .lst_circle .img {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.worries .lst_circle .lst_balloon {
  margin: -4rem auto 0;
  position: relative;
  z-index: 2;
}
.worries .lst_circle .lst_balloon > li {
  background: #e9f5f2;
  padding: 1rem 1.2rem 2rem;
  margin: 0 0 1rem;
  border-radius: 7px;
}
.worries .lst_circle .lst_balloon > li p {
  text-align: center;
  margin: 0;
  font-size: 2rem;
  color: #63c0ab;
  font-family: "Noto Sans JP", sans-serif;
}
.worries .lst_circle .lst_balloon > li ul li::before {
  content: "●";
  color: #e1d05e;
}

@media screen and (min-width: 48em), print {
  .worries {
    padding: 8rem 0 2rem;
    overflow: hidden;
  }
  .worries .lst_circle {
    position: relative;
    padding: 10rem 0;
    margin: 22rem auto 6rem;
  }
  .worries .lst_circle .img {
    text-align: center;
  }
  .worries .lst_circle .lst_balloon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .worries .lst_circle .lst_balloon > li {
    width: 24rem;
    padding: 0;
    margin: 0;
    position: absolute;
    background: none;
  }
  .worries .lst_circle .lst_balloon > li::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
  }
  .worries .lst_circle .lst_balloon > li.mimi {
    left: 4rem;
    top: 0;
  }
  .worries .lst_circle .lst_balloon > li.mimi::before {
    width: 37rem;
    height: 34rem;
    left: -3rem;
    top: -4rem;
    background: url("../img/index_worries_mimi.png") no-repeat center/auto auto;
  }
  .worries .lst_circle .lst_balloon > li.mimi ul {
    padding-left: 2.2rem;
  }
  .worries .lst_circle .lst_balloon > li.hana {
    right: 5rem;
    top: 0;
  }
  .worries .lst_circle .lst_balloon > li.hana::before {
    width: 35.5rem;
    height: 35rem;
    left: -6rem;
    top: -3rem;
    background: url("../img/index_worries_hana.png") no-repeat center/auto auto;
  }
  .worries .lst_circle .lst_balloon > li.nodo {
    right: 2rem;
    bottom: 4rem;
  }
  .worries .lst_circle .lst_balloon > li.nodo::before {
    width: 35.6rem;
    height: 32rem;
    left: -6rem;
    top: -1rem;
    background: url("../img/index_worries_nodo.png") no-repeat center/auto auto;
  }
  .worries .lst_circle .lst_balloon > li.okosan {
    left: 0;
    bottom: 8rem;
  }
  .worries .lst_circle .lst_balloon > li.okosan::before {
    width: 37rem;
    height: 30rem;
    left: -2.5rem;
    top: -4rem;
    background: url("../img/index_worries_okosan.png") no-repeat center/auto auto;
  }
  .worries .lst_circle .lst_balloon > li.netsu {
    top: -15rem;
    right: 0;
    left: 2rem;
    margin: auto;
  }
  .worries .lst_circle .lst_balloon > li.netsu::before {
    width: 29.5rem;
    height: 19rem;
    left: -2.5rem;
    top: -2rem;
    background: url("../img/index_worries_netsu.png") no-repeat center/auto auto;
  }
  .worries .lst_circle .lst_balloon > li.netsu ul {
    padding-left: 7rem;
  }
  .worries .lst_circle .lst_balloon > li p {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
  .worries .lst_circle .lst_balloon > li ul {
    padding-left: 4.8rem;
  }
  .worries .lst_circle .lst_balloon > li ul li {
    font-size: 1.6rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0.3rem;
  }
}
/* 特長 -------------------------------------- */
.feature {
  background: url("../img/a_background_01.jpg");
  padding: 4rem 0 2rem;
  position: relative;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  display: block;
  background: url("../img/index_feature_bg01.png") repeat-x left top/20px;
}
.feature ul {
  counter-reset: number;
  margin: 4rem 0 0;
}
.feature ul li {
  position: relative;
  counter-increment: number 1;
  margin: 0 0 6rem;
}
.feature ul li figure {
  margin: 0;
  text-align: center;
}
.feature ul li figure img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 60%;
}
.feature ul li figure p {
  display: inline-block !important;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #fff;
  color: #63c0ab;
  border-radius: 25px;
  margin: 0;
  padding: 0.2rem 3rem;
}
.feature ul li figure figcaption {
  text-align: left;
}
.feature ul li figure::before {
  content: counter(number, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  font-size: 3.4rem;
  font-family: "Walter Turncoat", cursive;
  color: #fff;
  width: 8rem;
  height: 7rem;
}
.feature ul li.item_01 figure::before {
  background: url("../img/index_feature_balloon01.png") no-repeat center/contain;
  left: 3.4rem;
  top: -3rem;
}
.feature ul li.item_02 figure::before {
  background: url("../img/index_feature_balloon02.png") no-repeat center/contain;
  right: 3.4rem;
  top: -3rem;
}
.feature ul li.item_03 figure::before {
  background: url("../img/index_feature_balloon03.png") no-repeat center/contain;
  left: 3.4rem;
  top: -3rem;
}
.feature ul li.item_04 figure::before {
  background: url("../img/index_feature_balloon04.png") no-repeat center/contain;
  left: 0;
  right: 0;
  top: -4rem;
  margin: auto;
}
.feature ul li.item_05 figure::before {
  background: url("../img/index_feature_balloon05.png") no-repeat center/contain;
  right: 3.4rem;
  top: -3rem;
}
.feature ul li.item_06 figure::before {
  background: url("../img/index_feature_balloon01.png") no-repeat center/contain;
  right: 3.4rem;
  top: -3rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 2rem;
  }
  .feature::before {
    top: 0;
    height: 3rem;
    background: url("../img/index_feature_bg01.png") repeat-x left top/29px;
  }
  .feature ul {
    margin: 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature ul li {
    width: 31%;
    margin: 0 0 0;
  }
  .feature ul li figure {
    width: 36rem;
  }
  .feature ul li figure img {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .feature ul li figure p {
    font-size: 2rem;
  }
  .feature ul li figure figcaption {
    font-size: 1.6rem;
    width: 86%;
    margin: 2.4rem auto;
  }
  .feature ul li figure::before {
    width: 11rem;
    height: 9rem;
    font-size: 4rem;
  }
  .feature ul li.item_01 figure::before {
    left: 17rem;
  }
  .feature ul li.item_02 figure::before {
    right: 17rem;
  }
  .feature ul li.item_03 figure::before {
    left: 0rem;
    top: -3rem;
  }
  .feature ul li.item_04 figure::before {
    top: -4rem;
  }
  .feature ul li.item_05 figure::before {
    right: 0rem;
    top: -3rem;
  }
}
/* 診療案内 -------------------------------------- */
.tre {
  padding: 2rem 0 2rem;
  position: relative;
}
.tre::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 17px;
  display: block;
  background: url("../img/index_tre_bg01.png") repeat-x center/17px 15px;
}
.tre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tre ul li {
  width: 48%;
  margin: 0 0 1rem;
}
.tre ul li a {
  display: block;
  color: #63c0ab;
  text-decoration: none !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.tre ul li a::before {
  content: "";
  background: #64bfaa;
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 7px;
}
.tre ul li a.ent::before {
  background: url("../img/index_tre_ent.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.pediatric_ent::before {
  background: url("../img/index_tre_pediatric_ent.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.allergy::before {
  background: url("../img/index_tre_allergy.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.allergy .br:after {
  content: "\a";
  white-space: pre;
}
.tre ul li a.slit::before {
  background: url("../img/index_tre_slit.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.dropscreen::before {
  background: url("../img/index_tre_dropscreen.svg") no-repeat center/43% auto, #63c0ab;
  background-position: 50% 100%;
}
.tre ul li a.cold::before {
  background: url("../img/index_tre_cold.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.fever::before {
  background: url("../img/index_tre_fever.svg") no-repeat center/20% auto, #63c0ab;
}
.tre ul li a.hearingaid::before {
  background: url("../img/index_tre_hearingaid.svg") no-repeat center/35% auto, #63c0ab;
}
.tre ul li a.vaccination::before {
  background: url("../img/index_tre_vaccination.svg") no-repeat center/20% auto, #63c0ab;
}
.tre ul li a.visit::before {
  background: url("../img/index_tre_visit.svg") no-repeat center/27% auto, #63c0ab;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0 8rem;
  }
  .tre::before {
    top: -15px;
    background: url("../img/index_tre_bg01.png") repeat-x center/17px 15px;
  }
  .tre ul {
    margin: 5rem 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tre ul li {
    width: 20%;
    margin-bottom: 3rem;
  }
  .tre ul li a {
    font-size: 2rem;
    line-height: 1.2;
  }
  .tre ul li a::before {
    border-radius: 50%;
    height: 18rem;
    width: 18rem;
    margin: 0 auto 2rem;
  }
  .tre ul li a.ent::before {
    background: url("../img/index_tre_ent.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.pediatric_ent::before {
    background: url("../img/index_tre_pediatric_ent.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.allergy::before {
    background: url("../img/index_tre_allergy.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.slit::before {
    background: url("../img/index_tre_slit.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.dropscreen::before {
    background: url("../img/index_tre_dropscreen.svg") no-repeat center/75% auto, #63c0ab;
  }
  .tre ul li a.cold::before {
    background: url("../img/index_tre_cold.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.fever::before {
    background: url("../img/index_tre_fever.svg") no-repeat center/40% auto, #63c0ab;
  }
  .tre ul li a.hearingaid::before {
    background: url("../img/index_tre_hearingaid.svg") no-repeat center/50% auto, #63c0ab;
  }
  .tre ul li a.vaccination::before {
    background: url("../img/index_tre_vaccination.svg") no-repeat center/40% auto, #63c0ab;
  }
  .tre ul li a.visit::before {
    background: url("../img/index_tre_visit.svg") no-repeat center/50% auto, #63c0ab;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  background: url("../img/index_greeting_bg01.jpg") top/60px;
  padding: 2rem 0 4rem;
}
.greeting .wrap {
  text-align: center;
}
.greeting .wrap .tit_02 {
  position: relative;
  display: inline-block;
}
.greeting .wrap .tit_02::before {
  content: "";
  display: block;
  background: url("../img/index_greeting_parts03.png") no-repeat center/contain;
  width: 4rem;
  height: 5rem;
  position: absolute;
  top: 0.5rem;
  left: -3rem;
}
.greeting .wrap .img {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.greeting .wrap .img::before, .greeting .wrap .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.greeting .wrap .img::before {
  background: url("../img/index_greeting_parts05.png") no-repeat center/contain;
  width: 10rem;
  height: 5rem;
  left: -1.6rem;
  bottom: -1.3rem;
}
.greeting .wrap .img::after {
  background: url("../img/index_greeting_parts06.png") no-repeat center/contain;
  width: 10rem;
  height: 5rem;
  right: -1.6rem;
  top: -1.3rem;
}
.greeting .wrap p {
  margin: 0;
  padding: 2.4rem 0 1.6rem;
  background: url("../img/index_greeting_parts04.png") no-repeat center/100% auto;
}
.greeting .wrap .btn_more {
  margin: 1.6rem auto 0;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 10rem auto 0;
    padding: 5rem 0 11rem;
    background: url("../img/index_greeting_bg01.jpg") top/auto auto;
  }
  .greeting .wrap {
    position: relative;
  }
  .greeting .wrap::before, .greeting .wrap::after {
    content: "";
    display: block;
    position: absolute;
  }
  .greeting .wrap::before {
    background: url("../img/index_greeting_parts01.png") no-repeat center/contain;
    width: 10rem;
    height: 14rem;
    top: 0;
    left: -15vw;
  }
  .greeting .wrap::after {
    background: url("../img/index_greeting_parts02.png") no-repeat center/contain;
    width: 18rem;
    height: 13rem;
    top: -15rem;
    right: -17vw;
  }
  .greeting .wrap section {
    width: 50%;
    margin: 0 auto 0 0;
  }
  .greeting .wrap section .tit_02 {
    margin: 0;
  }
  .greeting .wrap section .tit_02::before {
    width: 9rem;
    height: 10rem;
    left: -16rem;
  }
  .greeting .wrap section div.img {
    width: 50%;
    position: absolute;
    top: -13rem;
    right: 0;
  }
  .greeting .wrap section div.img::before {
    width: 19rem;
    height: 8.8rem;
  }
  .greeting .wrap section div.img::after {
    width: 18.5rem;
    height: 10rem;
  }
  .greeting .wrap section div p {
    font-size: 2.2rem;
    padding: 5.4rem 0 1.6rem;
    background: url("../img/index_greeting_parts04.png") no-repeat center/85% auto;
  }
  .greeting .wrap section div .btn_more {
    margin: 4.4rem 0 0;
  }
}
/* SNS -------------------------------------- */
.sns {
  background: #64bfaa;
  padding: 2rem 0 2rem;
}
.sns .wrap .tit_02 span {
  font-size: 2rem;
  color: #fff;
}
.sns .wrap .tit_02 span::before {
  color: #e1d05e;
}
.sns .wrap .tit_02 span::after {
  content: none;
}
.sns .wrap ul li {
  margin: 0 0 2rem;
}
.sns .wrap ul li a {
  width: 80%;
  color: #64bfaa;
  background: #fff;
  padding: 0.8rem 3rem;
  position: relative;
  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;
}
.sns .wrap ul li a::before {
  content: "";
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.sns .wrap ul li a::after {
  content: "\e81f";
  font-family: "fontello";
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sns .wrap ul li.btn_line a::before {
  background: url("../img/index_sns_line.png") no-repeat center/contain;
}
.sns .wrap ul li.btn_twitter a::before {
  background: url("../img/index_sns_twitter.png") no-repeat center/contain;
}
.sns .wrap ul li.btn_insta a::before {
  background: url("../img/index_sns_insta.png") no-repeat center/contain;
}
.sns .wrap ul li p {
  color: #164e41;
}

@media screen and (min-width: 48em), print {
  .sns {
    padding: 5.6rem 0;
  }
  .sns .wrap {
    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;
  }
  .sns .wrap .tit_02 {
    width: 30rem;
    margin: 0 8rem 0 0;
    padding: 0;
  }
  .sns .wrap .tit_02 span {
    font-size: 4.2rem;
  }
  .sns .wrap .tit_02 span::before {
    font-size: 3rem;
  }
  .sns .wrap ul {
    width: 73rem;
  }
  .sns .wrap ul li {
    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;
    margin: 0;
    line-height: 1.2;
  }
  .sns .wrap ul li a {
    margin: 0 2rem 0 0;
    padding: 1.6rem 3rem;
    width: 45%;
    font-size: 1.8rem;
    border-radius: 40px;
  }
  .sns .wrap ul li a::before {
    width: 3rem;
    height: 3rem;
    margin: 0 1.6rem 0 0;
  }
  .sns .wrap ul li p {
    width: 52%;
    font-size: 1.6rem;
  }
}
/* カレンダー -------------------------------------- */
.cal .box_white {
  padding: 1rem;
}
.cal .box_white .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal .box_white .status li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cal .box_white .status li::before {
  display: inline-block;
  content: "■";
  font-size: 120%;
}
.cal .box_white .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .box_white .status li.open::before {
  color: #3c9;
}
.cal .box_white .status li.am::before {
  color: #75b65d;
}
.cal .box_white .status li.kyushin::before {
  color: #bbb;
}

@media screen and (min-width: 48em), print {
  .cal .box_white {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cal .box_white .caledit {
    width: 48%;
    font-size: 1.8rem;
    padding: 0 0 2rem;
  }
  .cal .box_white .caledit .week th {
    padding: 1.6rem 0 0.6rem;
  }
  .cal .box_white .status {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) {
  background: url("../img/a_background_01.jpg") top/100%;
}
body:not(.index) .header {
  background: none;
}
body:not(.index) .header .wrap {
  margin-bottom: 1.6rem;
}
body:not(.index) .header .wrap .headC {
  display: block;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .wrap {
    padding: 0.6rem 0 3.4rem;
    margin-bottom: 0;
  }
  body:not(.index) .header .wrap .logo {
    margin-top: 1.2rem;
  }
  body:not(.index) .header .wrap .headR {
    margin-top: 1.2rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
  }
}
body:not(.index) .overview {
  background: none;
  padding: 2rem 1rem 12rem;
}
body:not(.index) .overview .tbl_time_area {
  margin: 3rem auto 0;
  padding: 0;
  display: block;
}
body:not(.index) .overview .tbl_time_area::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .overview {
    padding: 10rem 0 24rem;
  }
  body:not(.index) .overview .tbl_time_area {
    margin: 6rem auto 0;
    width: 1100px;
  }
  body:not(.index) .overview .tbl_time_area p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
/* クリニック紹介 */
.clinicslide img, .clinicslide p {
  display: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #64bfaa;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access figure img {
  border: 3px solid #64bfaa;
}
.access figure figcaption {
  margin: 0.4rem 0 0;
  line-height: 1.3;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
  .access figure figcaption {
    margin: 0.8rem 0 0;
  }
}/*# sourceMappingURL=style.css.map */