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

/*背景画像固定スクロール*/
.cd-fixed-bg.cd-bg-12 {
	background-image: url(../image/index_background/12.jpg);
}

.access {
	margin-top: 10px;
	margin-bottom: 20px;
}

iframe {
	width: 84%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text_area {
	width: 85%;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.8em;
}

.text_area p {
	margin-bottom: 15px;
}

.bottom80px {
	margin-bottom: 80px;
}

.mini_title {
	width: 100%;
	font-size: 120%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 5px;
	padding: 5px 0 5px 10px;
	background: #F3EDE6;
}

.access_image img {
	width:100%;
	max-width: 500px;
}
.access_image p {
	margin-bottom: 60px;
}


/*----- ブレークポイント ----------------------------------------------------------------------------------------------------*/

@media (max-width: 3000px){

}

/*===== max-width: 768px ===================================================================*/
@media (max-width: 768px){
	
	/*背景画像固定スクロール スマートフォン用*/
	.cd-fixed-bg.cd-bg-12 {
		background:url(../image/index_background/12.jpg) left/cover no-repeat; /*fixedを取る*/
		-webkit-background-size:cover;/*Android4*/
	}
	
	iframe {
		width: 85%;
	}
}

/*===== max-width: 667px ===================================================================*/
@media (max-width: 667px){
	
	.contents_name {
		margin-top: 50px;
	}
	
	.contents_description {
		margin-top: 15px;
	}
	
}

/*===== max-width: 480px ===================================================================*/
@media (max-width: 480px){
	
	.contents_name {
		margin-top: 40px;
	}
	
	.contents_description {
		margin-top: 15px;
	}
}

/*===== max-width: 375px ===================================================================*/
@media (max-width: 375px){

	.contents_name {
		margin-top: 25px;
	}
	
	.contents_description {
		margin-top: 10px;
	}
}


