@charset "UTF-8";

.section-title {
  color: #63CDFD;
  display: table;
  font-size: 60px;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 40px;
}

.marker-yellow {
  position: relative;
  z-index: 1;
}
.marker-yellow::after {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(transparent 5%, #FFF500 5%);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s ease;
}
.marker-yellow.inview::after {
  transform: scaleX(1);
}

/*-------------------------------------------
mv
-------------------------------------------*/
.mv {
  margin-bottom: 80px;
}
.mv-text {
  font-size: 14px;
  font-weight: 500;
  padding-right: 4%;
  margin-top: 6px;
  text-align: right;
}

/*-------------------------------------------
overview
-------------------------------------------*/
.overview {
  background-image: url(../img/top/bg1.jpg);
  background-size: cover;
  background-position: top left;
  padding: 180px 0;
  margin-bottom: 120px;
}
.overview .inner {
  background-color: #fff;
  padding: 120px 20px;
}
.overview .title-area {
  background-color: #63CDFD;
  color: #fff;
  display: table;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 auto 20px;
  text-align: center;
}
.overview .period {
  font-size: 78px;
  font-weight: bold;
  display: table;
  margin: 0 auto 10px;
  text-align: center;
}
.overview .period span {
  font-size: 48px;
}
.overview .place {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.overview .schedule-list {
  display: table;
  margin: 0 auto 40px;
}
.overview .schedule-list li {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
.overview .schedule-list li span {
  font-size: 64px;
}
.overview .time {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 60px;
  text-align: center;
}
.overview .time span {
  font-size: 78px;
}
.overview .title {
  width: 100%;
  max-width: 580px;
  color: #042F90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
.overview .title::before,
.overview .title::after {
  content: "";
  flex: 1;
  min-width: 0;
  height: 3px;
  background: #042F90;
}
.overview .title span {
  flex-shrink: 0;
}
.overview .text {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
.overview .text a {
  color: #63CDFD;
}
.overview .logo {
  max-width: 520px;
  margin: 0 auto 80px;
}
.overview .detail-list {
  max-width: 750px;
  border: solid 3px #000;
  border-radius: 35px;
  padding: 5%;
  margin: 0 auto;
}
.overview .detail-list li {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
}
.overview .detail-list li span {
  color: #042F90;
}

/*-------------------------------------------
スライダー
-------------------------------------------*/
.img-slider {
  margin-bottom: 120px;
}

/*-------------------------------------------
greeting
-------------------------------------------*/
.greeting {
  margin-bottom: 120px;
}
.greeting .sub-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: -25px 0 60px;
}
.greeting .greeting-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 10%;
}
.greeting .greeting-list li {
  width: 45%;
  text-align: center;
}
.greeting .greeting-list li .img {
  max-width: 310px;
  margin: 0 auto 40px;
}
.greeting .greeting-list li .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.greeting .greeting-list li .name {
  min-height: 62px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}
.greeting .greeting-list li .text {
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

/*-------------------------------------------
attraction
-------------------------------------------*/
.attraction {
  background-image: url(../img/top/bg2.jpg);
  background-size: cover;
  background-position: top left;
  padding: 140px 0;
  margin-bottom: 140px;
}
.attraction .section-title {
  color: #042F90;
  font-size: 36px;
}
.attraction .section-title.marker-yellow::after {
  bottom: -5px;
}
.attraction .inner {
  background-color: #fff;
  border: solid 5px #63CDFD;
  padding: 60px 7.5%;
}
.attraction .attraction-list {
  display: flex;
  gap: 40px 0;
}
.attraction .attraction-list li {
  width: 50%;
}
.attraction .attraction-list li:first-child .head {
  padding-right: 8.5%;
}
.attraction .attraction-list li:last-child .head {
  padding-left: 8.5%;
}
.attraction .attraction-list li:first-child .detail {
  padding-right: 8.5%;
}
.attraction .attraction-list li:last-child .detail {
  padding-left: 8.5%;
  border-left: solid 3px #63CDFD;
}
.attraction .attraction-list li .date {
  width: 105px;
  background-color: #63CDFD;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0;
  margin-bottom: 17px;
  text-align: center;
}
.attraction .attraction-list li .title {
  color: #042F90;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.attraction .attraction-list li .img {
  max-width: 380px;
  margin-bottom: 15px;
}
.attraction .attraction-list li .text {
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

/*-------------------------------------------
feeling
-------------------------------------------*/
.feeling {
  background-image: url(../img/top/bg3.jpg);
  background-size: cover;
  background-position: top left;
  padding: 120px 0;
  margin-bottom: 120px;
}
.feeling .feeling-title {
  color: #FFE200;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 55px;
  text-align: center;
}
.feeling .feeling-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.feeling .feeling-list li .detail {
  width: 66%;
  margin-right: 4%;
}
.feeling .feeling-list li .detail .title {
  color: #FFE200;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
}
.feeling .feeling-list li .detail .text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.feeling .feeling-list li .img {
  width: 30%;
  max-width: 300px;
}

/*-------------------------------------------
news
-------------------------------------------*/
.news {
  margin-bottom: 120px;
}
.news .news-list {
  margin-bottom: 40px;
}

/*-------------------------------------------
history
-------------------------------------------*/
.history {
  margin-bottom: 120px;
}
.history .history-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.history .history-text {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
}
.history .victory-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.history .victory-list {
  margin-bottom: 80px;
}
.history .victory-list > li {
  border-top: solid 3px #A5A5A5;
  padding: 40px 0;
}
.history .victory-list > li .item-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.history .victory-list > li .name-list {
  display: flex;
  align-items: flex-start;
  gap: 10px 10%;
}
.history .victory-list > li .name-list li {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.history .victory-list > li .name-list li .img {
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}
.history .victory-list > li .name-list li .label {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 2px 13px;
  margin-right: 10px;
  text-align: center;
}
.history .victory-list > li .name-list li:first-child .label {
  background-color: #63CDFD;
}
.history .victory-list > li .name-list li:last-child .label {
  background-color: #FD8763;
}
.history .victory-list > li .name-list li .name {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
}
.history .victory-list > li .note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
}

.history .info-photo {
  border: solid 5px #63CDFD;
  padding: 5%;
}
.history .info-photo .info-title {
  color: #042F90;
  display: table;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: center;
}
.history .info-photo .info-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}


/*-------------------------------------------
access
-------------------------------------------*/
.access {
  margin-bottom: 160px;
}
.access .map {
  margin-bottom: 30px;
}
.access .inner {
  padding: 0 40px;
}
.access .access-list {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
.access .parking {
  border: solid 2px #000;
  padding: 30px 5%;
}
.access .parking .parking-title {
  color: #042F90;
  display: table;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
}
.access .parking .parking-title.marker-yellow::after {
  background: linear-gradient(transparent 50%, #FFF500 50%);
}
.access .parking .parking-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}


/*-------------------------------------------
event
-------------------------------------------*/
.event {
  background-image: url(../img/top/bg1.jpg);
  background-size: cover;
  background-position: top left;
  padding: 180px 0;
  margin-bottom: 120px;
}
.event .inner {
  background-color: #fff;
  padding: 120px 4%;
}
.event .event-list {
  margin-top: 60px;
  border-bottom: solid 1px #707070;
}
.event .event-list .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #707070;
  padding: 20px 0;
}
.event .event-list .group dt {
  width: 27%;
  font-size: 20px;
  font-weight: 500;
  padding: 0 2%;
}
.event .event-list .group dd {
  width: 73%;
  font-size: 20px;
  font-weight: 500;
  padding: 0 2%;
  line-height: 1.8;
}


@media screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }

  .marker-yellow::after {
    height: 15px;
  }

  /*-------------------------------------------
  mv
  -------------------------------------------*/
  .mv {
    margin-bottom: 60px;
  }
  .mv-text {
    font-size: 12px;
    padding-right: 20px;
  }

  /*-------------------------------------------
  overview
  -------------------------------------------*/
  .overview {
    background-position: top right 27%;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .overview .inner {
    padding: 40px 20px;
  }
  .overview .title-area {
    font-size: 28px;
  }
  .overview .period {
    font-size: 36px;
  }
  .overview .period span {
    font-size: 18px;
  }
  .overview .place {
    font-size: 28px;
  }
  .overview .schedule-list li {
    font-size: 20px;
  }
  .overview .schedule-list li span {
    font-size: 36px;
  }
  .overview .time {
    font-size: 24px;
  }
  .overview .time span {
    font-size: 36px;
  }
  .overview .title {
    font-size: 28px;
  }
  .overview .text {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .overview .logo {
    width: 90%;
    margin: 0 auto 40px;
  }
  .overview .detail-list {
    padding: 20px;
  }
  .overview .detail-list li {
    font-size: 18px;
  }

  /*-------------------------------------------
  img-slider
  -------------------------------------------*/
  .img-slider {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .img-slider .slider-item {
    width: 50%;
  }
  .img-slider .slider-item:nth-child(3) {
    display: none;
  }
  .img-slider > .slider-item:nth-child(3) {
    order: 4;
  }
  .img-slider > .slider-item:nth-child(4) {
    order: 3;
  }

  /*-------------------------------------------
  greeting
  -------------------------------------------*/
  .greeting {
    margin-bottom: 60px;
  }
  .greeting .sub-title {
    font-size: 28px;
    margin: -30px 0 40px;
  }
  .greeting .greeting-list {
    flex-direction: column;
    gap: 60px 0;
  }
  .greeting .greeting-list li {
    width: 100%;
  }
  .greeting .greeting-list li .img {
    margin: 0 auto 25px;
  }
  .greeting .greeting-list li .title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .greeting .greeting-list li .name {
    min-height: auto;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }


  /*-------------------------------------------
  attraction
  -------------------------------------------*/
  .attraction {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .attraction .section-title {
    color: #042F90;
    font-size: 20px;
  }
  .attraction .inner {
    border: solid 3px #63CDFD;
    padding: 40px 20px;
  }
  .attraction .attraction-list {
    flex-direction: column;
  }
  .attraction .attraction-list li {
    width: 100%;
  }
  .attraction .attraction-list li .head {
    display: flex;
    align-items: center;
  }
  .attraction .attraction-list li:first-child .head {
    padding-right: 0;
  }
  .attraction .attraction-list li:last-child .head {
    padding-left: 0;
  }
  .attraction .attraction-list li:first-child .detail {
    padding-right: 0;
  }
  .attraction .attraction-list li:last-child .detail {
    padding-left: 0;
    border-left: none
  }
  .attraction .attraction-list li .date {
    width: 90px;
    font-size: 16px;
    margin-right: 10px;
  }
  .attraction .attraction-list li .title {
    font-size: 19px;

  }

  /*-------------------------------------------
  feeling
  -------------------------------------------*/
  .feeling {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .feeling .feeling-title {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .feeling .feeling-list li {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .feeling .feeling-list li:last-child {
    margin-bottom: 0;
  }
  .feeling .feeling-list li .detail {
    width: 100%;
    margin-right: 0;
  }
  .feeling .feeling-list li .detail .title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .feeling .feeling-list li .detail .text {
    font-size: 16px;
  }
  .feeling .feeling-list li .img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px;
  }

  /*-------------------------------------------
  news
  -------------------------------------------*/
  .news {
    margin-bottom: 60px;
  }

  /*-------------------------------------------
  history
  -------------------------------------------*/
  .history {
    margin-bottom: 60px;
  }
  .history .history-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .history .history-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .history .victory-title {
    font-size: 24px;
  }
  .history .victory-list {
    margin-bottom: 0;
  }
  .history .victory-list > li {
    padding: 30px 0;
  }
  .history .victory-list > li .item-title {
    font-size: 18px;
  }
  .history .victory-list > li .name-list {
    display: table;
    flex-direction: column;
    gap: 10px 0;
    margin: 0 auto 10px;
  }
  .history .victory-list > li .name-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .history .victory-list > li .name-list.img li {
    justify-content: center;
    margin-bottom: 30px;
  }
  .history .victory-list > li .name-list li .label {
    font-size: 15px;
    padding: 2px 8px;
    margin-right: 5px;
  }
  .history .victory-list > li .name-list li .name {
    font-size: 15px;
  }
  .history .victory-list > li .note {
    font-size: 16px;
  }

  .history .info-photo {
    border: solid 3px #63CDFD;
    padding: 20px;
  }
  .history .info-photo .info-title {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .history .info-photo .info-text {
    font-size: 16px;
  }


  /*-------------------------------------------
  access
  -------------------------------------------*/
  .access {
    margin-bottom: 60px;
  }
  .access .map {
    margin-bottom: 20px;
  }
  .access .map iframe {
    height: 320px;
  }
  .access .inner {
    padding: 0;
  }
  .access .access-list {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .access .parking {
    padding: 20px;
  }
  .access .parking .parking-title {
    font-size: 20px;
  }
  .access .parking .parking-text {
    font-size: 16px;
  }


  /*-------------------------------------------
  event
  -------------------------------------------*/
  .event {
    background-position: top right 27%;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .event .inner {
    padding: 40px 20px;
  }
  .event .event-list {
    margin-top: 0;
  }
  .event .event-list .group {
    flex-direction: column;
  }
  .event .event-list .group dt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
  }
  .event .event-list .group dd {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}