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

.lineheight2 {
  line-height: 2;
}

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

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

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
  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;
}

.bg-wrap {
  background: #BF3D36;
  padding: 40px 0 60px 0;
  position: relative;
  height: 100%;
  float: left;
  clear: both;
}
@media screen and (min-width: 1025px) {
  .bg-wrap {
    padding: 80px 0 100px 0;
  }
}
.bg-wrap::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/miyako-triathlon/img_sites/bg_top.png) no-repeat top;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-wrap::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/miyako-triathlon/img_sites/bg_btm.png) no-repeat bottom;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

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

.top {
  position: relative;
  z-index: 2;
}
.top .top__banner {
  max-width: 700px;
  margin: 0 auto;
}
.top .top__border {
  font-size: 2rem;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .top .top__border {
    font-size: 3rem;
  }
}
.top .top__border p b {
  border-bottom: 3px solid #FFF100;
  line-height: 2;
}
@media screen and (min-width: 740px) {
  .top .top__border p b {
    border-bottom: 5px solid #FFF100;
  }
}
.top .top__txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .top .top__txt {
    font-size: 2rem;
  }
}
.top .top__modal .linkbtn {
  text-align: center;
}
.top .top__modal .top__modal--btn a {
  background-color: unset;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0 !important;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 740px) {
  .top .top__modal .top__modal--btn a {
    font-size: 2.4rem;
    padding: 32px 0 !important;
  }
}
.top .top__modal .top__modal--btn a::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-color: #FFF100;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(45deg);
}

.mfp-content {
  background-color: rgba(255, 255, 255, 0.85) !important;
  padding: 20px 10px 25px 10px !important;
  max-width: 660px !important;
}
@media screen and (min-width: 740px) {
  .mfp-content {
    padding: 20px 20px 25px 20px !important;
  }
}

.top__modal--cont .modal-cont__ttl {
  font-weight: bold;
  position: relative;
  padding-left: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 10px;
}
.top__modal--cont .modal-cont__ttl::before {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #BF3D36;
  position: absolute;
  top: 3px;
  left: 0px;
}
.top__modal--cont .modal-cont__table tr {
  background: #fff;
  border: 1px solid #D0D0D0;
  margin-bottom: 15px;
}
.top__modal--cont .modal-cont__table tr th {
  padding: 10px 0;
  width: 30%;
  font-weight: bold;
}
.top__modal--cont .modal-cont__table tr td {
  padding: 15px 10px 15px 30px;
  width: 70%;
  border-left: 1px solid #ddd;
}
.top__modal--cont .modal-cont__table > p {
  background: #fff;
  border: 1px solid #D0D0D0;
  padding: 15px 10px 15px 30px;
}

.hotel {
  position: relative;
  z-index: 2;
}
.hotel .hotel__bg {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.hotel .hotel__bg::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #FFF100;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(45deg);
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg::before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .inner {
    padding: 0 40px;
  }
}
.hotel .hotel__bg .only-stay-tab {
  padding: 6px 0 3px;
  background: #25A90B;
}
.hotel .hotel__bg .only-stay-tab p {
  color: #fff;
}
.hotel .hotel__bg .hotel__recommend {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .hotel__recommend {
    padding: 20px;
  }
}
.hotel .hotel__bg .hotel__recommend::before {
  content: "おすすめ";
  position: absolute;
  top: -16px;
  left: -10px;
  background: #FF9000;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 30px 2px 15px;
}
.hotel .hotel__bg .hotel__recommend .hotel__recommend--name p {
  border-left: 5px solid #BF3D36;
  padding-left: 11px;
}
.hotel .hotel__bg .hotel__recommend .hotel__recommend--point p {
  display: inline-block;
  border: 1px solid #4472c4;
  color: #4472c4;
  padding: 5px 20px 2px;
}
.hotel .hotel__bg .hotel__recommend .hotel__recommend--border p b {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(transparent 65%, #FFF100 65%);
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .hotel__recommend .colWrap .col:first-of-type {
    width: calc(32% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .hotel__recommend .colWrap .col:last-of-type {
    width: calc(68% - 15px);
  }
}
.hotel .hotel__bg .hotel__btn a {
  background-color: #fff !important;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .ctm_bdrColumn .clm_1_3col .col {
    width: calc(33.3333333333% - 17px);
    padding: 20px 15px;
  }
}
.hotel .hotel__bg .hotel__ttl .ttlLv1 .heading {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel__bg .hotel__ttl .ttlLv1 .heading {
    font-size: 2rem;
  }
}
.hotel .hotel__bg .hotel__ttl .ttlLv1 .heading::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/miyako-triathlon/img_sites/ttl_hotel.svg) no-repeat;
  background-size: contain;
  width: 170px;
  height: 70px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .hotel__ttl .ttlLv1 .heading::before {
    top: -73px;
    width: 210px;
    height: 90px;
  }
}
.hotel .hotel__bg .hotel__name {
  min-height: 50px;
}
.hotel .hotel__bg .hotel__name p {
  border-left: 5px solid #BF3D36;
  padding-left: 11px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__bg .hotel__btm {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.info .info__ttl .ttlLv2 {
  border-bottom: 1px solid #ddd;
}
.info .info__ttl .ttlLv2 .heading {
  font-size: 1.6rem;
  border-left: 5px solid #BF3D36;
  line-height: 1.5;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .ttlLv2 .heading {
    font-size: 1.8rem;
  }
}
.info .info__box {
  border: 1px solid #ddd;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .info .info__box {
    padding: 40px;
  }
}

.option {
  border: 1px solid #c00;
}
.option .option__inner {
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .option .option__inner {
    padding: 20px;
  }
}
.option .option__top-txt {
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 10px;
}
@media screen and (min-width: 740px) {
  .option .option__top-txt {
    font-size: 2rem;
    padding: 15px 10px;
  }
}
.option .option__bg-red {
  background: #ffe4e4;
  padding: 10px 10px 20px;
}
@media screen and (min-width: 740px) {
  .option .option__bg-red {
    padding: 20px;
  }
}
.option .option__ttl .ttlLv2 {
  margin-top: 0px !important;
}
.option .option__ttl .ttlLv2 .heading {
  color: #c00;
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .option .option__ttl .ttlLv2 .heading {
    font-size: 2rem;
  }
}
.option .option__ttl .ttlLv2 .heading span {
  font-size: 2.2rem;
  display: block;
}
@media screen and (min-width: 740px) {
  .option .option__ttl .ttlLv2 .heading span {
    display: inline-block;
    font-size: 2.4rem;
    padding-left: 10px;
  }
}
.option .option__ttl .ttlLv2 .heading .ctm_iconTxt_br_RD {
  font-size: 1.6rem;
  padding: 4px 10px 1px;
  margin-right: 10px;
}
@media screen and (min-width: 740px) {
  .option .option__ttl .ttlLv2 .heading .ctm_iconTxt_br_RD {
    font-size: 1.8rem;
    padding: 5px 10px 3px;
  }
}
.option table tr {
  display: block;
}
.option table tr td {
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: top;
}
.option table tr td b .fs3L {
  line-height: 1;
  font-size: 2rem !important;
}
@media screen and (min-width: 740px) {
  .option table tr td b .fs3L {
    font-size: 2.4rem !important;
  }
}
.option table tr td:first-of-type {
  width: 40%;
}
@media screen and (min-width: 740px) {
  .option table tr td:first-of-type {
    width: 16%;
  }
}
.option table tr td:last-of-type {
  width: 60%;
}
@media screen and (min-width: 740px) {
  .option table tr td:last-of-type {
    width: 84%;
  }
}
.option .red-border {
  border: 2px solid #CC0000;
  color: #CC0000;
  text-align: center;
  padding: 13px 10px 10px;
}

.module-ttl {
  padding: 12px 10px 8px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .module-ttl {
    font-size: 2.2rem;
  }
}
.module-ttl.ttl-01 {
  background: #FF9000;
}
.module-ttl.ttl-02 {
  background: #25A90B;
}

.mile-ttl p {
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .mile-ttl p {
    font-size: 2.2rem;
  }
}
.mile-ttl .fcRD {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .mile-ttl .fcRD {
    font-size: 3rem;
  }
}

.hotel__recommend::before {
  content: "おすすめホテル" !important;
  position: absolute;
  top: -16px;
  left: -10px;
  background: #FF9000;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 30px 2px 15px;
}

@media (min-width: 740px) {
  .slick-box .slidControl {
    bottom: -25px !important;
    padding: 5px 20px !important;
    width: 65% !important;
  }
}
.border-w {
  border: 1px solid #fff;
  padding: 10px;
}