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

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

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

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

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

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #D30609;
}

/* 囲い文字 -------------------------------------- */
.frame_01 {
  background: #f2f2f2;
  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: #eafafc;
  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 {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  color: #ffaa56;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #71daef;
  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 #eee;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  line-height: 1;
}
.tbl_time tr td span {
  color: #ffaa56;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  height: 14rem;
  font-size: 2.2rem;
  color: #f7931e;
  font-family: "Kosugi Maru", sans-serif;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-family: "Kosugi Maru", sans-serif;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  line-height: 1.2;
}
.tit_02::after {
  content: "";
  display: block;
  margin: 0.4rem auto 0;
  width: 3rem;
  height: 0.2rem;
  background: #33cce4;
}
.tit_02 span {
  display: block;
  color: #f7931e;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans";
}

body:not(.index) .tit_02::after {
  margin: 0.8rem auto 0;
}

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

.tit_04 {
  color: #333;
  background: #c1f0f7;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.2rem 0.8rem;
  margin: 0 0 1rem;
}

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

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto auto;
    font-size: 4rem;
    height: 41rem;
    margin: 0 0 2rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .tit_02::after {
    margin: 0.6rem auto 0;
    width: 5rem;
    height: 4px;
  }
  .tit_02 span {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0 0.6rem;
  }
  body:not(.index) .tit_02::after {
    margin: 1.2rem auto 0;
  }
  .tit_03 {
    font-size: 2.2rem;
    padding: 1rem 1rem 1rem 2rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2rem;
    padding: 0.8rem 1.6rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -2.2rem;
    padding-left: 2rem;
  }
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #f7931e;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

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

.lst_dl01 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;
  }
}
.lst_dl02 {
  margin: 0;
}
.lst_dl02 dt {
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0.8rem 0.2rem;
  color: #fff;
  background: #33cce4;
}
.lst_dl02 dd {
  margin: 0;
  padding: 1rem;
  border: 2px solid #33cce4;
}

/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

.flex2 > img {
  display: block;
  margin: 1rem auto 0;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > img {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
.flex_img {
  margin: 1rem 0 0;
}
.flex_img figure {
  padding: 0;
  margin: 0 0 1rem;
}
.flex_img figure img {
  max-width: 100%;
  height: auto;
}
.flex_img figure figcaption {
  margin: 0.4rem 0 0;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .flex_img {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex_img > * {
    width: 48%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
}
*[class*=btn_] a {
  background: #33cce4;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a {
    padding: 1.2rem 4rem;
    border-radius: 30px;
  }
}
*[class*=btn_] a::after {
  content: "2";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.txt_link {
  position: relative;
  padding-right: 2.4rem;
}
.txt_link::after {
  position: absolute;
  right: 0.6rem;
  content: "\f08e";
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .txt_link::after {
    right: 0.2rem;
  }
}

.lst_link .btn_01 {
  width: 100%;
}
.lst_link .btn_01 a {
  display: block;
}
.lst_link .btn_01 ~ .btn_01 {
  margin: 0.8rem auto 0;
}

@media screen and (min-width: 48em), print {
  .lst_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lst_link .btn_01 {
    width: 30%;
  }
  .lst_link .btn_01 a {
    display: block;
  }
  .lst_link .btn_01 ~ .btn_01 {
    margin: 0 0 0 2.2rem;
  }
}
/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  background: #33cce4;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 2px solid #e5e5e5;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 2px solid #e5e5e5;
}
.tbl_01 tr td.bg {
  background: #f2f2f2;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_access tr th {
  width: 25%;
  color: #fff;
  background: #33cce4;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
  border-bottom: 2px solid #e5e5e5;
}
.tbl_access tr td {
  padding: 0.8rem;
  border-bottom: 2px solid #e5e5e5;
}
.tbl_access tr:first-child td {
  border-top: 2px solid #e5e5e5;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 20%;
    padding: 1.2rem 0;
    letter-spacing: 0.2rem;
  }
  .tbl_access tr td {
    padding: 1.2rem 2rem;
  }
}
.tbl_price {
  width: 100%;
  caption-side: bottom;
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl_price caption {
  text-align: left;
  padding: 0.6rem 0 0;
}
.tbl_price tbody tr th {
  padding: 0.8rem;
  background: #33cce4;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 2px solid #e5e5e5;
}
.tbl_price tbody tr td {
  text-align: center;
  padding: 0.8rem;
  border: 2px solid #e5e5e5;
}

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
}

html {
  font-size: 3.125vw;
  font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #212121;
  -webkit-text-size-adjust: none;
}
body.fixed_scroll {
  width: 100%;
  position: fixed;
}

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: 1240px;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 6rem auto 10rem;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header .wrap {
  margin: 0;
  padding: 1.4rem 0 0;
}
.header .wrap .logo {
  height: 3.8rem;
  width: 80%;
  margin: 0 auto 0.4rem 0;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR .head_info {
  width: 100%;
  margin: 1rem auto 0;
  padding: 1rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*          @include SetPrefix(justify-content, space-between);*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .headR .head_info li {
  /*                 width: 48%;*/
  width: 80%;
  border-radius: 30px;
}
.header .wrap .headR .head_info li > * {
  padding: 0.8rem 1rem 0.8rem 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 30px;
  display: block;
  position: relative;
}
.header .wrap .headR .head_info li > *::before {
  font-size: 2.2rem;
  font-family: "fontello";
  font-weight: normal;
  border-radius: 50%;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .wrap .headR .head_info li > * > a {
  display: block;
}
.header .wrap .headR .head_info li.tel_item > * {
  background: #38cae1;
}
.header .wrap .headR .head_info li.tel_item > *::before {
  content: "\ea04";
  color: #38cae1;
  border: 2px solid #38cae1;
}
.header .wrap .headR .head_info li.rsv_item > * {
  background: #f8931f;
}
.header .wrap .headR .head_info li.rsv_item > *::before {
  content: "\ea05";
  color: #f8931f;
  border: 2px solid #f8931f;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
    z-index: 500;
  }
  .header.fixed {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.95);
  }
  .header.fixed .wrap {
    border-top: none;
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }
  .header.fixed .wrap .logo {
    display: none;
    width: 28.5rem;
  }
  .header.fixed .wrap .headR {
    width: 100%;
  }
  .header.fixed .wrap .headR .head_info {
    display: none;
  }
  .header.fixed .wrap .headR #nav .gnav > li {
    padding: 0.8rem 0;
  }
  .header.fixed .wrap .headR #nav .gnav > li > a {
    padding: 1.2rem 0;
  }
  .header.fixed .wrap .headR #nav .gnav > li .subnav {
    top: 5.8rem;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 4rem 0 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 35.8rem;
    height: 7.2rem;
    margin: 0 auto 0 0;
  }
  .header .wrap .headR {
    width: 70rem;
    margin: 0;
    padding: 0;
  }
  .header .wrap .headR .head_info {
    display: block;
    margin: 0 0 2.4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR .head_info li {
    width: 22rem;
  }
  .header .wrap .headR .head_info li.tel_item {
    margin-right: 2.4rem;
  }
  .header .wrap .headR .head_info li.tel_item .tel {
    padding: 0 0 0 2rem;
    letter-spacing: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
    min-height: 3.6rem;
  }
  .header .wrap .headR .head_info li.rsv_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3.6rem;
    padding: 0;
    background: #f7931e;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: fixed;
  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: clr_txt;
  background: #ecfafd;
  border: 2px solid #c4e9ef;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0.2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  font-size: 2rem;
  content: "\e971";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  margin: 0.4rem 0 0;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-size: 2rem;
  font-family: "fontello";
  content: "\e970";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  margin: 0.4rem 0 0;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background: #33cce4;
  padding: 1.6rem;
  position: absolute;
  top: 5.6rem;
  right: 0;
  margin: auto;
  padding: 2rem 1.2rem 13rem;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li.treatment {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "2";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e804";
}
.slicknav_menu .slicknav_nav .sp_menu {
  font-size: 1.6rem;
}
.slicknav_menu .slicknav_nav .sp_menu p {
  padding: 0 0 0.6rem;
  margin: 1rem 0 0.4rem;
  border-bottom: 1px solid #fff;
}
.slicknav_menu .slicknav_nav .sp_menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slicknav_menu .slicknav_nav .sp_menu ul li {
  width: 50%;
  margin: 0 0 0.6rem;
}
.slicknav_menu .slicknav_nav .sp_menu ul li a {
  margin: 0;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  display: block;
  position: relative;
}
.slicknav_menu .slicknav_nav .sp_menu ul li a::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "fontello";
  content: "2";
  font-size: 1.2rem;
}
.slicknav_menu .slicknav_nav .sp_menu ul li a:hover {
  background: none;
}
.slicknav_menu .slicknav_nav .sp_menu ul li a.pancreaticobiliary {
  font-size: 80%;
}
.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 {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav li {
    width: auto;
  }
  #nav .gnav li.treatment {
    position: relative;
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav li a.sub {
    position: relative;
  }
  #nav .gnav li a.sub::after {
    content: "t";
    font-family: "fontello";
    margin-left: 0.2rem;
    color: #33cce4;
    font-size: 1.5rem;
    position: absolute;
    right: -1.4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .gnav li a.sub.close::after {
    content: "y";
  }
  #nav .gnav li .subnav {
    width: 47rem;
    display: none;
    position: absolute;
    top: 4.2rem;
    left: -1rem;
    background: #33cce4;
  }
  #nav .gnav li .subnav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    height: 25.5rem;
  }
  #nav .gnav li .subnav ul li {
    width: 100%;
  }
  #nav .gnav li .subnav ul li a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 1.2rem 0.4rem 1.2rem 2rem;
    text-align: left;
    position: relative;
  }
  #nav .gnav li .subnav ul li a:hover {
    background: #1abbd4;
    opacity: 1;
  }
  #nav .gnav li .subnav ul li a::after {
    content: "2";
    font-family: "fontello";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .sp_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap {
  position: relative;
}
.overview > .wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: url("../img/logo_b.svg") no-repeat top 4rem left 2rem/16rem auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.4rem;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  width: 100;
  display: block;
  text-align: center;
  padding: 0.4rem;
  font-weight: normal;
  font-family: "Kosugi Maru", sans-serif;
  color: #fff;
  background: #f79320;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  display: block;
  width: 100%;
  padding: 0.4rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  text-align: right;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 10rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap::before {
    background: url("../img/logo_b.svg") no-repeat top center/32rem auto;
    position: absolute;
    width: 32rem;
    height: 35rem;
    left: -14rem;
    top: -2.4rem;
  }
  .overview > .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .flex .overviewL, .overview > .wrap .flex .overviewR {
    width: 48%;
  }
  .overview > .wrap .flex .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo {
    border-spacing: 0 1.4rem;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo th {
    display: table-cell;
    padding: 0;
    font-size: 1.6rem;
    width: 12rem;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo td {
    display: table-cell;
    width: auto;
    padding: 0 0 0 2.2rem;
  }
  .overview > .wrap .flex .overviewL .tbl_time {
    margin: 0.2rem 0 0;
  }
  .overview > .wrap .flex .overviewR {
    padding: 1.4rem 0 0;
    margin: 0;
  }
  .overview > .wrap .flex .overviewR .gmap iframe {
    height: 52rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 5.2rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.6rem 0 0;
  background: #d6f5fa;
  border: 2px solid #38cae1;
  border-radius: 50%;
}
#pageup a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "3";
  color: #38cae1;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 3rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
    padding: 0 0 1rem;
  }
  #pageup a::before {
    font-size: 5rem;
  }
}
.footer_tel_rsv {
  width: 100%;
  height: 4.8rem;
  color: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_tel_rsv .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #38cae1;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  line-height: 1;
}
.footer_tel_rsv .tel > *::before {
  content: "\ea04";
  font-family: "fontello";
  font-weight: normal;
  margin-right: 0.4rem;
  color: #fff;
}
.footer_tel_rsv .tel > *::after {
  content: "i";
  font-family: "fontello";
  font-weight: normal;
  font-size: 1.6rem;
  margin-left: 0.6rem;
  color: #fff;
  position: relative;
  bottom: 0.1rem;
}
.footer_tel_rsv .tel a {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em), print {
  .footer_tel_rsv {
    display: none !important;
  }
  .footer_tel_rsv .tel {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 2.4rem 0 4.6rem;
  background: url("../img/footer_parts01.png") no-repeat center top/contain, #d6f5fa;
}
.footer .footerL .logo {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.footer .footerL .footer_address {
  font-size: 1.6rem;
}
.footer .footerL .tel_rsv {
  width: 70%;
  margin: 0 auto;
}
.footer .footerL .tel_rsv li {
  border-radius: 30px;
}
.footer .footerL .tel_rsv li > * {
  padding: 0.8rem 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 30px;
  display: block;
  position: relative;
}
.footer .footerL .tel_rsv li > *::before {
  font-size: 2.2rem;
  font-family: "fontello";
  font-weight: normal;
  border-radius: 50%;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .footerL .tel_rsv li > * > a {
  display: block;
}
.footer .footerL .tel_rsv li.tel_item > * {
  background: #38cae1;
  padding: 0.8rem 1rem 0.8rem 4.4rem;
  letter-spacing: 0.1rem;
}
.footer .footerL .tel_rsv li.tel_item > *::before {
  content: "\ea04";
  color: #38cae1;
  border: 2px solid #38cae1;
}
.footer .footerR {
  display: none;
}
.footer .copy {
  display: block;
  background: #35cbe4;
  color: #fff;
  padding: 1.2rem 0;
  margin: 2rem 0 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 8rem 0 0;
    background: url("../img/footer_parts01.png") no-repeat center top/auto auto, #d6f5fa;
  }
  .footer .flex {
    width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .flex .footerL {
    width: 45.4rem;
  }
  .footer .flex .footerL .logo {
    margin: 0 auto 0 0;
  }
  .footer .flex .footerL .footer_address {
    font-size: 1.6rem;
    text-align: left;
  }
  .footer .flex .footerL .tel_rsv {
    margin: 0 auto 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .flex .footerL .tel_rsv > * {
    margin: 0;
    width: 48%;
  }
  .footer .flex .footerL .tel_rsv > * > * {
    font-size: 1.8rem;
    padding: 0.8rem 2rem 0.8rem 4.2rem;
  }
  .footer .flex .footerL .tel_rsv > * > *::before {
    width: 4.4rem;
    height: 4.4rem;
    left: 0;
    font-size: 2.6rem;
  }
  .footer .flex .footerR {
    width: 58rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .flex .footerR ul {
    width: 33%;
  }
  .footer .flex .footerR ul li {
    width: 100%;
    margin: 0 0 1.6rem;
    text-align: left;
  }
  .footer .flex .footerR ul li.treatment {
    display: none;
  }
  .footer .flex .footerR ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .copy {
    margin: 2rem 0 0;
    padding: 2.6rem 0 2.6rem;
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0;
  padding: 0;
  height: 24rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0;
    height: 71rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
  }
}
/* ご挨拶 -------------------------------------- */
.greeting_area {
  padding: 2rem 0 2rem;
  background: #f8f3ed;
}
.greeting_area .tit_02 {
  font-weight: bold;
  color: green;
}
.greeting_area .dr_name {
  text-align: right;
}
.greeting_area .btn_top {
  font-family: "Kosugi Maru", sans-serif;
}

@media screen and (min-width: 48em), print {
  .greeting_area {
    padding: 10rem 0 10rem;
  }
  .greeting_area p:not(.dr_name):not(.btn_top) {
    font-size: 2rem;
    line-height: 2;
  }
  .greeting_area .dr_name {
    font-size: 2rem;
    line-height: 2;
  }
  .greeting_area .btn_top {
    text-align: center;
    font-size: 1.6rem;
  }
  .greeting_area .btn_top a {
    width: 28rem;
  }
}
/* 診療時間 -------------------------------------- */
.hour {
  padding: 2rem 0 2rem;
}
.hour .frame_txt {
  padding: 0.2rem 0.4rem;
  text-align: center;
  font-weight: bold;
  color: #ed1c24;
  border: 2px solid #f68d91;
}

@media screen and (min-width: 48em), print {
  .hour {
    padding: 10rem 0 10rem;
  }
  .hour .wrap {
    width: 87rem;
  }
  .hour .wrap .tbl_time {
    margin: 4rem 0 0;
    font-size: 2.4rem;
  }
  .hour .wrap .tbl_time caption {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0.6rem 0 0;
  }
  .hour .wrap .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 2.4rem;
  }
  .hour .wrap .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .hour .wrap .tbl_time tr th.time {
    padding: 1.8rem 0;
  }
  .hour .wrap .tbl_time tr td {
    padding: 1rem 0;
  }
  .hour .wrap .frame_txt {
    font-size: 2.4rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 1rem 0 2rem;
  background: #ecfafd;
}
.info .tit_02 {
  background: #c1f0f6;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl dt {
  margin-bottom: 0.4rem;
  padding-left: 2rem;
  text-indent: -2.2rem;
  font-weight: normal;
  color: #f7931e;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl dt:hover {
  opacity: 0.8;
}
.info dl dt::before {
  content: "\ea07";
  font-family: "fontello";
  font-weight: normal;
  color: #33cce4;
  margin-right: 0;
}
.info dl dt.close::before {
  content: "\ea06";
}
.info dl dd {
  background: #fff;
  padding: 1rem 1rem 1rem;
  margin: 0 0 2rem;
}
.info dl dd:nth-of-type(n+4) {
  display: none;
}
.info dl dd p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 0;
    background: #ecfafd;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info .wrap .tit_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #c1f0f6;
    min-height: 100%;
    min-width: 18rem;
    margin: 0;
    padding: 10rem 0 0;
  }
  .info .wrap dl {
    margin: 0;
    padding: 10rem 0 8rem 4rem;
    line-height: 1.4;
    height: 100%;
  }
  .info .wrap dl dt {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
  .info .wrap dl dd {
    min-width: 98rem;
    font-size: 1.6rem;
    line-height: 2;
    padding: 2rem;
    margin: 0 0 3.8rem;
  }
}
/* バナーリンク -------------------------------------- */
.bnr_link01 {
  padding: 2rem 0 2rem;
  background: url("../img/bg01.png") center/10px auto;
}
.bnr_link01 img {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 48em), print {
  .bnr_link01 {
    padding: 6rem 0 6rem;
    background: url("../img/bg01.png") center/auto auto;
  }
  .bnr_link01 img {
    margin: 0 auto;
    width: 100rem;
  }
}
/* 診療内容 -------------------------------------- */
.medical_menu {
  padding: 2rem 0 2rem;
  background: #f8f3ed;
}
.medical_menu ul {
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.medical_menu ul li {
  width: 48%;
  margin: 0 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.medical_menu ul li a {
  display: block;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2rem;
  position: relative;
  padding-top: 8.6rem;
  white-space: nowrap;
}
.medical_menu ul li a::after {
  content: "";
  font-family: "fontello";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8C9C8C;
  margin: 0 auto 0.4rem;
  width: 8rem;
  height: 8rem;
  background: url("../img/index_medicalMenu_01.svg") no-repeat center/60% auto, #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.medical_menu ul li a.internal::after {
  background: url("../img/index_medicalMenu_internal.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.gastro::after {
  background: url("../img/index_medicalMenu_gastro.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.endoscopy::after {
  background: url("../img/index_medicalMenu_endoscopy.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.colonoscopy::after {
  background: url("../img/index_medicalMenu_colonoscopy.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.polyp::after {
  background: url("../img/index_medicalMenu_polyp.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.pylori::after {
  background: url("../img/index_medicalMenu_pylori.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.lifestyle_related::after {
  background: url("../img/index_medicalMenu_lifestyle_related.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.pancreaticobiliary::after {
  background: url("../img/index_medicalMenu_pancreaticobiliary.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.vaccination::after {
  background: url("../img/index_medicalMenu_vaccination.svg") no-repeat center/60% auto, #fff;
}
.medical_menu ul li a.checkup::after {
  background: url("../img/index_medicalMenu_checkup.svg") no-repeat center/60% auto, #fff;
}

@media screen and (min-width: 48em), print {
  .medical_menu {
    padding: 10rem 0 5.3rem;
  }
  .medical_menu ul {
    margin: 3rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medical_menu ul li {
    width: 18rem;
    margin-right: 7.5rem;
    margin-bottom: 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medical_menu ul li:nth-child(5n) {
    margin-right: 0;
  }
  .medical_menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    position: relative;
    letter-spacing: 0.2rem;
    padding-top: 19rem;
    font-size: 2rem;
  }
  .medical_menu ul li a::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0.2rem;
    width: 18rem;
    height: 18rem;
    background: url("../img/index_medicalMenu_01.svg") no-repeat center/60% auto, #fff;
  }
}
/* バナーリンク -------------------------------------- */
.bnr_link02 {
  padding: 2rem 0 2rem;
  background: url("../img/bg01.png") center/10px auto;
}
.bnr_link02 .wrap .txt_box {
  margin: 0 0 2rem;
  padding: 1.4rem 1rem 1rem;
  background: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.bnr_link02 .wrap .txt_box .tit_txtBox {
  text-align: center;
  margin: 0 0 1.4rem;
  font-size: 2rem;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.2;
}
.bnr_link02 .wrap .txt_box .tit_txtBox .line {
  color: #F7931E;
  border-bottom: 2px solid #F7931E;
}
.bnr_link02 .wrap > ul li a {
  text-decoration: none !important;
  background: #fff;
  display: block;
  padding: 1rem 28% 1rem 1rem;
  position: relative;
}
.bnr_link02 .wrap > ul li a::after {
  content: "";
  display: block;
  width: 26%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background: #222;
}
.bnr_link02 .wrap > ul li a .tit {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}
.bnr_link02 .wrap > ul li a .txt {
  text-align: center;
  margin: 0;
}
.bnr_link02 .wrap > ul li a .more {
  width: 72%;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  border-radius: 30px;
  padding: 0.2rem 1rem;
  margin: 0.4rem auto 0;
  color: #fff;
}
.bnr_link02 .wrap > ul li.bnr_02 a {
  border: 2px solid #33cce4;
}
.bnr_link02 .wrap > ul li.bnr_02 a::after {
  background: url("../img/index_bnr_parts01.jpg") no-repeat center center/auto 100%;
}
.bnr_link02 .wrap > ul li.bnr_02 a .tit {
  color: #33cce4;
}
.bnr_link02 .wrap > ul li.bnr_02 a .more {
  background: #33cce4;
}
.bnr_link02 .wrap > ul li.bnr_03 a {
  border: 2px solid #f7931e;
}
.bnr_link02 .wrap > ul li.bnr_03 a::after {
  background: url("../img/index_bnr_parts02.jpg") no-repeat center/cover;
}
.bnr_link02 .wrap > ul li.bnr_03 a .tit {
  color: #f7931e;
}
.bnr_link02 .wrap > ul li.bnr_03 a .more {
  background: #f7931e;
}
.bnr_link02 .wrap > ul li ~ li {
  margin: 1.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  .bnr_link02 {
    padding: 6rem 0 6rem;
    background: url("../img/bg01.png") center/auto auto;
  }
  .bnr_link02 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bnr_link02 .wrap .txt_box {
    width: 65.5rem;
    padding: 3.4rem 2rem 3.3rem 4.5rem;
    margin: 0;
    border: 3px solid #D4D4D4;
    border-radius: 10px;
  }
  .bnr_link02 .wrap .txt_box .tit_txtBox {
    font-size: 3.2rem;
    margin: 0 0 2.7rem;
    line-height: 1.4;
  }
  .bnr_link02 .wrap .txt_box > .lst_ul01 li {
    font-size: 2rem;
    margin: 0 0 1.4rem;
  }
  .bnr_link02 .wrap .txt_box > .lst_ul01 li:last-child {
    margin: 0;
  }
  .bnr_link02 .wrap > ul {
    width: 52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bnr_link02 .wrap > ul li {
    width: 100%;
  }
  .bnr_link02 .wrap > ul li a {
    padding: 2.4rem 38% 2.4rem 0;
  }
  .bnr_link02 .wrap > ul li a::after {
    width: 38%;
  }
  .bnr_link02 .wrap > ul li a .tit {
    font-size: 2.6rem;
    margin: 0 0 1.8rem;
  }
  .bnr_link02 .wrap > ul li a .txt {
    font-size: 1.8rem;
    margin: 0;
  }
  .bnr_link02 .wrap > ul li a .more {
    font-size: 1.6rem;
    width: 22rem;
    padding: 0.3rem 0.4rem;
    margin: 2rem auto 0;
  }
  .bnr_link02 .wrap > ul li ~ li {
    margin: 0;
  }
}
/* 特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
  background: url("../img/index_feature_bg01.jpg") no-repeat top/cover;
}
.feature ul {
  counter-reset: feature;
}
.feature ul li {
  counter-increment: feature 1;
  margin: 0 auto 2.4rem;
  width: 80%;
  position: relative;
}
.feature ul li::before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: #222;
}
.feature ul li.feature_01::before {
  background: url("../img/index_feature_01.jpg") no-repeat center/35rem auto;
}
.feature ul li.feature_02::before {
  background: url("../img/index_feature_02.jpg") no-repeat center/19rem auto;
}
.feature ul li.feature_03::before {
  background: url("../img/index_feature_03.jpg") no-repeat center left -9rem/30rem auto;
}
.feature ul li.feature_04::before {
  background: url("../img/index_feature_04.jpg") no-repeat top left/20rem auto;
}
.feature ul li.feature_05::before {
  background: url("../img/index_feature_05.jpg") no-repeat center/30rem auto;
}
.feature ul li.feature_06::before {
  background: url("../img/index_feature_06.jpg") no-repeat top -2rem center/28rem auto;
}
.feature ul li::after {
  content: counter(feature, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: "メイリオ", Meiryo, "sans-serif";
  font-weight: bold;
  color: #fff;
  background: url("../img/index_feature_parts01.png") no-repeat center/80% auto, #f49425;
  border-radius: 10px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.feature ul li .tit {
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  padding: 0.4rem 0.8rem;
  margin: -2rem 0 0.4rem;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 1rem;
  }
  .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature ul li {
    width: 36rem;
    margin: 0 5.3rem 7.6rem 0;
  }
  .feature ul li:nth-child(3n) {
    margin: 0 0 7.6rem;
  }
  .feature ul li::before {
    width: 36.4rem;
    height: 36.4rem;
  }
  .feature ul li.feature_01::before {
    background: url("../img/index_feature_01.jpg") no-repeat center/74rem auto;
  }
  .feature ul li.feature_02::before {
    background: url("../img/index_feature_02.jpg") no-repeat center/38rem auto;
  }
  .feature ul li.feature_03::before {
    background: url("../img/index_feature_03.jpg") no-repeat center right -6rem/56rem auto;
  }
  .feature ul li.feature_04::before {
    background: url("../img/index_feature_04.jpg") no-repeat center left/40rem auto;
  }
  .feature ul li.feature_05::before {
    background: url("../img/index_feature_05.jpg") no-repeat center/55rem auto;
  }
  .feature ul li.feature_06::before {
    background: url("../img/index_feature_06.jpg") no-repeat top -1rem center/47rem auto;
  }
  .feature ul li::after {
    width: 9rem;
    height: 9rem;
    font-size: 4rem;
  }
  .feature ul li .tit {
    font-size: 2rem;
    margin: -2rem 1rem 2rem;
  }
  .feature ul li .caption {
    padding: 0 1.2rem 0;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print {
  *[id*=c_]::before {
    content: "";
    display: block;
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.doctor .main .dr_name {
  margin: 1rem 0 1rem;
  text-align: right;
}
.doctor .main .dr_name p {
  display: inline-block !important;
  text-align: left;
  margin: 0;
}
.doctor .main .dr_name p span {
  margin: 0.2rem 0 0;
  font-size: 110%;
}
.doctor .main .flex {
  margin: 3rem 0 0;
}

@media screen and (min-width: 48em), print {
  .doctor .main .dr_name p span {
    font-size: 120%;
  }
  .doctor .main .img_c {
    margin: 1rem auto 4rem;
  }
  .doctor .main .flex {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .doctor .main .flex > * {
    margin: 0;
    width: 48%;
  }
}
/* クリニック紹介 */
.clinicslide {
  margin-bottom: 8rem;
}
.clinicslide img, .clinicslide p {
  display: none;
}

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

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

/* 初めての方へ */
.flow {
  counter-reset: flow_number;
}
.flow dt {
  counter-increment: flow_number 1;
  background: #33cce4;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding: 0.8rem 0.2rem 0.6rem 2rem;
}
.flow dt::before {
  content: counter(flow_number) ".";
  margin-right: 0.4rem;
}
.flow dd {
  padding: 0.8rem 1rem 0.2rem;
  margin: 0 0 3rem;
  border: 3px solid #33cce4;
  background: #fff;
  position: relative;
}
.flow dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 6rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  margin: 0 auto;
  width: 0.3rem;
  height: 10rem;
  background: #33cce4;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -8rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child)::after {
    width: 0.4rem;
    height: 8rem;
    bottom: -8rem;
    left: 1.6rem;
  }
}

.flow_02 {
  counter-reset: flow_number;
  margin: 0 0 1.2rem;
}
.flow_02 li {
  counter-increment: flow_number 1;
  background: #f2f2f2;
  padding: 0.8rem;
  margin: 0 0 3rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow_02 li {
    margin: 0 0 6rem;
    padding: 2rem 2rem 2rem 6.8rem;
  }
}
.flow_02 li::before {
  content: counter(flow_number) ".";
  color: #6cc8d7;
  background: #fff;
  font-weight: bold;
  padding: 0.2rem 0.6rem 0.2rem 0.8rem;
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .flow_02 li::before {
    position: absolute;
    padding: 0 0.6rem 0 1rem;
    top: 2rem;
    left: 2rem;
  }
}
.flow_02 li:last-child {
  margin: 0;
}
.flow_02 li:not(:last-child)::after {
  display: block;
  width: 2rem;
  height: 3rem;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3.4rem;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2rem solid rgba(51, 204, 228, 0.6);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow_02 li:not(:last-child)::after {
    width: 0.4rem;
    bottom: -5rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .access .tbl_time {
    font-size: 2rem;
  }
  .access .tbl_time caption {
    font-size: 1.8rem;
  }
  .access .tbl_time tbody tr th[scope=col] {
    font-size: 2rem;
  }
  .access .gmap {
    height: 50rem;
  }
}
/* 内視鏡内科 */
@media screen and (min-width: 48em), print {
  .pylori .link_item .btn_01 a {
    min-width: 35rem;
  }
}
/* 肝臓・胆道・膵臓疾患 */
@media screen and (min-width: 48em), print {
  .pancreaticobiliary .main .img_c {
    margin: 0 auto 4rem;
    max-width: 40%;
  }
}