@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
common
=============================================== */
/* -----------------------------------------------
ly_rp_contact
----------------------------------------------- */
.ly_rp_contact .contact_range {
	width: 93.75%;
	margin: 0 auto;
}

.ly_rp_contact .contact_range .contact_mass .ttl_area {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.ly_rp_contact .contact_range .contact_mass .bt_area {
	text-align: center;
}

.ly_rp_contact .contact_range .contact_mass .bt_area a img:hover {
	opacity: 0.7;
}


/* ===============================================
ly_section_bg
=============================================== */
.ly_section_bg {
	background: #eaf7ff;
}


/* ===============================================
sec_main
=============================================== */
/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main .view_range {
	overflow: visible;
}

.sec_main .view_range h2 {
	width: 100%;
	margin: 0;
	text-align: center;
}

.sec_main .view_range img {
	width: 100%;
}

/* -----------------------------------------------
links_range
----------------------------------------------- */
.sec_main .links_range {
	position: relative;
	width: 100%;
	margin: 40px 0 0 0;
}

.sec_main .links_range .inner_range {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}

.sec_main .links_range ul {
	/* flex */
	display: block;
}

.sec_main .links_range li {
	margin: 15px 0 0 0;
}

.sec_main .links_range li:first-child {
	margin: 0 0 0 0;
}

.sec_main .links_range li a img:hover {
	opacity: 0.7;
}


/* ===============================================
sec_appealing
=============================================== */
.sec_appealing {
	padding: 50px 0 50px 0;
}

.sec_appealing .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	background-color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_appealing .ttl_range {
	margin: 0 0 35px 0;
}

.sec_appealing .ttl_range .ttl_mass {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_appealing .ttl_range .ttl_mass .icon_area {
	margin: 0 0 22px 0;
}

.sec_appealing .ttl_range .ttl_mass .icon_area img {
	width: min(30vw, 141px);
}

.sec_appealing .ttl_range .ttl_mass h3 {
	color: #bc1920;
	font-size: 22px;
	line-height: 1.4;
}

.sec_appealing .ttl_range .lead_mass {
	font-size: 16px;
	line-height: 2;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
point_mass
*/
.sec_appealing .about_range .point_mass li {
	margin: 40px 0 0 0;
}

.sec_appealing .about_range .point_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_appealing .about_range .point_mass li.v_01 .inner_li {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sec_appealing .about_range .point_mass li.v_02 .inner_li {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.sec_appealing .about_range .point_mass li .txt_area {
	width: 100%;
}

.sec_appealing .about_range .point_mass li .txt_area .label_block {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 10px;
	background: #F8F7DB;
	text-align: center;
	/* flex */
	display: block;
}

.sec_appealing .about_range .point_mass li .txt_area .label_block .num_item {
	margin: 0 0 6px 0;
	color: #bc1920;
	font-size: 50px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.1;
}

.sec_appealing .about_range .point_mass li .txt_area .label_block .txt_item {
	font-size: 18px;
	line-height: 1.1;
}

.sec_appealing .about_range .point_mass li .txt_area .txt_block {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 1.8;
}

.sec_appealing .about_range .point_mass li .view_area {
	text-align: center;
}


/* ===============================================
sec_production
=============================================== */
.sec_production {
	padding: 50px 0 50px 0;
}

.sec_production .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	background-color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_production .ttl_range {
	margin: 0 0 35px 0;
}

.sec_production .ttl_range .ttl_mass {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_production .ttl_range .ttl_mass .icon_area {
	margin: 0 0 22px 0;
}

.sec_production .ttl_range .ttl_mass .icon_area img {
	width: min(30vw, 91px);
}

.sec_production .ttl_range .ttl_mass h3 {
	color: #bc1920;
	font-size: 22px;
	line-height: 1.4;
}

.sec_production .ttl_range .lead_mass {
	font-size: 16px;
	line-height: 2;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
ss_view_mass
*/
.sec_production .about_range .ss_view_mass {
	margin: 0 0 40px 0;
	text-align: center;
}

/* -----------------------------------------------
gallery_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_production .gallery_range .ttl_mass {
	margin: 0 0 15px 0;
	border: 1px solid #bc1920;
	text-align: center;
}

.sec_production .gallery_range .ttl_mass {
	margin: 0 0 15px 0;
	padding: 9px 0 7px 0;
	border: 1px solid #bc1920;
	text-align: center;
}

.sec_production .gallery_range .ttl_mass .txt {
	color: #bc1920;
	font-size: 18px;
}

/* -----------------------------------------------
list_mass
*/
.sec_production #kitchencar_list.prepare {
	display: none;
}

.sec_production .gallery_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec_production .gallery_range .list_mass li {
	display: block;
	margin: 0 0 0.5% 0;
	width: 33%;
}

.sec_production .gallery_range .list_mass li.is-hidden {
	display: none;
}

.sec_production .gallery_range .list_mass li:nth-child(3n) {
	margin: 0 0 0.5% 0;
}

.sec_production .gallery_range .bt_mass {
	display: none;
	padding: 35px 0 0 0;
	text-align: center;
}

.sec_production .gallery_range .bt_mass.on {
	display: block;
}

/* ===============================================
sec_lease
=============================================== */
.sec_lease {
	padding: 50px 0 50px 0;
}

.sec_lease .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	background-color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_lease .ttl_range {
	margin: 0 0 35px 0;
}

.sec_lease .ttl_range .ttl_mass {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_lease .ttl_range .ttl_mass .icon_area {
	margin: 0 0 22px 0;
}

.sec_lease .ttl_range .ttl_mass .icon_area img {
	width: min(30vw, 74px);
}

.sec_lease .ttl_range .ttl_mass h3 {
	color: #bc1920;
	font-size: 22px;
	line-height: 1.4;
}

.sec_lease .ttl_range .lead_mass {
	font-size: 16px;
	line-height: 2;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
point_mass
*/
.sec_lease .about_range .point_mass {
	/* flex */
	display: block;
}

.sec_lease .about_range .point_mass li {
	margin: 35px 0 0 0;
	text-align: center;
}

.sec_lease .about_range .point_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_lease .about_range .point_mass .lt_area {
	margin: 0 0 0 0;
}

.sec_lease .about_range .point_mass .rt_area {
	margin: 35px 0 0 0;
}


/* ===============================================
sec_startup
=============================================== */
.sec_startup {
	padding: 50px 0 50px 0;
}

.sec_startup .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	background-color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_startup .ttl_range {
	margin: 0 0 25px 0;
}

.sec_startup .ttl_range .ttl_mass {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_startup .ttl_range .ttl_mass .icon_area {
	margin: 0 0 22px 0;
}

.sec_startup .ttl_range .ttl_mass .icon_area img {
	width: min(30vw, 69px);
}

.sec_startup .ttl_range .ttl_mass h3 {
	color: #bc1920;
	font-size: 22px;
	line-height: 1.4;
}

.sec_startup .ttl_range .lead_mass {
	font-size: 16px;
	line-height: 2;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
flow_mass
*/
.sec_startup .about_range .flow_mass {
	margin: 0 0 50px 0;
}

.sec_startup .about_range .flow_mass li {
	padding: 20px 10px 20px 10px;
	border-bottom: 2px solid #837D7D;
}

.sec_startup .about_range .flow_mass li .inner_li {
	margin: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_startup .about_range .flow_mass li .icon_area {
	margin: 0 20px 0 0;
}

.sec_startup .about_range .flow_mass li .txt_area {
	font-size: 20px;
	line-height: 1.4;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/* -----------------------------------------------
ft_mass
*/
.sec_startup .about_range .ft_mass .icon_area {
	margin: 0 0 25px 0;
	text-align: center;
}

.sec_startup .about_range .ft_mass .view_area {
	margin: 0 0 25px 0;
	/* flex */
	display: block;
}

.sec_startup .about_range .ft_mass .view_area img {
	width: 100%;
}

.sec_startup .about_range .ft_mass .txt_area {
	color: #bc1920;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}


}/* End SP----------------------------------------------------*/