/* 全体 */
* {
	margin: 0;
	padding: 0;
	}

body, body > header, body > section {
	width: 100%;
	height: 100%;
	opacity: 20;
	}

body {
	font-family: "UD Shin Go Light";
	position: relative;
	background-image: url(../img/back-body.jpg);
	background-repeat: repeat;
	background-size: 500px;
	background-position: center 0%;
	z-index: -100;
	color: #3a3230;
	}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	}

img,video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	}

.ask{
	display: inline-block;
	}

.Haba800{
	max-width: 800px;
	margin: 0 auto;
	width: 95%;
	}

.Haba1100{
	max-width: 1100px;
	margin: 0 auto;
	width: 95%;
	}

.Haba1200{
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	}

.Haba1500{
	max-width: 1500px;
	margin: 0 auto;
	width: 90%;
	}

.space50{
	margin-top: 50px;
	}

.space100{
	margin-top: 100px;
	}

.space150{
	margin-top: 150px;
	}

.btn-center{
	width: 350px;
	margin: 30px auto;
	text-align: center;
	}


.bottomSpace200{
	margin-bottom: 200px;
}

