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

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.4rem 2rem 2.4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #F2F4FB;
}
*[class*=frame_].frame_02 {
  background: #FEF7F9;
}

/* 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;
  padding: 0.8rem 0 1.2rem;
}
.tbl_time caption p {
  margin: 0;
}
.tbl_time caption .ex {
  padding: 0.2rem 0.2rem;
  margin: 0 0.6rem 0 0;
  background: #F0F0F0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #5C84A7;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  padding: 0.4rem 0;
  border-bottom: 1px solid #5C84A7;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.4rem 0;
  color: #1C5484;
  background: #fff;
  border-bottom: 1px solid #5C84A7;
  line-height: 1;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/cover;
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #333;
  height: 8rem;
  padding: 0 0.2rem;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #1D87C4;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin: 0 0 1.6rem;
  padding: 0 0 0.6rem;
  text-align: center;
  line-height: 1.2;
}
.tit_02 span {
  display: block;
  margin: 0.2rem auto 0;
  color: #333;
  font-size: 1.2rem;
}

body:not(.index) .tit_02 {
  color: #1C5484;
}
body:not(.index) .tit_02::after {
  content: "";
  width: 4rem;
  height: 0.2rem;
  margin: 0.8rem auto 0;
  text-align: center;
  display: block;
  background: #1C5484;
}
body:not(.index) .tit_02 span {
  unset: all;
}

.tit_03 {
  color: #fff;
  background: #1C5484;
  border-radius: 10px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
  margin: 0 0 1.4rem;
  padding: 0.6rem 0.6rem 0.6rem 1.4rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1.7rem;
}

.tit_04 {
  color: #009E96;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.8rem 1.8rem;
  border-bottom: 1px solid #009E96;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 2rem;
  background: url("../img/tit_04.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.tit_05 {
  color: #1C5484;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.8rem 1.8rem;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 2rem;
  background: url("../img/tit_05.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.tit_06 {
  color: #1C5484;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0 1.2rem;
  position: relative;
}
.tit_06::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.2rem;
  background: #1C5484;
  position: absolute;
  left: 0;
  top: 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center/auto auto;
    font-size: 3.6rem;
    height: 20rem;
    padding: 0 1rem;
    margin: 0 0 1rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 4.4rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
    margin: 0.6rem auto 0;
  }
  body:not(.index) .tit_02::after {
    width: 6rem;
    margin: 2.4rem auto 0;
  }
  .tit_03 {
    font-size: 3rem;
    padding: 1.2rem 3.6rem;
    margin: 0 0 2rem;
  }
  .tit_03::before {
    width: 1.2rem;
    height: 0.4rem;
    top: 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 2rem;
    padding: 0 0 1.3rem 3.6rem;
  }
  .tit_04::before {
    width: 1.8rem;
    height: 3.2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 0.8rem 3.6rem;
  }
  .tit_05::before {
    width: 2.8rem;
    height: 2.6rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    padding: 0 0 0.8rem 2.2rem;
  }
  .tit_06::before {
    width: 1rem;
    height: 0.4rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -2.1rem;
  }
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #6DC7C3;
}
.lst_ul01 li.none::before {
  content: none;
}
.lst_ul01 li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .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;
  color: #6DC7C3;
  font-weight: bold;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: auto;
    margin: 0 1.6rem 0 0;
  }
  .lst_dl01 div dd {
    flex: 1;
  }
}
.lst_dl02 dt {
  background: #E7EDF2;
  padding: 1rem 1.2rem 0.8rem;
  font-weight: bold;
}
.lst_dl02 dd {
  padding: 1rem;
  margin: 0 0 2rem;
  background: #F2F4FB;
}

@media screen and (min-width: 48em), print {
  .lst_dl02 dt {
    padding: 2rem 2rem;
  }
  .lst_dl02 dd {
    padding: 2rem;
  }
  .lst_dl02 dd > .lst_ul01 li {
    text-indent: -2.1rem;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.txt_link {
  color: #4088D0;
}
.txt_link::before {
  content: "2";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}

/* ボタン -------------------------------------- */
.main *[class*=btn_] {
  margin: 1rem 0;
}
.main *[class*=btn_] > a {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 100px;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .main *[class*=btn_] > a {
    min-width: 30rem;
    padding: 1rem 4rem;
    display: inline-block;
  }
}
.main *[class*=btn_] > a::after {
  content: "\e817";
  font-family: "fontello";
  font-size: 1rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main *[class*=btn_] > a:hover::after {
  color: #fff;
}
.main *[class*=btn_].btn_01 a {
  color: #4088D0;
  border: 1px solid #4088D0;
}
.main *[class*=btn_].btn_01 a::after {
  color: #4088D0;
}
.main *[class*=btn_].btn_01 a:hover {
  color: #fff;
  background: #4088D0;
}
.main *[class*=btn_].btn_01 a:hover::after {
  color: #fff;
}
.main *[class*=btn_].btn_02 a {
  color: #FC709E;
  border: 1px solid #FECADB;
}
.main *[class*=btn_].btn_02 a::after {
  color: #FC709E;
}
.main *[class*=btn_].btn_02 a:hover {
  color: #fff;
  background: #FECADB;
}
.main *[class*=btn_].btn_02 a:hover::after {
  color: #fff;
}

/* フローチャート -------------------------------------- */
.lst_flow {
  counter-reset: flow_num;
}
.lst_flow dt {
  counter-increment: flow_num 1;
  background: #E7EDF2;
  padding: 1rem 1.2rem 0.8rem;
  font-weight: bold;
  border-radius: 7px;
}
.lst_flow dt::before {
  content: counter(flow_num) ".";
  margin-right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .lst_flow dt {
    padding: 1.6rem 3rem;
  }
  .lst_flow dt::before {
    margin-right: 0.8rem;
  }
}
.lst_flow dd {
  margin: 0 0 6rem;
  padding: 1rem;
  position: relative;
}
.lst_flow dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .lst_flow dd {
    padding: 2.2rem 1rem;
    margin: 0 0 10rem;
  }
}
.lst_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 #e5eaf9;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 thead tr th {
  background: #5C84A7;
  padding: 0.8rem 1.2rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid #CCC;
}
@media screen and (min-width: 48em), print {
  .tbl_01 thead tr th {
    padding: 1.8rem 2rem;
  }
}
.tbl_01 tbody tr th {
  width: 30%;
  background: #E7EDF2;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ccc;
}
.tbl_01 tbody tr th.bg {
  background: #F2F4FB;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr th {
    padding: 1.8rem 2rem;
  }
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr td {
    padding: 1.8rem 2rem;
  }
}

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

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

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

.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: 1220px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .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: #fff;
  position: relative;
}
.header::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 36%;
  height: 54%;
  background: -webkit-gradient(linear, left top, right top, from(#73BFDC), to(#1D87C4));
  background: linear-gradient(to right, #73BFDC, #1D87C4);
}
.header .wrap {
  padding: 1rem 1rem 0;
}
.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 .tel_item {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 0;
    padding: 2rem 0 2.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  .header .wrap .logo {
    width: 57rem;
    height: 7.2rem;
  }
  .header .wrap .headR {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR .tel_item {
    text-align: right;
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .header .wrap .headR .tel_item li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR .tel_item li ~ li {
    margin: 0.6rem 0 0;
  }
  .header .wrap .headR .tel_item li .txt {
    font-size: 2.4rem;
    margin-right: 1rem;
    padding: 0.4rem 1.5rem;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .headR .tel_item li.gairai_tel {
    color: #4088D0;
  }
  .header .wrap .headR .tel_item li.gairai_tel .txt {
    border: 2px solid #4088D0;
  }
  .header .wrap .headR .tel_item li.kenshin_tel {
    color: #FC709E;
  }
  .header .wrap .headR .tel_item li.kenshin_tel .txt {
    border: 2px solid #FC709E;
  }
}
.pc_menu {
  display: none;
}
.pc_menu .nav {
  display: none;
}

.sp_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sp_menu > li:not(:last-child) > a {
  position: relative;
  width: 100%;
  background: #1C5484;
  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: "\e805";
}
.sp_menu > li.i_tel a {
  background: #4088D0;
}
.sp_menu > li.i_tel a::before {
  content: "\e801";
}
.sp_menu > li.i_rsv a {
  background: #FC709E;
}
.sp_menu > li.i_rsv a::before {
  content: "\e801";
}
.sp_menu > li.i_access a::before {
  content: "\e80e";
}
.sp_menu > li.sp_nav {
  background: #1C5484;
}
.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: "\e806";
}
.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 20rem 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 {
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
  padding: 0.6rem 1rem 0.6rem;
  background: #1C5484;
  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;
}
.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;
  }
  .pc_menu {
    display: block;
  }
  .pc_menu .nav {
    display: block;
  }
  .nav {
    display: block;
    background: #1C5484;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 2.5rem 0 2rem;
    position: relative;
    z-index: 10;
  }
  .nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    margin: 0 auto;
  }
  .nav.fixed .gnav {
    width: 1200px;
  }
  .nav.fixed .gnav li.btn_rsv {
    display: flex;
    width: 23.7rem;
  }
  .nav.fixed .gnav li.btn_rsv a {
    display: flex;
    font-size: 2rem;
    padding: 0.8rem 0 0.8rem;
    width: 100%;
  }
  .nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav .gnav li {
    width: auto;
    position: relative;
  }
  .nav .gnav li a {
    display: block;
    text-align: center;
    padding: 0.4rem 0 0.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  .nav .gnav li a::before {
    content: "";
    font-family: "fontello";
    font-weight: normal;
    font-size: 3.4rem;
    display: block;
    margin-bottom: 0.4rem;
  }
  .nav .gnav li a.home::before {
    content: "\e805";
  }
  .nav .gnav li a.doctor::before {
    content: "\e80a";
  }
  .nav .gnav li a.clinic::before {
    content: "\e80b";
  }
  .nav .gnav li a.sub::before {
    content: "\e80c";
  }
  .nav .gnav li a.first::before {
    content: "\e80d";
  }
  .nav .gnav li a.access::before {
    content: "\e80e";
  }
  .nav .gnav li.btn_rsv {
    display: none;
  }
  .nav .gnav li .subnav {
    visibility: hidden;
    margin: auto;
    padding: 0;
    width: 48.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 9.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    width: 50%;
    border-right: 1px solid #1C5484;
    border-top: 1px solid #1C5484;
    display: -webkit-flex;
    display: flex;
  }
  .nav .gnav li .subnav li::before {
    content: none;
  }
  .nav .gnav li .subnav li:nth-child(2n) {
    border-right: none;
  }
  .nav .gnav li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  .nav .gnav li .subnav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-grow: 1;
    padding: 0;
    width: 100%;
    min-height: 5.2rem;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: rgba(88, 146, 195, 0.9);
  }
  .nav .gnav li .subnav li a:hover {
    background: #1C5484;
    opacity: 1;
  }
  .nav .gnav li .subnav li a::after {
    content: none;
  }
  .nav .gnav li .subnav li a br {
    display: none;
  }
  .nav .treNav {
    display: none;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #F2F4FB;
}
.overview > .wrap {
  padding: 0;
  margin: 0 1.4rem 2rem;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .overview_tel {
  margin: 0 0 1.4rem;
  text-align: center;
  font-weight: bold;
}
.overview > .wrap .overviewL .overview_tel li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.overview > .wrap .overviewL .overview_tel li ~ li {
  margin: 0.4rem 0 0;
}
.overview > .wrap .overviewL .overview_tel li .txt {
  font-size: 1.2rem;
  padding: 0 0.6rem;
  margin-right: 0.4rem;
  background: #fff;
  border-radius: 4px;
}
.overview > .wrap .overviewL .overview_tel li .tel {
  font-size: 1.4rem;
}
.overview > .wrap .overviewL .overview_tel li.gairai_tel {
  color: #4088D0;
}
.overview > .wrap .overviewL .overview_tel li.gairai_tel .txt {
  border: 2px solid #4088D0;
}
.overview > .wrap .overviewL .overview_tel li.kenshin_tel {
  color: #FC709E;
}
.overview > .wrap .overviewL .overview_tel li.kenshin_tel .txt {
  border: 2px solid #FC709E;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 0.8rem 0 0;
}
.overview > .wrap .overviewR {
  margin: 0;
}
.overview > .wrap .overviewR .tbl_gaiyo {
  width: 100%;
  display: block;
}
.overview > .wrap .overviewR .tbl_gaiyo th {
  display: block;
  text-align: left;
  font-weight: bold;
  padding: 0.4rem 0 0;
  border-top: 1px solid #1C5484;
}
.overview > .wrap .overviewR .tbl_gaiyo td {
  display: block;
  padding: 0 0 0.4rem;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 4rem 0 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
  .overview > .wrap .clinic_name {
    margin: 0 auto 3.9rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    margin: 0 auto;
    max-width: 60rem;
  }
  .overview > .wrap .overviewL {
    width: 51.6rem;
  }
  .overview > .wrap .overviewL .overview_tel {
    margin: 0 0 3rem;
    text-align: left;
  }
  .overview > .wrap .overviewL .overview_tel li {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .overview > .wrap .overviewL .overview_tel li ~ li {
    margin: 0.6rem 0 0;
  }
  .overview > .wrap .overviewL .overview_tel li .txt {
    font-size: 2.4rem;
    padding: 0.2rem 1.2rem;
    margin-right: 1rem;
  }
  .overview > .wrap .overviewL .overview_tel li .tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 2rem 0;
  }
  .overview > .wrap .overviewR {
    width: 57rem;
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo th {
    width: 9.7rem;
    font-size: 1.8rem;
    padding: 2rem 0;
    display: table-cell;
    text-align: center;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td {
    font-size: 1.8rem;
    padding: 2rem 1.7rem;
    border-top: 1px solid #1C5484;
    display: table-cell;
  }
  .overview .gmap {
    height: 40rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.4rem;
  color: #1C5484;
  border-radius: 50%;
  text-align: center;
  padding: 0.4rem;
  background: #5C84A7;
}
#pageup a::before {
  text-align: center;
  font-size: 1.8rem;
  font-family: "fontello";
  content: "\e818";
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 4rem;
    bottom: 4rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 2.4rem;
  }
}
.footer {
  text-align: left;
  padding: 0;
}
.footer ul {
  display: none;
}
.footer .copy {
  background: #1C5484;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  color: #fff;
  padding: 2.6rem 1rem 2.6rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    text-align: center;
    padding: 3rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 0;
  }
  .footer ul ~ ul {
    margin: 0.8rem 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.cf::before, .footer ul li a.cf::after {
    content: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 2.6rem 0 2.8rem;
    margin: 3rem auto 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* CSSアニメーション -------------------------------------- */
.feature .fade {
  opacity: 0;
}
.feature .fade.fade_on {
  -webkit-animation: fade_feature forwards 1.4s ease 0s 1 normal;
          animation: fade_feature forwards 1.4s ease 0s 1 normal;
}
@media screen and (min-width: 48em), print {
  .feature .fade {
    opacity: 0;
  }
  .feature .fade.fade_on.fade_01 {
    -webkit-animation: fade_feature forwards 1.6s ease 0s 1 normal;
            animation: fade_feature forwards 1.6s ease 0s 1 normal;
  }
  .feature .fade.fade_on.fade_02 {
    -webkit-animation: fade_feature forwards 1.6s ease 0.3s 1 normal;
            animation: fade_feature forwards 1.6s ease 0.3s 1 normal;
  }
  .feature .fade.fade_on.fade_03 {
    -webkit-animation: fade_feature forwards 1.6s ease 0.5s 1 normal;
            animation: fade_feature forwards 1.6s ease 0.5s 1 normal;
  }
  .feature .fade.fade_on.fade_04 {
    -webkit-animation: fade_feature forwards 1.6s ease 0.7s 1 normal;
            animation: fade_feature forwards 1.6s ease 0.7s 1 normal;
  }
}
@-webkit-keyframes fade_feature {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.4rem);
            transform: translateY(1.4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_feature {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.4rem);
            transform: translateY(1.4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.treatmentMenu .fade {
  opacity: 0;
}
.treatmentMenu .fade.fade_on {
  -webkit-animation: fade_treatmentMenu forwards 1.4s ease 0s 1 normal;
          animation: fade_treatmentMenu forwards 1.4s ease 0s 1 normal;
}

@media screen and (min-width: 48em), print {
  .treatmentMenu .fade {
    opacity: 0;
  }
  .treatmentMenu .fade.fade_on {
    -webkit-animation: fade_treatmentMenu forwards 1.6s ease 0s 1 normal;
            animation: fade_treatmentMenu forwards 1.6s ease 0s 1 normal;
  }
  .treatmentMenu .fade.fade_on:nth-child(n+5) {
    -webkit-animation: fade_treatmentMenu forwards 1.6s ease 0.2s 1 normal;
            animation: fade_treatmentMenu forwards 1.6s ease 0.2s 1 normal;
  }
  .treatmentMenu .fade.fade_on:nth-child(n+9) {
    -webkit-animation: fade_treatmentMenu forwards 1.6s ease 0.4s 1 normal;
            animation: fade_treatmentMenu forwards 1.6s ease 0.4s 1 normal;
  }
}
@-webkit-keyframes fade_treatmentMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_treatmentMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* キービジュアル -------------------------------------- */
.kv_area {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.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 {
  color: #333;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  margin: 0;
  position: absolute;
  left: 0.8rem;
  bottom: 1.2rem;
}
.kv_area #keyvsl .wrap .kaiin_txt {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
}
.kv_area #keyvsl .wrap .kaiin_txt > p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background: #1C5484;
  border: 3px solid #5C84A7;
  padding: 0.4rem 1rem;
  margin: 0;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.kv_area #keyvsl .wrap .kaiin_txt .size_l {
  font-size: 120%;
}
.kv_area #keyvsl .wrap .catch_txt {
  width: 88%;
  margin: auto;
  position: absolute;
  right: 1rem;
  left: 1rem;
  bottom: -7.6rem;
}
.kv_area #keyvsl .wrap .catch_txt > p {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #009E96;
  border: 3px solid #6DC7C3;
  padding: 1.2rem 1rem 1rem;
  margin: 0;
  font-size: 1.4rem;
}
.kv_area #keyvsl .wrap .catch_txt > p::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 1;
  background: url("../img/index_keyvsl_parts01.svg") no-repeat center/contain;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

@media screen and (min-width: 48em), print {
  .kv_area {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .kv_area #keyvsl {
    margin: 0 auto 0;
    padding: 0;
    max-width: 100%;
    height: 70rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  .kv_area #keyvsl .wrap .kv_txt {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    bottom: 5.7rem;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #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 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 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  .kv_area #keyvsl .wrap .kaiin_txt {
    top: auto;
    bottom: 2rem;
    right: 31rem;
  }
  .kv_area #keyvsl .wrap .kaiin_txt > p {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0 0 1.4rem;
    width: 16.4rem;
    height: 16.4rem;
    border-radius: 50%;
    border: 6px solid #5C84A7;
    display: flex !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .kv_area #keyvsl .wrap .kaiin_txt .size_l {
    font-size: 3rem;
  }
  .kv_area #keyvsl .wrap .catch_txt {
    bottom: 2rem;
    right: 0;
    left: auto;
    width: 30rem;
    height: 31rem;
  }
  .kv_area #keyvsl .wrap .catch_txt > p {
    height: 100%;
    width: 100%;
    padding: 0 4.6rem;
    font-size: 2.4rem;
    line-height: 1.6;
    border-radius: 50%;
    border: 6px solid #6DC7C3;
    display: flex !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .kv_area #keyvsl .wrap .catch_txt > p::before {
    width: 10rem;
    height: 10rem;
    top: -1rem;
    right: 2.1rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 9rem 1.2rem 3rem;
  background: #F2F4FB;
  position: relative;
  z-index: 1;
}
.info .wrap dl {
  margin: 0 0 0.4rem;
  line-height: 1.4;
  padding: 0.2rem 0.8rem;
  max-height: 20rem;
  overflow-y: scroll;
}
.info .wrap dl .line {
  border-bottom: 1px solid #ccc;
  margin: 0 0 0.6rem;
  padding: 0 0 0.2rem;
}
.info .wrap dl .line dt {
  margin: 0 0 0.4rem;
  padding-left: 2rem;
  font-weight: bold;
  color: #1C5484;
  cursor: pointer;
  display: table;
  position: relative;
}
.info .wrap dl .line dt::before {
  content: "\e811";
  font-family: "fontello";
  font-weight: normal;
  color: #1C5484;
  position: absolute;
  top: 0;
  left: 0;
}
.info .wrap dl .line dt.close::before {
  content: "\e814";
}
.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;
    margin: auto;
  }
  .info .wrap {
    padding: 3.8rem 2rem 3rem 7.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .info .wrap .tit_02 {
    padding: 0;
    margin: 0 auto;
  }
  .info .wrap dl {
    flex: 1;
    max-height: unset;
    margin-left: 7.8rem;
    max-height: 34.5rem;
    min-height: 20rem;
  }
  .info .wrap dl .line {
    margin: 0 0 2rem;
  }
  .info .wrap dl .line dt {
    margin: 0 0 1.8rem;
    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;
  }
}
/* なごみ健診クリニックの診療案内 -------------------------------------- */
.treatmentMenu {
  background: #fff;
  padding: 2rem 0 2rem;
}
.treatmentMenu ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
}
.treatmentMenu .item_01, .treatmentMenu .item_02 {
  position: relative;
}
.treatmentMenu .item_01 ul, .treatmentMenu .item_02 ul {
  position: relative;
  z-index: 2;
}
.treatmentMenu .item_01 ul li, .treatmentMenu .item_02 ul li {
  width: 48%;
}
.treatmentMenu .item_01 ul li a, .treatmentMenu .item_02 ul li a {
  border-radius: 50%;
  min-height: 14rem;
  padding: 1rem 1rem 3rem;
  line-height: 1.4;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.treatmentMenu .item_01 ul li a .size_m, .treatmentMenu .item_02 ul li a .size_m {
  font-size: 1.2rem;
}
.treatmentMenu .item_01 ul li a .size_s, .treatmentMenu .item_02 ul li a .size_s {
  font-size: 1rem;
}
.treatmentMenu .item_01 ul li a .btn, .treatmentMenu .item_02 ul li a .btn {
  background: #fff;
  color: #4088D0;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1rem;
  border-radius: 35px;
  text-align: center;
  width: 60%;
  padding: 0.6rem 0 0.4rem;
  margin: 1rem auto 0;
  position: relative;
}
.treatmentMenu .item_01 ul li a .btn::after, .treatmentMenu .item_02 ul li a .btn::after {
  content: "\e817";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.6rem;
}
.treatmentMenu .item_01 p, .treatmentMenu .item_02 p {
  background: #F2F4FB;
  border-radius: 20px;
  z-index: 1;
}
.treatmentMenu .item_01 {
  margin: 0 0 2rem;
}
.treatmentMenu .item_01 ul li a {
  background: #76B1EB;
}
.treatmentMenu .item_01 p {
  display: flex !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
  height: 80%;
  margin: 0;
  padding: 1rem 1rem 1rem 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.treatmentMenu .item_02 {
  margin: 0 0 3rem;
}
.treatmentMenu .item_02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.treatmentMenu .item_02 ul li a {
  background: #4088D0;
}
.treatmentMenu .item_02 p {
  text-align: center;
  position: relative;
  margin-top: -4.6rem;
  padding: 6rem 1rem 1rem;
}
.treatmentMenu .item_03 {
  padding: 2.6rem 1.4rem 1.6rem;
  margin: 2rem 0 0;
  background: #F2F4FB;
  border-radius: 20px;
  position: relative;
}
.treatmentMenu .item_03 .tit {
  color: #4088D0;
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  left: 0;
  top: -1rem;
}
.treatmentMenu .item_03 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.treatmentMenu .item_03 ul li {
  width: 48%;
  margin: 0 0 1rem;
}
.treatmentMenu .item_03 ul li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  background: #FECADB;
  border-radius: 20px;
  color: #1C5484;
  text-align: center;
  position: relative;
  height: 165px;
}
.treatmentMenu .item_03 ul li a::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72% auto;
}
.treatmentMenu .item_03 ul li a::after {
  content: "\e817";
  font-family: "fontello";
  position: absolute;
  right: 0.8rem;
  bottom: 1.2rem;
  font-size: 1rem;
}
.treatmentMenu .item_03 ul li a.checkup::before {
  background-image: url("../img/index_treatmentMenu_checkup.svg");
}
.treatmentMenu .item_03 ul li a.tokutei::before {
  background-image: url("../img/index_treatmentMenu_tokutei.svg");
}
.treatmentMenu .item_03 ul li a.jyumin::before {
  background-image: url("../img/index_treatmentMenu_jyumin.svg");
}
.treatmentMenu .item_03 ul li a.vaccination::before {
  background-image: url("../img/index_treatmentMenu_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .treatmentMenu {
    padding: 5.8rem 0 12rem;
  }
  .treatmentMenu .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .treatmentMenu .item_01, .treatmentMenu .item_02 {
    margin: 0;
  }
  .treatmentMenu .item_01 ul, .treatmentMenu .item_02 ul {
    padding: 0 4rem;
    margin-top: 12.6rem;
    bottom: 12.6rem;
  }
  .treatmentMenu .item_01 ul li, .treatmentMenu .item_02 ul li {
    width: 32rem;
  }
  .treatmentMenu .item_01 ul li a, .treatmentMenu .item_02 ul li a {
    height: 32rem;
    padding: 1rem 1rem 5rem;
    font-size: 4.8rem;
  }
  .treatmentMenu .item_01 ul li a .size_m, .treatmentMenu .item_02 ul li a .size_m {
    font-size: 3rem;
  }
  .treatmentMenu .item_01 ul li a .size_s, .treatmentMenu .item_02 ul li a .size_s {
    font-size: 1.8rem;
    margin: 1rem 0 0;
  }
  .treatmentMenu .item_01 ul li a .btn, .treatmentMenu .item_02 ul li a .btn {
    font-size: 1.8rem;
    border-radius: 50px;
    width: 18rem;
    padding: 1.4rem 0 1.3rem;
    margin: 2rem auto 0;
  }
  .treatmentMenu .item_01 ul li a .btn::after, .treatmentMenu .item_02 ul li a .btn::after {
    top: 54%;
    right: 2rem;
  }
  .treatmentMenu .item_01 p, .treatmentMenu .item_02 p {
    display: flex !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0;
    height: 68%;
    line-height: 1.5;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .treatmentMenu .item_01 {
    width: 40rem;
  }
  .treatmentMenu .item_01 p {
    text-align: center;
    padding: 0 1rem 3.9rem;
    width: 100%;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .treatmentMenu .item_02 {
    width: 76rem;
  }
  .treatmentMenu .item_02 p {
    margin-top: 0;
    padding: 0 1rem 5.8rem;
  }
  .treatmentMenu .item_03 {
    width: 100%;
    padding: 5rem 4rem 5rem;
    margin: 7rem 0 0;
  }
  .treatmentMenu .item_03 .tit {
    font-size: 3.6rem;
    top: -2.8rem;
  }
  .treatmentMenu .item_03 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .treatmentMenu .item_03 ul li {
    width: 26.2rem;
    margin: 0;
  }
  .treatmentMenu .item_03 ul li a {
    /*font-size: 3rem;
    padding: 3rem 5rem 5.2rem;*/
    font-size: 2.3rem;
    padding: 3rem 1rem 5.2rem;
    white-space: nowrap;
    height: auto;
  }
  .treatmentMenu .item_03 ul li a::before {
    width: 16.2rem;
    height: 16.2rem;
    margin: 0 auto 1.2rem;
    background-size: 60% auto;
  }
  .treatmentMenu .item_03 ul li a::after {
    right: 2rem;
    bottom: 2rem;
    font-size: 1.4rem;
  }
  .treatmentMenu .item_03 ul li a br {
    display: none;
  }
}
/* なごみ健診クリニックの特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
  background: url("../img/index_feature_bg01.jpg") no-repeat top center/cover;
}
.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;
  padding: 0 2rem 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.feature ul li::after {
  content: counter(feature_num, decimal-leading-zero);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: 2.4rem 0 0;
  margin: auto;
  border-radius: 50%;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #1C5484;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 0.2rem #1c5484;
          box-shadow: 0 0 0 0.2rem #1c5484;
  position: absolute;
  left: 0;
  right: 0;
  top: -3rem;
}
.feature ul li figure {
  margin: 0;
  padding: 0;
}
.feature ul li figure img {
  display: block;
  margin: 0 auto 0.8rem;
  border-radius: 0 0 20px 20px;
}
.feature ul li figure p {
  text-align: center;
  color: #1C5484;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 110%;
}
.feature ul li figure figcaption {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 6rem 0 6rem;
  }
  .feature ul {
    padding: 0;
    margin: 2.6rem auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature ul li {
    width: 57rem;
    margin: 0 0 6rem;
    padding: 0 3rem 5.7rem;
  }
  .feature ul li::after {
    width: 16rem;
    height: 16rem;
    padding: 7.8rem 0 0;
    line-height: 1;
    font-size: 4.8rem;
    top: -9rem;
  }
  .feature ul li figure img {
    max-width: 100%;
    margin: 0 auto 0.8rem;
  }
  .feature ul li figure p {
    font-size: 3rem;
  }
  .feature ul li figure figcaption {
    font-size: 1.8rem;
  }
}
.calicon {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  .calicon {
    flex-wrap: nowrap;
  }
}

.calicon li {
  display: flex;
  align-items: center;
  width: 45%;
}
@media screen and (min-width: 48em), print {
  .calicon li {
    /*width: 100%;*/
  }
}

.calcube1 {
  width: 16px;
  height: 16px;
  background-color: #FFCCCC;
  border: #ccc 1px solid;
  margin-right: 5px;
}

.calcube2 {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: #CCC 1px solid;
  margin-right: 5px;
}

.calcube3 {
  width: 16px;
  height: 16px;
  background-color: #CCFFFF;
  border: #ccc 1px solid;
  margin-right: 5px;
}

.calcube4 {
  width: 16px;
  height: 16px;
  background-color: #CCFFCC;
  border: #ccc 1px solid;
  margin-right: 5px;
}

.calcube5 {
  width: 16px;
  height: 16px;
  background-color: #FFFFCC;
  border: #ccc 1px solid;
  margin-right: 5px;
}

.calcubecap {
  min-width: 95px;
  font-size: 1.4rem;
  margin: 3px 0;
}
.calcubecap.wide {
  min-width: 120px;
}
.calcubecap.short {
  min-width: 70px;
}
@media screen and (min-width: 48em), print {
  .calcubecap {
    font-size: 1.6rem;
  }
}

.monthlynotes {
  text-align: left;
}

/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    display: inline-block;
    font-size: 1.8rem;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
  }
  body:not(.index) .breadcrumb_list li a {
    color: #1C5484;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@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 .main .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .doctor .main .flex > * {
    width: 48%;
    margin: 0;
  }
}
/* クリニック紹介 */
#slider, #thumbnail_slider {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider, #thumbnail_slider {
    max-width: 750px;
  }
}

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

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

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

.thumbnail-item img {
  width: 98%;
  display: block;
  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;
}

/* 初めての方へ */
/* 診療時間・アクセス */
.access .dl_access div dt {
  background: #F2F4FB;
  padding: 1rem 1.2rem 0.8rem;
  font-weight: bold;
  color: #1C5484;
  border-top: 1px solid #898989;
}
.access .dl_access div dd {
  padding: 1rem;
  margin: 0;
  border-top: 1px solid #898989;
}
.access .dl_access div:last-child dd {
  border-bottom: 1px solid #898989;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .dl_access {
    width: 100%;
  }
  .access .dl_access div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .access .dl_access div dt {
    padding: 2rem;
    min-width: 23rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .access .dl_access div dd {
    padding: 2rem;
    flex: 1;
  }
  .access .dl_access div:last-child dt {
    border-bottom: 1px solid #898989;
  }
  .access .gmap {
    height: 50rem;
  }
}