/* -----------------------------------
for top_image
----------------------------------- */
#top_image_pc {
	display: block;
	width: 100%;
}
#top_image_sp {
	display: none;
}

/* -----------------------------------
for ttl
----------------------------------- */
.w1000 {
	margin-bottom: 50px;
	padding: 0 2rem;
}
p.ttl {
	margin-bottom: 25px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #c69c37;
}
p.copy {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
p.sub_copy {
	clear: both;
	margin-top: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #888888;
	text-align: left;
}
ul.separate {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}
ul.separate li.photo_l {
	width: 48%;
	box-sizing: border-box;
	float: left;
}
ul.separate li.photo_r {
	width: 48%;
	box-sizing: border-box;
	float: right;
}
ul.separate li.info_photo_l {
	width: 18%;
	box-sizing: border-box;
	float: left;
}
ul.separate li.info_copy_r {
	width: 78%;
	box-sizing: border-box;
	float: right;
}
ul.separate li.info_copy_r dl {
	width: 100%;
	display: inline-block;
}
ul.separate li.info_copy_r dt {
	clear: both;
	width: 10%;
	margin-right: 0%;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.0em;
	color: #c69c37;
	text-align: center;
	border: 1px solid #c69c37;
	box-sizing: border-box;
	float: left;
}
ul.separate li.info_copy_r dd {
	width: 90%;
	margin-right: 0%;
	margin-bottom: 10px;
	padding-left: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.0em;
	text-align: left;
	box-sizing: border-box;
	float: right;
}
ul.separate li.info_copy_r dd span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0em;
	color: #c69c37;
	text-align: left;
}

@media screen and (max-width: 640px) {
#top_image_pc {
	display: none;
}
#top_image_sp {
	display: block;
	width: 100%;
	position: relative;
}
p.ttl {
	font-size: 6.2vw;
}
ul.separate li.photo_l {
	width: 100%;
	margin-bottom: 6%;
	float: none;
}
img.sub_photo {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}
ul.separate li.photo_r {
	width: 100%;
	margin-bottom: 6%;
	float: none;
}
ul.separate li.info_photo_l {
	width: 100%;
	margin-bottom: 6%;
	float: none;
}
ul.separate li.info_copy_r {
	width: 100%;
	float: none;
}
ul.separate li.info_copy_r dt {
	width: 100%;
	float: none;
}
ul.separate li.info_copy_r dd {
	width: 100%;
	padding-left: 0;
	float: none;
}
}
