*{
    margin:0px;
    padding:0px;
}
body{
    font-size:16px;
    overflow-x:hidden;
    background-color:#FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    color:#111111;
}
a{color:#FFFFFF;text-decoration:none;}
a:hover{opacity:0.6;}
img{width:100%;display:inline-block;vertical-align:bottom;}
.sp-br{display:none;}
header{background: #FCFCFA;}
h1{
    width:100%;
    max-width:1000px;
    margin:auto;
}
.h1-text{display:none;}
.contents{
    padding:60px 0px;
    width:100%;
    max-width:1000px;
    margin:auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.soudan{
    border: 4px solid #FFF;
    background: #FEEBBE;
    display: flex;
    max-width: 1000px;
    padding: 14px 10px 4px 10px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.soudan .title{
    width:100%;
    max-width:680px;
    margin:0px auto;
}
.soudan .description{
    display: flex;
    align-items: center;
    margin:auto;
}
.soudan .kazama{
    width:295px;
    padding:0px 20px 0px 30px;
}
.soudan .text{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color:#111111;
    width: 340px;
}
.soudan .img{
    width:270px;
    padding:0px 30px 0px 10px;
}
.catch{
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #036EB5;
    color:#FFF;
    font-size: 20px;
    font-weight:700;
    line-height: normal;
    letter-spacing: 2px;
}
.info{
    padding:60px 0px;
    width:100%;
    max-width:1000px;
    margin:auto;
    display: flex;
    justify-content:center;
}
.info .img{
    width:500px;
    padding:0px 20px 0px 25px;
}
.info .detail{width:430px;}
.info .detail h3{
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.info .detail h3::before{content:"●"}
.info .logo{margin:5px 0px;}
.info .tel{
    width:354px;
    margin:auto;
}
.tel-link{
    color: #111;
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
.tel-link::before{
    content:"";
    width:45px;
    height: 33px;
    aspect-ratio: 15/11;
    background-image: url(./images/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    display:inline-block;
    padding:0px 8px 0px 0px;
}
.info .address{
    color: var(--www-sougi-info-cod-gray, var(--color-grey-7, #111));
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.inquiry{
    width:90%;
    max-width: 600px;
    margin:0px auto 60px auto;
    display: block;
}
.inquiry:hover,.inquiry:active{opacity: 0.6;}
footer{
    background: #808080;
    padding:20px 0px;
}
footer div{
    width:190px;
    margin:auto;
}
@media screen and (max-width: 768px){
    .sp-br{display: block;}
    header{background: #FFF;}
    .h1-text{
        display: block;
        padding:10px 10px 0px 10px;
        max-width:450px;
        margin:auto;
    }
    .contents{
        width:auto;
        max-width:450px;
        padding:15px 10px 23px 10px;
    }
    .soudan{
        padding: 23px 20px 0px 20px;
        gap: 10px;
        border-radius: 10px;
        border: 3px solid #FFF;
    }
    .soudan .description{
        flex-wrap:wrap;
    }
    .soudan .description .img{
        order:1;
        min-width:200px;
        max-width:270px;
        padding:0px;
        margin:auto;
    }
    .soudan .description .text{
        order:2;
        width:100%;
        font-size: 16px;
        line-height: 26px;
        padding:10px 0px;
    }
    .soudan .description .kazama{
        order:3;
        padding:0px;
        max-width:295px;
        margin:auto;
    }
    .catch{
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        text-align:left;
    }
    .info{
        flex-wrap: wrap;
        width:auto;
        padding:20px 20px 10px 20px;
    }
    .info .img{
        width:100%;
        max-width:264px;
        margin:auto;
        padding:0px 0px 20px 0px;
    }
    .info .detail h3{
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        line-height: normal;
    }
    .info .logo{
        margin:20px auto;
        max-width:280px;
    }
    .info .tel{width:279px;}
    .tel-link{
        color: #0D80FD;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        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;
    }
    .info .address{
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        margin:10px 0px 20px 0px;
    }
    .inquiry{margin:0px auto 30px auto}
}