@charset "utf-8";

/* ---------------
終了文章 
--------------- */
/* .close {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: -20px;
}

@media screen and (max-width:767px) {
    .close {
        margin-bottom: 60px;
    }
} */

header h1 {
  width: 100%;
  padding: 4px 0;
  background: #00893f;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.mainvisual {
  position: relative;
  width: 100%;
  background: #d4edc9 url(../img/home/main_bg_pattern.webp) no-repeat;
  background-position: top;
  background-size: 100%;
}
.main_bg {
  padding-bottom: 140px;
  background: url(../img/home/main_bg_tree.webp) no-repeat;
  background-position: bottom;
  background-size: 880px;
}

.mainvisual h1 {
  position: relative;
  z-index: 33;
  width: clamp(90%, 80%, 722px);
  max-width: 722px;
  margin: 0 auto;
  padding-top: 150px;
}

.mainvisual h1:before {
  position: absolute;
  bottom: -6px;
  left: 10%;
  width: clamp(80px, 18vw, 126px);
  height: 126px;
  background: url(../img/home/main_free.webp) no-repeat center / 100%;
  content: "";
}

.mainvisual .event_date {
  position: relative;
  width: clamp(70%, 75%, 670px);
  max-width: 670px;
  margin: 0 auto;
}

.mainvisual .event_date ul li span {
  font-size: var(--font-size60);
  line-height: 1;
}

.mainvisual .event_date ul .event_date_day span.week_sat {
  margin-right: 10px;
  padding: 0 4px;
  border-radius: 50%;
  border-radius: 50%;
  background: #5ab9ff;
  font-size: var(--font-size20);
  color: #fff;
}

.mainvisual .event_date ul .event_date_day span.week_sun {
  padding: 0 4px;
  border-radius: 50%;
  border-radius: 50%;
  background: #ff5a5a;
  font-size: var(--font-size20);
  color: #fff;
}

.mainvisual .event_date ul .event_date_time {
  font-size: var(--font-size24);
}

.mainvisual .event_date ul .event_date_time span {
  font-size: var(--font-size15);
}

.mainvisual .event_date dl {
  display: flex;
  justify-content: center;
  width: 76%;
  margin: 0 auto;
  font-size: var(--font-size20);
  font-weight: 700;
}

.mainvisual .event_date dl:first-child {
  margin-bottom: 12px;
}

.mainvisual .event_date dl dt {
  width: 100px;
  margin-right: 10px;
  background: #44b134;
  text-align: center;
  color: #fff;
}

.mainvisual .page_link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.mainvisual .page_link li {
  margin: 0 10px;
  padding: 2px 36px 2px 28px;
  border-radius: 20px;
  background: #44b134;
}

.mainvisual .page_link li a {
  position: relative;
  font-size: var(--font-size20);
  font-weight: 700;
  color: #fff;
}

.mainvisual .page_link li a:before {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 10px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  content: "";
}

.round_photoArea {
  overflow: hidden;

  --fade: 0.4s;
  --gap: 0.6s;
}

.mainvisual .round_photoArea > img {
  position: absolute;
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  z-index: calc(var(--i, 0) + 1);
  transform: translate(-50%, -50%);
  animation: reveal var(--fade) ease-out 1 both;
  opacity: 0;

  will-change: opacity;
}

.mainvisual .round_photoArea .main_photo01 {
  width: clamp(130px, 22vw, 225px);
  transform: translate(calc(-50% + -480px), calc(-50% + -200px));
  animation-delay: calc(var(--i) * var(--gap));

  --i: 0;
}
.mainvisual .round_photoArea .main_photo02 {
  width: clamp(86px, 20vw, 188px);
  transform: translate(calc(-50% + -420px), calc(-50% + -30px));
  animation-delay: calc(var(--i) * var(--gap));

  --i: 1;
}
.mainvisual .round_photoArea .main_photo03 {
  width: clamp(120px, 20vw, 189px);
  transform: translate(calc(-50% + 370px), calc(-50% + -220px));
  animation-delay: calc(var(--i) * var(--gap));

  --i: 2;
}
.mainvisual .round_photoArea .main_photo04 {
  width: clamp(110px, 17vw, 165px);
  transform: translate(calc(-50% + 540px), calc(-50% + -50px));
  animation-delay: calc(var(--i) * var(--gap));

  --i: 3;
}
.mainvisual .round_photoArea .main_photo05 {
  width: clamp(140px, 24vw, 309px);
  transform: translate(calc(-50% + 480px), calc(-50% + 180px));
  animation-delay: calc(var(--i) * var(--gap));

  --i: 4;
}

/* フェードインのみ（消さない） */
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mainvisual .gift_btn {
  position: absolute;
  top: 50%; /* 縦方向の中央 */
  left: 50%; /* 横方向の中央 */
  z-index: 888;
  max-width: 235px;
  height: 244px;
  transform: translate(calc(-50% + -480px), calc(-50% + 210px));
}

@media screen and (max-width: 1024px) {
  .mainvisual .gift_btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 888;
    max-width: 189px;
    height: 117px;
    transform: none;
  }
  .mainvisual h1:before {
    top: 20%;
    right: 18%;
    bottom: auto;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .main_bg {
    padding-bottom: 80px;
    background-position: center;
    background-size: 128%;
  }
  .mainvisual h1:before {
    top: 16%;
    right: 10%;
  }
  .mainvisual .free_icon {
    top: 30%;
    left: 80%;
    width: 110px;
  }
  .mainvisual .gift_btn {
    bottom: -40px;
  }
  .mainvisual h1 {
    padding-top: 130px;
  }

  .mainvisual .round_photoArea .main_photo01 {
    transform: translate(calc(-50% + -110px), calc(-50% + -150px));
  }
  .mainvisual .round_photoArea .main_photo02 {
    transform: translate(calc(-50% + -30px), calc(-50% + -124px));
  }
  .mainvisual .event_date {
    max-width: 96%;
    margin-top: -50px;
    padding: 25px 0 25px;
  }
  .mainvisual .event_date dl {
    justify-content: center;
    width: 82%;
    font-size: var(--font-size16);
  }
  .mainvisual .event_date dl dt {
    display: none;
  }
  .mainvisual .event_date dl dd span {
    padding-left: 0;
    font-size: var(--font-size49);
  }
  .mainvisual .page_link li {
    margin: 0 3px;
    padding: 4px 26px 4px 20px;
  }
  .mainvisual .page_link li a {
    font-size: var(--font-size16);
  }
}

#about {
  position: relative;
}

/* #about:before {
  position: absolute;
  top: -50px;
  width: 100%;
  background: url(../img/home/bg_line_w.webp) no-repeat bottom / 100%;
  content: "";

  aspect-ratio: 1367 / 117;
} */

#about .inner {
  display: flex;
  justify-content: center;

  gap: 20px;
}

#about .about_left {
  text-align: left;
}

#about .about_left h2 {
  margin-bottom: 24px;
  font-size: var(--font-size30);
  font-weight: 700;
  text-align: left;
  color: #693a07;
}

#about .about_left p {
  margin-bottom: 20px;
  line-height: 2;
}
/* #about .about_right > img {
  position: absolute;
} */

#about .about_right {
  position: relative;
}

#about .about_right:before {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 183px;
  height: 182px;
  background: url(../img/home/about_img01.webp) no-repeat center / 100%;
  content: "";
}

#about .about_left:before {
  position: absolute;
  right: 5%;
  bottom: 60px;
  width: 215px;
  height: 206px;
  background: url(../img/home/about_img02.webp) no-repeat center / 100%;
  content: "";
}

#about .about_right .about_img01 {
  top: 5%;
  left: 5%;
  width: 183px;
}
#about .about_right .about_img02 {
  top: 5%;
  left: 5%;
  width: 215px;
}
#about .about_right .about_img03 {
  width: clamp(50%, 90%, 612px);
  max-width: 612px;
}
@media screen and (max-width: 1024px) {
  #about {
    position: relative;
  }
  #about .inner {
    display: block;
  }
  #about .about_left {
    text-align: center;
  }
  #about .about_left h2 {
    text-align: center;
  }
  #about .about_right .about_img03 {
    max-width: 450px;
    margin-left: 5%;
  }
  #about .about_right {
    top: -130px;
    left: -40px;
  }
  #about .about_right:before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding-top: 60px;
  }
  #about .about_right .about_img03 {
    width: 80%;
  }
  #about:before {
    top: -20px;
  }
  #about .about_left {
    margin-top: -90px;
    text-align: left;
  }
  #about .about_left h2 {
    font-size: var(--font-size24);
    text-align: center;
    letter-spacing: 0rem;
  }
  #about .about_left:before {
    content: none;
  }
}

#info {
  position: relative;
  background: #4ca223 url(../img/home/info_bg.webp) no-repeat center / 120%;
}

/* #info:before {
  position: absolute;
  top: -60px;
  width: 100%;
  height: 116px;
  background: url(../img/home/bg_line_g.webp) no-repeat bottom / 100%;
  content: "";
} */

#info h2 {
  color: #fff;
}

#info .info_wrap {
  max-width: 560px;
  margin: 0 auto;
}

#info .info_wrap .info_detail {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 20px 40px 20px 82px;
  border-radius: 12px;
  background: #fff;
}

#info .info_wrap .info_detail dt {
  padding-right: 20px;
  font-size: var(--font-size20);
  font-weight: bold;
  color: #21782f;
}

@media screen and (max-width: 767px) {
  #info {
    background: #4ca223 url(../img/home/info_bg__sp.webp) no-repeat center / 120%;
  }
  #info .info_wrap .info_detail {
    padding: 20px 5%;
  }
  #info .info_wrap .info_detail dt {
    width: 68px;
  }
  #info .info_wrap .info_detail dd {
    width: 74%;
  }
}

#gift {
  position: relative;
  background: #fcf9e2;
}

/* #gift:before {
  position: absolute;
  top: -106px;
  width: 100%;
  height: 116px;
  background: url(../img/home/bg_line_y.webp) no-repeat bottom / 100%;
  content: "";
} */

#gift h2 {
  line-height: 1.4;
  color: #f67d1f;
}

#gift h2 img {
  display: block;
  width: 266px;
  margin: 0 auto;
}

#gift ul {
  display: flex;
  justify-content: center;

  column-gap: 3%;
}

#gift ul li {
  width: 300px;
  text-align: center;
}

#gift ul li span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  padding-top: 7px;
  border-radius: 50%;
  background: #f67d1f;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}

#gift ul li h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #f67d1f;
}

#gift ul li p {
  margin-bottom: 20px;
}

#gift ul li:nth-child(1) a {
  display: block;
  width: 212px;
  margin: 0 auto;
}

#gift ul li:nth-child(2) figure {
  width: 276px;
  margin: 0 auto;
}

#gift ul li:nth-child(3) figure {
  width: 208px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #gift {
    padding-top: 60px;
  }
  #gift h2 {
    margin-bottom: 50px;
  }
  #gift h2 span {
    font-size: var(--font-size17);
  }
  #gift ul {
    display: block;
  }
  #gift ul li {
    margin: 0 auto 60px;
  }
  #gift .insta__btnArea {
    padding-top: 50px;
  }
  #gift .insta__btnArea .insta__btn__link {
    max-width: 100%;
  }
}

#event {
  position: relative;
  padding: 50px 0 120px;
}

#event h2.event_ttl {
  position: relative;
}

#event h2.event_ttl:before {
  position: absolute;
  top: -72px;
  right: 0;
  left: 0;
  width: 60px;
  height: 68px;
  margin: auto;
  background: url(../img/home/event__icon.webp) no-repeat center / 100%;
  content: "";
}

#event .event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1046px;
  margin: 0 auto 60px;

  gap: 40px;
}

#event .event__list .event__item {
  width: 320px;
  margin-bottom: 40px;
}

#event .event__list .event__item figure {
  width: 100%;
  margin: 0 auto 12px;
}

#event .event__list .event__item figure img {
  height: auto;
  border-radius: 12px;

  object-fit: cover;
}

#event .event__list .event__item h3 {
  font-size: var(--font-size24);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #21782f;
}

#event .event__list .event__item h3 span {
  display: inline-block;
  width: auto;
  margin: 8px auto 0;
  padding: 3px 12px;
  border-radius: 20px;
  background: #21782f;
  font-size: var(--font-size15);
  color: #fff;
}

#event .event__list__mokko {
  width: 100%;
  padding: 40px 32px;
  background: #fcfae2;
}

#event .event__list__mokko h2 {
  margin-bottom: 20px;
  font-size: var(--font-size30);
  color: #655233;
}

.event__list__mokko__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 20px;
}

#event .event__list__mokko .event__item__mokko {
  width: 230px;
  text-align: center;
}

#event .event__list__mokko .event__item__mokko figure {
  margin-bottom: 10px;
}

#event .event__list__mokko .event__item__mokko h3 {
  font-size: var(--font-size20);
  font-weight: bold;
  line-height: 1;
  color: #655233;
}

#event .event__list__mokko .event__item__mokko h3 span {
  display: inline-block;
  width: auto;
  margin: 4px auto 0;
  padding: 3px 12px;
  border-radius: 20px;
  background: #655233;
  font-size: var(--font-size14);
  color: #fff;
}

#event .event__present a {
  display: block;
  width: 46%;
  padding: 20px 16px 28px;
  border-radius: 12px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  background: #fff;
}

#event .event__present a h3 {
  position: relative;
  margin-bottom: 18px;
  font-size: var(--font-size30);
  font-weight: bold;
  text-align: center;
  color: #21782f;
}

#event .event__present a h3 span {
  display: block;
  width: 26%;
  margin: 0 auto;
  border-radius: 20px;
  background: #21782f;
  font-size: 1.6rem;
  color: #fff;
}

#event .event__present a ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#event .event__present a ul li {
  font-weight: bold;
}

#event .event__present a ul li img {
  width: 216px;
}

#event .event__present .event__present__balloon h3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 156px;
  background: url(../img/home/event__present__balloon__imgballoon.webp) no-repeat center / 100%;
  content: "";
}

#event .event__present .event__present__balloon h3:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 86px;
  height: 86px;
  background: url(../img/home/event__present__balloon__imglimit.webp) no-repeat center / 100%;
  content: "";
}

#event .event__present .event__present__auction {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 28px 26px 32px;
}

#event .event__present .event__present__auction p {
  font-weight: bold;
}

#event .event__present .event__present__auction .event__present__auction__date {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 20px;
  border: 1px solid #338751;
  border-radius: 20px;
  background: #fff;
  font-size: var(--font-size18);
  color: #338751;
}

#event .event__present .event__present__auction .event__present__auction__date span {
  font-size: var(--font-size15);
}

#event .event__present .event__present__auction .event__present__auction__text h3 {
  font-size: var(--font-size36);
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

#event .event__present .event__present__auction .event__present__auction__text h3 span {
  display: inline-block;
  width: auto;
  background: none;
  font-size: var(--font-size24);
  color: #21782f;
}

#event .event__present .event__present__auction .event__present__auction__img {
  position: relative;
  max-width: 160px;
}

#event .event__present .event__present__auction .event__present__auction__img:before {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 82px;
  height: 82px;
  background: url(../img/home/event__present__auction__icon.webp) no-repeat center / 100%;
  content: "";
}

@media screen and (max-width: 1024px) {
  #event .event__present .event__present__auction {
    display: block;
  }
  #event .event__present .event__present__auction p {
    margin-bottom: 20px;
  }
  #event .event__present .event__present__auction .event__present__auction__img {
    width: 100%;
    max-width: 100%;
  }
  #event .event__present a ul {
    display: block;
  }
  #event .event__present a ul li {
    margin-bottom: 20px;
  }
  #event .event__present a ul li img {
    width: 100%;
  }
  #event .event__present a h3 {
    line-height: 1.2;
  }
  #event .event__present .event__present__balloon h3:after {
    top: 80px;
    width: 80px;
    height: 80px;
  }
  #event .event__present a h3 span {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #event.content {
    padding: 40px 0 40px;
  }
  #event:before {
    top: -236px;
    height: 240px;
    background: url(../img/home/bg_top_green__sp.webp) no-repeat bottom / 100%;
  }
  #event .event__list {
    gap: 3%;
  }
  #event .event__list .event__item {
    width: 48%;
    max-width: 48%;
  }

  #event .event__present {
    display: block;
  }
  #event .event__present .event__present__balloon h3:before {
    content: none;
  }
  #event .event__present a h3 {
    font-size: var(--font-size26);
    line-height: 1.2;
  }
  #event .event__present a h3 span {
    display: block;
    margin-top: 8px;
    line-height: 1.6;
  }
  #event .event__list .event__item h3 {
    font-size: var(--font-size18);
  }
  #event .event__list .event__item h3 span {
    font-size: var(--font-size14);
  }
  #event .event__list__mokko h2 {
    font-size: var(--font-size24);
  }
  #event .event__list__mokko {
    padding: 40px 2%;
  }
  #event .event__list__mokko .event__item__mokko {
    width: 42%;
  }
  #event .event__list__mokko .event__item__mokko h3 {
    font-size: var(--font-size17);
  }
  #event .event__list__mokko .event__item__mokko h3 span {
    font-size: var(--font-size13);
  }
  #event .event__present a {
    width: 100%;
    margin-bottom: 20px;
  }
  #event .event__present a ul li:nth-child(1) {
    margin-bottom: 20px;
  }
}

#program {
  position: relative;
  padding: 60px 0 120px;
  background: repeating-linear-gradient(-45deg, #d4edca 0 16px, #c0e8ba 16px 32px);
}
/* #program:before {
  position: absolute;
  top: -200px;
  width: 100%;
  height: 202px;
  background: url(../img/home/bg_top_rightbule.webp) no-repeat bottom / 100%;
  content: "";
} */

#program h2 {
  color: #21782f;
}

#program .program__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}

#program .program__table__box {
  width: 49%;
  max-width: 500px;
  border-radius: 20px;
  background: #fff;
}

#program .program__table__box h3 {
  padding: 18px 0 12px;
  border-radius: 20px 20px 0 0;
  background: #21782f;
  font-size: var(--font-size22);
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#program .program__table__box .program__table h3 span {
  padding-right: 4px;
  font-size: var(--font-size16);
}

#program .program__table__box .program__table h3 span.week {
  font-size: var(--font-size18);
}

#program .program__table__box .program__table {
  padding: 30px 42px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}

#program .program__table__box .program__table dl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f2f2f2;
}

#program .program__table__box .program__table dl dt {
  padding-right: 12px;
  font-size: var(--font-size19);
  font-weight: bold;
}

#program .program__table__box .program__table dl dd.area {
  width: 110px;
  margin-right: 20px;
  padding: 2px 12px 0;
  border: 1px solid #fdab10;
  border-radius: 99px;
  font-size: var(--font-size13);
  font-weight: bold;
  text-align: center;
  color: #fdab10;
}

#program .program__table__box .program__table dl dd.text {
  font-size: var(--font-size16);
}

#program .program__table__box.program__table__last {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  background: #fff;
}

#program .program__table__box.program__table__last h3 {
  width: 30%;
  border-radius: 20px 0 0 20px;
}

#program .program__table__box.program__table__last h3 span {
  margin-left: 8px;
  padding: 0 12px;
  border: 1px solid #fff;
  border-radius: 99px;
  font-size: var(--font-size14);
}

#program .program__table__box.program__table__last p {
  width: 70%;
  padding: 0 40px;
  border-radius: 0 20px 20px 0;
  font-weight: bold;
}

#program .program__table__box.program__table__last p span {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #program {
    padding: 20px 0 40px;
  }
  #program:before {
    top: -236px;
    height: 240px;
    background: url(../img/home/bg_top_rightbule__sp.webp) no-repeat bottom / 100%;
  }
  #program .program__wrap {
    display: block;
  }
  #program .program__table__box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #program .program__table__box .program__table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 30px 5%;
  }
  #program .program__table__box .program__table dl {
    flex-wrap: wrap;
  }
  #program .program__table__box .program__table dl dd.area {
    width: auto;
  }
  #program .program__table__box .program__table dl dd.text {
    width: 100%;
    font-size: var(--font-size18);
  }
  #program .program__table__box.program__table__last {
    display: block;
  }
  #program .program__table__box.program__table__last h3 {
    width: 100%;
    padding: 8px 0 8px;
    border-radius: 20px 20px 0 0;
  }
  #program .program__table__box.program__table__last p {
    width: 100%;
    padding: 20px 5%;
  }
  #program .program__table__box.program__table__last p span {
    display: block;
  }
}

.map__btn__link {
  display: block;
  width: 428px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 28px 0;
  border-radius: 60px;
  background: #fa7050;
  font-size: var(--font-size22);
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.map__btn__link img {
  position: absolute;
  top: -4px;
  right: 40px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
}

.map_text {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map__btn__link {
    width: 100%;
  }
}

#access {
  padding: 120px 0 120px;
  background: #4da221;
}

#access h2 {
  position: relative;
  color: #fff;
}

#access h2:before {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(../img/home/access__icon.webp) no-repeat center / 100%;
  content: "";
}

#access .access_content {
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

#access .access_content .access_right {
  width: 492px;
  height: 503px;
}

#access .access_content .access_right iframe {
  width: 100%;
  height: 100%;
}

#access .access_content .access_left > div {
  padding: 28px 40px;
  border-radius: 20px;
  background: #fff;
}

#access .access_content .access_left > div h3 {
  font-size: 2rem;
  font-weight: bold;
  font-weight: bold;
}

#access .access_content .access_left .train {
  margin-bottom: 20px;
}

#access .access_content .access_left .train p {
  margin-bottom: 18px;
}

#access .access_content .access_left > div p span {
  font-weight: bold;
}

#access .access_content .access_left .car .car_park {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 767px) {
  #access.content {
    padding: 100px 0 60px;
  }
  #access .access_content {
    display: block;
    max-width: 100%;
  }
  #access .access_content .access_right {
    width: 100%;
    height: 400px;
  }
  #access .access_content .access_left > div {
    margin-bottom: 20px;
    padding: 28px 20px;
  }
}

#flyer {
  padding: 80px 0 120px;
}

#flyer h2 {
  font-size: var(--font-size24);
  color: #035927;
}

#flyer .flyer__content {
  display: flex;
  justify-content: space-between;
}

#flyer figure {
  width: 48%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #flyer h2 {
    font-size: var(--font-size20);
  }
  #flyer .flyer__content {
    display: block;
  }
  #flyer figure {
    width: 100%;
    margin: 0 auto 20px;
  }
}
