@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 700px;
	background-image: url(../web/concept_top/mimg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox1 rt {
  font-size: 25px;
  text-align: center;
}
.txtBox2 {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/

#Pl {
	width: 100%;
	height: 30px;
	margin: 0 auto;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px;
	float: left;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 510px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7f6c4c;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 590px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
h2 rt {
  font-size: 16px;
  text-align: center;
}
.h2ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-top: 45px;
	float: left;
	color: #999;
}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
#contents02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3{
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
}
.h3ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-top: 25px;
}
#sec02bg {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url(../web/concept_03/back05.webp);
	background-position: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#section02 .txt {
	position: relative;
	width: 1100px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
h4 {
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
#section02 .tst1 {
	position: relative;
	width: 1100px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: left;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
#contents03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#section03 .txt1 {
	position: relative;
	width: 1100px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
}
#style01 {
	position: relative;
	width: auto;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 110px;
	margin-left: 30px;
}
#style01:first-letter {
  font-size: 55px;
  color: #7f6c4c;
}
#style01:after {
  content: 'ジャパニーズモダンスタイル';
  position: absolute;
  width: auto;
  left: auto;
  bottom: 0px;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  font-weight: 500;
  font-style: normal;
}
.styletxt {
	position: relative;
	width: auto;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
#sec03bg {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(../web/concept_03/back02.webp);
	background-position: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#style02 {
	position: relative;
	width: auto;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 80px;
	margin-left: 30px;
}
#style02:first-letter {
  font-size: 55px;
  color: #7f6c4c;
}
#style02:after {
  content: 'ナチュラルモダンスタイル';
  position: absolute;
  width: auto;
  left: auto;
  bottom: 0px;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  font-weight: 500;
  font-style: normal;
}
#sec03bg2 {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(../web/concept_03/back03.webp);
	background-position: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#style03 {
	position: relative;
	width: auto;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 80px;
	margin-left: 30px;
}
#style03:first-letter {
  font-size: 55px;
  color: #7f6c4c;
}
#style03:after {
  content: 'ナチュラルカントリースタイル';
  position: absolute;
  width: auto;
  left: auto;
  bottom: 0px;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  font-weight: 500;
  font-style: normal;
}
#sec03bg3 {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(../web/concept_03/back04.webp);
	background-position: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:768px){

}
