@charset "utf-8";
/* CSS Document */
/* map-style.css */
/* 20250213-1550 */
.hotel__list--name a:focus,.map__pin--item a:focus {
  outline: none;
}

.PC-map {
  display: none;
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box div img {
  max-width: 100%;
  min-width: 790px;
  vertical-align: top;
}

.sp-grade-icon__box {
  width: 234px;
  margin-top: 12px;
}

.hotel__list--wrap {
  margin-top: 12px;
  height: 462px;
  overflow-y: scroll;
}

.hotel__list--left li,
.hotel__list--right li {
  background-color: #ffffff;
  padding: 12px 16px 10px 45px;
  position: relative;
}

.hotel__list--left li:nth-of-type(even) {
  background-color: #F5F5F5;
}
.hotel__list--right li:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.hotel__list--num {
  position: absolute;
  left: -36px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 27px;
  color: #fff;
  text-align: center;
}

.hotel__list--name a,.hotel__list--name p {
  position: relative;
  transition: all 0.3s;
}

.hotel__list--name a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
  left: 10px;
  transition: all 0.3s;
}
.hotel__list--name.link--list a::after {
  transform: rotate(45deg);
}

.hotel__list--num.gradeS {
  background-color: #B9984F;
}

.hotel__list--num.gradeA {
  background-color: #E55B80;
}

.hotel__list--num.gradeB {
  background-color: #1EBAC9;
}

.hotel__list--num.gradeC {
  background-color: #65D590;
}

.hotel__list--num.icon-crown::after {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.hotel__list--num.icon-crown.gradeS::after {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-S.svg);
}

.hotel__list--num.icon-crown.gradeA::after {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-A.svg);
}

.hotel__list--num.icon-crown.gradeB::after {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-B.svg);
}

.hotel__list--num.icon-crown.gradeC::after {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-B.svg);
}

/* =================================
メディアクエリ
=================================== */
@media all and (min-width:740px) {
  .SP-map {
    display: none;
  }
  .PC-map {
    display: block;
  }
  .pc-grade-icon__box {
    width: 464px;
    margin-top: 16px;
  }
  .map__bace--block {
    position: relative;
  }
  .hotel__list--wrap {
    height: 180px;
  }
  .hotel__list--flex {
    display: flex;
  }
  .hotel__list--left,
  .hotel__list--right {
    width: 50%;
  }
  .hotel__list--right li:nth-of-type(odd) {
    background-color: #ffffff;
  }
  .hotel__list--right li:nth-of-type(even) {
    background-color: #F5F5F5;
  }
  .hotel__list--name a:hover {
    color: #FFA500;
  }
  .hotel__list--name a:hover::after {
    border-top: 1px solid #FFA500;
    border-right: 1px solid #FFA500;
  }
  .hotel__list--name.num005,.hotel__list--name.num014 {
    /* min-height: 64px; */
  }
  .hotel__list--name p{
    cursor: pointer;
  }

  /* マップ上ピン */
  .map__pin--item a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
  }
  .map__pin--item a:hover {
    text-decoration: none;
  }
  .map__pin--item a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0;
    border-color: #000 transparent transparent transparent;
  }

  .map__pin--item.gradeS a {
    background-color: #B9984F;
  }
  .map__pin--item.gradeS a:after {
    border-color: #B9984F transparent transparent transparent;
  }
  .map__pin--item.gradeA a {
    background-color: #E55B80;
  }
  .map__pin--item.gradeA a:after {
    border-color: #E55B80 transparent transparent transparent;
  }
  .map__pin--item.gradeB a {
    background-color: #1EBAC9;
  }
  .map__pin--item.gradeB a:after {
    border-color: #1EBAC9 transparent transparent transparent;
  }
  .map__pin--item.gradeC a {
    background-color: #65D590;
  }
  .map__pin--item.gradeC a:after {
    border-color: #65D590 transparent transparent transparent;
  }

  .map__pin--item.icon-crown a::before {
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .map__pin--item.icon-crown.gradeS a::before {
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-S.svg);
  }
  .map__pin--item.icon-crown.gradeA a::before {
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-A.svg);
  }
  .map__pin--item.icon-crown.gradeB a::before {
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-B.svg);
  }
  .map__pin--item.icon-crown.gradeC a::before {
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/gum/img_sites/crown-B.svg);
  }


  /* ホテル名吹き出し */
  .hotelName {
    position: absolute;
    z-index: 1;
    display: none;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
    padding: 6px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .hotelName::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0;
    border-color: #000 transparent transparent transparent;
  }
  .hotelName.gradeS {
    background-color: #B9984F;
  }
  .hotelName.gradeS::after {
    border-color: #B9984F transparent transparent transparent;
  }
  .hotelName.gradeA {
    background-color: #E55B80;
  }
  .hotelName.gradeA::after {
    border-color: #E55B80 transparent transparent transparent;
  }
  .hotelName.gradeB {
    background-color: #1EBAC9;
  }
  .hotelName.gradeB::after {
    border-color: #1EBAC9 transparent transparent transparent;
  }
  .hotelName.gradeC {
    background-color: #65D590;
  }
  .hotelName.gradeC::after {
    border-color: #65D590 transparent transparent transparent;
  }

  /* ピンの座標指定と吹き出しのサイズ */
  .map__bace--block ul li{
    position: absolute;
  }
  .num01 {
    top: 84px;
    left: 740px;
  }
  .hotelName.hotel01 {
    width: 134px;
  }

  .num02 {
    top: 207px;
    left: 672px;
  }
  .hotelName.hotel02 {
    width: 214px;
  }

  .num03 {
    top: 70px;
    left: 716px;
  }
  .hotelName.hotel03 {
    width: 182px;
  }

  .num04 {
    top: 194px;
    left: 696px;
  }
  .hotelName.hotel04 {
    width: 236px;
  }

  .num05 {
    top: 360px;
    left: 95px;
  }
  .hotelName.hotel05 {
    width: 224px;
    top: -68px;
    left: 22px;
  }
  .hotelName.hotel05::after {
    left: 41%;
  }

  .num06 {
    top: 240px;
    left: 327px;
  }
  .hotelName.hotel06 {
    width: 244px;
  }

  .num07 {
    top: 157px;
    left: 731px;
  }
  .hotelName.hotel07 {
    width: 214px;
  }

  .num08 {
    top: 298px;
    left: 45px;
  }
  .hotelName.hotel08 {
    width: 196px;
    top: -68px;
    left: 60px;
  }
  .hotelName.hotel08::after {
    left: 20%;
  }

  .num09 {
    top: 234px;
    left: 657px;
  }
  .hotelName.hotel09 {
    width: 232px;
  }

  .num10 {
    top: 127px;
    left: 751px;
  }
  .hotelName.hotel10 {
    width: 149px;
  }

  .num11 {
    top: 106px;
    left: 68px;
  }
  .hotelName.hotel11 {
    width: 149px;
  }

  .num12 {
    top: 312px;
    left: 436px;
  }
  .hotelName.hotel12 {
    width: 194px;
    top: -68px;
  }

  .num13 {
    top: 170px;
    left: 712px;
  }
  .hotelName.hotel13 {
    width: 138px;
  }

  .num14 {
    top: 194px;
    left: 736px;
  }
  .hotelName.hotel14 {
    width: 150px;
  }

  .num15 {
    top: 186px;
    left: 767px;
  }
  .hotelName.hotel15 {
    width: 182px;
  }

  .num16 {
    top: 299px;
    left: 567px;
  }
  .hotelName.hotel16 {
    width: 219px;
    top:-40px;
  }

  .num17 {
    top: 299px;
    left: 532px;
  }
  .hotelName.hotel17 {
    width: 220px;
    top:-40px;
  }

  .num18 {
    top: 346px;
    left: 451px;
  }
  .hotelName.hotel18 {
    width: 186px;
    top:-40px;
  }

}