@charset "utf-8";
/* ============================================================ */
/* エンゼルパーク施設案内トップ用スタイル */
/* ============================================================ */
#guide_index .inner p {
	/*text-align: center;*/
	margin: 0 0 60px 0;
}

#guide_index .inner #guide_list .menu_03column p {
	text-align: left;
	margin: 0;
}

#guide_index .inner .btn_center {
	margin: -10px 0 25px 0;
}



/* ============================================================ */
/* エンゼルパーク施設案内 第二階層用スタイル */
/* ============================================================ */
.guide .inner p {
	/*text-align: center;*/
	margin: 0 0 40px 0;
}

.guide .block p {
	text-align: left;
	margin: 0 0 20px 0;
}



/* ============================================================ */
/* 充実の設備用スタイル */
/* ============================================================ */

/* .btn_link
------------------------------------------------------------ */
#guide_facility .btn_link ul li:nth-child(4) ,
#guide_facility .btn_link ul li:nth-child(5) ,
#guide_facility .btn_link ul li:nth-child(6) {
	margin-bottom: 1px;
}

#guide_facility .btn_link ul li:nth-child(7) ,
#guide_facility .btn_link ul li:nth-child(8) ,
#guide_facility .btn_link ul li:nth-child(9) {
	margin-bottom: 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#guide_facility .btn_link ul li:nth-child(4) ,
	#guide_facility .btn_link ul li:nth-child(5) ,
	#guide_facility .btn_link ul li:nth-child(6) {
		border-bottom: 1px solid #804f22!important;
	}
	
	#guide_facility .btn_link ul li:nth-child(7) ,
	#guide_facility .btn_link ul li:nth-child(8) ,
	#guide_facility .btn_link ul li:nth-child(9) {
		border-bottom: none !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#guide_facility .btn_link ul li:nth-child(7) ,
	#guide_facility .btn_link ul li:nth-child(8) ,
	#guide_facility .btn_link ul li:nth-child(9) {
		border-bottom: none !important;
	}
}


#guide_facility .block p:first-of-type {
	/*text-align: center;*/
	margin: 0 0 20px 0;
}

#guide_facility .block .my-gallery {
	margin: 30px 0;
}

#guide_facility .block figcaption {
	display: none;
}


/* ============================================================ */
/* スタッフ紹介用スタイル */
/* ============================================================ */
/* .btn_link
------------------------------------------------------------ */
#guide_staff .btn_link ul li {
	margin: 0 1px 0 0;
	width: 355.5px;
}

#guide_staff .btn_link ul li:nth-child(2n+0) {
	margin-right: 0;
}

#guide_staff .btn_link ul .link01 a {
	border-radius: 5px 0 0 5px;
}

#guide_staff .btn_link ul .link02 a {
	border-radius: 0 5px 5px 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#guide_staff .btn_link ul li {
		border-bottom: none !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#guide_staff .btn_link ul li {
		border-bottom: none !important;
	}
}


/* .block
------------------------------------------------------------ */
#guide_staff h3 br {
	display: none;
}

#guide_staff .block img {
	margin: 0 0 20px 0;
}

#guide_staff .block p span {
	font-weight: bold;
}

#guide_staff .block .btn_center {
	margin: 0 auto;
	text-align: center;
}


/* ============================================================ */
/* ガーデナー紹介用スタイル */
/* ============================================================ */
/* .btn_link
------------------------------------------------------------ */
#guide_gardener .btn_link {
	margin-top: 30px;
}

#guide_gardener .btn_link ul .link06 a:after {
	display: none;
}

#guide_gardener .btn_link ul .link06 a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f0e8));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f9f0e8))";
	background: -moz-linear-gradient(top, #ffffff, #f9f0e8);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff, #f9f0e8);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ffffff, #f9f0e8);/* IE10+, W3C */
}

/* .block
------------------------------------------------------------ */
#guide_gardener .block img {
	margin: 0 0 20px 0;
}

/* .koshi_profile
------------------------------------------------------------ */
#guide_gardener .block .koshi_profile {
	padding: 20px;
	border: 3px solid #ffe6ed;
}

#guide_gardener .block .koshi_profile p {
	margin: 0;
	padding: 15px;
	background: #fff1f5;
}

#guide_gardener .block .koshi_profile ul {
	margin: 0 0 15px 0;
}

#guide_gardener .block .koshi_profile ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}



/* ============================================================ */
/* エンゼルパーク写真館用スタイル */
/* ============================================================ */
#guide_photo .my-gallery {
	overflow: hidden;
}

#guide_photo .my-gallery figure {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#guide_photo .my-gallery figure:nth-child(4n) {
	margin: 0 0 0px 0;
}

#guide_photo .my-gallery figure a {
	display: block;
	position: relative;
	padding: 6px 0 0 0;
}

#guide_photo .my-gallery figure a:hover {
	opacity: 0.9;
}

#guide_photo .my-gallery figure a img {
	width: 235px;
	height: 235px;
	border-radius: 5px;
}

#guide_photo .my-gallery figure a:hover img {
	-moz-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	-o-transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.03);
}



#guide_photo .photo_category {
	overflow: hidden;
	margin: 10px 0 40px 0;
}

#guide_photo .photo_category ul {
	position: relative;
	left: 0;
	float: right;
}

#guide_photo .photo_category ul li {
	margin: 0 0 0 5px;
	position: relative;
	left: 0;
	float: left;
}

#guide_photo .photo_category ul li a {
	font-size: 1.4rem;
	display: inline-block;
	padding: 5px 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background: #ffecf2;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 5px;
}

#guide_photo .photo_category ul li.currant a {
	background: #fbcbda;
}



