@charset "utf-8";
/* CSS Document */
footer { font: 400 1.4rem/1.6rem "Roboto"; text-align: center; padding: 5vh 2vw; position: relative; }

footer .link-txt { color: #d88a5f; border-bottom:1px solid rgba(216,138,95,0); padding: 0 0 2px 0; letter-spacing: .5px;} 
footer .link-txt:nth-child(2) { margin: 0 2vw;} 

.footer-rs { margin-top: 40px;}

.footer-up a { width: 30px; height: 30px; background: url(../images/arrow-bottom.svg) 50% 50% no-repeat #fff; border-radius: 30px; background-size: 25px; display: inline-block;     position: fixed;    right: 3vw;    bottom: 3vh;  -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg);  transform: rotate(180deg);  }

/*#footer-up { display: none;}*/

@media (min-width:1201px) {
	footer .link-txt:hover { border-bottom:1px solid rgba(216,138,95,1.00); color: #fff;}
	.footer-up a:hover { background: url(../images/arrow-bottom.svg) 50% 50% no-repeat #d88a5f;background-size: 25px;}
}

@media (max-width:600px) {
	footer .link-txt { display: block;}
	footer .link-txt:nth-child(2) { margin: 10px 0;} 
}