@charset "UTF-8";
/* CSS Document */
/*各要素の高さ*/
/*各要素のTOPの位置*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 450px;
  background: #fff url("../image/back1.png") no-repeat top left fixed;
  z-index: 10; }

h1 {
  font-size: 10px;
  text-align: left;
  color: #000;
  position: fixed; }

.tops {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  background-color: rgba(191, 138, 103, 0.55);
  text-align: right;
  z-index: 10000000; }

header {
  position: absolute;
  top: 50px;
  height: 400px;
  width: 100%;
  min-width: 450px;
  z-index: 10000;
  background: url("../image/kanri_header.jpg") no-repeat left bottom;
  border-bottom: 1px solid #000; }
  header .k_title {
    position: relative;
    width: 356px;
    height: 175px;
    top: 100px;
    left: calc(50% - 178px);
    background: url("../image/kanri_top_text.png") no-repeat center top; }

.sec1 {
  position: absolute;
  top: 450px;
  left: 0;
  height: 1500px;
  width: 100%;
  min-width: 450px;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #000;
  border-bottom: 10px solid #000;
  z-index: 10000; }
  .sec1 h2 {
    font-size: 18px;
    margin-top: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left; }
  .sec1 #table1 {
    position: relative;
    top: 50px;
    width: 90%;
    left: 5%;
    background-color: #fff; }

.sec2 {
  position: absolute;
  top: 2050px;
  width: 100%;
  height: 1400px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  border-top: 1px solid #000; }
  .sec2 h2 {
    font-size: 18px;
    margin-top: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left; }
  .sec2 .p_text {
    position: relative;
    width: 90%;
    min-width: 420px;
    left: 10%; }

footer {
  position: absolute;
  justify-content: space-evenly;
  display: grid;
  width: 100%;
  min-width: 450px;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  top: 4300px;
  height: auto; }
  footer .bottom_logo {
    position: relative;
    width: 400px;
    height: 250px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff; }
  footer .s_map1 .s_map2 {
    position: relative;
    width: 400px;
    height: 300px;
    border-bottom: 1px solid #fff;
    margin-top: 5px; }
