@charset "utf-8";
/* CSS Document */


#Contents {
	margin: 50px auto 100px auto;
	width: 1080px;
}
ul.PictureList {
    display: flex;
    flex-wrap: wrap; /*--折り返しの指定--*/
    justify-content: space-between;
}
.PictureList img {
	width: 100%;
	vertical-align: middle
}
ul.PictureList li {
	width: 30%;
}
.ContentsTitle {
	font-size: 2em;
}

.MoreBtn {
	text-align: center;
	background-color: #919d8b;
	line-height: 57px;
	font-size: 18px;
	border-radius: 5px;
	color: #FFFFFF;
	border: 0;
	transition: .4s;
	float: right;
}
.MoreBtn:hover {
  background: #586C4E;
}
.MoreBtn a {
	text-decoration: underline;
	color: #FFFFFF;
}
.MoreBtn a:hover {
	text-decoration: none;
}
.MoreBtn_goPrice {
	width: 252px;
	height: 57px;
	margin-top: 25px;
	position: absolute;
	top: 215px;
	right: 25px;
}
.MoreBtn_goGetPic {
	width: 252px;
	height: 57px;
	margin-top: 25px;
	position: absolute;
	top: 215px;
	right: 295px;
	background-color: #556E48;
}
.MoreBtn_moreInfo {
	width: 36%;
	height: 57px;
	margin: 60px 32% 0; 
}
.MoreBtn_send {
	width: 50%;
	height: 57px; 
}

.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(183,214,168) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(183,214,168) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(183,214,168) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(183,214,168) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(183,214,168) 50%);
}
@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
.MoreBtn_goPrice {
	width: 252px;
	height: 57px;
	margin-top: 25px;
	position: absolute;
	top: 160px;
	right: 2%;
}
	
	.MoreBtn_goGetPic {
	width: 252px;
	height: 57px;
	margin-top: 25px;
	position: absolute;
	top: 230px;
	right: 2%;
	z-index: 999;
	}
}
@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	.MoreBtn_goPrice, .MoreBtn_goGetPic {
	position: static;
}
}
/*-------------------------------
トップFV 要素
-------------------------------*/
.product-list-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto 50px;
}
.product-rear,
.product-front {
	max-width: 380px;
	margin: 0 auto
}
.product-name {
	text-align: center;
	font-size: 1.5em;
	color: #586C4E;
	margin-bottom: 1em;	
}

.product-img {
	width: 90%;
	height: 300px;
	overflow: hidden; 
    margin: 0 auto 1em auto;
	text-align: center;
}
.product-img img {
	width: 100%;
	object-fit: contain
}
.product-btn {
    width: 90%;
    margin: 0 auto;
	font-size: 1em;
	color: #fff;
	background-color: #586C4E;
	border-radius: 7px;
	text-align: center;
	padding: 0.7em 0;
}

.product-btn i {
	color: #fff;
	margin-left: 8px;
	position: relative;
}
.btn-img-dl,
.btn-full {
	width:350px;
	text-align: center;
	margin: 0 auto;
	padding: 0.7em 0;
	border-radius: 7px;
	position: relative
}

.btn-img-dl  {
	background-color:  #EBE5DF;
	margin-bottom: 1em
}
.btn-full {
	background-color: #fff;
	box-shadow: 3px 3px 8px rgba(0,0,0,.15)
}

@media screen and (max-width:800px) {
/*スマホ用のcssを記述*/
	.product-list-wrap {
		flex-direction: column;
	}
	.product-front {
    margin: 0 auto 60px;
	}

}
/*-------------------------------
価格表 要素
-------------------------------*/
.PriceContaner {
	width: 96%;
	margin: 18px auto;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 20px;
	overflow: visible;
    display: flex;
    flex-wrap: wrap; /*--折り返しの指定--*/
    justify-content: space-between;
}
.cabName {
	//border-bottom: solid 2px #2a2a2a;
	text-align: left;
	padding-bottom: 15px;
}
p.priceName {
	font-size: 1.2em;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500
}
.Pc {
	float: left;
}
.ItemName {
	font-size: 1.2em;
}
.Price, .PriceTax {
	padding-bottom: 8px;
}
.Price {
	font-size: 45px;
	letter-spacing: 0.1em;
}
.Price:after {
	content: "円";
	font-size: 26px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.PriceTax {
	font-size: 18px;
	color: #5F5F5F;
}
.Car{
	font-size: 1.5em;
}

.cabPrice {
	max-width: 1050px;
	margin: 10px auto 60px;
	padding: 0 15px;
	overflow: hidden;
	display: block;
	text-align:right;
	position: relative;
}
.priceLeft {
	width: 36%;
	padding-top: 36%;
	background: url(../img/front02.png) no-repeat center center;
	background-size: cover;
	float: left;
}
.priceRight {
	width: 60%;
	float: right;
	height: auto;
	margin: 6% 0 0 0;
}
@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	.cabPrice {
		box-sizing: border-box;
		padding: 0 2%;
	}
	p.priceName {
		font-size: 29px
	}
	p.Price {
		font-size: 32px;
	}
.priceLeft {
	width: 41%;
	padding-top: 42%;
}
.priceRight {
	width: 53%;
}
	
p.priceName {
	font-size: 34px;
}
}


@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	
	.cabPrice {
		box-sizing: border-box;
		padding: 0;
		margin-bottom: 120px;
		clear: both;
		text-align: center!important;
	}
.priceLeft {
	width: 100%;
	padding-top: 65%;
	margin: 4% 0 0 0;
	clear: both;
	background-size: contain;
}
.priceRight {
	width: 96%;
	margin: 0 2%;
	clear: both;
}
	p.priceName {
		text-align: center;
	font-size: 5.5vmin;
		margin: 4% 0 2% 0;
	}
	p.price {
	font-size: 6vmin;
	letter-spacing: -0.1em;
	}
	.MoreBtn {
		margin: 10% 15% 2%;
		width: 70%;
	}
}


/*-------------------------------
コンセプトセクション要素
-------------------------------*/
.cabConsept {
	background: url("../img/bg01.webp") no-repeat center ;
	background-size: cover;
	padding: 50px 0;
	margin-top: 50px
}
.conWhite{
	background-color: rgba(255,255,255,0.70);
	margin: auto;
	max-width: 800px;
	padding: 0% 3% 3%;
	border-radius: 15px;
}
.conWhite p {
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
}
.textConcept {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
	color: #969696;
	letter-spacing: 0.2em;
	line-height: 3.8em;
}
.textConcept span {
  display: block;
}

.textConcept:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #969696;
}
.conText {
	font-size: 18px;
	width: 70%;
	line-height: 2em;
	margin: 0 auto;
	padding-top: 20px;
	color: #524c4c
}

@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	
.textConcept {
	color: #969696;
	font-weight: 500;
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: bold
}
hr.short {
	border-bottom: #969696 solid 3px;
	margin: 0 auto 25px;
}
.conWhite{
	background-color: rgba(255,255,255,0.80);
	margin: 0 7%;
	width: 86%;
	padding: 5% 0;
	border-radius: 15px;
}
.conText {
	font-size: 16px;
	line-height: 1.5em;
	}
}
@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	.cabConsept {
	background: url("../img/bgsp01.webp") no-repeat center ;
	background-size: cover;
	padding: 80px 0;
}
.textConcept {
	color: #969696;
	font-weight: 500;
	font-size: 6.6vmin;
	padding-bottom: 2%;
	font-weight: bold
}
	
	.textConcept:before {
		height: 4px;
	}
hr.short {
	border-bottom: #969696 solid 3px;
	margin: 0 auto 20px;
}
	.conText {
		width: 88%;
	font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 4%
	}
.conWhite{
	background-color: rgba(255,255,255,0.80);
	margin: 0 3%;
	width: 94%;
	padding: 8% 0;
	border-radius: 15px;
}
}



/*===================================*/



/*-------------------------------
デザイン提案　セクション要素
-------------------------------*/
.bgBe {
	background-color: #ebe5df;
	padding: 100px 0;
}
.cabDesign {
	max-width: 1080px;
	margin: 0 auto;
}
ul.miniCar {/*--ラインアウト中--*/
	max-width: 96%;
    display: flex;
    flex-wrap: wrap; /*--折り返しの指定--*/
    justify-content: space-between;
	padding: 0 2%;
	margin: 30px auto;
}
ul.miniCar li {/*--ラインアウト中--*/
    width: 15%;
	text-align: center;
	margin: 40px 0;
}

.boxDesignWrap {
	width: 100%;
	padding: 0;
	margin: 300px 0;
	overflow: hidden;
	display: block;
}
ul.boxDesigh {
	width: 96%;
	padding: 0;
	margin: 50px 2% 50px;
	border-radius: 15px;
	overflow: hidden;
	display: block;
	
}
ul.boxDesigh li {
    width: 33.3333%;
	height: 235px;
	float: left;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
}
li.designImg01 {
		background: url("../img/design01.webp") no-repeat center center;
}
li.designImg02 {
		background: url("../img/design04.webp") no-repeat center center;
}
li.designImg03 {
		background: url("../img/design03.webp") no-repeat center center;
}

p.boxTitle {
	font-size: 22px;
	line-height: 4em;
	margin-top: 20px;
	font-weight: bold;
	color: #3E6729
}
p.boxText {
	font-size: 16px;
	line-height: 1.5em;
	width: 90%;
	margin: 0 5%;
}


@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	ul.boxDesigh {
		width: 95%;
		margin: 0 2.5%
	}
	
ul.boxDesigh li {
    width: 50%;
	padding-top: 
	}
	
}
@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	
.cabDesign {
	clear: both;
	height: auto;
}
	.boxDesignWrap {
	max-width: 100%;
	padding: 0;
	margin: 50px 0;
	overflow: hidden;
}
	ul.boxDesigh {
		border-radius: 0px;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;
	}
	ul.boxDesigh li {
		padding: 0;
		margin: 0;
		width: 94%;
		display: block;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}
	
	
	ul.boxDesigh li img{
		display: none;
	}
	
p.boxTitle {
	font-size: 5.7vmin;
	line-height: 4em;
	margin-top: 20px;
	font-weight: bold;
}
p.boxText {
	//font-size: 16px;
	font-size: 4vmin;
	width: 100%;
	margin: 0 0 10% 0;
}
	li.spDesign_Img01 {
		float: left;
		background: url("../img/design01.png") no-repeat center center;
		border-bottom-right-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
	}
	li.spDesign_Img02 {
		float: right!important;
		background: url("../img/design04.png") no-repeat center center;
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}
	li.spDesign_Img03 {
		float: left;
		background: url("../img/design03.png") no-repeat center center;
		border-bottom-right-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
	}
	li.spDesign_Img01, li.spDesign_Img02, li.spDesign_Img03 {
		z-index: 1!important;
		background-size: cover;
	}
	
	
	
	li.spDesign_Text01, li.spDesign_Text02, li.spDesign_Text03 {
		margin-bottom: 8%!important;
		margin-top: -7%!important;
		z-index: 0!important;
		width: 80%!important;
		height: auto!important;
	}
	li.spDesign_Text01 {
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		float: right!important;
		text-align: left!important;
		padding: 2% 5% 0 5% !important ;
	}
	li.spDesign_Text02 {
		border-bottom-right-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		text-align: right!important;
		padding: 2% 5% 0 5% !important ;
	}
	li.spDesign_Text03 {
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		float: right!important;
		text-align: left!important;
		padding: 2% 5% 0 5% !important ;
	}
}


/*===================================*/



/*-------------------------------
デザイン商品詳細　セクション要素
-------------------------------*/
.cabInfo {
	margin: 130px auto;
}
.boxInfoWrap {
	max-width: 1080px;
	margin: 20px auto 100px;
	padding: 0 2%;
	box-sizing: border-box;
	overflow: hidden;
}
.boxInfo {
	width: 100%;
	border-bottom: 2px solid #707070;
	overflow: hidden;
	padding: 50px;
	box-sizing: border-box;
	clear: both;
}
.infoImg01, .infoImg02, .infoImg03 {
	width: 49%;
	padding-top: 35%;
	border-radius: 15px;
	display: flex;
	overflow: hidden;
}
.infoImg01 {
	background: url("../img/detail01.webp") no-repeat center bottom;
	background-size: cover;
}
.infoImg02 {
	background: url("../img/detail02.webp") no-repeat center bottom;
	background-size: cover;
}
.infoImg03 {
	background: url("../img/detail03.webp") no-repeat center bottom;
	background-size: cover;
}

.infoImg img {
	display: block;
	object-fit: cover;
	width: 100%;
}
.infoTextArea {
	width: 45%;
	box-sizing: border-box;
	height: 250px;
}

.infoTitle {
	padding: 15% 0 8% 0 ;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	color: #2A2A2A;
}

	.infoText {
		line-height: 1.5em;
		font-size: 18px;
	}

	.spPaddingTop10 {
		//margin-top: 15%;
		margin: 0 auto;
	}
.left {float: left;}
.right {float: right}

@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	
	.boxInfoWrap {
		margin: 0px auto 0px;
		padding: 0;
	}
	
.infoTitle {
	padding: 12% 0 8% 0 ;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: bold;
	color: #2A2A2A;
}
	.infoText {
		line-height: 1.5em;
		font-size: 16px;
	}
	.infoImg01, .infoImg02, .infoImg03 {
		padding-top: 45%;
	}
}
@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	
.infoTitle {
	padding: 18% 0 8% 0 ;
	font-size: 5.8vmin;
	line-height: 1.2em;
	letter-spacing: 0em;
	font-weight: bold;
	color: #2A2A2A;
}
	.boxInfoWrap {
		margin: 0px auto;
		padding: 0;
	}
	.boxInfo {
		width: 95%;
		margin: 0 2.5%;
		padding: 15% 4% 15%;
	}
	.infoImg01, .infoImg02, .infoImg03 {
		width: 100%;
		padding-top: 65%;
	}
	.infoTextArea {
		width:95%;
		height: auto;
		text-align: center;
}
	.infoText {
		line-height: 1.5em;
	font-size: 4vmin;
	}
	.left {clear: both}
	.right {clear: both}
}

.MoreBtn_moreInfo {
	width: 66%;
	height: 57px;
	margin: 15% 17% 0!important; 
}

/*===================================*/


/*-------------------------------
お問い合わせ　セクション要素
-------------------------------*/
  

hr.btmBorder {
	color: #D9D9D9;
	width: 500px;
	margin: 0 auto;
}
.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #919d8b;
  color: #FFF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
	font-size: 40px;
}

.btn-circle-flat:hover {
  background: #586C4E;
}
/*お問い合わせフォーム*/
.contactForm {
	max-width: 800px;
	margin:50px auto 30px;
	overflow: hidden;
}
.formRight {
	float: right;
}
.formLeft {
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	margin-top: 0px;
	font-size: 16px
}
.formLeft, .formRight {
	width: 50%;
	display: block;
}  
/*フォームデザイン要素*/
input {
}
.form-control {
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	border: 0;
	font-size: 16px;
	box-sizing: border-box;
}
textarea {
	width: 90%;
}
p.formSub {
	margin-bottom: 14px;
	font-size: 16px
}
.formMail {
	margin: 50px 0 18px 0;
	font-size: 20px
}
@media only screen and (min-width:600px) and (max-width:900px) {
/*tablet用のcssを記述*/
	
.contactForm {
	width: 95%;
	overflow: hidden;
}
}
@media screen and (max-width:599px) {
/*スマホ用のcssを記述*/
	.formLeft, .formRight {
		clear: both;
		width: 90%;
		margin: 0 5%;
	}
	.formLeft {
		margin-top: 80px;
	}
	.MoreBtn {
		margin:0 15% 0;
	}
	.spPaddingTop8 {
		margin-top: 8%
	}
}
/*===================================*/




