  @charset "utf-8";
#jusyuNav .list ul:after,
#footerTree .linkBoxs:after,
#footerTree .links:after,
#footCnt ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#jusyuNav .list ul,
#footerTree .linkBoxs,
#footerTree .links,
#footCnt ul {
    zoom: 1;
}

#pageTop .menu {
position: absolute;
right: 0;
top: 0;
width: 48px;
height: 48px;
cursor: pointer;
}
#pageTop .menu span {
display: block;
background-color: #595757;
width: 25px;
height: 4px;
}
#pageTop .menu span:nth-child(1) {
position: absolute;
left: 12px;
top: 13px;
}
#pageTop .menu span:nth-child(2) {
position: absolute;
left: 12px;
top: 22px;
}
#pageTop .menu span:nth-child(3) {
position: absolute;
left: 12px;
top: 31px;
}
@media (min-width: 768px) {
	#pageTop .menu {
	display: none;
	}
}
#globalnavi {
position: fixed;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: 100%;
z-index: 99;
font-family: "A1Ã÷³¯", "A1 Mincho", "sans-serif";
display: none;
}
#globalnavi .cont {
padding: 50px 45px;
}
#globalnavi .close {
position: absolute;
right: 13px;
top: 13px;
width: 22px;
height: 22px;
cursor: pointer;
}
#globalnavi .close::before {
content: '';
transform: rotate(-45deg);
position: absolute;
left: 9px;
top: -1px;
background-color: #595757;
width: 4px;
height: 25px;
}
#globalnavi .close::after {
content: '';
transform: rotate(45deg);
position: absolute;
left: 9px;
top: -1px;
background-color: #595757;
width: 4px;
height: 25px;
}
#globalnavi h3 {
margin-bottom: 36px;
text-align: center;
}
#globalnavi h3 img {
width: 241px;
height: auto;
}
#globalnavi ul {
border-top: solid 1px #000;
}
#globalnavi li {
border-bottom: solid 1px #000;
font-size: 20px;
line-height: 1.2;
}
#globalnavi li a {
padding: 13px 7px 16px 7px;
display: block;
color: #000;
}
#globalnavi li a:hover {
text-decoration: none;
}
#globalnavi li span {
display: inline-block;
padding-top: 5px;
font-size: 12px;
}
@media (min-width: 768px) {
	#globalnavi {
	display: none;
	}
}

#pageBottom {
background-color: #d9d9d9;
}

#footCnt {
background-color: #fff;
}
#footCnt div {
margin: 0 auto;
padding: 44px 0 30px 0;
width: 1000px;
}
#footCnt h3 {
margin-bottom: 23px;
}
#footCnt p {
font-family: 'Arapey', serif;
font-size: 12px;
font-style: italic;
}
#footCnt ul {
margin: 0 0 0 363px;
}
#footCnt li {
margin-right: 20px;
width: 127px;
font-size: 13px;
float: left;
text-align: left;
}
#footCnt li a {
background: #000 url(../img/f_arw.png) no-repeat 20px center;
color: #fff;
display: block;
padding: 6px 0 6px 36px;
}
#footCnt li a:hover {
background: #484848 url(../img/f_arw.png) no-repeat 20px center;
text-decoration: none;
}

#moreBLK {
display: none;
}

#jusyuNav {
background-color: #4d4d4d;
overflow: hidden;
}
#jusyuNav h3 {
padding: 6px 0 6px 0;
text-align: center;
}
#jusyuNav h3 img {
margin: 0 auto;
display: block;
}
#jusyuNav h3 a {
position: relative;
display: inline-block;
padding: 10px 0;
text-align: center;
text-decoration: none;
}
#jusyuNav h3 a::after {
position: absolute;
top: 50%;
right: -1.3em;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .2s;
}
#jusyuNav h3 a:hover::after {
right: -1.8em;
}
#jusyuNavi h3 img {
jusyuNav: 100px;
height: auto;
}
#jusyuNav .list {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
padding-top: 50px;
padding-bottom: 30px;
}
#jusyuNav .list::-webkit-scrollbar {
height: 0;
background: #f3f3ed;
}
#jusyuNav .list::-webkit-scrollbar-thumb {
background: #c5c5c5;
}
#jusyuNav .list ul {
box-sizing: border-box;
padding-left: 15px;
width: 904px;
overflow-y: hidden;
}
#jusyuNav .list li {
position: relative;
margin: 0 15px 0 0;
width: 112px;
height: auto;
overflow: hidden;
float: left;
}
#jusyuNav .list li img {
width: 100%;
height: auto;
}
#jusyuNav .list .japaneseoak {
background: url(/ie/tree/common/img/nav_bg_joak.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .mahogany {
background: url(/ie/tree/common/img/nav_bg_mahogany.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .walnut {
background: url(/ie/tree/common/img/nav_bg_walnut.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .teak {
background: url(/ie/tree/common/img/nav_bg_teak.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .cherry {
background: url(/ie/tree/common/img/nav_bg_cherry.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .maple {
background: url(/ie/tree/common/img/nav_bg_maple.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .ash {
background: url(/ie/tree/common/img/nav_bg_ash.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .oak {
background: url(/ie/tree/common/img/nav_bg_oak.jpg) no-repeat center center;
background-size: cover;
}
#jusyuNav .list .mask {
position: absolute;
left: 0;
top: 0;
background-color: rgba(100,100,100,0.5);
width: 225px;
height: 130px;
}
#jusyuNav .list img {
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
	#jusyuNav {
	background-color: #4d4d4d;
	}
	#jusyuNav .list {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 1000px;
	}
	#jusyuNav h3 {
	padding: 30px 0 25px 0;
	}
	#jusyuNav h3 a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	}
	#jusyuNav h3 a::after {
	position: absolute;
	top: 50%;
	right: -1.3em;
	content: '';
	margin-top: -8px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	}
	#jusyuNav h3 a:hover::after {
	right: -1.8em;
	}
	#jusyuNav h3 img {
	width: 186px;
	height: auto;
	}
	#jusyuNav .list ul {
	padding-left: 0;
	width: auto;
	}
	#jusyuNav .list li {
	position: relative;
	margin: 0 20px 20px 0;
	width: 225px;
	height: 130px;
	overflow: hidden;
	float: left;
	}
	#jusyuNav .list li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	width: 225px;
	height: 130px;
	}
	#jusyuNav .list .mask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	width: 225px;
	height: 130px;
	}
	#jusyuNav .list a:hover .mask {
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	}
}

@media (max-width: 767px) {
	/* moreBLK */
	#moreBLK .pc {
	display: none;
	}
	#moreBLK {
	background-color: #c5c4c5;
	padding: 40px 0 50px 0;
	text-align: center;
	}
	#moreBLK img {
	width: 160px;
	height: auto;
	}
	#moreBLK p {
	background-color: #7896a5;
	margin: 40px auto 0 auto;
	width: 130px;
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 3px;
	}
	#moreBLK p a {
	color: #fff;
	}
	/* FOOTER */
	#footerTree .pc {
	display: none;
	}
	#footerTree {
	background-color: #fff;
	padding: 40px 0 33px 0;
	text-align: center;
	}
	#footerTree ul {
	margin: 0 auto;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 3px;
	}
	#footerTree .li1 {
	background-color: #dcdddd;
	margin-bottom: 15px;
	}
	#footerTree .li1 a {
	color: #585656;
	}
	#footerTree .li2 {
	background-color: #585656;
	margin-bottom: 67px;
	}
	#footerTree .li2 a {
	color: #fff;
	}
	#footerTree a {
	text-decoration: none;
	}
}
@media (min-width: 768px) {
	#pageBottom {
	background-color: #d9d9d9;
	}
	/* moreBLK */
	#moreBLK .sp {
	display: none;
	}
	#moreBLK {
	background-color: #c5c4c5;
	}
	#moreBLK .cont {
	position: relative; 
	margin: 0 auto;
	width: 810px;
	text-align: left;
	}
	#moreBLK .pack {
	margin-left: 422px;
	padding: 45px 0 0 0;
	}
	#moreBLK h3 {
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
	#moreBLK p {
	margin-bottom: 28px;
	font-size: 13px;
	line-height: 1.55;
	}
	#moreBLK .image {
	background: url(/ie/tree/common/img/bottom_img_bg.jpg) no-repeat right 217px;
	background-size: 162px auto;
	padding: 45px 0 60px 223px;
	float: left;
	}
	/* FOOTER */
	#footerTree .sp {
	display: none;
	}
	#footerTree {
	padding-top: 33px;
	}
	#footerTree .linkBoxs {
	margin: 0 auto;
	padding: 0 0 40px 0;
	width:810px;
	text-align: left;
	}
	#footerTree .links {
	width: 375px;
	float: left;
	}
	#footerTree .linkBoxs .dl3,
	#footerTree .linkBoxs .dl2 {
	border-top: solid 1px #fff;
	margin-top: 13px;
	padding-top: 16px;
	}
	#footerTree .links2 {
	width: 375px;
	float: right;
	}
	#footerTree .links2 h4,
	#footerTree .links dt {
	background: url(/ie/tree/common/img/icn_hed.png) no-repeat left center;
	margin-bottom: 11px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	}
	#footerTree .links2 dt,
	#footerTree .links dd {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	}
	#footerTree .links2 dd,
	#footerTree .links dd.link {
	background: url(/ie/tree/common/img/f_arw2.png) no-repeat left center;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5;
	}
	#footerTree .links2 dd a,
	#footerTree .links dd.link a {
	color: #000;
	}
	#footerTree .copyright {
	border-top: solid 1px #fff;
	padding: 23px 0 22px 0;
	text-align: center;
	}
}

@media (max-width: 767px) {
	.myhome-bnr {
	background-color: #fff;
	margin-top: -20px;
	padding: 0 20px 20px 20px;
	}
	.myhome-bnr img {
	width: 100%;
	height: auto;
	}
	.myhome-bnr img.pc {
	display: none;
	}
}
@media (min-width: 768px) {
	.myhome-bnr {
	margin: 0 0 50px 0;
	text-align: center;
	}
	.myhome-bnr img {
	transition: all 0.7s ease;
	max-width: 990px;
	height: auto;
	}
	.myhome-bnr a:hover img {
	opacity: 0.7;
	}
	.myhome-bnr img.sp {
	display: none;
	}
}