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

.contents {
	padding-top: 40px;
}

/* contents01 */

.contents01 {
	margin-bottom: 0px;
}

.contents01 img {
	width: 100%;
height: auto;
}


/* contents02 */

.contents02 {
	margin-bottom: 80px;
}

.subcontents-map p, .map-box, .map-box iframe {
	width: 1100px;
	margin: auto;
}

/* contents03 */

.contents03 {
	margin-bottom: 50px;
}


.contents03 .box01 {
	width: 1100px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.contents03 .box01 .box {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 35px;
}

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

.contents03 .box01 img {
	width: 100%;
height: auto;
}

.contents03 .box01 p {
	text-align: center;
	padding-top: 12px;
	line-height: 1.2;
	font-size: 20px;
    color: #4066a5;
}

.box01.contents-box.grid {
    margin-bottom: 60px;
}

p.title01 {
    margin-bottom: 20px;
    border-radius: 100px;
    border-style: solid;
    border-color: #4066a5;
    border-width: 1px;
    background-color: #FFF;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    color: #4066a5;
    line-height: 1.2;
    font-weight: 400;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 50px; 
}

.photo-grid img {
    width: 100%;
    height: auto;
}

.contents03 .box01 .photo-item p {
    text-align: left; 
    margin-bottom: 5px; 
    font-size: 22px;
    font-weight:400;
}

.photo-item img {
    width: 100%;
    height: auto;
}

#gallery1 {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
    height: 1px;
} 



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
