@charset "utf-8";
/* CSS Document */
body, ul, h1, h2, h3, h4, h5, h6, h7, h8, h9, p {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
}
img {
  vertical-align: bottom;
}
/*ここまでリセット*/
header {
  background-image: url("../images/img_head.png");
  height: 150px;
}
.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background-color: #FFFFFF;
}
.top {
  /*ヘッダー固定*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
header .box {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
header ul {
  display: flex;
}
header.top_logo {
  margin: 0 auto 0 0;
}
header ul .top_r {
  margin: 0 0 0 auto;
}
header ul li {
  padding-left: 25px;
}
nav {
  background-image: url("../images/img_navi.png");
	
}
nav ul {
  display: flex;
	
}
nav .list {
  display: flex;

}



main #top_img {
  margin-top: 210px;
  padding-top: 20PX;
  padding-bottom: 20PX;
}
/*見出しへのスクロール*/
main section {
  margin-bottom: 45px;
  scroll-margin-top: 220px;
}
main .map {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
main .annai, .nagare {
  line-height: normal;
  margin-top: 20px;
}
main table {
  border: 20px rgba(100, 100, 100, 1.00);
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 16px;
}
th {
  width: 130px;
  padding: 16px;
  background-color: rgba(169, 210, 232, 1.00);
}
td {
  width: 400px;
  padding-left: 20px;
}
footer {
  background-image: url("../images/img_foot.png");
  height: 145px;
  margin-top: 50px;
}
footer p {
  padding-top: 70px;
  padding-left: 40px
}
.sp {
  display: none;
}
@media screen and (max-width:480px) {
  body, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, ul, li, dl, dd, table {
    font-size: 16px;
    margin-bottom: 0px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header ul {
    display: block;
  }
  header ul .fb {
    display: none;
  }
  header ul li {
    padding-left: 0;
  }
  header .box {
    display: block;
    justify-content: space-between;
    padding-top: 45px;
  }
  header .top_sp {
    display: flex;
    justify-content: space-between;
  }
  header .top_sp img {
    width: 80%;
  }
  /*ナビを２列で並びかえ*/
  nav .home {
    display: none;
  }
  nav {}
  nav ul {
    flex-wrap: wrap;
  }
  nav il {
    width: 50%
  }
  main #top_img {
    margin-top: 235px;
    padding-bottom: 10PX;
  }
  main .wide {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  main section {
    margin-bottom: 25px;
    scroll-margin-top: 250px;
  }
  main .index {
    margin-bottom: 15px;
  }
  td {
    padding-left: 5px;
  }
  /* Google Mapを囲う要素 */
  main .map_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
    margin-top: 20px;
  }
  /* Google Mapのiframe */
  main .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    margin-top: 20px;
  }
  footer .ft_logo img {
    width: 80%;
  }
  footer .box {
    margin-left: 30px;
    margin-right: 45px;
  }
  footer ul {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
  }
}