@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/ each facility for SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 768px){

.section h4 {
	font-size: 18px;
}

#contents_footer_navigation:before {
	background-image: url(../image/footer_dog.jpg);
	background-size: auto 95px;
}


/* ----------------------------------------
	section_main
---------------------------------------- */

#section_main {
	margin-top: 20px;
}

#section_main .section_inner {
	margin: 0;
}

#copy {
	margin: 0 15px 5px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#section_main h3 {
	margin: 0 15px 30px;
	padding: 0;
	font-size: 22px;
	line-height: inherit;
}

#section_main address {
	box-sizing: border-box;
	padding: 15px;
	border-top: solid 1px #b3b3b3;
}

#mv_wrap ul {
	position: relative;
}
#mv_wrap img {
	display: none;
}

#mv_wrap li .img {
	display: block;
	width: 100%;
	padding-top: 60%;
	background: 50% 50% no-repeat;
	background-size: cover;
}

#mv .slick-arrow {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 45px;
	margin-top: -23px;
	background: url(../image/detail_mv_nav_sp.png) 0 0;
	background-size: 55px;
}

#mv .slick-prev {
	left: 0;
}

#mv .slick-next {
	right: 0;
	background-position: 100% 0;
}

#mv_comment {
	padding: 10px 15px;
	font-size: 11px;
}

#mv_thumbnail {
	padding: 10px;
	background: #f5f5f5;
}
#mv_thumbnail:after {
	content: '';
	display: block;
	clear: both;
}
#mv_thumbnail li {
	float: left;
	padding: 0 5px;
}

#mv_thumbnail li .img {
	padding-top: 73.53%;
}

#mv_thumbnail .slick-current {
	opacity: .3;
}

/* text
---------------------------------------- */

#text {
	margin: 30px 15px 0;
	font-size: 14px;
	line-height: 2;
}
#text strong {
	display: block;
	margin-bottom: 15px;
	letter-spacing: .2em;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.67;
}

.accordion_content {
	margin-top: 30px;
}

.btn_accordion_detail {
	display: block;
	position: relative;
	width: 184px;
	margin: auto;
	border: solid 1px #b1b2b3;
	border-radius: 4px;
	text-align: center;
	letter-spacing: .05em;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
}
.btn_accordion_detail:before {
	content: '続きを読む';
}
.btn_accordion_detail:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	width: 12px;
	height: 100%;
	background: url(../image/detail_more_arrow.png) 0 50% no-repeat;
	background-size: 100%;
}

.btn_accordion_detail.on:before {
	content: '閉じる';
}
.btn_accordion_detail.on:after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

#text .accordion_inner p {
	margin-top: 20px;
}


/* ----------------------------------------
	section_info
---------------------------------------- */

#section_info {
	padding: 20px 0;
	background: #f5f5f5;
}

#section_info table {
	width: 100%;
	word-break: break-all;
	font-size: 14px;
}
#section_info th,
#section_info td {
	box-sizing: border-box;
	padding: 10px 15px;
	background: #fff;
	vertical-align: middle;
	letter-spacing: .1em;
}
#section_info tr+tr th,
#section_info tr+tr td {
	border-top: solid 1px #d9d9d9;
}
#section_info th {
	width: 31.03%;
	padding: 10px;
	background: #8c8c8c;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#section_info .btn_accordion_detail {
	background: #fff;
	letter-spacing: .1em;
}
#section_info .btn_accordion_detail:before {
	content: '詳細情報';
}

#section_info .btn_accordion_detail.on:before {
	content: '閉じる';
}

#section_info .accordion_inner table {
	margin-top: 30px;
}

#info_date {
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
}


/* ----------------------------------------
	section_map
---------------------------------------- */

#map_wrap {
	position: relative;
	height: 177px;
}
#map_wrap>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#map_directions {
	overflow-x: hidden;
	height: 200px;
}

#map_directions .adp-placemark {
	margin: 0 0 10px;
}

#map_directions .adp-marker {
	visibility: hidden;
	opacity: 0;
	max-width: none;
}

#map_directions .adp table {
	width: 100%;
}

#map_directions .adp-text {
	vertical-align: middle;
}


/* ----------------------------------------
	section_recommend
---------------------------------------- */

#section_recommend .section_inner {
	margin: 0 30px;
}

#recommend li {
	letter-spacing: .075em;
}
#recommend li+li {
	margin-top: 20px;
}
#recommend li a {
	display: block;
	color: inherit;
}

#recommend li .photo {
	display: block;
	height: 0;
	margin-bottom: 10px;
	padding-top: 44.23%;
	background: 50% 50% no-repeat;
	background-size: cover;
}

}