@charset "UTF-8";
#kv {
  position: relative;
  top: 100px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
#kv h1{
  margin-top: 100px;
  font-size: 2rem;
  z-index: 1;
  text-align: center;
  color: #8F4809;
}
.kv img{
  width: 100px;
  height: auto;
}
#notice {
  margin-top: 50px;
}
#notice .wrap-blk {
  margin: auto 10%;
}
#notice .contents-blk {
  margin: 50px auto;
}
#notice .title-blk {
  display: flex;
}
#notice .pin {
  background: #8F4809;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
#contact {
  margin-top: -50px;
}
/*-----------------------------------
タブレット
-----------------------------------*/
@media screen and (max-width: 1024px) {
  /*-----------------------------------
スマホ
-----------------------------------*/
  @media screen and (max-width: 414px) {
    body {
      font-size: 3.5vw;
    }
    /* ---------------------title*/
    #kv {
      top: 50px;
      height: 30vh;
    }
    #kv h1{
      margin-top: 50px;
      font-size: 4vw;
      line-height: 1.5;
    }
    #kv img{
  width: 20px;
    }
#notice {
      margin-top: -50px;
    }
#notice .contents-blk {
      margin: 20px auto;
    }
    #home #notice .pin {
      width: 10px;
      height: 10px;
      margin-right: 5px;
    }
	    #contact {
  margin-top: auto;
}