.mv.-event {
  background-image: url(../../img/event/pc_mv_event.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 678px) {
  .mv.-event {
    height: 40vw;
    background-position: center right -40vw;
  }
}
.mv.-event .mv_inner {
  height: 300px;
}

@media screen and (max-width: 678px) {
  .mv.-event .mv_inner {
    height: 40vw;
  }
}
.c_m-titleWrap.-mv {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 678px) {
  .c_m-titleWrap.-mv {
    width: 100%;
  }
}
#event {
  padding: 0 0 80px;
}

@media screen and (max-width: 678px) {
  #event {
    padding: 0 0 10.6666666667vw;
  }
}
.c_news-list-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 678px) {
  .c_news-list-navi {
    margin-top: 8vw;
  }
}
.c_news-list-navi li {
  background: #cccccc;
  border-radius: 30px;
}

.c_news-list-navi li a {
  color: #333333;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 678px) {
  .c_news-list-navi li a {
    font-size: 3.7333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.c_news-list-navi li.active {
  background: #008e42;
}

.c_news-list-navi li.active a {
  color: #FFF;
}

.c_news-list-navi li + li {
  margin-left: 15px;
}

@media screen and (max-width: 678px) {
  .c_news-list-navi li + li {
    margin-left: 2vw;
  }
}
#event-detail {
  padding: 60px 0 80px;
}

@media screen and (max-width: 678px) {
  #event-detail {
    padding: 8vw 0 10.6666666667vw;
  }
}
.news-detail-wrap {
  margin-top: 60px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .news-detail-wrap {
    margin-top: 4.1666666667vw;
  }
  .news-detail-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 678px) {
  .news-detail-wrap {
    margin-top: 8vw;
  }
  .news-detail-wrap img {
    width: 100%;
  }
}
.news-detail-wrap .title {
  font-size: 3.8rem;
  margin-top: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 678px) {
  .news-detail-wrap .title {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.news-detail-wrap .date {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 678px) {
  .news-detail-wrap .date {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.news-detail-wrap p {
  font-size: 1.6rem;
}

@media screen and (max-width: 678px) {
  .news-detail-wrap p {
    font-size: 3.2vw;
  }
}
.c_news-back-btn {
  background: #ff0006;
  color: #FFF;
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  font-size: 2.6rem;
  margin-top: 80px;
  transition: 0.3s;
}

@media screen and (max-width: 678px) {
  .c_news-back-btn {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
    border-radius: 8vw;
  }
}
.c_news-back-btn:hover {
  opacity: 0.6;
}

.c_textarea p {
  margin-bottom: 10px;
}

.c_textarea p .red {
  color: #f00;
}

.c_textarea p .fs-large {
  font-size: 1.8rem;
}

@media screen and (max-width: 678px) {
  .c_textarea p .fs-large {
    font-size: 4.2666666667vw;
  }
}
.c_textarea .fs-xlarge {
  font-size: 2.4rem;
}

@media screen and (max-width: 678px) {
  .c_textarea .fs-xlarge {
    font-size: 4.8vw;
  }
}
.c_textarea .c_note {
  font-size: 1.4rem;
}

@media screen and (max-width: 678px) {
  .c_textarea .c_note {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 678px) {
  .c_textarea .c_note {
    font-size: 3.7333333333vw;
  }
}
.c_textarea img {
  width: 100%;
}

.c_textarea .image-flex {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 678px) {
  .c_textarea .image-flex {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c_textarea .image-flex li + li {
  margin-left: 10px;
}

@media screen and (max-width: 678px) {
  .c_textarea .image-flex li + li {
    margin-left: 2.6666666667vw;
  }
}
.c_textarea .free-text-box {
  font-size: 2rem;
  background: #fffdd3;
  display: table;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 2px solid #d0c820;
  border-radius: 4px;
  min-width: 290px;
}

@media screen and (max-width: 678px) {
  .c_textarea .free-text-box {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c_textarea .free-text-box._night {
  background: #d8e7fb;
  border: 2px solid #589bef;
}

.c_textarea .red {
  color: #f00;
}

.c_textarea .blue {
  color: #2a6bc0;
}

.c_textarea .brown {
  color: #9b6125;
}

.c_textarea .underline {
  text-decoration: underline;
}

.c_textarea .sub-title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  color: #008e42;
}

.c_textarea .sub-title.red {
  color: #F00;
}

@media screen and (max-width: 678px) {
  .c_textarea .sub-title {
    font-size: 5.3333333333vw;
  }
}
.c_textarea .sub-title._type02 {
  text-align: left;
  border-bottom: 2px solid #333;
  border-left: 12px solid #333;
  text-indent: 1.2rem;
  margin-bottom: 0;
  margin-top: 40px;
  color: #333;
}

.c_textarea .box {
  padding: 30px 30px;
  border: 3px solid #008e42;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  .c_textarea .box {
    padding: 6.6666666667vw 4vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.c_textarea .box._red {
  border: 3px solid #f00;
}

.c_textarea .box .map {
  margin-top: 30px;
}

@media screen and (max-width: 678px) {
  .c_textarea .box .map iframe {
    width: 100%;
    height: 66.6666666667vw;
  }
}
.c_textarea .box a {
  color: #007ed5;
  transition: 0.5s;
}

.c_textarea .box a:hover {
  opacity: 0.6;
}

.c_textarea .box .e_content {
  text-indent: -5rem;
  padding-left: 5rem;
}

.c_textarea .box .e_content .underline {
  text-decoration: underline;
}

@media screen and (max-width: 678px) {
  .c_textarea .box .e_content {
    text-indent: -11.2vw;
    padding-left: 11.2vw;
  }
}
.c_textarea .box .join-text {
  color: #f00;
  border: 2px solid #f00;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 678px) {
  .c_textarea .box .join-text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 0.6666666667vw;
  }
}
.c_textarea .box + .box {
  margin-top: 40px;
}

@media screen and (max-width: 678px) {
  .c_textarea .box + .box {
    margin-top: 10.6666666667vw;
  }
}
.c_textarea .small {
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 678px) {
  .c_textarea .small {
    font-size: 3.2vw;
  }
}
.c_textarea .small + .small {
  margin-bottom: 5px;
}

.calender._type01 {
  width: 720px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 678px) {
  .calender._type01 {
    font-size: 3.2vw;
  }
}
.calender._type01 td {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px 5px;
  vertical-align: middle;
  text-align: center;
}

.calender._type01 tr:nth-child(odd) {
  background-color: #daecdb;
}

.calender._type01 tr:first-child {
  background-color: #d7f0f9;
}

.calender._type02 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 678px) {
  .calender._type02 {
    font-size: 3.2vw;
    width: 100%;
  }
}
.calender._type02 tr:first-child {
  background: #e7e7e7;
}

.calender._type02 td {
  border-collapse: collapse;
  border: 1px solid #333;
  text-align: center;
  padding: 5px 14px;
}

@media screen and (max-width: 678px) {
  .calender._type02 td {
    padding: 1.3333333333vw 1.8666666667vw;
  }
}
.calender._type02 .holiday {
  color: #F00;
}

.calender._type02 .sat {
  color: #3579cc;
}

.calender._type02 .event {
  background: #ffc468;
}

.calender._type02 .freespace {
  background: #fffbab;
}

.calender._type02 .freespace._night {
  background: #b0cbed;
}

.free-text-box-note {
  color: #F00;
  font-size: 1.4rem;
}

.text_center {
  text-align: center;
}

.free-text-box_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 678px) {
  .free-text-box_wrap {
    display: block;
  }
}
.free-text-box_wrap .free-text-box {
  margin-right: 15px;
}

.free-text-box_wrap .sub_note {
  font-size: 1.6rem;
}

@media screen and (max-width: 678px) {
  .free-text-box_wrap .sub_note {
    margin-bottom: 2.6666666667vw;
  }
}
.event-info-qr {
  max-width: 160px;
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 678px) {
  .event-info-qr {
    max-width: 26.6666666667vw;
  }
}
.event-map {
  height: 500px;
}

@media screen and (max-width: 678px) {
  .event-map {
    height: 66.6666666667vw;
  }
}
.event-map iframe {
  width: 100%;
  height: 100%;
}

.c_event01_note {
  font-size: 1.6rem;
}

@media screen and (max-width: 678px) {
  .c_event01_note {
    font-size: 3.7333333333vw;
  }
}
.c_event01_note li {
  text-indent: -1.4rem;
  margin-left: 1rem;
}

.c_event03_wrap {
  margin-top: 20px;
  margin-left: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media screen and (max-width: 678px) {
  .c_event03_wrap {
    margin-left: 12vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    font-size: 0;
  }
}
.c_event03_wrap p {
  margin-bottom: 0;
}

.c_event03_wrap._type02 li:first-child {
  width: 615px;
  max-width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 678px) {
  .c_event03_wrap._type02 li:first-child {
    margin-bottom: 2vw;
  }
}
.c_event03_wrap._type02 li:first-child img {
  height: 100%;
  max-height: 100%;
}

.c_event03_wrap._type02 li:nth-child(even) {
  margin-left: 0;
}

.c_event03_wrap._type02 li:nth-child(3) {
  margin-left: 15px;
}

@media screen and (max-width: 678px) {
  .c_event03_wrap._type02 li:nth-child(3) {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 678px) {
  .c_event03_wrap._type02 li + li {
    margin-top: 0;
  }
}
.c_event03_wrap li {
  max-width: 300px;
}

@media screen and (max-width: 678px) {
  .c_event03_wrap li {
    max-width: 100%;
    width: 100%;
  }
}
.c_event03_wrap li img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
}

@media screen and (max-width: 678px) {
  .c_event03_wrap li img {
    max-height: initial;
  }
}
@media screen and (max-width: 678px) {
  .c_event03_wrap li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 678px) {
  .c_event03_wrap li + li {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=event.css.map */
