html{
    font-size: calc(10/375*100vw);
    color: #6D4412;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}


 @media (min-width:769px){
 html{
    font-size: calc(10/1920*100vw);
    }

.sp{
    display: none !important;

    }
           
                
}

@media (max-width:769px) {
.pc{
    display: none !important;
    }
}


.header{
    width: 100%;
    height: 50px; 
    position: fixed;
    z-index: 9999;
}

.logo{
    width: clamp(80px, 10vw, 150px);
    height: 16px;
    padding-left: 10px;
    padding-top: 10px;
    position: fixed;
    z-index: 9999;
    
}

.logo img {
    width: clamp(60px, 15vw, 150px);
    height: auto;
    display: block;
}

.header__inner{
    width: 100%;
    height: 100%;
    padding-right: 16px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.headerNav__icon{
    width: clamp(2px, 7vw, 33px);
    aspect-ratio: 21 / 16;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headerNav__icon--line  {
    display: block;
    width: 100%;
    height: 2px;
    background-color:#3a3a3a ;
    transition: all 0.3s;
    border-radius: 0.2rem;
}

@media (max-width:768px) {

.header__pc{
    display: none;
 }
    
}




@media (min-width: 769px){
.header__pc{
    min-width: 1200px;
    height: 100px;
    position: static;
    background-color: #25437F;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    display: none;
}

.logo {
    display: none;
}

.header__container{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
    
.logo-pc {
    width: 120px;
    height: 80px;
}

.header__nav{
    margin-left: 0;

}
    
.nav__list {
    list-style: none;
    display: flex;
    gap: 64px;
    color: #fff;
    font-family: sans-serif;
    font-weight: lighter;
    margin: 0 auto;
    margin-left: 15rem;
}

.nav__list a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;


}


.en__text {
    font-size: clamp(14px,2vw,20px); 
  
}


.jp__text {
    font-size: clamp(14px,2vw,16px);
    white-space: nowrap; 
    margin-top: 5px;
}


.reserve__button {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 20px 20px ;
    white-space: nowrap; 
 
  
}

.reserve__button:hover {
    background-color: #f5f5f5;
}
.arrow__pc{
    height: 4px;
    width: 20px;
    margin-left: 2.5rem;
    margin-bottom: 0.8rem;

}
}


.mv{
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url(../images/mv-bg-sp.jpg);
    aspect-ratio: 375/667;
}

.mv__text--wrap {
    text-shadow: 0px 4px 3px #6D4412;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: max(2.4rem,12px);
}


.mv__main--text1{
    padding-top: 46.0rem;
    padding-left: 1.6rem;
}

.mv__main--text2{
    padding-top: 0.5rem;
    padding-left: 1.9rem;
}




@media (min-width: 769px){

.mv{
    width: 100%;
    min-width: 1200px;
    background-image: url(../images/mv-bg-pc.jpg);
    aspect-ratio: 1920 / 1000;
    position: relative;
}

.mv__text--wrap {
    text-shadow: 0px 4px 3px #6D4412;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: max(6.4rem,14px);
    letter-spacing: 1px;
    padding-left: 40rem;

    }

.mv__main--text1{
    padding-top: 59rem;
       
}

.mv__main--text2{
    padding-top: 1rem;
}
}





.news{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    font-size: max(1.4rem,12px);
    background-color: #fff;
    aspect-ratio: 375/351;

}



.h2__news{
    font-size: max(2.4rem,12px);
    color: #333;
    align-items: center;
    text-align: center;
    
}

.h3__news{
    font-size: max(1.6rem,12px);
    color: #333;
    align-items: center;
    text-align: center;
    
}



.news__text{
    padding-top: 20px;
    width: 100%;
    font-size: max(1.3rem,12px)

}

.news__text--list{
    list-style: none;
    padding-left: 5px;
    margin: 0;
    ;
}

.news__item a {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.date{
    flex: 0 0  auto;
    width: auto;
    margin-right: 11px;

}

.label{
    flex: 0 0  auto;
    width: auto;
    background: #f3f3f3;
    text-align: center;
    padding: 5px 11px;
    margin-right: 16px;
}

.text{
    flex: 1;
    white-space: nowrap;
}

.news__button{
    display: block;
    min-width: 126px;
    width: fit-content;
    background: #f3f3f3;
    padding: 6px 22px;
    text-align: center;
    margin: 33px auto;
    white-space: nowrap;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 3%;
}


@media (min-width: 769px){
.news {
    width: 100%;
    height: 500px;
    padding-top: 40px ;
    padding-left: 72px;
    background-color: #fff;
    min-width: 1200px;

}

.news__wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.news__title{
    display: inline-block;
    padding-left: 32px;
}

.h2__news{
    font-size: clamp(24px,2vw,32px);
    text-align: left;
}

.h3__news{
    font-size: 16px;
    align-items: center;

}

.news__item{
    margin-right: -8px;
}

.news__item label text date{
    text-align: center;
}

.news__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    margin-left: 47%;
    }

.news__text{
    padding-top: 20px;
    width: 100%;
    font-size: clamp(14px,2vw,16px)

}

.date{
    flex: 0 0  auto;
    width: auto;
    margin-right: 50px;
    font-size: clamp(14px,2vw,16px);

}

.label{
    flex: 0 0  auto;
    width: auto;
    background: #f3f3f3;
    padding: 5px 10px;
    margin-right: 40px;
    font-size: clamp(14px,2vw,16px)
     
}

.text{
    flex: 1;
    font-size: clamp(14px,2vw,16px)
}

.news__button{
    width: 126px;
    font-size: clamp(14px,2vw,16px);
    background: #f3f3f3;
    padding: 6px;
    text-align: center;
    margin: 40px auto;
}

}
   



.concept{
    width: 100%;
    background-color: #CFE7ED;
    box-shadow: 0px 0px 4px gray;
    position: relative;
    z-index: 0;
    padding-bottom: 32px;
    margin-top: 20px;
}

.concept__title{
   text-align: center;
}


.h2__concept{
    font-size: max(2.4rem,12px);
    color: #333;
    max-width: 1200px;
    
}

.h3__concept{
    font-size: max(1.6rem,12px);
    color: #333;
    width: 100%;
    text-align: center;
}

.concept__wrap{
    padding-top: 20px;
    max-width: 1200px;
    padding-left: 20px; 
    padding-right: 20px;
   
}

.concept__pal{
    display: flex;
    justify-content: center;
}


.concept__img{
    width: 100%;
    height: auto;
    padding-top: 48px;
    display: block;
    margin: 0 auto;

}

.concept__text--wrap{
    font-size: max(2rem,12px);
    padding-top: 4rem;
}

.concept__text--title{
    border-top: 1px solid #6D4412 ;
    border-bottom: 1px solid #6D4412;
    width: 37.5rem;
    padding: 4px;
    font-size: 1.6rem;
    width: 100%;
}

.concept__text--title1{
    padding-left: 1.6rem;
    
}

.concept__text--title2{
    padding-left: 1.6rem;
    padding-top: 8px;
}

.concept__text--inner{
    position: relative;
}

.text__inner{
    font-size: 1.4rem;
    padding-top: 8px;
    line-height: 200%;
}

.concept__img2{
    width: 100%;
    position: relative; 

}

.concept__bg{
    width: 72vw;
    max-width: 375px;
    min-width: 270px;
    height: auto;
    position: absolute;
    right: 0;
    top:66%;
   
}

 @media (max-width:768px) {
.concept__img--pc {
    display: none;
}

.concept__bg--pc{
    display: none;
}

}


@media (min-width: 769px){

.concept__bg{
    display: none;
}
    
.concept {
    padding: 20px 20px;
    width:100%;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
  }


.concept__wrap{
    max-width: 1200px;
    margin: 0 auto;

}

.concept_content {
    padding-top: 64px;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.concept__img--pc{
    min-width: 470px;
    height: auto;
    margin-left: 40%;
}


.h2__concept{
    font-size: clamp(24px,2vw,32px);
  }

.h3__concept{
    font-size: 16px;
  }

.concept__img {
    display: none;
}
 

.concept__pal {
    width: 470px; 
    height: 302px; 
}


.concept__text--wrap {
    margin-top: -4rem;
    margin-left: 13%; 
}

.concept__text--title{
    font-size: clamp(20px,2.3vw,24px);
    border-top: 1px solid #6D4412 ;
    border-bottom: 1px solid #6D4412;
    display: flex;
    width: 97%;
    padding: 3px;
    align-items: center;
    white-space: nowrap;
}


.concept__text--title1{
    padding-left: 0.6rem;
    padding-top: 0;

}

.concept__text--title2{
    padding-left: 0;
    padding-top: 0;
}

.text__inner{
    font-size: 16px;
    line-height: 1.8;
    max-width: 91%;
    white-space: normal;
    margin-top: 30px;
}

.concept__img--bg{
    display: none;
}

.concept__bg--pc{
    width: 43vw;
    max-width: 558px;
    min-width: 500px;
    height: auto;
    position: absolute;
    top: 22%;
    left: 57%;
   
}
}


    


.features{
    background-color: #fff;
    min-height: auto;
    width: 100%;

}

.features__title{
    text-align: center;
    
}

.features h2{
    font-size: max(2.4rem,12px);
    color: #333;
    
}

.features h3{
    font-size: max(1.6rem,12px);
    color: #333;
    text-align: center;
}


.features__wrap{
    padding-top: 26px;
    margin-right: 16px;
    margin-left: 16px;
}

.features__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.features__img{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.features__img1{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    z-index: 1;
}

.features__item1,
.features__item2,
.features__item3{
    margin: 0 auto;
}

.features__content{
    width: 100%; 
    margin-top: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

.features__heading{
    position: relative;
    padding: 0 5%;
}

.features__title1{
    font-size:1.6rem;
    position: relative;
    white-space: nowrap;
    margin-top: 2rem;
    margin-left: 8%;
    display: inline-block;

}

.features__title1::before{
    content: "";
    position: absolute;
    background-image:url(../images/features-01-sp.png);
    width: clamp(35px, 8vw, 65px);
    aspect-ratio: 90 / 80;
    left: -20%; 
    top: 54%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.features__title1::after{
    content: "";
    position: absolute;
    width: clamp(111px, 30vw, 242px);
    aspect-ratio: 126 / 75;
    left:91%;
    bottom: -67%;
    background-image:url(../images/features--ordermade.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


.features__text1{
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    margin-top: 2rem;

}


.features__img2{
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.features__title2{
    font-size:1.6rem;
    position: relative;
    white-space: nowrap;
    margin-top: 2rem;
    margin-left: 13%;
    display: inline-block;
}

.features__title2::before{
    content: "";
    position: absolute;
    background-image: url(../images/features-02-sp.png);
    width: clamp(38px, 8vw, 65px);
    aspect-ratio: 90 / 80;
    left: -18%; 
    top: 60%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.features__title2::after{
    content: "";
    position: absolute;
    width: clamp(89px, 23vw, 165px);
    aspect-ratio: 126 / 75;
    left: 84%;
    bottom: -37%;
    background-image:url(../images/features-relax.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


.features__text2{ 
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding-top: 2rem;
    display: inline-block;

}

.features__img3{
    width:100%;
    height: auto;
    margin: 0 auto;
}


.features__title3{
    font-size:1.6rem;
    white-space: nowrap;
    margin-top: 3rem;
    margin-left: 11%;
    z-index: 1;
    position: relative;
}

.features__title3::before{
    content: "";
    position: absolute;
    left: -13%;
    top:-8px;
    background-image: url(../images/features-03-sp.png);
    width: clamp(38px, 8vw, 65px);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}

.features__title3::after{
    content: "";
    position: absolute;
    top: -10px;
    background-image:url(../images/features-shampoo.png) ;
    width: clamp(119px, 26vw, 199px);
    aspect-ratio: 119 / 64;
    left: 64%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


.features__text3{ 
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding-top: 2rem;
    display: inline-block;

}






@media (max-width:768px) {
.features__img1--pc,
.features__img2--pc,
.features__img3--pc{
    display: none;
    }
 }


@media (min-width: 769px) {

.features__img1,
.features__img2,
.features__img3{
    display: none;
}


.features {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    min-width: 1200px;
}

.features__wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.features h2 {
    font-size: clamp(20px,2vw,32px);
}

.features h3 {
    font-size: clamp(14px,2vw,16px);
    text-align: center;
}

.features__list {
    display: flex;
    flex-direction: column;
    gap:80px;
    padding-top: 60px;
    margin: 0 auto;
}

.features__item1,
.features__item2,
.features__item3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
}

.features__item2 {
    flex-direction: row-reverse;
}

.features__img1--pc,
.features__img2--pc,
.features__img3--pc {
    display: block;
    width: 450px;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
}

.features__content {
    max-width: 372px;
}

.features__heading {
    position: relative;
    margin-bottom: 24px;
}

.features__title1 {
    font-size: 20px;
    margin-left: 62px;
    margin-top: 0px;
}

    
.features__title1::before{
    background-image: url(../images/feartures-01-pc.png);
    position: absolute;
    top: 42%;
    left: -32%;
    width: 135px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.features__title1::after{
    position: absolute;
    top: -62px;
    left: 87%;
    width: 170px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    content: "";
}


.features__title2{
    font-size: 20px;
    margin-left: 58px;
    margin-top: -67px;

}


.features__title2::before{
    background-image: url(../images/features-02-pc.png);
    position: absolute;
    top: 41%;
    left: -26%;
    width: 135px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

}


.features__title2::after {
    background-image:url(../images/features-relax.png);
    position: absolute;
    top: 5px;
    left: -208px;
    width: 160px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    content: "";
}



.features__title3{
    font-size: 20px;
    margin-left: 70px;
    margin-top: -58px;

}


.features__title3::before{
    background-image: url(../images/features-03-pc.png);
    position: absolute;
    top: -73%;
    left: -27%;
    width: 135px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

    

.features__title3::after {
    background-image: url(../images/features-shampoo.png);
    position: absolute;
    top: -25px;
    left: 300px;
    width: 160px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    content: "";
}

    
    
.features__text1,
.features__text2,
.features__text3 {
    font-size: 16px;
    line-height: 200%;
    color: #6D4412;

}
}

    





.service {
    text-align: center;
    background-color: #fff;
    margin: 60x 0;
    margin: 0 auto;
}

.service__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.service h2{
    font-size: max(2.4rem,12px);
    align-items: left;
    color: #333;
}

.service h3{
    text-align: center;
    color: #333;
}



.service__card1{
    position: relative; 
    width: 100%; 
    margin: 0 auto;
}

.service__image{
    padding: 20px;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
}

.service__content1{
    position: absolute;
    top :41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
  
}

.service__title1{
    font-family: serif;
    font-size: max(2rem,14px);
    font-weight: bold;

}

.service__content1 hr{
    width: 7%;           
    margin: 10px auto; 
    border: none;        
    border-top: 1px solid #555; 

}

.service__text1{
    font-size: 1.4rem;
}



.button1{
    height: 2.4rem;
    width: 3.5rem;
    margin-left: 71%;
    margin-bottom: -41%;
    transform: translate(-50%,-50%);
}

.service__card2{
    position: relative; 
    width: 100%; 
    margin: 0 auto;
}

.service__content2{
    position: absolute;
    top :41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
  
}

.service__title2{
    font-family: serif;
    font-size: max(2rem,14px);
    font-weight: bold;

}

.service__content2 hr{
    width: 7%;           
    margin: 10px auto; 
    border: none;        
    border-top: 1px solid #555; 

}

.service__text2{
    font-size: 1.4rem;
}



.button2{
    height: 2.4rem;
    width: 3.5rem;
    margin-left: 71%;
    margin-bottom: -41%;
    transform: translate(-50%,-50%);
}

.service__card3{
    position: relative; 
    width: 100%; 
    margin: 0 auto;
}

.service__content3{
    position: absolute;
    top :41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
  
}

.service__title3{
    font-family: serif;
    font-size: max(2rem,14px);
    font-weight: bold;

}

.service__content3 hr{
    width: 7%;           
    margin: 10px auto; 
    border: none;        
    border-top: 1px solid #555; 

}

.service__text3{
    font-size: 1.4rem;
}



.button3{
    height: 2.4rem;
    width: 3.5rem;
    margin-left: 71%;
    margin-bottom: -41%;
    transform: translate(-50%,-50%);
}



@media (min-width: 769px){
    
.service {
    height: auto; 
    padding: 100px 20px 130px;
    min-width: 1200px;
    margin: 0 auto;
}

.service__wrap{
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.service__title{
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}


.service h2 {
    font-size: clamp(24px,2vw,32px);
}

.service h3 {
    font-size: clamp(14px,1vw,18px);
    text-align:center;
    width: 100%;
}

.service__list {
    display: flex;
    justify-content: center; 
    gap: 4vw; 
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto; 
    padding-top: 63px;
}

.service__card1,
.service__card2,
.service__card3 {
    flex: 1;
    max-width: 380px; 
    margin: 0; 
}

.service__image {
    padding: 0; 
    border-radius: 8px; 
}


.service__content1,
.service__content2,
.service__content3 {
    top: 41%; 
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    box-sizing: border-box; 
}

.service__title1,
.service__title2,
.service__title3 {
    font-size: clamp(14px,3vw,24px); 
    color: #574835;
}


.service__text1,
.service__text2,
.service__text3 {
    font-size: clamp(14px,3vw,18px); 
}

    
.button1, .button2, .button3 {
    position: absolute;
    bottom: -138px; 
    right: 30px; 
    transform: none; 
    margin: 0; 
    height: auto; 
    width: 50px;
    z-index: 10;
}
}





.contact__access{
    width: 100%; 
    background-color:#CFE7ED ; 
    display: block;
    position: relative;
    z-index: 1;
}

.contact__access::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    z-index: 1;
    background-image: 
    linear-gradient(135deg, #fff 25%, transparent 25%) ,
    linear-gradient(225deg, #fff 25%, transparent 25%);
    background-size: 2.8rem 2.6rem;
    background-repeat: repeat-x;
}

.contact__title{
    padding-top: 8px;
    
}


.contact__access h2{
    margin-top: 40px;
    font-size: clamp(24px,3vw,32px);
    text-align: center;
    color: #333;
}

.contact__access h3{
    font-size: clamp(14px,3vw,16px);
    text-align: center;
    color: #333
    
}


.logo__area {
    display: flex;
    align-items: center;
    margin-bottom: 8px; 
    margin-left: 16px;
    margin-top: 32px;
    gap:12px;
}

.logo__link {
    display: flex;
    align-items: center;
    text-decoration: none; 
    color: inherit; 
}

.pooch-pal__logo {
    width: 8.0rem; 
    height: auto;
    margin:0 10px;
}

.pooch-pal__text {
    font-size: 2.0rem;
    font-weight: bold;
    color:#6D4412;
    letter-spacing: 0.5px;
}

.info__table {
    margin-bottom: 40px; 
}

.info__row {
    display: flex;
    align-items: center; 
    padding: 8px 0 2px 0; 
    border-bottom: 1px solid #6D4412; 
    position: relative;
    font-size: 1.4rem;
    white-space: nowrap;
    gap:22px;
}

.info__row::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 56%;
    width: 7px; 
    height: 6px;
    background-color:#5EACC2; 
    border-radius: 50%;
}

.info__label {
    flex-basis: 70px;
    margin-left: 36px; 
    margin-top: 3px;
    color: #6D4412;
}

.info__label1 {
    flex-basis: 70px; 
    margin-left: 36px; 
    margin-top: 8px;
    color: #6D4412;
    white-space: nowrap;
}
.info__value {
    flex-grow: 1;
    margin-top: 3px;
}

.info__value1 {
    flex-grow: 1;
    margin-top: 22px;
}

.info__value br {
    line-height: 1;
    left: 20px;
}


.map__wrap {
    width: 100%;
    height: 240px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.map{
    position: relative;
}

.map__POOCH-PAL{
    font-size: 14px;
    position: absolute;
    color: red;
    font-weight: bold;
    left:52%;
    top:-131px;

}

.map__wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}



.contact__button--wrap {
    text-align: center;
    margin-top: 40px; 
    width: 100%;
 
}

.contact__button--bg{
    display: inline-flex; 
    align-items: center;
    justify-content: space-between;
    background-color:#5EACC2; 
    color: #fff;
    padding: 21px 32px;
    border-radius: 50px; 
    text-decoration: none;
    width: 300px;
    box-shadow: 0 4px 10px rgba(136, 192, 208, 0.4);
    margin-bottom: 40px;
}

.contact__button--text {
    font-size: 16px;
    font-weight:lighter;
    position: relative;
    left: -5px;
    white-space: nowrap;
}

.arrow{
    width:22px ;
    height: auto;
    margin-right: -7%;

}

.contact__button:hover {
    background-color: #7ab8cb; 
}


    

@media  (min-width: 769px) {

.contact__title{
    padding-top: 8px;
    display: inline-block;
}

.contact__access {
    padding: 80px 40px;
    min-width: 1200px;
    margin: 0 auto;
}

.contact__access::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 1;
    background-image: 
    linear-gradient(135deg, #fff 25%, transparent 25%) ,
    linear-gradient(225deg, #fff 25%, transparent 25%);
    background-size: 5% 207%;
    background-repeat: repeat-x;
}


.contact__access--wrap{
    max-width: 1200px;
    margin: 0 auto;
    position: static;
}

.contact__access--container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;   
    margin-top: 56px;
    gap:47px;
}


.logo__area {
    display: flex;
    align-items: center;
    margin-bottom: -2px; 
    margin-left: -16px;
}

.poochpal-logo {
    width: 113px; 
    height: 75px;
    margin:0 10px;
    position: absolute;
    right: 36%;
    top:0%;
}

.pooch-pal__text {
    font-size: clamp(20px,3vw,24px);
    font-weight: bold;
    color:#6D4412;
    letter-spacing: 0.5px;
    position: absolute;
    top:4.5%;
    right:25% ;
}

.info__table{
    margin-bottom: 40px;
    margin-top: -5px;
}


.info__row {
    display: flex;
    align-items: center; 
    padding: 33px 0 4px 0; 
    border-bottom: 1px solid #6D4412; 
    position: relative;
    font-size: clamp(16px,3vw,24px);
    width: 32vw;
    max-width: 495px;
    min-width: 400px;
    color: #6D4412;
}

.info__row::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 68%;
    width: 8px; 
    height: 6px;
    background-color: #88c0d0; 
    border-radius: 50%;
}


.map__POOCH-PAL{
    font-size: clamp(14px,3vw,16px);
    position: absolute;
    color: red;
    font-weight: bold;
    top: -273px;

}

.info__label{
    white-space: nowrap;
    flex-basis:100px;
}


.info__value1{
    flex-grow: 1;
    margin-top: 40px;
    padding-left: 27px;
    white-space: nowrap;
}

.map__wrap{
    width: 650px;
    height: 521px;   
    flex-shrink: 0; 
}

.contact__info{
    width: 500px;
    display: flex;
    flex-direction: column;
}


.contact__button--bg{
    display: inline-flex; 
    align-items: center;
    justify-content: space-between;
    background-color:#5EACC2; 
    color: #fff;
    padding: 25px 52px;
    border-radius: 50px; 
    text-decoration: none;
    width: 100%;
    max-width: 444px;
    box-shadow: 0 4px 10px rgba(136, 192, 208, 0.4);
    position:static;
}

.contact__button--text {
    font-size: clamp(20px,3vw,24px);
    font-weight:lighter;
    position: relative;
    left: -5px;
}

.poochpal-logo,
.pooch-pal__text{
    position: static;
}

.contact__button--wrap{
    margin-top: 40px;
    text-align: left;
}

 
}



.footer__wrap{
    height: 50px;
    width: 100%;
    background-color: #25437F;
}

.footer__text{
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 12px;
}

@media (max-width:768px) {
.footer__pc{
    display: none;
}

}

@media (min-width:769px){
    
.footer__pc{
    min-width: 1200px;
    height: auto;
    min-height: 317px;
    position: static;
    background-color: #25437F;
    margin: 0 auto;
    padding: 147px 20px 20px;
}

.footer {
    display: none;
}


.footer__container{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
    
.logo--pc {
    width: 150px;
    height: 100px;
}

.footer__nav{
    margin-left: 0;

}
    
.nav__list {
    list-style: none;
    display: flex;
    gap: 64px;
    color: #fff;
    font-family: 'inter';
    font-weight: normal;
    margin: 0 auto;
    margin-left: 15rem;
}

.nav__list a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;


}


.en__text {
    font-size: clamp(14px,2vw,20px); 
  
}


.jp__text {
    font-size: clamp(14px,2vw,16px);
    white-space: nowrap; 
}


.reserve__button {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 20px 20px 20px 30px;
    white-space: nowrap; 
 
  
}

.reserve__button:hover {
    background-color: #f5f5f5;
}
.arrow__pc{
    height: 4px;
    width: 20px;
    margin-left: 2.5rem;
    margin-bottom: 7px;

}

.copy{
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 28px;
    font-weight: lighter;
}
}