.no-js {
    display: none;
}

@font-face {
	font-family: 'AvenirNext';
	src:
        local('AvenirNext-Medium'),
        url('../fonts/AvenirNext-Medium.ttf');
}
@font-face {
	font-family: 'AvenirNext';
    font-weight: 600;
	src:
        local('AvenirNext-DemiBold'),
        url('../fonts/AvenirNext-DemiBold.ttf');
}
@font-face {
	font-family: 'AvenirNext';
    font-weight: 700;
	src:
        local('AvenirNext-Bold'),
        url('../fonts/AvenirNext-Bold.ttf');
}
@font-face {
	font-family: 'Bahagia';
	src:
        local('Bahagia'),
        url('../fonts/Bahagia.otf');
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

html, body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    color: #090909;
}

:focus {
  outline: none;
}

p {
    margin: 0;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

h1 {
    font-family: 'AvenirNext';
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    display: inline;
    vertical-align: middle;
    margin: 0;
}

h2 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.67;
    display: inline-block;
    margin: 0;
}
h3 {
    font-family: 'AvenirNext';
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

body, p {
    font-family: "Sawarabi Gothic";
}
p {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.44;
    color: #090909;
}

.text-white {
  color: #fff;
}

/*
Header and First Block
*/
.page-pattern {
    background: url(../img/pattern.png) repeat-x;
    background-size: 54px 53px;
    min-height: 53px;
    width: 100%;
}

#title-bar-container {
    height: 55px;
    z-index: 3;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
.mobile-menu-section {
    padding: 0 !important;    
}
    .mobile-menu-section img {
        margin-top: 25px;
    }
    .mobile-menu-section.on img {
        display: none;
    }
.mobile-menu-toggle {
    width: 27px;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}
.mobile-menu-toggle.on .mobile-menu-toggle__one {
    -moz-transform: rotate(45deg) translate(5px, 6px);
    -ms-transform: rotate(45deg) translate(5px, 6px);
    -webkit-transform: rotate(45deg) translate(5px, 6px);
    transform: rotate(45deg) translate(5px, 6px);
    background: #000000;
}
.mobile-menu-toggle.on .mobile-menu-toggle__two {
    opacity: 0;
}
.mobile-menu-toggle.on .mobile-menu-toggle__three {
    -moz-transform: rotate(-45deg) translate(5px, -7px);
    -ms-transform: rotate(-45deg) translate(5px, -7px);
    -webkit-transform: rotate(-45deg) translate(5px, -7px);
    transform: rotate(-45deg) translate(5px, -7px);
    background: #000000;
}

.mobile-menu-toggle__one, .mobile-menu-toggle__two, .mobile-menu-toggle__three {
    width: 100%;
    height: 3px;
    background: #000000;
    margin: 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mobile-menu-section nav {
    width: 100%;
}
.mobile-menu-section nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.mobile-menu-section nav ul.hidden {
    display: none;
}
.mobile-menu-section nav ul a {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
    color: #6D6D6D;
    font-size: 1.6rem;
    line-height: 2;
    width: 100%;
    display: block;
}
#header-mobile__instagram a img {
    width: 60px;
    display: block;
    margin: 39px auto 0;
}

.sticky {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.mobile-menu-section.on {
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    position: fixed;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#first-block__mobile__title {
    margin-top: 19px;
    margin-bottom: 49px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.65;
    text-align: center;
    color: #3c3c3c;
}
    #first-block__mobile__title span {
        background: linear-gradient(transparent 35%, #FFFDCB 35%);
        background-repeat: no-repeat;
        background-size: 100% 30px;
        padding-bottom: 10px;
    }
#first-block__mobile__arrow-down {
    margin-bottom: 26px;
}
    #first-block__mobile__arrow-down:hover {
        cursor: pointer;
    }

#medium-up-menu {
    padding: 28px 0 26px 50px;
    background-color: #ffffff;
}


#medium-up-menu .menu li {
    padding-right: 24px;
}
#medium-up-menu .menu li:first-child {
    padding-right: 43px;
}
#medium-up-menu .menu li:not(.no-header-yellow-line) a {
    font-family: 'AvenirNext';
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #090909;
    background: linear-gradient(transparent 65%, #FFFDCB 65%);
    background-repeat: no-repeat;
    background-size: 0% 27px;
    background-position: 0 65%;
    transition: background-size .3s ease;
    padding: 0;
}
#medium-up-menu .menu p {
    font-size: 12px;
    color: #252525;
    line-height: 1;
    letter-spacing: normal;
    font-weight: bold;
}
    #medium-up-menu .menu li:not(.no-header-yellow-line) a.menu-active, #medium-up-menu .menu li:not(.no-header-yellow-line) a:hover {
        background-size: 100% 27px;
    }
    #medium-up-menu li:not(.no-header-yellow-line) a.no-active-line {
        background-size: 0!important;
    }
    
    #medium-up-menu .menu li:not(.no-header-yellow-line) a::selection {
        background: transparent;
    }

#header-desktop__instagram a {
    padding: 0;
}
    #header-desktop__instagram a img {
        width: 37px;
    }

#first-block__large-wrapper {
    position: relative;
}
#first-block__slider-pattern__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
    #first-block__slider-pattern__wrapper img {
        -webkit-animation: rotation 10s infinite linear;
                animation: rotation 10s infinite linear;
    }
    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(359deg);
                    transform: rotate(359deg);
        }
    }
    @keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(359deg);
                    transform: rotate(359deg);
        }
    }
.first-block__slider-image,
.second-block__slider-image {
    width: 100%;
}
.first-block__under-slider-line {
    height: 14px;
    background-color: #3e5e8e;
}

/*
Second Block
*/
#second-block {
    padding: 69px 0 78px 45px;
}

#second-block__salon-information__scissors-icon {
    margin-left: 46px;
}
.second-block__salon-information__title {
    margin-left: 20px;
    color: #000338;
    line-height: 1.35;
}
#second_block__salon-information__subtitle-first {
    margin-top: 19px;
    display: block;
    font-size: 26px;
    line-height: 1.54;
    letter-spacing: normal;
}
    #second_block__salon-information__subtitle-first span {
        background: linear-gradient(transparent 35%, #FFFDCB 35%);
        background-repeat: no-repeat;
        background-size: 100% 30px;
        padding-bottom: 10px;
    }
#second_block__salon-information__text {
    margin-top: 30px;
    line-height: 1.44;
    letter-spacing: normal;
}

#second-block__access__dryer-icon {
    margin-left: 32px;
}
.second-block__access__title {
    margin-left: 34px;
}
#second-block__access__mini-text {
    font-family: YuGo;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.92;
    margin-top: 22px;
    display: inline-block;
}
#second-block__access__grooming-salon-idog {
    font-size: 23px;
    line-height: 1;
}
#second-block__access__subtitle {
    margin-top: 19px;
    margin-bottom: 3px;
}
#second-block__access__phone-title {
    margin-top: 24px;
}
#second-block__access__open-title {
    margin-top: 23px;
}
    #second-block__access__open-text span {
        margin-left: 10px;
    }

#second-block__photos-div {
    margin-top: 74px;
    font-size: 0;
}
    #second-block__photos-div img {
        margin-right: 13px;
    }
    #second-block__photos-div img:last-child {
        margin-right: 0;
    }
#second-block__access-map-div {
    height: 196px;
    margin-top: 41px;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 100%;
}
#gmap_canvas {
    height: 100%;
}

/*
Third Block
*/   
#third-block {
    background-color: #f5f5f8;
    padding: 88px 43px 95px 46px;
}

#third-block__services__title-div {
    font-size: 0;
}
#third-block__services__title-div p {
    font-weight: bold;
    color: #7C7C7C;
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
}
#third-block__services__brush-icon {
    margin-left: -15px;
}
#third-block__services__title {
    margin-left: 15px;
}
#third-block__services__bg {
    background-image: url(../img/moroccan-bg.svg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 882px;
    padding-top: 52px;
}

.third-block__services__frame {
    position: relative;
    padding: .8em;
    margin-top: 40px;
    min-height: 249px;
}
    #third-block__services__frame__first-div {
        margin-top: 0;
    }
    .third-block__services__frame:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background:
            radial-gradient(circle at top left, transparent 10px, #BF8F33 10px, #BF8F33 11px, transparent 11px) left top / 11px 11px no-repeat,
            radial-gradient(circle at top right, transparent 10px, #BF8F33 10px, #BF8F33 11px, transparent 11px) right top / 11px 11px no-repeat,
            radial-gradient(circle at bottom left, transparent 10px, #BF8F33 10px, #BF8F33 11px, transparent 11px) left bottom / 11px 11px no-repeat,
            radial-gradient(circle at bottom right, transparent 10px, #BF8F33 10px, #BF8F33 11px, transparent 11px) right bottom / 11px 11px no-repeat,
            linear-gradient(90deg, transparent 10px, #BF8F33 10px) left top / 51% 1px no-repeat,
            linear-gradient(-90deg, transparent 10px, #BF8F33 10px) right top / 51% 1px no-repeat,
            linear-gradient(90deg, transparent 10px, #BF8F33 10px) left bottom / 51% 1px no-repeat,
            linear-gradient(-90deg, transparent 10px, #BF8F33 10px) right bottom / 51% 1px no-repeat,
            linear-gradient(180deg, transparent 10px, #BF8F33 10px) left top / 1px 51% no-repeat,
            linear-gradient(0deg, transparent 10px, #BF8F33 10px) left bottom / 1px 51% no-repeat,
            linear-gradient(180deg, transparent 10px, #BF8F33 10px) right top / 1px 51% no-repeat,
            linear-gradient(0deg, transparent 10px, #BF8F33 10px) right bottom / 1px 51% no-repeat;
    }
    .third-block__services__frame:after {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        content: "";
        background:
            radial-gradient(circle at top left, transparent 10px, #fefefe 10px) 1px 1px / 11px 11px no-repeat,
            radial-gradient(circle at top right, transparent 10px, #fefefe 10px) calc(100% - 1px) 1px / 11px 11px no-repeat,
            radial-gradient(circle at bottom right, transparent 10px, #fefefe 10px) calc(100% - 1px) calc(100% - 1px) / 11px 11px no-repeat,
            radial-gradient(circle at bottom left, transparent 10px, #fefefe 10px) 1px calc(100% - 1px) / 11px 11px no-repeat,

            linear-gradient(#fefefe 100%, #fefefe 100%) 11px 1px / calc(100% - 22px) 11px no-repeat,
            linear-gradient(#fefefe 100%, #fefefe 100%) calc(100% - 11px) calc(100% - 1px) / calc(100% - 22px) 11px no-repeat,
            linear-gradient(#fefefe 100%, #fefefe 100%) 1px 11px / calc(100% - 2px) calc(100% - 22px) no-repeat,

            radial-gradient(circle at top left, transparent 10px, #BF8F33 10px, #BF8F33 12px, transparent 12px) left top / 12px 12px no-repeat,
            radial-gradient(circle at top right, transparent 10px, #BF8F33 10px, #BF8F33 12px, transparent 12px) right top / 12px 12px no-repeat,
            radial-gradient(circle at bottom left, transparent 10px, #BF8F33 10px, #BF8F33 12px, transparent 12px) left bottom / 12px 12px no-repeat,
            radial-gradient(circle at bottom right, transparent 10px, #BF8F33 10px, #BF8F33 12px, transparent 12px) right bottom / 12px 12px no-repeat,

            linear-gradient(90deg, transparent 10px, #BF8F33 10px) left top / 51% 2px no-repeat,
            linear-gradient(-90deg, transparent 10px, #BF8F33 10px) right top / 51% 2px no-repeat,
            linear-gradient(90deg, transparent 10px, #BF8F33 10px) left bottom / 51% 2px no-repeat,
            linear-gradient(-90deg, transparent 10px, #BF8F33 10px) right bottom / 51% 2px no-repeat,
            linear-gradient(180deg, transparent 10px, #BF8F33 10px) left top / 2px 51% no-repeat,
            linear-gradient(0deg, transparent 10px, #BF8F33 10px) left bottom / 2px 51% no-repeat,
            linear-gradient(180deg, transparent 10px, #BF8F33 10px) right top / 2px 51% no-repeat,
            linear-gradient(0deg, transparent 10px, #BF8F33 10px) right bottom / 2px 51% no-repeat;
    }
.third-block__services__frame-content {
  position: relative;
  z-index: 2;
  padding: 22px 26px 23px 23px;
}

.third-block__services__paw-icon {
    float: left;
    margin-top: 25px;
    margin-right: 17px;
}
.third-block__services__header {
    display: flex;
    flex-direction: column;
}
.third-block__services__bahagia {
    font-family: Bahagia;
    font-size: 36px;
    letter-spacing: 2.75px;
    color: #bf8f33;
    display: block;
    line-height: normal;
}
.third-block__services__subtitle {
    letter-spacing: 1.44px;
    background: linear-gradient(transparent 50%, #FFFDCB 50%);
    background-repeat: no-repeat;
    background-size: 100% 35px;
    color: #0b0b0b;
    line-height: 1.6;
}
.third-block__services__new-label {
    font-family: 'AvenirNext';
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #0c628c;
}
.third-block__services__text {
    margin-top: 20px;
}
.third-block__services__image {
    margin-top: 12px;
}

/*
Footer
*/
#footer {
    padding-top: 42px;
    padding-bottom: 40px;
    background-color: #3e5e8e;
}

    #footer p {
        font-family: AvenirNext;
        color: #ffffff;
        line-height: normal;
        font-size: 14px;
    }