@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.pcnone {
  display: none;
}

.spnone {
  display: inline;
}

@media print, screen and (max-width: 767px) {
  .pcnone {
    display: inline;
  }
  .spnone {
    display: none;
  }
}
body .zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body .zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body .zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: auto;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  max-width: initial;
  min-width: initial;
  background-color: transparent;
}
body *:before, body *:after {
  background-repeat: no-repeat;
}
body img {
  vertical-align: bottom;
}
body ul,
body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body ul li,
body ol li {
  list-style: none;
}
body a {
  color: inherit;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-decoration: none;
  display: block;
  line-height: 1;
}
body a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-animation: none;
          animation: none;
}
body a.ancar {
  position: absolute;
}
body img {
  width: 100%;
}

/*PCサイズ*/
body header {
  height: 64px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
body header img {
  width: 84px;
  height: 24px;
}
body footer {
  margin-top: 100px;
  height: 100px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 36px;
  font-size: 14px;
  color: #fff;
  background-image: url("../img/bg_03_pc.png");
  background-size: cover;
  background-position: center top;
  position: relative;
}
body .slide_box {
  position: relative;
}
body .slide_box .slide_content {
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  height: 100%;
}
body .slide_box .slide_content > * {
  -webkit-transform: scale(120%);
          transform: scale(120%);
  -webkit-transition: -webkit-transform 7s linear;
  transition: -webkit-transform 7s linear;
  transition: transform 7s linear;
  transition: transform 7s linear, -webkit-transform 7s linear;
}
body .slide_box .slide_content.current {
  opacity: 1;
}
body .slide_box .slide_content.zoom > * {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
body .slide_box .slide_content:nth-of-type(1) {
  position: relative;
  z-index: 10;
}
body div#mv {
  position: relative;
}
body div#mv h1 {
  width: 41.6666666667vw;
  height: 21.875vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
body div.wave {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
}
body div.wave.under_wave {
  bottom: -10px;
}
body div.wave.up_wave {
  top: -10px;
}
body div.wave svg {
  width: 100%;
  height: 80px;
}
body section {
  margin-top: 120px;
  position: relative;
}
body section div.inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}

/*#modelcourse .inner {
  max-width: 695px;
}*/

body section#lead div.lead_box {
  position: relative;
}
body section#lead div.lead_box div.lead_content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0E3982;
  line-height: 1.6;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
body section#lead div.lead_box div.lead_content div.text {
  margin-top: 36px;
  position: relative;
  z-index: 10;
  font-weight: 500;
}
body section#lead div.lead_box div.lead_content div.text p {
  font-size: min(1.5vw, 18px);
  line-height: 2.6666666667;
}
body section#lead div.lead_box div.lead_content div.text p + p {
  margin-top: 24px;
}
body section#lead div.lead_box div.map {
  width: 53.1666666667vw;
  height: 42.5vw;
  max-width: 638px;
  max-height: 510px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
body section#attractions {
  background-image: url("../img/bg_01_pc.png");
  background-size: cover;
  background-position: center top;
  padding: 120px 0 160px;
}
body section#attractions h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
body section#attractions h2 > span {
  margin-left: 16px;
  background-color: #E7A042;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 56px;
  padding-bottom: 10px;
  padding-left: 8px;
}
body section#attractions h2 > span > span > span {
  position: relative;
  top: -5px;
  font-size: 24px;
}
body section#attractions .attractions_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 70px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
body section#attractions .attractions_box div.attractions_content {
  max-width: 380px;
  width: 31.6666666667vw;
  background-color: #fff;
  padding: 48px 0 32px;
  border-radius: 16px;
  position: relative;
}
body section#attractions .attractions_box div.attractions_content div.no {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #0E3982;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  left: 0;
  right: 0;
  margin: auto;
  top: -24px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
body section#attractions .attractions_box div.attractions_content h3 {
  white-space: nowrap;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 700;
  line-height: 1.4545454545;
  margin-bottom: 24px;
  letter-spacing: -1px;
  text-align: center;
  color: #0E3982;
}
body section#attractions .attractions_box div.attractions_content div.text {
  padding: 32px 24px 0;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  word-break: break-all;
}
body section h2.logo {
  position: relative;
  padding-top: 80px;
  color: #0E3982;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 56px;
  text-align: center;
}
body section h2.logo:before {
  content: "";
  display: block;
  position: absolute;
  width: 224px;
  height: 48px;
  background-image: url("../img/fukushima_hamadori.svg");
  background-position: center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
body section#hopetourism div.catch {
  font-size: 18px;
  line-height: 2.2222222222;
  text-align: center;
}
body section#hopetourism div.text {
  font-size: 16px;
  line-height: 2;
  padding: 0 20px;
}
body section#hopetourism div.hopetourism_box {
  border: #0E3982 solid 6px;
  border-radius: 24px;
  padding: 40px;
  margin-top: 64px;
}
body section#hopetourism div.hopetourism_box h3 {
  width: 600px;
  margin: auto auto 48px;
}
body section#hopetourism div.hopetourism_box div.content_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 24px;
}
body section#hopetourism div.hopetourism_box div.hopetourism_content {
  max-width: 348px;
  width: 29vw;
}
body section#hopetourism div.hopetourism_box div.text {
  font-size: 16px;
  line-height: 2;
  padding: 0;
}
body section#hopetourism div.banner {
  width: 472px;
  margin: 64px auto auto;
}
body section#hopetourism div.banner a {
  color: #fff;
  background-color: #349FD6;
  border-radius: 8px;
  padding: 16px;
}
body section#hopetourism div.banner a div.img {
  width: 294px;
  margin: auto auto 12px;
}
body section#hopetourism div.banner a span {
  width: 100%;
  height: 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 12px;
  position: relative;
}
body section#hopetourism div.banner a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/target.png");
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
body section#modelcourse {
  background-image: url("../img/bg_02_pc.png");
  background-size: cover;
  background-position: center top;
  padding: 100px 0 160px;
}
body section#modelcourse div.course {
  /*margin-top: 60px;*/
  background-color: #fff;
  border-radius: 16px;
}
body section#modelcourse div.course a {
  border-radius: 16px;
  overflow: hidden;
}
body section#modelcourse div.course a:hover p {
  text-decoration: none;
}
body section#modelcourse div.course p {
  width: 100%;
  text-align: left;
  padding: 40px 56px 40px 32px;
  position: relative;
  background-color: #fff;
  color: #0E3982;
  line-height: 1.5714285714;
  text-decoration: underline;
}
body section#modelcourse div.course p:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  background-image: url("../img/target_bu.png");
  background-size: contain;
}
body section#campground div.select_box {
  margin-bottom: 56px;
}
body section#campground div.select_box .icon_wrap {
  width: 380px;
  margin: auto;
  position: relative;
}
body section#campground div.select_box .icon_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  bottom: 0;
  margin: auto;
  right: 20px;
}
body section#campground div.select_box .icon_wrap select {
  width: 100%;
  height: 48px;
  border: 1px solid #D9D9D9;
  padding-left: 16px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
body section#campground div.select_box .icon_wrap.opacity {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
body section#campground #csv_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-row-gap: 30px;
}
body section#campground #csv_area > li {
  background-color: #fff;
  padding: 0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body section#campground #csv_area > li img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
}
body section#campground #csv_area > li div.area {
  position: absolute;
  padding: 7px 8px;
  background-color: #0E3982;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  left: 12px;
  top: 12px;
}
body section#campground #csv_area > li div.title {
  padding: 32px 24px 24px;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
body section#campground #csv_area > li div.content_bottom {
  padding: 0 24px 32px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.3;
  line-height: 1;
}
body section#campground #csv_area > li div.content_bottom ul.merit li.active {
  opacity: 1;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(n+2) {
  margin-top: 20px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(1):before {
  background-image: url("../img/icon_campground_01.svg");
  width: 20px;
  height: 16px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(2):before {
  background-image: url("../img/icon_campground_02.svg");
  width: 20px;
  height: 16px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(3):before {
  background-image: url("../img/icon_campground_03.svg");
  width: 20px;
  height: 17px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(4):before {
  background-image: url("../img/icon_campground_04.svg");
  width: 20px;
  height: 17px;
}
body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(5):before {
  background-image: url("../img/icon_campground_05.svg");
  width: 20px;
  height: 15px;
}
body section#campground #csv_area > li .link {
  margin-top: 32px;
}
body section#campground #csv_area > li .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  background: #E7A042;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body section#campground #csv_area > li .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
}
body section#campground #csv_area > li .link a:hover {
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/*SPサイズ*/
@media print, screen and (max-width: 979px) {
  body section#campground #csv_area {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  body header {
    height: 16.9230769231vw;
  }
  body header img {
    width: 21.5384615385vw;
    height: 6.1538461538vw;
  }
  body footer {
    margin-top: 12.3076923077vw;
    height: 25.641025641vw;
    padding-top: 10.2564102564vw;
    font-size: 3.0769230769vw;
    background-image: url("../img/bg_03_sp.png");
  }
  body div#mv h1 {
    width: 83.0769230769vw;
    height: 43.5897435897vw;
  }
  body div.wave.under_wave {
    bottom: -1.7948717949vw;
  }
  body div.wave.up_wave {
    top: -1.0256410256vw;
  }
  body div.wave svg {
    height: 12.3076923077vw;
  }
  body section {
    margin-top: 16.4102564103vw;
  }
  body section div.inner {
    max-width: initial;
    padding: 0 6.1538461538vw;
  }
  body section#lead div.lead_box div.lead_content h2 {
    font-size: 5.641025641vw;
    line-height: 1.5454545455;
    white-space: normal;
  }
  body section#lead div.lead_box div.lead_content div.text {
    margin-top: 12.3076923077vw;
  }
  body section#lead div.lead_box div.lead_content div.text p {
    font-size: 4.1025641026vw;
    line-height: 2.125;
  }
  body section#lead div.lead_box div.lead_content div.text p + p {
    margin-top: 8.2051282051vw;
  }
  body section#lead div.lead_box div.map {
    width: 100%;
    height: 74.358974359vw;
    max-width: initial;
    max-height: initial;
    position: relative;
    margin-top: 6.1538461538vw;
  }
  body section#attractions {
    background-image: url("../img/bg_01_sp.png");
    padding: 16.4102564103vw 0 16.4102564103vw;
  }
  body section#attractions h2 {
    font-size: 6.6666666667vw;
    white-space: nowrap;
  }
  body section#attractions h2 > span {
    margin-left: 1.5384615385vw;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
    font-size: 12.3076923077vw;
    padding-bottom: 2.5641025641vw;
    padding-left: 2.0512820513vw;
  }
  body section#attractions h2 > span > span > span {
    top: -1.2820512821vw;
    font-size: 5.1282051282vw;
  }
  body section#attractions .attractions_box {
    margin-top: 14.1025641026vw;
    display: block;
  }
  body section#attractions .attractions_box div.attractions_content {
    max-width: initial;
    width: 100%;
    padding: 8.2051282051vw 0 6.1538461538vw;
    border-radius: 2.0512820513vw;
  }
  body section#attractions .attractions_box div.attractions_content div.no {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    font-size: 6.1538461538vw;
    top: -4.1025641026vw;
  }
  body section#attractions .attractions_box div.attractions_content h3 {
    font-size: 5.1282051282vw;
    line-height: 1.7;
    margin-bottom: 5.1282051282vw;
    letter-spacing: -0.2564102564vw;
  }
  body section#attractions .attractions_box div.attractions_content div.text {
    padding: 6.1538461538vw 5.1282051282vw 0;
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  body section#attractions .attractions_box div.attractions_content:nth-of-type(n+2) {
    margin-top: 10.2564102564vw;
  }
  body section h2.logo {
    padding-top: 13.3333333333vw;
    font-size: 6.1538461538vw;
    margin-bottom: 8.2051282051vw;
  }
  body section h2.logo:before {
    width: 37.9487179487vw;
    height: 8.2051282051vw;
  }
  body section#hopetourism div.catch {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    word-break: break-all;
  }
  body section#hopetourism div.text {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    word-break: break-all;
  }
  body section#hopetourism div.hopetourism_box {
    border-width: 0.7692307692vw;
    border-radius: 4.1025641026vw;
    padding: 6.1538461538vw 0 8.2051282051vw;
    margin-top: 8.2051282051vw;
  }
  body section#hopetourism div.hopetourism_box h3 {
    width: 79.48717949vw;
    margin: auto auto 6.1538461538vw;
  }
  body section#hopetourism div.hopetourism_box div.content_box {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 6.1538461538vw;
  }
  body section#hopetourism div.hopetourism_box div.hopetourism_content {
    max-width: initial;
    width: 33.3333333333%;
  }
  body section#hopetourism div.hopetourism_box div.text {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
    padding: 0 5.1282051282vw;
  }
  body section#hopetourism div.banner {
    width: 100%;
    margin: 6.1538461538vw auto auto;
  }
  body section#hopetourism div.banner a {
    border-radius: 2.0512820513vw;
    padding: 4.8717948718vw 6.1538461538vw;
  }
  body section#hopetourism div.banner a div.img {
    width: 63.5897435897vw;
    margin: auto auto 4.1025641026vw;
  }
  body section#hopetourism div.banner a span {
    height: 12.3076923077vw;
    font-size: 3.0769230769vw;
    line-height: 1.3333333333;
    border-radius: 1.0256410256vw;
    padding: 0 7.6923076923vw 0 4.1025641026vw;
  }
  body section#hopetourism div.banner a span:after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    right: 4.1025641026vw;
  }
  body section#modelcourse {
    background-image: url("../img/bg_02_sp.png");
    padding: 14.358974359vw 0 20.5128205128vw;
  }
  body section#modelcourse div.course {
    margin-top: 6.1538461538vw;
    border-radius: 2.0512820513vw;
  }
  body section#modelcourse div.course a {
    border-radius: 2.0512820513vw;
  }
  body section#modelcourse div.course p {
    width: 100%;
    padding: 4.8717948718vw 12.3076923077vw 4.8717948718vw 5.1282051282vw;
  }
  body section#modelcourse div.course p:after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    right: 5.1282051282vw;
  }
  body section#campground div.select_box {
    margin-bottom: 6.1538461538vw;
  }
  body section#campground div.select_box .icon_wrap {
    width: 100%;
  }
  body section#campground div.select_box .icon_wrap:after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: -1.2820512821vw;
    right: 5.1282051282vw;
  }
  body section#campground div.select_box .icon_wrap select {
    height: 10.2564102564vw;
  }
  body section#campground #csv_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 8.2051282051vw;
       -moz-column-gap: 8.2051282051vw;
            column-gap: 8.2051282051vw;
    grid-row-gap: 8.2051282051vw;
  }
  body section#campground #csv_area > li {
    border-radius: 2.0512820513vw;
    -webkit-box-shadow: 0.7692307692vw 0.7692307692vw 2.5641025641vw 1.2820512821vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.7692307692vw 0.7692307692vw 2.5641025641vw 1.2820512821vw rgba(0, 0, 0, 0.1);
  }
  body section#campground #csv_area > li img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
  }
  body section#campground #csv_area > li div.area {
    padding: 1.7948717949vw 2.0512820513vw;
    border-radius: 2.0512820513vw;
    font-size: 3.3333333333vw;
    left: 2.0512820513vw;
    top: 2.0512820513vw;
  }
  body section#campground #csv_area > li div.title {
    padding: 6.1538461538vw 6.1538461538vw 6.1538461538vw;
    font-size: 4.6153846154vw;
    line-height: 1.8888888889;
  }
  body section#campground #csv_area > li div.content_bottom {
    padding: 0 6.1538461538vw 8.2051282051vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li {
    padding-left: 6.1538461538vw;
    font-size: 3.0769230769vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(n+2) {
    margin-top: 5.1282051282vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(1):before {
    width: 4.1025641026vw;
    height: 3.5897435897vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(2):before {
    width: 4.1025641026vw;
    height: 3.3333333333vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(3):before {
    width: 4.1025641026vw;
    height: 3.5897435897vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(4):before {
    width: 4.1025641026vw;
    height: 3.3333333333vw;
  }
  body section#campground #csv_area > li div.content_bottom ul.merit li:nth-of-type(5):before {
    width: 4.1025641026vw;
    height: 3.0769230769vw;
  }
  body section#campground #csv_area > li .link {
    margin-top: 6.6666666667vw;
  }
  body section#campground #csv_area > li .link a {
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
    border-radius: 1.5384615385vw;
  }
  body section#campground #csv_area > li .link a:after {
    right: 3.5897435897vw;
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
  body section#campground #csv_area > li .link a:hover {
    -webkit-box-shadow: 0 0.5128205128vw 3.5897435897vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5128205128vw 3.5897435897vw rgba(0, 0, 0, 0.2);
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}