/* btn popup */
.btn-popup a {
    display: block;
    font-size: 18px;
    line-height: 64px;
    height: 67px;
    text-align: center;
    background: #262626;
    color: #fff;
    position: relative;
}
.btn-popup a::after {
    content: "";
    background: url("../img/shared/icon_arrow_w.png") no-repeat;
    position: absolute;
    top: 30px;
    right: 11px;
    width: 29px;
    height: 10px;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    .btn-popup {
        position: relative;
        overflow: hidden;
        background: #000;
        width: 1000px;
        margin: 0 auto;
    }
    .btn-popup a {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 24px;
        height: 105px;
        line-height: 105px;
        background: none;
    }
    .btn-popup a::after {
        right: 63px;
        top: 50px;
    }
    .btn-popup:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #4e390f;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn-popup:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
/* lead */
#lead {
    position: relative;
    padding: 15vw 0 4vw;
}
#lead::before {
    content: "";
    background: url("../img/menu/lead_deco.png") no-repeat;
    position: absolute;
    top: 69vw;
    left: 44%;
    width: 47vw;
    height: 73vw;
    background-size: 100%;
}
#lead::after {
    content: "";
    position: absolute;
    background: url("../img/shared/bg2.jpg") repeat;
    top: 50vw;
    left: 27%;
    width: 85%;
    height: 92vw;
    z-index: -1;
    right: 0;
}
#lead h2 {
    width: 47%;
    margin: 0 auto 13vw;
}
#lead .gr-photo {
    justify-content: space-between;
    margin-bottom: 10vw;
}
#lead .gr-photo li {
    width: 48%;
}
#lead .gr-photo li:nth-child(2) {
    margin-top: 10vw;
}
#lead .row {
    flex-direction: column;
}
#lead .row .photo {
    margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
    #lead {
        padding: 147px 0 171px;
    }
    #lead .wrap {
        width: 1200px;
        padding: 0 20px;
    }
    #lead::before {
        top: 605px;
        width: 257px;
        height: 427px;
        left: calc(50% + -170px);
    }
    #lead::after {
        top: 328px;
        left: calc(50% + -120px);
        width: 500px;
        height: 360px;
    }
    #lead h2 {
        width: 199px;
        margin: 0 auto 497px;
    }
    #lead .gr-photo {
        margin-bottom: 20px;
    }
    #lead .gr-photo li {
        width: auto;
        position: absolute;
        left: -70px;
        top: -17px;
    }
    #lead .gr-photo li:nth-child(2) {
        margin-top: 20px;
        position: absolute;
        right: -38px;
        top: 77px;
        width: 423px;
        left: auto;
    }
    #lead .row {
        position: relative;
        margin-left: 55px;
    }
    #lead .row .txt {
        width: 410px;
    }
    #lead .row .photo {
        margin-bottom: 20px;
        position: absolute;
        left: 528px;
        top: -106px;
        width: 653px;
    }
}
/* point */
#point {
    position: relative;
    padding: 15vw 0 10vw;
}
#point .bg h2 {
    padding: 15vw 0;
    background: url("../img/menu/point_para.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 6vw;
}
#point .bg h2 img {
    width: 29%;
    height: auto;
    margin-left: auto;
    margin-right: 7%;
    display: block;
}
#point .bg .txt {
    padding: 0 5%;
}
@media only screen and (min-width: 768px) {
    #point {
        padding: 114px 107px 130px;
        background: url(../img/menu/point_para.jpg) no-repeat center;
        background-size: cover;
    }
    #point .bg h2 {
        padding: 20px 0;
        margin-bottom: 35px;
        background: none;
    }
    #point .bg h2 img {
        width: 146px;
        margin-right: 101px;
    }
    #point .bg .txt {
        padding: 0;
        width: 281px;
        color: #fff;
        margin-left: auto;
        margin-right: 45px;
        letter-spacing: -1px;
    }
}
/* sushi */
#sushi {
    position: relative;
    padding: 15vw 0 11vw;
}
#sushi::before {
    content: "";
    background: url("../img/menu/point_deco1.png") no-repeat;
    position: absolute;
    top: 0vw;
    left: 40%;
    width: 93vw;
    height: 95vw;
    background-size: 100%;
}
#sushi::after {
    content: "";
    background: url("../img/menu/sushi_deco3.png") no-repeat;
    position: absolute;
    bottom: -14vw;
    left: 31%;
    width: 83vw;
    height: 95vw;
    background-size: 100%;
}
#sushi h2 {
    text-align: center;
    margin-bottom: 13vw;
}
#sushi .price {
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
    padding-top: 4vw;
}
#sushi .price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 86px;
    height: 1px;
    background: #857D6E;
    margin: 0 auto;
}
#sushi .price dt {
    font-size: 4vw;
    margin-bottom: 5vw;
}
#sushi .price dd {
    font-size: 7vw;
    letter-spacing: 2px;
}
#sushi .price dd small {
    font-size: 4vw;
}
#sushi .price dd span {
    font-size: 6vw;
}
#sushi .price dd span span {
    font-size: 5vw;
}
#sushi .note {
    text-align: center;
    margin-bottom: 9vw;
    font-size:3vw;
}
#sushi .note2 {
    text-align: center;
    margin-bottom: 9vw;
    font-size:3vw;
}
#sushi .js {
    margin-bottom: 2vw;
}
#sushi .js .sushi-thumb {
    margin: 0 7%;
}
#sushi .js .sushi-js .slick-arrow {
    display: none !important;
}
#sushi .js .sushi-thumb .slick-prev {
    left: -5%;
}
#sushi .js .sushi-thumb .slick-next {
    right: -5%;
}
#sushi .js .sushi-thumb .slick-slide {
    margin: 0 2px;
}
#sushi .js .sushi-thumb .slick-slide li {
    position: relative;
    filter: grayscale(1);
}
#sushi .js .sushi-thumb .slick-slide.slick-current li {
    filter: grayscale(0);
}
#sushi .js .sushi-thumb .slick-slide li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 5;
}
#sushi .js .sushi-thumb .slick-slide.slick-current li::before {
    opacity: 0;
    visibility: hidden;
}
#sushi .gr-item {
    flex-direction: column;
    background: url("../img/menu/point_bg.jpg") repeat;
    padding: 8vw 5%;
    margin-bottom: 8vw;
}
#sushi .gr-item .item {
    text-align: center;
    border-bottom: 1px solid #857D6E;
    padding-bottom: 7vw;
    margin-bottom: 7vw;
    position: relative;
}
#sushi .gr-item .item::after {
    content: "";
    position: absolute;
    background: url("../img/course/other_icon.jpg") no-repeat;
    left: 0;
    right: 0;
    width: 40px;
    height: 20px;
    background-size: 100%;
    margin: 0 auto;
    bottom: -13px;
}
#sushi .gr-item .item dl dt {
    font-size: 4vw;
    letter-spacing: 2px;
    line-height:140%;
    padding-bottom:15px;
}
#sushi .gr-item .item dl dd {
    font-size: 6vw;
    letter-spacing: 2px;
}
#sushi .gr-item .item dl dd span {
    font-size: 5vw;
}
#sushi .gr-item .item dl dd small {
    font-size: 3vw;
}
#sushi .gr-item .item dl dd span small {
    font-size: 3vw;
}
#sushi .gr-item .item2 {
    position: relative;
    padding-left: 30%;
}
#sushi .gr-item .item2 .ttl {
    background: url("../img/menu/sushi_deco4.png") no-repeat;
    width: 20vw;
    height: 25vw;
    color: #9c752c;
    background-size: 100%;
    font-size: 14px;
    /*padding: 7% 0;*/
    padding: 3% 0 7%;
    box-sizing: border-box;
    position: absolute;
    left: 2%;
    top: 18%;
}
@media only screen and (max-width: 767px) {
    #sushi .js .sushi-thumb .slick-slide {
        width: 100px;
    }
}
@media only screen and (min-width: 768px) {
    #sushi {
        padding: 170px 0 20px;
    }
    #sushi .wrap {
        width: 1290px;
        padding: 0 20px;
    }
    #sushi::before {
        width: 523px;
        height: 492px;
        right: -120px;
        left: auto;
        top: 90px;
    }
    #sushi::after {
        bottom: 146px;
        width: 583px;
        height: 394px;
        left: auto;
        right: -85px;
    }
    #sushi h2 {
        margin-bottom: 20px;
        position: absolute;
        left: 0;
        top: -62px;
    }
    #sushi .price {
        margin-bottom: -10px;
        padding-top: 20px;
    }
    #sushi .price dt {
        font-size: 24px;
        margin-bottom: 40px;
    }
    #sushi .price dd {
        font-size: 38px;
        line-height: 47px;
    }
    #sushi .price dd small {
        font-size: 20px;
    }
    #sushi .price dd span {
        font-size: 30px;
    }
    #sushi .price dd span span {
        font-size: 24px;
    }
    #sushi .note {
        margin-bottom: 30px;
        text-align: right;
        margin-right: 114px;
        font-size: 14px;
    }
   #sushi .note2 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    #sushi .js {
        margin-bottom: 20px;
        text-align: center;
        width: 1000px;
        margin: 0 auto;
    }
    #sushi .js .sushi-thumb {
        margin: 20px 40px 0;
    }
    #sushi .js .sushi-thumb .slick-prev {
        left: -40px;
        top: 47px;
    }
    #sushi .js .sushi-thumb .slick-next {
        right: -40px;
        top: 45px;
    }
    #sushi .js .sushi-thumb .slick-slide {
        margin: 0 3px;
    }
    #sushi .js .sushi-thumb .slick-slide.slick-current li {
        filter: grayscale(0);
    }
    #sushi .js .sushi-thumb .slick-slide li:hover {
        opacity: 0.8
    }
    #sushi .js .sushi-thumb .slick-slide li {
        width: 120px;
        padding: 0 10px;
        cursor: pointer;
        height: 92px;
    }
    #sushi .gr-item {
        padding: 65px 65px 0px;
        margin-top: 87px;
        width: 993px;
        margin: 87px auto 76px;
        box-sizing: border-box;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #sushi .gr-item .item {
        padding-bottom: 54px;
        margin-bottom: 20px;
        width: 420px;
        margin: 0 auto 50px;
    }
    #sushi .gr-item .item::after {
        right: -422px;
        z-index: 5;
    }
    #sushi .gr-item .item:nth-child(2n + 2)::after {
        display: none;
    }
    #sushi .gr-item .item:nth-child(2n + 2)::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 15px;
        width: 1px;
        background: #857D6E;
    }
    #sushi .gr-item .item dl dt {
        font-size: 20px;
        margin-bottom: 19px;
        letter-spacing: 3px;
    }
    #sushi .gr-item .item dl dd {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 2px;
    }
    #sushi .gr-item .item dl dd span {
        font-size: 24px;
    }
    #sushi .gr-item .item dl dd span:last-of-type {
        letter-spacing: 4px;
    }
     #sushi .gr-item .item dl dd small {
        font-size: 16px;
    }
    #sushi .gr-item .item dl dd span small {
        font-size: 18px;
    }
    #sushi .gr-item .item2 {
        padding-left: 40px;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #sushi .gr-item .item2::after {
        display: none;
    }
    #sushi .gr-item .item2 .ttl {
        font-size: 18px;
        width: 91px;
        left: -20px;
        top: 18px;
        letter-spacing: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #sushi h2 {
        left: 10px;
    }
}
/* other */
#other {
    position: relative;
    padding: 8vw 0 17vw;
}
#other::before {
    content: "";
    background: url("../img/menu/other_deco1.jpg") no-repeat;
    position: absolute;
    top: -2vw;
    left: 40%;
    width: 93vw;
    height: 95vw;
    background-size: 100%;
    z-index: -1;
}
#other h2 {
    text-align: center;
    margin-bottom: 12vw;
}
#other .group .photo1 {
    width: 50%;
    margin-bottom: -11vw;
}
#other .group .photo2 {
    width: 46%;
    margin-left: auto;
    margin-bottom: 13vw;
}
#other .js {
    width: 90%;
    margin-bottom: 8vw;
}
#other .js .slick-dots {
    text-align: right;
    top: -40px;
    bottom: auto;
}
#other .col {
    margin-bottom: 9vw;
}
#other .col h3 {
    width: 85%;
    margin: 0 auto 4vw;
}
.para {
    position: relative;
    height: 60vw;
}
@media only screen and (min-width: 768px) {
    #other {
        padding: 179px 0 143px;
    }
    #other .wrap {
        width: 1280px;
        padding: 0 20px;
    }
    #other::before {
        width: 672px;
        height: 408px;
    }
    #other h2 {
        margin-bottom: 20px;
        text-align: left;
        position: absolute;
        left: 0;
        top: 0;
    }
    #other h2::after {
        height: 439px;
    }
    #other h2::before {
        top: -27px;
    }
    #other .group .photo1 {
        margin-bottom: 104px;
        margin-left: 120px;
        font-weight: 500;
    }
    #other .group .photo2 {
        margin-bottom: 20px;
        position: absolute;
        right: -33px;
        top: 109px;
        width: 567px;
    }
    #other .js {
        margin-bottom: 20px;
        margin-left: 44px;
        width: 624px;
    }
    #other .js .slick-dots {
        top: -50px;
        right: 11px;
    }
    #other .col {
        margin-bottom: 155px;
        width: 380px;
        margin-left: auto;
        margin-top: -318px;
        margin-right: 130px;
    }
    #other .col h3 {
        margin: 0;
        width: auto;
        margin-bottom: 44px;
    }
    #other .col .txt {
        letter-spacing: -0.5px;
    }
    .para {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #other h2 {
        left: 10px;
    }
    #other .group .photo1 {
        max-width: 41%;
    }
    #other .group .photo2 {
        max-width: 48%;
    }
    #other .js {
        max-width: 45%;
    }
    #other .col {
        margin-top: -228px;
    }
}
/* sake */
#sake {
    position: relative;
    padding: 20vw 0 5vw;
}
#sake::before {
    content: "";
    background: url("../img/menu/sake_deco1.jpg") no-repeat;
    position: absolute;
    top: 7vw;
    right: -36%;
    width: 82vw;
    height: 65vw;
    background-size: 100%;
}
#sake h2 {
    text-align: center;
    margin-bottom: 11vw;
}
#sake .ttl {
    width: 12%;
    margin: 0 auto 13vw;
}
#sake .js {
    margin-bottom: 8vw;
}
#sake .js .slick-dots {
    top: -44px;
    bottom: auto;
}
#sake .js .slick-slide li {
    height: 70vw;
}
#sake .row .photo {
    margin-bottom: 9vw;
}
#sake .row .txt {
    margin-bottom: 13vw;
}
#sake .deco {
    position: absolute;
    top: 240vw;
    right: 0;
    width: 40%;
}
#sake .box {
    background: #fff;
    padding: 10vw 5% 5vw;
    border: 1px solid #000;
    margin-bottom: 11vw;
}
#sake .box h3 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 3vw;
}
#sake .box .note {
    text-align: center;
    margin-bottom: 5vw;
}
#sake .box .list {
    flex-direction: column;
}
#sake .box .list .col {
    margin-bottom: 6vw;
}
#sake .box .list .col h4 {
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 4vw;
}
#sake .box .list .col dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    #sake {
        padding: 335px 0 110px;
    }
    #sake .wrap {
        width: 1280px;
        padding: 0 20px;
    }
    #sake::before {
        top: -23px;
        width: 516px;
        height: 335px;
        right: calc(50% + -569px);
        z-index: -1;
    }
    #sake h2 {
        margin-bottom: 20px;
        position: absolute;
        left: 0;
        top: -213px;
        text-align: left;
        padding-top: 40px;
    }
    #sake .ttl {
        margin: 0;
        width: auto;
        position: absolute;
        right: 126px;
        top: -203px;
    }
    #sake .js {
        margin-bottom: 20px;
        width: 539px;
        margin-left: 90px;
        position: absolute;
        left: 20px;
        top: -159px;
    }
    #sake .js .slick-dots {
        top: -53px;
    }
    #sake .js .slick-slide li {
        height: 830px;
    }
    #sake .row {
        width: 539px;
        margin-left: auto;
        margin-right: -6px;
        margin-bottom: 108px;
    }
    #sake .row .photo {
        margin-bottom: 59px;
    }
    #sake .row .txt {
        margin-bottom: 20px;
        width: 410px;
        margin-left: 12px;
    }
    #sake .deco {
        top: 332px;
        width: auto;
        right: -222px;
    }
    #sake .box {
        padding: 60px;
        margin: 0 30px 75px;
        box-sizing: border-box;
        padding-bottom: 70px;
        border-width: 2px;
    }
    #sake .box h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #sake .box .note {
        margin-bottom: 34px;
    }
    #sake .box .list {
        flex-direction: row;
        justify-content: center;
    }
    #sake .box .list .col {
        margin-bottom: 20px;
        width: 289px;
        margin: 0 30px 0;
    }
    #sake .box .list .col h4 {
        margin-bottom: 20px;
    }
    #sake .box .list .col dl {
        letter-spacing: 2px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sake h2 {
        left: 10px;
    }
    #sake .js {
        max-width: 42%;
    }
	#sake .box{
      padding: 60px 30px;
	}
	#sake .box .list .col{
		margin: 0 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	 #sake .js {
        max-width: 35%;
    }
}

/* bnr */
#bnr {
    position: relative;
    padding: 16vw 0 15vw;
}
#bnr h2 {
    position: absolute;
    z-index: 5;
    left: 5%;
    width: 80%;
    top: 35vw;
}
#bnr .txt {
    padding: 5%;
}
#bnr .img {
    height: 60vw;
}
#bnr .img img {
    object-position: right 21% bottom 0;
}
@media only screen and (min-width: 768px) {
    #bnr {
        padding: 20px 0 0;
    }
    #bnr h2 {
        width: 458px;
        top: 153px;
        left: 150px;
    }
    #bnr .txt {
        padding: 20px;
        position: absolute;
        left: 137px;
        color: #fff;
        top: 320px;
        width: 401px;
    }
    #bnr .img {
        height: 700px;
    }
    #bnr .img img {
        object-position: center;
		opacity: 1;
    }
    #bnr .btn-cus {
        position: absolute;
        left: 140px;
        bottom: 120px;
        z-index: 5;
        width: 350px;
    }
    #bnr .btn-cus a {
        filter: invert(1);
    }
    #bnr:hover .btn-cus a::before {
        background: #fff;
        filter: invert(1);
		transition: all 0.5s;
    }
	 #bnr:hover .btn-cus a::after {
   		 filter: invert(0);
		 transition: all 0.5s;
	}
}
.remodal {
    background: none;
}
.remodal-overlay {
    background: #000;
}
.remodal-close {
       background: url("../img/shared/btn_close.png") no-repeat;
    background-size: 80%;
    padding: 10px;
    background-position: center;
    background-color: #000;
}
.remodal-close::before {
    display: none;
}
.popup-menu h2 {
    font-size: 6vw;
    margin-bottom: 9vw;
    font-weight: 500;
    position: relative;
    padding-top: 6vw;
}
.popup-menu h2::before {
    content: "";
    background: #937025;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 3px;
    margin: 0 auto;
}
.popup-menu .note {
    text-align: center;
    margin-bottom: 4vw;
    line-height: 24px;
}
.popup-menu .popup {
    padding: 15% 5% 6% !important;
    background: #fff;
}
.popup-menu .list .row .col {
    margin-bottom: 7vw;
}
.popup-menu .list .row.row-style2 {
    margin-bottom: 7vw;
}
.popup-menu .list .row.row-style2 .col {
    margin-bottom: 0
}
.popup-menu .list .row .col h3 {
    font-weight: bold;
    padding: 0 0 0 21px;
    margin-bottom: 1vw;
    font-size: 4vw;
    text-align: left;
    position: relative;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
}
.popup-menu .list .row .col h3 small {
    font-weight: normal;
    font-size: 11px;
}
.popup-menu .list .row .col h3::before {
    content: "";
    background: #7D7D7D;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width: 17px;
    height: 3px;
}
.popup-menu .list .row .col h4 {
    text-align: left;
    padding-top: 11px;
    margin-bottom: -12px;
    line-height: 24px;
}
.popup-menu .list .row .col dl {
    padding: 10px 0;
    border-bottom: 1px dotted #BCBBBA;
    line-height: 25px;
}
.popup-menu .list .row .col p {
    line-height: 24px;
}
.popup-menu .list .row .col dl:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.popup-menu .list .row .col dl dt {
    float: left;
    text-align: left;
}
.popup-menu .list .row .col dl dt span{
	margin-left: 17px;
    display: inline-block;
}
.popup-menu .list .row .col dl dd {
    float: right;
    text-align: right;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
}
.remodal-close {
    top: 10px;
}
.remodal {
    padding: 64px 0 30px;
}
@media only screen and (min-width: 768px) {
    .popup-menu .remodal-close:before {
        width: 70px;
        height: 70px;
    }
    .popup-menu h2 {
        font-size: 26px;
        margin-bottom: 41px;
        padding-top: 40px;
    }
    .popup-menu .note {
        margin-bottom: 70px;
    }
    .popup-menu .popup {
        padding: 63px 0 50px !important;
    }
    .popup-menu .list {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .popup-menu .list .row {
        display: flex;
        justify-content: flex-start;
        width: 300px;
        flex-direction: column;
    }
    .popup-menu .list .row.row-style2 {
        flex-direction: row;
        margin-bottom: 10px;
        width: 634px;
        margin-left: auto;
        margin-bottom: 50px;
        justify-content: space-between;
    }
    .popup-menu .list .col {
        width: 460px;
        max-width: 48%;
    }
    .popup-menu .list.list2 .col {
        width: 310px;
        max-width: 30%;
    }
    .popup-menu .list .row .col {
        margin-bottom: 50px;
        width: 280px;
        max-width: none;
    }
    .popup-menu .list .row .col p {
        text-align: left;
        font-family: 'Zen Kaku Gothic New';
        margin-top: -20px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .popup-menu .list .row .col.padding-top {
        padding-top: 37px;
    }
    .popup-menu .list .row .col h3 {
        font-size: 16px;
        padding: 0 0 0 28px;
        line-height: 37px;
        margin-bottom: 0;
    }
    .popup-menu .list .row .col dl {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 4px;
        letter-spacing: 1px;
    }
    .remodal-close {
           top: 20px;
			right: 37px;
			width: 66px;
		height: 66px;
    }
    .remodal-close:hover {
        opacity: 0.8
    }
    .remodal {
        padding: 150px 0 30px;
    }
    #popup2 .list .row.row-style2:last-of-type {
        margin-top: -480px;
    }
}