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

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

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    padding: 1.2rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] .sp_n {
    display: inline-block;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 20%;
  }
  .tbl_time tr th.time {
    text-align: left;
    font-size: 1.8rem;
    padding: 2.2rem 0;
  }
  .tbl_time tr:nth-child(3) th {
    padding: 1rem 0;
  }
  .tbl_time tr td {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.png) no-repeat center top/140%;
  height: 23rem;
  margin: 1rem 0rem 2rem;
  max-width: 100%;
  padding: 9.6rem 2.4rem 0;
  color: #1d2088;
  font-size: 2.4rem;
}

.tit_02 {
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem 0;
  line-height: 1.2;
  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;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: block;
  min-width: 4rem;
  height: 3rem;
}
.tit_02::before {
  background: url("../img/tit_02_parts03.svg") no-repeat center/contain;
  margin: 0 0.6rem 0 0;
}
.tit_02::after {
  background: url("../img/tit_02_parts04.svg") no-repeat center/contain;
  margin: 0 0 0 0.6rem;
}

.tit_03 {
  color: #0055a2;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_03::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  margin: 0.2rem 0 0;
  background: linear-gradient(to bottom, #0055a2 3px, #7ecef4 2px);
}

.tit_04 {
  color: #f277a2;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #f277a2;
}

.tit_05 {
  color: #1d2088;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_05::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(to right, #1d2088 2px, transparent 2px, transparent 4px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.png) no-repeat center top/auto auto;
    width: 1110px;
    font-size: 4.4rem;
    padding: 25rem 4rem 0 10rem;
    margin: 2rem auto -10rem;
    height: 56rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tit_02::before, .tit_02::after {
    content: "";
    display: block;
    min-width: 17rem;
    height: 7rem;
  }
  .tit_02::before {
    background: url("../img/tit_02_parts01.svg") no-repeat center/auto auto;
    margin: 0 2rem 0 0;
  }
  .tit_02::after {
    background: url("../img/tit_02_parts02.svg") no-repeat center/contain;
    margin: 0 0 0 2rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .tit_03::after {
    height: 9px;
    margin: 0.4rem 0 0;
    background: linear-gradient(to bottom, #0055a2 5px, #7ecef4 4px);
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
  .tit_04::after {
    height: 4px;
    margin: 0.3rem 0 0;
  }
  .tit_05 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .tit_05::after {
    margin: 0.3rem 0 0;
    background: linear-gradient(to right, #1d2088 4px, transparent 4px, transparent 8px);
    background-size: 8px 4px;
  }
}
/* リスト回り -------------------------------------- */
.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: #fd97b4;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex_3 {
    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_3 li {
    width: 33%;
  }
}

.lst_ul02 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  margin: 0 0 0 0.8rem;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lst_ul02 li {
    margin: 0 0 0 2rem;
  }
}
.lst_ul02 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #fd97b4;
}
.lst_ul02 li.none::before {
  content: none;
}

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

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

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 15%;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 5rem;
  }
}
/* フレックス回り -------------------------------------- */
.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%;
  }
}
/* リンク -------------------------------------- */
.btn_01 {
  display: block;
}
.btn_01 a {
  background: #f277a2;
  border: 2px solid #fbd9e5;
  color: #fff;
  text-align: center;
  padding: 1rem;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none !important;
}

.btn_rsv {
  text-align: center;
}
.btn_rsv a {
  color: #fff;
  background: #f277a2;
  padding: 0.6rem 2.2rem;
  border: 2px solid #f5aac4;
  -webkit-box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
          box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    text-align: left;
  }
  .btn_rsv a {
    padding: 0.6rem 4rem;
    font-size: 2.2rem;
  }
}

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

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #47a7fe;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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: 1120px;
  }
  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: 1110px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    margin: -1rem 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: url("../img/header_bg01.svg") no-repeat top center/contain;
  position: relative;
  z-index: 1;
}
.header .wrap {
  margin: 0;
  padding: 1.4rem 1rem 0;
}
.header .wrap .logo {
  height: 4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  position: relative;
  margin: 2.8rem 0 0;
}
.header .wrap .headR .flex {
  margin: 1.4rem 0 0;
}
.header .wrap .headR .flex .sp_n {
  display: none !important;
}
.header .wrap .headR .flex .rsv {
  color: #fff;
  background: #f277a2;
  padding: 1rem;
  border: 2px solid #f5aac4;
  -webkit-box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
          box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: center;
  width: 40%;
}
.header .wrap .headR .flex .rsv.-line {
  background: #06c755;
  border: 2px solid rgb(6.7463414634, 223.7536585366, 95.5731707317);
}
.header .wrap .headR .flex .head_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.header .wrap .headR .flex .head_btn p {
  width: 50%;
}
.header .wrap .headR .flex .head_btn p a {
  width: 100%;
  display: inline-block;
}
.header .wrap .headR .flex .tel_item {
  width: 100%;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f277a2;
  text-align: center;
}
.header .wrap .headR .flex .tel_item::before {
  content: "\e808";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.header .wrap .headR .flex .tel_item a {
  display: inline-block;
}
.header .wrap .headR .flex .address {
  padding: 0.4rem 0;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0;
    background: url("../img/header_bg01.svg") no-repeat top center/2000px auto;
  }
  .header .wrap {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .logo {
    width: 40%;
    height: 8rem;
  }
  .header .wrap .headR {
    position: static;
    margin: 0;
    width: 55rem;
  }
  .header .wrap .headR .flex {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
  .header .wrap .headR .flex .sp_n {
    display: block !important;
  }
  .header .wrap .headR .flex .pc_n {
    display: none !important;
  }
  .header .wrap .headR .flex .rsv {
    width: 10rem;
    border-radius: 10px;
    font-size: 2rem;
    margin-right: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR .flex > div {
    width: 70%;
  }
  .header .wrap .headR .flex > div .tel_item {
    width: 100%;
    position: static;
    font-size: 2.8rem;
  }
  .header .wrap .headR .flex > div .address {
    margin: 0;
    font-size: 2rem;
  }
  .header .wrap .headR .flex > div .address span {
    display: block;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 2.8rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #094882;
  background: #dff4ff;
  text-shadow: none;
  border-radius: 5px;
  border: 2px solid #4095d6;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  -webkit-box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
          box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\f008";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
  margin: 0.2rem 0 0;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
  margin: 0.2rem 0 0;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  border: 2px solid #4095d6;
  border-radius: 5px;
  background: #dff4ff;
  padding: 0;
  -webkit-box-shadow: 0px 8px 7px -6px rgba(34, 34, 34, 0.8);
          box-shadow: 0px 8px 7px -6px rgba(34, 34, 34, 0.8);
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #4095d6;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #094882;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after {
  position: absolute;
  right: 1rem;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "\e80b";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e801";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  margin: 0 1.4rem 1.4rem;
  background: #fff;
  border: 2px solid #4095d6;
  border-radius: 5px;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    background: url("../img/gnav_parts01.svg") no-repeat center/2000px auto;
    padding: 22rem 0 4rem;
    position: relative;
    z-index: 1;
  }
  #nav .gnav {
    width: 1110px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
    left: 0;
    top: 8.5rem;
  }
  #nav .gnav > li {
    width: 20%;
    border-right: 1px dotted #0055a2;
  }
  #nav .gnav > li:first-child {
    border-left: 1px dotted #0055a2;
  }
  #nav .gnav > li.treatment {
    position: relative;
  }
  #nav .gnav > li > a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #0055a2;
  }
  #nav .gnav > li > a::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0.4rem auto 0;
  }
  #nav .gnav > li > a.home::after {
    background: url("../img/gnav_01.svg") no-repeat center/contain;
  }
  #nav .gnav > li > a.doctor::after {
    background: url("../img/gnav_02.svg") no-repeat center/contain;
  }
  #nav .gnav > li > a.sub::after {
    background: url("../img/gnav_03.svg") no-repeat center/contain;
  }
  #nav .gnav > li > a.clinic::after {
    background: url("../img/gnav_04.svg") no-repeat center/contain;
  }
  #nav .gnav > li > a.visitor::after {
    background: url("../img/gnav_05.svg") no-repeat center/contain;
  }
  #nav .gnav > li > a.access::after {
    background: url("../img/gnav_06.svg") no-repeat center/contain;
  }
  #nav .gnav > li .subnav {
    width: 23rem;
    display: none;
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: #0055a2 3px solid;
    border-radius: 3px;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #0055a2;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.6rem 0;
    text-align: center;
    color: #0055a2;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li a:hover {
    background: #6aadf3;
    color: #fff;
    opacity: 1;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #c7e8fa;
  position: relative;
}
.overview::before {
  content: "";
  background: url("../img/overview_parts01.svg") no-repeat center/cover;
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  left: 0;
  top: -2rem;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview .tit {
  display: block;
  width: 100%;
  font-size: 110%;
  text-align: left;
  color: #0055a2;
  padding: 0.8rem 0 0;
  margin: 0;
  font-weight: normal;
}
.overview .tbl_time {
  padding: 0 0 0;
}
.overview > .wrap {
  padding: 0 1rem 3rem;
}
.overview > .wrap .tbl_gaiyo {
  margin: 0;
}
.overview > .wrap .tbl_gaiyo dt {
  display: block;
  width: 100%;
  font-size: 110%;
  text-align: left;
  color: #0055a2;
  padding: 0.8rem 0 0;
  font-weight: normal;
}
.overview > .wrap .tbl_gaiyo dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #444;
}
.overview > .wrap .tbl_gaiyo dd .tel {
  color: #f277a2;
  font-weight: bold;
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_gaiyo dt:first-child {
  border-top: 1px solid #444;
}
.overview .overviewR {
  margin: 0;
}

.gmap {
  text-align: right;
  height: 30rem;
}
.gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 7rem 0 0;
    font-size: 1.8rem;
  }
  .overview::before {
    background: url("../img/overview_parts01.svg") no-repeat center/auto auto;
    height: 17rem;
    top: -6rem;
    z-index: -1;
  }
  .overview .clinic_name {
    margin: 0 0 2rem;
  }
  .overview .clinic_name img {
    width: 42rem;
  }
  .overview > .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2.4rem 0 10rem;
  }
  .overview > .wrap .flex .tbl_gaiyo {
    margin: 0;
    border-top: 1px solid #222;
    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;
  }
  .overview > .wrap .flex .tbl_gaiyo dt {
    width: 25%;
    border-top: none;
    border-bottom: 1px solid #444;
    padding: 1.4rem 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;
  }
  .overview > .wrap .flex .tbl_gaiyo dt:first-child {
    border-top: none;
  }
  .overview > .wrap .flex .tbl_gaiyo dd {
    width: 75%;
    padding: 1.4rem 0;
  }
  .overview > .wrap .flex .overviewL, .overview > .wrap .flex .overviewR {
    width: 48%;
  }
  .overview > .wrap .flex .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo th {
    padding: 4rem 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo td .tel {
    font-size: 160%;
  }
  .overview > .wrap .flex .overviewR {
    padding: 0 0;
  }
  .overview .gmap {
    height: 50rem;
  }
  .overview .gmap iframe {
    height: 100%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 8.2rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #eea443;
  border-radius: 50%;
  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;
}
#pageup a::before {
  text-align: center;
  padding: 0 0 0.2rem;
  font-size: 2.6rem;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  line-height: 1;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 3rem;
  }
}
.tel_rsv {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: grid;
  grid-template-rows: 1fr auto;
}
.tel_rsv div a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.5em;
}
.tel_rsv .rsv a {
  background: #f277a2;
  border: 2px solid #f5aac4;
  color: #fff;
}
.tel_rsv .line {
  background: #06c755;
  border: 2px solid rgb(6.7463414634, 223.7536585366, 95.5731707317);
  color: #fff;
}
.tel_rsv .tel {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  grid-column: 1/3;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.tel_rsv .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;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #f277a2;
}
.tel_rsv .tel a::before {
  content: "\e808";
  font-family: "fontello";
  margin-right: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none !important;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_rsv .tel {
    display: none;
  }
  .tel_rsv .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
  }
  .tel_rsv .pageup a::before {
    font-size: 5rem;
  }
}
.footer {
  text-align: center;
  padding: 1.2rem 0 4.6rem;
  background: #47a7fe;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 7rem 0 3rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .footer ul ~ ul {
    margin: 0 auto 10rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 1rem 0rem 2rem;
  max-width: 100%;
  padding: 9.6rem 0 0;
  min-height: 24rem;
  background: url(../img/index_keyvsl01.png) no-repeat top center/140%;
}
#keyvsl .wrap .txt {
  display: inline-block !important;
  background: #0f89f9;
  color: #fff;
  text-align: center;
  padding: 1.8rem;
  margin: 6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#keyvsl .wrap .txt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img/index_keyvsl_parts01.svg") no-repeat center/contain;
  opacity: 0.15;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 2rem auto -10rem;
    height: 70rem;
    background: url(../img/index_keyvsl01.png) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    height: 100%;
  }
  #keyvsl .wrap .txt {
    font-size: 2.8rem;
    width: 28rem;
    height: 28rem;
    top: 12rem;
    left: -2rem;
    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;
  }
  #keyvsl .wrap .txt::after {
    width: 90%;
    height: 90%;
  }
}
/* 新型コロナウイルス感染対策 -------------------------------------- */
.covid_bnr {
  padding: 2rem 1rem 2rem;
  background: #addef8;
}
.covid_bnr > div {
  display: block;
  background: url("../img/index_covid_bnr.png") no-repeat right 2rem bottom 0.4rem/35%, #fff;
  border: 2px solid #06c7fe;
  border-radius: 10px;
  padding: 1rem 0 3.4rem;
  text-decoration: none !important;
}
.covid_bnr > div p {
  color: #0055a2;
  padding: 0 0.8rem;
}
.covid_bnr > div p.tit {
  width: 80%;
  background: #06c7fe;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.4rem 0.6rem;
  margin: 0 auto 0 0;
}
.covid_bnr.-line_bnr > div {
  background: #fff;
  padding-right: 1em;
  padding-bottom: 0.5em;
  border: 4px solid #06c755;
}
.covid_bnr.-line_bnr > div .tit {
  background: #06c755;
}
.covid_bnr.-line_bnr .text img {
  width: 50%;
  display: block;
  margin: auto;
}
.covid_bnr.-info_line_bnr {
  padding-top: initial;
  padding-left: initial;
  padding-bottom: 2rem;
}
.covid_bnr.-info_line_bnr > div {
  width: 100%;
  max-width: 745px;
  margin: initial;
  border: 2px solid #f277a2;
  padding: 1.5rem;
}
.covid_bnr.-info_line_bnr > div .tit {
  width: 100%;
  color: #d93025;
  background: none;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  padding-left: initial;
}
@media screen and (min-width: 48em), print {
  .covid_bnr.-info_line_bnr > div .tit {
    font-size: 2.2rem;
  }
}
.covid_bnr.-info_line_bnr > div .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.covid_bnr.-info_line_bnr > div .text p {
  margin: initial;
  font-size: 1.6rem;
  color: initial;
}
.covid_bnr.-info_line_bnr > div .text img {
  width: 80%;
}

@media screen and (min-width: 48em), print {
  .covid_bnr {
    padding: 2rem 1rem 10rem;
  }
  .covid_bnr > div {
    width: 1110px;
    margin: 0 auto;
    padding: 5rem 0 4.6rem;
    background: url("../img/index_covid_bnr.png") no-repeat right 2rem center/auto auto, #fff;
  }
  .covid_bnr > div p {
    font-size: 2.2rem;
    padding: 0;
    margin: 0.6rem 2.6rem;
  }
  .covid_bnr > div p.tit {
    width: 52%;
    font-size: 4rem;
    padding: 0 0 0 2.6rem;
  }
  .covid_bnr.-line_bnr > div {
    background: #fff;
    padding-right: 1em;
    padding-bottom: 0.5em;
  }
  .covid_bnr.-line_bnr .text {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .covid_bnr.-line_bnr .text p {
    margin-bottom: 2em;
  }
  .covid_bnr.-line_bnr .text img {
    width: 100%;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 4rem;
  background: #addef8;
}
.info .tit_02 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.info .tit_02::before {
  content: none;
}
.info .tit_02::after {
  display: block;
  margin: 0 auto;
  height: 3rem;
  width: 6rem;
  background: url("../img/tit_02_parts05.svg") no-repeat center/contain;
}
.info dl {
  background: #fff;
  border-radius: 10px;
  margin: 0;
  line-height: 1.4;
  padding: 1rem;
  height: 100%;
}
.info dl dt {
  margin-bottom: 0.4rem;
  font-weight: normal;
  color: #d93025;
  font-size: 110%;
}
.info dl dt .new {
  position: relative;
  top: -0.25em;
  margin: 0 0.5em 0 0;
  padding: 0.45em 0.5em 0.3em;
  display: inline-block;
  background: #d93025;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  -webkit-animation: flash 1.5s linear infinite;
          animation: flash 1.5s linear infinite;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info dl dd {
  padding: 0.2rem 0 1rem;
  margin: 0;
}
.info dl dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 0;
    padding: 6rem 0 4rem;
  }
  .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 {
    width: 17rem;
    font-size: 4rem;
    margin: 0 3rem 0 0;
    padding: 0;
  }
  .info .wrap .tit_02::after {
    width: 17rem;
    height: 7rem;
    margin: 2rem auto 0;
  }
  .info .wrap dl {
    width: 82%;
    padding: 2.5rem 3.5rem;
  }
  .info .wrap dl dt {
    font-size: 2.2rem;
    margin: 2rem 0 0.4rem;
  }
  .info .wrap dl dt::before {
    margin: 0;
  }
  .info .wrap dl dt:first-child {
    margin: 0 0 0.4rem;
  }
  .info .wrap dl dd {
    font-size: 1.8rem;
  }
}
/* 当院について -------------------------------------- */
.about {
  padding: 4rem 0 4rem;
}
.about img {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-radius: 15px;
}
.about p {
  border-radius: 20px;
  background: #fd97b4;
  border: 2px solid #fecddb;
  margin: -2rem auto 0;
  padding: 3rem 1.2rem 1.2rem;
  color: #fff;
  text-align: justify;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 10rem 0 25rem;
  }
  .about div {
    position: relative;
  }
  .about div img {
    margin: 0 auto 0 0;
    width: 63.5rem;
  }
  .about div p {
    width: 63rem;
    height: 45rem;
    border: none;
    background: url("../img/index_about_bg01.png") no-repeat center/auto auto;
    padding: 4.6rem 3.3rem 3.5rem 12rem;
    line-height: 1.8;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    top: 10rem;
  }
  .about div p::after {
    content: "";
    background: url("../img/index_about_02.svg") no-repeat center/contain;
    width: 18.5rem;
    height: 13rem;
    position: absolute;
    left: -32%;
    bottom: 0;
  }
}
/* 診療内容 -------------------------------------- */
.tre {
  padding: 4rem 0 4rem;
  background: #fefacd;
}
.tre 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;
}
.tre ul li {
  width: 48%;
  margin: 0 0 1rem;
}
.tre ul li a {
  display: block;
  border: 3px solid #fff;
  border-radius: 7px;
  text-decoration: none !important;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem;
  -webkit-box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
          box-shadow: 4px 6px 5px -6px rgba(34, 34, 34, 0.8);
}
.tre ul li a::before {
  font-family: "fontello";
  font-size: 2rem;
  margin-right: 0.4rem;
  display: inline-block;
}
.tre ul li a.internal::before {
  content: "\e810";
}
.tre ul li a.surgery::before {
  content: "\e834";
}
.tre ul li a.pediatrics::before {
  content: "\e845";
}
.tre ul li a.lifestyle::before {
  content: "\e809";
}
.tre ul li a.prevention::before {
  content: "\e812";
}
.tre ul li a.checkup::before {
  content: "\e81b";
}
.tre ul li a.nutrition::before {
  content: "\e844";
}
.tre ul li:nth-child(4n-3) a {
  background: #f277a2;
}
.tre ul li:nth-child(4n-2) a {
  background: #fd9d2d;
}
.tre ul li:nth-child(4n-1) a {
  background: #28b633;
}
.tre ul li:nth-child(4n) a {
  background: #0183f2;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 9rem 0 9rem;
  }
  .tre ul {
    margin: 3rem 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tre ul li {
    width: 23%;
    margin: 0 2.9rem 3rem 0;
  }
  .tre ul li:nth-child(4n) {
    margin: 0 0 3rem;
  }
  .tre 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: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.2rem;
    padding: 1rem 1.6rem;
  }
  .tre ul li a::before {
    font-size: 6.4rem;
    margin-right: 1.6rem;
    line-height: 1;
  }
}
/* 特長 -------------------------------------- */
.feature {
  padding: 4rem 0 4rem;
}
.feature ul li {
  margin: 0 0 1.4rem;
}
.feature ul li p {
  margin: 0 0 0.4rem;
  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;
}
.feature ul li p.lead {
  position: relative;
  height: 8rem;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 4px rgb(0, 0, 0);
}
.feature ul li p.lead::before {
  content: "";
  width: 40%;
  height: 8rem;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.feature ul li.item_01 .lead::before {
  border: 3px solid #28b633;
  background: url("../img/index_feature_01.jpg") no-repeat center bottom/cover;
}
.feature ul li.item_02 .lead::before {
  border: 3px solid #f277a2;
  background: url("../img/index_feature_02.jpg") no-repeat center center/cover;
}
.feature ul li.item_03 .lead::before {
  border: 3px solid #0183f2;
  background: url("../img/index_feature_03.jpg") no-repeat center center/cover;
}
.feature ul li.item_04 .lead::before {
  border: 3px solid #fd9d2d;
  background: url("../img/index_feature_04.jpg") no-repeat center center/cover;
}
.feature ul li.item_05 .lead::before {
  border: 3px solid #b15ed1;
  background: url("../img/index_feature_05.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 10rem;
  }
  .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature ul li {
    width: 31%;
    height: 33rem;
    margin: 0 3.6rem 15rem 0;
  }
  .feature ul li:nth-child(3n) {
    margin: 0 0 15rem 0;
  }
  .feature ul li p {
    margin: 14rem auto 0.4rem;
    font-size: 2rem;
    width: 83%;
  }
  .feature ul li p.lead {
    font-size: 2.6rem;
    text-align: center;
    width: 100%;
  }
  .feature ul li p.lead::before {
    width: 33rem;
    height: 33rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .feature ul li.item_01 .lead::before {
    border: 5px solid #28b633;
    background: url("../img/index_feature_01.jpg") no-repeat center bottom/120%;
  }
  .feature ul li.item_02 .lead::before {
    border: 5px solid #f277a2;
    background: url("../img/index_feature_02.jpg") no-repeat center center/160%;
  }
  .feature ul li.item_03 .lead::before {
    border: 5px solid #0183f2;
    background: url("../img/index_feature_03.jpg") no-repeat center center/cover;
  }
  .feature ul li.item_04 .lead::before {
    border: 5px solid #fd9d2d;
    background: url("../img/index_feature_04.jpg") no-repeat center center/160%;
  }
  .feature ul li.item_05 .lead::before {
    border: 5px solid #b15ed1;
    background: url("../img/index_feature_05.jpg") no-repeat center center/cover;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print {
  body:not(.index) header::after {
    content: "";
    display: block;
    width: 100%;
    height: 15rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#b5dafc), to(#fff));
    background: linear-gradient(to bottom, #b5dafc, #fff);
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main > div {
    margin-top: 4rem;
  }
}
body:not(.index) > .wrap {
  padding: 0;
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    margin: 4rem auto 10rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
@media screen and (min-width: 48em), print {
  .doctor .cf .img_r {
    width: 23%;
  }
  .doctor .lst_ul01 {
    width: 50%;
    margin: 0 auto;
  }
}
/* クリニック紹介 */
#clinicslide {
  margin-bottom: 8rem;
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.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%;
  }
}
/* ご来院の方へ */
.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 #77a1ec;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

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

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
/* 栄養相談 */
.nutrition .main dl {
  margin: 0 0 2rem;
}
.nutrition .main dl dt {
  font-weight: bold;
  padding: 0.4rem 0.8rem;
  margin: 0 0 1.4rem;
  background: #f2f2f2;
  border-radius: 5px;
}
.nutrition .main dl dd {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .nutrition .main dl dt {
    padding: 0.8rem 1.2rem;
    font-size: 110%;
  }
  .nutrition .main dl dd {
    margin: 0 0 2rem;
  }
}
/* 予診票 -------------------------------------- */
.yoshin_bnr 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;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-decoration: none !important;
}
.yoshin_bnr a ~ a {
  margin: 1rem auto 0;
}
.yoshin_bnr a::before {
  content: "\e8fc";
  margin-right: 0.4rem;
  font-family: "fontello";
  display: inline-block;
  font-size: 3rem;
}
.yoshin_bnr a.bnr_inful {
  border: 2px solid #f277a2;
  color: #f277a2;
}
.yoshin_bnr a.bnr_otafuku {
  border: 2px solid #eea443;
  color: #eea443;
}
@media screen and (min-width: 48em), print {
  .yoshin_bnr .flex {
    width: 1110px;
    margin: 0 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: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .yoshin_bnr .flex a {
    width: 48%;
    padding: 2rem;
    font-size: 3rem;
  }
  .yoshin_bnr .flex a ~ a {
    margin: 0;
  }
  .yoshin_bnr .flex a::before {
    font-size: 5.8rem;
    line-height: 1;
    margin-right: 0.8rem;
  }
  .yoshin_bnr .flex a.bnr_inful {
    border: 4px solid #f277a2;
  }
  .yoshin_bnr .flex a.bnr_otafuku {
    border: 4px solid #eea443;
  }
}/*# sourceMappingURL=style.css.map */