@charset "UTF-8";

/* style */

.section .photo_gallery_event_spring .imagetitle{
	background-image: url("../images/common/bg_th_01.png");
}
.section .photo_gallery_event_summer .imagetitle{
	background-image: url("../images/common/bg_th_02.png");
}
.section .photo_gallery_event_autumn .imagetitle{
	background-image: url("../images/common/bg_th_03.png");
}
.section .photo_gallery_event_winter .imagetitle{
	background-image: url("../images/common/bg_th_04.png");
}

.section .procedure_frame{
	position: relative;
}
.section .procedure_frame:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/common/procedure_frame.png") no-repeat 0 0;
	width: 896px;
	height: 650px;
}

/*.areamap_modal{
	height: 230px;
	padding: 20px 40px 50px;
}*/

.areamap_modal_0,
.areamap_modal_3,
.areamap_modal_4,
.areamap_modal_5
{
	height: 161px;
	padding: 69px 40px 70px;
}

.areamap_modal_1,
.areamap_modal_2
{
	height: 143px;
	padding: 78px 40px 79px;
}

.areamap_gallery{
	margin: 0;
	padding: 0;
	list-style: none;
}
.areamap_gallery:before,
.areamap_gallery:after{
	content: "";
	display: table;
}
.areamap_gallery:after{
		clear: both;
}
.areamap_gallery li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}
.areamap_gallery li.last{
	margin: 0;
}
