#content .tour + .tour{
	margin-top: 45px;
	padding-top: 15px;
    border-top: 2px solid #000;
}

#content .tour > .note {
	padding: 15px;
	font-size: 1.2rem;
	line-height: 165%;
}

#content .tour > .note img {
	height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#content .tour .tour-list {
	padding: 0 15px;
	list-style: none;
}
#content .tour .tour-list li {
	margin-top: 15px;
}
#content .tour .tour-list li:first-child {
	border-top: 1px solid #000;
	padding-top: 15px;
}
#content .tour .tour-list .description {
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	position: relative;
	line-height: 146.153%;
}
#content .tour .tour-list .description:after {
	content:'';
	width: 10px;
	height: 6px;
	position: absolute;
	background: url(/sp/asset/img/btn-title_open.svg) no-repeat left top;
	background-size: contain;
	right: 0;
	bottom: 15px;
}
#content .tour .tour-list .description.open:after {
	background: url(/sp/asset/img/btn-title.svg) no-repeat left top;
	background-size: contain;
}
#content .tour .tour-list .detail {
	padding: 15px 0;
	font-size: 1.2rem;
	line-height: 165%;
	display: none;
	border-bottom: 1px solid #000;
}