@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/travel/ each facility for PC

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (min-width: 769px){

#contents_footer_navigation:before {
	background-image: url(../image/footer_dog.jpg);
	background-size: auto 90px;
}


/* ----------------------------------------
	section_main
---------------------------------------- */

#copy {
	margin-bottom: 15px;
	padding-right: 420px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

#section_main h3 {
	margin-bottom: 45px;
	padding: 0 420px 0 0;
	font-size: 34px;
	line-height: 1.1;
}

#section_main address {
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	width: 410px;
	padding: 10px;
	border: solid 1px #b3b3b3;
}

#mv_wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 410px;
}
#mv_wrap ul {
	position: relative;
	z-index: 1;
	width: 730px;
}
#mv_wrap li {
	position: relative;
	height: 410px;
}
#mv_wrap img {
	display: none;
}

#mv_wrap li .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat;
	background-size: cover;
}

#mv .slick-arrow {
	top: 50%;
	width: 42px;
	height: 70px;
	margin-top: -35px;
	background: url(../image/detail_mv_nav_pc.png) 0 0;
}

#mv .slick-prev {
	left: 0;
}

#mv .slick-next {
	right: 0;
	background-position: 100% 0;
}

#mv_comment {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-sizing: border-box;
	width: 730px;
	padding: 10px;
	background: rgba(255,255,255,.7);
	font-size: 13px;
}

#mv_wrap #mv_thumbnail {
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	width: 210px;
	height: 100%;
	background: #f5f5f5;
}
#mv_thumbnail li {
	height: 130px;
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	transition: .2s;
}
#mv_thumbnail li:hover {
	opacity: .7;
}

#mv_thumbnail .slick-current,
#mv_thumbnail .slick-current:hover {
	opacity: .3;
	cursor: default;
}

#mv_thumbnail .slick-arrow {
	left: 50%;
	width: 43px;
	height: 20px;
	margin-left: -22px;
	background: url(../image/detail_mv_thumbnail_nav_pc.png) 0 0;
}

#mv_thumbnail .slick-prev {
	top: 0;
}

#mv_thumbnail .slick-next {
	bottom: 0;
	background-position: 0 100%;
}

/* text
---------------------------------------- */

#text {
	margin: 60px 80px 0;
	font-size: 15px;
	line-height: 2;
}
#text strong {
	display: block;
	margin-bottom: 25px;
	letter-spacing: .2em;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.accordion_content {
	margin-top: 40px;
}

.btn_accordion_detail {
	display: block;
	position: relative;
	width: 240px;
	margin: auto;
	border: solid 1px #b1b2b3;
	border-radius: 4px;
	text-align: center;
	letter-spacing: .05em;
	color: #000;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
	transition: .2s;
}
.btn_accordion_detail:hover {
	opacity: .7;
}
.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: 40px 0;
	background: #f5f5f5;
}

#section_info .section_inner {
	width: 820px;
}

#section_info table {
	width: 100%;
}
#section_info th,
#section_info td {
	box-sizing: border-box;
	padding: 15px 20px;
	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: 215px;
	background: #8c8c8c;
	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: 40px;
}

#info_date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 18px;
}


/* ----------------------------------------
	section_map
---------------------------------------- */

#section_map .section_inner {
	width: 820px;
}

#map_wrap {
	position: relative;
	height: 355px;
}
#map_wrap>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#map_directions {
	overflow-x: hidden;
	height: 300px;
}

#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 {
	width: 820px;
}

#recommend {
	white-space: nowrap;
}
#recommend li {
	display: inline-block;
	width: 249px;
	vertical-align: top;
	white-space: normal;
	letter-spacing: .075em;
	font-size: 13px;
}
#recommend li+li {
	margin-left: 36px;
}
#recommend li a {
	display: block;
	color: inherit;
}

#recommend li .photo {
	display: block;
	margin-bottom: 13px;
	height: 140px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

}