﻿@charset "utf-8";


/* リセットCSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}


/* 基本レイアウト */
body {
	min-width: 1100px;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	font-size: 14px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	display: block;
}

a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}

div[class*="-inner"] {
	width: 1000px;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* 画像・一部リンクhover動作 */
.header-inner .logo-etc h1 a img,
.options .keywords > ul > li > a,
.search input[type="image"],
.contents-01 .coordinate a img,
.contents-02 .slide-category a img,
.contents-03 .slide-category a img:nth-child( 2 ),
.contents-04 ul li a img,
.column-04 .info-03 a,
.column-04 .info-04 a,
.reco a {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.header-inner .logo-etc h1 a:hover img,
.options .keywords > ul > li > a:hover,
.search input[type="image"]:hover,
.contents-01 .coordinate a:hover img,
.contents-02 .slide-category a:hover img,
.contents-03 .slide-category a:hover img:nth-child( 2 ),
.contents-04 ul li a:hover img,
.column-04 .info-03 a:hover,
.column-04 .info-04 a:hover,
.reco a:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}


/* ヘッダーレイアウト */
header {
	margin: 30px 0 50px;
}

.logo-etc {
	margin-bottom: 30px;
}

.logo-etc .logo {
	display: inline-block;
	float: left;
}

.shop-icon {
	float: right;
	width: 627px;
}

.shop-icon > ul:first-child {
	margin-bottom: 16px;
}

.shop-icon ul li {
	float: left;
	margin-right: 10px;
}

.shop-icon ul li:last-child {
	margin: 0;
}

.options .keywords,
.options .search {
	width: 50%;
	float: left;
}

.options .keywords > ul {
	height: 26px;
}

.options .keywords > ul > li {
	padding: 2px 0;
	position: relative;
}

.options .keywords > ul > li:first-child {
	padding: 1px 0 5px;
}

.options .keywords > ul > li > a {
	text-decoration: underline;
}

.options .keywords ul li .drop {
	overflow: hidden;
	height: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	top: 32px;
	z-index: 30;
}

.options .keywords ul li:nth-child( 2 ) .drop {
	left: 0;
}

.options .keywords ul li:nth-child( 3 ) .drop {
	left: -52px;
}

.options .keywords ul li:nth-child( 4 ) .drop {
	left: -104px;
}

.options .keywords ul li:nth-child( 5 ) .drop {
	left: -156px;
}

.options .keywords ul li:hover .drop {
	overflow: visible;
	height: 78px;
}

.options .keywords ul li .drop ul {
	width: 210px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.options .keywords ul li .drop ul li {
	margin: 0;
	float: none;
}

.options .keywords ul li .drop ul li a:hover {
	background-color: #efefef;
}

.search form {
	position: relative;
	height: 26px;
}

.search input[type="text"] {
	border: 1px solid #ccc;
	width: 90%;
	height: 26px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	padding: 0 0 0 4px;
	font-size: 14px;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.search input[type="text"]:focus {
	outline: none;
}

.search input[type="image"] {
	position: absolute;
	top: 3px;
	right: 0;
}

.search input[type="image"]:focus {
	outline: none;
}


/* ドロップダウンメニューレイアウト */
/* 標準レイアウト */
#dropdown_div {
	margin-bottom: 35px;
}

.ddmenu {
	width: 1000px;
	margin: 0 auto 30px;
}

.ddmenu li {
	position: relative;
	width: 195px;
}

.ddmenu > li {
	float: left;
	margin: 0 6px 0 0;
}

.ddmenu li:last-child {
	margin: 0;
}

.ddmenu li a {
	display: block;
	font-size: 16px;
	background: #fff;
	text-align: center;
}


/* aタグのhoverレイアウト */
.ddmenu li ul > li > a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 7px;
	height: 42px;
}

.ddmenu li ul li a:hover::before {
	background: #c41e3a;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/* aタグのhoverレイアウト(孫) */
.ddmenu li > ul > li > ul > li > a::before {
	left: 6px;
}


/* 子供レイアウト */
.ddmenu li div,
.ddmenu li ul,
.ddmenu li ol {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
}

.ddmenu li ul {
	z-index: 20;
}

.ddmenu li ol {
	z-index: 15;
}

.ddmenu li ul > li > a {
	height: 42px;
	padding: 7px 0;
	border: 1px solid #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* 枠線レイアウト変更 */
.ddmenu > li > ul > li > a {
	border-right: transparent;
}

.ddmenu li ol {
	width: 207px;
	background-color: #fff;
	left: 195px;
}

.ddmenu li ol li {
	width: 85px;
	float: left;
}

.ddmenu li ol li a:hover {
	outline: 2px solid #c41e3a;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}


/* 非表示レイアウト */
.ddmenu li div,
.ddmenu li li {
	overflow: hidden;
	height: 0;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/* 表示レイアウト */
.ddmenu > li:hover > div > ul > li,
.ddmenu > li:hover > ul > li,
.ddmenu li ul li:hover ul li {
	overflow: visible;
	height: 42px;
}

.ddmenu li:hover ol li {
	overflow: visible;
	height: 85px;
}

.ddmenu > li:hover > div {
	overflow: visible;
	height: 644px;
}


/* ランキングレイアウト */
.ddmenu li ol li.ranking-img {
	width: 207px !important;
}

.ddmenu li:hover ol li:nth-child( odd ) {
	width: 122px;
}

.ddmenu li:hover ol li:first-child {
	height: 40px;
}

.ddmenu li:hover ol li:nth-child( n + 6 ) {
	height: 100px;
}

.ddmenu li ol li a {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.ddmenu li ol li:nth-child( odd ) a {
	width: 97px;
	height: 54px;
	left: 10px;
	text-align: left;
	font-size: 12px;
	top: 31px;
}

.ddmenu li ol li:nth-child( odd ) a:hover {
	outline: none;
	text-decoration: underline;
	color: #c41e3a;
}

.ddmenu li ol li:not( :first-child ):nth-child( odd ) img {
	position: absolute;
	width: 14px;
	height: 11px;
	top: 15px;
	left: 10px;
}


/* 孫レイアウト */
.ddmenu li ul li ul {
	position: absolute;
	top: 0;
	left: 195px;
	z-index: 20;
}

.ddmenu li > ul > li > ul > li {
	width: 207px;
}

.ddmenu li > ul > li > ul > li > a {
	border-left: transparent;
}


/* 文字数が多い行の対策 */
/*.ddmenu a.tworow{
	font-size: 14px;
	letter-spacing: -2px;
	padding: 9px 0 9px 6px;
}*/


/* 矢印（子供※孫から表示） */
.ddmenu li ul li.arrow:before {
	position: absolute;
	content: "";
	top: 15px;
	right: 0;
	border: 5px solid transparent;
	border-left: 5px solid #c41e3a;
}


/* 移動した時のCSS */
.ddmenu li ul li.arrow .move {
	top: 0;
	left: 390px;
}


/* 一番右の要素のCSS */
.ddmenu > li:nth-child( 5 ) > ul > li {
	border-right: 1px solid #eee;
}

.ddmenu li:nth-child( 5 ) ol {
	left: -207px;
}

.ddmenu li:nth-child( 5 ) ol li:first-child {
	text-align: right;
}


/* スライダーレイアウト */
.slide-img {
	text-align: center;
	margin-bottom: 25px;
	min-width: 1000px;
}

.slide-img img {
	margin: 0 auto;
	width: 100%;
}

.slide-img .slick-slide {
	background-color: #000;
}

.slide-img .slick-slide img {
	opacity: 0.7;
}

.slide-img .slick-slide.slick-current img {
	opacity: 1;
}

.slide-img .slick-dots {
	position: initial;
	margin-top: 20px;
}

.slide-img .slick-dots li {
	margin: 0 5px;
}

.slide-img .slick-dots button {
	background-color: #ccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.slide-img .slick-dots .slick-active button {
	background-color: #c41e3a;
}


/* スライダーのボタンの表示変更 */
.slick-prev,
.slick-next {
	z-index: 10 !important;
	color: #c41e3a !important;
	width: auto !important;
	height: auto !important;
}


/* コンテンツレイアウト */
#contents {
	margin-bottom: 80px;
}


/* 各contentsの基本レイアウト */
.contents-inner div[class*="contents-0"]:not( :last-child ) {
	margin-bottom: 80px;
}

div[class*="contents-0"] > img {
	margin-bottom: 50px;
}

div[class*="contents-0"] .date {
	text-align: right;
	margin-bottom: 20px;
	font-size: 12px;
}

div[class*="contents-0"] .more {
	text-align: right;
}

div[class*="contents-0"] .more a {
	display: inline-block;
}


/* お部屋のトータルコーディネイトレイアウト */
.contents-01 .coordinate {
	margin-bottom: 20px;
}

.contents-01 div[class*="coordinate-0"] {
	width: 494px;
	float: left;
}

.contents-01 div[class*="coordinate-0"] img {
	margin-bottom: 10px;
}

.contents-01 .coordinate-01 {
	margin-right: 12px;
}


/* 新商品・スライダーレイアウト */
.slide-category {
	margin-bottom: 20px;
}

.slide-category .slick-slide {
	padding: 0 5px;
}

.slide-category .slick-prev {
	left: -30px;
} 

.slide-category .slick-next {
	right: -30px;
}

.slide-category .slick-slide img {
	margin-bottom: 10px;
}

.slide-category .slick-slide p {
	font-size: 12px;
}


/* 新商品・ランキングのスライダー動作上書き */
.slide-category .slick-prev:hover {
	-moz-transform: translateX( -5px );
	-webkit-transform: translateX( -5px );
	transform: translateX( -5px );
}

.slide-category .slick-next:hover {
	-moz-transform: translateX( 5px );
	-webkit-transform: translateX( 5px );
	transform: translateX( 5px );
}

div[class*="contents-0"] .slick-prev,
div[class*="contents-0"] .slick-next {
	opacity: 1 !important;
	-ms-filter: none;
	filter: none;
}

.slide-category a {
	cursor: auto !important;
}


/* スタッフの一押しアイテムレイアウト */
.contents-04 ul li {
	width: 238px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	margin: 0 16px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contents-04 ul li:nth-child( 4n ) {
	margin-right: 0;
}

.contents-04 ul li:nth-child( n + 5 ) {
	margin-bottom: 0;
}

.contents-04 ul li a {
	padding: 15px;
}

.contents-04 ul li img {
	margin-bottom: 15px;
}

.contents-04 ul li img + p {
	margin-bottom: 15px;
	font-weight: bold;
}

.contents-04 ul li p {
	line-height: 1.3;
}


/* 暮らしに役立つマガジンレイアウト */
.contents-05 .magazine > div {
	float: left;
}

.contents-05 .magazine .mag-img {
	width: 610px;
}

.contents-05 .magazine .info {
	width: 390px;
	height: 373px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 30px 30px;
	background-color: #efefef;
	position: relative;
}

.contents-05 .magazine .info .date {
//	margin: 10px 0 20px;
	position: absolute;
	top: 40px;
	right: 30px;
}

.contents-05 .magazine .info .mag-title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}

.contents-05 .magazine .info .read {
	position: absolute;
	bottom: 70px;
	right: 30px;
}

.contents-05 .magazine .info .overall-top {
	position: absolute;
	bottom: 30px;
	right: 30px;
}


/* PAGE TOPレイアウト */
.page-top {
	display: none;
}

.page-top {
	position: fixed;
	right: 100px;
	bottom: 50px;
	cursor: pointer;
}

.page-top img {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-top img:hover {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-transform: translateY( -5px );
	-webkit-transform: translateY( -5px );
	transform: translateY( -5px );
}


/* フッターレイアウト */
footer {
//	margin-bottom: 50px;
	line-height: 1.5;
}

.footer-inner {
	border-top: 2px solid #c41e3a;
	padding-top: 30px;
}


/* 各infoの基本レイアウト */
div[class*="info-0"] > p:first-child {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 17px;
}

.footer-inner .annotation {
	font-size: 10px;
}

.footer-inner .delivery-only {
	color: #c09c63 !important;
}

.footer-inner .holiday {
	color: #c41e3a !important;
}


/* PAYMENT INFORMATIONレイアウト */
.info-01 {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.info-01 > div {
	margin-bottom: 30px;
}

.info-01 > div > div,
.info-01 > div > img {
	float: left;
	width: 50%;
}

.info-01 > div > div > p:first-child {
	margin-bottom: 5px;
}


/* BUSINESS…・CONTACT…レイアウト */
.column-01 .info-02 {
	width: 57%;
	float: left;
	-moz-box-sizing: border-box;
	-wedkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}

.column-01 .column-04 {
	width: 43%;
	float: right;
}


/* BUSINESS DAYS & DELIVERY INFORMATIONレイアウト */
.info-02 .column-02 .area-calendar {
	width: 35%;
	float: left;
}

.info-02 .column-02 .column-03 {
	width: 65%;
	float: right;
}

.column-03 .title {
	color: #c41e3a;
	margin-bottom: 15px;
}

.column-03 .text {
	margin-bottom: 20px;
}


/* カレンダーレイアウト */
.info-02 .area-calendar table {
	border-collapse: collapse;
	line-height: 1;
}

.info-02 .area-calendar table th,
.info-02 .area-calendar table td {
	font-weight: normal;
}

.info-02 .area-calendar .calendar:first-child {
	margin-bottom: 20px;
}

.info-02 .area-calendar .calendar tbody th {
	border-bottom: 1px solid #e6e6e6;
}

.info-02 .area-calendar .calendar th,
.info-02 .area-calendar .calendar td {
	padding: 4px;
	font-size: 12px;
	text-align: center;
}

.bg-orange {
	background-color: #c09c63 !important;
	color: #fff !important;
}

.bg-red {
	background-color: #c41e3a !important;
	color: #fff !important;
}


/* CONTACT・ABOUT・KEEP UP WITH US!レイアウト */
.column-05 {
	margin-bottom: 30px;
}

.column-05 .info-03 {
	width: 66%;
	float: left;
	-moz-box-sizing: border-box;
	-wedkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}

.column-05 .info-04 {
	width: 34%;
	float: right;
}

.info-03 p:not( :last-child ) {
	margin-bottom: 5px;
}

.info-03 .accent {
	color: #c41e3a;
}

.info-03 a {
	display: inline-block;
}

.info-03 .con-mail a {
	text-decoration: underline;
}

.info-04 p:not( :last-child ) {
	margin-bottom: 10px;
}

.info-04 p a {
	display: inline-block;
	color: #c41e3a;
}

.info-05 p:first-child {
	margin-bottom: 10px !important;
}

.info-05 ul li {
	float: left;
}

.info-05 ul li:first-child {
	width: 64%;
}

.info-05 ul li:not( :first-child ) {
	width: 12%;
	text-align: right;
}

.info-05 ul li:first-child a {
	width: 260px;
	-moz-box-sizing: border-box;
	-wedkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4.5px 0;
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
}

.info-05 ul li:not( :first-child ) a {
	display: inline-block;
}

.info-05 ul li:first-child a:hover {
	border: 1px solid #c41e3a;
	color: #c41e3a;
}


/* コピーライトレイアウト */
.copyright {
	margin-top: 50px;
}

.copyright p {
	font-size: 12px;
	background-color: #c41e3a;
	padding: 5px;
	text-align: center;
	color: #fff;
}


/* header下部のレコスマレイアウト */
.reco {
	margin-bottom: 10px;
}

.reco ul li {
	width: 490px;
	float: left;
	margin-bottom: 20px;
}

.reco ul li:nth-child( odd ) {
	margin-right: 20px;
}

.reco ul li:nth-child( n + 3 ) {
	margin-bottom: 0;
}
