/* ------------------------------------------
  sec_page_ttl
------------------------------------------ */
.sec_page_ttl .container {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0;
  width: 90%;
}

.sec_page_ttl .page_ttl_wrap {
  border: 2px solid #000;
  border-radius: 32px;
}

.sec_page_ttl .page_ttl_wrap .inner {
  align-items: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  text-align: center;
}

.sec_page_ttl .page_ttl_wrap .inner .page_ttl {
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 2.187rem;
  line-height: calc(42/35);
}


@media screen and (max-width: 767px) {
  .sec_page_ttl .container {
    width: calc(100% - 30px);
  }

  .sec_page_ttl .page_ttl_wrap {
    border: 1px solid #000;
    border-radius: 30px;
  }

  .sec_page_ttl .page_ttl_wrap .inner {
    border-radius: 28px;
    flex-direction: column;
    padding: 60px 0 50px;
  }

  .sec_page_ttl .page_ttl_wrap .inner .page_ttl {
    font-size: 1.562rem;
    line-height: calc(30/25);
  }
}

/* ------------------------------------------
  sec_ttl_wrap.deco 
------------------------------------------ */
.sec_ttl_wrap.deco {
  position: relative;
}

.sec_ttl_wrap.deco::before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.sec_ttl_wrap.deco .sec_ttl {
  background-color: #fff;
  display: table;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 15px;
}

.sec_access01 .sec_access01_map {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.sec_access01 .sec_access01_map .img {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .sec_ttl_wrap.deco .sec_ttl {
    font-size: 1.062rem;
    padding: 0 10px;
    text-align: center;
  }
}

/* ------------------------------------------
  sec_sitemap01 
------------------------------------------ */
.sec_sitemap_wrap {
  margin-top: 67px;
}

.sec_sitemap01 .sec_ttl {
  color: #1b5809;
}

.sec_sitemap_list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 3.6%;
  margin-top: 40px;
}

.sec_sitemap_list01_item {
  align-items: center;
  background-image: url(../images/sitemap/icon_arrow_sitemap_list01.svg);
  background-position: right 6.6% center;
  background-repeat: no-repeat;
  background-size: 5px 7px;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: .875rem;
  height: 45px;
  justify-content: center;
  line-height: calc(17/14);
  position: relative;
  text-align: center;
  transition: .3s ease;
  width: 22.3%;
}

.sec_sitemap01 .sec_sitemap_list01_item:hover {
  background-color: #d4f2ba;
}

.sec_sitemap01 .sec_sitemap_list01_item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 7.4%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sec_sitemap01 .sec_sitemap_list01_item.outdoor::before {
  background-image: url(../images/sitemap/icon_list01_item01.svg);
  height: 15px;
  width: 20px;
}
.sec_sitemap01 .sec_sitemap_list01_item.hotspring::before {
  background-image: url(../images/sitemap/icon_list01_item02.svg);
  height: 16px;
  width: 15px;
}
.sec_sitemap01 .sec_sitemap_list01_item.stay::before {
  background-image: url(../images/sitemap/icon_list01_item03.svg);
  height: 12px;
  width: 16px;
}
.sec_sitemap01 .sec_sitemap_list01_item.nature::before {
  background-image: url(../images/sitemap/icon_list01_item04.svg);
  height: 24px;
  width: 19px;
}
.sec_sitemap01 .sec_sitemap_list01_item.restaurant::before {
  background-image: url(../images/sitemap/icon_list01_item05.svg);
  height: 16px;
  width: 16px;
}
.sec_sitemap01 .sec_sitemap_list01_item.souvenir::before {
  background-image: url(../images/sitemap/icon_list01_item06.svg);
  height: 16px;
  width: 13px;
}
.sec_sitemap01 .sec_sitemap_list01_item.experience::before {
  background-image: url(../images/sitemap/icon_list01_item07.svg);
  height: 16px;
  width: 19px;
}

@media screen and (max-width: 767px) {
  .sec_sitemap_wrap {
    margin-top: 40px;
  }

  .sec_sitemap_list01 {
    gap: 15px 4%;
    margin-top: 30px;
  }

  .sec_sitemap_list01_item {
    background-position: right 5% center;
    width: 48%;
  }

  .sec_sitemap01 .sec_sitemap_list01_item::before {
    left: 5%;
  }
}


/* ------------------------------------------
  sec_sitemap02
------------------------------------------ */
.sec_sitemap02 {
  margin-top: 61px;
}

.sec_sitemap02 .sec_ttl {
  color: #a83332;
}

.sec_sitemap02 .sec_sitemap_list01_item:hover {
  background-color: #f7d7d7;
}

@media screen and (max-width: 767px) {
  .sec_sitemap02 {
    margin-top: 40px;
  }
}

/* ------------------------------------------
  sec_sitemap03
------------------------------------------ */
.sec_sitemap03 {
  margin-top: 68px;
}

.sec_sitemap03_contents {
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.sec_sitemap03_contents .left {
  width: 48.2%;
}

.sec_sitemap03_contents .left_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.9%;
}

.sec_sitemap03_contents .left_list a {
  background-image: url(../images/sitemap/icon_arrow_sitemap_list01.svg);
  background-position: right 6.6% center;
  background-repeat: no-repeat;
  background-size: 5px 7px;
  border-bottom: 1px solid #000;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: .875rem;
  line-height: 1;
  padding: 25px 0;
  width: 45.8%;
}

.sec_sitemap03_contents .right {
  width: 35.5%;
}

.sec_sitemap03_contents .right_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_sitemap03_contents .right_list a {
  align-items: center;
  display: flex;
  font-size: .875rem;
  line-height: 1.3;
  padding: 18px 0;
  width: 42.1%;
}

.sec_sitemap03_contents .right_list a::before {
  background-image: url(../images/sitemap/icon_arrow_right_list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  margin-right: 10px;
  transition: .3s ease;
  width: 20px;
}

.sec_sitemap03_contents .right_list a:hover::before {
  background-image: url(../images/sitemap/icon_arrow_right_list_hover.svg);
}

@media screen and (max-width: 767px) {
  .sec_sitemap03 {
    margin-top: 40px;
  }

  .sec_sitemap03_contents {
    flex-direction: column;
    padding-top: 15px;
  }

  .sec_sitemap03_contents .left {
    width: auto;
  }

  .sec_sitemap03_contents .left_list {
    gap: 0 4%;
  }

  .sec_sitemap03_contents .left_list a {
    background-position: right 5% center;
    padding: 20px 0;
    width: 48%;
  }

  .sec_sitemap03_contents .right {
    width: auto;
  }

  .sec_sitemap03_contents .right_list {
    gap: 0 4%;
    margin-top: 30px;
  }

  .sec_sitemap03_contents .right_list a {
    padding: 13px 0;
    width: 48%;
  }

  .sec_sitemap03_contents .right_list a::before {
    height: 18px;
    margin-right: 8px;
    width: 18px;
  }
}
