/* contents__title
-------------------------------------------------------------*/

.lp-common__title-1__wrapper{
    margin-bottom: 56px;
}

.lp-common__title-1__wrapper.sushi-tokyo{
    background: url(../../lp/tokyo/sushi/img/title-h1_bg.jpg) no-repeat center center / cover;
}

.lp-common__title-1__wrapper.restaurants-tokyo{
    background: url(../../lp/tokyo/japanese_restaurants/img/title-h1_bg.jpg) no-repeat center center / cover;
}

.lp-common__title-1__wrapper.wagyu-tokyo{
    background: url(../../lp/tokyo/wagyu/img/title-h1_bg.jpg) no-repeat center center / cover;
}

.lp-common__title-1__wrapper.kaiseki-kyoto{
    background: url(../../lp/kyoto/kaiseki/img/title-h1_bg.jpg) no-repeat center center / cover;
}

.lp-common__title-1__inner{
    position: relative;
    width: 920px;
    max-width: 90vw;
    height: 286px;
    margin: 0 auto;
}

.lp-common__title-1{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 480px;
    height: 100%;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.lp-common__title-1 small{
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.lp-common__title-1 span{
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}

.lp-common__title-3{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}


@media (min-width: 768px) and (max-width: 1022px){
    .lp-common__title-1__wrapper{
        margin-bottom: 5.479452vw;
    }

    .lp-common__title-1__inner{
        height: 27.98434vw;
    }

    .lp-common__title-1{
        font-size: 3.13111vw;
    }

    .lp-common__title-1 small{
        font-size: 1.95694vw;
        margin-bottom: 0.97847vw;
    }
    .lp-common__title-1 span{
        font-size: 1.56555vw;
        margin-top: 1.56555vw;
    }

    .lp-common__title-3{
        font-size: 1.95694vw;
        margin-bottom: 3.91389vw;
    }
}


@media (max-width: 767px){
    .lp-common__title-1__wrapper{
        margin-bottom: 3.91134vw;
    }

    .lp-common__title-1__wrapper.sushi-tokyo{
        background: url(../../lp/tokyo/sushi/img/title-h1_bg-sp.jpg) no-repeat center center / cover;
    }

    .lp-common__title-1__wrapper.restaurants-tokyo{
        background: url(../../lp/tokyo/japanese_restaurants/img/title-h1_bg-sp.jpg) no-repeat center center / cover;
    }

    .lp-common__title-1__wrapper.wagyu-tokyo{
        background: url(../../lp/tokyo/wagyu/img/title-h1_bg-sp.jpg) no-repeat center center / cover;
    }

    .lp-common__title-1__wrapper.kaiseki-kyoto{
        background: url(../../lp/kyoto/kaiseki/img/title-h1_bg-sp.jpg) no-repeat center center / cover;
    }

    .lp-common__title-1__inner{
        max-width: 100%;
        height: 79.92177vw;
    }

    .lp-common__title-1{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        font-size: 6.77966vw;
        padding-top: 7.82268vw;
    }

    .lp-common__title-1 small{
        font-size: 4.17209vw;
        margin-bottom: 2.73794vw;
    }
    .lp-common__title-1 span{
        font-size: 3.12907vw;
        margin-top: 3.25945vw;
    }

    .lp-common__title-3{
        font-size: 5.21512vw;
        margin-bottom: 5.21512vw;
    }
}


/* leadText
-------------------------------------------------------------*/

.leadText{
    width: 1000px;
    max-width: 90vw;
    margin: 0 auto 80px;
}

.leadText p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66667;
}

.leadText p + p{
    margin-top: 18px;
}


@media (min-width: 768px) and (max-width: 1022px){
    .leadText{
        margin: 0 auto 7.827789vw;
    }

    .leadText p{
        font-size: 1.565558vw;
    }

    .leadText p + p{
        margin-top: 1.76125vw;
    }
}


@media (max-width: 767px){
    .leadText{
        max-width: 91.78617vw;
        margin: 0 auto 20.86049vw;
    }

    .leadText p{
        font-size: 4.17209vw;
    }

    .leadText p + p{
        margin-top: 3.12907vw;
    }
}


/* restaurant__list
-------------------------------------------------------------*/

.restaurant__list{
    width: 920px;
    max-width: 90vw;
    margin: 0 auto 65px;
}

.restaurant__list sup{
    position: relative;
    font-size: 0.8em;
    vertical-align: baseline;
    top: -0.3em;
}

.restaurant__list > li + li{
    margin-top: 20px;
}

.restaurant__list > li a{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #342f28;
    border-radius: 4px;
    overflow: hidden;
}

.restaurant__information{
    width: 480px;
    min-height: 290px;
    padding: 17px 20px 7px 20px;
    line-height: 1.5;
}

.restaurant__img{
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    height: 100%;
}

.restaurant__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.restaurant__bookInstantly{
    font-size: 12px;
    font-weight: 600;
    color: #c1a06c;
    margin-bottom: 10px;
}

.restaurant__name{
    font-size: 16px;
    font-weight: 600;
}

.restaurant__place{
    margin-bottom: 10px;
    font-size: 0;
}

.restaurant__place__prefecture,
.restaurant__place__area{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.restaurant__place__area::before{
    content: "\00a0| "; /* Add Unicode code point for a non-breaking space (i.e., `&nbsp;`) */
}

.restaurant__outline{
    font-size: 14px;
    margin-bottom: 10px;
}

.restaurant__price{
    margin-bottom: 10px;
}

.restaurant__price span{
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 26px;
}

.restaurant__price span::before{
    content: "\0a5";
}

.restaurant__price span + span{
    margin-left: 15px;
}

.restaurant__price__lunch::after,
.restaurant__price__dinner::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.restaurant__price__lunch::after{
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../img/icon-lunch.svg) no-repeat center center / contain;
}

.restaurant__price__dinner::after{
    left: 2px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-dinner.svg) no-repeat center center / contain;
}

.restaurant__feature{
    display: flex;
    gap: 7px 16px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.restaurant__feature > li{
    position: relative;
    font-size: 12px;
    color: #c1a06c;
    padding-left: 20px;
}

[class*="restaurant__feature__icon-"]::before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(0, -50%);
    content: "";
    background: no-repeat center center / contain;
}

.restaurant__feature__icon-michelin1::before{
    background-image: url(../img/icon-michelin-1.svg);
    background-size: auto 12px;
}

.restaurant__feature__icon-michelin2::before{
    background-image: url(../img/icon-michelin-2.svg);
    background-size: auto 12px;
}

.restaurant__feature__icon-michelin3::before{
    background-image: url(../img/icon-michelin-3.svg);
    background-size: auto 12px;
}

.restaurant__feature__icon-child::before{
    background-image: url(../img/icon-child.svg);
    background-size: auto 12px;
}

.restaurant__feature__icon-english::before{
    background-image: url(../img/icon-english.svg);
    background-size: auto 14px;
}

.restaurant__feature__icon-private::before{
    background-image: url(../img/icon-private-room.svg);
    background-size: auto 14px;
}

.restaurant__feature__icon-vegetarian::before{
    background-image: url(../img/icon-vegetarian.svg);
    background-size: auto 13px;
}

.restaurant__subTitle{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 3px;
}

.restaurant__subText{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.restaurant__subText__small{
    font-size: 12px;
    line-height: 1.5;
    color: #d7d2cb;
    margin-bottom: 10px;
}

.restaurant__btn-more{
    margin-bottom: 60px;
}

.restaurant__btn-more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 240px;
    height: 40px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #c1a06c;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #1d1a16;
}


@media (min-width: 768px) and (max-width: 1022px){
    .restaurant__list{
        width: 90.01956vw;
        margin: 0 auto 6.36007vw;
    }

    .restaurant__list > li{
        border-radius: 0.39138vw;
    }

    .restaurant__list > li + li{
        margin-top: 1.95694vw;
    }

    .restaurant__information{
        width: 46.86673vw;
        min-height: 28.375734vw;
        padding: 1.6634vw 1.95694vw 0.68493vw 1.95694vw;
    }

    .restaurant__img{
        width: 43.05283vw;
    }

    .restaurant__bookInstantly{
        font-size: 1.17416vw;
        margin-bottom: 0.97847vw;
    }

    .restaurant__name{
        font-size: 1.56555vw;
    }

    .restaurant__place{
        margin-bottom: 0.97847vw;
    }

    .restaurant__place__prefecture,
    .restaurant__place__area{
        font-size: 1.17416vw;
    }

    .restaurant__outline{
        font-size: 1.36986vw;
        margin-bottom: 0.97847vw;
    }

    .restaurant__price{
        margin-bottom: 0.97847vw;
    }

    .restaurant__price span{
        font-size: 1.17416vw;
        padding-left: 2.54403vw;
    }

    .restaurant__price span + span{
        margin-left: 1.46771vw;
    }

    .restaurant__price__lunch::after{
        width: 1.6634vw;
        height: 1.6634vw;
    }

    .restaurant__price__dinner::after{
        left: 0.19569vw;
        width: 1.36986vw;
        height: 1.36986vw;
    }

    .restaurant__feature{
        gap: 0.68493vw 1.56555vw;
        margin-bottom: 0.97847vw;
    }

    .restaurant__feature > li{
        font-size: 1.17416vw;
        padding-left: 1.956947vw;
    }

    [class*="restaurant__feature__icon-"]::before{
        width: 1.56555vw;
        height: 1.56555vw;
    }

    .restaurant__feature__icon-michelin1::before{
        background-size: auto 1.17416vw;
    }

    .restaurant__feature__icon-michelin2::before{
        background-size: auto 1.17416vw;
    }

    .restaurant__feature__icon-michelin3::before{
        background-size: auto 1.17416vw;
    }

    .restaurant__feature__icon-child::before{
        background-size: auto 1.17416vw;
    }

    .restaurant__feature__icon-english::before{
        background-size: auto 1.36986vw;
    }

    .restaurant__feature__icon-private::before{
        background-size: auto 1.36986vw;
    }

    .restaurant__feature__icon-vegetarian::before{
        background-size: auto 1.27201vw;
    }

    .restaurant__subTitle{
        font-size: 1.36986vw;
        margin-bottom: 0.29354vw;
    }

    .restaurant__subText{
        font-size: 1.36986vw;
        margin-bottom: 0.97847vw;
    }

    .restaurant__subText__small{
        font-size: 1.17416vw;
        margin-bottom: 0.97847vw;
    }

    .restaurant__btn-more{
        margin-bottom: 5.87084vw;
    }

    .restaurant__btn-more a{
        min-width: 23.48336vw;
        height: 3.91389vw;
        padding: 0 1.956947vw;
        border-radius: 0.39138vw;
        font-size: 1.56555vw;
    }
}


@media (max-width: 767px){
    .restaurant__list{
        max-width: 91.78617vw;
        margin: 0 auto 8.47457vw;
    }

    .restaurant__list > li + li{
        margin-top: 3.91134vw;
    }

    .restaurant__list > li a{
        flex-direction: column-reverse;
        border-radius: 1.04302vw;
    }

    .restaurant__information{
        position: relative;
        width: 100%;
        padding: 4.17209vw 4.17209vw 0.91264vw 4.17209vw;
        z-index: 10;
    }

    .restaurant__img{
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .restaurant__img img{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 0 0;
    }

    .restaurant__bookInstantly{
        background: #c1a06c;
        width: fit-content;
        padding: 0.52151vw 1.30378vw;
        border-radius: 1.04302vw;
        font-size: 3.65058vw;
        color: #1d1a16;
        margin: -7.43154vw 0 3.25945vw;
    }

    .restaurant__name{
        font-size: 4.69361vw;
    }

    .restaurant__place{
        margin-bottom: 3.25945vw;
    }

    .restaurant__place__prefecture,
    .restaurant__place__area{
        font-size: 3.65058vw;
    }

    .restaurant__outline{
        font-size: 3.65058vw;
        margin-bottom: 1.30378vw;
    }

    .restaurant__price{
        margin-bottom: 3.25945vw;
    }

    .restaurant__price span{
        font-size: 3.65058vw;
        padding-left: 7.04041vw;
    }

    .restaurant__price span + span{
        margin-left: 3.25945vw;
    }

    .restaurant__price__lunch::after{
        width: 5.47588vw;
        height: 5.47588vw;
    }

    .restaurant__price__dinner::after{
        left: 0.78226vw;
        width: 3.78096vw;
        height: 3.78096vw;
    }

    .restaurant__feature{
        gap: 1.30378vw 5.21512vw;
        margin-bottom: 3.25945vw;
    }

    .restaurant__feature > li{
        position: relative;
        font-size: 3.65058vw;
        color: #c1a06c;
        padding-left: 6.5189vw;
    }

    [class*="restaurant__feature__icon-"]::before{
        position: absolute;
        width: 4.43285vw;
        height: 4.43285vw;
    }

    .restaurant__feature__icon-michelin1::before{
        background-size: auto 3.65058vw;
    }

    .restaurant__feature__icon-michelin2::before{
        background-size: auto 3.65058vw;
    }

    .restaurant__feature__icon-michelin3::before{
        background-size: auto 3.65058vw;
    }

    .restaurant__feature__icon-child::before{
        background-size: auto 3.91134vw;
    }

    .restaurant__feature__icon-english::before{
        background-size: auto 4.30247vw;
    }

    .restaurant__feature__icon-private::before{
        background-size: auto 4.43285vw;
    }

    .restaurant__feature__icon-vegetarian::before{
        background-size: auto 3.78096vw;
    }

    .restaurant__subTitle{
        font-size: 3.65058vw;
        margin-bottom: 0.78226vw;
    }

    .restaurant__subText{
        font-size: 3.65058vw;
        margin-bottom: 3.25945vw;
    }

    .restaurant__subText__small{
        font-size: 3.12907vw;
        margin-bottom: 3.25945vw;
    }

    .restaurant__btn-more{
        margin-bottom: 15.64537vw;
    }

    .restaurant__btn-more a{
        min-width: 62.58148vw;
        height: 10.43024vw;
        border-radius: 1.04302vw;
        font-size: 4.17209vw;
    }
}


/* areaSearch
-------------------------------------------------------------*/

[class*="areaSearch__btn__list"]{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 920px;
    max-width: 90vw;
    margin: 0 auto 130px;
}

.areaSearch__btn__list-small{
    width: 700px;
}

[class*="areaSearch__btn__list"] a{
    display: block;
    padding: 4px 10px;
    border: 1px solid #c1a06c;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #c1a06c;
}


@media (min-width: 768px) and (max-width: 1022px){
    [class*="areaSearch__btn__list"]{
        gap: 1.95694vw;
        width: 90.01956vw;
        margin: 0 auto 12.72015vw;
    }

    .areaSearch__btn__list-small{
        width: 68.49315vw;
    }

    [class*="areaSearch__btn__list"] a{
        padding: 0.39138vw 0.97847vw;
        border-radius: 0.39138vw;
        font-size: 1.56555vw;
    }
}


@media (max-width: 767px){
    [class*="areaSearch__btn__list"]{
        gap: 3.65058vw;
        max-width: 91.78617vw;
        margin: 0 auto 16.94915vw;
    }

    .areaSearch__btn__list-small{
        width: 91.26466vw;
    }

    [class*="areaSearch__btn__list"] a{
        padding: 1.82529vw 2.60756vw;
        border-radius: 1.04302vw;
        font-size: 4.17209vw;
    }
}


/* otherCategories
-------------------------------------------------------------*/

.otherCategories__list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    width: 920px;
    max-width: 90vw;
    margin: 0 auto 130px;
}

.otherCategories__list li{
    width: 290px;
}

.otherCategories__list li img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
}

.otherCategories__list li p{
    font-size: 16px;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 1022px){
    .otherCategories__list{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2.44618vw;
        width: 90.01956vw;
        max-width: 90vw;
        margin: 0 auto 12.72015vw;
    }

    .otherCategories__list li{
        width: 28.37573vw;
    }

    .otherCategories__list li img{
        width: 100%;
        height: auto;
        border-radius: 0.391389vw;
        margin-bottom: 1.95694vw;
    }

    .otherCategories__list li p{
        font-size: 1.56555vw;
        font-weight: 600;
    }
}


@media (max-width: 767px){
    .otherCategories__list{
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 7.82268vw 4.04172vw;
        max-width: 83.333333vw;
        margin: 0 auto 16.94915vw;
    }

    .otherCategories__list li{
        width: 39.63494vw;
    }

    .otherCategories__list li img{
        border-radius: 1.043025vw;
        margin-bottom: 2.60756vw;
    }

    .otherCategories__list li p{
        font-size: 4.17209vw;
        line-height: 1.1875;
    }
}


/* about
-------------------------------------------------------------*/

.about{
    background: #342f28;
}

.about__inner{
    width: 920px;
    max-width: 90vw;
    padding: 40px 0;
    margin: 0 auto;
    background: url(../img/about-bg.png) no-repeat left top / auto 100%;
}

.about__title{
    width: 700px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.about__outline{
    width: 700px;
    margin: 0 auto 20px;
    font-size: 14px;
}

.about__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    background-color: #c1a06c;
    border-radius: 4px;
    font-size: 16px;
    color: #1d1a16;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 1022px){
    .about__inner{
        width: 90.01956vw;
        padding: 3.91389vw 0;
    }

    .about__title{
        width: 68.49315vw;
        padding-bottom: 1.46771vw;
        margin: 0 auto 1.95694vw;
        font-size: 2.34833vw;
    }

    .about__outline{
        width: 68.49315vw;
        margin: 0 auto 1.95694vw;
        font-size: 1.36986vw;
    }

    .about__btn a{
        width: 23.48336vw;
        height: 3.91389vw;
        border-radius: 0.39138vw;
        font-size: 1.56555vw;
    }
}


@media (max-width: 767px){
    .about__inner{
        background: none;
        max-width: 83.44198vw;
        padding: 5.21512vw 0;
    }

    .about__title{
        width: 83.44198vw;
        padding-bottom: 3.25945vw;
        margin: 0 auto 3.91134vw;
        font-size: 5.21512vw;
    }

    .about__outline{
        width: 83.44198vw;
        margin: 0 auto 3.91134vw;
        font-size: 3.65058vw;
        text-align: center;
    }

    .about__btn a{
        width: 62.58148vw;
        height: 10.43024vw;
        border-radius: 1.04302vw;
        font-size: 4.17209vw;
    }
}
