@charset "UTF-8";
/* --------------------------------
    旧css
-------------------------------- */
.metsa__header {
  height: 100px;
  text-align: center;
}

.metsaPage {
  padding-bottom: 0;
}

.metsaPage .contents__inner {
  margin-top: 0;
}

.metsaPage .page-header {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .metsaPage .page-header {
    margin-top: 0;
  }
}
.metsaPage .archive-guide__genre h2 {
  background: #fbf5eb;
}

.metsaPage__heading {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .metsaPage__heading {
    margin-bottom: 50px;
  }
}
.metsaPage__heading img {
  width: 240px;
}

.page-metsa .goods-list__single,
.page-metsa .guide-list__single,
.metsaPage .goods-list__single,
.metsaPage .guide-list__single {
  padding-bottom: 0;
}

.page-metsa .goods-list__single__inner,
.page-metsa .guide-list__single__inner,
.metsaPage .goods-list__single__inner,
.metsaPage .guide-list__single__inner {
  padding-bottom: 86px;
}

.page-metsa .goods-list__single__inner .guide-list__link,
.page-metsa .guide-list__single__inner .guide-list__link,
.metsaPage .goods-list__single__inner .guide-list__link,
.metsaPage .guide-list__single__inner .guide-list__link {
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .page-metsa .goods-list__single__inner .guide-list__link a,
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .goods-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-metsa .goods-list__single__inner .guide-list__link a,
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .goods-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 200px;
  }
}
.page-metsa .guide-list__single__inner .guide-list__link,
.metsaPage .guide-list__single__inner .guide-list__link {
  padding-bottom: 10px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-metsa .guide-list__single__inner .guide-list__link,
  .metsaPage .guide-list__single__inner .guide-list__link {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 200px;
  }
}
.page-metsa .past-event-list__inner,
.page-metsa .goods-list__single__inner,
.page-metsa .guide-list__single__inner,
.metsaPage .past-event-list__inner,
.metsaPage .goods-list__single__inner,
.metsaPage .guide-list__single__inner {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.page-metsa .past-event-list__detail,
.page-metsa .goods-list__single__detail,
.page-metsa .guide-list__single__detail,
.metsaPage .past-event-list__detail,
.metsaPage .goods-list__single__detail,
.metsaPage .guide-list__single__detail {
  height: 100%;
  padding: 0 10px 10px;
}

.page-metsa .goods-list__single__inner .guide-list__link {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-metsa .goods-list__single__inner .guide-list__link {
    padding-left: 20px;
  }
}
.main-nav-metsa {
  z-index: 100000;
  position: fixed !important;
  background: url("../../images/common/nav_bg2.png") no-repeat center center/100% 100%;
}

.main-nav-metsa a {
  display: block;
  color: #fff;
}

.main-nav-metsa a:hover {
  color: #fff;
}

.main-nav-metsa .main-nav__home img {
  margin-top: -2px;
  margin-right: 0;
  height: 25px;
}

.home .header__metsa,
.header__metsa {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1024px) {
  .home .header__metsa,
  .header__metsa {
    border-radius: 0 10px 10px 0;
  }
}
.header-metsa,
.sub-nav-metsa {
  top: 30px !important;
}

@media screen and (max-width: 1024px) {
  .header-metsa,
  .sub-nav-metsa {
    top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .header-metsa,
  .sub-nav-metsa {
    top: 10px !important;
  }
}
.header-metsa {
  left: 20px;
}

@media screen and (max-width: 768px) {
  .header-metsa {
    left: 10px;
  }
}
.sub-nav-metsa {
  right: 20px;
}

.main-image-metsa {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .main-image-metsa {
    margin-top: 0;
  }
}
.main-image-metsa .main-slide__single {
  height: auto !important;
}

.main-image-metsa .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
}

.main-image-metsa .slick-dots li {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.main-image-metsa .slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.main-image-metsa .slick-dots li button {
  display: none;
  color: transparent;
  background: transparent;
  border: 0;
}

.main-image-metsa .slick-dots li.slick-active {
  width: 9px;
  height: 9px;
}

.business-hour__metsa {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .business-hour__metsa {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .business-hour__metsa .heading {
    flex-grow: 1;
  }
}
.business-hour__metsa-large {
  width: 33.3%;
}

.business-hour__metsa {
  position: relative;
}

@media screen and (max-width: 768px) {
  .business-hour__metsa p:first-of-type {
    font-size: 15px;
  }
}
.metsa-header {
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #017f39;
}

@media screen and (max-width: 1024px) {
  .metsa-header {
    height: 0;
  }
}
.page-metsa .index-news,
.page-metsa .index-banner {
  background: none;
}

.page-metsa .index-news {
  padding-bottom: 100px;
}

.page-metsa .index-banner {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .page-metsa .index-about {
    margin-top: 100px;
  }
}
.page-metsa .index-guide {
  padding: 120px 0 150px;
  background: url("../images/common/bg_cloud.png") no-repeat left bottom/100% 50px;
  background-color: #fbf5eb;
}

@media screen and (max-width: 768px) {
  .page-metsa .index-guide {
    padding: 80px 20px;
  }
}
.page-metsa .index-guide h2 {
  background: #fbf5eb;
}

@media screen and (max-width: 768px) {
  .page-metsa .index-guide .button {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-sitemap#metsa {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.page-sitemap-metsa {
  background-color: #fbf5eb;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .page-sitemap-metsa {
    padding-top: 70px;
  }
}
.page-sitemap-metsa a {
  color: #008039;
  background: #fff;
  border: 1px solid #008039;
}

.sp-menu-metsa {
  padding-top: 165px;
}

.sp-menu-button-metsa {
  top: 0;
}

.sp-menu__metsa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sp-menu__metsa li {
  border: 2px solid #017f39;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .sp-menu__metsa li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__metsa li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sp-menu__metsa li:nth-of-type(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__metsa li:nth-of-type(odd) {
    margin-right: 0;
  }
}
.sp-menu__metsa a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 20px;
  text-decoration: none;
  color: #017f39;
}

.sp-menu__metsa a span {
  margin-left: 15px;
}

.sp-menu__metsa a svg {
  height: auto;
}

.sp-menu__metsa a[href="/metsa/"] svg {
  width: 17.5px;
}

.sp-menu__metsa a[href="/metsa/event/"] svg {
  width: 18.8px;
}

.sp-menu__metsa a[href="/metsa/workshop/"] svg {
  width: 22.8px;
}

.sp-menu__metsa a[href="/metsa/workshop/"] svg path {
  stroke: #017f39 !important;
}

.sp-menu__metsa a[href="/metsa/goods-food/"] svg {
  width: 17.5px;
}

.sp-menu__metsa a[href="/metsa/guide/"] svg {
  width: 18.9px;
}

.sp-menu__metsa a[href="/metsa/news/"] svg {
  width: 17.1px;
}

.sp-menu__metsa a[href="/metsa/about/"] img {
  width: 16px;
}

.sp-menu__metsa svg .cls-1,
.sp-menu__metsa svg .icon_event_menu,
.sp-menu__metsa svg .icon_bag_menu,
.sp-menu__metsa svg .icon_facility_menu,
.sp-menu__metsa svg .icon_star_menu,
.sp-menu__metsa svg .icon_workshop {
  stroke: #017f39;
}

.footer-banner-metsa {
  margin-top: 100px;
}

.metsa__header {
  height: 100px;
  text-align: center;
}

.metsaPage {
  padding-bottom: 0;
}

.metsaPage .contents__inner {
  margin-top: 0;
}

.metsaPage .page-header {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .metsaPage .page-header {
    margin-top: 0;
  }
}
.metsaPage .archive-guide__genre h2 {
  background: #fbf5eb;
}

.metsaPage__heading {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .metsaPage__heading {
    margin-bottom: 50px;
  }
}
.metsaPage__heading img {
  width: 240px;
}

.page-metsa .goods-list__single,
.page-metsa .guide-list__single,
.metsaPage .goods-list__single,
.metsaPage .guide-list__single {
  padding-bottom: 0;
}

.page-metsa .goods-list__single__inner,
.page-metsa .guide-list__single__inner,
.metsaPage .goods-list__single__inner,
.metsaPage .guide-list__single__inner {
  padding-bottom: 86px;
}

.page-metsa .goods-list__single__inner .guide-list__link,
.page-metsa .guide-list__single__inner .guide-list__link,
.metsaPage .goods-list__single__inner .guide-list__link,
.metsaPage .guide-list__single__inner .guide-list__link {
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .page-metsa .goods-list__single__inner .guide-list__link a,
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .goods-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-metsa .goods-list__single__inner .guide-list__link a,
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .goods-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 200px;
  }
}
.page-metsa .guide-list__single__inner .guide-list__link,
.metsaPage .guide-list__single__inner .guide-list__link {
  padding-bottom: 10px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-metsa .guide-list__single__inner .guide-list__link,
  .metsaPage .guide-list__single__inner .guide-list__link {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page-metsa .guide-list__single__inner .guide-list__link a,
  .metsaPage .guide-list__single__inner .guide-list__link a {
    width: 200px;
  }
}
.page-metsa .past-event-list__inner,
.page-metsa .goods-list__single__inner,
.page-metsa .guide-list__single__inner,
.metsaPage .past-event-list__inner,
.metsaPage .goods-list__single__inner,
.metsaPage .guide-list__single__inner {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.page-metsa .past-event-list__detail,
.page-metsa .goods-list__single__detail,
.page-metsa .guide-list__single__detail,
.metsaPage .past-event-list__detail,
.metsaPage .goods-list__single__detail,
.metsaPage .guide-list__single__detail {
  height: 100%;
  padding: 0 10px 10px;
}

.page-metsa .goods-list__single__inner .guide-list__link {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-metsa .goods-list__single__inner .guide-list__link {
    padding-left: 20px;
  }
}
.sns-share ul {
  width: 100%;
  text-align: center;
}

.sns-share ul li {
  display: inline-block;
}

.sns-share ul li a img {
  width: auto;
  height: 20px;
}

/* --------------------------------
    Page
-------------------------------- */
/* pg-about_metsa.css */
.page-about__metsa {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
  margin: 0 auto 150px;
}

.page-about__metsa__text p {
  font-size: 1em;
  line-height: 2.25em;
  letter-spacing: 3.1px;
}

.page-about__concept {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 100px;
}

.page-about__concept h2 {
  margin: 0 0 40px;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.page-about__concept p {
  margin: 0 0 40px;
  font-size: 1em;
}

.page-about__bg1 {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 120px;
  overflow: hidden;
}

.page-about__bg1__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  background-image: url("/assets/images/top/bg01_pc.gif");
  background-size: cover;
}

.page-about__bg2 {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
  overflow: hidden;
}

.page-about__bg2__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  background-image: url("/assets/images/top/bg02_pc.gif");
  background-size: cover;
}

@media (max-width: 768px) {
  .page-about__metsa {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .page-about__bg1,
  .page-about__bg2 {
    height: 500px;
    margin-bottom: 100px;
  }
}
@media (max-width: 568px) {
  .page-about__metsa {
    margin-bottom: 50px;
  }
  .page-about__metsa__text p {
    font-size: 0.875em;
  }
  .page-about__concept {
    margin-bottom: 50px;
  }
  .page-about__concept p {
    font-size: 0.875em;
  }
  .page-about__bg1,
  .page-about__bg2 {
    height: 400px;
    margin-bottom: 50px;
  }
}
/* --------------------------------
    Layout
-------------------------------- */
/* l-header.css */
.sub-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  -js-display: flex;
  display: flex;
  align-items: flex-start;
}

.sub-nav a {
  color: white;
  text-decoration: none;
  line-height: 1;
}

.sub-nav__instagram,
.sub-nav__twitter {
  display: inline-block;
  margin-left: 20px;
}

.sub-nav__instagram img,
.sub-nav__twitter img {
  width: auto;
  height: 25px;
}

.sub-nav__lang {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.sub-nav__lang img {
  width: auto;
  height: 25px;
}

.sub-nav__lang span {
  display: block;
  font-size: 10px;
}

@media (max-width: 1300px) {
  .sub-nav {
    flex-direction: column-reverse;
    align-items: center;
  }
  .sub-nav a {
    margin: 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .sub-nav {
    top: 75px;
    right: 20px;
  }
  .sub-nav a {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .sub-nav {
    top: 22.5px;
    right: 75px;
    flex-direction: row;
  }
  .sub-nav a {
    margin: 0 20px 0 0;
  }
  .sub-nav__instagram,
  .sub-nav__twitter {
    display: none;
  }
}
@media (max-width: 568px) {
  .sub-nav {
    top: 15px;
    right: 50px;
  }
}
.home .sub-nav {
  top: 20px;
  right: 20px;
}

@media (max-width: 1024px) {
  .home .sub-nav {
    top: 75px;
    right: 20px;
  }
  .home .sub-nav a {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .home .sub-nav {
    top: 22.5px;
    right: 75px;
  }
  .home .sub-nav a {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 568px) {
  .home .sub-nav {
    top: 15px;
    right: 50px;
  }
}
.switch-lang {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.4s ease;
}

.switch-lang.open {
  opacity: 1;
  visibility: visible;
}

.switch-lang__inner {
  position: relative;
  width: 700px;
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  padding: 50px;
  background-color: #2f6e9f;
  box-shadow: 1px 1px 4px 1px black;
  border-radius: 10px;
}

.switch-lang__title {
  margin: 0 0 20px;
  font-size: 1.5em;
  font-weight: 500;
  color: white;
  text-align: center;
}

.switch-lang__link {
  text-align: center;
}

.switch-lang__link a {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  height: 50px;
  margin: 10px;
  line-height: 50px;
  font-size: 1.25em;
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 5px;
}

.switch-lang__link a.active,
.switch-lang__link a:hover {
  color: #2f6e9f;
  background-color: white;
}

.switch-lang__close {
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

.switch-lang__close img {
  width: 32px;
  height: auto;
}

.switch-lang__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 568px) {
  .switch-lang__inner {
    padding: 40px 20px;
  }
  .switch-lang__title {
    font-size: 1.25em;
  }
  .switch-lang__link a {
    font-size: 1em;
  }
}
.fixed-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  background-color: #1d6e9f;
}

.fixed-nav ul {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fixed-nav ul li {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid white;
}

.fixed-nav ul li:last-child {
  border: none;
}

.fixed-nav ul li a {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.fixed-nav ul li a span {
  line-height: 1;
  font-size: 0.875em;
}

.fixed-nav__event a img {
  width: 27px;
  margin-bottom: 10px;
}

.fixed-nav__access a img {
  width: 22px;
  margin-bottom: 10px;
}

.fixed-nav__fee a img {
  width: 27px;
  margin-bottom: 12px;
}

.fixed-nav__ticket a img {
  width: 29px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .fixed-nav {
    display: block;
    height: 80px;
  }
}
@media (max-width: 568px) {
  .fixed-nav {
    height: 60px;
  }
  .fixed-nav ul li a {
    height: 40px;
  }
  .fixed-nav ul li a span {
    font-size: 0.625em;
  }
  .fixed-nav__event a img {
    width: 18px;
  }
  .fixed-nav__access a img {
    width: 14px;
  }
  .fixed-nav__fee a img {
    width: 18px;
    margin-bottom: 10px;
  }
  .fixed-nav__ticket a img {
    width: 20px;
    margin-bottom: 12px;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .fixed-nav {
    height: 60px;
  }
  .fixed-nav ul li a {
    height: 40px;
  }
  .fixed-nav ul li a span {
    font-size: 0.625em;
  }
  .fixed-nav__home a img {
    width: 19.5px;
  }
  .fixed-nav__event a img {
    width: 18px;
  }
  .fixed-nav__access a img {
    width: 14px;
  }
  .fixed-nav__ticket a img {
    width: 22px;
    margin-bottom: 12px;
  }
}
/* l-main-image.css */
.main-image, .main-image--guide {
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: #fbf5eb;
}

.main-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.main-image .main-slide, .main-image--guide .main-slide {
  height: 100%;
}

.main-image .main-slide__single, .main-image--guide .main-slide__single {
  width: 100%;
  height: calc(100vh - 90px);
}

.main-image .main-slide__single img, .main-image--guide .main-slide__single img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.main-image .main-slide__text, .main-image--guide .main-slide__text {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  font-size: 0.875em;
  color: white;
  text-align: center;
}

.main-image .main-slide__center, .main-image--guide .main-slide__center {
  position: absolute;
  top: 80px;
  left: 50%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-image .main-slide__copy, .main-image--guide .main-slide__copy {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
}

.main-image .main-slide__prev-next, .main-image--guide .main-slide__prev-next {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  -js-display: flex;
  display: flex;
  align-items: center;
}

.main-image .main-slide__prev, .main-image--guide .main-slide__prev,
.main-image .main-slide__next,
.main-image--guide .main-slide__next {
  line-height: 0;
  cursor: pointer;
}

.main-image .main-slide__prev img, .main-image--guide .main-slide__prev img,
.main-image .main-slide__next img,
.main-image--guide .main-slide__next img {
  width: 10px;
}

.main-image .main-slide__count, .main-image--guide .main-slide__count {
  margin: 0 10px;
  color: white;
  font-size: 0.875em;
}

.main-image .main-slide__scroll, .main-image--guide .main-slide__scroll {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  padding-top: 3em;
  cursor: pointer;
}

.main-image .main-slide__scroll p, .main-image--guide .main-slide__scroll p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
  transform: translate(0, -50%) rotate(90deg);
  transform-origin: center center;
}

.main-image .main-slide__scroll .arrow, .main-image--guide .main-slide__scroll .arrow {
  position: relative;
  width: 2px;
  height: 100px;
  margin: 10px auto 0;
  overflow: hidden;
}

.main-image .main-slide__scroll.active .arrow:before, .main-image--guide .main-slide__scroll.active .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: white;
  -webkit-animation: arrow 5s linear 0s infinite normal;
  animation: arrow 5s linear 0s infinite normal;
}

.main-image__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -js-display: flex;
  display: flex;
  width: 100%;
  height: 70px;
}

.main-image__info {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 20px;
  line-height: 1.3;
  background-color: #96928d;
}

.main-image__info__image {
  flex-grow: 0;
  flex-shrink: 1;
  width: 72px;
  height: auto;
  margin-right: 10px;
}

.main-image__info__text {
  -js-display: flex;
  display: flex;
  align-items: center;
}

.main-image__info__title {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 0.75em;
}

.main-image__info__title img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.main-image__info__title span {
  color: white;
}

.main-image__info__time {
  margin: 0;
  font-weight: 500;
  color: white;
}

.main-image__info__time span {
  display: inline-block;
  margin-right: 5px;
}

.main-image__info__time span:last-child {
  margin-right: 0;
}

.main-image__event {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 20px;
  background-color: #6b6966;
}

.main-image__event__inner {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image__event__title {
  flex-grow: 0;
  flex-shrink: 0;
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 0.75em;
}

.main-image__event__title img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.main-image__event__title span {
  color: white;
}

.main-image__event__list {
  flex-shrink: 1;
  height: 70px;
  line-height: 1.2;
  overflow: hidden;
}

.main-image__event__list li {
  height: 70px;
  -js-display: flex;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: white;
}

.main-image__event__list li a {
  color: white;
  text-decoration: none;
}

.main-image__event__list li a:hover {
  opacity: 0.7;
}

.main-image.new-year .main-image__info, .new-year.main-image--guide .main-image__info {
  width: 100%;
}

.main-image.new-year .main-image__info__time, .new-year.main-image--guide .main-image__info__time {
  margin-right: 10px;
  line-height: 1.5;
}

.main-image.new-year .main-image__info__time:last-child, .new-year.main-image--guide .main-image__info__time:last-child {
  margin-right: 0;
}

.main-image .weather, .main-image--guide .weather {
  position: absolute;
  bottom: 80px;
  left: 10px;
  z-index: 10;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  color: white;
  background-color: #1d6e9f;
  border-radius: 80px;
}

.main-image .weather__date, .main-image--guide .weather__date {
  margin-bottom: 5px;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
}

.main-image .weather__area, .main-image--guide .weather__area {
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: 700;
}

.main-image .weather__current, .main-image--guide .weather__current {
  -js-display: flex;
  display: flex;
  align-items: center;
}

.main-image .weather__icon, .main-image--guide .weather__icon {
  width: 40px;
  height: auto;
  margin-right: 5px;
}

.main-image .weather__degree, .main-image--guide .weather__degree {
  font-size: 1.4em;
}

@media (max-width: 1300px) {
  .main-image__info__image {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .main-image .main-slide__single, .main-image--guide .main-slide__single {
    height: calc(100vh - 95px);
  }
  .main-image__bottom {
    height: 75px;
  }
  .main-image__info {
    justify-content: flex-start;
    height: 75px;
    padding: 10px 20px;
  }
  .main-image__info__image {
    display: none;
  }
  .main-image__info__text {
    -js-display: block;
    display: block;
  }
  .main-image__info__title {
    margin: 0 0 7px;
  }
  .main-image__info__title img {
    width: 18px;
  }
  .main-image__info__title span br {
    display: none;
  }
  .main-image__info__time {
    font-size: 0.875em;
  }
  .main-image__info__time br {
    display: none;
  }
  .main-image__event {
    height: 75px;
    padding: 10px 20px;
  }
  .main-image__event__inner {
    -js-display: block;
    display: block;
  }
  .main-image__event__title {
    flex-grow: 1;
    margin: 0 0 7px;
  }
  .main-image__event__title img {
    width: 18px;
  }
  .main-image__event__list {
    height: 32px;
  }
  .main-image__event__list li {
    justify-content: flex-start;
    align-items: flex-start;
    height: 32px;
    font-size: 0.875em;
    font-weight: 500;
    text-align: left;
  }
  .main-image .weather, .main-image--guide .weather {
    bottom: 85px;
  }
}
@media (max-width: 768px) {
  .main-image, .main-image--guide {
    height: calc(100vh - 80px);
    padding: 0;
  }
  .main-image__inner {
    border-radius: 0;
  }
  .main-image .main-slide__single, .main-image--guide .main-slide__single {
    height: calc(100vh - 230px);
  }
  .main-image .main-slide__text, .main-image--guide .main-slide__text {
    display: none;
  }
  .main-image .main-slide__copy, .main-image--guide .main-slide__copy {
    top: 130px;
    transform: translate(-50%, 0);
  }
  .main-image .main-slide__scroll, .main-image--guide .main-slide__scroll {
    bottom: 150px;
    right: 10px;
  }
  .main-image .main-slide__prev-next, .main-image--guide .main-slide__prev-next {
    display: none;
  }
  .main-image__bottom {
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
  }
  .main-image__info {
    width: 100%;
  }
  .main-image__event {
    width: 100%;
    justify-content: flex-start;
  }
  .main-image.new-year .main-slide__single, .new-year.main-image--guide .main-slide__single {
    height: calc(100vh - 155px);
  }
  .main-image.new-year .main-slide__scroll, .new-year.main-image--guide .main-slide__scroll {
    bottom: 75px;
  }
  .main-image.new-year .weather, .new-year.main-image--guide .weather {
    bottom: 85px;
  }
  .main-image .weather, .main-image--guide .weather {
    bottom: 160px;
    width: 120px;
    height: 120px;
  }
  .main-image .weather__date, .main-image--guide .weather__date {
    font-size: 1.25em;
  }
  .main-image .weather__area, .main-image--guide .weather__area {
    font-size: 0.75em;
  }
  .main-image .weather__icon, .main-image--guide .weather__icon {
    width: 30px;
  }
  .main-image .weather__degree, .main-image--guide .weather__degree {
    font-size: 1em;
  }
}
@media (max-width: 568px) {
  .main-image, .main-image--guide {
    height: calc(100vh - 60px);
  }
  .main-image .main-slide__single, .main-image--guide .main-slide__single {
    height: calc(100vh - 180px);
  }
  .main-image .main-slide__copy, .main-image--guide .main-slide__copy {
    top: 100px;
    width: 120px;
  }
  .main-image .main-slide__scroll, .main-image--guide .main-slide__scroll {
    bottom: 120px;
  }
  .main-image .main-slide__scroll .arrow, .main-image--guide .main-slide__scroll .arrow {
    position: relative;
    width: 1px;
    height: 50px;
    margin: 10px auto 0;
    overflow: hidden;
  }
  .main-image .main-slide__scroll.active .arrow:before, .main-image--guide .main-slide__scroll.active .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: white;
    -webkit-animation: arrow-s 5s linear 0s infinite normal;
    animation: arrow-s 5s linear 0s infinite normal;
  }
  .main-image__info {
    height: 60px;
    justify-content: flex-start;
  }
  .main-image__info__image {
    width: 48px;
  }
  .main-image__info__title img {
    width: 12px;
  }
  .main-image__info__title span {
    font-size: 0.625em;
  }
  .main-image__info__time {
    font-size: 0.625em;
  }
  .main-image__event {
    height: 60px;
    align-items: flex-start;
  }
  .main-image__event__title {
    height: 15px;
    margin-bottom: 5px;
  }
  .main-image__event__title img {
    width: 12px;
  }
  .main-image__event__title span {
    font-size: 0.625em;
  }
  .main-image__event__list {
    flex-grow: 0;
    height: 26px;
  }
  .main-image__event__list li {
    justify-content: flex-start;
    align-items: flex-start;
    height: 26px;
    font-size: 0.625em;
  }
  .main-image.new-year .main-slide__single, .new-year.main-image--guide .main-slide__single {
    height: calc(100vh - 140px);
  }
  .main-image.new-year .main-slide__scroll, .new-year.main-image--guide .main-slide__scroll {
    bottom: 80px;
  }
  .main-image.new-year .main-image__info, .new-year.main-image--guide .main-image__info {
    height: 80px;
  }
  .main-image.new-year .weather, .new-year.main-image--guide .weather {
    bottom: 100px;
  }
  .main-image .weather, .main-image--guide .weather {
    bottom: 130px;
    left: 10px;
    width: 90px;
    height: 90px;
  }
  .main-image .weather__date, .main-image--guide .weather__date {
    font-size: 0.9375em;
  }
  .main-image .weather__area, .main-image--guide .weather__area {
    font-size: 0.625em;
  }
  .main-image .weather__icon, .main-image--guide .weather__icon {
    width: 20px;
  }
  .main-image .weather__degree, .main-image--guide .weather__degree {
    font-size: 0.75em;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .main-image .main-slide__single, .main-image--guide .main-slide__single {
    height: calc(100vh - 60px);
  }
  .main-image .main-slide__copy, .main-image--guide .main-slide__copy {
    top: 50px;
    width: 120px;
  }
  .main-image .main-slide__scroll, .main-image--guide .main-slide__scroll {
    bottom: 0;
  }
  .main-image__bottom {
    display: none;
  }
  .main-image .weather, .main-image--guide .weather {
    bottom: 10px;
  }
}
@-webkit-keyframes arrow {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@keyframes arrow {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@-webkit-keyframes arrow-s {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@keyframes arrow-s {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
/* l-archive.css */
.l-archive-guide.metsa .l-archive-guide__genre h2 {
  background-color: #fbf5eb;
}

.l-archive-guide__heading {
  width: 100%;
  margin: 0 0 70px;
  text-align: center;
}

.l-archive-guide__heading img {
  width: 240px;
  height: auto;
}

.l-archive-guide__genre {
  margin: 0 0 50px;
  text-align: center;
}

.l-archive-guide__genre h2 {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  background-color: white;
  background-repeat: no-repeat;
}

.l-archive-guide__section__watch .l-archive-guide__genre {
  background: url("../images/guide/border_genre_watch.svg") no-repeat left center/360px, url("../images/guide/border_genre_watch.svg") no-repeat right center/360px;
}

.l-archive-guide__section__watch .l-archive-guide__genre img {
  width: 100px;
}

.l-archive-guide__section__eat .l-archive-guide__genre {
  background: url("../images/guide/border_genre_eat.svg") no-repeat left center/360px, url("../images/guide/border_genre_eat.svg") no-repeat right center/360px;
}

.l-archive-guide__section__eat .l-archive-guide__genre img {
  width: 140px;
}

.l-archive-guide__section__buy .l-archive-guide__genre {
  background: url("../images/guide/border_genre_buy.svg") no-repeat left center/360px, url("../images/guide/border_genre_buy.svg") no-repeat right center/360px;
}

.l-archive-guide__section__buy .l-archive-guide__genre img {
  width: 100px;
}

.l-archive-guide__section__play .l-archive-guide__genre {
  background: url("../images/guide/border_genre_play.svg") no-repeat left center/360px, url("../images/guide/border_genre_play.svg") no-repeat right center/360px;
}

.l-archive-guide__section__play .l-archive-guide__genre img {
  width: 200px;
}

/* --------------------------------
    Object
-------------------------------- */
/* ---- Project ----*/
/* p-news-list */
.news-list {
  width: 100%;
  border-top: 1px dotted #ccc;
}

.news-list__tab {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
}

.news-list__tab li {
  width: 200px;
}

.news-list__tab li button {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 0.875em;
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
  text-align: center;
  border: none;
  border-bottom: 3px solid #ddd;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.news-list__tab li button br {
  display: none;
}

.news-list__tab li button.current {
  color: #388041;
  border-color: #388041;
}

.news-list__tab li button.current:hover {
  color: #388041;
  border-color: #388041;
}

.news-list__tab li button:hover {
  color: #1d6e9f;
  border-color: #1d6e9f;
}

.news-list__single {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.news-list__date {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 0.75em;
}

.news-list__cat {
  flex-shrink: 0;
  display: inline-block;
  width: 120px;
  margin-right: 15px;
  font-size: 0.75em;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 5px;
}

.news-list__link {
  font-size: 0.75em;
  color: #333;
  text-decoration: none;
}

.news-list__new {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  color: white;
  background-color: #e96060;
}

@media (max-width: 768px) {
  .news-list {
    border-top: none;
  }
  .news-list__tab li {
    width: 33.33%;
  }
  .news-list__tab li button br {
    display: inline;
  }
  .news-list__date {
    font-size: 0.625em;
  }
  .news-list__cat {
    width: 100px;
    font-size: 0.625em;
  }
  .news-list__single {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .news-list__link {
    width: 100%;
    margin-top: 10px;
  }
}
.news-list__more {
  margin-top: 50px;
}

@media (max-width: 568px) {
  .news-list__tab {
    margin-bottom: 20px;
  }
  .news-list__tab li button {
    font-size: 0.75em;
  }
}
/* p-guide-list */
.guide-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.guide-list__single {
  position: relative;
  width: 33.33%;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-bottom: 50px;
}

.guide-list__image {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.guide-list__image a {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.guide-list__image a:before {
  content: "";
  display: block;
  padding-top: 71.875%;
}

.guide-list__image a:hover {
  opacity: 0.8;
}

.guide-list__title {
  margin: 0 0 10px;
  font-size: 0.9375em;
  line-height: 1.3;
}

.guide-list__excerpt {
  margin: 0;
  font-size: 0.75em;
}

.guide-list__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ---- Component ----*/
/* c-sp-menu */
.sp-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  background-color: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-menu.open {
  opacity: 1;
  visibility: visible;
}

.clearfix:after,
.breadcrumbs:after,
.sp-menu__inner:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.sp-menu-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 75px;
  height: 75px;
  background-color: white;
  border-radius: 0 0 0 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sp-menu-button span {
  position: absolute;
  left: 22.5px;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  transition: all 0.4s ease;
}

.sp-menu-button span:nth-child(1) {
  top: 26px;
}

.sp-menu-button span:nth-child(2) {
  top: 36px;
  width: 20px;
}

.sp-menu-button span:nth-child(3) {
  bottom: 26px;
}

.sp-menu-button.fixed {
  position: fixed;
}

.sp-menu-button.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.sp-menu-button.open span:nth-child(2) {
  opacity: 0;
}

.sp-menu-button.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.sp-menu-button.hide {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .sp-menu-button {
    display: block;
  }
}
@media (max-width: 568px) {
  .sp-menu-button {
    width: 50px;
    height: 50px;
  }
  .sp-menu-button span {
    left: 15px;
    width: 20px;
    height: 2px;
  }
  .sp-menu-button span:nth-child(1) {
    top: 17.5px;
  }
  .sp-menu-button span:nth-child(2) {
    top: 24px;
    width: 15px;
  }
  .sp-menu-button span:nth-child(3) {
    bottom: 17.5px;
  }
  .sp-menu-button.open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .sp-menu-button.open span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu-button.open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
}
/* c-archive-goods__link */
.archive-goods__link {
  position: relative;
  width: 100%;
}

.archive-goods__link__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.archive-goods__link__inner.fixed {
  position: fixed;
}

.archive-goods__link__single {
  width: 50%;
}

.archive-goods__link__single a {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.archive-goods__link__single.mvp {
  padding-right: 10px;
}

.archive-goods__link__single.mvp a img {
  width: 147px;
  height: auto;
}

.archive-goods__link__single.metsa {
  padding-left: 10px;
}

.archive-goods__link__single.metsa a img {
  width: 152px;
  height: auto;
}

@media (max-width: 768px) {
  .archive-goods__link__single a {
    height: 60px;
  }
  .archive-goods__link__single.mvp a img,
  .archive-goods__link__single.metsa a img {
    width: 100px;
  }
}
@media (max-width: 568px) {
  .archive-goods__link {
    margin-bottom: 40px;
  }
  .archive-goods__link__single {
    margin-bottom: 10px;
  }
  .archive-goods__link__single a {
    height: 50px;
  }
  .archive-goods__link__single.mvp {
    padding-right: 5px;
  }
  .archive-goods__link__single.mvp a img {
    width: 80px;
  }
  .archive-goods__link__single.metsa {
    padding-left: 5px;
  }
  .archive-goods__link__single.metsa a img {
    width: 80px;
  }
}
/* c-breadcrumbs */
.breadcrumbs {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b5b3;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 10px;
  color: white;
}

.breadcrumbs__item a {
  display: inline-block;
  color: white;
  text-decoration: none;
}

.breadcrumbs__item a:hover {
  opacity: 0.7;
}

.breadcrumbs__item a img {
  width: auto;
  height: 16px;
  margin-right: 5px;
}

.breadcrumbs__item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: white;
  vertical-align: middle;
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.u-border-none {
  border: none;
}

.u-fs-16 {
  font-size: 16px;
  letter-spacing: 4px;
}

:root {
  --green-color: #A8C588;
  --lightgreen-color: #EBF5EE;
  --darkgreen-color: #00832F;
  --white-color: #FFFFFF;
  --brown-color: #756048;
  --ocher-color: #B49C8A;
  --red-color: #D85048;
  --pink-color: #DE7180;
  --black-color: #000000;
  --skyblue-color: #48A1B6;
  --greenblue-color: #6CA8AF;
}

.u-green-color {
  color: #A8C588;
}

.u-brown-color {
  color: #756048;
}

.l-footer {
  padding: 89px 0 70px;
  background-color: #6CA8AF;
  font-family: var(--main-font);
}

.l-footer-bottom {
  padding: 45px 0px;
  background-color: #6CA8AF;
  font-family: var(--main-font);
}

@media (max-width: 768px) {
  .l-footer-banner__slide.card-slide-min-three {
    margin-left: 0;
  }
  .l-footer-banner__single {
    margin-bottom: 20px;
  }
}
.l-header {
  position: fixed;
  top: 44px;
  transition: 0.2s;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  .l-header {
    display: none;
  }
}
.l-header__banner {
  background-color: #A8C588;
  text-align: center;
  padding: 8px;
}

.l-header__banner__text {
  color: #FFFFFF;
  text-decoration: none;
}

.l-header__nav {
  /* position: sticky;
  position:-webkit-sticky;
  top: 0; */
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 20px;
  transition: 0.2s;
}

.l-header__nav-transform {
  padding-top: 15px;
  padding-bottom: 15px;
}

.l-header__nav__item {
  /* display: flex; */
  text-align: center;
}

.l-header__nav__item:first-child {
  margin-right: 80px;
}

.l-header__nav__item__title {
  position: relative;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: bold;
  display: inline;
}

.l-header__nav__item__title-green::before,
.l-header__nav__item__title-green::after,
.l-header__nav__item__title-brown::before,
.l-header__nav__item__title-brown::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  top: calc((100% - 2px) / 2);
}

.l-header__nav__item__title-green::before,
.l-header__nav__item__title-brown::before {
  left: -60px;
}

.l-header__nav__item__title-green::after,
.l-header__nav__item__title-brown::after {
  right: -60px;
}

.l-header__nav__item__title-green::before,
.l-header__nav__item__title-green::after {
  background-color: #756048;
}

.l-header__nav__item__title-brown::before,
.l-header__nav__item__title-brown::after {
  background-color: #756048;
}

.l-header__nav__item__title-green {
  color: #756048;
}

.l-header__nav__item__title-brown {
  color: #756048;
}

.l-header__nav__item__list {
  display: flex;
  margin-top: 15px;
}

.l-header__nav__item__li-border-green {
  border-right: 1px dashed rgba(0, 131, 47, 0.38);
}

.l-header__nav__item__li-border-brown {
  border-right: 1px dashed rgba(117, 96, 72, 0.38);
}

.l-header__nav__item__li__title {
  margin-top: 10px;
}

.l-header__nav__item__li a {
  height: 100%;
  width: 90px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-header__nav__item__li span {
  font-size: 12px;
}

.l-header__nav__item__li__img {
  width: 33px;
}

.l-header__nav__item__li__img-title {
  width: 38px;
}

.main-image, .main-image--guide {
  height: auto !important;
  /* max-height: 545px !important; */
  /* height: 30vh !important; */
  padding: 0;
  background-color: transparent;
}

.main-image--guide {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .main-image--guide {
    padding: 0;
  }
}
.main-image--guide .slick-dots > li:first-child:last-child {
  display: none;
}

.main-image .main-slide__single img, .main-image--guide .main-slide__single img {
  height: 80% !important;
}

.main-image .main-slide__single, .main-image--guide .main-slide__single {
  border-radius: 0;
}

.main-slide__single {
  margin: 0 20px;
}

.main-image, .main-image--guide {
  /* height: auto !important; */
}

.main-image-metsa .slick-dots {
  margin: 10px 0;
  position: static !important;
  transform: none !important;
  display: flex;
  justify-content: center;
}

.main-image-metsa .slick-dots li {
  background-color: rgba(0, 131, 47, 0.38) !important;
  width: 9px;
  height: 9px;
}

.main-image-metsa .slick-dots li.slick-active {
  background-color: #A8C588 !important;
}

.main-image__inner {
  overflow: visible;
}

.sp-menu-button {
  top: 60px;
  background-color: #A8C588;
  border-radius: 0;
}

.sp-menu-button.open {
  background-color: transparent;
}

.sp-menu-button span {
  background-color: #FFFFFF;
}

.sp-menu-button.open span {
  background-color: #A8C588;
}

.sp-menu-button span:nth-child(2) {
  width: 30px;
}

.sp-menu-metsa {
  padding-top: 50px;
}

.main-image-metsa .main-slide__single {
  height: 653px !important;
  margin-top: 125px;
}

.main-image--guide.main-image-metsa .main-slide__single {
  height: auto !important;
}

.c-breadcrumbs {
  margin: 168px 0 0 0;
  background-color: #FFFFFF;
}

.c-breadcrumbs__item, .c-breadcrumbs__item:after, .c-breadcrumbs__item a {
  color: #756048;
}

@media screen and (max-width: 1024px) {
  .main-image, .main-image--guide {
    height: auto;
  }
  .main-image-metsa .main-slide__single {
    margin-top: 0;
  }
  .main-slideWrapper,
  .slick-list {
    height: 100%;
  }
  .slick-track {
    height: 100%;
  }
  .l-header__nav {
    flex-direction: column;
  }
  .l-header__nav__item__list {
    justify-content: center;
  }
  .l-header__nav__item:first-child {
    margin-right: 0;
  }
  .l-header__nav__item:last-child {
    margin-top: 40px;
  }
  .l-header__nav__item__titke__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 38px;
  }
  .c-breadcrumbs {
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .sp-menu-button span:nth-child(2) {
    width: 20px;
  }
  .l-header__nav__item__li {
    margin-bottom: 4px;
  }
  .main-image-metsa .main-slide__single {
    height: 250px !important;
  }
  .main-image__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 418px) {
  .l-header__nav__item__title {
    font-size: 12px;
  }
  .l-header__nav__item__li {
    width: 100%;
  }
  .l-header__nav__item__li a {
    width: 100%;
  }
  .l-header__nav__item__title-green::before, .l-header__nav__item__title-brown::before {
    left: -40px;
  }
  .l-header__nav__item__title-green::after, .l-header__nav__item__title-brown::after {
    right: -40px;
  }
  .l-header__nav__item__title-green::before, .l-header__nav__item__title-green::after, .l-header__nav__item__title-brown::before, .l-header__nav__item__title-brown::after {
    width: 30px;
  }
}
.l-page {
  margin-top: 200px;
}

.l-page-transform {
  /* margin-top: 44px; */
}

@media screen and (max-width: 1024px) {
  .l-page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .l-page {
    margin-top: 0px;
  }
}
.l-section {
  width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
}

.l-section__title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  color: #756048;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.l-section__subtitle {
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-size: 22px;
  color: #756048;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l-section__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-section__arrow {
  width: 42px;
  cursor: pointer;
}

.l-section__arrow--reverse {
  transform: rotate(180deg);
}

.l-section__banner {
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .l-section {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .l-section__title {
    font-size: 32px;
  }
  .l-section__subtitle {
    font-size: 16px;
  }
  .l-section__arrow {
    display: none;
  }
}
.l-section__past-workshop {
  padding: 56px 40px 0;
  background-color: #EFF3F5;
}

:root {
  --main-color: #765E48;
  --sub-color: #FAEEEA;
  --accent-color: #FFCBA8;
  --accent2-color: #B49C8A;
  --metsa-color: #199149;
  --heading-color: #B49C8A;
  --heading-text-color: #fff;
  --font-color: #604C3F;
}

.p-card-archive {
  border: 4px solid #A8C588;
}

.p-card-archive__date {
  padding: 0.5rem 0;
  border-top: 4px dotted #A8C588;
}

.p-card-archive__time-place {
  border-bottom: 4px dotted #A8C588;
}

.p-card-archive__time-place > div {
  border: 0;
  padding: 0.5rem 20px 0.5rem 0;
}

.p-card-archive__date strong, .p-card-archive__time-place strong {
  margin-right: 24px;
  font-family: var(--main-font);
  color: #604C3F;
}

.p-card-archive .c-event__btn {
  margin: 20px 0 0 auto;
}

.p-card-archive__time-place > div span {
  flex: 1;
}

:root {
  --main-color: #765E48;
  --sub-color: #FAEEEA;
  --accent-color: #FFCBA8;
  --accent2-color: #B49C8A;
  --metsa-color: #199149;
  --heading-color: #B49C8A;
  --heading-text-color: #fff;
  --font-color: #604C3F;
}

.p-header-single {
  background-color: #EBF5EE;
}
.p-header-single .c-news-list__single {
  max-width: 1080px;
  padding: 40px 24px;
  margin: 0 auto;
  border: 0;
}
.p-header-single .c-news-list__link {
  margin: 0;
}

@media (max-width: 768px) {
  .p-header-single .c-news-list__th {
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .p-header-single .c-news-list__date {
    width: auto;
  }
  .p-header-single .c-news-list__cat {
    min-width: 0;
    padding: 0 20px;
  }
  .p-header-single .c-news-list__single {
    flex-direction: column;
  }
}
.c-about__container {
  margin-top: 180px;
}

.c-about__boxes {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: scroll;
  padding-left: calc((100% - 1200px) / 2);
  margin-top: 20px;
  scroll-behavior: smooth;
}

.c-about__box {
  min-width: 460px;
  margin-right: 40px;
}

.c-about__box:last-child {
  margin-right: calc((100% - 1200px) / 2);
}

.c-about__box__img {
  position: relative;
}

.c-about__box__img {
  padding-top: 75%;
  display: block;
  content: "";
}

.c-about__box__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.c-about__box__title {
  font-size: 24px;
  font-weight: bold;
  color: #756048;
}

.c-about__box__body {
  font-size: 16px;
  color: #756048;
}

.c-about__boxes__dot {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
  color: #756048;
}

.c-about__dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.c-about__dot--active {
  background-color: #A8C588;
  border-radius: 24px;
  color: #FFFFFF;
}

.c-about__campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.c-about__campaign__banner {
  max-width: 560px;
  width: 70%;
}

@media screen and (max-width: 1280px) {
  .c-about__boxes {
    width: 100%;
    padding-left: 5%;
  }
  .c-about__box {
    min-width: 300px;
  }
  .c-about__box:last-child {
    margin-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .c-about__container {
    margin-top: 90px;
  }
  .c-about__box {
    min-width: 80%;
  }
  .c-about__box__title {
    font-size: 16px;
  }
  .c-about__box__body {
    font-size: 12px;
  }
  .c-about__boxes__dot {
    margin-bottom: 100px;
  }
}
.c-campaign__container {
  display: flex;
  width: 960px;
  margin: 0 80px;
}

.c-campaign {
  width: 300px;
  height: 180px;
  margin-right: 30px;
  display: flex !important;
  align-items: center;
}

.c-campaign:last-child {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .c-campaign__container {
    width: 80%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .c-campaign__container {
    width: 100%;
  }
}
.c-event__container {
  margin-top: 150px;
}

.c-event__container__title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}

.c-event__container__subtitle {
  text-align: center;
  margin: 0;
  font-size: 22px;
}

.c-events {
  width: 960px;
  margin: 0 80px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.c-events.card-slide-min-three {
  justify-content: flex-start;
}

.c-event {
  display: flex !important;
  flex-direction: column;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin-right: 30px;
}

.c-event a {
  text-decoration: none;
}

.c-event:last-child {
  margin-right: 0;
}

.c-event__imgWrap {
  position: relative;
}

.c-event__imgWrap::before {
  padding-top: 59%;
  display: block;
  content: "";
}

.c-event__imgWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.c-event__title {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.c-event__title p {
  font-size: 15px;
  color: #604C3F;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0;
  margin-left: 10px;
  text-decoration: none;
}

.c-event__title img {
  width: 38px;
}

.c-event__table {
  width: 80%;
  margin: 30px auto 20px;
}

.c-event__table__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-event__table__row:last-child {
  margin-bottom: 0;
}

.c-event__table__th {
  color: #A8C588;
}

.c-event__table__td {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-left: 20px;
}

.c-event__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 48px;
  background-color: #A8C588;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  margin: 20px auto;
  transition: opacity 0.3s;
}

.c-event__btn:hover {
  color: #FFFFFF;
}

.c-event__bottom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 294px;
  width: fit-content;
  height: 56px;
  text-decoration: none;
  color: #756048;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 40px;
  font-size: 20px;
  letter-spacing: 2px;
  box-sizing: border-box;
  border: 2px solid #756048;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.c-event__bottom__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #A8C588;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.c-event__bottom__btn:hover {
  color: #FFFFFF;
}

.c-event__bottom__btn:hover:before {
  transform: translateX(0);
}

.c-event__bottom__btn img {
  width: 42px;
  margin-left: 10px;
}

@media screen and (max-width: 1280px) {
  .c-events {
    width: 80%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .c-events {
    width: 100%;
  }
  .c-event__bottom__btn {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .c-event__arrow {
    display: none;
  }
}
.c-map__description {
  background-color: #A8C588;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
}

.c-map__map {
  margin-top: 24px;
  overflow-y: scroll;
  padding-bottom: 10px;
  position: relative;
}

.c-map__map__overlay {
  /* display: block; */
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.c-map__map__img {
  min-width: 1200px;
}

.c-map__download {
  margin-bottom: 20px;
}

.c-map__boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 90px 10%;
  margin-bottom: 120px;
}

.c-map__box__title {
  font-size: 20px;
  letter-spacing: 8px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 40px;
}

.c-map__box {
  padding: 20px 15px 40px 15px;
}

.c-map__box--restaurant {
  width: 30%;
  background-color: #DE7180;
}

.c-map__box--market {
  max-width: 700px;
  width: 60%;
  background-color: #48A1B6;
}

.c-map__box--eat {
  width: 30%;
  background-color: #B49C8A;
}
.c-map__box--eat .c-map__box__list {
  height: 120px;
}

.c-map__box--other {
  max-width: 700px;
  width: 60%;
  background-color: #B27745;
}
.c-map__box--other .c-map__box__list {
  height: 120px;
}

.c-map__box__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 176px;
  margin: 0 auto;
}

.c-map__box__list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 3px;
}

.c-map__buttons {
  display: flex;
  justify-content: center;
  gap: 10px 50px;
}

.c-map__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #00832F;
  text-decoration: none;
  color: #00832F;
  font-size: 24px;
  font-weight: lighter;
  font-family: A1 Gothic M, fot-tsukuardgothic-std, sans-serif;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.c-map__button::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #00832F;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.c-map__button:hover {
  color: #FFFFFF;
}

.c-map__button:hover:before {
  transform: translateX(0);
}

.c-map__button img {
  height: 33px;
  margin-right: 10px;
}

.c-map__button__icon-white {
  display: none;
}

.c-map__button:hover .c-map__button__icon-green {
  display: none;
}

.c-map__button:hover .c-map__button__icon-white {
  display: block;
}

.c-map__icon__img {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 40px;
}

.c-map__icon__img::after {
  display: block;
  content: "";
  width: 100px;
  height: 30px;
  background-color: red;
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
}

.c-map__c__img {
  top: 284px;
  left: 644px;
}

.c-map__d__img {
  top: 223px;
  left: 674px;
}

.c-map__f__img {
  top: 261px;
  left: 393px;
}

.c-map__g__img {
  top: 254px;
  left: 270px;
}

.c-map__h__img {
  top: 254px;
  left: 177px;
}

.c-map__i__img {
  top: 252px;
  left: 3px;
}

.c-map__j__img {
  top: 154px;
  left: 341px;
}

.c-map__k__img {
  top: 113px;
  left: 176px;
}

.c-map__l__img {
  top: 163px;
  left: 29px;
}

.c-map__m__img {
  top: 79px;
  left: 53px;
}

.c-map__1__img {
  top: 417px;
  left: 448px;
}

.c-map__2__img {
  top: 104px;
  left: 663px;
}

.c-map__3__img {
  top: 10px;
  left: 575px;
}

.c-map__4__img {
  top: 370px;
  left: 220px;
}

.balloon__wrap {
  display: none;
  position: absolute;
  z-index: 1000;
}

.balloon__wrap-c {
  top: 205px;
  left: 574px;
}

.balloon__wrap-d {
  top: 205px;
  left: 574px;
}

.balloon__wrap-f {
  top: 180px;
  left: 323px;
  min-width: 184px;
}

.balloon__wrap-g {
  top: 173px;
  left: 178px;
  min-width: 240px;
}

.balloon__wrap-h {
  top: 172px;
  left: 62px;
  min-width: 272px;
}

.balloon__wrap-i {
  top: 172px;
  left: 0;
  min-width: 315px;
}

.balloon__wrap-j {
  top: 75px;
  left: 223px;
  min-width: 280px;
}

.balloon__wrap-k {
  top: 34px;
  left: 62px;
  min-width: 270px;
}

.balloon,
.balloon--left,
.balloon--right {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFFFFF;
  display: flex;
  z-index: 20;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
}

.balloon--left::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 8%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
}

.balloon--right::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
}

.balloon p,
.balloon--left p,
.balloon--right p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.balloon a,
.balloon--left a,
.balloon--right a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  margin-left: 15px;
}

.balloon a img,
.balloon--left a img,
.balloon--right a img {
  margin-left: 15px;
}

.c-map__wrap {
  position: absolute;
  top: 0;
  /* right: -337px; */
  /* right: 0; */
  left: 784px;
  width: 416px;
}

/* .c-map__wrap::after {
	position: absolute;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,.3);
} */
.c-map {
  position: relative;
}

.c-map__img {
  width: 416px;
}

.d-map__wrap {
  position: absolute;
  bottom: 27px;
  /* right: -337px; */
  /* right: 0; */
  left: 764px;
  width: 435px;
}

.d-map__img {
  width: 435px;
}

.balloon__wrap-r1 {
  top: 88px;
  /* left: 13px; */
  left: 797px;
  min-width: 310px;
}

.balloon__wrap-r2 {
  top: 80px;
  /* left: 112px; */
  left: 896px;
  min-width: 254px;
}

.balloon__wrap-r3 {
  top: 79px;
  /* left: 138px; */
  left: 922px;
  min-width: 241px;
}

.balloon__wrap-r4 {
  top: 135px;
  /* left: 89px; */
  left: 873px;
  min-width: 240px;
}

.balloon__wrap-r5 {
  top: 135px;
  /* left: 156px; */
  left: 940px;
  min-width: 248px;
}

.balloon__wrap-r6 {
  top: -22px;
  /* left: 125px; */
  left: 909px;
  min-width: 200px;
}

.balloon__wrap-m1 {
  /* top: 75px;
     left: 58px; */
  top: 355px;
  left: 822px;
  min-width: 191px;
}

.balloon__wrap-m2 {
  /* top: 86px;
     left: 95px; */
  top: 366px;
  left: 859px;
  min-width: 203px;
}

.balloon__wrap-m3 {
  /* top: 86px;
     left: 167px; */
  top: 366px;
  left: 931px;
  min-width: 210px;
}

.balloon__wrap-m4 {
  /* top: 76px;
     left: 199px; */
  top: 356px;
  left: 963px;
  min-width: 210px;
}

.balloon__wrap-m5 {
  /* top: 133px;
     left: 93px; */
  top: 413px;
  left: 835px;
  min-width: 240px;
}

.balloon__wrap-m6 {
  top: 413px;
  left: 940px;
  min-width: 184px;
}

.balloon__wrap-m7 {
  top: 248px;
  left: 847px;
  min-width: 180px;
}

.balloon__wrap-m8 {
  top: 248px;
  left: 944px;
  min-width: 220px;
}

.balloon__wrap-m9 {
  top: 289px;
  left: 891px;
  min-width: 191px;
}

.balloon__wrap-m10 {
  /* top: 9px;
     left: 127px; */
}

.balloon__wrap-m11 {
  /* top: 9px;
     left: 208px; */
  top: 289px;
  left: 972px;
  min-width: 191px;
}

.balloon__wrap-1 {
  top: 340px;
  left: 347px;
  min-width: 191px;
}

.balloon__wrap-2 {
  top: 26px;
  left: 588px;
  min-width: 191px;
}

.balloon__wrap-3 {
  top: 44px;
  left: 488px;
  min-width: 191px;
}
.balloon__wrap-3 .balloon:before {
  top: initial;
  bottom: 100%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #FFFFFF;
}

.balloon__wrap-4 {
  top: 293px;
  left: 127px;
  min-width: 191px;
}

.r-map__icon {
  position: absolute;
  z-index: 3001;
  cursor: pointer;
}

.r1__icon {
  top: 168px;
  left: 928px;
  width: 41px;
}

.r2__icon {
  /* top: 158px; */
  /* left: 202px; */
  top: 156px;
  left: 986px;
  width: 86px;
}

.r3__icon {
  top: 156px;
  /* left: 305px; */
  left: 1089px;
  width: 56px;
}

.r4__icon {
  top: 205px;
  /* left: 167px; */
  left: 951px;
  width: 74px;
}

.r5__icon {
  top: 205px;
  /* left: 242px; */
  left: 1027px;
  width: 75px;
}

.r6__icon {
  top: 46px;
  /* left: 142px; */
  left: 926px;
  width: 220px;
}

.m1__icon {
  /* top: 155px; */
  top: 435px;
  /* left: 133px; */
  left: 897px;
  width: 38px;
}

.m2__icon {
  /* top: 167px;
     left: 179px; */
  top: 447px;
  left: 943px;
  width: 35px;
}

.m3__icon {
  /* top: 167px;
     left: 217px; */
  top: 447px;
  left: 981px;
  width: 124px;
}

.m4__icon {
  /* top: 154px;
     left: 350px; */
  top: 434px;
  left: 1114px;
  width: 35px;
}

.m5__icon {
  /* top: 213px;
     left: 176px; */
  top: 493px;
  left: 940px;
  width: 31px;
}

.m6__icon {
  top: 493px;
  left: 973px;
  width: 123px;
}

.m7__icon {
  top: 326px;
  left: 892px;
  width: 74px;
}

.m8__icon {
  top: 326px;
  left: 1099px;
  width: 33px;
}

.m9__icon {
  top: 370px;
  left: 929px;
  width: 168px;
}

.m10__icon {
  /* top: 90px;
     left: 165px; */
  top: 370px;
  left: 929px;
  width: 117px;
}

.m11__icon {
  /* top: 90px;
     left: 284px; */
  top: 370px;
  left: 1048px;
  width: 49px;
}

@media screen and (max-width: 1200px) {
  .c-map__boxes {
    flex-direction: column;
    max-height: none;
  }
  .c-map__box__title {
    /* margin-bottom: 20px; */
  }
  .c-map__box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding: 20px 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-map__buttons {
    flex-direction: column;
    align-items: center;
  }
  .c-map__button:nth-child(2) {
    margin: 0;
  }
  .c-map__button {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .c-map__button {
    width: 80%;
  }
  .c-map__box__list {
    height: auto !important;
  }
  .c-map__box {
    padding: 20px 10%;
    width: 90%;
  }
  .c-map__download {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
  }
  .c-map__download img {
    width: 40%;
  }
}
.c-news__container__title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}

.c-news__container__subtitle {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.c-news-list {
  width: 100%;
  border-top: 0;
}

.c-news-list__single {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 4px dotted #A8C588;
}

.c-news-list__th {
  min-width: 320px;
  display: flex;
}

.c-news-list__date {
  font-size: 16px;
  min-width: 120px;
  margin-right: 30px;
}

.c-news-list__cat {
  min-width: 180px;
  background-color: #A8C588;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 30px;
}

.c-news-list__link {
  /* max-width: 50%; */
  flex: 1;
  margin-right: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}

.c-news-list__new, .c-news-list__new-sp {
  display: block;
  width: 75px;
  margin-left: auto;
  background-color: #D85048;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.c-news-list__new-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .news-list__single {
    flex-direction: column;
  }
  .c-news-list__single {
    flex-direction: column;
  }
  .c-news-list__date {
    margin-right: 0;
  }
  .c-news-list__new, .c-news-list__new-sp {
    display: none;
  }
  .c-news-list__new-sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .c-news-list__th {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .c-news-list__cat {
    margin-right: 30px;
  }
  .c-news-list__date {
    width: 100%;
    margin-bottom: 4px;
  }
  .c-news-list__new, .c-news-list__new-sp {
    margin-left: 0;
  }
}
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.c-pagination .page-numbers {
  height: 48px;
  width: 48px;
  border: 0;
  border-radius: 50%;
  color: #765E48;
  font-size: 1.5rem;
}

.c-pagination .page-numbers:hover {
  background-color: #A8C588;
  color: #FFFFFF;
}

.c-pagination .page-numbers.current {
  background-color: #A8C588;
  color: #FFFFFF;
}/*# sourceMappingURL=metsa.css.map */