@charset "UTF-8";
/* CSS Document */


body {
	background-image: url("images/main-img.jpg");
}


/* contents01 */

.contents01 {
}


.contents01 .box02 {
	text-align: center;
	background-color: #f1f1f1;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

.contents01 .box02 .box-in {
	width: 930px;
}

.contents01 .box02 .map {
	position:relative;
    width:100%;
    height:0;
    padding-top:100%;
}

.contents01 .box02 .map iframe {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.contents01 .box02 .box-in p {
	padding: 40px 0px 20px;
	font-size: 18px;
	line-height: 1.6;
}




.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



