@charset "UTF-8";
/* Scss Document */
.page-ttl01 {
  margin-bottom: 60px;
}

.page-ttl07 {
  margin-bottom: 30px;
}

.section {
  margin-top: 130px;
}

.section02 {
  margin-top: 100px;
}

.section03 {
  margin-top: 70px;
}

.note {
  font-size: 12px;
}

.red {
  color: #D65C66;
}

.text-red {
  font-size: 12px;
  color: #D65C66;
  margin-top: 10px;
}

.link-text {
  color: #4269BF;
  text-decoration: underline !important;
}

.news-sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
}

.news-sec_item {
  width: 30%;
  max-width: 300px;
}

.news-sec_img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 54.598/45.402;
}
.news-sec_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-sec_day {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #3B5CA9;
}

.news-sec_category {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}

.news-sec_category-item {
  padding: 3px 8px;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  background: #DBDBEE;
}

.news-sec_ttl {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.news-sec_btn {
  margin: 47px auto 0;
}

.festival-sec .sec-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: 500;
  color: #4269BF;
  line-height: 1.5;
}
.festival-sec .festival-wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
  margin-top: 60px;
}
.festival-sec .festival-wrap_text {
  width: 55%;
}
.festival-sec .festival-wrap_text .theme-title {
  position: relative;
  border-bottom: 1px solid #D1DCF7;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #4269BF;
  padding-bottom: 5px;
  margin-top: 45px;
}
.festival-sec .festival-wrap_text .theme-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #4269BF;
  width: 28px;
  height: 1px;
}
.festival-sec .festival-wrap_text .theme-text {
  margin-top: 20px;
}
.festival-sec .festival-wrap_text .theme-info_wrap {
  background: #EBEBFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.festival-sec .festival-wrap_text .theme-info_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  margin-bottom: 10px;
}
.festival-sec .festival-wrap_text .theme-info_wrap dl:last-child {
  margin-bottom: 0;
}
.festival-sec .festival-wrap_text .theme-info_wrap dt {
  width: 10%;
  color: #4269BF;
}
.festival-sec .festival-wrap_text .theme-info_wrap dd {
  width: 88%;
}
.festival-sec .theme-info_link-text {
  margin-top: 20px;
}
.festival-sec .theme-info_link-text a {
  color: #4269BF;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .festival-sec .theme-info_link-text a:hover {
    text-decoration: none;
  }
}
.festival-sec .festival-wrap_img {
  width: 40%;
}
.festival-sec .sns-wrap {
  margin-top: 45px;
}
.festival-sec .sns-wrap .title {
  border-bottom: 1px solid #DBDBEE;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: #4269BF;
  padding-bottom: 5px;
}
.festival-sec .sns-wrap .sns-wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-top: 30px;
}
.festival-sec .plan-wrap {
  margin-top: 130px;
}
.festival-sec .plan-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  color: #4269BF;
  line-height: 1.5;
  margin-top: 60px;
}
.festival-sec .plan-title span {
  font-size: 24px;
}
.festival-sec .plan-text {
  text-align: center;
}
.festival-sec .plan-text02 {
  margin-top: 30px;
}
.festival-sec .plan-img {
  width: 40%;
  margin: 40px auto 0;
}
.festival-sec .plan-note {
  margin-top: 15px;
  font-size: 12px;
}
.festival-sec .table-box {
  margin-top: 40px;
  background: #F2F2FC;
  border: 1px solid #4269BF;
  border-radius: 10px;
}
.festival-sec .table-box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EBEBFF;
}
.festival-sec .table-box_flex:first-of-type .table-box_ttl {
  border-radius: 10px 0 0 0;
}
.festival-sec .table-box_flex:first-of-type .table-box_textarea {
  border-radius: 0 10px 0 0;
}
.festival-sec .table-box_flex:last-of-type {
  border-bottom: none;
}
.festival-sec .table-box_flex:last-of-type .table-box_ttl {
  border-radius: 0 0 0 10px;
}
.festival-sec .table-box_flex:last-of-type .table-box_textarea {
  border-radius: 0 0 10px 0;
}
.festival-sec .table-box_ttl {
  width: 14%;
  background: #4269BF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 20px 5px;
}
.festival-sec .table-box_textarea {
  width: 86%;
  background: #fff;
  font-weight: 500;
  padding: 20px 10px;
}
.festival-sec .event-wrap {
  margin-top: 130px;
}
.festival-sec .event-list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.8;
  margin-top: 10px;
}
.festival-sec .event-list li:first-child {
  margin-top: 0;
}
.festival-sec .event-list li span {
  color: #4269BF;
}
.festival-sec .square-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #4269BF;
  padding: 30px;
  margin-top: 40px;
}
.festival-sec .square-box .title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #BCCBF2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.festival-sec .square-box .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #4269BF;
  width: 50px;
  height: 1px;
}
.festival-sec .news-sec {
  margin-top: 130px;
}

@media screen and (max-width: 1800px) {
  .contents-main {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .contents-side {
    min-width: 0;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 900px) {
  .news-sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
  }
  .news-sec_item {
    width: 49%;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .contents-row2 {
    margin-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .contents-main {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .page-ttl01 {
    margin-bottom: 30px;
  }
  .page-ttl07 {
    margin-bottom: 15px;
  }
  .section {
    margin-top: 65px;
  }
  .section02 {
    margin-top: 50px;
  }
  .section03 {
    margin-top: 35px;
  }
  .text-red {
    margin-top: 5px;
  }
  .news-sec_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
  .news-sec_item {
    width: 100%;
  }
  .news-sec_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-sec_img {
    width: 100px;
    border-radius: 10px;
  }
  .news-sec_textarea {
    width: calc(100% - 120px);
  }
  .news-sec_day {
    margin-top: 0;
    font-size: 10px;
  }
  .news-sec_ttl {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
  .news-sec_btn {
    margin: 32px auto 0;
  }
  .festival-sec .sec-title {
    font-size: 22px;
  }
  .festival-sec .festival-wrap_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px 0;
    margin-top: 30px;
  }
  .festival-sec .festival-wrap_text {
    width: 100%;
  }
  .festival-sec .festival-wrap_text .theme-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .festival-sec .festival-wrap_text .theme-title::before {
    width: 14px;
  }
  .festival-sec .festival-wrap_text .theme-text {
    margin-top: 10px;
  }
  .festival-sec .festival-wrap_text .theme-info_wrap {
    padding: 10px;
    margin-top: 15px;
  }
  .festival-sec .festival-wrap_text .theme-info_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    margin-bottom: 5px;
  }
  .festival-sec .festival-wrap_text .theme-info_wrap dt {
    width: 10%;
    color: #4269BF;
  }
  .festival-sec .festival-wrap_text .theme-info_wrap dd {
    width: 88%;
  }
  .festival-sec .theme-info_link-text {
    margin-top: 15px;
  }
  .festival-sec .festival-wrap_img {
    width: 50%;
    margin: 0 auto;
  }
  .festival-sec .sns-wrap {
    margin-top: 15px;
  }
  .festival-sec .sns-wrap .title {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .festival-sec .sns-wrap .sns-wrap_flex {
    gap: 0 20px;
    margin-top: 15px;
  }
  .festival-sec .sns-wrap .sns-wrap_flex li a {
    display: block;
    width: 70%;
  }
  .festival-sec .plan-wrap {
    margin-top: 65px;
  }
  .festival-sec .plan-title {
    font-size: 18px;
    margin-top: 30px;
  }
  .festival-sec .plan-title span {
    font-size: 15px;
  }
  .festival-sec .plan-text02 {
    margin-top: 15px;
  }
  .festival-sec .plan-img {
    width: 75%;
    margin: 20px auto 0;
  }
  .festival-sec .table-box {
    margin-top: 20px;
    border-radius: 5px;
  }
  .festival-sec .table-box_flex {
    display: block;
  }
  .festival-sec .table-box_flex:first-of-type .table-box_ttl {
    border-radius: 5px 5px 0 0;
  }
  .festival-sec .table-box_flex:first-of-type .table-box_textarea {
    border-radius: 0;
  }
  .festival-sec .table-box_flex:last-of-type .table-box_ttl {
    border-radius: 0;
  }
  .festival-sec .table-box_flex:last-of-type .table-box_textarea {
    border-radius: 0 0 5px 5px;
  }
  .festival-sec .table-box_ttl {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px;
  }
  .festival-sec .table-box_textarea {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }
  .festival-sec .event-wrap {
    margin-top: 65px;
  }
  .festival-sec .event-list li {
    margin-top: 5px;
  }
  .festival-sec .square-box {
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
  }
  .festival-sec .square-box .title {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .festival-sec .square-box .title::before {
    width: 25px;
  }
  .festival-sec .news-sec {
    margin-top: 65px;
  }
}
/* -------------------sp END------------------------------- */