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

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;
  }
}

.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;
  }
}

.lineheight2 {
  line-height: 2;
}

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

.txt--nv {
  color: #1e1e60;
}

.txt--ppl {
  color: #b54dc8;
}

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

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

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@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;
}
@media screen and (min-width: 740px) {
  .inner {
    background: rgba(255, 255, 255, 0.8);
  }
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.sec__ttl .ttlLv1 .heading {
  color: #1e1e60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading {
    gap: 15px;
  }
}
.sec__ttl .ttlLv1 .heading img {
  width: 60px;
}
@media screen and (min-width: 740px) {
  .sec__ttl .ttlLv1 .heading img {
    width: 80px;
  }
}

.price {
  padding: 30px 0;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/summer_oomagari-hanabikyogitaikai/img_sites/bg_price.png) repeat-x top center;
  background-size: contain;
}
@media screen and (min-width: 740px) {
  .price {
    padding: 60px 0;
  }
}
@media screen and (min-width: 740px) {
  .price .inner {
    background: none;
  }
}
.price .price__box {
  border: 1px solid #b54dc8;
  background: #fff;
  padding: 20px;
  max-width: 640px;
  margin: auto;
}
.price .price__box .colWrap {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .price .price__box .colWrap .col {
    width: fit-content;
  }
}
.price .price__box .colWrap .col:first-of-type {
  text-align: center;
}
@media screen and (min-width: 740px) {
  .price .price__box .colWrap .col:first-of-type {
    text-align: left;
  }
}
.price .price__box .colWrap .col:last-of-type {
  margin-top: 0;
}

.bg-wrap {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .bg-wrap {
    padding-bottom: 60px;
  }
}
.bg-wrap::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/summer_oomagari-hanabikyogitaikai/img_sites/bg_sec.png) repeat-y top center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-wrap .inner {
  position: relative;
  z-index: 2;
}

.point {
  background: linear-gradient(90deg, #00003A, #202062, #00003A);
  padding-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .point {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 740px) {
  .point .inner {
    background: none;
  }
}
.point .sec__ttl .ttlLv1 .heading {
  color: #fff;
}
.point .point__ttl .ttlLv1 {
  text-align: left;
}
.point .point__ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 1.6rem !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .point .point__ttl .ttlLv1 .heading {
    font-size: 2rem !important;
  }
}
.point .point__ttl .ttlLv1 .heading .point__num {
  width: 60px;
}
@media screen and (min-width: 740px) {
  .point .point__ttl .ttlLv1 .heading .point__num {
    width: 80px;
  }
}