@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
div,
img,
a {
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    font-feature-settings: "palt";
    font-family:'Libre Baskerville','Noto Serif JP', serif;
    color:#292929;
    scroll-behavior: smooth;
}

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

a {
    text-decoration: none;
    border: none;
    color: inherit;
    pointer-events:auto;
}

main {
    background: #F9F9F9;
}
.disabled-tel-link {
    cursor: default !important;
}
/* ホバー時のツールチップを非表示にする */
a[href^="tel:"]::after {
    content: none !important;
}