@charset "UTF-8";
.contact{
    max-width: 1440px;
    margin: 0 auto;
}
.window_red{
    background-color:var(--primary-red);
    color: var(--primary-white);
    text-align: center; 
    font-size: 1.6rem; 
    font-weight: 700;
    border-radius: 5px 5px 0 0; 
    width: 220px;
    height: 33px;
    padding-top: 4px;
    margin-top: 20px;
}
.window_f{
    width: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: var(--primary-red);
    border-radius: 0 5px 5px 5px;
    margin-bottom: 8px;
}
.window_n{
    text-align: center;
    font-family: Bevan;
    font-size: 2rem;
}
.window_logo{
    width: 35%;
}
.tel_logo{
    width: 8%;
    height: 8%;
}
.item_w{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
}
.tel_w{
    text-align: center;
    font-family: Bevan;
    font-size: 3rem;
}
.time{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 12px;
}
.window{
    margin: 0 2%;
}
.space{
    margin-left: 12px;
}
.sns_txt{
    font-size: 1.4rem;
    padding-top: 40px;
    padding-left: 12%;
}
.line_l{
    width:24px;
    height:3px;
    background: var(--primary-yellow);
    transform:rotate(45deg);
    margin-top: 20px;
    margin-right: 8px;
}
.line_r{
    width:24px;
    height:3px;
    background:var(--primary-yellow);
    transform:rotate(-45deg);
    margin-top: 20px;
    margin-left: 4px;
}
.txt_h{
    color: var(--primary-red);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}
.hukidashi{
    display: flex;
    justify-content: center;
    margin-bottom: -12px;
    padding-top: 20px;
}
.btn_red_sns{
    position: relative;
    background-color:var(--primary-red);
    color: var(--primary-white);
    text-align: center; 
    display: inline-block;
    font-size: 2.3rem; 
    margin: 24px 12%;
    cursor: pointer;
    border-radius: 5px; 
    width: 280px;
    height: 49px;
    padding-top: 8px;
}
.btn_red_sns::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -8px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color:var(--primary-white) transparent transparent transparent;
    transform: rotate(-90deg);
}
.btn_red_sns:hover {
    opacity: 0.5;
    background-color:red;
}
.reservation{
    width: 90%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--primary-red);
    border-radius: 5px;
    margin-bottom: 8px;
    margin: 10px auto;
    text-align: center;
}
.data-style{
    background-color: white;
    color: red;
}
.hukidashi_1{
    display: flex;
    justify-content: center;
    margin-bottom: -12px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.window_pc{
    display: none;
}
.drink{
    display: none;
}
.sns_link{
    text-align: center;
}
/* contact pc */
@media screen and (min-width : 769px) {
    .window_red{
        font-size: 2.6rem; 
        border-radius: 5px 5px 0 0; 
        width: 300px;
        height: 54px;
        padding-top: 8px;
    }
    .window_f{
        border-radius: 0 20px 20px 20px;
    }
    .window{
        margin: 60px 20%;
    }
    .window_n{
        font-size: 4rem;
    }
    .tel_w{
        font-size: 4.8rem;
    }
    .time{
        font-size: 2.6rem;
        padding-bottom: 12px;
    }
    .sns_txt{
        font-size: 2.4rem;
        margin-top: -40px;
    }
    .txt_h{
        font-size: 2.4rem;
    }
    .line_l{
        width:32px;
    }
    .line_r{
        width:32px;
    }
    .drink{
        display: flex;
        width: 50%;
        margin: 0 auto;
    }
    .sns{
        display: flex;
        justify-content: center;
    }
    .reservation{
        width: 40%;
        border-width: 5px;
        margin: 0;
        margin-bottom: 30px;
    }
    .sns_box{
        width: 40%;
    }
    .sns_link{
        padding-top: 30px;
    }
}
/* contact 1180 */
@media screen and (min-width : 1180px) {    
    .sns_txt{
        font-size: 3.2rem;
    }
    .reservation{
        width: 30%;
    }
}