@import "/css/font-awesome/css/font-awesome.min.css";

/* ********** COMMON ********** */

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  color: #111;	
}

html {
  //overflow-y: scroll;
}

body {
  background: #fff;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.note {
	font-size: 0.8rem;
}

.note1 {
	font-size: 0.85rem;
}

.note2 {
	font-size: 0.9rem;
}

.tx_center{
    text-align: center;
}

.tx_right{
    text-align: right;
}

.bold{
	font-weight: bold;
}

.pc_only {
	display: none;
}

.ipad_only {
	display: none;
}

@media only screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}

}

@media only screen and (max-width: 768px) {
	.ipad_only {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.ipad_only {
		display: none;
	}
}


img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}



/* ********** HEADER ********** */
.linktxt,
.articlecard__txt,
.header__menu__product__list__txt {
	display:block;
	text-align:left;
}




/* ********** HEADER ********** */
.header__menu__product__list,
.header__menu__product__foot,
.header__menu__product__brandlist,
.header__menu__features,
.header__menu__shopinfo__main,
.header__menu__services__main,
.header__menu__content,
.linklist__item
 {
	display:block;
	text-align:left;
}


/* ********** sns icon ********** */
.sns_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	//z-index: 99999;
	display: none;
}
.sns_fixed img {
	width: 34.3px;
}
.sns_fixed ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.sns_fixed li {
	flex: auto;
}
.sns_fixed a {
	display: block;
	background-color: #fff;
}



@media only screen and (max-width: 414px) {	
	.sns_fixed {
		display: none;
	}
}




/* ********** PAGETO SHOP ********** */

.pageto_shop {
  bottom: 70px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

.pageto_shop a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_shop {
  right: 10px;
  }	
	
  .pageto_shop a {	
  background-size: 32px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** PAGETO TOP ********** */

.pageto_top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;    
}

@media only screen and (max-width: 414px) {	
  .pageto_top {
  right: 10px;
  }	
}	

.pageto_top a {
  background-color: rgba(99,99,99,0.9);
  background-image: url(/idc_recommend/workchair/images/ico_totop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 25px 25px;
  display: block;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 414px) {	
  .pageto_top a {	
  background-size: 22px auto;
  border-radius: 25px 25px;
  height: 40px;
  width: 40px;	
  }		
}	

/* ********** SHOP ********** */
.shoplist_wrap{ 
    z-index: -1;
    padding: 3rem 0 0;
	font-size: 1rem;
}

.shoplist {
	padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;    
}

.shoplist .em {
	text-align:center;
	font-size:1.1rem;
	margin-top:4rem;
	padding-bottom:0.3rem;
    font-weight: bold;
}

.shoplist h3{
	font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
	.shoplist h3{
	font-size: 1.45rem;
	}
}


/*
 tenpo_area
------------------ */
@media only screen and (max-width: 599px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
		width: 90%;
		margin: 0 auto;
	}
	.tenpo_area p {
		padding: 0.5em;
		margin-top:1.5rem;
		position: relative;
        border-bottom: 2px solid #ccc;
	}
	.tenpo_area nav > ul {
		border-bottom: solid 1px #ccc ;
		font-size: 0.9rem;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em 0 0;
		padding: 0 0.5em;
		border-bottom: solid 1px #ccc ;
	}
	.tenpo_area nav > ul > li:last-child {
		border-bottom: none;
	}
	.tenpo_area a {
		display: block;
		padding: 0 0 0.5em;
		position: relative;
		color: #222;
		font-size: 1rem;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.8rem;
	}
	.tel {
		text-align: center;
	}
	.tel a {
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
	}
	.tel_info {
		text-align: center;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
		margin: 0 auto;
	    width: 90%;
	}
	.tenpo_area p {
		padding: 0.5em;
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
		border-bottom: solid 1px #ccc ;
		font-size: 0.9rem;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(47%);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		border-bottom: solid 1px #ccc ;
		font-size: 0.9rem;
	}
	.tenpo_area nav > ul > li:nth-child(5) {
		border-bottom: none;
	}
	.tenpo_area nav > ul > li:last-child {
		border-bottom: none;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0 0 0.5em;
		position: relative;
		/* border-bottom: solid 1px #ccc; */
		font-size: 1rem;
	}
	.tenpo_area nav > ul > li:nth-child(5) a,
	.tenpo_area nav > ul > li:nth-child(6) a,
	.tenpo_area nav > ul > li:last-child a {
		padding-bottom:0;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.85rem;
	}
}

@media only screen and (min-width: 1025px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
		margin: 0 auto;
	    width: 90%;
	}
	.tenpo_area p {
		padding: 0.5em;
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0.5em 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em;
		padding: 0;
		width: calc(33.333% - 2.2rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0 0 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
		font-size: 1rem;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.9rem;
	}
}



/* ********** FOOTER ********** */
footer {
    margin: 0;
	padding: 0;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
	font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}    
    
footer p:last-child{
    margin-top: 0.3rem;
}








