@charset "utf-8";
/*==========================================
eat
==========================================*/
#EAT{
    background-image: url(../image/top_beach.png);
    background-size: cover;
    padding-top: 75px;
}


.eat_Catchphrase_box{
    padding: 0 var(--contentPadding,4%);
    width: fit-content;
    margin: 0 auto;
}
.eat_Catchphrase{
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
    color: var(--black,#303030);
}

.eat_Catchphrase_txt{
    margin-top: 40px;
}

.city_txt,.eat_Catchphrase_txt{
    font-family: "Kiwi Maru";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--black,#303030);
}

.eat_city_box{
    padding: 0 var(--contentPadding,4%);
    margin: 100px auto 10px;
}

.city_smallbox{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.city_smallbox img{
    width: 150px;
    height: 150px;
    border-radius: 25px;
}

.city_txt{
    width: 45%;
    margin-left: 30px;
}

.vegetables_left,.vegetables_right{
    display: none;
}

#eat_circle{
    
    background-color: #E9AFAF;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .eat_Catchphrase {
        font-size: 2.4rem;
    }
    .city_txt {
        font-size: 1.6rem;
        max-width: 300px;
    }
    .eat_Catchphrase_txt {
        font-size: 1.6rem;
        max-width: 600px;
    }
}
/*=======  PC 1200px  =======*/
@media screen and (min-width: 1200px){
    #EAT{
        padding-top: 300px;
    margin-top: -100px;
    }
}

/*=======  PC 1200px  =======*/
@media screen and (min-width: 1440px){
    .eat_Catchphrase_txt {
        max-width: 470px;
    }
    .eatbgbox{
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .vegetables_left,.vegetables_right{
        display: block;
        object-fit: contain;
        margin-top: -200px;
    }
    .vegetables_left{
        margin-left: 30px;
    }
    .vegetables_right{
        margin-right: 30px;
    }
}

/*==========================================
slider
==========================================*/
.eat_slider{
    margin: 75px auto;
}

.eat_slider_box{
    padding: 20px;
}


.eat_slider_box_inner{
    width: 250px;
    border-radius: 250px 250px 0px 0px;
    border: 3px solid #8D8D8D;
    background-color: #FFFFFF;

    display: block;
    margin: 0 auto;
    
    overflow: hidden;
}
    
.eat_slider_box img{
    width: 100;
    height: 250px;
    object-fit: cover
}

.eat_slider_box p{
    font-family: "Kiwi Maru";
    font-weight: 400;
    line-height: normal;
    color: var(--black,#303030);

    margin: 10px;
}

.eat_slider_main{
    font-size: 2.4rem;
}

.eat_slider_sub{
    font-size: 1.6rem;
    height: 70px;
}


/*==========================================
background_imge
==========================================*/
.background_eat{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#background_lunch{
    object-position: 10% 75%;
    margin-top: 70px;
}

#background_dinner{
    margin-top: 75px;
}

#background_takeout{
    object-position: 10% 80%;
    margin-top: 75px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .background_eat {
        height: 250px;
    }
    #background_takeout {
        object-position: 10% 70%;
    }
    #background_dinner,#background_takeout {
        margin-top: 100px;
    }
}

/*==========================================
lunch
==========================================*/

.eatstyle{
    margin-top: -50px;
}

.lunch_tuesat{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.tuesat_txt{
    text-align: center;
}
.tuesat_txt p{
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--black,#303030);
}

.lunch_txt_main{
    font-family: Marmelad;
    font-size: 2rem;
    margin-top: 50px;
}

.lunch_txt_sub{
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    margin-top: 20px;
}

.lunch_txt_img{
    margin-top: 20px;
}

.lunch_pic{
    width: 300px;
    height: 180x;
    border-radius: 25px;
}

.lunch_sun{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .lunch_tuesat {
        flex-direction: row;
        align-items: flex-end;
        gap: 35px;
        justify-content: center;
    }
    .lunch_sun {
        flex-direction: row;
        align-items: flex-end;
        gap: 35px;
        justify-content: center;
        margin-top: 70px;
    }
}

/*==========================================
dinner
==========================================*/

.eat_subtitle{
    text-align: center;
    align-self: stretch;
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px;
    padding: 0 var(--contentPadding);
    color: var(--black,#303030);
}

.dinner_img_box{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.dinner_enjoy{
    width: 270px;
    margin-top: 50px;
}

.dinner_pic{
    width: 250px;
    border-radius: 25px;
    margin-top: 30px;
}


/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
        .dinner_img_box{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }
}

/*==========================================
take out
==========================================*/
#takeout{
    text-align: center;
}

.takeout_img{
    width: 300px;
    margin: 50px auto 200px;
}


/*==========================================
icon
==========================================*/

.eat_title_main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.eat_toptitle_img{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.eat_toptitle_img::after{
    content: '';
    display: inline-block;
    background-image:url('../image/waveline_black.svg');
    width: 200px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
}

.takeout_title_main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.takeout_toptitle_img{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.takeout_toptitle_img::after{
    content: '';
    display: inline-block;
    background-image:url('../image/waveline_black.svg');
    width: 280px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
}
.sun_icon{
    height: 45px;
    width: 45px;
    margin-right: 10px;
}

.moon_icon{
    height: 35px;
    width: 35px;
    margin-right: 5px;
    margin-top: 5px;
}

.bag_icon{
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

/*=======  PC 393px  =======*/
@media screen and (min-width: 393px){
    .eat_toptitle_img::after {
        height: 23px;
    }
}

/*=======  PC 412px  =======*/
@media screen and (min-width: 412px){
    .eat_toptitle_img::after {
        height: 25px;
    }
    .takeout_toptitle_img::after {
        height: 24px;
    }
}

/*=======  PC 430px  =======*/
@media screen and (min-width: 430px){
    .eat_toptitle_img::after {
        height: 23px;
    }
    .takeout_toptitle_img::after {
        height: 25px;
    }
}

/*=======  PC 640px  =======*/
@media screen and (min-width: 640px){
    .eat_toptitle_img::after {
        height: 21.5px;
    }
    .takeout_toptitle_img::after {
        height: 29px;
    }
}

/*=======  PC 744px  =======*/
@media screen and (min-width: 744px){
    .eat_toptitle_img::after {
        height: 20px;
    }
    .takeout_toptitle_img::after {
        height: 26px;
    }
}

/*=======  PC 800px  =======*/
@media screen and (min-width: 800px){
    .eat_toptitle_img::after {
        height: 29px;
    }
}

/*=======  PC 810px  =======*/
@media screen and (min-width: 810px){
    .eat_toptitle_img::after {
        height: 28px;
    }
}

/*=======  PC 820px  =======*/
@media screen and (min-width: 820px){
    .eat_toptitle_img::after {
        height: 26px;
    }
    .takeout_toptitle_img::after {
        height: 17px;
    }
}

/*=======  PC 1024px  =======*/
@media screen and (min-width: 1024px){
    .eat_toptitle_img::after {
        height: 27px;
    }
}
/*=======  PC 1200px  =======*/
@media screen and (min-width: 1200px){
    .eat_toptitle_img::after{
        width: 240px;
        height: 51px;
        margin: 0;
    }
    .takeout_toptitle_img::after {
        width: 350px;
        height: 40px;
        margin: -8px 0 0;
    }
    .eat_subtitle {
        margin-top: 0;
    }
}

/*=======  PC 1200px  =======*/
@media screen and (min-width: 1440px){
    .takeout_toptitle_img::after {
        height: 35px;
    }
}