@charset "UTF-8";

section.footer_banner {
    display: flex;
}

.footer_logo {
    width: 100px;
    margin-bottom: 60px;
}

.footer_banner_qa {
    padding: 6% 6% 18%;
	background-image: url("../img/footer/qa_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    color: #fff;
    width: 50%;
	position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

a.footer_banner_link {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.footer_banner_reserve {
    width: 50%;
    position: relative;
    padding: 6% 6% 18%;
    background-image: url("../img/footer/reserve_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve:hover,
.footer_banner_qa:hover {
	opacity: 0.8;
}

.footer_banner_qa h2 {
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 2px;
    text-align: right;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}


.footer_banner_reserve:hover h2,
.footer_banner_qa:hover h2 {
	letter-spacing: 4px;
}

.footer_banner_qa h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 1px;
    right: 0;
    background: #fff;
    bottom: 26%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_qa:hover h2:after,
.footer_banner_reserve:hover h2:after {
	width: 200px;
}

.footer_banner_qa h2 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 20px;
}

.footer_banner_reserve h2 {
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 2px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 1px;
    right: 0;
    background: #fff;
    bottom: 26%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve h2 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 20px;
}

footer {
    background: #71c7d5;
    padding: 120px 0 30px;
    position: relative;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
}

a.footer_submenu:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
    left: 0;
    top: 50%;
}

.salon_add {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.salon_open {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer_salon_info p {
    font-size: 1.25rem;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.footer_main {width: 60%;}

.footer_content {
    display: flex;
}

.footer_menu ul li a {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 1px;
    display: block;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.footer_menu ul li {
    margin-bottom: 20px;
}

.footer_menu {
    display: flex;
    width: 60%;
}

.footer_menu ul {
    width: 40%;
}

a.footer_submenu {
    padding-left: 40px;
    position: relative;
}

.footer_bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 30px;
    margin-top: 60px;
}

.footer_bottom ul {
    display: flex;
    justify-content: end;
}

.footer_bottom ul li a {
    color: #fff;
    font-size: 1.3rem;
    margin-left: 30px;
    letter-spacing: 1px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.footer_bottom ul li:first-child {
    border-right: 1px solid;
    padding-right: 30px;
}

.custom-shape-divider-bottom-1665163713 {
    position: absolute;
    top: -5.5%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1665163713 svg {
    position: relative;
    display: block;
    width: calc(135% + 1.3px);
    height: 39px;
}

.custom-shape-divider-bottom-1665163713 .shape-fill {
    fill: #71C7D5;
}

small.copyright {
    display: block;
    background: #71c7d5;
    width: 100%;
}

.copyright span {
	width: 1100px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 2px;
	margin: 0 auto;
	display: block;
	text-align: right;
	padding: 0 0 40px;
}

.footer_menu ul li a:hover {
	letter-spacing: 1.5px;
	text-shadow: 0 0 5px #fff;
}

.footer_bottom ul li a:hover {
	letter-spacing: 1.5px;
	text-shadow: 0 0 5px #fff;	
}
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.footer_banner {
    display: block;
}

.footer_logo {
    width: 70px;
    margin-bottom: 30px;
}

.footer_banner_qa {
    padding: 70px 5%;
    background-image: url("../img/footer/qa_bg.jpg");
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve {
    width: 100%;
    position: relative;
    padding: 70px 5% 100px;
    background-image: url("../img/footer/reserve_bg.jpg");
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve:hover,
.footer_banner_qa:hover {
	opacity: 0.8;
}

.footer_banner_qa h2 {
    font-size: 1.8rem;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}


.footer_banner_reserve:hover h2,
.footer_banner_qa:hover h2 {
	letter-spacing: 4px;
}

.footer_banner_qa h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    right: 0;
    background: #fff;
    bottom: 26%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_qa:hover h2:after,
.footer_banner_reserve:hover h2:after {
	width: 200px;
}

.footer_banner_qa h2 span {
    display: block;
    font-size: 1.3rem;
    margin-top: 20px;
}

.footer_banner_reserve h2 {
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    right: 0;
    background: #fff;
    bottom: 26%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.footer_banner_reserve h2 span {
    display: block;
    font-size: 1.3rem;
    margin-top: 20px;
}

footer {
    background: #71c7d5;
    padding: 60px 7% 30px;
    position: relative;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
}

a.footer_submenu:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
    left: 0;
    top: 50%;
}

.salon_add {
    font-size: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.salon_open {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer_salon_info p {
    font-size: 1.1rem;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.footer_main {width: 100%;}

.footer_content {
    display: block;
}

.footer_menu ul li a {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    display: block;
}

.footer_menu ul li {
    margin-bottom: 16px;
}

.footer_menu {
    display: flex;
    width: 100%;
}

.footer_menu ul {
    width: 50%;
}

a.footer_submenu {
    padding-left: 40px;
    position: relative;
}

.footer_bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
    margin-top: 20px;
}

.footer_bottom ul {
    display: flex;
    justify-content: center;
}

.footer_bottom ul li a {
    color: #fff;
    font-size: 1.1rem;
    margin: 0 20px;
    letter-spacing: 0.5px;
}

.footer_bottom ul li:first-child {
    border-right: 1px solid;
    padding-right: 0;
}

.custom-shape-divider-bottom-1665163713 {
    position: absolute;
    top: -6.2%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1665163713 svg {
    position: relative;
    display: block;
    width: calc(135% + 1.3px);
    height: 39px;
}

.custom-shape-divider-bottom-1665163713 .shape-fill {
    fill: #71C7D5;
}

small.copyright {
    display: block;
    background: #71c7d5;
    width: 100%;
}

.copyright span {
	width: 90%;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 0 0 30px;
	font-size: 1rem;
}

}
