/* ==========================================================================
 Foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
/* ==========================================================================
 Foundation
============================================================================*/
/* ==========================================================================
 layout
============================================================================*/
/* ==========================================================================
 component
============================================================================*/
/* ==========================================================================
 project
============================================================================*/
.p-grm-map {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}
.p-grm-map__embed {
  border-radius: 16px 0 0 16px;
  height: 100%;
  transition: 0.3s;
  width: 100%;
}
.p-grm-map__post {
  display: none;
  left: 50%;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-grm-map__post__inner {
  position: relative;
  z-index: 1;
}
.p-grm-map__post__close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.p-grm-map__post__close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.p-grm-map.-is-loading::after {
  background: url(../images/common/loading_blk.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.p-grm-map.--is-overlay .p-grm-map__post {
  display: block;
}
.p-grm-map-post__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-grm-map-post__rating {
  margin-top: 16px;
}

.p-grm-map-move {
  padding-bottom: 24px;
  padding-top: 24px;
}
.p-grm-map-move__item {
  box-shadow: 0 1px 0 #ccc;
  cursor: pointer;
  font-size: 1rem;
  padding: 16px;
}

/* ==========================================================================
 utility
============================================================================*/
.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}

.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}

#grm-google-map * {
  box-sizing: border-box;
}
#grm-google-map a img, #grm-google-map img {
  border: 0;
  vertical-align: middle;
}
#grm-google-map strong {
  font-style: normal;
  font-weight: bold;
}
#grm-google-map small {
  font-size: 100%;
}
#grm-google-map ol, #grm-google-map ul {
  list-style-type: none;
}
#grm-google-map hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin: 0;
  padding: 0;
}
#grm-google-map table {
  border-collapse: collapse;
  border-spacing: 0;
}
#grm-google-map th {
  margin: 0;
}
#grm-google-map td {
  margin: 0;
}
#grm-google-map button {
  cursor: pointer;
}
#grm-google-map button, #grm-google-map fieldset, #grm-google-map form, #grm-google-map input, #grm-google-map label, #grm-google-map legend, #grm-google-map select, #grm-google-map textarea {
  vertical-align: middle;
}
#grm-google-map label {
  cursor: pointer;
}
#grm-google-map textarea {
  resize: vertical;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-grm-map__embed {
    border-radius: 0;
  }
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
