@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  color: #082b48;

}
a {
  text-decoration: none;
  color: #082b48;

  }
 a:hover {
  opacity: 0.5;
  color: #ed6c63;
}

img {
  max-width: 100%;
	height: auto;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
	padding: 0 4%;
 
}
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 65px;
}

.logo1{
width:15px;
margin:5;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 270px;
  margin: 0 auto;
  padding: 0 4%;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  font-size: 0.7rem;
  margin-left: 25px;
}
#header li a {
  color: #24292e;
}
#header li a:hover {
  opacity: 0.7;
}
#header li img.icon {
  width: 20px;
}



/*-------------------------------------------
text
-------------------------------------------*/

.image_map {
  text-align:center;
  }
  .image_map  img{
width:500px;
vertical-align: bottom;  
}

.wrapper{
  width:100%;
  margin:0 auto;
  
}


@media ( max-width : 400px ){
  
}

.image_map  img{
width:50%;
vertical-align: bottom; 
}

.map1 h1{
margin-bottom: 0px;
margin-top:20px;
margin-left:10px;
font-size:15px;
}

.map1 h2{
margin-bottom: 30px;
margin-top:1px;
margin-left:50px;
font-size:13px;
}

/*-------------------------------------------
map
-------------------------------------------*/

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  font-size:10px;
}
.google ul {

  }


/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color: #24292e;
  color: #fff;
  font-size: 0.5rem;
  padding: 10px 20px;
  text-align: center;
}

