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

p {
  margin: 0 auto 2rem;
}

img {
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
.fluid-image {
  width: 100%;
}

/* micro cf -------------------------------------- */
.cf::before, .cf::after {
  content: "";
  display: table;
}

.cf::after {
  clear: both;
}

/* 汎用 -------------------------------------- */
img {
  max-width: 100%;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.hide {
  display: none;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.imgL {
  float: left;
  margin: 0 2rem 2rem 0;
}

.imgR {
  float: right;
  margin: 0 0 2rem 2rem;
}

.imgLs {
  float: left;
  margin: 0 2rem 2rem 0;
}

.imgRs {
  float: right;
  margin: 0 0 2rem 2rem;
}

.pt_20 {
  padding-top: 20px;
}

.blue {
  color: #0159b3 !important;
}

.green {
  color: #74c685 !important;
}

.orange {
  color: #ffae00 !important;
}

.underline {
  text-decoration: underline;
}

.sp_none {
  display: none;
}

@media (min-width: 48em) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 47.938em) { /* SP */
  img.imgL, img.imgR, img.imgLs, img.imgRs {
    float: none;
    display: block;
    max-width: 80%;
    height: auto;
    margin: 1rem auto;
  }
  .tel a {
    color: inherit;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40, section ~ section {
  margin-top: 4rem !important;
}
@media (min-width: 48em) {
  .mt40, section ~ section {
    margin-top: 6rem !important;
  }
}

.mt20 {
  margin-top: 2rem !important;
}
@media (min-width: 48em) {
  .mt20 {
    margin-top: 2rem !important;
  }
}

.mb0, section ~ section {
  margin-bottom: 0 !important;
}
@media (min-width: 48em) {
  .mb0, section ~ section {
    margin-bottom: 0 !important;
  }
}

/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 1.2rem;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  padding: 0.4rem;
  color: #4fc649;
  font-weight: normal;
  border-bottom: 2px solid #4fc649;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.4rem;
  color: #6ec0e8;
  border-bottom: 1px solid #ccc;
}
.tbl_time tr td.time {
  color: #212121;
}
.tbl_time .sat {
  color: #ed296a;
}

/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gmap img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #231815;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01_bg.png) no-repeat center bottom/contain #fff;
  color: #005e3c;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding: 2.4rem 0;
  margin-bottom: 3rem;
  border: 2px solid #cee3a3;
}

.tit_02 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  background: url(../img/tit_02_bg.svg) no-repeat right bottom/4.5rem auto #74c685;
  line-height: 1.2;
}

.tit_03 {
  color: #45ab5a;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-left: 2rem;
  background: url(../img/tit_03.svg) no-repeat left top 0.4rem/1.6rem auto;
}

.tit_04 {
  color: #41a9dc;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.4rem 0;
  margin-bottom: 1rem;
  border-top: 2px solid #6ec0e8;
  border-bottom: 1px dashed #6ec0e8;
}

.tit_05 {
  color: #f1AC88;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  border-left: #F1AC88 4px solid;
}

@media (min-width: 48em) {
  .tit_01 {
    font-size: 3rem;
    padding: 7.8rem 0;
    margin: 4rem 0 5rem;
  }
  .tit_02 {
    font-size: 2.4rem;
    background: url(../img/tit_02_bg.svg) no-repeat right bottom -0.6rem/6.4rem auto #74c685;
    margin: 0 0 2rem 0;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem 0;
    padding-left: 2.8rem;
    background: url(../img/tit_03.svg) no-repeat left top 0.3rem/2.2rem auto;
  }
  .tit_04 {
    font-size: 2rem;
    padding: 0.6rem 0;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #7cbe35;
}

.lst_sub li {
  text-indent: -2rem;
  padding-left: 2.2rem;
}
.lst_sub li::before {
  content: "・";
  margin-right: 0.4rem;
  color: #333;
}

.lst_dl01 dt {
  float: left;
  width: 25%;
  font-weight: bold;
  clear: left;
}
.lst_dl01 dd {
  padding-left: 4rem;
}

@media (min-width: 48em) {
  .lst_dl01 dt {
    width: 10%;
  }
  .lst_dl01 dd {
    padding-left: 5rem;
  }
}
/* フレックス回り -------------------------------------- */
@media (min-width: 48em) {
  .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;
  }
}
/* ボタン回り -------------------------------------- */
.btn_detail {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 3px double #7bbe35;
  color: #7bbe35;
  text-decoration: none !important;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e801";
  margin-right: 0.6rem;
}
.btn_detail:hover {
  background: #7bbe35;
  color: #fff;
  border: 3px double #fff;
}

.btn_detail_long {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem 0 0.8rem 2rem;
  border-radius: 0.5rem;
  background: #7bbe35;
  border: 3px double #fff;
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
}
.btn_detail_long::before {
  font-family: "fontello";
  content: "\e801";
  margin-right: 0.6rem;
}
.btn_detail_long:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}

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

a {
  color: #212121;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 1rem;
}
.main section a:not([href^=tel]) {
  text-decoration: underline;
}

@media (min-width: 48em) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1140px;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main {
    margin: 0;
    padding-bottom: 10rem;
    width: 67%;
    font-size: 1.6rem;
    position: relative;
  }
}
/* アイコンフォント -------------------------------------- */
@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 {
  padding: 1rem;
  margin-bottom: 2rem;
  background: #f1fbd7;
}
.header .logo {
  margin: 0.8rem 0 2rem;
}
.header .logo a {
  display: block;
  background: url(../img/logo_sp.svg) no-repeat center left/contain;
  height: 3rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .add {
  font-size: 1.2rem;
  text-align: center;
}
.header .add br {
  display: none;
}
.header .telno {
  margin: 1rem 0 0;
}
.header .telno .tel {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.header .telno .tel::before {
  content: "tel.";
  margin-right: 0.2rem;
}
.header .telno .tel a {
  display: inline-block;
  color: inherit;
}
.header .txt_head {
  font-size: 1.8rem;
  text-align: center;
  color: #f27794;
  margin: 1rem 0 0;
}

@media (min-width: 48em) {
  .header {
    width: 29%;
    margin: 0;
    padding: 2rem 2rem;
  }
  .header .logo a {
    background: url(../img/logo_pc.svg) no-repeat center top/contain;
    height: 17rem;
  }
  .header .add {
    font-size: 1.4rem;
  }
  .header .add br {
    display: block;
  }
  .header .telno .tel {
    font-size: 1.8rem;
  }
  .header .txt_head {
    font-size: 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;
  /* Toggle Btn */
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #7cbe35;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  margin: 0 1rem 0 0;
  line-height: 1;
  padding: 0;
  border-radius: 0.5rem;
  /* Toggle Open Icon */
}
.slicknav_menu .slicknav_btn::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open {
  /* Toggle Close Icon */
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu {
  /* 展開部 */
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #f1fbd7;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 5.4rem;
  right: 0;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow {
  display: none !important;
}

/* グローバルナビ　SP・PC共通デザイン */
.header .gnav, .slicknav_nav .gnav {
  margin: 0;
  border: 1px solid #fff;
}
.header .gnav li a, .slicknav_nav .gnav li a {
  display: block;
  padding: 1.2rem;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.header .gnav li a:hover, .slicknav_nav .gnav li a:hover {
  background: none;
}
.header .gnav li a.home, .slicknav_nav .gnav li a.home {
  background: #8c9bce;
}
.header .gnav li a.clinic, .slicknav_nav .gnav li a.clinic {
  background: #6ec0e8;
}
.header .gnav li a.doctor, .slicknav_nav .gnav li a.doctor {
  background: #74c685;
}
.header .gnav li a.first, .slicknav_nav .gnav li a.first {
  background: #f0bc6d;
}
.header .gnav li a.access, .slicknav_nav .gnav li a.access {
  background: #f29a77;
}
.header .gnav li a.corona, .slicknav_nav .gnav li a.corona {
  background: #FF93AE;
}
.header .gnav li a.influenza, .slicknav_nav .gnav li a.influenza {
  background: #f36172;
}
.header .gnav li a.sheet, .slicknav_nav .gnav li a.sheet {
  background: #b762b4;
}
.header .gnav li a.drip, .slicknav_nav .gnav li a.drip {
  background: #a16bcf;
}
.header .gnav li a.covid19_hawaii, .slicknav_nav .gnav li a.covid19_hawaii {
  background: #9a62b7;
}
.header .gnav li a.covid19_hawaii02, .slicknav_nav .gnav li a.covid19_hawaii02 {
  background: #7d5193;
}
.header .gnav li:not(:last-child), .slicknav_nav .gnav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.header .subnav, .slicknav_nav .subnav {
  background: #f1fbd7;
  padding: 1.6rem 1rem;
}
.header .subnav .tit, .slicknav_nav .subnav .tit {
  color: #538f14;
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1.6rem;
  border-top: 4px dotted #538f14;
  border-bottom: 4px dotted #538f14;
}
.header .subnav ul, .slicknav_nav .subnav ul {
  margin: 0;
}
.header .subnav ul li, .slicknav_nav .subnav ul li {
  margin-bottom: 0.8rem;
}
.header .subnav ul li a, .slicknav_nav .subnav ul li a {
  display: block;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}
.header .subnav ul li a::after, .slicknav_nav .subnav ul li a::after {
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  color: #74c685;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav {
  display: none;
}

@media (min-width: 48em) {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    margin: 4rem 0;
  }
  #nav .bnr_corona img {
    border: 2px solid #fff;
  }
  #nav .bnr_corona figcaption {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #nav .gnav {
    border: none;
  }
  #nav .gnav li {
    margin-bottom: 1rem;
    border: none;
  }
  #nav .gnav li a {
    padding: 1.4rem 0;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    letter-spacing: 0.2rem;
  }
  #nav .subnav {
    margin: 4rem 0;
    padding: 0;
    border: none;
  }
  #nav .subnav ul li a {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
  #nav .subnav ul li a::after {
    content: none;
  }
  #nav .subnav ul li a:hover {
    opacity: 1;
  }
  #nav .subnav ul li a:hover::after {
    font-family: "fontello";
    content: "\e801";
    position: absolute;
    right: 0.6rem;
    color: #74c685;
    font-size: 1.6rem;
  }
  #nav .bnr img {
    max-width: 100%;
    height: auto;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  border-top: 1px solid #ccc;
  margin: 4rem 0 0;
  padding-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .overviewL .clinic_name {
  font-size: 2.2rem;
}
.overview .overviewL .clinic_name span {
  display: block;
  font-size: 1.4rem;
}
.overview .overviewL .tel {
  display: block;
  font-size: 1.8rem;
}
.overview .overviewL .tel::before {
  content: "tel.";
}
.overview .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview .acs {
  width: 100%;
  border: 1px solid #f29a77;
  padding: 1rem;
  margin-top: 2rem;
}
.overview .acs .tit {
  color: #f29a77;
  font-size: 1.8rem;
  line-height: 1;
}
.overview .acs ul li {
  text-indent: -1.2rem;
  padding-left: 1.4rem;
}
.overview .acs ul li::before {
  font-family: "fontello";
  content: "\e801";
  color: #f29a77;
  font-size: 1.8rem;
  margin-right: 0.4rem;
}

@media (min-width: 48em) {
  .overview {
    margin: 10rem 0 0;
    padding: 5rem 0 10rem;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overviewL {
    width: 48%;
  }
  .overview .overviewL .clinic_name {
    font-size: 3rem;
  }
  .overview .overviewL .tel {
    font-size: 2.2rem;
  }
  .overview .overviewL .tbl_time {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
  .overview .overviewL .tbl_time caption {
    font-size: 1.4rem;
  }
  .overview .overviewR {
    width: 48%;
  }
  .overview .acs {
    border: 2px solid #f29a77;
    padding: 1.6rem;
  }
  .overview .acs .tit {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
/* フッター -------------------------------------- */
.pageup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.pageup a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.8rem 0;
  background: #fff;
}
.pageup a::before {
  content: "▲";
  color: #7bbe35;
  margin-right: 0.4rem;
}

@media (min-width: 48em) {
  .pageup {
    bottom: 0;
    right: 0;
    left: auto;
    line-height: 1.2;
  }
  .pageup a {
    width: 7rem;
    height: 7rem;
    font-size: 1.4rem;
    padding: 1rem;
    letter-spacing: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #8bdd86;
  }
  .pageup a::before {
    display: block;
    margin: 0;
  }
}
.footer {
  text-align: center;
  margin: 3rem -1rem 0;
  padding-bottom: 4rem;
  background: #7bbe35;
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 0.4rem;
  font-size: 1.2rem;
}
.footer .copy a {
  color: inherit;
}
.footer ul {
  display: none;
}

@media (min-width: 48em) {
  .footer {
    width: 100%;
    padding: 0.4rem 0;
    margin: 6rem auto 0;
    position: absolute;
    bottom: 0;
  }
  body.index .footer ul {
    display: block;
    text-align: center;
  }
  body.index .footer ul li {
    display: inline-block;
  }
  body.index .footer ul li a {
    font-size: 1.4rem;
    color: inherit;
    padding: 0 1rem;
  }
  body.index .footer ul li a:hover {
    text-decoration: underline;
  }
  body.index .footer ul li br {
    display: none;
  }
  body.index .footer ul li::before {
    content: "|";
  }
  body.index .footer ul.subnav {
    margin-bottom: 2rem;
  }
}
.txt_deco {
  text-decoration: underline;
}

.txt_bold {
  font-weight: bold;
}

/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl {
  margin-bottom: 3rem;
}
.keyvsl img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 48em) {
  .keyvsl {
    margin: 3rem auto 4rem;
  }
}
.bnr_corona {
  margin: 0 0 2rem;
}
.bnr_corona img {
  width: auto;
  max-width: 100%;
}
.bnr_corona figcaption {
  color: #ed296a;
}
.bnr_corona figcaption.txt_line {
  line-height: 0.5;
  margin: 0 10px;
}
.bnr_corona .font_small {
  font-size: 0.4em;
}

@media (min-width: 48em) {
  .bnr_corona {
    margin: 0 0 2rem;
  }
  .bnr_corona img {
    width: auto;
    max-width: 100%;
  }
  .bnr_corona figcaption {
    color: #ed296a;
  }
}
/* お知らせ -------------------------------------- */
.info dl {
  margin: 0;
  line-height: 1.4;
  background: #fff;
  height: 20rem;
  overflow-y: auto;
}
.info dl dt {
  margin-bottom: 0.4rem;
  color: #74c685;
  font-size: 1.6rem;
}
.info dl dd {
  margin: 0 0 1rem;
}

.info_top_view dl {
  margin: 0;
  line-height: 1.4;
  background: #fff;
  height: auto;
  overflow: hidden !important;
}
.info_top_view dl dt {
  margin-bottom: 0.4rem;
  color: #74c685;
  font-size: 1.6rem;
}
.info_top_view dl dd {
  margin: 0 0 1rem;
}
.info_top_view dl dd a {
  color: #ff0000;
}
.info_top_view dl dd.blue a {
  color: #0159b3;
}
.info_top_view dl dd.green a {
  color: #74c685;
}

@media (min-width: 48em) {
  .info dl {
    height: 25rem;
  }
  .info dl dt {
    float: left;
    width: 14rem;
    clear: left;
  }
  .info dl dd {
    padding: 0 0 0 14rem;
  }
  .info_top_view dl {
    height: auto;
  }
  .info_top_view dl dt {
    float: left;
    width: 14rem;
    clear: left;
  }
  .info_top_view dl dd {
    padding: 0 2rem 0 14rem;
  }
}
/* クリニックの特長 -------------------------------------- */
.feature .tit {
  color: #3aa8dd;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 2.2rem;
  background: url(../img/index_feature.svg) no-repeat center top/auto 2rem;
  margin-bottom: 1rem;
}
.feature ul li {
  padding-top: 20rem;
  margin-bottom: 3rem;
}
.feature ul li span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.feature ul li.ct {
  background: url(../img/index_feature_ct.jpg) no-repeat center top/contain;
}
.feature ul li.ct span {
  color: #74c685;
}
.feature ul li.shinryo {
  background: url(../img/index_feature_shinryo.jpg) no-repeat center top/contain;
}
.feature ul li.shinryo span {
  color: #f0bc6d;
}
.feature ul li.chiiki {
  background: url(../img/index_feature_chiiki.jpg) no-repeat center top/contain;
}
.feature ul li.chiiki span {
  color: #f27794;
}
.feature ul li.air {
  background: url(../img/index_feature_air.jpg) no-repeat center top/contain;
}
.feature ul li.air span {
  color: #3aa8dd;
}

@media (min-width: 48em) {
  .feature .tit {
    font-size: 2.6rem;
    padding-top: 3.2rem;
    background: url(../img/index_feature.svg) no-repeat center top/auto 3rem;
    margin-bottom: 1.6rem;
  }
  .feature ul {
    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;
  }
  .feature ul li {
    width: 48%;
    padding-top: 24.5rem;
    font-size: 1.4rem;
  }
  .feature ul li span {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
  }
  .feature ul li.ct {
    width: 100%;
    padding-top: 50rem;
  }
  .feature ul li.air {
    width: 100%;
    padding: 0 52% 0 0;
    background-position: right top;
    background-size: 48% auto;
  }
}
/* カレンダー -------------------------------------- */
.cal {
  background: #74c685;
  border-radius: 0.5rem;
  padding: 1.6rem;
}
.cal .tit {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: 0.4rem;
}
.cal .tit span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
.cal .white {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0;
}
.cal iframe {
  display: block;
  width: 90%;
  height: 32rem;
  margin: auto;
  border: none;
}
.cal .status {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.cal .status li {
  display: inline-block;
}
.cal .status li::before {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.2rem;
}
.cal .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .status li.kyushin::before {
  background: #c4a883;
}
.cal .status li.am::before {
  background: #668cd9;
}

@media (min-width: 48em) {
  .cal {
    padding: 1.6rem;
    overflow: hidden;
  }
  .cal .tit {
    float: left;
    width: 38%;
    font-size: 1.4rem;
    background: url(../img/index_cal.png) no-repeat center bottom;
    padding: 12rem 0 17rem;
  }
  .cal .tit span {
    font-size: 2.6rem;
  }
  .cal .white {
    width: 54%;
    float: right;
    padding: 2rem;
  }
  .cal iframe {
    height: 40rem;
  }
  .cal .status {
    width: 34.8rem;
    margin: auto;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .cal .status li::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.8rem;
    top: 0.3rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media (min-width: 48em) {
  .cf .imgL, .cf .imgR {
    width: 45%;
  }
  .cf .imgLs, .cf .imgRs {
    width: 25%;
  }
}
/* ドクター紹介 */
.doctor figure {
  text-align: center;
}

@media (min-width: 48em) {
  figure img {
    width: 40%;
    margin-bottom: 1rem;
  }
}
/* クリニック紹介 */
#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;
}

.tre img, #about img {
  width: 80%;
  height: auto;
}

/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem 0;
  position: relative;
}
.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 #d3eed9;
  border-right: 6rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 6rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
@media (min-width: 48em) {
  .access p br {
    display: none;
  }
  .access .tbl_time {
    font-size: 1.8rem;
  }
  .access .tbl_time caption {
    font-size: 1.8rem;
  }
  .access .tbl_time td.time {
    font-size: 1.8rem;
  }
  .access .tbl_time td span {
    font-size: 1.8rem;
  }
}
/* 診療内容 */
.point {
  border: 3px dotted #538f14;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #538f14;
}

/* 料金表 */
.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption {
  caption-side: top;
  text-align: right;
  margin-bottom: 0.4rem;
  font-size: 85%;
}
.tbl_price th {
  width: 40%;
  background: #f2f2f2;
  padding: 0.4rem;
  border: 1px solid #ccc;
  text-align: left;
}
.tbl_price td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}
.tbl_price td.corona_table {
  text-align: right;
  border: none;
}

@media (min-width: 48em) {
  .tbl_price {
    table-layout: fixed;
  }
  .tbl_price th {
    padding: 0.8rem;
  }
  .tbl_price td {
    padding: 0.8rem;
  }
  .tbl_price td.corona_table {
    text-align: right;
    border: none;
  }
}
/* 法定健診 */
.kenshin {
  font-size: 1.2rem;
}
.kenshin th {
  width: auto;
}
.kenshin th[scope=col], .kenshin td {
  text-align: center;
}

@media (min-width: 48em) {
  .kenshin {
    table-layout: auto;
    font-size: 1.6rem;
  }
}
/* 点滴・注射治療 */
.drip {
  font-size: 1.2rem;
}
.drip th {
  width: 45%;
  text-align: center;
}
.drip td {
  text-align: left;
}

@media (min-width: 48em) {
  .drip {
    table-layout: auto;
    font-size: 1.6rem;
  }
}
/* 点滴・注射治療 */
.drip2 {
  font-size: 1.2rem;
}
.drip2 th {
  width: 33.333%;
  text-align: center;
}
.drip2 td {
  text-align: center;
}

@media (min-width: 48em) {
  .drip2 {
    table-layout: auto;
    font-size: 1.6rem;
  }
}
/* コロナウイルス */
.txt_red {
  color: #ed296a;
}

.small_txt {
  font-size: 0.7em;
}

@media (min-width: 48em) {
  .txt_red {
    color: #ed296a;
  }
  .small_txt {
    font-size: 1em;
  }
}
/* トラベルクリニック */
.bottomlink {
  font-size: 1.4rem;
}

.bottomlink .btn_01 a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #288e3a;
  padding: 0.8rem;
  margin-bottom: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}

.bottomlink .btn_02 a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #288e3a;
  padding: 0.8rem;
  margin-bottom: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}

.bottomlink .btn_03 a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #288e3a;
  padding: 0.8rem;
  margin-bottom: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}

.flow-list {
  counter-reset: flowNum;
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.flow-list li {
  margin: 0 0 4rem;
  padding: 1.4rem 1.6rem;
  background: #f1fbd7;
  border-radius: 0.6rem;
  position: relative;
  line-height: 2.5;
}

.flow-list li::after {
  content: "▼";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #74c685;
  font-size: 2rem;
  line-height: 1;
}

.flow-list li:nth-child(3)::after {
  display: none;
}

.flow-list02 {
  counter-reset: flowNum;
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.flow-list02 li {
  margin: 0 0 4rem;
  padding: 1.4rem 1.6rem;
  background: #f1fbd7;
  border-radius: 0.6rem;
  position: relative;
  line-height: 2.5;
}

.flow-list02 li::after {
  content: "▼";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #74c685;
  font-size: 2rem;
  line-height: 1;
}

.flow-list02 li:nth-child(2)::after {
  display: none;
}

.flow-tit {
  font-size: 1.2em;
  color: #288e3a;
}

@media (min-width: 48em) {
  .bottomlink {
    width: 100%;
    /* padding: 0 .5rem 4rem; */
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bottomlink .btn_01 {
    width: 32%;
    cursor: pointer;
    margin-bottom: 0.5em;
  }
  .bottomlink .btn_02 {
    width: 32%;
    cursor: pointer;
    margin-bottom: 0.5em;
  }
  .bottomlink .btn_03 {
    width: 32%;
    cursor: pointer;
    margin-bottom: 0.5em;
  }
  .flow-list {
    counter-reset: flowNum;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .flow-list li {
    margin: 0 0 4rem;
    padding: 1.4rem 1.6rem;
    background: #f1fbd7;
    border-radius: 0.6rem;
    position: relative;
    line-height: 1.5;
  }
  .flow-list li::after {
    content: "▼";
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #74c685;
    font-size: 2rem;
    line-height: 1;
  }
  .flow-list02 {
    counter-reset: flowNum;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .flow-list02 li {
    margin: 0 0 4rem;
    padding: 1.4rem 1.6rem;
    background: #f1fbd7;
    border-radius: 0.6rem;
    position: relative;
    line-height: 1.5;
  }
  .flow-list02 li::after {
    content: "▼";
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #74c685;
    font-size: 2rem;
    line-height: 1;
  }
  .flow-list02 li:nth-child(2)::after {
    display: none;
  }
  .flow-tit {
    font-size: 1.3em;
    color: #288e3a;
    padding-bottom: 8px;
  }
}
.tbl_travel {
  width: 100%;
  border-collapse: collapse;
  font-size: small;
}
.tbl_travel caption {
  caption-side: top;
  text-align: right;
  margin-bottom: 0.4rem;
  /*font-size: 85%;*/
}
.tbl_travel th {
  width: 15%;
  /*width: 40%;*/
  /*background: #f2f2f2;*/
  padding: 0.4rem;
  border: 1px solid #ccc;
  /* text-align: left;*/
}
.tbl_travel td {
  padding: 0.4rem;
  border: 1px solid #ccc;
}
.tbl_travel .col_ye {
  background: #F9F801;
}

.col_bl {
  color: #41a9dc;
}

.pc_no {
  display: block;
}

.flow_sub {
  background: #f19408;
  color: #ffffff;
  padding: 5px 10px;
}

@media (min-width: 48em) {
  .tbl_travel {
    table-layout: fixed;
    font-size: small;
    text-align: center;
  }
  .tbl_travel th {
    padding: 0.5rem;
  }
  .tbl_travel td {
    padding: 0.5rem;
  }
  .tbl_travel .col_ye {
    background: #F9F801;
  }
  .col_bl {
    color: #41a9dc;
  }
  .pc_no {
    display: none;
  }
  .flow_sub {
    background: #f19408;
    color: #ffffff;
    padding: 0 10px;
  }
}
.flex_wrap4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_wrap4 .flex4 {
  width: 180px;
  margin-top: 30px !important;
  vertical-align: top;
  padding: 0 5px;
}

.flex_wrap4 .flex4 h3 {
  font-weight: bold;
}

.flex_wrap4 .flex4 ul {
  margin-top: 10px;
  list-style: disc;
}

.flex_wrap4 .flex4 ul li {
  margin-left: 20px;
}

.allergy_box {
  counter-reset: flowNum;
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border: 1px solid #288e3a;
  background: #f1fbd7;
}

.allergy_box .allergy_box_ttl {
  font-size: 1.3em;
  color: #288e3a;
  padding: 8px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #74c685;
  text-align: center;
  display: block;
  margin: 10px auto;
}

@media (min-width: 48em) {
  .flex_wrap4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_wrap4 .flex4 {
    width: 180px;
    margin-top: 30px !important;
    vertical-align: top;
    padding: 0 5px;
  }
  .flex_wrap4 .flex4 h3 {
    font-weight: bold;
  }
  .flex_wrap4 .flex4 ul {
    margin-top: 10px;
    list-style: disc;
  }
  .flex_wrap4 .flex4 ul li {
    margin-left: 20px;
  }
  .allergy_box {
    counter-reset: flowNum;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 1px solid #288e3a;
    background: #f1fbd7;
  }
  .allergy_box .allergy_box_ttl {
    font-size: 1.3em;
    color: #288e3a;
    padding: 8px;
  }
  .arrow {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #74c685;
    text-align: center;
    display: block;
    margin: 10px auto;
  }
}
.pink_waku {
  border: 3px solid #ee6982;
  margin: 15px 0;
  padding: 15px;
}
.pink_waku p {
  font-size: 2.5rem;
  color: #ee6982;
  text-align: center;
  line-height: 2.5rem;
}
.pink_waku a {
  color: #6ec0e8;
}/*# sourceMappingURL=style.css.map */