@charset "utf-8";

/*----------------------------------------------------
 elements
 ----------------------------------------------------*/

body {
    font-size: 100%;
    /* font-family: a-otf-ryumin-pr6n, serif; */
    font-family: 'Noto Serif JP', serif;
    /* font-family: 'Zen Old Mincho', serif; */
    font-weight: 300;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    letter-spacing: 0;
    line-height: 1.5;
    color: #040000;
    position: relative;
}

a {
    color: #040000;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

a[href^="tel"] {
    pointer-events: none;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

span {
    vertical-align: baseline;
}