@charset "shift_jis";
/* CSS Document */

.pageTtl h2, .pageTtl p {
	color: #625632;
}
.iconHotel {
	background: #c9233d;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 38%;
	width: 36vw;
	margin: 30px auto 0;
	padding: 7px 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.petCont img {
	vertical-align: middle;
}
.petCont p, .petCont ul li, .petCont dl dt, .petCont dl dd {
	color: #625632;
	line-height: 1.8;
}
.reportCont .reportBox.vol01 {
	padding: 30px 30px 25px;
}
.reportCont .reportBox.vol01 .volTxt dt .pic {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	max-width: 122px;
}
.reportCont .reportBox.vol01 .volTxt dt .reportttl {
	font-weight: bold;
	background: url(../img/icon_dog.png) center top no-repeat;
	-webkit-background-size: 30px 29px;
	background-size: 30px 29px;
	margin: 7px auto 0;
	padding-top: 35px;
	text-align: center;
	display: inline-block;
	width: 55%;
	max-width: 364px;
	vertical-align: top;
}
.reportCont .reportBox.vol01 .volTxt dt .reportttl > span {
	font-size: 20px;
}
.reportCont .reportInner {
	background: #fbe3e7;
	padding: 30px 15px;
}
.reportCont .reportInner .reportBox {
	background: #fff;
	padding: 25px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.reportInner .reportBox .access {
	background: #eaeaea;
	padding: 7px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 25px;
}
.reportInner .reportBox .staffComent dt {
	background: #fbf1ba;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 16px 0;
}
.reportInner .reportBox .staffComent dd {
	background-color: #fffae3;
	padding: 10px 16px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.petCont .contactBlock_body {
	padding:15px 15px 26px;
}
.forPet dl dt {
	background: #625632;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.forPet dl dd {
	background: #fff4d1;
	padding: 17px 15px 25px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
