﻿

.title,
.gojuu_section {
	font-size: 115%;
}

.title p,
.gojuu_section p {
	margin: 0;
}

.title img,
.gojuu_section img {
	max-width: 100%;
}

.note {
	font-size: 90%;
}


.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}


/* **********  ********** */
.title h1 {
	margin: 0 0 3em;
}
.title h1 img {
	max-width: 100%;
	margin: 0 auto;
}


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

.gojuu_section .col3 > *,
.gojuu_section .col4 > * {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.gojuu_section .col3 > * {
	width: calc(33.333% - 1.34em);
}
.gojuu_section .col4 > * {
	width: calc(25% - 1.5em);
}
.gojuu_section .col3 > *:nth-child(3n),
.gojuu_section .col4 > *:nth-child(4n) {
	margin-right: 0;
}
.gojuu_section .col5 > * {
	float: left;
	width: calc(100% / 6 - 2em);
	margin: 0 1em 2em;
}
.gojuu_section .col5 img {
	max-width: 116px;
}


/* ********** “自分だけの”を叶えるカスタマイズソファ ********** */
.lead li a {
	display: block;
	position: relative;
}
.lead li a::after {
	content: "\f00e";
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 2px #ffffff;
	border-radius: 5px;
	padding: 0.2em 0.5em;
}
.lead p a {
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
}
.lead p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.lead p a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.lead2{
	font-size: 1.15em;
}

/* ********** How To Order ********** */
/* **** 見出し **** */
.selectType h3 {
	padding: 0.8em 0;
	background-color: #666;
	color: #fff;
	font-size: 1.4em;
	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_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 .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;
}

/* ********** 開発秘話 ********** */
.developStory p {
	width: calc(50% - 1em);
	float: left;
}
.developStory .image {
	margin-right: 2em;
}
.developStory .clearfix:nth-of-type(2n) .image {
	float: right;
	margin-left: 2em;
	margin-right: 0;
}
.gojuuth {
    margin: 4em auto;
    border-bottom: solid 1px #ccc;
    padding-bottom: 3em;
}
.mt_fix{
	margin:1em 0 0 0 !important;
}


/* ********** 一部の商品はオンラインでも販売してます。 ********** */
.onlineshop {
	padding: 2em;
	background-color: #666;
	color: #fff;
}
.onlineshop h2::before,
.onlineshop h2::after {
	width: 15%;
}
.onlineshop ul {
	font-size: 85%;
	margin: 0 0 4em;
}

.onlineshop .col3 li {
	margin-bottom: 3em;
}
.onlineshop dl {
	overflow: hidden;
	margin: 1em 0;
}
.onlineshop dt {
	float: left;
}
.onlineshop dt::after {
	content: "：";
}
.onlineshop a {
	display: block;
	padding: 0.5em;
	background-color: #fff;
	font-size: 120%;
	text-align: center;
	position: relative;
	transition: 0.5s;
}
.onlineshop a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.onlineshop li .moredetail a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.onlineshop p a {
	width: 75%;
	margin: 0 auto;
	padding: 1em 0;
	border-radius: 5px;
	font-size: 1.2em;
}

/*** LSシリーズ追加 ***/

.gojuu_list_btn a {
	display: block;
	width: 75%;
	margin: 2em auto;
	padding: 1em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s;
	background: #efefef;	
}
.gojuu_list_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.gojuu_list_btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}


.gojuu_list_btn2 a {
	display: block;
	margin: 1em auto;
	padding: 0.8em;
	border: solid 1px #ccc;
	text-align: center;
	transition: 0.5s;
	background: #efefef;		
}
.gojuu_list_btn2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.gojuu_list_btn2 a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}


.gojuu_box_area{
	border: solid 1px #ccc;
	margin: 0 auto 6em;
	padding: 2em 0 1em 0;		
}
.gojuu_box{
	width:100%;
	margin:0 0 2em 0;
}
.gojuu_left{
	width:25%;	
}

.gojuu_left img{
	width:200px;
	padding: 2em 0 2em 2em;		
}

.gojuu_right{
	width:70%;	
}

.gojuu_info_box{
	margin: 4em auto;
	padding: 1em 0 2em;
	border: solid 1px #ccc;
	font-size: 1.4em;
	text-align: center;
}



/* 下部バナーエリア */
.bnr_area{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
    margin: 2em 0 0 0;
}

.bnr_area li:first-child{ 
    width: 30%;
    margin-right: 1em;
}

.bnr_area li:last-child{ 
    width: calc(100% - 30% - 1em);
    padding: 1em;
}

.bnr_area dt{
    font-weight: bold;
    font-size: 120%;
}

.bnr_area dd{
    margin-bottom: 0.6em;
}

.bnr_area dd:last-child{
    margin-top: 2em;
}
    
    