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

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

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

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

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

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.frame_01 {
  border: #006934 1px solid;
  padding: 1rem;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
    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;
}

.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;
  border-bottom: 1px solid #0d9344;
}
.tbl_time .fri {
  color: #4854e4;
  vertical-align: super;
  font-size: 80%;
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.tbl_time .sat {
  color: #e51373;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  line-height: 1.8;
  margin-top: 0.8rem;
  color: #006934;
}
.tbl_time caption .holiday {
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  margin-right: 0.4rem;
  color: #fff;
  background: #006934;
}
.tbl_time caption .fri {
  position: static;
  font-size: 100%;
  vertical-align: baseline;
}
.tbl_time tr th {
  font-weight: normal;
  color: #1d7b4d;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #eaebea;
  font-size: 1.2rem;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
}
.tbl_time tr th.time {
  font-size: 1.2rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  line-height: 1;
  color: #0d9344;
  position: relative;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .tbl_time caption .holiday {
    font-size: 1.6rem;
    padding: 0.4rem 1rem;
  }
  .tbl_time caption > div {
    margin: 0.6rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col]:last-child {
    letter-spacing: -0.2rem;
  }
  .tbl_time tr th.time {
    letter-spacing: 0.3rem;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .tbl_time tr td {
    padding: 1.2rem 0;
    font-size: 2.2rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
  height: 300px;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center bottom/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.tit_02 {
  text-align: center;
  color: #231815;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem;
  line-height: 1.2;
}
.tit_02::after {
  content: "";
  height: 0.2rem;
  width: 2.6rem;
  background: #006934;
  display: block;
  margin: 0.6rem auto 0;
}
.tit_02 span {
  display: block;
  color: #006934;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

body:not(.index) .main .tit_02 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #231815;
  font-weight: 600;
  margin: 0 0 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body:not(.index) .main .tit_02::before {
  content: "";
  width: 0.4rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: 0.2rem;
  background: #231815;
  margin: 0 0.4rem 0 0;
}
body:not(.index) .main .tit_02::after {
  content: "";
  width: 0.4rem;
  height: 0.2rem;
  display: inline-block;
  margin-right: 0.2rem;
  background: #231815;
  margin: 0 0 0 0.4rem;
}

.tit_03 {
  color: #231815;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.8rem 1rem 0.2rem;
  border-bottom: 1px solid #c8557e;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.tit_03::before {
  content: "";
  display: inline-block;
  background: url("../img/tit_03.svg") no-repeat center/contain;
  width: 2rem;
  height: 3.6rem;
  margin-right: 0.4rem;
}

.tit_04 {
  color: #d6447c;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.8rem 1rem;
  margin: 0 0 1rem;
  background: #fff6fa;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tit_05 {
  color: #ccc;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.8rem 1rem;
  margin: 0 0 1rem;
  background: #006934;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tit_06 {
  color: #006934;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.2rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #006934;
  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 bottom/2000px;
    font-size: 2.6rem;
    padding: 8.2rem 4rem;
    margin: 0 0 3rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
  }
  .tit_02 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_02::after {
    height: 0.3rem;
  }
  .tit_02 span {
    font-weight: bold;
  }
  body:not(.index) .main .tit_02 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  body:not(.index) .main .tit_02::before {
    margin-right: 1rem;
  }
  body:not(.index) .main .tit_02::after {
    margin-left: 1rem;
  }
  .tit_03 {
    font-size: 2rem;
    margin: 0 0 2rem;
    color: #231815;
    padding: 0 0 0.2rem 0.8rem;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .tit_03::before {
    min-width: 3rem;
    height: 6rem;
    margin: 0 1.6rem 0 0;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0.8rem 1.6rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0.8rem 1.6rem;
    color: #fff;
  }
  .tit_06 {
    font-size: 1.9rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 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: "・";
  margin-right: 0.4rem;
}
.lst_ul01 li.none::before {
  content: none;
}

.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 {
  float: left;
  width: 25%;
  font-weight: bold;
  clear: left;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
  padding-left: 5rem;
}

/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn {
  display: block;
}
.btn a {
  min-width: 15rem;
  background: #0d9344;
  color: #fff;
  text-align: center;
  padding: 1.2rem 2rem 1.2rem;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 25px;
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 96.4%;
  height: 84%;
  display: block;
  border: 1px dashed #fff;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.link {
  text-decoration: none !important;
  border-bottom: 2px solid #117342;
  font-weight: bold;
}
.link::after {
  content: ">";
  margin-left: 0.4rem;
  font-weight: normal;
}

.link_area {
  padding: 1rem;
  background: #e1f7ea;
}
.link_area .lst_ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link_area .lst_ul01 li {
  width: 49%;
}
@media screen and (min-width: 48em), print {
  .link_area .lst_ul01 {
    width: 100%;
    padding: 1rem 2rem;
  }
  .link_area .lst_ul01 li {
    width: 33%;
  }
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  border-collapse: 0;
}
.tbl_01 tr th {
  width: 30%;
  background: #ecebeb;
  text-align: center;
  font-weight: normal;
  border: 1px solid #b5b4b4;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #b5b4b4;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #d9edac;
  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
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

body {
  background: #fff;
  color: #231815;
  -webkit-text-size-adjust: none;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 1rem 6rem;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1320px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 4rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1320px;
    padding: 0 60px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    order: 2;
    width: 77rem;
  }
  .sidebar {
    order: 1;
    width: 38.7rem;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header .wrap .logo {
  height: 9rem;
  margin: 1rem 0;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
}
.header .wrap .headR .head_tel {
  display: block;
  width: 50%;
  height: 4rem;
  background: #0d9344;
}
.header .wrap .headR .head_tel .tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .wrap .headR .head_tel .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.6rem;
}
.header .wrap .headR .head_tel .tel a {
  display: block;
  text-align: center;
  padding: 1rem 0.8rem;
}
.header .wrap .headR .head_rsv {
  display: block;
  width: 50%;
  height: 4rem;
  background: #006934;
}
.header .wrap .headR .head_rsv a {
  display: block;
  text-align: center;
  padding: 1rem 0.8rem;
}
.header .wrap .headR .head_rsv a::before {
  content: "\e802";
  font-family: "fontello";
  margin-right: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
  }
  .header .white_bg {
    width: 100%;
    min-width: 1320px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 45;
  }
  .header .white_bg .wrap {
    height: 14rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .white_bg .wrap .logo {
    width: 40%;
    height: 12rem;
    margin-bottom: 0.6rem;
  }
  .header .white_bg .wrap .headR .head_tel {
    width: 15rem;
    height: 100%;
    padding: 1rem 0.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header .white_bg .wrap .headR .head_tel .tel {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header .white_bg .wrap .headR .head_tel .tel::before {
    content: "\e801";
    font-family: "fontello";
    display: block;
    margin: 0 auto 0.6rem;
    font-size: 4rem;
  }
  .header .white_bg .wrap .headR .head_rsv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 15rem;
    height: 100%;
  }
  .header .white_bg .wrap .headR .head_rsv a {
    font-size: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header .white_bg .wrap .headR .head_rsv a::before {
    font-size: 4rem;
    margin: 0 auto 0.6rem;
  }
}
/* メニュー -------------------------------------- */
#nav {
  display: block;
  font-size: 1.4rem;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}
#nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nav ul li {
  width: 50%;
  border-bottom: 1px solid #939393;
  border-right: 1px solid #939393;
}
#nav ul li:nth-child(even) {
  border-right: none;
}
#nav ul li:last-child {
  border-bottom: none;
}
#nav ul li a {
  padding: 0.6rem 0.4rem;
  display: block;
  text-align: center;
  color: #36885f;
  position: relative;
}
#nav ul li a::before {
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #36885f;
  position: absolute;
  left: 0.8rem;
}
#nav ul li a.home::before {
  content: "\e81c";
}
#nav ul li a.doctor::before {
  content: "\e81d";
}
#nav ul li a.treatment::before {
  content: "\e81e";
  left: 0.2rem;
}
#nav ul li a.clinic::before {
  content: "\e81f";
  left: 1rem;
}
#nav ul li a.access::before {
  content: "\e821";
}
#nav ul li a.blog::before {
  content: "\e804";
}
#nav ul.subnav li:nth-child(9) {
  border-bottom: none;
}
#nav .tit {
  text-align: center;
  background: #006934;
  color: #fff;
  margin: 0;
  padding: 0.4rem 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    overflow: hidden;
    height: 7.8rem;
    border-top: none;
    border-bottom: none;
    margin-bottom: 5.4rem;
  }
  #nav .gnav {
    height: 100%;
    width: 1200px;
    padding: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #nav .gnav li {
    width: 16.6666666667%;
    border-bottom: none;
    border-right: none;
    position: relative;
  }
  #nav .gnav li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: linear-gradient(to bottom, #939393 1px, transparent 2px) repeat-y;
    background-size: 1px 3px;
  }
  #nav .gnav li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 3rem;
    background: linear-gradient(to bottom, #939393 1px, transparent 2px) repeat-y;
    background-size: 1px 3px;
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #nav .gnav li a::before {
    position: static;
    display: block;
    font-size: 3.4rem;
    margin-bottom: 0.4rem;
    font-weight: normal;
  }
  #nav .gnav li .subnav {
    display: none !important;
  }
  #nav .tit {
    display: none !important;
  }
  /* Gナビ　ハイライト */
}
/* サイドバー -------------------------------------- */
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
    background: radial-gradient(#1f7b4d 3%, transparent 10%), radial-gradient(#1f7b4d 3%, transparent 10%), radial-gradient(#1f7b4d 3%, transparent 10%), radial-gradient(#1f7b4d 3%, transparent 10%);
    background-position: 1px 1px, 1px 7px, 7px 1px, 7px 7px;
    background-size: 12px 12px;
    padding: 3.4rem 1.8rem 8rem;
  }
  .sidebar > div {
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem 2.4rem;
  }
  .sidebar > div .tit_02 {
    margin: 0;
  }
  .sidebar > div .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar > div .subnav li {
    border-bottom: 1px dashed #219c53;
  }
  .sidebar > div .subnav li a {
    display: block;
    text-align: center;
    padding: 1.2rem 2rem;
    color: #48341d;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .sidebar > div .subnav li a::before {
    content: "";
    width: 5rem;
    height: 5.4rem;
    display: inline-block;
    margin-right: 2rem;
  }
  .sidebar > div .subnav li a.ear::before {
    background: url("../img/sidebar_ear.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.child::before {
    background: url("../img/sidebar_child.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.nose::before {
    background: url("../img/sidebar_nose.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.throat::before {
    background: url("../img/sidebar_throat.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.vertigo::before {
    background: url("../img/sidebar_vertigo.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.allergy::before {
    background: url("../img/sidebar_allergy.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.slit::before {
    background: url("../img/sidebar_slit.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.vaccination::before {
    background: url("../img/sidebar_vaccination.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.sas::before {
    background: url("../img/sidebar_sas.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a.hearing_aid::before {
    background: url("../img/sidebar_hearing_aid.svg") no-repeat center/contain;
  }
  .sidebar > div .subnav li a::after {
    font-family: "fontello";
    content: "\e800";
    color: #006934;
    padding-bottom: 0.6rem;
    font-size: 0.8rem;
    font-weight: 100;
    position: absolute;
    right: 1rem;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap {
  padding: 1rem;
}
.overview > .wrap .tbl_gaiyo {
  border-spacing: 0.3rem 2rem;
  width: 100%;
}
.overview > .wrap .tbl_gaiyo tr th {
  vertical-align: top;
  width: 27%;
}
.overview > .wrap .tbl_gaiyo tr th span {
  width: 100%;
  display: inline-block;
  font-weight: normal;
  padding: 0.8rem;
  border-radius: 4px;
  background: #0d9344;
  color: #fff;
}
.overview > .wrap .tbl_gaiyo tr td {
  border-bottom: dotted 1px #0d9344;
  padding: 0 0 0 0.6rem;
}
.overview > .wrap .tbl_gaiyo tr td span:not(.tel) {
  display: block;
  color: #006934;
  font-weight: bold;
}
.overview > .wrap .overviewL {
  padding: 0 0 0 0;
}
.overview > .wrap .overviewR {
  margin: -2rem 0 0;
}
.overview > .wrap .overviewR .timetable {
  border: 1px solid #0d9344;
  border-radius: 10px;
  margin: -1rem -0.6rem 0;
  padding: 1rem 0.4rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    margin: 8rem 0 0;
    padding: 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 5rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    padding: 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .tbl_gaiyo tr th {
    padding: 0 0;
    width: 16%;
  }
  .overview > .wrap .tbl_gaiyo tr td {
    padding: 0 0 0 1.2rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 49.4%;
  }
  .overview > .wrap .overviewR {
    margin-top: 0;
  }
  .overview > .wrap .overviewR .timetable {
    margin-top: 1rem;
    padding: 3.2rem 1.8rem 3rem;
    margin: 0;
    border: 2px solid #0d9344;
  }
  .overview .gmap {
    margin-top: 1.2rem;
    height: 38.6rem;
  }
  .overview .gmap iframe {
    height: 100%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 4.8rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #006934;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 3.6rem;
  font-family: "fontello";
  content: "\e803";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 5rem;
  }
}
.tel_rsv {
  width: 100%;
  height: 4rem;
  color: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_rsv .tel {
  display: inline-block;
  background: #0d9344;
  text-align: center;
  height: 4rem;
  width: 50%;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_rsv .tel a {
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_rsv .tel a::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.6rem;
}
.tel_rsv .rsv {
  display: inline-block;
  height: 4rem;
  width: 50%;
  background: #006934;
}
.tel_rsv .rsv a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_rsv .rsv a::before {
  content: "\e802";
  font-family: "fontello";
  margin-right: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none !important;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.8rem;
}
.footer .copy {
  display: block;
  background: #0d9344;
  color: #fff;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.4rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 0;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul ~ ul {
    margin-top: 1rem;
  }
  .footer .copy {
    margin-top: 3.2rem;
    padding: 5.4rem 0;
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  /* margin: 0 auto 30rem; .kaiin分*/
  margin: 0 auto 20rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
  padding: 13rem 0 0;
  height: 13rem;
}
#keyvsl .kaiin {
  border: 1px solid #0d9344;
  padding: 0.2rem;
  margin: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#keyvsl .kaiin .circle {
  background: rgba(13, 147, 68, 0.9);
  padding: 1rem;
  color: #fff;
  text-align: center;
}
#keyvsl .kaiin .circle .tit_kaiin {
  display: block;
  margin: 0.2rem auto 0.2rem;
  font-size: 1.8rem;
}
#keyvsl .kaiin .circle .tit_nairan {
  background: rgba(229, 19, 115, 0.6);
  padding: 0.8rem;
  margin: 1.2rem auto 0.8rem;
  border-radius: 25px;
  display: block;
  width: 70%;
  font-size: 1.6rem;
}
#keyvsl .kaiin .circle > div {
  font-size: 1.6rem;
}
#keyvsl .kaiin .circle .size_half {
  font-size: 1.4rem;
}
#keyvsl .timetable {
  margin: 12px 4px 0;
  padding: 1rem 0.4rem;
  border: 1px solid #2c9f5d;
  border-radius: 10px;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 4.6rem;
    width: 100%;
    padding: 0;
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/2000px;
    color: #fff;
    height: 71rem;
  }
  #keyvsl .wrap {
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #keyvsl .wrap .kaiin {
    position: absolute;
    border: 2px solid #0d9344;
    top: 150px;
    left: 135px;
    border-radius: 50%;
    width: 27.5rem;
    height: 27.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #keyvsl .wrap .kaiin .circle {
    border-radius: 50%;
    width: 26rem;
    height: 26rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #keyvsl .wrap .kaiin .circle .tit_kaiin {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
  }
  #keyvsl .wrap .kaiin .circle .tit_nairan {
    font-size: 2.6rem;
    width: 90%;
  }
  #keyvsl .wrap .kaiin .circle > div {
    font-size: 3.2rem;
  }
  #keyvsl .wrap .kaiin .circle .size_half {
    font-size: 2rem;
  }
  #keyvsl .wrap .timetable {
    position: absolute;
    right: 60px;
    bottom: -25px;
    width: 54rem;
    height: 28rem;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #2c9f5d;
    padding: 3rem 2rem 2rem;
  }
  #keyvsl .wrap .timetable .tbl_time caption {
    font-size: 1.6rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  margin: 4rem 0 0;
  padding: 2rem 2rem 2rem 2rem;
}
.info .wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.info .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0 1.6rem 1.6rem;
  height: 100%;
  font-size: 1.4rem;
}
.info .wrap dl dt {
  padding: 0.4rem 0.6rem 0.4rem 2.4rem;
  margin-bottom: 1.4rem;
  font-weight: bold;
  background: #006934;
  color: #fff;
  font-size: 110%;
  cursor: pointer;
  position: relative;
}
.info .wrap dl dt::before {
  content: "ꠁ";
  font-family: "fontello";
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  transition: 0.2s;
}
.info .wrap dl dt.open::before {
  transform: scale(1, -1);
}
.info .wrap dl dt .new {
  color: #fff;
  background: #e51373;
  padding: 1px 3px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.info .wrap dl dd {
  display: none;
  margin: 0 0 1rem;
  padding-bottom: 0.4rem;
}
.info .wrap dl dd:last-child {
  border-bottom: 1px dotted #006934;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1320px;
    margin: 0 auto;
  }
  .info .wrap {
    width: 1110px;
    margin: 0 auto;
    padding: 2.2rem 7.6rem;
  }
  .info .wrap dl dt {
    font-size: 2rem;
    font-weight: bold;
    padding: 0.8rem 1.7rem 0.8rem 3.6rem;
  }
  .info .wrap dl dt::before {
    top: 0.9rem;
    left: 1.5rem;
  }
  .info .wrap dl dt .new {
    font-size: 1.15rem;
  }
  .info .wrap dl dd {
    font-size: 1.8rem;
  }
}
/* 特長 -------------------------------------- */
.feature .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.feature .flex .img_c {
  max-width: 35%;
}
.feature ul li {
  text-align: center;
}
.feature ul li p {
  text-align: left;
}
.feature ul li .tit {
  font-weight: bold;
  font-size: 1.8rem;
}
.feature ul li .tit p {
  display: inline !important;
  background: linear-gradient(transparent 65%, #f8dee8 0%);
}
.feature ul li ~ li {
  margin-top: 4rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 7rem 0 0;
  }
  .feature ul {
    margin-top: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feature ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 32%;
  }
  .feature ul li .flex {
    width: 100%;
    height: 20rem;
    display: block;
  }
  .feature ul li .flex .img_c {
    min-width: 20%;
    max-width: 35%;
    display: block;
  }
  .feature ul li .flex .img_c ~ .img_c {
    height: 10rem;
  }
  .feature ul li .txt .tit {
    height: 5rem;
  }
  .feature ul li > .img_c {
    margin-top: auto;
  }
  .feature ul li ~ li {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print {
  body:not(.index) .header .white_bg {
    position: static;
  }
}
body:not(.index) .main {
  margin: 4rem 1rem 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    font-size: 1.8rem;
    margin: 0 1rem 6rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
/* クリニック紹介 */
.clinic_gallery li {
  margin: 0 0 2rem;
  text-align: center;
}
.clinic_gallery li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.clinic_gallery li p {
  margin: 0 0 1rem;
}
.clinic_gallery li p span {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

@media screen and (min-width: 48em), print {
  .clinic_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clinic_gallery li {
    width: 48%;
  }
  .clinic_gallery li:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .clinic_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
  .clinic_gallery li p span {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
  }
}
/* 診療案内 */
.treatment .rsv_btn {
  display: block;
}
.treatment .rsv_btn a {
  min-width: 15rem;
  background: #0d9344;
  color: #fff;
  text-align: center;
  padding: 0.6rem 2rem 0.8rem;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 25px;
  position: relative;
}
.treatment .rsv_btn a::before {
  content: "\f109";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #fff;
}
.treatment .rsv_btn a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 96%;
  height: 87%;
  display: block;
  border: 1px dashed #fff;
  border-radius: 25px;
}
.treatment .btn {
  text-align: right;
}

/* 初めての方へ */
.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 .access_txt span {
  display: block;
  font-weight: bold;
  margin-top: 0.8rem;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
/* アレルギー */
@media screen and (min-width: 48em), print {
  .allergy .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .allergy .flex li {
    width: 50%;
  }
}
/*  */
.slit .center {
  text-align: center;
}
.slit .center li {
  text-align: left;
}

/* 睡眠時無呼吸症候群 */
.col_red {
  color: #ff0000;
}

@media screen and (min-width: 48em), print {
  .col_red {
    color: #ff0000;
  }
}
.ear .btn, .throat .btn {
  text-align: right;
}

.ttl_txt {
  display: block;
  font-weight: bold;
  margin-top: 0.8rem;
  background-color: #fef8d9;
  padding: 5px 10px;
}/*# sourceMappingURL=style.css.map */