.gm-fullscreen-control {
  display: none;
}
.gm-style-iw-c{
  transform:translate3d(0,0,0);
}
.btn-balloon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #009688;
    z-index: 9;
}
@media (max-width:768px) {
  .btn-balloon-close {
    top: 12px;
    right: 12px;
  }
}
button[title="閉じる"] {
  opacity: 0;
}

@media screen and (max-width: 479px) {
.gm-style-iw {
  padding: 12px !important;
}
}
.gm-style-iw {
  max-width: 300px !important;
  max-height: 150px !important;
}
.gm-style-iw-d {
  max-width: 280px !important;
  max-height: 150px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.gm-ui-hover-effect {
  opacity: 1 !important;
}
.gm-style-iw{
  height: 135px;
}
.poi-info-window .full-width {
  width: 270px !important;
}
.place-info {
  position: inherit;
  width: unset !important;
  height: unset !important;
}
@media all and (-ms-high-contrast: none){
  .place-info {
    padding-right: 30px;
  }
}
.place-info > dd > .btn-cover {
  padding-top: 5px !important;
}
.place-info > dd > .map-property > dt {
  width: 35%;
}
.message {
  padding: 40px 30px 20px 30px;
}
.message p{
  padding-bottom: 20px;
}
/* CSS btn-update */
.container-btn-update {
  position: fixed;
  width: 100%;
  z-index: 21;
}
.btn-update {
  display: none;
  position: absolute;
  background-color: #fff;
  right: 50%;
  margin-right: -52px;
  top: 20px;
  z-index: 5;
  padding: 10px 30px;
  border: 1px solid #2196f3;
  border-radius: 20px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 958px) {
  .btn-update {
    top: 80px;
  }
}

/* spinner */
.container-spinner {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute; /* Stay in place */
  z-index: 12; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -30px;
  z-index: 9999;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.suggestions {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  font-size: 14px;
  overflow: hidden;
  padding: 8px 0;
  margin-top: 3px;
  display: none;
}
.suggestions ul li {
  /* padding: 10px; */
}
.suggestions ul li a{
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #575554;
}
.suggestions ul li a:hover{
  opacity: 1;
  background-color: #ebebeb;
}
.icon-address {
  padding: 0 10px 0 0;
}
.icon-address img{
  margin-bottom: -2px;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}