html {
    font-size: 1vw;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 1.3333333333vw;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 10px;
    }
}

.disp_pc {
    display: block;
}

.disp_sp {
    display: none;
}

.content a:hover {
    opacity: 0.7;
}

.content .main {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.5rem 0 1.7rem;
}

.content .main.food {
    padding: 2.7rem 0 1.7rem;
}

.content .main.food nav {
    margin: 0 0 5.5rem;
}

.content .main.food section.food {
    margin: 0 auto 3.5rem;
}

.content .main.food .list li p:nth-of-type(1) {
    margin: 0;
}

.content .main_inner {
    width: 92rem;
    margin: 0 auto;
}

.content nav {
    margin: 0 0 4.2rem;
}

.content nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.8rem;
}

.content nav li {
    width: 25%;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.content nav li::after {
    content: "";
    background-color: #c30d23;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.content nav li:nth-of-type(1) img {
    width: 10.4rem;
}

.content nav li:nth-of-type(1)::before {
    content: "";
    background-color: #c30d23;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.content nav li:nth-of-type(2) img {
    width: 15.1rem;
}

.content nav li:nth-of-type(3) img {
    width: 11.9rem;
}

.content nav li:nth-of-type(4) img {
    width: 14.2rem;
}

.content nav p {
    width: 18rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    border: 2px solid #000;
}

.content nav p a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    position: relative;
    padding: .5rem 0;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
}

.content nav p a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 0;
}

.content h2 {
    margin: 0 0 2.3rem;
}

.content section {
    margin: 0 0 5.5rem;
}

.content section.bungu {
    margin: 0 0 .6rem;
}

.content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content .list_item {
    width: 30.435%;
    margin: 0 4.348% 4.3rem 0;
}

.content .list_item:nth-of-type(3n) {
    margin: 0 0 4.3rem;
}

.content .list_item_img {
    margin: 0 0 .7rem;
}

.content .list_item p {
    font-weight: bold;
    letter-spacing: 0;
}

.content .list_item p:nth-of-type(1) {
    font-size: 1.3rem;
    line-height: 1.385em;
    margin: 0 0 1.6rem;
}

.content .list_item p:nth-of-type(1).m0 {
    margin: 0;
}

.content .list_item p:nth-of-type(2) {
    font-size: 1.6rem;
    text-align: right;
}

.content .list_item p:nth-of-type(2) span {
    margin: 0 0 0 .5em;
}

.content .junji {
    margin: 0 0 2.6rem;
}

.content .junjikeisai {
    margin: 0 0 2.6rem;
    text-align: center;
}

.content .junjikeisai b {
    font-size: 4rem;
}

.content .btn {
    display: block;
    margin: 0 0 2.6rem;
}

.content .btn_return {
    width: 36rem;
    margin: 0 auto;
    background-color: #c30d23;
}

.content .btn_return a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    position: relative;
    padding: 1.35rem 0;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.content .btn_return a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: .7em;
}

.content .btn_top {
    position: relative;
    font-size: 1.6rem;
    text-align: right;
    letter-spacing: 0;
    margin: 0 2.1rem 0 0;
}
.content .btn_top a{
    color: #000;
    text-decoration: none;
}

.content .btn_top::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 -.3rem -.5rem 0;
    background: url(../img/pagetop.svg) no-repeat;
    background-size: contain;
}

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

    .disp_sp {
        display: block;
    }

    .content .main {
        padding: 0 0 1.7rem;
    }

    .content .main.food section.food {
        margin: 0 auto 3.5rem;
    }

    .content .main.food .list li p:nth-of-type(1).mb {
        margin: 0 0 1.4rem;
    }

    .content .main_inner {
        width: 100%;
    }
    
    .content .main.food nav {
        margin: 0 0 2.5rem;
    }

    .content nav {
        margin: 0 0 3rem;
    }

    .content nav ul {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 2.2rem;
    }

    .content nav li {
        width: 50%;
        height: 8rem;
        border-bottom: .2rem solid #c30d23;
    }

    .content nav li a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content nav li img {
        margin: .7rem 0 0 1.4rem;
    }

    .content nav li::after {
        display: none;
    }

    .content nav li:nth-of-type(1) {
        border-top: .2rem solid #c30d23;
        border-right: .2rem solid #c30d23;
    }

    .content nav li:nth-of-type(1) img {
        width: 32.2rem;
    }

    .content nav li:nth-of-type(1)::before {
        display: none;
    }

    .content nav li:nth-of-type(2) {
        border-top: .2rem solid #c30d23;
    }

    .content nav li:nth-of-type(2) img {
        width: 33.4rem;
    }

    .content nav li:nth-of-type(3) {
        border-right: .2rem solid #c30d23;
    }

    .content nav li:nth-of-type(3) img {
        width: 32.7rem;
    }

    .content nav li:nth-of-type(4) img {
        width: 33.4rem;
    }

    .content nav p {
        width: auto;
        text-align: right;
        background: none;
        border: none;
        margin: 0 3.5rem 0 auto;
    }

    .content nav p a {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 1.3rem;
        padding: 0;
        font-weight: bold;
        text-decoration: underline;
    }

    .content nav p a::after {
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        right: -1.3rem;
        top: 34%;
    }

    .content h2 {
        margin: 0 0 3.1rem;
    }

    .content section {
        width: 90%;
        margin: 0 auto 5.5rem;
    }

    .content section.bungu {
        margin: 0 auto 1.1rem;
    }

    .content .list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content .list_item {
        width: 47.693%;
        margin: 0 0 2rem;
    }

    .content .list_item:nth-of-type(3n) {
        margin: 0 0 2rem;
    }

    .content .list_item_img {
        margin: 0 0 .2rem;
    }

    .content .list_item p:nth-of-type(1) {
        font-size: 1rem;
        line-height: 1.4em;
        margin: 0;
    }

    .content .list_item p:nth-of-type(1).mb {
        margin: 0 0 2.5rem;
    }

    .content .list_item p:nth-of-type(2) {
        font-size: 1.15rem;
    }

    .content .list_item p:nth-of-type(2) span {
        margin: 0 0 0 .5em;
    }

    .content .btn {
        margin: 0 0 10.6rem;
    }

    .content .btn_return {
        width: 25.4rem;
    }

    .content .btn_return a {
        font-size: 1.25rem;
        padding: 1rem 0;
    }

    .content .btn_return a::after {
        width: 0.8rem;
        height: 0.8rem;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        right: .9em;
    }

    .content .btn_top {
        font-size: 1.5rem;
        margin: 0 2.1rem 0 0;
    }

    .content .btn_top::before {
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 -.3rem -.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .content .junjikeisai b {
        font-size: 2.5rem;
    }
    
}
