@charset "UTF-8";

.nav_event::before {
  background-color: #15591c;
  content: '';
  display: inline-block;
  height: 5px;
  position: absolute;
  width: 96%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.nav_event a {
  color: #15591c;
  pointer-events: none;
}

.mainVisual {
  margin-top: 180px;
  background: url(../images/event/kv.jpg) no-repeat center top /cover;
  height: 670px;
  position: relative;
}

.event_mv_title {
  position: absolute;
  max-width: 500px;
  width: 100%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.mv_cp {
  position: absolute;
  font-size: 14px;
  padding: 6px;
  top: 0;
  right: 0;
}

@media only screen and (max-width:980px) {
  .mainVisual {
    margin-top: 80px;
  }

}


  @media only screen and (max-width:768px) {

  .mainVisual {
    background: url(../images/event/kv_sp.jpg) no-repeat center top /cover;
    height: 570px;
    position: relative;
  }

  .event_mv_title {
    top: 10px;
  }
}


/* ================================
tel_box
===================================*/

.tel_box_wrap {
  margin: -270px auto 60px;
  padding: 0 10px;
  max-width: 1020px;
}

.tel_box {
  padding: 30px 60px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tel_box .tel_boxtitle {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  color: #15591c;
}

.tel_box .in_box {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #dce6dd;
  position: relative;
  z-index: 99;
}

.tel_box .in_box figure {
  width: 100%;
  /* max-width: clamp(14.875rem, -6.347rem + 44.156vw, 21.25rem);
  max-width: clamp(14.875rem, -6.347rem + 44.156vw, 21.25rem); */
  max-width: 340px;
  margin-right: 20px;
}

.tel_box .in_box figure:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.tel_box .in_box .textBox {
  width: 100%;
  max-width: 380px;
}

.tel_box .in_box .textBox p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.tel_box .in_box .textBox .holiday{
	color:red;
	text-align:left;
	margin-top:5px;
}

.tel_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #15591c;
}

@media screen and (max-width: 980px) {

  .tel_box_wrap {
    padding: 0 10px;
    margin: -270px auto 60px;
    max-width: 1000px;
  }
  .tel_box {
    padding: 34px 20px;
  }

  .tel_box .tel_boxtitle {
    font-size: 26px;
    line-height: 1.3;
  }

  .tel_box .in_box .textBox .holiday{
	text-align:center;
  }

  .tel_box .in_box {
    display: block;
    padding: 20px 10px;
  }

  .tel_box .in_box figure {
    margin: 0 auto;
  }

  .tel_box .in_box .textBox {
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 2;
  }
  .tel_box .in_box .textBox p {
    font-size: 12px;
  }
}


@media screen and (max-width: 980px) {
  #event .event01 {
    background: url(../images/top/section05Bg_sp.png) no-repeat center 80px/cover;
    height: 570px;
    padding-top: 30px;
  }
}

#event .event01 .cap {
  position: absolute;
  top: 204px;
  right: 0;
  font-size: 14px;
  padding: 6px;
}

@media screen and (max-width: 980px) {
  #event .event01 .cap {
    top: 80px;
    font-size: 12px;
  }
}

#event .event01 .event01_1 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

#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;
  line-height: 1.6;
}

@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 .newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 768px) {
  #event .newsBottomBtn {
    max-width: 600px;
  }
}

#event .newsBottomBtn a {
  font-size: 22px;
  line-height: 2;
  color: #000;
  display: block;
  padding: 40px 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  #event .newsBottomBtn a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

#event .newsBottomBtn .icon05 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 20px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn .icon05 {
    padding: 13px;
  }
}

#event .newsBottomBtn:hover {
  background-color: #8a754b;
}

#event .newsBottomBtn:hover a {
  color: #fff;
}

#event .newsBottomBtn:hover .icon05 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 30px;
  background-position: center center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #event .newsBottomBtn:hover .icon05 {
    padding: 13px;
  }
}

/*===================================================================
event_detail
/*================================================================= */
#event_detail .globalNav_item.active a {
	pointer-events: initial;
}
#event_detail .event_detail {
  margin-top: 230px;
}

@media screen and (max-width: 768px) {
  #event_detail .event_detail {
    padding-top: 40px;
    margin-top: 80px;
  }
}

#event_detail .newsBox {
  padding: 60px 0;
  border-bottom: 2px solid #d1d1d1;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBox {
    padding: 60px 0 14px;
  }
}

#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;
  }
}

#event_detail .newsBox .newsTitle p {
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.6;
}

#event_detail .newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}

#event_detail .newsBox dl {
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

#event_detail .newsBox dt {
  width: 160px;
  border: 1px solid #8a754b;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBox dt {
    width: 100%;
  }
}

#event_detail .newsBox dd {
  width: 100%;
  font-size: 26px;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #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 .newsBox:hover {
  background-color: transparent;
}

#event_detail .eventBtn {
  max-width: 580px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background-color: #e8e3db;
  border: 2px solid #8a754b;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media screen and (max-width: 768px) {
  #event_detail .eventBtn {
    margin: 20px auto;
  }
}

#event_detail .eventBtn a {
  font-size: 26px;
  color: #000;
  display: block;
  padding: 14px 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #event_detail .eventBtn a {
    padding: 6px 40px;
    font-size: 20px;
  }
}

#event_detail .eventBtn.g-map {
  background-color: #dce6dd;
  border: 2px solid #15591c;
}

#event_detail .eventBtn.g-map a {
  color: #000;
}

#event_detail .eventBtn .icon06 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}

#event_detail .eventBtn .icon01 {
  background: url(../images/common/icon06.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}

#event_detail .eventBtn.g-map:hover {
  background-color: #15591c;
}

#event_detail .eventBtn.g-map:hover .icon06 {
  background: url(../images/common/icon05.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event_detail .eventBtn.g-map:hover a {
  color: #fff;
}

#event_detail .eventBtn.pdf:hover {
  background-color: #8a754b;
}

#event_detail .eventBtn.pdf:hover .icon01 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

#event_detail .eventBtn.pdf:hover a {
  color: #fff;
}

#event_detail .newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  background-color: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

#event_detail .newsBottomBtn a {
  font-size: 30px;
  line-height: 2;
  color: #000;
  display: block;
  padding: 40px 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media screen and (max-width: 768px) {
  #event_detail .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 40px;
  }
}

#event_detail .newsBottomBtn .icon01 {
  background: url(../images/common/icon01.svg) no-repeat;
  background-size: contain;
  padding: 20px;
  background-position: center center;
  position: absolute;
  right: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #event_detail .newsBottomBtn .icon01 {
    right: 8%;
  }

  #event_detail .newsBottomBtn {
    margin: 30px auto;
  }
}

#event_detail .newsBottomBtn:hover {
  background-color: #15591c;
  border: 2px solid #15591c;
}

#event_detail .newsBottomBtn:hover a {
  color: #fff;
}

#event_detail .newsBottomBtn:hover .icon01 {
  background: url(../images/common/icon07.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

.infoBox {
  margin-top: 30px;
  padding: 30px 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 2px solid #15591c;
  background-color: #dce6dd;
}

#event_detail .infoBox .text {
  font-size: 28px;
  color: #15591c;
  font-weight: bold;
}

#event_detail .infoBox .infobox_text {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
}
#event_detail .infoBox .infoBox_date {
  font-size: 12px;
}
#event_detail .infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  #event_detail .infoBox {
    margin-top: 30px;
    padding: 30px 20px;
  }

  #event_detail .infoBox .text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  #event_detail .infoBox .text02 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  #event_detail .infoBtn {
    max-width: 540px;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
  }
}
