@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; }

.marker {
  background: linear-gradient(transparent 60%, #fff59d 60%);
  display: inline;
  padding: 0 .1em; }

.txt_red {
  color: #d9565b; }

.txt_blue {
  color: #1b75bc; }

.txt_green {
  color: #009944; }

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.0rem auto; }

.img_l,
.img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1.0rem auto; }

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2.0rem 2.0rem 0; }

  .img_r {
    float: right;
    margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none; }

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block; }

  .pc_n {
    display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4.0rem; }

.mt30 {
  margin-top: 3.0rem; }

.mt20 {
  margin-top: 2.0rem; }

.mt10 {
  margin-top: 1.0rem; }

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 4.0rem; }

.main > section section ~ section,
.flex2 > section section ~ section {
  margin-top: 3.0rem; }

.main > section > section section ~ section,
.flex2 > section > section section ~ section {
  margin-top: 2.0rem; }

.main > section > section > section section ~ section,
.flex2 > section > section > section section ~ section {
  margin-top: 2.0rem; }

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8.0rem; }

  .mt30 {
    margin-top: 6.0rem; }

  .mt20 {
    margin-top: 4.0rem; }

  .mt10 {
    margin-top: 2.0rem; }

  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8.0rem; }

  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6.0rem; }

  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4.0rem; }

  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2.0rem; } }
.fs_1 {
  font-size: 0.1rem !important; }

.fs_2 {
  font-size: 0.2rem !important; }

.fs_3 {
  font-size: 0.3rem !important; }

.fs_4 {
  font-size: 0.4rem !important; }

.fs_5 {
  font-size: 0.5rem !important; }

.fs_6 {
  font-size: 0.6rem !important; }

.fs_7 {
  font-size: 0.7rem !important; }

.fs_8 {
  font-size: 0.8rem !important; }

.fs_9 {
  font-size: 0.9rem !important; }

.fs_10 {
  font-size: 1rem !important; }

.fs_11 {
  font-size: 1.1rem !important; }

.fs_12 {
  font-size: 1.2rem !important; }

.fs_13 {
  font-size: 1.3rem !important; }

.fs_14 {
  font-size: 1.4rem !important; }

.fs_15 {
  font-size: 1.5rem !important; }

.fs_16 {
  font-size: 1.6rem !important; }

.fs_17 {
  font-size: 1.7rem !important; }

.fs_18 {
  font-size: 1.8rem !important; }

.fs_19 {
  font-size: 1.9rem !important; }

.fs_20 {
  font-size: 2rem !important; }

.fs_21 {
  font-size: 2.1rem !important; }

.fs_22 {
  font-size: 2.2rem !important; }

.fs_23 {
  font-size: 2.3rem !important; }

.fs_24 {
  font-size: 2.4rem !important; }

.fs_25 {
  font-size: 2.5rem !important; }

.fs_26 {
  font-size: 2.6rem !important; }

.fs_27 {
  font-size: 2.7rem !important; }

.fs_28 {
  font-size: 2.8rem !important; }

.fs_29 {
  font-size: 2.9rem !important; }

.fs_30 {
  font-size: 3rem !important; }

@media screen and (min-width: 48em), print {
  .min_fs_1 {
    font-size: 0.1rem !important; }

  .min_fs_2 {
    font-size: 0.2rem !important; }

  .min_fs_3 {
    font-size: 0.3rem !important; }

  .min_fs_4 {
    font-size: 0.4rem !important; }

  .min_fs_5 {
    font-size: 0.5rem !important; }

  .min_fs_6 {
    font-size: 0.6rem !important; }

  .min_fs_7 {
    font-size: 0.7rem !important; }

  .min_fs_8 {
    font-size: 0.8rem !important; }

  .min_fs_9 {
    font-size: 0.9rem !important; }

  .min_fs_10 {
    font-size: 1rem !important; }

  .min_fs_11 {
    font-size: 1.1rem !important; }

  .min_fs_12 {
    font-size: 1.2rem !important; }

  .min_fs_13 {
    font-size: 1.3rem !important; }

  .min_fs_14 {
    font-size: 1.4rem !important; }

  .min_fs_15 {
    font-size: 1.5rem !important; }

  .min_fs_16 {
    font-size: 1.6rem !important; }

  .min_fs_17 {
    font-size: 1.7rem !important; }

  .min_fs_18 {
    font-size: 1.8rem !important; }

  .min_fs_19 {
    font-size: 1.9rem !important; }

  .min_fs_20 {
    font-size: 2rem !important; }

  .min_fs_21 {
    font-size: 2.1rem !important; }

  .min_fs_22 {
    font-size: 2.2rem !important; }

  .min_fs_23 {
    font-size: 2.3rem !important; }

  .min_fs_24 {
    font-size: 2.4rem !important; }

  .min_fs_25 {
    font-size: 2.5rem !important; }

  .min_fs_26 {
    font-size: 2.6rem !important; }

  .min_fs_27 {
    font-size: 2.7rem !important; }

  .min_fs_28 {
    font-size: 2.8rem !important; }

  .min_fs_29 {
    font-size: 2.9rem !important; }

  .min_fs_30 {
    font-size: 3rem !important; } }
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed; }
  .tbl_time caption {
    caption-side: bottom;
    text-align: left;
    font-weight: bold;
    margin-top: .4rem; }
  .tbl_time tr th {
    padding: .4rem 0;
    color: #58494e;
    border-bottom: 2px solid #58494e; }
    .tbl_time tr th:first-child {
      width: 30%; }
    .tbl_time tr th.time {
      color: #222;
      border-bottom: 1px solid #58494e; }
  .tbl_time tr td {
    text-align: center;
    color: #d9565b;
    padding: .6rem .4rem;
    border-bottom: 1px solid #58494e;
    line-height: 1.0; }
    .tbl_time tr td.close {
      color: #333; }

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem; }
    .tbl_time tr th {
      padding: 1.0rem 0;
      font-size: 1.8rem; }
    .tbl_time tr td {
      font-size: 2.4rem;
      padding: 1.8rem 0; } }
/* 汎用性テーブル -------------------------------------- */
.tbl01 {
  width: 100%;
  border-left: 1px solid #58494e;
  color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2rem;
  table-layout: fixed;
  border-top: 1px solid #58494e; }
  .tbl01 caption {
    caption-side: bottom;
    text-align: left;
    font-weight: bold;
    margin-top: .4rem; }
  .tbl01 tr th {
    background: #182950;
    padding: .4rem;
    color: #FFF;
    border-bottom: 1px solid #58494e;
    border-right: 1px solid #58494e; }
    .tbl01 tr th:first-child {
      width: 70%; }
  .tbl01 tr td {
    border-right: 1px solid #58494e;
    color: #333;
    padding: .6rem .4rem;
    border-bottom: 1px solid #58494e;
    line-height: 1.3; }
  .tbl01.-three tr th:first-child {
    width: inherit; }
  .tbl01.-center tr th, .tbl01.-center tr td {
    text-align: center; }

.scroll {
  overflow-x: scroll; }
  .scroll .tbl02 {
    /*width: 100%;*/
    border-left: 1px solid #58494e;
    color: #FFF;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.2rem;
    table-layout: fixed;
    border-top: 1px solid #58494e;
    /*white-space: nowrap;*/ }
    .scroll .tbl02 caption {
      caption-side: bottom;
      text-align: left;
      font-weight: bold;
      margin-top: .4rem; }
    .scroll .tbl02 tr th {
      background: #182950;
      padding: .4rem;
      color: #FFF;
      border-bottom: 1px solid #58494e;
      border-right: 1px solid #58494e;
      white-space: nowrap; }
      .scroll .tbl02 tr th.fs_s {
        font-size: 80% !important; }
    .scroll .tbl02 tr td {
      border-right: 1px solid #58494e;
      color: #333;
      padding: .6rem .4rem;
      border-bottom: 1px solid #58494e;
      line-height: 1.0; }
      .scroll .tbl02 tr td.circle {
        color: #3C6D9D; }

@media screen and (min-width: 48em), print {
  .tbl01 {
    font-size: 1.8rem; }
    .tbl01 tr th {
      padding: 1.0rem; }
    .tbl01 tr td {
      padding: 1rem;
      line-height: 1.3; }
      .tbl01 tr td .lst_ul01 li {
        text-indent: -1em;
        padding-left: 1em; }

  .scroll {
    overflow: hidden; }
    .scroll .tbl02 {
      font-size: 2rem; }
      .scroll .tbl02 tr th {
        padding: 1.0rem; }
        .scroll .tbl02 tr th:first-child {
          width: 50%; }
      .scroll .tbl02 tr td {
        padding: 1rem; } }
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%; }
  .gmap img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc; }
  .gmap iframe {
    width: 100%;
    height: 100%;
    border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/a_index_keyvsl01.jpg) no-repeat left top/130% auto;
  font-size: 2.2rem;
  color: #58494e;
  padding: 4.0rem 1.0rem;
  margin: 0 -1.0rem 3.0rem;
  text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px; }
  .tit_01 span {
    display: inline-block;
    border-bottom: 2px dotted #58494e;
    padding: 0 0 .4rem; }

.tit_02 {
  color: #182a50;
  text-align: center;
  font-size: 2.0rem;
  background: url("../img/tit_02.png") no-repeat center center/auto 6rem;
  padding: 2.0rem 1.0rem;
  margin: 0 0 1.0rem;
  line-height: 1.2; }
  .tit_02 span {
    display: block;
    color: #ccc;
    font-size: 70%;
    margin: .6rem 0 0; }

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: .8rem 1.0rem .8rem 2.8rem;
  margin: 0 0 1.0rem;
  background: #182a50;
  position: relative; }
  .tit_03::before {
    font-family: 'fontello';
    content: '\e826';
    font-size: 70%;
    position: absolute;
    top: 1.2rem;
    left: 1.0rem; }

.tit_04 {
  color: #513401;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1.0rem; }

.aco_tit {
  cursor: pointer; }
  .aco_tit::before {
    content: '▼';
    font-size: 0.9em;
    padding: 0rem 0.2em 0 0; }
  .aco_tit.active::before {
    content: "▲"; }

.aco_box {
  display: none; }

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/a_index_keyvsl01.jpg) no-repeat center top -15rem/auto;
    font-size: 3.8rem;
    padding: 12.0rem 0;
    margin: 0 0 6.0rem;
    display: -webkit-flex;
    display: flex; }
    .tit_01::before {
      content: "";
      width: calc((100% - 1080px) / 2);
      display: block; }
    .tit_01 span {
      border-bottom: 3px dotted #58494e;
      padding: 0 0 .6rem; }

  .tit_02 {
    font-size: 2.8rem;
    padding: 3.4rem 0;
    margin: 0 0 2.0rem;
    letter-spacing: .2rem;
    background: url("../img/tit_02.png") no-repeat center center/auto 9.6rem; }

  .tit_03 {
    padding: .8rem 1.0rem .8rem 3.4rem;
    font-size: 2.6rem;
    margin: 0 0 2.0rem; }

  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2.0rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.4rem;
  padding-left: 1.4em;
  padding-bottom: 1.0rem;
  line-height: 1.4; }
  .lst_ul01 li::before {
    content: '●';
    margin-right: .4rem;
    color: #d9565b;
    font-size: 70%; }
.lst_ul01.-normal li {
  padding-left: 0;
  text-indent: inherit;
  padding-bottom: 0.5rem; }
  .lst_ul01.-normal li::before {
    content: none; }

.lst_ol01 {
  margin: 1.0rem 0 1.0rem 2.6rem; }
  @media screen and (min-width: 48em), print {
    .lst_ol01 {
      margin: 1.0rem 0 1.0rem 3.0rem; } }
  .lst_ol01 li {
    line-height: 1.4;
    counter-increment: number 1;
    text-indent: -1.0rem;
    padding: 0 0 1.0rem 0; }
    .lst_ol01 li::before {
      display: inline-block;
      content: counter(number) ".";
      margin-right: .8rem;
      font-family: 'Lato', sans-serif;
      color: clr_blue;
      font-weight: bold; }
  .lst_ol01.-kakko li::before {
    content: counter(number) ")"; }

.lst_dl01 dt {
  font-weight: bold;
  color: #1b75bc; }
.lst_dl01 dd {
  margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -2.2rem;
    padding-left: 1.8em; }
    .lst_ul01 li::before {
      margin-right: .8rem; }

  .lst_dl01 dt {
    float: left;
    width: 13.0rem;
    font-weight: bold;
    clear: left; }
  .lst_dl01 dd {
    margin: 0 0 1.0rem;
    padding-left: 14.0rem; } }
/* フレックス回り -------------------------------------- */
.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%; } }
/* 電話回り -------------------------------------- */
.tel {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #58494e;
  letter-spacing: .2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .tel::before {
    font-family: 'fontello';
    content: '\e804';
    font-size: 90%;
    margin: 0 .6rem 0 0; }

/* ボックス回り -------------------------------------- */
.box_white {
  background: #fff;
  padding: 1.0rem;
  border-radius: .6rem; }

/* ボタン回り -------------------------------------- */
.btn_detail {
  display: inline-block;
  background: #eff5fa;
  color: #1b75bc;
  border: 1px solid #1b75bc;
  border-radius: .6rem;
  padding: 1.0rem 3.0rem; }
  .btn_detail::after {
    font-family: 'fontello';
    content: '\f138';
    margin-left: 1.0rem; }
  .btn_detail:hover {
    opacity: 1.0;
    background: #1b75bc;
    color: #fff; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: calc( 100vw / 32 );
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body {
  background: #fff;
  color: #333; }

a {
  color: inherit;
  text-decoration: none; }

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 4.0rem; }
  .main a:not([href*="tel"]) {
    text-decoration: underline; }
  .main a[class*="btn_"] {
    text-decoration: none; }

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; }

  body {
    min-width: 1120px; }

  a, button {
    transition: .2s; }
    a:hover, button:hover {
      opacity: .8; }

  .wrap {
    width: 1080px;
    margin: auto; }

  .main {
    font-size: 2.0rem;
    padding: 0 0 4.0rem; } }
/* アイコンフォント -------------------------------------- */
@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 {
  margin: 1.0rem 1.0rem 0; }
  .header .wrap .logo {
    height: 8.0rem; }
    .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 {
    margin: .4rem -1.0rem 0;
    background: #f7f5ed;
    padding: 1.0rem;
    font-size: 1.4rem; }
    .header .wrap .headR .parking {
      width: 75%;
      background: #fff;
      font-weight: bold;
      color: #d9565b;
      text-align: center;
      padding: .4rem;
      border-radius: 2.0rem; }
      .header .wrap .headR .parking::before {
        font-family: 'fontello';
        content: '\e827';
        margin-right: .6rem; }
    .header .wrap .headR .tel {
      display: block;
      font-size: 180%;
      margin: .4rem 0; }
      .header .wrap .headR .tel a {
        display: inline-block; }
    .header .wrap .headR .acs {
      font-size: 85%; }

@media screen and (min-width: 48em), print {
  .header {
    margin: 1.0rem 0 0; }
    .header .wrap {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      .header .wrap .logo {
        width: 60%;
        height: 12.0rem; }
        .header .wrap .logo a {
          background: url(../img/logo.svg) no-repeat left center/contain; }
      .header .wrap .headR {
        width: 30%;
        text-align: center;
        font-size: 1.6rem; }
        .header .wrap .headR .parking {
          width: 90%;
          margin: auto; }
        .header .wrap .headR .tel {
          font-size: 3.4rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 10.6rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10; }
  .slicknav_menu .slicknav_btn {
    width: 5.0rem;
    height: 5.0rem;
    color: #fff;
    background: #d9565b;
    text-shadow: none;
    border-radius: 0;
    text-align: center;
    line-height: 1.0;
    margin: 0 1.0rem;
    padding: 0; }
  .slicknav_menu .slicknav_btn.slicknav_collapsed::before {
    display: block;
    font-family: 'fontello';
    content: '\e801';
    line-height: .8; }
  .slicknav_menu .slicknav_btn.slicknav_collapsed::after {
    display: block;
    content: 'MENU';
    font-size: 1.0rem; }
  .slicknav_menu .slicknav_btn.slicknav_open::before {
    display: block;
    font-family: 'fontello';
    content: '\e802';
    line-height: .8; }
  .slicknav_menu .slicknav_btn.slicknav_open::after {
    display: block;
    content: 'CLOSE';
    font-size: 1.0rem; }
  .slicknav_menu .slicknav_nav {
    width: 100vw;
    background: #d9565b;
    padding: 1.6rem;
    position: absolute;
    top: 5.6rem;
    right: 0;
    margin: auto; }
    .slicknav_menu .slicknav_nav .gnav {
      border-top: 1px solid #ea9da0;
      margin: 0; }
      .slicknav_menu .slicknav_nav .gnav li {
        border-bottom: 1px solid #ea9da0; }
        .slicknav_menu .slicknav_nav .gnav li a {
          display: block;
          color: #fff;
          padding: 1.0rem 0;
          font-size: 1.6rem;
          position: relative; }
          .slicknav_menu .slicknav_nav .gnav li a.sub {
            background: none;
            border: none;
            color: #fff;
            padding: 1.0rem 0;
            font-size: 1.6rem; }
            .slicknav_menu .slicknav_nav .gnav li a.sub::after {
              position: absolute;
              right: 1.0rem;
              font-family: 'fontello';
              content: '\f13a';
              font-size: 2.0rem; }
          .slicknav_menu .slicknav_nav .gnav li a:hover {
            background: none; }
        .slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
          padding: 0; }
        .slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
          border: none; }
        .slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub {
          color: #fff; }
          .slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
            font-family: 'fontello';
            content: '\f139'; }
  .slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
    display: none !important; }

#nav {
  display: none; }

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none; }

  #nav {
    display: block; }
    #nav .gnav {
      width: 1080px;
      margin: auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #nav .gnav > li {
        position: relative; }
        #nav .gnav > li > a, #nav .gnav > li .sub {
          display: block;
          text-align: center;
          font-weight: bold;
          font-size: 1.8rem;
          color: #464646;
          padding: 3.0rem 0; }
          #nav .gnav > li > a::before, #nav .gnav > li .sub::before {
            font-family: 'fontello';
            content: '\f138';
            color: #d9565b;
            font-size: 80%;
            margin-right: 1.0rem; }
          #nav .gnav > li > a:hover, #nav .gnav > li .sub:hover {
            color: #d9565b;
            opacity: 1.0; }
        #nav .gnav > li .sub {
          cursor: pointer;
          background: none;
          border: none;
          outline: none; }
        #nav .gnav > li .subnav {
          width: 22.0rem;
          display: none;
          position: absolute;
          left: -5.0rem; }
          #nav .gnav > li .subnav li {
            width: 100%; }
            #nav .gnav > li .subnav li:not(:first-child) {
              border-top: 1px solid #58494e; }
            #nav .gnav > li .subnav li a {
              display: block;
              width: 100%;
              font-size: 1.6rem;
              background: rgba(255, 255, 255, 0.9);
              padding: 1.6rem 0;
              text-align: center;
              font-weight: normal;
              color: #464646; }
              #nav .gnav > li .subnav li a:hover {
                background: #58494e;
                color: #fff; }

  /* Gナビ　ハイライト */
  .index #nav .home,
  .doctor #nav .doctor,
  .clinic #nav .clinic,
  .first #nav .first,
  .access #nav .access,
  .sheets #nav .sheets {
    color: #d9565b; } }
/* クリニック概要 -------------------------------------- */
.overview {
  margin: 4.0rem 0 0;
  padding: 2.0rem 1.0rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f7f5ed; }
  .overview .box_white {
    padding: 2.0rem 1.0rem; }
    .overview .box_white .clinic_name {
      text-align: center;
      margin: 0 0 2.0rem; }
      .overview .box_white .clinic_name img {
        max-width: 80%;
        height: auto; }
    .overview .box_white .overviewL .tbl_gaiyo {
      width: 100%;
      border-collapse: collapse; }
      .overview .box_white .overviewL .tbl_gaiyo th {
        display: block;
        text-align: left;
        color: #58494e;
        line-height: 1.4; }
      .overview .box_white .overviewL .tbl_gaiyo td {
        display: block;
        padding: 0 0 1.0rem; }
        .overview .box_white .overviewL .tbl_gaiyo td .tel {
          font-size: 170%; }
    .overview .box_white .overviewL .tbl_time {
      margin: 1.6rem 0; }
    .overview .box_white .overviewR {
      margin: 2.0rem 0 0; }
      .overview .box_white .overviewR .btn_detail {
        margin: 1.0rem 0 0; }

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8.0rem 0;
    font-size: 1.6rem; }
    .overview .box_white {
      width: 1080px;
      margin: auto;
      padding: 4.0rem;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .overview .box_white .clinic_name {
        width: 100%;
        margin: 0 0 6.0rem; }
        .overview .box_white .clinic_name img {
          max-width: 54.0rem; }
      .overview .box_white .overviewL, .overview .box_white .overviewR {
        width: 48%; }
      .overview .box_white .overviewL .tbl_gaiyo th, .overview .box_white .overviewL .tbl_gaiyo td {
        display: table-cell;
        padding: 1.0rem; }
      .overview .box_white .overviewL .tbl_gaiyo th {
        width: 27%; }
      .overview .box_white .overviewR .btn_detail {
        margin: 2.0rem 0 0;
        padding: 1.0rem 2.8rem; } }
/* フッター -------------------------------------- */
.tel_up {
  width: 100%;
  background: #f7f5ed;
  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;
  -webkit-align-items: center;
  align-items: center; }
  .tel_up .tel {
    display: block;
    text-align: center;
    width: 80%;
    font-size: 2.4rem;
    line-height: 1.0; }
  .tel_up .pageup {
    cursor: pointer; }
    .tel_up .pageup a {
      display: block;
      width: 5.0rem;
      text-align: center; }
      .tel_up .pageup a::before {
        font-size: 4.4rem;
        font-family: 'fontello';
        content: '\f139';
        color: #1b75bc; }
      .tel_up .pageup a span {
        display: none; }

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8.0rem;
    bottom: 5.0rem;
    right: 2.0rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0; }
    .tel_up .tel {
      display: none; }
    .tel_up .pageup a {
      width: 6.4rem;
      height: 6.4rem; }
      .tel_up .pageup a::before {
        font-size: 7.0rem; } }
.footer {
  text-align: center;
  padding: 0 0 4.6rem; }
  .footer .copy {
    display: block;
    background: #1b75bc;
    color: #fff;
    padding: .6rem 1.0rem;
    font-size: 1.2rem; }
  .footer ul {
    display: none; }

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.0rem 0 0; }
    .footer ul {
      display: block;
      text-align: center;
      margin: 0 0 2.0rem; }
      .footer ul li {
        display: inline-block;
        font-size: 1.4rem; }
        .footer ul li:not(:last-child)::after {
          content: '|';
          margin: 0 1.6rem; }
        .footer ul li a {
          opacity: 1.0; }
          .footer ul li a:hover {
            text-decoration: underline; }
        .footer ul li.treatment {
          display: none; }
    .footer .copy {
      margin: 4.0rem 0 0; } }
.sas_net {
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .sas_net {
      text-align: initial; } }
  .sas_net img {
    display: block;
    width: 76% !important;
    margin: auto; }
    @media screen and (min-width: 48em), print {
      .sas_net img {
        max-width: 280px; } }

@media screen and (min-width: 48em), print {
  .w400 img {
    max-width: 400px !important; } }

@media screen and (min-width: 48em), print {
  .m_ini {
    margin: initial !important; } }

.text_c {
  text-align: center !important; }

/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  max-width: 100%;
  height: 20.8rem;
  background: url(../img/a_index_keyvsl01.jpg) no-repeat center bottom/150% auto; }
  #keyvsl .catch {
    background: rgba(7, 102, 147, 0.8);
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    padding: .6rem 1.0rem; }
    #keyvsl .catch span {
      font-size: 150%;
      font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 50.0rem;
    background: url(../img/a_index_keyvsl01.jpg) no-repeat center center/auto; }
    #keyvsl .catch {
      font-size: 2.2rem;
      width: 1080px;
      margin: auto; } }
/* お知らせ -------------------------------------- */
.info {
  padding: 4.0rem 1.0rem; }
  .info .wrap dl {
    margin: 0;
    line-height: 1.4;
    padding: 0 .6rem 0 0;
    height: 20.0rem;
    overflow-y: auto; }
    .info .wrap dl dt {
      display: inline-block;
      color: #fff;
      text-align: center;
      background: #076693;
      padding: 0 .6rem;
      margin: 0 0 .4rem;
      border-radius: .4rem; }
    .info .wrap dl dd {
      margin: 0 0 1.0rem;
      padding-bottom: 1.0rem; }
      .info .wrap dl dd .tit {
        display: block;
        font-weight: bold;
        margin: 0 0 .4rem;
        cursor: pointer; }

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    padding: 4.0rem 0 2rem;
    background: rgba(247, 245, 237, 0.8); }
    .info .wrap {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      .info .wrap .tit_02 {
        width: 33.0rem; }
      .info .wrap dl {
        width: 74.0rem;
        padding: 0 1.0rem 0 0;
        height: 28.0rem; }
        .info .wrap dl dt {
          float: left;
          width: 12.0rem;
          clear: left;
          font-size: 1.8rem; }
        .info .wrap dl dd {
          padding: 0 0 0 14.0rem; } }
/* コロナバナー -------------------------------------- */
.bnr_corona {
  padding: 0.9rem 1.0rem 1.0rem;
  margin: 0; }
  .bnr_corona .wrap {
    text-align: center !important; }
    .bnr_corona .wrap img {
      width: 96%; }
      .bnr_corona .wrap img.bnr_02 {
        border: 5px solid #a5e5e5; }
    .bnr_corona .wrap .qr_box {
      background: #fff;
      border: 1px solid #d9565b;
      padding: 24px; }
      .bnr_corona .wrap .qr_box .qr_code {
        width: 120px;
        margin-top: 10px; }
      .bnr_corona .wrap .qr_box li {
        color: #076693; }

@media screen and (min-width: 48em), print {
  .bnr_corona {
    margin: 0;
    padding: 8.0rem 0 1rem;
    background: rgba(247, 245, 237, 0.8); }
    .bnr_corona .wrap {
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .bnr_corona .wrap > div {
        width: 49%; }
      .bnr_corona .wrap .qr_box {
        background: #fff;
        border: 1px solid #d9565b;
        padding: 24px; } }
/* 診療のご案内 -------------------------------------- */
.tre {
  background: #f7f5ed;
  padding: 4.0rem 1.0rem; }
  .tre .wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tre .wrap ul li {
      width: 48%;
      margin: 0 0 1.0rem; }
      .tre .wrap ul li a {
        display: block;
        height: 100%;
        text-align: center;
        background: #fff;
        padding: 1.6rem 1.0rem;
        border-radius: .6rem;
        text-decoration: none !important; }
        .tre .wrap ul li a::before {
          content: '';
          display: block;
          width: 7.0rem;
          height: 7.0rem;
          margin: 0 auto 1.0rem;
          border-radius: 50%; }
        .tre .wrap ul li a.cardiovascular::before {
          background: url("../img/icon_junkan.svg") no-repeat center center/50% auto #eff5fa; }
        .tre .wrap ul li a.internal::before {
          background: url("../img/icon_naika.svg") no-repeat center center/50% auto #eff5fa; }
        .tre .wrap ul li a.lifestylediseases::before {
          background: url("../img/icon_seikatsu.svg") no-repeat center center/45% auto #eff5fa; }
        .tre .wrap ul li a.sas::before {
          background: url("../img/icon_sas.svg") no-repeat center center/50% auto #eff5fa; }
        .tre .wrap ul li a.checkup::before {
          background: url("../img/icon_kenshin.svg") no-repeat center center/50% auto #eff5fa; }
        .tre .wrap ul li a.vaccination::before {
          background: url("../img/icon_yobo.svg") no-repeat center center/50% auto #eff5fa; }

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8.0rem 0; }
    .tre .wrap ul li {
      width: 32%;
      margin: 0 0 2.0rem; }
      .tre .wrap ul li a {
        padding: 2.0rem 1.0rem;
        font-size: 2.2rem; }
        .tre .wrap ul li a::before {
          width: 9.0rem;
          height: 9.0rem; } }
/* 特徴 -------------------------------------- */
.feature {
  margin: 4.0rem 1.0rem; }
  .feature ol {
    counter-reset: number 0; }
    .feature ol li {
      margin: 0 0 2.0rem;
      counter-increment: number 1; }
      .feature ol li::before {
        display: block;
        width: 6.0rem;
        height: 6.0rem;
        margin: 0 auto;
        text-align: center;
        font-size: 3.0rem;
        line-height: 2.0;
        letter-spacing: .2rem;
        content: "0" counter(number);
        background: #eff5fa;
        color: #1b75bc;
        border-radius: 50%; }
      .feature ol li img {
        display: block;
        margin: 1.0rem auto; }

@media screen and (min-width: 48em), print {
  .feature {
    width: 1080px;
    margin: 8.0rem auto; }
    .feature ol {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .feature ol li {
        width: 31%;
        margin: 0 0 2.0rem; }
        .feature ol li::before {
          width: 7.0rem;
          height: 7.0rem;
          font-size: 3.4rem; }
        .feature ol li img {
          display: block;
          margin: 2.0rem auto; } }
/* カレンダー -------------------------------------- */
.calendar {
  margin: 4.0rem 1.0rem; }
  .calendar .calendar_wrap {
    width: 100%; }
    .calendar .calendar_wrap .caledit {
      width: 100%;
      margin: 0 auto 1.5rem;
      border: 1px #999999 solid;
      border-collapse: collapse; }
  .calendar .calendar_detail {
    text-align: center;
    margin-top: 1rem; }
    .calendar .calendar_detail li {
      display: inline-block;
      list-style: none;
      font-size: 1.5rem; }
      .calendar .calendar_detail li::before {
        content: '■';
        margin-right: 0.3em; }
      .calendar .calendar_detail li:not(:last-of-type) {
        margin-right: 0.7em; }
      .calendar .calendar_detail li.outPatient::before {
        color: #d9565b; }
      .calendar .calendar_detail li.amOnly::before {
        color: #bdd7ee; }
      .calendar .calendar_detail li.pmOnly::before {
        color: #1b75bc; }

@media screen and (min-width: 48em), print {
  .calendar {
    margin: 8.0rem auto; }
    .calendar .calendar_wrap .caledit {
      width: 49%;
      text-align: center;
      margin: 0 auto; }
      .calendar .calendar_wrap .caledit:first-of-type {
        float: left; }
      .calendar .calendar_wrap .caledit:last-of-type {
        float: right; }
    .calendar .calendar_detail li {
      font-size: 1.8rem;
      margin-top: 2rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main {
  margin: 0 1.0rem; }

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto; } }
/* クリニック紹介 */
#clinicslide {
  margin-bottom: 8.0rem; }
  #clinicslide img, #clinicslide p {
    display: none; }

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem; }

.sp-selected-thumbnail {
  border: 4px solid #000; }

.device li {
  margin: 0 0 2.0rem;
  text-align: center; }
  .device li img {
    display: block;
    margin: 0 auto .6rem;
    max-width: 80%;
    height: auto; }

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .device li {
      width: 48%; }
      .device li img {
        margin: 0 auto 1.0rem;
        max-width: 100%; } }
/* 初めての方へ */
.flow dd {
  margin: 0 0 6.0rem;
  position: relative; }
  @media screen and (min-width: 48em), print {
    .flow dd {
      margin: 0 0 10.0rem; } }
  .flow dd:not(:last-child)::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -5.0rem;
    left: 0;
    right: 0;
    border-top: 2.0rem solid #ccc;
    border-right: 3.0rem solid transparent;
    border-bottom: 1.0rem solid transparent;
    border-left: 3.0rem solid transparent;
    margin: auto; }

/* 診療時間・アクセス */
.access .gmap iframe {
  height: 30.0rem;
  margin: 2.0rem 0; }

@media screen and (min-width: 48em), print {
  .access .gmap iframe {
    margin: 0;
    height: 57.5rem; } }
/* コロナ */
.lst_colona li {
  padding-bottom: 1.2em; }

@media screen and (min-width: 48em), print {
  .lst_colona {
    display: flex; }
    .lst_colona li {
      padding-left: 1.8em; } }
