@charset "utf-8";
/* CSS Document */
#museum article {
	padding-bottom: 0;
}

#museum h2 {
	background: none;
}

.museum_bg {
	background: #f4e4d2;
	background-image: url(../images/bg_cloud01_beige.jpg), url(../images/bg_cloud02_beige.jpg), url(../images/bg_hasu01_beige.jpg),  url(../images/bg_hasu02_beige.jpg);
    background-position: left top, right top, left bottom, bottom right;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	overflow: hidden;
	padding: 60px 0 14px;
	text-align: center;
}

.museum_bg img {
	width: 100%;
	max-width: 490px;
	padding: 10px;
	box-sizing: border-box;
}

.gotop_bgcolor {
	background: #f4e4d2;
}

@media print, screen and (max-width:999px) {
}

@media print, screen and (max-width:768px) {
	#museum h2 {
		margin-bottom: 0;
	}
	
	#museum h2 img {
		width: 70%;
		max-width: 386px;
	}
	
	#museum p.mb60 {
		margin-bottom: 40px;
	}
	
	.museum_bg {
		background-size: 40%, 40%, 40%, 40%;
		padding: 40px 0 0;
	}
	
	
}
