@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
    url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans", "Noto Sans Japanese", YuGothic, YuGothicM,
    "メイリオ", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    background-color: #fff;
  }
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #f48300;
}

sup {
  font-size: 0.75rem;
  color: #000;
}

p,
li,
dt,
dd,
h1,
h2,
h3,
h4 {
  line-height: 1.7;
  font-weight: normal;
}

p {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  p,
  dt,
  dd {
    font-size: 0.875rem;
  }
  p {
    line-height: 2;
  }
}

.ttl-jp {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-jp {
    font-size: 1.5rem;
  }
}

/* button */
.btn-common {
  margin: 0 auto;
  text-align: center;
}
.btn-common a {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  background-color: #f48300;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.btn-common a:hover {
  opacity: 0.8;
}

.btn-orange a {
  box-shadow: 0px 4px #b56100;
}

.btn-line-chat a {
  background-color: #00b900;
}

.btn-line-chat {
  margin-top: 12px;
}

.btn-common.btn-line-chat span {
  color: #000;
  font-size: 0.75rem;
}

.btn-common.btn-line-chat span::before,
.btn-common.btn-line-chat span::after {
  content: none;
}

.btn-blue a {
  background-color: #002653;
}

.link-s {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
.link-s::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
  margin-bottom: 1px;
}

.link-info {
  background-color: #f5f5f5;
  padding: 8px 8px 8px 32px;
  position: relative;
}
.link-info::before {
  content: "i";
  display: block;
  width: 16px;
  height: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  color: #fff;
  line-height: 16px;
  border-radius: 50%;
  background-color: #f48300;
  padding-left: 7px;
  position: absolute;
  left: 8px;
  top: 13px;
}
.link-info a {
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .link-info {
    margin: 0 20px 24px;
  }
}

@media screen and (max-width: 767px) {
  .btn-common a {
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
  }
  .btn-orange a {
    box-shadow: 0px 3px #b56100;
  }
}


.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fded6e)
  );
  background: -webkit-linear-gradient(transparent 60%, #fded6e 60%);
  background: -o-linear-gradient(transparent 60%, #fded6e 60%);
  background: linear-gradient(transparent 60%, #fded6e 60%);
}

.marker_ttl {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fded6e)
  );
  background: -webkit-linear-gradient(transparent 70%, #fded6e 70%);
  background: -o-linear-gradient(transparent 70%, #fded6e 70%);
  background: linear-gradient(transparent 70%, #fded6e 70%);
}

.text-small {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  margin-top: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}
.bold {
  font-weight: bold;
}
.annotation {
  font-size: 0.875rem;
}
/* 販促用赤文字 */
.promotion-red {
  color: #e94a40;
}
/* float */
.f-l {
  float: left;
}

.f-r {
  float: right;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
  .pc-tb-only {
    display: block;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .pc-tb_only {
    display: block;
  }
  .sp-only {
    display: block;
  }
  .br-pc {
    display: none !important;
  }
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-tb-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 321px) {
  .ssp-only {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .ssp-only {
    display: block;
  }
}

/* layout */
.content-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .content-wrap {
    margin: 0 20px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}

.fixed {
  position: fixed;
  width: 100%;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.fixed-area {
  position: fixed;
  bottom: 17%;
  right: 0;
  z-index: 100;
  display: none;
}
.fixed-area a {
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 24px 12px;
  letter-spacing: 0.2rem;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #f48300;
}

.fixed-area.cv-fixed {
  display: block;
}

@media screen and (max-width: 767px) {
  .fixed-area {
    bottom: 0 !important;
    background-color: #fff;
    width: 100%;
    padding: 16px 20px;
  }
  .fixed-area a {
    display: block;
    width: 100%;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: center;
    letter-spacing: inherit;
    padding: 12px 0;
  }
  .fixed-area a span {
    display: block;
  }
}


@media screen and (min-width: 768px) {
  .mainvisual-area {
    margin-top: 80px;
    position: relative;
  }

  .mainvisual-area::before {
    content: "";
    padding-top: 45.3%;
    display: block;
  }

  .mainvisual-area .mainvisual-content {
    width: 32%;
    background-color: #fff;
    padding: 4.5% 2%;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }

  .mainvisual-area .mainvisual-sub-title {
    display: block;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
  }

  .mainvisual-area .mainvisual-sub-title strong {
    font-size: 1.75vw;
  }

  .mainvisual-area h1 {
    font-size: 3vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7%;
  }

  .mainvisual-area .mainvisual-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .mainvisual-area .mainvisual-content .btn-common {
    max-width: 100%;
  }

  .mainvisual-area .mainvisual-content .btn-common a {
    height: auto;
    line-height: 1.7;
    padding: 4% 0;
    font-size: 1.5vw;
    max-width: 100%;
  }

  .mainvisual-area .mainvisual-content .btn-common span {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual-area {
    padding: 84px 0 64px;
  }

  .mainvisual-area .mainvisual-content {
    margin: 0 20px;
    text-align: center;
  }

  .mainvisual-area .mainvisual-sub-title {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: .05em;
  }

  .mainvisual-area .mainvisual-sub-title strong {
    font-size: 1.25rem;
  }

  .mainvisual-area .mainvisual-content h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .mainvisual-area .mainvisual-img {
    margin-bottom: 24px;
  }
}

.concept-area {
  padding: 80px 0 40px;
  background-color: #f5f5f5;
  position: relative;
}
.concept-area .content-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept-area h2 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 56px;
  text-align: center;
}

.concept-area .insight {
  max-width: 880px;
  background-color: #fff;
  padding: 32px 24px;
  margin: 0 auto 40px;
}

.concept-area .insight ul {
  max-width: 520px;
  margin: 0 auto;
}

.concept-area .insight .group-insight-list {
  max-width: 600px;
}

.concept-area .insight li {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 32px;
  position: relative;
}

.concept-area .insight li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico-check.png);
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.concept-area .insight li + li {
  margin-top: 16px;
}

.concept-area .concept-text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.concept-area h2 + p {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .concept-area {
    padding: 64px 0 24px;
  }

  .concept-area h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .concept-area .insight {
    padding: 16px;
  }
  .concept-area .insight li {
    font-size: 1rem;
    padding-left: 24px;
  }
  .concept-area .insight li + li {
    margin-top: 12px;
  }
  .concept-area .insight li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .concept-area .concept-text {
    font-size: 1.125rem;
  }
  .concept-area::after {
    height: 50px;
    background: url(../img/sp/arrow-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: -50px;
  }

  .concept-area h2 + p {
    text-align: left;
  }
}

.scene-area {
  padding: 80px 0;
  background: #f5f5f5;
}

.scene-area h2 {
  text-align: center;
  margin-bottom: 16px;
}

.scene-area p {
  text-align: center;
  margin-bottom: 56px;
}

.scene-area .scene-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

.scene-area .scene-list-content {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .scene-area {
    padding: 64px 0;
  }

  .scene-area h2 {
    margin-bottom: 24px;
  }

  .scene-area h2 span {
    letter-spacing: -0.05em;
  }

  .scene-area p {
    text-align: left;
    margin-bottom: 32px;
  }

  .scene-area .scene-content-wrap {
    width: 100vw;
    margin-left: -20px;
    overflow-x: scroll;
  }

  .scene-area .scene-list {
    padding-left: 20px;
    display: block;
    justify-content: inherit;
    margin-bottom: 40px;
    white-space: nowrap;
  }

  .scene-area .scene-list-content {
    display: inline-block;
    width: 280px;
    margin-right: 8px;
    white-space: normal;
  }

  .scene-area .scene-list-content:last-of-type {
    margin-right: 20px;
  }
}

.features-area {
  padding: 80px 0;
}
.features-area h2 {
  text-align: center;
  margin-bottom: 56px;
}

.features-area ul {
  margin: 0 auto 72px;
}

.features-area ul li {
  width: 31%;
}

.features-area ul li .number {
  display: block;
  font-family: "Caveat", cursive;
  text-align: center;
  color: #f48300;
  font-size: 4.375rem;
  line-height: 1;
  margin-bottom: 12px;
}

.features-area ul li .img {
  margin-bottom: 16px;
}

.features-area ul li h3 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.features-area ul li p {
  line-height: 1.9;
  font-size: 0.875rem;
}

.features-area .features-summary {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 64px 98px;
}
.features-area .features-summary .left {
  width: 45%;
}
.features-area .features-summary .left h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.features-area .features-summary .left p {
  margin-bottom: 1.5em;
}
.features-area .features-summary .right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .features-area {
    padding: 64px 0;
  }
  .features-area h2 {
    margin-bottom: 40px;
  }

  .features-area ul li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .features-area ul li:last-of-type {
    margin: 0 auto;
  }

  .features-area ul li h3 {
    margin-bottom: 16px;
  }
  .features-area .features-summary {
    padding: 40px 24px;
  }
  .features-area .features-summary .left {
    width: 100%;
  }
  .features-area .features-summary .left h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 24px;
  }
}

.situation-area {
  padding: 112px 0 80px;
  position: relative;
}

.situation-area h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.situation-area h2 + p {
  text-align: center;
  margin-bottom: 56px;
}

.situation-area h2 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .situation-area {
    padding: 64px 0;
  }

  .situation-area h2 {
    font-size: 1.5rem;
  }

  .situation-area h2 + p {
    text-align: left;
    margin-bottom: 32px;
  }
}

.price-area {
  padding: 80px 0;
}
.price-area h2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.price-area small {
  font-size: 50%;
}
.price-area .price-text {
  text-align: center;
  margin-bottom: 64px;
}
.price-area .price-text p {
  line-height: 1.5;
}
.price-area .price-text p:first-of-type {
  font-size: 1rem;
}
.price-area .price-text p:nth-of-type(2) {
  font-size: 1.75rem;
  margin-bottom: 24px;
}
.price-area .price-text .text-orange {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  color: #f48300;
  margin-right: 6px;
}
.price-area .price-text .price-exception {
  width: 384px;
  text-align: left;
  font-size: 1.125rem;
  margin: 0 auto;
}
.price-area .price-text .price-exception dl dt,
.price-area .price-text .price-exception dl dd {
  display: inline-block;
  font-weight: bold;
}
.price-area .price-text .price-exception .text-small {
  font-size: 0.875rem;
  display: inline-block;
}
.price-area .price-detail {
  border: 3px solid #002653;
  padding: 56px 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-area .price-detail .left {
  width: 45%;
}
.price-area .price-detail .left p:first-of-type {
  font-size: 1rem;
  margin-bottom: 1.5em;
}
.price-area .price-detail .left p:nth-of-type(2) {
  font-size: 1.75rem;
  font-weight: bold;
}
.price-area .price-detail .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .price-area h2 {
    font-size: 1.5rem;
  }
  .price-area .price-text {
    margin-bottom: 40px;
  }
  .price-area .price-text p:first-of-type {
    font-size: 0.875rem;
  }
  .price-area .price-text p:nth-of-type(2) {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .price-area .price-text .text-orange {
    font-size: 2.5rem;
  }
  .price-area .price-text .price-exception {
    width: 100%;
  }
  .price-area .price-text .price-exception .text-small {
    font-size: 0.78rem;
    display: inline-block;
  }
  .price-area .price-detail {
    padding: 24px;
  }
  .price-area .price-detail .left,
  .price-area .price-detail .right {
    width: 100%;
  }
  .price-area .price-detail .left p:first-of-type {
    font-size: 0.78rem;
  }
  .price-area .price-detail .left p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.how-area {
  background-color: #002653;
  padding: 64px 0;
}
.how-area h2,
.how-area p {
  color: #fff;
  text-align: center;
}

.how-area h2 .ttl-en {
  color: #fff;
}
.how-area h2 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.how-area p {
  font-size: 1rem;
  margin-bottom: 40px;
}
.how-area .how-content {
  background-color: #fff;
  padding: 48px 64px;
}
.how-area .how-content ul {
  margin-bottom: 32px;
}
.how-area .how-content li {
  width: calc(100% / 4 - 32px);
  position: relative;
}
.how-area .how-content li::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-image: url(../img/how-ico.svg);
  background-size: cover;
  position: absolute;
  top: 66%;
  right: -15%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.how-area .how-content li:last-of-type::after {
  display: none;
}
.how-area .how-content .number {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #f48300;
  text-align: center;
  line-height: 1.5;
}
.how-area .how-content h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .how-area {
    padding: 40px 0 64px;
  }
  .how-area h2 {
    font-size: 1.5rem;
  }

  .how-area h2 + p {
    text-align: left;
  }
  .how-area p {
    font-size: 0.875rem;
  }
  .how-area .how-content {
    padding: 24px 12px 40px;
  }
  .how-area .how-content ul {
    margin-bottom: 40px;
  }
  .how-area .how-content li {
    width: 49%;
    margin-bottom: 40px;
  }
  .how-area .how-content li::after {
    content: none;
  }
  .how-area .how-content li:last-of-type {
    margin-bottom: 0;
  }
  .how-area .how-content li .img {
    width: 90%;
    margin: 0 auto;
  }
  .how-area .how-content .number {
    font-size: 2rem;
    line-height: 1.5;
  }
  .how-area .how-content h3 {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}

.campsite-area {
  padding: 80px 0;
}
.campsite-area h2 {
  text-align: center;
  margin-bottom: 16px;
}
.campsite-area .campsite-lead {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 72px;
}

.campsite-area ul li {
  margin-bottom: 80px;
}

.campsite-area ul li:nth-of-type(2n-1) .campsite-img,
.campsite-area ul li:nth-of-type(2n) .campsite-detail {
  float: left;
}

.campsite-area ul li:nth-of-type(2n) .campsite-img,
.campsite-area ul li:nth-of-type(2n-1) .campsite-detail {
  float: right;
}

.campsite-area ul li:last-of-type {
  margin-bottom: 0;
}
.campsite-area .campsite-img {
  width: 50%;
}
.campsite-area .campsite-detail {
  width: 45%;
}
.campsite-area h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.campsite-area .sub-ttl {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.campsite-area p {
  margin-bottom: 32px;
}
.campsite-area .campsite-info {
  padding: 12px 16px;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
.campsite-area .campsite-info dt,
.campsite-area .campsite-info dd,
.campsite-area .campsite-info .adress {
  font-size: 0.875rem;
}
.campsite-area .campsite-info dt,
.campsite-area .campsite-info dd {
  display: block;
}

.campsite-area .campsite-info dt {
  float: left;
  width: 3em;
}
.campsite-area .campsite-info dd {
  padding-left: 3em;
}

.campsite-area ul {
  margin-bottom: 80px;
}

.campsite-area .btn-blue {
  margin-bottom: 80px;
}


@media screen and (max-width: 767px) {
  .campsite-area {
    padding: 64px 0;
  }
  .campsite-area .campsite-lead {
    font-size: 0.875rem;
    margin-bottom: 56px;
  }
  .campsite-area ul {
    width: 100vw;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 0 56px -20px;
    margin-bottom: 56px;
  }

  .campsite-area ul li:nth-of-type(2n-1) .campsite-img,
  .campsite-area ul li:nth-of-type(2n) .campsite-detail,
  .campsite-area ul li:nth-of-type(2n) .campsite-img,
  .campsite-area ul li:nth-of-type(2n-1) .campsite-detail {
    float: none;
  }

  .campsite-area ul li:last-of-type {
    margin-right: 20px;
  }
  .campsite-area ul li {
    width: 280px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  .campsite-area ul li:last-of-type {
    margin-bottom: 0;
  }
  .campsite-area ul li {
    margin-bottom: 0;
  }
  .campsite-area .campsite-img {
    width: 100%;
    margin-bottom: 24px;
  }
  .campsite-area .campsite-detail {
    width: 100%;
  }
  .campsite-area h3 {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .campsite-area .sub-ttl {
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
  .campsite-area p {
    margin-bottom: 24px;
  }
  .campsite-area .campsite-info {
    margin-bottom: 24px;
  }
}

.campgoods-area {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.campgoods-area h2 {
  text-align: center;
  margin-bottom: 16px;
}
.campgoods-area .campsite-lead {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .campgoods-area {
    padding: 64px 0;
  }
  .campgoods-area .campsite-lead {
    font-size: 0.875rem;
    text-align: left;
  }
}

.campgoods-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .campgoods-content h3 {
    font-size: 1rem;
  }
}

.tent-content ul {
  margin-bottom: 40px;
}
.tent-content ul li {
  width: 31%;
}
.tent-content ul li .img {
  margin-bottom: 16px;
}
.tent-content ul li span {
  display: block;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .tent-content ul {
    display: block;
    width: 100vw;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 0 40px -20px;
  }
  .tent-content ul li {
    width: 100%;
    margin-bottom: 0;
    width: 180px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  .tent-content ul li:last-of-type {
    margin-right: 20px;
  }

  .tent-content ul li .img {
    margin-bottom: 12px;
  }

  .tent-content ul li h4 {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}

.goods-content ul {
  margin-bottom: 0;
}

.goods-content ul li .img {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .goods-content ul .w-4 {
    width: 22%;
    margin-top: 32px;
  }

  .goods-content ul .goods-summary {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .goods-content ul .w-4 {
    display: none;
  }
}


.voice-area {
  padding: 80px 0;
}

.voice-area ul {
  margin-bottom: 32px;
}
.voice-area h2 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.voice-area h2 + p {
  text-align: center;
  margin-bottom: 64px;
}
.voice-area ul li {
  padding: 40px 98px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.voice-area ul li:last-of-type {
  margin-bottom: 0;
}
.voice-area ul li .voice-img {
  width: 30%;
}
.voice-area ul li .voice-text {
  width: 65%;
}
.voice-area ul li .voice-text h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.voice-area ul li .voice-text .voice-info {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
.voice-area .btn-more {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .voice-area {
    padding: 64px 0;
  }
  .voice-area h2 {
    font-size: 1.5rem;
  }

  .voice-area h2 + p {
    text-align: left;
    margin-bottom: 40px;
  }

  .voice-area ul {
    width: 100vw;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 0 0 -20px;
    padding: 16px 0;
  }
  .voice-area ul li {
    padding: 24px;
    width: 280px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  .voice-area ul li:last-of-type {
    margin-right: 20px;
  }

  .voice-area ul li:nth-of-type(3) .voice-img {
    width: 90%;
  }

  .voice-area ul li .voice-img {
    width: 80%;
    margin: 0 auto 24px;
    float: none;
  }

  .voice-area ul li .voice-img .img {
    height: 115px;
    display: flex;
    align-items: center;
  }

  .voice-area ul li .voice-img picture {
    display: block;
  }

  .voice-area ul li .voice-text {
    width: 100%;
    float: none;
  }
  .voice-area ul li .voice-text h3 {
    font-size: 1rem;
  }
  .voice-area ul li .voice-text .voice-info {
    font-size: 0.875rem;
  }
}

.faq-area {
  background-color: #002653;
  padding: 64px 0;
}
.faq-area h2 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.faq-area h2 .ttl-en {
  color: #fff;
}

.faq-area h2 + p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.faq-area .text-right {
  text-align: right;
}
.faq-area .text-right a,
.faq-area .text-right span {
  display: block;
  color: #fff;
}
.faq-area .text-right span {
  font-size: 0.875rem;
}
.faq-area .text-right a {
  margin-bottom: 8px;
}
.faq-area .text-right a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.faq-content {
  max-width: 880px;
  margin: 0 auto;
}
.faq-content ul {
  margin-bottom: 32px;
}
.faq-content li {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 24px 40px;
}
.faq-content li:last-of-type {
  margin-bottom: 0;
}
.faq-content li .faq-question dt,
.faq-content li .faq-answer dt {
  display: block;
  width: 2em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #f48300;
  float: left;
  line-height: 25px;
}
.faq-content li .faq-question dd,
.faq-content li .faq-answer dd {
  padding-left: 2em;
  display: block;
}
.faq-content li .faq-question {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.faq-content li .faq-question dd {
  font-size: 1rem;
  font-weight: bold;
}
.faq-content li .faq-answer dd {
  font-size: 0.875rem;
}
.faq-content li .faq-answer a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq-area {
    padding: 40px 0 64px;
  }
  .faq-area h2 {
    font-size: 1.5rem;
  }
  .faq-area h2 + p {
    text-align: left;
  }
  .faq-content li {
    padding: 24px;
  }
}


.cv-area {
  padding: 80px 0;
}
.cv-area .content-wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.cv-area .content-wrap .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
}
.cv-area .content-wrap .left,
.cv-area .content-wrap .right {
  width: 45%;
}
.cv-area .content-wrap h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.cv-area .content-wrap p {
  margin-bottom: 24px;
}
.cv-area .content-wrap .coupon-code-precautions {
  margin: 24px 0;
}
.cv-area .content-wrap .coupon-code p {
  text-align: left;
  margin-bottom: 0;
}
.cv-area .content-wrap .btn-common {
  margin: 0;
}

.cv-area .content-wrap .btn-common span {
  color: #000;
  font-size: 0.75rem;
}

.cv-area .content-wrap .btn-common span::before,
.cv-area .content-wrap .btn-common span::after {
  content: none;
}

.cv-area .content-wrap .btn-common a {
  margin: 0;
}

.cv-area .content-wrap .btn-line {
  margin-top: 12px;
}

.cv-area .content-wrap .btn-line a {
  background-color: #00b900;
}

@media screen and (max-width: 767px) {
  .cv-area {
    padding: 64px 0;
  }
  .cv-area .content-wrap {
    width: inherit;
    max-width: inherit;
  }
  .cv-area .content-wrap .right {
    width: 100%;
  }
  .cv-area .content-wrap .right .img {
    width: 60%;
    margin: 0 auto 40px;
  }
  .cv-area .content-wrap h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .cv-area .content-wrap p {
    text-align: center;
    margin-bottom: 24px;
  }
  .cv-area .content-wrap .coupon-code-precautions {
    margin: 24px auto;
  }
  .cv-area .content-wrap .coupon-code p {
    text-align: center;
  }
  .cv-area .content-wrap .btn-common {
    margin: 0 auto;
  }
  .cv-area .content-wrap .btn-common a {
    margin: 0 auto;
  }

  .cv-area .content-wrap .btn-line {
    margin: 12px auto 0;
  }
}


/* header */
#top-head {
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 99999;
  position: absolute;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  height: 80px;
  background-color: #fff;
}
#top-head .logo {
  width: 130px;
  float: left;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  #top-head .logo {
    width: 86px;
    margin-top: 15px;
  }
}

#top-head.campsite-header .logo,
#top-head.page-header .logo {
  display: block;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#global-nav ul {
  display: inline-block;
  float: right;
  list-style: none;
  font-size: 1rem;
}

#global-nav ul li {
  display: inline-block;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  #global-nav ul li {
    padding-right: 20px;
  }
}
#global-nav ul li a {
  line-height: 80px;
  font-weight: bold;
  font-size: 0.875rem;
}

#global-nav ul li a:hover {
  color: #f48300;
}
#global-nav ul li:last-of-type {
  padding-right: 0;
}
#global-nav ul .btn-gray a {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #000;
  color: #fff !important;
  border-radius: 16px;
}
#global-nav ul .btn-gray a::before {
  content: url(../img/ico-listen-white.svg);
  width: 24px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}
#global-nav ul .btn-gray a:hover {
  background-color: #f48300;
  color: #fff;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -o-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  display: block;
}
#top-head.fixed .logo:hover {
  opacity: 0.8;
}

#top-head.fixed #global-nav ul li a {
  color: #000;
}
#top-head.fixed #global-nav ul li a:hover {
  color: #f48300;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 102;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 767px) {
  #top-head {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  #top-head a,
  #top-head {
    color: #000;
    font-size: 0.875rem;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
  }
  #mobile-head {
    width: 100%;
    height: 64px;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    width: 112px;
    position: absolute;
    left: 20px;
    top: 2px;
    color: #333;
    font-size: 26px;
    z-index: 99;
    margin-top: 0;
  }
  #top-head.fixed #nav-toggle span {
    background: #000;
  }
  #global-nav {
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 32px 40px 80px;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    overflow-y: auto;
  }
  .fade #global-nav {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 32px !important;
  }
  #global-nav ul:first-of-type {
    margin-bottom: 64px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    padding-right: 0;
    margin-bottom: 24px;
  }
  #global-nav ul li a {
    font-size: 1rem;
    line-height: 1.7;
  }
  #global-nav ul li:last-of-type {
    margin-bottom: 0;
  }

  #global-nav .btn-common a {
    color: #fff;
    font-size: 1rem;
  }

  #global-nav .btn-line {
    margin-top: 20px;
  }

  #global-nav .btn-line a {
    background-color: #00b900;
  }

  #global-nav .btn-line span {
    color: #000;
    font-size: 0.75rem;
  }

  #global-nav .btn-line span::before,
  #global-nav .btn-line span::after {
    content: none;
  }

  #top-head.fixed {
    padding: 0;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 80%;
    max-width: 120px;
    margin: 0 auto;
  }
  #global-nav ul .menu-logo {
    width: 140px;
    margin: 0 auto 32px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open {
    position: fixed !important;
  }
  .open #nav-toggle span {
    background: #000;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    opacity: 1;
    visibility: visible;
  }
  #mobile-head .btn-listen {
    display: none;
    width: 32px;
    position: absolute;
    top: 12px;
    right: 58px;
    z-index: 101;
  }
  #mobile-head .btn-listen p {
    font-size: 0.75rem;
  }
  #top-head.fixed #mobile-head .btn-listen {
    display: block;
  }
}

/* footer */
footer {
  background-color: #000;
  padding: 32px 0;
  text-align: center;
}
footer .menulist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer ul {
  margin: 0 auto;
  margin-bottom: 16px;
}
footer li {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  footer li {
    margin-right: 16px;
    line-height: 2;
  }
  footer li a {
    font-size: 0.75rem;
  }
}
footer li a {
  color: #fff;
}
footer small.copyright {
  line-height: 30px;
  color: #fff;
  margin: 0 auto;
}

.page_top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  padding: 0;
}
.page_top a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #f48300;
  text-align: center;
  position: relative;
  border-radius: 24px;
}
.page_top a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 58%;
  left: 40%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.page_top a:hover {
  opacity: 0.8;
}


.merit-content .merit-list li {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  margin-bottom: 40px;
  width: 48%;
}

.merit-content .merit-list .merit-ttl {
  background-color: #002653;
  color: #fff;
  padding: 0 16px;
  height: 64px;
  align-items: center;
  justify-content: flex-start;
}

.merit-content .merit-list .merit-ttl .merit-number {
  display: block;
  font-family: "Caveat", cursive;
  color: #fded6e;
  font-size: 3rem;
  font-weight: normal;
  margin-right: 24px;
  line-height: 64px;
  width: 44px;
}

.merit-content .merit-list .merit-ttl h3 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: calc(100% - 68px);
}

.merit-content .merit-list .merit-description p {
  width: 50%;
  padding: 8px;
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .merit-content .merit-list .merit-ttl {
    height: auto;
    padding: 8px 12px;
  }

  .merit-content .merit-list li {
    width: 100%;
    margin-bottom: 0;
  }

  .merit-content .merit-list li + li {
    margin-top: 24px;
  }

  .merit-content .merit-list .merit-ttl .merit-number {
    font-size: 1.875rem;
    margin-right: 0;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
  }

  .merit-content .merit-list .merit-ttl h3 {
    font-size: 0.875rem;
    display: block;
    line-height: 1.7;
    width: calc(100% - 44px);
  }

  .merit-content .merit-list .merit-description p {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .merit-content .merit-list .merit-inner {
    margin: 0 auto;
  }
  .merit-content .merit-list .merit-img {
    width: 100%;
  }

  .merit-content .merit-list .merit-before,
  .merit-content .merit-list .merit-after {
    width: 100%;
  }
}


.cancel-area {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.cancel-area .content-wrap {
  background-color: #fff;
  padding: 48px 20px 56px;
  text-align: center;
}

.cancel-area h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.cancel-area h2::before {
  content: "";
  display: block;
  width: 212px;
  height: 91px;
  margin: 0 auto;
  background-image: url(../img/illust-schedule.png);
  background-size: contain;
  margin-bottom: 24px;
}

.cancel-area p {
  margin-bottom: 32px;
  font-size: 1rem;
}

.cancel-area .marker {
  font-weight: bold;
}

.btn-common {
  text-align: center;
  max-width: 300px;
}

.btn-common span {
  display: inline-block;
  color: #f48300;
  font-weight: bold;
  margin-bottom: 8px;
}

.btn-common span::before,
.btn-common span::after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #f48300;
  display: inline-block;
  margin-bottom: -4px;
}

.btn-common span::before {
  transform: rotate(-30deg);
  margin-right: 8px;
}

.btn-common span::after {
  transform: rotate(30deg);
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .cancel-area {
    padding: 64px 0;
  }

  .cancel-area .content-wrap {
    text-align: left;
  }

  .cancel-area h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .cancel-area h2::before {
    width: 142px;
    height: 61px;
    margin-bottom: 16px;
  }

  .cancel-area p {
    font-size: 0.875rem;
  }

  .cancel-area .link-s {
    font-size: 0.875rem;
  }
}

.price-btn,
.campgoods-btn {
  margin-top: 40px;
}
