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

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.orange {
  color: #FFBD43;
}

.red {
  color: #E56565;
}

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

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  font-weight: bold;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  margin-right: 0.4rem;
}
.tbl_time caption .red:before, .tbl_time caption .holiday:before {
  content: "\a";
  white-space: pre;
}
.tbl_time tr th {
  font-weight: bold;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #6BB266;
  font-size: 1.2rem;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  font-size: 1.2rem;
  border-bottom: 1px solid #AAAAAA;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #91C88D;
  background: #fff;
  border-bottom: 1px solid #AAAAAA;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 1.2rem 0 0;
  }
  .tbl_time caption .red {
    margin-left: 2.4rem;
  }
  .tbl_time caption .red::before {
    content: none;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.4rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: 1.8rem;
    padding: 2rem 0;
    letter-spacing: 0.2rem;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/cover;
  font-size: 2.2rem;
  font-weight: bold;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem;
  text-shadow: 1px 1px 6px #fff, 1px -1px 6px #fff, -1px 1px 6px #fff, -1px -1px 6px #fff;
}

.tit_02 {
  color: #61544C;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  line-height: 1.2;
}
.tit_02::before {
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
  background: url("../img/tit_02_parts01.svg") no-repeat center/contain;
}
.tit_02::after {
  content: "";
  display: block;
  margin: 0.2rem 0 0;
  height: 0.8rem;
  width: 100%;
  background: url("../img/tit_02_parts02.svg") no-repeat center/contain;
}
.tit_02 span {
  font-size: 2.4rem;
  display: block;
  font-family: "Roboto", sans-serif;
}

.tit_03 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #6BB266;
  line-height: 1.2;
  padding: 0.3rem 0.4rem 0.2rem;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #61544C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem 2rem;
  border-bottom: 3px dotted #C1C1C1;
  text-indent: -1.8rem;
}
.tit_04::before {
  content: "\e924";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FAC959;
}

.tit_05 {
  color: #61544C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem 1.2rem;
  border-bottom: 3px solid #C1C1C1;
  position: relative;
}
.tit_05::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: #C8BB9B;
  position: absolute;
  left: 0;
  top: 37%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center center/auto auto;
    font-size: 3.5rem;
    height: 25rem;
    margin: 0 0 1.5rem;
  }
  .tit_02 {
    font-size: 2.3rem;
    margin: 0 0 2rem;
  }
  .tit_02::before {
    width: 9.8rem;
    height: 6.8rem;
    margin: 0 auto 1rem;
  }
  .tit_02::after {
    width: 6.4rem;
    height: 1.4rem;
    margin: 0.8rem auto 0;
  }
  .tit_02 span {
    font-size: 5.5rem;
    letter-spacing: 0.1rem;
  }
  body:not(.index) .tit_02 {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  .tit_03 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin: 0 0 2rem;
    padding: 1rem 1.8rem 1rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem 2.2rem;
    letter-spacing: 0.1rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem 1.3rem;
    letter-spacing: 0.1rem;
  }
  .tit_05::before {
    width: 0.6rem;
    height: 85%;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #6BB266;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

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

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

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] a {
  background: #6BB266;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "j";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_01 {
    text-align: left;
  }
  *[class*=btn_].btn_01 a {
    padding: 1rem 4rem 0.6rem;
  }
}

/* テーブル -------------------------------------- */
*[class*=tbl_]:not(.tbl_time):not(.tbl_gaiyo) {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
*[class*=tbl_]:not(.tbl_time):not(.tbl_gaiyo) tr th {
  width: 30%;
  background: #FFF8E8;
  text-align: center;
  font-weight: normal;
  border: 1px solid #AAAAAA;
  padding: 0.8rem 0;
}
*[class*=tbl_]:not(.tbl_time):not(.tbl_gaiyo) tr td {
  padding: 0.8rem;
  border: 1px solid #AAAAAA;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #FFF8E8;
  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%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
  color: #ddd !important;
}

html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", Meiryo, "Hiragino Sans", "sans-serif";
}

body {
  background: #fff;
  color: #61544C;
}

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: 1240px;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 0;
    padding: 0 0 6rem;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    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 {
  border-top: 2px solid #6BB266;
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 3.8rem;
}
.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.4rem 0 0;
  padding: 0.8rem;
  border-radius: 5px;
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
  color: #3B3938;
}
.header .wrap .headR .instagram {
  display: none;
}
.header .wrap .headR .tel {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.header .wrap .headR .tel::before {
  content: "TEL.";
  margin-right: 0.4rem;
}
.header .wrap .headR .tel a {
  display: inline-block;
}
.header .wrap .headR .head_address {
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    border-top: 1rem solid #6BB266;
  }
  .header .wrap {
    margin: 3rem auto 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 39.2rem;
    height: 7rem;
  }
  .header .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 20px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: right;
    width: 60%;
    font-size: 1.6rem;
  }
  .header .wrap .headR .instagram {
    display: block;
  }
  .header .wrap .headR .tel {
    font-size: 3rem;
  }
}
/* 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: #fff;
  background: #6BB266;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-size: 1.8rem;
  font-family: "fontello";
  content: "\e971";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  margin: 0.6rem 0 0;
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-size: 1.8rem;
  font-family: "fontello";
  content: "\e970";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  margin: 0.6rem 0 0;
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #6BB266;
  padding: 1.6rem;
  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 #fff;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "i";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a span {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e804";
}
.slicknav_menu .slicknav_nav .gnav li:last-child {
  border-bottom: none;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    background: #70B46B;
  }
  #nav .gnav {
    width: 1200px;
    margin: auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav li {
    width: 20%;
    position: relative;
  }
  #nav .gnav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .gnav li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .gnav li a {
    padding: 0.6rem 0;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  #nav .gnav li a span {
    margin: 0.5rem 0 0;
    display: block;
    color: #CFE8D3;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  border-top: 10px solid #ECF3EB;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tel_item {
  display: block;
  margin: 0 0 0.6rem;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #3B3938;
  font-size: 2.2rem;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
  display: block;
}
.overview > .wrap .overviewL .tbl_gaiyo tbody {
  display: block;
  width: 100%;
}
.overview > .wrap .overviewL .tbl_gaiyo tbody tr {
  display: block;
}
.overview > .wrap .overviewL .tbl_gaiyo tbody tr th {
  display: block;
  width: 100%;
}
.overview > .wrap .overviewL .tbl_gaiyo tbody tr th span {
  display: block;
  background: #6BB266;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 0.2rem 0.8rem;
  font-weight: normal;
}
.overview > .wrap .overviewL .tbl_gaiyo tbody tr td {
  display: block;
  width: 100%;
  padding: 0.4rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  border: 3px solid #D0E6CF;
  height: 30rem;
  overflow: hidden;
  border-radius: 10px;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 9.3rem 0 9.2rem;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 55rem;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 1.6rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 41rem;
  }
  .overview > .wrap .overviewL .tel_item {
    font-size: 3.4rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo {
    display: table;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody {
    display: table-row-group;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr {
    display: table-row;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr th {
    width: 9rem;
    display: table-cell;
    text-align: center;
    padding: 0 0 1.1rem;
    vertical-align: top;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr th span {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tbody tr td {
    width: 46rem;
    font-size: 1.7rem;
    padding: 0 0 1.1rem 1.5rem;
    display: table-cell;
    vertical-align: top;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 55rem;
  }
  .overview > .wrap .overviewR .btn_map {
    margin: 2rem 0 0;
  }
  .overview > .wrap .overviewR .btn_map a {
    width: 24.3rem;
    font-size: 1.5rem;
  }
}
/* フッター -------------------------------------- */
/*.fixed_rsv{
    display: none;
}
@include pc {
    .fixed_rsv{
        display: block;
        width: 5.5rem;
        height: 18.2rem;
        background: #6BB266;
        position: fixed;
        top: 24rem;
        right: 0;
        z-index: 200;
        border-radius: 10px 0 0 10px;
        a{
            @include flex;
            @include SetPrefix(justify-content, center);
            @include SetPrefix(align-items, center);
            font-size: 2.2rem;
            height: 100%;
            width: 100%;
            font-weight: bold;
            text-decoration: none!important;
            color: #fff;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            text-orientation: upright;
            &::after{
                content: "\06a";
                font-family: "fontello";
                margin-top: .8rem;
            }
        }
    }
}*/
#pageup {
  display: none;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 60px;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.2rem 0.4rem;
  line-height: 1;
  background: #6BB266;
}
#pageup a::before {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\e812";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 14rem;
    right: 6rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    padding: 0;
  }
  #pageup a::before {
    height: 100%;
    font-size: 3rem;
  }
}
.tel_rsv {
  width: 100%;
  height: 60px;
  background: #f2f2f2;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 65;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*  .rsv {//予約ボタンコメントアウト
      display: inline-block;
      width: 35%;
      a {
        display: block;
        background: #6BB266;
        width: 100%;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        padding: 1.2rem .4rem;
        line-height: 1.0;
        &::before {
          content: "";
          font-family: "fontello";
          margin-right: .4rem;
        }
      }
    }*/
}
.tel_rsv .tel {
  display: inline-block;
  text-align: center;
  width: 75%;
  font-size: 1.8rem;
  font-size: 2rem;
  padding: 1.2rem 0;
  color: #3B3938;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.tel_rsv .tel::before {
  content: "TEL.";
  margin-right: 0.2rem;
}
.tel_rsv .instagram {
  display: inline-block;
  width: 25%;
  height: 100%;
  text-align: center;
}
.tel_rsv .instagram a {
  display: block;
  padding: 15px;
  background: #fff;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none;
  }
  .tel_rsv .tel, .tel_rsv .rsv {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background: #6BB266;
}
.footer .copy {
  display: block;
  background: #6BB266;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    background: #EBF6E7;
    padding: 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul.lst_gnav {
    padding: 3.3rem 0 0;
  }
  .footer ul.lst_gnav li::before {
    content: "j";
    font-family: "fontello";
    margin-right: 0.6rem;
    font-weight: normal;
    color: #ECB148;
    font-size: 1.4rem;
    position: relative;
    bottom: 0.1rem;
  }
  .footer ul.lst_gnav li ~ li {
    margin-left: 2rem;
  }
  .footer ul.lst_gnav li span {
    display: none;
  }
  .footer ul.lst_subnav {
    padding: 2rem 0 3.3rem;
  }
  .footer ul.lst_subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.7rem;
  }
  .footer ul li a {
    opacity: 1;
    font-weight: bold;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 2.45rem 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 1rem 0rem 23rem;
  max-width: 100%;
  height: 20rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  position: relative;
  height: 100%;
}
#keyvsl .wrap .kv_txt {
  padding: 0 0.8rem;
  color: #61544C;
  font-weight: bold;
  font-size: 1.4rem;
  position: absolute;
  bottom: -9rem;
  left: 0;
}
#keyvsl .wrap .kv_txt p {
  text-align: justify;
}
#keyvsl .wrap .kaiin_txt {
  position: absolute;
  bottom: 0.6rem;
  right: 0;
  left: 0;
  margin: 0 1rem;
  padding: 0.6rem 0.4rem;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: rgba(107, 178, 102, 0.9);
  color: #fff;
}
#keyvsl .wrap .kaiin_txt .size_s {
  font-size: 1.4rem;
}
#keyvsl .wrap .kaiin_txt .kaiin {
  border-bottom: 1px solid #fff;
  margin: 0 0 0.6rem;
  padding: 0 0 0.6rem;
}
#keyvsl .wrap .kaiin_txt .yoyaku {
  font-size: 1.2rem;
}
#keyvsl .wrap .time_tbl {
  position: absolute;
  bottom: -21rem;
  left: 0;
  right: 0;
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 60rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
  }
  #keyvsl .wrap .kv_txt {
    bottom: 0;
  }
  #keyvsl .wrap .kv_txt p {
    font-size: 2.5rem;
    line-height: 1.8;
    text-shadow: 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff;
  }
  #keyvsl .wrap .kaiin_txt {
    width: 52rem;
    padding: 1.4rem 2rem;
    border-radius: 10px;
    right: 1rem;
    left: auto;
    bottom: 30rem;
    font-size: 3.2rem;
    text-align: center;
  }
  #keyvsl .wrap .kaiin_txt .size_s {
    font-size: 1.8rem;
  }
  #keyvsl .wrap .kaiin_txt .kaiin {
    margin: 0.4rem 0 1.6rem;
  }
  #keyvsl .wrap .kaiin_txt .yoyaku {
    line-height: 0.8;
    font-size: 2.1rem;
  }
  #keyvsl .wrap .time_tbl {
    width: 52rem;
    margin: 0;
    padding: 2rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    bottom: 2rem;
    right: 2rem;
    left: auto;
  }
  #keyvsl .wrap .time_tbl .tbl_time tr th[scope=col]:first-child {
    width: 32%;
  }
  #keyvsl .wrap .time_tbl .tbl_time tr th.time {
    background: none;
    font-size: 1.4rem;
  }
  #keyvsl .wrap .time_tbl .tbl_time tr td {
    background: none;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
}
.info .wrap .tit_info {
  color: #6BB266;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 0.2rem;
  margin: 0 0 2rem;
  border-bottom: 2px solid #6BB266;
}
.info .wrap .tit_info::before {
  content: "\e9f7";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 20rem;
  overflow-y: scroll;
}
.info dl .line {
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 0.6rem;
}
.info dl .line dt {
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #61544C;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl .line dt::before {
  content: "g";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #6BB266;
}
.info dl .line dt:hover {
  opacity: 0.8;
}
.info dl .line dt.close::before {
  content: "h";
}
.info dl .line dd {
  padding: 0.4rem 0 1rem;
  margin: 0;
}
.info dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 7rem 0 7rem;
  }
  .info .wrap .tit_info {
    font-size: 2.5rem;
    padding: 0 0 1.6rem;
    margin: 0 0 3.5rem;
  }
  .info .wrap .tit_info::before {
    margin-right: 1rem;
  }
  .info dl {
    min-height: 43rem;
    max-height: 43rem;
  }
  .info dl .line {
    padding: 2rem 0 2rem 1.9rem;
  }
  .info dl .line:first-child {
    padding: 0 0 2rem 1.9rem;
  }
  .info dl .line dt {
    font-size: 1.8rem;
  }
  .info dl .line dt::before {
    margin-right: 0.6rem;
  }
  .info dl .line dd {
    font-size: 1.6rem;
    padding: 0 0 0 2.8rem;
  }
}
/* 斎藤整形外科の特長 -------------------------------------- */
.feature {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #EBF6E7), color-stop(35%, #fff));
  background: linear-gradient(to bottom, #EBF6E7 8%, #fff 35%);
  padding: 2rem 0 2rem;
}
.feature ul {
  counter-reset: feature_num;
}
.feature ul li {
  margin: 0 0 0.4rem;
  counter-increment: feature_num 1;
}
.feature ul li figure {
  position: relative;
}
.feature ul li figure img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
  border: 4px solid #fff;
}
.feature ul li figure p {
  width: 7rem;
  height: 7rem;
  padding: 1rem 0 0;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  color: #6BB266;
  background: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  z-index: 1;
  top: 19rem;
  right: 0;
  left: 0;
}
.feature ul li figure p::after {
  content: counter(feature_num, decimal-leading-zero);
  font-size: 2.4rem;
  line-height: 0.8;
  text-align: center;
  display: block;
}
.feature ul li figure figcaption {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #EBF6E7), color-stop(50%, #fff));
    background: linear-gradient(to bottom, #EBF6E7 30%, #fff 50%);
    padding: 7rem 0 15rem;
  }
  .feature ul {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature ul li {
    margin: 0;
    width: 35.6rem;
  }
  .feature ul li figure {
    margin: 0;
  }
  .feature ul li figure img {
    width: 35.6rem;
    height: 35.6rem;
    margin: 0;
  }
  .feature ul li figure p {
    width: 13rem;
    height: 13rem;
    padding: 1.2rem 0 0;
    font-size: 1.7rem;
    top: 29.5rem;
  }
  .feature ul li figure p::after {
    font-size: 4.5rem;
  }
  .feature ul li figure figcaption {
    font-size: 2.2rem;
    padding: 3.2rem 0 0;
  }
}
/* どちらの痛みでお悩みですか？ -------------------------------------- */
.advice_menu {
  background: url("../img/index_adviceMenu_bg01.jpg") no-repeat center/cover;
  padding: 2rem 1rem 2rem;
}
.advice_menu .wrap {
  background: url("../img/index_adviceMenu_bg02.jpg") repeat center/20px auto;
  padding: 1rem;
  border-radius: 20px;
}
.advice_menu .wrap .tit_adviceMenu {
  border: 2px solid #6BB266;
  padding: 0.6rem 0.2rem;
  margin: 0.8rem auto 0.4rem;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  background: #fff;
  color: #6BB266;
  position: relative;
}
.advice_menu .wrap .tit_adviceMenu span {
  color: #E56565;
  display: inline-block;
  position: relative;
}
.advice_menu .wrap .tit_adviceMenu span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  background: url("../img/index_adviceMenu_tit.svg") no-repeat center/contain;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.4rem;
}
.advice_menu .wrap .tit_adviceMenu::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 7px solid #6BB266;
}
.advice_menu .wrap ul {
  margin: 2rem 0 0;
}
.advice_menu .wrap ul li ~ li {
  margin: 1rem 0 0;
}
.advice_menu .wrap ul li a {
  display: block;
  text-decoration: none !important;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  background: #6BB266;
  position: relative;
}
.advice_menu .wrap ul li a::before {
  content: "●";
  margin-right: 0.4rem;
  color: #FFBD43;
}
.advice_menu .wrap ul li a::after {
  content: "j";
  font-family: "fontello";
  font-weight: normal;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.advice_menu .wrap img {
  max-width: 80%;
  display: block;
  margin: 0.8rem auto 0;
}

@media screen and (min-width: 48em), print {
  .advice_menu {
    padding: 8rem 5rem 8rem;
  }
  .advice_menu .wrap {
    background: url("../img/index_adviceMenu_bg02.jpg") repeat center/47px auto;
    width: calc(1200px - 10rem);
    border-radius: 20px;
    padding: 5.5rem 4.6rem;
  }
  .advice_menu .wrap .tit_adviceMenu {
    font-size: 3.1rem;
    padding: 1.5rem 0;
    margin: 0.8rem auto 0.4rem;
    border-radius: 40px;
  }
  .advice_menu .wrap .tit_adviceMenu span::before {
    width: 2.4rem;
    height: 1rem;
    top: -0.6rem;
  }
  .advice_menu .wrap .tit_adviceMenu::after {
    top: 80px;
    border: 15px solid transparent;
    border-top: 15px solid #6BB266;
  }
  .advice_menu .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advice_menu .wrap .flex ul {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    width: 38.4rem;
  }
  .advice_menu .wrap .flex ul li ~ li {
    margin: 3rem 0 0;
  }
  .advice_menu .wrap .flex ul li a {
    padding: 1.2rem 1.6rem;
    border-radius: 30px;
    font-size: 2.3rem;
  }
  .advice_menu .wrap .flex ul li a::before {
    margin-right: 0.8rem;
  }
  .advice_menu .wrap .flex ul li a::after {
    right: 2rem;
  }
  .advice_menu .wrap .flex img {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 0;
    padding: 3.4rem;
  }
}
/* 診療のご案内 -------------------------------------- */
.medical_menu {
  background: #FEF9ED;
  padding: 2rem 0 2rem;
  position: relative;
  z-index: 1;
}
.medical_menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.4rem;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  background: url("../img/index_medicalMenu_bg01.svg") no-repeat center/100% auto;
}
.medical_menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -7%;
  background: #fff;
}
.medical_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.medical_menu ul li {
  width: 50%;
  margin: 0 0 1rem;
}
.medical_menu ul li a {
  display: block;
  min-height: 11rem;
  line-height: 1.4;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #3B3938;
}
.medical_menu ul li a::before {
  content: "";
  font-family: "fontello";
  font-weight: normal;
  font-size: 3.3rem;
  margin: 0 auto 1.2rem;
  color: #fff;
  background: #6BB266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-shadow: 0px 0px 10px #333;
}
.medical_menu ul li a::after {
  content: "";
  display: block;
  width: 96%;
  margin: 0 auto;
  height: 65%;
  background: #fff;
  border: 2px solid #C9E9C7;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.medical_menu ul li a span::before {
  content: "\a";
  white-space: pre;
}
.medical_menu ul li a.orthopaedic::before {
  content: "\e9ed";
}
.medical_menu ul li a.rehabilitation::before {
  content: "\e9ee";
}
.medical_menu ul li a.rheumatism::before {
  content: "\e9ef";
}
.medical_menu ul li a.osteoporosis::before {
  content: "\e9f0";
}
.medical_menu ul li a.injury::before {
  content: "\e9f1";
}
.medical_menu ul li a.locomo::before {
  margin: 0 auto 0.4rem;
  content: "\e9f2";
}
.medical_menu ul li a.insole::before {
  content: "\e9f3";
}
.medical_menu ul li a.private::before {
  content: "\e9f4";
}
.medical_menu ul li a.vaccination::before {
  content: "\e9f5";
}

@media screen and (min-width: 48em), print {
  .medical_menu {
    padding: 12rem 0 17rem;
  }
  .medical_menu::before {
    height: 27rem;
    background: url("../img/index_medicalMenu_bg01.svg") no-repeat center/auto auto;
  }
  .medical_menu::after {
    height: 36rem;
  }
  .medical_menu ul {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medical_menu ul li {
    width: 22rem;
    margin: 0 0 3.3rem;
    margin-right: 2.5rem;
  }
  .medical_menu ul li:nth-child(5n), .medical_menu ul li:last-child {
    margin-right: 0;
  }
  .medical_menu ul li a {
    min-height: 23.5rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .medical_menu ul li a::before {
    width: 16rem;
    height: 16rem;
    margin: 0 auto 2rem;
    color: #fff;
    font-size: 6.8rem;
  }
  .medical_menu ul li a::after {
    height: 15.5rem;
  }
  .medical_menu ul li a.locomo::before {
    margin: 0 auto 0.2rem;
  }
}
/* ごあいさつ と 案内 部分の背景オブジェクト -------------------------------------- */
.bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bg::before {
  content: "";
  width: 8rem;
  height: 100%;
  background: url("../img/index_greeting_bg02.svg") no-repeat top center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .bg::before {
    width: 72.6rem;
    height: 100%;
    background: url("../img/index_greeting_bg02.svg") no-repeat top center/auto auto;
    right: calc(50% - 955px);
    top: 0;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  padding: 2rem 0 2rem;
}
.greeting .wrap > div {
  position: relative;
}
.greeting .wrap > div::before {
  content: "";
  display: block;
  background: #EBF6E7;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 14rem;
  left: 0;
  z-index: -1;
}
.greeting .wrap > div::after {
  content: "";
  display: block;
  background: url("../img/index_greeting_bg01.svg") no-repeat center/contain;
  width: 30rem;
  height: 30rem;
  position: absolute;
  bottom: 7rem;
  left: 0;
}
.greeting .wrap > div .img {
  max-width: 80%;
  display: block;
  margin: 0 auto 2.2rem;
  position: relative;
  z-index: 1;
}
.greeting .wrap > div .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -1rem;
  top: 1rem;
  z-index: -1;
  background: #D6E9D0;
}
.greeting .wrap > div p {
  text-align: justify;
}
.greeting .wrap > div .name {
  background: #FFBD43;
  border-radius: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 0.4rem 0.4rem;
}
.greeting .wrap > div .name span {
  display: block;
  padding: 0.4rem 0;
  border-radius: 30px;
  border: dashed 2px #fff;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 0 0 26rem;
  }
  .greeting .wrap {
    padding: 0 5rem 0;
  }
  .greeting .wrap > div {
    position: relative;
  }
  .greeting .wrap > div::before {
    width: 46rem;
    height: 23rem;
    top: -4.8rem;
    left: -5rem;
  }
  .greeting .wrap > div::after {
    width: 58rem;
    height: 40rem;
    bottom: -15rem;
  }
  .greeting .wrap > div .img {
    width: 59rem;
    height: 59rem;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: -20rem;
    z-index: 1;
  }
  .greeting .wrap > div .img::after {
    right: -3rem;
    top: 3rem;
  }
  .greeting .wrap > div p {
    width: 60rem;
    margin: 4rem 0 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  .greeting .wrap > div .name {
    width: 34rem;
    padding: 0.7rem;
    border-radius: 60px;
    position: absolute;
    bottom: -14.5rem;
    right: 10rem;
    z-index: 2;
  }
  .greeting .wrap > div .name span {
    padding: 2.2rem;
    font-size: 2.5rem;
    border-radius: 50px;
  }
}
/* 案内 -------------------------------------- */
.info_area {
  padding: 0 0 2rem;
}
.info_area .btn_info a {
  border-radius: 45px;
  width: 100%;
}
.info_area .bnr_covid {
  display: block;
  text-decoration: none !important;
  border: 2px solid #FFBD43;
  border-radius: 10px;
  padding: 1rem 1rem 11rem;
  position: relative;
}
.info_area .bnr_covid::after {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: url("../img/index_bnrCovid_parts01.jpg") no-repeat center/cover;
  border-radius: 0 0 10px 10px;
}
.info_area .bnr_covid .tit {
  color: #61544C;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}
.info_area .bnr_covid p:not(.tit):not(.btn) {
  margin: 0.2rem 0 0.6rem;
}
.info_area .bnr_covid .btn {
  text-align: center;
  margin: 0;
  padding: 0.2rem 0.8rem;
  border-radius: 30px;
  background: #FFBD43;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.info_area .bnr_covid .btn::after {
  content: "j";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.banner span {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .banner span {
    font-size: 3.2rem;
  }
}
.banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-decoration: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  max-width: 600px;
  color: rgba(107, 178, 102, 0.9);
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px rgba(107, 178, 102, 0.9) solid;
}
@media screen and (min-width: 48em), print {
  .banner a {
    margin: 7rem auto;
    font-size: 1.8rem;
  }
}
.banner a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid rgba(107, 178, 102, 0.9);
  border-right: 3px solid rgba(107, 178, 102, 0.9);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 48em), print {
  .banner a:hover {
    color: #fff;
    background-color: rgba(107, 178, 102, 0.9);
    text-decoration: none;
    border: 1px rgba(107, 178, 102, 0.9) solid;
  }
  .banner a:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

@media screen and (min-width: 48em), print {
  .info_area {
    padding: 0 0 10rem;
  }
  .info_area .btn_info {
    width: 84rem;
    margin: 0 auto;
  }
  .info_area .btn_info a {
    padding: 2.3rem 0 2.1rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .info_area .btn_info a::after {
    right: 5rem;
  }
  .info_area .bnr_covid {
    width: 85rem;
    margin: 9.75rem auto 0;
    padding: 3rem;
  }
  .info_area .bnr_covid::after {
    width: 35.7rem;
    height: 100%;
    left: auto;
    border-radius: 0 10px 10px 0;
  }
  .info_area .bnr_covid .tit {
    font-size: 3.2rem;
    line-height: 1;
    margin: 0;
    text-align: left;
  }
  .info_area .bnr_covid p {
    width: 49rem;
  }
  .info_area .bnr_covid p:not(.tit):not(.btn) {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1rem 0 3rem;
  }
  .info_area .bnr_covid .btn {
    width: 42.4rem;
    padding: 0.6rem 0;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 0.4rem;
    font-weight: bold;
    color: #6BB266;
  }
  body:not(.index) .breadcrumb_list li a {
    text-decoration: underline;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 48em), print {
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .img img {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
/* クリニック紹介 */
#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;
}

.lst_device li {
  margin: 0 0 2rem;
  text-align: center;
}
.lst_device li figure {
  margin: 0;
  padding: 0;
}
.lst_device li figure img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.lst_device li figure figcaption {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .lst_device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_device li {
    width: 48%;
    margin: 0 0 2.6rem;
  }
  .lst_device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 診療のご案内 */
.treatment .medical_menu {
  background: none;
}
.treatment .medical_menu::after {
  content: none;
}

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

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
/* 一般整形外科 */
.orthopaedic .tbl_orthopaedic tbody tr th {
  width: 65%;
}
.orthopaedic .tbl_orthopaedic tbody tr th:first-child {
  width: 35%;
}

@media screen and (min-width: 48em), print {
  .orthopaedic .tbl_orthopaedic tbody tr th {
    width: 65%;
  }
  .orthopaedic .tbl_orthopaedic tbody tr th:first-child {
    width: 35%;
  }
  .orthopaedic .tbl_orthopaedic tbody tr td {
    padding: 2rem 2rem 1rem;
  }
  .orthopaedic .tbl_orthopaedic tbody tr td:first-child {
    text-align: center;
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */