@charset "UTF-8";

header {
  height: 100vh;
  background-image: url(../images/kv.jpg);
}

/* ---------nav折り返し--------- */
#g-nav-list {
  text-align: left;
}

/* header-nav 改行*/
header p {
  white-space: nowrap;
  display: inline-block;
}

.sp-wrap {
  display: none;
}

#Facility,
/* #Activity, */
#Access {
  max-width: 1080px;
  margin: 0 auto 100px auto;
}

#Point {
  max-width: 1080px;
  margin: 0 auto 100px auto;
  padding: 0 8%;
}

#News {
  min-height: 70vh;
  background-image: url(../images/camp4.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.Newsbg {
  min-height: inherit;
  background: linear-gradient(rgba(20, 60, 26, 1),
      rgba(20, 60, 26, 0.9),
      rgba(20, 60, 26, 0.6));
  background-size: cover;
  padding: 100px 4%;
}

#News h2 {
  color: var(--primary-color);
}

#News .h2span::after {
  background-color: var(--primary-color);
}

#News .textbox {
  font-size: 1.25rem;
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  padding: 20px;
}

#News .textbox p {
  line-height: 3;
}

#About {
  min-height: 50vh;
  background: url(../images/camp2.jpg);
  background-position: center top;
  background-size: cover;
  /* aspect-ratio: 3/1; */
  border-radius: 80px 0 0 0;
  margin-left: 10%;
  padding: 4%;
  overflow: hidden;
}

.Abouttext {
  color: var(--primary-color);
  font-size: 1.25rem;
  text-shadow: 0 0 6px #000;
  width: 60%;
  height: inherit;
  margin: auto;
  align-items: center;
}

#Point li {
  text-align: center;
}

.Facilitybox {
  max-width: 720px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.Facilitypic {
  width: 320px;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center center;
  align-content: center;
  border-radius: 20px;
  margin-bottom: 40px;
}

/* ----------------------- more maru btn------------------------- */

/* moreのbtn */
.maru {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* background-color: #ffffff9c; */
  border: #fff 2px solid;
  transition: all 0.3s;
}

.maru:hover {
  transform: translate(0, -15px);
}

.maru-box {
  width: 100px;
  margin: 20px auto 0 auto;
}

.maru {
  display: grid;
  place-items: center;
}

.Dogrunpic {
  background-image: url(../images/facility-dogrun.jpg);
  transition: 0.5s;
}

.fadecolor {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  align-content: center;
  transition: 1s;
}

.dogfade:hover {
  background-color: orangered;
  transition: 1s;
}

.hotfade:hover {
  background-color: #66171b;
  transition: 1s;
}

.restaurantfade:hover {
  background-color: #eae412;
  transition: 1s;
}

.athleticfade:hover {
  background-color: #143c1a;
  transition: 1s;
}

.Hotspringpic {
  background-image: url(../images/facility-hotspring.jpg);
}

.Restaurantpic {
  background-image: url(../images/facility-food2.jpg);
}

.Athleticpic {
  background-image: url(../images/facility-lake.jpg);
}

.Facilitypic p {
  color: var(--primary-color);
  text-shadow: 0 0 4px #333;
  text-align: center;
}

.Facilityp {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

#Stay {
  overflow: hidden;
}

#Stay img {
  aspect-ratio: 16/9;
}

.Stayflex {
  display: flex;
  align-items: center;
  gap: 0 4%;
  margin-bottom: 60px;
}

.Staybox {
  position: relative;
}

.rightmargin {
  margin-right: 10%;
}

.leftmargin {
  margin-left: 8%;
}

.Staybox h3 {
  color: var(--secondary-color);
  font-size: 6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  opacity: 0.5;
  position: absolute;
  top: -50px;
}

.Staytext {
  right: -70px;
}

.Staytext2 {
  left: -70px;
}

.Staybox p {
  width: 30%;
}

#Access {
  padding: 0 4%;
}

.Accessbox {
  display: flex;
  gap: 4%;
  align-items: center;
}

.map {
  width: 48%;
}

.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.Accessbox2 {
  width: 48%;
}

.Accessbox3 {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}

.Accessbox4 {
  width: 80%;
  margin: 0 auto;
}

.footerbg {
  min-height: 80vh;
  background-image: url(../images/sky.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {

  /* header-nav service 改行*/
  .wrap-nav {
    margin: 0.4rem 0 0 2rem;
    display: inline-block;
  }

  #g-nav-list p {
    margin: 0rem 0 0 2rem;
  }

  /* spの時改行*/
  .sp-wrap {
    display: block;
  }

  #News .textbox {
    font-size: 1rem;
  }

  #Point {
    padding: 0 10%;
  }

  #Facility {
    padding: 0 4%;
  }

  .Stayflex {
    flex-direction: column;
  }

  .hanten {
    flex-direction: column-reverse;
  }

  .Staybox h3 {
    font-size: 2.875rem;
    top: -20px;
  }

  .Stayflex p {
    width: 80%;
    margin: 0 auto;
  }

  .Staytext {
    right: -20px;
  }

  .Staytext2 {
    left: -20px;
  }

  #Access {
    padding: 0 4%;
  }

  .Accessbox {
    flex-direction: column;
  }

  .map {
    width: 80%;
    margin-bottom: 30px;
  }

  .Accessbox2 {
    width: 100%;
  }

  .Accessbox3 {
    flex-direction: column;
  }

  .Accessbox4,
  .Accessbox5 {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
}

/* 各セクション端～端に広がる時はwidth指定なし section名はidで指定すべし*/
/* 狭めのセクションはmax-width 1080px  padding ~ 4%*/
/* htmlのふわっとは、fadeuptrigger 下から上　fadeuptrigger2 左から右　fadeuptrigger3右から左 */