@charset "utf-8";
/* CSS Document */
.l-main__inner p {
  text-align: justify;
  line-height: 1.8;
}
/*-------------------------
first
--------------------------*/
.reserveBox {
  text-align: center;
}
.reserve_app {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.reserve_app li {
  width: 50%;
  margin: 20px !important;
}
/*-------------------------
about
--------------------------*/
.aboutImg {
  position: relative;
  display: inline-block;
}
.aboutImg::before {
  position: absolute;
  content: attr(data-text);
  font-size: 80px;
  right: 10px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.6);
}
.facility dl dt {
  font-weight: bold;
  color: #6c6e97;
}
.fclImages01 {
  margin-bottom: 60px !important;
}
.fclImages01 .fclImageL {
  float: left;
  width: 50%;
}
.fclImages01 .fclImageR {
  float: right;
  width: 45%;
}
.fclImages02 {
  margin-bottom: 60px !important;
}
.fclImages02 .fclImageL {
  float: left;
  width: 60%;
}
.fclImages02 .fclImageR {
  float: right;
  width: 35%;
  margin-top: -160px;
}
.fclImages p img {
  width: 100%;
}
.listKiki li {
  background: #f3f3f3;
  padding: min(1.25vw, 15px);
  border-radius: min(0.4vw, 5vw);
  margin: min(0.4vw, 5px) 0;
  width: 49.5%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-top: 1rem !important;
}
/*-------------------------
news
--------------------------*/
.newsList dt {
  font-weight: bold;
  color: #6c6e97;
  margin-top: 20px;
}
/*-------------------------
menu
--------------------------*/
.listMenu li {
  background-color: #f9f9f9;
  padding: 10px 10px 10px 45px !important;
}
.listMenu li::before {
  top: 40% !important;
  left: 20px !important;
  transform: translateY(-50%);
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
table.TimeSchedule tr:first-of-type th {
  border-right: 1px solid;
}
/*-------------------------
staff
--------------------------*/
.stfBox {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background:
    url(../../img/top/bg_features01_pc.png);
  padding: 100px 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  /*-------------------------
first(PC)
--------------------------*/
  .fstcol2 {
    margin-top: 10px !important;
  }
  .fstcol2 li {
    margin-top: 10px !important;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  .menu_flexConent {
    margin-top: 50px;
  }
  /*------------------------
staff(PC)
--------------------------*/
  .stfBox_content {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*-------------------------
about(PC)
--------------------------*/
  .about__inner .decBox .hB {
    margin-bottom: 30px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .l-main__inner p {
    font-size: 3.8vw;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  /*------------------------
staff(SP)
--------------------------*/
  .stfBox {
    padding: 50px 0;
  }
  .stfBox_content {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .about__inner .decBox .hB {
    margin-bottom: 10px;
  }
  /*facility*/
  .fclImageL, .fclImageR {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .fclImages dl {
    margin-bottom: 8% !important;
  }
  .fclImages01, .fclImages02 {
    margin-bottom: 4% !important;
  }
  .listKiki li {
    padding: 4vw;
    border-radius: 1.5vw;
    margin: 1vw 0;
    width: 100%;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
    line-height: 1.2;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 3.6vw;
  }
  .time_txt {
    font-size: 3.4vw!important;
  }
}