@charset "utf-8";

:root {
  --base: #EDECE6;
  --brown: #958264;
  --green: #576242;
  --h_green: rgba(87, 98, 66, 0.7);
}

.fv {
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.fv .mini_cta {
  position: absolute;
  bottom: 10%;
  right: 70px;
}

.fv .notice {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.res_img {
  padding: 0 10px;
}

.intro {
  background-image: linear-gradient(to bottom, #EDECE6 0%, #fff 100%), url(/dogrun/texture.png);
}

.summary {
  margin: 100px auto 200px;
  text-align: center;
}


.summary p {
  margin-top: 20px;
}


.point .part {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin: 6rem auto 10rem;
}

.point .part>img {
  width: 50%;
  transform: translate(2rem, 0);
  z-index: 1;
}

.point .part .text {
  width: 50%;
  transform: translate(-2rem, 5rem);
  z-index: 3;
  background: var(--base);
  padding: 1.5rem;
  position: relative;
}

.point .part:nth-child(2n)>img {
  transform: translate(-2rem, 0);
}

.point .part:nth-child(2n) .text {
  transform: translate(2rem, 5rem);
}



.point .part .text h3,
.point .part .text h3 span {
  color: var(--brown);
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.point .part .text h3 span {
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

.point .part .text h3 span::before {
  content: "";
  background: #F4d49e;
  width: 100%;
  height: 10px;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.point .part:nth-child(2n) .text h3 span::before {
  background: rgba(133, 196, 71, 0.4);
}



.point .part .text .eng {
  margin-left: 0;
  margin-bottom: 1.2em;
}

.dogrun_link {
  display: inline-block;

  background: rgba(149, 130, 100, 1);
  color: rgba(255, 255, 255, 0.95);
  padding: 8px 25px;
  margin-top: 2rem;
}

.dogrun_link div::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
}

.dogrun_link div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dogrun_link span {
  margin-right: 15px;
}

a.dogrun_link:hover {
  background: rgba(149, 130, 100, 0.7);
  color: #FFF;
}

/*
.point .part:nth-child(2n) a.dogrun_link{
	background: rgba(87, 98, 66, 1);
}

.point .part:nth-child(2n) a.dogrun_link:hover{
	background: var(--h_green);
}
*/
.point .part .text .step {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: -1;
}

.cta {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(/dogrun/bg1.jpg);
  background-position: center 85%;
  background-size: cover;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta:before {
  content: "";
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta div {
  z-index: 2;
  margin-top: 1.5rem;
}

.cta p {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta a {
  position: relative;
  z-index: 2;
}

.cta a img {
  width: 75%;
}

.cta.bg2 {
  background-image: url(/dogrun/bg2.jpg);
  background-position: center 70%;
}

.heading3 {
  margin: 4.5rem 0 2rem;
}

.heading3 img:first-child {
  padding-bottom: 3rem;
}

.area1,
.area3 {
  background: var(--green);
  padding: 2rem;
  margin-bottom: 2rem;
}

.area3 {
  background: var(--brown);
  margin-bottom: 7rem;
}

.info_icon {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.info_icon h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}

.info_icon ul {
  display: flex;
  gap: 10px;
}

.site_ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.site_ul li {
  max-width: 244px;
  background: #fff;
  padding: 16px;
  color: var(--brown);
  text-align: center;
}

.site_ul li p {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.site_ul li p.camp_icon,
.site_ul li p.camp_icon+p {
  text-align: left;
}

.site_ul li p:first-child {
  font-size: 16px;
  display: inline-block;
  background: var(--brown);
  color: #fff;
  padding: 2px 2rem;
  margin-bottom: 1rem;
  border-radius: 50px;
}

.site_ul li p.camp_icon {
  position: relative;
  padding-left: 16px;
  margin-bottom: 0;
}

.site_ul li p.camp_icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(/dogrun/camp.png);
}

.site_ul li p:last-child {
  margin-bottom: 0;
}

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

.dogrun_link.green {
  background: var(--green);
}

.dogrun_link.green:hover {
  background: var(--h_green);
}

.gallery {
  max-width: 800px;
  margin: 3rem auto;
  /* 中央寄せ */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 常に4列 */
  gap: 12px;
}

.gallery a {
  display: block;
  aspect-ratio: 1 / 1;
  /* 正方形 */
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* トリミング */
  object-position: center;
  /* 中央を表示 */
  display: block;
}

.heading5 {
  margin: 4.5rem 0 2rem;
}

.heading5 img {
  margin-left: 0;
}

.qa {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.qa-item {
  border-bottom: 2px solid var(--brown);
}

.qa-q {
  width: 100%;
  background: none;
  border: 0;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  color: var(--brown);
  position: relative;
}

.qa-q:before,
.qa-a:before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: var(--brown);
  font-size: 16px;
}

.qa-a:before {
  content: "A.";
  top: 2px;
}

.qa-q .icon {
  font-size: 20px;
  line-height: 1;
}

.qa-a {
  display: none;
  padding: 0 18px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--brown);
  position: relative;
}

.qa-a p {
  margin-bottom: 0;
}



.qa-q .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.qa-item.is-open .qa-q .icon {
  transform: rotate(45deg);
}

.qa.brown {
  margin: 10rem auto 5rem;
  background: var(--brown);
  color: #fff;
  padding: 2rem 4rem;
  text-align: center;
}

.qa.brown h2,
.other h2 {
  font-size: 1.5rem;
  padding: 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
}

.qa.brown ul,
.other ul {
  text-align: left;
  list-style: disc;
  padding-left: 1rem;
}

.qa.brown ul li,
.other ul li {
  margin-bottom: 10px;
}

.other {
  max-width: 846px;
  margin: 5rem auto;
  text-align: center;
  border: 2px solid var(--brown);
  color: var(--brown);
  padding: 1rem 3rem;
}

.other h2 {
  border: none;
}




.pc {
  display: block;
}

.sp {
  display: none;
}




/* タブレット以下 */
@media all and (max-width: 63.99875em) {
  .fv .mini_cta {

    width: 140px;
  }

}

/* スマホ */
@media all and (max-width: 39.99875em) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .fv .mini_cta {
    bottom: 9%;
    right: 3%;
    width: 110px;
  }

  .fv .notice {
    width: 70%;
    left: 0;
    transform: inherit;
  }

  .summary {
    margin: 4rem auto;
  }

  .qa,
  .res_img,
  .gallery,
  .summary,
  .point {
    padding-left: 16px;
    padding-right: 16px;
  }

  .point .part {
    flex-wrap: wrap;
  }

  .point .part>img,
  .point .part .text {
    width: 100%;
    transform: inherit;
  }

  .point .part:nth-child(even) .text {
    transform: inherit;
    order: 2;
  }

  .point .part:nth-child(even)>img {
    transform: inherit;
    order: 1;
  }

  .point .part {
    margin: 4rem auto;
  }

  .cta {
    height: 330px;
  }

  .cta p {
    font-size: 1.2rem;
  }

  .info_icon {
    flex-wrap: wrap;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .qa.brown {
    padding: 2rem 2rem;
  }

  .other {
    margin: 5rem 16px;
    padding: 1rem 2rem;
  }

  .area1,
  .area3 {
    padding: 1rem;
  }
}