@charset "utf-8";

/* ------------------
fv
---------------------*/
.form-header {
    display: block;
    height: 100vh;
    background-image: url(../img/bg_b.jpg);
}

.recruit-fv {
    display: flex;
    align-items: center;
    width: 100%;
}

.recruit-fv-img {
    background-image: url(../img/lunch/mv_other.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 81vh;
}

.recruit-fv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding-bottom: 100px;
}

.logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.txt_box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 75%;
    padding: 20px 61px 56px 0;
}

.recruit-fv-logo {
    width: 28%;
}

.recruit-fv-text-group {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    width: 100%;
    height: 20%;
}


.recruit-fv-text {
    font-size: 20px;
    line-height: 1.8;
}

/* ------------------
lunch
---------------------*/
.lunch {
    background-color: #FFFFFF;
	    background: url(../img/bg_w.jpg);
    color: #111111;
    /*padding:4.4% 6.3% 11.7%;*/
}

.content-label {
    font-size: 24px;
    font-weight: 700;
    margin-top: 70px;
	line-height: 2;
}

.content-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-top: 0;
}

.number-text-area {
    margin-top: 40px;
}

.number-text-box {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.number {
    width: 2%;
}

.number-text {
    width: 98%;
}

.box{
	border: 1px solid #707070;
	padding:20px;
	margin-top:10px;
}

h3 .text_14{
	font-size:14px;
	color: #111111;
}
ul.lunch-list {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    color: #111111;
    padding: 70px 0px;
    z-index: 1;
	flex-wrap: wrap;
	gap: 0 40px;
}
ul.lunch-list li {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    color: #111111;
    padding: 30px 30px 50px;
    z-index: 1;
	width:calc(50% - 80px);
	margin:0 0 70px;
}
.lunch-list-title{
    font-size: 24px;
	text-align:center;
    line-height: 1.5;
	font-weight:800;
	padding: 15px 0;
    }
.lunch-list-price{
        font-size: 24px;
	text-align:center;
	font-weight:500;
        line-height: 1;
	padding: 0 0 15px 0;
    }
.lunch-list-text{
        font-size: 14px;
	text-align:center;
        line-height: 1.8;
	padding:0 0 15px 0;
    }
.lunch-list-text .lunch-list-smalltext{
        font-size: 12px;
	    padding: 10px 0;
    display: block;
	text-align:center;
    }

@media screen and (max-width:1024px) {
    /* ------------------
    fv
    ---------------------*/
    .recruit-fv-logo {
        width: 4.3rem;
        padding-bottom: 0.5rem;
    }
    
    .recruit-fv-img {
        height: 85vh;
    }

    .recruit-fv-img {
        background-image: url(../img/lunch/mv_other_tb.jpg);
        height: 81vh;
    }
	.lunch {
    padding:0 6.3% 11.7%;
}

    /* ------------------
    privacypolicy
    ---------------------*/
    .privacypolicy {
        padding: 10rem 6.3rem;
    }
}

@media screen and (max-width:767.9px) {
    /* ------------------
    fv
    ---------------------*/
.form-header {
    display: block;
    height: 50vh;
}
    .recruit-fv-title {
        width: 30%;
    }

    .title-img {
        width: 45%;
    }

    .logo_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 23%;
    }

    .txt_box {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 75%;
        padding: 2.3rem 1.5rem 2.9rem 0;
    }

    .recruit-fv-logo {
        width: 3.7rem;
        padding-bottom: 0.5rem;
        margin-top: 0;
    }

    .recruit-fv-text-group {
        width: 100%;
        align-items: center;
    }

    .recruit-fv-img {
        background-image: url(../img/lunch/mv_other_sp.jpg);
        height: 40vh;
    }

    .recruit-fv-text {
        font-size: 1.2rem;
        line-height: 1.8;
        height: 44%;
    }
    /* ------------------
   lunch
    ---------------------*/
    .lunch {
        padding:0 1.5rem;
    }

    .content-label {
        font-size:16px;
        margin-top: 4rem;
    }

    .content-text {
        font-size: 12px;
        /*margin-top: 1rem;*/
    }

    .number-text-area {
        margin-top: 4rem;
    }

    .number-text-box {
        font-size: 1.4rem;
    }

    .number {
        width: 5%;
    }

    .number-text {
        width: 95%;
    }
	
	.flex {
        display: flex;
        flex-direction: column;
    }
	
	 .lineup-title {
        font-size: 16px;
        padding-top: 20px;
    }
	
	h3 .text_14 {
        font-size: 12px;
    }
	
	.sp_mb{
		margin-bottom:6rem;
	}
	ul.lunch-list {
    position: relative;
    display:block;

    padding: 70px 0px;

    gap: 0;
}
	ul.lunch-list li {
    width: calc(100% - 20px);
		padding:15px 10px 30px;
}
	.lunch-list-title{
    font-size: 16px;
    }
.lunch-list-price{
        font-size: 18px;
    }
	.lunch-list-text .lunch-list-smalltext {
    font-size: 10px;
}
}