body{
  background-color:#fffef3;
  color:#292a2c;
}

.header{
  height:350px;
  background-color: ;
  background-image:url();
  background-repeat:no-repeat;
  background-size:1080px 130px;
  background-position:bottom 70% right 50%;
}

.header img{
  width:300px;
}

.logo{
  text-align: center;
}

/*メニューの中心をロゴ中心と揃えるためのwidth指定*/
.menu{
  width:1500px;
}
a{
  text-decoration: none;
}
.headermenu{
  font-size:20px;
  text-align: center;
}
/*黒点なし*/
.one{
  list-style: none;
  display:inline-block;
  padding:5px 30px;
  margin:0 10px;
  background-color:#7e995a;
  border-radius: 10px;
  box-shadow: 0px 4px #627746;
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
}

.one:active{
  position:relative;
  box-shadow: none;
  top:4px;
}
/*ここまでヘッダーのボタンの指定*/
/*ここからメイン*/
.main{
  text-align: center;
}
.main img{
  width:400px;
}
h1{
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;
}
h3{
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
}
p{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:20px;
}
.syoumei{
  font-size: 12px;
}
.aboutakino{
  font-size: 18px;
}
/*ここからリンク*/

.amazonlink{
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
  width:130px;
  margin: 0 auto;
  border-radius: 10px;
  background-color:#c4a16c;
  box-shadow: 0px 4px #a98b5f;
}
.amazonlink:active{
  position:relative;
  box-shadow: none;
  top:4px;
}

.facebooklink{
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
  width:180px;
  margin: 0 auto;
  border-radius: 10px;
  background-color:#718ecc;
  box-shadow: 0px 4px #3B5998;
}
.facebooklink:active{
  position:relative;
  box-shadow: none;
  top:4px;
}

.instagramlink{
  font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
  width:180px;
  margin: 0 auto;
  border-radius: 10px;
  background-color:#ee7a92;
  box-shadow: 0px 4px #e1385b;
}
.instagramlink:active{
  position:relative;
  box-shadow: none;
  top:4px;
}
.syoukailink{
  text-align: center;
}
.two{
  list-style: none;
  display:inline-block;
  padding:0 10px;

}
