@charset "UTF-8";
/*============================================================================*\
    わんわんパラダイス
\*============================================================================*/

.btn--wanpara {
	background-color: #BA8D33;
	color: #fff;
}
.btn--wanpara:focus,
.btn--wanpara:hover { background-color: #96780F; }
.mod-subnav a { color: #942343;}

/* イベント情報 */
.mod-place {
	margin: 40px 0;
	margin-right: -16px;
	margin-left: -16px;
	padding: 16px;
	border-top: 5px solid #BA8D33;
	background: #f2f2f2;
}
.mod-place__title {
	color: #BA8D33;
	font-size: 2.4rem;
	line-height: 1.33;
}
.mod-place__reserve {
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #999;
	font-weight: bold;
}
.mod-place__reserve a:before {
	font-family: "icomoon";
	margin-right: 8px;
	font-size: .85em;
	font-weight: normal;
	content: "\f061";
}
.mod-event {
	padding: 10px;
	border: 1px solid #BA8D33;
	background: #fff;
	font-size: 1.3rem;
}
.mod-event ~ .mod-event {
	margin-top: 36px;
}
.mod-event__title {
	margin-bottom: 1rem;
	padding: 4px 10px;
	border-left: 8px solid;
	box-shadow: 1px 1px 0 #eaeaea;
	background: #f9f9f9;
	color: #BA8D33;
	font-size: 1.6rem;
}
.mod-event__image {
	max-width: 600px;
	margin: 0 auto;
}
.mod-event__image img {
	width: 100%;
}
.mod-event__detail {
	color: #042d6f;
}
@media print, (min-width:48em) {
	.mod-place {
		padding: 24px 16px;
	}
	.mod-place__title {
		float: left;
		width: 56%;
		margin-bottom: 10px;
		font-size: 2.8rem;
	}
	.mod-place__address {
		margin-left: auto;
		width: 40%;
		text-align: right;
	}
	.mod-place__reserve {
		clear: both;
		padding-top: 0;
		text-align: left;
	}
	.mod-event {
		padding: 16px;
		font-size: 1.4rem;
	}
	.mod-event:after {
		display: table;
		clear: both;
		content: "";
	}
	.mod-event__image {
		float: left;
		width: 300px;
	}
	.mod-event__detail {
		margin-left: 320px;
	}
}
@media (min-width:64em) {
	.mod-event__image {
		float: left;
		width: 450px;
	}
	.mod-event__detail {
		margin-left: 470px;
	}
}

