@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amatic+SC|Open+Sans:400,600");

.pc_none {
  display: none;
}

.sp_none {
  display: initial;
}

section div.wrap a {
  transition: .3s;
}

section div.wrap a:hover {
  opacity: .5;
}

h1 {
  width: 100%;
  height: 100vh;
  background-image: url(../../images/pages/winter-event/fv.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}

h1 img.main-catch {
  position: absolute;
  max-width: 1032px;
  left: calc(50% - 516px);
  top: calc(50% - 250px);
}

section {
  padding: 70px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: round;
}

section.about {
  background-image: url(../../images/pages/winter-event/about_pc.png);
  background-position: center 200px;
  background-repeat: no-repeat;
  background-size: 1022px;
}

section#plan-00 {
  background-image: url(../../images/pages/winter-event/bg_00.png);
}

section#plan-01 {
  background-image: url(../../images/pages/winter-event/bg_01.png);
}

section#plan-02 {
  background-image: url(../../images/pages/winter-event/bg_02.png);
}

section#plan-03 {
  background-image: url(../../images/pages/winter-event/bg_03.png);
}

section#plan-04 {
  background-image: url(../../images/pages/winter-event/bg_04.png);
}

section#plan-05 {
  background-image: url(../../images/pages/winter-event/bg_05.png);
}

section#plan-06 {
  background-image: url(../../images/pages/winter-event/bg_06.png);
}

section h2 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 33px;
  color: #fff;
  letter-spacing: .3rem;
  font-weight: bold;
}

section h2 span {
  display: block;
  font-size: 18px;
  color: #fff;
}

.about {
  background-color: #fff8da;
}

.about_catch {
  text-align: center;
  font-size: 22px;
  margin-top: -25px;
  font-weight: bold;
  color: #ffa754;
}

section.about h2 {
  color: #e04744;
  font-size: 22px;
}

section.about h2 span {
  color: #cfa861;
  margin: 0 auto 25px;
}

section div.wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  padding: 50px 0;
  position: relative;
  background: #fff;
}

section div.wrap.mt-100 {
  margin: 100px auto 0;
}

section div.wrap p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 25px auto;
  font-weight: 500;
  letter-spacing: .1rem;
}

section div.wrap a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

section div.wrap a img {
  display: block;
  width: 100%;
}

section div.wrap p.text-left {
  max-width: 500px;
  text-align: left;
}

section.about div.wrap {
  border: none;
  padding: 0;
  background: transparent;
}

section.about h2 {
  color: #e04744;
  font-size: 22px;
  margin: 75px auto 25px;
}

section.about img {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

section.about div.wrap h3 {
  max-width: 750px;
  text-align: center;
  border: none;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 30px auto;
}

section.about div.wrap h3 strong {
  display: block;
  background: #00b6de;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  max-width: 250px;
  padding: 2.5px 0;
  position: relative;
  margin: 0 auto 10px;
}

section.about div.wrap h3 strong::before {
  content: "▼";
  font-size: 16px;
  color: #00b6de;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
}

section.about div.wrap h3 span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}

section.about div.wrap h4 {
  color: #f35f23;
  font-size: 22px;
  letter-spacing: .2rem;
  font-weight: bold;
  margin: 50px auto 0;
}

section.about div.wrap ul {
  margin: 15px auto;
}

section.about div.wrap ul li {
  display: inline-block;
  margin: 0 10px;
  width: 100%;
  max-width: 300px;
}

section.about div.wrap ul li a {
  color: #fff;
  position: relative;
  padding: 10px 0 20px;
  border-radius: 30px;
  letter-spacing: .2rem;
  font-size: 16px;
  transition: .3s;
  display: block;
  font-weight: bold;
}

section.about div.wrap ul.top li:nth-child(1) a {
  background: #8976c5;
}

section.about div.wrap ul.top li:nth-child(2) a {
  background: #87932a;
}

section.about div.wrap ul.middle li:nth-child(1) a {
  background: #f08e1e;
}

section.about div.wrap ul.middle li:nth-child(2) a {
  background: #a83a30;
}

section.about div.wrap ul.bottom li:nth-child(1) a {
  background: #e83322;
}

section.about div.wrap ul.bottom li:nth-child(2) a {
  background: #d3b248;
}

section.about div.wrap ul.bottom:last-of-type li:nth-child(1) a {
  background: #eb6094;
}

section.about div.wrap ul li a:hover {
  opacity: .7;
}

section.about div.wrap ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  font-size: 12px;
}

section div.wrap h3 {
  font-size: 22px;
  color: #333;
  letter-spacing: .2rem;
  display: block;
  padding: 0 15px;
  margin: 25px auto 0;
  max-width: 400px;
  font-weight: bold;
}

section#plan-00 div.wrap h3 {
  border-top: 2px solid #8976c5;
  border-bottom: 2px solid #8976c5;
}

section#plan-01 div.wrap h3 {
  border-top: 2px solid #87932a;
  border-bottom: 2px solid #87932a;
}

section#plan-02 div.wrap h3 {
  border-top: 2px solid #f08e1e;
  border-bottom: 2px solid #f08e1e;
}

section#plan-03 div.wrap h3 {
  border-top: 2px solid #a83a30;
  border-bottom: 2px solid #a83a30;
}

section#plan-04 div.wrap h3 {
  border-top: 2px solid #e83322;
  border-bottom: 2px solid #e83322;
}

section#plan-05 div.wrap h3 {
  border-top: 2px solid #d3b248;
  border-bottom: 2px solid #d3b248;
}

section#plan-06 div.wrap h3 {
  border-top: 2px solid #eb6094;
  border-bottom: 2px solid #eb6094;
}

section div.wrap p.big {
  font-size: 20px;
  font-weight: bold;
}

section div.wrap p strong {
  font-size: 20px;
  font-weight: 600;
  display: inline;
  background: linear-gradient(transparent 60%, #ffeb6d 60%);
}

section div.wrap a span {
  display: block;
  font-weight: bold;
  margin: 10px auto 0;
}

section.about img {
  margin: 50px auto 25px;
  max-width: 850px;
  width: 100%;
}

/*===============600px~Break-point===============*/
@media (max-width: 600px) {

  .pc_none {
    display: initial;
  }

  .sp_none {
    display: none;
  }

  h1 {
    height: 90vh;
    background-image: url(../../images/pages/winter-event/fv-sp.jpg);
    background-attachment: inherit;
  }

  h1 img.main-catch {
    max-width: none;
    width: 90%;
    left: 0;
    top: 100px;
    right: 0;
    margin: 0 auto;
  }

  section h2 {
    margin: -30px auto 25px;
    font-size: 24px;
    letter-spacing: normal;
    font-weight: bold;
  }

  .about_catch {
    font-size: 18px;
  }

  section h2 span {
    font-size: 14px;
    font-weight: normal;
  }

  section div.wrap {
    width: 90%;
    padding: 25px 2.5%;
  }

  section.about {
    background-size: 100%;
    background-position: center 1%;
    text-align: center;
  }

  section.about div.wrap ul li {
    margin: 15px auto;
  }

  section.about ul li a {
    font-size: 14px;
  }

  section.about img {
    margin: 15px auto;
    width: 100%;
  }

  section.about div.wrap h3 span {
    font-size: 14px;
  }

  section.about div.wrap h4 {
    font-size: 18px;
  }

  div.parallax-content.bg-01,
  div.parallax-content.bg-02 {
    height: 50vh;
    background-attachment: inherit;
  }

  div.parallax-content h2 {
    font-size: 20px;
    max-width: 350px;
    top: calc(50% - 37px);
    display: block;
    letter-spacing: 1rem;
  }

  section.about h2 {
    font-size: 18px;
  }

  section div.wrap h3 {
    font-size: 14px;
    padding: 0 2px;
    margin: 15px auto;
    letter-spacing: -.05rem;
  }

  section div.wrap p {
    font-size: 12px;
    margin: 10px auto;
  }

  section div.wrap p strong {
    font-size: 14px;
  }

  section div.wrap p.big {
    font-size: 14px;
  }

  section div.wrap h4 {
    font-size: 14px;
    margin: 15px auto;
  }

  section div.wrap h4::after {
    bottom: -10px;
  }

  section.campaign-details div.wrap ul li,
  section.consecutive-stay-plan div.wrap ul li {
    font-size: 12px;
  }

  section.campaign-details div.wrap ul li::before,
  section.consecutive-stay-plan div.wrap ul li::before {
    top: -3px;
    font-size: 14px;
  }

  section a.button i.fas.fa-phone-alt {
    font-size: 16px;
    top: calc(50% - 8px);
  }

  section.application a {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    margin: 15px auto;
  }

  section div.wrap.mt-100 {
    margin: 50px auto;
  }

  section.infection-control {
    padding: 0;
  }

  section.application {
    background-attachment: inherit;
  }

  section.application div.wrap p strong {
    font-size: 12px;
  }

  section div.wrap p.text-left br {
    display: block;
  }
}