.wrap {
	font-size:115%;
}

h2 {
	font-size: 130%;
	text-align: center;
}

.note {
	font-size: 85%;
}
.note li span {
	font-size:0.8em;
	vertical-align: text-top;
}

/* ********** main ********** */
.title h1 {
	margin: 6em 0;
}
.title h1 img {
	margin: 0 auto;
}
.title h1 img:first-child {
	width: 300px;
	margin: 3em auto;
}


/* ********** subheader ********** */
.subheader {
	margin: 0 0 5em;
}
.subheader h2 {
	margin: 1.8em 0 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.subheader h2::before,
.subheader h2::after {
	content: "";
	width: 20%;
	height: 0;
	border-top: solid 1px #ccc;
	position: absolute;
	top: 50%;
}
.subheader h2::before {
	left: 0;
}
.subheader h2::after {
	right: 0;
}
.subheader h2 + p {
	margin: 0 0 8em;
	text-align: center;
}

.lead h2 {
	//color: #6b2c37;
	//text-align: left;
}


/* あなただけのダイニングテーブルを作ってみませんか？ */
.c_dining {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.c_dining li {
	width: calc((100% - 4em) / 3);
}
.c_dining .image {
	text-align: center;
}
.c_dining p {
	margin: 0.5em 0 0;
}


/* ********** just_section ********** */
.just_section {
	margin: 10em 0 5em;
}
.just_section h2 {
	margin: 0 0 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.just_section h2::before,
.just_section h2::after {
	content: "";
	width: 20%;
	height: 0;
	border-top: solid 1px #ccc;
	position: absolute;
	top: 50%;
}
.just_section h2::before {
	left: 0;
}
.just_section h2::after {
	right: 0;
}
.just_section h2 + p {
	margin: 0 0 5em;
	text-align: center;
}

h2 {
	//color: #916200;
	//font-size: 130%;
}

.selectType_detail .just_title h3 {
	display: inline-block;
	padding: 0 2em;
	background: #c1b151;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height:1.6em;
}



/* STEP */
.step {
	//margin-top: 3em;
	padding: 1.5em;
	border: solid 5px #f2f2f2;
	border-radius: 10px;
}
.step h3 {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
	font-size: 120%;
}
.step h4:first-of-type {
	margin: 0.7em 0 0;
}
.step h4:nth-of-type(n+2) {
	margin: 1.5em 0 0;
	padding-top: 1.5em;
	border-top: dashed 1px #ccc;
}
.step h4 + * {
	margin-top: 1.5em;
}
.step h5 {
	margin: 0;
	padding-left: 0.5em;
	border-left: solid 5px #bbb;
}
.step ul.note {
	margin-top: 1em;
}



/* **** just_box1～4共通 **** */
.box01 {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 1.5em;
	border-bottom: dashed 1px #ccc;
}
.box01:not(:first-child) {
	margin-top: 1.5em;
}
.box01 .image {
	flex: none;
	margin: 0 0.75em;
}
.box01 .text {
	flex: auto;
	margin: 0 0.75em;
}

.just_box1,
.just_box2,
.just_box3,
.just_box4 {
	//padding: 3em;
	//border: solid 2px #c1b151;
	//display: -webkit-flex;
	//display: flex;
	//-webkit-justify-content: space-between;
	//justify-content: space-between;
}

.just_box1 dd,
.just_box2 dd,
.just_box3 dd,
.just_box4 dd {
	//margin-top: 0.5em;
}

.just_box2 .option_area,
.just_box3 .option_area {
	//flex: none;
	//margin-right: 1.5em;
}

.just_box3 .border,
.just_box4 .border {
	//padding: 1em;
	//border: solid 1px #c1b151;
}

.option {
	//flex: auto;
	//width:500px;
}
.option > li:not(:first-child) {
	//margin-top: 3em;
}



/* ********* just_box1 ********* */
.just_box1 dt:not(:first-child) {
	margin-top: 3em;
}
.just_box1 dt {
	font-weight: bold;
}
.just_box1 dd {
	display: inline-block;
	width: 530px;
}
.just_box1 .image {
	//margin-left: 5em;
}
.just_box1 .text {
	margin-left: 2em;
}
.just_box1 .text p {
	margin: 0;
}

/* *** STEP1 材質 *** */
.material dl {
	overflow: hidden;
	margin: 1em 0 0;
}
.material dt {
	float: left;
}
.material dt::after {
	content: "：";
}
.material_color {
	margin: 1em 0.5em 0;
	font-weight: bold;
}
.material_color p::before {
	content: "\f0c8";
	margin-right: 0.5em;
	font-family: FontAwesome;
	color: #bbb;
}
.material_color ul {
	overflow: hidden;
	margin-top: 0.5em;
}
.material_color li {
	float: left;
}
.material_color li:not(:first-child) {
	margin-left: 1em;
}




/* ********* just_box2 ********* */
.just_box2 dt:not(:first-child) {
	//margin-top: 1.5em;
}
.just_box2 dt {
	font-weight: bold;
}
.just_box2 dl {
	margin-left:1em;
}
.just_box2 .option_area {
	//height:300px;
}
.just_box2 .size {
	//display: -webkit-flex;
	//display: flex;
	//-webkit-flex-wrap: wrap;
	//flex-wrap: wrap;
	//width:800px;
}
.just_box2 .size li {
	//margin: 1em 0.5em 0;
	//padding: 0 0.5em;
	//border: solid 1px #c1b151;
	//color: #c1b151;
	//text-align: center;
}
.just_box2 .size li:first-of-type {
	//margin-left:0;
}
.just_box2 .size li:nth-of-type(6) {
	//margin-left:0;
}
.just_box2 .box01 img {
	margin-top:1em;
}


/* *** STEP2 天板 *** */
.top_size h6 {
	margin: 0.5em 0 0;
	font-weight: normal;
}
.top_size h6::before {
	content: "\f111";
	font-family: FontAwesome;
	color: #bbb;
	margin-right: 0.25em;
}
.top_size dl {
	overflow: hidden;
}
.top_size dt {
	float: left;
}
.top_size dt::after {
	content: "：";
}
.top_size h5 + p,
.top_size .list_mark {
	font-weight: bold;
}
.top_size .list_mark > li:not(:first-child) {
	margin-top: 2em;
}
.top_size .list_mark p,
.top_size dl {
	font-weight: normal;
}
.top_size li p {
	margin-top: 0.5em;
}
.top_size h5 + * {
	margin: 1em 0 0;
}

.top_type li {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 3em;
}
.top_type li:not(:first-child) {
	margin-top: 2em;
}
.top_type li .image {
	flex: none;
	margin: 0 0.75em;
}
.top_type li .text {
	flex: auto;
	margin: 0 0.75em;
}



/* ********* just_box3 ********* */
.just_box3 dt:not(:first-child) {
	//margin-top: 1.5em;
}
.just_box3 dt {
	font-weight: bold;
}
.just_box3 dd:nth-of-type(3) {
	//margin-top:2em;
}

/* *** STEP3 脚部 *** */
.leg_type .box01 {
	margin-top:2em;
	padding-bottom:3em;
}

.leg_type + .note {
	padding: 1em;
	border: solid 1px #ccc;
}
.leg_height {
	margin: 2em 1em 3em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.leg_height .image {
	flex: none;
	margin: 0 0.75em;
}
.leg_height .text {
	flex: auto;
	margin: 0 0.75em;
}
.leg_height p {
	margin: 1em 3em 0 0;
}
.table_height {
	margin: 2em 1em 0;
}
.table_height dl {
	margin-top: 2em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.table_height dt {
	width: 3em;
	padding: 1em 2em;
	background-color: #ecddc7;
	border-left: solid 1px #c96;
	border-bottom: solid 1px #c96;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.table_height dd {
	width: calc(100% - 7em - 1px - 2em - 2px);
	padding: 1em;
	border-left: solid 1px #c96;
	border-right: solid 1px #c96;
	border-bottom: solid 1px #c96;
}
.table_height dt:first-of-type,
.table_height dd:first-of-type {
	border-top: solid 1px #c96;
}



/* ********* just_box4 ********* */
.just_box4 dt:not(:first-child) {
	margin-top: 1.5em;
}
.just_box4 dt {
	font-weight: bold;
}
.just_box4 .col {
	margin-top: 1em;
	display: -webkit-flex;
	display: flex;
}
.just_box4 .col > * {
	margin: 0;
}
.just_box4 .col > *:not(:first-child) {
	margin-left: 3.5em;
}


/* *** STEP4 塗装 *** */
.coating {
	margin: 2em 1em 0;
}
.coating li:not(:first-child) {
	margin-top: 2em;
}
.maintenance {
	margin-top: 1.5em;
	padding: 1em;
	border: solid 1px #ccc;
}
.maintenance dt {
	color: #960;
	font-weight: bold;
}
.maintenance dt::after {
	content: "：";
}
.wrap {
	font-size:115%;
}

.lead_lightbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-around;
	text-align:center;
 	
}

.lead_lightbox > li {
	width: calc((100% - 0.1em * 6) / 8);
	margin-top: 1.5em;
}

.lead_lightbox >  li:last-child {
	margin-right: 0;
}


/* ********** How To Order ********** */
/* **** 見出し **** */
.selectType h3 {
	padding: 1.4em 0;
	background-color: #666;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	position: relative;
	transition: 0.5s opacity;
}
.selectType h3:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType h3::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 2em;
}
.selectType .active::after {
	content: "\f106";
}

.selectType h4{
    padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: normal;
    border-bottom: 2px solid #666;
}

.howToOrder p{
   //margin: 3em 0;
   //text-align: center;
}


/* **** 詳細 **** */
.selectType_detail .type {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	border: solid 1px #999;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
	position: relative;
	transition: 0.5s opacity;
}
.selectType_detail .color li::before {
	content: "";
	display: inline-block;
	margin-right: 0.2em;
	width: 0.8em;
	height: 0.8em;
}
.selectType_detail .color .na::before {
	background-color: #cfad7e;
}
.selectType_detail .color .wn::before {
	background-color: #6f4500;
}
.selectType_detail .color .bk::before {
	background-color: #000;
}
.selectType_detail .color .mb::before {
	background-color: #2a1702;
}
.selectType_detail .color .metal::before {
	background-color: #aaa;
}
.selectType_detail .cover_header {
	margin: 0.5em 0;
	padding: 0.2em 1em;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
}
.selectType_detail .baseunit .type::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.selectType_detail .baseunit .type:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.5s opacity;
}
.selectType_detail .baseunit .show {
	background-color: #fff;
	color: #999;
}
.selectType p a {
	display: block;
	width: 95%;
	margin: 2em auto 6em;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
}
.selectType p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.selectType p a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}
