@charset "utf-8";
img {
  width: 100%;
  vertical-align: bottom;
}
/* =======================
common
=========================*/
body {
  font-family: 'Noto Serif JP',"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #000;
  list-style-position: inside;
  list-style-type: none;
  font-weight: normal;
  font-size: 14px;
  _font-size: 14px;
  line-height: 150%;
  width: 100%;
  background: #fff;
  background-repeat: repeat;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #a06006;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
ul {
  list-style: none;
  padding: 0;
}
.center {
  text-align: center;
}
h3 {
    font-size: 13px;
    line-height: 150%;
    margin: 0;
}

.clear {
  overflow: hidden;
  zoom: 1;
}

/* =======================
enter
=========================*/
body {
  background-image: url(../images/back.jpg);
  background-size:cover;
  position: relative;
}
#head {
  margin: 40px 0;
}
.enterpage {
  text-align: center;
}
#middle_image {
  width: 56%;
}
#footer {
  padding-top: 100px;
}
.width575under {
  display:none;
}
.banner {
  align-items: center;
}
.banner img {
  width: auto;;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  body {
    background-size:270vw 100vh;
    background-position: center center;

  }
  /* body::after {
  content: '';
  background-color: rgba(256,256,256,.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

  .width575over {
    display:none;
  }
  .width575under {
    display:flex;
  }
  .width575under div:first-child {
    margin-bottom: 50px;
  }
  #footer {
    padding-top: 50px;
  }
  .banner img {
    padding:5px 0;
  }
  
}
