@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
/*--追記--*/
.hero-cmn.holiday {
  background: url("/event/holiday/img/mv_pc.jpg") 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .hero-cmn.holiday {
    background: url("/event/holiday/img/mv_sp.jpg") 50% 50%;
    background-size: cover;
  }
}
.hero-cmn.holiday .ttl-event {
  position: relative;
  left: 0;
  webkit-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-cmn.holiday .ttl-event {
    top: 0;
  }
}
.hero-cmn.holiday .ttl-event img {
  max-width: 45%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hero-cmn.holiday .ttl-event img {
    max-width: 70%;
  }
}

.hero-cmn .box-pan {
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .mv-event {
    padding: 30px;
    min-height: 230px;
  }
}

.area-event-contents {
  background-image: url(/event/holiday/img/bg.png);
  padding-bottom: 1px;
}

.txt-lead-wp {
  background: #fff;
  position: relative;
}
.txt-lead-wp .txt-lead-01 {
  color: #2a62a5;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .txt-lead-wp {
    background-position: center center;
  }
}

.area-privilege-wrap {
  position: relative;
  background-image: url(/event/holiday/img/bg_pc.jpg);
}
@media only screen and (max-width: 768px) {
  .area-privilege-wrap {
    background-image: url(/event/holiday/img/bg_sp.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .area-privilege-wrap:before {
    height: 20px;
    top: -20px;
  }
}

.box-bt {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .box-bt {
    margin-top: 40px;
  }
}

.box-bt-in {
  padding-top: 0;
}

.__hal-sws:before {
  background: #f7901b;
}

.cruise_time {
  font-size: 18px;
}

.onepoint {
  margin-bottom: 10px;
}

.txt-price-01 {
  margin-top: 10px;
}

.list-detail {
  margin-bottom: 30px;
}

.txt-menu dd ul li {
  display: block;
}

.__hld_menu {
  margin-bottom: 0;
}

.hld_memo {
  padding: 5rem;
  border: 1px solid #2a62a5;
  margin: 30px auto;
}
.hld_memo h3 {
  font-size: 18px;
}
.hld_memo p {
  font-size: 14px;
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .hld_memo {
    padding: 3rem 1rem;
  }
  .hld_memo h3 {
    text-align: center;
  }
  .hld_memo p {
    margin: 1.5rem 0;
  }
  .hld_memo p:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
