@charset "utf-8";
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img{
	max-width: none;
}
body,html{
	margin: 0px;
	padding: 0px;
}
.sp{display: none;}
.pc{display: block;}
.or_natural{
	color: #292433;
	font-size: 16px;
	background: url("../img/bg.jpg");
	background-size: 100% auto;
}
h5{
	margin: 50px 0px 0px 0px;
}
h5 img{
	display: block;
	width: 520px;
	margin: 0px auto;
	max-width: none;
}
p{
	text-align: center;
	line-height: 2.0em;
	margin: 0px 10px;
}
p span{
	display: inline-block;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul:after{
	content: "";
	display: block;
	clear: both;
}

/*-- --------- --------- --------- --*/
/*-- ▼ファーストビュー --*/
/*-- --------- --------- --------- --*/
@media only screen and (orientation:landscape) {
	background: url("../img/fv_bg.jpg") no-repeat center center;
	background-size: 100% auto;
}
@media only screen and (orientation:portrait) {
	background: url("../img/fv_bg.jpg") no-repeat center center;
	background-size: auto 100%;
}
#fv{
	position: relative;
	overflow: hidden;
}
#fv:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#cc000000',GradientType=1 );

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.contact{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
}
.contact b{
	font-size: 30px;
	line-height: 1.2em;
}
#fv img[src*="fv"]{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto auto;
}
#fv img[src*="title"]{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto auto;
	z-index: 60;
}
#fv label[for="more"]{
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 200px;
	height: 50px;
	margin: auto auto;
	background: rgba(0,0,0,0.5);
	border: solid 1px #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	cursor: pointer;
}
#fv input[type="checkbox"]{
	display: none;
}
#fv ul.sp{
	width: 100%;
	height: 0px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 40;
	overflow: hidden;
	transition: all 0.2s ease 0s;
}
#fv ul.sp:after{
	border-top: solid 1px rgba(255,255,255,0.09);
}
#fv input:checked + label + ul.sp{
	height: 200px;/*8月22日261px*/
}
#fv ul.sp li a{
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	display: block;
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.09);
	border-bottom: solid 1px rgba(0,0,0,0.3);
}
/*-- --------- --------- --------- --*/
/*-- ▼ページ内リンク --*/
/*-- --------- --------- --------- --*/


#nav{
	background: rgb(102,89,128);
	background: -moz-linear-gradient(top,rgba(102,89,128,1) 0%, rgba(51,37,76,1) 49%, rgba(31,20,51,1) 51%, rgba(31,20,51,1) 100%);
	background: -webkit-linear-gradient(top,rgba(102,89,128,1) 0%,rgba(51,37,76,1) 49%,rgba(31,20,51,1) 51%,rgba(31,20,51,1) 100%);
	background: linear-gradient(to bottom,rgba(102,89,128,1) 0%,rgba(51,37,76,1) 49%,rgba(31,20,51,1) 51%,rgba(31,20,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665980', endColorstr='#1f1433',GradientType=0 );

}
#nav ul{
	max-width: 960px;
	margin: 0px auto;
	border-left: solid 1px rgba(0,0,0,0.3);
	border-right: solid 1px rgba(255,255,255,0.1);
}
#nav ul li{
	width: 20%;
	border-left: solid 1px rgba(255,255,255,0.1);
	border-right: solid 1px rgba(0,0,0,0.3);
	float: left;
}
#nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#nav ul li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/nav_light.png") no-repeat center bottom;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease 0s;
	opacity: 0;
}
#nav ul li a:hover:after{
	opacity: 1;
}
#nav ul li a img{
	display: block;
	width: auto;
	height: 50px;
	margin: 0px auto;
}
/*-- --------- --------- --------- --*/
/*-- ▼ナチュラルプラスとは --*/
/*-- --------- --------- --------- --*/
#about ul{
	max-width: 640px;
	margin: 0px auto;
}
#about ul li{
	float: left;
	width: 33.33%;
	padding: 5px;
}
#about ul li img{
	width: 100%;
	height: auto;
	margin: 5px 2.5px;
}

#about p{
	max-width: 640px;
	padding: 0 15px;
	margin: 15px auto;
}

/*-- --------- --------- --------- --*/
/*-- ▼対面鑑定の流れ --*/
/*-- --------- --------- --------- --*/
#step img[src*="step"]{
	display: block;
	margin: 0px auto;
}
@media screen and (min-width: 961px) and (max-width: 9999px){
	#step img[src*="step2"]{display: none;}
}
@media screen and (min-width: 1px) and (max-width: 960px){
	#step img[src*="step1"]{display: none;}
}
@media screen and (min-width: 1px) and (max-width: 500px){
	#step img[src*="step2"]{width: 100%;}
}
/*-- --------- --------- --------- --*/
/*-- ▼鑑定料金 --*/
/*-- --------- --------- --------- --*/
.tableBox{
	max-width: 840px;
	margin: 10px auto;
}
.tableBox span{
	font-size: 20px;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: 5px;
	display: block;
	width: 200px;
	margin: 20px auto 10px auto;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #000;
}
.tableBox table{
	width: 100%;
}
.tableBox table td{
	line-height: 1.2em;
	padding: 10px;
	border: solid 1px #6a5acd;
}
.tableBox table tr:nth-child(2n-1){
	background: #f0f8ff;
}
.tableBox table tr:nth-child(2n){
	background: #ffffff;
}
.tableBox td:nth-child(1){
	width: 26%;
}
.tableBox td:nth-child(2){
	text-align: center;
	width: 12%;
}
.tableBox td:nth-child(3){
	text-align: center;
	width: 12%;
}
.tableBox td:nth-child(4){
	width: 50%;
}
/*-- --------- --------- --------- --*/
/*-- ▼お問い合わせ --*/
/*-- --------- --------- --------- --*/
#contact ul{
	font-weight: bold;
	max-width: 640px;
	margin: 0px auto;
}
#contact ul li{
	text-align: center;
	padding: 5px;
}
#contact ul li:nth-child(2),
#contact ul li:nth-child(3){
	width: 50%;
	float: left;
}
#contact ul li b{
	font-size: 30px;
}
#contact ul li a{
	color: #ffffff;
	line-height: 60px;
	text-shadow: 0px 2px 0px #3674b3;
	display: block;
	background: rgb(127,190,255);
	background: -moz-linear-gradient(top,  rgba(127,190,255,1) 0%, rgba(61,133,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(127,190,255,1) 0%,rgba(61,133,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,190,255,1) 0%,rgba(61,133,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbeff', endColorstr='#3d85cc',GradientType=0 );
	border: solid 1px #7fbfff;
	border-radius: 40px;
	box-shadow: 0px 2px 0px #3674b3;
	max-width: 300px;
	margin: 5px auto 10px auto;
	position: relative;
}
#contact ul li a:after{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background: url("../img/allow.png") no-repeat center center;
}
#contact ul li a:hover{
	box-shadow: none;
	bottom: -2px;
}
/*-- --------- --------- --------- --*/
/*-- ▼アクセス --*/
/*-- --------- --------- --------- --*/
.google-maps {
	position: relative;
	/*padding-bottom: 25%;*/
	padding-bottom: 400px;
	height: 0;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}


@media screen and (max-width: 767px){
	.sp{display: block;}
	.pc{display: none;}
	.or_natural h5{
		margin: 20px 0px 0px 0px;
		position: relative;
	}
	.or_natural h5 img{
		width: 100%;
		display: block;
		margin: auto auto;
		max-width: none;
	}

#fv .contact{
	display: none;
}
#fv img[src*="title"]{
	position: relative;
	display: block;
	width: 300px;
	margin: 0px auto -50px auto;
	z-index: 30;
}
#fv label[for="more"]{
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 200px;
	height: 50px;
	margin: auto auto;
	background: rgba(0,0,0,0.5);
	border: solid 1px #ffffff;
	position: relative;
	z-index: 30;
}


	.or_natural p{
		text-align: left;
		margin: 10px;
	}
	.or_natural #fv{
		background: url("../img/fv_bg.jpg") no-repeat center top;
		background-size: auto 100%;
	}
	.or_natural #nav{
		display: none;
	}
	.or_natural #about p{
		line-height: 1.5em;
		margin-bottom: 0px;
	}
	.or_natural #menu p{
		line-height: 1.5em;
		margin-bottom: 0px;
	}
	.or_natural #step ul{
		margin: 10px;
	}
	.or_natural #step ul li{
		width: 100%;
		height: auto;
		margin: 0px 0px 20px 0px;
		padding: 10px;
		background: #ffffff;
		border-radius: 4px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		position: relative;
	}
	.or_natural #step ul li:last-child{
		margin-bottom: 0px;
	}
	.tableBox{
		margin: 10px;
	}
	#contact ul{
		margin: 10px;
	}
	#contact ul li b{
		font-size: 20px;
	}
	#contact ul li:nth-child(2),
	#contact ul li:nth-child(3){
		width: 100%;
		float: none;
	}
}
