@charset "utf-8";
/* CSS Document */

#jichitai {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
    line-height:1.5;
    width: 100%;
    margin:0 auto;
}

#jichitai .clrTxt {
	text-indent: -99999px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
}
#jichitai .section01 {
    background: #ffffff url("../images/sp_main01.jpg?240802") center
     center no-repeat;
    background-size:cover;
    padding-top:173.4375%;
}
#jichitai .section02 {
    background: #ffffff url("../images/sp_main02.jpg?240802") center
     center no-repeat;
    background-size:cover;
    padding-top:1004.6875%;
}

/*動画追記*/
#jichitai .movie{
	background: #ffffff;
	width: 90%;
	/*   position: absolute;
    top: 25.5%;
    left: 29%;
    right: auto;*/
	margin: 1% auto;
    /*↑テキストなくて動画中央配置したい場合はつける*/
}
#jichitai .movieCon{
	position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;/*動画サイズ16:9の時縦÷横の比率*/
   
}
#jichitai .movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


#footer{
	margin:0px !important;
}
