@charset "utf-8";
  body {
    font-family: "Noto Sans JP", sans-serif;

    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .c-cv a:hover {
    opacity: 1.0;
  }
@media screen and (min-width: 813px) {
    .c-cv {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 220px;
        width: 146px;
        background-color: #333333;
        z-index: 9999;
    }
    a {
        text-decoration: none;
        color: currentColor;
    }
    .c-cv__reservation {
        display: block;
        border: 10px solid #333;
        background-color: #eb5e00;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .c-cv__link {
        display: block;
        /* height: 40px; */
        position: relative;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .c-cv__reservation-icon {
        width: 20px;
        margin: auto;
    }
    .c-cv__link-icon {
        position: absolute;
        left: 17px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .c-cv__link-label {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4166666667;
        color: #fff;
        padding-left: 45px;
        letter-spacing: 0;
    }
    .c-cv__reservation-label {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4166666667;
        text-align: center;
        color: #fff;
        margin-top: 6px;
    }
    .c-cv__link-icon--materials {
        width: 18px;
        height: 21px;
    }
    .c-cv__link-icon--contact {
        width: 18px;
        height: 18px;
    }
    .c-cv__nav-item + .c-cv__nav-item {
        border-top: 1px solid #707070;
    }
}
@media screen and (max-width: 812px) {
    .c-cv {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #333333;
        z-index: 9999;
        display: grid
;
        grid-template-columns: repeat(4, 1fr);
        transition: 0.25s;
    }
    .c-cv.active {
        opacity: 1;
        pointer-events: all;
    }
    .c-cv__reservation {
        display: block;
        border: 5px solid #333;
        background-color: #eb5e00;
        padding-top: 8px;
        padding-bottom: 12px;
    }
    .c-cv__reservation-icon{
        width: 20px;
        margin: auto;
    }
    .c-cv__reservation-label {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4166666667;
        text-align: center;
        color: #fff;
        margin-top: 3px;
    }
    .c-cv__link-label {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4166666667;
        text-align: center;
        color: #fff;
        margin-top: 5px;
    }
    .c-cv__nav-item + .c-cv__nav-item {
        border-left: 1px solid #707070;
    }
    .c-cv__link {
        display: block;
        position: relative;
        padding-top: 17px;
    }
    .c-cv__link-icon {
        margin: auto;
        height: 24px;
    }
    .c-cv__link-icon--materials {
        width: 18px;
        padding-top: 2px;
        padding-bottom: 1px;
    }
    .c-cv__link-icon--contact {
        width: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .c-cv__nav-item + .c-cv__nav-item {
        border-left: 1px solid #707070;
    }

}