/* infowindowのCSS */
.gm-style-iw {
    /*top: 15px !important;*/
    left: 0 !important;
    border-radius: 2px 2px 0 0;

    width: 253px; !important;
    /*height: 175px;*/
    padding: 15px;
    /*border: 2px solid #bbbbbb;*/
    position: relative;
    background-color: #fff;
}
div[id^="data_area_"] {
    /*width: 191px;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}
div[id^="data_area_"] p {
    font-size: 15px;
}
div[id^="data_area_"] .maps_cat {
  display: inline-block;
  min-width: 85px;
  margin-bottom: 5px;
  padding: 0px 10px;
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  font-size: 10px;
  text-align: center;
}
div[id^="data_area_"] .maps_link {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #000000;
}

.firstHeading {
    background-color: #4285F4;
}

.firstHeading {
    color: #fff;
    margin: 0;
    padding: 10px;
}

#bodyContent {
    padding: 10px;
    font-size: 16px;
}

/* 閉じるボタンのCSS */
.closebtn {
    width: 30px!important;
    height: 30px!important;
    opacity: 1!important;
    right: 21px!important;
    top: 0!important;
}
.closebtn002 {
    right: 17px !important;
}
/* 閉じるボタンを消す */
.closebtn img:nth-child(2) {
    display: none;
}
/* fontawesomeで消すボタンを作る */
.fa-times-circle {
    padding: 0;
    font-size: 28px!important;
    color: #000099;
}
.gm-style .gm-style-iw-t::after {}

/* PC対応 */
@media only screen and (min-width: 1200px) {
    .gm-style-iw {
        width: 253px !important;
    }
    div[id^="data_area_"] {
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-flex-wrap: wrap;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
        /*-webkit-box-pack: justify;*/
        /*-webkit-justify-content: space-between;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        /*-webkit-box-align: center;*/
        /*-webkit-align-items: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center;*/
    }
    div[id^="data_area_"] p {
        font-size: 15px;
    }
    div[id^="data_area_"] i {
      font-size: 13px;
    }
}
