@charset "utf-8";

#wrap{
background: #fff;
color: #000; 
line-height: 1.5;
margin :0 auto;
max-width: 640px;
min-width: 320px;
width: 100%;
}
.headTel {
position: fixed;
min-width: 320px;
z-index: 2;
}
.fvTit {
padding-top: 13%;
}
.movieBg {
background-image: url(../img/movie.jpg);
background-repeat: repeat-y;
background-size: 100% auto;
position: relative;
}
.movie {
width: 90%;
margin: 0 auto;
padding: 1% 0 50%;
position: relative;
overflow: hidden;
}
.movie iframe {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index: 0;
}
.line01 {
position: absolute;
top: -3%;
left: 5%;
width: 90%;
z-index: 1;
line-height: 0;
}
.line02 {
position: absolute;
bottom: -3%;
left: 5%;
width: 90%;
z-index: 1;
line-height: 0;
}
.fvBg {
position: relative;
}
.movieImg {
position: absolute;
right: 0;
top: -7%;
width: 59%;
z-index: 1;
}
.txtBg01 {
background-image: url(../img/txt_bg01.jpg);
background-repeat: repeat-y;
background-size: 100% auto;
}
.txtBg01 p {
width: 86%;
margin: 0 auto;
font-size: 16px;
}
.txt01 {
width: 90%;
margin-right: auto;
margin-left: auto;
font-size: 16px;
}
.txtBg02 {
background-image: url(../img/txt_bg02.jpg);
background-repeat: repeat;
background-size: 100% auto;
}
.txtBg02 p {
width: 90%;
margin: 0 auto;
font-size: 16px;
}
.txtBg02 p .red {
color: #B20000;
font-weight: bold;
}
.txtBg02 .txt02 {
width: 86%;
margin: 0 auto;
font-size: 16px;
}
.txt03 {
width: 93%;
margin: 0 auto;
font-size: 9px;
}
.copy {
font-size: 10px;
color: #FFF;
background-color: #4B3D34;
text-align: center;
padding-top: 2%;
padding-bottom: 2%;
}
.borderBox{
	border: 1px solid #053276;
	border-top: none;
	margin: 0 3.3% 8%;
	padding-bottom: 6%;
	}
.teaTxt {
	font-size: 14px;
	padding: 0 5%;
	line-height: 1.6em;
	}
.txt04 {
    background-color: #f3f3f3;
    font-size: 14px;
    padding: 2% 5%;
    text-align: justify;
	line-height: 1.6em;
	}
.txt05 {
	padding: 0 6% 3%;
	font-size: 14px;
	line-height: 1.6em;
	}