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

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

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

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

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

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #C7070B;
}

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

/* 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 !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.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 !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .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;
  color: #333;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  color: #559545;
  margin-right: 0.4rem;
}
.tbl_time caption ul {
  margin: 0.4rem 0 0;
}
.tbl_time caption ul li span {
  color: #6fa5d9;
  margin: 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #b5d569;
  font-size: 1.2rem;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col] .column {
  display: inline-block;
  min-height: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #333;
}
.tbl_time tr td {
  text-align: center;
  color: #6fa5d9;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #333;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin: 2rem 0 0;
    font-size: 1.8rem;
  }
  .tbl_time caption span {
    margin-right: 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col] .column {
    min-height: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .tbl_time tr th.time {
    text-align: right;
    padding: 0.4rem 4.3rem 0.4rem 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 top/cover;
  font-size: 2.2rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  color: #333;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  margin: 0 0 3rem;
}
.tit_01 span {
  position: relative;
  display: inline-block;
}
.tit_01 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

.tit_02 {
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem;
  padding: 0;
  display: block;
  line-height: 1.2;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tit_02 span {
  position: relative;
  display: inline-block;
}
.tit_02 span::before {
  content: "\e809";
  font-family: "fontello";
  color: #559545;
  margin-right: 0.4rem;
  position: absolute;
  left: -2.4rem;
}
.tit_02 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3rem, #559545), color-stop(3rem, #91bb89));
  background: linear-gradient(to right, #559545 3rem, #91bb89 3rem);
}
.tit_02.vert span::before {
  content: "\e809";
  color: #b5d569;
}
.tit_02.vert span::after {
  background: #333;
}

body:not(.index) .tit_02 {
  display: inline-block;
  position: relative;
  margin: 0 0 2rem 3rem;
}
body:not(.index) .tit_02::before {
  content: "\e809";
  font-family: "fontello";
  color: #559545;
  margin-right: 0.4rem;
  position: absolute;
  left: -2.4rem;
}
body:not(.index) .tit_02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3rem, #559545), color-stop(3rem, #91bb89));
  background: linear-gradient(to right, #559545 3rem, #91bb89 3rem);
}

.tit_03 {
  color: #559545;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid #559545;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tit_04 {
  color: #595757;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px dotted #595757;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tit_05 {
  color: #6fa5d9;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px dotted #6fa5d9;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tit_06 {
  color: #559545;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center center/auto auto;
    font-size: 3.2rem;
    height: 48rem;
    padding: 10rem 0 3rem;
    margin: 0 0 1.6rem;
    text-align: center;
  }
  .tit_01 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
    margin-left: 0;
  }
  .tit_01 span::after {
    height: 100%;
    width: 1px;
    left: auto;
    right: -2px;
  }
  .english .tit_01 span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .english .tit_01 span::after {
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
    text-align: left;
  }
  .tit_02 span {
    margin-left: 3.4rem;
  }
  .tit_02 span::before {
    left: -3rem;
  }
  .tit_02.vert {
    padding: 3rem 0 0;
    margin: 0 0 12rem;
    text-align: center;
  }
  .tit_02.vert span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
    margin-left: 0;
  }
  .tit_02.vert span::before {
    left: 0;
    right: 0;
    top: -3.4rem;
    margin: auto;
  }
  .tit_02.vert span::after {
    height: 100%;
    width: 1px;
    left: auto;
    right: -2px;
  }
  body.index .treatment_menu .tit_02.vert span {
    min-height: 20.4rem;
  }
  body.index .feature .tit_02.vert span {
    min-height: 14.6rem;
  }
  body:not(.index) .tit_02 {
    margin-left: 3.6rem;
  }
  body:not(.index) .tit_02::before {
    left: -3.2rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    padding: 0 0 0.3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0 0 0.3rem;
    border-bottom: 2px dotted #595757;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 0.3rem;
    border-bottom: 2px dotted #6fa5d9;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -2.2rem;
  }
}
.lst_ul01 li::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #559545;
}
.lst_ul01 li.none::before {
  content: none;
}
.lst_ul01 li .frame_01 {
  text-indent: 0;
}
@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 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -3.8rem;
  padding: 0 0 1rem 3.3rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 li {
    padding: 0 0 1rem 3rem;
  }
}
.lst_ol01 li::before {
  display: inline-block;
  color: #4e5c14;
  font-weight: bold;
  min-width: 3rem;
  text-align: right;
  content: counter(number) ".";
  margin-right: 0.8rem;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 9rem;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 9.6rem;
  }
}
/* フレックス回り -------------------------------------- */
@media screen and (min-width: 48em), print {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.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: #6fa5d9;
  border: 3px solid #b5d569;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none !important;
}
*[class*=btn_].btn_top a::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.4rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) *[class*=btn_] {
    text-align: left;
  }
}
/* WEb予約周り -------------------------------------- */
.rsv a::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e821";
  font-weight: normal;
}

.web a::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e80e";
  font-weight: normal;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  background: #e2ecba;
  text-align: center;
  font-weight: normal;
  border: 1px solid #333;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #333;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tr td {
    padding: 1.6rem 2rem;
  }
}
.tbl_01 thead tr th {
  font-weight: bold;
  padding: 1rem 0;
  width: 70%;
}
.tbl_01 thead tr th:first-child {
  width: 30%;
}

table[class*=tbl_price] {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: bottom;
}
table[class*=tbl_price] caption {
  text-align: left;
  font-size: 1.4rem;
  padding: 0.4rem 0 0;
}
table[class*=tbl_price] thead tr th {
  padding: 0.4rem 0;
  letter-spacing: 0.2rem;
  color: #4e5c14;
  background: #e2ecba;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
}
table[class*=tbl_price] tbody tr th {
  text-align: left;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  border: 1px solid #333;
}
table[class*=tbl_price] tbody tr td {
  text-align: right;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  border: 1px solid #333;
}
table[class*=tbl_price] tfoot tr th {
  background: #f8ffde;
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
}
table[class*=tbl_price] tfoot tr td {
  background: #f8ffde;
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
}

@media screen and (min-width: 48em), print {
  table[class*=tbl_price] caption {
    padding: 1.4rem 0 0;
    font-size: 1.8rem;
  }
  table[class*=tbl_price] thead tr th {
    padding: 1.4rem 0;
  }
  table[class*=tbl_price] thead tr th:first-child {
    width: 15%;
  }
  table[class*=tbl_price] tbody tr th {
    text-align: center;
    font-size: unset;
    padding: 1.2rem 1rem;
  }
  table[class*=tbl_price] tbody tr td {
    font-size: unset;
    padding: 1.2rem 1.4rem;
    color: #4e5c14;
  }
  table[class*=tbl_price] tfoot tr th {
    font-size: unset;
    padding: 1.2rem 1.4rem;
    text-align: right;
  }
  table[class*=tbl_price] tfoot tr th:first-child {
    text-align: center;
  }
  table[class*=tbl_price] tfoot tr td {
    font-size: unset;
  }
}
.checkup .tbl_price thead tr th:first-child {
  width: 65%;
}
@media screen and (min-width: 48em), print {
  .checkup .tbl_price thead tr th:first-child {
    width: 55%;
  }
}
.checkup .tbl_price__02 thead tr th {
  line-height: 1.2;
}
.checkup .tbl_price__02 thead tr th:first-child {
  width: 27%;
}
.checkup .tbl_price__02 tbody tr td {
  padding: 0.8rem;
  text-align: center;
}

.vaccination .tbl_price thead tr th {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .vaccination .tbl_price thead tr th {
    font-size: unset;
  }
}

.tbl_access {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #e2ecba;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
  border-bottom: 2px solid #b5d569;
}
.tbl_access tr td {
  padding: 0.8rem;
  border-bottom: 2px solid #b5d569;
}
.tbl_access tr:first-child th, .tbl_access tr:first-child td {
  border-top: 2px solid #b5d569;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
}

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

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

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;
  }
  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%;
  }
  .calc2 ul {
    width: 50%;
  }
}
/* アイコンフォント -------------------------------------- */
@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 .bg {
  position: relative;
  padding: 0 0 1rem;
  background: #fff;
}
.header .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.4rem;
  background: url("../img/header_parts01.svg") no-repeat center/contain;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2rem;
  bottom: -1.6rem;
}
.header .bg .wrap {
  margin: 1.4rem 1rem 1rem;
}
.header .bg .wrap .logo {
  height: 7rem;
}
.header .bg .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .bg .wrap .headR {
  margin: 2.4rem 0 0;
  text-align: center;
  text-align: left;
  position: relative;
}
.header .bg .wrap .headR .tel {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #559545;
}
.header .bg .wrap .headR .tel::before {
  content: "\e807";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.header .bg .wrap .headR .head_link {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: -0.6rem;
  width: 100%;
  margin: 0;
}
.header .bg .wrap .headR .head_link li a {
  display: block;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 8px;
}
.header .bg .wrap .headR .head_link li.rsv {
  width: 60%;
}
.header .bg .wrap .headR .head_link li.rsv a {
  background: #6fa5d9;
  color: #fff;
}
.header .bg .wrap .headR .head_link li.eng {
  width: 38%;
}
.header .bg .wrap .headR .head_link li.eng a {
  border: 1px solid #333;
}

@media screen and (min-width: 48em), print {
  .header .bg {
    padding: 0 0 5rem;
  }
  .header .bg::before {
    background: url("../img/header_parts01.svg") no-repeat center/cover;
    height: 9.1rem;
    bottom: -8.2rem;
  }
  .header .bg .wrap {
    margin: 0 auto 0;
    padding: 3.3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header .bg .wrap .logo {
    width: 25.3rem;
    height: 11rem;
  }
  .header .bg .wrap .headR {
    width: 30rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header .bg .wrap .headR .tel {
    width: auto;
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .header .bg .wrap .headR .tel::before {
    font-size: 2.6rem;
    margin-right: 0.6rem;
  }
  .header .bg .wrap .headR .head_link {
    margin: 0 0 0 auto;
    width: 22.5rem;
    top: 5.4rem;
    right: 7.8rem;
  }
  .header .bg .wrap .headR .head_link li a {
    padding: 0.4rem 0;
    font-size: 1.8rem;
    border-radius: 4px;
  }
  .header .bg .wrap .headR .head_link li.rsv {
    width: 48%;
  }
  .header .bg .wrap .headR .head_link li.eng {
    margin-left: 2rem;
    width: 48%;
  }
  .header .bg .wrap .headR .head_link li.eng a {
    border: 1px solid #333;
  }
}
.pc_rsv {
  position: fixed;
  width: 6rem;
  height: 20rem;
  top: 21rem;
  right: 0;
  z-index: 100;
}
.pc_rsv .rsv {
  width: 100%;
  height: 100%;
}
.pc_rsv .rsv a {
  border-radius: 6px 0 0 6px;
  font-size: 2.2rem;
  padding: 0;
  width: 100%;
  height: 100%;
  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-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: #fff;
  color: #eb556e;
  border: 3px solid #eb556e;
  border-radius: none;
  border-right: none;
  font-weight: bold;
}
.pc_rsv .rsv a::before {
  margin: 0 0 1rem;
}

.pc_web {
  position: fixed;
  width: 6rem;
  height: 20rem;
  top: 45rem;
  right: 0;
  z-index: 100;
}
.pc_web .web {
  width: 100%;
  height: 100%;
}
.pc_web .web a {
  border-radius: 6px 0 0 6px;
  font-size: 2.2rem;
  padding: 0;
  width: 100%;
  height: 100%;
  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-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: #fff;
  color: #6fa5d9;
  border: 3px solid #6fa5d9;
  border-radius: none;
  border-right: none;
  font-weight: bold;
}
.pc_web .web a::before {
  margin: 0 0 1rem;
  /*display: inline-block;
  font-family: 'fontello';
  content: '\E80E';
  font-weight: normal;*/
}

/* 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: #212121;
  background: #fff;
  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: "\e805";
  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: "\e806";
  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: #f5f9e5;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #212121;
  padding: 1rem 0.6rem;
  font-size: 1.4rem;
  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: "\f004";
  font-size: 1.4rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  background: #fff;
}
.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: "\f005";
}
.slicknav_menu .slicknav_nav .gnav .subnav {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav .subnav li {
  margin-left: 1.4rem;
  border-bottom: 2px solid #f2f2f2;
}
.slicknav_menu .slicknav_nav .gnav .subnav li:last-child {
  border-bottom: 2px solid #f2f2f2 !important;
}
.slicknav_menu .slicknav_nav .gnav .subnav li a::before {
  content: "";
  display: inline-block;
  min-width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #b5d569;
  margin-right: 0.6rem;
}
.slicknav_menu .slicknav_nav .gnav .subnav li a .br {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav .subnav li a:hover {
  background: 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;
    margin: 3.6rem 0 0;
    position: relative;
    z-index: 1;
  }
  #nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav li {
    width: auto;
    position: relative;
  }
  #nav .gnav li a {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    color: #595757;
    font-weight: 600;
    position: relative;
  }
  #nav .gnav li a:hover {
    opacity: 1;
    color: #559545;
  }
  #nav .gnav li a:hover::after {
    content: "";
    position: absolute;
    bottom: -0.4rem;
    display: block;
    width: 100%;
    height: 1px;
    background: #559545;
  }
  #nav .gnav li .subnav {
    /*  width: 100%; */
    width: 45rem;
    /* column-count: 2; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #nav .gnav li .subnav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  #nav .gnav li .subnav li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 100%;
    color: #595757;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.6rem 0;
    text-align: center;
  }
  #nav .gnav li .subnav li a:hover {
    opacity: 1;
    background: #b5d569;
    color: #fff;
  }
  #nav .gnav li .subnav li a:hover::after {
    content: none;
  }
  #nav .gnav li .subnav li a .br {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg01.jpg") no-repeat center/cover;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 5rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tel_item {
  margin: 0.8rem 0 0;
}
.overview > .wrap .overviewL .tel_item .tel {
  background: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding: 0.4rem 0.8rem;
  color: #559545;
  border: 1px solid #559545;
  border-radius: 8px;
}
.overview > .wrap .overviewL .tel_item .tel::before {
  content: "\e807";
  font-weight: normal;
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview > .wrap .overviewL .dl_gaiyo div {
  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;
  margin: 0 0 0.6rem;
}
.overview > .wrap .overviewL .dl_gaiyo div dt {
  text-align: left;
  color: #559545;
  width: 7rem;
}
.overview > .wrap .overviewL .dl_gaiyo div dd {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewL .dl_gaiyo div dd span {
  color: #fff;
  background: #6fa5d9;
  padding: 0.2rem 0.6rem;
  margin-right: 0.8rem;
  border-radius: 8px;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 1.6rem 0 4rem;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 8rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .address li {
    line-height: 2;
  }
  .overview > .wrap .overviewL .tel_item {
    margin: 1rem 0 0.8rem;
  }
  .overview > .wrap .overviewL .tel_item .tel {
    font-size: 3.6rem;
    padding: 0.4rem 2rem;
  }
  .overview > .wrap .overviewL .tel_item .tel::before {
    font-size: 3rem;
  }
  .overview > .wrap .overviewL .dl_gaiyo {
    margin: 0 0 4.8rem;
  }
  .overview > .wrap .overviewL .dl_gaiyo div {
    margin: 0 0 3.2rem;
  }
  .overview > .wrap .overviewL .dl_gaiyo div dt {
    width: auto;
    margin-right: 1.6rem;
  }
  .overview > .wrap .overviewL .dl_gaiyo div dd span {
    padding: 0.4rem 1.8rem;
    margin-right: 1.4rem;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 0 0 4rem;
  }
  .overview .gmap {
    height: 37.8rem;
  }
}
/* フッター -------------------------------------- */
.fixed_rsv {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_rsv {
    display: block;
    background: #6fa5d9;
    border: 3px solid #b5d569;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    right: 0;
    top: 22rem;
    z-index: 20;
  }
  .fixed_rsv a {
    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;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1rem;
    font-size: 2rem;
    width: 5rem;
    height: 17.5rem;
  }
  .fixed_rsv a::before {
    content: "\e808";
    font-family: "fontello";
    margin: 0 0 0.4rem;
    font-size: 2.4rem;
  }
}
#pageup {
  display: none;
  position: fixed;
  /*bottom: 5.2rem;*/
  bottom: 7.5rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  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: 3.6rem;
  height: 3.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #6fa5d9;
}
#pageup a::before {
  text-align: center;
  font-size: 1.4rem;
  color: #6fa5d9;
  font-family: "fontello";
  content: "\e804";
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 4rem;
    right: 6rem;
  }
  #pageup a {
    width: 4.8rem;
    height: 4.8rem;
  }
  #pageup a::before {
    font-size: 1.6rem;
  }
}
.tel_foot {
  width: 100%;
  background: #fff;
  border-top: 1px solid #fff;
  /*visibility: hidden;*/
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
}
.tel_foot .tel {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.tel_foot .tel a {
  padding: 1.2rem 0;
  display: block;
  font-weight: normal;
  color: #fff;
  background: #559545;
  margin-bottom: 2.4rem;
}
.tel_foot .tel a::before {
  content: "TEL:";
  margin-right: 0.2rem;
}

.tel_rsv {
  width: 100%;
  /*background: #fff;
  border-top: 1px solid #fff;*/
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tel_rsv .rsv {
  display: block;
  width: 50%;
  border: 2px solid #eb556e;
  background-color: #ffffff;
}
.tel_rsv .rsv a {
  height: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  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;
  color: #eb556e;
  padding: 5px;
}
.tel_rsv .rsv a::before {
  margin-right: 0.5rem;
}
.tel_rsv .web {
  display: block;
  width: 50%;
  border: 2px solid #6fa5d9;
  background-color: #ffffff;
}
.tel_rsv .web a {
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  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;
  color: #6fa5d9;
  padding: 5px;
}
.tel_rsv .web a::before {
  margin-right: 0.5rem;
  /*display: inline-block;
  font-family: 'fontello';
  content: '\E80E';*/
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .tel_foot .tel {
    display: none;
  }
  .tel_rsv {
    display: none;
  }
  .tel_rsv .rsv {
    display: none;
  }
  .tel_rsv .web {
    display: none;
  }
}
.footer {
  text-align: center;
  background: #559545;
  color: #fff;
  padding: 0 0 4.6rem;
}
.footer .copy {
  display: block;
  /*padding: 2.2rem 0 1.6rem;*/
  padding: 2.2rem 0 3.6rem;
  font-size: 1.2rem;
}
.footer .footer_nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 8rem 0 8rem;
  }
  .footer .footer_nav {
    margin: 0 auto 2.5rem;
    padding: 0 0 2.5rem;
    display: block;
    width: 1200px;
    border-bottom: 1px solid #fff;
  }
  .footer .footer_nav ul {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_nav ul ~ ul {
    margin: 2rem auto 0;
  }
  .footer .footer_nav ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1rem;
    padding-bottom: 10px;
  }
  .footer .footer_nav ul li a {
    opacity: 1;
  }
  .footer .footer_nav ul li a span {
    display: none;
  }
  .footer .footer_nav ul li a .br {
    display: none;
  }
  .footer .footer_nav ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer_nav ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0 0rem 0;
  max-width: 100%;
  height: 16rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  height: 100%;
  position: relative;
}
#keyvsl .wrap .kaiin_txt {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  line-height: 1.8;
}
#keyvsl .wrap .kaiin_txt p {
  display: inline !important;
  border-bottom: 1px solid #333;
  text-shadow: 0 0 3px #fff, -3px 0 3px #fff, 0 -3px 3px #fff, 3px 0 3px #fff, 0 3px 3px #fff, 0 0 3px #fff, -3px 0 3px #fff, 0 -3px 3px #fff, 3px 0 3px #fff, 0 3px 3px #fff;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 66.4rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap .kaiin_txt {
    font-size: 3.6rem;
    bottom: 6rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
}
.info .wrap .tit_02 {
  position: relative;
  z-index: 1;
}
.info .wrap .tit_02 span {
  color: #559545;
}
.info .wrap .tit_02 span > .bg::before {
  content: "";
  width: 200%;
  height: 200%;
  border-radius: 8px;
  display: block;
  background: #f5f9e5;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
}
.info .wrap dl {
  margin: 0 0 2rem;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info .wrap dl dt {
  padding-left: 2.4rem;
  margin-bottom: 0.4rem;
  font-size: 110%;
  cursor: pointer;
  display: table;
  position: relative;
}
.info .wrap dl dt:hover {
  opacity: 0.8;
}
.info .wrap dl dt::before {
  content: "\e804";
  font-family: "fontello";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .wrap dl dt.close::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.info .wrap dl dd {
  padding: 1rem 0 1rem;
  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 8rem;
  }
  .info .wrap {
    width: 81.6rem;
  }
  .info .wrap .tit_02 {
    margin: 0 0 6rem 2.6rem;
  }
  .info .wrap .tit_02 span > .bg {
    margin-left: 0;
  }
  .info .wrap .tit_02 span > .bg::before {
    height: 240%;
  }
  .info .wrap dl dt {
    margin: 3.2rem 0 0;
    font-size: 1.8rem;
  }
  .info .wrap dl dt:first-child {
    margin: 0;
  }
  .info .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .info .wrap .tbl_time {
    margin: 4rem 0 0;
  }
  .info .wrap .tbl_time tr th.time {
    text-align: center;
    padding: 0.4rem 0.2rem 0.4rem;
  }
}
/* 当院の診療案内 -------------------------------------- */
.treatment_menu {
  background: url("../img/index_treatmentMenu_bg01.jpg") no-repeat center/cover;
  padding: 4rem 0 4rem;
}
.treatment_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;
}
.treatment_menu ul li {
  margin: 0 0 1rem;
  width: 48%;
}
.treatment_menu ul li a {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  background: #f5f9e5;
  border: 2px solid #559545;
  border-radius: 8px;
  padding: 1rem;
  text-decoration: none !important;
  text-align: center;
}
.treatment_menu ul li a::before {
  content: "";
  font-family: "fontello";
  font-size: 3rem;
  display: block;
  color: #559545;
  margin-bottom: 0.4rem;
  font-weight: normal;
}
.treatment_menu ul li a.internal::before {
  content: "\e80a";
}
.treatment_menu ul li a.gastro::before {
  content: "\e80b";
}
.treatment_menu ul li a.endoscopy::before {
  content: "\e80c";
}
.treatment_menu ul li a.colonoscopy::before {
  content: "\e80d";
}
.treatment_menu ul li a.proctology::before {
  content: "\e800";
}
.treatment_menu ul li a.allergy::before {
  content: "\e801";
}
.treatment_menu ul li a.vaccination::before {
  content: "\e802";
}
.treatment_menu ul li a.checkup::before {
  content: "\e803";
}
.treatment_menu ul li a.private::before {
  content: "\e81f";
}
.treatment_menu ul li a.diabetes::before {
  content: "\e810";
}
.treatment_menu ul li a.high-blood-pressure::before {
  content: "\f21e";
}
.treatment_menu ul li a.dyslipidemia::before {
  content: "\e813";
}
.treatment_menu ul li a.hyperuricemia::before {
  content: "\e811";
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 8rem 0 6.8rem;
  }
  .treatment_menu ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .treatment_menu ul li {
    width: 29rem;
    margin: 0 1.3rem 1.3rem 0;
    position: relative;
    z-index: 1;
  }
  .treatment_menu ul li:nth-child(4n) {
    margin: 0 0 1.3rem;
  }
  .treatment_menu ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    background: #fff;
    border-radius: 8px;
  }
  .treatment_menu ul li a {
    font-size: 1.8rem;
    height: 100%;
    padding: 2rem;
    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;
    position: relative;
    z-index: 1;
  }
  .treatment_menu ul li a::before {
    font-size: 6rem;
    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;
    height: 10rem;
    margin-bottom: 1rem;
  }
  .treatment_menu ul li a .br {
    display: none;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  background: url("../img/index_greeting_bg01.jpg") no-repeat center/cover;
  padding: 4rem 0 4rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 8rem 0 8rem;
  }
  .greeting div {
    margin: 5rem 0 0;
  }
  .greeting div p {
    font-size: 1.8rem;
  }
  .greeting div p ~ p {
    margin: 3.5rem 0 0;
  }
  .greeting div .img_r {
    margin: 0 0 2rem 3rem;
  }
  .greeting .btn_top {
    margin: 6rem 0 0;
  }
  .greeting .btn_top a {
    font-size: 2rem;
    padding: 1rem 6.4rem;
  }
  .greeting .btn_top a::before {
    margin-right: 0.6rem;
  }
}
/* 特長 -------------------------------------- */
.feature {
  background: #f5f9e5;
  padding: 4rem 0 4rem;
}
.feature ul {
  counter-reset: feature_num;
  margin: 4rem 0 0;
}
.feature ul li {
  counter-increment: feature_num 1;
  margin: 0 0 4rem;
}
.feature ul li:last-child {
  margin: 0;
}
.feature ul li figure {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0 0;
  max-width: 80%;
}
.feature ul li figure::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: url("../img/index_feature_parts01.png") no-repeat center/contain;
  width: 4rem;
  height: 4rem;
}
.feature ul li figure::after {
  content: counter(feature_num);
  position: absolute;
  top: -1.8rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff;
}
.feature ul li figure img {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}
.feature ul li figure figcaption {
  padding: 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0 8rem;
  }
  .feature ul {
    margin: 16rem 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 {
    width: 36rem;
    margin: 0;
  }
  .feature ul li figure {
    max-width: 100%;
  }
  .feature ul li figure::before {
    top: -4.6rem;
    width: 6rem;
    height: 5rem;
  }
  .feature ul li figure::after {
    top: -4.6rem;
    font-size: 3.6rem;
  }
  .feature ul li figure figcaption {
    padding: 4rem 0.6rem 0;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_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 1rem;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  body:not(.index) .breadcrumb_list li .sp_n {
    display: none;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
body:not(.index) > .wrap {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    margin: 10rem auto 0;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* 医師紹介 */
.doctor .bio_list {
  margin: 2rem 0 0;
}
.doctor .bio_list section:first-child > p {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .doctor .bio_list {
    margin: 4rem 0 0;
  }
  .doctor .bio_list section {
    width: 35%;
  }
  .doctor .bio_list section:first-child {
    width: 62%;
  }
}
/* クリニック紹介 */
#clinicslide {
  margin: 2rem auto 4rem;
}
@media screen and (min-width: 48em), print {
  #clinicslide {
    margin: 4rem auto 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;
  padding: 0.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  .lst_device {
    margin: 4rem 0 0;
    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 4rem;
  }
  .lst_device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem;
  padding: 1.4rem;
  background: #f6f9e9;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
    padding: 2rem;
  }
}
.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 #9bc990;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.lst_flow li {
  margin: 0 0 6rem;
  padding: 1.4rem;
  background: #f6f9e9;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow li {
    margin: 0 0 10rem;
    padding: 2rem;
  }
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #9bc990;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time tr th.time {
    text-align: center;
    padding: 1.8rem 0;
  }
  .access .main .tbl_time tr th[scope=col]:first-child {
    padding: 1.6rem 0;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
/* 診療時間・アクセス */
.checkup .tit {
  font-weight: bold;
  margin: 3rem 0 0.4rem;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.checkup .tit::before {
  content: "〇";
  margin-right: 0.4rem;
  color: #559545;
  font-weight: bold;
}

/* 内科 */
.buttons {
  text-align: center;
}
.buttons a.linkbtn {
  display: block;
  background: #559545;
  margin: 10px 0;
  padding: 15px 15px 10px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none !important;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .buttons a.linkbtn {
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
}
/*# sourceMappingURL=style.css.map */