@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;
    width: 90%;
}

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

.sec1{
    background-image: url(../img/02_use_bg_pc.png);
    background-size: cover;
    background-repeat: repeat;
}

.sec1_sp{
    display: none;
}


.sec2{
    background-image: url(../img/03_movie_bg_pc.png);
    background-size: cover;
    background-repeat: repeat;
}

.sec2_sp{
    display: none;
}

.sec3{
    background-image: url(../img/04_info_bg_pc.png);
    background-size: cover;
    background-repeat: repeat;
    padding-bottom: 50px;
}

.sec3_sp{
    display: none;
}

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

.mv-img_sp{
    display: none;
}

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

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

.sec1-img img{
    width:100%;
    max-width: 800px;
    min-width: 540px;
}

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

.item-img img{
    width:100%;
    max-width: 800px;
    min-width: 540px;
}

.item{
/*  display: flex;*/
}
.syosai{
    text-align: center;
    margin-top: 30px;
    padding-bottom:30px;

}
.movie{
    margin:0 auto;
    text-align: center;
}
.movie iframe{
/*  width: 100%;*/
    margin:0 auto;
    text-align: center;
/*  height: 460px;*/
    margin-top: 30px;
    margin-bottom: 50px;
}

.syosai{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 50%;
    margin-left: 30px;
    height: 320px;
    margin-top: 8%;
}
.syosai table tr{
    border-bottom: 1px solid #000;
}
.syosai table th{
    font-weight: bold;
    padding:10px 20px;
    width: 40%;
    padding-top:20px;
}
.syosai table td{
    text-align: left;
    padding:10px 20px;
    line-height:1.5;
    padding-top:20px;
  }

.syosai_chusyaku{
    color: red;
    text-shadow:
        1px 0 0 white,
        0 1px 0 white,
        -1px 0 0 white,
        0 -1px 0 white
}

.font_weight_bold{
    font-weight: bold
}

.item_list_style{
    max-width: 450px;
    width: 40%;
}