@charset "UTF-8";

#mainVis {
  background: url(../images/bg-shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 20%;
}

/* =======================================================
*attension
* ======================================================= */
#attension {
  background-color: #f0e6d8;
  padding: 50px 15px;
}
#attension p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #ad1111;
}


/* =======================================================
#type
* ======================================================= */
#type ul {
  margin: 50px 0 30px;
}
#type ul li h3 {
  border-bottom: 1px dotted #5f432d;
}
#type ul li h3 span {
  font-size: 28px;
  line-height: .6;
}

@media screen and (max-width:768px) {
  #type {
    margin-top: 40px;
  }
  #type ul {
    margin: 0;
  }
  #type ul li {
    margin-bottom: 20px;
  }
  #type ul li h3 {
    margin-bottom: 10px;
  }
  #type ul li h3 span {
    font-size: 26px;
    line-height: 1;
  }
  #type ul li p {
    margin-top: 10px;
  }
}





