body {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
/*** header *****/
#header {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
#hNav04 {
	display: none;
}
#header div {
	float: left;
}
#headerLogo {
	width: 189px;
	height: 50px;
	background-size: auto 100%;
	margin-left: -4px;
	margin-right: 90px;
	margin-top: 0;
}
#telephone {
	width: 474px;
	height: 37px;
	background-size: auto 100%;
	margin-top: 7px;
}
#headerLink {
	width: 200px;
	height: 50px;
	background-size: auto 100%;
	margin-left: 11px;
}
/*** contents *****/
#contents {
	width: 100%;
}
/*** navi *****/
#navi {
	margin: 0 auto 100px;
}
#navi div {
	background-size: 100%;
	text-align: center;
}
#navi_ttl001 {
	margin: 80px auto 30px;
	text-align: center;
}
#navi_ttl002 {
	margin: 0 auto;
	text-align: center;
}
#navi_btn {
	display: none;
}
/*************************
	パラ fromt*************************/

#contents {
	margin: 0 auto;
}
#anchor {
	background: white;
}
#front {
	background: transparent;
}
.block {
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}
/*allow*/
.allow {
	width: 100%;
	height: 140px;
	position: relative;
	margin-top: 120px;
}
.allow.min {
	width: 100%;
	height: 330px;
	position: relative;
	margin-top: 0px;
}

@media all and (orientation: landscape) {
.allow.min {
	width: 100%;
	height: 270px;
	position: relative;
	margin-top: 70px;
}
}
.allow div {
	width: 90px;
	height: 46px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	background: url(../images/movie_icon_arrow.png);
	background-size: 100%;
}
/*ひし形のやつ*/
.rhombus {
	width: 100%;
	/*height:750px;*/
	height: 840px;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	background-color: #eeeecc;
	position: absolute;
	z-index: -1;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}
.rhombus.soon {
	box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 25px 50px -25px rgba(0,0,0,0.2);
}
.rhombus.end {
	height: 930px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#block1 .rhombus {
	background: #faf5ee;
	height: 905px;
}

@media all and (orientation: landscape) {
#block1 .rhombus {
	height: 1015px;
}
}
#block2 .rhombus {
	background: #eef6fa;
	height: 905px;
}

@media all and (orientation: landscape) {
#block2 .rhombus {
	background: #eef6fa;
	height: 1015px;
}
}
#block3 .rhombus {
	background: #f6faee;
	margin-top: -65px;
	height: 680px;
}

@media all and (orientation: landscape) {
#block3 .rhombus {
	height: 800px;
}
}
#block4 {
	margin-top: 280px;
}
#block4 .rhombus {
	/*background:#dff3f3;
		background:#ffffff;*/
	background: none;
}
/*メッセージ*/
.message {
	margin: 0 auto;
}
.messageWapper {
	width: 100%;
	text-align: center;
	padding: 17px 0 0px;
}
.movie_mtxt {
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
#movie_mttl_a001 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 80px;
}
#movie_mttl_a002 {
	margin-top: 44px;
	margin-bottom: 21px;
	text-align: center;
}
#movie_mttl_b001 {
	text-align: center;
	padding-top: 80px;
	/*margin:74px auto 40px;*/
	margin: 40px auto 40px;
}
#movie_mttl_b002 {
	text-align: center;
	margin: 50px auto 33px;
}
/*埋め込み動画*/
.movie {
	width: calc(100% - 30px);
	margin: 0 auto;
}
.movie div {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* about */
#about {
	width: calc(100% - 30px);
	background-color: white;
	margin: 0 auto 190px;
	border: 1px solid #000;
}
#aboutUnderLine {
	width: 100%;
	border-top: solid black 1px;
	margin: 20px auto 50px;
}
#aboutContents {
	height: 60%;
	margin-top: 20px;
	width: 90%;
	margin: 0 auto;
}
#aboutContents img {
	float: left;
	padding-right: 15px;
	width: 40%;
	height: auto;
}
#movie_ttl003 {
	width: 270px;
	height: 35px;
}
#movie_ttl004 {
	width: 500px;
	height: 60px;
}
#movie_btn_takuhai002 {
	width: 90%;
	display: block;
	margin: 50px auto;
	clear: both;
}
#movie_txt_001 p {
	line-height: 160%;
	float: left;
	width: calc(60% - 15px);
	font-size: 15px;
}
/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*************************
	パラ back *************************/

#background {
	top: 0;
	margin: 0 auto;
	position: fixed;
	z-index: -10;
}
.img {
	min-width: 960px;
	width: 100%;
	height: 4900px;
	margin: 0 auto;
}
#img1 {
	background: url(../images/background001_tab.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: fixed;
}
#img2 {
	background: url(../images/background002_tab.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: fixed;
}
#block3 {
	text-align: center;
	padding-top: 60px;
}
#block3 img {
	width: calc(100% - 30px);
}
.sp {
	display: none!important;
}
.pc-only {
	display: none!important;
}
.sp-only {
	display: none!important;
}
#footer {
	display: none;
}
.footerTxt_out {
	display: none;
}
