@charset "utf-8";

.sp{ display: none; }


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
  padding: 0 100px;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/footer_line.png);
	padding-top: 20px;
	background-position: center top;
  background-repeat: repeat-x;
}
footer .footer_logo {
	margin: 20px 0;
}
footer .footer_logo ul {
	text-align: center;
}
footer .footer_logo ul li {
	display: inline-block;
	margin: 0 10px;
}
footer .footer_info {
	padding: 0 0 30px;
	text-align: center;
	background-color: #FFFFFF;
}
footer .footer_info p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #7a7a7a;
}
footer .footer_copy {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #9a9a9a;
	padding: 10px 0;
  letter-spacing: 0.1em;
}
footer .tokushou_link {
  display: table;
  margin: 0 auto;
  color: #ec7289;
  font-size: 15px;
  text-decoration: underline;
}
footer .tokushou_link:hover {
  opacity: 0.7;
}


/* h
---------------------------------------------------- */
h2.ttl {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	background-image: url(../images/common/h2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	margin-bottom: 50px;
}




@media only screen and (max-width: 740px) {

.sp{ display: block; }
.pc{ display: none!important; }


/* contents
---------------------------------------------------- */
.contents {
	width: 95%;
	margin: 0 auto;
  padding: 0;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	padding: 15px 0;
}
.breadcrumb ul li {
	font-size: 15px;
	margin-right: 15px;
	line-height: 30px;
}
.breadcrumb ul li:last-child {
	margin-right: 0;
}


/* footer
---------------------------------------------------- */
footer .footer_top {
	padding: 20px 0 20px;
}
footer .footer_top .flogo {
	margin-bottom: 20px;
}
footer .footer_top .flogo li {
	width: 40%;
	margin: 0 1%;
}
footer .footer_top .flogo li img {
	width: 100%;
}
footer .footer_top p {
	text-align: center;
}
footer .footer_copy {
	text-align: center;
	background-color: #c0a87d;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0;
}



/* h
---------------------------------------------------- */
h2.ttl {
	font-size: 24px;
	margin-bottom: 30px;
}


}