
/*=========================================================================================================
共通
=========================================================================================================*/
html {
    font-family: "Zen Old Mincho", serif;
    font-weight: 100;
    line-height: 1.8;
    color: #424242;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 100;
}

.noto-sans {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

main {
    overflow: hidden;
}

.sp,.tab {
    display: none;
}


.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

figure {
    position: relative;
}

.cap_txt {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    line-height: 1;
}

.cap_R {
    right: 10px;
}

.cap_L {
    left: 10px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

.inner {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
}
.inner-1400 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

a[href^="tel"] {
    pointer-events: none;
}


@media only screen and (max-width: 1024px) {

    .pc_only {
        display: none;
    }

    .tab {
        display: block;
    }

}

@media only screen and (max-width: 768px) {


    .pc,.tab {
        display: none;
    }

    .sp {
        display: block;
    }

    a[href^="tel"] {
        pointer-events: unset;
    }

    .no-scroll {
        overflow: hidden;
    }

}
