@charset "UTF-8";
/* ===================================
common
=================================== */
:root {
    --primary-white:#F9F6EE;
    --primary-red:#C51515;
    --primary-yellow:#E5C836;
    --primary-black:#333333;
}
.top{
    max-width: 1440px;
    margin: 0 auto;
}
/* ===================================
main
=================================== */
.main_name_a{
    font-size: 2.4rem;
}
.main_name_b{
    font-size: 2rem;
} 
.main_img{
    width: 88%;
    position: absolute;
    top:48px;
    left: 0;
    z-index: 2;
}
.main_name{
    color: var(--primary-white);
    font-family: Bevan;
    font-size: 2.8rem;
    line-height: 1.2;
    position: absolute;
    right: 70px;
    top: 130px;
    z-index: 3;
}
.main_line{
    position: absolute;
    width: 100%;
    top: 180px;
    z-index: 1;
    height: 70px;
}
/* ===================================
about
=================================== */
.section_about{
    background-image: url(../images/t_chara.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.about_txt_a{
    color: var(--primary-black);
    text-align: center;
    font-family: "Kaisei Opti";
    font-size: 1.6rem;
    letter-spacing: -1.6px;
    padding-top: 16px;
}
.red_a{
    color: var(--primary-red);
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -2.2px;
}
.about_txt_b{
    color: var(--primary-red);
    text-align: center;
    font-family: "Kaisei Opti";
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -2.4px;
}
.about_txt_c{
    color: var(--primary-black);
    text-align: center;
    font-family: "Kaisei Opti";
    font-size: 1.2rem;
    padding-top: 16px;
}
.red_b{
    color: var(--primary-red);
    font-family: "Kaisei Opti";
    font-size: 1.6rem;
    font-weight: 500;
}
.about_txt_d{
    color: var(--, #030303);
    font-family: "Kaisei Opti";
    font-size: 1.8rem;
    }
.red_c{
    color: var(--primary-red);
    font-family: Bevan;
    font-size: 2.2rem;
}
.about_chara{
    width: 16%;
}
.about_txt_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_btn{
    position: relative;
    width: 170px;
    margin: 0 auto;
}

/* about pc */
@media screen and (min-width : 769px) {
    .section_about{
        height: 950px;
    }
    .about_txt_a{
        font-size: 4.4rem;
        padding-top: 48px;
}
    .red_a{
        color: var(--primary-red);
        font-size: 6rem;
        font-weight: 500;
}
    .about_txt_b{
        font-size: 7.2rem;
        letter-spacing: -7.2px;
}
    .about_txt_c{
            font-size: 2.8rem;
            padding-top: 52px;
    }
    .pc_hid{
        display: none;
    }
    .red_b{
        font-size: 4rem;
        font-weight: 700;
        line-height: 1.2;
    }
    .about_txt_d{
        font-size: 4.4rem;
        }
    .red_c{
        font-size: 6.4rem;
        letter-spacing: 16px;
        padding-left: 10px;
    }
}
/* ===================================
photo
=================================== */
.slider {
	width: 100%;
	overflow: hidden;
    background-image: url(../images/t_info.png);
    height: 130px;
    padding-top: 28px;
}

/* photo pc */
@media screen and (min-width : 769px) {
    .slider{
        height: 400px;
        padding-top: 50px;
    }
    .slider_item{
        width: 10%;
    }
}
/* ===================================
menu
=================================== */
.menu_title{
    color: var(--primary-red);
    font-family: Bevan;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
} 
.menu_photo{
    width: 53% ;
    margin: 0 auto;
    padding-top: 20px;
}
.menu_name{
    font-family: Bevan;
    font-size: 1.8rem;
    padding-right: 20px;
}
.menu_name_j{
    font-family: "Kaisei Opti";
    font-size: 1.4rem;
    font-weight: 700;
}
.menu_name_c{
    font-family: "Kaisei Opti";
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 60px;
}
.menu_name_t{
    font-family: Bevan;
    font-size: 1.8rem;
}
.menu_name_tj{
    font-family: "Kaisei Opti";
    font-size: 1.4rem;
    font-weight: 700;
}
.menu_taco{
    display: flex;
    justify-content: center;
    gap: 32px;
}
.menu_deco{
    width: 53%;
    padding-top: 5px;
}
.menu_price{
    text-align: right;
    font-family: "IBM Plex Sans JP";
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 100px;
}
.menu_item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.menu_btn{
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding: 20px 0;
}
/* photo pc */
@media screen and (min-width : 769px) {
    .menu_deco_1{
        width: 100%;
    }
    .menu_title{
        font-size: 9rem;
        margin-top: 50px;
    }
    .menu_pc{
        display: flex;
        justify-content: center;
    }
    .menu_photo{
        width: 80% ;
        margin-top: 50px;
    }
    .menu_name{
        font-size: 2.4rem;
        padding-right: 20px;
        padding-top: 20px;
    }
    .menu_name_j{
        font-size: 1.8em;
    }
    .menu_name_c{
        font-size: 1.8rem;
    }
    .menu_name_t{
        font-size: 2.4rem;
    }
    .menu_name_tj{
        font-size: 1.8rem;
    }
    .menu_deco{
        width: 65%;
    }
    .menu_price{
        font-size: 3rem;
    }
    .menu_btn{
      margin-top: 40px;
      margin-bottom: 40px;
    }
}
/* ===================================
contact
=================================== */
.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_img{
    width: 80%;
    z-index: 2;
    padding-top: 10px;
}
.contact_box{
    background-color: var(--primary-red);
    width: 88%;
    bottom: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}
.contact_txt{
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 40px;
    padding-top: 80px;
}
.contact_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.drinks_deco{
    width: 40%;
}
/* contact pc */
@media screen and (min-width : 769px) {
    .contact_img{
        width: 45%;
    }
    .contact{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 60px 0;
    }
    .contact_box{
        width: 45%;
        margin-top: 16px;
        margin-left: -60px;
    }
    .contact_txt{
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 200%;
        margin-left: 12%;
}
}
/* contact 960 */
@media screen and (min-width : 960px) {
    .contact_txt{
        font-size: 2rem;
    }
}
/* contact 1160 */
@media screen and (min-width : 1160px) {
    .contact_txt{
        font-size: 2.6rem;
    }
}
/* ===================================
info
=================================== */
.info{
   background-image: url(../images/t_info.png);
   background-size: cover;
}
.info_name{
    color: var(--primary-white);
    text-align: center;
    font-family: Bevan;
    font-size: 2.2rem;
    padding-top: 16px;
}
.name_pc{
    display: none;
}
.info_box{
    background-color: var(--primary-white);
    width: 80%;
    margin: 0 auto;
    margin-top: 8px;
}
.tel{
    text-align: center;
    font-family: Bevan;
    font-size: 2.8rem;
}
.address{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.i_box{
    width: 83%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--primary-yellow);
    margin: 0 auto;
    margin-top: 16px;
}
.info_txt{
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 8px;
    padding-left: 8%;
}
.info_q:last-of-type{
    padding-bottom: 12px;
}
.yohaku_t{
    margin: 0 16px;
}
.yohaku_c{
    margin: 0 28px;
}
.yohaku_s{
    margin: 0 44px;
}
.yohaku_s2{
    margin: 0 72px;
}
.yohaku_p{
    margin: 0 28px;
}
.yohaku_p2{
    margin: 0 72px;
}
.yohaku_b{
    margin: 0 28px;
    font-size: 1.2rem;
    font-weight: 500;
}
.yohaku_b2{
    margin-left: 70px;
}
.info_car{
    font-size: 1.2rem;
    font-weight: 500;
}
.info_btn{
    margin: 0 auto;
    width: 170px;
    padding: 16px 0;
}
.map{
    width: 85%;
    margin: 8%;
}
.map_pc{
    display: none;
}
/* info pc */
@media screen and (min-width : 769px) {
    .info_pc{
        display: flex;
        justify-content: center;
    }
    .name_pc{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .info_name{
        display: none;
    }
    .info_name_1{
        color: var(--primary-white);
        font-family: Bevan;
        font-size: 8rem;
    }
    .info_name_2{
        color: var(--primary-white);
        font-family: Bevan;
        font-size: 6rem;
    }
    .info_name_3{
        color: var(--primary-white);
        font-family: Bevan;
        font-size: 5.5rem;
    }
    .info_box{
        width: 59%;
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .tel{
        font-size: 4rem;
    }
    .address{
        font-size: 2rem;
    }
    .info_txt{
        font-size: 1.6rem;
    }
    .info_car{
        font-size: 1.6rem;
        font-weight: 500;
    }
    .i_box{
        width: 100%;
    }
    .yohaku_c{
        margin: 0 40px;
    }
    .yohaku_s{
        margin: 0 60px;
    }
    .yohaku_s2{
        margin-left: 104px;
    }
    .yohaku_p{
        margin-left: 36px;
        margin-right: 0;
    }
    .yohaku_p2{
        margin-left: 104px;
        margin-right: 0;
    }
    .yohaku_b{
        margin: 0 36px;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .yohaku_b2{
        margin-left: 102px;
    }
    .info_btn{
        margin: 0 auto;
        width: 222px;
        padding: 16px 0 0 0;
    }
    .map{
        display: none;
    }
    .map_pc{
        display: flex;
        width: 80%;
        height: 70%;
        margin-top: 70px;
        margin-left: 40px;
    }
}
/* info 860 */
@media screen and (min-width : 860px) {
  .info_txt{
        font-size: 1.8rem;
    }
    .map_pc{
        margin-top: 40px;
    }
 }
/* info 1160 */
@media screen and (min-width : 1160px) {
    .tel{
        font-size: 4.5rem;
    }
    .address{
        font-size: 2.6rem;
    }
    .info_txt{
        font-size: 2.2rem;
    }
    .yohaku_b{
        font-size: 2rem;
    }
    .info_btn{
        padding: 16px 0 16px 50px;
    }
     .map_pc{
        width: 100%;
        margin-top: 16px;
    }
}