@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  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;
}

.frame {
  background: #e3f7f8;
  padding: 1.2rem 1.2rem;
}
.frame > p {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .frame {
    padding: 4rem 2.4rem;
  }
}

@media screen and (min-width: 48em), print {
  .doctor_name {
    font-size: 130%;
    text-align: center;
  }
}
/* 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 > div ~ div, .flex2 > div ~ div {
  margin-top: 2rem;
}

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

.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 > div ~ div, .flex2 > div ~ div {
    margin-top: 6rem;
  }
  .main > section ~ section {
    margin-top: 6rem;
  }
  .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: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #1fb6c4;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  color: #222222;
  border-bottom: 1px solid #1fb6c4;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  color: #1fb6c4;
  border-bottom: 1px solid #1fb6c4;
  line-height: 1;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: linear-gradient(to right, #0bd79b 0%, #00c8da 100%);
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #000;
  font-size: 2.4rem;
  margin: 0 0 2rem;
  padding: 1rem 0;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 1rem 0.8rem;
  background: #1fb6c4;
}

.tit_04 {
  color: #1fb6c4;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 8rem 4rem;
    margin: 2rem 0 6rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 2rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 2rem;
    padding: 1rem 2.4rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -1.8rem;
    padding-left: 2rem;
  }
}
.lst_ul01 li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  color: #91d4c4;
  margin-right: 0.4rem;
  vertical-align: middle;
  font-size: 80%;
}

.lst_ul02 li {
  padding-bottom: 1rem;
  line-height: 1.4;
}

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

.lst_ol02 {
  list-style-type: decimal;
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol02 {
    margin: 1rem 0 1rem 3rem;
  }
}

.lst_dl01 dt {
  float: left;
  width: 25%;
  font-weight: bold;
  clear: left;
}
.lst_dl02 {
  margin: 0 0 1.4rem;
}
.lst_dl02 dt {
  font-weight: bold;
  font-size: 105%;
  color: #1fb6c4;
  margin: 0 2rem 0;
}
.lst_dl02 dd {
  margin: 0.2rem 2rem 0.8rem;
}

.lst_dl03 {
  text-align: center;
}
.lst_dl03 dt {
  float: left;
  width: 56%;
  clear: left;
  font-weight: bold;
  color: #1fb6c4;
}
.lst_dl03 dd {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .lst_dl03 dt {
    width: 51%;
    text-align: right;
    margin-right: 2rem;
  }
}
.lst_qa {
  counter-reset: number_q;
}
.lst_qa dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1fb6c4;
}
.lst_qa dt::before {
  counter-increment: number_q;
  content: "Q" counter(number_q);
  margin-right: 1.2rem;
  letter-spacing: 0.6rem;
}
.lst_qa dd {
  margin: 0 0 3.4rem;
  font-size: 1.8rem;
}
.lst_qa dd p {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_qa dt {
    font-size: 2rem;
    font-weight: bold;
  }
  .lst_qa dt::before {
    margin-right: 1.2rem;
    letter-spacing: 0.6rem;
  }
  .lst_qa dd {
    margin: 0 0 4rem;
    font-size: 2rem;
  }
  .lst_qa dd::before {
    margin-right: 1.2rem;
    margin-left: 0.2rem;
    letter-spacing: 0.6rem;
  }
}
/* テーブル -------------------------------------- */
.tbl {
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl tr th {
  width: 40%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 1rem;
  background: #49cad4;
  border-top: 1px solid #1fb6c4;
}
.tbl tr td {
  padding: 1rem 1rem;
  border-top: 1px solid #1fb6c4;
}
.tbl tr:last-child th {
  border-bottom: 1px solid #1fb6c4;
}
.tbl tr:last-child td {
  border-bottom: 1px solid #1fb6c4;
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    width: 40%;
    padding: 2rem 2rem;
    border-top: 2px solid #1fb6c4;
  }
  .tbl tr td {
    padding: 2rem 2rem;
    border-top: 2px solid #1fb6c4;
  }
  .tbl tr:last-child th {
    border-bottom: 2px solid #1fb6c4;
  }
  .tbl tr:last-child td {
    border-bottom: 2px solid #1fb6c4;
  }
}
.tbl_02 {
  border-collapse: separate;
}
.tbl_02 tr th {
  border-top: 1px dashed #1fb6c4;
  width: 40%;
  font-weight: bold;
  text-align: center;
  padding: 1rem 1rem;
  color: #1fb6c4;
}
.tbl_02 tr td {
  border-top: 1px dashed #1fb6c4;
  padding: 1rem 1rem;
}
.tbl_02 tr:last-child th {
  border-bottom: 1px dashed #1fb6c4;
}
.tbl_02 tr:last-child td {
  border-bottom: 1px dashed #1fb6c4;
}

@media screen and (min-width: 48em), print {
  .tbl_02 tr th {
    width: 40%;
    padding: 2rem 2rem;
  }
  .tbl_02 tr td {
    padding: 2rem 2rem;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
  }
  .flex3 li {
    width: 31%;
  }
}
/* ボタンリンク -------------------------------------- */
.btn {
  background: #01dd54;
  margin: 0 auto;
  width: 80%;
}
.btn a {
  text-align: center;
  width: 100%;
  padding: 1rem;
  display: block;
  color: #fff;
  text-decoration: none !important;
}

.rsv {
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  background: #01dd54;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

/* テキストリンク -------------------------------------- */
.txt_link {
  color: #1fb6c4;
  text-decoration: underline;
}
.txt_link::before {
  content: "\e805";
  font-family: "fontello";
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.page_link li {
  font-size: 90%;
}
.page_link li a {
  text-decoration: none !important;
}
.page_link li a::before {
  content: "\e805";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.8rem;
}

/* 画像の上に文字リンク -------------------------------------- */
.get_on_link {
  position: relative;
  display: block;
  width: 20rem;
}
.get_on_link p {
  position: relative;
  vertical-align: top;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  bottom: 40px;
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

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

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 3rem;
}
.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: 1220px;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0 0 8rem;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@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 .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  width: 80%;
}
.header .wrap .logo a {
  display: block;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .wrap .headR > div {
  margin: 0 auto 0.8rem;
  text-align: center;
  width: 80%;
}
.header .wrap .headR > div:first-child {
  margin: 1.5rem 0 1rem;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}
.header .wrap .headR > div .tel {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  color: #1fb6c4;
}
.header .wrap .headR > div .tel::before {
  content: "\e804";
  font-family: "fontello";
  font-size: 1.8rem;
  margin: 0 0.6rem 0 0;
}
.header .wrap .headR > div .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0rem auto 1.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    height: 8rem;
    width: 33%;
  }
  .header .wrap .headR {
    width: 67%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR > div {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
  .header .wrap .headR > div:first-child {
    margin: 0 2rem 0 0;
    text-align: left;
    font-size: 1.4rem;
    width: auto;
  }
  .header .wrap .headR > div:last-child {
    margin: 0 0.8rem 0 0;
  }
  .header .wrap .headR > div .tel {
    width: auto;
    display: block;
    background: none;
    color: #1fb6c4;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    padding: 0 0.5rem 0;
    background: url(../img/tel_black.svg) no-repeat left center;
    background-size: auto 70%;
  }
  .header .wrap .headR > div .tel::before {
    font-size: 2.8rem;
  }
  .header .wrap .headR > div .tel a {
    display: inline-block;
  }
  .header .wrap .headR > div .rsv {
    display: inline-block;
    font-size: 2rem;
    padding: 1.8rem 2.2rem;
    font-weight: bold;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #1fb6c4;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  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: "\e803";
  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: #fbfbfb;
  padding: 1.6rem 1.6rem 3rem;
  position: fixed;
  top: 6rem;
  right: 0;
  margin: 0 auto 6rem;
  margin-bottom: 5rem;
  height: calc(100vh - 6rem);
  height: calc(100dvh - 6rem);
  padding-bottom: calc(3rem + env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fbfbfb;
  z-index: 999;
}
.slicknav_menu .slicknav_nav .gnav {
  position: static;
  border-top: 1px solid clr_brw;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) {
  border-bottom: 1px dotted #1fb6c4;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit):last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).treatment {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).aboutnav {
  display: block;
  border-bottom: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).aboutnav a {
  padding: 1rem 0.6rem;
  background: #1fb6c4;
  color: #fff;
  margin-top: 1.2rem;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).aboutnav a:hover {
  background: #1fb6c4;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) a {
  display: block;
  color: #595757;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "\e805";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) a .sub {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e805";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit) a:hover {
  color: #222222;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li:not(.tit).slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e812";
}
.slicknav_menu .slicknav_nav .tit {
  padding: 1rem 0;
  margin: 1rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0.4rem;
}
.slicknav_menu .slicknav_nav .subnav {
  border-top: 1px solid clr_brw;
  margin: 0;
}
.slicknav_menu .slicknav_nav .subnav li {
  border-bottom: 1px dotted #1fb6c4;
}
.slicknav_menu .slicknav_nav .subnav li:last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_nav .subnav li a {
  display: block;
  color: #595757;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .subnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e805";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .subnav li a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e805";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .subnav li a:hover {
  color: #222222;
  background: none;
}
.slicknav_menu .slicknav_nav .subnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .subnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .subnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e812";
}
.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: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #nav .gnav li {
    border-right: 1px solid #dcdcdc;
  }
  #nav .gnav li:last-child {
    border-right: none;
  }
  #nav .gnav li.aboutnav {
    display: none;
  }
  #nav .gnav li.aboutnav + .tit {
    display: none !important;
  }
  #nav .gnav li.aboutnav + .tit ~ li {
    display: none;
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.4rem 0.4rem;
    margin: 0 2rem;
  }
  #nav .gnav li .subnav {
    width: 24rem;
    display: none;
    position: absolute;
    color: #000;
    opacity: 1;
  }
  #nav .gnav li .subnav li {
    width: 100%;
    border-right: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0.8rem;
  }
  #nav .gnav li .subnav li:hover {
    background: rgba(31, 182, 196, 0.8);
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.6rem 0.8rem;
    margin: 0;
    text-align: center;
    color: clr_navy;
    border-bottom: 1px dotted #1fb6c4;
  }
  #nav .gnav li .subnav li a:hover {
    opacity: 0.8;
  }
  #nav .gnav li .subnav li:first-child {
    margin: 1.95rem 0 0;
  }
  #nav .gnav li .subnav li:last-child a {
    border-bottom: none;
  }
  /* Gナビ　ハイライト */
  .index #nav .home,
  .greeting #nav .greeting,
  .clinic #nav .clinic,
  .faq #nav .faq,
  .access #nav .access,
  .waist_lowerlimbs #nav .sub,
  .chin_shoulder_upperlimb #nav .sub,
  .stiff_neck #nav .sub,
  .shingles #nav .sub,
  .headache #nav .sub,
  .other #nav .sub {
    position: relative;
  }
  .index #nav .home::after,
  .greeting #nav .greeting::after,
  .clinic #nav .clinic::after,
  .faq #nav .faq::after,
  .access #nav .access::after,
  .waist_lowerlimbs #nav .sub::after,
  .chin_shoulder_upperlimb #nav .sub::after,
  .stiff_neck #nav .sub::after,
  .shingles #nav .sub::after,
  .headache #nav .sub::after,
  .other #nav .sub::after {
    content: "";
    background: #01dd54;
    height: 0.2rem;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f7f9f9;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tbl_gaiyo li {
  margin: 0 0 1rem 0;
}
.overview > .wrap .overviewL .tbl_tel_rsv .tel {
  color: #1fb6c4;
  font-weight: bold;
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_tel_rsv .tel::before {
  content: "\e804";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.4rem;
}
.overview > .wrap .overviewL .tbl_tel_rsv .rsv {
  width: 80%;
  margin: 1rem auto 0;
  font-weight: bold;
}
.overview > .wrap .tbl_time {
  margin: 1.6rem 0;
}
.overview .overviewR {
  margin: 2rem 0 0;
}
.overview .overviewR .gmap {
  text-align: right;
}
.overview .overviewR .gmap iframe {
  padding: 1rem;
  height: 30rem;
  border: 1px solid #cccccc;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 5rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 1.5rem;
    text-align: left;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    padding: 4rem 0;
  }
  .overview > .wrap .overviewL .tbl_tel_rsv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .overview > .wrap .overviewL .tbl_tel_rsv .tel {
    width: auto;
    color: #1fb6c4;
    font-weight: bold;
    font-size: 3rem;
    display: inline;
  }
  .overview > .wrap .overviewL .tbl_tel_rsv .tel::before {
    content: "\e804";
    font-family: "fontello";
    display: inline-block;
    margin-right: 0.4rem;
  }
  .overview > .wrap .overviewL .tbl_tel_rsv .tel + li {
    width: auto;
    margin: 0 0 0 1.8rem;
  }
  .overview > .wrap .overviewL .tbl_tel_rsv .tel + li .rsv {
    padding: 1.4rem 2.2rem;
    margin: 1rem auto 0;
    width: 100%;
    font-size: 2rem;
    text-decoration: none;
  }
  .overview > .wrap .overviewL .tbl_time caption {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 45.5rem;
  }
}
.tel_up {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1.2rem 0;
}
.tel_up .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .wrap .tel {
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  background: #1fb6c4;
  text-align: center;
  width: 40%;
  font-size: 1.2rem;
  min-height: 3.8rem;
  line-height: 1;
}
.tel_up .wrap .tel::before {
  content: "\e804";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.4rem;
}
.tel_up .wrap .rsv {
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  background: #01dd54;
  text-align: center;
  width: 40%;
  font-size: 1.4rem;
  min-height: 3.8rem;
  line-height: 1;
}
.tel_up .wrap .pageup {
  cursor: pointer;
  padding: 1rem 0;
  min-height: 3.8rem;
  width: 15%;
  background: #aaaaaa;
}
.tel_up .wrap .pageup a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.tel_up .wrap .pageup a::before {
  text-align: center;
  font-size: 1.7rem;
  font-family: "fontello";
  content: "\e812";
  color: #fff;
}
.tel_up .wrap .pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    height: 7.5rem;
    padding: 1.2rem 0;
  }
  .tel_up .wrap {
    height: 5rem;
  }
  .tel_up .wrap .tel {
    display: block;
    width: 46%;
    height: 100%;
    font-size: 3rem;
  }
  .tel_up .wrap .rsv {
    width: 46%;
    height: 100%;
    font-size: 3rem;
  }
  .tel_up .wrap .pageup {
    width: 5%;
  }
  .tel_up .wrap .pageup a {
    width: 6rem;
    height: 3rem;
    border: 3px solid clr_blue;
    border-radius: 50%;
    position: relative;
  }
  .tel_up .wrap .pageup a::before {
    font-size: 5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background: #000;
}
.footer .copy {
  background: #000;
  display: block;
  color: #fff;
  padding: 1rem 1rem 2rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
    background: #fff;
  }
  .footer .copy {
    padding: 2rem 1rem 9rem;
    font-size: 1.4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 2rem auto 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li.aboutnav {
    display: none;
  }
  .footer ul li.aboutnav + .tit {
    display: none !important;
  }
  .footer ul li.aboutnav + .tit ~ li {
    display: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  max-width: 100%;
  background: #e3f7f8 url(../img/index_keyvsl01.jpg) no-repeat center top/150%;
}
#keyvsl .wrap {
  padding: 15rem 1.4rem 0.8rem;
  /*height: 25rem;*/
}
#keyvsl .wrap .key_oshirase {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  width: 80%;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #1fb6c4;
}
#keyvsl .wrap .key_oshirase > div {
  width: 100%;
  padding: 0.8rem 0.2rem 0.8rem;
  line-height: 1.4;
}
#keyvsl .wrap .key_oshirase > div span {
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 2rem auto 0;
    height: 57rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat top center/2000px #e3f7f8;
    color: #fff;
  }
  #keyvsl .wrap {
    height: 100%;
    padding: 1rem 0;
  }
  #keyvsl .wrap .key_oshirase {
    display: block;
    padding: 0 2rem;
    margin: 2.5rem 0;
    width: 40rem;
    font-size: 3rem;
  }
  #keyvsl .wrap .key_oshirase > div {
    width: 100%;
    padding: 2rem 0 2rem;
  }
  #keyvsl .wrap .key_oshirase > div:first-child {
    padding-bottom: 0.8rem;
    border-right: none;
  }
  #keyvsl .wrap .key_oshirase > div span {
    font-size: 150%;
    font-weight: bold;
  }
}
/* 理念 -------------------------------------- */
.rinen {
  padding: 0.8rem 1rem 0.8rem;
  background: rgb(11, 215, 155);
  background: -moz-linear-gradient(left, rgb(11, 215, 155) 0%, rgb(0, 200, 218) 100%);
  background: -webkit-linear-gradient(left, rgb(11, 215, 155) 0%, rgb(0, 200, 218) 100%);
  background: linear-gradient(to right, rgb(11, 215, 155) 0%, rgb(0, 200, 218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bd79b', endColorstr='#00c8da',GradientType=1 );
  color: #fff;
}
.rinen .wrap div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.rinen .wrap div img {
  width: 26%;
}
.rinen .wrap div p {
  width: 40%;
  font-size: 2rem;
  padding: 3rem 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.rinen .wrap div p::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rinen ul {
  margin: 2rem 0 0;
}
.rinen ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  counter-increment: number 1;
  margin: 0 0 1rem;
  padding: 0rem 2rem 1rem;
}
.rinen ul li span {
  display: inline;
  padding: 0 0.4rem 0.2rem 0;
  text-indent: 0;
  line-height: 20px;
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 2px, transparent 3px);
}
.rinen ul li span::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  padding: 0 0 0 0.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: baseline;
}

@media screen and (min-width: 48em), print {
  .rinen {
    padding: 2rem 0;
  }
  .rinen .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .rinen .wrap div {
    width: 35%;
  }
  .rinen .wrap div img {
    width: 33%;
  }
  .rinen .wrap div p {
    padding: 6rem 0;
    margin: 0 1rem 0 3rem;
    width: 50%;
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .rinen .wrap ul {
    width: 63%;
  }
  .rinen .wrap ul li {
    padding: 0;
    font-size: 3rem;
  }
  .rinen .wrap ul li span {
    padding: 0 1rem 0.6rem 0;
  }
  .rinen .wrap ul li span::before {
    font-size: 4rem;
    padding: 0 0 0 1rem;
  }
}
/* 診療内容・対象疾患 -------------------------------------- */
.tre {
  padding: 0 1rem 1rem;
}
.tre .img_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tre .img_menu li {
  width: 42%;
  margin: 0;
}
.tre .img_menu li a {
  text-decoration: none !important;
  display: block;
}
.tre .img_menu li a img {
  height: 10rem;
  width: 10rem;
  padding: 0.8rem 0.8rem;
  margin: 2rem auto 0;
  display: block;
  background: #f5f5f5;
  border-radius: 50%;
}
.tre .img_menu li > ul li {
  font-size: 80%;
  text-align: left;
  width: 100%;
  text-indent: -1.3rem;
  padding-left: 0.8rem;
}
.tre .img_menu li > ul li::before {
  content: "●";
  font-size: 1rem;
  color: #91D4C4;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.tre .img_menu li > ul li.tit {
  margin-bottom: 0.8rem;
  text-align: center;
  padding: 0;
  font-size: 100%;
  text-indent: -1.5rem;
}
.tre .img_menu li > ul li.tit::before {
  content: none;
}
.tre .img_menu li > ul li.tit a {
  font-weight: bold;
}
.tre .img_menu li > ul li.tit a::before {
  content: "\e805";
  font-family: "fontello";
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  vertical-align: middle;
  margin-right: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .tre .img_menu > li {
    width: 33%;
    margin: 2rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tre .img_menu > li > a {
    width: 55%;
  }
  .tre .img_menu > li > a img {
    width: 12rem;
    height: 12rem;
    padding: 2rem;
    margin: 0 auto;
  }
  .tre .img_menu > li > ul {
    width: 60%;
  }
  .tre .img_menu > li > ul li {
    text-align: left;
    width: 100%;
    text-indent: -1.5rem;
    padding-left: 0;
  }
  .tre .img_menu > li > ul li::before {
    content: "●";
    font-size: 1rem;
    color: #91D4C4;
    margin-right: 0.4rem;
    vertical-align: middle;
  }
  .tre .img_menu > li > ul li.tit {
    margin-bottom: 0.4rem;
    text-align: left;
    padding: 0;
    text-indent: -0.6rem;
  }
  .tre .img_menu > li > ul li.tit::before {
    content: none;
  }
  .tre .img_menu > li > ul li.tit a {
    display: inline-block;
    font-weight: bold;
  }
  .tre .img_menu > li > ul li.tit a::before {
    content: "\e805";
    font-family: "fontello";
    display: inline-block;
    font-weight: bold;
    font-size: 80%;
    vertical-align: middle;
    margin: 0 0.6rem 0 0.4rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  margin: 4rem 0 0;
  padding: 3rem 1rem 2rem;
  background: #f5f5f5;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0 0 0 0;
  height: 20rem;
  overflow-y: auto;
}
.info dl dt {
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #1fb6c4;
  font-size: 110%;
}
.info dl dd {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #cccccc;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 4rem 1rem;
  }
  .info .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .info .wrap .tit_02 {
    width: 20%;
  }
  .info .wrap dl {
    width: 64%;
    height: 25rem;
  }
  .info .wrap dl dt {
    font-size: 1.6rem;
  }
  .info .wrap dl dd {
    font-size: 1.6rem;
  }
}
/* ごあいさつ -------------------------------------- */
.aisatsu {
  padding: 0 1rem 1rem;
}
.aisatsu .img_r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  max-width: 90%;
}
.aisatsu .img_r img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.aisatsu .img_r .doctor_name {
  font-size: 130%;
  width: 60%;
}
.aisatsu .img_r .btn {
  width: 40%;
}
.aisatsu .img_r .btn a {
  padding: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .aisatsu .wrap .img_r {
    width: 32%;
    margin-left: 6rem;
  }
  .aisatsu .wrap .img_r img {
    width: 100%;
    max-width: 100%;
  }
  .aisatsu .wrap .img_r .doctor_name {
    margin: 0.8rem auto 1rem;
  }
  .aisatsu .wrap .btn {
    width: 50%;
    margin: 0 auto;
  }
}
/* ペインクリニックとは -------------------------------------- */
.about_painclinic, .about_block {
  width: 100%;
  padding: 3rem 1rem 1rem;
  background: #f5f5f5;
}
.about_painclinic div, .about_block div {
  margin-bottom: 5rem;
}
.about_painclinic div:first-of-type, .about_block div:first-of-type {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.about_painclinic div:first-of-type img, .about_block div:first-of-type img {
  width: 48%;
  height: 100%;
}
.about_painclinic div:first-of-type img:last-child, .about_block div:first-of-type img:last-child {
  position: relative;
  top: 3rem;
}
.about_painclinic p span, .about_block p span {
  font-size: 130%;
  font-weight: bold;
  color: #1fb6c4;
}

@media screen and (min-width: 48em), print {
  .about_painclinic .wrap .tit_02, .about_block .wrap .tit_02 {
    height: 5rem;
    width: 50%;
    margin: 1.8rem 0 2rem;
  }
  .about_painclinic .wrap div:first-of-type, .about_block .wrap div:first-of-type {
    width: 48%;
  }
  .about_painclinic .wrap div, .about_block .wrap div {
    width: 48%;
    font-size: 1.8rem;
  }
  .about_painclinic .wrap div .btn a, .about_block .wrap div .btn a {
    margin: 0 auto;
    width: 100%;
  }
  .about_painclinic .wrap .tit_02 {
    float: right;
  }
  .about_painclinic .wrap div:first-of-type {
    float: left;
  }
  .about_painclinic .wrap div {
    float: right;
  }
  .about_block .wrap .tit_02 {
    float: left;
  }
  .about_block .wrap div:first-of-type {
    float: right;
  }
  .about_block .wrap div {
    float: left;
  }
  .about_block .wrap div.btn {
    float: left;
  }
}
/* 特長 -------------------------------------- */
.feature .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.feature .wrap ul li {
  background: #f5f5f5;
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5rem auto 1rem auto;
  border-top: 3px solid #1fb6c4;
  border-bottom: 1px solid #1fb6c4;
}
.feature .wrap ul li div {
  display: flex;
  padding: 0.8rem 1rem;
  flex-direction: column;
  height: 100%;
  min-height: 7rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.feature .wrap ul li div.tit {
  flex: 1;
  display: flex;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.8rem;
  margin: 0 1.2rem;
  font-weight: bold;
  align-items: center;
  border-bottom: 1px dotted #1fb6c4;
  justify-content: space-evenly;
}
.feature .wrap ul li div img {
  position: absolute;
  bottom: -30px;
  right: 15px;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .feature .wrap ul li {
    width: 23%;
  }
  .feature .wrap ul li div {
    padding: 2rem 1.8rem;
    min-height: 23rem;
  }
  .feature .wrap ul li div.tit {
    padding: 2rem 0;
    min-height: 10rem;
    line-height: 1.2;
    font-size: 2.4rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main {
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 33%;
    height: auto;
  }
}
.flex img {
  max-width: 80%;
  margin: 0 auto 2rem;
  display: block;
}

@media screen and (min-width: 48em), print {
  .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flex .frame {
    width: 65%;
    order: 1;
    margin: 0;
    /*      min-height: 24rem;*/
  }
  .flex img {
    width: 30%;
    height: 100%;
    order: 2;
    margin: 0;
  }
}
/* 院長ごあいさつ */
.greeting .doctor_name {
  text-align: right;
  font-size: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .greeting .doctor_name {
    font-size: 2.4rem;
  }
  .greeting .img_l {
    max-width: 23rem;
    margin: 0 3rem 2rem 0;
  }
}
/* クリニック紹介 */
#clinicslide {
  margin-bottom: 8rem;
}
#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: 90%;
  height: auto;
}
.device li figure {
  margin: auto 0;
}
.device li figure figcaption {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.device li figure figcaption span {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #1fb6c4;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .device li {
    width: 33%;
  }
  .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 #ccc;
  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 img.img_access01 {
  max-width: 70%;
  display: block;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .access section:first-child {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .access section:first-child .tit_02 {
    width: 100%;
  }
  .access section:first-child dl {
    margin: 1.2rem 0 0;
    width: 50%;
    order: 2;
  }
  .access section:first-child dl p {
    font-size: 2rem;
  }
  .access section:first-child img.img_access01 {
    margin: 1.2rem 2% 0 3%;
    max-width: 45%;
    order: 1;
  }
  .access .tbl_time {
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
  }
  .access .gmap {
    height: 50rem;
  }
}
.mt0 {
  margin-top: 0 !important;
}

/*神経ブロックとは*/
.nerve_block .tit {
  margin-bottom: 0.4rem;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
.nerve_block .lst_ul02 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.nerve_block .lst_ul02 > li ~ li {
  margin: 0;
  padding: 0;
}
.nerve_block .tbl_02 {
  margin: 0 auto;
  text-align: center;
}
.nerve_block .tbl_02 tr th {
  width: 50%;
}
.nerve_block .tbl_02 tr td {
  width: 50%;
}
.nerve_block .fl_r {
  margin-bottom: 4rem;
}
.nerve_block img {
  max-width: 80%;
  margin: 2rem auto;
  display: block;
}

@media screen and (min-width: 48em), print {
  .nerve_block .lst_ul02 {
    text-align: center;
    font-size: 130%;
  }
  .nerve_block .fl_l {
    width: 65%;
    height: 100%;
  }
  .nerve_block .fl_r {
    width: 40rem;
    height: 10rem;
    float: right;
  }
  .nerve_block img {
    max-width: 70%;
    padding-top: 4rem;
    margin: 4rem auto;
  }
}/*# sourceMappingURL=style.css.map */