*{
    margin:0;
    padding:0;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: normal;
    background: #7B7B6D;
}
img{
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
a{
    text-decoration: none;
    color:#000;
}
a:hover{opacity: 0.7;}
.sp-br{display:none;}
@media screen and (max-width: 768px){
    .sp-br{display: block;}
    .pc-br{display:none;}
}

h1{
    background: #7A7B6D;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color:#FFF;
    font-size:20px;
    font-weight: 700;
    line-height:38px;
}
.main-img{
    background: #EBE1C8;
}
.main-img .kv{
    width: 100%;
    max-width:1000px;
    margin:auto;
    aspect-ratio: 2/1;
}
.container{
    display: flex;
    padding: 40px 10px;
    flex-direction: column;
    align-self: start;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    background: #FFF;
}
@media screen and (max-width: 768px){
    h1{
        padding:10px 0px;
        font-size:13px;
        line-height:normal;
    }
    .container{
        padding:40px 0px;
        gap:31px;
    }
}

.catch{
    display: flex;
    width: 80%;
    max-width: 505px;
    margin:auto;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.catch h2{
    color: #7B7B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom:30px;
}
.catch p{
    color: #483842;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}
.catch .icon{
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    width: 116px;
    height: 116px;
    right: -116px;
}
.photo{
    width:90%;
    max-width: 894px;
    aspect-ratio: 149/80;
    margin:auto;
}
@media screen and (max-width: 768px){
    .catch h2{
        font-size: 14px;
        line-height: 28px;
        padding-bottom:65px;
        margin-bottom:10px;
        position: relative;
    }
    .catch h2::after{
        content:"";
        height:59px;
        width:59px;
        background-image: url(./images/ashiato.svg);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position:absolute;
        bottom:0px;
        left:0;
        right:0;
        margin:auto;
    }
    .catch p{
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .catch .icon{display:none;}
    .photo{
        width:100%;
        aspect-ratio: 32/35;
    }
}

.service{background: #EBE1C8;}
.service .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    align-self: stretch;
}
.service-facility{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.service-facility .left{width: 480px;}
.service-facility .right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-direction: column;
}
.service-facility .right h2{
    color: #483842;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 2.56px;
    width:100%;
}
.service-facility .right h2 > span{
    color: #7B7B6D;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.28px;
    display: block;
    padding-bottom:10px;
}
.service-facility .right p{
    color: #483842;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
}
.service-facility .right > div{
    width:100%;
    max-width: 366px;
    margin:auto;
}
.service .point{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.service .point > div{
    border-radius: 21px;
    background: #FFF;
    display: flex;
    width: 286px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.service .point > div > h3{
    color: #483842;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}
.service .point > div > h3 > span{
    font-size:16px;
    font-weight: 700;
    line-height: 33px;
}
.service .point > div .point-img{
    width: 140px;
    aspect-ratio: 14/13;
    margin:auto;
    position: relative;
    padding-top:30px;
}
.service .point > div .point-img::before{
    content:"";
    width: 40px;
    height: 4px;
    background-image: url(./images/Divider.svg);
    background-size: cover;
    position:absolute;
    top:0px;
    left:0;
    right:0;
    margin:auto;
}
.service .point > div p{
    color: #483842;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}
.service .point > div p > strong{
    font-weight:700;
}
@media screen and (max-width: 768px){
    .service{gap:24px}
    .service .box{gap: 24px;}
    .service-facility{
        gap: 24px;
        flex-wrap:wrap;
    }
    .service-facility .left{
        width:calc(100% - 20px);
        padding:0px 10px;
        order:2;
    }
    .service-facility .right{
        width:100%;
        order:1;
        gap:24px;
    }
    .service-facility .right h2{
        font-size: 24px;
        line-height: 38px;
        letter-spacing: 1.92px;
    }
    .service-facility .right h2 > span{
        font-size: 16px;
        line-height: 38px;
        letter-spacing: 1.28px;
        margin-bottom:0px;
    }
    .service-facility .right > div{width:250px;}
    .service-facility .right p{
        font-size: 13px;
        line-height: 28px;
    }
    .service .point{
        flex-wrap:wrap;
        gap:20px;
    }
    .service .point > div > h3 > span{
        font-size: 13px;
        line-height: 33px;
    }
    .service .point > div p{
        font-size: 12px;
        line-height: 24px;
    }
}

.access{padding:40px 0px;}
.access .box{
    width:100%;
}
.access .detail{
    width:100%;
    max-width: 998px;
    margin:auto;
    position: relative;
    padding:10px 0px;
}
.access .detail::after,.access .detail::before{
    content:"";
    width: 221px;
    height: 140px;
    position: absolute;
}
.access .detail::after{
    top:0;
    left:0;
    background-image: url(./images/Left_Decoration.svg);
}
.access .detail::before{
    top:0;
    right:0;
    background-image: url(./images/Right_Decoration.svg);
}

.access .detail h2{
    color: #483842;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 2.56px;
    text-align: center;
}
.access .detail h2 > span{
    color: #7B7B6D;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.28px;
}
.access .detail p{
    padding-top:20px;
    color: #483842;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}
.access h3{
    width:100%;
    max-width:1000px;
    background: #7B7B6D;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.28px;
    text-align: center;
    margin:36px auto 42px auto;
}
.access .area{
    display: flex;
    align-items: center;
    gap: 49px;
    align-self: stretch;
    width:100%;
    max-width: 1000px;
    margin:auto;
}
.access .area a{
    color: #000;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
}
@media screen and (max-width: 768px){
    .access{padding:0px 0px 40px 0;}
    .access .detail{padding:0}
    .access .detail::after,.access .detail::before{
        width: 110px;
        height: 70px;
        background-size: cover;
    }
    .access .detail h2{
        padding-top:50px;
        font-size: 24px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 1.92px;
    }
    .access .detail h2 > span{
        font-size: 16px;
        line-height: 38px;
        letter-spacing: 1.28px;
    }
    .access .detail p{
        padding:48px 10px 0px 10px;
        font-size: 14px;
        line-height: 28px;
    }
    .access h3{
        margin:40px auto;
        width:calc(100% - 20px);
        font-size: 13px;
        line-height: normal;
        padding:10px 0px;
    }
    .access .area{
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        flex-wrap:wrap;
        gap: 20px;
        width:calc(100% - 20px);
        padding:0px 10px;
    }
    .access .area div{
        width:280px;
    }
}

footer{
    background: #7B7B6D;
    padding:40px 0px;
}
.footer-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.footer-box .left{
    display: flex;
    width: 470px;
    flex-direction: column;
    align-items: flex-start;
    gap: 62px;
}
.footer-box .left p{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.footer-box .right{
    width: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-box .right .comment{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    padding:19px 44px;
    position: relative;
}
.footer-box .right .comment::before,.footer-box .right .comment::after{
    content:"";
    background-size: cover;
    background-repeat: no-repeat;
    width:36px;
    height: 212px;
    position: absolute;
}
.footer-box .right .comment::before{
    background-image: url(./images/hidari_pc.svg);
    top:0;
    left:0;
}
.footer-box .right .comment::after{
    background-image: url(./images/migi_pc.svg);
    top:0;
    right:0;
}
.footer-box .pet-logo{
    width: 233px;
    padding-top:27px;
}
.footer-box .start{
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 10px 40px;
    text-align:center;
    margin-top:22px;
    color: #7B7B6D;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 2.4px;
}
.footer-box .contact{
    margin: 22px 0px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
}
.footer-box .ceremony-logo{
    width:255px;
    margin:auto;
}
.footer-box .tel-link{
    color: #FFF;
    font-size: 46.25px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 1.85px;
    position:relative;
    padding:0px 0px 0px 35px;
}
.footer-box .tel-link::before{
    content:"";
    background-image: url(./images/tel.svg);
    background-size:cover;
    width: 25.865px;
    height: 35.453px;
    display: block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.footer-box .check{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.footer-box .photo-sp{display:none;}

@media screen and (max-width: 768px){
    .footer-box{
        gap: 30px;
        flex-wrap:wrap;
    }
    .footer-box .left{display:none;}
    .footer-box .right .comment{
        font-size: 12px;
        line-height: 24px;
        padding:57px 30px;
    }
    .footer-box .right .comment::before,.footer-box .right .comment::after{
        width:95%;
        height:43px;
    }
    .footer-box .right .comment::before{
        top:0;
        left:0;
        right:0;
        margin:auto;
        background-image: url(./images/ue_sp.svg);
    }
    .footer-box .right .comment::after{
        bottom:1px;
        left:0;
        right:0;
        top:auto;
        margin:auto;
        background-image: url(./images/shita_sp.svg);
    }
    .footer-box .photo-sp{
        display: block;
        padding:30px 10px;
    }
    .footer-box .photo-sp p{
        color: #FFF;
        font-size: 10px;
        line-height: 20px;
        font-weight: 400;
        padding:30px 25px 0px 25px;
    }
    .footer-box .pet-logo{
        width:170px;
        padding:0;
    }
    .footer-box .start{
        margin:20px auto;
        padding: 8px 30px;
        text-align:center;
        border-radius: 31.757px;
        font-size: 15.879px;
        line-height: 30.169px;
        letter-spacing: 1.905px;
    }
    .footer-box .contact{
        margin:0px auto 20px auto;
        font-size: 15.879px;
        line-height: 30.169px;
    }
    .footer-box .ceremony-logo{
        width: 202px;;
    }
    .footer-box .tel-link{
        font-size: 36.719px;
        font-weight: 700;
        line-height: 58.751px; /* 160% */
        letter-spacing: 1.469px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        padding:0px 0px 0px 28px;
    }
    .footer-box .tel-link::before{
        width: 20.535px;
        height: 28.147px;
    }

    .footer-box .check{
        font-size: 12px;
        line-height: 24px;
        margin-top:20px;
    }
}