@charset "utf-8";
/* --------------------------------
ファイル名 btp ← by the page

top用css
-------------------------------- */

.res-tblbox {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 93%;
    margin-left: 3.5%;
}

.res-hd {
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}


.res-ft {
    margin-bottom: 40px;
}


.res-cellbox {
    display: table-cell;
    width: 25%;
}

.res-tblbox .res-cellbox:nth-child(1) {
    padding-right: 2%;
}

.res-tblbox .res-cellbox:nth-child(2),
.res-tblbox .res-cellbox:nth-child(3) {
    padding-left: 1%;
    padding-right: 1%;
}

.res-tblbox .res-cellbox:nth-child(4) {
    padding-left: 2%;
}

.res-cellbox a {
    display: block;
    box-shadow: inset 2px 1px 1px rgba(255, 255, 255, 0.7), 2px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #EEEEEE;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 58px;
    line-height: 60px;
}


.res-cellbox a.res-n-on {
    box-shadow: inset 2px 1px 1px rgba(255, 255, 255, 0.4), 2px 1px 1px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    z-index: 50;
}

#g-cts .res-cellbox a.res-n-on {
    background-color: #BB4343;
}

#y-cts .res-cellbox a.res-n-on {
    background-color: #349D71;
}

.res-cellbox a::before {
    content: "";
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #AAAAAA;
    border-right: 2px solid #AAAAAA;
    position: absolute;
    top: 28px;
    left: 5px;
}

.res-cellbox a.res-n-on::before {
    -ms-transform: rotate(0deg);
    /*res-n-onでない時のリセット*/
    -webkit-transform: rotate(0deg);
    /*res-n-onでない時のリセット*/
    transform: rotate(0deg);
    /*res-n-onでない時のリセット*/
}

.res-hd .res-cellbox a.res-n-on::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 9px solid rgba(0, 0, 0, 0.6);
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 57px;
    left: 42%;
    left: calc( 50% - 7px);
}

.res-ft .res-cellbox a.res-n-on::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, 0.6);
    border-left: 9px solid transparent;
    top: auto;
    bottom: 56px;
    left: 42%;
    left: calc( 50% - 7px);
}



.res-hd a.res-n-on::after {
    background: transparent;
    /*res-n-onでない時のリセット*/
    width: auto;
    /*res-n-onでない時のリセット*/
    height: auto;
    /*res-n-onでない時のリセット*/
}

.res-hd .res-cellbox a.res-n-on::after {
    content: "";
    display: block;
    position: absolute;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 57px;
    left: 40%;
    left: calc( 50% - 9px);
}

.res-ft .res-cellbox a.res-n-on::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: auto;
    bottom: 56px;
    left: 40%;
    left: calc( 50% - 9px);
}

#g-cts .res-hd a.res-n-on::after {
    border-top: 9px solid #BB4343;
}

#y-cts .res-hd a.res-n-on::after {
    border-top: 9px solid #349D71;
}

#g-cts .res-ft a.res-n-on::after {
    border-bottom: 9px solid #BB4343;
}

#y-cts .res-ft a.res-n-on::after {
    border-bottom: 9px solid #349D71;
}

.res-nav3 .restxt,
.res-nav4 .restxt {
    display: block;
    width: 116%;
    -moz-transform: scale( 0.70, 1);
    -webkit-transform: scale( 0.70, 1);
    -ms-transform: scale( 0.70, 1);
    transform: scale( 0.70, 1);
}
.res-ifg{
    position: relative;
top:-4px;
left:-6px;
}
.res-sttl-add{
    display: block;
    font-size: 15px;
    padding-top:6px;
}
.res-each-wrap {
    padding: 40px 7% 1px 7%;
    background: #F4F4F4;
}

.res-each-wrap.rew-no-ttl {
    margin-top: 70px;
}

.res-each-box,.res-each-box-full {
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    background: #FFFFFF;
}
.res-each-box {
    padding-bottom: 20px;
}
.res-each-box-full {
    padding: 36px 24px;;
}

.res-add {
    padding: 60px 12px;
    text-align: center;
}

.res-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.res-name {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding:0 10px;
}

.res-price {
    display: block;
    text-align: center;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 300;
        padding:0 10px;
}
.res-comment{
   display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
        padding:0 10px; 
}
.res-ratings-tbl {
    display: table;
    width: 18em;
    letter-spacing: normal;
    margin: 0 auto;
    font-size: 13px;
}

.res-r-row {
    display: table-row;
    width: 100%;
}

.res-r-cell {
    display: table-cell;
    line-height: 1.7em;
    position: relative;
}

.res-r-row .res-r-cell:nth-child(1) {
    width: 9em;
    text-align: left;
    padding-left: 1.5em;
}

.res-r-row .res-r-cell:nth-child(2) {
    width: 9em;
    text-align: left;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}

.res-r-row .res-r-cell:nth-child(2)::before {
    content: "★★★★★";
    color: #DDDDDD;
    display: block;
    width: 9em;
    text-align: left;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*無くても表示する／念のため*/
}

.stars {
    position: absolute;
    top: 0em;
    left: 0.5em;
    z-index: 2;
    /*無くても表示する／念のため*/
}

.res-ratings-tbl .res-r-row:nth-child(1) .res-r-cell:nth-child(1) {
    letter-spacing: 1.48em;
}

.res-ratings-tbl .res-r-row:nth-child(2) .res-r-cell:nth-child(1) {
    letter-spacing: 0.24em;
}

.res-ratings-tbl .res-r-row:nth-child(3) .res-r-cell:nth-child(1) {
    letter-spacing: 0em;
}
.waiter-box{
    position: relative;
    height: 300px;
    margin-left:7%;
    margin-left:calc( 50% - 140px );
}
.res-w-txt1,
.res-w-txt2,
.res-w-txt3{
    padding-left:130px;
}
.res-w-txt1{
    font-size: 13px;
    display: block;   
    padding-top:96px;
    position: relative;
}
.res-w-txt1::after,
.res-w-txt1::before{
    content:"";
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.res-w-txt1::after{
    top:103px;
    left:100px;
    border-top:1px solid #505050;
}
.res-w-txt1::before{
    top:103px;
    left:288px;
    left:calc( 100px + 12.8em );
    border-left:1px solid #505050;
}
.res-w-txt2{
    font-size: 17px;
    font-weight: 400;
    color:#813700;
    display: block;
    padding-top:14px;
    padding-bottom:14px;
}
.res-w-txt3{
    font-size: 13px;
    display: block;
    line-height: 1.7em;
}
.res-w-block1,
.res-w-block2,
.res-w-block3,
.res-w-block4,
.res-w-block5{
   display: block; 
}
.waiter{
    display: block;
    width: 122px;
    height: 228px;
    position:absolute;
    bottom:-10px;
    left:0px;
    z-index: -1;
}
.res-txt-tbl {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #EEEEEE;
}
.res-t-row{
    display: table-row;
}
.res-t-cell{
    display: table-cell;
    border-bottom: 1px solid #EEEEEE;
    line-height: 48px;
}
.res-t-row .res-t-cell:nth-child(1){
    color:#823700;
    text-align: left;
}
.res-t-row .res-t-cell:nth-child(2){
    white-space: nowrap;
    text-align: right;
}
.res-yen{
    font-size: 11px;
    position: relative;
    top:2px;
    left:2px;
}
@media (min-width: 350px) {
    .res-each-wrap {
        padding: 40px 9% 1px 9%;
    }
    .res-add {
    padding: 60px 18px;
}
.res-name,
.res-price,
.res-comment{
        padding:0 14px; 
}

}
/*end min-width: 350px*/

@media (min-width: 380px) {
    .res-nav3 .restxt,
    .res-nav4 .restxt {
        display: inline;
        width: 100%;
        -moz-transform: scale( 1, 1);
        -webkit-transform: scale( 1, 1);
        -ms-transform: scale( 1, 1);
        transform: scale( 1, 1);
        padding-left: 10px;
    }

    .res-nav3 .res-n-on .restxt,
    .res-nav4 .res-n-on .restxt {
        padding-left: 0px;
    }

}

/*end min-width: 380px*/

@media (min-width: 420px) {
    .res-cellbox a::before {
        left: 28%;
        left: calc( 50% - 2.3em);
    }
    .res-each-wrap {
        padding: 40px 12% 1px 12%;
    }
    .res-t-row .res-t-cell:nth-child(1){
    padding-left:10px;
}
.res-t-row .res-t-cell:nth-child(2){
    padding-right:10px;
}
}

/*end min-width: 420px*/

@media (min-width: 500px) {
    .res-cellbox a::before {
        left: 28%;
        left: calc( 50% - 2.7em);
    }
    .res-nav3 .restxt,
    .res-nav4 .restxt {
        padding-left: 0px;
    }
.res-ifg{
    position: relative;
top:-4px;
left:-8px;
}
    .waiter-box {
    margin-left: calc( 50% - 206px );
}
    .res-w-txt1 {
    padding-top: 130px;
        font-size: 14px;
}
    .res-w-txt2 {
    font-size: 19px;
}
    .res-w-txt3 {
    font-size: 14px;
}

.res-w-txt1::after{
    top:137px;
}
.res-w-txt1::before{
    top:137px;
}
.res-w-block1,
    .res-w-block3,
    .res-w-block4{
        display: inline-block;
    }   

}

/*end min-width: 500px*/

@media (min-width: 540px) {
.res-t-row .res-t-cell:nth-child(1){
    padding-left:40px;
}
.res-t-row .res-t-cell:nth-child(2){
    padding-right:40px;
}
}    /*end min-width: 540px*/
@media (min-width: 600px) {
    .res-each-wrap {
        padding: 40px 16% 1px 16%;
    }
}
/*end min-width: 600px*/
@media (min-width: 640px) {

    .res-cellbox a::before {
        left: 28%;
        left: calc( 50% - 3em);
    }

}

/*end min-width: 640px*/

@media (min-width: 740px) {
    .res-ifg{
    position: relative;
top:-4px;
left:-10px;
}
    .res-each-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 40px 1px 40px;

    }
    .res-each-wrap.rew-no-ttl {
        margin-top: 90px;
    }
    .res-each-box {
        width: 40%;
        width: calc( 50% - 20px );
        
    }
.res-each-box:nth-child(2n) {
        margin-left: 20px;
    margin-right: 0px;
    }
.res-each-box:nth-child(2n-1) {
        margin-right: 20px;
    margin-left: 0px;
    }
    .res-add {
        padding: 80px 20px;
    }
.res-name,
.res-price,
.res-comment{
        padding:0 18px; 
}
   .waiter-box {
    margin-left: calc( 50% - 253px );
} 
        .res-w-txt1 {
    font-size: 15px;
}
       .res-w-txt2 {
    font-size: 22px;
           padding-top: 18px;
    padding-bottom: 18px;
}
        .res-w-txt3 {
    font-size: 15px;
}
    .res-w-txt1, .res-w-txt2, .res-w-txt3 {
    padding-left: 150px;
}
    .res-w-txt1::after {
    left: 114px;
}
    .res-w-txt1::before {
    left: calc( 114px + 13.2em );
}
.res-w-block5{
        display: inline-block;
    }
    .res-each-box-full {
    padding: 36px 15%;
}
}

/*end min-width: 740px*/

@media (min-width: 800px) {

    .res-ft {
        margin-bottom: 60px;
    }
}

/*end min-width: 800px*/

@media (min-width: 960px) {
    /* md */
    .res-tblbox {
        width: 88%;
        margin-left: 6%;
    }


    .res-each-wrap {
    padding: 40px 6% 1px 6%;
}
    .res-each-box-full {
    padding: 36px 0px;
}
        .res-txt-tbl {
        width: 62.8%;
            margin-left:auto;
            margin-right:auto;
    }
.res-t-row .res-t-cell:nth-child(1){
    width: 70%;
        padding-left:10%;
}
.res-t-row .res-t-cell:nth-child(2){
    width: 30%;
    padding-right:10%;
}
}

/*end min-width: 960px*/

@media (min-width: 1080px) {
    .res-each-box {
        width: 28%;
        width: calc( 33.3% - 28px );
       
    }
.res-each-box:nth-child(2n),
    .res-each-box:nth-child(2n-1) {
        margin-right: 0px;/*リセット*/
        margin-left: 0px;/*リセット*/
    }
    .res-each-box:nth-child(3n-2) {
        margin-right: 28px;
    }
    .res-each-box:nth-child(3n-1) {
        margin-right: 14px;
        margin-left: 14px;
    }
    .res-each-box:nth-child(3n) {
        margin-left: 28px;
    }

}

/*end min-width: 1100px*/

@media (min-width: 1280px) {
    /* lg */
    .res-ft {
        margin-bottom: 80px;
    }
.res-ifg{
    position: relative;
top:-4px;
left:-12px;
}
    .res-each-wrap.rew-no-ttl {
        margin-top: 100px;
    }


    .res-add {
        padding: 90px 20px;
    }
        .res-w-txt1 {
    font-size: 17px;
            padding-top: 100px;
}
       .res-w-txt2 {
    font-size: 26px;
           padding-top: 21px;
    padding-bottom: 21px;
}
        .res-w-txt3 {
    font-size: 17px;
}
    .res-w-txt1::after{
    top: 111px;
        left: 111px;
}
    .res-w-txt1::before {
        top: 111px;
    left: calc( 111px + 13.0em );
}
    .res-t-row .res-t-cell:nth-child(1){
        width: 50%;
        padding-left:16%;
}
.res-t-row .res-t-cell:nth-child(2){
    width: 50%;
    padding-right:16%;
}
}

/*end min-width: 1280px*/

@media (min-width: 1472px) {

    .res-tblbox {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    .res-each-wrap {
    padding-left:calc( 50% - 640px );
        padding-right:calc( 50% - 640px );
        padding-top:60px;
}
    .res-each-box,.res-each-box-full {
    margin-bottom:60px;
}
}

/*end min-width: 1472px*/

@media (min-width: 1500px) {
.res-add {
        padding: 100px 20px;
    }
    .res-each-wrap.rew-no-ttl {
        margin-top: 110px;
    }
}

/*end min-width: 1500px*/