/* CSS Document */
	.main_area{
		width: 100%;
		margin: 0 auto;
		position: relative;
		background: url(../img/content_bg.png) repeat;
	}
		.main_area > img{
			width: 100%;
		}
	
	.object-fit{
		width: 100%;
		height: 948px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	.logo{
	}
	
	.logo_ttl{
		display: block;
	}
	
	.main_c{
		margin-left: 95px;
	}
	
	.head_tel a{
		pointer-events: none;
	}
	
	.inner {
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
	}
	
	/* header */
	#top-head {
		top: 0px;
		position: absolute;
		width: 100%;
		line-height: 1;
		z-index: 999;
		background: rgba(255,255,255,0.9);
		padding: 15px 0;
	}
	#top-head a,
	#top-head {
		text-decoration: none;
	}
	#top-head .inner {
		position: relative;
	}
	#top-head .logo {
		float: left;
		font-size: 36px;
	}
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: left;
	}
	#global-nav ul li a {
		padding: 0 30px;
	}
	 
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	
	
	.lead_area{
		background:url(../img/lead_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 20px;
	}
	
	.lead_txt{
		font-size: 20px;
		line-height: 1.8;
		padding: 40px 0;
	}
	
	h2{
		position: relative;
		padding: 20px;
		background: -webkit-linear-gradient(to right, rgb(65, 46, 34), transparent);
		background: linear-gradient(to right, rgb(65, 46, 34), transparent);
		color: #fff;
		font-size: 38px;
	}
	
		h2 span{
			display: block;
			max-width: 1100px;
			width: 100%;
			margin: 0 auto;
			text-align: left;
		}
	
	.content{
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
	}
	
	.sec01{
		background: #fff;
		border-radius: 8px;
		padding: 60px 40px 20px;
		text-align: left;
		margin-top: -35px;
		margin-bottom: 20px;
		color: #412e22;
	}
		.sec01 p{
			padding-bottom: 20px;
		}
	
	.recommendedBox{
		display: flex;
		justify-content: space-between;
	}
	
	.recommendedBox li{
		width: 23%;
		text-align: center;
	}
		.recommendedBox li p{
			font-size: 16px;
		}
	
	.recommendedBox li .recommende_ttl{
		font-size: 24px;
	}
	
	.recommende_ttl02{
		background: url(../img/sec01_bg01.png);
		border-radius: 7px;
		margin-top: 10px;
	}
	
	.recommendedBox li .recommende_ttl02 p{
		font-size: 18px;
		padding: 10px;
	}
	
	.recommende_ttl02 span{
		font-size: 26px;
	}
	
	.sec01-2{
		background: #fff;
		border-radius: 8px;
		padding: 40px;
		text-align: center;
		color: #412e22;
		margin-bottom: 80px;
	}
	
	.recommende_txt01{
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.recommende_box{
		background:url(../img/sec01_bg01.png);
		border-radius: 7px;
		padding: 15px;
		margin-bottom: 20px;
	}
		.recommende_box p{
			font-size: 30px;
		}
		
		.recommende_box p.caution{
			font-size: 14px;
		}
	
	
	h3{
		font-size: 42px;
		background: #412e22;
		color: #fff;
		padding: 40px 0;
	}
		h3 span{
			display: block;
			font-size: 24px;
			color: #e5c029;
		}
	
	.details_area p{
		margin-bottom: 15px;
	}
	
	.details_area p.details_ttl{
		margin: 40px auto;
		font-size: 42px;
	}
	
	.column{
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
		.column li{
			display: flex;
			background: #fff;
			width: 48%;
			border-radius: 8px;
			justify-content: flex-start;
			align-items: center;
			text-align: left;
			padding: 15px;
		}
		.column li p{
			margin: 0 0 0 10px;
		}
	
	.annotation{
		font-size: 14px;
		text-align: left;
	}
	
	.detailsBox{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	
	.details_img img{
		cursor: pointer;
	}
	
	.details_txt{
		max-width: 750px;
		width: 100%;
		margin-top: 40px;
	}
		.details_txt figure{
			text-align: left;
			margin-bottom: 15px;
		}
	
	.anno_up{
		font-size: 12px;
		vertical-align: super;
	}
	
	.togetherBox {
		position: relative;
		margin: 2em 0;
		padding: 45px 20px 0;
		border: solid 1px #808080;
	}
		.togetherBox .box-title {
			position: absolute;
			display: inline-block;
			top: 0px;
			left: 0px;
			padding: 5px 9px;
			font-size: 17px;
			background: #808080;
			color: #ffffff;
			font-weight: bold;
		}
		
		.togetherBox .column{
			display: flex;
			justify-content: flex-start;
			margin-bottom: 0;
		}
	
	.column_inner{
		max-width: 712px;
		width: 100%;
		text-align: left;
		margin-top: 10px;
		margin-right: 50px;
	}
	
	.column_inner figure{
		margin-bottom: 15px;
	}
	
	.commitment{
		margin: 60px auto;
	}
	
	.commitment figure{
		margin: 0 20px;
	}
	
	.offeringBox{
		background: #fff url(../img/sec02_img_bg01.jpg) no-repeat top right;
		border-radius: 0 10px 10px 10px;
		margin-bottom: 60px;
	}
	
	h2.hd01{
		position: relative;
		padding: 10px;
		background: -webkit-linear-gradient(to right, rgb(65, 46, 34), transparent);
		background: linear-gradient(to right, rgb(65, 46, 34), transparent);
		color: #fff;
		font-size: 28px;
		text-align: left;
	}
	
	.offeringBox_inner{
		max-width: 530px;
		padding: 20px 40px;
		text-align: left;
		font-size: 16px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.sec03 .content{
		margin-top: 80px;
	}
	
	.flowBox{
		position: relative;
		margin: 0 auto 125px;
		display: flex;
		justify-content: flex-end;
	}
	
	.flowBox .flow_img{
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.flowBox .flow_img:after{
		content: "\f0d7";
		font-family: 'FontAwesome';
		font-size: 50px;
		line-height: 50px;
		color: #b3aa81;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	
	.flowBox:last-child .flow_img:after{
		content: "";
	}
	
	.flowBox .flow_txt{
		background: #fff;
		border-radius: 8px;
		width: 96%;
		padding: 20px 20px 20px 180px;
		text-align: left;
		min-height: 130px;
		height: 100%;
		display: flex;
		align-items: center;
	}
		.flowBox .flow_txt span{
			color: #99291f;
		}
	
	.contact_lead{
		font-size: 20px;
		margin: 40px auto;
	}
	
	.contactBox{
		background: #fff;
		border-radius: 10px;
		padding: 40px;
		text-align: left;
	}
	
	.contactBox:first-of-type{
		margin-bottom: 30px;
	}
	
	h4{
		background: url(../img/contact_bg.png) repeat;
		border-bottom: 1px solid #ab9676;
		border-radius: 10px 10px 0 0;
		padding: 15px;
		font-size: 28px;
		text-align: left;
	}
	
	h4 span{
		font-size: 16px;
	}
	
	.tel{
		font-size: 46px;
	}
		.tel a{
			pointer-events: none;
			text-decoration: none;
			font-weight: bold;
		}
	
	.tel span{
		font-size: 18px;
	}
	
	.form_endtxt{
		text-align: center;
		margin: 20px auto;
	}
	
	
	.sec04{
		padding-bottom: 40px;
	}
	
	.contact .sec04{
		padding-top: 170px;
	}
	
	.contact .contactBox{
		margin-bottom: 0;
	}
	
	
/*フォームボタン*/
button[type="button"][disabled] {
    background-color: #fff;
    color: #ccc;
    border-color: #ccc;
    cursor: default;
}

.form_btn{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	background: rgb(236,142,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,142,0,1) 14%, rgba(236,142,0,1) 14%, rgba(236,142,0,1) 31%, rgba(224,87,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(236,142,0,1) 14%,rgba(236,142,0,1) 14%,rgba(236,142,0,1) 31%,rgba(224,87,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(236,142,0,1) 14%,rgba(236,142,0,1) 14%,rgba(236,142,0,1) 31%,rgba(224,87,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8e00', endColorstr='#e05700',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	text-decoration: none;
	display: block;
	line-height: 1.3;
	margin: 20px auto;
	padding: 12px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

	.form_btn:hover{
		opacity: 0.5;
	}

/*戻るボタン*/
.formback_btn{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	max-width: 200px;
	background: rgb(236,142,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,142,0,1) 14%, rgba(236,142,0,1) 14%, rgba(236,142,0,1) 31%, rgba(224,87,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(236,142,0,1) 14%,rgba(236,142,0,1) 14%,rgba(236,142,0,1) 31%,rgba(224,87,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(236,142,0,1) 14%,rgba(236,142,0,1) 14%,rgba(236,142,0,1) 31%,rgba(224,87,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8e00', endColorstr='#e05700',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	text-decoration: none;
	display: block;
	line-height: 1.3;
	margin: 20px auto;
	padding: 12px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

	.formback_btn:hover{
		opacity: 0.5;
	}
	
	#contentsBlock .formback_btn a{
		color: #fff;
		text-decoration: none;
		display: block;
	}
	
	.form_btnBox{
		position: relative;
	}
	
	.form_btnBox ul{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.form_btnBox ul li{
		width: 100%;
		max-width: 150px;
		display: inline-block;
	}
	.form_btnBox ul li .form_btn,
	.form_btnBox ul li .formback_btn{
		width: 90%;
	}
	
	/*ポップアップ用*/
	.details_img_area .detailsBox{
		margin: 0 auto;
		justify-content: center;
	}
	
	.details_img_area .detailsBox .details_img{
		width: 100%;
	}
	
	.details_img_area .detailsBox .details_img img{
		cursor: auto;
	}

@media screen and (max-width: 1250px) {
	#top-head{
		padding: 15px;
	}
	
	.lead_txt{
		padding: 30px 15px;
	}
	
	.main_c{
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.object-fit{
		width: 100%;
		height: auto;
		object-fit: initial;
		font-family: 'object-fit: cover;';
	}
	
	.slick-slide img{
		width: 100%;
	}
	
	.contact.nav_not .sec04{
		padding-top: 100px;
	}
	
	nav{
		padding: 10px;
	}
		nav > div img{
			width: 70%;
		}
	
		#top-head,
		.inner {
			width: 100%;
			padding: 0;
		}
		
		.head_tel a{
			pointer-events: auto;
		}
	
	.lead_txt{
		font-size: 16px;
	}
	
	.sec01{
		margin: 0 auto;
		width: 90%;
		box-sizing: border-box;
		padding: 20px;
	}
	
	h2{
		font-size: 20px;
	}
	
	.recommendedBox{
		display: block;
	}
		.recommendedBox li{
			width: 100%;
			margin-bottom: 40px;
		}
		
		.recommendedBox figure img{
			width: 80%;
		}
		
		.ex_txt img{
			width: 40%;
			max-width: 140px;
		}
	
	.sec01-2{
		margin: 20px auto;
		width: 90%;
		box-sizing: border-box;
		padding: 20px;
	}
	
	.recommende_box p{
		font-size: 20px;
	}
	
	.recommendedBox .recommended_img{
		width: 60%;
		margin: 0 auto;
	}
	
	h3{
		font-size: 18px;
		padding: 20px 10px;
		letter-spacing: -1px;
	}
	
	h3 span{
		font-size: 16px;
	}
	
	.details_area p.details_ttl{
		font-size: 26px;
		margin: 20px auto;
	}
	
	.column{
		display: block;
		margin: 0 10px 40px;
	}
		.column li{
			width: 100%;
			margin-bottom: 20px;
		}
		
		.column li div{
			width: 50%;
		}
	
	.details_txt{
		margin: 40px auto 0;
	}
	
	.details_area p{
		padding: 0 10px;
		width: 100%;
	}
	
	.detailsBox{
		flex-direction: column;
		padding: 0 10px;
		margin-top: 60px;
	}
	
	.detailsBox:nth-child(3){
		flex-direction: column-reverse;
		padding: 0 10px;
	}
	
	.details_img{
		width: 50%;
		margin: 0 auto;
	}
	
	.details_txt figure{
		width: 37%;
		margin: 10px auto;
		text-align: center;
	}
	
	.details_txt figure.details_ttl02{
		width: 60%;
		margin: 10px auto;
	}
	
	.togetherBox{
		margin: 2em 10px;
	}
	
	.togetherBox .column{
		flex-direction: column-reverse;
	}
	
	.column_inner{
		margin: 0 auto 20px;
	}
		.column_inner figure{
			text-align: center;
			width: 50%;
			margin: 0 auto;
		}
	
	.ulStyle01{
		padding: 0 10px;
	}
	
	.commitment{
		display: flex;
	}
	
	.offeringBox{
		background-position: 285px;
	}
	
	.offeringBox_inner{
		padding: 20px;
		max-width: 373px;
	}
	
	h2.hd01{
		font-size: 18px;
	}
	
	.sec03 .content{
		margin-top: 40px;
	}
	
	.flowBox{
		flex-direction: column;
		margin: 0 auto 60px;
	}
	
	.flowBox .flow_img{
		position: inherit;
		left: inherit;
		top: inherit;
		transform: none;
		width: 50%;
		margin: 0 auto;
	}
	
	.flowBox .flow_txt{
		margin: -30px auto 0;
		padding: 40px 10px 10px;
	}
	
	.flowBox .flow_img::after,
	.flowBox:last-child .flow_txt::after{
		content: "";
	}
	
	.flowBox .flow_txt::after{
		content: "\f0d7";
		font-family: 'FontAwesome';
		font-size: 50px;
		line-height: 50px;
		color: #b3aa81;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	
	.contact_lead {
		font-size: 15px;
		margin: 20px auto;
	}
	
	.contactBox{
		margin: 0 10px;
		padding: 20px;
	}
	
	h4{
		font-size: 22px;
	}
		h4 span{
			font-size: 14px;
			display: block;
		}
	
	.tel{
		font-size: 30px;
	}
		.tel a{
			pointer-events: auto;
		}
	
	.tel span{
		display: block;
	}
	
	button{
		vertical-align: top;
	}
	
	.sec04{
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 1182px) {
	.object-fit{
		height: 750px;
		object-position: 45% bottom;
		font-family: 'object-position: 45% bottom;';
	}
}

@media screen and (max-width: 1125px) {
	.object-fit{
		height: 800px;
	}
}

@media screen and (max-width: 1024px) {
	.object-fit{
		height: 100%;
	}
}

@media screen and (max-width: 950px) {
	.object-fit{
		height: 100%;
	}
}


@media screen and (max-width: 768px) {
	.commitment{
		display: block;
	}
}

@media screen and (max-width: 468px) {
	.offeringBox{
		background: #fff url(../img/sec02_img_bg01_sp.jpg) no-repeat top center;
		background-size: 100%;
		margin: 0 10px 40px;
		border-radius: 10px;
	}
	
	.offeringBox_inner p{
		padding: 250px 0px 0px;
		width: 100%;
	}
	
	.offeringBox_inner{
		width: 100%;
		max-width: 100%;
	}
	
	.recommendedBox .recommended_img{
		width: 100%;
	}
	
	h2.hd01{
		border-radius: 10px 0 0 0;
	}

}