/************************************************************/
/* RESTAURANT
/************************************************************/
/* main.l-container {
    padding-top: var(--header-banner-height) !important;   
} */
.l-wrapper {
    overflow: visible;
}

.cp-restaurant {
    padding: 5px 15px 70px;   
}

.cp-restaurant-item {
    padding: 10px 0 70px;
}

.cp-restaurant-item__image {
    margin-bottom: 0px;
}
.cp-restaurant-item__image-inner {
    border-radius: 6px;
    overflow: hidden;
}
.cp-restaurant-slide.slick-dotted.slick-slider {
    margin-bottom: 24px;
}
.cp-restaurant-slide .slick-list {
    border-radius: 6px;
    overflow: hidden;
}
.cp-restaurant-slide .slick-dots {
    bottom: -25px;
    font-size: 0;
}
.cp-restaurant-slide .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}
.cp-restaurant-slide .slick-dots li button {
    padding: 2px;   
    width: 10px;
    height: 10px;
    font-size: 0;
    background-color: transparent;
    opacity: 1;
}
.cp-restaurant-slide .slick-dots li button:before {
    width: 6px;
    height: 6px;
    content: "";
    background-color: #E9E9E9;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    opacity: 1;
}
.cp-restaurant-slide .slick-dots li.slick-active button:before {
    background-color: #000;
}
.cp-restaurant-slide .slick-dotted.slick-slider {
    margin-bottom: 24px;
}
.cp-restaurant-item__content {
    width: 100%;
    padding: 0 15px;
}
.cp-restaurant-item__logo {
    margin: 0 auto;
}
.cp-restaurant-item__logo img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-restaurant-item__logo--1 {
    width: 224px;
    padding: 30px 0;
}
.cp-restaurant-item__logo--2 {
    width: 124px;
    padding: 30px 0;
}
.cp-restaurant-item__logo--3 {
    width: 214px;
    padding: 25px 0 30px;
}
.cp-restaurant-item__text {
    position: relative;
    width: 100%;
    padding: 24px 0 18px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: -0.05em;
}
.cp-restaurant-item__text:before {
    content: "";
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-restaurant-item__content h3 {
    font-size: 11px;
    line-height: 1.7;
    font-weight: bold;
}
.cp-restaurant-item__awards {
    font-size: 11px;
    margin-bottom: 10px;
}
.cp-restaurant-item__awards li {
    padding-left: 10px;
    position: relative;
    letter-spacing: -0.07em;
    line-height: 1.9;
}
.cp-restaurant-item__awards li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cp-restaurant-item__awards-logos {
    font-size: 0;
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
}
.cp-restaurant-item__awards-logos--2 {
    height: 103px;   
}
.cp-restaurant-item__awards-logos img {
    width: auto;
    height: 100%;
    display: inline-block;
}
.cp-restaurant-item__content dl {
    display: flex;
    flex-wrap: wrap;
}
.cp-restaurant-item__content dt {
    width: 5em;
    font-size: 12px;
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 0;
    padding: 8px 0;
}
.cp-restaurant-item__content dd {
    width: calc(100% - 5em);
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
    padding: 8px 0;
}
.cp-restaurant-item__content dd a {
    text-indent: 17px;
    display: inline-block;
    position: relative;
    text-decoration: none;   
}
.cp-restaurant-item__content dd span {
    text-decoration: underline;
    display: inline;
    font-family: "Lexend Deca", sans-serif;
}
.cp-restaurant-item__content dd a:before {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    background: url(../../../../images/top/icon-pin.svg) no-repeat top left / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-decoration: none;
}

.cp-restaurant-item__content dt:not(:first-of-type),
.cp-restaurant-item__content dd:not(:first-of-type) {
    border-top: 1px #E2E2E2 solid;
}
.cp-restaurant-item__instagram {
    display: flex;
    align-items: center;
    border-top: 1px #E2E2E2 solid;
    padding-top: 14px;
}
.cp-restaurant-item__instagram .logo {
    width: 60px;
    /* padding-left: 7px; */
    font-size: 0;
    display: block;
    font-size: 0;
}
.cp-restaurant-item__instagram .logo:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../../../images/restaurant/icon-instagram.svg) no-repeat top left / contain;
}
.cp-restaurant-item__instagram .link {
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    text-decoration: underline;
    font-family: "Lexend Deca", sans-serif;
}

@media (min-width: 720px) { /* pc */
    .cp-restaurant {
        padding: 0 45px 120px;   
    }
    
    .cp-restaurant-item {
        padding: 90px 0 67px;
        max-width: 1350px;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .cp-restaurant-item:last-of-type {
        padding-bottom: 110px;
    }
    
    .cp-restaurant-item__image {
        margin-bottom: 0;
        width: 53.33%;
        position: relative;
    }
    .cp-restaurant-item__image-inner {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-height);
    }
    .cp-restaurant-slide .slick-list {
        border-radius: 6px;
        overflow: hidden;
    }
    .cp-restaurant-slide.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .cp-restaurant-slide .slick-dots {
        bottom: -30px;
        font-size: 0;
    }
    .cp-restaurant-slide .slick-dots li {
        width: 18px;
        height: 18px;
        margin: 0;
    }
    .cp-restaurant-slide .slick-dots li button {
        padding: 4px;   
        width: 18px;
        height: 18px;
        font-size: 0;
        background-color: transparent;
        opacity: 1;
    }
    .cp-restaurant-slide .slick-dots li button:before {
        width: 10px;
        height: 10px;
        content: "";
        background-color: #E9E9E9;
        border-radius: 50%;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        opacity: 1;
    }
    .cp-restaurant-slide .slick-dots li.slick-active button:before {
        background-color: #000;
    }
    .cp-restaurant-slide .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .cp-restaurant-item__content {
        width: 46.67%;
        padding: 0 0 0 7%;
    }
    .cp-restaurant-item__logo {
        margin: 0 auto;
    }
    .cp-restaurant-item__logo--1 {
        width: 76%;
        max-width: 410px;
        padding: 0 0 60px;
    }
    .cp-restaurant-item__logo--2 {
        width: 34%;
        max-width: 182x;
        padding: 0 0 40px;
    }
    .cp-restaurant-item__logo--3 {
        width: 62%;
        max-width: 336px;
        padding: 23px 0 60px;
    }
    .cp-restaurant-item__text {
        padding: 47px 0 45px;
        font-size: 18px;
        line-height: 2.1;
        letter-spacing: -0.05em;
    }
    .cp-restaurant-item__content h3 {
        font-size: 16px;
    }
    .cp-restaurant-item__awards {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .cp-restaurant-item__awards li {
        padding-left: 14px;
        letter-spacing: 0;
        line-height: 2;
    }
    .cp-restaurant-item__awards li:before {
        width: 6px;
        height: 6px;
        top: 16px;
    }
    .cp-restaurant-item__awards-logos {
        height: auto;
        padding-bottom: 13%;
        margin-bottom: 34px;
        position: relative;
    }
    .cp-restaurant-item__awards-logos--2 {
        height: auto;   
    }
    .cp-restaurant-item__awards-logos img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .cp-restaurant-item__content dt {
        font-size: 16px;
        padding: 12px 0;
    }
    .cp-restaurant-item__content dd {
        font-size: 16px;
        padding: 12px 0;
    }
    .cp-restaurant-item__content dd a {
        text-indent: 20px;
    }
    .cp-restaurant-item__content dd a:before {
        width: 14px;
        height: 21px;
    }
    .cp-restaurant-item__instagram {
        padding-top: 14px;
    }
    .cp-restaurant-item__instagram .logo {
        width: 80px;
        /* padding-left: 13px; */
    }
    .cp-restaurant-item__instagram .logo:before {
        width: 40px;
        height: 40px;
    }
    .cp-restaurant-item__instagram .link {
        width: calc(100% - 80px);
        font-size: 18px;
        line-height: 1.8;
    }
}

@media (min-width: 720px) { /* pc */

}