@charset "utf-8";

/* メインビジュアル */
.mv {
  display: flex;
  justify-content: space-between;
  margin-top: 145px;
}

.mv_image-container {
  width: 79.375%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* .mv_image-container::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 10px #f6f1e9;
} */

.mv_copy-area {
  padding-top: 126px;
  padding-right: 3.1%;
  width: 21%;
  writing-mode: vertical-rl;
  position: relative;
}

.mv-copy {
  font-size: 24px;
  letter-spacing: 0.7em;
  line-height: 64px;
  /* position: absolute; */
  bottom: 0;
}

.mv-copy p:last-child {
  transform: translateY(70px);
}

.mv-copy span {
  font-size: 32px;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #e37d44;
  letter-spacing: 0.4em;
}

/* キャンプイン能勢へようこそ */
.about {
  width: 100%;
  margin-top: 190px;
}

.about_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 480px;
}

.about_copy-area {
  padding-left: 5.46875%;
  width: 46%;
  position: relative;
}

.about_copy-area::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #7bbb8a 45.5%, #ffee93 93%);
  width: 74.82993197%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.about_image-area {
  /* width: 54%; */
  margin-right: auto;
  position: absolute;
  right: calc((100vw - 100%) / 2 * -1);
  top: 0;
  width: calc(54% + ((100vw - 100%) / 2));
  height: 100%;
}

.about_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left bottom;
}

.section_copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.section_text {
  margin-top: 25px;
  letter-spacing: 0.15em;
}

/* aboutのループアニメーション */
.loop_wrap {
  margin-top: 34px;
  display: flex;
  /* gap: 20px; */
  width: 100vw;
  /* height: 300px; */
  overflow: hidden;
}

.loop_wrap ul {
  display: flex;
  /* gap: 20px; */
}

.loop_wrap li {
  width: 270px;
  padding: 0 10px;
}

.loop_wrap img {
  width: 100%;
  height: auto;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

/* キャンプイン能勢でできること */
.service {
  width: 100%;
  margin-top: 190px;
}

.service_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.service_copy-area {
  padding-right: 5.46875%;
  width: 41%;
  position: relative;
}

.service_copy-area::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #e37d44 12.36%, #ffee93 90.8%);
  width: 85.9375%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.service_image-area {
  width: 50.546875%;
  padding-left: 5.46875%;
}

.service_image {
  width: 100%;
  height: auto;
}

.section_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  display: flex;
  align-items: center;
}

.pc_none {
  display: none;
}

.section_title::before,
.section_title::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #3b0d11;
}

.section_title::before {
  margin-right: 10px;
}

.section_title::after {
  margin-left: 10px;
}

.section_title.small {
  font-size: 16px;
}

/* セクション 一覧リスト ラージ */
.section_list_large {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
  padding: 0 5.46875%;
}

.section_box_large {
  width: 48%;
  height: auto;
}

/* セクション 一覧リスト スモール */
.section_list_small_copy {
  margin-top: 175px;
  padding: 0 5.46875%;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 180%;
}

.section_list_small {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 27px;
  position: relative;
  padding: 0 5.46875%;
}

.section_list_small_catch {
  width: 25.3%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-49.82698962%);
  z-index: -1;
}

.section_box_small {
  width: 30%;
  height: auto;
}

/* アクセス */

.access_container {
  position: relative;
  margin-top: 190px;
  background-image: url(../image/access_bgjpg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 47px;
  overflow: hidden;
}

.access_mountain {
  width: 58%;
  position: absolute;
  bottom: 0;
  right: -8%;
  z-index: 0;
}

.access_copy {
  width: 31%;
  position: absolute;
  top: 52px;
  right: 0;
}

.section_heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  padding: 0 5.46875%;
}

.access_inner {
  display: flex;
  justify-content: space-between;
  padding-left: 5.46875%;
}

.access_box:not(:last-of-type) {
  margin-bottom: 15px;
}

.access_info {
  width: 37%;
  font-weight: 500;
}

.access_text li,
.access_alart {
  line-height: 1.875;
}

.access_alart {
  text-indent: -1em;
  padding-left: 1em;
}

.access_alart span {
  font-weight: 700;
}

.access_title {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 4px 6px;
  background-color: #3b0d11;
  font-weight: 700;
  font-size: 20px;
}

.access_map {
  width: 58%;
}

.access_map iframe {
  width: 100%;
  height: 541px;
  display: block;
}

@media (max-width: 768px) {
  /* mv */

  /* .mv.wrapper1280 {
    width: 100%;
  } */
  .mv {
    flex-direction: column;
    position: relative;
    margin-top: 80px;
  }

  .mv_copy-area {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 9px 22px;
    width: 106px;
    background: #fff;
    opacity: 0.8;
  }

  .mv-copy {
    font-size: 14px;
    line-height: 1.4;
  }

  .mv-copy span {
    font-size: 14px;
  }

  .mv-copy p:last-child {
    transform: translateY(0px);
  }

  .mv_image-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* キャンプイン能勢へようこそ */
  .about {
    margin-top: calc(100vw * 0.23466667);
  }

  .about_container {
    flex-direction: column;
    height: auto;
  }

  .about_copy-area {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about_copy-area::before {
    background: linear-gradient(180deg, #7bbb8a 22.5%, #ffee93 63.4%);
    width: calc(100vw * 1.256);
    top: 0;
    left: 0;
    transform: translate(-11%, -11%);
  }

  .section_copy {
    font-size: 4.27vw;
    text-align: center;
    width: 38.4vw;
  }

  .about_image-area {
    margin-top: 30px;
    margin-right: auto;
    position: static;
    right: auto;

    width: 100%;
    height: auto;
  }

  .section_title.small {
    line-height: 1.16666667;
  }

  .section_text {
    /* width: 75%; */
    padding: 0 12.7%;
    line-height: 200%;
    letter-spacing: -0.08em;
    text-align: center;
  }

  .section_title.small {
    margin-top: 10px;
  }

  .pc_none {
    display: block;
  }

  .loop_wrap li {
    width: 146px;
    padding: 0 10px;
  }

  /* キャンプイン能勢でできること */
  .service {
    margin-top: 80px;
  }

  .service_copy-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service_container {
    display: flex;
    flex-direction: column-reverse;
  }

  .service_image-area {
    margin-top: 30px;
    width: 100%;
  }

  .section_list_large {
    margin-top: 50px;
    flex-direction: column;
  }

  .section_box_large {
    width: 100%;
  }

  .section_list_small {
    margin-top: 50px;
  }

  .section_box_small {
    width: 46.86567164%;
  }

  .section_title.small {
    font-size: 12px;
  }

  /* section_welcomのループアニメーション*/
  .loop_wrap {
    margin-top: 9.59px;
  }

  .service_copy-area::before {
    background: linear-gradient(180deg, #e37d44 12.36%, #ffee93 56.45%);
    width: calc(100vw * 1.256);
    top: 0;
    left: 0;
    transform: translate(-11%, -11%);
  }

  .service_image-area {
    padding: 0;
  }

  .section_list_small_copy {
    display: none;
  }

  .section_list_small_catch {
    display: none;
  }

  .access_container {
    position: relative;
    margin-top: 43px;
    background-image: url(../image/access_bgjpg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 47px;
    overflow: hidden;
  }

  .access_copy {
    width: 55%;
    position: absolute;
    top: 58%;
    right: -18%;
  }

  .section_heading {
    font-size: 20px;
    text-align: center;
  }

  .access_inner {
    flex-direction: column;
    padding-right: 5.46875%;
  }

  .access_title {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 3px 13px;
    background-color: #3b0d11;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.44785714;
  }

  .access_info {
    width: 100%;
  }

  .access_text li,
  .access_alart {
    line-height: 1.4;
  }

  .access_group:not(:last-child) {
    margin-bottom: 10px;
  }

  .access_map {
    margin-top: 66px;
    width: 100%;
    aspect-ratio: 301 / 219;
  }

  .access_map iframe {
    height: 100%;
  }
}
