.index {
  transition: padding 0.5s ease;
}
.index.side-close {
  padding: 50px 0 39px 0;
}
.index .side-btn {
  position: fixed;
  top: 110px;
  left: 248px;
  z-index: 1;
  font-size: 24px;
  background-color: #FFF;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: left 0.5s ease;
}
.index .side-btn.side-close {
  left: 0;
}
.index nav .inner {
  position: relative;
}
.index nav .show-ttl {
  padding-left: 16px;
}
.index nav label input {
  margin-right: 8px;
}
.index nav .show-data {
  border-bottom: 5px double #000;
}
.index nav .show-data > ul li:nth-child(even) {
  background-color: #F2F2F2;
}
.index nav .show-data > ul li:hover {
  background-color: #EAF9FC;
}
.index nav .show-data > ul li label {
  display: inline-block;
  margin-right: 12px;
  padding: 16px 0 16px 8px;
}
.index nav .show-data > ul li img {
  vertical-align: middle;
  cursor: pointer;
}
.index nav .show-data > ul li ul li {
  background-color: #FFF;
  border-top: 1px solid #CCC;
}
.index nav .show-data > ul li ul li:nth-child(even) {
  background-color: #F2F2F2;
}
.index nav .show-data > ul li ul li:hover {
  background-color: #EAF9FC;
}
.index nav .ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.index nav table {
  margin-bottom: 16px;
  width: 100%;
}
.index nav table th {
  width: 103px;
  text-align: left;
}
.index nav table td {
  padding: 2px 0;
}
.index nav table td input[type=text],
.index nav table td input[type=date] {
  width: 100%;
}
.index nav table td input[type=text] {
  padding: 4px;
}
.index nav .btn-area button:last-child {
  float: right;
}
.index nav .all-either {
  padding: 16px;
  border-bottom: 5px double #000;
}
.index nav .place {
  padding: 16px;
  border-bottom: 5px double #000;
}
.index nav .date {
  padding: 16px;
}
.index nav .date ul {
  margin-bottom: 16px;
}
.index.log_in #map {
  height: calc(100vh - 58px - 17px);
}
.index #map {
  height: calc(100vh - 58px - 39px);
}
.index #map .leaflet-control-container .leaflet-top.leaflet-left {
  padding: 4px 16px;
  width: 100%;
  background-color: #000;
}
.index #map .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-geocoder {
  float: none;
  margin: 0;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
}
.index #map .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-geocoder .leaflet-control-geocoder-form {
  display: block;
  padding: 0;
  width: 100%;
}
.index #map .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-geocoder .leaflet-control-geocoder-form input[type=text] {
  padding: 10px 16px;
  width: 80%;
  font-size: 16px;
  border-radius: 24px;
  background-image: url(/storage/images/index/index_ic03.png);
  background-size: 65px 100%;
  background-position: calc(100% + 2px) 0;
  background-repeat: no-repeat;
  border: none;
}
.index #map .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-geocoder .leaflet-control-geocoder-form input[type=submit] {
  margin-left: -65px;
  width: 65px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.index #map .leaflet-control-geocoder a {
  display: none;
}

.question0 {
  display: none;
}

.question {
  position: absolute;
  display: block;
  padding: 2px;
  background-color: #cccccc;
  width: 180px;
  left: 35%;
  font-size: 80%;
}

.hide {
  display: none;
}
.loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  /* background-image: url(/storage/images/index/712-88.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 150px 150px;*/ 
}
.loader {
  position: fixed;
  top: 50%;
  left: 45%;
  width: 450px;
  height: 250px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  z-index: 1100;
}

#container {
  margin: 20px;
  width: 400px;
  height: 8px;
  text-align: center;
  position: fixed;
  z-index: 1101;
}

.leaflet-popup-content-wrapper {
  margin-top: 500px;
}

/*# sourceMappingURL=index.css.map */
