@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;
	background: #48bbbe;
}

#jichitai .clrTxt {
	text-indent: -99999px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
}
#jichitai .main {
    max-width: 1280px;
    margin:0 auto;
    background: white;
}
#jichitai .section01 {
    background: #ffffff url("../images/main01.jpg?240803") center
     center no-repeat;
    background-size:contain;
    padding-top:87.5%;
}
#jichitai .section02 {
    background: #ffffff url("../images/main02.jpg?240803") center
     center no-repeat;
    background-size:contain;
    padding-top:221.09375%;
}

/*動画追記*/
#jichitai .movie{
	background: #ffffff;
	width: 58%;
	/*   position: absolute;
    top: 25.5%;
    left: 29%;
    right: auto;*/
	margin: 0 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;
}
