body {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
/*SP用*/

/*** header *****/
img {
	max-width: 100%;
}
#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;
}
#navi div {
	background-size: 100%;
	text-align: center;
}
#navi_ttl001 {
	margin: 30px auto 12px;
	padding: 0 15px;
}
#navi_ttl002 {
	margin: 0px auto 30px;
	padding: 0 15px;
}
#navi_btn {
	display: none;
}
/*************************
	パラ fromt*************************/

#contents {
	margin: 0 auto;
}
#anchor {
	background: white;
}
#front {
	/*display: none;*/
	background: transparent;
}
.block {
	width: 100%;
	margin: 0 auto 30px;
	/*background: pink;*/
	position: relative;
}
/*allow*/
.allow {
	display: none;
}
.allow div {
}
/*ひし形のやつ*/
.rhombus {
	width: 100%;
	height: 840px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	background-color: #eeeecc;
	position: absolute;
	z-index: -1;
}
#block1 .rhombus {
	background: #faf5ee;
	height: 530px;
}

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

@media all and (orientation: landscape) {
#block2 .rhombus {
	background: #eef6fa;
	height: 640px;
}
}
#block3 .rhombus {
	background: #f6faee;
	height: 320px;
}

@media all and (orientation: landscape) {
#block3 .rhombus {
	background: #f6faee;
	height: 400px;
}
}
#block4 .rhombus {
	background: none;
}
/*メッセージ*/
.message {
	margin: 0 auto;
}
.messageWapper {
	width: 100%;
	text-align: center;
	padding-bottom: 3px;
}
.movie_mtxt {
	text-align: left;
	line-height: 28px;
	padding: 15px 15px 0;
}
.movie_mtxt p {
}
#movie_mttl_a001 {
	text-align: left;
	padding: 30px 0px 0px;
	margin-bottom: 22px;
}
#movie_mttl_a002 {
	text-align: center;
	margin-top: 20px;
	padding: 0 15px;
	margin-bottom: 0;
}
#block2 #movie_mttl_a002 {
	text-align: center;
	margin-top: 20px;
	padding: 0 15px;
	margin-bottom: 0;
}
#movie_mttl_b001 {
	text-align: center;
	margin: 80px auto 22px;
	padding: 30px 0px 0px;
}
#movie_mttl_b002 {
	text-align: center;
	margin: 20px auto 0px;
}
/*埋め込み動画*/
.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);
	padding: 15px;
	box-sizing: border-box;
	background-color: white;
	margin: 0 auto;
	border: 1px solid #000;
}
#aboutUnderLine {
	width: 100%;
	border-top: solid black 1px;
	margin: 7px auto 15px;
}
#aboutContents {
	height: 60%;
	margin-top: 20px;
	margin: 0 auto;
}
#aboutContents img {
	height: auto;
}
#movie_ttl003 {
}
#movie_ttl004 {
}
#movie_btn_takuhai002 {
	width: 100%;
	display: block;
	margin: 25px auto 20px;
	clear: both;
}
#movie_txt_001 p {
	line-height: 160%;
	font-size: 14px;
	margin-top: 18px;
}
/* --- 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_sp.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	position: fixed;
}
#img2 {
	background: url(../images/background002_sp.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	position: fixed;
}
#block3 {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 150px;
}
#block3 img {
	width: calc(100% - 30px);
	margin-top: 30px;
}
#copyright {
	background: #ff0000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 1.0em;
}
.pc {
	display: none!important;
}
.pc-only {
	display: none!important;
}
.tab-only {
	display: none!important;
}