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

.clr_red {
  color: #ff0000;
}

.clr_blue {
  color: #1a96d5;
}

.underLine_red {
  border-bottom: 1px solid #ff0000;
}

.maker {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffe570 60%);
}

.waku {
  background: #ebf3fb;
  padding: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .waku {
    padding: 1rem;
  }
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  background: #f6fbfd;
  padding: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_02 {
  background: #f9f9f9;
  border: 1px solid #7cc3e7;
}

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption .ex {
  padding: 0.2rem 0.4rem;
  background: #cccccc;
  margin-right: 0.6rem;
}
.tbl_time caption .clr_red {
  padding: 0.4rem 0 0;
  display: inline-block;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #7cc3e7;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  font-weight: bold;
  padding: 0.6rem 0.4rem;
  color: #1a96d5;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
}
.tbl_time tr td span {
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
  min-height: 5.4rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    padding: 0 0 0 0.8rem;
  }
  .tbl_time caption .ex {
    padding: 0.4rem 0.8rem;
    margin-right: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.4rem 0 1.3rem;
    letter-spacing: 0.1rem;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 26%;
  }
  .tbl_time tr th[scope=col]:last-child {
    padding: 1.4rem 0.6rem 1.3rem 0;
  }
  .tbl_time tr th.time {
    letter-spacing: 0.1rem;
    padding: 1.5rem 0 1.2rem;
  }
  .tbl_time tr td {
    padding: 1.5rem 0 1.2rem;
  }
  .tbl_time tr td:last-child {
    padding: 1.4rem 0.6rem 1.3rem 0;
  }
  .tbl_time tr td span {
    writing-mode: horizontal-tb;
    min-height: auto;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center/cover;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a96d5;
  min-height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0 0 2rem;
}

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

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

.tit_03 {
  color: #fff;
  background: #1a96d5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.4rem 0.8rem;
  margin: 0 0 1rem;
}

.tit_04 {
  color: #1a96d5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  display: block;
  margin: 0.6rem auto 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(to right, #1a96d5 20%, #ccc 20%);
}

.tit_05 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding-left: 1.4rem;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  background: #1a96d5;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center/auto auto;
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
    height: 30rem;
    margin: 0 0 1.4rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 2rem;
  }
  .tit_02 span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 4rem;
  }
  body:not(.index) .tit_02::after {
    margin: 1.6rem auto 0;
    width: 8rem;
    height: 0.3rem;
  }
  .tit_03 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    padding: 1.2rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0 2rem;
  }
  .tit_04::after {
    margin: 1.4rem auto 0;
    background: linear-gradient(to right, #1a96d5 10rem, #ccc 10rem);
  }
  .tit_05 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-left: 2rem;
    margin: 0 0 2rem;
  }
  .tit_05::before {
    width: 1rem;
    height: 0.4rem;
    top: 1rem;
  }
}
/* リスト回り -------------------------------------- */
.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: -2rem;
    padding-left: 2.2rem;
  }
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #7cc3e7;
}
.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 {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 6rem;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 6.4rem;
  }
}
/* フレックス回り -------------------------------------- */
.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%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
}
*[class*=btn_] a {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "\e80c";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a {
    padding: 1.2rem 4rem;
  }
}
*[class*=btn_].btn_01 a {
  background: #ff9e00;
  border: 1px solid #ff9e00;
}
*[class*=btn_].btn_01 a:hover {
  background: #fff;
  color: #ff9e00;
}
*[class*=btn_].btn_01 a:hover::after {
  color: #ff9e00;
}
*[class*=btn_].btn_02 a {
  background: #009fe8;
  border: 1px solid #009fe8;
}
*[class*=btn_].btn_02 a:hover {
  background: #fff;
  color: #009fe8;
}
*[class*=btn_].btn_02 a:hover::after {
  color: #009fe8;
}

.txt_link {
  color: #ff9e00;
  text-decoration: underline;
}
.txt_link::before {
  content: "\e80c";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}

/* テーブル -------------------------------------- */
.main table[class*=tbl_]:not(.tbl_time) {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.main table[class*=tbl_]:not(.tbl_time) thead tr th {
  background: #7cc3e7;
  color: #fff;
  padding: 0.8rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #cccccc;
}
.main table[class*=tbl_]:not(.tbl_time) tbody tr th {
  width: 30%;
  background: #ecf6fb;
  text-align: center;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.main table[class*=tbl_]:not(.tbl_time) tbody tr td {
  padding: 0.8rem;
  border: 1px solid #cccccc;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.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%;
    padding: 1.6rem !important;
  }
  .tbl_access tr td {
    padding: 1.6rem 2.4rem !important;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

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

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 {
    margin: 10rem auto 0;
  }
  a {
    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 .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR ul {
  margin: 1.2rem auto 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 ul li {
  width: 49%;
}
.header .wrap .headR ul li .tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: #1a96d5;
  font-weight: bold;
  font-size: 1.4rem;
}
.header .wrap .headR ul li .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.header .wrap .headR ul li .btn_rsv {
  width: 100%;
}
.header .wrap .headR ul li .btn_rsv a {
  background: #009fe8;
  display: block;
  padding: 0.4rem 0 0.4rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.header .wrap .headR ul li .btn_rsv a::before {
  content: "\e80d";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-weight: normal;
}
.header .wrap .headR > div {
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
    z-index: 1;
  }
  .header .wrap {
    margin: 2rem auto 0.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 40rem;
    height: 8.6rem;
  }
  .header .wrap .headR {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .wrap .headR > ul {
    margin: 0 0 1rem;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .wrap .headR > ul li {
    width: auto;
  }
  .header .wrap .headR > ul li .btn_rsv {
    width: 24rem;
    margin: 0 0 0 2rem;
  }
  .header .wrap .headR > ul li .btn_rsv a {
    font-size: 2rem;
    padding: 0.8rem 0 0.6rem;
  }
  .header .wrap .headR > ul li .btn_rsv a::before {
    margin-right: 0.8rem;
  }
  .header .wrap .headR > ul li .tel {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  .header .wrap .headR > ul li .tel::before {
    margin-right: 0.8rem;
  }
  .header .wrap .headR > div {
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
/* メニュー -------------------------------------- */
/* hamburger */
#menu {
  z-index: 9999;
  background: #6495ed;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 6rem;
  height: 6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger 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;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #6495ed;
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 2.4rem;
  margin: 0 0 0.2rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\e806";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: none;
  visibility: hidden;
}
#menu #nav.sp_nav {
  width: 90vw;
  height: 90vh;
  margin: auto;
  padding: 3rem 2rem 3rem;
  background-color: white;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 203;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#menu #nav.sp_nav.open {
  opacity: 1;
  visibility: visible;
}
#menu #nav.sp_nav ul {
  display: block;
  font-size: 1.4rem;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1rem 0.4rem 1rem;
  font-weight: bold;
  color: #009fe8;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a.sub {
  pointer-events: none;
  margin: 0;
  padding: 1rem 0.4rem 0.8rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav {
  padding: 0.4rem 0.2rem 1.2rem;
  display: flex !important;
  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;
}
#menu #nav.sp_nav ul li a.sub + .subnav li {
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #009fe8;
  border-right: 1px solid #009fe8;
}
#menu #nav.sp_nav ul li a.sub + .subnav li:nth-child(1), #menu #nav.sp_nav ul li a.sub + .subnav li:nth-child(2) {
  border-top: 1px solid #009fe8;
}
#menu #nav.sp_nav ul li a.sub + .subnav li:nth-child(odd) {
  border-left: 1px solid #009fe8;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #009fe8;
  padding: 0.8rem 0.4rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a::after {
  content: none;
}
#menu #nav.sp_nav ul li a:not(.sub)::after {
  content: "2";
  color: #8fd6e5;
  font-family: "fontello";
  margin-left: 0.8rem;
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 48em), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: #fff;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #menu #nav .gnav {
    width: 1200px;
    margin: auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #menu #nav .gnav li {
    width: auto;
    position: relative;
    padding: 0 3rem;
    border-bottom: none;
  }
  #menu #nav .gnav li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.8rem;
    background: #1a96d5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #menu #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 2.2rem 0;
    font-size: 2rem;
    font-weight: 600;
    color: #1a96d5;
    position: relative;
  }
  #menu #nav .gnav li a:hover {
    opacity: 1;
  }
  #menu #nav .gnav li a:hover::after {
    content: "";
    position: absolute;
    bottom: 1.3rem;
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #009fe8;
  }
  #menu #nav .gnav li a.sub {
    pointer-events: auto;
    position: relative;
  }
  #menu #nav .gnav li a.sub + .subnav {
    width: 36rem;
    margin: 0;
    padding: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #menu #nav .gnav li a.sub + .subnav li {
    border-bottom: 1px solid #009fe8;
    border-right: 1px solid #009fe8;
    box-sizing: border-box;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  #menu #nav .gnav li a.sub + .subnav li:nth-child(1), #menu #nav .gnav li a.sub + .subnav li:nth-child(2) {
    border-top: 1px solid #009fe8;
  }
  #menu #nav .gnav li a.sub + .subnav li:nth-child(odd) {
    border-left: 1px solid #009fe8;
  }
  #menu #nav .gnav li a.sub + .subnav li::after {
    content: none;
  }
  #menu #nav .gnav li a.sub + .subnav li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    background: #fff;
    color: #1a96d5;
    padding: 1.6rem 0;
    text-align: center;
  }
  #menu #nav .gnav li a.sub + .subnav li a:hover {
    background: #009fe8;
    color: #fff;
  }
  #menu #nav .gnav li a.sub + .subnav li a:hover::after {
    content: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #ecf6fb;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tel_item {
  color: #1a96d5;
  border: 1px solid #1a96d5;
  padding: 0.6rem 0;
  background: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.overview > .wrap .overviewL .tel_item::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.overview > .wrap .overviewL .tel_item .tel {
  font-weight: bold;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.overview > .wrap .overviewR .tbl_gaiyo th {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.8rem 0 0;
  font-weight: bold;
  color: #1a96d5;
}
.overview > .wrap .overviewR .tbl_gaiyo td {
  width: 100%;
  display: block;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #ccc;
}
.overview > .wrap .overviewR .tbl_gaiyo tr:last-child th,
.overview > .wrap .overviewR .tbl_gaiyo tr:last-child td {
  border-bottom: none;
}
.overview .clip {
  margin: 2rem auto 2rem;
  padding: 0 1rem;
}
.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.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 40rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 4.4rem;
  }
  .overview > .wrap .overviewL,
  .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .tel_item {
    padding: 1.5rem 0;
  }
  .overview > .wrap .overviewL .tel_item::before {
    margin-right: 0.6rem;
    font-size: 2.8rem;
  }
  .overview > .wrap .overviewL .tel_item .tel {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 2rem 0 0;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo th {
    width: 10.2rem;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 1.8rem 0 2rem;
    border-bottom: 1px solid #ccc;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td {
    width: auto;
    display: table-cell;
    padding: 1.8rem 2rem 2rem 1.5rem;
  }
  .overview .clip {
    margin: 2rem auto 6rem;
    padding: 0;
  }
  .overview .gmap {
    height: 40rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding: 0.4rem;
  background: #b6e3f8;
  border-radius: 50%;
}
#pageup a::before {
  padding: 0 0 0.4rem;
  text-align: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\e8a3";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 8rem;
    right: 4rem;
  }
  #pageup a {
    width: 6rem;
    height: 6rem;
  }
  #pageup a::before {
    font-size: 3.2rem;
  }
}
.tel_rsv {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tel_rsv .tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 1.2rem 0;
  width: 60%;
  width: 100%;
  font-size: 1.6rem;
  color: #1a96d5;
  line-height: 1;
}
.tel_rsv .tel::before {
  content: "\e801";
  font-weight: normal;
  font-family: "fontello";
  margin-right: 0.4rem;
}
.tel_rsv .rsv {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1.2rem 0;
  color: #fff;
  background: #009fe8;
}
.tel_rsv .rsv::before {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  font-family: "fontello";
  content: "\e80d";
  margin-right: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none !important;
  }
  .tel_rsv .tel {
    display: none !important;
  }
  .tel_rsv .rsv {
    display: none !important;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background: #1a96d5;
}
.footer .copy {
  display: block;
  background: #1a96d5;
  color: #fff;
  padding: 2.8rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: none;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    margin: 2rem 0 0;
    padding: 1.8rem 0;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0;
  max-width: 100%;
  padding: 0;
  height: 28rem;
  background: url("../img/index_keyvsl01.jpg") no-repeat center top/cover;
}
#keyvsl .wrap {
  height: 100%;
  position: relative;
}
#keyvsl .wrap .catch {
  width: 100vw;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1.2rem 0.2rem;
  background: rgba(26, 150, 213, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    overflow: hidden;
    margin: 0 auto 0;
    padding: 0;
    height: 72rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  #keyvsl .wrap .catch {
    width: 200vw;
    margin: 0;
    padding: 2.8rem 0;
    font-size: 3.6rem;
    text-align: left;
  }
  #keyvsl .wrap .catch span {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
}
/* 注意事項 -------------------------------------- */
.info_txt {
  padding: 2rem 0 0;
}
.info_txt li {
  background: #1a96d5;
  border-radius: 12px;
  padding: 1.2rem 1.2rem;
  text-align: center;
  color: #fff;
  margin: 0.4rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.info_txt li.-second_line {
  font-size: 1.2rem;
  height: 47px;
  padding: 0.5rem 0.3rem;
}

@media screen and (min-width: 48em), print {
  .info_txt {
    width: 1200px;
    padding: 6rem 0 2rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .info_txt li {
    width: 57rem;
    font-size: 2.4rem;
    padding: 2.7rem 1rem;
  }
  .info_txt li.-second_line {
    font-size: 2.2rem;
    height: 81.6px;
    padding: 1.5rem 1rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 4rem;
}
.info .wrap {
  position: relative;
  z-index: 1;
}
.info .wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 12rem;
  height: 12rem;
  background: url("../img/index_info_bg01.svg") no-repeat center/contain;
}
.info .wrap .tit_02 {
  border-bottom: 1px solid #1a96d5;
  padding: 0 0 0.6rem;
}
.info .wrap .tit_02 span {
  margin: 0.2rem 0 0;
}
.info .wrap dl {
  margin: 0;
  padding: 0 1rem;
  line-height: 1.4;
  height: 100%;
}
.info .wrap dl .line {
  padding: 0 0 0.4rem;
  margin: 0 0 0.8rem;
  border-bottom: 1px solid #cccccc;
}
.info .wrap dl .line:nth-of-type(n + 4) dd {
  display: none;
}
.info .wrap dl .line dt {
  font-weight: bold;
  margin: 0 0 0.4rem;
  color: #009fe8;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info .wrap dl .line dt:hover {
  opacity: 0.8;
}
.info .wrap dl .line dt::before {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  margin-right: 0.4rem;
}
.info .wrap dl .line dt.close::before {
  content: "\e803";
}
.info .wrap dl .line dd {
  padding: 0;
  margin: 0 0 0.4rem;
}
.info .wrap dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 0;
    padding: 8rem 0 10rem;
  }
  .info .wrap {
    padding: 0 6rem 0;
  }
  .info .wrap::before {
    width: 40rem;
    height: 40rem;
    top: 0;
    right: 0;
  }
  .info .wrap .tit_02 {
    text-align: left;
    padding: 0 0 1.6rem;
    margin: 0 0 3rem;
  }
  .info .wrap .tit_02 span {
    display: inline-block;
    margin-left: 1.2rem;
  }
  .info .wrap dl {
    padding: 0;
    min-height: 20rem;
  }
  .info .wrap dl .line {
    padding: 0;
    margin: 0 0 2.6rem;
  }
  .info .wrap dl .line dt {
    padding: 0 0 2.1rem;
    margin: 0;
    font-size: 1.8rem;
  }
  .info .wrap dl .line dd {
    margin: 0 0 2.1rem;
    font-size: 1.8rem;
  }
  .info .wrap dl .line dd p {
    margin: 0;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  background: url("../img/index_feature_bg01.jpg") no-repeat top center/cover;
  padding: 2rem 0 6rem;
}
.feature ul {
  counter-reset: feature_num;
  margin: 6rem 2rem 0;
}
.feature ul li {
  max-width: 90%;
  margin: 0 auto 8rem 0;
  counter-increment: feature_num 1;
  position: relative;
  z-index: 1;
}
.feature ul li:nth-child(even) {
  margin: 0 0 8rem auto;
}
.feature ul li:last-child {
  margin: 0 0 0 auto;
}
.feature ul li::before, .feature ul li::after {
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.feature ul li::before {
  border: 1px solid #6dc8f1;
  right: 0.5rem;
  top: 55%;
  z-index: -2;
}
.feature ul li::after {
  border: 10px solid #fff;
  box-sizing: border-box;
  opacity: 0.2;
}
.feature ul li div::before {
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.feature ul li div p {
  text-align: left;
  font-weight: bold;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  width: 60%;
  position: relative;
  z-index: 1;
}
.feature ul li div p::before {
  content: counter(feature_num, decimal-leading-zero);
  color: #009fe8;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  text-shadow: none;
}
.feature ul li div p span {
  color: #1a96d5;
}
.feature ul li.item_01 div::before {
  background: url("../img/index_feature01.png") no-repeat center/contain;
}
.feature ul li.item_02 div::before {
  background: url("../img/index_feature02.png") no-repeat center/contain;
}
.feature ul li.item_03 div::before {
  background: url("../img/index_feature03.png") no-repeat center/contain;
}
.feature ul li.item_04 div::before {
  background: url("../img/index_feature04.png") no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: url("../img/index_feature_bg01.jpg") no-repeat top center/auto auto;
    padding: 8rem 0 11rem;
  }
  .feature ul {
    margin: 0;
    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;
  }
  .feature ul li {
    width: 57rem;
    max-width: unset;
    margin: 26rem 6rem 10rem 0;
  }
  .feature ul li:nth-child(even) {
    margin: 32rem auto 8rem 0;
  }
  .feature ul li:last-child {
    margin: 32rem auto 0rem 0;
  }
  .feature ul li::before, .feature ul li::after {
    width: 45rem;
    height: 45rem;
    top: -20%;
  }
  .feature ul li::before {
    right: 1.5rem;
    top: -10%;
  }
  .feature ul li::after {
    border: 10px solid #fff;
  }
  .feature ul li div::before {
    width: 45rem;
    height: 45rem;
    right: 0;
    top: -20%;
  }
  .feature ul li div p {
    margin: 0;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    width: 70%;
    font-size: 3rem;
  }
  .feature ul li div p::before {
    font-size: 10rem;
    line-height: 1;
  }
}
/* 診療のご案内 -------------------------------------- */
.treatment_menu {
  padding: 4rem 0 4rem;
}
.treatment_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;
}
.treatment_menu ul li {
  width: 48%;
  margin: 0 0 1rem;
}
.treatment_menu ul li a {
  display: block;
  color: #009fe8;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  padding: 1rem 1rem 2rem;
  border-right: 1px solid #009fe8;
  border-bottom: 1px solid #009fe8;
  position: relative;
}
.treatment_menu ul li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 10rem;
  border-radius: 50%;
  border: 1rem solid #f4fbfd;
  margin: 0 auto 0.4rem;
}
.treatment_menu ul li a::after {
  content: "\e80c";
  font-family: "fontello";
  font-weight: normal;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.treatment_menu ul li a.general::before {
  background: url("../img/index_treatmentMenu_general.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.cataract::before {
  background: url("../img/index_treatmentMenu_cataract.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.glaucoma::before {
  background: url("../img/index_treatmentMenu_glaucoma.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.dryeye::before {
  background: url("../img/index_treatmentMenu_dryeye.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.diabetes::before {
  background: url("../img/index_treatmentMenu_diabetes.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.age::before {
  background: url("../img/index_treatmentMenu_age.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.hayfever::before {
  background: url("../img/index_treatmentMenu_hayfever.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.hail::before {
  background: url("../img/index_treatmentMenu_hail.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.eyestrain::before {
  background: url("../img/index_treatmentMenu_eyestrain.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.cataract2::before {
  background: url("../img/index_treatmentMenu_cataract2.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.vitreous::before {
  background: url("../img/index_treatmentMenu_vitreous.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.vitreous2::before {
  background: url("../img/index_treatmentMenu_vitreous2.svg") no-repeat center/80% auto;
}
.treatment_menu ul li a.icl::before {
  background: url("../img/index_treatmentMenu_icl.svg") no-repeat center/80% auto;
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 4rem 0 4rem;
  }
  .treatment_menu ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .treatment_menu ul li {
    width: 27rem;
    height: 27rem;
    margin: 0 3rem 3rem 0;
  }
  .treatment_menu ul li:nth-child(4n) {
    margin: 0 0 3rem;
  }
  .treatment_menu ul li a {
    height: 100%;
    font-size: 2.4rem;
    padding: 1rem 1rem 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .treatment_menu ul li a::before {
    width: 16rem;
    height: 16rem;
    border: 1rem solid #f4fbfd;
    margin: 0 auto 0.4rem;
  }
  .treatment_menu ul li a::after {
    content: "\e80c";
    font-family: "fontello";
    font-weight: normal;
    position: absolute;
    right: 1rem;
    bottom: 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_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 {
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "2";
    font-family: "fontello";
    display: inline-block;
    margin: 0 1.4rem;
  }
  body:not(.index) .breadcrumb_list li a {
    color: #009fe8;
  }
  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 12rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.clip {
  margin: 3rem auto 0;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .clip {
    margin: 8rem auto 0;
  }
}

/* ドクター紹介 */
.doctor_img {
  padding: 0;
  margin: 2rem auto 0;
}
.doctor_img figcaption {
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .doctor_img {
    width: 64rem;
    margin: 6rem auto 4rem;
  }
  .doctor_img img {
    display: block;
    margin: 0 auto 1rem;
  }
}

.lst_doctor div {
  margin: 0 0 0.4rem;
}
.lst_doctor div dt {
  font-weight: bold;
  color: #1a96d5;
  margin: 0 0 0.2rem;
}
.lst_doctor div dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  .lst_doctor div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 1.2rem;
  }
  .lst_doctor div dt {
    margin-right: 1rem;
  }
  .lst_doctor div dd {
    flex: 1;
  }
}

@media screen and (min-width: 48em), print {
  .doctor .flex2 {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .doctor .flex2 > .mt40 {
    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: 2rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
}
#thumbnail_slider .slick-list .thumbnail-item img {
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  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;
}

.lst_clinic-device li {
  margin: 0 0 2rem;
}
.lst_clinic-device li figure {
  padding: 0;
  margin: 0;
}
.lst_clinic-device li figure img {
  display: block;
  max-width: 70%;
  margin: 0 auto 0.8rem;
}
.lst_clinic-device li figure figcaption {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .lst_clinic-device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_clinic-device li {
    width: 48%;
    margin: 0 0 6rem;
    display: -webkit-flex;
    display: flex;
  }
  .lst_clinic-device li figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lst_clinic-device li figure img {
    margin: 1rem auto 3rem;
  }
  .lst_clinic-device li figure figcaption {
    display: -webkit-flex;
    display: flex;
  }
}
/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

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

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

/*# sourceMappingURL=style.css.map */