@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;
}

.contentsInr {
  padding: 0;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100%;
  }
}
.pageTtl {
  margin-bottom: 0;
}

.txt_serif {
  font-family: "Noto Serif JP", serif;
}

/* ----sec---- */
.sec {
  padding: 0 0 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

@media (min-width: 740px) {
  .sec {
    padding: 0 0 50px;
  }
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec_top {
  padding: 20px 0;
}
.sec_top .sec_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #326840;
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .sec_top .sec_ttl {
    font-size: 2.4rem;
  }
}
.sec_top .sec_ttl .ttlLv2 {
  padding: 0;
  margin: 0;
  border: none;
}
.sec_top .sec_ttl .ttlLv2 .heading {
  font-size: inherit;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.sec_top .sec_ttl .ttlLv2 .heading::before {
  content: "";
  background: #326840;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  left: -25px;
  top: 16px;
  transform: rotate(326deg);
}
@media (min-width: 740px) {
  .sec_top .sec_ttl .ttlLv2 .heading::before {
    height: 36px;
  }
}
.sec_top .sec_ttl .ttlLv2 .heading::after {
  content: "";
  background: #326840;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  right: -25px;
  top: 16px;
  transform: rotate(-326deg);
}
@media (min-width: 740px) {
  .sec_top .sec_ttl .ttlLv2 .heading::after {
    height: 36px;
  }
}
.sec_top .sec_ttl img {
  width: 60px;
  padding-bottom: 16px;
  margin: 0 10px;
}
@media (min-width: 740px) {
  .sec_top .sec_ttl img {
    width: 90px;
  }
}
.sec_top .top__txt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .sec_top .top__txt {
    font-size: 1.8rem;
  }
}

.sec__point {
  background: #BED8EB;
  padding-top: 10px;
  position: relative;
}
.sec__point::before {
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/kyu/yakutane/img_sites/bg_wave_01.jpg") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 95px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec__point .sec_ttl {
  font-size: 2rem;
  color: #326840;
  margin-bottom: 30px;
}
@media (min-width: 740px) {
  .sec__point .sec_ttl {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
.sec__point .sec_ttl .ttlLv2 {
  padding: 0;
  margin: 0;
  border: none;
}
.sec__point .sec_ttl .ttlLv2 .heading {
  font-size: inherit;
  border: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.sec__point .sec_ttl img {
  width: 70px;
  margin-right: 10px;
}
@media (min-width: 740px) {
  .sec__point .sec_ttl img {
    width: 128px;
    margin-right: 18px;
  }
}
.sec__point .subTtl {
  position: relative;
  font-size: 2rem;
}
@media (min-width: 740px) {
  .sec__point .subTtl {
    font-size: 2.6rem;
  }
}
.sec__point .subTtl .num {
  background: #fff;
  font-size: 3rem;
  display: block;
  /* position: absolute;
  left: -80px;
  top: 15px; */
  color: #F0B41E;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  .sec__point .subTtl .num {
    margin-bottom: 0;
    font-size: 3.6rem;
    width: 65px;
    height: 65px;
    position: absolute;
    left: -80px;
    top: 15px;
  }
}
.sec__point .subTtl .txtSmall {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .sec__point .subTtl .txtSmall {
    font-size: 2rem;
  }
}
@media (min-width: 740px) {
  .sec__point .cont01 {
    padding-left: 80px;
  }
}
.sec__point .cont01 .subTtl img {
  width: 130px;
  position: absolute;
  top: -20px;
  right: 0;
}
@media (min-width: 740px) {
  .sec__point .cont01 .subTtl img {
    top: 0;
    right: 0;
    width: 150px;
    right: 200px;
  }
}
.sec__point .cont01 .txt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .sec__point .cont01 .txt {
    font-size: 1.6rem;
  }
}
.sec__point .cont01 .course__list {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 740px) {
  .sec__point .cont01 .course__list {
    font-size: 2.4rem;
  }
}
.sec__point .cont01 .course__list .leftCont {
  border: 2px solid #144678;
  color: #144678;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px 10px 20px;
}
.sec__point .cont01 .course__list .rightCont {
  border: 2px solid #326840;
  color: #326840;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px 10px 20px;
}

.sec__pick {
  background: #DCEBF5;
  position: relative;
}
.sec__pick::before {
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/kyu/yakutane/img_sites/bg_wave_02.jpg") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec__pick.cont01 {
  margin-bottom: 50px;
}
.sec__pick.cont02 {
  margin-bottom: 5px;
}
.sec__pick .sec_ttl {
  position: relative;
  padding-left: 30px;
  font-size: 3.3rem;
  color: #144678;
}
@media (min-width: 740px) {
  .sec__pick .sec_ttl {
    padding-left: 80px;
    font-size: 4.6rem;
  }
}
.sec__pick .sec_ttl .ttlLv4 {
  margin: 0;
  padding: 0;
}
.sec__pick .sec_ttl img {
  width: 35px;
  position: absolute;
  left: -9px;
  top: 45%;
}
@media (min-width: 740px) {
  .sec__pick .sec_ttl img {
    width: 70px;
    position: absolute;
    left: 0;
    top: 40%;
  }
}
.sec__pick .sec_ttl .txtEn {
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .sec__pick .sec_ttl .txtEn {
    font-size: 1.5rem;
  }
}
.sec__pick .sec_ttl .subTxt {
  font-size: 1.2rem;
  padding-left: 5px;
}
@media (min-width: 740px) {
  .sec__pick .sec_ttl .subTxt {
    font-size: 2rem;
    padding-left: 20px;
  }
}
.sec__pick .flex {
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
}
@media (min-width: 740px) {
  .sec__pick .flex {
    padding: 0 25px;
  }
}
.sec__pick .flex .txt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .sec__pick .flex .txt {
    font-size: 1.5rem;
  }
}
.sec__pick .flex .colWrap .col {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .sec__pick .flex .colWrap .col {
    margin-bottom: 0;
    width: calc(50% - 30px);
  }
}

@media (min-width: 740px) {
  .sec__pick .flex .colWrap .col:nth-of-type(n+2) {
    margin-left: 60px;
  }
}
.img_caption {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .img_caption {
    padding-right: 30px;
    font-size: 1.4rem;
  }
}

.sec__hotel .flex {
  position: relative;
}
@media (min-width: 740px) {
  .sec__hotel .flex {
    padding: 0 50px;
  }
}
.sec__hotel .flex .colWrap .col {
  border: 3px solid #E6C046;
  border-radius: 20px;
  padding: 0 30px 20px;
}
.sec__hotel .flex .colWrap .col .bgYellow {
  background: #E6C046;
  padding: 15px 15px 5px;
  border-radius: 0 0 15px 15px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  min-height: 65px;
}
@media (min-width: 740px) {
  .sec__hotel .flex .colWrap .col .bgYellow {
    font-size: 1.5rem;
  }
}
.sec__hotel .flex .colWrap .col .bgYellow::after {
  content: "▼";
  color: #E6C046;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}
.sec__hotel .flex .hotelTtl .ttlLv3 .heading {
  border-left: 5px solid #E6C046;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 740px) {
  .sec__hotel .flex .hotelTtl .ttlLv3 .heading {
    font-size: 2rem;
  }
}
.sec__hotel .colWrap .col {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .sec__hotel .colWrap .col {
    margin-bottom: 0;
    width: calc(50% - 40px);
  }
}
.sec__hotel .tripBox180 {
  margin: 0 auto;
}
.sec__hotel .hotelBtn {
  text-align: center;
}

@media (min-width: 740px) {
  .sec__hotel .flex .colWrap .col:nth-of-type(n+2) {
    margin-left: 80px;
  }
}
.course .tabWrap {
  border-bottom: 20px solid #144678;
}
@media (min-width: 740px) {
  .course .tabWrap {
    margin-top: 80px;
  }
}
.course .tabWrap .tab .tabs_parent {
  padding: 0;
  display: flex;
  gap: 10px;
}
@media (min-width: 740px) {
  .course .tabWrap .tab .tabs_parent {
    gap: 15px;
  }
}
.course .tabWrap .tab .tabs_parent li {
  background: #6B8B68;
  border: 3px #396435 solid;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  position: relative;
  width: 50%;
}
.course .tabWrap .tab .tabs_parent li a {
  background: #6B8B68;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 740px) {
  .course .tabWrap .tab .tabs_parent li a {
    font-size: 2.4rem;
    text-align: left;
    padding: 30px 20px 20px 80px;
  }
}
.course .tabWrap .tab .tabs_parent li a span::after {
  content: none;
}
.course .tabWrap .tab .tabs_parent li a img {
  width: 35px;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 740px) {
  .course .tabWrap .tab .tabs_parent li a img {
    margin: 0;
    position: absolute;
    left: 25px;
    top: 16px;
  }
}
.course .tabWrap .tab .tabs_parent .current {
  background: #8BA3BC;
  border: 3px #2C5885 solid;
  border-bottom: none;
}
.course .tabWrap .tab .tabs_parent .current::after {
  content: none;
}
.course .tabWrap .tab .tabs_parent .current a {
  background: #8BA3BC;
}
.course .table table tr {
  border-bottom: 1px solid #707070;
}
.course .table table tr:first-of-type {
  border-bottom: none;
}
.course .table table tr:first-of-type th {
  background: #436B93;
  border-right: 5px solid #fff;
  color: #fff;
  padding: 16px 0 14px;
  line-height: 1;
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .course .table table tr:first-of-type th {
    font-size: 1.5rem;
  }
}
.course .table table tr:first-of-type th:last-of-type {
  border-right: none;
}
.course .table table tr td {
  padding: 5px;
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 740px) {
  .course .table table tr td {
    font-size: 1.6rem;
    padding: 18px;
  }
}
.course .table table tr td:nth-of-type(odd) {
  width: 9%;
  background: #E7ECF1;
}
@media (min-width: 740px) {
  .course .table table tr td:nth-of-type(odd) {
    width: 5%;
  }
}
.course .caution .numList li {
  font-size: 1.2rem;
  padding: 0 0 0 3.8em !important;
}
@media (min-width: 740px) {
  .course .caution .numList li {
    font-size: 1.4rem;
  }
}
.course .caution .numList li:nth-of-type(1)::before {
  content: "（注1）";
}
.course .caution .numList li:nth-of-type(2)::before {
  content: "（注2）";
}
.course .caution .numList li:nth-of-type(3)::before {
  content: "（注3）";
}
.course .caution .numList li:nth-of-type(4)::before {
  content: "（注4）";
}
.course.courseB .tabWrap {
  border-bottom: 20px solid #2D5A28;
}
.course.courseB .tabWrap .tab .tabs_parent li {
  background: #8BA3BC;
  border: 3px #2C5885 solid;
  border-bottom: none;
}
.course.courseB .tabWrap .tab .tabs_parent li a {
  background: #8BA3BC;
}
.course.courseB .tabWrap .tab .tabs_parent .current {
  background: #6B8B68;
  border: 3px #396435 solid;
  border-bottom: none;
}
.course.courseB .tabWrap .tab .tabs_parent .current::after {
  content: none;
}
.course.courseB .tabWrap .tab .tabs_parent .current a {
  background: #6B8B68;
}
.course.courseB .table table tr:first-of-type {
  border-bottom: none;
}
.course.courseB .table table tr:first-of-type th {
  background: #577B53;
}
.course.courseB .table table tr td:nth-of-type(odd) {
  background: #E9EEE9;
}

.infoImg {
  width: 100%;
  max-width: 644px;
  margin: 60px auto;
}

.pageTop {
  position: fixed;
  right: 0px;
  bottom: 10px;
}

.cmn_icon_pagetop {
  width: 116px;
  height: 71px;
  background-position: inherit;
}

[class^=cmn_icon_], [class*=" cmn_icon_"] {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/kyu/yakutane/img_sites/ico_pageTop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cautionBtn a {
  font-weight: bold;
  position: relative;
}
.cautionBtn a .fontSmall {
  font-size: 1.4rem;
}
.cautionBtn a .openNew {
  width: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cautionBtn a .altIcon {
  display: none;
}

@media (min-width: 740px) {
  .btnBox.widM .btn {
    width: 38%;
  }
}

/*終了対応*/
.entryEnd {
    padding: 20px;
    border: 2px solid #cc0000;
}