@charset "utf-8";
#event {}
#event .event01 {
  margin-top: 200px;
}
#event .mv {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #event .event01 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  #event .event01 figcaption {
    bottom: auto;
    top: 0;
  }
}

.event01 .inner, .event02 .inner {
  max-width: 1000px;
}
#event .event02 {
  background: url(../images/common/contents_bg.jpg) no-repeat center center / cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #event .event02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.reserve_area {
  position: relative;
  background: url(../images/common/contents_bg.jpg) no-repeat center center / cover;
  padding-bottom: 100px;
}
.reserve_box {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1000px;
  z-index: 100;
}
.reserve_box a {
  position: absolute;
  width: 100%;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media only screen and (max-width:768px) {
  .reserve_box {
    max-width: 500px;
  }
}

.event_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#event .information_item {
  background: #ffffff;
  border-top: 1px solid #645a28;
  border-bottom: 1px solid #645a28;
  transition: .3s;
}
#event .information_item:hover {
  background-color: #e8e6df;
}
#event .newsBox {
  padding: 30px;
  border-bottom: 2px solid #d1d1d1;
}
#event .newsBox a {
  color: #000;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .newsBox {
    padding: 26px 0;
  }
}

#event .newsBox .newsLabel {
  padding: 8px 26px;
  background-color: #8a754b;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
#event .newsBox .newsTitle p {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #event .newsBox .newsTitle p {
    font-size: 18px;
    letter-spacing: normal;
  }
}

#event .newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}
#event .newsBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #event .newsBox dl {
    display: block;
  }
}

#event .newsBox dl:last-of-type {
  margin-bottom: 35px;
}
#event .newsBox dt {
  width: 120px;
  border: 1px solid #8a754b;
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #8a754b;
}
@media screen and (max-width: 768px) {
  #event .newsBox dt {
    width: 100%;
    padding: 10px 10px;
  }
}

#event .newsBox dd {
  width: calc(100% - 150px);
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 480px) {
  #event .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

#event .newsBox:first-of-type {
  border-top: 2px solid #d1d1d1;
}
#event .newsBtn {
  max-width: 220px;
  width: 100%;
  margin: 0 30px;
  margin-left: auto;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 14px 0;
  font-size: 18px;
  color: #8a754b;
}
@media screen and (max-width: 768px) {
  #event .newsBtn {
    margin: 0 auto;
    font-size: 16px;
  }
}

#event .newsBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}
#event .newsBox:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f4f4f4;
}
#event .newsBox:hover .newsBtn {
  background-color: #8a754b;
  border: 2px solid #8a754b;
  color: #fff;
}
#event .newsBox:hover .newsBtn .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}


/*===================================================================
event_detail
/*================================================================= */
#event_detail .event_detail {
  margin-top: 200px;
  padding-top: 150px;
  padding-bottom: 80px;
  background: url(../images/common/contents_bg.jpg) no-repeat center center / cover;
}
.event_detail .inner {
  max-width: 1000px;
}
@media only screen and (max-width:1080px) {
  #event_detail .event_detail {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #event_detail .event_detail {
    padding-top: 60px;
  }
}

#event_detail .newsBox {
  padding: 60px 60px;
  background: #ffffff;
  border-top: 1px solid #645a28;
  border-bottom: 1px solid #645a28;
}
@media screen and (max-width: 768px) {
  #event_detail .newsBox {
    padding: 40px 20px;
  }
}

#event_detail .newsBox .newsLabel {
  padding: 10px 36px;
  background-color: #8a754b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#event_detail .newsBox .newsTitle {
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
#event_detail .newsBox .newsTitle .title {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #event_detail .newsBox .newsTitle .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #event_detail .newsBox .newsTitle {
    font-size: 20px;
    letter-spacing: normal;
    padding-bottom: 14px;
  }
}

#event_detail .newsBox .newsTitle h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
}
#event_detail .newsBox .newsTitle p {
  margin-top: 10px;
  font-weight: normal;
}
#event_detail .newsBox dl {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
#event_detail .newsBox dt {
  width: 160px;
  border: 1px solid #8a754b;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8a754b;
}
@media screen and (max-width: 768px) {
  #event_detail .newsBox .newsTitle h2 {
    font-size: 20px;
  }
  #event_detail .newsBox .newsTitle p {
    font-size: 16px;
  }
  #event_detail .newsBox dl {
    margin-top: 20px;
  }
  #event_detail .newsBox dt {
    width: 100%;
    font-size: 16px;
    padding-block: 3px;
  }
}

#event_detail .newsBox dd {
  width: 100%;
  font-size: 26px;
  line-height: 1.7;
  margin-top: 20px;
}
@media only screen and (max-width:768px) {
  #event_detail .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

#event_detail .newsBox dd p {
  margin-top: 10px;
  font-size: 18px;
}
#event_detail .eventBtn a {
  font-size: 26px;
  color: #000;
  display: block;
  padding: 14px 0;
  line-height: 1.6;
}
.newsBottomBtn {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  margin-top: 60px;
  text-align: center;
  background-color: #051e50;
  border: 2px solid #051e50;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}
.newsBottomBtn a {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  display: block;
  padding-block: 22px;
  text-decoration: none;
}
.newsBottomBtn:hover {
  background-color: #fff;
}
.newsBottomBtn:hover a {
  color: #051e50;
}
@media only screen and (max-width:768px) {
  .newsBottomBtn {
    margin-top: 40px;
  }
  .newsBottomBtn a {
    font-size: 16px;
    padding-block: 22px;
  }
}