@charset "UTF-8";
:root {
  --default_font: "Noto Sans JP", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #cc0000;
  transition: opacity 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

*:focus {
  outline: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  /* color: #333333; */
  transition: opacity 1.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.read {
  opacity: 1;
}

area {
  border: none;
  outline: none;
}

div, input, a,
dl, dt, dd,
textarea {
  box-sizing: border-box;
}

input, select, textarea {
  background: #fff;
  font-family: var(--default_font);
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.fa-square-twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.fa-inverse {
  color: #cc0000;
}

.js_hidden {
  visibility: hidden;
  opacity: 0;
}

.js_overfrowY_hidden {
  position: fixed;
  overflow-y: scroll;
  width: 100vw;
}

a:hover {
  opacity: 1;
}

.bg_map {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: url(../map/images/img_bg_map.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1369px) {
  .bg_map {
    height: 100dvh;
    background-image: url(../map/images/img_bg_map_sp.png);
  }
}

.coin_cash {
  display: flex;
}
.coin_cash__wrap {
  position: absolute;
  left: 18px;
  top: 2px;
  display: flex;
  align-items: center;
  width: calc(100% - 15px);
  justify-content: space-between;
}
@media screen and (max-width: 1369px) {
  .coin_cash__wrap {
    top: 10px;
    left: unset;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.coin_cash__wrap a {
  flex-shrink: 0;
}
.coin_cash__box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 1369px) {
  .coin_cash__box {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1369px) {
  .coin_cash__box:last-child {
    margin: 0;
  }
}
.coin_cash img, .coin_cash picture {
  z-index: 5;
}
.coin_cash__txt {
  max-width: 150px;
  width: 150px;
  height: 27px;
  line-height: 27px;
  margin-left: -30px;
  padding: 0 10px 0 30px;
  border-radius: 50px;
  background: linear-gradient(8deg, #ff2c26 20%, #ffdd3b 100%);
  box-shadow: #999 3px 3px 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.coin_cash__txt a {
  color: #fff;
  text-decoration: none;
}

.navi__wrap {
  position: absolute;
  left: 52px;
  top: 10px;
  display: flex;
}
@media screen and (max-width: 1369px) {
  .navi__wrap {
    flex-direction: column;
    top: auto;
    left: 50%;
    bottom: 10px;
    width: 100%;
    max-width: 375px;
    padding: 0 15px;
    transform: translateX(-50%);
  }
}
.navi__list {
  display: flex;
}
@media screen and (max-width: 1369px) {
  .navi__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.navi__list li {
  margin-right: 10px;
}
@media screen and (max-width: 1369px) {
  .navi__list li {
    margin-right: 0;
  }
}
.navi__list a {
  display: block;
}
.navi__list img, .navi__list picture {
  width: 53px;
  height: auto;
  max-width: unset;
}
@media screen and (max-width: 1369px) {
  .navi__list img, .navi__list picture {
    width: 59px;
  }
}
.navi__list__spBtn {
  display: none;
}
@media screen and (max-width: 1369px) {
  .navi__list__spBtn {
    display: block;
  }
}
@media screen and (max-width: 1369px) {
  .navi__list__pcBtn {
    display: none;
  }
}
.navi__list__pcBtn img, .navi__list__pcBtn picture {
  width: 53px;
  height: auto;
  max-width: unset;
}
.navi__list__accordionArea {
  display: none;
  overflow: hidden;
}
.navi__list__accordionArea li {
  float: left;
}
@media screen and (max-width: 1369px) {
  .navi__list__accordionArea li {
    float: none;
  }
}

.link_btn {
  position: absolute;
  top: 150px;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  background: #f00;
  border-radius: 200px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.link_btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 5px;
  border-top-color: #FF0000;
}
.link_btn.active {
  top: calc(100vh - 630px);
  left: 50%;
  width: 120px;
  height: 120px;
  background: none;
  transition: all 0.3s;
  z-index: 5;
}
@media screen and (max-width: 1369px) {
  .link_btn.active {
    top: calc(100dvh - 630px);
  }
}
.link_btn.active::before {
  border-top-color: transparent;
}
.link_btn.active img {
  top: -15px;
}
.link_btn img {
  position: absolute;
  top: -5px;
  left: -5px;
  max-width: 110%;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  transform: translateZ(0); /* safariでドロップシャドウの動きをなめらかに */
}
.link_btn01 {
  left: 50px;
}
.link_btn02 {
  left: 150px;
}
.link_btn03 {
  left: 250px;
}

.close_btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 29px;
  padding: 5px 25px 0;
  background: linear-gradient(38deg, rgba(255, 37, 37, 0.9) 60%, rgba(255, 157, 88, 0.9));
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.store_info {
  padding: 3px 10px 7px;
  background: linear-gradient(38deg, rgba(255, 37, 37, 0.9) 60%, rgba(255, 157, 88, 0.9));
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.store_info__wrap {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 3px 0;
  max-width: 450px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.store_info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}
.store_info__header__cash {
  display: flex;
  align-items: center;
}
.store_info__header__cash_wrap {
  display: flex;
  align-items: center;
}
.store_info__header__cash img, .store_info__header__cash picture {
  width: 32px;
  margin: 0 -2px;
  z-index: 5;
}
.store_info__header__cash_txt {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-left: -17px;
  margin-right: 15px;
  padding: 0 15px;
  background: #fff;
  border-radius: 50px;
  color: #ff2525;
  font-size: 14px;
}
.store_info__header__cash_txt::after {
  position: absolute;
  left: 99%;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  margin-top: -4px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 4px 15px;
  border-left-color: #fff;
}
.store_info__header__calender_not_reserve {
  opacity: 0.5;
}
.store_info__title {
  display: flex;
  align-items: center;
  min-height: 45px;
  font-size: 20px;
}
.store_info__title_ckb {
  margin-top: 5px;
  margin-right: 10px;
}
.store_info__title .bookmark_ckb {
  display: none;
}
.store_info__title .bookmark_ckb_fontas {
  position: relative;
  display: inline-block;
  background: url(../map/images/icon_bookmark.png) no-repeat;
  width: 33px;
  height: 43px;
  cursor: pointer;
}
.store_info__title .bookmark_ckb:checked + .bookmark_ckb_fontas {
  background-image: url(../map/images/icon_bookmark_on.png);
}
.store_info__title_txt {
  line-height: 1.2;
}
.store_info__meta {
  margin-top: 5px;
  line-height: 1;
  font-size: 14px;
}
.store_info iframe {
  margin-top: 5px;
}
.store_info__photo_list li {
  position: relative;
}
.store_info__photo_list__price {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: auto;
  height: auto;
  padding: 2px 4px 2px 6px;
  border-radius: 50px 0 0 50px;
  background: #ff2525;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}
.store_info__photo_list img {
  width: 85px;
  margin: 0 2px;
}
.store_info__photo_list .slick-arrow {
  z-index: 5;
}
.store_info__photo_list .slick-next:before, .store_info__photo_list .slick-prev:before {
  font-family: var(--font_awesome);
  font-weight: 900;
  opacity: 1;
}
.store_info__photo_list .slick-prev {
  left: 0;
}
.store_info__photo_list .slick-prev:before {
  content: "\f137";
}
.store_info__photo_list .slick-next {
  right: 0;
}
.store_info__photo_list .slick-next:before {
  content: "\f138";
}

.item_collection {
  position: relative;
  height: 60vh;
  padding: 12px;
  background: linear-gradient(38deg, rgba(255, 37, 37, 0.9) 60%, rgba(255, 157, 88, 0.9));
  border-radius: 15px;
  color: #fff;
}
.item_collection__wrap {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 29px 15px 0;
  max-width: 375px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1369px) {
  .item_collection {
    height: 60dvh;
  }
}
.item_collection.modal_open::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60vh;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
@media screen and (max-width: 1369px) {
  .item_collection.modal_open::before {
    height: 60dvh;
  }
}
.item_collection__scroll_area {
  margin-top: 10px;
  height: calc(60vh - 80px);
  overflow-y: scroll;
}
@media screen and (max-width: 1369px) {
  .item_collection__scroll_area {
    height: calc(60dvh - 80px);
  }
}
.item_collection__title {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background: #fff;
  border-radius: 50px;
  color: #ff2525;
  font-size: 22px;
  font-weight: bold;
}
.item_collection__cat_title {
  margin: 0 20px 5px;
  font-size: 18px;
}
.item_collection__cat_title::before {
  content: "■ ";
}
.item_collection__list + .item_collection__cat_title {
  margin-top: -10px;
}
.item_collection__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 20px;
}
.item_collection__list li {
  position: relative;
  width: 40%;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.item_collection__list li.item_owner::before {
  position: absolute;
  content: "";
  right: 10px;
  width: 29px;
  height: 29px;
  background: url(../map/images/img_item_owner.png) no-repeat;
}
.item_collection__list__price {
  position: relative;
  padding: 2px 10px;
  background: linear-gradient(60deg, #674040, #b0a1a2);
  border-radius: 50px;
  font-size: 14px;
  text-align: right;
}
.item_collection__list__price::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -14px;
  width: 56px;
  height: 44px;
  background: url(../map/images/icon_coin.png) no-repeat;
}
.item_collection__list__owner {
  padding: 2px 10px;
  background: linear-gradient(60deg, #ff2525 60%, #ffa158);
  border-radius: 50px;
  font-size: 14px;
}
.item_collection__modal {
  display: none;
  position: absolute;
  top: 85px;
  left: 8px;
  width: 329px;
  height: 280px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  color: #262626;
  z-index: 10;
}
.item_collection__modal__title {
  color: #ff2525;
  font-size: 22px;
  font-weight: bold;
}
.item_collection__modal__title::before {
  content: "■ ";
}
.item_collection__modal__image {
  display: flex;
  margin-top: 10px;
}
.item_collection__modal__image img {
  width: 160px;
}
.item_collection__modal__buy_txt {
  text-align: center;
  font-size: 14px;
}
.item_collection__modal__buy_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.item_collection__modal__buy_btn a {
  position: relative;
  width: 135px;
  padding: 3px;
  background: linear-gradient(60deg, #674040, #b0a1a2);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.item_collection__modal__buy_btn .buy_btn {
  padding-right: 30px;
  background: linear-gradient(60deg, #ff2525 60%, #ffa158);
  text-align: right;
}
.item_collection__modal__buy_btn .buy_btn::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -14px;
  width: 56px;
  height: 44px;
  background: url(../map/images/icon_coin.png) no-repeat;
}

.route_guide {
  padding: 12px;
  background: linear-gradient(38deg, rgba(255, 37, 37, 0.9) 60%, rgba(255, 157, 88, 0.9));
  border-radius: 15px;
  color: #fff;
}
.route_guide__wrap {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 29px 15px 0;
  max-width: 375px;
  left: 50%;
  transform: translateX(-50%);
}
.route_guide__title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 20px;
}
.route_guide__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 32px 0;
}
.route_guide__box label + label {
  margin-left: 10px;
}
.route_guide__ckb {
  display: none;
}
.route_guide__ckb_fontas {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.route_guide__ckb_fontas_location {
  background-image: -webkit-image-set(url(../map/images/icon_rg_location.png) 1x, url(../map/images/icon_rg_location@2x.png) 2x);
  background-image: image-set(url(../map/images/icon_rg_location.png) 1x, url(../map/images/icon_rg_location@2x.png) 2x);
}
.route_guide__ckb_fontas_base {
  background-image: -webkit-image-set(url(../map/images/icon_rg_base.png) 1x, url(../map/images/icon_rg_base@2x.png) 2x);
  background-image: image-set(url(../map/images/icon_rg_base.png) 1x, url(../map/images/icon_rg_base@2x.png) 2x);
}
.route_guide__ckb_fontas_plus {
  background-image: -webkit-image-set(url(../map/images/icon_rg_plus.png) 1x, url(../map/images/icon_rg_plus@2x.png) 2x);
  background-image: image-set(url(../map/images/icon_rg_plus.png) 1x, url(../map/images/icon_rg_plus@2x.png) 2x);
}
.route_guide__ckb:checked + .route_guide__ckb_fontas {
  filter: drop-shadow(2px 2px 6px rgb(255, 255, 255));
}
.route_guide__goal_ckb {
  margin-top: 36px;
}
.route_guide input[type=text] {
  width: 220px;
  margin-top: 8px;
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  line-height: normal;
}
.route_guide input[type=text]::-moz-placeholder {
  color: #b4b4b4;
  line-height: normal;
}
.route_guide input[type=text]::placeholder {
  color: #b4b4b4;
  line-height: normal;
}
.route_guide__btn {
  display: inline-block;
  width: 47%;
  padding: 3px 13px;
  background: #fff;
  border-radius: 10px;
  color: #ff2525;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}/*# sourceMappingURL=style_map.css.map */