@charset "utf-8";

.b-txtimg p{
    margin: 15px auto;
}
.b-txtimg{
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

.b-txtimg ol{
    list-style: decimal;
    margin-bottom: 20px;
    line-height: 1.8em;
}
.b-txtimg ol li{
     margin-left: 20px;
}

   
@media print,screen and (min-width : 501px) {

#header_img {
    margin-top: 20px;
  height: 300px; /* ヘッダーの中身が空のため高さを指定 */
  background-image: url("image/header.jpg");
  background-size: cover;
  background-position: 50% 90%; /* 横 縦 */
}
    
#gaiyou{
  margin-top: 40px;
}
#gaiyou .b-info-table{
  margin-top: 20px;
}

#map{
  margin-top: 40px;
}
#map iframe{
  margin-top: 20px;
  width: 100%;
}


}
@media screen and (max-width : 500px) {

#header_img {
    margin-top: 20px;
  height: 200px; /* ヘッダーの中身が空のため高さを指定 */
  background-image: url("image/header.jpg");
  background-size: cover;
  background-position: 50% 75%; /* 横 縦 */
}

#gaiyou{
  margin-top: 40px;
}
#gaiyou .b-info-table{
  margin-top: 20px;
}

#map{
  margin-top: 40px;
}
#map iframe{
  margin-top: 20px;
  width: 100%;
}

}
