@charset "Shift_JIS";


/* header
---------------------------------------------------- */
.search_header {
  padding: 20px 0;
  text-align: center;
}
.search_header .header_logo {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  margin-top: 25px;
}
.search_header .header_logo li {
  display: inline-block;
  margin: 0 5px;
}
.search_header .header_logo li img {
  width: 230px;
}
.search_header .header_catch {
  display: inline-block;
  width: 500px;
  margin: 25px auto;
}
.search_header p {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 40px;
  color: #78bd36;
}
.search_header a.btn {
  margin: 0 auto;
  display: table;
  font-size: 24px;
  line-height: 40px;
  text-decoration: underline;
  color: #f8577b;
  padding: 20px 72px;
  background-image: url("../images/piyo1.png"), url("../images/piyo2.png");
  background-position: left center, right center;
  background-repeat: no-repeat;
}


/* main
---------------------------------------------------- */
.main {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url("../images/lace1.png"), url("../images/lace2.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x;
}


@media screen and (max-width: 768px) {

  /* header
  ---------------------------------------------------- */
  .search_header .header_logo li {
    margin: 0 0;
    width: 45%;
  }
  .search_header .header_logo li img {
    max-width: 90%;
  }
  .search_header .header_catch {
    max-width: 90%;
  }
  .search_header p {
    max-width: 90%;
    font-size: 18px;
    line-height: 30px;
  }
  .search_header a.btn {
    font-size: 18px;
    padding: 5px 44px;
    background-size: 34px auto;
  }


  /* main
  ---------------------------------------------------- */
  .main {
    padding: 30px 15px 40px;
  }
  
}