@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@500&display=swap");
.ta_L {
  text-align: left;
}

.ta_C {
  text-align: center;
}

.ta_R {
  text-align: right;
}

.color_blue {
  color: #0098bc;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.gothic,
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

b,
strong,
.strong,
.spmp-spotList--list .spmp-name,
.spmp-categoryBtn,
.spmp-map .spmp-map--title {
  font-family: "游ゴシック", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.font_num {
  font-family: "Asap", sans-serif;
}

.popup {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SPOT MAP
/* -------------------------------------------------------------------------*/
.font-kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.spmp-title {
  margin-top: 0;
}

#SPMP-wrap .midokoro,
#SPMP-wrap .asobu,
#SPMP-wrap .kurashi {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#SPMP-wrap.midokoro .midokoro, #SPMP-wrap.asobu .asobu, #SPMP-wrap.kurashi .kurashi {
  opacity: 1;
  pointer-events: auto;
}

.spmp-map {
  position: relative;
  width: 800px;
  height: 690px;
  margin: 0 auto;
  box-sizing: content-box;
  border: 20px solid #fff;
}
.spmp-map .spmp-map--base {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.spmp-map .spmp-map--base img {
  width: 100%;
  height: auto;
}
.spmp-map .spmp-map--fig {
  position: absolute;
  inset: 0;
}
.spmp-map .spmp-map--fig img {
  width: 100%;
  height: auto;
}
.spmp-map .spmp-map--title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 56px;
  margin: 0;
  padding: 24px;
  min-width: 240px;
  text-align: center;
  border-radius: 5rem;
}
.spmp-map .spmp-map--title.midokoro {
  box-shadow: 6px 4px 0 #428caf;
  background-color: #49a1ca;
}
.spmp-map .spmp-map--title.asobu {
  box-shadow: 6px 4px 0 #ce5c9a;
  background-color: #ea6bb0;
}
.spmp-map .spmp-map--title.kurashi {
  box-shadow: 6px 4px 0 #36877d;
  background-color: #37a496;
}
.spmp-map .spmp-pins {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.spmp-map .spmp-pins ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spmp-map .spmp-pins li {
  position: absolute;
  width: 50px;
  height: 62px;
  margin: 0;
  padding: 0;
}
.spmp-map .spmp-pins li:hover {
  z-index: 1;
}
.spmp-map .spmp-pins a {
  display: block;
  clip-path: path("M49,24.229c0,13.105-20.123,36.271-24,36.271-3.599,0-24-23.165-24-36.271S11.745.5,25,.5s24,10.624,24,23.729Z");
  transition: filter 0.2s ease;
}
.spmp-map .spmp-pins a:hover {
  filter: brightness(1.2);
}
.spmp-map .spmp-pins a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spmp-map .spmp-pins.midokoro li:nth-child(1) {
  top: 63.5%;
  left: 23%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(2) {
  top: 66%;
  left: 17%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(3) {
  top: 58%;
  left: 16.5%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(4) {
  top: 52.5%;
  left: 21%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(5) {
  top: 5.5%;
  left: 55.5%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(6) {
  top: 39.5%;
  left: 47.5%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(7) {
  top: 21%;
  left: 46%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(8) {
  top: 69%;
  left: 42.5%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(9) {
  top: 15%;
  left: 85%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(10) {
  top: 17.5%;
  left: 49.5%;
}
.spmp-map .spmp-pins.midokoro li:nth-child(11) {
  top: 63.5%;
  left: 38.5%;
}
.spmp-map .spmp-pins.asobu li:nth-child(1) {
  top: 58%;
  left: 16.5%;
}
.spmp-map .spmp-pins.asobu li:nth-child(2) {
  top: 30.6%;
  left: 24.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(3) {
  top: 43%;
  left: 29%;
}
.spmp-map .spmp-pins.asobu li:nth-child(4) {
  top: 28.3%;
  left: 57.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(5) {
  top: 46.8%;
  left: 48.6%;
}
.spmp-map .spmp-pins.asobu li:nth-child(6) {
  top: 46.8%;
  left: 53.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(7) {
  top: 64%;
  left: 42.8%;
}
.spmp-map .spmp-pins.asobu li:nth-child(8) {
  top: 20.8%;
  left: 72.8%;
}
.spmp-map .spmp-pins.asobu li:nth-child(9) {
  top: 69%;
  left: 21.5%;
}
.spmp-map .spmp-pins.asobu li:nth-child(10) {
  top: 59.8%;
  left: 24.8%;
}
.spmp-map .spmp-pins.asobu li:nth-child(11) {
  top: 9.6%;
  left: 62%;
}
.spmp-map .spmp-pins.asobu li:nth-child(12) {
  top: 16.5%;
  left: 53.5%;
}
.spmp-map .spmp-pins.asobu li:nth-child(13) {
  top: 9.6%;
  left: 57.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(14) {
  top: 32.3%;
  left: 61.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(15) {
  top: 39.3%;
  left: 50.3%;
}
.spmp-map .spmp-pins.asobu li:nth-child(16) {
  top: 51.3%;
  left: 31.3%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(1) {
  top: 44.3%;
  left: 35.3%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(2) {
  top: 65%;
  left: 31.2%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(3) {
  top: 13.5%;
  left: 50.6%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(4) {
  top: 40.3%;
  left: 31%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(5) {
  top: 9%;
  left: 62%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(6) {
  top: 17.5%;
  left: 54%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(7) {
  top: 48%;
  left: 31.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(8) {
  top: 33%;
  left: 36.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(9) {
  top: 59%;
  left: 33.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(10) {
  top: 21.5%;
  left: 50.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(11) {
  top: 39%;
  left: 39.8%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(12) {
  top: 57%;
  left: 19.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(13) {
  top: 65%;
  left: 43.5%;
}
.spmp-map .spmp-pins.kurashi li:nth-child(14) {
  top: 46%;
  left: 54%;
}
.spmp-map .spmp-dots {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.spmp-map .spmp-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spmp-map .spmp-dots li {
  position: absolute;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
}
.spmp-map .spmp-dots li img {
  width: 100%;
  height: auto;
}
.spmp-map .spmp-dots.kurashi li:nth-child(1) {
  top: 21%;
  left: 54%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(2) {
  top: 24.7%;
  left: 54%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(3) {
  top: 40.5%;
  left: 40.4%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(4) {
  top: 48%;
  left: 40.4%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(5) {
  top: 47.3%;
  left: 45.2%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(6) {
  top: 52.2%;
  left: 55.5%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(7) {
  top: 61.6%;
  left: 21.4%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(8) {
  top: 63.7%;
  left: 35.9%;
}
.spmp-map .spmp-dots.kurashi li:nth-child(9) {
  top: 69.7%;
  left: 45.7%;
}
@media only screen and (max-width:640px) {
  .spmp-map {
    width: auto;
    height: auto;
    padding-top: 86.25%;
    border-width: 15px;
    margin: 0 -15px;
    box-sizing: border-box;
  }
  .spmp-map .spmp-map--title {
    font-size: 3.8vw;
    left: 4vw;
    top: 6vw;
    padding: 1.5vw 20px 1vw;
    min-width: 24vw;
  }
  .spmp-map .spmp-pins li {
    width: 6.25%;
    height: 7.75%;
  }
  .spmp-map .spmp-pins li:hover {
    z-index: auto;
  }
  .spmp-map .spmp-pins a {
    pointer-events: none;
    clip-path: none;
  }
}

.popup.asobu .popup__title {
  color: #ce5c9a;
}

.popup.kurashi .popup__title {
  color: #36877d;
}

.popup.asobu .popup__hd {
  background: #f9e6f2;
}

.popup.kurashi .popup__hd {
  background: #e6f6f2;
}

.popup.asobu .popup__hp img {
  filter: grayscale(1) brightness(1) sepia(1) hue-rotate(290deg) saturate(4) brightness(0.9);
}

.popup.kurashi .popup__hp img {
  filter: grayscale(1) brightness(1) sepia(1) hue-rotate(140deg) saturate(2);
}

.data-title-balloon {
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s;
}
@media only screen and (max-width: 640px) {
  .data-title-balloon {
    display: none !important;
  }
}
.data-title-balloon.midokoro {
  color: #428caf;
}
.data-title-balloon.asobu {
  color: #ce5c9a;
}
.data-title-balloon.kurashi {
  color: #36877d;
}
.data-title-balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 99%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
.data-title-balloon.midokoro::after, .data-title-balloon.asobu::after, .data-title-balloon.kurashi::after {
  border-top-color: #fff;
}

.smpm-btnInfo {
  text-align: center;
}
@media only screen and (max-width:640px) {
  .smpm-btnInfo {
    display: none;
  }
}

.spmp-categoryBtn {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  gap: 8px;
  list-style: none;
  text-align: center;
  margin: 24px auto;
  padding: 0;
  max-width: 840px;
}
.spmp-categoryBtn li {
  flex: 1;
  margin: 0;
  padding: 0;
}
.spmp-categoryBtn li a {
  display: block;
  text-decoration: none;
  color: #1293cc;
  background-color: #fff;
  padding: 8px;
  border-radius: 5rem;
  border: 3px solid #1293cc;
}
.midokoro .spmp-categoryBtn .spmp-categoryBtn--midokoro a, .asobu .spmp-categoryBtn .spmp-categoryBtn--asobu a, .kurashi .spmp-categoryBtn .spmp-categoryBtn--kurashi a {
  background-color: #fff10e;
}

#SPMP-spotList {
  margin-top: 112px;
}
#SPMP-spotList .title_3 {
  margin-top: 40px;
}
@media only screen and (max-width:640px) {
  #SPMP-spotList {
    margin-top: 80px;
  }
}

.smpm-spoList-inner {
  display: none;
}
.asobu .smpm-spoList-inner.asobu, .midokoro .smpm-spoList-inner.midokoro, .kurashi .smpm-spoList-inner.kurashi {
  display: block;
}

.spmp-spotList--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10px;
}
.spmp-spotList--list li {
  margin: 0;
  padding: 0;
  width: calc(33.3333333333% - 6.6666666667px);
}
.spmp-spotList--list a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.spmp-spotList--list a:hover {
  opacity: 0.7;
}
.spmp-spotList--list figure {
  margin: 0 4px;
  padding: 0;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
}
.spmp-spotList--list figure img {
  width: 100%;
  height: auto;
}
.spmp-spotList--list .pin {
  position: absolute;
  top: 8px;
  left: 12px;
}
.spmp-spotList--list .pin img {
  width: 40px;
  height: auto;
}
.spmp-spotList--list .spmp-name {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  margin: 16px 0 0;
  padding: 12px 30px 12px 18px;
  display: block;
  background-color: #fff;
  color: #0098bc;
  border: 1px solid #0098bc;
  border-radius: 12px;
}
.spmp-spotList--list .spmp-name::after {
  content: url(../img/link-arw.png);
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width:640px) {
  .spmp-spotList--list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .spmp-spotList--list li {
    width: 100%;
  }
  .spmp-spotList--list figure {
    max-width: 480px;
    margin: 0 auto;
  }
  .spmp-spotList--list .pin {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    width: 100%;
  }
  .spmp-spotList--list .pin img {
    width: 48px;
    margin: 16px 0 0 16px;
  }
  .spmp-spotList--list .spmp-name {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 16px 0 0;
    padding: 12px 30px 12px 18px;
    border-radius: 12px;
    text-align: center;
    border-radius: 5rem;
    padding: 16px 40px;
  }
  .spmp-spotList--list .spmp-name::after {
    right: 20px;
  }
}

body.modal-open #SPMP-wrap {
  filter: blur(2px);
  transition: filter 0.3s;
}

.popup {
  font-size: 18px;
  font-size: 1.125rem;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.popup::before {
  content: "×";
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: right;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(435px);
  cursor: pointer;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup__content {
  position: relative;
  padding: 40px 24px 64px;
  width: 100%;
  max-width: 874px;
  height: 90vh;
  background: #fff;
  border-radius: 8px;
  transform: translateY(-20px);
  transition: transform 0.3s;
  overflow-y: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}
.is-active .popup__content {
  transform: translateY(0);
}
.popup__close {
  cursor: pointer;
}
.popup__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  color: #0098bc;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
.popup__hd {
  background-color: #deeef5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 10px 16px;
  border-radius: 8px;
}
.popup__hd .popup__hp {
  display: block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.popup__hd .popup__hp img {
  width: 100%;
  height: auto;
}
.popup__hd .popup__tel {
  flex: 1;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  pointer-events: none;
  color: #535353;
  font-weight: 500;
  text-align: right;
}
.popup__bigPic {
  margin: 24px 0 0;
  padding: 0;
  text-align: center;
}
.popup__bigPic img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.popup__info {
  margin: 32px 40px 0;
}
.popup__hash {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0098bc;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.popup__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 24px 0;
}
.popup__gallery img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(50% - 12px);
}
.popup__data {
  margin: 32px 48px 0;
}
.popup__data h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px;
  color: #0098bc;
  letter-spacing: 0.1em;
}
.popup__data table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #0098bc;
}
.popup__data th,
.popup__data td {
  border-bottom: 1px solid #0098bc;
  text-align: left;
}
.popup__data th {
  color: #0098bc;
  font-weight: normal;
  padding: 12px 32px;
  width: 240px;
}
.popup__map {
  position: relative;
  margin: 32px 16px 0;
  height: 240px;
}
.popup__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.popup__close {
  display: none;
}

.popup__website_btn {
  width:450px;
  margin:1.0rem auto 1.5rem;
  a {
    display:block;
    width:100%;
    border-radius: 30px;
    font-size:1.225rem;
    text-align:center;
    padding:0.8rem;
    background:#deeef5;
    border:1px solid #1293cc;
    color:#1293cc;
    font-weight:bold;
    text-decoration:none;
    transition:0.2s ease;
  }
  a:hover {
    background:#fff10e;
  }
}

@media only screen and (max-width:640px) {
  .popup {
    min-width: auto;
    min-width: initial;
    height: 100%;
    overflow-y: auto;
    padding: 60px 0;
    display: block;
  }
  .popup::before {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }
  .popup__content {
    height: auto;
    padding: 32px 16px 64px;
  }
  .popup__title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 16px;
  }
  .popup__hd {
    padding: 8px 16px;
  }
  .popup__hd .popup__tel {
    pointer-events: auto;
  }
  .popup__info {
    margin: 32px 0 0;
  }
  .popup__gallery {
    display: block;
    text-align: center;
  }
  .popup__gallery img {
    width: 100%;
    max-width: 300px;
    margin: 16px auto;
  }
  .popup__data {
    margin: 56px 0 0;
  }
  .popup__data h6 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .popup__data th {
    padding: 12px;
    width: auto;
    white-space: nowrap;
    width: 130px;
  }
  .popup__map {
    margin: 32px 0 0;
    height: 340px;
  }
  .popup__close {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    margin-top: 40px;
    text-align: center;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .popup__close p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px 56px 16px 72px;
    border: 1px solid #000;
    border-radius: 8px;
  }
  .popup__close p::before {
    content: "×";
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .popup__website_btn {
    width:80%;
    margin:1.0rem auto 1.5rem;
    a {
      border-radius: 10px;
      font-size:1.125rem;
    }
  }
}



/* -------------------------------------------------------------------------*/