@charset "UTF-8";
/* ----------------------- facility kv 4pic------------------------- */

.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;
}

.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;
}

/* ----------------------- 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;
}

/* ----------------------- facility 共通------------------------- */

:root {
  --green-btn: #01400f;
}

.sp {
  display: none;
}

.sp-wrap {
  display: none;
}

.green-text {
  color: #007411;
}

/* reset */
li {
  list-style-type: none;
}

body {
  letter-spacing: 0.05rem;
  line-height: 1.6;
}

header {
  min-height: 500px;
  height: 50vh;
  margin-bottom: 100px;
  background-image: url(../images/faci-header.jpg);
  text-align: center;
}

/* ---------nav折り返し--------- */
#g-nav-list {
  text-align: left;
}

/* header-nav 改行*/
header p {
  white-space: nowrap;
  display: inline-block;
}

.sp-wrap {
  display: none;
}

h1 .big-text {
  font-size: 3rem;
}

.container700 {
  max-width: 700px;
  margin: 0 auto;
}

.w940 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 6% 0 4%;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------- green-box------------------------ */

.green-box {
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 0.1em;
  background-color: #143c1a;

  color: #fff;
  margin-bottom: 30px;
}

.sec-s-title {
  margin-bottom: 40px;
}

.vertical-title {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  letter-spacing: 0.5rem;
  white-space: nowrap;
  z-index: 2;
}

/* table */
.table-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

table {
  margin-right: 10px;
}

caption {
  margin-bottom: 15px;
}

table {
  width: 100%;
}

td,
th {
  width: 50%;
  border: solid 2px #000;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

th {
  font-weight: normal;
  color: #fff;
  background-color: #143c1a;
}

/* ----------------------- facility map------------------------- */
.map-area {
  background: url(../images/faci-map2000.jpg) no-repeat center / cover;
  width: 100vw;
  height: 100vh;

  position: relative;
  display: grid;
  place-items: center;
}

.map {
  width: 70%;
  margin: 0 auto;
}

.map-pic {
  object-fit: contain;
}

/* ----------------------- facility map info------------------------- */
.map-info-container .map-info-all {
  display: flex;
  justify-content: space-between;
}

.map-info-container .map-info-all li {
  margin-bottom: 40px;
}

.map-info-tent,
.map-info-tent ul,
.map-info-tent p:nth-of-type(2),
.map-info-tent ul:nth-of-type(1) {
  margin-bottom: 30px;
}

.map-info-tent li:not(p),
.map-info-notice li {
  list-style: disc;
  margin-left: 20px;
}

/* ----------------------- facility animal------------------------- */
#animal .content {
  background: url(../images/faci-alpaca.jpg) no-repeat center / cover;
  min-height: 70vh;
  object-fit: cover;
  border-radius: 0 80px 0 0;
  margin: 0 30% 40px 0;
  overflow: hidden;
}

#animal {
  position: relative;
}

.catch p {
  margin-bottom: 20px;
}

.catch {
  position: absolute;
  top: 18%;
  right: 10%;
  width: 300px;
  /* width: 30%; */
  background-color: rgb(255, 225, 225/0.5);
  z-index: 3;
  padding: 2rem;
  font-weight: 600;
  background-color: #ffffffc6;
  box-shadow: #cbcbcb 1px 2px 6px;
  border-radius: 10px;
  margin-right: 10px;
}

.foot-box {
  width: 150px;
  margin: 0 auto;
}

.foot {
  margin-bottom: 0;
}

/* ----------------------- hot spring------------------------- */
#hotspring {
  position: relative;
}

.hot-sp-bg {
  background: url(../images/faci-hotspring1400.jpg) no-repeat center top / cover;
  height: 70vh;
  margin-bottom: 60px;
  position: relative;
}

.pic-title {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 22px;
  line-height: 2;
}

/* icon */
.icon-amenity {
  width: 125px;
  margin-bottom: 0;
}

.icon-content ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}

.icon-content ul li {
  margin-bottom: 15px;
}

.pc-icon {
  margin-bottom: -21px;
}

.wi-fi p {
  margin-right: 20px;
}

/* アイコン下の文字 */
.icon-content p {
  text-align: center;
}

.icon-area p:not(:last-child) {
  margin-bottom: 40px;
}

.icon-area p:first-child {
  text-align: center;
  margin-top: 40px;
}

/* ----------------------- restaurant------------------------- */
#restaurant {
  position: relative;
}

#restaurant .restaurant-hall img {
  width: 80%;
  height: 400px;
  height: 50vh;
  object-fit: cover;
}

.restaurant-hall {
  position: relative;
}

#restaurant .restaurant-hall .steak {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 350px;
  object-fit: contain;
}

.rest-food-pic {
  display: flex;
  position: relative;
}

.steak2 {
  width: 500px;
  height: 400px;
  margin-right: 0px;
}

.veges {
  height: 400px;
}

/* white-space: nowrap; */
.mes-vege {
  position: relative;
  margin-bottom: 60px;
}

.veges-message {
  writing-mode: vertical-rl;
  position: absolute;
  top: 7%;
  left: 5%;

  font-size: 22px;
  letter-spacing: 0.5rem;
  font-weight: 600;
  text-shadow: #fff 2px 0 3px;
  line-height: 1.1;
  z-index: 2;
}

.clickbtn {
  width: 350px;
  margin: 0 auto;
}

/* ----------------------- athletic------------------------- */

.content-ath {
  display: flex;
  justify-content: space-between;
  padding: 0 6% 0 4%;
}

.col-left {
  width: 50%;
}

.col-right {
  width: 45%;
}

.pc {
  margin-top: 50px;
}

@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;
  }

  .h2span {
    font-size: 1.5rem;
    padding: 0px;
  }

  h2 {
    padding-left: 4%;
  }

  .h2span::after {
    /* 変更right: -160px; */
    right: -120px;
  }

  .sp,
  .sp-wrap {
    display: block;
  }

  .container700 {
    padding: 0 8% 0 4%;
  }

  /* sec-map */
  .map-area {
    height: 80vh;
  }

  .map {
    width: 80%;
  }

  /* animal */
  #animal .content {
    margin-right: 10%;
  }

  .catch {
    position: initial;
    width: 100%;
    box-shadow: none;
    padding: 0 6% 0 4%;
    margin-bottom: 40px;
  }

  .table-content {
    flex-direction: column;
  }

  .table-content table:first-child {
    margin-bottom: 40px;
  }

  .icon-area {
    padding: 0;
  }

  /* sec-hot-spring */
  .icon-area p:first-child {
    text-align: left;
  }

  /* restaurant */
  #restaurant .restaurant-hall .steak {
    top: 41%;
    right: 10%;
    width: 270px;
  }

  #restaurant .restaurant-hall {
    margin-bottom: 80px;
  }

  .rest-food-pic {
    flex-direction: column-reverse;
  }

  .mes-vege {
    margin-bottom: 0px;
  }

  .steak2 {
    width: 100%;
  }

  .clickbtn {
    width: 300px;
  }

  .veges {
    width: 100%;
    margin-bottom: 0;
  }

  /* athlethic */
  .content-ath {
    flex-direction: column;
  }

  /* athletic */

  .pc {
    display: none;
  }

  .col-left,
  .col-right {
    width: 100%;
  }

  .col-left p {
    margin-bottom: 40px;
  }

  /* footer */
  .leftbox {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  header {
    height: 100vh;
  }

  .map-info-all {
    flex-direction: column;
  }

  /* sec-hot-spring */
  .icon-amenity {
    width: 80px;
  }
}