@charset "shift_jis";

/* ------- BASE ------- */

* {
  padding: 0;
  margin: 0;
}

#hoshino_resort_campaign ol,
#hoshino_resort_campaign ul,
#hoshino_resort_campaign li {
  list-style: none;
}

#hoshino_resort_campaign tr,
#hoshino_resort_campaign th,
#hoshino_resort_campaign td,
#hoshino_resort_campaign div,
#hoshino_resort_campaign span,
#hoshino_resort_campaign a,
#hoshino_resort_campaign p {
  color: inherit;
}

/* ------- CONTENTS ------- */

#hoshino_resort_campaign .mainContentMT {
  width: 100%;
}

#hoshino_resort_campaign.rootMT {
  width: min(100%, 940px);
  margin: 0 auto 10px;
}

#hoshino_resort_campaign h1,
#hoshino_resort_campaign h2,
#hoshino_resort_campaignh3,
#hoshino_resort_campaign h4,
#hoshino_resort_campaign h5,
#hoshino_resort_campaign p,
#hoshino_resort_campaign article p,
#hoshino_resort_campaign article h1,
#hoshino_resort_campaign dl dt,
#hoshino_resort_campaign dd,
#hoshino_resort_campaign article li {
  background: none;
  color: var(--black);
  font-size: inherit;
  height: unset;
  line-height: inherit;
  margin-bottom: unset;
  padding: unset;
}

#hoshino_resort_campaign a:hover {
  opacity: .5;
  transition: .4s;
}

#hoshino_resort_campaign .section h1 {
  font-size: xxx-large;
  font-weight: bold;
  margin: 0 auto 0.5em auto;
  text-align: center;
}

#hoshino_resort_campaign .width {
  margin: auto;
  max-width: 940px;
  width: 100%;
}


#hoshino_resort_campaign .hotel_list ul a li img,
#hoshino_resort_campaign .hoshino_list ul img {
  width: 100%;
}


#hoshino_resort_campaign .btn {
  display: block;
  font-size: larger;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
}


#hoshino_resort_campaign .end {
  /* ?^?C?}?[?p */
  display: none;
}

#hoshino_resort_campaign .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


#hoshino_resort_campaign .fadein {
  opacity: 0;
  transition: all 0.3s;
}

#hoshino_resort_campaign .fadein.active {
  animation: zoomIn 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/* ====================================================
BASE
====================================================== */
#hoshino_resort_campaign .pc {
  display: block !important;
}

#hoshino_resort_campaign .sp {
  display: none !important;
}

#hoshino_resort_campaign {
  --yellow: #ffe500;
  --lightyellow: #fff200;
  --black: #000;
  --red: #b51111;
}


#hoshino_resort_campaign {
  background: #000;
  color: var(--black);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

#hoshino_resort_campaign .bg {
  background: #000;
}

#hoshino_resort_campaign .mv {
  background: url("../images/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vw;
  position: relative;
}


#hoshino_resort_campaign .mv .title {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}


#hoshino_resort_campaign .mv .title img {
  width: 80%;
}

#hoshino_resort_campaign .recommend_plan h1,
#hoshino_resort_campaign .omo_point h1,
#hoshino_resort_campaign .hotel_list>h1,
#hoshino_resort_campaign .number>h1 {
  color:#FFF778;
}


#hoshino_resort_campaign .title_present {
  position: absolute;
  top: -30%;
  left: 60%;
  max-width: 250px;
  width: 100%;
}


#hoshino_resort_campaign .title_present img {
  width: 100%;
}


#hoshino_resort_campaign .section {
  padding: 3em 0;
  text-align: center;
}

#hoshino_resort_campaign .introduce p {
  background: #fff;
  display: inline;
  font-size: x-large;
  font-weight: bold;
  line-height: 2;
}

#hoshino_resort_campaign .point {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

#hoshino_resort_campaign .re {
  flex-direction: row-reverse;
}

#hoshino_resort_campaign .point_text h2 {
  font-size: x-large;
  font-weight: bold;
  margin: 0 auto 0.5em auto;
  text-decoration: underline;
}

#hoshino_resort_campaign .point_text h2,
#hoshino_resort_campaign .point_text p{
  color: #FFF778;
}


#hoshino_resort_campaign .point img {
  width: 45%;
}

#hoshino_resort_campaign .point_text {
  line-height: 1.8;
  width: 45%;
}

#hoshino_resort_campaign .map.bg {
  background-color: var(--yellow);
}

#hoshino_resort_campaign .map img {
  margin: auto;
  max-width: 100%;
}

#hoshino_resort_campaign .map h1 {
  color:var(--black)
}


#hoshino_resort_campaign .recommend_plan section li {
  width: calc(90% / 3);
}

#hoshino_resort_campaign .recommend_plan section li img {
  max-width: 100%;
}

#hoshino_resort_campaign .recommend_plan section ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

#hoshino_resort_campaign .recommend_plan h3 {
  font-size: large;
  font-weight: bold;
  margin: 1em auto 0.5em;
  color: #FFF778;
}

#hoshino_resort_campaign .recommend_plan p {
  font-size: smaller;
  font-weight: bold;
  margin: 0.5em 0;
  color: #FFF778;
}

#hoshino_resort_campaign .recommend_plan p.plan_name {
  font-size: small;
  font-weight: normal;
}

#hoshino_resort_campaign .recommend_plan p.price {
  color: #FFF778;
  font-size: x-large;
  font-weight: bold;
}

#hoshino_resort_campaign .recommend_plan p.price span {
  color: #FFF778;
}

#hoshino_resort_campaign .recommend_plan a {
  color: #FFF778;
  background: var(--black);
  font-size: large;
  font-weight: bold;
  padding: 1em 0;
  display: inline-flex;
  justify-content: center;
  column-gap: 20px;
  border: 1px solid #FFF778;
}

#hoshino_resort_campaign .hotel_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#hoshino_resort_campaign .hotel_list ul a {
  color: var(--black);
  background: #fff;
  display: block;
  text-decoration: none;
  margin: 0 auto 1em auto;
  width: calc(98% / 3);
  position: relative;
}

#hoshino_resort_campaign .hotel_list ul a:before {
  content: "";
  position: absolute;
  right: 0.5vw;
  bottom: 0.5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #000;
}

#hoshino_resort_campaign .hotel_list ul a li {
  box-sizing: border-box;
  padding: 2em 1em 1em 1em;
}


#hoshino_resort_campaign .hotel_list ul a li h1 {
  font-size: x-large;
  margin: 0 auto 0.5em auto;
  text-align: left;
  line-height: 1;
}


#hoshino_resort_campaign .hotel_list ul a li p {
  font-size: medium;
  margin: 1em auto;
}


#hoshino_resort_campaign .number dl {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 1em auto;
  padding: 1em;
}


#hoshino_resort_campaign .number dl h1 {
  font-size: larger;
  margin: 0 auto 0.5em;
}

#hoshino_resort_campaign .number dl img {
  margin: 0 auto 0 30px;
  max-width: 60px;
  width: 100%;
}

#hoshino_resort_campaign .number dd {
  border-left: 1px solid #c4c4c4;
  max-width: 450px;
  width: 100%;
}

#hoshino_resort_campaign .number dd ul {
  text-align: left;
  padding: 0 0 0 3em;
}

#hoshino_resort_campaign .number dd li {
  font-size: smaller;
  position: relative;
}

#hoshino_resort_campaign .number dd li:before {
  background: var(--lightyellow);
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
  height: 10px;
  width: 10px;
}

#hoshino_resort_campaign .present {
  padding: 0 0 3em;
}

#hoshino_resort_campaign .present h1 {
  background: var(--black);
  color: #fff;
  font-size: xxx-large;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  line-height: 1.5;
}

#hoshino_resort_campaign .present_caption {
  position: relative;
  margin: 3em auto;
  text-align: center;
  width: 100%;
}

#hoshino_resort_campaign .present_caption section p {
  background: var(--yellow);
  display: inline;
  font-size: x-large;
  line-height: 2;
}

#hoshino_resort_campaign .present_caption section .confetty01 {
  top: -30%;
  right: 5%;
  position: absolute;
  z-index: -1;
}

#hoshino_resort_campaign .present_caption section .confetty02 {
  top: -30%;
  left: 5%;
  position: absolute;
  z-index: -1;
}

#hoshino_resort_campaign .present_information {
  text-align: center;
}

#hoshino_resort_campaign .present_information h2 {
  font-size: xx-large;
  font-weight: bold;
  margin: 0 auto 1em auto;
}

#hoshino_resort_campaign .present_hotel h3 {
  font-size: x-large;
  font-weight: bold;
  margin: 1em auto;
}

#hoshino_resort_campaign .present_hotel h4 {
  color: var(--red);
  font-size: larger;
}

#hoshino_resort_campaign .present_hotel p {
  font-size: smaller;
  text-align: justify;
  margin: 1em 0 0 0;
}

#hoshino_resort_campaign .present_hotel {
  position: relative;
  margin: 0 auto 3em auto;
  max-width: 45%;
  width: 100%;
}

#hoshino_resort_campaign .present_hotel_inner {
  width: 31%;
}

#hoshino_resort_campaign .present_hotel_inner img {
  max-width: 100%;
}

#hoshino_resort_campaign .present_hotel_position {
  position: relative;
}

#hoshino_resort_campaign .present_hotel_add {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 3px solid var(--black);
  margin-bottom: 3rem;
  padding: 5px;
  min-height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hoshino_resort_campaign .present_hotel_add>p {
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

#hoshino_resort_campaign .present_hotel_add>p.fs_small {
  margin-bottom: 5px;
}

#hoshino_resort_campaign .present_hotel_add>p.fs_big {
  font-size: 18px;
  font-weight: bold;
}

#hoshino_resort_campaign .present_hotel_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #hoshino_resort_campaign .present_hotel_flex {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#hoshino_resort_campaign p.new {
  top: -10%;
  left: 0;
  position: absolute;
}

#hoshino_resort_campaign p.new img {
  width: 80px;
}


#hoshino_resort_campaign .present_detail {
  background: #fff;
  border: 3px solid var(--black);
  box-sizing: border-box;
  margin: auto;
  padding: 1.5em;
  text-align: justify;
  max-width: 900px;
  width: 100%;
}

#hoshino_resort_campaign .present_detail dl {
  margin: 0 auto 0.5em 0;
}

#hoshino_resort_campaign .present_detail dt {
  background: linear-gradient(transparent 70%, #fff200 70%);
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}


#hoshino_resort_campaign .present a {
  background: var(--black);
  box-sizing: border-box;
  color: #fff;
  font-size: x-large;
  padding: 1em 0;
  margin: 2em auto 0;
  max-width: 900px;
  width: 100%;
}

#hoshino_resort_campaign .present .oubo_end {
  font-size: xx-large;
  margin: 2em auto;
  text-align: center;
}

#hoshino_resort_campaign .hoshino_list p {
  margin: 0 auto 1em;
}

#hoshino_resort_campaign .hoshino_list ul {
  display: flex;
  justify-content: space-between;
}

#hoshino_resort_campaign .hoshino_list ul li {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: small;
  padding: 1em;
  text-align: justify;
  width: calc(95% / 5);
}

#hoshino_resort_campaign .hoshino_list ul li span {
  display: block;
  margin: 2em 0 1em;
}


#hoshino_resort_campaign .hoshino_list a {
  color: var(--black);
  border: 2px solid var(--black);
  display: block;
  font-size: larger;
  padding: 1em 0;
  text-decoration: none;
  margin: 2em auto 0;
  max-width: 940px;
  width: 100%;
}

  /* ====================================================

  SP

  ====================================================== */
  @media screen and (max-width: 768px) {

    #hoshino_resort_campaign .sp {
      display: block !important;
    }

    #hoshino_resort_campaign .pc {
      display: none !important;
    }

    #hoshino_resort_campaign .width,
    #hoshino_resort_campaign .point_text,
    #hoshino_resort_campaign .recommend_plan section li,
    #hoshino_resort_campaign .present_information,
    #hoshino_resort_campaign .point img,
    #hoshino_resort_campaign .present a,
    #hoshino_resort_campaign .hoshino_list a {
      margin: auto;
      max-width: 95%;
      width: 100%;
    }

    #hoshino_resort_campaign .mv .title img,
    #hoshino_resort_campaign .present_hotel_inner,
    #hoshino_resort_campaign .present_hotel_inner img,
    #hoshino_resort_campaign .present_hotel_flex,
    #hoshino_resort_campaign .present_detail,
    #hoshino_resort_campaign .map img,
    #hoshino_resort_campaign .recommend_plan img {
      max-width: 100%;
      width: 100%;
    }

    #hoshino_resort_campaign .present_hotel_add {
      margin-bottom: 1.5rem;
    }

    #hoshino_resort_campaign .section h1,
    #hoshino_resort_campaign .present h1,
    #hoshino_resort_campaign .present h2 {
      font-size: x-large !important;
    }

    #hoshino_resort_campaign .introduce p,
    #hoshino_resort_campaign .point_text h2,
    #hoshino_resort_campaign .present_caption section p,
    #hoshino_resort_campaign .present_hotel h3 {
      font-size: larger !important;
    }

    #hoshino_resort_campaign .hotel_list ul a li h1,
    #hoshino_resort_campaign .number dl h1 {
      font-size: large !important;
    }

    #hoshino_resort_campaign .point_text p,
    #hoshino_resort_campaign .hotel_list ul a li p,
    #hoshino_resort_campaign .present_detail dl,
    #hoshino_resort_campaign .present_detail dd {
      font-size: small !important;
    }

    #hoshino_resort_campaign .section.introduce {
      padding: 2em 0 0 !important;
    }

    #hoshino_resort_campaign .section {
      padding: 2em 0;
    }

    #hoshino_resort_campaign .mv {
      background-size: cover;
      background-repeat: no-repeat;
      height: 150vw;
    }

    #hoshino_resort_campaign .mv .title {
      left: 50%;
      width: 70%;
    }

    #hoshino_resort_campaign .title_present {
      position: absolute;
      top: -40%;
      right: -20%;
      max-width: 150px;
      width: 100%;
    }

    #hoshino_resort_campaign .point,
    #hoshino_resort_campaign .recommend_plan section ul,
    #hoshino_resort_campaign .present_hotel_flex {
      flex-direction: column;
    }

    #hoshino_resort_campaign .point,
    #hoshino_resort_campaign .recommend_plan section li {
      margin: 0 auto 2em;
    }

    #hoshino_resort_campaign .present_hotel,
    #hoshino_resort_campaign .hoshino_list ul li span,
    #hoshino_resort_campaign .point:nth-child(7),
    #hoshino_resort_campaign .recommend_plan section li:nth-child(3) {
      margin: 0 auto;
    }

    #hoshino_resort_campaign .point_text p {
      text-align: justify;
    }

    #hoshino_resort_campaign .number dl {
      flex-wrap: wrap;
      justify-content: flex-start;
    }

    #hoshino_resort_campaign .number dt {
      padding: 0 0 1em 0;
      line-height: 1;
    }

    #hoshino_resort_campaign .number dt img {
      margin: 0 3em 0 0;
      max-width: 45px;
    }

    #hoshino_resort_campaign .number dd ul {
      text-align: justify;
      padding: 0;
    }

    #hoshino_resort_campaign .number dd {
      border-left: none;
      border-top: 1px solid #c4c4c4;
      padding: 1em 0 0;
    }

    #hoshino_resort_campaign .hotel_list ul a,
    #hoshino_resort_campaign .hoshino_list ul li {
      width: calc(95% / 2);
    }

    #hoshino_resort_campaign .hotel_list ul a li {
      padding: 1em 0.5em;
    }

    #hoshino_resort_campaign .hotel_list ul a li p {
      margin: 0 auto;
      line-height: 1.5;
    }

    #hoshino_resort_campaign .present_caption section .confetty img {
      width: 50%;
    }

    #hoshino_resort_campaign .present_caption section .confetty01 {
      top: -20%;
      right: -20%;
    }

    #hoshino_resort_campaign .present_caption section .confetty02 {
      top: -20%;
      left: -20%;
    }

    #hoshino_resort_campaign .present_hotel_inner {
      margin: 1em auto;
    }

    #hoshino_resort_campaign p.new {
      top: -5%;
    }

    #hoshino_resort_campaign .present_hotel h3 {
      margin: 0 auto 1em;
    }

    #hoshino_resort_campaign .present a {
      margin: 1em auto 0;
    }


    #hoshino_resort_campaign .hoshino_list ul {
      flex-wrap: wrap;
    }

    #hoshino_resort_campaign .hoshino_list li {
      margin: 0 auto 1em;
    }

  }
