@charset "UTF-8";
/* Scss Document */
.information-Section .inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.information-Section .cat-list {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  justify-content: space-between;
  width: 29.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.information-Section .cat-list li {
  width: 14rem;
  text-align: center;
  font-size: 1.55rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.information-Section .cat-list li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background: #98DC7F;
  border-radius: 2rem;
  display: block;
  box-shadow: 0.75rem 0.75rem 0px -0.4rem rgba(0, 0, 0, 0.15);
}
.information-Section .cat-list li.all a {
  background: #FF9A6D;
}
.information-Section .cat-list li.current-category a {
  background: #FF9A6D;
}
.information-Section .unit {
  margin-bottom: 2.75rem;
}
.information-Section .unit-img {
  width: 100%;
  height: 19.75rem;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.information-Section .unit-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.information-Section .ico-box {
  position: absolute;
  left: 2.4rem;
  right: 0;
  top: 0;
  width: 10.5rem;
  height: 10.6rem;
  z-index: 1;
  color: #E95E72;
  font-weight: 700;
}
.information-Section .box-img {
  position: absolute;
  width: 100%;
  top: 0;
}
.information-Section .box-img > img {
  width: 100%;
}
.information-Section .box-cat {
  font-size: 1.3rem;
  top: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
  background: #fff;
  width: 9rem;
  text-align: center;
  border-radius: 0.3rem;
}
.information-Section .box-data {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 3rem;
}
.information-Section .box-data span {
  font-size: 1.1rem;
}
.information-Section .box-day {
  color: #fff;
  left: 0;
  width: 100%;
  font-size: 3.1rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 4.5rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.information-Section .box-day .week {
  margin-left: 0.4rem;
  background: #fff;
  color: #44C269;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
  position: relative;
}
.information-Section .box-day .week::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: #44C269;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.information-Section .box-day .week .w {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
}
.information-Section .box-day .week .s {
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
}
.information-Section .box-day .week.normal {
  font-size: 1.4rem;
}
.information-Section .box-day .week.normal::before {
  width: 0;
  height: 0;
}
.information-Section .box-day .week .normally {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.information-Section .rec-closed {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  top: 0.85rem;
  color: #fff;
}
.information-Section .unit-cat {
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.information-Section .unit-cat li {
  font-size: 1.1rem;
  color: #fff;
  background: #98DC7F;
  letter-spacing: 0.1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.information-Section .unit-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  height: 7.5rem;
  overflow: hidden;
}
.information-Section .unit-day {
  font-size: 1.05rem;
  color: #898989;
}

@media only screen and (min-width: 48em) {
  .information-Section {
    padding-bottom: 4.5rem;
    position: relative;
  }
  .information-Section::before {
    content: "";
    background: url("../images/information/bg_info.svg") repeat-x center;
    background-size: 64rem;
    width: 100%;
    height: 4.8rem;
    left: 0;
    top: -0.15rem;
    position: absolute;
  }
  .information-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 9.5rem;
    padding-bottom: 6rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .information-Section .cat-list {
    -webkit-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 4.5rem;
  }
  .information-Section .cat-list li {
    width: 10.8rem;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .information-Section .cat-list li a {
    transition: 0.3s;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    background: #98DC7F;
    border-radius: 2rem;
    display: block;
    box-shadow: 0.6rem 0.7rem 0px -0.4rem rgba(0, 0, 0, 0.15);
  }
  .information-Section .cat-list li a:hover {
    background: #FF9A6D;
  }
  .information-Section .wap {
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }
  .information-Section .unit {
    width: 33.3%;
    margin-bottom: 2.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .information-Section .unit a {
    display: block;
  }
  .information-Section .unit a:hover .unit-img > img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .information-Section .unit-img {
    height: 11.55rem;
    margin-bottom: 0.75rem;
  }
  .information-Section .unit-img > img {
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .information-Section .ico-box {
    left: 1rem;
    width: 5.6rem;
    height: 5.25rem;
  }
  .information-Section .box-cat {
    font-size: 0.65rem;
    top: 0.4rem;
    letter-spacing: 0.1rem;
    width: 6.5em;
  }
  .information-Section .box-data {
    font-size: 0.65rem;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 1.4rem;
  }
  .information-Section .box-data span {
    font-size: 0.7rem;
  }
  .information-Section .box-day {
    font-size: 1.75rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 2.5rem;
    display: flex;
    -webkit-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
  }
  .information-Section .box-day .week {
    margin-left: 0.1rem;
    border-radius: 50%;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.5rem;
    position: relative;
  }
  .information-Section .box-day .week::before {
    content: "";
    width: 1rem;
    height: 1px;
  }
  .information-Section .box-day .week .w {
    top: 0.175rem;
    left: 0.175rem;
  }
  .information-Section .box-day .week .s {
    bottom: 0.2rem;
    right: 0.3rem;
  }
  .information-Section .box-day .week.normal {
    font-size: 0.75rem;
  }
  .information-Section .rec-closed {
    font-size: 1.6rem;
    top: 0.4rem;
  }
  .information-Section .unit-cat {
    margin-bottom: 0.5rem;
  }
  .information-Section .unit-cat li {
    font-size: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-radius: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .information-Section .unit-ttl {
    font-size: 0.8rem;
    height: 4rem;
  }
  .information-Section .unit-day {
    font-size: 0.6rem;
  }
}
/*-pagenavi
-------------------------------------------------------*/
.pagenavi {
  position: relative;
}
.pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}
.pagenavi .wp-pagenavi .previouspostslink {
  color: transparent;
  background: #47C76F;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: none;
  position: relative;
}
.pagenavi .wp-pagenavi .previouspostslink::before {
  content: "";
  background: url(../images/ico_btn2.svg) no-repeat;
  background-size: 1.15rem;
  width: 1.15rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  position: absolute;
}
.pagenavi .wp-pagenavi .nextpostslink {
  color: transparent;
  background: #47C76F;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: none;
  position: relative;
}
.pagenavi .wp-pagenavi .nextpostslink::before {
  content: "";
  background: url(../images/ico_btn2.svg) no-repeat;
  background-size: 1.15rem;
  width: 1.15rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.pagenavi .wp-pagenavi a {
  font-size: 1.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.pagenavi .wp-pagenavi .current {
  font-size: 1.75rem;
  color: #44C269;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.pagenavi .wp-pagenavi .first, .pagenavi .wp-pagenavi .last {
  font-size: 1.75rem;
}

@media only screen and (min-width: 48.75em) {
  .pagenavi {
    padding-top: 2.5rem;
  }
  .pagenavi .wp-pagenavi {
    gap: 10px;
    margin: 20px 0;
  }
  .pagenavi .wp-pagenavi .previouspostslink {
    width: 1.2rem;
    height: 1.2rem;
  }
  .pagenavi .wp-pagenavi .previouspostslink::before {
    background-size: 0.6rem;
    width: 0.6rem;
    height: 0.4rem;
  }
  .pagenavi .wp-pagenavi .nextpostslink {
    width: 1.2rem;
    height: 1.2rem;
  }
  .pagenavi .wp-pagenavi .nextpostslink::before {
    background-size: 0.6rem;
    width: 0.6rem;
    height: 0.4rem;
  }
  .pagenavi .wp-pagenavi a {
    font-size: 0.95rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .pagenavi .wp-pagenavi .current {
    font-size: 0.95rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .pagenavi .wp-pagenavi .first, .pagenavi .wp-pagenavi .last {
    font-size: 0.95rem;
  }
}
/*detail
--------------------------------------------*/
.info-detail-Section .inner {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.info-detail-Section .main-ttl {
  text-align: center;
  color: #006E39;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  font-size: 0.65rem;
}
.info-detail-Section .main-ttl span {
  position: relative;
  margin-left: 0.45rem;
  padding-left: 0.5rem;
  letter-spacing: 0.05rem;
}
.info-detail-Section .main-ttl span::before {
  content: "";
  background: url("../images/livingschool/ttl_bg.svg") no-repeat;
  background-size: 4rem;
  width: 4rem;
  height: 1.75rem;
  left: 0;
  bottom: 0;
  position: absolute;
}
.info-detail-Section .main-ttl-img {
  width: 20.45rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.info-detail-Section .main-img {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
.info-detail-Section .main-img .ico-box {
  position: absolute;
  left: 2.4rem;
  right: 0;
  top: 0;
  width: 9.8rem;
  height: 9.3rem;
  z-index: 1;
  color: #E95E72;
  font-weight: 700;
}
.info-detail-Section .main-img .box-img {
  position: absolute;
  width: 100%;
  top: 0;
}
.info-detail-Section .main-img .box-img > img {
  width: 100%;
}
.info-detail-Section .main-img .box-cat {
  font-size: 1.15rem;
  top: 0.75rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
  background: #fff;
  width: 8.4rem;
  text-align: center;
  border-radius: 1rem;
}
.info-detail-Section .main-img .box-data {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 2.55rem;
}
.info-detail-Section .main-img .box-data span {
  font-size: 1.1rem;
}
.info-detail-Section .main-img .box-day {
  color: #fff;
  left: 0;
  width: 100%;
  font-size: 2.9rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 2.8rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.info-detail-Section .main-img .box-day .month {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.1rem;
}
.info-detail-Section .main-img .box-day .week {
  margin-left: 0.4rem;
  background: #fff;
  color: #44C269;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
  position: relative;
}
.info-detail-Section .main-img .box-day .week::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: #44C269;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.info-detail-Section .main-img .box-day .week .w {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
}
.info-detail-Section .main-img .box-day .week .s {
  position: absolute;
  bottom: 0.35rem;
  right: 0.55rem;
}
.info-detail-Section .main-img .box-day .week.normal {
  font-size: 1.4rem;
}
.info-detail-Section .main-img .box-day .week.normal::before {
  width: 0;
  height: 0;
}
.info-detail-Section .main-img .box-day .week .normally {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.info-detail-Section .main-img .rec-closed {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  top: 0.45rem;
  color: #fff;
}
.info-detail-Section .prg-txt {
  font-size: 1.5rem;
}
.info-detail-Section .prg-txt p {
  margin-top: 1.5rem;
}
.info-detail-Section .prg-txt a {
  margin-top: 1.5rem;
  text-decoration: underline;
}
.info-detail-Section .link-btn {
  width: 28.5rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.info-detail-Section .link-btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.info-detail-Section .link-btn a::before {
  content: "";
  background: url(../images/ico_btn2.svg) no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}
.info-detail-Section .txtarea {
  font-size: 1.5rem;
}
.info-detail-Section .txtarea .ttl {
  font-size: 2.5rem;
  color: #47C76F;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.info-detail-Section .txtarea .catch {
  font-size: 1.65rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.info-detail-Section .txtarea .sub-ttl {
  font-size: 1.8rem;
  background: #FAF7EC;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}
.info-detail-Section .txtarea .day {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 4.35rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-weight: 700;
}
.info-detail-Section .txtarea .day span {
  font-size: 2.25rem;
  margin-left: 0;
  letter-spacing: 0;
}
.info-detail-Section .txtarea .time {
  font-size: 2.1rem;
}
.info-detail-Section .txtarea .venue {
  font-size: 2.15rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.info-detail-Section .txtarea .add {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.info-detail-Section .txtarea p {
  margin-top: 1.25rem;
  font-size: 1.5rem;
}
.info-detail-Section .txtarea p a {
  text-decoration: underline;
}
.info-detail-Section .txtarea p .maplink {
  display: block;
  position: relative;
  color: #FF7C00;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #FF7C00;
  text-decoration: none;
}
.info-detail-Section .txtarea p .maplink::after {
  content: "→";
}
.info-detail-Section .newsall-txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  text-align: center;
}
.info-detail-Section .btn-unit {
  margin-top: 2rem;
  width: 31.25rem;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
}
.info-detail-Section .btn-unit.s1 {
  background: #FFDECF;
}
.info-detail-Section .btn-unit.s2 {
  background: #F3E8AF;
}
.info-detail-Section .btn-unit.s3 {
  background: #CEEEC0;
}
.info-detail-Section .btn-unit h2 {
  font-size: 1.5rem;
  text-align: center;
}
.info-detail-Section .btn-unit h2 br.pc {
  display: none;
}
.info-detail-Section .btn-unit .btn {
  width: 21rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.info-detail-Section .btn-unit .btn a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.info-detail-Section .btn-unit .btn a::before {
  content: "";
  background: url(../images/ico_btn2.svg) no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .info-detail-Section {
    background: #CAEC87;
    padding-bottom: 4rem;
  }
  .info-detail-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 7.5rem;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-bottom: 4rem;
    border-radius: 2rem;
  }
  .info-detail-Section .main-ttl {
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }
  .info-detail-Section .main-ttl span {
    margin-left: 0.45rem;
    padding-left: 0.5rem;
    letter-spacing: 0.15rem;
  }
  .info-detail-Section .main-ttl span::before {
    background-size: 4.55rem;
    width: 4.55rem;
    height: 2.1rem;
  }
  .info-detail-Section .main-ttl-img {
    width: 24.4rem;
    margin-bottom: 3.5rem;
  }
  .info-detail-Section .main-img {
    margin-bottom: 3.5rem;
  }
  .info-detail-Section .main-img .ico-box {
    left: 2.5rem;
    width: 14.2rem;
    height: 13.4rem;
  }
  .info-detail-Section .main-img .box-cat {
    font-size: 1.65rem;
    top: 1.75rem;
    width: 12.15rem;
    border-radius: 2.5rem;
  }
  .info-detail-Section .main-img .box-data {
    font-size: 1.2rem;
    width: 100%;
    top: 4.55rem;
  }
  .info-detail-Section .main-img .box-data span {
    font-size: 1.4rem;
  }
  .info-detail-Section .main-img .box-day {
    top: 5.5rem;
  }
  .info-detail-Section .main-img .box-day .month {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.2rem;
  }
  .info-detail-Section .main-img .box-day .week {
    margin-left: 0.2rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.05rem;
  }
  .info-detail-Section .main-img .box-day .week::before {
    content: "";
    width: 2rem;
    height: 2px;
    background: #44C269;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
  }
  .info-detail-Section .main-img .box-day .week .w {
    position: absolute;
    top: 0.35rem;
    left: 0.45rem;
  }
  .info-detail-Section .main-img .box-day .week .s {
    position: absolute;
    bottom: 0.35rem;
    right: 0.65rem;
  }
  .info-detail-Section .main-img .box-day .week.normal {
    font-size: 1.4rem;
  }
  .info-detail-Section .main-img .box-day .week .normally {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .info-detail-Section .main-img .rec-closed {
    font-size: 4rem;
    top: 0.85rem;
  }
  .info-detail-Section .prg-txt {
    font-size: 0.9rem;
  }
  .info-detail-Section .prg-txt p {
    margin-top: 1.5rem;
  }
  .info-detail-Section .prg-txt a {
    margin-top: 1.5rem;
    text-decoration: underline;
  }
  .info-detail-Section .link-btn {
    width: 20em;
    margin-top: 4rem;
    font-size: 0.9rem;
  }
  .info-detail-Section .link-btn a {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  .info-detail-Section .link-btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .info-detail-Section .link-btn a:hover {
    background: #18A546;
  }
  .info-detail-Section .txtarea {
    font-size: 0.9rem;
  }
  .info-detail-Section .txtarea .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }
  .info-detail-Section .txtarea .catch {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .info-detail-Section .txtarea .sub-ttl {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
  }
  .info-detail-Section .txtarea .day {
    margin-top: 1rem;
    font-size: 3rem;
    letter-spacing: 0.3rem;
    line-height: 1;
  }
  .info-detail-Section .txtarea .day span {
    font-size: 1.35rem;
  }
  .info-detail-Section .txtarea .time {
    font-size: 1.35rem;
  }
  .info-detail-Section .txtarea .venue {
    font-size: 1.4rem;
    margin-top: 0.75rem;
  }
  .info-detail-Section .txtarea .add {
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }
  .info-detail-Section .txtarea .map-wap {
    display: flex;
    align-items: flex-end;
  }
  .info-detail-Section .txtarea p {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.9;
  }
  .info-detail-Section .txtarea p .maplink {
    display: inline-block;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
  .info-detail-Section .txtarea ul {
    margin-top: 1rem;
  }
  .info-detail-Section .txtarea ul li {
    margin-top: 0.25rem;
  }
  .info-detail-Section .txtarea ul li::before {
    content: "・";
  }
  .info-detail-Section .newsall-txt {
    margin-top: 3rem;
    font-size: 0.9rem;
  }
  .info-detail-Section .btn-unit {
    width: 25.55rem;
    margin: 1.5rem auto;
    padding: 1rem;
    border-radius: 2.5rem;
  }
  .info-detail-Section .btn-unit h2 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0.5rem;
  }
  .info-detail-Section .btn-unit h2 br.pc {
    display: block;
  }
  .info-detail-Section .btn-unit h2 br.sp {
    display: none;
  }
  .info-detail-Section .btn-unit .btn {
    width: 12.7rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    margin-top: auto;
  }
  .info-detail-Section .btn-unit .btn a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    transition: 0.3s;
    box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.15);
  }
  .info-detail-Section .btn-unit .btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .info-detail-Section .btn-unit .btn a:hover {
    background: #18A546;
  }
}/*# sourceMappingURL=information.css.map */