/*-------------------------------------------
商品一覧ページ
-------------------------------------------*/
.product_pict2{
  width:96%;
  margin: 0px 2% 0px 2%;
}

.product_ttl2 {
  margin: 0px 5px 10px 5px;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
}
.product_name_cat{
  font-size: 12.5px;
  line-height: 1.5; 
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  color:#5f5c55;
  flex-grow: 1; /* 余白の割り当て */
}
.product_sub_name{
  color:#524d43;
  font-size: 12px;
  font-weight: normal;
  margin: 0px 5px 10px 0px;
}
.teika {
  font-size: 3.3vw;
  margin-bottom: -8px;
}
.product_price_s {
  font-size: 3.8vw;
  padding: 0px 0px 0px 0px;
}
.product_ttl2 .product_price {
 font-size: 3.8vw;
 padding: 8px 0px 13px 0px;
}
.product_ttl2 .product_price,.teika,.product_price_s {
  text-align: center;
}
.product_free,.product_free2 {
   width: 90%;
   font-weight: 800;
   border-radius: 4px;
   margin: 0px auto 15px auto;
   padding: 8px 0px 8px 3px;
   color: #373737;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e66c),to(#f8db1b));
   letter-spacing: 0.5em;
   font-size: 13px;
  
}
/* ボタン共通スタイル */
.inner {
  text-align: center;
}
.m-button {
  clear:both;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 1px solid #999;
  border-radius: 20px;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
  padding: 10px 35px 12px 20px;
  margin: 0px 0px 15px 0px;
}
.m-button:before, .m-button:after  {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.m-button:after {
  transform: rotate(90deg);
}
.m-button:hover {
  text-decoration: none;
}
.m-button:hover:before {
  transform: rotate(90deg);
}
.m-button:hover:after {
  transform: rotate(180deg);
}
.sttl {
 white-space: nowrap;
 overflow-x: scroll;
}
.sttl ol li {
   display: inline;
   font-size:13px;
}
.sttl ol li:after {
   margin:0px 6px;
	color: #333; 
	content: " > ";
}
.sttl ol li:last-child:after {
	content: ""; 
}
.m-text2,.m-text3 {
 text-align: center;
 font-weight: bold;
 color:#000;
 border-bottom: 1px solid #999;
 margin:0px 10px 7px;
 letter-spacing:8px;
 padding:15px 10px 8px 10px;
}
.m-text2 {
 font-size:16px;
}
.m-text3 {
 font-size:13px;
}
#product_list .pagenavi{
 padding:10px 10px 10px;
 text-align:center;
}
.pagenavi3,.pagenavi5 {
 width: 30%;
 font-size: 12px;
 font-weight: bold;
 padding: 6px 0px 10px 0px;
}
.pagenavi3 .fa,.pagenavi5 .fa {
 font-size: 20px;
 vertical-align: middle;
}
.pagenavi3 {
 float: left;
}
.pagenavi4 {
 width: 40%;
 float: left;
 padding: 5px 0px 9px 0px;
}
.pagenavi5 {
 float: right;
}
#product_list{
 border:none;
 }
#product_list h2.sttl{
 background:none;
 padding:0px 0px 5px 10px;
 margin:0px 0px 10px 0px;
 color:#333;
 font-size:13px;
 text-shadow: none;
 text-decoration: none;
}
#product_list div.wrap div.sort_wrap{
 font-family:Poppins,"Noto Sans JP",sans-serif;
 margin:5px 0px 25px;
 padding:0px 0px 25px 0px;
}
#product_list ul.sort{
 line-height:25px;
 height:10px;
 margin:0 auto;
 }
#product_list ul.sort li{
 float:left;
 width:34%;
 font-size:12px;
 text-align:center;
}
#product_list ul.sort li:first-child,
#product_list ul.sort li:last-child{
 width:33%;
}
#product_list ul.sort li a{
 display:block;
 text-decoration:none;
 color:#000;
 padding: 7px 0px;
 background-color: #eee;
}
#product_list ul.sort li.on a{
 background-image: -webkit-gradient(linear, left top, left bottom, from(#999),to(#555));
 background-color: #777;
 color:#FFF;
}
#product_list .no_product{
 padding:60px 10px;
 color:#FF0000;
 text-align:center;
}
#product_list .search_wrap {
 padding:10px;
 }
#product_list .search_wrap h2 {
 margin-bottom:5px;
 }
#product_list .condition {
 font-size:12px;
 }
.cat-ti3 {
	list-style-type: none;
  	padding: 10px 0px 0px 3%;
}
.cat-ti3 li a img {
	width: 90%;
  	height: auto; 
}
.cat-ti3 li {
	float: left;
	border-left: 1px dotted #444;
	width: 24%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cat-ti3 li:last-child {
	float: left;
	border-right: 1px dotted #444;
}
.info_title {
    font-family:Poppins,"Noto Sans JP",sans-serif;
	text-align: center;
	color:#FFF;
	background-color: #c7c1b3;
	margin:20px 0% 20px;
  	padding:15px 0px 15px 0px;
    font-size:16px;
    letter-spacing:5px;
}
.taglist {
	font-size: 13px;
  	text-align: center;
  	padding: 5px 0px 5px 10px;
  	font-weight: bold;
}
.taglist a:link, 
.taglist a:hover,
.taglist a:active,
.taglist a:visited {
	text-decoration: none;
  	margin: 0px 10px 15px 0px;
	background-color: #efefef;
	color: #555;
  	width: 46%;
}
.taglist a:hover {
	background-color: #444444;
	color: #FFF;
}
.button--tag {
	border-radius: 20px;
  	padding: 10px 0px 10px 0px;
}
.button--line {
	color: #999933;
	float: left;
}

.line {
	border-bottom: 1px dotted #444;
  	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
.cate-group {
	width: 100%;
}
.cate-group li {
	float: left;
	font-size: 12px;
	width: 47%;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
}
.cate-group li a {
	text-decoration: none;
}
.sub-category_list {
	padding-bottom: 25px;
}
.sub-category_list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	font-size: 12px;
	font-style: normal;
}
.sub-category_list li a{
	display: block;
	text-decoration: none;
	color: #573f0c;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(https://main-nuqmo.ssl-lolipop.jp/image/icon_arrow_l2.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	-webkit-background-size: 12px 12px;
	}
.sub_pict {  
    width: 70%;  
    margin-bottom: 10px;
}  
.sub_pict img{
	width:100%;
	height: auto; 
}
.sub_name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sub_section li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
}
.sub_section li a{
	display: block;
	text-decoration: none;
	color: #573f0c;
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

.sub_section li a .sub_pict {
	width: 100%;
}
.sub_section li a .sub_pict img {
	border: 1px solid #555;
	width: 90%;
	margin-bottom: 5px;
}

.sub_summary {  
    width: 95%;
    padding: 0px;
} 
.sub_section li a .sub_summary .sub_name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	height: 4em;
} 
.product_name3{
  font-size: 12px;
  font-weight: bold;
  margin: 0px 5px 15px 5px;
  height: 28px;
  overflow: hidden;
}

/* ------------------------------------- 
 *	白いベッドのレイアウト
 * ------------------------------------- */
.w-bed-top {
	width: 100%;
}
.w-bed-top img {
	width: 100%;
	height: auto; 
}
.w-bed-t {
	position: relative;
	height: 50px;
	line-height: 50px;
	background-color: #f0f0f0;
	font-size: 32px;
	font-weight: bold;
	font-family: "MS Serif", "New York", serif;
	padding: 0px 1em 0px 0.7em;
}
.w-bed-t::before,
.w-bed-t::after {
  content: '';
  position: absolute;
}
.w-bed-t::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ccc;
}
.w-bed-t::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
.w-bed-sub {
	padding-left: 2em;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	color: #555;
}
.w-bed {
	float: left;
	width: 50%;
	text-align: center;
}
.w-bed img {
	width: 90%;
	height: auto; 
}
.w-bed a p {
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	height: 80px;
	text-align: left;
}
/* ------------------------------------- 
 *	ベッドの種類
 * ------------------------------------- */
.bedsize-t,.bedsize-t2,.bedsize-t3 {
 font-family:Poppins,"Noto Sans JP",sans-serif;
 font-size:16px;
 letter-spacing:5px;
 text-align: center;
 font-weight: bold;
 color:#000;
 border-top: solid 1px #999;
 border-bottom: solid 1px #999;
 padding:15px 0px 15px 0px;
 margin:25px 40px 20px;
}
.bedsize-t2 {
 padding:5px 0px 5px 0px;
}
.bedsize-t3 {
 margin:20px 40px 0px;
}
.bedsize,.bedsize2 {
	padding: 5px 10px 15px 10px;
}
.bedsize li ,.bedsize2 li {
	width: 14.2%;
	float: left;
	margin: 0px 0% 0px 2%;
    padding: 2px 0px 0px 0px;
	text-align: center;
	list-style-type: none;
    border: 1px solid #663;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.bedsize2 li {
	width: 17.8%;
}
.bedsize li:first-child,.bedsize2 li:first-child {
	margin: 0px 0% 0px 0%;
}
.bedsize li img {
	width: 70%;
	height: auto; 
}
.bedsize2 li img {
	width: 60%;
	height: auto; 
}
.bedtype,.bedtype2 {
	padding: 0px 10px 15px 0px;
}
.bedsize li:after,.bedsize2 li:after,.bedtype li:after,.bedtype2 li:after,.bedtype3 li:after {
 clear: both;
}
.bedtype li,.bedtype2 li,.bedtype3 li {
	width: 23%;
	float: left;
	margin: 10px 0% 0px 2%;
    padding: 0px 0px 0px 0px;
	text-align: center;
    list-style-type: none;
}
.bedtype li {
	width: 23%;
}
.bedtype2 li {
	width: 18%;
}
.bedtype3 li {
	width: 22%;
    border: 1px solid #663;
    border-radius:3px;
	padding: 8px 0px 7px 0px;
	margin: 2px 0% 15px 2%;
}
.bedtype_br {
	margin: 0px 0% 0px 0%;
}
.bedtype li img {
	width: 80%;
	height: auto; 
}
.bedtype2 li img {
	width: 100%;
	height: auto; 
}
.no_line {
	clear:both;
	margin: 0px 0px 0px 0px;
}

.diningtype ,.diningtype2 ,.diningtype3 {
	padding: 0px 5px 0px 5px;
}
.diningtype li ,.diningtype2 li ,.diningtype3 li {
	width: 33%;
	float: left;
	margin: 10px 0% 0px 0%;
    padding: 0px 0px 0px 0px;
	text-align: center;
    list-style-type: none;
}
.diningtype2 li {
	width: 25%;
}
.diningtype3 li {
	width: 50%;
}
.diningtype3 {
	margin: 0;
  padding: 0;
  list-style: none;
}
.diningtype_br {
    clear:both;
	margin: 0px 0% 0px 0%;
}
.diningtype li img ,.diningtype2 li img ,.diningtype3 li img {
	width: 90%;
	height: auto;
}
.diningtype li p ,.diningtype2 li p ,.diningtype3 li p {
	font-size:12px;
	margin: 5px 5px 5px 5px;
    text-align: left;
}
.diningtype2 li p{
	font-size: 12px;
	height: 32px;
	overflow: hidden;
}
.diningtype2 li .cat-center{
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.product_name4 {
	font-size: 12px;
    line-height: 1.2;
	text-align: left;
	margin: 0px 5px 8px 5px;
	height: 40px;
	overflow: hidden;
}

/********** pager **********/
.c-pager {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 10px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
  min-width: 45px;
  line-height: 45px;
  background: #ffffff;
  text-align: center;
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}
.c-pager-list__page {
  display: none;
}