@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #b68010;
}

.txt--bl {
  color: #007789;
}

.txt--red {
  color: #B40B00;
}

.txt--gn {
  color: #14A73C;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.slick-box2 {
  margin-top: 10px !important;
}

.sec__ttl {
  position: relative;
  margin: auto;
  padding: 0 10px;
}
@media screen and (min-width: 740px) {
  .sec__ttl {
    padding: 0 20px;
  }
}
.sec__ttl .ttlLv1 {
  padding-top: 10px !important;
}
.sec__ttl .ttlLv1 .heading {
  background: linear-gradient(90deg, #e8953f 0%, #e0b24d 50%, #e8953f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading {
    font-size: 3.4rem !important;
    gap: 20px;
  }
}
.sec__ttl .ttlLv1 .heading .sec__ttl--ico {
  width: 45px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading .sec__ttl--ico {
    width: 65px;
  }
}

.bg-wrap {
  background: #1B1A22;
  padding-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .bg-wrap {
    padding-bottom: 100px;
  }
}

.box {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .box {
    padding: 30px 40px;
  }
}
.box.bk {
  background: rgba(0, 0, 0, 0.4117647059);
}

.point {
  background: #1B1A22 url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/harrypotter-stage/img_sites/bg_point.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .point {
    padding-bottom: 100px;
  }
}
.point .point__sub-ttl {
  border: 2px solid #ffb466;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point .point__sub-ttl {
    border: 3px solid #ffb466;
  }
}
.point .point__sub-ttl p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
  background: linear-gradient(90deg, #e8a362 0%, #f0b06a 50%, #e8a262 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .point .point__sub-ttl p {
    flex-wrap: nowrap;
    gap: 20px;
    font-size: 2.6rem;
  }
}
.point .point__sub-ttl p img {
  height: 36px;
  width: fit-content;
}
.point .point__flex {
  display: flex;
}
.point .point__flex > div:first-of-type {
  width: calc(40% - 10px);
}
.point .point__flex > div:last-of-type {
  width: calc(60% - 10px);
  margin-left: 10px;
}
@media screen and (min-width: 740px) {
  .point .point__flex > div:last-of-type {
    margin-left: 20px;
  }
}
.point .point__actor {
  max-width: 500px;
  margin: auto;
}
.point .point__guest {
  border: 1px solid #fff;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1411764706);
  max-width: 500px;
  margin: auto;
}

.flex__box--wrap .colWrap .col {
  background: #fff;
}
.flex__box--wrap .colWrap.clm_1_3col {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .flex__box--wrap .colWrap.clm_1_3col .col {
    width: calc(33.3333333333% - 20px);
  }
}
.flex__box--wrap.no-bg .colWrap .col {
  background: none;
}

.schedule .schedule__table table tr th {
  background: #790000 !important;
}
.schedule .schedule__table table tr td {
  background: #fff !important;
}
.schedule .schedule__table table tr td img {
  width: 20px;
  vertical-align: middle;
  margin-left: 3px;
}
.schedule .schedule__txt img {
  width: 20px;
  vertical-align: middle;
  margin-left: 3px;
}

.info .info__label em {
  font-size: 1.4rem;
  border: 2px solid #c00;
  line-height: 1;
  padding: 3px 8px 1px;
}

.hotel .hotel__flex .colWrap .col {
  background: #fff;
}
.hotel .hotel__flex .hotel__flex--box {
  padding: 10px;
}
.hotel .hotel__flex .hotel__img {
  position: relative;
}
.hotel .hotel__flex .hotel__img .hotel__label {
  position: absolute;
  top: 0px;
  right: 0;
}

.caution-box {
  border: 1px solid #707070;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .caution-box {
    padding: 30px 40px;
  }
}

#JS_autoop_elm_wrap1 {
  display: none;
}