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

.u_line {
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
  text-decoration-color: rgba(255, 72, 72, 0.7);
  text-underline-offset: 0em;
  text-decoration-skip-ink: none;
}

/* 囲い文字 -------------------------------------- */
.frame_01 {
  background: #ebfaff;
  padding: 1rem;
  margin-bottom: 2rem;
}
.frame_01.-ft_wt {
  padding: 1rem 1rem 2.5rem;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
  .frame_01.-ft_wt {
    font-size: 115%;
    width: 80%;
    padding: 5rem;
    margin: 4.5rem auto 6rem;
  }
}

/* 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%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
  border: 1px solid #dcdcdc;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
  border-right: 1px solid #dcdcdc;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #0092b9;
  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;
  border-bottom: 1px solid #dcdcdc;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  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[scope=col]: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: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: #0092b9;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  padding: 3rem 1rem;
  text-align: left;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #38b549;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1rem;
  padding: 1rem 0;
  line-height: 1.2;
}
.tit_02::after {
  content: "";
  display: block;
  margin: 0.4rem auto 0;
  background: url("../img/tit_02_parts01.svg") no-repeat center/contain;
  width: 6rem;
  height: 2rem;
}

.tit_03 {
  color: #38b549;
  font-size: 1.8rem;
  font-weight: bold;
  background: #d6efd4;
  border-radius: 10px;
  text-indent: -2.4rem;
  line-height: 1.2;
  padding: 0.6rem 1rem 0.6rem 3rem;
  margin: 0 0 1rem;
}
.tit_03::before {
  content: "";
  background: url("../img/tit_03.png") no-repeat center/contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.tit_04 {
  color: #0092b9;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
  border-bottom: 2px solid #b8d7e0;
}

.tit_05 {
  color: #0092b9;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 3rem 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto auto;
    height: 25rem;
  }
  .tit_01 span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 1300px;
    height: 100%;
    margin: 0 auto 3rem;
    font-size: 4rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 2rem;
  }
  .tit_02::after {
    width: 10rem;
    height: 2rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    text-indent: -3.6rem;
    padding: 0.6rem 1rem 0.6rem 4.2rem;
    margin: 0 0 2rem;
  }
  .tit_03::before {
    width: 3.1rem;
    height: 3.1rem;
    margin-right: 0.6rem;
    position: relative;
    bottom: 0.2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    padding: 0 0 0.4rem;
    border-bottom: 3px solid #b8d7e0;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 3rem 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li, .lst_ul02 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -2rem;
  }
}
.lst_ul01 li:last-child, .lst_ul02 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li::before, .lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #91cbe2;
}
.lst_ul01 li.none::before, .lst_ul02 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex, .lst_ul02.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_ul01.flex li, .lst_ul02.flex li {
    width: 49%;
  }
  .lst_ul01.flex li.wide, .lst_ul02.flex li.wide {
    width: 100%;
  }
}

.lst_ul02 li::before {
  color: #F6BE39;
}

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

.lst_ol02 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol02 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol02 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1.2rem;
  padding: 0 0 1.4rem 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol02 li {
    text-indent: -1.4rem;
  }
}
.lst_ol02 li::before {
  display: inline-block;
  content: counter(number) " )";
  margin-right: 0.8rem;
}
.lst_ol02.frame_01 {
  padding: 1rem 1rem 0;
  margin: 1rem 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol02.frame_01 {
    padding: 2rem 2rem 1rem;
  }
}
.lst_ol02.frame_01 li {
  padding: 0 0 1.4rem 2.4rem;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 7rem;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 5rem;
  }
}
/* フレックス回り -------------------------------------- */
.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%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn_01 {
  display: block;
}
.btn_01 a {
  background: #0092bb;
  color: #fff;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
.btn_01 a::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.txt_link {
  text-decoration: none !important;
  color: #0092b9;
}
.txt_link::after {
  content: "≫";
  margin-left: 0.2rem;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  padding: 0.8rem;
  background: #ebfaff;
  text-align: center;
  font-weight: normal;
  color: #0e6177;
  border: 1px solid #0092b9;
  font-size: 110%;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #0092b9;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #ebfaff;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
.mt30 {
  margin-top: 3rem;
}

.grid {
  display: grid;
}
.grid p {
  margin-top: initial;
}

.has-number {
  counter-reset: number;
}

.has-number > h4::before {
  counter-increment: number;
  content: counter(number) ")";
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", sans-serif;
}

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

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: 1320px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1300px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    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 {
  background: #d6efd4;
}
.header .wrap {
  padding: 1rem 1rem;
}
.header .wrap .logo {
  height: 5rem;
}
.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 .headR {
  margin: 1.2rem 0 0;
}
.header .wrap .headR .lst_gaiyo li.tel {
  font-weight: bold;
  font-size: 2.2rem;
}
.header .wrap .headR .lst_gaiyo li.tel::before {
  content: "TEL.";
  font-size: 1.8rem;
  margin-right: 0.2rem;
}
.header .wrap .headR .lst_gaiyo li.address {
  margin: 0.4rem 0;
}
.header .wrap .headR .lst_gaiyo li.access span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  margin: 0 0 0.2rem;
  border-radius: 3px;
}
.header .wrap .headR .lst_gaiyo li.access span.bg_access {
  background: #38b549;
  margin-right: 0.4rem;
}
.header .wrap .headR .lst_gaiyo li.access span.bg_parking {
  background: #0092b9;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
    z-index: 2;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 3rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 35rem;
    height: 8rem;
  }
  .header .wrap .headR {
    width: 40%;
    margin: 0;
  }
  .header .wrap .headR .lst_gaiyo {
    font-size: 1.4rem;
  }
  .header .wrap .headR .lst_gaiyo li {
    text-align: right;
  }
  .header .wrap .headR .lst_gaiyo li.tel {
    font-size: 3.6rem;
  }
  .header .wrap .headR .lst_gaiyo li.tel::before {
    font-size: 2.4rem;
  }
  .header .wrap .headR .lst_gaiyo li.access span {
    font-size: 1.4rem;
    padding: 0.1rem 1.6rem 0.2rem;
  }
  .header .wrap .headR .lst_gaiyo li.access span.bg_access {
    /*margin-right: 1.8rem;*/
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  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: #15a465;
  background: none;
  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: "\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: "\e804";
  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: #84c87f;
  padding: 0;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #d5e8d3;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "\e803";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e802";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 2px solid #84c87f;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  width: 50%;
  border-bottom: 2px solid #84c87f;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li:nth-child(odd) {
  border-right: 2px solid #84c87f;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  color: #227752;
  margin: 0;
}
.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;
    background: #84c87f;
  }
  #nav .gnav {
    width: 96rem;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #nav .gnav li.treatment {
    position: relative;
  }
  #nav .gnav li.treatment a::after {
    content: "\e803";
    font-family: "fontello";
    margin-left: 0.4rem;
    font-size: 1rem;
    vertical-align: middle;
  }
  #nav .gnav li.treatment a.close::after {
    content: "\e802";
  }
  #nav .gnav li a {
    display: block;
    padding: 1.4rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
  #nav .gnav li .subnav {
    width: 20rem;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 2px solid #84c87f;
    border-top: none;
  }
  #nav .gnav li .subnav li {
    width: 100%;
  }
  #nav .gnav li .subnav li:first-child a {
    padding: 2rem 0 1.6rem;
  }
  #nav .gnav li .subnav li:last-child a {
    padding: 1.6rem 0 2rem;
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.6rem 0;
    color: #393939;
    font-size: 1.6rem;
    text-align: center;
  }
  #nav .gnav li .subnav li a::after {
    content: none;
  }
  #nav .gnav li .subnav li a:hover {
    opacity: 1;
    color: #15a128;
    background: rgba(242, 242, 242, 0.8);
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .lst_gaiyo li.tel {
  font-weight: bold;
  font-size: 2.2rem;
}
.overview > .wrap .overviewL .lst_gaiyo li.tel::before {
  content: "TEL.";
  font-size: 1.8rem;
  margin-right: 0.2rem;
}
.overview > .wrap .overviewL .lst_gaiyo li.access span {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
  margin: 0 0 0.2rem;
  border-radius: 3px;
}
.overview > .wrap .overviewL .lst_gaiyo li.access span.bg_access {
  background: #38b549;
}
.overview > .wrap .overviewL .lst_gaiyo li.access span.bg_parking {
  background: #0092b9;
}
.overview > .wrap .overviewL .lst_gaiyo li.dr_name {
  margin: 0.8rem 0 0;
}
.overview > .wrap .overviewL .lst_gaiyo li.dr_name span {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin: 0 0.4rem 0 0;
  background: #747474;
  border-radius: 3px;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  text-align: right;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 30rem;
  border-radius: 10px;
}
.overview > .wrap .overviewR .access {
  text-align: center;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #38b549;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 8rem 0;
    font-size: 1.4rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    width: 38%;
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 0.8rem;
    text-align: left;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap .overviewL .lst_gaiyo li.tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewL .lst_gaiyo li.tel::before {
    font-size: 2.4rem;
  }
  .overview > .wrap .overviewL .lst_gaiyo li.access span {
    font-size: 1.4rem;
    padding: 0.1rem 1.6rem 0.2rem;
  }
  .overview > .wrap .overviewL .lst_gaiyo li.access span.bg_access {
    margin-right: 1.8rem;
  }
  .overview > .wrap .overviewL .lst_gaiyo li.dr_name span {
    font-size: 1.4rem;
    padding: 0.1rem 1.6rem;
    margin-right: 1.8rem;
  }
  .overview > .wrap .overviewR {
    width: 55%;
    margin: 0;
    padding: 0 0;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 45.5rem;
  }
  .overview > .wrap .overviewR .access {
    margin: 1.8rem auto 0;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  height: 100%;
  width: 80%;
  display: block;
  background: #fff9f6;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.tel_up .tel a {
  display: block;
  height: 100%;
}
.tel_up .tel a::before {
  content: "TEL.";
  font-size: 1.8rem;
  margin-right: 0.2rem;
}
.tel_up .pageup {
  cursor: pointer;
  height: 4rem;
  width: 20%;
  text-align: center;
}
.tel_up .pageup a {
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #ebffe9;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 1.6rem;
  font-family: "fontello";
  content: "\e802";
  color: #84c87f;
}
.tel_up .pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
  }
}
.footer {
  text-align: center;
  color: #fff;
  background: #84c87f;
  padding: 0 0 4.6rem;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 2.4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1.2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
    margin: 0 0.9rem;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0;
  max-width: 100%;
  height: 19rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover;
}
#keyvsl .wrap {
  height: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  position: relative;
}
#keyvsl .wrap .kv_txt {
  color: #0092b9;
  width: auto;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 4%;
  right: 2%;
  font-size: 1.4rem;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
  letter-spacing: 0.4em;
}
#keyvsl .wrap .kaiin_txt {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  color: #15a128;
  background: linear-gradient(to bottom, #fcfffc, #8eeb87);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -3rem;
  left: 0.5rem;
}
#keyvsl .wrap .kaiin_txt > div {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
}
#keyvsl .wrap .kaiin_txt > div span {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 60rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap .kv_txt {
    width: 100%;
    font-size: 3.6rem;
    padding-left: 12rem;
    display: block;
    right: 0;
    bottom: 3rem;
    letter-spacing: 1em;
    text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
  }
  #keyvsl .wrap .kaiin_txt {
    width: 30rem;
    height: 30rem;
    z-index: 30;
    bottom: -16rem;
  }
  #keyvsl .wrap .kaiin_txt > div {
    font-size: 5.2rem;
  }
  #keyvsl .wrap .kaiin_txt > div span {
    font-size: 2.6rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 0;
  background: url("../img/index_info_bg01.png") no-repeat top left 1rem/11rem auto, url("../img/index_info_bg02.png") no-repeat top right 1rem/11rem auto, #f4fff3;
}
.info .wrap {
  position: relative;
  padding: 0 0 8rem;
}
.info .wrap::after {
  content: "";
  width: 5rem;
  height: 6rem;
  display: block;
  background: url("../img/index_info_parts01.png") no-repeat right bottom/contain;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
.info .wrap dl {
  margin: 0;
  padding: 0 1rem;
  line-height: 1.4;
  height: 100%;
}
.info .wrap dl dt {
  margin-bottom: 0.4rem;
  padding: 0.2rem 1.2rem;
  font-weight: bold;
  color: #393939;
  background: #d6efd4;
  border-radius: 10px;
  font-size: 110%;
  cursor: pointer;
}
.info .wrap dl dt ~ dt {
  margin-top: 2rem;
}
.info .wrap dl dt::after {
  content: "\e803";
  font-family: "fontello";
  margin-left: 0.4rem;
  position: relative;
  bottom: 0.2rem;
  font-size: 1rem;
  color: #38b549;
}
.info .wrap dl dt:hover {
  opacity: 0.8;
}
.info .wrap dl dt.close::after {
  content: "\e802";
}
.info .wrap dl dd {
  padding: 0 1.2rem;
  margin: 0;
}
.info .wrap dl dd:nth-of-type(n+4) {
  display: none;
}
.info .wrap dl dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 12rem 0 0;
    background: #f4fff3;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .info::before, .info::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .info::before {
    width: 46rem;
    height: 41.3rem;
    left: 0;
    background: url("../img/index_info_bg01.png") no-repeat top/auto auto;
  }
  .info::after {
    width: 34rem;
    height: 38rem;
    right: 0;
    background: url("../img/index_info_bg02.png") no-repeat top/auto auto;
  }
  .info .wrap {
    min-height: 55rem;
    padding: 0 0 29rem;
  }
  .info .wrap::after {
    width: 16.6rem;
    height: 25rem;
    background: url("../img/index_info_parts01.png") no-repeat right bottom/auto auto;
    bottom: 3rem;
    right: 1rem;
  }
  .info .wrap dl dt {
    line-height: 1.2;
    font-size: 2rem;
    padding: 0.8rem 2rem;
    margin: 0;
  }
  .info .wrap dl dt ~ dt {
    margin-top: 3rem;
  }
  .info .wrap dl dt::after {
    margin-left: 1.2rem;
    bottom: 0.4rem;
  }
  .info .wrap dl dd {
    padding: 1.5rem 2rem 0;
    font-size: 1.6rem;
  }
}
/* 当院の感染症対策 -------------------------------------- */
.bnr_counterplan {
  padding: 4rem 1rem 0;
}
.bnr_counterplan .wrap {
  border: 3px solid #84c87f;
  border-radius: 10px;
  padding: 1rem;
}
.bnr_counterplan .wrap::after {
  content: "";
  display: block;
  margin: 0.6rem auto 0;
  width: 100%;
  height: 8rem;
  background: url("../img/index_bnrCounterplan_parts01.png") no-repeat center/contain;
}
.bnr_counterplan .wrap .tit_02 {
  background: #84c87f;
  border-radius: 7px;
  letter-spacing: 0.2rem;
  color: #fff;
}
.bnr_counterplan .wrap .tit_02::after {
  content: none;
}
.bnr_counterplan .wrap p {
  font-weight: bold;
}
.bnr_counterplan .wrap .lst_ul01 li::before {
  color: #84C87F;
}

@media screen and (min-width: 48em), print {
  .bnr_counterplan {
    padding: 12rem 0 0;
  }
  .bnr_counterplan .wrap {
    width: 100rem;
    border: 4px solid #84c87f;
    padding: 4rem 3rem 3rem;
    position: relative;
  }
  .bnr_counterplan .wrap::after {
    margin: 0;
    width: 45rem;
    height: 14rem;
    background: url("../img/index_bnrCounterplan_parts01.png") no-repeat center/contain;
    position: absolute;
    top: 4rem;
    right: 3rem;
  }
  .bnr_counterplan .wrap .tit_02 {
    font-size: 3.8rem;
    padding: 1rem 2.7rem;
    display: inline-block;
  }
  .bnr_counterplan .wrap .tit_02::after {
    content: none;
  }
  .bnr_counterplan .wrap p {
    font-size: 2.7rem;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.1rem;
  }
  .bnr_counterplan .wrap .lst_ul01 {
    margin: 2rem 0 0;
  }
  .bnr_counterplan .wrap .lst_ul01 li {
    font-size: 2rem;
    padding-bottom: 0.4rem;
  }
}
/* ご挨拶 -------------------------------------- */
.greeting {
  padding: 4rem 0 4rem;
}
.greeting .img {
  width: 70%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
.greeting .img::after {
  content: "";
  display: block;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #e1f8df;
}
.greeting .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.greeting .dr_name {
  text-align: right;
}
.greeting .dr_name span {
  display: block;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 12rem 0 12rem;
  }
  .greeting .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .greeting .flex .img {
    order: 2;
    width: 500px;
    margin: 0 1.6rem 0 0;
  }
  .greeting .flex .img::after {
    right: -1.6rem;
    bottom: -1.6rem;
  }
  .greeting .flex > div:not(.img) {
    order: 1;
    width: 53%;
    font-size: 1.8rem;
  }
  .greeting .flex > div:not(.img) .dr_name {
    font-size: 2rem;
  }
  .greeting .flex > div:not(.img) .dr_name span {
    font-size: 1.6rem;
  }
}
/* 診療の案内 -------------------------------------- */
.tre {
  background: url("../img/index_tre_bg01.jpg") no-repeat top center/cover;
  padding: 4rem 0 2rem;
}
.tre ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tre ul li {
  width: 48%;
  margin: 0 0 1rem;
}
.tre ul li a {
  padding: 0.8rem 0 0.8rem;
  border-radius: 10px;
  display: block;
  text-align: center;
  color: #fff;
  background: #84c87f;
  text-decoration: none !important;
}
.tre ul li a::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 8rem;
  min-height: 8rem;
  margin: 0 0 0.4rem;
}
.tre ul li a::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 0.6rem;
}
.tre ul li a.urology::before {
  background: url("../img/index_tre_urology.png") no-repeat center/contain;
}
.tre ul li a.nephrology::before {
  background: url("../img/index_tre_nephrology.png") no-repeat center/auto 6rem;
}
.tre ul li a.internal::before {
  background: url("../img/index_tre_internal.png") no-repeat center/contain;
}
.tre ul li a.lifestyle_diseases::before {
  background: url("../img/index_tre_lifestyle_diseases.png") no-repeat center/contain;
}
.tre ul li a.vaccination::before {
  background: url("../img/index_tre_vaccination.png") no-repeat center/contain;
}
.tre ul li a.checkup::before {
  background: url("../img/index_tre_checkup.png") no-repeat center/contain;
}
.tre ul li a.surgeryp::before {
  background: url("../img/index_tre_surgery.png") no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 12rem 0 12rem;
  }
  .tre ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tre ul li {
    width: 13.8%;
    position: relative;
    z-index: 1;
  }
  .tre ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
  }
  .tre ul li a {
    padding: 2rem 0.4rem 2rem;
    font-size: 2rem;
  }
  .tre ul li a::before {
    margin: 0 0 2rem;
  }
  .tre ul li a::after {
    margin-left: 1rem;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  background: url("../img/index_feature_bg01.jpg") no-repeat center/cover;
  padding: 2rem 0 2rem;
}
.feature ul li {
  margin: 0 0 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 6px 6px 10px -6px #000;
  overflow: hidden;
}
.feature ul li .img {
  width: 50%;
}
.feature ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
}
.feature ul li .txt {
  background: url("../img/index_feature_bg02.svg") no-repeat center bottom -3rem/50% auto, #fff;
  width: 50%;
  padding: 1rem;
  border-radius: 0 7px 7px 0;
}
.feature ul li .txt p {
  margin: 0;
}
.feature ul li .txt p.tit {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  font-weight: bold;
  color: #38b549;
}
.feature ul li .txt p.tit span {
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, #d6efd4 70%);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 12rem 0 6rem;
  }
  .feature ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature ul li {
    width: 47.4%;
    margin: 0 0 5rem;
    border-radius: 10px;
  }
  .feature ul li .img {
    width: 46%;
  }
  .feature ul li .txt {
    width: 54%;
    padding: 4.4rem 5rem 0.4rem;
    background: url("../img/index_feature_bg02.svg") no-repeat right 1rem bottom -10rem/60% auto, #fff;
  }
  .feature ul li .txt p {
    text-align: justify;
  }
  .feature ul li .txt p.tit {
    padding: 0;
    line-height: 1.4;
  }
  .feature ul li .txt p.tit span {
    font-size: 2.4rem;
  }
}
/* ロゴマークの意味 -------------------------------------- */
.logo_mean {
  padding: 3rem 0 3rem;
  background: #F4FFF3;
  position: relative;
  z-index: 1;
}
.logo_mean::before, .logo_mean::after {
  content: "";
  width: 100%;
  height: 2rem;
  background-repeat: repeat-x;
  background: linear-gradient(to right, #D6EFD4 2rem, #BEE8BB 2rem);
  background-size: 4rem 2rem;
  position: absolute;
  z-index: 0;
  left: 0;
}
.logo_mean::before {
  top: 0;
}
.logo_mean::after {
  bottom: 0;
}
.logo_mean .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.logo_mean .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background: url("../img/index_logo_mean_bg01.png") no-repeat left -2rem top 4rem/10rem auto, url("../img/index_logo_mean_bg02.png") no-repeat right bottom/10rem auto;
}
.logo_mean img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.logo_mean div {
  padding: 0 1rem 0;
}
.logo_mean div .lst_ul02 {
  font-size: 110%;
}

@media screen and (min-width: 48em), print {
  .logo_mean {
    padding: 7rem 0 12rem;
    overflow-x: hidden;
  }
  .logo_mean .wrap {
    width: 1300px;
    padding: 0 10rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo_mean .wrap::before {
    width: 1880px;
    left: -25%;
    margin: auto;
    background: url("../img/index_logo_mean_bg01.png") no-repeat left 5rem top 4rem/auto auto, url("../img/index_logo_mean_bg02.png") no-repeat right 5rem bottom/auto auto;
  }
  .logo_mean .wrap .tit_02 {
    width: 100%;
  }
  .logo_mean img {
    width: 37rem;
    height: auto;
  }
  .logo_mean div {
    width: 61rem;
  }
  .logo_mean div p {
    font-size: 1.8rem;
  }
  .logo_mean div p .bold {
    font-size: 2rem;
  }
  .logo_mean div .lst_ul02 {
    font-size: 2.6rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main {
  margin: 0 1rem 4rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    font-size: 1.8rem;
  }
}

.img_c.size_s {
  margin: 1rem auto 0;
  max-width: 50%;
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  .cf .img_l.size_m, .cf .img_r.size_m {
    max-width: 33%;
  }
  .img_c.size_s {
    margin: 2rem auto 0;
    max-width: 15%;
  }
}
/* ドクター紹介 */
.doctor .main {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.doctor .main p {
  text-align: justify;
}

/* クリニック紹介 */
.clinic .main .tit_none {
  font-size: 1.8rem;
  color: #393939;
  margin: 3rem 0 0;
  line-height: 1.3;
  text-align: center;
}

.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: 80%;
  height: auto;
}

@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: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.first .main .tel {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .first .main .tel {
    text-align: left;
    margin: 1rem 0 1.4rem;
    padding-left: 2rem;
    font-size: 2.6rem;
  }
}
.first .main .tel::before {
  content: "TEL.";
  display: inline;
  font-size: 1.4rem;
  margin-right: 0.2rem;
}

.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 #c9dcc7;
  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_c {
  border: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .access .tbl_time {
    font-size: 2rem;
  }
  .access .tbl_time tr th {
    padding: 1rem 0;
  }
  .access .gmap {
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */