h3 {
    font-family: "calluna",serif;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 14px;
}

.container {
    max-width: 1130px;
    margin: 0 auto;
}

[class^="icon-"], .after-icon:after, .before-icon:before {
	background: url(../images/home/sprite.png) no-repeat;
	background-size: 175px auto;
}

.after-icon:after, .before-icon:before {
	content: '';
	position: absolute;
	left: 0px;
}

.after-icon:after {
	left: auto;
	right: 0px;
}

.flex {
	display: flex;
}

.center {
    text-align: center;
}

.v-center-flex {
	display: flex;
	align-items: center;
}

.v-bottom-flex {
	display: flex;
	align-items: flex-end;
}

.v-top-flex {
	display: flex;
	align-items: flex-start;
}

.h-end-flex {
	display: flex;
	justify-content: flex-end;
}

.hv-center-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.space-between-flex {
	display: flex;
	justify-content: space-between;
}

.quick-help {
    padding: 0 96px 196px 95px;
}

.quick-help > div {
    position: relative;
    padding-bottom: 56px;
}

.quick-help > div:after {
    background-position: -73px -169px;
    width: 36px;
    height: 15px;
    left: 1px;
    bottom: 0;
    transition: all .5s ease;
}

.quick-help > div:hover:after {
    left: 6px;
}

.quick-help i {
    width: 71px;
    height: 76px;
    display: block;
    margin-bottom: 33px;
}

.icon-termin {
    background-position: 0 -91px;
}

.icon-email {
    background-position: -73px -91px;
}

.icon-tel {
    background-position: 0 -169px;
}

.quick-help h3 {
    line-height: 1.1;
    margin-bottom: 16px;
}

.quick-help span {
    display: block;
    font-size: 1.7em;
    color: #503c49;
    letter-spacing: .3px;
}

.quick-help > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#footer {
    
}

.go-to-top {
    background: #870337;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-to-top i {
    background-position: -137px -169px;
    width: 31px;
    height: 31px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
      opacity: 1;
    }
    40% {
      transform: translateY(-10px);
      opacity: 0;
    }
    60% {
      transform: translateY(-5px);
      opacity: 1;
    }
}

.footer-top {
    background: #fbf7f4;
    position: relative;
    font-size: 1.5em;
    padding: 72px 0 43px;
}

.footer-top strong {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .6px;
    margin-bottom: 13px;
}

.footer-left-info li {
    padding-left: 18px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.footer-left-info a {
    display: block;
}

a.address,
a.tel {
    position: relative;
}

a.tel {
    font-weight: 700;
    padding-top: 6px;
    margin-top: -6px;
}

a.tel + a {
    padding-bottom: 6px;
    margin-bottom: -6px;
}

a.address:before,
a.tel:before {
    width: 10px;
    height: 15px;
    left: -19px;
    top: 1px;
}

a.address:before {
    background-position: -73px -187px;
}

a.tel:before {
    background-position: -85px -187px;
    top: 6px;
}

.office-hours li {
    line-height: 1.2;
}

.office-hours li span {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 36px;
}

.footer-logo {
    position: absolute;
    width: 226px;
    left: 50%;
    top: 111px;
    transform: translateX(-50%);
}

.footer-bottom {
    background: #870337;
    font-size: 1.4em;
    color: #fff;
    padding: 22px 0 19px;
    position: relative;
}

.pp-link {
    margin-right: -5px;
}

.pp-link a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 5px;
}

.pp-link a.icon-instagram {
    background-position: -97px -187px;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.designBy {
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    color: #fff;
}

.designBy:hover {
    color: rgba(255,255,255,0.7);
}

.designBy span:first-child {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 32px;
}

.designBy span:first-child:after {
    background-position: -114px -169px;
    width: 21px;
    height: 17px;
    right: 4px;
    top: -1px;
    opacity: 1;
    transition: all .3s ease;
}

.designBy:hover span:first-child:after {
    opacity: 0.7;
}

@media (max-width:1150px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 2.3em;
    }

    .flex,
    .v-center-flex {
        flex-direction: column;
    }

    .v-center-flex {
        align-items: flex-start;
    }

    .quick-help,
    .footer-top .container,
    .footer-bottom .container {
        flex-direction: column;
        justify-content: flex-start;
    }

    .quick-help {
        padding: 0 0 85px;
        align-items: center;
        text-align: center;
    }

    .quick-help i {
        display: inline-block;
        vertical-align: top;
        transform: scale(0.93);
        transform-origin: center top;
        margin-bottom: 20px;
    }

    .quick-help h3 {
        font-size: 2.8em;
    }

    .quick-help > div {
        padding-bottom: 45px;
        margin-bottom: 60px;
    }

    .quick-help > div:after,
    .quick-help > div:hover:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-top {
        font-size: 1.4em;
        padding: 60px 20px 40px;
    }

    .footer-logo {
        position: static;
        display: block;
        max-width: 275px;
        margin: 0 auto 30px;
        transform: none;
    }

    .office-hours {
        padding-top: 10px;
    }

    .office-hours li span {
        width: 33px;
    }

    .footer-bottom {
        font-size: 1.3em;
        text-align: center;
        padding: 17px 0;
    }

    .pp-link {
        flex-direction: row;
        justify-content: center;
        padding: 8px 0 18px;
        margin: 0 -20px;
    }

    .pp-link a.icon-instagram {
        margin: -1px 4px 0 0;
        transform: scale(0.87);
        transform-origin: left top;
    }

    .designBy {
        position: static;
        transform: none;
    }

    .designBy span:first-child {
        padding-right: 30px;
    }

    .designBy span:first-child:after {
        transform: scale(0.9);
        top: -2px;
    }

    .go-to-top {
        transform: translateX(-50%) scale(0.935);
    }
}