@charset "euc-jp";

/*--information---------------------------------------------------------
サイトの名前:快適インテリア
-------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	color: #999793;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #f5f5f5;
	line-height: 1;
}

a {
	color: #999793;
	text-decoration: none;
}

/* animation */
*,
* :hover,
* ::before,
* :hover::before,
* ::after,
* :hover::after {
	transition: all 0.5s;
}

/*a:hover{
	color: #FF641E;
}
a img:hover{
	opacity: 0.7;
}*/

img, a img {
	vertical-align: bottom;
	border: none;
}

#wrapper {
	position: relative;
	width: 100%;
}
#wrapper * {
	box-sizing: border-box;
}

#wrapper .bg_img {
	position: relative;
	width: 100%;
	background: url(../../images/index2022/bg_full.jpg) no-repeat center top;
	background-size: auto;
}

/* iframe*/
.wrap_iframe {
	width: 100%;
}
.wrap_iframe iframe {
	width: 100%!important;
	overflow: hidden;
	border: none;
}


/*-------------------------------------------------------------------------
  ヘッダー
-------------------------------------------------------------------------*/

header {
	position: relative;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(97,56,40,0.4);
}
header p {
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #e4af41;
	padding: 5px 0;
}

.head_inner {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 35px;
}

/* ヘッダーリンク
-------------------------------------------------------------------------*/

.head_link {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}
.head_link ul {
	display: flex;
	align-items: center;
}
.head_link ul li {
	font-size: 12px;
}
.head_link ul li::after {
	content: "|";
	margin: 0 5px;
}
.head_link ul li:last-child:after {
	display: none;
}

/* ロゴ
-------------------------------------------------------------------------*/
.title {
	width: 100%;
	text-align: center;
}
.title h1 {
	display: inline-block;
	width: 280px;
	margin-bottom: 10px;
}
.title h1 img {
	width: 100%;
	height: auto;
}

/* サイト内検索
-------------------------------------------------------------------------*/
.search {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	margin-left: 110px;
}

.wrap_search {
	position: relative;
}
.wrap_search input[type="text"],
.wrap_search input[type="image"],
.wrap_search input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.wrap_search input[type="text"] {
	width: 305px;/**/
	height: 30px;
	font-size: 14px;
	line-height: 1;
	background: #d6d6d6 url(../../images/index2022/icon_head_search.png) no-repeat left 12px center;
	padding: 0 15px 0 35px;
	border-radius: 13px;
}
.wrap_search input[type="image"] {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	display: none;
}

/* アイコン
-------------------------------------------------------------------------*/
/*.icon_cart {
	width: 30px;
	margin-left: 8px;
}
.icon_cart a {
	display: block;
}
.icon_cart a img {
	width: 100%;
	height: auto;
}
.icon_cart a:hover img {
	opacity: 0.7;
}*/

.iconarea {
	display: flex;
}
.iconarea li {
	width: 30px;
	margin-left: 8px;
}
.iconarea li a {
	display: block;
}
.iconarea li a img {
	width: 100%;
	height: auto;
}
.iconarea a:hover img {
	opacity: 0.7;
}

/* ヘッダーナビ
-------------------------------------------------------------------------*/
.head_inner nav {
	width: 100%;
}
.head_inner nav ul {
	width: 100%;
	display: flex;
}
.head_inner nav ul li {
	width: calc(100% / 6);
	text-align: center;
}
.head_inner nav ul li a {
	color: #b6bd8b;
	font-size: 15px;
}
.head_inner nav ul li a:hover {
	color: #e4af41;
}


/*-------------------------------------------------------------------------
  スライダー
-------------------------------------------------------------------------*/

#main_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 50px 0 30px;
	background: url(../../images/index2022/bg_slider.jpg) no-repeat center center;
	background-size: cover;
}
#main_slider .swiper {
	position: relative;
	overflow: visible;
	width: 900px;/**/
	margin: 0 auto;
	padding-bottom: 35px;
}
#main_slider .swiper-wrapper {
	position: relative;
	width: 100%;
}
#main_slider .swiper-slide {
	width: 600px;
}
#main_slider .swiper-slide a {
	display: block;
	width: 100%;
}
#main_slider .swiper-slide a img {
	box-shadow: 0px 0px 20px 0px rgba(97,56,40,0.4);
}
/*#main_slider .swiper-slide:not(.swiper-slide-visible) a img*/
#main_slider .swiper-slide a:hover img {
	pointer-events: none;
	transform: scale(1.05);
}


/* prev / next ボタン 
#main_slider .swiper-button-prev,
#main_slider .swiper-button-next {
}*/

/* スクロールバー */
#main_slider .swiper-scrollbar {
    background-color: #fff;
	border-radius: 0;
}
#main_slider .swiper-horizontal > .swiper-scrollbar,
#main_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 300px;
    height: 3px;
    left: auto;
	right: 0;
    bottom: 0;
}
#main_slider .swiper-scrollbar-drag {
    background-color: #b6bd8b;
    border-radius: 0;
}



/*-------------------------------------------------------------------------
  コンテンツエリア
-------------------------------------------------------------------------*/

/* 共通レイアウト
-------------------------------------------------------------------------*/

.content {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.content > .inner {
	position: relative;
	/*width: 800px;*/
	width: 100%;
	margin: 0 auto;
}

/* 新商品　*/
#item_new {
	background-color: #f5f5f5;
	box-shadow: 0px 0px 20px 0px rgba(97,56,40,0.4);
	padding: 50px 0;
}
/* みんなのレビュー */
#item_review {
	padding: 50px 0;
	background: url(../../images/index2022/bg_review.jpg) no-repeat center center;
}
/* 人気ランキング */
#ranking {
	padding: 50px 0;
}
/* 季節商品 */
#season {
	padding: 50px 0;
}
/* 商品カテゴリ */
#category {
	padding: 50px 0;
}


/* 見出し
-------------------------------------------------------------------------*/

.content h2 {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
.content h2::before {
	position: relative;
	display: block;
	content: "";
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}
.content h2 span.h_eng {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 6px;
}

/* 新商品 */
#item_new h2 {
	color: #b6bd8b;
	margin-bottom: 0;
}
#item_new h2::before {
	width: 38px;
	height: 26px;
	background-image: url(../../images/index2022/icon_newitem.png);
	background-size: 38px 26px;
}
#item_new h2 span.h_eng { color: #999793; }

/* みんなのレビュー*/
#item_review h2 {
	color: #fff;
	/*margin-bottom: 65px;*/
}
#item_review h2 span.shadow {
	filter: drop-shadow(0px 0px 25px rgba(97,56,40,0.4));
 }
#item_review h2::before {
	width: 30px;
	height: 30px;
	background-image: url(../../images/index2022/icon_review.png);
	background-size: 30px 30px;
	filter: drop-shadow(0px 0px 25px rgba(97,56,40,0.4));
	/*margin-bottom: 25px;*/
}

/* 人気ランキング */
#ranking h2 {
	color: #b6bd8b;
}
#ranking h2::before {
	width: 40px;
	height: 24px;
	background-image: url(../../images/index2022/icon_ranking.png);
	background-size: 40px 24px;
	/*margin-bottom: 20px;*/
}
#ranking h2 span.h_eng { color: #999793; }

/* 季節商品 */
#season h2 { color: #b6bd8b; }
#season h2::before {
	width: 26px;
	height: 22px;
	background-image: url(../../images/index2022/icon_season.png);
	background-size: 26px 22px;
	/*margin-bottom: 12px;*/
}
#season h2 span.h_eng { color: #999793; }

/* 商品カテゴリ */
#category h2 {
	color: #b6bd8b;
	/*margin-bottom: 40px;*/
}
#category h2::before { display: none; }
#category h2 span.h_eng { color: #999793; }



/* 新商品 
-------------------------------------------------------------------------*/

.list_new {
	/*width: 100%;*/
	width: 800px;
	/*display: flex;
	justify-content: space-between;*/
	display: block;
	letter-spacing: -.40em;
	margin: 0 auto;
	padding: 30px 0 20px;
}
.list_new li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: calc((100% - 10px*3)/4);
	margin-right: 10px;
}
.list_new li:nth-child(4) { margin-right: 0; }
.list_new li a {
	display: block;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 20px 0px rgba(97,56,40,0.4);
	padding: 10px 10px 20px;
}
.list_new li a img {
	width: 100%;
	height: auto;
}
.list_new li a dl {
	width: 100%;
	margin-top: 20px;
}
.list_new li a dl dt {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_new li a dl dd {
	margin-top: 25px;
}

/* 価格プロ */
.list_new .prices { position: relative; }
/*.list_new .prices .prdisp-price {
	 ￥マーク・税込・価格を囲んでいるクラス 
}*/
.list_new .prices .prdisp-price span {
	/* ￥マークと税込を囲んでいるspanタグ */
	position: relative;
	font-size: 20px;
	font-weight: 400;
}
.list_new .prices .prdisp-price span span {
	/* 税込という文字 調整する場合は !important つける */
	display: none!important;
	/*font-size: 8px!important;
	position: absolute!important;
	right: 90%!important;
	bottom: 15%!important;
	font-weight: normal!important;
	line-height: 90%!important;*/
}
.list_new .prices .prdisp-price span.value {
	/* 価格（数字）*/
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.list_new li a:hover {
	transform: translateY(-20px);
}


/* 商品一覧 
-------------------------------------------------------------------------*/

.list_item {
	/*width: 100%;*/
	width: 800px;
	/*display: flex;
	justify-content: space-between;*/
	display: block;
	letter-spacing: -.40em;
	margin: 0 auto;
	/*padding: 50px 0 35px;*/
}
.list_item li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: calc((100% - 10px*3)/4);
	margin-right: 10px;
}
.list_item li:nth-child(4) { margin-right: 0; }
.list_item li a {
	display: block;
}
.list_item li a img {
	width: 100%;
	height: auto;
}
.list_item li a:hover {
	transform: translateY(-20px);
}

/* ランキング用 */
.list_item .ranknum {
	font-size: 20px;
	margin: 0 0 10px 5px;
}




/* もっと見るボタン 
-------------------------------------------------------------------------*/

.btn_more {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.btn_more a {
	position: relative;
	display: inline-block;
	width: 88px;/**/
	height: 30px;/**/
	color: #999793;
	font-size: 12px;
}
.btn_more a::before,
.btn_more a::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: #bebdba;
}
.btn_more a::before {
	width: 88px;
	height: 2px;
	right: 0;
	bottom: 0;
}
.btn_more a::after {
	width: 14px;
	height: 2px;
	transform: rotate(45deg);
	right: -2px;
	bottom: 4px;
}

/* hover */
.btn_more a:hover::before {
	transform: translateX(16px);
}
.btn_more a:hover::after {
	transform: translateX(16px) rotate(45deg);
}

/* みんなのレビュー */
#item_review .btn_more a {
	color: #fff;
}
#item_review .btn_more a::before,
#item_review .btn_more a::after {
	background-color: #fff;
}


/* みんなのレビュー 
-------------------------------------------------------------------------*/

#item_review .inner {
	position: relative;
	width: 800px;
}
#review_slider {
	position: relative;
	width: 100%;
}
#review_slider .swiper {
	position: relative;
	width: 100%;
	/*width: 800px;*/
	margin: 0 auto;
}
#review_slider .swiper-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#review_slider .swiper-slide a {
	display: flex;
	background-color: #fff;
}

/* prev / next ボタン */
#review_slider .swiper-button-prev,
#review_slider .swiper-button-next {
	top: calc(50% - 15px);
}
#review_slider .swiper-button-prev { left: -44px; }
#review_slider .swiper-button-next { right: -44px; }
#review_slider .swiper-button-prev::after,
#review_slider .swiper-button-next::after {
	width: 25px;
	height: 30px;
	background: url(../../images/index2022/btn_r_prevnext.png);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#review_slider .swiper-button-next::after {
	transform: rotate(180deg);
}

/* スクロールバー */
#review_slider .swiper-scrollbar {
	background-color: #fff;
	border-radius: 0;
}
#review_slider .swiper-scrollbar-horizontal {
	position: absolute;
    left: auto;
	right: 0;
    bottom: 0;
    height: 4px;
    width: 128px;
}
#review_slider .swiper-scrollbar-drag {
    background-color: #b6bd8b;
    border-radius: 0;
}

/* サムネイル */
#review_slider .swiper-slide a .thumb {
	width: 188px;
}
#review_slider .swiper-slide a .thumb img {
	width: 100%;
	height: auto;
}

/* テキストエリア */
#review_slider .swiper-slide a .text {
	width: calc(100% - 188px);
	display: flex;
	flex-direction: column;
	padding: 14px 7px 7px;
}

/* 評価アイコン*/
.evaluation {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.evaluation li {
	width: 14px;
	margin-right: 2px;
}
.evaluation li img {
	width: 100%;
	height: auto;
}

/* レビューテキスト */
.review {
	/*font-size: 14px;*/
	font-size: 12px;
	line-height: 1.5;
}

/* ユーザーネーム */
.username {
	margin-top: auto;
	font-size: 13px;
	text-align: right;
}



/* 商品カテゴリ 
-------------------------------------------------------------------------*/

.list_category {
	position: relative;
	/*width: 100%;*/
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.list_category li {
	width: calc((100% - 10px*5)/6);
	margin-right: 10px;
}
.list_category li:nth-child(6n) {
	margin-right: 0;
}
.list_category li:nth-child(n+7) {
	margin-top: 10px;
}
.list_category li a {
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background-color: #b6bd8b;
	border: 2px solid #b6bd8b;
}
.list_category li:nth-child(5) a { font-size: 14px; }

.list_category li a:hover {
	color: #b6bd8b;
	background-color: #fff;
}


/* SNSアイコン 
-------------------------------------------------------------------------*/

.icon_sns {
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 80px;
}
.icon_sns li {
	margin: 0 15px;
}
.icon_sns li a {
	display: block;
}
.icon_sns li a img {
	width: 100%;
	height: auto;
}

.icon_sns li a:hover {
	opacity: 0.7;
}






/* フッター 
-------------------------------------------------------------------------*/

footer{
	display: block;
	position: relative;
	width: 800px;
	margin: 0 auto 80px;
	font-size:12px;
	line-height:18px;
}
footer .box_1c,
footer .box_2c {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
footer .box_1c .in_box{
	width: 100%;
}
footer .box_2c {
	margin-top:10px;
}

.box_2c_l,
.box_2c_r { width: 390px; }

footer .foot_mida {
	color: #fff;
	background-color: #c3d69b;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}



/* 第2階層用 サイドナビ 
-------------------------------------------------------------------------*/

#sidebar {
	position: relative;
	width: 230px;
	background: #fff;
}

/* カテゴリメニュー */
#sidebar .side_menu {
	position: relative;
	width: 100%;
}
#sidebar .side_menu .title {
	position: relative;
	width: 100%;
	color: #999793;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding: 25px 0;
}
#sidebar .side_menu ul {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#sidebar .side_menu ul li {
	position: relative;
	width: 100%;
}
#sidebar .side_menu ul li:nth-child(n+2) {
	margin-top: 12px;
}
#sidebar .side_menu ul li a {
	display: block;
	color: #b6bd8b;
	font-size: 22px;
	border: solid 2px #b6bd8b;
	border-left-width: 23px;
	padding: 12px 0 12px 25px;
}
#sidebar .side_menu ul li:hover a {
	color: #e4af41;
	border-color: #e4af41;
}

/* SNSアイコン */
#sidebar .side_sub {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#sidebar .side_sub li:nth-child(n+2) {
	margin-top: 30px;
}
#sidebar .side_sub li a {
	position: relative;
	width: 100%;
	display: block;
	color: #000000;
	padding: 0 20px;
}
#sidebar .side_sub li a dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
#sidebar .side_sub li a dt {
	margin-right: 15px;
}
#sidebar .side_sub li a:hover dd {
	color: #b1b1b1;
	text-decoration: underline;
}

/* サイド用カレンダー */
#sidebar .box_cal {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

#sidebar .calendar {
	width: 100%;
	margin: 0 auto;
}









