/*
Theme Name: グランダジュール
Theme URI: http://vanidesign.blog.fc2.com/blog-entry-8.html
Description: WPを作成する際の基本テンプレート
Version: 1.1
Author: Vanillate
Author URI: http://vabillate.com/
*/

#main .post h2.title_img{
	width: 200px;
	padding-bottom: 20px;
	margin: 20px 15px;
	border-bottom: 1px solid #9FA0A0;
}

/***** TOP ********/
.home #main{
	height: 480px;
}

/***** index ********/

#index_photo{
	position: relative;
	z-index: 100;
}

#index_photo img{
	position: absolute;
}
#index_photo .p1{
	top: -25px;
	left: 0px;
	z-index: 10;
}
#index_photo .p2{
	top: 20px;
	left: 250px;
	z-index: 20;
}

/***** POST *********/

#main .post {
	margin: 0 0 40px 0;
}

#main .post h2{
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 10px 0;
}


/***** MENU *********/

#items{
	zoom: 1;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}
#items:after{
	content: '';
	display: block;
	clear: both;
}
#items li{
	float: left;
	width: 265px;
	padding: 5px;
	margin: 20px;
	box-shadow: 1px 1px 3px #ccc;
	cursor: pointer;
}
#items li:hover{
	opacity: 0.8;
}
#items li img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#items li p{
	padding: 7px 10px;
}
.page-id-401 #items li{
	width: 180px;
	margin: 10px;
}
#items li.space{
	cursor: default;
	padding-top: 50px;
	box-shadow: none;
}
#items li.space:hover{
	opacity: 1;
}

.item-popup{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	text-align: center;
	background: #111;
	background: rgba(0,0,0,0.3);
}
.item-popup img{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}


/***** MAP *********/

#map .map_box{
	margin: 40px 15px 15px;
	padding: 30px 35px;
	background-color: #EDEFE4;
}
#map dl{
	zoom: 1;
	margin: 15px 0;
}
#map dl:after{
	content: '';
	display: block;
	clear: both;
}
#map dt{
	clear: both;
	float: left;
	width: 80px;
	margin-top: 5px;
}
#map dd{
	margin-left: 80px;
	margin-top: 5px;
}
#map .map_photo{
	margin-top: 30px;
}
#map .map_photo ul{
	zoom: 1;
	width: 320px;
	margin-top: 15px;
}
#map .map_photo ul:after{
	content: '';
	display: block;
	clear: both;
}
#map .map_photo li{
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
#map .map_photo li:hover{
	opacity: 0.8;
}
#map .map_photo li img{
	width: 100%;
}
#map small{
	display: block;
	font-size: 13px;
	margin: 10px 0;
}