@charset "UTF-8";

/* -------------------------------------
  【PC】sp7（世界遺産）
------------------------------------- */

#sp7 {
  background: url(/129/assets/img/sp7/bg.jpg) repeat-y center / 100% auto;
}

#sp7 .primary-color {
  color: var(--sp7-primary-color);
}

#sp7 .primary-color2 {
  color: var(--sp7-primary-color2);
}

#sp7 .index {
  max-width: 580px;
  border-bottom-color: var(--sp7-primary-color);
}

#sp7 .index>p::before,
#sp7 .index>p::after {
  background-color: var(--sp7-primary-color);
}

#sp7 .sub-fv .cat {
  width: min(446px, 100%);
}

#sp7 .sub-sec img {
  border-radius: 6px;
}

#sp7 .flex {
  gap: 18px;
}

.sp7-sub-title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--sp7-primary-color);
  margin: 16px auto 0;
  padding: 0 22px;
  width: fit-content;
}

.sp7-sub-title::before,
.sp7-sub-title::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  background: url(/129/assets/img/sp7/deco01.svg) no-repeat center /contain;
}

.sp7-sub-title::before {
  left: 0;
}

.sp7-sub-title::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.sp7-guide {
  position: relative;
  max-width: 500px;
  margin: 64px auto 0;
}

.sp7-guide .num {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sp7-guide .num::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.sp7-guide .area {
  display: flex;
  padding: 12px 0;
}

.sp7-guide .area-name {
  font-weight: 700;
  line-height: 1.4;
  color: var(--sp7-primary-color);
  margin-top: 5%;
  margin-left: 20px;
}

.sp7-guide .area-name span {
  display: block;
}

.sp7-guide .area-name span:nth-of-type(1) {
  font-size: 3.6rem;
}

.sp7-guide .area-name span:nth-of-type(2) {
  font-size: 1.8rem;
}

.sp7-guide .map {
  width: 40%;
  margin-left: -8%;
}

.sp7-guide .profile {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #6B6B6B;
}

.sp7-guide .profile::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #6B6B6B;
}

.sp7-guide .image {
  position: absolute;
  top: 12%;
  right: 0;
  width: 30%;
}

.sp7-root {
  padding: 40px 0;
  background-color: rgba(122, 198, 124, 0.5);
}

.sp7-root-content {
  display: flex;
  gap: 8%;
  margin-top: 32px;
}

.sp7-root-content>* {
  padding-left: 36px;
  margin-left: 8px;
  border-left: 4px solid var(--sp7-primary-color);
}

.sp7-root-content .items {
  padding-bottom: 30px;
}

.sp7-root-content .items:last-of-type {
  padding-bottom: 10px;
}

.sp7-root-content .time {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--sp7-primary-color);
}

.sp7-root-content .time::before {
  position: absolute;
  content: '';
  top: 5px;
  left: calc((36px + 12px) * -1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid var(--sp7-primary-color);
  background-color: #fff;
}

.sp7-root-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #000;
  margin-top: 4px;
  padding: 4px;
  max-width: 295px;
  border-radius: 24px;
  background-color: #fff;
}

.sp7-root-content .text {
  max-width: 295px;
}

.sp7-info {
  margin-top: 32px;
}

#sp7 .sp7-info .flex {
  gap: 8%;
  margin-top: 16px;
}

.sp7-info .title {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 30px;
  background-color: var(--sp7-primary-color2);
  border-radius: 16px;
}

#sp7 .swiper2 {
  margin-bottom: 40px;
}


/* -------------------------------------
  【SP】sp5（お掃除）
  ------------------------------------- */
@media (width < 768px) {

  .sp7-guide {
    margin-top: 40px;
  }

  .sp7-guide .map {
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: 8%;
    margin-top: -8%;
    width: min(150px, 50%);
  }

  .sp7-guide .area-name {
    margin-left: 0;
  }

  .sp7-guide .image {
    top: auto;
    bottom: 50px;
    right: -3%;
    width: 150px;
  }

  .sp7-guide .profile {
    margin-top: -30px;
  }

  .sp7-guide .profile::before {
    width: 45%;
  }

  .sp7-guide .profile .name {
    display: inline-block;
    margin-top: 12px;
  }

  .sp7-guide .profile .text {
    width: 53%;
  }

  .sp7-root-content {
    display: block;
  }

  .sp7-top-img {
    margin-top: 40px;
  }

  .sp7-top-img .flex>* {
    margin-bottom: 8px;
  }

  .sp7-root-content .title {
    font-size: 1.6rem;
  }

  .sp7-root-content>* {
    padding-left: 30px;
    margin-left: 0;
  }

  .sp7-root-content>*:last-child {
    padding-top: 20px;
  }

  .sp7-root-content .time::before {
    left: calc((30px + 12px) * -1);
  }

  #sp7 .swiper2 {
    margin-bottom: 35px;
  }

  #sp7 article {
    padding-bottom: 40px;
  }



}