@charset "UTF-8";
/* CSS Document */

/************************************************
natural.css 201806
************************************************ */
h2.title2 .title_span{
	font-size: 28px;
}
#natural{
	width: 1150px;
	line-height: 1.4;
	color: #54483c;
	margin: 0 auto 30px;
	font-family: 'Noto Sans JP', sans-serif;
}
#natural h2{
	margin: auto;
}
#natural h3{
	margin: 40px auto 30px;
	text-align: center;
}
#natural h4{
	border: none;
	font-size: 22px;
	text-align: left;
	line-height: 1.4;
}
#natural .h2-box{
	position: relative;
}
#natural .h2-box h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
#natural .h2-box h2 .en{
	display: block;
	font-size: 54px;
	font-family: 'Lora', serif;
	letter-spacing: .08em;
	text-align: center;
	padding: .1em .2em;
	margin-bottom: 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}
#natural .h2-box h2 .jp{
	display: block;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	text-align: center;
}
.intro {
	padding: 0 20px;
	margin: 30px auto;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	overflow: hidden;
}
.intro>p {
	margin: 0 auto 30px;
}
.intro .flL, .intro .flR {
	width: 45%;
	margin: 30px auto;
	line-height: 1.6;
	text-align: left;
}
.intro .flR {
	padding-top: 50px;
}
.intro .flR img {
	width: 380px;
	height: auto;
	text-align: right;
}
.point{
	/*width: 900px;*/
	margin: auto;
}
.point .flL{
	width: 52%;
}
.point .flL img{
	width: 500px;
	height: auto;
}
.point .flR{
	position: relative;
	top: 120px;
	left: -20px;
	width: 46%;
	background-color: rgba(255,255,255,0.90);
	border-top: 1px solid #54483c;
	border-left: 1px solid #54483c;
	padding: 30px 16px 30px 24px;
	margin-bottom: 100px;
}
.point .flR .ttl{
	position: absolute;
	top: -56px;
	right: 0;
	font-size: 40px;
	font-family: 'Lora', serif;
	letter-spacing: .03em;
}
.point .flR p{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
}
.point .flR  li{
	font-size: 15px;
	padding: 0 0 8px;
}
.point .flR li:before{
	content: "";
	position: relative;
	top: 6px;
	display: block;
	height: 20px;
	float: left;
	background: url(../../images/unique/natural/arrow-icon.png) left top no-repeat;
	background-size: 10px;
	padding: 5px 16px 0 0;
}
.section-box{
	width: 900px;
	position: relative;
	margin: 120px auto 20px;
}
.section-box .living .ttl{
	position: absolute;
	top: -30px;
	right: 20px;
	display: inline-block;
	font-size: 40px;
	font-family: 'Lora', serif;
	letter-spacing: .03em;
	border-bottom: 1px solid #54483c;
	z-index: 10;
}
.section-box .living .living-img{
	position: relative;
}
.section-box .living .img-b{
	width: 700px;
}
.section-box .living .img-s{
	position: absolute;
	right: 50px;
	bottom: -40px;
	width: 200px;
	height: 135px;
}
.section-box .living .txt{
	margin: 60px auto 50px;
}

.section-box .dining .ttl{
	position: absolute;
	top: -30px;
	left: 0;
	display: inline-block;
	font-size: 40px;
	font-family: 'Lora', serif;
	letter-spacing: .03em;
	border-bottom: 1px solid #54483c;
	z-index: 10;
}
.section-box .dining .dining-img{
	position: relative;
}
.section-box .dining .img-b{
	width: 700px;
	height: 400px;
	float: right;
	margin-right: 50px;
}
.section-box .dining .img-s{
	position: absolute;
	left: 10px;
	bottom: -40px;
	width: 200px;
	height: 135px;
}
.section-box .dining .txt{
	margin: 80px auto 50px;
}

#natural h5{
	border: none;
	font-size: 20px;
	text-align: left;
}
#natural h5:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 60px;
	margin: 14px 0;
}
.section-box .txt p{
	font-size: 14px;
	line-height: 1.5;
}
.section-box ul{
	overflow: hidden;
}
.section-box li{
	display: block;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.section-box li img{
	width: 360px;
	height: 230px;
}
.section-box li:nth-child(odd) .section-img{
	/*width: 46%;*/
	float: left;
	margin-right: 30px;
}
.section-box li:nth-child(even) .section-img{
	/*width: 46%;*/
	float: right;
	margin-left: 30px;
}
.section-box li:nth-child(odd)  dl{
	/*width: 50%;*/
	/*float: right;*/
	margin-top: 40px;
}
.section-box li:nth-child(even)  dl{
	/*width: 50%;*/
	/*float: left;*/
	margin-top: 40px;
}
.section-box li dt{
	font-size: 20px;
	margin-bottom: 10px;
}
.section-box li dd{
	font-size: 14px;
}

.coordinate	{
	width: 1000px;
	border-top: 1px solid #ddd;
	margin: 40px auto;
}
.coordinate a	{
	text-decoration: none;
	color: #54483c;
}
.coordinate a:hover	{
	opacity: 0.8;
}
.coordinate a	img{
	width: 100%;
}
.coordinate p.ttl	{
	font-size: 22px;
	text-align: center;
	margin: 40px auto 30px;
}
.coordinate p.ttl:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 40px;
	margin: 14px auto;
}
.coordinate ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.coordinate li {
	width: 32%;
	/*display: table-cell;*/
	margin: 0 2% 0 0;
	text-align: center;
}
.coordinate li:last-child {
	margin: 0;
}
.coordinate li img {
	max-width: 100%;
}
.coordinate dl {
	padding: 0 2px;
	margin: 10px auto 20px;
	box-sizing: border-box;
	text-align: left;
}
.coordinate dt {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.coordinate dd {
	font-size: 13px;
}
.coordinate p.button {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #54483c;
	background: url(../../images/unique/natural/arrow-icon.png) right center no-repeat;
	background-size: 16px;
	padding: .5em 24px .5em .8em;
	float: right;
}

.corner{
	width: 900px;
	border-top: 1px solid #ddd;
	margin: 40px auto;
}
.corner p.ttl	{
	font-size: 22px;
	text-align: center;
	margin: 40px auto 30px;
}
.corner p.ttl:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 40px;
	margin: 14px auto 20px;
}
.corner-inner p{
	font-size: 14px;
	margin-bottom: 20px;
}
.layout-3d{
	box-shadow:0px 0px 10px 6px #fff inset;
	background: url(../../images/unique/newlife2018/3d-bg.jpg) repeat-y;
	background-size: contain;
	padding: 20px;
	margin: auto;
	text-align: center;
}
.layout-3d>img{
	margin: 10px 0
}
.stylist-form{
	position: relative;
	margin: 10px;
	background: #fff;
	text-align: left;
}
.stylist-form>div{
	display: inline-block;
	width: 70%;
	padding: 30px 30px 0;
}
.stylist-form p{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
}
.stylist-form img{
	position: absolute;
	right: 10px;
	bottom: 0;
	vertical-align: bottom;
	float: right;
	width: 28%;
	height: auto;
	padding-top: 10px;
}
.simubtn {
	display: block;
	width: 440px;
	background:  #fff;
	border: 2px solid #805b44;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	color: #805b44;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 6px 6px;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	margin: 1.4em auto ;
}
#newlife2018 .simubtn:before {
	content: "＞";
	position: relative;
	top:-1px;
	font-size: 10px;
	padding-right: .5em;
}
.text-bottom {
	width: 900px;
	margin: 40px auto;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.text-bottom img{
	width: 100%;
}
.text-bottom p{
	margin-top: 20px;
	text-align: left;
}

.list-animate{
	opacity: 0;
	transform: translate(0,-20px); 
	-webkit-transform: translate(0,-20px); 
}
.animate{
	transition: all 1.0s ease;
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

@media screen and (max-width: 896px){
#natural{
	width: 96%;
	margin: 0 auto 10px;
	overflow: hidden;
}
#natural h3{
	padding: 0 2%;
	margin: 0;
}
#natural h4{
	margin: 20px auto 10px;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0x;
}
#natural .h2-box h2 .en{
	font-size: 37px;
}
#natural .h2-box h2 .jp{
	font-size: 12px;
}
.intro {
	width: 100%;
	padding: 0 4%;
	margin: 20px auto;
	line-height: 1.6;
	font-size: 1.3rem;
	text-align: left;
}
.intro>p {
	font-size: 1.3rem;
	margin: 0 auto 10px;
}
.intro .flL, .intro .flR {
	width: 47%;
	margin: 30px auto;
	line-height: 1.6;
	text-align: left;
}
.intro .flR {
	padding-top: 50px;
}
.intro .flR img {
	width: 100%;
	height: auto;
	text-align: right;
}

.point{
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
}
.point .flL{
	width: 70%;
}
.point .flL img{
	width: 100%;
	height: auto;
	text-align: center;
}
.point .flR{
	position: relative;
	top: -20px;
	left: 0px;
	width: 90%;
	padding: 20px 10px 10px 20px;
	margin: -20px 0 0;
	box-sizing: border-box;
}
.point .flR .ttl{
	position: absolute;
	top: -36px;
	right: 10px;
	font-size: 2.4rem;
	letter-spacing: .03em;
}
.point .flR p{
	font-size: 1.4rem;
}
.point .flR  li{
	font-size: 1.25rem;
	padding: 0 0 8px;
}
.section-box{
	width: 100%;
	margin: 10px auto 20px;
}
.section-box .living .ttl{
	position: static;
	padding: 0 2%;
	margin-bottom: 10px;
	font-size: 2.0rem;
}
.section-box .living .img-b{
	width: 90%;
	max-width: 600px;
	height: auto;
}
.section-box .living .img-s{
	position: absolute;
	right: 10px;
	bottom: -50px;
	width: 40%;
	max-width: 180px;
	height: auto;
}
.section-box .living .txt{
	width: 100%;
	padding: 0 3%;
	margin: 90px auto 40px;
	box-sizing: border-box;
}

.section-box .dining .ttl{
	position: static;
	float: right;
	padding: 0 2%;
	margin-bottom: 10px;
	font-size: 2.0rem;
	box-sizing: border-box;
}
.section-box .dining .img-b{
	width: 90%;
	max-width: 600px;
	height: auto;
	float: right;
	margin-right: 0;
	text-align: right;
}
.section-box .dining .img-s{
	position: absolute;
	left: 10px;
	bottom: -50px;
	width: 40%;
	max-width: 180px;
	height: auto;
}
.section-box .dining .txt{
	width: 100%;
	padding: 0 3%;
	margin: 100px auto 40px;
	box-sizing: border-box;
}

#natural h5{
	border: none;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}
#natural h5:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 30px;
	margin: 14px auto;
}
.section-box .txt p{
	font-size: 1.2rem;
	line-height: 1.5;
}
.section-box ul{
	padding: 0 2%;
	box-sizing: border-box;
	overflow: hidden;
}
.section-box li{
	display: block;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.section-box li img{
	width: 200px;
	height:auto;
	/*object-fit: cover;*/
}

.section-box li:nth-child(odd) .section-img{
	float: left;
	margin-right: 20px;
}
.section-box li:nth-child(even) .section-img{
	float: right;
	margin-left: 20px;
}
.section-box li:nth-child(odd)  dl{
	margin-top: 0;
}
.section-box li:nth-child(even)  dl{
	margin-top: 0;
}	
	
.section-box li dt{
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}
.section-box li dd{
	font-size: 1.2rem;
}

.coordinate	{
	width: 100%;
	padding: 0 2%;
	margin: 20px auto;
	text-align: center;
}
.coordinate p.ttl	{
	font-size: 1.5rem;
	margin: 30px auto 20px;
}
.coordinate p.ttl:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 30px;
	margin: 14px auto;
}	
	
.coordinate ul {
	padding: 0 2%;
}
.coordinate li {
	width: 32%;
	display: inline-block;
	padding: 0 3px;
	text-align: center;
}
.coordinate li img {
	width: 100%;
	max-width: 250px;
	height: auto;
}
.coordinate dl {
	padding: 0 1%;
	margin: 10px auto 20px;
}
.coordinate dt {
	font-size: 1.3rem;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.4;
}
.coordinate dd {
	font-size: 1.2rem;
	text-align: left;
}
.coordinate p.button {
	font-size: 1.2rem;
	padding: .4em 24px .5em .8em;
	margin: 10px auto 20px;
	float: right;
	text-align: center;
}

.corner{
	width: 100%;
	padding: 0 3%;
	margin: 20px auto 0;
}
.corner .ttl	{
	font-size: 1.6rem;
	text-align: center;
	margin: 30px auto 20px;
}
.corner .ttl:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 30px;
	margin: 14px auto;
}	
.corner-inner p{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.layout-3d{
	box-shadow:0px 0px 10px 6px #fff inset;
	padding: 5px;
}
 .layout-3d>img{
	margin: 10px 0
}
.stylist-form{
	margin: 10px;
	text-align: center;
}

.stylist-form>div{
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
}
.stylist-form p{
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}
.stylist-form img{
	position: static;
	vertical-align: bottom;
	float: right;
	width: 40%;
	max-width: 100px;
	height: auto;
	padding: 0 0 5px 10px;
	text-align: center;
}
.simubtn {
	width: auto;
	background-position: 10px center;
	padding: 7px 8px;
	font-size: 1.4rem;
	margin: 10px 0 0;
}
.simubtn:before {
	content: "＞";
	position: relative;
	top:-1px;
	font-size: 1.2rem;
	padding-right: .5em;
}

	.text-bottom{
		width: 100%;
		padding: 0 2%;
		margin: 20px auto 0;
		font-size: 1.1rem;
	}
	.text-bottom p{
		padding: 0 1%;
	}
	.pagetop-anc a{
		padding: 0 3%;
	}
	
	.list-animate{
		opacity: 0;
		transform: translate(0,-10px); 
		-webkit-transform: translate(0,-10px); 
	}
	.animate{
		transition: all 0.8s ease;
		opacity: 1.0;
		transform: translate(0,0); 
		-webkit-transform: translate(0,0);
	}

}

@media screen and (max-width: 568px){
#natural .h2-box h2 .en{
	font-size: 9.6vw;
	padding: .1em .3em;
}
#natural .h2-box h2 .jp{
	font-size: 3vw;
}
.intro .flL, .intro .flR {
	width: 100%;
	margin: 0 auto 20px;
	line-height: 1.6;
	text-align: left;
}
.intro .flR {
	padding-top: 0;
	margin-right: -20px;
	text-align: right;
}
.intro .flR img {
	width: 60%;
	height: auto;
	margin-right: 20px;
}
.point{
	margin-top: -20px;
	margin-bottom: 20px;
}
.point .flL{
	width: 80%;
}
.point .flL img{
	width: 100%;
	height: auto;
	text-align: center;
}
.point .flR{
	position: relative;
	top: -20px;
	left: 0px;
	width: 90%;
	padding: 20px 10px 10px 20px;
	margin: -20px 0 0;
	box-sizing: border-box;
}
.point .flR .ttl{
	position: absolute;
	top: -36px;
	right: 10px;
	letter-spacing: .03em;
}
.point .flR p{
	font-size: 4vw;
}
	
.section-box .living .img-s{
	position: absolute;
	right: 10px;
	bottom: -60px;
}

.section-box .dining .img-s{
	position: absolute;
	left: 10px;
	bottom: -60px;
}

.section-box li img{
	width: 140px;
	height:140px;
	object-fit: cover;
}

.coordinate li {
	width: 47.8%;
	display: inline-block;
	padding: 0 3px;
	text-align: center;
}

.coordinate p.button {
	float: none;
	text-align: center;
}

.corner{
	padding: 0 3%;
	margin: 20px auto 0;
}
.corner p.ttl	{
	font-size: 1.6rem;
	font-weight: 600:
	text-align: center;
	margin: 30px auto 20px;
}
.corner p.ttl:after{
	content: "";
	display: block;
	background: #54483c;
	height: 1px;
	width: 30px;
	margin: 14px auto;
}	
.corner-inner p{
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.layout-3d{
	box-shadow:0px 0px 10px 6px #fff inset;
	padding: 5px;
}
 .layout-3d>img{
	margin: 10px 0
}
.stylist-form{
	margin: 10px;
	text-align: center;
}

.stylist-form>div{
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
}
.stylist-form img{
	position: static;
	vertical-align: bottom;
	float: right;
	width: 36%;
	max-width: 100px;
	height: auto;
	padding: 0 0 5px 10px;
	text-align: center;
}
.simubtn {
	width: auto;
	background-position: 10px center;
	padding: 7px 8px 8px;
	font-size: 1.2rem;
	margin: 16px 0 0;
}
.simubtn:before {
	content: "＞";
	position: relative;
	top:-1px;
	font-size: 1.1rem;
	padding-right: .5em;
}

	.text-bottom{
		padding: 0 2%;
		font-size: 1.2rem;
	}
	.pagetop-anc a{
		padding: 0 3%;
	}
	
}