.detail {
  padding-bottom: 1.875rem;
}

.detail-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1278px;
}

.detail-box h1 {
  max-width: 1239px;
}

.detail-box_block {
  padding-top: 1.875rem;
}

.detail-box_block .image {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  margin-bottom: 1.875rem;
}

.detail-box_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-box_block p > img {
  border-radius: 2.5rem;
  width: 100%;
}
.detail-box_block .txt {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.detail-box_block .txt a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #B00000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.detail-box_block .txt p {
  margin: 0 0 1.5rem;
}

.detail-box_block .txt p:last-child {
  margin-bottom: 0;
}

.detail-box_block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.detail-box_block .page-btn {
  min-width: 100%;
}

.detail-date {
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.detail-date .date {
  color: #013220;
  font-weight: 500;
  font-size: 0.9375rem;
}

.detail-date .city {
  position: relative;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #B00000;
  padding-left: 0.875rem;
}

.detail-date .city::before {
  content: url(/images/icon/city-drop_icon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
}
.detail-box_block .txt ul,
.detail-box_block .txt ol
{
	margin: 1rem 0 1rem 2rem;	
}

@media (min-width: 576px) {
  .detail-box_block .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .detail-box_block .page-btn {
    min-width: 241px;
  }
}

@media (min-width: 768px) {
  .detail {
    padding-bottom: 3.125rem;
  }
  .detail-box_block .image {
    margin-bottom: 3.125rem;
  }
  .detail-box_block .txt {
    font-size: 1rem;
  }
  .detail-box_block .txt p {
    margin: 0 0 1.875rem;
  }
  .detail-box_block .txt a {
    font-size: 1rem;
  }
}
.detail-box_block .txt img
{
	max-width: 100%;
}
/*# sourceMappingURL=detail.css.map */