@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 640px) {

.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.sp_block {
	display: block;
}
.pc_block {
	display: inline;
}
.sp_totop {
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
}
.sp_totop img {
	width: 20px;
}
#footer {
	z-index:1;
}
.footer_inner ul {
	padding: 30px 0 15px 0;
	width: 90%;
    margin: 0 auto 0 auto;
}
.footer_inner ul li {
	width: 44%;
	margin: 0 0 25px 0;
	text-align: left;
	background-position: left 3px;
}
.footer_inner ul li:nth-of-type(2n) {
	float: right;
}
.footer_inner .f_menu {
	border-bottom: 1px solid #e60012;
	margin-bottom: 480px;
}
.footer_inner ul li a {
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 0;
	display: inline-block;
	padding-left: 30px;
}
.footer_inner {
    max-width: 980px;
    background: url(../../images/index/index-img-logo02.png) no-repeat center 259px;
	background-size: 445px;
}
.copy {
    font-size: 0.625em;
    color: #c79f62;
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    z-index: 999;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    letter-spacing: 1px;
	text-align: center;
	padding: 20px 0;
	line-height: 1.5;
}
.footer_inner .address {
	font-size: 12px;
}
.footer_inner .sp_address {
	line-height: 1.5;
}
.footer_inner .sp_address span:first-child {
	background: url(../../images/index/index-icn-footer02.png) no-repeat left center;
	padding: 5px 0 5px 16px;
	
}
.footer_inner .sp_address span:last-child {
	display: block;
}
.footer_inner .sns {
	text-align: center;
	background: url(../../images/index/index-bg-line02.png) no-repeat center top;
	padding-top: 60px;
	margin-top: 40px;
}
.footer_inner .sns a {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.footer_inner .sns a:first-child {
	margin-left: 0;
}
#footer {
    background: url(../../images/index/index-bg-footer.png) no-repeat 93% bottom;
    background-size: 220%;
	padding-bottom: 180px;
}
.breadcrumbs {
	display: none;
}



























}