@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

.c_area {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

.secInner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.mgnB5 {
  margin-bottom: 5px;
}

.mgnB10 {
  margin-bottom: 10px;
}

.mgnB15 {
  margin-bottom: 15px;
}

.mgnB20 {
  margin-bottom: 20px;
}

.mgnB30 {
  margin-bottom: 30px;
}

.mgnB40 {
  margin-bottom: 40px;
}

.c_area a[href^="tel:"] {
  cursor: default;
}

.title-box {
  display: none;
}

.c_area a {
  text-decoration: none;
  display: inline-block;
}
.c_area a:hover, .c_area a:active {
  text-decoration: none;
}

.mv img {
  width: 100%;
  display: block;
}

.modalCont {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 20px 25px 20px;
}
.modalCont h3 {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-left: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 10px;
}
.modalCont h3::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #BF3D36;
  position: absolute;
  top: 3px;
  left: 0px;
}
.modal_txt{
  text-align: center;
  background: #fff;
  border: 1px solid #D0D0D0;
  padding: 15px 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.modalCont dl {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #D0D0D0;
  margin-bottom: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.modalCont dl dt {
  padding: 10px 0;
  width: 30%;
  text-align: center;
  font-weight: bold;
}
.modalCont dl dd {
  padding: 15px 10px 15px 30px;
  width: 70%;
  font-size: 1.4rem;
  border-left: 1px solid #ddd;
}
.modalCont dl dd span {
  display: inline-block;
  padding-bottom: 10px;
}
.modalCont dl.border {
  border-bottom: none;
  margin-bottom: 0;
}
.modalCont p {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.mfp-auto-cursor .mfp-content {
  padding: 100px 0;
}

.mfp-close {
  opacity: 1;
}

.js-c-lightbox-content .close-btn {
  background: #fff;
  color: #222 !important;
  position: relative;
  margin-left: auto;
  font-size: 1.6rem;
  padding: 13px 10px 13px 43px;
}
.js-c-lightbox-content .close-btn::before {
  content: "";
  background: url(/commonY15/img/icon_close_red.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.main {
  background: #BF3D36;
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.main .main__bgTop {
  position: absolute;
  top: 0;
  width: 100%;
}
.main .main__bgTop img {
  display: block;
}
.main .main__bgBtm {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main .main__bgBtm img {
  display: block;
}
.main .main__lead {
  position: relative;
}
.main .main__lead .redCaution {
  margin: 0 auto 30px;
}
.main .main__lead .redCaution span {
  color: #cc0000;
  border: #cc0000 2px solid;
  padding: 15px 10px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  text-align: center;
  width: 100%;
  max-width: 1030px;
  display: inline-block;
}
.main .main__lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 60px;
}
.main .main__lead .border {
  border-bottom: 5px solid #FFF100;
  font-size: 3rem;
  display: inline-block;
  margin-bottom: 15px;
}
.main .main__lead .border span {
  font-size: 3.5rem;
}
.main .main__lead .main__leadBtn {
  margin-bottom: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .main__lead .main__leadBtn a {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  border: 2px solid #fff;
  width: 100%;
  max-width: 500px;
  padding: 32px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.main .main__lead .main__leadBtn a::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-color: #FFF100;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(45deg);
}
.main .main__lead .main__leadBtn a::after {
  content: "";
  background: url(/domtour/jaldp/oka/miyako_triathlon/img/ico_arrow.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.main .main__lead .main__leadBtn a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.main .main__lead .main__leadBtn a:hover::after {
  right: 20px;
}
.main .main__hotel {
  background: #fff;
  padding: 100px 40px 20px 40px;
  position: relative;
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.main .main__hotel::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #FFF100;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(45deg);
}
.main .main__hotel h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  margin-bottom: 40px;
  font-size: 2rem;
}
.main .main__hotel h3::before {
  content: "";
  width: 208px;
  height: 90px;
  background: url(/domtour/jaldp/oka/miyako_triathlon/img/ico_hotelTtl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main .main__hotel .main__hotelList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.main .main__hotel .main__hotelList li {
  border: 1px solid #ddd;
  padding: 20px;
  width: calc(29.6% - 20px);
  display: flex;
  flex-direction: column;
}
.main .main__hotel .main__hotelList li.recommend{
  /* width: 61.55%; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.main .main__hotel .main__hotelList li.recommend:before{
  content: "おすすめ";
  position: absolute;
  top: -10px;
  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 40px 5px 20px;
}
.main .main__hotel .main__hotelList li.recommend .recommend_l{
  width: 30%;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r{
  width: 65%;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r .recommend_r_point{
  display: inline-block;
  border: 1px solid #4472c4;
  color: #4472c4;
  padding: 2px 20px;
  margin-bottom: 5px;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r h5{
  display: block;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r h5 span{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(transparent 65%, #FFF100 65%);
  margin-bottom: 10px;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r .recommend_r_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 220px;
  height: 50px;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #cc0200;
  color: #cc0200;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r .recommend_r_btn a:hover{
  opacity: .6;
}
.main .main__hotel .main__hotelList li.recommend .recommend_r .recommend_r_btn a:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://www.jal.co.jp/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 15px;
  height: 15px;
  background-position: -52px -52px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.main .main__hotel .main__hotelList li.recommend .recommend_r a:hover{
  text-decoration: none;
}
.main .main__hotel .main__hotelList li img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.main .main__hotel .main__hotelList li h4 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-left: 12px;
}
.main .main__hotel .main__hotelList li h4::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #BF3D36;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.main .main__hotel .main__hotelList li p {
  font-size: 1.4rem;
}
.main .main__hotel .main__hotelList li .hotelBtn {
  margin-top: auto;
}
.main .main__hotel .main__hotelList li .hotelBtn a {
  border: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  padding: 12px;
  position: relative;
  transition: all 0.3s;
}
.main .main__hotel .main__hotelList li .hotelBtn a::after {
  content: "";
  background: url(/domtour/jaldp/oka/miyako_triathlon/img/ico_ext.svg) no-repeat;
  width: 17px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.main .main__hotel .main__hotelList li .hotelBtn a:hover {
  opacity: 0.6;
}

.caution {
  margin-bottom: 120px;
}
.caution h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 13px;
  position: relative;
}
.caution h3::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #BF3D36;
  position: absolute;
  top: 4px;
  left: 0px;
}
.caution p span {
  color: #BF3D36;
}
.caution .caution__list {
  border: 1px solid #ddd;
  padding: 40px;
}
.caution .caution__list h3 {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}
.caution .caution__list h3::before {
  display: none;
}

.bgGreen {
  margin-bottom: 10px;
  padding: 2px;
  background: #25A90B;
  color: #fff;
  text-align: center;
}

.DPdeco {
  padding: 4px;
  font-size: 24px !important;
  font-weight: bold !important;
  background: #FF9000;
  color: #fff;
  text-align: center;
}

.EHdeco {
  padding: 4px;
  font-size: 24px !important;
  font-weight: bold !important;
  background: #25A90B;
  color: #fff;
  text-align: center;
}

.module {
  position: relative;
}
/* .module .redCaution {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #cc0000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.module .redCaution span {
  border: #cc0000 2px solid;
  padding: 10px;
  font-size: 2rem;
  background: #fff;
  width: 70%;
  text-align: center;
}

.banner {
  position: relative;
}
.banner img {
  display: block;
}
.banner .redCaution {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #cc0000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .redCaution span {
  border: #cc0000 2px solid;
  padding: 10px;
  font-size: 2rem;
  background: #fff;
  width: 70%;
  text-align: center;
}

/*# sourceMappingURL=style_230328.css.map */


.b_option{
  border: 1px solid #cc0000;
  margin-bottom: 40px;
}
.b_option_subTtl{
  background: #cc0000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-align: center;
}
.b_option_inner_hd{
  background: #fff3f3;
  padding: 20px;
  margin-bottom: 10px;
}
.b_option_inner_hd .b_option_inner_hd_txt{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.b_option__ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.b_option__ttl > h4{
  color: #f00001;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.b_option__ttl > h4 strong{
  font-size: 2.4rem;
  margin-left: 10px;
}
.b_option_inner_cont{
  padding: 20px;
}
.b_option_inner_cont dl {
  display: flex;
  align-items: baseline;
  font-weight: 500;
}
.b_option_inner_cont dl dt{
  width: 16%;
  min-width: 16%;
}
.b_option_inner_cont dl dd b{
  font-size: 2.4rem;
  font-weight: bold;
}
.b_option_inner_cont > h5{
  font-weight: 500;
}
.b_option__btn a {
  width: 165px;
  margin: 16px 0 0;
  padding: 8px 10px;
  background: #eee;
  border: 1px solid #d4d4d4;
  color: #0f0f69;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  transition: all .3s;
}
.b_option__btn a img{
  margin-right: 5px;
}
.b_option__btn a:hover{
  text-decoration: underline;
}