@charset "UTF-8";

/* @font-face {
    font-family: 'Zen Old Mincho';
    src: url('../font/Zen_Old_Mincho/ZenOldMincho-Regular.ttf') format('truetype'),
    url('../font/Zen_Old_Mincho/ZenOldMincho-Medium.ttf') format('truetype'),
    url('../font/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf') format('truetype'),
    url('../font/Zen_Old_Mincho/ZenOldMincho-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Libre Caslon Display';
    src: url('../font/Libre_Caslon_Display/LibreCaslonDisplay-Regular.ttf') format('truetype');
    font-display: swap;
} */

html {
}
body {
    background-color: #fff;
    /*font-family: 'Avenir','Noto Sans JP','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','游ゴシック','Yu Gothic','ＭＳ Ｐゴシック',sans-serif;*/
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 16px;
        line-height: 1.95rem;
        letter-spacing: 0.03rem;
    }
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.85rem;
        letter-spacing: 0;
    }
    .pc {
        display: none;
    }
}

.main {
    margin: 0;
    padding: 0;
}
.wrapper {
    margin: 0;
    padding: 0;
}
.section {
    padding: 100px 0;
    margin: 0;
}
.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
a {
    color: #000;
    text-decoration: none;
    transition-duration: 0.3s;
}
/*a:hover {
    opacity: 0.7;
}*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
small {
    font-size: 80%;
}

h1, h2, h3, h4, h5 {
    color: #000;
    letter-spacing: 0.08rem;
}
h1 {
    font-size: 2.7rem;
    line-height: 1.15;
}
h2 {
    font-size: 2.25rem;
    line-height: 1.3;
}
h3 {
    font-size: 1.5rem;
    line-height: 1.45;
}
h4, h5 {
    font-size: 1rem;
    line-height: 1.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.col_2, .col_3, .col_4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.col_2 > li {
    width: calc(50% - 30px);
    margin-bottom: 40px;
}
.col_2 li:nth-child(2n+1) {
    margin-right: 60px;
    margin-bottom: 40px;
}
.col_3 > li {
    width: calc(33.33% - 20px);
}
.col_4 > li {
    width: calc(25% - 22.5px);
}
.col_3 > li,
.col_4 > li {
    margin-right: 30px;
    margin-bottom: 30px;
}
.col_3 > li:nth-child(3n),
.col_4 > li:nth-child(4n) {
    margin-right: 0;
}
.col_3 > li img,
.col_4 > li .img {
    margin-bottom: 20px;
}

.copyright {
    font-size: 0.8rem;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}