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

.pink {
  color: #FC9E9E;
}

.orange {
  color: #EA6133;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 20px;
}
*[class*=frame_].frame_01 {
  background: #FFEED1;
}
*[class*=frame_].frame_02 {
  background: #E6F1DD;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.5rem;
    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: center;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #FC9E9E;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #AAAAAA;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #FC9E9E;
  border-bottom: 1px solid #AAAAAA;
  line-height: 1;
}
.tbl_time tr td.close {
  color: #AAAAAA;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  font-size: 2.2rem;
  font-weight: bold;
  height: 8rem;
  color: #61544C;
  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;
  text-shadow: 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff, 1px 0 10px #fff;
}

.tit_02 {
  color: #513401;
  text-align: center;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 1rem 0;
  line-height: 1.2;
}

body:not(.index) .tit_02 {
  color: #EA6133;
  font-weight: bold;
}
body:not(.index) .tit_02::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0 0;
  background: url("../img/line_parts01.png") repeat-x center left/contain;
}

.tit_03 {
  color: #513401;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

body:not(.index) *[class*=tit_03] {
  color: #474747;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  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;
  margin: 0 0 1.6rem;
  position: relative;
}
body:not(.index) *[class*=tit_03]::before {
  content: "\e9e2";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FC9E9E;
  font-weight: normal;
}
body:not(.index) *[class*=tit_03]::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: url("../img/tit_03parts01.png") repeat-x center left/contain;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
body:not(.index) *[class*=tit_03].tit_03b::before {
  content: "\e9e3";
  color: #FFC400;
  font-size: 2rem;
  position: relative;
  bottom: 0.4rem;
}
body:not(.index) *[class*=tit_03].tit_03b::after {
  background: url("../img/tit_03parts02.png") repeat-x center left/contain;
}
body:not(.index) *[class*=tit_03].tit_03c::before {
  content: "\e9e4";
  color: #ABCE48;
}
body:not(.index) *[class*=tit_03].tit_03c::after {
  background: url("../img/tit_03parts03.png") repeat-x center left/contain;
}

.tit_04 {
  color: #474747;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  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;
  border-bottom: 4px dotted #ABABAB;
}
.tit_04::before {
  content: "\e924";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FC8D81;
  font-weight: normal;
}

.tit_05 {
  color: #474747;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.6rem 1rem;
  border-bottom: 2px solid #ABABAB;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 80%;
  background: #ABCE48;
  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/auto auto;
    font-size: 3.5rem;
    height: 28rem;
    margin: 0 0 1rem;
  }
  .tit_02 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
  }
  body:not(.index) .tit_02 {
    font-size: 3rem;
  }
  body:not(.index) .tit_02::after {
    height: 1.3rem;
    margin: 1.7rem 0 0;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  body:not(.index) *[class*=tit_03] {
    font-size: 2.6rem;
    line-height: 1.4;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2.4rem;
  }
  body:not(.index) *[class*=tit_03]::before {
    min-width: 4rem;
    margin-right: 0.8rem;
    font-size: 3.4rem;
  }
  body:not(.index) *[class*=tit_03]::after {
    height: 1rem;
    bottom: -1.4rem;
  }
  body:not(.index) *[class*=tit_03].tit_03b::before {
    font-size: 4.2rem;
    bottom: 1.4rem;
    line-height: 0.6;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
  }
  .tit_04::before {
    margin-right: 0.8rem;
  }
  .tit_05 {
    font-size: 2.1rem;
    padding: 0.6rem 0 0.6rem 2rem;
  }
  .tit_05::before {
    width: 0.6rem;
  }
}
/* リスト回り -------------------------------------- */
*[class*=lst_ul] li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
*[class*=lst_ul] li::before {
  content: "●";
  margin-right: 0.4rem;
}
*[class*=lst_ul] li.none::before {
  content: none;
}
*[class*=lst_ul] li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  *[class*=lst_ul].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;
  }
  *[class*=lst_ul].flex li {
    width: 49%;
  }
}
*[class*=lst_ul].lst_ul01 li::before {
  color: #ABCE48;
}
*[class*=lst_ul].lst_ul02 li::before {
  color: #ECB148;
}

.lst_1em li {
  text-indent: -1em;
  padding-left: 1em;
}

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

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

@media screen and (min-width: 48em), print {
  .lst_dl01 dt {
    float: left;
    width: 6rem;
    clear: left;
  }
  .lst_dl01 dd {
    margin: 0 0 0.6rem;
    padding-left: 6.4rem;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-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%;
}

@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 {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
}
*[class*=btn_] a {
  background: #FC9E9E;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "s";
  font-family: "fontello";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a::after {
    top: 52%;
  }
}
*[class*=btn_].btn_top {
  margin: 0 auto;
  text-align: center;
}
*[class*=btn_].btn_top a {
  background: #FC8D81;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_top a {
    font-size: 1.9rem;
  }
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  background: #FBF7DA;
  text-align: center;
  font-weight: normal;
  border: 1px solid #AAAAAA;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #AAAAAA;
}

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

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  background: #fff;
  color: #474747;
}
body.index .main {
  padding: 0 0 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  body.index .main {
    padding: 0 0 12rem;
  }
}
body.index .main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: url("../img/index_bg_01.png") repeat-x bottom/35rem auto;
}
@media screen and (min-width: 48em), print {
  body.index .main::before {
    background: url("../img/index_bg_01.png") repeat-x bottom/auto auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 0 1rem 0;
}
@media screen and (min-width: 48em), print {
  .wrap {
    padding: 0 5rem 0;
  }
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1220px;
  }
  body > .wrap {
    display: -webkit-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: 10rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  border-top: 4px solid #FC9E9E;
  background: url("../img/bg_parts02.jpg") repeat center/8rem auto;
}
.header .wrap {
  margin: 0;
  padding: 1rem 1rem;
}
.header .wrap .logo {
  height: 3.4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 2rem 0 0;
  text-align: center;
}
.header .wrap .headR .tel {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.header .wrap .headR .tel::before {
  content: "\e9e6";
  font-weight: normal;
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FC9E9E;
}
.header .wrap .headR .tel a {
  display: inline-block;
}
.header .wrap .headR .info_holiday {
  margin: 0.2rem 0 0;
}
.header .wrap .headR .info_holiday span {
  color: #fff;
  display: inline-block;
  background: #FC9E9E;
  padding: 0.2rem 0.4rem;
  margin: 0 0.2rem 0 0;
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .header {
    border-top: 10px solid #FC9E9E;
    background: url("../img/bg_parts02.jpg") repeat center/auto auto;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 2rem 0 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .logo {
    width: 52.8rem;
    height: 8rem;
  }
  .header .wrap .headR {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .header .wrap .headR .tel {
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
  }
  .header .wrap .headR .tel::before {
    margin-right: 0.4rem;
  }
  .header .wrap .headR .info_holiday {
    font-size: 1.7rem;
    margin: 0;
  }
  .header .wrap .headR .info_holiday span {
    font-size: 1.6rem;
    padding: 0.4rem 1rem;
    margin: 0.8rem 0.6rem 0 0;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 10;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 4.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;
  background: #ffe6ca;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  padding: 0.4rem 0 0;
  display: block;
  font-family: "fontello";
  content: "\e971";
  font-size: 2.2rem;
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  margin: 0.4rem 0 0;
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  padding: 0.4rem 0 0;
  display: block;
  font-family: "fontello";
  content: "\e970";
  font-size: 2.2rem;
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  margin: 0.4rem 0 0;
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #FC9E9E;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  margin: 0 0 1.2rem;
}
.slicknav_menu .slicknav_nav .gnav li a {
  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;
  padding: 1rem 0.6rem 1rem 1.6rem;
  margin: 0;
  color: #474747;
  background: #fff;
  border-radius: 7px;
  font-size: 1.6rem;
}
.slicknav_menu .slicknav_nav .gnav li a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 2.6rem;
  margin-right: 1.8rem;
}
.slicknav_menu .slicknav_nav .gnav li a.home::before {
  content: "\e9dd";
  color: #EFA11A;
}
.slicknav_menu .slicknav_nav .gnav li a.about::before {
  content: "\e9de";
  color: #A5C25D;
}
.slicknav_menu .slicknav_nav .gnav li a.events::before {
  content: "\e9df";
  color: #FC8D81;
}
.slicknav_menu .slicknav_nav .gnav li a.faq::before {
  content: "\e9e0";
  color: #68BCE8;
}
.slicknav_menu .slicknav_nav .gnav li a.access::before {
  content: "\e9e1";
  color: #A380D2;
}
.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_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    width: 1200px;
    padding: 0.8rem 0 1.8rem;
    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: 20%;
    border-right: 4px dotted #E1E1E1;
  }
  #nav .gnav li:first-child {
    border-left: 4px dotted #E1E1E1;
  }
  #nav .gnav li a {
    display: block;
    padding: 1rem 0 1rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #nav .gnav li a::before {
    content: "●";
    font-family: "fontello";
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
    display: block;
    font-weight: normal;
  }
  #nav .gnav li a.home::before {
    content: "\e9dd";
    color: #EFA11A;
  }
  #nav .gnav li a.about::before {
    content: "\e9de";
    color: #A5C25D;
  }
  #nav .gnav li a.events::before {
    content: "\e9df";
    color: #FC8D81;
  }
  #nav .gnav li a.faq::before {
    content: "\e9e0";
    color: #68BCE8;
  }
  #nav .gnav li a.access::before {
    content: "\e9e1";
    color: #A380D2;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  border-top: 6px solid #FC9E9E;
  padding: 2rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/bg_parts01.png") repeat center/20px auto;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 60%;
  height: auto;
}
.overview > .wrap .overviewL .tel_item {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
.overview > .wrap .overviewL .tel_item .tel::before {
  content: "\e9e6";
  font-family: "fontello";
  font-size: 2.2rem;
  margin-right: 0.2rem;
  color: #FC9E9E;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo tr th {
  display: block;
  width: 100%;
  padding: 1rem 0.4rem 0.4rem;
  font-weight: normal;
}
.overview > .wrap .overviewL .tbl_gaiyo tr th span {
  display: block;
  background: #FC9E9E;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td {
  display: block;
  padding: 0.4rem 0.4rem 1.2rem;
  color: #474747;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td span {
  display: block;
  padding-left: 7rem;
}
.overview > .wrap .overviewL .tbl_gaiyo tr:last-child td {
  padding: 0.4rem;
}
.overview > .wrap .overviewR {
  margin: 1rem 0 0;
}
.overview > .wrap .overviewR .gmap img {
  display: block;
  border-radius: 10px;
  border: 4px solid #FC9E9E;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 1.6rem 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 5rem 0 5.1rem;
    font-size: 1.8rem;
    border-top: 16px solid #FC9E9E;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    width: 47rem;
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 2.3rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap .overviewL .tel_item {
    font-size: 3.3rem;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .overviewL .tel_item .tel::before {
    font-size: 3.3rem;
    margin: 0 1.2rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo {
    margin: 4rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tr th {
    padding: 0 0 1.7rem 0;
    width: 9rem;
    display: table-cell;
    vertical-align: top;
    line-height: 1.6;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tr th span {
    padding: 0.2rem 0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tr td {
    padding: 0 0 1.7rem 1.5rem;
    width: 39rem;
    display: table-cell;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tr td span {
    padding-left: 8.6rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo tr:last-child td {
    padding: 0 0 1.7rem 1.5rem;
  }
  .overview > .wrap .overviewR {
    width: 52rem;
    padding: 0 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 2.4rem 0 0;
  }
}
/* フッター -------------------------------------- */
.tel_up {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  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;
}
.tel_up .tel {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 80%;
  font-size: 2.4rem;
  line-height: 1;
}
.tel_up .tel::before {
  content: "\e9e6";
  font-family: "fontello";
  font-weight: normal;
  margin-right: 0.8rem;
  position: relative;
  bottom: 0.1rem;
  color: #FC9E9E;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: block;
  width: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #55BFDB;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 4.4rem;
  font-family: "fontello";
  content: "e";
  color: #fff;
}
.tel_up .pageup a span {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer ul {
    width: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 2.8rem auto 3rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.7rem;
  }
  .footer ul li a {
    opacity: 1;
    padding-left: 1.8rem;
    position: relative;
  }
  .footer ul li a::before {
    content: "j";
    font-family: "fontello";
    margin-right: 0.2rem;
    color: #EC8B3F;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    padding: 2.3rem 0 2.5rem;
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0 auto;
  max-width: 100%;
  height: 16rem;
  background: url(../img/index_keyvsl01_sp.png) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
#keyvsl .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
#keyvsl .wrap .kv_txt {
  position: absolute;
  left: 1rem;
  bottom: -11.4rem;
}
#keyvsl .wrap .kv_txt .lead {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
  color: #EB604B;
  margin: 0;
}
#keyvsl .wrap .kv_txt .txt {
  margin: 0.4rem 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 52rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap {
    width: 1100px;
    margin: 0 auto;
  }
  #keyvsl .wrap .kv_txt {
    top: 10%;
    left: 0;
  }
  #keyvsl .wrap .kv_txt .lead {
    font-size: 4.6rem;
    line-height: 1.4;
  }
  #keyvsl .wrap .kv_txt .txt {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
/* タイル背景 -------------------------------------- */
.bg {
  background: url("../img/bg_parts02.jpg") repeat center/8rem auto;
}

@media screen and (min-width: 48em), print {
  .bg {
    background: url("../img/bg_parts02.jpg") repeat center/auto auto;
  }
}
/* リード文 -------------------------------------- */
.leadtxt {
  padding: 15rem 0 2rem;
}
.leadtxt .wrap {
  position: relative;
}
.leadtxt .wrap .tit_lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.leadtxt .wrap .tit_lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/index_leadtxt_tit_parts01.png") no-repeat center/contain;
  z-index: -1;
}
.leadtxt .wrap .tit_lead span {
  font-size: 1.4rem;
  display: block;
}
.leadtxt .wrap .img img {
  display: block;
  max-width: 80%;
  margin: 1rem auto 0;
}
.leadtxt .wrap > div {
  position: relative;
  z-index: 2;
}
.leadtxt .wrap > div p {
  text-align: justify;
}

@media screen and (min-width: 48em), print {
  .leadtxt {
    padding: 10rem 0 2rem;
  }
  .leadtxt .wrap .tit_lead {
    width: 53rem;
    margin: 0 0 0 auto;
    font-size: 2.6rem;
  }
  .leadtxt .wrap .tit_lead::before {
    height: 21rem;
  }
  .leadtxt .wrap .tit_lead span {
    font-size: 2.6rem;
  }
  .leadtxt .wrap p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .leadtxt .wrap .img {
    position: absolute;
    left: -54rem;
    top: -5rem;
  }
  .leadtxt .wrap .img img {
    display: block;
    width: 46rem;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .leadtxt .wrap > div {
    width: 53rem;
    margin: 0 0 0 auto;
  }
}
/* つどいの広場とは -------------------------------------- */
.squareInfo {
  padding: 2rem 0 2rem;
}
.squareInfo .wrap .tit_02 {
  text-align: center;
  font-weight: bold;
  color: #EA6133;
}
.squareInfo .wrap .tit_02::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin: 0.4rem auto 0;
  background: url("../img/line_parts01.png") repeat-x left/contain;
}
.squareInfo .wrap > div {
  margin: 0 0 2rem;
}
.squareInfo .wrap > div p {
  text-align: justify;
}
.squareInfo .wrap > div p.btn_top {
  text-align: center;
}
.squareInfo .wrap > div .img {
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .squareInfo .wrap .tit_02 {
    font-size: 2.8rem;
    margin: 0 0 6rem;
  }
  .squareInfo .wrap .tit_02::after {
    margin: 1.8rem 0 0;
    height: 13px;
  }
  .squareInfo .wrap p {
    margin: 0 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
  .squareInfo .wrap > div {
    width: 51rem;
    min-height: 36rem;
    position: relative;
  }
  .squareInfo .wrap > div .img {
    position: absolute;
    right: -60rem;
    top: -2rem;
  }
  .squareInfo .wrap > div .btn_top {
    margin: 6rem 0 0;
  }
  .squareInfo .wrap > div .btn_top a {
    width: 42rem;
    padding: 1.7rem 0;
    border-radius: 50px;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 2rem;
}
.info .tit_03 {
  color: #474747;
  margin: 0 0 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.info .tit_03::before {
  content: "\e9e2";
  font-family: "fontello";
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 0.4rem;
  color: #FC9E9E;
}
.info .tit_03::after {
  content: "";
  width: 100%;
  height: 2rem;
  margin: 0.2rem auto 0 0;
  display: block;
  background: url("../img/index_info_tit_parts01.png") no-repeat left bottom/91% auto, url("../img/index_info_tit_parts02.png") no-repeat right bottom/7% auto;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 30rem;
  overflow-y: scroll;
}
.info dl dt {
  margin-bottom: 0.4rem;
  padding: 0.8rem 0 0;
  font-weight: bold;
  color: #EA6133;
}
.info dl dt:first-child {
  border-top: 1px solid #D5D5D5;
}
.info dl dt .date {
  display: block;
  font-weight: normal;
  color: #EC8B3F;
}
.info dl dd {
  padding: 1rem 0 1rem;
  margin: 0;
  border-bottom: 1px solid #D5D5D5;
  color: #61544C;
}
.info dl dd p {
  padding: 0;
  margin: 0;
}
.info dl dd a {
  color: #FC9E9E;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 2rem 0 8rem;
  }
  .info .tit_03 {
    padding: 0.6rem 0 1rem;
    margin: 0 0 4rem;
  }
  .info .tit_03::before {
    font-size: 4rem;
    margin-right: 1.2rem;
  }
  .info .tit_03::after {
    height: 4.3rem;
    background: url("../img/index_info_tit_parts01.png") no-repeat left bottom/96% auto, url("../img/index_info_tit_parts02.png") no-repeat right bottom/4% auto;
  }
  .info dl {
    height: 43rem;
  }
  .info dl dt {
    padding: 1.7rem 0 0 2.4rem;
    font-size: 1.9rem;
  }
  .info dl dt .date {
    font-size: 1.8rem;
  }
  .info dl dd {
    padding: 0.8rem 0 1.7rem 2.4rem;
  }
}
/* 月間予定 -------------------------------------- */
.event_cal {
  padding: 2rem 0 2rem;
}
.event_cal .tit_03 {
  color: #474747;
  margin: 0 0 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.event_cal .tit_03::before {
  content: "\e9e3";
  font-family: "fontello";
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 0.4rem;
  color: #FFC400;
}
.event_cal .tit_03::after {
  content: "";
  width: 100%;
  height: 2rem;
  margin: 0.2rem auto 0 0;
  display: block;
  background: url("../img/index_eventCal_tit_parts01.png") no-repeat left bottom/91% auto, url("../img/index_eventCal_tit_parts02.png") no-repeat right bottom/7% auto;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}
.event_cal .cal .caledit {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px 10px;
}
.event_cal .cal .caledit tbody tr.month {
  overflow: hidden;
}
.event_cal .cal .caledit tbody tr.month th {
  background: #FC8D81;
  border: 1px solid #FC8D81;
  color: #fff;
}
.event_cal .cal .caledit tbody tr.week th {
  font-weight: normal;
  background: #FFFDE4;
  color: #656565;
  border: none;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
}
.event_cal .cal .caledit tbody tr.week th:first-child {
  border-left: 1px solid #D2D2D2;
}
.event_cal .cal .caledit tbody tr.week th:nth-child(6) {
  color: #33B3C2;
}
.event_cal .cal .caledit tbody tr.week th:nth-child(7) {
  color: #DB5151;
}
.event_cal .cal .caledit tbody tr.day td {
  color: #BEBEBE;
  background: #fff;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.event_cal .cal .caledit tbody tr.day td.notTheMonth {
  color: #fff !important;
}
.event_cal .cal .caledit tbody tr.day td.notTheMonth.close {
  color: #e6e6e6 !important;
}
.event_cal .cal .caledit tbody tr.day td:first-child {
  border-left: 1px solid #D2D2D2;
}
.event_cal .cal .caledit tbody tr.day td.Saturday {
  color: #B4D0E2;
}
.event_cal .cal .caledit tbody tr.day td.Sunday {
  color: #EFC4C4;
}
.event_cal .cal .caledit tbody tr.day td.close {
  background: #E6E6E6;
}
.event_cal .cal .caledit tbody tr.day td.iryou {
  background: #B7E1B4;
}
.event_cal .cal .caledit tbody tr.day td.hoken {
  background: #FFC2B1;
}
.event_cal .cal .caledit tbody tr.day td.book {
  background: #D6C5E2;
}
.event_cal .cal .caledit tbody tr.day td.touch {
  background: #FFDF87;
}
.event_cal .cal .caledit tbody tr.day td.warabe {
  background: #C1D9EE;
}
.event_cal .cal .caledit tbody tr.day td.uta {
  background: #8FD5E2;
}
.event_cal .cal .caledit tbody tr.day td.papa {
  background: #D9E174;
}
.event_cal .cal .caledit tbody tr.day td.ehon {
  background: #FEC882;
}
.event_cal .cal .caledit tbody tr.day td.kourei {
  background: #ABC0EF;
}
.event_cal .cal .caledit tbody tr.day td.iryou, .event_cal .cal .caledit tbody tr.day td.hoken, .event_cal .cal .caledit tbody tr.day td.warabe, .event_cal .cal .caledit tbody tr.day td.uta, .event_cal .cal .caledit tbody tr.day td.book, .event_cal .cal .caledit tbody tr.day td.touch, .event_cal .cal .caledit tbody tr.day td.papa, .event_cal .cal .caledit tbody tr.day td.ehon, .event_cal .cal .caledit tbody tr.day td.kourei {
  color: #474747;
}
.event_cal .cal .caledit tbody tr.day:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.event_cal .cal .caledit tbody tr.day:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.event_cal .clr_iryou {
  border: 2px solid #B7E1B4;
  background: #B7E1B4;
}
.event_cal .clr_hoken {
  border: 2px solid #FFC2B1;
  background: #FFC2B1;
}
.event_cal .clr_book {
  border: 2px solid #D6C5E2;
  background: #D6C5E2;
}
.event_cal .clr_touch {
  border: 2px solid #FFDF87;
  background: #FFDF87;
}
.event_cal .clr_warabe {
  border: 2px solid #C1D9EE;
  background: #C1D9EE;
}
.event_cal .clr_papa {
  border: 2px solid #D9E174;
  background: #D9E174;
}
.event_cal .clr_uta {
  border: 2px solid #8FD5E2;
  background: #8FD5E2;
}
.event_cal .clr_close {
  border: 2px solid #D2D2D2;
  background: #E6E6E6;
}
.event_cal .clr_ehon {
  border: 2px solid #FEC882;
  background: #FEC882;
}
.event_cal .clr_kourei {
  border: 2px solid #ABC0EF;
  background: #ABC0EF;
}
.event_cal .status {
  margin: 1.2rem 0 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;
}
.event_cal .status li {
  width: 48%;
  text-align: center;
  border-radius: 5px;
  margin: 0 2% 1rem 0;
}
.event_cal .status li:nth-child(even) {
  margin: 0 0 1rem 0;
}
.event_cal .lst_infoHour li {
  margin: 0 0 0.6rem;
}
.event_cal .lst_infoHour li span {
  display: block;
  margin: 0 0 0.4rem;
  padding: 0.2rem 1rem;
  border-radius: 5px;
}
.event_cal .lst_caption {
  margin: 1.2rem 0 0;
}
.event_cal .lst_caption li {
  margin: 0.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  .event_cal .tit_03 {
    padding: 0.6rem 0 1rem;
    margin: 0 0 0.4rem;
  }
  .event_cal .tit_03::before {
    font-size: 4rem;
    margin-right: 1.2rem;
  }
  .event_cal .tit_03::after {
    height: 4.3rem;
    background: url("../img/index_eventCal_tit_parts01.png") no-repeat left bottom/96% auto, url("../img/index_eventCal_tit_parts02.png") no-repeat right bottom/4% auto;
  }
  .event_cal .cal {
    margin: 4rem auto 0;
    padding: 0 5rem;
  }
  .event_cal .cal .caledit {
    margin: 0;
  }
  .event_cal .cal .caledit tbody tr.month th {
    padding: 1.2rem 0 1.4rem;
    font-size: 2.5rem;
  }
  .event_cal .cal .caledit tbody tr.week th {
    padding: 1.2rem 0 1.4rem;
    font-size: 1.7rem;
  }
  .event_cal .cal .caledit tbody tr.day td {
    padding: 1rem;
    height: 8.5rem;
    font-size: 1.9rem;
    text-align: left;
    vertical-align: top;
  }
  .event_cal .status {
    padding: 0 5rem;
    margin: 1.7rem 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;
  }
  .event_cal .status li {
    width: 23rem;
    padding: 0.6rem;
    font-size: 1.8rem;
    margin: 1.3rem 2.6rem 0 0;
  }
  .event_cal .status li:nth-child(even) {
    margin: 1.3rem 2.6rem 0 0;
  }
  .event_cal .status li:nth-child(4n) {
    margin: 1.3rem 0 0 0;
  }
  .event_cal .note {
    padding: 0 5rem 0;
    margin: 6rem auto 2rem;
  }
  .event_cal .note .lst_infoHour li {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .event_cal .note .lst_infoHour li span {
    text-align: center;
    margin-right: 1.4rem;
    letter-spacing: 0;
    width: 17.4rem;
    display: inline-block;
  }
  .event_cal .note .lst_caption {
    margin: 1.4rem 0 0;
  }
  .event_cal .note .lst_caption li {
    margin: 0.8rem 0 0;
  }
}
/* 通常開催イベント -------------------------------------- */
.event_normal {
  padding: 2rem 0 2rem;
}
.event_normal .tit_03 {
  color: #474747;
  margin: 0 0 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.event_normal .tit_03::before {
  content: "\e9e4";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #ABCE48;
}
.event_normal .tit_03::after {
  content: "";
  width: 100%;
  height: 2rem;
  margin: 0.2rem auto 0 0;
  display: block;
  background: url("../img/index_eventNormal_tit_parts01.png") no-repeat left bottom/91% auto, url("../img/index_eventNormal_tit_parts02.png") no-repeat right bottom/7% auto;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}
.event_normal .lst_event li {
  margin: 0 0 1rem;
}
.event_normal .lst_event li dl dt {
  margin: 0;
  padding: 0.6rem 0;
  text-align: center;
  border-radius: 7px 7px 0 0;
  border: 3px solid #222;
  border-bottom: none;
}
.event_normal .lst_event li dl dd {
  margin: 0;
  padding: 0.8rem;
  background: #fff;
  border-radius: 0 0 7px 7px;
  border: 3px solid #222;
  position: relative;
}
.event_normal .lst_event li dl dd::before {
  font-family: "fontello";
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  bottom: 0;
  opacity: 0.4;
}
.event_normal .lst_event li dl dd p {
  margin: 0;
}
.event_normal .lst_event li dl dd p ~ p {
  margin: 1rem 0 0;
}
.event_normal .lst_event li dl.clr_iryou dt {
  border: 3px solid #B7E1B4;
  background: #B7E1B4;
}
.event_normal .lst_event li dl.clr_iryou dd {
  border: 3px solid #B7E1B4;
}
.event_normal .lst_event li dl.clr_iryou dd::before {
  content: "\e9d7";
  color: #B7E1B4;
}
.event_normal .lst_event li dl.clr_hoken dt {
  border: 3px solid #FFC2B1;
  background: #FFC2B1;
}
.event_normal .lst_event li dl.clr_hoken dd {
  border: 3px solid #FFC2B1;
}
.event_normal .lst_event li dl.clr_hoken dd::before {
  content: "\e9d8";
  color: #FFC2B1;
}
.event_normal .lst_event li dl.clr_warabe dt {
  border: 3px solid #C1D9EE;
  background: #C1D9EE;
}
.event_normal .lst_event li dl.clr_warabe dd {
  border: 3px solid #C1D9EE;
}
.event_normal .lst_event li dl.clr_warabe dd::before {
  content: "\e9d9";
  color: #C1D9EE;
}
.event_normal .lst_event li dl.clr_uta dt {
  border: 3px solid #8FD5E2;
  background: #8FD5E2;
}
.event_normal .lst_event li dl.clr_uta dd {
  border: 3px solid #8FD5E2;
}
.event_normal .lst_event li dl.clr_uta dd::before {
  content: "\e9e7";
  color: #8FD5E2;
}
.event_normal .lst_event li dl.clr_touch dt {
  border: 3px solid #FFDF87;
  background: #FFDF87;
}
.event_normal .lst_event li dl.clr_touch dd {
  border: 3px solid #FFDF87;
}
.event_normal .lst_event li dl.clr_touch dd::before {
  content: "\e9da";
  color: #FFDF87;
}
.event_normal .lst_event li dl.clr_papa dt {
  border: 3px solid #D9E174;
  background: #D9E174;
}
.event_normal .lst_event li dl.clr_papa dd {
  border: 3px solid #D9E174;
}
.event_normal .lst_event li dl.clr_papa dd::before {
  content: "\e9db";
  color: #D9E174;
}
.event_normal .lst_event li dl.clr_book dt {
  border: 3px solid #D6C5E2;
  background: #D6C5E2;
}
.event_normal .lst_event li dl.clr_book dd {
  border: 3px solid #D6C5E2;
}
.event_normal .lst_event li dl.clr_book dd::before {
  content: "\e9dc";
  color: #D6C5E2;
}
.event_normal .lst_event li dl.clr_ehon dt {
  border: 3px solid #FEC882;
  background: #FEC882;
}
.event_normal .lst_event li dl.clr_ehon dd {
  border: 3px solid #FEC882;
}
.event_normal .lst_event li dl.clr_ehon dd::before {
  content: "\e9e8";
  color: #FEC882;
}
.event_normal .lst_event li dl.clr_kourei dt {
  border: 3px solid #ABC0EF;
  background: #ABC0EF;
}
.event_normal .lst_event li dl.clr_kourei dd {
  border: 3px solid #ABC0EF;
}
.event_normal .lst_event li dl.clr_kourei dd::before {
  content: "\e9e9";
  color: #ABC0EF;
}
.event_normal .tit_04 {
  color: #E95919;
  border-bottom: 3px solid #E95919;
}
.event_normal .lst {
  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;
}
.event_normal .lst li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.event_normal .lst li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #EC8B3F;
}
.event_normal .lst li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em), print {
  .event_normal {
    padding: 0 0 8rem;
  }
  .event_normal .tit_03 {
    padding: 0.6rem 0 1rem;
    margin: 0 0 0.4rem;
  }
  .event_normal .tit_03::before {
    font-size: 4rem;
    margin-right: 1.2rem;
  }
  .event_normal .tit_03::after {
    height: 4.3rem;
    background: url("../img/index_eventNormal_tit_parts01.png") no-repeat left bottom/96% auto, url("../img/index_eventNormal_tit_parts02.png") no-repeat right bottom/4% auto;
  }
  .event_normal .lst_event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event_normal .lst_event li {
    width: 35rem;
    margin: 0 2% 0 0;
  }
  .event_normal .lst_event li:nth-child(3n) {
    margin: 0 0 0;
  }
  .event_normal .lst_event li dl {
    margin: 3rem 0 0;
  }
  .event_normal .lst_event li dl dt {
    font-size: 2.2rem;
    padding: 0.6rem 0 0.2rem;
    border-radius: 10px 10px 0 0;
  }
  .event_normal .lst_event li dl dt span {
    font-size: 2rem;
  }
  .event_normal .lst_event li dl dd {
    padding: 2rem 9.6rem 2rem 2rem;
    border-radius: 0 0 10px 10px;
    min-height: 20rem;
  }
  .event_normal .lst_event li dl dd::before {
    font-size: 8rem;
    opacity: 1;
    bottom: auto;
    top: 3rem;
    right: 1.4rem;
  }
  .event_normal .lst_event li dl dd p {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.6;
  }
  .event_normal .lst_event li dl.clr_iryou dt {
    border: 4px solid #B7E1B4;
  }
  .event_normal .lst_event li dl.clr_iryou dd {
    border: 4px solid #B7E1B4;
  }
  .event_normal .lst_event li dl.clr_hoken dt {
    border: 4px solid #FFC2B1;
  }
  .event_normal .lst_event li dl.clr_hoken dd {
    border: 4px solid #FFC2B1;
  }
  .event_normal .lst_event li dl.clr_warabe dt {
    border: 4px solid #C1D9EE;
  }
  .event_normal .lst_event li dl.clr_warabe dd {
    border: 4px solid #C1D9EE;
  }
  .event_normal .lst_event li dl.clr_uta dt {
    border: 4px solid #8FD5E2;
  }
  .event_normal .lst_event li dl.clr_uta dd {
    border: 4px solid #8FD5E2;
  }
  .event_normal .lst_event li dl.clr_touch dt {
    border: 4px solid #FFDF87;
  }
  .event_normal .lst_event li dl.clr_touch dd {
    border: 4px solid #FFDF87;
  }
  .event_normal .lst_event li dl.clr_papa dt {
    border: 4px solid #D9E174;
  }
  .event_normal .lst_event li dl.clr_papa dd {
    border: 4px solid #D9E174;
  }
  .event_normal .lst_event li dl.clr_book dt {
    border: 4px solid #D6C5E2;
  }
  .event_normal .lst_event li dl.clr_book dd {
    border: 4px solid #D6C5E2;
  }
  .event_normal .lst_event li dl.clr_ehon dt {
    border: 4px solid #FEC882;
  }
  .event_normal .lst_event li dl.clr_ehon dd {
    border: 4px solid #FEC882;
  }
  .event_normal .lst_event li dl.clr_kourei dt {
    border: 4px solid #ABC0EF;
  }
  .event_normal .lst_event li dl.clr_kourei dd {
    border: 4px solid #ABC0EF;
  }
  .event_normal .lst_event + p {
    margin: 1rem 0 0;
  }
  .event_normal .tit_04 {
    font-size: 2.3rem;
    margin: 4rem 0 2rem;
    padding: 0 0 1.4rem;
  }
  .event_normal .lst li {
    font-size: 1.6rem;
    margin-right: 1.4rem;
  }
  .event_normal .lst li::before {
    font-size: 1rem;
    position: relative;
    bottom: 0.2rem;
  }
  .event_normal .btn_top {
    margin: 5rem 0 0 !important;
  }
  .event_normal .btn_top a {
    width: 42rem;
    padding: 1.7rem 0;
    border-radius: 50px;
  }
}
/* たなかキッズクラブの想い -------------------------------------- */
.thought {
  border-top: 6px solid #FC9E9E;
  background: url("../img/index_parts_section01.svg") repeat-x bottom/auto auto, url("../img/bg_parts01.png") repeat center/20px auto;
  padding: 2rem 0 2rem;
}
.thought .wrap {
  background: url("../img/index_thought_parts01.png") no-repeat left top/8rem auto, url("../img/index_thought_parts02.png") no-repeat right top/8rem auto;
  padding: 2rem 1rem 0;
}
.thought .wrap .tit_02 {
  color: #EA6133;
  font-weight: bold;
}
.thought .wrap section[class*=thought_] .tit_thought {
  color: #EA6133;
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  border: 3px solid #FFDF87;
  background: #fff;
  font-size: 1.6rem;
  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;
}
.thought .wrap section[class*=thought_].thought_01 {
  margin: 0 0 2rem;
}
.thought .wrap section[class*=thought_].thought_01 .tit_thought::after {
  content: "";
  display: block;
  min-width: 5rem;
  min-height: 5rem;
  background: url("../img/index_thought_parts03.png") no-repeat center/contain;
  margin-left: 2rem;
}
.thought .wrap section[class*=thought_].thought_02 {
  margin: 0 0 2rem;
}
.thought .wrap section[class*=thought_].thought_02 .tit_thought::before {
  content: "";
  display: block;
  min-width: 5rem;
  min-height: 5rem;
  background: url("../img/index_thought_parts04.png") no-repeat center/contain;
  margin-right: 1rem;
}
.thought .wrap section[class*=thought_] p {
  text-align: justify;
}
.thought .wrap section[class*=thought_] p::before, .thought .wrap section[class*=thought_] p::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url("../img/line_parts01.png") repeat-x center left/contain;
}
.thought .wrap section[class*=thought_] p::before {
  margin: 0 0 0.4rem;
}
.thought .wrap section[class*=thought_] p::after {
  margin: 0.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  .thought {
    border-top: 16px solid #FC9E9E;
    background: url("../img/index_parts_section01.svg") repeat-x bottom/auto auto, url("../img/bg_parts01.png") repeat center/auto auto;
    padding: 0;
  }
  .thought .wrap {
    padding: 9.8rem 5rem 12rem;
    background: url("../img/index_thought_parts01.png") no-repeat left top 9rem/auto auto, url("../img/index_thought_parts02.png") no-repeat right top 9rem/auto auto;
  }
  .thought .wrap .tit_02 {
    font-size: 3rem;
    margin: 0 auto 6rem;
  }
  .thought .wrap section[class*=thought_] {
    width: 51.8rem;
    position: relative;
  }
  .thought .wrap section[class*=thought_] .tit_thought {
    font-size: 2.4rem;
    letter-spacing: -1px;
    background: none;
    border: none;
    position: relative;
  }
  .thought .wrap section[class*=thought_] .tit_thought::after, .thought .wrap section[class*=thought_] .tit_thought::before {
    width: 15rem;
    height: 15rem;
    position: absolute;
  }
  .thought .wrap section[class*=thought_].thought_01 {
    margin: 0 0 0 auto;
  }
  .thought .wrap section[class*=thought_].thought_01 .tit_thought {
    padding: 7rem 0 6.4rem 3.6rem;
    background: url("../img/index_thought_tit_parts01.png") no-repeat center left/auto auto;
  }
  .thought .wrap section[class*=thought_].thought_01 .tit_thought::after {
    bottom: 1.4rem;
    right: 0;
  }
  .thought .wrap section[class*=thought_].thought_01 .img {
    left: -56rem;
  }
  .thought .wrap section[class*=thought_].thought_02 {
    margin: 0 auto 0 0;
  }
  .thought .wrap section[class*=thought_].thought_02 .tit_thought {
    padding: 7rem 3.6rem 6.4rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../img/index_thought_tit_parts02.png") no-repeat center right/auto auto;
  }
  .thought .wrap section[class*=thought_].thought_02 .tit_thought::before {
    left: 0;
    bottom: 1.4rem;
  }
  .thought .wrap section[class*=thought_].thought_02 .img {
    right: -59rem;
  }
  .thought .wrap section[class*=thought_] p {
    font-size: 1.8rem;
    padding: 0 0.6rem 0;
    line-height: 1.8;
  }
  .thought .wrap section[class*=thought_] p::before, .thought .wrap section[class*=thought_] p::after {
    height: 13px;
  }
  .thought .wrap section[class*=thought_] p::before {
    margin: 0 0 2.4rem;
  }
  .thought .wrap section[class*=thought_] p::after {
    margin: 2.4rem 0 0;
  }
  .thought .wrap section[class*=thought_] .img {
    position: absolute;
    top: 6rem;
    width: 52rem;
    height: 36rem;
  }
}
/* ご利用の皆さまへ -------------------------------------- */
.usageInfo {
  padding: 2rem 0 2rem;
}
.usageInfo .wrap {
  padding: 2rem 1rem 0;
  background: url("../img/index_usageInfo_parts01.png") no-repeat left top/8rem auto, url("../img/index_usageInfo_parts02.png") no-repeat right top/8rem auto;
}
.usageInfo .wrap .tit_02 {
  color: #474747;
  font-weight: bold;
  text-align: center;
}
.usageInfo .wrap .tit_02::after {
  content: "";
  display: block;
  margin: 0.6rem 0 0;
  background: url("../img/index_usageInfo_h2parts01.png") no-repeat center/contain;
  width: 100%;
  height: 0.4rem;
}
.usageInfo .wrap .tit_03 {
  color: #474747;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 0;
  margin: 0 0 2rem;
}
.usageInfo .wrap .tit_03::before {
  content: "\e9e5";
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FC9E9E;
}
.usageInfo .wrap .tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FC9E9E;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}
.usageInfo .wrap .ul_flex {
  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;
}
.usageInfo .wrap .ul_flex li {
  width: 50%;
}
.usageInfo .wrap .ul_lst li {
  text-indent: -1.6rem;
  padding-left: 1.8rem;
}
.usageInfo .wrap .ul_lst li::before {
  content: "・";
  margin-right: 0.2rem;
}
.usageInfo .wrap .ul_frame {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 5px;
  background: #FFF3E1;
}
.usageInfo .wrap .ul_frame li {
  text-indent: -1.6rem;
  padding-left: 1.8rem;
}
.usageInfo .wrap .ul_frame li::before {
  content: "※";
  margin-right: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .usageInfo {
    padding: 0 0 2rem;
  }
  .usageInfo .wrap {
    padding: 11.3rem 5rem 0;
    background: url("../img/index_usageInfo_parts01.png") no-repeat left top 7rem/auto auto, url("../img/index_usageInfo_parts02.png") no-repeat right top 7rem/auto auto;
  }
  .usageInfo .wrap .tit_02 {
    font-size: 2.8rem;
  }
  .usageInfo .wrap .tit_02::after {
    margin: 1.4rem 0 0;
    background: url("../img/index_usageInfo_h2parts01.png") no-repeat center/contain;
    height: 0.8rem;
  }
  .usageInfo .wrap .flex {
    margin: 6.5rem 0 3.8rem;
    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;
  }
  .usageInfo .wrap .flex > section {
    width: 53rem;
  }
  .usageInfo .wrap .flex > section p {
    margin: 0;
  }
  .usageInfo .wrap .tit_03 {
    font-size: 2rem;
    margin: 0 0 2.6rem;
  }
  .usageInfo .wrap .tit_03::before {
    margin-right: 1.2rem;
  }
  .usageInfo .wrap .tit_03::after {
    height: 4px;
    left: 0;
    bottom: -1.1rem;
  }
  .usageInfo .wrap .ul_flex {
    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;
  }
  .usageInfo .wrap .ul_frame {
    margin: 1.6rem 0 0;
    padding: 2.5rem 2.5rem 2rem;
    border-radius: 10px;
  }
  .usageInfo .wrap .ul_frame li {
    text-indent: -1.8rem;
  }
  .usageInfo .wrap .ul_frame li ~ li {
    margin: 0.8rem 0 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-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.4rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "s";
    font-family: "fontello";
    display: inline-block;
    margin: 0 1rem;
    color: #EA6133;
  }
  body:not(.index) .breadcrumb_list li a {
    text-decoration: underline;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 0.8;
  }
}
body:not(.index) .bg {
  background: url("../img/bg_parts02.jpg") repeat center/8rem auto;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .bg {
    background: url("../img/bg_parts02.jpg") repeat center/auto auto;
  }
}
body:not(.index) .main {
  margin: 0 1rem !important;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* たなかキッズクラブについて */
.about .lst_about li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1.4rem;
  line-height: 1.4;
}
.about .lst_about li::before {
  content: "★";
  margin-right: 0.4rem;
  font-weight: bold;
  color: #EFA11A;
}
.about .lst_about li:last-child {
  padding-bottom: 0;
}
.about .lst_about li span {
  font-weight: bold;
  border-bottom: #eee solid 1px;
}

/* イベント */
.events .frame_01 {
  margin: 2rem 0 1rem;
  padding: 1rem;
}
.events *[class*=img_flex] li {
  padding: 1rem 1rem 0.4rem;
  border-radius: 10px;
  background: #ffeaea;
}
.events *[class*=img_flex] li figure {
  margin: 0;
  padding: 0;
}
.events *[class*=img_flex] li figure img {
  border-radius: 10px;
}
.events *[class*=img_flex] li figure figcaption {
  text-align: center;
  padding: 0.4rem 0 0;
  font-weight: bold;
}
.events *[class*=img_flex] li ~ li {
  margin: 2rem 0 0;
}
.events .ex_txt {
  margin: 0.4rem 0 1rem;
}
@media screen and (min-width: 48em), print {
  .events .frame_01 {
    margin: 4rem 0 0;
    padding: 2rem;
  }
  .events *[class*=img_flex] {
    margin: 4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: flex-bottom;
        -ms-flex-align: flex-bottom;
            align-items: flex-bottom;
  }
  .events *[class*=img_flex] li {
    width: 33%;
  }
  .events *[class*=img_flex] li ~ li {
    margin: 0 0 0 2rem;
  }
  .events .ex_txt {
    text-align: left;
  }
}

/* よくあるご質問 */
.faq .lst_faq dt {
  color: #ec6d36;
  margin: 0 0 0.6rem;
  padding: 0 0 0.2rem;
  text-indent: -2.3rem;
  padding-left: 2.2rem;
  border-bottom: 1px solid #ec6d36;
  font-weight: bold;
}
.faq .lst_faq dt::before {
  content: "Q.";
  background: #ec6d36;
  font-weight: normal;
  color: #fff;
  margin-right: 0.4rem;
  padding: 0.4rem 0 0.4rem 0.4rem;
}
.faq .lst_faq dd {
  margin: 0 0 1.6rem;
  padding: 0;
}
.faq .lst_faq dd::before {
  content: "A.";
  background: #ffc2a8;
  color: #fff;
  margin-right: 0.4rem;
  padding: 0.4rem 0 0.4rem 0.4rem;
}

@media screen and (min-width: 48em), print {
  .faq .lst_faq {
    margin: 4rem 0 0;
  }
  .faq .lst_faq dt {
    font-size: 2.4rem;
    border-bottom: 2px solid #ec6d36;
  }
  .faq .lst_faq dt::before {
    margin-right: 1rem;
    padding: 0.6rem 0 0.6rem 1.2rem;
    font-size: 2.6rem;
  }
  .faq .lst_faq dd {
    font-size: 2rem;
  }
  .faq .lst_faq dd::before {
    margin-right: 1rem;
    padding: 0.6rem 0 0.6rem 1.2rem;
    font-size: 2.6rem;
  }
}
/* 診療時間・アクセス */
.access .access_item {
  margin: 0 0 0.6rem;
}
.access .access_item span:before {
  content: "\a";
  white-space: pre;
}
.access .map, .access .gmap {
  border: 4px solid #FC9E9E;
  border-radius: 10px;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .gmap iframe {
  border-radius: 10px;
}
.access .tel {
  font-weight: bold;
  font-size: 1.8rem;
}
.access .tel::before {
  content: "\e9e6";
  font-weight: normal;
  font-family: "fontello";
  margin-right: 0.4rem;
  color: #FC9E9E;
}
.access .img_flex {
  margin: 2rem 0 0;
}
.access .img_flex li {
  margin: 0 0 1rem;
  padding: 1rem 1rem 0.4rem;
  border-radius: 10px;
  background: #fc9e9e;
}
.access .img_flex li figure {
  margin: 0;
}
.access .img_flex li figure img {
  border-radius: 7px;
}
.access .img_flex li figure figcaption {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .access .access_item {
    margin: 3rem 0 0;
  }
  .access .map {
    margin: 4rem auto 4rem;
    display: block;
  }
  .access .gmap {
    height: 50rem;
  }
  .access .tel {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  .access .img_flex {
    margin: 6rem 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;
  }
  .access .img_flex li {
    width: 31%;
    margin: 0;
    padding: 1rem 1rem 0.4rem;
  }
}
/*# sourceMappingURL=style.css.map */