@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　PC設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;padding: 0;border: 0;font-weight: normal;font-size: 100%;vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {display:block;}
body {line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {list-style: none;list-style-type: none;}

/*------------------------------------------
■ 本体
------------------------------------------*/

/* スマホでは非表示 */
#sp-only{
  display: none;
}
.container{
    margin: 0 auto;
}
.wi1000{
  width: 1000px;
    margin: 0 auto;
}

.mv{
  background-image: url(../img/mv-bg.png);
  background-size: cover;
    padding-top: 50px;

}

.sec1{
    background-image: url(../img/bg1.png);
  background-repeat: repeat;
}

.mv-img{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.title-img{
  padding-top: 50px;
  text-align: center;
}

.sec1-img{
  text-align: center;
  padding-bottom:10px;
}

.item-img{
  text-align: center;
  padding-top:30px;
}

.syosai{
  text-align: center;
  margin-top: 30px;
  padding-bottom:30px;
}

.movie {
  margin-top: -600px;
  padding-bottom:100px;
}
.movie iframe{
  width: 70%;
  margin-left: 15%;
  height: 500px;
}