@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


* {
}

body {
  background-color: #fff;
  font-family: "Inter","Noto Sans JP",sans-serif;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a:hover {
  opacity: 0.8;
}

br.only_pc {
  display: block;
}
br.only_sp {
  display: none;
}


#header {
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0 125px;
}

#header .header-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to right, rgba(192, 191, 46, .8), rgba(16, 121, 36, 0.8));
  border-radius: 83px;
  padding: 58px 0 58px;
}

#header .header-inner .header-logo p {
  margin-bottom: 20px;
}

#header .header-inner .header-title h3 {
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.2px;
  margin-top: 35px;
}


.description {
  background-color: #ffffe0;
  padding: 70px 0;
}
.description .description-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.description .description-inner p {
  font-size: 18px;
  margin-bottom: 0;
}

.event {
  background-color: #0D522F;
}
.event .event-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
.event .event-inner .event-box {
  display: flex;
  justify-content: space-between;
}
.event .event-inner .event-box div {
  position: relative;
  width: 365px;
  border-radius: 50px;
  background-color: rgba(199, 199, 37, .11);
  padding: 80px 0 20px;
}
.event .event-inner h2 {
  margin-bottom: 150px;
}
.event-date {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}
.event .event-inner .event-box div h3 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 15px;
}
.event .event-inner .event-box div h3::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translate(-20px, -7px);
}
.event .event-inner .event-box div h3::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translate(20px, -7px);
}
.event .event-inner .event-box .event-pic {
  width: 365px;
  min-height: 365px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
}
.event .event-inner .event-box .event-pic img {
  max-height: 280px;
}
.event .event-inner .event-box .event-pic span {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #0d522f;
}
.event .event-inner .event-box div:nth-child(1) .event-pic img{
  max-height: none;
}
.event .event-inner .event-box div:nth-child(2) .event-pic img{
  max-height: 245px;
  transform: translateY(12px);
}
.event .event-inner .event-box .event-pic .event-pic-ex {
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-detail {
  background-color: #BFAB11;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  width: 80%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
}
.btn-oubo {
  background-color: #4F9849;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  width: 80%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
}
.btn-detail + .btn-oubo {
  margin-top: 15px;
}
.cl-white {
  background-color: #fff;
  border: 1px solid #4F9849;
  color: #4F9849;
  box-shadow: unset;
}


.event-detail {
  background-color: #fff;
  padding: 65px 0;
}
.event-detail .event-detail-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.event-detail .event-detail-box {
  margin-bottom: 90px;
}
.event-detail .event-detail-box .s1{
  border-top: 1px solid #0d522f;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.event-detail .event-detail-box .s1 h3 {
  font-size: 40px;
  font-weight: normal;
  color: #8DC21E;
}
.event-detail .event-detail-box .s1 h3 span {
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
}
.event-detail .event-detail-box .s1 p {
  font-size: 25px;
  color: #979797;
  border-left: 1px solid #0d522f;
  margin-left: 50px;
  padding-left: 50px;
}
.event-detail .event-detail-box .s2 {
  display: flex;
  align-items: top;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-detail .event-detail-box .s2 .s-img {
  width: 340px;
  height: 315px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-detail .event-detail-box .s2 .s-img.nobrd {
  border: 0;
}
.event-detail .event-detail-box .s2 .s-img img {
  max-width: 100%;
  max-height: 300px;
}
.event-detail .event-detail-box .s2 .s-txt {
  position: relative;
  width: 860px;
  padding-left: 70px;
}
.event-detail .event-detail-box .s2 .s-txt h4 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #666666;
  text-align: left;
  margin-bottom: 40px;
}
.event-detail .event-detail-box .s2 .s-txt p {
  font-size: 18px;
  color: #4D4D4D;
  text-align: left;
  letter-spacing: 0.2px;
}
.event-detail .event-detail-box .s2 .s-txt .btn-oubo {
  width: 92%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about {
  background-color: #4E5256;
  padding: 70px 0;
}
.about .about-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.about .about-inner h3 {
  color: #fff;
  text-align: left;
  font-size: 34px;
  margin: 110px 0 50px;
}
.about .about-inner h3:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 40px;
  background-color: #fff;
  margin-right: 20px;
  transform: translateY(5px);
}
.about .about-inner p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
}
.about .about-inner .a2 h3 {
  margin: 110px 0 50px;
}
.about .about-inner .a2 p {
  margin-bottom: 0px;
}


.banner {
  background-color: #4E5256;
}
.banner .banner-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 120px;
  display: flex;
  justify-content: center;
}
.banner .banner-inner img {
  margin: 0 10px;
}


.footer {
  background-color: #fff;
  padding: 30px 0 60px;
}
.footer .footer-inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.footer .footer-inner a.jwave {
  width: 218px;
}




@media screen and (max-width: 980px) {
  br.nobr {
    display: none;
  }
  #header {
    padding: 20px 0;
  }
  #header .header-inner {
    width: 100%;
    border-radius: 0;
  }
  #header .header-inner .header-logo p {
    margin-bottom: 20px;
  }
  #header .header-inner .header-logo p img {
    width: 60%;
  }
  #header .header-inner .header-title h3 {
    font-size: 18px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .header-logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .description .description-inner {
    width: 90%;
  }
  .description .description-inner p {
    padding: 0 10px;
    font-size: 16px;
    word-break: auto-phrase;
  }

  .event-date {
    top: -50px;
  }
  .event-date img {
    max-height: 100px;
  }
  .event .event-inner {
    width: 100%;
    padding: 50px 0 5px;
  }
  .event .event-inner h2 {
    padding: 0 10px;
    margin-bottom: 100px;
    text-align: center;
  }
  .event .event-inner h2 img {
    max-height: 130px;
  }
  .event .event-inner .event-box {
    display: block;
  }
  .event .event-inner .event-box div {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding-top: 50px;

  }
  .event .event-inner .event-box div h3 {
    font-size: 16px;
  }
  .event .event-inner .event-box .event-pic {
    width: 100%;
    min-height: 300px;
  }
  .event .event-inner .event-box .event-pic img {
    max-height: 260px;
  }
  .event .event-inner .event-box .event-pic span {
    font-size: 16px;
  }

  .event-detail .event-detail-inner {
    width: 100%;
  }
  .event-detail .event-detail-box .s1 {
    padding: 20px 10px;
    justify-content: center;
  }
  .event-detail .event-detail-box .s1 h3 {
    font-size: 24px;
  }
  .event-detail .event-detail-box .s1 h3 span {
    font-size: 18px;
  }
  .event-detail .event-detail-box .s1 p {
    font-size: 18px;
    margin-left: 20px;
    padding-left: 20px;
  }
  .event-detail .event-detail-box .s2 {
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .event-detail .event-detail-box .s2 .s-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .event-detail .event-detail-box .s2 .s-img img {
    max-height: 260px;
  }
  .event-detail .event-detail-box .s2 .s-txt {
    width: 100%;
    padding: 0 10px;
  }
  .event-detail .event-detail-box .s2 .s-txt h4 {
    word-break: auto-phrase;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event-detail .event-detail-box .s2 .s-txt p {
    font-size: 16px;
  }
  .event-detail .event-detail-box .s2 .s-txt .btn-oubo {
    position: relative;
    margin-top: 50px;
  }

  .about {
    padding-bottom: 30px;
  }
  .about .about-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about .about-inner h2 img {
    max-width: 120px;
  }
  .about .about-inner h3 {
    font-size: 22px;
    padding: 0 5px;
    margin: 30px 0 30px 0px;
  }
  .about .about-inner h3:before {
    height: 30px;
    margin-right: 10px;
    display: none;
  } 
  .about .about-inner p {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .about .about-inner .a2 h3 {
    margin: 70px 0 30px;
  }
  .about .about-inner .a2 p {
    margin-bottom: 0px;
  }

  .banner .banner-inner {
    padding-top: 0px;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .banner .banner-inner a {
    margin-bottom: 10px;
  }
  .banner .banner-inner a img {
    max-height: 100px;
  }

  .footer .footer-inner {
    width: 100%;
    /* flex-direction: column; */
    display: block;
  }
  .footer .footer-inner a.jwave {
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
  }


  br.only_pc {
    display: none;
  }
  br.only_sp {
    display: block;
  }
}

