@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/AcuminVariableConcept.woff") format("woff"), url("../../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Symbols";
  src: url("../fonts/NotoSansSymbols-VariableFont_wght.woff") format("woff"), url("../fonts/NotoSansSymbols.woff2") format("woff2");
  font-weight: 400 500 600 700;
  font-style: normal;
  font-display: swap;
}
.book .tabList li + li {
  display: none;
}

/* ::::::::::  おすすめスポット  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
.map
========================================================= */
.map {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  color: #000;
}
@media (max-width: 767px) {
  .map {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100svh - 55px);
    font-weight: 400;
  }
}
.mapScrollArea {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 767px) {
  .mapScrollArea {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow-x: auto;
  }
}
.mapWrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1500px;
  min-height: 770px;
}
@media (max-width: 767px) {
  .mapWrap {
    min-width: 940px;
    min-height: 507px;
    width: fit-content;
    height: 100%;
  }
}
.mapImage {
  display: grid;
  place-content: center;
  background: #b1dbe1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mapImage {
    display: block;
    width: auto;
  }
}
.mapImage img {
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .mapImage img {
    height: 939px;
  }
}
@media (max-width: 767px) {
  .mapImage img {
    height: 100%;
  }
}
.map .pin {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.map .pin.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
}
.map .pin:hover {
  z-index: 1;
}
.map .pin img {
  pointer-events: none;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .map .pin img {
    width: 35px;
    height: 50px;
  }
}
.map .pin a {
  display: block;
}
.map .pin a:hover {
  opacity: 1;
}
.map .pin a:hover .spotName {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.map .pin .spotName {
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: absolute;
  bottom: -22px;
  left: -100px;
  right: -100px;
  margin: auto;
  border-radius: 4px;
  background: #fff;
  width: fit-content;
  white-space: nowrap;
  padding: 0 10px;
  text-align: center;
  line-height: 1.7;
  color: #000;
  font-size: 1.2rem;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media (max-width: 767px) {
  .map .spModalOffBtn a {
    pointer-events: none;
  }
  .map .spModalOffBtn.modal_on a {
    pointer-events: all;
  }
}

.pin.hotel {
  top: 100px;
  bottom: 0;
  right: 0;
  left: 880px;
}
@media (max-width: 767px) {
  .pin.hotel {
    top: 26%;
    left: 51%;
  }
}
.pin.hotel a {
  width: 86px;
  height: 53px;
}
@media (max-width: 767px) {
  .pin.hotel a {
    width: 14vw;
    height: 10vw;
  }
}
.pin.hotel .spotName {
  bottom: 0;
  right: auto;
  left: 100%;
  border-radius: 6px;
  background: #262262;
  padding: 5px 20px;
  margin-left: 10px;
  color: #fff;
  line-height: 1.3;
  font-size: 1.3rem;
  font-family: "Noto Sans Symbols";
  box-shadow: none;
}
@media (max-width: 767px) {
  .pin.hotel .spotName {
    left: 0;
    right: auto;
    bottom: auto;
    top: 100%;
    margin: 10px 0 0;
    padding: 5px 15px;
    font-size: 1.2rem;
  }
}
.pin.hotel .spotName::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 8px solid #262262;
  margin: auto;
}
@media (max-width: 767px) {
  .pin.hotel .spotName::before {
    rotate: 90deg;
    bottom: auto;
    top: -10px;
    left: 15px;
  }
}

#pin1 {
  top: 50px;
  left: 615px;
}
@media (max-width: 767px) {
  #pin1 {
    top: 10%;
    left: 32%;
  }
}

#pin3 {
  top: 40px;
  left: 480px;
}
@media (max-width: 767px) {
  #pin3 {
    top: 16%;
    left: 18%;
  }
}

#pin4 {
  top: 150px;
  left: 570px;
}
@media (max-width: 767px) {
  #pin4 {
    top: 34%;
    left: 28%;
  }
}

#pin5 {
  top: 140px;
  left: 670px;
}
@media (max-width: 767px) {
  #pin5 {
    top: 31%;
    left: 35%;
  }
}

#pin6 {
  top: -90px;
  left: 1010px;
}
@media (max-width: 767px) {
  #pin6 {
    top: -6%;
    left: 62%;
  }
}

#pin7 {
  top: -120px;
  left: 980px;
}
@media (max-width: 767px) {
  #pin7 {
    top: -15%;
    left: 54%;
  }
}

#pin8 {
  top: -580px;
  left: 545px;
}
@media (max-width: 767px) {
  #pin8 {
    top: -77%;
    left: 24%;
  }
}

#pin9 {
  top: 220px;
  left: 195px;
}
@media (max-width: 767px) {
  #pin9 {
    top: 43%;
    left: -3%;
  }
}

#pin10 {
  top: -120px;
  left: 25px;
}
@media (max-width: 767px) {
  #pin10 {
    top: -6%;
    left: -17%;
  }
}

#pin11 {
  top: -320px;
  left: -180px;
}
@media (max-width: 767px) {
  #pin11 {
    top: -37%;
    left: -34%;
  }
}

#pin12 {
  top: -80px;
  left: 950px;
}
@media (max-width: 767px) {
  #pin12 {
    top: 0%;
    left: 56%;
  }
}

#pin13 {
  top: 130px;
  left: 65px;
}
@media (max-width: 767px) {
  #pin13 {
    top: 29%;
    left: -15%;
  }
}

#pin14 {
  top: -690px;
  left: -360px;
}
@media (max-width: 767px) {
  #pin14 {
    top: -82%;
    left: -47%;
  }
}

#pin15 {
  top: -420px;
  left: -780px;
}
@media (max-width: 767px) {
  #pin15 {
    top: -50%;
    left: -84%;
  }
}

#pin16 {
  top: -240px;
  left: -670px;
}
@media (max-width: 767px) {
  #pin16 {
    top: -29%;
    left: -72%;
  }
}

.sortBtnArea {
  position: absolute;
  bottom: 2.5vw;
  left: 23%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sortBtnArea {
    left: calc(23% + 40px);
  }
}
@media (max-width: 767px) {
  .sortBtnArea {
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 0;
    margin-top: -85px;
    box-shadow: none;
  }
}
.sortBtnList {
  display: flex;
  gap: 5px;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  .sortBtnList {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .sortBtnList li {
    width: 22%;
  }
  .sortBtnList li:first-child {
    width: 18%;
  }
}
.sortBtnList li button {
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 10px;
  background: none;
  width: 85px;
  height: 65px;
  padding: 0;
  line-height: 1;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .sortBtnList li button {
    width: 100%;
    font-size: 1.1rem;
  }
}
.sortBtnList li button .icon {
  fill: currentColor;
  max-width: 30px;
  max-height: 30px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .sortBtnList li button .icon {
    max-width: 22px;
    max-height: 22px;
  }
}
.sortBtnList li button[data-cat=all] {
  color: #58595b;
}
.sortBtnList li button[data-cat=activity] {
  color: #8476b5;
}
.sortBtnList li button[data-cat=gourmet] {
  color: #ee7d15;
}
.sortBtnList li button[data-cat=spot] {
  color: #e2a700;
}
.sortBtnList li button[data-cat=shop] {
  color: #e48db8;
}
.sortBtnList li button.on {
  color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.sortBtnList li button.on[data-cat=all] {
  background-color: #58595b;
}
.sortBtnList li button.on[data-cat=activity] {
  background-color: #8476b5;
}
.sortBtnList li button.on[data-cat=gourmet] {
  background-color: #ee7d15;
}
.sortBtnList li button.on[data-cat=spot] {
  background-color: #e2a700;
}
.sortBtnList li button.on[data-cat=shop] {
  background-color: #e48db8;
}

/* =========================================================
.modal
========================================================= */
.modal {
  position: fixed;
  inset: 0;
  top: 80px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .modal {
    top: 55px;
  }
}
.modal.is_show {
  opacity: 1;
  visibility: visible;
}
.modal.is_show .modalInner {
  transform: translateY(0);
}
body:has(.modal.is_show) {
  overflow: hidden;
}
.modalInner {
  position: relative;
  transform: translateY(-20px);
  border-radius: 10px;
  background: #fff;
  width: 425px;
  max-height: calc(100% - 5vw);
  margin: 2.5vw auto;
  padding: 35px 35px 20px;
  line-height: 1.55;
  font-size: 1.3rem;
  overflow-y: auto;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .modalInner {
    width: 100%;
    max-height: 85%;
    margin: 10% auto 0;
    padding: 30px 30px 20px;
  }
}
.modalCloseBtn {
  position: absolute;
  top: 20px;
  left: 425px;
  right: 0;
  z-index: 1;
  appearance: none;
  border: none;
  border-radius: 50%;
  background: #262262;
  width: 40px;
  height: 40px;
  margin: auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modalCloseBtn {
    left: auto;
    width: 30px;
    height: 30px;
  }
}
.modalCloseBtn::before, .modalCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  width: 20px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .modalCloseBtn::before, .modalCloseBtn::after {
    width: 15px;
  }
}
.modalCloseBtn::after {
  transform: rotate(-45deg);
}
.modalPhoto {
  display: block;
  width: calc(100% + 20px);
  margin: -10px -10px 15px;
}
.modalPhoto img {
  width: 100%;
  height: auto;
}
.modal .cat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.3rem;
}
.modal .cat .icon {
  fill: currentColor;
  width: 25px;
  height: 25px;
}
.modal .cat:has(.icon.activity) {
  color: #8476b5;
}
.modal .cat:has(.icon.gourmet) {
  color: #ee7d15;
}
.modal .cat:has(.icon.spot) {
  color: #e2a700;
}
.modal .cat:has(.icon.shop) {
  color: #e48db8;
}
.modal .spotName {
  margin-bottom: 7px;
  font-size: 2rem;
  font-weight: 600;
}
.modal .googleBtn {
  margin: 10px 0;
}
.modal .googleBtn a {
  border-radius: 100vmax;
  background: #808285;
  width: 96px;
  height: 24px;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.modal .googleBtn:has(a[href=""]) {
  display: none;
}
.modal .spotInfo {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  border-top: 2px dotted #bcbec0;
  padding-top: 10px;
  margin-top: 15px;
}
.modal .spotInfo .group {
  display: flex;
}
.modal .spotInfo dt {
  width: 25%;
  font-weight: 600;
}
.modal .spotInfo dd {
  width: 75%;
}
.modal .spotInfo dd a {
  display: block;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap;
  text-decoration: none;
}
.modalSub {
  display: none;
  margin-top: 40px;
}

/* =========================================================
.stayPlan
========================================================= */
.stayPlan {
  position: absolute;
  top: 2.5vw;
  left: 2.5%;
  bottom: 2.5vw;
  background: #fff;
  width: 18%;
  min-width: 200px;
  padding: 25px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .stayPlan {
    flex-shrink: 0;
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
}
.stayPlanTitle {
  margin-bottom: 25px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Lato";
  font-size: 2.3rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .stayPlanTitle {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .stayPlan .planList {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList {
    padding-right: 130px;
    margin: 5px -10px 0;
  }
  .stayPlan .planList .slick-list,
  .stayPlan .planList .slick-track {
    display: flex;
  }
}
.stayPlan .planList .slick-list {
  overflow: visible;
}

.stayPlan .planList .listItem {
  position: relative;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem {
    margin: 0 10px;
  }
}
.stayPlan .planList .listItem a,
.stayPlan .planList .listItem .noLink {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 1.6;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
}
.stayPlan .planList .listItem .photo {
  aspect-ratio: 200/125;
  border-radius: 6px 6px 6px 0;
  margin: 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo {
    margin: 0 0 5px;
  }
}

.stayPlan .planList .listItem .photo p {
  position: absolute;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo p {
    letter-spacing: initial;
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .photo p.tag {
  left: 0;
  bottom: 0;
  width: 70px;
  height: 21px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.stayPlan .planList .listItem .photo p.tag.blue {
  background-color: #2F60AC;
}

.stayPlan .planList .listItem .photo p.tag.red {
  background-color: #CF351A;
}

.stayPlan .planList .listItem .photo p.img {
  right: 8px;
  bottom: 8px;
  letter-spacing: 0.3px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.stayPlan .planList .listItem .photo .bg_white {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  height: 43px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .bg_white {
    font-size: 1.2rem;
    height: 25px;
  }
}
.stayPlan .planList .listItem .photo .bg_white p {
  color: #21100b;
}

.stayPlan .planList .listItem .photo .circle {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #a97c45;
  width: 88px;
  height: 88px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1250px) {
  .stayPlan .planList .listItem .photo .circle {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle {
    top: 25px;
    width: 52px;
    height: 52px;
  }
}
.stayPlan .planList .listItem .photo .circle::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle::before {
    width: 50px;
    height: 50px;
  }
}
.stayPlan .planList .listItem .photo .circle p {
  position: initial;
}

.stayPlan .planList .listItem .photo .circle p.yellow {
  color: #efe009;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 767px) {
  .stayPlan .planList .listItem .photo .circle p.yellow {
    font-size: 1.1rem;
    margin-top: 2px;
  }
}
.stayPlan .planList .listItem .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stayPlan .planList .listItem .title {
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .title {
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.stayPlan .planList .listItem .title + p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .title + p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }
}

.stayPlan .planList .listItem .member {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .member {
    display: none;
  }
}

.stayPlan .planList .listItem .btnS {
  position: relative;
  margin-top: auto;
  text-align: right;
  color: #4d4d4d;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS {
    font-size: 1.1rem;
  }
}
.stayPlan .planList .listItem .btnS::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #4d4d4d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS::before {
    width: 14px;
    height: 14px;
  }
}
.stayPlan .planList .listItem .btnS .icon_link {
  position: relative;
  z-index: 1;
  fill: #fff;
  width: 5px;
  height: 9px;
  margin: 0 8px 0 13px;
}
@media (max-width: 767px) {
  .stayPlan .planList .listItem .btnS .icon_link {
    margin: 0 5px 0 8px;
  }
}

@media (max-width: 767px) {
  .stayPlan .arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100vmax;
    background: #fff;
    width: 135px;
    margin: 15px auto 0;
    padding: 0 15px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .stayPlan .arrows .slick-arrow {
    border: none;
    width: 16px;
    height: 16px;
    margin: 0;
    z-index: 0;
  }
  .stayPlan .arrows .slick-arrow svg {
    width: 5px;
    height: 10px;
  }
  .stayPlan .arrows .slick-prev {
    order: -1;
  }
  .stayPlan .arrows::after {
    content: "";
    display: block;
    order: -1;
    background: #000;
    width: 100px;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .stayPlan .topics .arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .stayPlan .topics .arrows {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}
.pagetop,
.copyright,
.shareBtn,
.recruit,
#globalFooter {
  display: none;
}
/*# sourceMappingURL=map/maihama_area.css.map */
