@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  footer.css
 style info :  スタイル指定
=================================================================== */
footer {
    text-align: center;
    padding-top: 80px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer * {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer > span {
    display:block;
    height: 1px;
    background: #999;
    margin: auto;
}
footer > span:nth-of-type(1) {
    max-width: 170px;
}
footer > span:nth-of-type(2) {
    margin-top: 2px;
    max-width: 230px;
}

footer .contactWrap {
    padding-top: 60px;
}
footer .contactWrap h2.contactHdd {
    display: inline-block;
    font-weight: 700;
    color: #a9894a;
    letter-spacing: .25em;
    padding-bottom: 10px;
    margin: 0 auto 40px;
    border-bottom: #a9894a solid 1px;
}
footer .contactWrap .contactDetails {
    margin-bottom: 60px;
}
footer .contactWrap .contactSubHdd {
    padding-bottom: 10px;
    margin: 0 auto 20px;
    border-bottom: #999 solid 1px;
}
footer .contactWrap .telText {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
footer .contactWrap .contactText {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}
footer .contactWrap a.telPage,
footer .contactWrap a.vacancyPage,
footer .contactWrap a.contactPage {
    display: block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
footer .contactWrap a.telPage i,
footer .contactWrap a.vacancyPage i,
footer .contactWrap a.contactPage i {
    margin-right: 10px;
}
footer .contactWrap a.telPage {
    background: #151515;
    margin-bottom: 10px;
}
footer .contactWrap a.vacancyPage {
    background: #151515;
}
footer .contactWrap a.contactPage {
    background: #a9894a;
}


footer .linksWrap {
    position: relative;
    padding: 60px 0;
    background: #151515;
}
footer .linksWrap > span {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 2px;
    height: 120px;
    margin-left: -1px;
    background: #a9894a;
}
footer .ftrlinks {
    padding: 45px 0;
}
footer .ftrlinks li {
    display: inline-block;
    padding: 15px;
}
footer .ftrlinks li a {
    font-size: 12px;
    color: #fff;
}
footer .ftrlinks li a:hover,
footer .ftrlinks li.current a {
    color: #a9894a;
}
footer .ftrlinks span {
    display:block;
    height: 1px;
    background: #a9894a;
    margin: auto;
}
footer .ftrlinks span:nth-of-type(1) {
    margin-top: 45px;
    margin-bottom: 2px;
    max-width: 230px;
}
footer .ftrlinks span:nth-of-type(2) {
    max-width: 170px;
}

footer .nomura {
    text-align: left;
}
footer .nomura a {
    display: inline-block;
}
footer .nomura a:nth-of-type(1){
    padding-right: 20px;
}
footer .nomura img {
	max-height: 34px;
    margin: 0 10px;
}
footer .cpr {
    text-align: right;
}
footer .cpr small {
    font-size: 11px;
    color: #666;
    padding-left: .5em;
    padding-right: .5em;
}

.brandLinkBtn {
/*	border: #eee solid 1px;*/
	display: block;
	margin-bottom: 30px;
}

.ft_noLink{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
	opacity: 0.5;
}

@media only screen and (max-width: 991px) {
footer .contactWrap .telText {
    font-size: 30px;
    line-height: 1.6;
}
footer .nomura {
    text-align: center;
    margin-bottom: 20px;
}
footer .cpr {
    text-align: center;
}
}
@media only screen and (max-width: 768px) {
footer .nomura img {
    max-width: 180px;
    height: auto;
}
}
@media only screen and (max-width: 767px) {
	footer {padding-bottom: 50px;}
	footer .contactWrap .contactText {text-align: center;}
	footer .contactWrap .contactDetails {margin-bottom: 30px;}
	footer .contactWrap .telText {line-height: 1.2;}

	footer .linksWrap {margin-top: 60px;}

footer .nomura a:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 20px;
}
	footer .nomura img {max-height: 26px;}
	footer .cpr small {display: block; font-size: 10px; margin-bottom: 10px;}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
footer .contactWrap a.telPage, footer .contactWrap a.vacancyPage, footer .contactWrap a.contactPage {
    padding: 25px 0;
}
}
@media only screen and (max-width: 359px) {
}