* {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0
}

@media screen and (max-width: 800px) {
    * {
        font-size: 14px
    }
}

*:not(br) {
    line-height: 1.75
}

html {
    background: #F7F3EE;
    overflow-x: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

a,
span {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: inline-block
}

.br-none-pc {
    display: none
}

@media screen and (max-width: 800px) {
    .br-none-pc {
        display: inline
    }
}

.br-none-sp {
    display: inline
}

@media screen and (max-width: 800px) {
    .br-none-sp {
        display: none
    }
}

.common-width {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto
}

.common-illustration {
    margin: 58px 0 85px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 800px) {
    .common-illustration {
        margin: 50px 0 30px
    }
}

.common-illustration::before {
    content: 'WITH YOUR DOG';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    letter-spacing: .05em;
    color: #F2A62C;
    font-weight: 900;
    opacity: .1;
    font-size: 11.4vw;
    white-space: nowrap;
    z-index: -1
}

.common-illustration img {
    width: 90%;
    max-width: 480px
}

.common-title * {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .05em
}

@media screen and (max-width: 800px) {
    .common-title * {
        font-size: 25px;
        line-height: 1.5
    }
}

.common-title .ja {
    font-size: 18px;
    font-weight: 700;
    color: #F2A62C;
    margin-bottom: 30px;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 800px) {
    .common-title .ja {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.common-title .ja span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.common-title .ja span::before,
.common-title .ja span::after {
    content: '';
    width: 135px;
    height: 2px;
    display: inline-block;
    background: #F2A62C;
    margin-top: 5px
}

@media screen and (max-width: 800px) {

    .common-title .ja span::before,
    .common-title .ja span::after {
        width: 100px
    }
}

.common-title .ja span::before {
    margin-right: -1px
}

.common-title .ja span::after {
    margin-left: -1px
}

.common-title .ja span img {
    width: 25px;
    margin-top: 5px
}

.common-title .eng {
    font-size: 24px;
    margin-top: 5px
}

@media screen and (max-width: 800px) {
    .common-title .eng {
        font-size: 18px
    }
}

.common-button {
    background: #000;
    color: #F7F3EE;
    padding: 25px 10px 25px 30px;
    font-weight: 900;
    width: 100%;
    max-width: 330px;
    border-radius: 100px;
    letter-spacing: .1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.common-button:hover {
    opacity: .5
}

.common-button::after {
    content: '';
    width: 9px;
    height: 17px;
    background: url(../img/icon-arrow-white.svg) no-repeat center/contain;
    margin-left: 45px
}

.header {
    width: 100%;
    height: 50px;
    background: #F2A62C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header span {
    margin-left: -.5em
}

.header p {
    font-size: 18px;
    margin-left: 20px
}

.top {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative
}

.top::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: url(../img/img-top.jpg) no-repeat center/cover;
    z-index: -1
}

.top-text {
    width: 90%;
    max-width: 500px;
    padding: 60px 50px 50px;
    background: rgba(247, 243, 238, 0.9);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 65px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 800px) {
    .top-text {
        padding: 25px 30px
    }
}

.top-text .title {
    font-size: 25px;
    letter-spacing: .05em
}

.top-text .title span {
    margin-left: -.5em
}

@media screen and (max-width: 800px) {
    .top-text .title {
        font-size: 18px
    }
}

.top-text .address {
    font-size: 14px
}

.top-text .tell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .03em
}

.top-text .tell img {
    width: 50px;
    margin-right: 10px
}

@media screen and (max-width: 800px) {
    .top-text .tell img {
        width: 30px
    }
}

@media screen and (max-width: 800px) {
    .top-text .tell {
        font-size: 25px
    }
}

.top-text .common-button {
    font-size: 12px;
    letter-spacing: .1em;
    padding: 5px;
    margin: 20px auto;
    max-width: 127px
}

.top-text .common-button::after {
    display: none
}

.service {
    background: #F7F3EE;
    padding: 125px 0 60px
}

@media screen and (max-width: 800px) {
    .service {
        padding: 80px 0
    }
}

.service-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service .text {
    padding: 0 5%
}

.service .text p {
    line-height: 36px;
    letter-spacing: .1em
}

@media screen and (max-width: 800px) {
    .service .text p {
        text-align: justify;
        line-height: 1.9
    }
}

.service .text p+p {
    margin-top: 2em
}

.service .text strong {
    position: relative;
    z-index: 1
}

.service .text strong::before {
    content: '';
    width: 100%;
    height: 70%;
    background: #F2A62C;
    border-radius: 15px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.service .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 125px auto 60px
}

@media screen and (max-width: 800px) {
    .service .imgs {
        margin: 30px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service .imgs img {
    width: calc(50% - 7.5px);
    border-radius: 10px
}

@media screen and (max-width: 800px) {
    .service .imgs img {
        width: 100%
    }
}

.service .imgs img+img {
    margin-left: 15px
}

@media screen and (max-width: 800px) {
    .service .imgs img+img {
        margin: 15px 0 0 0
    }
}

.map {
    background-color: #fff;
    padding: 100px 0 75px
}

@media screen and (max-width: 800px) {
    .map {
        padding: 80px 0
    }
}

.map .common-title h2 img {
    width: 38px;
    margin: 0 25px
}

.map .iframe {
    position: relative;
    width: 90%;
    height: auto;
    margin-top: 35px
}

.map .iframe img {
    border-radius: 10px
}

.policy {
    background: #F7F3EE;
    padding: 75px 0 125px
}

@media screen and (max-width: 800px) {
    .policy {
        padding: 80px 0
    }
}

.policy .common-illustration {
    margin: 0
}

.policy .common-illustration img {
    max-width: 361px
}

.policy h2 {
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 30px;
    margin-top: 60px
}

@media screen and (max-width: 800px) {
    .policy h2 {
        font-size: 25px
    }
}

.policy>p {
    letter-spacing: .1em
}

.policy ol {
    background: rgba(242, 166, 44, 0.2);
    border-radius: 10px;
    margin: 30px auto 60px;
    padding: 85px 65px 85px 75px
}

@media screen and (max-width: 800px) {
    .policy ol {
        padding: 70px 35px 30px 35px;
        margin: 25px auto
    }
}

.policy ol li {
    text-align: left;
    position: relative;
    padding-left: 42px;
    text-indent: -42px;
    letter-spacing: .1em
}

@media screen and (max-width: 800px) {
    .policy ol li {
        padding-left: 0;
        text-indent: 0;
        text-align: justify
    }
}

.policy ol li+li {
    margin-top: 2em
}

@media screen and (max-width: 800px) {
    .policy ol li+li {
        margin-top: 50px
    }
}

.policy ol li span {
    background: #F2A62C;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-indent: 0;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media screen and (max-width: 800px) {
    .policy ol li span {
        position: absolute;
        top: -35px;
        width: 28px;
        height: 28px;
        left: 0;
        right: 0;
        margin: auto
    }
}

footer {
    background: #F2A62C;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer small {
    letter-spacing: .05em;
    font-size: 14px
}

.page-contact {
    padding: 135px 0 135px
}

@media screen and (max-width: 800px) {
    .page-contact {
        padding: 80px 0
    }
}

.page-contact .common-title {
    margin-bottom: 80px
}

@media screen and (max-width: 800px) {
    .page-contact .common-title {
        margin-bottom: 50px
    }
}

.page-contact .form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 800px) {
    .page-contact .form li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-contact .form li+li {
    margin-top: 25px
}

@media screen and (max-width: 800px) {
    .page-contact .form li+li {
        margin-top: 15px
    }
}

.page-contact .form li:nth-last-of-type(1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-contact .form li:nth-last-of-type(1) label {
    margin-top: 25px
}

@media screen and (max-width: 800px) {
    .page-contact .form li:nth-last-of-type(1) label {
        margin-top: 0
    }
}

.page-contact .form label {
    text-align: left;
    width: 250px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .05em
}

@media screen and (max-width: 800px) {
    .page-contact .form label {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px
    }
}

.page-contact .form input,
.page-contact .form textarea {
    background: #fff;
    padding: 25px 30px;
    width: 100%;
    text-align: left
}

.page-contact .form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.page-contact .form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.page-contact .form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.page-contact .form ::placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.page-contact .complete p {
    letter-spacing: .1em
}

.page-contact .complete p+p {
    margin-top: 2em
}

.page-contact .complete .common-illustration::before {
    content: 'THANK YOU!';
    font-size: 15vw
}

.wpcf7-form-control-wrap {
    width: 100%
}

.page-contact .form input.wpcf7-submit {
    background: #000;
    color: #F7F3EE;
    padding: 25px 10px 25px 30px;
    font-weight: 900;
    width: 100%;
    max-width: 330px;
    border-radius: 100px;
    letter-spacing: .1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    margin: 60px auto 0
}

@media screen and (max-width: 800px) {
    .page-contact .form input.wpcf7-submit {
        margin: 30px auto 0
    }
}

.page-contact .form input.wpcf7-submit:hover {
    opacity: .5
}

.wpcf7-not-valid-tip {
    text-align: left
}

.wpcf7-response-output {
    padding: 30px
}

/*# sourceMappingURL=style.min.css.map */