@charset "UTF-8";
@media screen and (min-width: 769px) {
  #eventDetailPage .pagetitle-area.detail-hero {
    background-color: #26C4A6;
    padding: 120px 120px 120px;
    color: #fff;
  }
  #eventDetailPage .pagetitle-area.detail-hero .inner {
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap {
    width: calc(45% - 80px);
    text-align: left;
    font-family: "Noto Sans", sans-serif;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .status-tag {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 20px;
    background: #fff;
    color: #26C4A6;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .detail-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .detail-summary {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .period-box {
    background: #fff;
    color: #333;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-img-wrap {
    width: 50%;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-img-wrap img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  #eventDetailPage .contents {
    width: 800px;
    margin: 0 auto;
  }
  #eventDetailPage .contents h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
    margin-top: 80px;
  }
  #eventDetailPage .contents h3:first-child {
    margin-top: 0;
  }
  #eventDetailPage .contents p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #eventDetailPage .contents .image-wrap {
    margin-bottom: 40px;
  }
  #eventDetailPage .contents img {
    width: 100%;
    margin: 40px auto;
  }
  #eventDetailPage .contents .caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: -20px;
  }
  #eventDetailPage .contents .custom-list li {
    margin-bottom: 10px;
  }
  #eventDetailPage .contents .caution-box {
    width: 800px;
    margin: 0 auto;
    background: #F2F2F2;
    padding: 40px 40px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  #eventDetailPage .contents .caution-box h4 {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    min-width: 100px;
    margin-right: 40px;
  }
  #eventDetailPage .contents .caution-box ul {
    margin: 0 auto;
  }
  #eventDetailPage .contents .caution-box ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #eventDetailPage .contents .caution-box ul li::before {
    content: "・";
  }
  #eventDetailPage .back-to-list {
    text-align: center;
    margin-top: 80px;
  }
  #eventDetailPage .back-to-list .btn-common {
    display: inline-block;
    padding: 15px 80px;
    background: #26C4A6;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
  }
  #eventDetailPage .button {
    background-color: #26C4A6;
    color: #fff;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #eventDetailPage .pagetitle-area.detail-hero {
    background-color: #26C4A6;
    color: #fff;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap {
    text-align: left;
    font-family: "Noto Sans", sans-serif;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .status-tag {
    display: inline-block;
    background-color: #fff;
    color: #26C4A6;
    font-weight: bold;
    border-radius: 20px;
    padding: 4px 20px;
    margin-bottom: 20px;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .detail-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 5%;
    text-align: left;
    line-height: 1.6;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .detail-summary {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-text-wrap .period-box {
    background: #fff;
    color: #333;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-img-wrap {
    margin-top: 10px;
    width: 100%;
  }
  #eventDetailPage .pagetitle-area.detail-hero .hero-img-wrap img {
    width: 100%;
    border-radius: 10px;
    height: auto;
  }
  #eventDetailPage .contents {
    width: 100%;
    margin: 0 auto;
  }
  #eventDetailPage .contents h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 30px;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
    margin-top: 80px;
  }
  #eventDetailPage .contents h3:first-child {
    margin-top: 0;
  }
  #eventDetailPage .contents p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #eventDetailPage .contents .image-wrap {
    margin-bottom: 40px;
  }
  #eventDetailPage .contents img {
    width: 100%;
    margin: 40px auto;
  }
  #eventDetailPage .contents .caption {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: -20px;
  }
  #eventDetailPage .contents .custom-list li {
    margin-bottom: 10px;
  }
  #eventDetailPage .contents .caution-box {
    border-radius: 10px;
    padding: 20px;
    background-color: #EBEBEB;
  }
  #eventDetailPage .contents .caution-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #eventDetailPage .contents .caution-box ul {
    margin: 0 auto;
  }
  #eventDetailPage .contents .caution-box ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #eventDetailPage .contents .caution-box ul li::before {
    content: "・";
  }
  #eventDetailPage .button {
    background-color: #26C4A6;
    color: #fff;
    margin: 40px auto 0;
  }
  #eventDetailPage .section {
    padding-bottom: 60px;
  }
}