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

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 .txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .txtList 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;
  }
}

.txt--ppl {
  color: #70478f;
}

.lineheight2 {
  line-height: 2;
}

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

.contentsInr {
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

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

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

.point__flex .colWrap .col {
  background: #fff;
}

.hotel__flex .colWrap .col {
  background: #fff;
}

.bg-wrap {
  padding-bottom: 60px;
  background: linear-gradient(90deg, rgba(117, 78, 147, 0.1985588181) 0%, rgba(117, 78, 147, 0.0304915912) 50%, rgba(117, 78, 147, 0.1957576976) 100%);
}
@media screen and (min-width: 740px) {
  .bg-wrap {
    padding-bottom: 40px;
  }
}

.bg_lounge {
  background: #fff3c0;
  padding: 10px;
}

.hc01 .ttlLv2 {
  background: linear-gradient(90deg, rgb(82, 34, 120) 0%, rgb(117, 78, 147) 100%);
  padding: 5px !important;
}
.hc01 .ttlLv2 .heading {
  color: #fff;
  font-weight: 400;
  border: 1px solid #DFC82C !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 8px 10px 3px !important;
}
.hc01 .ttlLv2 .heading .ico_ttl {
  width: 30px;
}
@media screen and (min-width: 740px) {
  .hc01 .ttlLv2 .heading .ico_ttl {
    width: 40px;
  }
}

.ctm_iconTxt_Y.ico_ppl {
  background: #734b91;
}

.point__box {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.btn_colorS {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2px 6px;
  background-color: #caaa49;
}

.btn_colorA {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2px 6px;
  background-color: #f79155;
}

.btn_colorB {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2px 6px;
  background-color: #efcf02;
}

.btn_colorC {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2px 6px;
  background-color: #329c04;
}

.contentsInr .ticketModule_unit {
  margin: 10px -10px 0 -10px !important;
}

@media screen and (min-width: 740px) {
  .contentsInr .ticketModule_unit {
    margin: 10px 0 0 0 !important;
  }
}
.reserve__box {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.sec-ttl .ttlLv1 {
  background: linear-gradient(90deg, rgb(82, 34, 120) 0%, rgb(117, 78, 147) 100%);
  padding: 5px !important;
}
.sec-ttl .ttlLv1 .heading {
  color: #fff;
  font-weight: 400;
  border: 1px solid #DFC82C !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 8px 10px 3px !important;
  font-size: 2rem !important;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading {
    font-size: 3rem !important;
  }
}
.sec-ttl .ttlLv1 .heading .ico_ttl {
  width: 30px;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading .ico_ttl {
    width: 40px;
  }
}

.top-box {
  background: #fff;
  padding: 10px 10px 10px;
  border: 1px solid #c9a72b;
}
.top-box .top-box__ttl {
  background: linear-gradient(90deg, rgb(200, 166, 43) 0%, rgb(218, 187, 0) 100%);
}
.top-box .top-box__ttl .ttlLv1 {
  padding: 10px !important;
}
.top-box .top-box__ttl .ttlLv1 .heading {
  font-size: 1.8rem !important;
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 740px) {
  .top-box .top-box__ttl .ttlLv1 .heading {
    line-height: 1.2;
    font-size: 2.8rem !important;
  }
}
.top-box .top-box__ttl .ttlLv1 .heading .point {
  font-size: 1.4rem;
  display: inline-block;
  background: #6f478f;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 14px 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .top-box .top-box__ttl .ttlLv1 .heading .point {
    padding: 5px 30px 3px;
    font-size: 2.4rem;
  }
}
.top-box .top-box__ttl .ttlLv1 .heading .gentei {
  background: #cc0000;
  font-size: 1.4rem;
  padding: 4px 2px 2px 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}
@media screen and (min-width: 740px) {
  .top-box .top-box__ttl .ttlLv1 .heading .gentei {
    padding: 4px 10px 2px 16px;
    font-size: 2.2rem;
  }
}
.top-box .top-box__ttl .ttlLv1 .heading .num {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .top-box .top-box__ttl .ttlLv1 .heading .num {
    font-size: 4rem;
  }
}

.top-service .acodBlock > .heading {
  background: linear-gradient(90deg, rgb(82, 34, 120) 0%, rgb(117, 78, 147) 100%);
  border: 0px;
}
.top-service .top-service__sub-ttl .ttlLv3 {
  padding-top: 0 !important;
}
.top-service .top-service__box {
  border: 2px solid #6e468e;
  border-radius: 5px;
  padding: 10px;
  background: #fffbeb;
}
@media screen and (min-width: 740px) {
  .top-service .top-service__box {
    padding: 10px 20px;
  }
}
.top-service .top-service__box .top-service__box-list .txtList li {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 35px !important;
}
@media screen and (min-width: 740px) {
  .top-service .top-service__box .top-service__box-list .txtList li {
    font-size: 1.8rem;
  }
}
.top-service .top-service__box .top-service__box-list .txtList li::before {
  content: none;
}
.top-service .top-service__box .top-service__box-list .txtList li img {
  width: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lounge {
  padding: 10px;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_03_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_01_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_02_sp.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 740px) {
  .lounge {
    padding: 20px;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_03.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_01.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/gum/club-lounge/img_sites/260309/bg_lounge_02.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top, bottom, center;
    background-size: contain;
  }
}
.lounge .lounge__inner {
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__inner {
    padding: 20px;
  }
}
.lounge .lounge__ttl .ttlLv3 .heading {
  color: #532379;
}
.lounge .lounge__sub-ttl .ttlLv4 {
  padding: 0 !important;
}
.lounge .lounge__sub-ttl .ttlLv4 .heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__sub-ttl .ttlLv4 .heading {
    font-size: 1.6rem;
    flex-direction: row;
    gap: 40px;
  }
}
.lounge .lounge__sub-ttl .ttlLv4 .heading > strong {
  font-size: 2rem;
  color: #532379;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__sub-ttl .ttlLv4 .heading > strong {
    text-align: left;
    font-size: 2.4rem;
  }
}
.lounge .lounge__sub-ttl .ttlLv4 .heading > strong > img {
  width: 280px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .lounge .lounge__sub-ttl .ttlLv4 .heading > strong > img {
    bottom: 0;
  }
}
.lounge .lounge__sub-ttl .ttlLv4 .heading > span > small {
  font-weight: 300;
  font-size: 1.2rem;
}
.lounge .lounge__label {
  font-size: 1.6rem;
  color: #532379;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__label {
    width: fit-content;
    font-size: 2rem;
  }
}
.lounge .lounge__label b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.lounge .lounge__label b img {
  width: 60px;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__label b img {
    width: 70px;
  }
}
@media screen and (min-width: 740px) {
  .lounge .lounge__flex-btm {
    border-top: 3px dotted #b69607;
  }
}
@media screen and (min-width: 740px) {
  .lounge .lounge__flex-btm .col:first-of-type {
    border-right: 3px dotted #b69607;
    padding-right: 30px;
  }
}
.lounge .lounge__flex {
  display: flex;
  gap: 10px;
}
.lounge .lounge__flex.lounge__flex01 {
  flex-direction: column-reverse;
  border-top: 2px #d9b064 dotted;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__flex.lounge__flex01 {
    flex-direction: column;
    border-top: 0;
  }
}
.lounge .lounge__flex.lounge__flex02 {
  flex-direction: column;
  border-top: 2px #d9b064 dotted;
}
@media screen and (min-width: 740px) {
  .lounge .lounge__flex.lounge__flex02 {
    border-top: 0;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 740px) {
  .point__flex .colWrap .col {
    padding: 20px;
  }
}