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

.clr_red {
  color: #274a78;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  background: #e7f5f9;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 4.4rem 5rem 4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #e7f5f9;
}
*[class*=frame_].frame_02 {
  background: #F6E9DD;
}
*[class*=frame_].frame_03 {
  border: 2px solid #e7f5f9;
  background: none;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_].inline {
    min-width: 50%;
    display: inline-block;
  }
}

.txt_area {
  text-align: justify;
  padding: 1rem 1rem;
  margin: 0;
  border: #482D33 1px solid;
}
.txt_area p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .txt_area {
    padding: 3rem 2.7rem;
  }
}
/* 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%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption dl div {
  margin: 0 0 0.8rem;
}
.tbl_time caption dl div dt {
  font-weight: bold;
}
.tbl_time caption dl div dd {
  margin: 0;
  padding: 0;
}
.tbl_time tr th {
  font-weight: normal;
  color: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  letter-spacing: 0.1rem;
  background: #274a78;
  font-size: 1.2rem;
  font-weight: middle;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  padding: 0.6rem 0;
  margin: 0;
  border-bottom: 1px solid #D4D4D4;
  font-size: 1rem;
  color: #482D33;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #D4D4D4;
  line-height: 1;
}
.tbl_time.assignment_list tr th[scope=col] {
  background: #435367;
}
.tbl_time.assignment_list tr th.time {
  line-height: 1.2;
}
.tbl_time.assignment_list tr th.time span {
  font-size: 80%;
}
.tbl_time.assignment_list tr td {
  padding: 0.6rem 0;
}
.tbl_time.assignment_list tr td span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  min-height: 3rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 2rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  .tbl_time caption dl 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 1rem;
  }
  .tbl_time caption dl div dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .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.time {
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }
  .tbl_time tr td {
    padding: 0;
  }
  .tbl_time.assignment_list tr th[scope=col]:first-child {
    width: 20%;
  }
  .tbl_time.assignment_list tr td {
    padding: 1.4rem 0;
  }
  .tbl_time.assignment_list tr td span {
    display: block;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  background: url("../img/tit_01.jpg") no-repeat center bottom/cover;
  min-height: 16rem;
  padding: 0 0 2rem;
  margin: 0;
  color: #fff;
  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: 2rem;
}

.tit_02 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #1c305c;
  text-align: center;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1.2;
}
.tit_02::before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.6rem;
  margin: 0 auto 0.8rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #315687), color-stop(50%, #DAB176));
  background: linear-gradient(to right, #315687 50%, #DAB176 50%);
}

body.index .tit_02 .eng_txt, .low_feature .tit_02 .eng_txt {
  display: block;
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #DAB176;
  font-size: 80%;
}

.tit_03 {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0.4rem 0.8rem;
  background: #315687;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #482D33;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.4rem 0 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(2rem, #482D33), color-stop(2rem, #C2AA6A));
  background: linear-gradient(to right, #482D33 2rem, #C2AA6A 2rem);
}

.tit_05 {
  color: #315687;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.2;
  margin: 0 0 1.2rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tit_05::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: #315687;
  margin-right: 0.4rem;
}

.tit_06 {
  color: #9F6C32;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.4;
  margin: 0 0 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, #ECD8BB));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #ECD8BB 80%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.8rem;
    height: 35rem;
    margin: 0 auto;
    padding: 0 0 4rem;
    background: url("../img/tit_01.jpg") no-repeat center bottom/cover;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 5rem;
  }
  .tit_02::before {
    width: 6.8rem;
    height: 0.5rem;
    margin: 0 auto 2.6rem;
  }
  body.index .low_feature .tit_02 .eng_txt {
    font-size: 2rem;
    margin: 0.8rem auto 0;
  }
  .tit_03 {
    font-size: 2.8rem;
    padding: 1.8rem 2.2rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_04::after {
    margin: 1.5rem 0 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.6rem, #482D33), color-stop(7.6rem, #C2AA6A));
    background: linear-gradient(to right, #482D33 7.6rem, #C2AA6A 7.6rem);
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2.2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 > li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 > li:last-child {
  padding-bottom: 0;
}
.lst_ul01 > li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #315687;
}
.lst_ul01 > li.none::before {
  content: none;
}
.lst_ul01 > li > a {
  color: #87C870;
}
.lst_ul01 > li > a::after {
  content: "≫";
  display: inline;
}
@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_ul01.flex2 {
  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.flex2 li {
  width: 48%;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex2 li {
    width: 23%;
  }
}

@media screen and (min-width: 48em), print {
  .center_lst {
    display: block;
  }
  .center_lst > * {
    padding-left: 10rem;
  }
}

.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;
  color: #315687;
}

.lst_dl01 div {
  margin: 0 0 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
  color: #87C870;
}
.lst_dl01 div dd {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    margin: 0 0 1.4rem;
    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;
  }
  .lst_dl01 div dt {
    min-width: 13rem;
  }
}
.lst_dl02 {
  margin: 2rem 0 2rem;
}
.lst_dl02 dt {
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 1rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0;
}

/* フロー -------------------------------------- */
.lst_flow01 {
  margin: 0 0 4rem;
}
.lst_flow01 > li {
  padding: 1.8rem;
  margin: 0 0 6rem;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow01 > li {
    padding: 3rem;
  }
}
.lst_flow01 > li::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-top: 3rem solid #315687;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.4rem;
}
.lst_flow01 > li:last-child {
  margin: 0;
}
.lst_flow01 > li:last-child::after {
  content: none;
}
.lst_flow01 > li .tit {
  margin: 0 0 1.4rem;
  font-weight: bold;
  font-size: 120%;
}

/* QnA -------------------------------------- */
.lst_QnA > div {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: #eee 1px solid;
}
.lst_QnA > div > dt {
  margin: 0 0 1rem;
  padding: 0 0 0 2.2rem;
  position: relative;
  color: #274a78;
  font-size: 1.6rem;
  font-weight: bold;
}
.lst_QnA > div > dt::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: -0.2rem;
  left: -0.1rem;
  font-size: 1.8rem;
  color: #274a78;
}
.lst_QnA > div > dd {
  margin: 0;
  padding: 0 0 0 2rem;
  position: relative;
}
.lst_QnA > div > dd::before {
  content: "A.";
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 120%;
  color: #C2AA6A;
}

@media screen and (min-width: 48em), print {
  .lst_QnA > div {
    margin: 0 0 4rem;
    padding: 0 0 4rem;
  }
  .lst_QnA > div > dt {
    margin: 0 0 2rem;
    padding: 0 0 0 3rem;
    font-size: 2rem;
  }
  .lst_QnA > div > dt::before {
    top: -0.6rem;
    font-size: 2.4rem;
  }
  .lst_QnA > div > dd {
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  .lst_QnA > div > dd::before {
    font-size: 2.4rem;
    top: -0.6rem;
    left: 0;
  }
  .lst_QnA > div > dd *[class*=frame_] {
    margin: 2rem 0 2rem;
  }
}
/* フレックス回り -------------------------------------- */
.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;
}
*[class*=btn_] a {
  background: #C5A16E;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 3px;
  display: block;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a {
    display: inline-block;
    min-width: 26rem;
    font-size: 1.8rem;
    padding: 1.6rem 1rem;
  }
}
*[class*=btn_] a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*[class*=btn_] a:hover {
  opacity: 1;
  background: #315687;
}

.txt_link {
  color: #E0380A;
  font-weight: bold;
  text-decoration: none !important;
}
.txt_link::after {
  content: "≫";
  display: inline;
}
.txt_link:hover {
  opacity: 1;
  text-decoration: underline !important;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  caption-side: bottom;
}
.tbl_01 ~ .tbl_01 {
  margin: 4rem 0 0;
}
@media screen and (min-width: 48em), print {
  .tbl_01 ~ .tbl_01 {
    margin: 6rem 0 0;
  }
}
.tbl_01 caption {
  text-align: left;
  padding: 0.4rem 0 0;
}
.tbl_01 thead tr th {
  background: #274a78;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.8rem;
  font-size: 110%;
}
@media screen and (min-width: 48em), print {
  .tbl_01 thead tr th {
    padding: 1.4rem 1rem;
  }
}
.tbl_01 tbody tr th {
  width: 30%;
  background: #e7f5f9;
  text-align: center;
  font-weight: bold;
  border: 1px solid #AAA;
  padding: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr th {
    padding: 1.2rem 1.2rem;
  }
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #AAA;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr td {
    padding: 1.2rem 1.2rem;
  }
}
.tbl_01.price thead tr th:first-child {
  width: 60%;
}
.tbl_01.price tbody tr th {
  width: 60%;
}
.tbl_01.price tbody tr td {
  text-align: right;
}
.tbl_01.price .txt_left {
  text-align: left;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #e7f5f9;
  border: 1px solid #AAA;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
  border: 1px solid #AAA;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
    padding: 1.2rem 1.2rem;
  }
  .tbl_access tr td {
    padding: 1.2rem 1.2rem;
  }
}
/* ----------------------------------------------------------------------------------
共通　_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: #FCFCFC;
  color: #482D33;
}

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: 10rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .main {
    font-size: 1.6rem;
    padding: 3rem 0 0;
    margin: 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 > .wrap {
  margin: 0;
  padding: 1rem 0.4rem 1rem;
  max-width: 100%;
}
.header > .wrap .logo {
  height: 6.6rem;
}
.header > .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 > .wrap .headC .insta_item {
  position: absolute;
  top: 1.6rem;
  top: 3rem;
  right: 1.6rem;
}
.header > .wrap .headC .insta_item a {
  width: 3rem;
  height: 3rem;
  display: block;
}
.header > .wrap .headC .head_address, .header > .wrap .headC .head_time {
  display: none;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    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;
    margin: 0 auto 0;
    padding: 1.1rem 2rem 2.6rem;
  }
  .header .wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30.8rem;
    height: 15.3rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header .wrap .headC {
    margin: 0 0 0 2rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .wrap .headC .insta_item {
    width: 4.5rem;
    height: 4.5rem;
    position: static;
    margin-right: 2.5rem;
  }
  .header .wrap .headC .insta_item a {
    width: 100%;
    height: 100%;
  }
  .header .wrap .headC .head_address {
    text-align: left;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .header .wrap .headC .head_time {
    width: 100%;
    margin: 2.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .wrap .headC .head_time span {
    min-height: 5.4rem;
    width: 9rem;
    margin: 0 1rem 0 0;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    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;
    background: #393f4c;
  }
  .header .wrap .headC .head_time p {
    margin: 0;
    letter-spacing: -0.1rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.4rem;
  }
  .header .wrap .headR {
    width: 26rem;
    margin: 0 0 0 1.7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    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-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
  }
  .header .wrap .headR .tel_item {
    width: 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;
    background: #315687;
    font-size: 2.2rem;
    min-height: 5.5rem;
    border-radius: 3px;
  }
  .header .wrap .headR .tel_item::before {
    content: "tel.";
  }
  .header .wrap .headR .rsv_item {
    width: 100%;
    margin: 0.8rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .headR .rsv_item li {
    width: 100%;
  }
  .header .wrap .headR .rsv_item li 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;
    min-height: 5.5rem;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .header .wrap .headR .rsv_item li.rsv_btn01 a {
    background: #DAB176;
  }
  .header .wrap .headR .rsv_item li.rsv_btn02 a {
    background: #D28F8F;
  }
  .header .wrap .headR .link_item01 {
    margin: 0.8rem 0 0;
  }
}
.nav {
  display: none;
}

.sp_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 200;
}
.sp_menu.fixed {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.sp_menu > li {
  margin: 0;
  width: 20%;
  text-align: center;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  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;
  border-right: 1px solid #274a78;
}
.sp_menu > li:last-child {
  border-right: none;
}
.sp_menu > li > a {
  position: relative;
  width: 100%;
  background: #315687;
  padding: 0.6rem 0;
}
.sp_menu > li > a {
  display: block;
  color: #fff;
}
.sp_menu > li > a::before {
  content: "";
  display: block;
  font-family: "fontello";
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.sp_menu > li.i_home a::before {
  content: "\e822";
}
.sp_menu > li.i_pill a::before {
  content: "\e824";
}
.sp_menu > li.i_tel a::before {
  content: "\e801";
}
.sp_menu > li.i_rsv a::before {
  content: "\e821";
}
.sp_menu > li.i_access a::before {
  content: "\e825";
}
.sp_menu > li.sp_nav {
  background: #315687;
}
.sp_menu > li.sp_nav button {
  all: unset;
  width: 100%;
  height: 100%;
}
.sp_menu > li.sp_nav button::before {
  content: "\e826";
  display: block;
  color: #fff;
  font-family: "fontello";
  font-size: 1.8rem;
}
.sp_menu > li.sp_nav button::after {
  content: "MENU";
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  bottom: 0.1rem;
}
.sp_menu > li.sp_nav button.close::before {
  content: "\e827";
}
.sp_menu > li.sp_nav button.close::after {
  content: "CLOSE";
}
.sp_menu > li.sp_nav.biyou button::before {
  content: "\e823";
}
.sp_menu > li.sp_nav.biyou button::after {
  content: "診療内容";
}
.sp_menu > li.sp_nav.biyou button.close::before {
  content: "\e827";
}
.sp_menu > li.sp_nav.fujin button::before {
  content: "\e824";
}
.sp_menu > li.sp_nav.fujin button::after {
  content: "ピル外来";
}
.sp_menu > li.sp_nav.fujin button.close::before {
  content: "\e827";
}
.sp_menu > li.sp_nav .nav {
  background: #fff;
  height: 100vh;
  width: 100%;
  padding: 3rem 1.6rem 10rem 2rem;
  display: none;
  visibility: hidden;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 46px;
  z-index: -1;
  text-align: left;
}
.sp_menu > li.sp_nav .nav .gnav li {
  margin: 0;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .gnav li.treatment {
  display: none;
}
.sp_menu > li.sp_nav .nav .gnav li a {
  display: block;
  padding: 1rem 0.2rem 1rem;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.sp_menu > li.sp_nav .nav .gnav li a::before {
  content: "\f006";
  font-family: "fontello";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sp_menu > li.sp_nav .nav .gnav li a span {
  display: none;
}
.sp_menu > li.sp_nav .nav .gnav li a .br {
  display: none;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu {
  display: block;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu p {
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
  padding: 0.6rem 1rem 0.6rem;
  background: #72C3C8;
  color: #fff;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .sp_menu {
    display: none;
  }
  .nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 200;
    background: #315687;
  }
  .nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .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;
  }
  .nav .gnav li.treatment {
    position: relative;
  }
  .nav .gnav li a {
    display: block;
    text-align: center;
    padding: 1rem 0.2rem 0.8rem;
    font-size: 1.6rem;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .nav .gnav li a .eng {
    display: block;
    font-family: "Great Vibes", cursive;
    font-size: 1.8rem;
    width: 100%;
    letter-spacing: 0.2rem;
  }
  .nav .gnav li a.sub .arrow::after {
    content: "\e80b";
    font-family: "fontello";
    margin-left: 0.4rem;
    font-size: 1rem;
  }
  .nav .gnav li a.sub.close .arrow::after {
    content: "\e80d";
  }
  .nav .gnav li .subnav {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 26rem;
    display: block;
    position: absolute;
    left: -9rem;
    z-index: -1;
    background: rgba(49, 86, 135, 0.9);
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    width: 100%;
    border-bottom: 1px dotted #007bbb;
  }
  .nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.1rem 0.2rem 1.2rem;
    text-align: center;
    font-weight: 500;
    color: #fff;
  }
  .nav .gnav li .subnav li a:hover {
    background: #007bbb;
    opacity: 1;
  }
  .nav .gnav li .subnav li a .br, .nav .gnav li .subnav li a .eng_txt {
    display: none;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* カレンダー -------------------------------------- */
.cal {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.cal .wrap {
  padding: 1rem;
}
.cal .wrap .flex .caledit {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: #482D33;
}
.cal .wrap .flex .caledit tr.month th {
  background: #315687;
}
.cal .wrap .flex .caledit tr.week th {
  background: #fff;
  border: 1px solid #eee;
  color: #482D33;
}
.cal .wrap .flex .caledit tr td {
  border: 1px solid #eee;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.cal .wrap .flex .caledit tr td::after {
  font-size: 1.2rem;
}
.cal .wrap .flex .caledit tr td.open {
  background: #fff;
}
.cal .wrap .flex .caledit tr td.notTheMonth {
  background: #fff;
  color: #fff;
}
.cal .wrap .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem 1.4rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.cal .wrap .status li {
  display: inline-block;
  margin: 0 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #482D33;
}
.cal .wrap .status li::before {
  display: inline-block;
  content: "";
  min-width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #ccc;
  margin-right: 0.4rem;
  position: relative;
  top: 0.4rem;
}
.cal .wrap .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .wrap .status li.kyushin::before {
  background: #FFE6EB;
}
.cal .wrap .status li.open::before {
  background: #fff;
}
.cal .wrap .status li.sat_open::before {
  background: #FFF0D2;
}
.cal .wrap .status li.change::before {
  background: #D9F7FE;
}

@media screen and (min-width: 48em), print {
  .cal .wrap {
    padding: 0 1rem;
  }
  .cal .wrap .flex {
    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;
    width: 100%;
    padding: 5.5rem 7.7rem 0;
  }
  .cal .wrap .flex > div {
    width: 48%;
  }
  .cal .wrap .flex > div .caledit tr.month th {
    font-size: 2.4rem;
    padding: 0.8rem 0;
  }
  .cal .wrap .flex > div .caledit tr.week th {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
  .cal .wrap .flex > div .caledit tr td {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
  .cal .wrap .flex > div .caledit tr td::after {
    font-size: 1.4rem;
  }
  .cal .wrap .status {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 7.7rem 3.5rem;
    line-height: 2;
  }
  .cal .wrap .status li {
    font-size: 1.8rem;
  }
  .cal .wrap .status li::before {
    width: 2.1rem;
    height: 2.2rem;
    margin-right: 0.7rem;
  }
  .cal .wrap .status li:not(:last-child) {
    margin-right: 2.2rem;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #FAF4F3;
}
.overview > .wrap {
  padding: 1rem;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: -6rem 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .footer_address {
  text-align: center;
}
.overview > .wrap .overviewL .tel_rsv {
  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;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.overview > .wrap .overviewL .tel_rsv .tel_item {
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin: 0 0 0.8rem;
  background: #274a78;
  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;
}
.overview > .wrap .overviewL .tel_rsv .tel_item > a, .overview > .wrap .overviewL .tel_rsv .tel_item > span {
  padding: 0.8rem 0.2rem;
}
.overview > .wrap .overviewL .tel_rsv .tel_item > a::before, .overview > .wrap .overviewL .tel_rsv .tel_item > span::before {
  content: "tel.";
}
.overview > .wrap .overviewL .tel_rsv .rsv_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overview > .wrap .overviewL .tel_rsv .rsv_item li {
  width: 100%;
}
.overview > .wrap .overviewL .tel_rsv .rsv_item li 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;
  padding: 0.8rem 0.2rem;
  color: #fff;
  border-radius: 3px;
}
.overview > .wrap .overviewL .tel_rsv .rsv_item li.rsv_btn01 a {
  background: #DAB176;
}
.overview > .wrap .overviewL .tel_rsv .rsv_item li.rsv_btn02 a {
  background: #D28F8F;
}
.overview > .wrap .overviewL .link_item01 {
  width: 100%;
  margin: 0.8rem auto 0;
  text-align: center;
}
.overview > .wrap .overviewL .link_item01 a {
  display: inline-block;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  margin: 1.2rem 0 0;
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo tr th {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td {
  display: block;
  padding: 0 0 0.6rem;
  margin: 0 0 0.6rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .map {
  margin: 1rem 0;
}
.overview > .wrap .overviewR .btn_map {
  text-align: center;
}
.overview > .wrap .overviewR .btn_map a {
  background: #435367;
}
.overview .cal > .wrap {
  background: #EFEBE3;
}
.overview .overview_bnrArea {
  padding: 2rem 0;
}
.overview .overview_bnrArea .lst_drFile li {
  margin: 0 0 1rem;
}
.overview .overview_bnrArea .lst_drFile li:last-child {
  margin: 0;
}
.overview .overview_bnrArea .lst_drFile li a {
  display: block;
  margin: 0 auto;
  text-decoration: none !important;
  width: 90%;
}
.overview .overview_bnrArea .lst_bnr {
  margin: 2rem 0 0;
}
.overview .overview_bnrArea .lst_bnr a {
  display: block;
  margin: 0 auto;
  text-decoration: none !important;
  width: 90%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 0 0 35rem;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    padding: 2rem 2rem 0;
  }
  .overview > .wrap .clinic_name {
    margin: -7.2rem 0 5rem;
    text-align: center;
  }
  .overview > .wrap .clinic_name img {
    max-width: 46.1rem;
  }
  .overview > .wrap .tbl_area {
    margin: 0 0 3.7rem;
  }
  .overview > .wrap .tbl_area > tbody > tr > th {
    width: 13.8rem;
    font-size: 2rem;
    vertical-align: top;
    display: table-cell;
  }
  .overview > .wrap .tbl_area > tbody > tr > td {
    display: table-cell;
  }
  .overview > .wrap .flex_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .flex_column .overviewL {
    width: 54rem;
    padding: 0 0;
  }
  .overview > .wrap .flex_column .overviewL .footer_address {
    margin: 0 0 2rem;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv .tel_item {
    margin: 0;
    width: 26rem;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv .rsv_item {
    font-size: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv .rsv_item li {
    width: 25rem;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv .rsv_item li a {
    height: 100%;
  }
  .overview > .wrap .flex_column .overviewL .tel_rsv .rsv_item li.rsv_btn01 {
    margin-right: 1.2rem;
  }
  .overview > .wrap .flex_column .overviewL .link_item01 {
    margin: 1.4rem auto 0;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo {
    margin: 5rem 0 0;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr th {
    display: table-cell;
    width: 9rem;
    padding: 0 0 2rem;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td {
    display: table-cell;
    width: auto;
    padding: 0 0 2rem;
    font-size: 1.6rem;
  }
  .overview > .wrap .flex_column .overviewR {
    width: 59rem;
    margin: 0;
    padding: 0 0;
  }
  .overview > .wrap .flex_column .overviewR .map {
    margin: 3.6rem 0;
  }
  .overview > .wrap .flex_column .overviewR .map iframe {
    height: 56.5rem !important;
  }
  .overview > .wrap .flex_column .overviewR .btn_map {
    margin: 0;
  }
  .overview > .wrap .flex_column .overviewR .btn_map a:hover {
    opacity: 0.8;
  }
  .overview .cal {
    margin: 5.6rem auto 0;
  }
  .overview .overview_bnrArea {
    padding: 6rem 1rem 0;
  }
  .overview .overview_bnrArea .wrap {
    padding: 0;
  }
  .overview .overview_bnrArea .wrap .lst_drFile {
    padding: 0 1rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_bnrArea .wrap .lst_drFile li {
    width: 23%;
    margin: 0 2% 3rem 0;
  }
  .overview .overview_bnrArea .wrap .lst_drFile li:nth-child(4n) {
    margin: 0 0 3rem;
  }
  .overview .overview_bnrArea .wrap .lst_drFile li a {
    margin: 0;
    width: 100%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 6.4rem;
  right: 1rem;
  z-index: 200;
  cursor: pointer;
  width: 18%;
  cursor: pointer;
}
#pageup a {
  font-size: 1.2rem;
  height: 5.4rem;
  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;
  text-align: center;
  border-radius: 50%;
  color: #315687;
  border: 1px solid #315687;
  background: #fff;
}
#pageup a::before {
  text-align: center;
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-family: "fontello";
  content: "\e80d";
}
#pageup a::after {
  content: none;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: auto;
    bottom: 12.4rem;
    right: 2rem;
  }
  #pageup a {
    width: 6.6rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 1.2rem;
    margin: 0 0 0.8rem;
  }
}
.footer_menu {
  width: 100%;
  height: 4.6rem;
  background: rgba(39, 74, 120, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  font-size: 1.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_menu .tel {
  width: 16%;
  height: 100%;
  border-right: 1px solid #fff;
}
.footer_menu .tel 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;
}
.footer_menu .tel a::before {
  content: "\e801";
  font-family: "fontello";
  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;
}
.footer_menu *[class*=rsv] {
  width: 42%;
  border-right: 1px solid #fff;
}
.footer_menu *[class*=rsv].single {
  width: 84%;
}
.footer_menu .online {
  width: 42%;
}
.footer_menu a {
  height: 100%;
  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;
}

@media screen and (min-width: 48em), print {
  .footer_menu {
    display: none;
  }
  .footer_menu > * {
    display: none;
  }
}
.footer {
  text-align: center;
  background: #315687;
  color: #fff;
  padding: 0 0 4.6rem;
}
.footer .copy {
  display: block;
  background: #274a78;
  padding: 1.2rem 0;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
    font-size: 1.8rem;
  }
  .footer .nav {
    padding: 1.3rem 0 1.2rem;
    z-index: 100;
  }
  .footer .copy {
    padding: 1.6rem 0 1.3rem;
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
.overflow {
  overflow-x: hidden;
}

/* キービジュアル -------------------------------------- */
#keyvsl {
  max-width: 100%;
  margin: 0 0 12rem;
  padding: 0;
  height: 17rem;
  position: relative;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  background: url("../img/a_kv_parts01.svg") no-repeat center bottom/100% auto;
}
#keyvsl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  height: 100%;
  padding: 20rem 0 0;
  position: relative;
  z-index: 5;
}
#keyvsl .wrap .kv_txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0;
}
#keyvsl .wrap .kv_txt p {
  color: #6A3C45;
  text-align: center;
  font-size: 1.4rem;
  margin: 0.2rem 0;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#keyvsl .wrap .kv_txt p.copy {
  color: #fff;
  background: #1c305c;
  padding: 0.4rem 0.4rem 0.2rem;
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 25px;
  text-shadow: none;
}
#keyvsl .wrap .kv_info {
  width: 100%;
  position: absolute;
  bottom: -10rem;
  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;
}
#keyvsl .wrap .kv_info p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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.8rem;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#keyvsl .wrap .kv_info p.info_access {
  width: 8rem;
  height: 8rem;
  font-size: 1.4rem;
  background: url("../img/index_keyvsl_kv_info01.svg") no-repeat center/contain;
}
#keyvsl .wrap .kv_info p.info_access .size_l {
  font-size: 1.8rem;
}
#keyvsl .wrap .kv_info p.info_kaiin {
  width: 10rem;
  height: 10rem;
  font-size: 1.5rem;
  background: url("../img/index_keyvsl_kv_info02.svg") no-repeat center/contain;
}
#keyvsl .wrap .kv_info p.info_kaiin > span {
  text-align: center;
}
#keyvsl .wrap .kv_info p.info_kaiin .size_s {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 69.4rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto auto;
  }
  #keyvsl::after {
    height: 16.2rem;
    bottom: -7.6rem;
    background: url("../img/a_kv_parts01.svg") no-repeat center bottom/auto auto;
  }
  #keyvsl .wrap .kv_txt {
    padding: 0 0 3rem;
  }
  #keyvsl .wrap .kv_txt p {
    font-size: 2.2rem;
    margin: 2rem 0 0;
    line-height: 1.6;
  }
  #keyvsl .wrap .kv_txt p.copy {
    padding: 1.2rem 3.8rem 1.2rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #keyvsl .wrap .kv_info {
    position: absolute;
    bottom: -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #keyvsl .wrap .kv_info p {
    width: 49%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #keyvsl .wrap .kv_info p.info_access {
    width: 14.1rem;
    height: 14.1rem;
    font-size: 2rem;
    margin-right: -2rem;
    position: relative;
    z-index: 2;
  }
  #keyvsl .wrap .kv_info p.info_access .size_l {
    font-size: 2.8rem;
  }
  #keyvsl .wrap .kv_info p.info_kaiin {
    width: 18.7rem;
    height: 18.7rem;
    font-size: 2.2rem;
  }
  #keyvsl .wrap .kv_info p.info_kaiin .size_s {
    font-size: 1.6rem;
  }
  #keyvsl .wrap .kv_info p.info_kaiin .size_l {
    font-size: 2.8rem;
  }
}
/* テキストアイテム -------------------------------------- */
.txt_item {
  padding: 1rem 0 1rem;
  position: relative;
  z-index: 2;
}
.txt_item p {
  width: 98%;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1rem;
  margin: 0 auto;
  color: #1c305c;
  background: #F1DFD9;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 3px #F1DFD9;
          box-shadow: 0 0 0 3px #F1DFD9;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .txt_item {
    padding: 2rem 0 0;
    position: relative;
    z-index: 2;
  }
  .txt_item p {
    width: calc(100% - 16px);
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.8;
    font-size: 2rem;
    padding: 3.4rem 1rem;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 7px #F1DFD9;
            box-shadow: 0 0 0 7px #F1DFD9;
  }
}
/* モーダル -------------------------------------- */
#modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(infinity);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.6);
}

#modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: calc(infinity);
  width: calc(100% - 2rem);
  height: auto;
  max-height: 90vh;
  background: #fff;
  padding: 1rem 2rem;
  overflow-y: auto;
  margin: 0 auto;
  color: #7C1426;
  line-height: 1.2;
  background: #F1DFD9;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 7px #F1DFD9;
  box-shadow: 0 0 0 7px #F1DFD9;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#modal button {
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: none;
  background: #315687;
  color: #fff;
}
#modal [type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

#modal > section + section {
  margin-top: 2.5rem;
}

@media screen and (min-width: 48em), print {
  #modal {
    width: 65rem;
    padding: 3rem;
  }
  #modal button {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  #modal > section + section {
    margin-top: 4rem;
  }
}
/* バナーエリア -------------------------------------- */
.bnr_area {
  padding: 2rem 0;
  background: #FCFCFC;
}
.bnr_area ul li {
  margin: 0 0 1rem;
}
.bnr_area ul li a {
  display: block;
  text-decoration: none !important;
}
.bnr_area ul.flex_04 {
  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;
}
.bnr_area ul.flex_04 li {
  width: 48%;
}

@media screen and (min-width: 48em), print {
  .bnr_area {
    padding: 6.2rem 0 7.2rem;
  }
  .bnr_area ul {
    /*margin: 0 0 4.7rem;*/
  }
  .bnr_area ul li {
    width: 57.4rem;
    margin: 0 auto 4.7rem;
  }
  .bnr_area ul.flex_02 {
    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;
    margin: 0 0 4rem;
  }
  .bnr_area ul.flex_02 li {
    margin: 0;
  }
  .bnr_area ul.flex_04 {
    margin: 0;
  }
  .bnr_area ul.flex_04 li {
    width: 27.1rem;
    margin: 0;
  }
}
/* 当クリニックの感染症対策 -------------------------------------- */
.counter {
  padding: 2rem 0;
  background: #fff;
}
.counter .wrap {
  position: relative;
  z-index: 1;
}
.counter .wrap::before {
  content: "";
  display: block;
  /*background: url("../img/index_counter_bg01.jpg")no-repeat bottom center / contain;*/
  position: absolute;
  z-index: -1;
  right: -2rem;
  top: -4rem;
  width: 20rem;
  height: 20rem;
}
.counter .wrap .flex {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.counter .wrap .flex > div .tit {
  color: #fff;
  font-size: 120%;
  text-align: center;
  padding: 0.8rem 0;
  margin: 0;
}
.counter .wrap .flex > div ul {
  padding: 1rem;
}
.counter .wrap .flex > div ul li {
  color: #3c0009;
  margin-bottom: 0.4rem;
  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;
}
.counter .wrap .flex > div ul li::before {
  font-family: "fontello";
  display: inline-block;
  min-width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  border-radius: 50%;
  background: #222;
  margin: 0 0.4rem 0 0;
  color: #fff;
}
.counter .wrap .flex > div ul li.item_01::before {
  content: "\e80f";
}
.counter .wrap .flex > div ul li.item_02::before {
  content: "\e811";
}
.counter .wrap .flex > div ul li.item_03::before {
  content: "\e812";
}
.counter .wrap .flex > div ul li.item_04::before {
  content: "\e813";
}
.counter .wrap .flex > div ul li.item_05::before {
  content: "\e814";
}
.counter .wrap .flex > div ul li.item_06::before {
  content: "\e815";
}
.counter .wrap .flex > div ul li.item_07::before {
  content: "\e816";
}
.counter .wrap .flex > div ul li.item_08::before {
  position: relative;
  top: -3rem;
  content: "\e829";
}
.counter .wrap .flex > div.counter_01 {
  margin-bottom: 1rem;
}
.counter .wrap .flex > div.counter_01 .tit {
  background: #DAB176;
}
.counter .wrap .flex > div.counter_01 ul {
  background: rgba(254, 249, 239, 0.9);
}
.counter .wrap .flex > div.counter_01 ul li::before {
  background: #DAB176;
}
.counter .wrap .flex > div.counter_02 .tit {
  background: #315687;
}
.counter .wrap .flex > div.counter_02 ul {
  background: rgba(254, 249, 239, 0.9);
}
.counter .wrap .flex > div.counter_02 ul li::before {
  background: #315687;
}

@media screen and (min-width: 48em), print {
  .counter {
    padding: 5.5rem 0 0;
  }
  .counter .wrap {
    padding: 0 0 10rem;
  }
  .counter .wrap::before {
    width: 105rem;
    height: 78rem;
    top: auto;
    bottom: 0;
    right: -45rem;
  }
  .counter .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .counter .wrap .flex > div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .counter .wrap .flex > div .tit {
    font-size: 2.4rem;
    padding: 2.2rem 0;
    letter-spacing: 0.2rem;
  }
  .counter .wrap .flex > div ul {
    height: 100%;
    padding: 3.6rem 3rem 3.4rem;
  }
  .counter .wrap .flex > div ul li {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2.8rem;
  }
  .counter .wrap .flex > div ul li::before {
    min-width: 6rem;
    height: 6rem;
    margin-right: 1.6rem;
    font-size: 3.6rem;
    line-height: 1.7;
  }
  .counter .wrap .flex > div ul li.item_07 {
    padding-top: 2rem;
  }
  .counter .wrap .flex > div ul li.item_07::before {
    position: relative;
    top: -2rem;
  }
  .counter .wrap .flex > div ul li.item_08 {
    padding-top: 0;
  }
  .counter .wrap .flex > div ul li.item_08::before {
    position: relative;
    top: -4rem;
  }
  .counter .wrap .flex > div.counter_01 {
    margin-bottom: 0;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 2rem;
  background: #FFF9EE;
  position: relative;
  z-index: 1;
}
.info dl {
  margin: 0;
  padding: 0.2rem 1.4rem 1.4rem;
  line-height: 1.4;
}
.info dl .line {
  border-bottom: 1px solid #D1C1B3;
  margin: 0 0 0.4rem;
  padding: 0 0 0.4rem;
}
.info dl .line:nth-of-type(n+4) dd {
  display: none;
}
.info dl .line dt {
  color: #315687;
  margin: 0 0 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.2;
}
.info dl .line dt .date {
  display: block;
  color: #482D33;
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
}
.info dl .line dt .title {
  cursor: pointer;
  font-weight: bold;
  font-size: 110%;
}
.info dl .line dt .title::before {
  content: "▲";
  font-size: 1.4rem;
  font-family: "fontello";
  color: #DAB176;
  margin-right: 0.2rem;
}
.info dl .line dt .title:hover {
  opacity: 0.8;
}
.info dl .line dt.close .title::before {
  content: "▼";
}
.info dl .line dd {
  padding: 0;
  margin: 0;
}
.info dl .line dd p {
  margin: 0;
}
.info .bnr {
  margin: 2rem 0 0;
}
.info .bnr a {
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.info .bnr a img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 4.8rem 0 5.5rem;
  }
  .info .wrap {
    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;
  }
  .info .wrap .tit_02 {
    margin: 0 5rem 0 0;
    min-width: 16rem;
  }
  .info .wrap .tit_02::before, .info .wrap .tit_02::after {
    margin: 0 0.4rem;
  }
  .info .wrap .tit_02::before {
    margin: 0 auto 2rem;
  }
  .info .wrap .right_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .info .wrap .right_content dl {
    padding: 0;
    margin: 0 0 5.85rem;
    width: 100%;
  }
  .info .wrap .right_content dl .line {
    margin: 0 0 2.3rem;
    padding: 0 0 1.5rem;
  }
  .info .wrap .right_content dl .line dt .date {
    font-size: 1.6rem;
  }
  .info .wrap .right_content dl .line dt .title {
    font-size: 2rem;
    margin: 0 0 1.5rem;
    padding-left: 2.2rem;
    position: relative;
  }
  .info .wrap .right_content dl .line dt .title::before {
    font-size: 1.6rem;
    margin-left: 0.7rem;
    position: absolute;
    left: -1rem;
    top: 0.2rem;
  }
  .info .wrap .right_content dl .line dd {
    font-size: 1.6rem;
    line-height: 2;
  }
  .info .wrap .right_content .bnr {
    width: 57.5rem;
    margin: 0 auto;
  }
}
/* 当クリニックの特長 -------------------------------------- */
.feature {
  background: url("../img/index_feature_bg01.jpg") no-repeat center top/cover;
  padding: 2rem 0 2rem;
}
.feature .tit_02 {
  color: #fff;
}
.feature ul li {
  margin: 0 0 2rem;
}
.feature ul li figure {
  position: relative;
  margin: 0 1rem;
}
.feature ul li figure .img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.feature ul li figure .img img {
  display: block;
  width: 100%;
  height: auto;
}
.feature ul li figure figcaption {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1.2rem 1.8rem;
  margin: -4rem auto 0;
  width: 94%;
}
.feature ul li figure figcaption .tit {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  color: #1c305c;
  font-weight: bold;
  text-align: center;
}
.feature .under_photo {
  margin: 4rem 0 0;
}
.feature .under_photo div {
  margin-bottom: 2rem;
}
.feature .note {
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 2rem 0 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
}
.feature .note::before, .feature .note::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  margin: 0.4rem 0 0.4rem;
}
.feature .note::before {
  background: url("../img/index_feature_line01.svg") no-repeat center/contain;
}
.feature .note::after {
  background: url("../img/index_feature_line02.svg") no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: url("../img/index_feature_bg01.jpg") no-repeat center top/cover;
    padding: 6rem 0 6rem;
  }
  .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature ul li {
    width: 27.7rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature ul li figure {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .feature ul li figure .img {
    margin: 0 auto;
  }
  .feature ul li figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.1rem 1.6rem 1.8rem 2.4rem;
    margin: -4rem auto 0;
    width: 24rem;
  }
  .feature ul li figure figcaption p {
    font-size: 1.6rem;
  }
  .feature ul li figure figcaption .tit {
    font-size: 2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 6rem;
    margin: 0 0 1rem;
    line-height: 1.6;
  }
  .feature .under_photo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4rem 100px 2rem;
  }
  .feature .under_photo div {
    margin: 0 2rem;
  }
  .feature .note {
    margin: 5.3rem 0 0;
    font-size: 2rem;
  }
  .feature .note::before, .feature .note::after {
    height: 2.2rem;
    margin: 2.2rem 0;
  }
}
/* このような症状の方はご受診ください -------------------------------------- */
.symptoms_area {
  padding: 4rem 0 3rem;
  background: #fff;
}
.symptoms_area .wrap {
  position: relative;
  z-index: 1;
}
.symptoms_area .wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: url("../img/index_gynecologyMenu_bg01.jpg")no-repeat right -30rem top / cover;*/
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .symptoms_area {
    padding: 0;
  }
  .symptoms_area .wrap {
    padding: 6rem 0 9.7rem;
  }
  .symptoms_area .wrap::before {
    /*background: url("../img/index_gynecologyMenu_bg01.jpg")no-repeat right 20rem top / auto auto;*/
    width: 2000px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
}
/* 理事長ごあいさつ -------------------------------------- */
.greeting_area {
  background: #FAF4F3;
  padding: 4rem 0;
}
.greeting_area .wrap {
  position: relative;
  z-index: 1;
}
.greeting_area .wrap::before, .greeting_area .wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting_area .wrap::before {
  left: 0;
  top: 2rem;
  /*background-image: url("../img/index_greetingArea_bg01.svg");*/
  width: 9rem;
  height: 9rem;
}
.greeting_area .wrap::after {
  right: 0;
  top: 2rem;
  /*background-image: url("../img/index_greetingArea_bg02.svg");*/
  width: 9rem;
  height: 9rem;
}
.greeting_area .wrap img {
  display: block;
  width: 60%;
  margin: 0 auto 3rem;
}
.greeting_area .wrap .txt {
  padding: 0 1rem;
}
.greeting_area .wrap .txt .name {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: right;
  font-weight: bold;
}
.greeting_area .wrap .txt .name span {
  font-size: 110%;
  display: block;
}

@media screen and (min-width: 48em), print {
  .greeting_area {
    padding: 7rem 0 9.4rem;
  }
  .greeting_area .wrap::before {
    left: -22rem;
    top: -2rem;
    width: 49rem;
    height: 48rem;
  }
  .greeting_area .wrap::after {
    right: -10rem;
    top: -2rem;
    width: 34.5rem;
    height: 35.1rem;
  }
  .greeting_area .wrap > 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;
  }
  .greeting_area .wrap > div img {
    width: 26rem;
    margin: 0 4.6rem 0 0;
  }
  .greeting_area .wrap > div .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .greeting_area .wrap > div .txt .name {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
  .greeting_area .wrap > div .txt .name span {
    display: inline-block;
    font-size: 100%;
  }
}
/* 美容診療 -------------------------------------- */
/*.beauty_menu {
  padding: 2rem 0 3rem;
  position: relative;
  background: $clr_03;
  z-index: 1;
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 22rem;
    background: url("../img/index_beautyMenu_bg01.jpg")no-repeat center top / cover, $clr_03;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .wrap {
    .tit_02 {
      color: #fff;
    }
    > ul {
      > li {
        margin: 0 0 2.2rem;
        > a {
          padding-top: 14rem;
          text-align: center;
          position: relative;
          display: block;
          text-decoration: none !important;
          span {
            font-weight: bold;
            display: block;
            font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
            &::before {
              content: "\e80e";
              font-family: "fontello";
              margin-right: .4rem;
            }
          }
          &::after {
            content: "";
            @include flex;
            @include SetPrefix(justify-content, center);
            @include SetPrefix(align-items, center);
            width: 14rem;
            height: 14rem;
            font-size: 6rem;
            color: #fff;
            font-family: "fontello";
            font-weight: normal;
            background: url("../img/index_beautyMenu_parts01.svg")no-repeat center / contain;
            position: absolute;
            top: 1rem;
            left: 0;
            right: 0;
            margin: auto;
          }
          &:hover {
            opacity: 1;
            filter: brightness(104%);
            color: rgba($clr_txt, .8);
          }
          //アイコン設定
          &.face_skin {
            &::after {
              content: "\e817";
            }
          }
          &.body {
            &::after {
              content: "\e818";
            }
          }
          &.beauty_drip {
            &::after {
              content: "\e819";
            }
          }
          &.beauty_treatment {
            &::after {
              content: "\e81a";
            }
          }
          &.victoza {
            &::after {
              content: "\e81b";
            }
          }
        }
        .submenu {
          margin: .8rem auto 0;
          padding: 0;
          display: table;
          li {
            margin: 0 0 .6rem;
            a {
              display: inline-block;
              font-weight: normal;
              font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
              text-decoration: none !important;
              text-indent: -1.2rem;
              padding-left: 1.2rem;
              &::before {
                content: "\e804";
                font-family: "fontello";
                margin-right: .4rem;
                color: $clr_09;
                font-size: 1rem;
                position: relative;
                top: -.2rem;
              }
            }
          }
        }
      }
    }
    //バナー
    .bnr {
      margin: 4.2rem 0 0;
      a {
        display: block;
        width: 80%;
        margin: 0 auto;
        box-shadow: 0 0 20px rgba(#000, .16);
        img {
          display: block;
          width: 100%;
          height: auto;
        }
      }
    }
  }
}
@include pc {
  .beauty_menu {
    padding: 6.7rem 0 7.8rem;
    &::before {
      height: 37.8rem;
    }
    .wrap {
      .tit_02 {
        margin: 0 0 3.2rem;
      }
      > ul {
        @include flex;
        @include SetPrefix(justify-content, space-between);
        @include SetPrefix(align-items, flex-start);
        > li {
          width: 23.8rem;
          ;
          padding: 0 0 0 2rem;
          margin: 0 0 2.2rem;
          > a {
            padding-top: 20rem;
            font-size: 2rem;
            &::before {
              margin-right: .4rem;
            }
            &::after {
              width: 18rem;
              height: 18rem;
              background: url("../img/index_beautyMenu_parts01.svg")no-repeat center / auto auto;
              font-size: 9rem;
              top: 1rem;
            }
            span {
              min-height: 6.7rem;
              @include flex;
              @include SetPrefix(justify-content, center);
              @include SetPrefix(align-items, center);
            }
            //アイコン設定
            &.face_skin {
              &::after {}
            }
            &.body {
              &::after {}
            }
            &.beauty_drip {
              &::after {}
            }
            &.beauty_treatment {
              &::after {}
            }
            &.victoza {
              &::after {}
            }
          }
          .submenu {
            margin: 3rem auto 0;
            li {
              margin: 0 0 1.9rem;
              a {
                font-size: 1.6rem;
                text-indent: -.6rem;
                &::before {
                  margin-right: .4rem;
                  font-size: 1rem;
                  top: -.2rem;
                  display: inline-block;
                }
                &:hover {
                  opacity: 1;
                  text-decoration: underline !important;
                }
                .size_s {
                  font-size: 1.2rem;
                }
              }
            }
          }
        }
      }
      //バナー
      .bnr {
        margin: 4.2rem 0 0;
        a {
          width: 57.5rem;
          img {}
        }
      }
    }
  }
}*/
/* 診療内容（TOP） -------------------------------------- */
.treatmemt_menu {
  padding: 4rem 0 3rem;
  background: #fff;
}
.treatmemt_menu .wrap {
  position: relative;
  z-index: 1;
}
.treatmemt_menu .wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: url("../img/index_gynecologyMenu_bg01.jpg")no-repeat right -30rem top / cover;*/
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.treatmemt_menu .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatmemt_menu .wrap ul li {
  margin: 0;
  width: 50%;
}
.treatmemt_menu .wrap ul li a {
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none !important;
  background: url("../img/index_gynecologyMenu_parts01.svg") no-repeat center/contain;
  min-height: 15rem;
  width: 100%;
  text-shadow: 0 0 1px #4060a1, 0 0 1px #4060a1, 0 0 1px #4060a1, 0 0 1px #4060a1, 0 0 1px #4060a1, 0 0 1px #4060a1;
}
.treatmemt_menu .wrap ul li a .eng_txt {
  display: block;
  font-family: "Great Vibes", cursive;
  text-align: center;
  text-shadow: none;
  color: #DAB176;
  font-size: 80%;
}
.treatmemt_menu .wrap ul li a::before {
  content: "";
  font-family: "fontello";
  font-size: 4.2rem;
  margin: 2.2rem auto 0.8rem;
}
.treatmemt_menu .wrap ul li a:hover {
  opacity: 1;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.treatmemt_menu .wrap ul li a.internal::before {
  content: "\e88e";
}
.treatmemt_menu .wrap ul li a.pill::before {
  content: "\e81c";
}
.treatmemt_menu .wrap ul li a.headache::before {
  content: "\e82a";
}
.treatmemt_menu .wrap ul li a.beauty_drip::before {
  content: "\e819";
}

@media screen and (min-width: 48em), print {
  .treatmemt_menu {
    padding: 0;
  }
  .treatmemt_menu .wrap {
    padding: 6rem 0 9.7rem;
  }
  .treatmemt_menu .wrap::before {
    /*background: url("../img/index_gynecologyMenu_bg01.jpg")no-repeat right 20rem top / auto auto;*/
    width: 2000px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .treatmemt_menu .wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .treatmemt_menu .wrap ul li {
    margin: 0 6.9rem 4rem 0;
    width: 24.8rem;
  }
  .treatmemt_menu .wrap ul li:nth-child(4n), .treatmemt_menu .wrap ul li:last-child {
    margin: 0 0 4rem;
  }
  .treatmemt_menu .wrap ul li a {
    font-size: 2.2rem;
    min-height: 24.8rem;
    width: 100%;
    background: url("../img/index_gynecologyMenu_parts01.svg") no-repeat center/auto auto;
  }
  .treatmemt_menu .wrap ul li a .eng_txt {
    margin: 0.4rem 0 0;
    font-size: 1.6rem;
  }
  .treatmemt_menu .wrap ul li a::before {
    font-size: 7.8rem;
    margin: 3.8rem auto 0.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: 1.4rem auto 0;
    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;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    width: 1200px;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 12rem;
    padding: 0;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  .cf .img_c.size_s {
    max-width: 40%;
    margin: 0 auto;
  }
}
/* アンカーリンク */
.lst_anc {
  margin: 1rem 0 4rem;
  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_anc li {
  width: 48%;
  margin: 0 0 0.8rem;
}
.lst_anc li a {
  border: 1px solid #315687;
  text-decoration: none !important;
  border-radius: 5px;
  padding: 0.6rem 0.8rem;
  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;
  color: #315687;
}
.lst_anc li a span {
  position: relative;
  padding-left: 1.6rem;
}
.lst_anc li a span::before {
  content: "\f103";
  font-family: "fontello";
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
}

@media screen and (min-width: 48em), print {
  .lst_anc {
    margin: 4rem 0 6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lst_anc li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  .lst_anc li a {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
  .lst_anc li a:hover {
    opacity: 1;
    color: #fff;
    background: #315687;
  }
}
/* 「詳細はこちら」のリンク */
.lst_link {
  margin: 2rem 0;
}
.lst_link li {
  width: 90%;
  margin: 0 auto 0.6rem;
}
.lst_link li a {
  display: block;
}
.lst_link li.tel_item {
  border: 1px solid #274a78;
  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;
  border-radius: 3px;
  padding: 0.6rem 4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.lst_link li.tel_item a:hover {
  opacity: 1;
  color: #482D33;
  background: none;
}

@media screen and (min-width: 48em), print {
  .lst_link {
    margin: 4rem 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lst_link.lst_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lst_link li {
    width: 31%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  .lst_link li a {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    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;
  }
  .lst_link li a:hover {
    opacity: 1;
    color: #fff;
    background: #315687;
  }
}
/* 画像を2つ並べる */
.lst_img2 {
  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;
}
.lst_img2 li {
  margin: 0 0 0.6rem;
  width: 48%;
}
.lst_img2 li figure {
  margin: 0;
  padding: 0;
}
.lst_img2 li figure figcaption {
  text-align: center;
  margin: 0;
  padding: 0.6rem;
}

@media screen and (min-width: 48em), print {
  .lst_img2 {
    width: 80%;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/* 画像を4つ並べる */
.lst_img4 {
  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;
}
.lst_img4 li {
  margin: 0 0 0.6rem;
  width: 48%;
}

@media screen and (min-width: 48em), print {
  .lst_img4 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lst_img4 li {
    margin: 0;
    width: 24%;
  }
}
/* ドクター紹介 */
.doctor .img_doctor {
  display: block;
  width: 80%;
  margin: 0 auto 0.8rem;
}
.doctor .copy_txt {
  margin: 0 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.doctor .copy_txt ~ .txt_c {
  margin: 0.6rem 0 4rem;
}
.doctor .copy_txt ~ .txt_c span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .doctor .img_doctor {
    width: 22%;
    margin: 0 auto 2rem;
  }
  .doctor .img_copy {
    width: 67%;
    margin: 0 auto;
  }
  .doctor .img_copy .img_l {
    max-width: 30%;
  }
  .doctor .img_copy .copy_txt {
    margin: 0 0 6rem;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .doctor .greeting_txt {
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
}
/* クリニック紹介 */
.low_feature {
  background: url("../img/index_feature_bg01.jpg") no-repeat center top/cover;
  padding: 2rem 0 2rem;
  margin-left: -1rem;
  width: 100vw;
}
.low_feature .tit_02 {
  color: #fff;
}
.low_feature ul li {
  margin: 0 0 2rem;
}
.low_feature ul li figure {
  position: relative;
  margin: 0 1rem;
}
.low_feature ul li figure .img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.low_feature ul li figure .img img {
  display: block;
  width: 100%;
  height: auto;
}
.low_feature ul li figure figcaption {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1.2rem 1.8rem;
  margin: -4rem auto 0;
  width: 94%;
}
.low_feature ul li figure figcaption .tit {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  color: #1c305c;
  font-weight: bold;
  text-align: center;
}
.low_feature .under_photo {
  margin: 4rem 0 0;
}
.low_feature .under_photo div {
  margin-bottom: 2rem;
}
.low_feature .note {
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 2rem 0 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
}
.low_feature .note::before, .low_feature .note::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  margin: 0.4rem 0 0.4rem;
}
.low_feature .note::before {
  background: url("../img/index_feature_line01.svg") no-repeat center/contain;
}
.low_feature .note::after {
  background: url("../img/index_feature_line02.svg") no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .low_feature {
    background: url("../img/index_feature_bg01.jpg") no-repeat center top/cover;
    padding: 6rem 0 6rem;
    margin-left: auto;
    width: 100%;
  }
  .low_feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .low_feature ul li {
    width: 27.7rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .low_feature ul li figure {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .low_feature ul li figure .img {
    margin: 0 auto;
  }
  .low_feature ul li figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.1rem 1.6rem 1.8rem 2.4rem;
    margin: -4rem auto 0;
    width: 24rem;
  }
  .low_feature ul li figure figcaption p {
    font-size: 1.6rem;
  }
  .low_feature ul li figure figcaption .tit {
    font-size: 2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 6rem;
    margin: 0 0 1rem;
    line-height: 1.6;
  }
  .low_feature .under_photo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4rem 100px 2rem;
  }
  .low_feature .under_photo div {
    margin: 0 2rem;
  }
  .low_feature .note {
    margin: 5.3rem 0 0;
    font-size: 2rem;
  }
  .low_feature .note::before, .low_feature .note::after {
    height: 2.2rem;
    margin: 2.2rem 0;
  }
}
#slider {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider {
    width: 75rem;
  }
}
#slider figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #thumbnail_slider {
    width: 75rem;
  }
}
#thumbnail_slider .slick-list .thumbnail-item img {
  cursor: -webkit-grab;
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#thumbnail_slider .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider .slick-prev::before, #thumbnail_slider .slick-next::before {
  color: #222;
}

#slider02 {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider02 {
    width: 75rem;
  }
}
#slider02 figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider02 figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider02 figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
  }
}

#thumbnail_slider02 {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #thumbnail_slider02 {
    width: 75rem;
  }
}
#thumbnail_slider02 .slick-list .thumbnail-item img {
  cursor: -webkit-grab;
  cursor: grab;
}
#thumbnail_slider02 .slick-list .thumbnail-item img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#thumbnail_slider02 .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider02 .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider02 .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider02 .slick-prev::before, #thumbnail_slider02 .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-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;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 受診される方へ */
.img_pay {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img_pay li {
  width: 33%;
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .img_pay li {
    width: 12.5%;
  }
}

.first .lst_link li {
  display: block;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .first .lst_link li a {
    display: inline-block;
  }
}

/* 診療時間・アクセス */
.access .lst_access {
  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;
  margin: 1rem auto 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.access .lst_access .tel_item {
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin: 0 0 0.8rem;
  background: #274a78;
  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;
}
.access .lst_access .tel_item > a, .access .lst_access .tel_item > span {
  padding: 0.8rem 0.2rem;
}
.access .lst_access .tel_item > a::before, .access .lst_access .tel_item > span::before {
  content: "tel.";
}
.access .lst_access .rsv_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access .lst_access .rsv_item li {
  width: 48%;
}
.access .lst_access .rsv_item li 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;
  padding: 0.8rem 0.2rem;
  color: #fff;
  border-radius: 3px;
  text-decoration: none !important;
}
.access .lst_access .rsv_item li.rsv_btn01 a {
  background: #DAB176;
}
.access .lst_access .rsv_item li.rsv_btn02 a {
  background: #D28F8F;
}
.access .link_item01 {
  width: 100%;
  margin: 0.8rem auto 2rem;
  text-align: center;
}
.access .link_item01 a {
  display: inline-block;
}
.access .route li {
  margin: 0 0 1.8rem;
}
.access .route li figure {
  margin: 0;
}
.access .route li figure figcaption {
  padding: 0.4rem 0;
}
.access .map {
  height: 100%;
  margin: 2rem 0;
}
.access .map iframe {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .access .lst_access {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .access .lst_access .tel_item {
    margin: 0 1.2rem 0 0;
    width: 26rem;
  }
  .access .lst_access .rsv_item {
    font-size: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .access .lst_access .rsv_item li {
    width: 12.5rem;
  }
  .access .lst_access .rsv_item li a {
    height: 100%;
  }
  .access .lst_access .rsv_item li.rsv_btn01 {
    margin-right: 1.2rem;
  }
  .access .link_item01 {
    margin: 1.4rem auto 3rem;
  }
  .access .tbl_time caption {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th[scope=row] {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th[scope=row].time div span {
    width: 40%;
  }
  .access .route {
    margin: 2rem auto 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: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .access .route li {
    width: 46%;
  }
  .access .route li figure {
    margin: 0;
  }
  .access .route li figure figcaption {
    padding: 1.2rem 0.4rem;
  }
  .access .map {
    height: 70rem;
  }
  .access .map iframe {
    height: 70rem !important;
  }
}
.txt_tit {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  color: #315687;
  margin: 0 0 2rem;
}
@media screen and (min-width: 48em), print {
  .txt_tit {
    margin: 2rem 0 4rem;
  }
}

.lst_check {
  padding: 1.2rem;
}
.lst_check li {
  font-weight: bold;
  margin: 0 0 1.6rem;
  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;
}
.lst_check li::before {
  content: "\e807";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #315687;
}
.lst_check li:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .lst_check.flex {
    padding: 2rem 4.5rem 0;
    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;
  }
  .lst_check.flex li {
    width: 50%;
    margin: 0 0 2rem;
  }
}

.chart_img {
  margin: 2rem 0 4rem;
}
@media screen and (min-width: 48em), print {
  .chart_img {
    margin: 4rem 0 6rem;
  }
  .chart_img img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}

.online_medical_care .mt_0 {
  margin: 1rem 0 0;
}
.online_medical_care .hoken, .online_medical_care .jihi {
  display: block;
  color: #fff;
  border-radius: 25px;
  padding: 0 0.6rem;
  text-align: center;
}
.online_medical_care .hoken ~ span, .online_medical_care .jihi ~ span {
  margin: 0.2rem 0 0;
}
.online_medical_care .hoken {
  background: #9d4252;
}
.online_medical_care .jihi {
  background: #dab176;
}
.online_medical_care .tit_02 {
  background: #fff5f5;
  color: #da858b;
  padding: 1rem 0;
}
.online_medical_care .tit_02::before {
  content: none !important;
}
.online_medical_care .tit_02 + section {
  background: #fff8f1;
  padding: 2rem 1rem 1rem;
  border-radius: 7px;
}
.online_medical_care .tit_02 + section ~ section {
  background: #fff8f1;
  padding: 2rem 1rem 1rem;
  border-radius: 7px;
}
.online_medical_care .tit_03_online {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  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;
}
.online_medical_care .tit_03_online span {
  padding: 0.4rem 1rem;
  background: #fdb1b6;
  color: #fff;
  margin-right: 0.8rem;
  border-radius: 7px;
  letter-spacing: 0.1rem;
}
.online_medical_care .btn {
  margin: -1rem auto 1rem;
  text-align: center;
}
.online_medical_care .frame_01 .btn {
  display: inline !important;
  margin: -1rem auto 0 -0.4rem;
}
.online_medical_care .lst_flow {
  margin: 3rem auto 1rem;
}
.online_medical_care .lst_flow li {
  margin: 0 0 2rem;
  border: 2px solid #ad6066;
}
.online_medical_care .lst_flow li figure {
  margin: 0;
}
.online_medical_care .lst_flow li figure figcaption {
  padding: 1rem 0.8rem 1rem;
  background: #f7dbd0;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .online_medical_care .hoken, .online_medical_care .jihi {
    display: inline-block;
    padding: 0.2rem 1.2rem;
    margin: 0 0.6rem;
  }
  .online_medical_care .hoken ~ span, .online_medical_care .jihi ~ span {
    margin: 0 0.6rem;
  }
  .online_medical_care .tit_02 + section {
    padding: 2rem 2rem;
  }
  .online_medical_care .tit_02 + section ~ section {
    padding: 2rem 2rem;
  }
  .online_medical_care .tit_03_online {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .online_medical_care .tit_03_online span {
    margin-right: 2rem;
  }
  .online_medical_care ul.frame_01 {
    display: inline-block;
    padding: 3rem;
  }
  .online_medical_care ul.frame_01 li ~ li {
    margin-top: 2rem;
  }
  .online_medical_care a.img {
    margin: 0 0 3rem;
    display: block;
    width: 40%;
  }
  .online_medical_care .btn {
    text-align: left;
  }
  .online_medical_care .lst_flow {
    margin: 6rem auto 2rem;
    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;
  }
  .online_medical_care .lst_flow li {
    width: 30%;
    margin-right: 6rem;
  }
  .online_medical_care .lst_flow li:nth-child(3n) {
    margin-right: 0;
  }
  .online_medical_care .lst_flow li figure img {
    width: 100%;
  }
  .online_medical_care .lst_flow li figure figcaption {
    padding: 2rem 2rem;
  }
}
.info_box {
  border: 2px solid #ff0000;
  margin: 0 auto 3rem;
  padding: 1rem 3rem;
  width: 100%;
}
.info_box p {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 100%;
}
.info_box p.ttl {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .info_box {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */