* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cus {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.cus p {
  white-space: pre-line;
}

.cus a {
    color: white!important;
    text-decoration: none;
}

.cus a:hover {
    opacity: 0.7;
}

.cus img {
  width: 100%;
  display: block;
}

.wrp {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
}

/* 
MARK: TOP
 */

.header {
    position: relative;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title img {
    filter: drop-shadow(2px 4px 6px black);
}

.top-nav {
    display: flex;
    background: #6C0803;
    flex-wrap: wrap;
    gap: 24px;
    padding-block: 32px;
    justify-content: space-around;
}

/* 
MARK: DAY CONTENT
 */
.day {
    margin-top: 80px;
    margin-bottom: 128px;
}

.day-num, .goodbye {
  width: 100%;
  background: #dc8ba3;
  padding-block: 12px;
  text-align: center;
  color: white;
}

.point {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding-top: 32px;
}

.point.reverse {
  flex-direction: row-reverse;
}

.point.reverse .content {
    text-align: left;
}

.point.reverse .check {
    justify-content: start;
}

.point:not(.last)::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px dashed #dc8ba3;
  top: 0;
  left: 50%;
  transform: translateX(-25%);
}

.point::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #dc8ba3;
  border-radius: 50%;
  right: 50%;
  top: 40px;
  transform: translateX(50%);
}

.point.last::after {
    top: 0;
}

.point.last-short::before {
    height: calc(100% - 1em);
}

.content,
.image {
  flex-shrink: 0;
  flex-grow: 0;
  flex: 1;
  max-width: 430px;
}

.content {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-top: -6px;
  font-size: 14px;
}

.content.full {
    max-width: 100%;
    text-align: center;
}

.content.full > .check {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 16px;
    line-height: 1.4;
}

.check {
  /* display: flex;
  gap: 20px;
  justify-content: end;
  align-items: start; */
  font-size: 24px;
}

.check > span:first-child {
    margin-right: 20px;
}

.check > small {
    font-size: 14px;
}

.image {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  margin-top: 6px;
}

.point-img {
  width: 100%;
}

.bottom {
    margin-bottom: 70px;
    text-align: center;
}

.bottom-img {
    margin-inline: auto;
    width: fit-content;
    margin-block: 102px 52px;
}

.goodbye {
    margin-top: 32px;
}

.footer {
    background: #6C0804;
    color: white;
    display: flex;
    gap: 16px;
    padding-block: 78px;
    justify-content: space-evenly;
    align-items: center;
}

.address {
    display: flex;
    flex-direction: column;
    font-style: normal;
}

.tel {
    font-size: 20px;
}

.model1-11h {
  width: fit-content;
  text-align: left;
  margin-top: -16px;
  margin-left: 40px;
}

.model2-11h {
  width: fit-content;
  flex-shrink: 0;
  padding-right: 16px;
}

.model-11h20 {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 50px;
}

.model-13h {
    width: fit-content;
    margin-left: 135px;
    margin-top: -72px;
}

.content-13h {
    margin-bottom: 170px;
}

.image-15h {
    margin-top: -78px;
    margin-bottom: 154px;
}

.image-17h30 {
    margin-top: -62px;
    margin-bottom: 182px;
}

.model-19h {
    margin-left: auto;
    margin-bottom: 24px;
}

.point-day2_8h {
    padding-top: 84px;
    padding-bottom: 30px;
}

.point-day2_8h::after {
    top: 92px;
}

.point-day2_8h .point-img {
    margin-top: -52px;
}

.point-day2_12h {
    padding-top: 124px;
}

.point-day2_12h::after {
    top: 132px;
}

.point-day2_12h .point-img {
    margin-top: -82px;
}

.model-day2_13h30 {
    margin-bottom: -72px;
}