@charset "utf-8";

/* actionArea
---------------------------------------------- */
.actionArea {
  background-color: #143264;
  color: #fff;
}

.actionArea__inner {
  padding: 15px 20px 10px;
}

.actionArea__text {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}

.actionArea__text--num {
  font-family: 'Arial', 'メイリオ', serif;
  font-size: 150%;
  vertical-align: -3px;
}

.actionArea__text--num .comma {
  font-size: 66.667%;
}

@media screen and (max-width: 768px) {
  .actionArea__inner {
    padding-inline: 10px;
  }

  .actionArea__text {
    font-size: 18px;
  }

  .actionArea__text--num {
    vertical-align: -1px;
  }
}

/* newsArea
---------------------------------------------- */
.newsArea--top {
  background-color: #f0f0f0;
  padding: 30px;
}

.newsArea--top .newsArea__inner {
  align-items: center;
  column-gap: 35px;
}

.newsArea--top .newsArea__title {
  color: #0071bc;
}

.newsArea--top .newsContents {
  flex: 1;
  border-left: 1px solid #ccc;
  position: relative;
  max-width: 560px;
  padding-left: 25px;
  z-index: 0;
}

.newsArea--top .newsContents__link {
  column-gap: 2em;
  padding-block: .2em;
  padding-right: 35px;
  transition: .4s;
}

.newsArea--top .newsContents__date {
  color: #808080;
}

.newsArea--top .newsContents__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  transition: .4s;
  z-index: 1;
}

.newsArea--top .newsContents__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 8px;
  /* background: url(../images/top/icon_arrow-news.svg) center/contain no-repeat; */
  background: url(../../img/top/icon_arrow-news.svg) center/contain no-repeat;
  transition: 1s ease-out;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .newsArea--top .newsContents__link:hover {
    opacity: .7;
  }

  .newsArea--top .newsContents__link:hover .newsContents__icon {
    transform: translateY(-50%) scale(1.2);
  }
}

@media screen and (max-width: 768px) {
  .newsArea--top {
    display: none;
  }
}

/* contents
---------------------------------------------- */
.contents {
  padding-block: 100px;
}

@media screen and (max-width: 768px) {
  .contents {
    padding-block: 40px;
  }
}

.love_city_park_area {
  position: relative;
  z-index: 0;
}

.love_city_park_area .concept_title {
  width: 66%;
  margin: 0 auto clamp(40px, 5.834vw, 70px);
  text-align: center;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .concept_title {
    width: 80%;
    margin: 0 auto 60px;
  }
}

.love_city_park_area .text_wrap {
  letter-spacing: 0.08em;
}

.love_city_park_area .text_wrap .large_scale_ttl {
  position: relative;
  font-size: clamp(24px, 2.834vw, 34px);
  margin-bottom: clamp(20px, 2.5vw, 30px);
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .large_scale_ttl {
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.love_city_park_area .text_wrap .large_scale_ttl .big {
  font-size: 150%;
  line-height: 1;
  font-weight: 400;
}

.love_city_park_area .text_wrap .park_txt {
  justify-content: center;
  align-items: baseline;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .park_txt {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

.love_city_park_area .text_wrap .park_txt:after {
  content: '';
  position: absolute;
  inset: 0;
  top: auto;
  margin: auto;
  background: linear-gradient(to right, rgba(145, 140, 138, 0) 0%, #918c8a 50%, rgba(145, 140, 138, 0) 100%);
  height: 1px;
  max-width: 975px;
  margin: auto;
}

.love_city_park_area .text_wrap .park_txt .p01 {
  font-size: clamp(24px, 2.834vw, 34px);
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .park_txt .p01 {
    font-size: 30px;
    padding-right: 0;
    margin-right: 0;
  }
}

.love_city_park_area .text_wrap .park_txt .p01:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #b2b2b2;
  width: 2px;
  height: 25px;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .park_txt .p01:after {
    content: none;
  }
}

.love_city_park_area .text_wrap .park_txt .p02 {
  font-size: clamp(20px, 2.167vw, 26px);
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .park_txt .p02 {
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
}

.love_city_park_area .text_wrap .park_txt .p02 .big {
  font-size: 120%;
  font-weight: 400;
}

.love_city_park_area .text_wrap .access_txt {
  gap: 20px 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .love_city_park_area .text_wrap .access_txt {
    gap: 10px 25px;
  }
}

.love_city_park_area .text_wrap .access_txt .acc_txt {
  display: flex;
  align-items: baseline;
  font-size: clamp(22px, 2.667vw, 32px);
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc_txt {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

.love_city_park_area .text_wrap .access_txt .acc_txt .small {
  font-size: 81.25%;
}

.love_city_park_area .text_wrap .access_txt .acc_txt .small02 {
  font-size: 75%;
}

.love_city_park_area .text_wrap .access_txt .acc_txt .big {
  font-size: 165%;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc_txt .big {
    font-size: 175%;
  }
}

.love_city_park_area .text_wrap .access_txt .acc_txt .big02 {
  font-size: 125%;
  font-weight: 400;
  line-height: 1;
}

.love_city_park_area .text_wrap .access_txt .acc_txt.sizeup {
  font-size: clamp(26px, 3vw, 36px);
  position: relative;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc_txt.sizeup {
    font-size: 26px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc_txt.sizeup:before {
    content: '';
    position: absolute;
    inset: 0;
    bottom: auto;
    width: 160px;
    margin: auto;
    height: 1px;
    background: linear-gradient(to right, rgba(145, 140, 138, 0) 0%, #918c8a 50%, rgba(145, 140, 138, 0) 100%);
  }
}

.love_city_park_area .text_wrap .access_txt .acc_txt.sizeup .small {
  font-size: 55%;
}

.love_city_park_area .text_wrap .access_txt .acc_txt.sizeup .small02 {
  font-size: 72.22%;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc_txt.sp_block {
    display: block;
    text-align: center;
  }
}

.love_city_park_area .text_wrap .access_txt .acc01 {
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .love_city_park_area .text_wrap .access_txt .acc01 {
    column-gap: 10px;
  }
}

.love_city_park_area .text_wrap .access_txt .acc01 .acc01_l {
  flex-direction: column;
  row-gap: 5px;
}

.love_city_park_area .text_wrap .access_txt .acc01 .acc01_l .acc_txt {
  font-size: clamp(14px, 2.167vw, 26px);
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc01 .acc01_l .acc_txt {
    font-size: 22px;
  }
}

.love_city_park_area .text_wrap .access_txt .acc01 .acc_box {
  background: #0062a1;
  font-size: clamp(11px, 1.167vw, 14px);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .love_city_park_area .text_wrap .access_txt .acc01 .acc_box {
    font-size: 12px;
    text-justify: auto;
  }
}