@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
header h1 {
  background-color: #918A42;
  display: flex;
  padding: 10px 0;
}
header h1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
header nav ul li {
  width: 25%;
  text-align: center;
  border-right: solid 0.25px #F2E5C3;
}
header nav ul li:last-of-type {
  border-right: solid 0px #F2E5C3;
}
header nav ul li a {
  display: block;
  background-color: #C3A46D;
  padding: 10px 0;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #444;
  letter-spacing: 1px;
}

h2 {
  font-size: 20px;
  border-left: solid 5px;
  color: #6E9142;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-left: 5px;
  line-height: 1;
}

main {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #E4D3A6;
}
main article #kv {
  width: 100%;
}
main article #kv img {
  width: 100%;
}
main article #rules-container {
  background-color: #FFF4D8;
  padding: 40px 15px;
  position: relative;
}
main article #rules-container a {
  display: block;
  background-color: #914242;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  filter: drop-shadow(0 4px 0 #5E0808);
}
main article #rules-container::before, main article #rules-container::after {
  content: "";
  display: block;
  width: 59px;
  height: 40px;
  background-image: url(../img/main_flag.svg);
  background-size: contain;
  position: absolute;
}
main article #rules-container::before {
  top: 0;
  left: 0;
}
main article #rules-container::after {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
main article #price {
  background-color: #F2E5C3;
  padding: 50px 15px;
  width: 100%;
  position: relative;
}
main article #price .pricetitle {
  position: relative;
}
main article #price .pricetitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 120px;
  height: 70px;
  right: 0;
  top: -40px;
  background-image: url(/assets/img/tent.svg);
}
main article #price .pricetable {
  width: 100%;
  border-spacing: inherit;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
main article #price .pricetable div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main article #price .pricetable div dt, main article #price .pricetable div dd {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 2px) / 3);
  justify-content: center;
  align-items: center;
  padding: 5px;
}
main article #price .pricetable div dt {
  background-color: #918A42;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main article #price .pricetable div dt span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main article #price .pricetable div dd {
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  padding: 30px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  gap: 2px;
}
main article #price .pricetable div dd span {
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 26px;
}
main article #price .pricetable div dd strong {
  font-size: 24px;
}
main article #price .notice, main article #price .announce {
  color: #333;
  font-size: 11px;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main article #price .notice.cancel, main article #price .announce.cancel {
  color: #B00000;
  margin-top: 0px;
}
main article #checkinout {
  background-color: #FFF4D8;
  padding: 50px 15px;
}
main article #checkinout .checkinouttable {
  width: 100%;
  border-spacing: inherit;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
main article #checkinout .checkinouttable div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main article #checkinout .checkinouttable div dt, main article #checkinout .checkinouttable div dd {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 1px) / 2);
  justify-content: center;
  align-items: center;
  padding: 5px;
}
main article #checkinout .checkinouttable div dt {
  background-color: #918A42;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main article #checkinout .checkinouttable div dt span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main article #checkinout .checkinouttable div dd {
  background-color: #fff;
  color: #333333;
  font-size: 24px;
  padding: 30px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
main article #checkinout .notice, main article #checkinout .announce {
  color: #333;
  font-size: 11px;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
main article #checkinout .notice.cancel, main article #checkinout .announce.cancel {
  color: #B00000;
  margin-top: 0px;
}
main article #checkinout figure {
  margin: 20px auto 0px;
  width: 100%;
}
main article #checkinout figure img {
  width: 100%;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}
main article #infomation {
  background-color: #F2E5C3;
  padding: 50px 15px;
}
main article #infomation article {
  width: 100%;
  margin: auto;
}
main article #infomation article .infotitle {
  position: relative;
}
main article #infomation article .infotitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 61px;
  height: 67px;
  right: 0;
  top: -40px;
  background-image: url(/assets/img/tree.svg);
}
main article #infomation article table {
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}
main article #infomation article table tr {
  border-bottom: solid 1px #F2E5C3;
}
main article #infomation article table tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  width: 25%;
  padding: 10px 0;
  text-align: center;
  border-right: solid 0.5px #ccc;
  background-color: #918A42;
  color: #fff;
}
main article #infomation article table tr td {
  background-color: #fff;
  padding: 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
}
main article #infomation article table tr td label {
  display: inline-block;
  padding: 6px 15px;
  margin: 2px;
  background-color: #6E9142;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}
main article #infomation article table tr td span {
  display: block;
  font-size: 10px;
  width: 100%;
}
main article #infomation article .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
main article #infomation article .gallery a {
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  overflow: hidden;
}
main article #facilities {
  background-color: #FFF4D8;
  padding: 40px 0;
  width: 100%;
}
main article #facilities h2 {
  margin: auto 15px;
  position: relative;
}
main article #facilities h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 127px;
  height: 46px;
  right: 0;
  top: -20px;
  background-image: url(/assets/img/mountain.svg);
}
main article #facilities .swiper {
  margin: 30px auto;
  overflow-y: visible;
}
main article #facilities .swiper .swiper-slide {
  overflow: visible;
}
main article #facilities .swiper-scrollbar {
  display: none;
}
main article #facilities .facilitie_card {
  /*width: 260px;*/
  width: 100%;
  height: 370px;
  border-radius: 10px;
  /*filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25));*/
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 520px) {
  main article #facilities .facilitie_card {
    height: 400px;
  }
}
main article #facilities .facilitie_card .img {
  width: 100%;
}
main article #facilities .facilitie_card .img img {
  width: 100%;
}
main article #facilities .facilitie_card .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 10px;
}
main article #facilities .facilitie_card .text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
main article #facilities .facilitie_card .text h3 span {
  background-color: #918A42;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 1px;
}
main article #facilities .facilitie_card .text .access {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  width: 100%;
  color: #CA7900;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
main article #facilities .facilitie_card .text .access img.car {
  height: 15px;
}
main article #facilities .facilitie_card .text .access img.walk {
  height: 20px;
}
main article #facilities .facilitie_card .text .access span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
main article #facilities .facilitie_card .text .caption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
}
main article #facilities .facilitie_card .text a {
  display: block;
  border: solid 2px #42917E;
  padding: 10px 30px;
  color: #42917E;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
}
main article #facilities .facilitie_card .text a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/link.svg);
}
main article #access {
  background-color: #F2E5C3;
  padding: 40px 15px;
}
main article #access .map {
  width: 100%;
  margin: 15px auto;
}
main article #access .map iframe {
  width: 100%;
  height: 250px;
}
main article #reserve {
  padding: 30px 15px 50px;
  background-color: #fff;
}
main article #reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  padding: 15px 0;
  border-radius: 5px;
}
main article #reserve #tel {
  background-color: #42917E;
  filter: drop-shadow(0 3px 0 #005944);
  width: 100%;
  gap: 11px;
}
main article #reserve #tel figure {
  width: 20px;
  color: #fff;
}
main article #reserve #tel div {
  text-align: center;
}
main article #reserve #tel div span {
  font-size: 12px;
}
main article #reserve .reserve_wrap {
  display: flex;
  flex: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto 10px;
}
main article #reserve .reserve_wrap a {
  width: 48%;
  height: 60px;
  position: relative;
}
main article #reserve .reserve_wrap a span {
  width: 25px;
}
main article #reserve .reserve_wrap a.line {
  background-color: #fff;
  color: #06C755;
  border: solid 2px #06C755;
  gap: 5px;
  filter: drop-shadow(0 3px 0 #058439);
}
main article #reserve .reserve_wrap a.mail {
  background-color: #fff;
  color: #42917E;
  border: solid 2px #42917E;
  gap: 5px;
  filter: drop-shadow(0 3px 0 #005944);
}
@media screen and (min-width: 520px) {
  main article #reserve .reserve_wrap a {
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */