@charset "utf-8";

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

body {
    font-size: 100%;
    /* font-family: a-otf-ryumin-pr6n, 'YuMincho', 'Yu Mincho', '游明朝体', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    /* font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt" !important;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #030303;
    position: relative;
}

input {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

button {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

.flex {
    display: flex;
}

.load-fade.is-show {
    visibility: visible;
    opacity: 1;
}

.load-fade {
    visibility: hidden;
    opacity: 0;
    transition: all 3s;
}

/* responsive */
.pc {
    display: block;
}

.sp {
    display: none;
}



/* inner */
.inner_1200 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.inner_1100 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.inner_1000 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/* caption */
.cap_txt {
    position: absolute;
    bottom: 5px;
    font-size: 11px;
    line-height: 1.2;
}

.cap_R {
    right: 5px;
}

.cap_L {
    left: 5px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

/* notes */
.notes {
    font-size: 12px;
    color: #fff;
    padding: 50px 0 50px 0;
    margin: 0 auto;
}

.notes li {
    text-indent: -1em;
    padding-left: 1em;
}



/* copyright */
.copyright {
    color: #fff;
    font-size: 10px;
    text-align: center;
background: #000;
    padding: 10px 0;
}

/* pagetop */
#pagetop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

#pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(96, 76, 63, .9);
    position: relative;
}

#pagetop a span {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-25%, -50%);
}



/*=======================================
TAB
=======================================*/
@media (max-width: 1180px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }


}

/*=======================================
SP
=======================================*/
@media (max-width: 820px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* pagetop */
    #pagetop {
        right: 10px;
        bottom: 65px;
        width: 50px;
        height: 50px;
    }

    /* note */
    .notes {
        padding: 50px 0 30px 0;
    }

    .view-more {
        justify-content: center;
        margin-top: 30px;
    }

}

/*SPまで電話発信不可*/
@media only screen and (min-width: 768px) {
    a[href*="tel"] {
        pointer-events: none;
    }
}