@charset "utf-8";
html{
    font-size: 62.5%;/* Fontsizeを10pxに設定 以下remにてsize指定*/
    line-height:1.6;
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
    color: #706a67;
    font-weight: normal;
    background-color: #fff;
    width: 80%;
    max-width: 1014px;
    margin: 0 auto;
}

main{
    margin: 16rem 0;
}


div{
    margin: 12rem 0;
}

hr{
    width: 80%;
    margin: 6rem auto;
    background-color : #706a67;
}


h1{
    font-size: 5.6rem;
}

h1.dear{
    font-size: 4rem;
    margin-bottom: 4.8rem;
}

h2{
    font-size: 4.8rem;
}

h3{
    font-size: 4rem;
}

h4{
    font-size: 3.2rem;
}

p{
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;
}

address{
    font-size: 1.6rem;
}

.center{
    text-align: center;
}

@media screen and (min-width:1024px) {

    main{
        margin: 10rem 0;
    }

    div{
        margin: 6rem 0;
    }

    hr{
        margin: 6rem auto;
    }

    h1{
        font-size: 4rem;
    }

    h1.dear{
        font-size: 2.4rem;
        margin: 4.8rem 0;
    }
    
    h2{
        font-size: 3.2rem;
    }
    
    h3{
        font-size: 2.4rem;
    }
    
    h4{
        font-size: 1.8rem;
    }
    
    p{
        font-size: 1.6rem;
        line-height: 3.2rem;
        margin-bottom: 1.2rem;
    }
    
    address{
        font-size: 1.2rem;
    }
        
}

