@charset 'UTF-8';





/*

	Base

*/

body {
	background-image: url('./images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
	font-family: 'Kosugi Maru', sans-serif;
	color: #434343;
	font-size: 15px;
	font-size: 1.5rem;
}
.container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 2em 0;
	box-sizing: border-box;
}




/*

	header

*/
/*  common  */
body {
	position: relative;
	padding-top: 90px;
	box-sizing: border-box;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1;
}
header .container {
	position: relative;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

/*  .sitetop  */
header .container a.sitetop {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	line-height: 0;
	z-index: 2;
}
header .container a.sitetop h1,
header .container a.sitetop p {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 0;
}
header .container a.sitetop img {
	width: auto;
	height: 70px;
}

/*  contact  */
header .container p.contact {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 100%;
	text-align: right;
}
header .container p.contact span.supple {
	display: inline-block;
	font-size: 1.0rem;
	vertical-align: middle;
}
header .container p.contact span.supple i {
	display: block;
	font-style: normal;
}
header .container p.contact a.tel {
	display: inline-block;
	margin: 0 0 0 0.25em;
	font-size: 2em;
	color: #de6a1c;
	vertical-align: middle;
}
header .container p.contact a.tel:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.25em 0 0;
	background-image: url('./images/tel.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
header .container p.contact a.express {
	display: none;
}
@media screen and (min-width: 1020px) {
	header .container p.contact {
		padding: 0.75em 0 0.75em 1em;
		box-sizing: border-box;
	}
	header .container p.contact span.supple {
		display: block;
	}
}

/*  nav  */
header .container nav {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	width: 100%;
	text-align: right;
	line-height: 0;
}
header .container nav ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	font-size: 0;
}
header .container nav ul li {
	display: inline-block;
	margin: 0;
}
header .container nav ul li.blog {
	display: none;
}
header .container nav ul li a {
	display: block;
	width: auto;
	height: 45px;
	padding: 1em;
	border-bottom: 2px solid transparent;
	background-color: #FFFFFF;
	color: #de6a1c;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	box-sizing: border-box;
}
header .container nav ul li a:hover {
	border-bottom: 2px solid #de6a1c;
	background-color: #f5f5f5;
}
header .container nav ul li a:before {
	content: "";
	display: inline-block;
	width: 22.5px;
	height: 22.5px;
	margin: 0 1em 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
}
header .container nav ul li.online a:before { background-image: url('./images/online.png');}
header .container nav ul li.service a:before { background-image: url('./images/delivery.png');}
header .container nav ul li.product a:before { background-image: url('./images/futon.png');}
header .container nav ul li.price a:before { background-image: url('./images/payment.png');}
header .container nav ul li.faq a:before { background-image: url('./images/faq.png');}
header .container nav ul li.contact a:before { background-image: url('./images/contact.png');}
@media screen and (min-width: 1020px) {
	header .container nav {
		position: absolute;
		top: 0;
		right: 250px;
	}
	header .container nav ul {
		text-align: left;
	}
	header .container nav ul li a {
		width: 90px;
		height: 90px;
	}
	header .container nav ul li a:before {
		display: block;
		width: 45px;
		height: 45px;
		margin: 0 auto 1em;
	}
}

/*  .fb  */
header .fb {
	display: block;
	width: auto;
	padding: 1em 0.5em;
	border-radius: 5px;
	color: #ffffff;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	vertical-align: middle;
	box-sizing: border-box;
}
header .fb:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0 0.5em 0;
	background-image: url('./images/futon_w.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
header .fb:nth-of-type(1) {
	position: absolute;
	top: 105px;
	right: 10px;
	height: 11em;
	background-color: #de6a1c;
}
header .fb:nth-of-type(2) {
	position: absolute;
	top: 277.5px;
	right: 10px;
	height: 10em;
	background-color: #008BBB;
}





/*

    footer

*/
footer .container {
	text-align: center;
}
footer .container img {
	width: auto;
	height: 70px;
}
footer .container p {
	margin-bottom: 0;
}
footer .container p span {
	display: block;
}

/*  .nav  */
footer nav {
	padding: 1em;
	background-color: rgba(67,67,67,0.5);
	box-sizing: border-box;
}
footer nav ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
footer nav ul li {
	display: inline-block;
	margin: 0 1em;
	text-align: center;
}
footer nav ul li a {
	color: #ffffff;
}

/*  small  */
footer small {
	display: block;
	padding: 1em 0;
	background-color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}