@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

#gHeader .hBox {
	margin-bottom: 0;
}

.ttlBox {
	margin-bottom: 30px;
}

#main .photoBox {
	float: right;
}

#main .photoBox .photo {
	margin:50px 0 50px 0 ;
}

#main .textBox {
	margin-top: 5px;
	width: 490px;
	float: left;
}

#main .textBox ul,
#main .textBox p {
	margin-bottom: 26px;
}

#main .textBox li {
	padding-left: 1em;
	text-indent: -1em;
}

#main .comLink {
	margin: 0 auto;
	margin-bottom: 400px;
}

#gFooter .tel {
	display: none;
}

@media all and (min-width: 0) and (max-width: 640px) {

	.ttlBox {
		margin-bottom: 20px;
	}
	
	#gHeader {
		border: none;
	}
	
	#gHeader .tel {
		display: none;
	}

	#gHeader .link {
		display: block;
	}

	#main .imgBox {
		margin: 0 10px;
	}
	
	#main .textBox .photo {
		margin: 0 13% 15px 0;
	}

	#main .imgBox .textBox {
		width: auto;
		float: none;
		clear: both;
	}
	
	#main .imgBox .photoBox {
		float: none;
	}
	
	#main .imgBox .photoBox .movie {
		margin: 0 35px;
	}

	#main .imgBox .photoBox .movie iframe {
		width: 100%;
		height: 120px;
	}
	
	#main .comLink {
		margin: 0 35px;
		margin-top: 30px;
	}
	
	#gFooter .tel {
		display: block;
	}
	

}
