.h2-shared {
    background: url("../img/personal/menu_icon1.png") no-repeat center top/15vw auto;
    font-size: 6.1vw
}

.h2-shared::before {
    display: none
}

.h2-shared span {
    font-size: 3.7vw;
    letter-spacing: .05em;
    color: #ab9d83;
    font-family: "Cormorant Upright", serif
}

@media screen and (min-width: 1000px) {
    .h2-shared {
        font-size: 36px;
        background-size: auto
    }

    .h2-shared span {
        font-size: 18px
    }
}

#header #key {
    height: 130vw;
    pointer-events: none
}

#header #key .tit1 {
    position: absolute;
    bottom: 30vw;
    left: 6%;
    right: 8%;
    z-index: 1;
    color:#fff;
    font-size:10vw;
    line-height:140%;
}

#header #key .tit2 {
    position: absolute;
    bottom: 2vw;
    animation: right-to-left 50s linear infinite;
    background-image: url("../img/personal/key_tit2.png");
    height: 15vw;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 1;
    width: 100%
}

#header #key #video {
    pointer-events: none
}

#header #key #video #video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

#header #key #video iframe {
    height: 150vw !important
}

@media screen and (min-width: 1000px) {
    #header .logo {
        top: 41px
    }

    #header #key {
        height: 1000px
    }

    #header #key .tit1 {
        bottom: 191px;
        left: calc(50% + 72px);
        right: auto;
        font-size:60px;
    }

    #header #key .tit2 {
        animation: right-to-left 50s linear infinite;
        background-image: url("../img/personal/key_tit2.png");
        height: 90px;
        bottom: 23px;
    }

    #header #key #video iframe {
        height: 1200px !important
    }
}

@media screen and (min-width: 1000px)and (max-width: 1340px) {
    #header #key .tit1 {
        left: auto;
        right: calc(-50vw + 50% + 30px)
    }
}

#lead {
    background: #000;
    color: #d8caa9
}

#lead .wrap {
    padding-top: 15vw;
    background: #100a06
}

#lead .ttl {
    text-align: center;
    font-weight: 500
}

#lead .ttl span {
    line-height: 1.5
}

#lead .ttl span.top {
    display: block;
    font-size: 4vw
}

#lead .ttl span.bottom {
    font-size: 8.5vw;
    display: block;
    margin-top: 1vw
}

#lead .txt {
    margin: 5vw 3vw 0
}

#lead .txt .bottom {
    display: block;
    margin-top: 3vw
}

#lead .photo {
    margin-top: 5vw
}

#reason {
    background: #000;
    color: #fff
}

#reason .ttl {
    text-align: center;
    font-weight: 400;
    padding-top: 5vw
}

#reason .ttl .top {
    font-size: 7vw
}

#reason .ttl .top .big {
    font-size: 9vw
}

#reason .ttl .bottom {
    font-size: 4vw;
    color: #c0aa60;
    display: block;
    margin-top: 2vw
}

#reason .reason-js {
    overflow: hidden;
    position: relative;
    background: #100a06
}

#reason .row {
    padding: 5vw 2vw 10vw
}

#reason .item {
    position: relative;
    padding-bottom: 10vw
}

#reason .photo-gr {
    display: flex
}

#reason .photo1 {
    padding-right: 1vw
}

#reason .num {
    position: absolute;
    top: 57vw;
    left: calc(50% - 40vw);
    font-size: 12vw;
    letter-spacing: -0.05em;
    color: #c0aa60;
    text-shadow: 0 0 5px rgba(0, 0, 0, .4);
    font-style: italic;
    font-weight: 400
}

#reason .ttl2 {
    font-size: 4vw;
    position: absolute;
    bottom: 0;
    right: 3%;
    text-align: right;
    padding: 3vw;
    text-shadow: 0px 0px 3px #000
}

#reason .ttl2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5vw;
    height: 10vw;
    border-top: 1px solid #746c66;
    border-left: 1px solid #746c66
}

#reason .ttl2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5vw;
    height: 10vw;
    border-bottom: 1px solid #746c66;
    border-right: 1px solid #746c66
}

#teacher {
    position: relative;
    padding: 10vw 0 0;
    background: url("../img/personal/teacher_bg_sp.jpg") no-repeat top center/cover;
    color: #fff;
    overflow: hidden
}

#teacher .wrap {
    position: relative
}

#teacher .gr-right {
    position: relative;
    z-index: 3
}

#teacher .ttl {
    text-align: center;
    color: #d8caa9;
    font-size: 6vw
}

#teacher .txt {
    color: #d8caa9;
    margin-top: 5vw
}

#teacher .txt2 {
    margin-top: 10vw;
    padding: 10vw 0 12vw;
    position: relative;
    text-align: center
}

#teacher .txt2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/personal/teacher_deco_top.png") no-repeat top center/100%;
    width: 46vw;
    height: 20vw;
    top: 0
}

#teacher .txt2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/personal/teacher_deco_bottom.png") no-repeat bottom center/100%;
    width: 46vw;
    height: 20vw;
    bottom: 0
}

#teacher .gr-left {
    position: relative;
    margin-top: 15vw
}

#teacher .photo {
    position: relative;
    z-index: 2
}

#teacher .gr {
    border: 1px solid #cfc5ad;
    text-align: center;
    padding: 4vw 2vw;
    max-width: 30vw;
    min-width: 27vw
}

#teacher .gr .ttl2 {
    font-size: 5vw
}

#teacher .gr .name {
    font-size: 2.3vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid #b1a882;
    color: #c6b489;
    letter-spacing: .15em;
    line-height: 1.3;
    margin-top: 2vw
}

#teacher .gr .size {
    margin-top: 3vw;
    display: block;
    font-size: 3vw
}

#teacher .gr1 {
    position: absolute;
    top: -8vw;
    left: 30vw
}

#teacher .gr2 {
    position: absolute;
    top: 70vw;
    right: -2vw
}

#teacher .txt-slide {
    position: absolute;
    bottom: 0;
    animation: right-to-left 50s linear infinite;
    background-image: url("../img/personal/teacher_txt_slide.png");
    height: 15vw;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 2;
    width: 100%;
}

#movie {
    height: 70vw;
    opacity: 0;
    visibility: hidden
}

#movie.open-movie {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1000px) {
    #movie {
        height: 700px
    }
}

#menu {
    background: #000;
    color: #fff
}

#menu .h2-shared {
    padding-top: 10vw
}

#menu .wrap {
    background: #100a06;
    padding-top: 12vw;
    padding-bottom: 12vw;
    border-bottom: 1px solid #5f4c3f
}

#menu h3 {
    font-size: 4.5vw;
    letter-spacing: .15em;
    line-height: 1;
    padding-left: 11%;
    background: url("../img/personal/menu_icon2.png") no-repeat center left/8vw auto
}

#menu .admission-fee {
    border-color: #858177;
    margin-top: 4vw
}

#menu .admission-fee dl {
    border-bottom: 1px solid #858177
}

#menu .admission-fee dl dt {
    background-color: #3c3524;
    border-color: #858177;
    color: #e0d1b5
}

#menu .set1 .row2 .list-class-costs {
    border-color: #858177
}

#menu .set1 .row2 .list-class-costs .item {
    border-color: #858177
}

#menu .set1 .row2 .list-class-costs .item dl dt {
    border-color: #858177;
    color: #e0d1b5
}

#menu .set1 .row2 .list-class-costs .item dl dt span:nth-child(1) {
    background: #3c3524
}

#menu .set1 .row2 .list-class-costs .item dl dd {
    border-color: #858177
}

#menu .set1 .row2 .list-class-costs .item dl dd span {
    color: #e0d1b5
}

#menu .set1 .row2 .list-class-costs .item p {
    color: #e0d1b5
}

@media screen and (min-width: 1000px) {
    #menu {
        padding: 0 0 0;
        border: none
    }

    #menu .wrap {
        padding: 87px 0 112px;
        max-width: 800px;
        box-sizing: border-box;
        border-left: 1px solid #5f4c3f;
        border-right: 1px solid #5f4c3f
    }

    #menu .h2-shared {
        padding-top: 58px;
        letter-spacing: 0
    }

    #menu .h2-shared span {
        margin-top: 29px
    }

    #menu h3 {
        font-size: 24px;
        padding-left: 58px;
        margin-left: -14px;
        letter-spacing: 0;
        background-size: auto
    }

    #menu .admission-fee {
        margin-top: 30px
    }

    #menu .admission-fee dl dt {
        max-width: 171px
    }

    #menu .set1 {
        max-width: 620px;
        margin: 63px auto 0
    }

    #menu .set1 .row1 .admission-fee dl:nth-child(1) dt {
        padding: 17px 0 15px
    }

    #menu .set1 .row1 .admission-fee dl:nth-child(2) dt {
        padding: 19px 0;
        letter-spacing: 0;
        line-height: 24px
    }

    #menu .set1 .row2 .admission-fee {
        margin-top: 32px
    }

    #menu .set1 .row2 .admission-fee dl:nth-child(1) dt {
        padding: 10px 0 14px
    }

    #menu .set1 .row2 .note {
        margin: 32px 0 0 -3px;
        letter-spacing: .09em
    }

    #menu .set1 .row2 .note span {
        letter-spacing: .04em
    }

    #menu .set1 .row2 .note span.note2 {
        margin-left: 31px;
        letter-spacing: .1em
    }

    #menu .set1 .row2 .list-class-costs {
        margin-top: 12px
    }

    #menu .set1 .row2 .list-class-costs .item dl dt {
        max-width: 412px
    }

    #menu .set1 .row2 .list-class-costs .item dl dt span:nth-child(1) {
        padding: 9px 21px 6px 36px
    }

    #menu .set1 .row2 .list-class-costs .item dl dt span:nth-child(2) {
        padding: 7px 0 8px 24px !important;
        letter-spacing: .01em
    }

    #menu .set1 .row2 .list-class-costs .item dl dd {
        padding-top: 15px
    }

    #menu .set1 .row2 .list-note {
        margin: 34px 0 0 1px
    }

    #menu .set1 .row2 .list-note li {
        display: flex
    }

    #menu .set1 .row2 .list-note li:last-child {
        line-height: 25px
    }
}

#flow {
    padding-top: 0;
    background: #000
}

#flow .wrap {
    background: #100a06;
    color: #fff;
    padding-top: 12vw;
    padding-bottom: 15vw
}

#flow .row dl {
    border: 1px solid #858177
}

#flow .row dl dt {
    background: #100a06;
    color: #9c9175
}

#flow .row .txt {
    color: #d8caa9
}

#flow .row .list-note {
    color: #d8caa9
}

#flow .row.row1 .bnr-shared a span::before {
    background-image: url("../img/shared/icon_mail_white.png")
}

#flow .row.row1 .bnr-shared a:hover span::before {
    background-image: url("../img/shared/icon_mail_black.png")
}

@media screen and (min-width: 1000px) {
    #flow {
        padding: 0
    }

    #flow .wrap {
        padding: 75px 0 141px;
        max-width: 800px;
        box-sizing: border-box;
        border-left: 1px solid #5f4c3f;
        border-right: 1px solid #5f4c3f
    }

    #flow .h2-shared {
        padding-top: 53px;
        letter-spacing: .035em
    }

    #flow .h2-shared span {
        margin-top: 34px
    }

    #flow .row {
        max-width: 620px;
        margin: 0 auto
    }

    #flow .row dl dd {
        padding: 13px 0 18px;
        letter-spacing: 0
    }

    #flow .row .bnr-shared {
        margin-top: 30px
    }

    #flow .row .bnr-shared a {
        padding: 11px 0
    }

    #flow .row.row1 {
        margin-top: 60px
    }
}

#recruit .box-parallax {
    padding-bottom: 101px
}

@media screen and (min-width: 1000px) {
    section.content {
        overflow: hidden
    }

    #lead {
        padding: 0 30px;
        box-sizing: border-box
    }

    #lead .wrap {
        max-width: 800px;
        box-sizing: border-box;
        padding: 92px 20px 0;
        border-left: 1px solid #5f4c3f;
        border-right: 1px solid #5f4c3f
    }

    #lead .ttl {
        letter-spacing: .1em
    }

    #lead .ttl span {
        line-height: 60px
    }

    #lead .ttl span.top {
        font-size: 24px
    }

    #lead .ttl span.bottom {
        margin-top: 16px;
        font-size: 60px;
        letter-spacing: -0.05em
    }

    #lead .txt {
        text-align: center;
        margin: 62px auto 36px;
        line-height: 40px
    }

    #lead .txt .bottom {
        display: block;
        margin-top: 40px
    }

    #lead .photo {
        margin: 64px 0 -90px 15px;
        position: relative;
        z-index: 1
    }

    #lead .deco1 {
        position: absolute;
        top: 89px;
        left: -323px
    }

    #lead .deco2 {
        position: absolute;
        top: 637px;
        right: -287px
    }

    #lead .deco3 {
        position: absolute;
        bottom: -148px;
        left: -312px
    }

    #reason {
        background: #000;
        color: #fff;
        padding-top: 70px
    }

    #reason .ttl {
        padding-top: 32px
    }

    #reason .ttl .top {
        font-size: 47.5px
    }

    #reason .ttl .top .big {
        font-size: 71px
    }

    #reason .ttl .bottom {
        font-size: 30px;
        margin-top: 30px
    }

    #reason .wrap {
        width: 800px;
        height: 150vh;
        box-sizing: border-box;
        border-left: 1px solid #5f4c3f;
        border-right: 1px solid #5f4c3f;
        background: #100a06;
        position: absolute;
        top: -71px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        z-index: -1
    }

    #reason .reason-js {
        background: none;
        overflow: visible;
        min-height: 100vh
    }

    #reason .row {
        padding: 71px 0 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: relative;
        width: -moz-max-content;
        width: max-content
    }

    #reason .item {
        position: relative;
        padding: 0;
        width: 100vw
    }

    #reason .photo-gr {
        display: flex;
        justify-content: center
    }

    #reason .photo1 {
        padding-right: 0;
        margin-right: 6px
    }

    #reason .num {
        font-size: 120px;
        top: 590px;
        left: calc(50% - 173px)
    }

    #reason .ttl2 {
        font-size: 24px;
        bottom: 37px;
        right: auto;
        left: calc(50% - 32px);
        padding: 12px 20px;
        line-height: 46px
    }

    #reason .ttl2::before {
        width: 33px;
        height: 58px
    }

    #reason .ttl2::after {
        width: 33px;
        height: 58px
    }

    #reason .deco {
        position: absolute;
        bottom: 38px;
        left: calc(50% + 436px)
    }

    #teacher {
        padding: 140px 0 0;
        background: url("../img/personal/teacher_bg.jpg") no-repeat top center/cover;
        position: relative;
        z-index: 1
    }

    #teacher .wrap {
        max-width: 1200px;
        padding-bottom: 174px
    }

    #teacher .gr-right {
        max-width: 640px;
        margin: 0 0 0 auto
    }

    #teacher .ttl {
        font-size: 44px
    }

    #teacher .txt {
        margin-top: 54px;
        text-align: center;
        line-height: 40px
    }

    #teacher .txt2 {
        margin-top: 47px;
        padding: 80px 0 78px;
        position: relative;
        text-align: center;
        line-height: 40px
    }

    #teacher .txt2::before {
        width: 288px;
        height: 53px
    }

    #teacher .txt2::after {
        width: 288px;
        height: 53px
    }

    #teacher .gr-left {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: -114px
    }

    #teacher .photo {
        position: relative;
        z-index: 2
    }

    #teacher .gr {
        text-align: center;
        padding: 43px 38px 30px;
        max-width: unset;
        min-width: 204px;
        box-sizing: border-box
    }

    #teacher .gr .ttl2 {
        font-size: 26px
    }

    #teacher .gr .name {
        font-size: 10px;
        padding-bottom: 21px;
        margin-top: 14px
    }

    #teacher .gr .size {
        margin-top: 9px;
        font-size: 20px
    }

    #teacher .gr1 {
        position: absolute;
        top: -41px;
        left: 214px
    }

    #teacher .gr2 {
        position: absolute;
        top: 508px;
        right: 7px
    }

    #teacher .txt-deco {
        font-size: 130px;
        bottom: 2px
    }

    #teacher .txt-slide {
        height: 87px;
        background-size: auto;
    }
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {

    #lead .wrap,
    #reason .wrap {
        max-width: 716px
    }

    #reason {
        margin-top: -1px
    }

    #lead .deco1 {
        left: -303px
    }

    #lead .deco3 {
        left: -250px
    }

    #lead .deco2 {
        right: -190px
    }

    #reason .deco {
        right: -300px
    }

    #teacher .gr-left {
        left: -135px;
        width: 610px
    }

    #teacher .photo img {
        max-width: 100%;
        height: auto
    }

    #teacher .gr2 {
        top: 557px;
        right: 27px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1550px) {
    #reason .photo1 {
        width: 250px
    }

    #reason .photo1 img {
        width: 100%;
        height: auto
    }

    #reason .photo2 {
        width: 393px
    }

    #reason .photo2 img {
        width: 100%;
        height: auto
    }

    #reason .ttl2 {
        bottom: -70px
    }

    #reason .num {
        font-size: 80px;
        top: 350px;
        left: calc(50% - 147px)
    }
}

@keyframes right-to-left {
    0% {
        background-position: 2565px center
    }

    100% {
        background-position: 0 center
    }
}

#menulist {
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
    background: #fff;
    position: relative
}

#menulist .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    width: -moz-max-content;
    width: max-content
}

#menulist .row .col-1 {
    display: flex;
    align-items: center;
    background: #7392a4;
    padding: 20vw 20vw 10vw 0;
    position: relative
}

#menulist .row .col-1 .box-1 {
    position: relative;
    margin-right: 25vw
}

#menulist .row .col-1 .box-1 h2 {
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    right: -80px;
    font-size: 85px;
    z-index: 1
}

#menulist .row .col-1 .box-1 .photo-1 {
    margin-left: 10px
}

#menulist .row .col-1 .box-1 .photo-1 img {
    width: 350px
}

#menulist .row .col-1 .box-2 {
    margin-right: 25vw
}

#menulist .row .col-1 .box-2 dl {
    margin-bottom: 10px
}

#menulist .row .col-1 .box-3 {
    margin-right: 25vw
}

#menulist .row .col-1 .box-3 .other {
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: 99
}

#menulist .row .col-1 .box-3 dl {
    margin: 0 0 10px 20px
}

#menulist .row .col-1 .box-3 .photo-2 img {
    width: 350px
}

#menulist .row .col-1 .box-4 .photo-3 {
    margin-bottom: 20vw
}

#menulist .row .col-1 .box-4 .photo-3 img {
    width: 350px
}

#menulist .row .col-1 .box-4 dl {
    margin-bottom: 10px
}

#menulist .row .col-2 {
    display: flex;
    align-items: center;
    background: #cab362;
    padding: 10vw 20vw 10vw 10vw
}

#menulist .row .col-2 .box-1 {
    position: relative;
    margin-right: 20vw
}

#menulist .row .col-2 .box-1 h2 {
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    right: -80px;
    font-size: 85px;
    z-index: 1
}

#menulist .row .col-2 .box-1 .photo-4 {
    margin-left: 10px
}

#menulist .row .col-2 .box-1 .photo-4 img {
    width: 300px
}

#menulist .row .col-2 .box-2 {
    margin-right: 25vw
}

#menulist .row .col-2 .box-2 dl {
    margin-bottom: 10px
}

#menulist .row .col-2 .box-3 .photo-5 {
    margin-bottom: 20vw
}

#menulist .row .col-2 .box-3 .photo-5 img {
    width: 220px
}

#menulist .row .col-2 .box-3 dl {
    margin-bottom: 10px
}

#menulist .row .col-3 {
    display: flex;
    align-items: center;
    background: #8a7c5a;
    padding: 10vw 20vw 10vw 10vw
}

#menulist .row .col-3 .box-1 {
    position: relative;
    margin-right: 25vw
}

#menulist .row .col-3 .box-1 h2 {
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    right: -325px;
    font-size: 85px;
    z-index: 1
}

#menulist .row .col-3 .box-1 .photo-6 {
    margin-left: 10px
}

#menulist .row .col-3 .box-1 .photo-6 img {
    width: 300px
}

#menulist .row .col-3 .box-2 {
    margin-right: 20vw
}

#menulist .row .col-3 .photo-7 img {
    width: 220px
}

#menulist .button-move {
    display: flex;
    justify-content: flex-end;
    margin: 10px 40px 0 0
}

#menulist .button-move li {
    margin: 0 8px
}

#menulist .button-move img {
    width: 45px
}

@media screen and (min-width: 768px) {
    #menulist .row .col-1 {
        align-items: center;
        padding: 120px 0 100px 0;
        min-height: 100vh
    }

    #menulist .row .col-1 .box-1 {
        margin-right: 160px
    }

    #menulist .row .col-1 .box-1 h2 {
        top: -20px;
        right: -80px;
        font-size: 120px
    }

    #menulist .row .col-1 .box-1 .photo-1 {
        margin-left: 85px
    }

    #menulist .row .col-1 .box-1 .photo-1 img {
        width: auto
    }

    #menulist .row .col-1 .box-2 {
        margin-right: 200px
    }

    #menulist .row .col-1 .box-2 dl {
        margin-bottom: 20px
    }

    #menulist .row .col-1 .box-3 {
        margin-right: 120px
    }

    #menulist .row .col-1 .box-3 .other {
        position: static;
        margin: 0 0 20px 70px
    }

    #menulist .row .col-1 .box-3 dl {
        margin: 0 0 20px 20px
    }

    #menulist .row .col-1 .box-3 .photo-2 img {
        width: auto
    }

    #menulist .row .col-1 .box-4 {
        margin-right: 200px
    }

    #menulist .row .col-1 .box-4 .photo-3 {
        margin-bottom: 135px
    }

    #menulist .row .col-1 .box-4 .photo-3 img {
        width: auto
    }

    #menulist .row .col-1 .box-4 dl {
        margin-bottom: 10px
    }

    #menulist .row .col-2 {
        padding: 0
    }

    #menulist .row .col-2 .box-1 {
        margin-right: 120px
    }

    #menulist .row .col-2 .box-1 h2 {
        top: -20px;
        right: -80px;
        font-size: 85px;
        z-index: 1
    }

    #menulist .row .col-2 .box-1 .photo-4 {
        margin-left: 140px
    }

    #menulist .row .col-2 .box-1 .photo-4 img {
        width: auto
    }

    #menulist .row .col-2 .box-2 {
        margin-right: 75px
    }

    #menulist .row .col-2 .box-2 dl {
        margin-bottom: 20px
    }

    #menulist .row .col-2 .box-3 {
        margin-right: 135px
    }

    #menulist .row .col-2 .box-3 .photo-5 {
        margin-bottom: 75px
    }

    #menulist .row .col-2 .box-3 .photo-5 img {
        width: auto
    }

    #menulist .row .col-2 .box-3 dl {
        margin-bottom: 20px
    }

    #menulist .row .col-3 {
        padding: 0
    }

    #menulist .row .col-3 .box-1 {
        margin-right: 125px;
        margin-left: 125px
    }

    #menulist .row .col-3 .box-1 h2 {
        text-transform: uppercase;
        position: absolute;
        top: -20px;
        right: -325px;
        font-size: 85px;
        z-index: 1
    }

    #menulist .row .col-3 .box-1 .photo-6 {
        margin-left: 10px
    }

    #menulist .row .col-3 .box-1 .photo-6 img {
        width: auto
    }

    #menulist .row .col-3 .box-2 {
        margin-right: 110px
    }

    #menulist .row .col-3 .photo-7 {
        margin-right: 10%
    }

    #menulist .row .col-3 .photo-7 img {
        width: auto
    }
}