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

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents .other-link {
	margin-bottom: 40px;
	padding-bottom: 0;
}

#main-contents .other-link li a {
	border-color: #F05C9E;
}

#main-contents .other-link li a:hover {
	background-color: rgba(240,92,158,0.05);
}

#main-contents .other-link li a:hover h1 {
	color: #F05C9E;
	background-position: 5px 7px;
}

#main-contents .other-link li a:hover h1:before {
	background-color: #F05C9E;
}

#main-contents #end {
	width: 100%;
	margin: 0 0 60px;
	padding: 20px 0;
	color: #F05C9E;
	font-weight: bold;
	border: 3px solid #F05C9E;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contents #end p {
	text-align: center;
}

#main-contents section div {
	clear: both;
}

#main-contents section div:last-child {
	margin-bottom: 0;
}

#main-contents .ex {
}

#main-contents .ex figure img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 10px;
}

#main-contents #map figure {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
}

#main-contents .category {
	border-top: 1px solid #fff;
}

#main-contents td {
	text-align: center;
}

#main-contents .fotorama {
	width: 100%;
	margin: 0 auto 40px;
}

#main-contents .fotorama div {
	margin-bottom: 0;
}

#main-contents .fotorama div img {
	border-radius: 5px!important;
}


#main-contents .fotorama__stage {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 10px 0 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contents .fotorama__stage__frame .fotorama__img {
	border-radius: 10px!important;
}

#main-contents .fotorama__stage:before {
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contents .fotorama__stage:after {
	background: none;
}

#main-contents .fotorama__nav,
#main-contents .fotorama__wrap,
#main-contents .fotorama__img,
#main-contents .fotorama__stage,
#main-contents .fotorama__nav-wrap,
#main-contents .fotorama__stage__shaft {
	width: 100%!important;
}

#main-contents .fotorama__arr {
	width: 50px;
	height: 50px;
}

#main-contents .fotorama__arr--prev {
	background: url(../images/prev.png) left center no-repeat;
	background-size: 50px 50px;
}

#main-contents .fotorama__arr--next {
	background: url(../images/next.png) left center no-repeat;
	background-size: 50px 50px;
}

#main-contents table {
	min-width: 600px;
}


@media screen and (min-width: 768px) {
	#main-contents .ex p {
		display: inline-block;
		width: calc(60% - 30px);
		margin-right: 30px;
	}
	
	#main-contents .ex figure {
		display: inline-block;
		width: 40%;
		vertical-align: top;
	}
}

@media screen and (min-width: 1280px) {

}