@charset "utf-8";

.language_btn {
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 130px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
}

.reservation_btn {
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 70px;
    width: 60px;
    height: 60px;
    background: #BBA761;
    cursor: pointer;
    text-align: center;
}

@media screen and (min-width : 769px){
    .sp_only{
        display: none !important;
    }

    /* PC 版の google map 表示 */
    .google_map {
        top: 0px;
        right: 212px;
        margin-right: 5px;
    }
    .google_map_en {
        top: 0px;
        right: 153px;
        margin-right: 5px;
    }
}

.google_map {
    z-index: 2;
    position: fixed;
    cursor: pointer;
}

.google_map img {
    width: 120px;
    height: 60px;
}

.google_map_en {
    z-index: 2;
    position: fixed;
    cursor: pointer;
}

.google_map_en img {
    width: 120px;
    height: 60px;
}

@media screen and (max-width : 769px) {

    /* スマートフォン版の表示 */
    .google_map {
        top: 70px;
        right: 10px;
        text-align: center;
    }
    .google_map_en {
        top: 70px;
        right: 10px;
        text-align: center;
    }
}

.reservation_btn a {
    display: block;
    height: 100%;
}

.reservation_btn img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.reservation_btn span {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.opened_rsv .reservation_menu{
    transform: translateX(0);
}

.reservation_menu {
    z-index: 3;
    width: 100%;
    background-color: #FFFFFF;
    border-color: #BBA761;
    transform: translateX(100%);
    transition-duration: .5s;
    position: fixed;
    top: 61px;
    right: 0;
}

.rsv_shop{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #BBA761;
    font-size: 14px;
}

.rsv_shop:hover {
    opacity: .7
}

@media screen and (min-width : 769px){
    .language_btn {
        right: 155px;
    }
	
	.reservation_btn {
        right: 95px;
    }

    .reservation_menu {
        width: 156px;
    }

    .pc_google_map {
        right: 155px;
    }
}