@charset "UTF-8";
/* MAPモーダル */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8) !important; }

.remodal.map-modal-custom {
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  width: auto;
  max-width: 90vw; }

.remodal.map-modal-custom img {
  width: 100%;
  height: auto;
  max-width: 800px;
  vertical-align: bottom; }

.remodal.map-modal-custom .remodal-close {
  position: absolute;
  display: block;
  left: auto;
  right: -30px;
  top: -40px;
  color: #ffffff;
  z-index: 9999; }

/* もし「×」アイコン自体の表示が消えている場合の保険 */
.remodal.map-modal-custom .remodal-close:before {
  content: "\00d7";
  font-size: 40px;
  line-height: 40px; }

/* SP */
@media screen and (max-width: 768px) {
  .remodal.map-modal-custom .remodal-close {
    right: 0px;
    top: -45px; } }
