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




@media screen and (max-width: 737px) {

.contents {
	padding-top: 20px;
}
	
/* contents01 */

.contents01 {
	margin-bottom: 10px;
}
	
/* contents02 */

.contents02 {
	margin-bottom: 50px;
}

.subcontents-map p, .map-box, .map-box iframe {
	width: 100%;
}
	

	
/* contents03 */

.contents03 {
	margin-bottom: 30px;
}
	
.contents03 .box01 {
	width: 92%;
}

.contents03 .box01 .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.contents03 .box01 .box:nth-child(2n) {
	margin-right: 0%;
}

.photo-grid {
        grid-template-columns: 1fr;
    }
    
.contents03 .box01 p {
	font-size: 16px;
}

.contents03 .box01 .photo-item p {
	font-size: 20px;
}
    
    
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
