.c5-ren-kv {
  background: url(/bravia-biz/hotel/images/renewal/kv_bg.png) top center no-repeat;
}

.c5-c-row--reverse {
  flex-direction: column;
}

.c5-c-row--center {
  justify-content: center;
  gap: 40px;
}

.c5-ren-kv__head span {
  background-color: #792149;
}

.c5-ren-conference .c5-reason .c5-reason__ttl {
  background-color: #792149;
}

.c5-reason__sub-ttl-head span {
  background: #792149;
}

.c5-reason__sub-ttl-main-wi{
  width: 73%;
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl-main-wi{
    width: 100%;
  }
}

.c5-reason__sub-ttl-main {
  color: #792149;
}

.c5-d-main h3 {
  color: #792149;
  display: flex;
  align-items: center;
}

.c5-d-main h3 .c5-reason__point--ttl__img__icon {
  padding-right: 15px;
  width: 50px;
  height: 50px;
}

.c5-c-row--photo-icon{
  width: 32%;
}

.c5-recommend__child {
  width: 100%;
}

.c5-recommend__child a {
  display: flex;
  justify-content: center;
}

.c5-recommend__child a figure {
  width: 50%;
}

.c5-recommend__child--txt {
  width: 50%;
}

.c5-recommend__child--txt .c5-btn-info {
  margin-left: 0;
  width: 100%;
}

.c5-page__jump__card .c5-page__jump__card__ttl {
  text-align: center;
  margin-bottom: 40px;
  color: #2F353D;
  width: 100%;
  justify-content: center;
}

.c5-page__jump__card__itemsWrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}


@media screen and (max-width: 768px) {
  .c5-recommend__child a {
    flex-direction: column;
  }

  .c5-recommend__child a figure {
    width: 100%;
  }

  .c5-recommend__child--txt {
    width: 100%;
  }

  .c5-page__jump__card .c5-page__jump__card__ttl {
    margin-top: 50px;
  }

  .c5-page__jump__card__itemsWrap ul {
    flex-direction: column;
    gap: 25px;
  }

  .c5-page__jump__card__itemsWrap ul li img {
    width: 100%;
    max-width: 620px;
  }

}

.c5-attention__block {
  border: 1px solid #792149;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-attentino__blockWrap {
  padding: 3%;
}

.c5-attention__block h4 {
  margin-bottom: 30px;
  line-height: 1.5;
}

.c5-attention__block ul li {
  line-height: 1.5;
  margin: 8px auto;
}
.c5-attentino__blockWrap__note {
  padding-left:1em;
  text-indent:0;
}

.c5-attentino__blockWrap__note li {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  margin: 4px auto;

}

.c5-reason__point-box {
  background: #F5F5F5;
  padding: 20px 230px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c5-reason__point-box {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
}