@charset "utf-8";




h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4vw;
	text-align: center;
}
@media screen and (min-width: 515px){
  h3{
    font-size: 26px;
    }
   }

h3::before,
h3::after {
	content: '';
	width: 40px;
	height: 2px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

h3::before {
	margin-right: 20px;
}
h3::after {
	margin-left: 20px;
}

.img3{
  display: block;
  margin: 0 auto;
  max-width: 25%;
}
@media screen and (min-width: 515px){
  .img3{
    max-width: 180px;
    }
   }

.box{
  display: block;
  margin: 0 auto;
  width: 95%;
  font-size: 12px;
}
@media screen and (min-width: 515px){
  .box{
    width: 85%;
    font-size: 15px;
  }
}


     .ggmap {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      }
       
      .ggmap iframe,
      .ggmap object,
      .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:100%;
      }




