@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300';
@import 'https://fonts.googleapis.com/css?family=Quicksand:400';
/*製品：扉
****************************************************************************************** */
#products-top h2 { text-align: center; }
#products-top h2 small {
	font-size: 50%;
	display: block;
}
#products-top h2 small::before {
	content: '';
	display: block;
	background: #000;
	width: 3em;
	height: 1px;
	margin: 1em auto 1.5em;
}

@media screen and (max-width: 1199px) {
#products-top h2 small {
	display: block;
	font-size: 40%;
	margin-top: 1em;
}
/*#products-top h2::after { margin: 20px auto 30px; }*/
}
.productList { padding: 30px 0; }
.productList ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.productList .card a {
	display: block;
	background: #fff;
	background-image: url(../img/nophoto.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 15px;
	padding-top: 64.86486%;
	padding-top: 65.9%;
}
.productList .card a::after {
	content: '\e802';
	font-family: icon;
	float: right;
}
.productList .card a[href^="http://mtwebshop.com"]::after {
	content: '\e832';
	font-family: icon;
	float: right;
}
.productList .card.sorahe a { background-image: url(../../img/btn1.png); }
.productList .card.halfchair a { background-image: url(../../img/btn2.png); }
.productList .card.palapeli a { background-image: url(../../img/btn3.png); }
.productList .card.andes a { background-image: url(../../img/btn4.png); }
.productList .card.wao a { background-image: url(../../img/btn5.png); }

@media screen and (max-width: 1199px) {
.productList { padding: 0px 0; }
.productList .row {
	margin-left: -5px;
	margin-right: -5px;
}
.productList .row > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
.productList .card { margin-bottom: 0px; }
.productList .card a { padding-bottom: 7px; }
}
/*.productList { padding: 60px 0; }
.productList .card {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	overflow: hidden;
}
.productList .card a {
	display: block;
	padding: 10px 15px;
	padding-top: 64.86486%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.productList .card a::after {
	content: '\e802';
	font-family: icon;
	float: right;
}
.productList .card-sorahe a { background-image: url(../../img/btn1.png); }
.productList .card-halfchair a { background-image: url(../../img/btn2.png); }
.productList .card-palapeli a { background-image: url(../../img/btn3.png); }
.productList .card-andes a { background-image: url(../../img/btn4.png); }
.productList .card-wao a { background-image: url(../../img/btn5.png); }

@media screen and (max-width: 1199px) {
.productList { padding: 0px 0; }
.productList .row {
	margin-left: -5px;
	margin-right: -5px;
}
.productList .row > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
.productList .card { margin-bottom: 10px; }
}*/


/*製品：詳細
****************************************************************************************** */
.intro { padding: 0 15px; }
.intro h2 { font-size: 2.5em; }

@media screen and (max-width: 767px) {
.intro h2 br { display: none; }
}
#page-pro figure.mainvis {
	margin: 0 0 30px;
	border: none;
	padding: 0;
	text-align: center;
}
#page-pro figure.mainvis img {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: auto;
}
#page-pro .designer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}
#page-pro .orderIcon {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	line-height: 20px;
	font-size: 12px;
	padding: 0 1em;
	margin: 0 0 0 1em;
}
#page-pro #pro-item-list {
	background: #eee;
	padding: 0 0 60px 0;
	margin-top: 30px;
	box-shadow: inset 0 0 20px rgba(0,0,0,0.15);
}
#page-pro #pro-item-list h2 {
	margin: 2em 0 1em;
	font-size: 2.5em;
}
#page-pro .contentsTtl,
#page-pro .main-container { margin-bottom: 0; }
#pro-item-list .row {
	margin-left: -5px;
	margin-right: -5px;
}
#pro-item-list .row > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
#pro-item-list [class*='col-'] {
	display: table;
	margin-bottom: 10px;
}
#pro-item-list .card {
	display: table-cell;
	vertical-align: bottom;
	padding: 40px;
	background: #fff;
}
#pro-item-list .card img { margin: auto; }
#pro-item-list .card h3 {
	font-size: 100%;
	margin: 25px 0 15px;
}
#pro-item-list .card p {
	font-size: 90%;
	margin: 0;
}
#pro-item-list .card .btn-buy { margin-top: 1em; }

@media screen and (max-width: 1199px) {
#pro-item-list .card { padding: 20px; }
}

@media screen and (max-width: 991px) {
#pro-item-list .card { padding: 10px; }
}

@media screen and (max-width: 767px) {
#page-pro #pro-item-list {
	padding: 0 0 0 0;
	margin-top: 30px;
}
#pro-item-list [class*='col-'] {
	display: block;
	margin-bottom: 10px;
}
#pro-item-list .card {
	display: block;
	vertical-align: bottom;
}
#pro-item-list .card img { margin: auto; }
}
/*色見本*/
.individual { margin: 60px 0; }
.individual h3 {
	padding: 1em;
	line-height: 1;
	font-size: 110%;
	border: 1px solid #000;
}
.individual ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.individual ul li {
	float: left;
	width: 33.333%;
	margin-bottom: 10px;
	font-size: 90%;
	vertical-align: middle;
}
.individual ul li::before {
	content: '';
	display: inline-block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	background: #ccc;
	vertical-align: middle;
	margin-right: 0.2em;
	border-radius: 1.5em;
}

.individual ul li:nth-child(1)::before {background: #C3A489;}
.individual ul li:nth-child(2)::before {background: #C8BAA6;}
.individual ul li:nth-child(3)::before {background: #000;}
.individual ul li:nth-child(4)::before {background: #000;}
.individual ul li:nth-child(5)::before {background: #372D1F;}

.individual ul li .mate-1::before { background: red; }

@media screen and (max-width: 991px) {
.individual ul li { width: 50%; }
}
.donwloads { padding-top: 60px; }
/* パラペリ　profile
****************************************************************************************** */

/*プロフィール*/
#palapeli-profile {
	border-top: 1px solid #ddd;
	padding: 60px 0;
	margin-top: 15px;
}
#palapeli-profile img {
	display: block;
	float: left;
	margin: 0 40px 0 0;
}
#palapeli-profile .designer {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: none;
}
#palapeli-profile .designer strong {
	display: inline-block;
	background: #ccc;
	color: #fff;
	padding: 0.2em 1em;
	margin-right: 0.5em;
}
#palapeli-profile .designer strong { font-size: 18px; }
#palapeli-profile .his { line-height: 2; }

@media screen and (max-width: 767px) {
#palapeli-profile img {
	float: none;
	margin: 0;
}
}
/*コンセプト*/
#palapeli-concept {
	background: url(../img/palapeli_photo05@2x.png) no-repeat right top;
	background-size: 550px auto;
	padding-bottom: 60px;
}
#palapeli-concept { border-top: 1px solid #ddd; }
#palapeli-concept h2 { font-size: 18px; }
#palapeli-concept p {
	line-height: 2;
	margin: 2em 0 0 0;
}
/*仕様*/
#palapeli-spec { border-top: 1px solid #ddd; }
#palapeli-spec h2 { font-size: 18px; }
#palapeli-spec dl.specs,
#palapeli-spec .specs dt,
#palapeli-spec .specs dd {
	margin: 0;
	padding: 0;
}
#palapeli-spec .specs dt,
#palapeli-spec .specs dd { margin-bottom: 1em; }
#palapeli-spec dl.specs {
	float: left;
	width: 450px;
	overflow: hidden;
}
#palapeli-spec .specs dt {
	width: 4em;
	float: left;
	clear: both;
}
#palapeli-spec .specs dd { padding-left: 5em; }
#palapeli-spec .specs dd ul {
	list-style: none;
	margin: 0;
	padding: 0 0 120px 0;
	background: url(../img/palapeli_photo07@2x.png) no-repeat -40px -5px;
	background-size: 446px auto;
}
#palapeli-spec .specs dd ul li {
	display: inline-block;
	padding-bottom: 70px;
	text-align: center;
	float: left;
	width: 65px;
}
#palapeli-spec .specs dd ul li:nth-child(1) { margin-left: -20px; }
#palapeli-spec .gifts { float: right; }

@media screen and (max-width: 767px) {
#palapeli-spec dl.specs,
#palapeli-spec .specs dt,
#palapeli-spec .specs dd {
	margin: 0;
	padding: 0;
}
#palapeli-spec .specs dt,
#palapeli-spec .specs dd { margin-bottom: 1em; }
#palapeli-spec dl.specs {
	width: auto;
	float: none;
	overflow: hidden;
}
#palapeli-spec .specs dt {
	width: 4em;
	float: left;
	clear: both;
}
#palapeli-spec .specs dd { padding-left: 5em; }
#palapeli-spec .specs dd ul {
	background: none;
	padding: 0;
}
#palapeli-spec .specs dd ul li {
	width: 50px;
	display: inline-block;
	float: none;
	padding: 0;
	font-size: 80%;
}
#palapeli-spec .specs dd ul li:nth-child(1) { margin-left: 0px; }
#palapeli-spec .specs dd ul li::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/palapeli_photo07@2x.png);
	background-repeat: no-repeat;
	background-size: auto 123px;
}
#palapeli-spec .specs dd ul li:nth-child(1)::before { background-position: -30px -38px; }
#palapeli-spec .specs dd ul li:nth-child(2)::before { background-position: -92px -39px; }
#palapeli-spec .specs dd ul li:nth-child(3)::before { background-position: -160px -39px; }
#palapeli-spec .specs dd ul li:nth-child(4)::before { background-position: -225px -38px; }
#palapeli-spec .specs dd ul li:nth-child(5)::before { background-position: -290px -37px; }
#palapeli-spec .specs dd ul li:nth-child(6)::before { background-position: -350px -37px; }
#palapeli-spec .gifts {
	float: none;
	width: 100%;
	height: auto;
}
}
#palapeli-catarogue {
	border-top: 1px solid #ddd;
	padding: 60px 0;
}
/* アンデス　ANDES
****************************************************************************************** */
#andes-intro {
	margin: 0 0 120px;
	padding: 0 15px;
	overflow: hidden;
}
#andes-intro h2 {
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	font-size: 2.5em;
}
#andes-intro p {
	margin-bottom: 2em;
	text-align: center;
	padding: 0 15px;
}
#andes-case .row { margin-bottom: 120px; }
#andes-case div[class*="col-"] { margin-bottom: 30px; }
#andes-case h3 {
	font-size: 240%;
	border-top: 1px solid #000;
	margin: 0;
	padding: 1em 0 0.5em;
	position: relative;
	font-weight: 100;
}
#andes-case h3::before {
	content: '';
	display: block;
	width: 40%;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
}
#andes-case .lead { font-size: 120%; }
#andes-case .spec {
	font-size: 90%;
	border-top: 1px solid #e5e5e5;
	display: block;
	padding-top: 1em;
}

@media screen and (max-width: 767px) {
#andes-intro {
	margin: 0px 0 30px;
	padding: 0;
}
#andes-intro h2 { font-size: 140%; }
#andes-intro h2 br { display: none; }
#andes-case div[class*="col-"] { margin-bottom: 15px; }
#andes-case h3 {
	padding: 0.5em 0 0.5em;
	font-size: 200%;
}
}
/*組み合わせ*/
#andes-combination { background: #f9f9f9; }
#andes-combination figure { margin-bottom: 10px; }
#andes-combination div[class*="col-"] { margin-bottom: 60px; }
/*ワオ　WAO
****************************************************************************************** */
#wao-main-slide { position: relative; }
#wao-main-slide h1 {
	font-size: 8em;
	text-align: center;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}
#wao-main-slide br { display: none; }
#wao-main-slide h1 small {
	display: block;
	font-size: 17%;
	color: #fff;
	letter-spacing: 0.1em;
}
#wao-main-slide .sp-buttons { background: #f5f5f5 }
.wao-section h2 em {
	font-size: 140%;
	font-style: normal;
}
#wao-main-slide h1,
.wao-section h2 em {
	font-family: 'Averia Serif Libre', cursive;
	font-family: 'Quicksand', sans-serif;
}
#wao-materials h2 { text-align: center; }

@media screen and (max-width: 767px) {
#wao-main-slide h1 {
	top: 21%;
	font-size: 4em;
	text-shadow: 0 0 2px rgba(0,0,0,1.00);
}
}
.wao-section h2 {
	margin-bottom: 1em;
	font-size: 2.5em;
}
/*#wao-intro*/
#wao-intro {
	background: #f5f5f5;
	padding: 60px 15px;
	margin: 0 auto;
}
#wao-intro h2 {
	margin-top: 0;
	padding-top: 0;
}
#wao-intro h2 small { color: inherit; }
/*#wao-details*/
#wao-deital { padding: 0 0 0px 0; }
#wao-deital div[class*="col-"] { padding: 0; }
#wao-deital div[class*="col-"]:first-child { padding: 30px; }

@media screen and (max-width: 767px) {
#wao-deital { padding: 0 0 0px 0; }
#wao-deital div[class*="col-"]:first-child { padding: 0 15px; }
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { border-right-color: #fff; }
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { border-left-color: #fff; }
/*#wao-japanMade*/
#wao-japanMade {
	background: #2F7460;
	background: #2D251F;
	padding: 0;
}
#wao-japanMade .wao-japanMade-photo {
	background: url(../img/wao_japanmade01.jpg) no-repeat right bottom;
	background-size: cover;
}
#wao-japanMade .wao-japanMade-photo img {
	width: 100%;
	height: auto;
	display: none;
}
#wao-japanMade .wao-japanMade-desc {
	color: #fff;
	background: url(../img/wao_japanmade02.png) no-repeat right bottom;
	padding: 15em 3em;
}

/*
#wao-japanMade .wao-japanMade-desc h2 { margin-top: 3em; }
#wao-japanMade .wao-japanMade-desc p:last-child { margin-bottom: 100px; }
*/

@media screen and (max-width: 767px) {
#wao-japanMade .wao-japanMade-photo { background: none; }
#wao-japanMade .wao-japanMade-photo img {
	display: block;
	background: none;
	width: 100%;
	height: auto;
	margin: 15px 0;
}
#wao-japanMade .wao-japanMade-desc {
	color: #fff;
	background: url(../img/wao_japanmade02.png) no-repeat right bottom;
	background-size: contain;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*
#wao-japanMade .wao-japanMade-desc h2 { margin-top: 0; }
#wao-japanMade .wao-japanMade-desc p:last-child { margin-bottom: 50px; }
*/
}
/*#wao-materials*/
#wao-materials { padding: 0; }
#wao-materials .wao-materials-1,
#wao-materials .wao-materials-2,
#wao-materials .wao-materials-3 {
	padding: 30% 30px 30px;
	color: #fff;
}

@media screen and (max-width: 767px) {
#wao-materials .wao-materials-1,
#wao-materials .wao-materials-2,
#wao-materials .wao-materials-3 { padding: 20px 15px 30px; }
}
#wao-materials .wao-materials-1 {
	background: url(../img/wao_materials01.jpg) no-repeat center top;
	background-size: cover;
}
#wao-materials .wao-materials-2 {
	background: url(/cms/wp-content/uploads/2016/12/ply.jpg) no-repeat center top;
	background-size: cover;
}
#wao-materials .wao-materials-3 {
	background: url(../img/wao_materials03.jpg) no-repeat center top;
	background-size: cover;
}
/*#wao-maintenance*/
#wao-maintenance { padding: 120px 0; }

@media screen and (max-width: 767px) {
#wao-maintenance { padding: 15px 0; }
#wao-maintenance img {
	width: 70%;
	height: auto;
	margin: 30px auto 15px;
}
}

#wao-spec tr td:first-child{
	white-space: nowrap;
	text-align: right;
}
