@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.mv,
.items,
.iroiro,
.withgreen,
.support-box {
  font: 1.6rem/1.75 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 89.3%;
  }
}

.overallInner {
  background: #E6F0E3;
}

.overallInner.mb50{
	padding-bottom: 50px;
}

/* .bg-inner{
  background: url(../img/top/bg.png) no-repeat left top;
  background-size: cover;
  padding-bottom: 95px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bg-inner{
    background: url(../img/top/bg_sp.png) no-repeat left top;
    background-size: cover;
    padding-bottom: 48px;
    margin-bottom: 40px;
  }
} */


.mv {
  margin-bottom: 12px;
  /* background: #ffffff url(../img/top/main-bg.png) no-repeat left top;
  background-size: contain; */
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 15px;
    /* background: url(../img/top/main-bg_sp.png) no-repeat center top;
    background-size: 100%;
    background-size: 200%;
    background-position: top left; */
  }
}
.mv .mv-logo {
  position: absolute;
  top: 43px;
  right: 41px;
}
@media screen and (max-width: 767px) {
  .mv .mv-logo {
    top: 22px;
    right: 10px;
  }
}

.mv .mv-logo img {
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  .mv .mv-logo img {
    max-width: 96px;
  }
}
.mv .camp {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .camp {
    text-align: left;
  }
}
.mv .camp .camp-text {
  padding-top: 35px;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-text {
    padding-top: 16px;
    margin: 0 0 32px auto;
  }
}

.mv .camp .camp-text img {
  max-width: 953px;
  margin: 0 auto;
  padding-right: 122px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-text img {
    position: relative;
    max-width: none;
    z-index: 3;
    margin-left: -2%;
    padding-right: 10%;
  }
}
.mv .camp .camp-nouse {
  font-size: 2.2rem;
  line-height: 1.63;
  font-weight: bold;
  color: #006EA8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-nouse {
    font-size: 1.6rem !important;
    margin-bottom: 7px;
  }
}

.camp-nouse-l{
  font-size: 3.0rem;
}
@media screen and (max-width: 767px) {
  .camp-nouse-l{
    font-size: 2.0rem;
  }
}


.mv .camp .camp-nouse .camp-nouse-green {
  background-color: #C3CFE2;
  padding: 0px 3px 1px 5px;
}
.mv .camp .camp-caution {
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-caution {
    font-size: 1.2rem !important;
    margin-bottom: 21px;
    line-height: 1.66;
  }
}

.mv .camp .camp-point {
  margin-bottom: 8px;
}
.mv .camp .camp-point span.orange{
  font-size: 2.0rem;
  color: #fff;
  background: #E17332;
  font-weight: 500;
  /* display: inline-block; */
  /* margin-bottom: 10px; */
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-point span.orange{
    font-size: 1.6rem!important;
    padding: 0;
  }
}

.mv .camp .camp-koan {
  font-size: 1.1rem;
  text-align: right;
  /* margin-bottom: 11px; */
}
@media screen and (max-width: 767px) {
  .mv .camp .camp-koan {
    font-size: 1.1rem !important;
  }
}
.mv .situation {
  border-radius: 20px;
  color: #E50012;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 36px 45px 36px 40px;
  margin-bottom: 37px;
  display: flex;
  flex-wrap: wrap;
  background: #F8EEAC;
}
@media screen and (max-width: 767px) {
  .mv .situation {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.mv .situation dt:first-of-type,
.mv .situation dd:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv .situation dt:first-of-type,
  .mv .situation dd:first-of-type {
    margin-bottom: 0;
  }
}
.mv .situation dt {
  width: 1em;
}
@media screen and (max-width: 767px) {
  .mv .situation dt {
    line-height: 1.6;
  }
}
.mv .situation dd {
  width: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  .mv .situation dd {
    line-height: 1.6;
  }
}

.items {
  background-size: 100%;
  padding: 0 40px 0;
}
@media screen and (max-width: 767px) {
  .items {
    background: none;
    padding: 0;
  }
}

.items-top{
  margin-bottom: 35px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px){
  .items-top{
    margin-bottom: 24px;
  }
}

.items-bottom{
  margin-bottom: 0px;
}


.items.items-bottom .inner .item-inner{
margin: 0 auto;
padding: 25px 0px 0px;

}


.items .reserve-box {
  background: #E17333;
  padding: 40px 40px 36px 40px;
}


@media screen and (max-width: 767px) {
  .items .reserve-box {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
}

.items .reserve-box .reserve-flex .reserve-left {
  width: 250px;
  display: flex;
  justify-content: space-between;
  width: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-flex .reserve-left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    flex-direction: column;
  }
}

.items .reserve-box .reserve-flex .reserve-center {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-flex .reserve-center {
    width: 100%;
    margin-left: 0;
  }
}

.items .reserve-box .reserve-flex .reserve-left img{
  width: 82px;
  height: 82px;
}


@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-flex .reserve-left img  {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.items .reserve-box .reserve-flex .reserve-left .reserve-white {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 4.2rem;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 35px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-flex .reserve-left .reserve-white {
    font-size: 2.6rem !important;
    text-align: center;
    line-height: 1.23;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.items .reserve-box .reserve-flex .reserve-center .reserve-caution {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-flex .reserve-center .reserve-caution {
    margin-bottom: 32px;
  }
}

.items .reserve-box .reserve-flex .reserve-center .reserve-caution dt {
  width: 1em;
  margin-right: 5px;
}

.items .reserve-box .reserve-flex .reserve-center .reserve-caution dd {
  width: calc(100% - 1em - 5px);
}

.items .reserve-box .reserve-right {
  width: 499px;
  background: #fff;
  font-weight: bold;
  padding: 13.4px 42px;
  border-radius: 10px;
  margin: 22px auto 0;
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-right {
    text-align: center;
    /* width: 84.7%; */
    width: 100%;
    padding: 26px 20px;
    margin: 0px auto;
    font-size: 1.6rem !important;
  }
}

.items .reserve-box .reserve-right .reserve-right_small{
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
}

@media screen and (max-width: 767px) {
.items .reserve-box .reserve-right .reserve-right_small{
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
}
}

.items .reserve-box .reserve-right-a {
  width: 499px;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin: 23px auto 0;
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-right-a {
    /* width: 250px; */
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem !important;
  }
}

.items .reserve-box .reserve-right-a a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 22px 42px;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-right-a a {
    padding: 26px 20px;
  }
}

.items .reserve-box .reserve-right-a a:hover {
opacity: 0.6;
}

.items .reserve-box .reserve-right-a a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 165px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #F6A8A1;
}
@media screen and (max-width: 767px) {
  .items .reserve-box .reserve-right-a a:before {
    left: 40px;
  }
}

.items .reserve-box .reserve-right-a a:visited {
  text-decoration: none;
}

.reserve-box .number-small2{
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reserve-box .number-small2{
    /* font-size: 1.4rem !important; */
    line-height: 1.6;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.reserve-box .orange-reverse{
  text-align: center;
}
.reserve-box .orange-reverse span{
  color: #E17332;
  font-size: 1.6rem !important;
  background: #fff;
  font-weight: 500;
  padding: 0 4px;

}
@media screen and (max-width: 767px) {
  .reserve-box .orange-reverse{
    text-align: left;
  }
  .reserve-box .orange-reverse span{
    padding: 0;
  }
}


.items .item {
  background-color: #fff;
  border: 3px solid #006EA8;
  padding: 43px 40px 60px;
}
@media screen and (max-width: 767px) {
  .items .item {
    padding: 19px 20px 40px;
  }
}

.items .item .item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 10px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #006EA8;
  border-bottom: 2px solid #006EA8;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .items .item .item-ttl {
    display: block;
    font-size: 2.6rem;
    text-align: center;
    padding: 0 0 5px 0;
    margin-bottom: -10px;
  }
}

.items .item .item-ttl .pickup {
  font-size: 2rem;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .items .item .item-ttl .pickup {
    font-size: 1.6rem;
    margin-right: 0;
    display: block;
    line-height: 0.8;
  }
}

.items .item .item-ttl .count {
  font-size: 2rem;
  margin-left: 16px;
  color: #FFE6A1;
}
@media screen and (max-width: 767px) {
  .items .item .item-ttl .count {
    margin-left: 0;
    font-size: 1.6rem;
    display: block;
    line-height: 0.8;
  }
}

.items .item .item-ttl .nine {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .items .item .item-ttl .nine {
    font-size: 2.4rem;
  }
}

.items .item .item-inner {
  background: #fff;
  padding: 25px 0px 32px;
  margin: 0 auto 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner {
    margin: 25px auto 0 !important;
    padding: 0 !important;
  }
}

.items .item .item-inner .item-intro {
  margin-bottom: 20px;
  color: #009653;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-intro {
    font-size: 1.8rem !important;
    margin-bottom: 17px;
  }
}

.items .item .item-inner .item-flex {
  /* margin-bottom: 38px; */
  display: block;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex {
    /* margin-bottom: 21px; */
  }
}

.items .item .item-inner .item-flex+.contact {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex+.contact {
    margin-top: 21px;
  }
}

.items .item .item-inner .item-flex .item-left {
  width: 100%;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  flex-wrap: wrap;
  align-items: flex-start;
  /* margin-bottom: 17px; */
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex .item-left {
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.6;
  }
}

.items .item .item-inner .item-flex .item-left dt {
  width: 1em;
  margin-right: 5px;
}

.items .item .item-inner .item-flex .item-left dd {
  width: calc(100% - 1em - 5px);
}

.items .item .item-inner .item-flex .item-right {
  width: 100%;
  margin-bottom: 23px;
  padding: 20px;
  background: #E8F4EB;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex .item-right {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 18px;
  }
}

.items .item .item-inner .item-flex .item-right .applicable {
 font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  margin-bottom: 18px;
  background: #5BAE71;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex .item-right .applicable {
    font-size: 1.6rem !important;
    padding: 2px 0;
  }
}

.items .item .item-inner .item-flex .item-right .applicable-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .item-flex .item-right .applicable-text {
    font-size: 1.4rem !important;
    text-align: justify;
    line-height: 1.57;
  }
}

.items .item .item-inner .paperless {
  max-width: 779px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .paperless {
    display: block;
    margin: 0 auto;
  }
}

.items .item .item-inner .paperless .paperless-left {
  width: 219px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .paperless .paperless-left {
    width: 100%;
    max-width: 190px;
    margin: 0 auto 15px;
  }
}

.items .item .item-inner .paperless .paperless-right {
  color: #EC75A2;
  font-weight: bold;
}

.items .item .item-inner .paperless .paperless-right .paperless-right__top {
  font-size: 2.6rem;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .paperless .paperless-right .paperless-right__top {
    text-align: center;
    font-size: 2rem !important;
  }
}

.items .item .item-inner .paperless .paperless-right .paperless-right__middle {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .paperless .paperless-right .paperless-right__middle {
    font-size: 3rem !important;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: center;
  }
}

.items .item .item-inner .paperless .paperless-right .paperless-right__bottom {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .paperless .paperless-right .paperless-right__bottom {
    font-size: 1.4rem !important;
    margin-bottom: 24px;
    text-align: center;
  }
}

.items .item .item-inner .app {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 25px;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .app {
    padding: 24px 0;
  }
}

.items .item .item-inner .app .app-ttl {
  margin-bottom: 16px;
}

.items .item .item-inner .app .app-ttl a {
  color: #EB6FA5;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .app .app-ttl a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .items .item .item-inner .app .app-ttl {
    margin-bottom: 22px;
  }
}

.items .item .item-inner .app .app-img {
  max-width: 696px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .app .app-img {
    max-width: 250px;
    margin: 0 auto 16px;
  }
}

.items .item .item-inner .app .appstore {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .app .appstore {
    width: 221px;
  }
}

.items .item .item-inner .contact {
  padding: 16px 0 15px 1rem;
  color: #009653;
  border-top: 3px solid #009653;
  border-bottom: 3px solid #009653;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact {
    padding: 17px 0 17px 1rem;
    margin-bottom: 0;
  }
}

.items .item .item-inner .contact .contact-indent {
  text-indent: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact .contact-indent {
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

.items .item .item-inner .contact .contact-indent .contact-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact .contact-indent .contact-flex {
    display: block;
    width: 100%;
  }
}

.items .item .item-inner .contact .contact-indent .contact-flex .contact-ttl {
  font-size: 1.4rem !important;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact .contact-indent .contact-flex .contact-ttl {
    margin-bottom: 2px;
    line-height: 1.5;
  }
}

.items .item .item-inner .contact .contact-indent .contact-flex .contact-ttl::before {
  display: inline-block;
  content: "●";
  margin-right: 10px;
}

.items .item .item-inner .contact .contact-indent .contact-flex .contact-tel {
  font-size: 1.3rem;
  margin-left: 56px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact .contact-indent .contact-flex .contact-tel {
    font-size: 1.3rem !important;
    margin-left: 0px;
  }
}

.items .item .item-inner .contact .contact-indent .contact-flex .contact-tel a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #009653;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .contact .contact-indent .contact-flex .contact-tel a {
    margin-left: 10px;
  }
}

.items .item .item-inner .contact .contact-indent .contact-flex .contact-tel a span {
  -webkit-text-decoration-skip: underline;
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .items .item .item-inner .contact .contact-indent .contact-flex .idt-sub{
    /* padding-left: 5em; */
  }
}

.items .item .item-inner .time-situation {
  font-size: 1.6rem !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .items .item .item-inner .time-situation {
    font-size: 1rem !important;
    margin-bottom: 10px;
  }
}

.items .ticket {
  text-align: center;
  background: #009641;
  padding: 30px 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .items .ticket {
    text-align: left;
    padding: 21.5px 20px;
    margin-bottom: 48px;
  }
}

.items .ticket .ticket-text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .items .ticket .ticket-text {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }
}

.items .ticket .ticket-btn {
  background: #fff;
  max-width: 210px;
  border-radius: 10px;
  margin: 0 auto;
}

.items .ticket .ticket-btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding: 11px 10px;
  width: 210px;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .items .ticket .ticket-btn a {
    font-size: 1.6rem !important;
  }
}

.items .ticket .ticket-btn a:hover {
  opacity: 0.6;
}

.items .ticket .ticket-btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 51%;
  left: 21px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #009653;
}


.start-sustainable{
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 107px;
  background-color: #fff;
}
@media screen and (max-width: 767px){
  .start-sustainable{
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 80px;
    background-color: #fff;
  }
}


.start-sustainable .inner h3{
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.43;
  color: #00862F;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px){
  .start-sustainable .inner h3{
    font-size: 2.6rem;
    line-height: 1.42;
    width: 101%;
    margin-bottom: 24px;
  }
}

.eco-events-4f,.eco-pioneer,.eco-events-b2{
  background: #F5EFE3;
  border-radius: 0 30px;
  padding: 60px 40px 60px 60px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px){
  .eco-events-4f,.eco-pioneer,.eco-events-b2{
    padding: 16px 20px 30px;
    margin-bottom: 24px;
  }
}


.eco-events-4f{
  padding-top: 16px;
}
@media screen and (max-width: 767px){
  .eco-events-4f{
    padding-top: 2px;
  }
}

.eco-events-4f .lead-ttl-wrap {
  font-family: "Open Sans", sans-serif;
  color: #00862F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -16px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap {
    margin-bottom: -5px;
  }
}

.eco-events-4f .lead-ttl-wrap .lead-ttl-wrap-left,
.eco-events-4f .lead-ttl-wrap .lead-ttl-wrap-right
{
  display: flex;
  align-items: center;
}

.eco-events-4f .lead-ttl-wrap .floor{
  font-size: 10.0rem;
}
@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap .floor{
    font-size: 6.9rem  !important;
  }
}

.eco-events-4f .lead-ttl-wrap .floor-s{
  font-size: 6.0rem;
}
@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap .floor-s{
    font-size: 4.1rem;
  }
}

.eco-events-4f .lead-ttl-wrap .reserve{
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  background: #00862F;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center; 
  line-height: 1.2; 
  margin-left: 24px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap .reserve{
    margin-left: 12px;
    width: 63px;
    height: 63px;
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap .lead-ttl-wrap-right .lead-ttl-wrap-right-bradelis{
    width: 73px;
  }
}

.eco-events-4f .lead-ttl-wrap .lead-ttl-wrap-right .lead-ttl-wrap-right-logo{
  margin-left: 24px;
  width: 97px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .lead-ttl-wrap .lead-ttl-wrap-right .lead-ttl-wrap-right-logo{
    width: 63px;
    margin-left: 10px;
  }
}

.eco-events-4f .bradelis-wrap{
  margin-bottom: 36px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-wrap{
    margin-bottom: 28px;
  }
}

.eco-events-4f .bradelis-wrap .bradelis-ttl{
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44;
  color: #00862F;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-wrap .bradelis-ttl{
    font-size: 2.6rem  !important;
    line-height: 1.38;
    margin-bottom: 9px;
  }
}

.eco-events-4f .bradelis-wrap .bradelis-list{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-wrap .bradelis-list{
    font-size: 1.3rem;
    line-height: 1.92;
  }
}

.eco-events-4f .bradelis-txt{
  margin-bottom: 24px;
  font-size: 1.6rem;
    line-height: 1.5;
    width: 870px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-txt{
    margin-bottom: 12px;
    font-size: 1.4rem !important;
      line-height: 1.57;
      width: 100%;
  }
}

.eco-events-4f .bradelis-caution{
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 35px; */
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-caution{
    margin-bottom: 20px;
    flex-direction: column;
  }
}


.eco-events-4f .bradelis-caution .bradelis-caution-list{
  width: 50%;
  font-size: 1.2rem;
  line-height: 1.66;
  margin-left: -11px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-caution .bradelis-caution-list{
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.66;
    margin-left: -11px;
    padding-left: 1em;
  }
}


.eco-events-4f .bradelis-caution .bradelis-caution-list:last-of-type{
  margin-right: 15px;
}
@media screen and (max-width: 767px){
  .eco-events-4f .bradelis-caution .bradelis-caution-list:last-of-type{
    margin-right: 0px;
  }
}

.eco-events-4f .bradelis-caution .bradelis-caution-list li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 3px;
}

.eco-events-4f .bradelis-caution .bradelis-caution-list li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 17px;
}

.start-sustainable .link-ticket{
  width: 460px;
  color: #fff;
  text-decoration: none;
  padding: 17.5px 0px;
}
@media screen and (max-width: 767px){
  .start-sustainable .link-ticket{
    width: 100%;
    padding: 4px 0px;
  }
}

.eco-pioneer {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px){
  .eco-pioneer {
    flex-direction: column;
    margin-top: 45px;
  }
}

.eco-pioneer .eco-pioneer-left{
  width: 413px;
  margin-right: 48px;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-left{
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-top: 23px;
  }
}

.eco-pioneer .eco-pioneer-right{
  width: 419px;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right{
    width: 100%;
    order: 0;
  }
}
.eco-pioneer .eco-pioneer-right .eco-pioneer-right-ttl-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.eco-pioneer .eco-pioneer-right .eco-pioneer-right-ttl-wrap .eco-pioneer-ttl{
  font-size: 2.4rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right .eco-pioneer-right-ttl-wrap .eco-pioneer-ttl{
    font-size: 1.8rem !important;
    line-height: 1.44;
  }
}

.eco-pioneer .eco-pioneer-right .eco-pioneer-right-ttl-wrap img{
  width: 97px;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right .eco-pioneer-right-ttl-wrap img{
    width: 63px;
  }
}

.eco-pioneer .eco-pioneer-right .eco-pioneer-lead{
  font-size: 3.6rem;
  line-height: 1.55;
  color: #00862F;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right .eco-pioneer-lead{
    font-size: 2.6rem !important;
    line-height: 1.38;
  }
}

.eco-pioneer .eco-pioneer-right .eco-pioneer-date{
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right .eco-pioneer-date{
    font-size: 1.3rem !important;
    line-height: 1.92;
    font-weight: 500;
    margin-bottom: 28px;
  }
}
.eco-pioneer .eco-pioneer-right .eco-pioneer-txt{
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .eco-pioneer .eco-pioneer-right .eco-pioneer-txt{
    font-size: 1.4rem !important;
    line-height: 1.57;
  }
}

.eco-events-b2{
  display: flex;
  background: #ECF3EB;
}
@media screen and (max-width: 767px){
  .eco-events-b2{
    flex-direction: column;
    padding-top: 40px;
  }
}

.eco-events-b2 .eco-events-b2-left{
  width: 493px;
  margin-right: 47px;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left{
    width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-left-ttl-wrap{
  display: flex;
  margin-top: -11px;
  margin-bottom: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-left-ttl-wrap{
    margin-top: -11px;
    margin-bottom: 17px;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-left-ttl-wrap p{
  font-family: "Open Sans", sans-serif;
  font-size: 8.0rem;
  line-height: 1;
  color: #00862F;
  margin-right: 57px;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-left-ttl-wrap p{
    font-size: 6.9rem !important;
    margin-right: 33px;
  }

  .eco-events-b2 .eco-events-b2-left .eco-events-b2-left-ttl-wrap img{
    width: 63px;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-ttl{
  font-size: 2.4rem;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-ttl{
    font-size: 1.8rem !important;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-lead{
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44;
  color: #00862F;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-lead{
    font-size: 2.6rem !important;
    line-height: 1.38;
    margin-bottom: 9px;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-date{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-date{
    font-size: 1.3rem !important;
    font-weight: 500;
    margin-bottom: 28px;
  }
}

.eco-events-b2 .eco-events-b2-left .eco-events-b2-txt{
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-left .eco-events-b2-txt{
    line-height: 1.57;
    font-size: 1.4rem !important;
  }
}
.eco-events-b2 .eco-events-b2-right{
  width: 339px;
}
@media screen and (max-width: 767px){
  .eco-events-b2 .eco-events-b2-right{
    width: 100%;
  }
}

.withgreen {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .withgreen {
    padding: 48px 0 40px;
  }
}
.withgreen .with-flex {
  padding: 40px 0;
  border-top: 2px solid #817351;
  border-bottom: 2px solid #817351;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex {
    display: block;
  }
}
.withgreen .with-flex .with-left {
  width: 120px;
  color: #817351;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-left {
    width: 100%;
    font-size: 4.8rem !important;
    margin-bottom: 20px;
  }
}
.withgreen .with-flex .with-left .east {
  border: 1px solid #817351;
  background: #817351;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 2px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 5px 24px;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-left .east {
    margin-bottom: 24px;
  }
}
.withgreen .with-flex .with-left .sozai {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 19px;
}
.withgreen .with-flex .with-center {
  width: 335px;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-center {
    width: 100%;
    margin-bottom: 16px;
  }
}
.withgreen .with-flex .with-right {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-right {
    width: 100%;
  }
}
.withgreen .with-flex .with-right .with-ttl {
  margin-bottom: 14px;
}
.withgreen .with-flex .with-right .with-ttl img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-right .with-ttl img {
    max-width: 273px;
  }
}
.withgreen .with-flex .with-right .with-store {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: #817351;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-right .with-store {
    margin-bottom: 22px;
    font-size: 3rem !important;
  }
}
.withgreen .with-flex .with-right .with-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .withgreen .with-flex .with-right .with-text {
    font-size: 1.6rem !important;
  }
}
.withgreen .with-flex .with-right .with-btn {
  margin: 0 auto;
  width: 210px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.withgreen .with-flex .with-right .with-btn a {
  box-shadow: 4px 11px 19px 0px rgba(0, 0, 0, 0.4);
  display: block;
  border-radius: 10px;
  background: #817351;
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
}
.withgreen .with-flex .with-right .with-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
.withgreen .with-flex .with-right .with-btn a:visited {
  text-decoration: none;
}

.sticky-bnr {
  width: 260px;
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sticky-bnr {
    left: 10px;
  }
}

.sticky-bnr a {
  display: block;
}

.sticky-bnr img {
  width: 100%;
}

.sticky-bnr .close {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}

.sticky-bnr .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sticky-bnr .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sticky-bnr .close:before, .sticky-bnr .close:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.bnr {
  background: #E35E52;
  padding: 14px 5px;
  text-align: center;
}
.bnr a {
  text-decoration: none;
}
.bnr .bnr-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bnr .bnr-text {
    font-size: 1.4rem !important;
  }
}
.bnr .bnr-text .bnr-date {
  font-size: 1.6rem;
}
.bnr .bnr-text .bnr-underline {
  font-size: 2.2rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bnr .bnr-text .bnr-need {
  font-size: 1.8rem;
}
.bnr .bnr-btn {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 150px;
  padding: 6.5px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.bnr .bnr-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 51%;
  left: 10px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 10px solid #E35E52;
  margin-top: -1px;
}

.support-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .support-box {
    padding: 0 5%;
    margin-bottom: 23px;
  }
}
.support-box .support-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 57px 40px 70px;
  border: 3px solid #006EA8;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner {
    max-width: 100%;
    padding: 34px 18px 30px;
  }
}

.support-box .support-inner .support-title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .support-title {
    text-align: center;
    margin-bottom: 13px;
  }
}

.support-box .support-inner .support-title p {
  font-size: 2.8rem !important;
  font-weight: bold;
  color: #ffffff;
  background-color: #E17333;
  padding: 8px 26px 11px;
  border-radius: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .support-title p {
    font-size: 1.7rem !important;
    padding: 9px 11px;
    width: 100%;
  }
}
.support-box .support-inner .lead-green {
  font-size: 2rem !important;
  font-weight: 700;
  color: #01862E;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .lead-green {
    font-size: 1.8rem !important;
    text-align: center;
    margin-bottom: 15px;
  }
}
.support-box .support-inner .lead-green span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .lead-green span {
    font-size: 1.8rem;
  }
}

.support-box .support-inner .support-box_logo{
text-align: center;
/* margin-top: 39px; */
padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .support-box_logo{
    text-align: center;
    /* margin-top: 21px; */
    padding-left: 33px;
  }
}
.support-box .support-inner .support-box_floor{
  font-size: 2.0rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin: 9px auto;
}
@media screen and (max-width:767px) {
  .support-box .support-inner .support-box_floor{
    margin-top: 10px;
    font-size: 1.8rem !important;
  }
}

.support-box .support-inner .support-box-img{
  margin: 0 auto;
  width: 316px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .support-box .support-inner .support-box-img{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

.support-box .support-inner .support-box-txt-wrap{
  position: relative;
  padding-left: 63px;
  text-align: left;
  width: fit-content;
  margin: 32px auto 39px;
}
@media screen and (max-width:767px){
  .support-box .support-inner .support-box-txt-wrap{
    padding-left: 0;
    text-align: left;
    width: fit-content;
    margin: 122px auto 22px;
  }
}

.support-box .support-inner .support-box-txt-wrap::before{
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  background-image: url("../img/top/support_img4.svg");
  background-repeat: no-repeat;
  width: 124px;
  height: 124px;
}
@media screen and (max-width:767px){
  .support-box .support-inner .support-box-txt-wrap::before{
    width: 88px;
    height: 95px;
    background-image: url(../img/top/support_img4_sp.svg);
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.support-box .support-inner .support-box-txt-wrap .number-small{
  text-align: left;
}


.support-box .support-inner .support-box-lead{
  font-size: 2.1rem;
  font-weight: bold;
  color: #256CA4;
}
@media screen and (max-width:767px){
  .support-box .support-inner .support-box-lead{
    font-size: 1.7rem !important;
    text-align: center;
  }
}

.support-box .support-inner .support-box-lead-subtext{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  color: #E17333;
  margin-bottom: 6px;
}
@media screen and (max-width:767px){
  .support-box .support-inner .support-box-lead-subtext{
    font-size: 2.9rem !important;
text-align: center;
    margin-top: 2px;
    margin-bottom: 16px;
  }
}


.support-box .support-inner .support-box-lead-subtext span{
  font-size: 5.2rem;
}
@media screen and (max-width:767px){
  .support-box .support-inner .support-box-lead-subtext span{
    font-size: 4.5rem;
  }
}

.support-box .support-inner .price {
  font-size: 2.4rem !important;
  color: #00862F;
  font-weight: 700;
  text-align: center;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .price {
    font-size: 2.2rem !important;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.support-box .support-inner .price span {
  font-size: 4.4rem !important;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .price span {
    font-size: 4rem !important;
  }
}
.support-box .support-inner .number {
  font-size: 2.4rem !important;
  color: #00862F;
  font-weight: 700;
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .number {
    font-size: 2.2rem !important;
    line-height: 1.1;
    margin-bottom: 2px;
  }
}
.support-box .support-inner .number span {
  font-size: 4.4rem;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.support-box .support-inner .number-small {
  font-size: 1.6rem !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .number-small {
    font-size: 1.4rem !important;
    line-height: 1.42;
    margin-bottom: -3px;
  }
  .support-box .support-inner .number-small:last-of-type{
    margin-top: 6px;
  }
}

.support-box .support-inner .number-small2 {
  font-size: 1.6rem !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .number-small2 {
    font-size: 1.4rem !important;
    line-height: 1.6;
  }
}
.support-box .support-inner .support-img1 {
  display: block;
  width: 400px;
  margin: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .support-img1 {
    margin-bottom: 19px;
  }
}
.support-box .support-inner .register-wrap {
  width: 530px;
  background-color:#EBF4EB;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 40px;
  /* margin-bottom: 35px; */
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .register-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 26px;
    /* margin-bottom: 15px; */
  }
}

.support-box .support-inner .link-ticket.support-box-btn{
  width: 530px;
  padding: 17.5px 0;
}
@media screen and (max-width: 767px){
  .support-box .support-inner .link-ticket.support-box-btn{
    width: 99.1%;
    padding: 16px 0;
    text-align: center;
  }
}

.support-box .support-inner .register-wrap img {
  width: 87px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .register-wrap img {
    width: 64px;
    margin-bottom: 15px;
  }
}

.link-ticket {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px 8px 10px;
  width: 100%;
  position: relative;
  text-decoration: none;
  text-align: left;
  background-color: #00862F;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .support-box .support-inner .register-wrap .register-right {
    font-size: 1.6rem !important;
    line-height: 1.4;
    width: 70.9%;
  }
}

.support-box .support-inner .register-wrap .link-ticket span {
  padding-left: 35px;
  line-height: 1.5;
}
.support-box .support-inner .register-wrap .link-ticket:hover {
  opacity: 0.6;
}
.support-box .support-inner .register-wrap .link-ticket:before {
  display: block;
  content: "";
  position: absolute;
  top: 51%;
  left: 21px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.support-box .support-inner .link-ticket {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 8px 0;
  width: 210px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: #00862F;
  border-radius: 10px;
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .support-box .support-inner .link-ticket {
    width: 100%;
    font-size: 1.6rem !important;
    line-height: 1.4;
    padding: 8px 15px;
  }
}
.link-ticket:hover {
  opacity: 0.6;
}
 .link-ticket:before {
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  left: 21px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}

.link-ticket .btn-txt{
  padding-left: 14px;
}

.map {
margin-bottom: 40px;
}

.map .inner {
  padding: 30px 40px 30px;
  /* padding: 9px 40px 15px; */
  background: #fff;
  border: 3px solid #006EA8;
}
@media screen and (max-width: 767px){
  .map .inner{
    padding: 18px 20px 20px;
  }
}


.ticket-btn-wrap .inner .link-ticket{
  width: 530px;
  color: #fff;
  text-decoration: none;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 17.5px 0px;
}

@media screen and (max-width: 767px){
  .ticket-btn-wrap .inner .link-ticket{
    width: 88.1%;
    padding: 7.5px 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}


@media print, screen and (min-width: 768px) {
  .contents {
      overflow-x: visible;
  }
}
/*# sourceMappingURL=style.css.map */