@charset "UTF-8";

/*----------------------------------------------------*/
/* Header, Footer Style
-----------------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@media screen and (max-width: 1279px) {
	html, body, body#top_body {
		min-width: initial;
	}
}
#info, #products, #construction_examples, #lilycolornote, #lilycolornet, #lilycolorOnline {
	display: none !important;
}

/* common
-----------------------------------------------------*/

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

.breadcrumb2024{
	display: flex;
	padding: 18px 0 0 20px;
	width: calc(100% - 40px);
}

.breadcrumb2024 li:after {
	content: ">";
	margin: 0 5px;
}

.breadcrumb2024 li:last-child:after {
	display: none;
}

/* header
 ---------------------------------------------*/
#header header {
	max-width: 1280px;
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
}
#header nav {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}
#header .utility {
	float: initial;
	padding-top: 20px;
	max-width: 1010px;
	margin: 0 0 0 auto;
}
#header nav .gnavi > * > a {
	display: block;
	padding: 10px 0;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
}
@media screen and (max-width: 1320px) {

}

/* footer
 ---------------------------------------------*/
#footer {
	width: 100%;
	background: #6F6D6A;
	color: #fff;
}
#footer .fnavi {
	max-width: 1280px;
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
	padding: 45px 0 20px;
}
#footer footer > div {
	max-width: 1280px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 26px 0 20px;
	overflow: hidden;
}
#footer .location > * {
	max-width: 1280px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
#footer .relation > * {
	max-width: 1280px;
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
}



@media screen and (max-width: 1320px) {
	#header .logo {
		top: 30px;
	}
	#header nav .gnavi {
		float: initial;
		padding: 15px 0 0;
		display: flex;
		justify-content: space-between;
		max-width: 1000px;
		width: calc(100% - 40px);
		margin: auto;
	}
	#header nav .gnavi > * {
		float: initial;
		margin: 0;
	}

	#header nav .gnavi:after {
		display: none;
	}
	#header .utility .user_menu {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-right: 0;
	}
	#header .utility .user_menu > li:first-child{
		margin-left: 0;
	}
	#header .utility > .info:before {
		display: none;
	}
	#header .utility {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		max-width: 550px;
	}
	#header .utility .search{
		padding: 3px 0 0 ;
		width: 100px;
	}
	#header .utility .search .btn {
		padding: 9px 0 0 36px;
	}
	#header nav .gnavi > * > a {
		display: block;
		padding: 10px 0;
		font-size: 1.4rem;
		text-decoration: none;
		position: relative;
	}
	#footer .sns {
		float: right;
		padding: 28px 0 28px 0;
		letter-spacing: -.4em;
	}
	#footer .fnavi {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#footer .fnavi > * {
		float: initial;
		margin-left: 0;
		width: calc(33% - 10px);
		margin-bottom: 30px;
	}
	#footer .fnavi > *:first-child, #footer .fnavi > *:nth-child(3), #footer .fnavi > *:nth-child(5), #footer .fnavi > *:nth-child(6) {
		margin-left: 0;
	}
	#footer .relation > * {
		display: flex;
		justify-content: center;
	}
	#footer .utility {
		float: initial;
		overflow: hidden;
		margin: 3px auto 10px auto;
		display: flex;
		justify-content: center;
	}
	#footer .copy {
		float: initial;
		letter-spacing: -.4em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}