@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.image-top {
	margin-bottom: 30px;
}
.gallery-gmap {
	position: relative;
	width: 100%;
	padding-top: calc(450 / 600 * 100%);
}
.gallery-gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content h4 {
	text-align: center;
}

.section .pink {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #EE869A;
}
.section a {
	font-weight: bold;
	color: #EE869A;
}

.section .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
.section .list li+li {
	margin-left: 1%;
}
@media screen and (max-width: 480px){
	.section .list p {
		font-size: 1rem;
	}
}