@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section__inner {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}
.section--keyvisual {
  background-image: url(../img/succession/keyvisual_bg.png);
}
.section--flyer {
  padding-bottom: 50px;
}
@media screen and (min-width: 760px) {
  .section--flyer {
    padding-bottom: 70px;
  }
}
.section--date {
  padding-bottom: 50px;
}
@media screen and (min-width: 760px) {
  .section--date {
    padding-bottom: 70px;
  }
}

.flyer {
  display: flex;
  gap: 30px 24px;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .flyer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .flyer {
    flex-wrap: nowrap;
  }
}
.flyer__box {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .flyer__box {
    width: 470px;
  }
}
.flyer__title {
  margin-bottom: 30px;
  width: fit-content;
  color: #765d4e;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .flyer__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .flyer__title {
    font-size: 2rem;
  }
}
.flyer__title span {
  color: #ff696a;
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 960px) {
  .flyer__title span {
    font-size: 2rem;
  }
}
.flyer__text {
  margin-bottom: 30px;
  width: fit-content;
  color: #765d4e;
}
.flyer__btn {
  padding: 30px 30px 30px 62px;
  width: 100%;
  max-width: 470px;
  border-radius: 100vw;
  color: #FFF;
  text-align: left;
  font-size: 1.8rem;
  background-color: #ff696a;
  position: relative;
}
@media screen and (min-width: 760px) {
  .flyer__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .flyer__btn {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .flyer__btn {
    font-size: 2rem;
  }
}
.flyer__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/succession/icon_arrow1.svg);
  width: 24.57px;
  height: 27.17px;
}
.flyer__btn--1 {
  margin-bottom: 20px;
}
.flyer__btn--1::before {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/succession/icon_number1.svg);
  width: 28.56px;
  height: 28.56px;
}
.flyer__btn--2::before {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/succession/icon_number2.svg);
  width: 28.56px;
  height: 28.56px;
}
.flyer__img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .flyer__img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .flyer__img {
    flex: 1;
  }
}
.flyer__img img {
  max-width: 100%;
  height: auto;
}

.date {
  width: 100%;
}
.date__box {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .date__box {
    width: 470px;
  }
}
.date__title {
  margin-bottom: 30px;
  width: fit-content;
  color: #765d4e;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .date__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .date__title {
    font-size: 2rem;
  }
}
.date__title span {
  color: #ff696a;
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 960px) {
  .date__title span {
    font-size: 2rem;
  }
}
.date__box {
  width: 100%;
  overflow-x: auto;
}
.date__table {
  width: 100%;
  min-width: 600px;
  border-top: 1px solid #7b5c4c;
  border-bottom: 1px solid #7b5c4c;
}
.date__tr {
  width: 100%;
}
.date__th {
  padding: 13px 5px;
  text-align: center;
  background-color: #E0D9CA;
  color: #765d4e;
  border-right: 1px dotted #7b5c4c;
  border-bottom: 1px solid #7b5c4c;
}
.date__th:last-of-type {
  border-right: none;
}
.date__td {
  padding: 13px 5px;
  text-align: center;
  background-color: #FFF;
  color: #765d4e;
  border-right: 1px dotted #7b5c4c;
  border-bottom: 1px solid #7b5c4c;
}
.date__td:last-of-type {
  border-right: none;
}
.date__tr:last-of-type .date__td {
  border-bottom: none;
}
.date__btn {
  padding: 6px 30px 6px 20px;
  width: fit-content;
  border-radius: 100vw;
  color: #FFF;
  text-align: center;
  background-color: #ff696a;
  position: relative;
}
.date__btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/succession/icon_arrow2.svg);
  width: 10.1px;
  height: 11.06px;
}