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

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

.pdnB60 {
  padding: 0 0 30px;
}
@media (min-width: 740px) {
  .pdnB60 {
    padding: 0 0 60px;
  }
}

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

.wdt-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

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

.txt--nv {
  color: #0d2a53 !important;
}

.border-red {
  border: 1px solid #cc0000;
  padding: 10px;
}

.txt-table table tr td {
  padding-bottom: 10px;
}
.txt-table table tr:last-of-type td {
  padding-bottom: 0;
}
.txt-table table tr td:first-of-type {
  width: 75px;
}
@media screen and (min-width: 740px) {
  .txt-table table tr td:first-of-type {
    width: 85px;
  }
}

.txt-table02 table tr td {
  padding-bottom: 10px;
  vertical-align: sub;
}
.txt-table02 table tr:last-of-type td {
  padding-bottom: 0;
  vertical-align: sub;
}
.txt-table02 table tr td:first-of-type {
  width: 34%;
}
@media screen and (min-width: 740px) {
  .txt-table02 table tr td:first-of-type {
    width: 28%;
    vertical-align: sub;
  }
}

.border_box {
  border: 1px solid #123662;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .border_box {
    padding: 20px;
  }
}

.sec_bg {
  background: #1d3f5b;
  padding-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .sec_bg {
    background: #1d3f5b url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ishigaki-ittouboshi/img_sites/bg_01.png) top;
    background-repeat: repeat-y;
    background-size: 100%;
    padding-bottom: 80px;
  }
}

.yellow_box {
  background: #faffd8;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .yellow_box {
    padding: 20px;
  }
}
@media screen and (min-width: 740px) {
  .yellow_box .colWrap .col:first-of-type {
    width: calc(70% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .yellow_box .colWrap .col:last-of-type {
    width: calc(30% - 15px);
  }
}
.yellow_box .scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 5px;
  color: #333333;
}
.yellow_box .scroll p img {
  width: 25px;
  padding: 5px;
  background: none;
}

.toplead .wdt-fit .txt-table {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .toplead .wdt-fit .txt-table {
    padding: 20px 40px;
  }
}

.point .point_ttl .ttlLv1 {
  text-align: left;
}
.point .point_ttl .ttlLv1 .heading {
  font-size: 2rem;
  color: #fffa8e;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 740px) {
  .point .point_ttl .ttlLv1 .heading {
    font-size: 2.2rem;
  }
}
.point .point_ttl .ttlLv1 .heading img {
  width: 60px;
  padding-bottom: 5px;
}
@media screen and (min-width: 740px) {
  .point .point_ttl .ttlLv1 .heading img {
    width: 70px;
    padding-bottom: 10px;
  }
}
.point.point_01 .point_img {
  position: relative;
}
.point.point_01 .point_img::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ishigaki-ittouboshi/img_sites/ico_star_01.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 740px) {
  .point.point_01 .point_img::before {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -30px;
  }
}

.sec_cont .cont_ttl .ttlLv1 {
  background: #fdf208;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  margin: 20px 0 0 0;
}
.sec_cont .cont_ttl .ttlLv1 .heading {
  font-size: 2.4rem;
  color: #0d2a53;
}
@media screen and (min-width: 740px) {
  .sec_cont .cont_ttl .ttlLv1 .heading {
    font-size: 2.8rem;
  }
}
.sec_cont .cont_box {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .sec_cont .cont_box {
    padding: 40px;
  }
}
.sec_cont .cont_box .cont_tag {
  background: #0d2a53;
  color: #Fff;
  display: inline-block;
  padding: 5px 20px 4px;
  border-radius: 20px;
}
.sec_cont .cont_box .cont_subttl .ttlLv2 {
  margin: 0;
  text-align: left;
}
.sec_cont .cont_box .cont_subttl .ttlLv2 .heading {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .sec_cont .cont_box .cont_subttl .ttlLv2 .heading {
    font-size: 2.2rem;
  }
}
.sec_cont.cont_01 .cont_img {
  position: relative;
}
.sec_cont.cont_01 .cont_img::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ishigaki-ittouboshi/img_sites/ico_star_02.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_01 .cont_img::before {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA table {
  border: 0;
  max-width: 600px;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_02 .cont_box .table_typeA table {
    width: 100%;
    max-width: none;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA thead tr th {
  background: #999;
  padding: 15px 10px;
  border: 0;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_02 .cont_box .table_typeA thead tr th {
    padding: 20px 15px;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA thead tr th.tbl_col_1 {
  width: 22%;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_02 .cont_box .table_typeA thead tr th.tbl_col_1 {
    width: 25%;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA thead tr th.tbl_col_2 {
  width: 78%;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_02 .cont_box .table_typeA thead tr th.tbl_col_2 {
    width: 75%;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA tbody tr td {
  background: #fff;
  padding: 10px;
  border-left: 0;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_02 .cont_box .table_typeA tbody tr td {
    padding: 30px;
  }
}
.sec_cont.cont_02 .cont_box .table_typeA tbody tr td:first-child {
  background: #f2f2f2;
}
.sec_cont.cont_02 .cont_box .table_typeA tbody tr td img {
  width: 20px;
}
.sec_cont.cont_03 .cont_box .cont_tag {
  background: none;
  color: #0d2a53;
  border: 1px solid #0d2a53;
}
@media screen and (min-width: 740px) {
  .sec_cont.cont_03 .cont_box .flex {
    display: flex;
  }
}
.sec_cont.cont_03 .cont_box .linkbtn a {
  background: #fff;
  border: 1px solid #c00;
  color: #c00;
  font-weight: bold;
}
.sec_cont.cont_03 .slick-box .slick-slide a {
  pointer-events: none;
}

.caution {
  border: 2px solid #c00;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .caution {
    padding: 20px;
  }
}

.slick-box .slidControl {
  bottom: 25px !important;
}
@media screen and (min-width: 740px) {
  .slick-box .slidControl {
    bottom: 30px !important;
  }
}

.scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 5px;
  color: #ffffff;
}
.scroll p img {
  width: 25px;
  padding: 5px;
  background: #ffffff;
}

.inner_ttl .point_top_ttl .ttlLv1 {
  padding: 0.5rem 0;
  margin: 0 auto;
  border-bottom: dotted 5px #fdf208;
  width: 60%;
}
@media screen and (min-width: 740px) {
  .inner_ttl .point_top_ttl .ttlLv1 {
    width: 27%;
  }
}
.inner_ttl .point_top_ttl .heading {
  color: #ffffff;
  font-size: 2.4rem !important;
}
@media screen and (min-width: 740px) {
  .inner_ttl .point_top_ttl .heading {
    font-size: 2.8rem !important;
  }
}

.time__table table {
  border: 0;
  max-width: 600px !important;
}
.time__table table tr th {
  background-color: rgba(82, 131, 136, 0.9019607843) !important;
  color: #ffffff;
  font-size: 1.4rem !important;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ishigaki-ittouboshi/img_sites/bg_03.jpg) !important;
}
@media screen and (min-width: 740px) {
  .time__table table tr th {
    font-size: 1.6rem !important;
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/ishigaki-ittouboshi/img_sites/bg_02.jpg) !important;
  }
}
.time__table table tr td {
  color: #0d2a53;
  background-size: contain !important;
  font-size: 1.4rem !important;
}
@media screen and (min-width: 740px) {
  .time__table table tr td {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 740px) {
  .time__table table {
    width: 100% !important;
    max-width: none !important;
  }
}

.moon_sp {
  overflow-x: auto;
}
.moon_sp .imgParts {
  width: 600px;
}
@media screen and (min-width: 740px) {
  .moon_sp .imgParts {
    display: none;
  }
}

.moon_pc {
  overflow: auto;
}
@media screen and (max-width: 741px) {
  .moon_pc {
    display: none;
  }
}

.top_box {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .top_box {
    padding: 20px;
  }
}

.optinBox {
  margin-top: 40px;
  font-weight: bold;
  color: #cc0000;
}
.optinBox .optInCheck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 740px) {
  .optinBox .optInCheck {
    width: 20px;
    height: 20px;
  }
}
.optinBox .optInCheck::before {
  background: #fff;
  border: 1px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.optinBox .optInCheck::after {
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 13px;
  left: 5px;
  margin-top: -9px;
}
@media screen and (min-width: 740px) {
  .optinBox .optInCheck::after {
    width: 8px;
    height: 12px;
    left: 6px;
    margin-top: -8px;
  }
}
.optinBox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.optinBox label {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
  padding: 5px 10px;
}
@media screen and (min-width: 740px) {
  .optinBox label {
    padding: 5px 0;
  }
}
.optinBox .agreeTxt {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.6rem;
  vertical-align: -2px;
}

input[type=checkbox]:focus + span.optInCheck {
  box-shadow: 0 0 3px 3px #ccc;
}

input[type=checkbox]:checked + span.optInCheck:after {
  opacity: 1;
}

.txt_underline_red {
  border-bottom: 2px solid #cc0000;
  display: inline-block;
  font-size: 1.5rem;
}
@media (min-width: 740px) {
  .txt_underline_red {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */