@media screen and (max-width: 767px){
header{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    height: 35px;
}
.header-logo a {
    width: auto;
    display: inline-block;
    padding:0;
    box-sizing: border-box;
}
.header-logo img {
    width: 100%;
    max-width: 120px;
    height: 35px;
    object-fit: contain;
}
.container{
    padding-top: 35px; 
}
.target-btn{
    display: none;
}
.target-btn_sp{
    position: fixed;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    height:70px;
    bottom: 0;
    z-index: 999999;
    width: 100%;

}
.target-btn_sp img{
    width: 25px;
    height: auto;
    object-fit: contain;
}
.target-btn_sp a{
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.contact-tel{
background: #56d1d8;
}
.contact-web{
background: #ff8caa;
}
.contact-line{
background: #00B900;
}
.container-inner{
    margin-bottom: 70px; 
}
#slider1 p, #slider2 p{
  padding: 0 20px 20px;
    text-align: justify;
    font-size: 14px;  
}
.popup-wrapper{
       z-index: 9999999; 
}
}