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

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

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

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

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

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #2a4c8f;
}

.red {
  color: #ff300f;
}

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

.frame_02 {
  background: #e5f7ff;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_02 {
    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.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #2a58b1;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 5px 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 5px 0 0;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #2a4c8f;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #2a58b1;
  background: #fff;
  border-bottom: 1px solid #2a4c8f;
  line-height: 1;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #2a4c8f;
  font-family: "Kosugi Maru", sans-serif;
  text-shadow: 0px 0px 9px #fff;
}

.tit_02 {
  color: #215ab4;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem 0;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
.tit_02::before {
  content: "";
  background: url("../img/tit_02.svg") no-repeat center/contain;
  width: 3rem;
  height: 2.4rem;
  display: block;
  margin: 0 auto 0.3rem;
}
.tit_02 .eng_txt {
  display: block;
  color: #ffb70f;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  margin: 0.3rem 0 0;
  letter-spacing: 0.1rem;
}

body:not(.index) .tit_02::after {
  content: "";
  display: block;
  border-radius: 25px;
  width: 4rem;
  height: 0.4rem;
  margin: 0.6rem auto 0;
  background: #ffc43a;
}

.tit_03 {
  color: #fff;
  font-weight: bold;
  background: #89b8e6;
  border-radius: 3px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.6rem 1rem;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  margin: 0.4rem 0 0;
  background: linear-gradient(to right, #ffb70f 14%, #89b8e6 14%);
}

.tit_05 {
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  padding-left: 0.8rem;
  margin: 0 0 1rem;
  position: relative;
}
.tit_05::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 25px;
  background: #89b8e6;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto auto;
    font-size: 3.6rem;
    padding: 15rem 0 7rem;
    margin: -57px 0 3rem;
    letter-spacing: 0.3rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 0 2rem;
  }
  .tit_02::before {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.3rem;
  }
  .tit_02 .eng_txt {
    margin: 0.8rem 0 0;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.3rem;
  }
  body:not(.index) .tit_02::after {
    width: 4.3rem;
    height: 0.6rem;
    margin: 1.6rem auto 0;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
    padding: 1rem 1.5rem;
    letter-spacing: 0.3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    letter-spacing: 0.2rem;
  }
  .tit_04::after {
    margin: 1rem 0 0;
    background: linear-gradient(to right, #ffb70f 5rem, #89b8e6 5rem);
  }
  .tit_05 {
    font-size: 2rem;
    padding-left: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .tit_05::before {
    width: 0.6rem;
  }
}
/* リスト回り -------------------------------------- */
.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: #ffc43a;
  font-size: 60%;
  position: relative;
  bottom: 0.2rem;
}
.lst_ul01 li.none::before {
  content: none;
}
@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;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 12rem;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 1.2rem;
    padding-left: 12.8rem;
  }
}
/* フレックス回り -------------------------------------- */
.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 {
  text-decoration: none !important;
  color: #5596d5;
  border-bottom: 1px solid #5596d5;
}

.btn_01 {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .btn_01 {
    text-align: left;
  }
}
.btn_01 a {
  background: #ffb70f;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
}
.btn_01 a::before {
  content: "\e81c";
  font-family: "fontello";
  display: inline-block;
  font-size: 1rem;
  margin-right: 2rem;
  position: relative;
  bottom: 0.2rem;
}

.btn_02 {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .btn_02 {
    text-align: left;
  }
}
.btn_02 a {
  background: #2a58b1;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
}
.btn_02 a::before {
  content: "\e81c";
  font-family: "fontello";
  display: inline-block;
  font-size: 1rem;
  margin-right: 2rem;
  position: relative;
  bottom: 0.2rem;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  color: #fff;
  background: #2a58b1;
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tbl_01 tr td:last-child {
  border-right: none;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  border-bottom: 2px solid #2a58b1;
  text-align: center;
  color: #2a58b1;
  background: #f5f5f5;
  font-weight: bold;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
  border-bottom: 2px solid #2a58b1;
}

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

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

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 {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .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 .wrap {
  margin: 1rem 0;
}
.header .wrap .logo {
  height: 4rem;
  margin: 0 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 80%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 2.4rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header .wrap .headR .access {
  width: 44%;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2a4c8f;
  padding: 0.4rem 0;
  border-top: 1px dotted #2a4c8f;
  border-bottom: 1px dotted #2a4c8f;
}
.header .wrap .headR .access span {
  font-size: 1.4rem;
}
.header .wrap .headR .tel_box {
  width: 52%;
}
.header .wrap .headR .tel_box .tel {
  display: block;
  font-size: 1.4rem;
}
.header .wrap .headR .tel_box .tel a,
.header .wrap .headR .tel_box .tel > span {
  padding: 0.8rem 0.6rem;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
  background: #2a58b1;
  border-radius: 5px;
}
.header .wrap .headR .tel_box .tel a::before,
.header .wrap .headR .tel_box .tel > span::before {
  content: "\e81b";
  font-family: "fontello";
  margin-right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .header {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
  }
  .header .wrap {
    margin: 1rem auto 2.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .logo {
    width: 55rem;
    height: 10rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .headR {
    width: 42.2rem;
    margin: 0;
  }
  .header .wrap .headR .access {
    width: 19rem;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 1rem 0;
  }
  .header .wrap .headR .access span {
    font-size: 2rem;
  }
  .header .wrap .headR .tel_box {
    width: 21rem;
  }
  .header .wrap .headR .tel_box .tel {
    width: auto;
    display: block;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .header .wrap .headR .tel_box .tel > span {
    font-size: 2.2rem;
    padding: 0.8rem 0;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #89b8e6;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav,
.slicknav_menu .slicknav_nav .tre_nav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li,
.slicknav_menu .slicknav_nav .tre_nav li {
  border-bottom: 1px solid #89b8e6;
  text-align: center;
}
.slicknav_menu .slicknav_nav .gnav li.treatment,
.slicknav_menu .slicknav_nav .tre_nav li.treatment {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a,
.slicknav_menu .slicknav_nav .tre_nav li a {
  display: block;
  color: #89b8e6;
  padding: 1rem 0.8rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after,
.slicknav_menu .slicknav_nav .tre_nav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e800";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after,
.slicknav_menu .slicknav_nav .tre_nav li a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e805";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover,
.slicknav_menu .slicknav_nav .tre_nav li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item,
.slicknav_menu .slicknav_nav .tre_nav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child,
.slicknav_menu .slicknav_nav .tre_nav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after,
.slicknav_menu .slicknav_nav .tre_nav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e804";
}
.slicknav_menu .slicknav_nav .tit {
  padding: 0.6rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #fff;
  background: #89b8e6;
}
.slicknav_menu .slicknav_nav .tre_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slicknav_menu .slicknav_nav .tre_nav li {
  width: 50%;
  text-align: center;
}
.slicknav_menu .slicknav_nav .tre_nav li:nth-child(odd) {
  border-right: 1px solid #89b8e6;
}
.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;
  }
  #nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #nav .gnav li {
    width: 16.6666666667%;
    position: relative;
  }
  #nav .gnav li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.2rem;
    height: 2rem;
    background: #eeeeee;
  }
  #nav .gnav li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.2rem;
    height: 2rem;
    background: #eeeeee;
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 2.1rem 0 1.8rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2a4c8f;
    position: relative;
  }
  #nav .gnav li a:hover {
    opacity: 1;
    color: rgba(42, 76, 143, 0.8);
  }
  #nav .gnav li a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffc43a;
  }
  #nav .gnav li a.sub::after {
    content: "\e81d";
    font-family: "fontello";
    margin-left: 0.3rem;
    font-size: 1rem;
    position: relative;
    bottom: 0.2rem;
  }
  #nav .gnav li a.sub.close::after {
    content: "\e81e";
  }
  #nav .gnav li .subnav {
    width: 50rem;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 6px 13px -5px #777;
    background: #89b8e6;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav .gnav li .subnav li {
    width: 50%;
    border-top: 1px dotted #fff;
  }
  #nav .gnav li .subnav li:nth-child(1), #nav .gnav li .subnav li:nth-child(2) {
    border-top: none;
  }
  #nav .gnav li .subnav li:nth-child(odd) {
    border-right: 1px dotted #fff;
  }
  #nav .gnav li .subnav li::after {
    content: none;
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: #89b8e6;
    color: #fff;
    padding: 1.6rem 0;
    text-align: center;
  }
  #nav .gnav li .subnav li a:hover {
    background: #78a9d8;
    color: #fff;
  }
  #nav .gnav li .subnav li a:hover::before {
    content: none;
  }
  #nav .tit,
  #nav .tre_nav {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f2fbff;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .address {
  text-align: center;
  font-size: 80%;
}
.overview > .wrap .overviewL .address::before {
  content: "\e81f";
  color: #2a58b1;
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview > .wrap .overviewL .tel {
  text-align: center;
}
.overview > .wrap .overviewL .tel a,
.overview > .wrap .overviewL .tel > span {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem;
  letter-spacing: 0.2rem;
  background: #2a58b1;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}
.overview > .wrap .overviewL .tel a::before,
.overview > .wrap .overviewL .tel > span::before {
  content: "\e81b";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  width: 27%;
  text-align: left;
  vertical-align: top;
  padding: 0.4rem;
  font-weight: bold;
  color: #2a4c8f;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  padding: 0.4rem;
}
.overview > .wrap .overviewL .tbl_gaiyo td span {
  font-size: 1.8rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
  text-align: right;
}
.overview > .wrap .overviewR .gmap iframe {
  border-radius: 10px;
  height: 30rem;
}
.overview > .wrap .overviewR .btn_map {
  display: inline-block;
  color: #2a4c8f;
  padding: 0.2rem 1rem;
  border: 1px solid #2a4c8f;
  border-radius: 5px;
}
.overview > .wrap .overviewR .btn_map::before {
  content: "\e81c";
  font-family: "fontello";
  margin-right: 0.2rem;
  font-size: 0.8rem;
  position: relative;
  bottom: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 7rem 0 4.4rem;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
    width: 47.2%;
    text-align: center;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 6rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 55rem;
  }
  .overview > .wrap .overviewL .address {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .address::before {
    margin-right: 0.4rem;
  }
  .overview > .wrap .overviewL .tel > span {
    font-size: 2.4rem;
    padding: 1.6rem 3rem;
    margin: 2.5rem 0 0;
    display: inline-block !important;
  }
  .overview > .wrap .overviewL .tbl_gaiyo {
    margin: 4rem 0 3rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    padding: 0 0 2.6rem;
    vertical-align: top;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td {
    padding: 0 0 2.6rem;
    text-align: left;
    vertical-align: top;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td .tel {
    font-size: 160%;
  }
  .overview > .wrap .overviewR {
    width: 47.6%;
    padding: 0 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 65rem;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 100%;
  }
  .overview > .wrap .overviewR .btn_map {
    margin: 1.3rem 0;
    font-size: 1.6rem;
    padding: 0.5rem 1.4rem;
  }
}
/* フッター -------------------------------------- */
.tel_up {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  height: 4.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tel_up .tel {
  height: 100%;
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #2a58b1;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.tel_up .tel a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel a::before {
  content: "\e81b";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.tel_up .pageup {
  cursor: pointer;
  width: 20%;
}
.tel_up .pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #2a58b1;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #fff;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 2rem;
  font-family: "fontello";
  content: "\e81e";
  color: #2a58b1;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 4rem auto 0;
  }
  .footer ul ~ ul {
    margin: 1rem auto 4rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .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;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 1rem 0rem 0;
  height: 23rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
#keyvsl .wrap p {
  width: 100%;
  position: absolute;
  bottom: -4.6rem;
  left: 0;
  right: 0;
  color: #2a4c8f;
  font-size: 2rem;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0 0.8rem;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: -6rem auto 0;
    padding: 0;
    height: 80rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  #keyvsl .wrap p {
    font-size: 2.4rem;
    line-height: 3;
    letter-spacing: 0.4rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/* 新型コロナウイルス感染対策バナー -------------------------------------- */
.bnr_link {
  padding: 6rem 0 4rem;
  background: #e5f7ff;
}
.bnr_link .wrap a {
  display: block;
  text-decoration: none !important;
  background: #89b8e6;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 7px;
  padding: 1rem;
}
.bnr_link .wrap a > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.bnr_link .wrap a > div::before {
  content: "";
  margin-right: 0.4rem;
  height: 100%;
  width: 1.4rem;
  display: block;
  background: #ffc43a;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bnr_link .wrap a > div::after {
  content: "\e81c";
  font-family: "fontello";
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bnr_link .wrap a > div p {
  margin: 0 0 0 2rem;
  font-weight: bold;
}
.bnr_link .wrap a > div p.tit {
  font-size: 1.8rem;
}
.bnr_link .wrap a ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.6rem 0 0;
}
.bnr_link .wrap a ul li {
  width: 30%;
  height: 8rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.bnr_link .wrap a ul li img {
  max-width: 64%;
}

@media screen and (min-width: 48em), print {
  .bnr_link {
    padding: 4.5rem 0 0;
  }
  .bnr_link .wrap a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 3.7rem 3rem;
  }
  .bnr_link .wrap a > div {
    width: 67rem;
  }
  .bnr_link .wrap a > div::before {
    width: 3.4rem;
  }
  .bnr_link .wrap a > div::after {
    text-align: center;
    width: 3.4rem;
    font-size: 1.8rem;
  }
  .bnr_link .wrap a > div p {
    font-size: 2rem;
    margin: 0 0 0 5rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
  .bnr_link .wrap a > div p.tit {
    font-size: 4.4rem;
  }
  .bnr_link .wrap a ul {
    margin: 0;
    width: 46rem;
  }
  .bnr_link .wrap a ul li {
    width: 14rem;
    height: 14rem;
    margin: 0;
  }
}
/* 診療時間・カレンダー -------------------------------------- */
.hour_cal {
  padding: 0 0 0;
  background: #e5f7ff;
}
.hour_cal .tbl_time {
  margin: 0 auto 2rem;
}
.hour_cal .cal_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hour_cal .cal_area .tabLabel {
  width: 42%;
  padding: 0.3rem 0;
  margin-right: 0.8rem;
  border-radius: 5px 5px 0 0;
  order: -1;
  transition: 0.5s;
  cursor: pointer;
  background: #cdedfb;
  color: #89b8e6;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}
.hour_cal .cal_area input {
  display: none;
}
.hour_cal .cal_area input:checked + .tabLabel {
  background: #89b8e6;
  color: #fff;
}
.hour_cal .cal_area input:checked + .tabLabel + .content {
  height: auto;
  overflow: auto;
  transition: 0.3s opacity;
  opacity: 1;
}
.hour_cal .cal_area .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.hour_cal .cal_area .caledit {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #89b8e6;
}
.hour_cal .cal_area .caledit tbody tr.month th {
  font-weight: normal;
  background: #89b8e6;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Kosugi Maru", sans-serif;
}
.hour_cal .cal_area .caledit tbody tr.week th {
  background: #89b8e6;
  border: 1px solid #89b8e6;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: normal;
}
.hour_cal .cal_area .caledit tbody tr.week th:last-child {
  border-right: none;
}
.hour_cal .cal_area .caledit tbody tr.day td {
  font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #fff;
  border: 1px solid #89b8e6;
}
.hour_cal .cal_area .caledit tbody tr.day td.notTheMonth {
  background: #fff !important;
  color: #fff !important;
}
.hour_cal .cal_area .caledit tbody tr.day td.outPatient {
  background: #ffe2e2;
}
.hour_cal .cal_area .caledit tbody tr.day td.extraOutPatient {
  background: #ff6d6d;
}
.hour_cal .cal_area .cal_ex li::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #89b8e6;
}
.hour_cal .cal_area .cal_ex li.kyushin::before {
  background: #ffe2e2;
}
.hour_cal .cal_area .cal_ex li.kyushin_sp::before {
  background: #ff6d6d;
}

@media screen and (min-width: 48em), print {
  .hour_cal .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 6.4rem 1rem 4rem;
  }
  .hour_cal .wrap .tbl_time {
    margin: 0;
    width: 48%;
  }
  .hour_cal .wrap .tbl_time tr th[scope=col] {
    padding: 1.6rem 0;
  }
  .hour_cal .wrap .tbl_time tr th.time {
    padding: 1.5rem 0;
  }
  .hour_cal .wrap .cal_area {
    width: 47%;
  }
  .hour_cal .wrap .cal_area .tabLabel {
    width: 20%;
    font-size: 2.2rem;
    padding: 1.2rem 0 0;
  }
  .hour_cal .wrap .cal_area .caledit {
    width: 100%;
  }
  .hour_cal .wrap .cal_area .caledit tbody tr.month th {
    font-size: 2.2rem;
    padding: 0.6rem 0;
  }
  .hour_cal .wrap .cal_area .caledit tbody tr.week th {
    font-size: 1.8rem;
  }
  .hour_cal .wrap .cal_area .caledit tbody tr.day td {
    font-size: 1.8rem;
    padding: 0.6rem 0;
  }
  .hour_cal .wrap .cal_area .cal_ex {
    margin: 0.6rem 0 0;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .hour_cal .wrap .cal_area .cal_ex li {
    margin-right: 1.3rem;
    font-size: 1.8rem;
  }
  .hour_cal .wrap .cal_area .cal_ex li::before {
    margin-right: 0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    bottom: 0.2rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 4rem;
  background: #e5f7ff;
}
.info .wrap {
  background: #fff;
  border-radius: 5px;
  margin: 0 1rem 0;
  padding: 6rem 1rem 2rem;
  position: relative;
}
.info .wrap .tit_02 {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.info .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0 0.4rem 0.6rem;
  height: 100%;
}
.info .wrap dl .line {
  border-bottom: 1px dotted #2a4c8f;
  margin: 1rem 0 1rem;
  padding: 0 0 1rem;
}
.info .wrap dl dt {
  font-weight: bold;
  color: #215ab4;
  font-size: 110%;
  text-indent: -0.8rem;
  padding-left: 2rem;
  cursor: pointer;
  display: table;
}
.info .wrap dl dt::before {
  content: "\e81d";
  font-family: "fontello";
  display: inline-block;
  color: #ffc43a;
  font-size: 0.8rem;
  margin-right: 0.2rem;
  position: relative;
  bottom: 0.2rem;
}
.info .wrap dl dt:hover {
  opacity: 0.8;
}
.info .wrap dl dt.close::before {
  content: "\e81e";
}
.info .wrap dl dd {
  padding: 0.4rem 0 0;
  margin: 0;
}
.info .wrap dl dd:nth-of-type(n + 4) {
  display: none;
}
.info .wrap dl dd p {
  margin: 0;
}
.info .wrap dl dd a {
  color: #2a58b1;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 0;
    padding: 2rem 0 8rem;
  }
  .info .wrap {
    margin: 0 auto 0;
    padding: 10rem 6.5rem 1.4rem;
    border-radius: 10px;
  }
  .info .wrap .tit_02 {
    top: -4rem;
  }
  .info .wrap dl .line {
    margin: 3rem 0 3rem;
    padding: 0 0 3rem;
  }
  .info .wrap dl dt {
    font-size: 2rem;
    padding-left: 3rem;
    text-indent: -1.3rem;
  }
  .info .wrap dl dt::before {
    font-size: 1.8rem;
  }
  .info .wrap dl dd {
    padding: 1.3rem 0 0;
    font-size: 2rem;
  }
}
/* 診療内容 -------------------------------------- */
.medical_menu {
  padding: 2rem 0;
}
.medical_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical_menu ul li {
  width: 49%;
  margin: 0 0 1.4rem;
}
.medical_menu ul li a {
  position: relative;
  display: block;
  color: #2a4c8f;
  text-align: center;
  text-decoration: none !important;
  padding-top: 8rem;
}
.medical_menu ul li a::before {
  content: "\e81c";
  font-family: "fontello";
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.2rem;
  position: relative;
  bottom: 0.2rem;
}
.medical_menu ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff7d5;
}
.medical_menu ul li a.dentistry::after {
  background: url("../img/index_medical_menu_dentistry.svg") no-repeat center/80%, #fff7d5;
}
.medical_menu ul li a.perio::after {
  background: url("../img/index_medical_menu_perio.svg") no-repeat center/80%, #e5f7ff;
}
.medical_menu ul li a.preventive::after {
  background: url("../img/index_medical_menu_preventive.svg") no-repeat center/80%, #fff7d5;
}
.medical_menu ul li a.cosmetic::after {
  background: url("../img/index_medical_menu_cosmetic.svg") no-repeat center/80%, #e5f7ff;
}
.medical_menu ul li a.orthodontic::after {
  background: url("../img/index_medical_menu_orthodontic.svg") no-repeat center/80%, #fff7d5;
}
.medical_menu ul li a.pediatric::after {
  background: url("../img/index_medical_menu_pediatric.svg") no-repeat center/80%, #e5f7ff;
}
.medical_menu ul li a.surgery::after {
  background: url("../img/index_medical_menu_surgery.svg") no-repeat center/80%, #fff7d5;
}
.medical_menu ul li a.whitening::after {
  background: url("../img/index_medical_menu_whitening.svg") no-repeat center/80%, #e5f7ff;
}
.medical_menu ul li a.implant::after {
  background: url("../img/index_medical_menu_implant.svg") no-repeat center/80%, #fff7d5;
}
.medical_menu ul li a.denture::after {
  background: url("../img/index_medical_menu_denture.svg") no-repeat center/80%, #e5f7ff;
}

@media screen and (min-width: 48em), print {
  .medical_menu {
    padding: 5.75rem 0 4rem;
  }
  .medical_menu ul li {
    width: 18%;
    margin: 0 0 5.6rem;
  }
  .medical_menu ul li a {
    font-size: 2.4rem;
    padding-top: 19rem;
  }
  .medical_menu ul li a::before {
    font-size: 1.6rem;
  }
  .medical_menu ul li a::after {
    width: 17.6rem;
    height: 17.6rem;
  }
}
/* 当クリニックの特長 -------------------------------------- */
.feature {
  background: #fffae5;
  padding: 2rem 0 2rem;
}
.feature ul {
  counter-reset: number;
}
.feature ul li {
  counter-increment: number 1;
  position: relative;
}
.feature ul li img {
  display: block;
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  border-radius: 50%;
}
.feature ul li .tit {
  color: #215ab4;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 3rem auto 0;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.8rem;
}
.feature ul li .tit::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  right: 0;
  left: 0;
  top: 11rem;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  margin: auto;
}
.feature ul li .tit::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 14rem;
  margin: auto;
  display: block;
  width: 3rem;
  height: 0.3rem;
  background: #ffd97d;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 14rem 0 5.2rem;
    position: relative;
  }
  .feature .tit_02 {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .feature ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .feature ul li {
    width: 31.2rem;
    font-size: 1.6rem;
    margin: 0 6.4rem 3rem 0;
  }
  .feature ul li:nth-child(3n) {
    margin: 0 0 3rem;
  }
  .feature ul li:last-child {
    margin: 0 0 3rem;
  }
  .feature ul li img {
    width: 25rem;
    height: 25rem;
  }
  .feature ul li .tit {
    font-size: 2.2rem;
    height: 4.4rem;
    margin: 5rem auto 0;
    display: flex !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .feature ul li .tit::before {
    font-size: 4.4rem;
    top: 22rem;
    letter-spacing: 0.4rem;
  }
  .feature ul li .tit::after {
    top: 27.5rem;
    width: 5.8rem;
    height: 0.6rem;
    border-radius: 25px;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  padding: 2rem 0 2rem;
  background: url("../img/index_greeting_bg01.jpg") no-repeat center/cover;
}
.greeting .flex img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  border-radius: 10px;
}
.greeting .flex > div p {
  margin: 0.4rem 0;
  font-weight: 500;
}
.greeting .flex > div p.name {
  text-align: right;
}
.greeting .flex > div p.btn {
  text-align: center;
}
.greeting .flex > div p.btn a {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #2a58b1;
  padding: 0.3rem 3rem;
  border-radius: 5px;
  text-decoration: none !important;
}
.greeting .flex > div p.btn a::before {
  content: "\e81c";
  font-family: "fontello";
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
  position: relative;
  bottom: 0.1rem;
}
.greeting .flex > div ul {
  margin: 0 0 0.8rem;
  padding: 1rem 1rem 1rem 2.2rem;
  background: rgba(213, 234, 255, 0.3);
  border-radius: 7px;
  text-indent: -1.4rem;
  font-weight: bold;
}
.greeting .flex > div ul li:not(:last-child) {
  margin: 0 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 4.3rem 0 7.7rem;
  }
  .greeting .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .greeting .wrap .flex img {
    width: 35.7rem;
    order: 2;
    margin: 0 0;
  }
  .greeting .wrap .flex > div {
    width: 66%;
    order: 1;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
    text-align: justify;
  }
  .greeting .wrap .flex > div.name {
    margin: 2rem 0 2.2rem;
    text-align: right;
    font-size: 2.2rem;
  }
  .greeting .wrap .flex > div.btn {
    text-align: right;
  }
  .greeting .wrap .flex > div.btn a {
    padding: 1.4rem 10rem;
    position: relative;
  }
  .greeting .wrap .flex > div.btn a::before {
    font-size: 1.2rem;
    margin: 0 0.4rem 0 0;
  }
  .greeting .wrap .flex > div ul {
    margin: 0.4rem 0 0.8rem;
    padding: 2rem 2rem 2rem 4rem;
    text-indent: -2.1rem;
  }
  .greeting .wrap .flex > div ul li:not(:last-child) {
    margin: 0 0 0.8rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print {
  body:not(.index) .header #nav {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
  }
}
body:not(.index) > .wrap {
  padding: 0 1rem 4rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    padding: 0 0 6rem;
    margin: 6rem auto 10rem;
    width: 1080px;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    font-size: 1.8rem;
    margin: 0;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.doctor .main ul {
  background: rgba(213, 234, 255, 0.3);
  border-radius: 7px;
  padding: 1rem 1rem 1rem 2.2rem;
  text-indent: -1.4rem;
  font-weight: bold;
}
.doctor .main ul li:not(:last-child) {
  margin: 0 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .doctor .main ul {
    margin: 0.4rem 0 0.8rem;
    padding: 2rem 2rem 2rem 4rem;
    text-indent: -2.1rem;
  }
  .doctor .main ul li:not(:last-child) {
    margin: 0 0 0.8rem;
  }
}
/* クリニック紹介 */
/* クリニック紹介 */
*[id*=slider] {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  *[id*=slider] {
    width: 75rem;
  }
}
*[id*=slider] figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
*[id*=slider] figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(58, 58, 58, 0.6);
}
@media screen and (min-width: 48em), print {
  *[id*=slider] figure figcaption {
    padding: 2rem 3rem;
    font-size: 1.8rem;
  }
}
*[id*=slider] figure figcaption p {
  text-align: center;
  font-size: 120%;
  margin: 0;
}

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

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

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

/* 初めての方へ */
.first .flex_frame > dl dt {
  margin: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 7px;
  background: #ebf3ff;
}
.first .flex_frame > dl dd {
  margin: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 48em), print {
  .first .flex_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .first .flex_frame > dl {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first .flex_frame > dl dt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 7rem;
  }
  .first .flex_frame > dl dd {
    height: 100%;
    width: 100%;
    margin: 1rem 0 0;
    padding: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.first .tel_item dl {
  border: 2px solid #215ab4;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.first .tel_item dl dt {
  text-align: center;
  padding: 0.4rem;
  background: #ebf3ff;
}
.first .tel_item dl dd {
  text-align: center;
  margin: 0;
  padding: 0.8rem 0.4rem;
  font-size: 2rem;
}
.first .tel_item dl dd .tel {
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
  color: #2a58b1;
}
.first .tel_item dl dd .tel::before {
  content: "\e81b";
  font-family: "fontello";
  margin-right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .first .tel_item {
    text-align: center;
  }
  .first .tel_item dl {
    display: inline-block;
  }
  .first .tel_item dl dt {
    padding: 1.2rem 3rem;
  }
  .first .tel_item dl dd {
    padding: 1.2rem 3rem;
    font-size: 2.6rem;
  }
}
.first .flow dt {
  background: #c5dbff;
  text-align: center;
  font-weight: bold;
  padding: 0.6rem 0.2rem;
}
.first .flow dd {
  background: #ebf3ff;
  padding: 0.8rem;
  margin: 0 0 5rem;
  position: relative;
}
.first .flow dd:last-child {
  margin: 0;
}
.first .flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ebf3ff;
  border-right: 6rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 6rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .first .flow {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first .flow dt {
    width: 30%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2rem;
    margin: 0 0 6rem;
  }
  .first .flow dt:last-of-type {
    margin: 0;
  }
  .first .flow dd {
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 6rem;
    padding: 3rem 3rem;
  }
  .first .flow dd:last-child {
    margin: 0;
  }
  .first .flow dd:not(:last-child)::after {
    left: -40%;
  }
}

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

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}