@charset "UTF-8";
@media screen and (max-width : 768px){
body.underlayer #sp_fv h2 {
	padding-top: 40px;
}

.blankbox {
	height: 1000px;
}

.sec_tit .ti_page span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(41,168,138,0.7);
    width: 120px;
    height: 60px;
    color: #FFF;
    font-weight: bold;
    font-size: 4.533vw;
}

/* page title -------------------------------------*/
.sec_tit .ti_page {
	background:url(../img/menu/bg_tit_sp.jpg) center;
	background-size: cover;
	height: 55%;
	min-height: 206px;
	display: flex;
	align-items: center;
	padding: 0 5%;
	font-size: 7.533vw;
	color: #FFF;
	font-weight: bold;
	position: relative;

}
.sec_tit .ti_page.lunch {
	background:url(../img/lunch/bg_tit_sp.jpg) center;
	background-size: cover;

}
.sec_tit .ti_page.dinner {
	background:url(../img/dinner/bg_tit_sp.jpg) center;
	background-size: cover;

}
.sec_tit .ti_page.course {
	background:url(../img/course/bg_tit_sp.jpg) center;
	background-size: cover;
}
.sec_tit .ti_page.party {
	background:url(../img/party/bg_tit_sp.jpg) center;
	background-size: cover;
}
.sec_tit .ti_page.season {
	background:url(../img/season/bg_tit_sp.jpg) center;
	background-size: cover;
}

.sec_tit .txt {
	padding: 1%;
	font-size: 2.66vw;
	text-align: right;
}


}

/*-------------------PC用新規記述　片山 2018/10/10------------*/


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

	.sec_nav_ma {
	margin: 0;
}

.sec_tit .ti_page.lunch {
    background: url(../img/lunch/bg_tit_pc.jpg) no-repeat center right;
    display: flex;
    align-items: center;
    padding: 0 12%;
    color: #29a88a;
    font-weight: bold;
}

.sec_tit .ti_page.dinner {
    background: url(../img/dinner/bg_tit_pc.jpg) no-repeat center right;
    display: flex;
    align-items: center;
    padding: 0 12%;
    color: #29a88a;
    font-weight: bold;
}

.sec_tit .ti_page.party {
    background: url(../img/party/bg_tit_pc.jpg) no-repeat center right;
    display: flex;
    align-items: center;
    padding: 0 12%;
    color: #29a88a;
    font-weight: bold;
}


.sec_tit .ti_page.course {
    background: url(../img/course/bg_tit_pc.jpg) no-repeat center right;
    display: flex;
    align-items: center;
    padding: 0 12%;
    color: #29a88a;
    font-weight: bold;
}

.sec_tit .ti_page.season {
    background: url(../img/bg_tit_season.jpg) no-repeat center right;
    display: flex;
    align-items: center;
    padding: 0 12%;
    color: #29a88a;
    font-weight: bold;
}


#full {

	padding-bottom: 100px;
}


}

