@charset "UTF-8";
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.window {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	background:rgba(0,0,0,0.45);
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 299;
}
.overlay.pc-only{
  /* 背景（PC版） */
  display: block;
  width: 100%;
  height: 100%;
  cursor: auto;
}
 .inner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
 }
.inner {
  /* モーダル全体 */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
        overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	background:#fff;
}

.wrap {
  /*コンテンツ領域 */
  display: inline-block;
  width: 100%;
  height: 100vh;
  margin: 0;
  z-index: 102;
	position: relative;
}

.wrap-in {
  /* コンテンツ単一 */
  width: 100%;
  height: 20px;
  background-color: #fff;
  overflow: auto;
	position: relative;
}
.close {
  /* ×ボタン */
  width: 30px;
  height: 30px;
  position: absolute;
  top: 19px;
  right: 17px;
  z-index: 103;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .close {
    right: 10px;
  }
}
.close::before, .close::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #A5A5A5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio] {
  /* モーダル機能部分 */
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
input[type=radio].handle + .wrap {
  display: none;
}
input[type=radio].handle:nth-of-type(1):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(2):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(3):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(4):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(5):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(6):checked + .wrap {
  display: block;
}
input[type=radio].handle:nth-of-type(7):checked + .wrap {
  display: block;
}
input[type=radio]#close:checked ~ .window, input[type=radio]#close:checked ~ .close, input[type=radio]#close:checked ~ .overlay, input[type=radio]#overlay:checked ~ .window, input[type=radio]#overlay:checked ~ .close, input[type=radio]#overlay:checked ~ .overlay {
  display: none;
}
@media screen and (min-width: 1080px) {
.inner {
  /* モーダル全体 */
  border-radius: 10px;
  width: 50%;
	min-width: 800px;
  max-width: 800px;
  max-height:90%;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
  z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

}

/* 20210604 追加 */
.close::before, .close::after {
  width: 22px;
}

/* 20210624 追加 */
/* 現在地から探す の地図内吹き出し */
.gm-style .gm-style-iw-c {
  box-shadow: none;
  width: 90vw!important;
  max-width: 90vw!important;
}
.gm-style .gm-style-iw-t::before {
  background: linear-gradient(45deg,rgba(227,227,227,1) 50%,rgba(227,227,227,0) 51%,rgba(227,227,227,0) 100%);
  box-shadow: none;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -1px;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 15px;
}
.gm-style .gm-style-iw-t::after {
  box-shadow: none;
  top: -2.5px;
}
.gMap_balloon {
  box-shadow: none!important;
  border-radius: 6px!important;
  padding-right: 0px;
  padding-bottom: 0px;
  min-width: 0px;
  max-width: 90%;
  width: 90%;
}
.gMap_balloon--inner table {
  width: 80vw;
}
@media screen and (min-width: 1080px) {
  .gm-style .gm-style-iw-c {
    box-shadow: none;
    width: initial!important;
    max-width: 350px!important;
  }
  .gMap_balloon--inner table {
    width: 100%;
  }
  .gMap_balloon {
    max-width: 350px;
    max-height: 326px;
    width: initial;
  }
}
.gMap_balloon--inner {
  overflow: hidden!important;
  max-height: 308px;
}
.gMap_balloon--inner tr:first-child {
  height: 10px;
}
.gMap_balloon--inner tr:first-child td:first-child {
  width: 33%;
  min-width: 33%;
  height: 80px;
}
.gMap_balloon--inner tr:first-child td:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gMap_balloon--inner tr:first-child td:last-child {
  vertical-align: top;
  width: 66%;
}
.gMap_balloon--inner tr:first-child td:last-child h3 {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: bold;
  word-break: break-word;
}
.gMap_balloon--inner tr:last-child td {
  vertical-align: top;
}
.gMap_balloon--inner tr:last-child .gMap_balloon--inner-addressArea {
  display: flex;
  align-items: center;
  padding: 4px 0 0 8px;
}
.gMap_balloon--inner tr:last-child .gMap_balloon--inner-address {
  padding-top: 0;
  padding-right: 20px;
  word-break: break-word;
}
.gMap_balloon--inner-closeBtn {
  background: none;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 5px;
  right: 5px;
  margin: 0px !important;
}
.gMap_balloon--inner-closeBtn.gm-ui-hover-effect img {
  pointer-events: none;
  display: block;
  width: 14px!important;
  height: 14px!important;
  margin: 8px;
}
