@charset "UTF-8";
.scrollNote {
  margin-bottom: 10px;
}
.scrollNote p {
  padding-left: 20px !important;
  text-align: left;
}

.base_map-sp {
  position: relative;
}
.base_map-sp .hotel_icn-sp {
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 414px) {
  .base_map-sp .hotel_icn-sp {
    width: 6vw;
  }
}
@media (min-width: 428px) {
  .base_map-sp .hotel_icn-sp {
    width: 7vw;
  }
}
@media (min-width: 600px) {
  .base_map-sp .hotel_icn-sp {
    width: 9vw;
  }
}
.base_map-sp .hotel_icn-sp a {
  display: inline-block;
}
.base_map-sp .hotel_icn-sp a svg {
  width: 6vw;
  height: 6vw;
}
.base_map-sp .color + .icn .hotel_icn {
  background: #cc0000;
}
.base_map-sp .color + .icn .hotel_icn::after {
  border-color: #cc0000 transparent transparent transparent;
}
.base_map-sp .color + .icn .hotel_icn-sp a svg path:first-of-type {
  fill: #cc0000;
}
.base_map-sp .color + .icn .hotel_icn-sp a svg path:nth-of-type(2) {
  fill: #cc0000;
}
.base_map-sp .color + .icn .hotel_icn-sp a svg path:last-of-type {
  fill: #fff;
}

.tab-area {
  display: flex;
  gap: 5px;
  border-bottom: 2px solid;
  margin-top: 30px;
}
@media (min-width: 740px) {
  .tab-area {
    gap: 10px;
  }
}
.tab-area:has(.active #mapTab01) {
  border-bottom: #457AAB 5px solid;
}
.tab-area:has(.active #mapTab02) {
  border-bottom: #DC6D1E 5px solid;
}

.tab {
  padding: 5px;
  text-align: center;
  width: 50%;
  padding: 0;
}
.tab a {
  background: #457AAB;
  display: block;
  height: 100%;
  color: #fff;
  line-height: 1.7;
  font-size: 1.2rem;
  border-radius: 15px 15px 0 0;
  padding: 12px 7px 5px 7px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 740px) {
  .tab a {
    padding: 22px 20px 10px 20px;
    font-size: 1.6rem;
  }
}
.tab a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.tab a small {
  font-size: 1.1rem;
}
.tab a span {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .tab a span {
    font-size: 1.4rem;
  }
}
.tab a span::after {
  content: none;
}
@media (min-width: 740px) {
  .tab:first-of-type {
    margin-left: 10px;
  }
}
.tab:first-of-type a {
  background: #457AAB;
}
@media (min-width: 740px) {
  .tab:last-of-type {
    margin-right: 10px;
  }
}
.tab:last-of-type a {
  background: #DC6D1E;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.map_tab .tabs_parent {
  position: relative;
  z-index: 100;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.map_tab .tabs_parent:has(.current #mapTab01) {
  border-bottom: #457AAB 5px solid;
}
.map_tab .tabs_parent:has(.current #mapTab02) {
  border-bottom: #DC6D1E 5px solid;
}
.map_tab .tabs_parent li {
  border-radius: 15px 15px 0 0;
  background: none;
  border: none;
}
.map_tab .tabs_parent li a {
  border-radius: 15px 15px 0 0;
  color: #fff;
  padding: 22px 20px 10px 20px;
  text-align: left;
  line-height: 2;
  font-size: 1.6rem;
}
.map_tab .tabs_parent li a:hover {
  color: #fff;
  opacity: 0.8;
}
.map_tab .tabs_parent li a small {
  font-size: 1.1rem;
}
.map_tab .tabs_parent li a span {
  font-size: 1.4rem;
}
.map_tab .tabs_parent li a span::after {
  content: none;
}
.map_tab .tabs_parent li:first-of-type {
  padding: 0 5px 0 15px;
}
.map_tab .tabs_parent li:first-of-type a {
  background: #457AAB;
}
.map_tab .tabs_parent li:last-of-type {
  padding: 0 15px 0 5px;
}
.map_tab .tabs_parent li:last-of-type a {
  background: #DC6D1E;
}
.map_tab .tabs_parent li.current {
  background: none;
}
.map_tab .tabs_parent li.current::after {
  content: none;
}

.map {
  margin: 0 auto;
}

.map_bg {
  width: 100%;
}
@media (min-width: 740px) {
  .map_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 950px;
  }
}

.btn_map {
  overflow: hidden;
}
@media (min-width: 740px) {
  .btn_map {
    height: 405px;
    list-style-type: none;
    position: relative;
  }
  .btn_map p.show {
    display: block !important;
  }
  .btn_map p.show + .icn .hotel_icn {
    background: #cc0000;
  }
  .btn_map p.show + .icn .hotel_icn::after {
    border-color: #cc0000 transparent transparent transparent;
  }
}

.map_flag {
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 2;
}
@media (min-width: 740px) {
  .map_flag {
    top: 5px;
    left: -10px;
  }
}
.map_flag img {
  width: 30vw;
}
@media (min-width: 740px) {
  .map_flag img {
    width: 154px;
  }
}

.mapbg {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}
@media (min-width: 740px) {
  .mapbg {
    margin-top: 0;
  }
}
.mapbg > * {
  position: relative;
  z-index: 1;
}

.base_map .tgl {
  background: #fff none repeat scroll 0 0;
  border: none;
  color: #000000;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .base_map .tgl {
    display: flex;
  }
}
.base_map .tgl ul li {
  line-height: 1.75;
  margin-bottom: 0;
  padding: 0;
  text-indent: 0;
  position: relative;
}
.base_map .tgl ul li span {
  position: absolute;
  left: 25px;
}
.base_map .tgl ul li:nth-of-type(even) {
  background: #F5F5F5;
}
.base_map .tgl ul li a {
  font-size: 1.2rem;
  padding: 10px 20px 10px 50px;
  letter-spacing: -0.03em;
  word-break: break-all;
  display: block;
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
  color: #457AAB;
  position: relative;
  text-align: left;
}
@media (min-width: 740px) {
  .base_map .tgl ul li a {
    font-size: 1.4rem;
  }
}
.base_map .tgl ul li a:hover {
  text-decoration: none;
}
.base_map .tgl ul li a.orange {
  color: #DC6D1E;
}
.base_map .tgl ul li a:hover {
  opacity: 0.8;
}
.base_map .tgl ul li a span {
  position: absolute;
  left: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #cdcdcd;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background: #457AAB;
}
.base_map .tgl ul li a span.orange_num {
  background: #DC6D1E;
}
.base_map .tgl ul li a.color {
  color: #cc0000;
}
.base_map .tgl ul li a.color span {
  background: #cc0000;
}
.base_map .tgl ul li.lankS a::after {
  content: "S";
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
.base_map .tgl ul li.lankA a::after {
  content: "A";
  background: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
.base_map .tgl ul li.lankB a::after {
  content: "B";
  background: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
.base_map .tgl ul li.lankC a::after {
  content: "C";
  background: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
.base_map .tgl ul li.lankD a::after {
  content: "D";
  background: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
.base_map .tgl ul li.lankL a::after {
  content: "L";
  background: #fff;
  border: 2px solid;
  margin-left: 5px;
  padding: 0px 6px;
}
@media (min-width: 740px) {
  .base_map .btn_list_left {
    width: 50%;
  }
}
@media (min-width: 740px) {
  .base_map .btn_list_right {
    width: 50%;
  }
}

.mapTxt {
  text-align: left;
  font-size: 1.4rem;
}
.mapTxt .bold {
  font-weight: bold;
  margin-bottom: 10px;
}

/*番号*/
@media (min-width: 740px) {
  ul.icn li {
    list-style-type: none;
    width: 26px;
    height: 26px;
    margin: 10px;
    background: #457AAB;
    border-radius: 16px;
    position: absolute;
  }
  ul.icn li::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: #457AAB transparent transparent transparent;
  }
  ul.icn li a {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
  }
  .orange ul.icn li {
    margin: 10px;
    background: #DC6D1E;
    border-radius: 16px;
    position: relative;
    position: absolute;
  }
  .orange ul.icn li::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: #DC6D1E transparent transparent transparent;
  }
}
/*ホテル名*/
p.hotelName {
  display: none;
}

@media (min-width: 740px) {
  p.hotelName {
    position: absolute;
    top: 56px;
    left: -106px;
    width: 100%;
    max-width: 184px;
    z-index: 5;
    display: none;
  }
  p.hotelName span {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    background: #fff;
    padding: 10px 6px;
    border-radius: 10px;
    line-height: 1.5;
    position: relative;
    border: 2px solid #457AAB;
    text-align: center;
    width: 100%;
  }
  p.hotelName .txt-en {
    text-align: center;
    font-weight: bold;
    color: #457AAB;
    display: block;
  }
  .orange p.hotelName span {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    background: #fff;
    padding: 10px 6px;
    border-radius: 10px;
    line-height: 1.5;
    position: relative;
    border: 2px solid #DC6D1E;
    text-align: center;
    width: 100%;
  }
  .orange p.hotelName .txt-en {
    text-align: center;
    font-weight: bold;
    color: #DC6D1E;
    display: block;
  }
}
/*吹き出し三角*/
@media (min-width: 740px) {
  p.hotelName::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 21.7px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 2px 0px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
  }
  p.hotelName::after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 20px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 5px 0px 17px;
    border-color: transparent transparent transparent #457AAB;
  }
  p.hotelName.left {
    top: 56px;
    left: -1px;
  }
  p.hotelName.left::before {
    top: -3px;
    right: auto;
    left: 31.9px;
  }
  p.hotelName.left::after {
    top: -9px;
    right: auto;
    left: 30px;
  }
  .orange p.hotelName::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 21.7px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 2px 0px 15px;
    border-color: transparent transparent transparent #fff;
  }
  .orange p.hotelName::after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 20px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 5px 0px 17px;
    border-color: transparent transparent transparent #DC6D1E;
  }
}
.num01 {
  position: absolute;
  top: 24.2vw;
  left: 65.3vw;
}
@media (min-width: 740px) {
  .num01 {
    position: relative;
    top: 208px;
    left: 672px;
  }
}

.num02 {
  position: absolute;
  top: 17.4vw;
  left: 80.7vw;
}
@media (min-width: 740px) {
  .num02 {
    position: relative;
    top: 150px;
    left: 798px;
  }
}

.num03 {
  position: absolute;
  top: 22.5vw;
  left: 70.3vw;
}
@media (min-width: 740px) {
  .num03 {
    position: relative;
    top: 198px;
    left: 696px;
  }
}

.num04 {
  position: absolute;
  top: 13vw;
  left: 78vw;
}
@media (min-width: 740px) {
  .num04 {
    position: relative;
    top: 123px;
    left: 777px;
  }
}

.num05 {
  position: absolute;
  top: 13.4vw;
  left: 84vw;
}
@media (min-width: 740px) {
  .num05 {
    position: relative;
    top: 126px;
    left: 815px;
  }
}

.num06 {
  position: absolute;
  top: 9.4vw;
  left: 7.7vw;
}
@media (min-width: 740px) {
  .num06 {
    position: relative;
    top: 9.4vw;
    left: 7.7vw;
  }
}

.num07 {
  position: absolute;
  top: 21.4vw;
  left: 31.3vw;
}
@media (min-width: 740px) {
  .num07 {
    position: relative;
    top: 185px;
    left: 365px;
  }
}

.bn_box {
  margin: 20px auto 60px;
  overflow: hidden;
}
.bn_box .bn_left {
  float: left;
  width: 460px;
  height: 100px;
}
.bn_box .bn_right {
  float: right;
  width: 460px;
  height: 100px;
}