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

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

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

.bg--w {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .bg--w {
    padding: 20px;
  }
}

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

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #e9e1d3;
  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_ttl .ttlLv1 {
  background: #3c415a;
}
.sec_ttl .ttlLv1 .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 2.2rem !important;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .heading {
    font-size: 3rem !important;
  }
}
.sec_ttl .ttlLv1 .sec-ttl__icon {
  width: 35px;
}
.sec_ttl .ttlLv1 .sec-ttl__icon.icon02 {
  width: 42px;
}

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

.top-lead .top-lead__bg {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/kyu/kanosuke/img_sites/bg_toplead.jpg) no-repeat;
  background-size: cover;
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .top-lead .top-lead__bg {
    padding: 50px 35px;
  }
}

.point .point__num.ctm_iconTxt_RD {
  background-color: #937151;
  padding: 6px 10px 5px;
}
.point .point__table tbody {
  border: 1px solid #D0D0D0;
}
.point .point__table tbody tr th {
  background: #7b6c3e;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  width: 33%;
}
@media screen and (min-width: 740px) {
  .point .point__table tbody tr th {
    width: 18%;
  }
}
.point .point__table tbody tr td {
  background: #F8F7EE;
  padding: 15px 10px;
  border-bottom: 1px solid #D0D0D0;
}

.root .root__box-ttl {
  background: #C49963;
  padding: 10px;
}
.root .root__box {
  background: #57666B;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .root .root__box {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 740px) {
  .root .root__box .colWrap .col > div {
    display: flex;
  }
}
@media screen and (min-width: 740px) {
  .root .root__box .colWrap .col > div > div {
    width: 50%;
  }
  .root .root__box .colWrap .col > div > div:last-of-type {
    margin-left: 20px;
  }
}

.view .view__flex .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .view .view__flex .colWrap .col {
    width: calc(33.3333333333% - 20px);
  }
}
.view .view__flex-ttl {
  background: #F8F7EE;
  padding: 5px 0 3px;
}

.train .train__flex .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .train .train__flex .colWrap .col {
    width: calc(33.3333333333% - 20px);
  }
}
.train .train__flex .train__flex--ttl {
  padding: 5px 0 3px;
}
.train .train__flex .train__flex--ttl.ttl01 {
  background: #57666B;
}
.train .train__flex .train__flex--ttl.ttl02 {
  background: #CE8E4D;
}
.train .train__flex .train__flex--ttl.ttl03 {
  background: #A34130;
}
.train .train__img {
  overflow-x: scroll;
}
@media screen and (min-width: 740px) {
  .train .train__img {
    overflow-x: auto;
  }
}
.train .train__img .imgParts {
  width: 800px;
}
@media screen and (min-width: 740px) {
  .train .train__img .imgParts {
    width: 100%;
  }
}
.train .train__img .train__img--flex {
  width: 800px;
}
@media screen and (min-width: 740px) {
  .train .train__img .train__img--flex {
    width: 100%;
  }
}
.train .train__img .train__img--flex .colWrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 740px) {
  .train .train__img .train__img--flex .colWrap {
    justify-content: center;
  }
}
.train .train__img .train__img--flex .colWrap .col {
  width: 32%;
}
@media screen and (min-width: 740px) {
  .train .train__img .train__img--flex .colWrap .col {
    width: 280px;
  }
}
.train .train__img .train__img--label {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 5px 30px 3px;
  border-radius: 20px;
}

.scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.scroll p img {
  width: 20px;
}

.plan .plan__table {
  overflow-x: scroll;
}
@media screen and (min-width: 740px) {
  .plan .plan__table {
    overflow-x: auto;
  }
}
.plan .plan__table table {
  min-width: 500px;
}
@media screen and (min-width: 740px) {
  .plan .plan__table table {
    width: 100%;
  }
}
.plan .plan__table table tbody {
  border: 1px solid #D0D0D0;
}
.plan .plan__table table tbody tr th {
  background: #7b6c3e;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
.plan .plan__table table tbody tr td {
  background: #F8F7EE;
  padding: 15px 10px;
  border-right: 1px solid #D0D0D0;
  vertical-align: top;
}
.plan .plan__table table tbody tr:nth-of-type(6) td {
  border-bottom: 1px solid #D0D0D0;
}

.sec_btn a {
  background-color: #7b6c3e !important;
}

.price .price__table {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .price .price__table {
    width: fit-content;
  }
}
.price .price__table tbody {
  border: 1px solid #D0D0D0;
}
.price .price__table tbody tr th {
  background: #F8F7EE;
  padding: 6px 5px;
  border-right: 1px solid #D0D0D0;
}
@media screen and (min-width: 740px) {
  .price .price__table tbody tr th {
    padding: 6px 15px;
  }
}
.price .price__table tbody tr td {
  padding: 6px 5px;
  border-right: 1px solid #D0D0D0;
}
@media screen and (min-width: 740px) {
  .price .price__table tbody tr td {
    padding: 6px 15px;
  }
}
.price .price__table tbody tr:first-of-type {
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 740px) {
  .koutei_wrap {
    padding: 1em 16em;
  }
  }

.slider01 .slick-box .slidControl{bottom: 24px;}

@media screen and (min-width: 740px){
  .slider01 .slick-box .slidControl{bottom: 36px;}
}