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

/* ----sec---- */
.sec {
  padding: 50px 0;
}

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

.sec01 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/bg_sec01.jpg) top center no-repeat;
  background-size: cover;
}

.sec01_ttl .ttlLv1 {
  text-align: center;
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 0;
}
.sec01_ttl .ttlLv1:after {
  content: none;
}
.sec01_ttl .ttlLv1 .heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #38AE1E;
  font-size: 2.2rem;
}
.sec01_ttl .ttlLv1 .heading img {
  width: 127px;
  min-width: 127px;
}

@media (min-width: 740px) {
  .sec01_ttl .ttlLv1 .heading {
    font-size: 3.2rem;
  }
}
@media (min-width: 740px) {
  .sec01_col2 .colWrap .col:first-child {
    width: 28%;
  }
  .sec01_col2 .colWrap .col:nth-child(2) {
    width: 68%;
  }
}
.sec01_ttlSub .ttlLv2 {
  padding: 20px 0 0;
  border-bottom: 0;
  margin-bottom: 5px;
}
.sec01_ttlSub .ttlLv2 .heading {
  border-left: 0;
  padding-left: 0;
  color: #38AE1E;
  font-size: 1.6rem;
}

.sec01_col .responsivegrid:nth-child(2) {
  margin-top: 20px;
}

@media (min-width: 740px) {
  .sec01_ttlSub .ttlLv2 .heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 740px) {
  .sec01_col {
    display: flex;
    justify-content: space-between;
  }
  .sec01_col .responsivegrid:nth-child(2) {
    margin-left: 20px;
    margin-top: 0;
  }
}
.sec02 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/bg_sec02.jpg) top center no-repeat;
  background-size: cover;
}

.sec02_ttl .ttlLv1 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/bg_sec02_ttl.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 12px 0;
}
.sec02_ttl .ttlLv1:after {
  content: none;
}
.sec02_ttl .ttlLv1 .heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1.6rem;
}

@media (min-width: 740px) {
  .point_col .colWrap .col:nth-child(odd) {
    width: calc(55% - 15px);
  }
  .point_col .colWrap .col:nth-of-type(n+2) {
    width: calc(45% - 15px);
  }
}
@media (min-width: 740px) {
  .sec02_ttl .ttlLv1 .heading {
    gap: 20px;
    font-size: 3rem;
  }
}
.sec02_ttlSub .ttlLv2 {
  background: #EB8422;
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 5px 10px;
}
.sec02_ttlSub .ttlLv2:after {
  content: none;
}
.sec02_ttlSub .ttlLv2 .heading {
  color: #ffffff;
  font-size: 1.6rem;
  border-left: 0;
  padding-left: 0;
}

@media (min-width: 740px) {
  .sec02_ttlSub .ttlLv2 .heading {
    font-size: 1.8rem;
  }
}
.sec02_txt {
  display: inline-block;
  background: #3e1d88;
  padding: 2px 5px;
}
.sec02_txt.bg_cor {
  background: #cb0100;
}
.sec02_txt p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 740px) {
  .sec02_txt {
    padding: 3px 10px;
  }
}
.sec02_tab table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 0;
  border-bottom: 0;
}
.sec02_tab table tbody {
  width: 100%;
}
.sec02_tab table tr th, .sec02_tab table tr td {
  text-align: center;
  line-height: 2;
}
.sec02_tab table tr th {
  width: 8%;
  min-width: 8%;
  padding: 0;
  background: #3BB03E;
  color: #ffffff;
  border-top: 0;
  border-left: 0 !important;
  border-right: 0;
  border-bottom: 1px solid #333333;
  line-height: 1.5;
}
.sec02_tab table tr td {
  background: #ffffff;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 0;
  padding: 0;
}
.sec02_tab table tr td dl {
  border-bottom: 2px dotted #333333;
}
.sec02_tab table tr td dl:last-child {
  border-bottom: 0;
}
.sec02_tab table tr td dl dd {
  font-weight: bold;
}

@media (min-width: 740px) {
  .sec02_tab table {
    width: 100%;
  }
}
/* .sec02_tab table tr:last-child th{
  border: 0;
} */
/* .sec02_tab table tr:last-child td{
  border-bottom: 0;
} */
.bg_bl {
  background: #97DEFF;
}

.bg_pk {
  background: #FFC7F0;
}

.bg_gn {
  background: #ECF4D9;
}

.bg_gr {
  background: #E9E9E9;
  min-height: 56px;
}

.sec02_02_l {
  padding: 20px;
  background: #F6AA00;
}

.sec02_02_r {
  padding: 20px;
  background: #ffffff;
}

@media (min-width: 740px) {
  .sec02_02_l, .sec02_02_r {
    min-height: 310px;
  }
}
.sec02_02_ttlSub .ttlLv2 {
  border-bottom: 1px solid #3E1E87;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}
.sec02_02_ttlSub .ttlLv2:after {
  content: none;
}
.sec02_02_ttlSub .ttlLv2 .heading {
  color: #3E1E87;
  font-size: 1.8rem;
  border-left: 0;
  padding-left: 0;
}

@media (min-width: 740px) {
  .sec02_02_ttlSub .ttlLv2 {
    margin: 0 0 20px 0;
  }
  .sec02_02_ttlSub .ttlLv2 .heading {
    font-size: 2.2rem;
  }
}
.sec02_02_r .sec02_02_ttlSub .ttlLv2 {
  border-bottom: 1px solid #cb0100;
}
.sec02_02_r .sec02_02_ttlSub .ttlLv2 .heading {
  color: #cb0100;
}

.sec02_02_l strong {
  color: #3E1E87;
  font-size: 1.6rem;
}

.sec02_02_r strong {
  color: #cb0100;
  font-size: 1.6rem;
}

.sec02_02_col .sec02_02_col_img {
  margin-bottom: 10px;
}

@media (min-width: 740px) {
  .sec02_02_l strong, .sec02_02_r strong {
    font-size: 1.9rem;
  }
  .sec02_02_col {
    display: flex;
  }
  .sec02_02_col .sec02_02_col_img {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.sec02_box {
  border: 1px solid #333333;
  background: #fff;
}

.sec02_box_inner {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 30px 15px;
}

.sec03_ttl .ttlLv1 {
  background: #8FC31F;
  text-align: center;
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
.sec03_ttl .ttlLv1:after {
  content: none;
}
.sec03_ttl .ttlLv1 .heading {
  color: #ffffff;
  font-size: 1.6rem;
}
.sec03_ttl .txt_yw {
  font-weight: bold;
  color: #ffea00;
}

@media (min-width: 740px) {
  .sec03_ttl .ttlLv1 .heading {
    font-size: 1.8rem;
  }
}
.sec02_02_ttlSub-r .ttlLv2 {
  padding: 10px;
  background: #fff;
  border-bottom: 2px solid #cb0100;
}
.sec02_02_ttlSub-r .ttlLv2 .heading {
  color: #cb0100;
}

.sec02_02_ttlSub-l .ttlLv2 {
  border-bottom: 2px solid #3E1E87;
  padding: 10px;
  background: #F6AA00;
}

@media (min-width: 740px) {
  .sec02_02_ttlSub .ttlLv2 {
    margin: 0 0 10px 0;
  }
}
.sec02_02_l {
  background: linear-gradient(166deg, rgb(246, 170, 0) 0%, rgb(212, 106, 0) 100%);
  position: relative;
}
.sec02_02_l::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/241021/ico_ball.png) no-repeat bottom;
  width: 50%;
  height: 100%;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0.6;
}

.sec02_02_col {
  position: relative;
  z-index: 2;
}

.margin-non .txtListBox {
  margin-top: 0 !important;
}

@media (min-width: 740px) {
  .sec02_02_flex .colWrap .col:first-of-type {
    width: calc(63% - 15px);
  }
  .sec02_02_flex .colWrap .col:last-of-type {
    width: calc(36% - 15px);
  }
  .sec02_02_l .sec02_02_col > div:first-of-type {
    width: 60% !important;
  }
  .sec02_02_l .sec02_02_col > div:last-of-type {
    width: 40% !important;
  }
  .sec02_02_ttlSub-r .ttlLv2 .heading {
    font-size: 1.8rem;
  }
  .sec02_02_r strong {
    font-size: 1.6rem;
  }
  .sec02_02_r .sec02_02_col {
    display: block;
  }
  .sec02_02_r .sec02_02_col_img {
    max-width: 135px;
    margin: 0 auto;
  }
}
.sec02_02_l strong {
  position: relative;
  z-index: 2;
}

.sec02_box {
  position: relative;
}
.sec02_box::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/241021/img_sec02_box.png) no-repeat bottom;
  width: 70%;
  height: 100%;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0.4;
}

@media (min-width: 740px) {
  .sec02_box::before {
    content: "";
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/levanga-hokkaido/img_sites/241021/img_sec02_box.png) no-repeat bottom;
    width: 30%;
    background-size: contain;
  }
}
.txt--gn {
  color: #38AE1E;
}

@media (min-width: 740px) {
  .point_col.col_02 .colWrap .col:nth-of-type(odd) {
    width: calc(75% - 15px);
  }
  .point_col.col_02 .colWrap .col:nth-of-type(n+2) {
    width: calc(25% - 15px);
  }
}
.border-gn {
  border: 2px solid #ddd;
  padding: 10px;
}

.top-anc .colWrap .col .linkbtn a {
  background: #38AE1E;
}

.info-img img {
  position: relative;
  z-index: 3;
}

.point {
  background: #f2ffee;
}
.point .point__label {
  background: #38AE1E;
  padding: 4px 20px 3px;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .point .point__label {
    font-size: 1.6rem;
  }
}
.point .point__flex .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .point .point__flex .colWrap .col:first-of-type {
    width: calc(15% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .point .point__flex .colWrap .col:last-of-type {
    width: calc(70% - 15px);
  }
}

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

.sec02_02_l {
  background: linear-gradient(166deg, rgb(255, 176, 0) 0%, rgb(252, 186, 120) 100%);
  position: relative;
}
.sec02_02_l::before {
  opacity: 1;
}
.sec02_02_l .sec02_02_col > div:first-of-type {
  width: 50% !important;
}
.sec02_02_l .sec02_02_col > div:last-of-type {
  width: 50% !important;
}

.sec03_ttl .ttlLv1 {
  margin: 20px 0 20px 0;
}
@media screen and (min-width: 740px) {
  .sec03_ttl .ttlLv1 {
    margin: 40px 0 20px 0;
  }
}

@media screen and (min-width: 740px) {
  .sec01_col2 .colWrap .col:first-of-type {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .sec01_col2 .colWrap .col:last-of-type {
    width: calc(60% - 15px);
  }
}