/*
Theme Name: watersmile
*/

body{
    font-family: "Noto Sans JP", sans-serif;
}

h2{
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

main{
    width: 100%;
    height: auto;
}

main img{
    width: 100%;
    height: auto;
}

footer {
    width: 100%;
    height: auto;
    line-height: 0;
}

footer img{
    width: 100%;
    height: auto;
}

#top{
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (min-width:980px) {
    .sp{
        display: none;
    }

    header .contactimg{
        width: 380px;
        height: auto;
    }
    
    header a{
        padding: 0;
        margin: 0;
        line-height: 0;
    }
    
    .logo{
        width: 100px;
        height: auto;
        margin-left: 25px;
    }

    .contact_blok{
        width: 100%;
        height: auto;
        text-align: center;
        margin: 50px 0;
    }
    
    .wpcf7-spinner{
        display: none;
    }
    
    .blok{
        width: 400px;
        height: auto;
        background-color: #F2F2F2;
        margin: 30px auto;
        padding: 30px;
    }
    
    .blok label{
        display: flex;
        font-size: 12px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    .wpcf7-form-control-wrap {
        margin-left: 15px;
    }
    
    .yellow{
        background-color: orange;
        color: white;
        height: 12px;
        padding: 3px 5px;
        font-size: 8px;
        margin: 0 0 0 auto;
        border-radius: 2px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    .green{
        background-color: green;
        color: white;
        height: 12px;
        padding: 3px 5px;
        font-size: 8px;
        margin: 0 0 0 auto;
        border-radius: 2px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    input{
        border: 0;
        width: 250px;
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
        appearance: none;
        -webkit-appearance: none;
    }
    
    textarea{
        border: 0;
        resize: none;
        width: 250px;
        height: auto;
        font-size: 16px;
        appearance: none;
        -webkit-appearance: none;
    }
    
    input[type="submit"]{
        background-color: #079100;
        border-radius: 3px;
        color: white;
        width: 300px;
        height: auto;
        padding: 20px 0;
        font-size: 16px;
        margin-top: 30px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .contact_btn{
        width: 30%;
        height: auto;
        position: absolute;
        top: 96%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
    }
    
}
@media screen and (max-width:980px) {
    .pc{
        display: none;
    }

    header .contactimg{
        width: 100%;
        height: auto;
    }
    
    header a{
        width: 70%;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    h1{
        width: 19%;
    }
    
    .logo{
        width: 100%;
        height: auto;
        margin-left: 5px;
    }

    .contact_blok{
        width: 100%;
        height: auto;
        text-align: center;
        margin: 50px 0;
    }
    
    .wpcf7-spinner{
        display: none;
    }
    
    .blok{
        width: 100%;
        height: auto;
        background-color:#F2F2F2;
        margin: 30px auto;
        text-align: left;
        padding: 30px 0 50px;
        position: relative;
    }
    
    .blok label{
        font-size: 14px;
        margin-left: 2.5%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    .yellow{
        background-color: orange;
        color: white;
        height: 12px;
        padding: 3px 5px;
        font-size: 8px;
        margin-left: 3px;
        border-radius: 2px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    .green{
        background-color: green;
        color: white;
        height: 12px;
        padding: 3px 5px;
        font-size: 8px;
        margin-left: 3px;
        border-radius: 2px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
    }
    
    input{
        border: 0;
        width: 90%;
        height: auto;
        font-size: 20px;
        margin-bottom: 2.5px;
        margin-left: 3%;
        appearance: none;
        -webkit-appearance: none;
    }
    
    textarea{
        border: 0;
        resize: none;
        width: 90%;
        height: auto;
        font-size: 20px;
        margin-left: 2.5%;
        appearance: none;
        -webkit-appearance: none;
    }
    
    input[type="submit"]{
        background-color: #079100;
        border-radius: 3px;
        color: white;
        width: 300px;
        height: auto;
        padding: 20px 0;
        font-size: 16px;
        margin-top: 30px;

        position: absolute;
        top: 95%;
        left: 48%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .contact_btn{
        width: 95%;
        height: auto;
        position: absolute;
        top: 97.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
    }
    
}