@charset "utf-8";

/* kvWrap
----------------------------------------------------------- */

#kvWrap {
    background: url(../../img/nearby-interests/sp_pic_main.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#spotWrap {
	padding-top: 10px;
	padding-bottom: 25px;
	background: url(../../img/common/bg_listLine.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#spotWrap .disnon {
	display: block !important;
}

#spotWrap .tabCon {
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(../../img/common/bg_listLine.png) no-repeat 50% 100%;
	background-size: 100% auto;
}

.mapWrap {
	display: none;
}
.detailWrap {
	width: 100%;
	min-height: inherit;
	float: none;
	padding: 0 0 0 10px;
	background: #fff;
	box-sizing: border-box;
}

.spAcdTtl {
	background: url(../../img/common/ico_open.png) no-repeat 100% 50%;
	background-size: 23px;
}
.spAcdTtl.collapse-open {
	background: url(../../img/common/ico_close.png) no-repeat 100% 50%;
	background-size: 23px;
}

.spAcdTtl img {
	width: 90px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.detailWrap .ttl {
	font-size: 15px;
	color: #353f0c;
	margin-top: 0;
	padding-bottom: 0;
	background: none;
	margin-left: 110px;
	box-sizing: border-box;
	padding-top: 15px;
}
.detailWrap .txt {
	margin-top: 10px;
	font-size: 12px;
}
.detailWrap .btn {
	margin-top: 10px;
}

#spotTab {
	display: none;
}


#golfInfo {
	padding-bottom: 50px;
}
#golfInfo dt {
	font-size: 16px;
	color: #353f0c;
	margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(../../img/common/sp_bg_line_w560.png) no-repeat 50% 100%;
	background-size: 100% auto;
    position: relative;
}
#golfInfo dt::after {
	display: none;
}
#golfInfo dd {
	font-size: 12px;
}