body {
    margin: 0;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: "iroha 21popura StdN R"; */
    font-weight: 300;
}    

a {
    text-decoration: none;
	color: #000;
}

a:hover{
    opacity: 0.7;
}

.sideNav,
.info,
.contacts,
.caution_title,
footer .logo .text-vertical,
footer .info .cashless .text {
    font-family: "iroha 21popura StdN R";
}

.info_text {
    font-family: 'Noto Sans JP', sans-serif;
}

.info_text,
.caution_sub,
.c_item {
    font-weight: lighter;
}

.contacts .tel a {
    position: relative;
    color: #fff;
}

header .hm_tel a {
    color: #F6E3BD;
}

.contacts .tel a img,
header .hm_tel a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    body {
        font-size: 3.45vw;
    }

    .pc {
        display: none;
    }

    .contacts .tel a img,
    header .hm_tel a img {
        width: 60vw;
    }
    .contents {
    padding-top: 11vh;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .contacts .tel a img,
    header .hm_tel a {
        width: 300px;
    }

    .firstview {
        margin-bottom: 160px;
    }
    
    .firstview .contentWrapper {
        display: grid;
        grid-template-columns: 1fr 1.7fr;
        grid-template-rows: 785px;
        position: relative;
    }

    .firstview .sideNav {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        background: #F6E3BD;
        text-align: right;
    }

    .firstview .imgWrapper {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        position: relative;
    }

    .firstview .sideNav .wrapper {
        text-align: center;
        max-width: 430px;
        margin-left: auto;
    }

    .firstview .sideNav .logoWrapper {
        margin: 80px 0 30px;
        display: inline-block;
    }

    .firstview .sideNav .logoWrapper img {
        width: 164px;
        margin-bottom: 10px;
        display: block;
    }

    .firstview .sideNav .note {
        font-size: 14px;
        margin-bottom: 90px;
    }

    .firstview .sideNav .sn_title {
        color: #918673;
        font-size: 19px;
        margin-bottom: 20px;
    }

    .firstview .sideNav .linksWrapper {
        font-size: 18px;
    }

    .firstview .sideNav .linksWrapper a {
        margin-bottom: 20px;
        display: block;
    }

    .firstview .info {
        max-width: 850px;
        padding: 0 80px;
        margin: 120px auto 0;
    }
}