@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FFFFFF;
}
#contents {
  box-sizing: border-box;
  max-width: 960px;
  margin: 40px auto;
  padding: 4% 8%; /*親要素の幅にあわせて指定比率で伸縮する*/
}
#headermenu {
  height: 100px;
  background-color: #FFFFFF;
  opacity: 0.95;
}
#headermenu li {
  float: left;
}
#copy {
  position: absolute;
  left: auto;
  top: 20%;
}
#menu {
  width: 100%;
  padding: 30px;
  bobox-sizing: border-box;
  background-color: #6E5116;
  text-align: center;
}
#mail_tk {
  background:
    url(img/mailbk.png) left bottom no-repeat;
  background-size: contain;
}
#noshi {
  background:
    url(img/noshi.jpg) no-repeat;
  border: 3px solid #c1280b;
  background-size: cover;
  box-sizing: border-box;
}
#heart {
  overflow: hidden;
}
#lead {
  font-size: 18px;
  padding: 50px;
}
#prize {
  background:
    url("img/prize.png") right no-repeat;
  background-size: contain;
  height: auto;
}
#glad {
  font-size: 2em;
  margin-top: -30px;
}
#nat {
  background:
    url("img/bk_nat.jpg") no-repeat;
}
#chaobi {
  color: #ffffff;
  margin: 5px 0;
  padding-left: 20px;
  background: #6E5116;
}

#footer {
  background: #ffffff;
}
#pz1 {
  width: 100%;
  margin-bottom: 20px;
}
#pz2 {
  width: 39%;
  float: left;
  margin-right: 20px;
}
#pz3 {
  width: 50%;
  float: left;
}

@media screen and (min-width: 800px) { /* 800px以下*/
   


	  #story {

  margin-left: 35px;
 margin-right: 35px;
  margin-bottom: 30px;
  }
	}

@media screen and (max-width: 800px) { /* 800px以下*/
	


	  #story {
  width: 60%;
  margin-left: auto;
 margin-right: auto;
margin-bottom: 5px;

}
	

}
