/* ================= Footer Area ==================== */
.footer {
    background-color: rgb(255, 141, 107);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer section {
	background-color: rgb(255, 141, 107);
	border-bottom:0px;
	padding-top:30px;
	padding-bottom:30px;
}
.footer > main {
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 75%;
    margin: 0px auto 30px;
}

.footer > main .contact-section .title-wrap .title, .footer > main .about-fujacook-section .title-wrap .title, .footer > main .online-shop-section .title-wrap .title {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footer > main .contact-section, .footer > main .about-fujacook-section, .footer > main .online-shop-section {
    width: 32.5%;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.footer > main .contact-section .title-wrap, .footer > main .about-fujacook-section .title-wrap, .footer > main .online-shop-section .title-wrap {
    margin-bottom: 10px;
}

.hWyKrV .decoration-line-border {
    width: 45%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.hWyKrV .decoration-line-lighter {
    width: 55%;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.footer > main .contact-section .store-information, .footer > main .about-fujacook-section .store-information, .footer > main .online-shop-section .store-information {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.footer > main .contact-section .store-information .content-text, .footer > main .about-fujacook-section .store-information .content-text, .footer > main .online-shop-section .store-information .content-text {
    color: rgb(255, 255, 255);
    font: 15px / 20px "Microsoft JhengHei";
    text-decoration: none;    
}
.footer .content-text {
	margin-top:6px;
}
.footer > main .contact-section, .footer > main .about-fujacook-section, .footer > main .online-shop-section {
    width: 32.5%;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.footer > main .contact-section .store-information .styled-icon-wrap, .footer > main .about-fujacook-section .store-information .styled-icon-wrap, .footer > main .online-shop-section .store-information .styled-icon-wrap {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.footer > main .contact-section .store-information .styled-icon-wrap > img, .footer > main .about-fujacook-section .store-information .styled-icon-wrap > img, .footer > main .online-shop-section .store-information .styled-icon-wrap > img {
    max-width: 100%;
}

.footer .copyright {
    text-align: center;
    color: rgb(255, 255, 255);
    font: 15px / 20px "Microsoft JhengHei";
}

.scroll-top-btn a {
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
}

@media only screen and (max-width: 768px) {
	.footer {
		padding-left:20px;
	}
	.footer section {
	padding-top:5px;
	padding-bottom:0px;
	}
	.footer > main {
		flex-direction: column;
		width: initial;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 44px;
	}

	.footer > main .contact-section .title-wrap .title, .footer > main .about-fujacook-section .title-wrap .title, .footer > main .online-shop-section .title-wrap .title {
		font: 24px / 32px "Microsoft JhengHei";
	}

	.footer > main .contact-section, .footer > main .about-fujacook-section, .footer > main .online-shop-section {
		width: 100%;
		margin-bottom: 24px;
	}

	.footer > main .contact-section, .footer > main .about-fujacook-section, .footer > main .online-shop-section {
		width: 100%;
		margin-bottom: 24px;
	}

	.footer > main .online-shop-section {
		margin-bottom: 0px;
	}

	.footer > main .contact-section, .footer > main .about-fujacook-section, .footer > main .online-shop-section {
		width: 100%;
		margin-bottom: 24px;
	}

	.footer .copyright {
		font: 14px / 19px "Microsoft JhengHei";
	}
	.footer > main .contact-section .store-information .content-text {
	  margin-top:14px;
  }

}
