@charset "utf-8";
/* CSS Document */
body1 {
  font-family: '源ノ角ゴシック Code JP EL', '源ノ角ゴシック Code JP N';
  text-align: center;
  background-color: #fff;
  color: #000;
  width: auto;
  height: 100%;
}
/*桜降*/
#sakura {
  height: 1500px;
}
/*幅部分*/
.wrap {
  width: 950px;
  height: 100%;
  margin: auto;
  padding: auto;
  text-align: center;
}
/*ヘッダーだね*/
#header.contents {
  margin: 0 auto;
}
#header.contents h1 {
  padding-top: 35px;
  text-align: center;
}
/*navだよ*/
#nav.contents {
  margin: 25px auto -100px;
  width: 950px;
  height: 150px;
  padding: 10px 0;
}
#nav.contents ul {
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#nav.contents li {
  float: left;
}
#nav.contents li a {
  display: block;
}
#nav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*シンボル*/
#pix {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
/*ページトップ*/
#pagetop {
  margin: 0;
  position: fixed;
  right: 0;
  left: 1250px;
  bottom: 50px;
}
#pagetop a {
  width: 100px;
  height: 200px;
  background: url("../img/sika.png");
  background-size: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
/*フッターです*/
footer {
  height: auto;
  text-align: center;
  margin: 20px 0 0;
  padding-top: 10px; /*　→変わるかも*/
}
/*sns*/
#sns {
  margin-right: 135px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.Twitter {
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
}
.Instagram {
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
}
.Behance {
  text-align: center;
  position: relative;
  left: 50%;
  float: left;
}
#sns a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.QR {
  text-align: center;
  padding: 40px 0;
}
p.small {
  text-align: center;
  padding-top: 10px;
  color: #313233;
}
@media screen and (max-width:480px) {
  /*画面幅が480pxまでの時*/
  body1 {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  #sakura {
    height: 100%;
  }
  .wrap {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}