@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-none{
  display: none;
}
.container{
    margin: 0 auto;
}
.wi1000{
  width: 1000px;
    margin: 0 auto;
}
.wi1200{
  width: 1200px;
    margin: 0 auto;
}
.mv img{
  width: 100%;
}
.glyphicon,
.glyphicon-chevron-right,
i{
  display: none;
}
.dropdown-menu li a i,
.ftrMenu li a i{
  display: none;
}
.bg{
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  padding-top: 100px;
  padding-bottom: 50px;
}

.bg3{
  background-color: #a02232;
padding-top: 50px;
}
.movie{
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.movie iframe{
width: 80%;
height: 500px;
margin-left: 10%;
text-align: center;
margin-top: 50px;
}
.copy{
  margin-top: 30px;
      color: #777;
  text-align: center;
}
footer{
  margin: 0 auto;
  text-align: center;
}

.f-list{
  display: flex;
  text-align: center;
margin-left: 30%;
margin-top: 20px;
}
.f-list li{
margin-left: 50px;
  }