@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_blue {
  color: #1D87C4;
}

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

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption ul li {
  text-indent: -3rem;
  padding-left: 3rem;
}
.tbl_time caption .ex {
  padding: 0.2rem 0.2rem;
  border: 1px solid #C92155;
  color: #C92155;
  margin: 0 0.6rem 0 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #1D87C4;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #1D87C4;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #1D87C4;
  border-bottom: 1px solid #1D87C4;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
  }
  .tbl_time caption .ex {
    margin: 0 1rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.h1_area {
  padding: 2rem 1rem 2rem;
}

.tit_01 {
  min-height: 10rem;
  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;
  background: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #37464E;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  padding: 0 1rem;
  margin: 0;
}

.tit_02 {
  color: #1D87C4;
  font-size: 2rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  margin: 0 0 1.6rem;
  padding: 0 0 0.6rem;
  text-align: center;
  line-height: 1.2;
}
.tit_02 span {
  position: relative;
}
.tit_02 span::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 0.1rem;
  background: #1D87C4;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
}

body:not(.index) .tit_02 span {
  all: unset;
}
body:not(.index) .tit_02::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.1rem;
  margin: 0.6rem auto 0;
  background: #1D87C4;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: -webkit-gradient(linear, left top, right top, from(#1D87C4), to(#73BFDC));
  background: linear-gradient(to right, #1D87C4, #73BFDC);
  line-height: 1.2;
  padding: 0.6rem 1rem;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #333;
  font-size: 1.8rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0.6rem 0 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(6rem, #94CF1A), color-stop(6rem, #1D87C4));
  background: linear-gradient(to right, #94CF1A 6rem, #1D87C4 6rem);
}

.tit_05 {
  color: #333;
  font-size: 1.8rem;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.2;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  background: #1D87C4;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

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

@media screen and (min-width: 48em), print {
  .h1_area {
    padding: 0 0 5.7rem;
  }
  .tit_01 {
    width: 150rem;
    height: 31.5rem;
    background: url(../img/tit_01.jpg) no-repeat center/auto auto;
    font-size: 3.8rem;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
    padding: 0;
    margin: 0 auto 0;
  }
  .tit_01 span {
    width: 1180px;
    margin: 0 auto;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 0 4.4rem;
  }
  .tit_02 span::after {
    bottom: -2rem;
  }
  body:not(.index) .tit_02::after {
    margin: 2.1rem auto 0;
    width: 14.4rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    padding: 1.6rem 1.8rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    line-height: 1.5;
  }
  .tit_04::after {
    margin: 1.6rem 0 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.6rem, #94CF1A), color-stop(7.6rem, #1D87C4));
    background: linear-gradient(to right, #94CF1A 7.6rem, #1D87C4 7.6rem);
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding-left: 2rem;
  }
  .tit_05::before {
    width: 1.3rem;
    height: 0.48rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #FEBF55;
}
.lst_ul01 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

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

.lst_dl01 div {
  margin: 0 0 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_dl01 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;
  }
  .lst_dl01 div dt {
    width: 20rem;
  }
  .lst_dl01 div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンクボタン共通パーツ -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] > a, *[class*=btn_] > span {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0.4rem;
  border-radius: 50px;
  display: block;
  text-decoration: none !important;
}
*[class*=btn_] > a::before, *[class*=btn_] > span::before {
  content: "\e822";
  font-family: "fontello";
  margin-right: 0.8rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
    font-size: 2rem;
  }
}

/* ボタン -------------------------------------- */
.btn_01 a {
  border: 1px solid #1D87C4;
  color: #1D87C4;
  background: #fff;
}
.btn_01 a:hover {
  background: #1D87C4;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .btn_01 a {
    display: inline-block !important;
    padding: 1rem 4rem;
  }
}

.btn_02 a {
  color: #fff;
  background: #9DCB3B;
}
.btn_02 a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 48em), print {
  .btn_02 a {
    display: inline-block !important;
    padding: 1rem 4rem;
  }
}

.btn_tel > a, .btn_tel > .tel {
  background: -webkit-gradient(linear, right top, left top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to left, #73BFDC, #1D87C4);
  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-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}
.btn_tel > a::before, .btn_tel > .tel::before {
  content: "\e803";
  font-family: "fontello";
  color: #1D87C4;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  width: 3rem;
  height: 3rem;
  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: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 48em), print {
  .btn_tel > a::before, .btn_tel > .tel::before {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.6rem;
  }
}

.btn_rsv a {
  background: -webkit-gradient(linear, right top, left top, from(#94CF1A), to(#37BC82));
  background: linear-gradient(to left, #94CF1A, #37BC82);
  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-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}
.btn_rsv a::before {
  content: "\e815";
  font-family: "fontello";
  color: #34A140;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  width: 3rem;
  height: 3rem;
  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: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv a::before {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.6rem;
  }
}

.btn_blog a {
  background: -webkit-gradient(linear, right top, left top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to left, #73BFDC, #1D87C4);
  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-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}
.btn_blog a::before {
  content: "\e813";
  font-family: "fontello";
  color: #1D87C4;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  width: 3rem;
  height: 3rem;
  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: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 48em), print {
  .btn_blog {
    width: 29.7rem;
    margin: 0 auto;
  }
  .btn_blog a {
    letter-spacing: 0.2rem;
  }
  .btn_blog a::before {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.6rem;
  }
}

/* フローチャート -------------------------------------- */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* テーブル -------------------------------------- */
*[class*=tbl_]:not(.tbl_time) {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
*[class*=tbl_]:not(.tbl_time) thead tr th {
  background: #1D87C4;
  color: #fff;
}
*[class*=tbl_]:not(.tbl_time) thead tr th:not:last-child {
  border-right: 1px solid #fff;
}
*[class*=tbl_]:not(.tbl_time) tbody tr th {
  width: 30%;
  background: #EBF5FB;
  text-align: center;
  font-weight: normal;
}
*[class*=tbl_]:not(.tbl_time) tbody tr th:not:last-child {
  border-right: 1px solid #AAA;
}
*[class*=tbl_]:not(.tbl_time) tbody tr td {
  padding: 0.8rem;
  border-bottom: 1px solid #AAA;
}
*[class*=tbl_]:not(.tbl_time) tbody tr td:not:last-child {
  border-right: 1px solid #AAA;
}

.price_tb {
  border-collapse: collapse;
  width: 100%;
}
.price_tb tr th {
  width: 50%;
  text-align: left;
  text-align: center;
  background: #EEFCD0;
  font-weight: normal;
  border: 1px solid #AAAAAA;
}
.price_tb tr td {
  padding: 0.8rem;
  border: 1px solid #AAAAAA;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .price_tb .price_tb tr th {
    width: 40%;
    padding-left: 2rem;
  }
}

.tbl_access {
  margin: 4rem 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  border-bottom: 1px solid #fff;
  background: #1D87C4 !important;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem 0.2rem 0.8rem 0.8rem !important;
  border-bottom: 1px solid #1D87C4 !important;
}
.tbl_access tr td dl {
  margin: 0;
}
.tbl_access tr td dl div {
  margin: 0 0 1rem;
}
.tbl_access tr td dl div dt {
  font-weight: bold;
}
.tbl_access tr td dl div dd {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #37464E;
}

.overflow {
  overflow-x: hidden;
}

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: 1200px;
  }
  body .overflow > .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: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  background: #EBF5FB;
  position: relative;
  z-index: 2;
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
}
.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 .headR {
  display: none;
}
.header .wrap .headR > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 0;
}
.header .wrap .headR > ul .address_item {
  width: 100%;
  text-align: center;
  margin: 0 0 1.2rem;
}
.header .wrap .headR > ul .address_item::before {
  content: "\e814";
  font-family: "fontello";
  font-size: 2rem;
  margin-right: 0.4rem;
  color: #1D87C4;
}
.header .wrap .headR > ul .btn_tel {
  width: 48%;
}
.header .wrap .headR > ul .btn_rsv {
  width: 48%;
}

@media screen and (min-width: 48em), print {
  .header {
    z-index: 2;
  }
  .header::before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#73BFDC), to(#1D87C4));
    background: linear-gradient(to right, #73BFDC, #1D87C4);
    height: 100%;
    width: 1178px;
    position: absolute;
    bottom: 0;
    right: -820px;
    left: 0;
    z-index: -1;
    margin: auto;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 2.8rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .header .wrap .logo {
    width: 39.8rem;
    height: 8.3rem;
  }
  .header .wrap .headR {
    width: 76.8rem;
    display: block;
  }
  .header .wrap .headR > ul {
    margin: 0;
    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;
  }
  .header .wrap .headR > ul li.address_item {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    color: #fff;
  }
  .header .wrap .headR > ul li.address_item::before {
    color: #fff;
  }
  .header .wrap .headR > ul li.btn_tel {
    width: 23.7rem;
  }
  .header .wrap .headR > ul li.btn_rsv {
    width: 23.7rem;
    margin-left: 1.6rem;
  }
}
.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: 10;
}
.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;
  z-index: 31;
}
.sp_menu > li {
  margin: 0;
  width: 20%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp_menu > li:not(:last-child) > a {
  position: relative;
  width: 100%;
  background: #1D87C4;
  padding: 0.6rem 0;
  font-weight: 500;
}
.sp_menu > li:not(:last-child) > a::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 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: "\e816";
}
.sp_menu > li.i_tel a::before {
  content: "\e803";
}
.sp_menu > li.i_rsv a::before {
  content: "\e815";
}
.sp_menu > li.i_access a::before {
  content: "\e814";
}
.sp_menu > li.sp_nav {
  background: #1D87C4;
}
.sp_menu > li.sp_nav button {
  all: unset;
  width: 100%;
  height: 100%;
}
.sp_menu > li.sp_nav button::before {
  content: "\e802";
  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: "\e800";
}
.sp_menu > li.sp_nav button.close::after {
  content: "CLOSE";
}
.sp_menu > li.sp_nav .nav {
  background: #fff;
  height: 100vh;
  width: 100%;
  padding: 3rem 1.6rem 16rem 2rem;
  display: none;
  visibility: hidden;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 3.8rem;
  z-index: -1;
  text-align: left;
}
.sp_menu > li.sp_nav .nav .gnav li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .gnav li.treatment, .sp_menu > li.sp_nav .nav .gnav li.btn_rsv {
  display: none;
}
.sp_menu > li.sp_nav .nav .gnav li a {
  display: block;
  padding: 0.4rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .gnav li a span {
  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 {
  margin: 3rem 0 1rem;
  padding: 0.6rem 1rem 0.6rem;
  background: #1D87C4;
  color: #fff;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu .treNav li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu .treNav li a {
  display: block;
  padding: 0.4rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu .treNav li a .br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_menu {
    display: none;
  }
  .nav {
    display: block;
    width: 71.7rem;
    margin: 0 0 0 auto;
    padding: 2.5rem 0 2rem;
    position: relative;
    z-index: 1;
  }
  .nav.fixed {
    background: -webkit-gradient(linear, left top, right top, from(rgba(115, 191, 220, 0.9)), to(rgba(29, 135, 196, 0.9)));
    background: linear-gradient(to right, rgba(115, 191, 220, 0.9), rgba(29, 135, 196, 0.9));
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    margin: 0 auto;
    padding: 1.2rem 0 1.6rem;
  }
  .nav.fixed .gnav {
    width: 1180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav.fixed .gnav li.btn_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23.7rem;
  }
  .nav.fixed .gnav li.btn_rsv a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    padding: 0.8rem 0 0.8rem;
    width: 100%;
  }
  .nav.fixed .gnav .subnav {
    top: 5.8rem;
  }
  .nav .gnav {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .gnav li {
    width: auto;
    position: relative;
  }
  .nav .gnav li.treatment a::after {
    content: "\e820";
    font-family: "fontello";
    font-weight: normal;
    margin-left: 0.4rem;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
  }
  .nav .gnav li.treatment a.close::after {
    content: "\e821";
  }
  .nav .gnav li a {
    display: block;
    text-align: center;
    padding: 0.4rem 0 0.6rem;
    font-weight: normal;
    font-size: 1.6rem;
    color: #fff;
  }
  .nav .gnav li.btn_rsv {
    display: none;
  }
  .nav .gnav li .subnav {
    visibility: hidden;
    margin: auto;
    padding: 0;
    width: 48.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 4.7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    width: 33.3333333333%;
    border-right: 1px solid #00659F;
    border-top: 1px solid #00659F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .gnav li .subnav li::before {
    content: none;
  }
  .nav .gnav li .subnav li:nth-child(3n) {
    border-right: none;
  }
  .nav .gnav li .subnav li:nth-child(-n+3) {
    border-top: none;
  }
  .nav .gnav li .subnav 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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    width: 100%;
    min-height: 5.2rem;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 114, 180, 0.9);
  }
  .nav .gnav li .subnav li a:hover {
    background: #00659F;
    opacity: 1;
  }
  .nav .gnav li .subnav li a::after {
    content: none;
  }
  .nav .treNav {
    display: none;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #EBF5FB;
}
.overview > .wrap {
  padding: 1.2rem;
  margin: 0 1.4rem 2rem;
  background: #fff;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 1.4rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .address {
  text-align: center;
}
.overview > .wrap .overviewL .address::before {
  content: "\e814";
  font-family: "fontello";
  font-size: 2rem;
  margin-right: 0.4rem;
  color: #1D87C4;
}
.overview > .wrap .overviewL .btn_tel {
  margin: 0 0 1.4rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .tbl_gaiyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8rem;
}
.overview > .wrap .overviewR .tbl_gaiyo th {
  width: 27%;
  text-align: center;
  background: #1D87C4;
  color: #fff;
  padding: 0.4rem;
  font-weight: normal;
}
.overview > .wrap .overviewR .tbl_gaiyo td {
  padding: 0.4rem;
  border: none;
}
.overview > .wrap .overviewR .tbl_gaiyo td .dr_name {
  margin: 0 0 0.6rem;
  padding: 0 0.2rem;
  font-weight: bold;
  font-size: 120%;
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.overview > .wrap .overviewR .tbl_gaiyo td dl {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl dt {
  font-weight: bold;
  margin: 1rem 0 0.4rem;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl dt::before {
  content: "■";
  color: #94CF1A;
  margin-right: 0.4rem;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl dd {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewR .tbl_gaiyo td ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.overview > .wrap .overviewR .tbl_gaiyo td ul li::before {
  content: "■";
  font-family: "fontello";
  font-size: 1rem;
  color: #1D87C4;
  position: relative;
  bottom: 0.2rem;
  margin-right: 0.4rem;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 4.4rem 0 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    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;
    margin: 0 auto 4.5rem;
    padding: 3.7rem 1.2rem 3.2rem 4.3rem;
  }
  .overview > .wrap .overviewL {
    width: 51.6rem;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 auto 0.8rem;
    width: 100%;
  }
  .overview > .wrap .overviewL .clinic_name img {
    margin: 0 auto;
    max-width: 100%;
  }
  .overview > .wrap .overviewL .address {
    margin: 0 0 2.7rem;
  }
  .overview > .wrap .overviewL .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview > .wrap .overviewL .flex .btn_tel {
    margin: 0;
    width: 25rem;
  }
  .overview > .wrap .overviewL .flex .btn_rsv {
    width: 25rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 3.4rem 0;
  }
  .overview > .wrap .overviewR {
    width: 57rem;
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo th {
    width: 10rem;
    font-size: 1.6rem;
    padding: 0.4rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td {
    padding: 0.4rem 0 0.4rem 1.6rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td .dr_name {
    margin: 0 0 1.4rem;
    padding: 0 0 0 0.4rem;
    font-size: 2.2rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td dl {
    margin: 0;
    padding: 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td dl dt {
    margin: 0 0 1.2rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td ul li {
    margin: 0 0 1.2rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td ul li::before {
    font-size: 1rem;
    margin-right: 0.4rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td ul.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td ul.flex li {
    width: 50%;
  }
  .overview .gmap {
    height: 34rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: ceter;
      -ms-flex-pack: ceter;
          justify-content: ceter;
  -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;
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 0.4rem;
  background: #1D87C4;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
#pageup a::before {
  text-align: center;
  font-size: 1.8rem;
  font-family: "fontello";
  content: "3";
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 4rem;
    bottom: 10.6rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 2.4rem;
  }
}
.footer {
  text-align: left;
  padding: 2.4rem 0 1.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1D87C4), to(#73BFDC));
  background: linear-gradient(to right, #1D87C4, #73BFDC);
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    text-align: center;
    padding: 4.3rem 0 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 0;
  }
  .footer ul ~ ul {
    margin: 1.6rem auto 0;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a .treatment {
    display: none;
  }
  .footer ul li a .br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 0;
    margin: 4.5rem auto 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.kv_area {
  padding: 1rem 1rem;
  background: #EBF5FB;
  position: relative;
  z-index: 1;
}
.kv_area::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 36%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to right, #73BFDC, #1D87C4);
}
.kv_area #keyvsl {
  margin: 0;
  max-width: 100%;
  height: 20rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
.kv_area #keyvsl .wrap {
  height: 100%;
  position: relative;
}
.kv_area #keyvsl .wrap .kv_txt {
  font-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  text-shadow: 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66), 0 0 8px rgba(55, 70, 78, 0.66);
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  left: 0.4rem;
  bottom: 0.8rem;
}
.kv_area #keyvsl .wrap .kaiin_txt {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.kv_area #keyvsl .wrap .kaiin_txt > p {
  position: relative;
  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-family: "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(115, 191, 220, 0.9)), to(rgba(29, 135, 196, 0.9)));
  background: linear-gradient(to right, rgba(115, 191, 220, 0.9), rgba(29, 135, 196, 0.9));
  padding: 1rem;
  margin: 0;
  font-size: 1.4rem;
}
.kv_area #keyvsl .wrap .kaiin_txt > p::before {
  content: "";
  display: block;
  width: 96%;
  height: 90%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kv_area #keyvsl .wrap .kaiin_txt .size_s {
  font-size: 80%;
}
.kv_area #keyvsl .wrap .kaiin_txt .size_l {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .kv_area {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .kv_area::before {
    width: 1178px;
    right: -820px;
    left: 0;
    margin: auto;
  }
  .kv_area #keyvsl {
    margin: 0 auto 0;
    width: 1500px;
    height: 59rem;
    padding: 0;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  .kv_area #keyvsl .wrap .kv_txt {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.6rem;
    bottom: 4rem;
  }
  .kv_area #keyvsl .wrap .kaiin_txt {
    top: auto;
    bottom: 1.6rem;
  }
  .kv_area #keyvsl .wrap .kaiin_txt > p {
    font-size: 2.2rem;
    width: 16.4rem;
    height: 16.4rem;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    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;
  }
  .kv_area #keyvsl .wrap .kaiin_txt > p::before {
    border-radius: 50%;
    width: 15.4rem;
    height: 15.4rem;
  }
  .kv_area #keyvsl .wrap .kaiin_txt .size_s {
    font-size: 1.6rem;
  }
  .kv_area #keyvsl .wrap .kaiin_txt .size_l {
    font-size: 3rem;
  }
}
/* ドクターキューブ -------------------------------------- */
.dr_cube {
  padding: 2rem 1rem 2rem;
  background: #EBF5FB;
  position: relative;
  z-index: 1;
}
.dr_cube::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 36%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to right, #73BFDC, #1D87C4);
}
.dr_cube .bg {
  background: #fff;
  width: 100%;
  height: 10rem;
}
.dr_cube .bg iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .dr_cube {
    padding: 8rem 0 6rem;
  }
  .dr_cube::before {
    width: 1178px;
    right: -820px;
    left: 0;
    margin: auto;
  }
  .dr_cube .tit_02 {
    color: #fff;
    text-shadow: 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4;
  }
  .dr_cube .tit_02 span::after {
    background: #fff;
  }
  .dr_cube .bg {
    height: 20rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 1.2rem 3rem;
  background: #EBF5FB;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 36%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to right, #73BFDC, #1D87C4);
}
.info .wrap {
  padding: 1.2rem;
  background: #fff;
}
.info .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  max-height: 30rem;
  overflow-y: scroll;
}
.info .wrap dl .line {
  border-bottom: 1px solid #DDD;
  margin: 0 0 0.4rem;
}
.info .wrap dl .line dt {
  margin: 0 0 0.4rem;
  padding-left: 2rem;
  font-weight: bold;
  color: #37464E;
  cursor: pointer;
  display: table;
  position: relative;
}
.info .wrap dl .line dt::before {
  content: "\e819";
  font-family: "fontello";
  font-weight: normal;
  color: #1D87C4;
  position: absolute;
  top: 0;
  left: 0;
}
.info .wrap dl .line dt.close::before {
  content: "\e818";
}
.info .wrap dl .line dt:hover {
  opacity: 0.8;
}
.info .wrap dl .line dt .date {
  font-size: 80%;
  font-weight: normal;
  margin-left: 0.4rem;
}
.info .wrap dl .line dd {
  padding: 0;
  margin: 0 0 0.4rem;
  display: none;
}
.info .wrap dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 4rem 0;
  }
  .info::before {
    width: 1178px;
    right: -820px;
    left: 0;
    height: 20rem;
    margin: auto;
  }
  .info .wrap {
    padding: 3.8rem 2rem 3rem 7.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;
  }
  .info .wrap.mt20 {
    display: block;
    margin-top: 4rem;
    padding: 1rem;
  }
  .info .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: unset;
    margin-left: 7.8rem;
    height: 38.5rem;
  }
  .info .wrap dl .line {
    margin: 0 0 2rem;
  }
  .info .wrap dl .line dt {
    margin: 0 0 2rem;
    padding-left: 3.4rem;
    font-size: 2rem;
  }
  .info .wrap dl .line dt::before {
    top: 0;
    left: 0;
  }
  .info .wrap dl .line dt .date {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
  .info .wrap dl .line dd {
    padding: 0;
    margin: 0 0 3rem;
    display: none;
  }
  .info .wrap dl .line dd p {
    margin: 0;
  }
}
/* 糖尿病・甲状腺 かさい内科クリニック診療理念 -------------------------------------- */
.philosophy {
  padding: 2rem 0 2rem;
  background: url("../img/index_philosophy_parts01.jpg") no-repeat bottom -2rem center/34rem auto;
}
.philosophy .tit_02 {
  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;
}
.philosophy .tit_02::before, .philosophy .tit_02::after {
  content: "～";
  display: block;
  width: 4rem;
  height: 2rem;
}
.philosophy .tit {
  font-weight: bold;
  padding: 0.8rem 0;
  text-align: center;
  color: #37464E;
  position: relative;
}
.philosophy .tit::before, .philosophy .tit::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
}
.philosophy .tit::before {
  top: 0;
  left: 0;
  border-left: 3px solid #1D87C4;
  border-top: 3px solid #1D87C4;
}
.philosophy .tit::after {
  bottom: 0;
  right: 0;
  border-right: 3px solid #94CF1A;
  border-bottom: 3px solid #94CF1A;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    padding: 4.6rem 0 7rem;
    background: url("../img/index_philosophy_parts01.jpg") no-repeat bottom -4rem center/auto auto;
    text-align: center;
  }
  .philosophy .tit_02 {
    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;
  }
  .philosophy .tit_02::before, .philosophy .tit_02::after {
    content: "～";
    display: block;
    width: 4rem;
    height: auto;
  }
  .philosophy .tit {
    display: inline-block !important;
    padding: 2rem 2.6rem;
    font-size: 3.2rem;
  }
  .philosophy .tit::before, .philosophy .tit::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
  }
  .philosophy .tit::before {
    border-left: 6px solid #1D87C4;
    border-top: 6px solid #1D87C4;
  }
  .philosophy .tit::after {
    border-right: 6px solid #94CF1A;
    border-bottom: 6px solid #94CF1A;
  }
  .philosophy p:not(.tit) {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/* 当院の特徴 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
  background: url("../img/index_feature_bg01.jpg") no-repeat top center/100rem auto;
}
.feature .tit_02 {
  color: #fff;
  text-shadow: 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4;
}
.feature .tit_02 span::after {
  background: #fff;
}
.feature ul {
  padding: 0 1rem;
  margin: 2.6rem auto 0;
  counter-reset: feature_num;
}
.feature ul li {
  counter-increment: feature_num 1;
  margin: 0 0 2rem;
  -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.feature ul li::after {
  content: counter(feature_num, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(29, 135, 196, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.feature ul li figure {
  margin: 0;
  padding: 0;
}
.feature ul li figure img {
  display: block;
  margin: 0 auto 0.8rem;
}
.feature ul li figure p {
  text-align: center;
  color: #1A76AB;
  line-height: 1.4;
  font-weight: bold;
  font-size: 110%;
  position: relative;
}
.feature ul li figure p::after {
  content: "";
  display: block;
  margin: 0.4rem auto 0.4rem;
  width: 4rem;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1D87C4), color-stop(50%, #94CF1A));
  background: linear-gradient(to right, #1D87C4 50%, #94CF1A 50%);
}
.feature ul li figure figcaption {
  padding: 0 1.4rem 2rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 5rem 0 9.2rem;
    background: url("../img/index_feature_bg01.jpg") no-repeat top center/auto auto;
  }
  .feature .tit_02 {
    color: #fff;
    text-shadow: 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 4px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4, 0 0 8px #1D87C4;
  }
  .feature .tit_02 span::after {
    background: #fff;
  }
  .feature ul {
    padding: 0;
    margin: 2.6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .feature ul li {
    width: 29rem;
    margin: 0 0 2rem;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature ul li::after {
    width: 5rem;
    height: 5rem;
    font-size: 2.8rem;
  }
  .feature ul li figure {
    margin: 0;
    padding: 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 img {
    margin: 0 auto 0.8rem;
  }
  .feature ul li figure p {
    margin: 0 0 2.2rem;
    line-height: 1.3;
    font-size: 2rem;
    min-height: 12rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .feature ul li figure p::after {
    margin: 1rem auto 0;
    width: 5rem;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .feature ul li figure figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 2.2rem 1.4rem;
  }
}
/* 診療案内 -------------------------------------- */
.treatmentMenu {
  background: #EBF5FB;
  padding: 2rem 0 2rem;
}
.treatmentMenu 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;
}
.treatmentMenu ul li {
  margin: 0 0 0.8rem;
  width: 49%;
}
.treatmentMenu ul 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;
  height: 100%;
  padding: 0.4rem 0.2rem 0.4rem 3rem;
  text-align: center;
  background: #1D87C4;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.treatmentMenu ul li a::before {
  content: "";
  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;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  width: 2.8rem;
  height: calc(100% - 0.4rem);
  background: #1E7AAF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0.2rem;
}
.treatmentMenu ul li a.dm::before {
  content: "\e801";
}
.treatmentMenu ul li a.injection::before {
  content: "\e805";
}
.treatmentMenu ul li a.htn::before {
  content: "\e809";
}
.treatmentMenu ul li a.hl::before {
  content: "\e81c";
}
.treatmentMenu ul li a.hua::before {
  content: "\e80b";
}
.treatmentMenu ul li a.thyroid::before {
  content: "\e80c";
}
.treatmentMenu ul li a.internal::before {
  content: "\e80d";
}
.treatmentMenu ul li a.loh::before {
  content: "\e80e";
}
.treatmentMenu ul li a.kampo::before {
  content: "\e80f";
}
.treatmentMenu ul li a.examination::before {
  content: "\e811";
}
.treatmentMenu ul li a.vaccination::before {
  content: "\e812";
}

@media screen and (min-width: 48em), print {
  .treatmentMenu {
    padding: 4rem 0 5rem;
  }
  .treatmentMenu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .treatmentMenu ul li {
    margin: 0 2rem 2rem 0;
    width: 28rem;
  }
  .treatmentMenu ul li:nth-child(4n), .treatmentMenu ul li:last-child {
    margin: 0 0 2rem;
  }
  .treatmentMenu ul li a {
    padding: 0.4rem 0.2rem 0.4rem 3rem;
    font-size: 1.8rem;
    min-height: 7rem;
  }
  .treatmentMenu ul li a::before {
    font-size: 4rem;
    width: 6rem;
    height: calc(100% - 1rem);
    left: 0.5rem;
  }
  .treatmentMenu ul li a .br::before {
    content: "\a";
    white-space: pre;
  }
}
/* 最新の診療コラム -------------------------------------- */
.column {
  padding: 2rem 1rem 2rem;
}
.column ul li a {
  display: block;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  margin: 0 0 2rem;
  text-decoration: none !important;
}
.column ul li a .tit {
  color: #1D87C4;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 0.2rem;
}
.column ul li a div {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.column ul li a div::after {
  content: "≫続きを読む";
  color: #1D87C4;
  margin-left: 0.4rem;
}
.column ul li a div p {
  margin: 0;
  display: inline-block !important;
}

@media screen and (min-width: 48em), print {
  .column {
    padding: 4.8rem 0 4.9rem;
  }
  .column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 4.9rem;
  }
  .column ul li {
    width: 28.4rem;
    margin: 0 1.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column ul li:nth-child(4n) {
    margin: 0;
  }
  .column ul li a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 1.6rem 1.3rem;
  }
  .column ul li a .tit {
    font-size: 1.8rem;
  }
  .column ul li a div {
    font-size: 1.6rem;
  }
  .column .btn_blog {
    max-width: 29.7rem;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
  }
  body:not(.index) .breadcrumb_list li {
    display: inline-block;
    font-size: 1.6rem;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "\e822";
    color: #0D7BBB;
    font-family: "fontello";
    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) .overflow > .wrap {
    width: 1000px;
  }
}
body:not(.index) .header::before {
  height: 72%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header::before {
    height: 100%;
  }
}
body:not(.index) .main {
  margin: 3rem 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    letter-spacing: 0.1rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* 下層アンカーリンク設定 */
.anc_link {
  padding: 1rem 2rem 0.6rem;
  margin: 0 auto 4rem;
  color: #3A6F8F;
  background: #EBF5FB;
}
.anc_link li {
  margin: 0 0 0.4rem;
}
.anc_link li a {
  border-bottom: 1px solid #3A6F8F;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.anc_link li a::before {
  content: "\f103";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.anc_link li a:hover {
  color: #8A1E74;
  border-bottom: 1px solid #8A1E74;
}
@media screen and (min-width: 48em), print {
  .anc_link {
    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: 6rem auto 6rem;
    padding: 2.8rem 4.5rem 1.2rem;
  }
  .anc_link li {
    width: 48%;
    margin: 0 0 1.6rem;
  }
  .anc_link li a {
    font-size: 1.6rem;
  }
}

.top_box {
  margin: 0 0 2rem;
}
.top_box > img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 80%;
}
.top_box ul {
  padding: 1.4rem 1.2rem 1.4rem 1rem;
  background: #ECF8D3;
}
.top_box ul li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  margin-bottom: 1em;
}
.top_box ul li::before {
  content: "\e807";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #8DCB0D;
  position: relative;
}
.top_box ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .top_box {
    margin: 0 0 4rem;
    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;
  }
  .top_box > img {
    margin: 0 0 0 4rem;
    max-width: 37%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_box ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.3rem 2rem 3.3rem 2.5rem;
  }
  .top_box ul li {
    text-indent: -2.8rem;
    padding-left: 3rem;
    margin-bottom: 1em;
  }
  .top_box ul li::before {
    margin-right: 1.2rem;
  }
}
/* ドクター紹介 */
@media screen and (min-width: 48em), print {
  .doctor .main .cf .img_r {
    max-width: 26%;
  }
}
.doctor .main .dr_name {
  text-align: right;
}
.doctor .main .dr_name span {
  font-size: 120%;
  margin-left: 0.8rem;
}
.doctor .main .lst_doctor {
  margin: 0;
  padding: 0;
}
.doctor .main .lst_doctor dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.doctor .main .lst_doctor dd {
  margin: 0 0 2rem;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid #1D87C4;
}

/* クリニック紹介 */
.clinic_gallery li {
  margin: 0 0 2rem;
  text-align: center;
}
.clinic_gallery li a {
  margin: 0;
  padding: 0;
}
.clinic_gallery li a img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .clinic_gallery {
    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;
  }
  .clinic_gallery li {
    width: 48%;
  }
  .clinic_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time tbody tr th.time {
    padding: 1.2rem 0;
  }
  .access .main .flex {
    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;
    margin: 0 0 4rem;
  }
  .access .main .flex img {
    max-width: 50%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .access .main .flex .tbl_access {
    width: 48%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .access .main .gmap {
    height: 50rem;
  }
}
/* 男性更年期障害 *//*# sourceMappingURL=style.css.map */