@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	color: #444444;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	/* min-width: 1200px; */
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
		font-size: 12px;
	}
}
/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
/*-------------------------------------------------
	all
-------------------------------------------------*/
a {
	text-decoration: none;
	color: #505050;
	outline: none;
}
/*　ふわっとhover　*/
a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------------------
	全体囲み
-------------------------------------------------*/
.wrap {
	position: relative;
	z-index: 2;
}
/*-------------------------------------------------
	header
-------------------------------------------------*/
header {
	background-color: #f5f5f5;
}
header .header_box {
	width: 100%;
	margin: 0 auto;
	padding: 5px 6px;
}
header .header_box h1 {
	float: left;
}
header .header_txt_box {
	float: right;
}
.header_txt_box .header_nav {
	font-size: 0;
	margin-bottom: 2px;
}
.header_txt_box .header_nav li {
	font-size: 12px;
	line-height: 1.8em;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.header_txt_box .header_nav li:last-child {
	margin-right: 0;
}
.header_txt_box .header_nav li span {
	font-size: 15px;
	color: #000;
	padding-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
.header_txt_box .header_nav li span img {
	display: block;
}
/*hover*/
.header_txt_box .header_nav li a:hover {
	opacity: 0.8;
}
.header_txt_box .header_txt_box dl {
	font-size: 0;
}
.header_txt_box dl {
	text-align: right;
}
.header_txt_box dl dt ,
.header_txt_box dl dd {
	display: inline-block;
	vertical-align: middle;
}
.header_txt_box dl dt {
	font-size: 22px;
	color: #000;
}
.header_txt_box dl dd {
	font-size: 10px;
	line-height: 1.4em;
	padding-bottom: 2px;
}
.header_txt_box dl dd a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 4px;
}
/*虫眼鏡アイコン*/
.header_search_sp {
	display: none;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	header {
		height: 52px;
		background-color: #fff;
	}
	header .header_box {
		width: 100%;
		padding: 6px 0;
		position: relative;
	}
	header .header_box h1 {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	header .header_txt_box {
		display: none;
	}
	/*虫眼鏡アイコン*/
	.header_search_sp {
		width: 52px;
		height: 100%;
		max-height: 52px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header_search_sp a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.header_search_sp p {
		font-size: 22px;
		text-align: center;
		padding: 26% 0;
	}
}
/*------ sp横 ------*/
@media screen and (max-width: 768px) and (min-width: 568px) {
	header .header_box h1 {
		width: 30%;
	}
}
/*-------------------------------------------------
	nav
-------------------------------------------------*/
.pc_menu_box {
	height: 80px;
	background: url('../img/icon/nav_back.png');
}
nav > ul {
	width: 960px;
	font-size: 0;
	margin: 0 auto;
}
nav > ul > li {
	width: 96px;
	font-size: 12px;
	text-align: center;
	padding: 12px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
nav > ul > li a {
	display: inline-block;
}
/*hover*/
nav > ul > li a:hover {
	opacity: 0.8;
}
nav > ul > li dl dt img {
	vertical-align: bottom;
}
nav > ul > li dl dd {
	font-weight: bold;
	margin-top: 6px;
}
nav > ul > li > ul {
	width: 190px;
	display: none;
	background-color: #444444;
	padding: 10px 12px 20px 12px;
	box-shadow: 0 2px 10px #aca69e;
	position: absolute;
	top: 80px;
	z-index: 10;
}
.kitchenmenu {
	right: -20px !important; 
}
nav > ul > li.kitchen > ul{
	right: 0;
}
/*ドロップダウン ソファ*/
nav > ul > li > ul.nav_sofa {
	width: 200px;
}
nav > ul > li > ul.nav_table {
	width: 220px;
}
nav > ul > li > ul li {
	text-align: left;
	margin-bottom: 4px;
}
nav > ul > li > ul li:last-child {
	margin-bottom: 0;
}
nav > ul > li > ul li a {
	font-size: 11px;
	color: #fff;
	line-height: 1.4em;
	display: block;
}
nav > ul > li > ul li a p {
	border-bottom: 1px solid #fff;
	padding: 4px 0;
	display: inline-block;
}
/*PCメニュー*/
.pc_menu_box {
	display: block;
}
/*SPメニュー*/
.sp_menu_box {
	display: none;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	/*PCメニュー*/
	.pc_menu_box {
		display: none;
	}
	/*SPメニュー*/
	.sp_menu_box {
		width: 86%;
		background-color: #f5f5f5;
		padding: 8% 2%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		transform: translate3d(-100%,0,0);
		transition: all .5s;
	}
	.sp_menu_box .btn_close {
		width: 5%;
		margin: 4% 5%;
	}
	.sp_menu_box h2 {
		margin: 4% 0 2% 0;
	}
	.sp_menu_box h2 span {
		background-color: #f5f5f5;
		padding: 6px 5px;
	}
	.sp_menu_box nav {
	}
	nav > ul {
		width: 100%;
	}
	nav > ul > li {
		width: 25%;
		font-size: 11px;
		padding: 2.8% 0;
	}
	.sp_menu_box .info_nav {
		margin: 4% 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sp_menu_box .info_nav li {
		width: 50%;
		font-size: 10px;
		text-align: center;
		padding: 8px 0;
		display: inline-block;
	}
	.sp_menu_box .info_nav li span {
		font-size: 16px;
		color: #000;
		padding-right: 2px;
		display: inline-block;
		vertical-align: middle;
	}
	.sp_menu_box .info_bottom {
		text-align: center;
	}
	.sp_menu_box .info_bottom dl:first-child {
		margin-bottom: 4%;
	}
	.sp_menu_box .info_bottom dl dt ,
	.sp_menu_box .info_bottom dl dd {
		display: inline-block;
		vertical-align: middle;
	}
	.sp_menu_box .info_bottom dl dt {
		font-size: 24px;
		color: #000;
		margin-right: 2%;
	}
	.sp_menu_box .info_bottom dl dd {
		font-size: 10px;
		text-align: left;
		line-height: 1.6em;
	}
	.sp_menu_box .info_bottom dl dd a {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	/*---SPメニュー開いた時---*/
	.sp_menu_box.open {
		transform: translateZ(0);
	}
	/*SPメニュー後ろ*/
	.overlay {
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		opacity: 0;
		display: block;
	}
	.overlay.open {
		width: 100%;
		height: 100%;
		position: fixed;
		opacity: 10;
	}
	/*SPメニューボタン*/
	.sp_menu_btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 52px;
		height: 52px;
		padding: 25px;
		z-index: 11;
	}
	.sp_menu_btn span {
		width: 40%;
		height: 2px;
		background-color: #444;
		border-radius: 50px;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s ease;
	}
	.sp_menu_btn span:nth-of-type(1) {
		top: 20px;
	}
	.sp_menu_btn span:nth-of-type(2) {
		top: 28px;
	}
	.sp_menu_btn.btn_open span {
		width: 38%;
	}
	.sp_menu_btn.btn_open span:nth-of-type(1) {
		top: 16px;
		transform: translateY(6px) rotate(-45deg);
	}
	.sp_menu_btn.btn_open span:nth-of-type(2) {
		top: 24px;
		transform: translateY(-2px) rotate(45deg);
	}
}
/*------ sp横 ------*/
@media screen and (max-width: 768px) and (min-width: 568px) {
	/*SPメニュー*/
	.sp_menu_box {
		width: 90%;
		padding: 6% 2%;
	}
	.sp_menu_box h2 {
		margin: 1.6% 0 1.2% 0;
	}
	nav > ul > li {
		width: 16.6%;
		padding: 1.5% 0;
	}
	.sp_menu_box .info_nav {
		margin: 1.6% 0 2.8% 0;
	}
	.sp_menu_box .info_nav li {
		width: 25%;
		padding: 4px 0;
	}
	.sp_menu_box .info_bottom {
		font-size: 0;
	}
	.sp_menu_box .info_bottom dl {
		width: 58%;
		display: inline-block;
		vertical-align: middle;
	}
	.sp_menu_box .info_bottom dl:first-child {
		width: 42%;
		margin-bottom: 0;
	}
}
/*-------------------------------------------------
	footer
-------------------------------------------------*/
/*------------------
	CONTACT
------------------*/
.contact_box {
	text-align: center;
	background: url('../img/icon/nav_back.png');
	margin-top: 100px;
	padding: 30px 0 40px 0;
}
.contact_box h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.contact_box h3::before ,
.contact_box h3::after {
	content: "";
	width: 5px;
	height: 2px;
	background-color: #444;
	display: inline-block;
	vertical-align: middle;
}
.contact_box h3::before {
	margin-right: 8px;
}
.contact_box h3::after {
	margin-left: 8px;
}
.contact_box dl ,
.contact_box dl dt ,
.contact_box dl dd {
	display: inline-block;
	vertical-align: middle;
}
.contact_box .contact_tel {
	margin-right: 25px;
}
.contact_box dl dt {
	font-size: 22px;
	color: #000;
}
.contact_box dl dd {
	font-size: 10px;
	line-height: 1.4em;
	padding-bottom: 4px;
}
.contact_box dl dd a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 6px;
}
/*------------------
	概要
------------------*/
.footer_box {
	background-color: #f5f5f5;
}
.footer_box > ul {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	display: -webkit-flex;
	display: flex;
}
.footer_box > ul > li {
	width: 300px;
	margin-right: 20px;
}
.footer_box .footer_title {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #444;
	padding: 6px;
	margin-bottom: 12px;
}
.footer_box > ul > li dl {
	margin-bottom: 12px;
}
.footer_box > ul > li dl:last-child {
	margin-bottom: 0;
}
.footer_box > ul > li dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 6px;
}
.footer_box > ul > li p {
	font-size: 10px;
	line-height: 1.6em;
}
/*詳しくはコチラ*/
.footer_box > ul > li .footer_txt_link {
	font-size: 10px;
	text-align: right;
	margin-top: 12px;
}
.footer_box > ul > li p a {
	padding-bottom: 4px;
	border-bottom: 1px solid #444;
}
/*hover*/
.footer_box > ul > li p a:hover {
	opacity: 0.8;
}
/*各種クレジットカード払い*/
.footer_box .card_list {
	font-size: 0;
	margin-top: 8px;
}
.footer_box .card_list li {
	width: 18.4%;
	font-size: 10px;
	text-align: center;
	border: 1px solid #444;
	border-radius: 5px;
	padding: 6px 0;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
}
.footer_box .card_list li:last-child {
	margin-right: 0;
}
/*返品・交換について*/
.footer_list_link {
	margin-bottom: 14px;
}
.footer_list_link > li {
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 12px;
}
.footer_list_link > li a {
	padding-bottom: 2px;
	border-bottom: 1px solid #444;
}
/*hover*/
.footer_list_link > li a:hover {
	opacity: 0.8;
}
/*会社概要*/
.footer_box .footer_logo_box {
	width: 94%;
	margin-bottom: 6px;
}
.footer_box .footer_txt_bottom {
	margin-top: 20px;
}
/*------------------
	Copyright
------------------*/
.copyright_box {
	font-size: 10px;
	color: #fff;
	background-color: #444;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 0;
}
/*------ sp ------*/
@media screen and (max-width: 768px) {
	/*------------------
		CONTACT
	------------------*/
	.contact_box {
		margin-top: 8%;
		padding: 14% 0 16% 0;
	}
	.contact_box h3 {
		margin-bottom: 8%;
	}
	.contact_box dl {
		display: block;
	}
	.contact_box .contact_tel {
		margin-right: 0;
		margin-bottom: 4%;
	}
	/*------------------
		概要
	------------------*/
	.footer_box > ul {
		width: 82%;
		display: block;
		padding: 10% 0 24% 0;
	}
	.footer_box > ul > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	.footer_box .footer_title {
		padding: 2.6% 2%;
		margin-bottom: 4%;
	}
	.footer_box > ul > li dl {
		padding: 0 2%;
		margin-bottom: 4%;
	}
	.footer_box > ul > li dt br {
		display: none;
	}
	/*返品・交換について*/
	.footer_list_link {
		margin-bottom: 8%;
	}
	.footer_list_link > li {
		margin-top: 4%;
	}
}
/*------ sp横 ------*/
@media screen and (max-width: 768px) and (min-width: 568px) {
	/*------------------
		CONTACT
	------------------*/
	.contact_box {
		padding: 8% 0 10% 0;
	}
	/*------------------
		概要
	------------------*/
	.footer_box > ul {
		padding: 6% 0 8% 0;
	}
}
