/*layout
----------------------------------------------------*/



/* -------------------------- */
/* ヘッダー */
/* -------------------------- */

.l_header {
	width: 100%;
	height: auto;
	background: #fff; 
	height:80px;
	/*slickの
	position:absolute;	
	top:20px;
	left:0;
	z-index:2;
	*/	
}

.l_header_inner {
	width:1200px;

	background: #fff;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.l_header_inner {
		width: 1024px;  
		min-height:100px;
	}
}

.l_header_logo {
	max-width: 250px;
	padding-top:15px;
	padding-left:20px;
	/*margin:0 auto;*/
	float:left

}

.l_header_logo img{
	max-width: 250px;
}

@media screen and (max-width: 1024px) {
	.l_header_logo {
		max-width: 250px; 
		margin-left:10px; 
		margin-bottom:5px;	  
	}
}


.l_header_btn {
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2060ad;
	cursor: pointer;
	display: block;
	float: right;
	margin:0px;
	color:#fff!important;

	/*ロールオーバー0.3秒で背景色を変える*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.l_header_btn:hover {
	background-color: #2060ad;
	color:#fff!important;
	opacity:0.5
}

.l_header_btn:visited {
	background-color: #2060ad;
	color:#fff!important;
}

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


.l_header_tel{
	font-size:25px;
	font-weight: bold;
	float:right;
	color: #000;
	margin:15px 10px;
}
@media screen and (max-width: 768px) {
	.l_header_tel{
		display:none;
	}
}

/* -------------------------- */
/* メインイメージのコピーライト */
/* -------------------------- */
.mainimage{
	position:relative;
}

.top_copy{
	position:absolute;
	top:20%;
	left: 5%;

	margin: auto;
	z-index:10;
	width:600px;
	height:atuo;
	background:none;

}

@media screen and (max-width: 1280px) {
	.top_copy{
		position:absolute;
		top:20%;
		left:10%;
		width:500px;

	}
}

@media screen and (max-width: 1024px) {
	.top_copy{
		position:absolute;
		top:40%;
		left:10%;
		width:500px;

	}
}

@media screen and (max-width: 768px) {
	.top_copy{
		position:absolute;
		top:40%;
		left:5%;
		width:300px;

	}
}

/* -------------------------- */
/* 見出し */
/* -------------------------- */
.hd_lv1 {
	font-size: 1.5em;
	margin: 20px 0;
	text-align: center;
	color: #333;
	font-family: "BIZ UDGothic", sans-serif;
}

.hd_lv2{
	font-size:30px;
	font-weight:bold;	
	padding:40px 0 0 0;
	text-align:center;
	color: #595757;	
	line-height:150%;	
	font-family: "BIZ UDGothic", sans-serif;
}


@media screen and (max-width: 1024px) {
	.hd_lv2{
		margin:40px;
		font-size:30px;
	}	
}

@media screen and (max-width: 768px) {
	.hd_lv2{
		font-size:20px;
		padding-top:20px;
	}	
}




.hd_lv2_cap{
	padding: 10px 0;
	font-size:16px;
	margin-bottom:60px;
	text-align:center;
	color: #595757;	
	font-family: "BIZ UDGothic", sans-serif;

}
@media screen and (max-width: 1024px) {
	.hd_lv2_cap{
		margin-bottom:40px;
	}
}

@media screen and (max-width: 768px) {
	.hd_lv2_cap{
		margin-bottom:20px;
	}
}

.hd_lv3{
	font-size:25px;
	font-weight:bold;	
	padding:10px 0 0 0;
	text-align:left;
	color: #333;	
	line-height:150%;	
	font-family: "BIZ UDGothic", sans-serif;
}


@media screen and (max-width: 1024px) {
	.hd_lv3{
		margin-top:20px;
		font-size:30px;
	}	
}

@media screen and (max-width: 768px) {
	.hd_lv3{
		font-size:18px;
		padding-top:0px;
	}	
}

.hd_lv3_cap{
	padding: 10px 0;
	font-size:16px;
	margin-bottom:20px;
	text-align:left;
	color: #595757;	
	font-family: "BIZ UDGothic", sans-serif;

}
@media screen and (max-width: 1024px) {
	.hd_lv3_cap{
		margin-bottom:20px;
	}
}

@media screen and (max-width: 768px) {
	.hd_lv3_cap{
		margin-bottom:20px;
	}
}

.marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.hd_lv4 {
	font-size:18px;
	margin: 20px 0;
	text-align:left;
	color: #333;
	line-height:1.5em;
	font-family: "BIZ UDGothic", sans-serif;
}

.hd_lv4 a:link{
	color: #595757;
}

.hd_lv4 a:visited{
	color: #595757;
}


@media screen and (max-width: 768px) {
	.hd_lv4{
		font-size:18px;
		line-height:1.5em;
	}
}

.hd_lv5 {
	font-size:20px;
	margin: 20px 0;
	text-align:center;
	color: #595757;
	line-height:1.5em;
}

.hd_lv5 a:link{
	color: #595757;
}

.hd_lv5 a:visited{
	color: #595757;
}


@media screen and (max-width: 768px) {
	.hd_lv5{
		font-size:18px;
		text-align:left;
	}
}


/* -------------------------- */
/* サブページ　ページ見出し */
/* -------------------------- */

.sub_midashi {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	background: url("../image/sub_banner1.jpg") no-repeat;
	background-position: left 0% top 40%;
	background-size: cover;
	margin-bottom:60px;
	padding-top:5px;
}

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

	.sub_midashi {
		width: 100%;
		height: 100px;
		margin-bottom:00px;
	}
}

.sub_midashi_title{
	position: absolute;
	top: 90px;
	left: 45%;
	font-size:30px;
	font-weight:bold;
	color: #595757;
	font-family: "BIZ UDGothic", sans-serif;
}

@media screen and (max-width:1024px) {
	.sub_midashi_title{
		position: absolute;
		top: 110px;
		left: 60px;
	}	
}

@media screen and (max-width: 768px) {
	.sub_midashi_title{
		position: absolute;
		top: 40px;
		left: 20px;	
		font-size:20px;
	}
}

/* -------------------------- */
/* ボックス */
/* -------------------------- */

.l_box2 { 
	flex-basis: calc(50% - 40px);
}
/*-10の計算方法　間の余白の合計/カラム数*/




.l_box_haikei{
	position:relative;
	width:100%;
	background: url("../image/bg_test3.png");
	height:500px;
	background-position:center;
	background-size: cover;
	z-index:0;
}

@media screen and (max-width: 1024px) {
	.l_box_haikei{
		background-position: left 40% bottom 0%;
	}
}

@media screen and (max-width: 768px) {
	.l_box_haikei{
		background-position: left 30% bottom 0%;
		height:300px;	
	}
}

.l_box_haikei_right{
	position:absolute;
	left:50%;
	top:100px;
	background:#000;
	height:300px;
	width:350px;
	z-index:1;	
	padding:50px;
}

@media screen and (max-width: 768px) {
	.l_box_haikei_right{
		position:absolute;
		left:50%;
		top:40%;
		background:#000;
		height:200px;
		width:300px;
		z-index:1;	
		padding:20px;
	}
}


.l_box_haikei_right_moji{
	font-size:20px;
	line-height:30px;
	color:#fff;
}

@media screen and (max-width: 768px) {
	.l_box_haikei_right_moji{
		font-size:18px;
		line-height:20px;
	}
}

.l_box3 { 
	flex-basis: calc(33.33% - 40px);
	padding-top:40px;
}
@media screen and (max-width: 768px) {
	.l_box3 { 
		flex-basis: calc(50% - 10px);
	}
}

.l_box3_f { 
	box-sizing:border-box;	
	width:33%;
	/*height:auto;*/
	float:left;
	padding:10px;	
	display:block;
}

@media screen and (max-width: 768px) {
	.l_box3_f { 
		box-sizing:border-box;	
		width:50%;
		float:left;
		padding:10px;	
	}
}

.l_box4 { 
	flex-basis: calc(25% - 30px);
}

@media screen and (max-width: 1024px) {
	.l_box4 { 
		flex-basis: calc(50% - 10px);
		margin:10px 0;
	}
}

@media screen and (max-width: 768px) {
	.l_box4 { 
		flex-basis: calc(50% - 10px);
		margin:10px 0;
	}
}

.l_box4_f { 
	box-sizing:border-box;	
	width:25%;
	/*height:auto;*/
	float:left;
	padding:10px;	
	display:block;
}

@media screen and (max-width: 768px) {
	.l_box4_f { 
		box-sizing:border-box;	
		width:50%;
		float:left;
		padding:10px;	
	}
}

.l_box4_top { 
	box-sizing:border-box;	
	width:25%;
	padding-right:20px;	
	float:left;	
}

@media screen and (max-width: 768px) {
	.l_box4_top { 
		box-sizing:border-box;	
		width:50%;
		padding:10px;	
	}
}

.l_box5 { 
	flex-basis: calc(20% - 30px);
	margin:40px 0;
}

@media screen and (max-width: 1024px) {
	.l_box5 { 
		flex-basis: calc(50% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.l_box5 { 
		flex-basis: calc(50% - 10px);
		margin:10px 0;
	}
}


/* -------------------------- */
/* 背景 */
/* -------------------------- */

.l_bg_lv1{
	width:100%;
	height: auto;
	background: #f5f3f2;
	padding:0;	
}


@media screen and (max-width: 768px) {
	.l_bg_lv1{

		padding:20px 0;	
	}
}

/* -------------------------- */
/* ブログ */
/* -------------------------- */


.l_blog_main {
	/*flex-basis: calc(75% - 20px);*/
	float:left;
	width:70%;
	display:block;
}


.l_blog_aside {
	/* flex-basis: calc(25% - 20px);*/
	float:right;
	width:25%;
	display:block;
}

@media screen and (max-width: 768px) {	
	.l_blog_main {
		/*flex-basis: calc(100% - 0px);*/
		width:100%;
		display:block;
	}
	.l_blog_aside {
		/*flex-basis: calc(100% - 0px);*/
		width:100%;
		display:block;
	}
}
/* -------------------------- */
/* コンタクトエリア */
/* -------------------------- */

.l_box_contact{
	/*position:relative;
	top:-300px;*/
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	background: url("../image/contact_bg.jpg");
	height:500px;
	background-position: center;
	background-size: cover;
	margin-top:60px;
}

@media screen and (max-width: 768px) {	
	.l_box_contact{
		display: flex;
		flex-wrap: wrap;
		width:100%;
		background: url("../image/contact_bg.jpg");
		height:400px;
		background-position: center;
		background-size: cover;

	}	
}


.l_box_contact_inner{
	width:450px;
	height:300px;
	background:#fff;
	align-content:center;
	border:1px solid #efefef;
	opacity:0.9;
}

@media screen and (max-width: 768px) {	
	.l_box_contact_inner{
		flex-basis:100%;
		height:300px;
		background:#fff;
		border:1px solid #efefef;
		opacity:0.9
	}	
}
.l_box_contact_inner img{
	max-width:250px;
	margin:0 auto;
}


.hd_lv3_contact{
	font-size:28px;
	font-weight:bold;	
	width:350px;	
	line-height:30px;	
	font-family: "BIZ UDGothic", sans-serif;
	padding:0 30px;
	margin:0 auto;
}

.hd_lv3_contact a:link{
	color:#000;
	text-decoration:none;
}

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

	.hd_lv3_contact{
		font-size:28px;
		font-weight:bold;	
		width:100%;	
		line-height:30px;
		margin:0 auto;
	}
}


.hd_lv2_cap_contact{
	padding: 10px 55px;
	font-size:16px;
	margin-bottom:20px;
}
@media screen and (max-width: 768px) {	
	.hd_lv2_cap_contact{
		font-size:16px;
		padding:0px;
	}
}

.p_contact{
	width:350px;
	font-family: "BIZ UDGothic", sans-serif;
	padding:0 30px;
}


@media screen and (max-width: 768px) {	
	.p_contact{ 
		width:90%;
		text-align:center;
	}
}


/* -------------------------- */
/* フッター */
/* -------------------------- */

.l_footer {
	display:block;
	/*position: absolute; 
	bottom:0;*/
	flex-basis:100%;
	height: auto;
	text-align: left;
	background-color: #f5f3f2;
	font-family: "BIZ UDGothic", sans-serif;
}

@media screen and (max-width: 1080px) {
	.l_footer {
		height:300px;
	}
}

@media screen and (max-width: 768px) {
	.l_footer {
		height: 500px;
	}
}
@media screen and (max-width: 500px) {
	.l_footer {
		height:  600px;
	}
}

.l_footer_inner{
	flex-basis:100%;
	height: auto;
	display: flex;
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:40px;	
}

@media screen and (max-width: 1024px) {
	.l_footer_inner{
		font-size:14px;
	}
}

@media screen and (max-width: 768px) {
	.l_footer_inner{
		flex-basis:100%;
		display: block;
	}
}

.l_footer_leftbox{
	flex-basis:30%;
	background-color: #f5f3f2;
}
@media screen and (max-width: 768px) {
	.l_footer_leftbox{
		flex-basis:100%;
	}
}

.l_footer_rightbox{	
	display:flex;
	flex-wrap:wrap;
	flex-basis:70%;
	background-color: #f5f3f2;
	color:#333;	
}

@media screen and (max-width: 768px) {
	.l_footer_rightbox{
		display:flex;
		flex-wrap:wrap;
		flex-basis:100%;
		background-color: #f5f3f2;
		color:#333;
		margin-top:20px;
	}
}


.l_footer_rightbox a:link{	
	color:#333;	
}


.l_footer_rightbox a:hover{	
	color:#333;	
}

.l_footer_rightbox a:visited{	
	color:#333;	
}

.l_footer_rightbox_inner_left{
	flex-basis:25%;
	display:flex;
	flex-flow: column;
	padding-left:30px;
	border-right:1px solid #333;
}

@media screen and (max-width:768px) {
	.l_footer_rightbox_inner_left{
		flex-basis:100%;
		padding-left:30px;
	}	
}

.l_footer_rightbox_inner_left ul li{
	padding-bottom:20px;
}

.l_footer_rightbox_inner_right{
	flex-basis:75%;
	color:#333;	
	padding:0 30px;		
}
@media screen and (max-width:768px) {
	.l_footer_rightbox_inner_right{
		flex-basis:100%;
		color:#333;	
		padding:40px 30px;		
	}
}



.l_footer_logo {
}

.l_footer_logo  img{
	max-width: 200px;
	padding-left:20px;	
}

@media screen and (max-width: 768px) {
	.l_footer_logo  img {
		max-width: 200px;
	}
}


.l_footer_btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	margin:10px;

	/*ロールオーバー0.3秒で背景色を変える*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.l_footer_btn:hover {
	background-color: #ff0;
}


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


.l_footer_tel{
	font-size:25px;
	font-weight: bold;
	float:left;
	color: #000;
	margin:15px 10px;
}
@media screen and (max-width: 768px) {
	.l_footer_tel{
		display:none;
	}
}

/*トップページ*/

.midashi {
	font-size:20px;
	margin: 60px 0;
	color: #595757;
	line-height:1.8em;
	font-weight:bold;
	font-family: "BIZ UDGothic", sans-serif;
	text-align:center;
}

@media screen and (max-width: 1080px) {
	.midashi {
		text-align:left;

	}
}

@media screen and (max-width: 768px) {
	.midashi {
		font-size:18px;
		text-align:left;
		margin: 20px 0;

	}
}



.l_top_haikei_gallery{
	position:relative;
	width:100%;
	background: url("../image/top1.jpg");
	height:500px;
	margin-top:80px;
	background-position:top center;
	background-size: cover;
	z-index:0;
}


@media screen and (max-width: 768px) {
	.l_top_haikei_gallery{
		margin: 20px 0;
		height:600px;
		background: url("../image/top1.jpg");
		background-size: cover;
		background-position:top -200px left 10%;
	}
}

.l_top_haikei_gallery2{
	position:relative;
	width:100%;
	background: url("../image/gallery1.jpg");
	height:500px;
	margin-top:80px;
	background-position:top center;
	background-size: cover;
	z-index:0;
}


@media screen and (max-width: 768px) {
	.l_top_haikei_gallery2{
		height:600px;
		margin-top:40px;
		background: url("../image/gallery1.jpg");
		background-size: cover;
		background-position:top left 25%;
	}
}

.l_top_haikei_workshop{
	position:relative;
	width:100%;
	background: url("../image/top2.jpg");
	height:500px;
	margin-top:80px;
	background-position:top center;
	background-size: cover;
	z-index:0;
}


@media screen and (max-width: 768px) {
	.l_top_haikei_workshop{
		height:600px;
		background: url("../image/top2.jpg") no-repeat;
		background-size: cover;
		background-position:bottom left 50%;
	}
}

.l_top_haikei_workshop2{
	position:relative;
	width:100%;
	background: url("../image/gallery2.jpg");
	height:600px;
	margin-top:80px;
	background-position:top center;
	background-size: cover;
	z-index:0;
}


@media screen and (max-width: 768px) {
	.l_top_haikei_workshop2{
		height:700px;
		background: url("../image/gallery2.jpg") no-repeat;
		background-size: cover;
		background-position:bottom left 50%;
	}
}

.l_top_haikei_cafe {
	position:relative;
	width:100%;
	background: url("../image/top3.jpg");
	height:600px;
	margin-top:80px;
	background-position:top center;
	background-size: cover;
	z-index:0;
}





.l_top_gaiyo{
	position:absolute;
	bottom:-40px;
	right:0px;
	width:600px;
	height:auto;
	padding:40px;
	display:block;
	background:#fff;
	z-index:10;
	background-color: rgba(245,243,242,1);
	opacity:0.5;
}

@media screen and (max-width: 768px) {
	.l_top_gaiyo{
		position:absolute;
		bottom:0px;
		width:100%;
		height:auto;
		padding:40px;
		display:block;
		background:#fff;
		z-index:10;
		background-color: rgba(245,243,242,0.9);

	}
}

.l_top_gaiyo2{
	position:absolute;
	bottom:-40px;
	left:0px;
	width:700px;
	height:auto;
	padding:40px;
	display:block;
	background:#fff;
	z-index:10;
	background-color: rgba(245,243,242,1);
}

@media screen and (max-width: 768px) {
	.l_top_gaiyo2{
		position:absolute;
		bottom:0px;
		width:100%;
		height:auto;
		padding:40px;
		display:block;
		background:#fff;
		z-index:10;
		background-color: rgba(245,243,242,0.9);

	}
}




.l_top_gaiyo_left{
	flex-basis:70%;
}
.l_top_gaiyo_right{
	flex-basis:30%;
	padding-bottom:20px;
}


@media screen and (max-width: 768px) {
	.l_top_gaiyo_left{
		flex-basis:100%;
	}
	.l_top_gaiyo_right{fit
		flex-basis:60%;
		margin: 0 auto;
		padding-bottom:20px;
	}
}








/*左画像ブロック*/
.l_box2_haikei_top1{
	flex-basis: 60%;
	background: url("../image/service1.png");
	height:400px;
	background-position: right;
	background-size: cover;
	margin-bottom:40px;
}


@media screen and (max-width: 1024px) {
	.l_box2_haikei_top1{
		flex-basis: 60%;
		background: url("../image/service1.png");
		height:400px;
		background-position: right;
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.l_box2_haikei_top1{
		flex-basis: 100%;
		height:300px;
	}
}


/*　右ボックス-文字周り共通*/
.l_box2_haikei_right{
	flex-basis: 40%;
}

@media screen and (max-width: 1024px) {
	.l_box2_haikei_right{
		flex-basis: 40%;
	}
}

@media screen and (max-width: 768px) {
	.l_box2_haikei_right{
		flex-basis: 100%;		
	}
}

.l_box2_haikei_right_inner{
	width:500px;	
}

@media screen and (max-width: 1024px) {
	.l_box2_haikei_right_inner{
		width:100%;	
		min-width:320px;
	}
}

@media screen and (max-width: 768px) {
	.l_box2_haikei_right_inner{
		width:100%;	
		min-width:320px;
	}
}

/*右側文字書体*/
.hd_lv3_right{
	padding: 10px 55px;
	font-size:25px;
	line-height:30px;
	font-weight:bold;	
	text-align:left;
	width:500px;
	color: #595757;		
}

@media screen and (max-width: 1024px) {
	.hd_lv3_right{
		font-size:20px;
		padding: 10px 55px;
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.hd_lv3_right{
		font-size:20px;
		padding: 5px 10px;
	}
}

.p_top_right{
	padding: 10px 55px;
	line-height:1.5em;
}

@media screen and (max-width: 768px) {
	.p_top_right{
		padding: 5px 10px;
		line-height:1.5em;
	}
}


/*右画像ブロック*/
.l_box2_haikei_top2{
	flex-basis: 60%;
	background: url("../image/service2.png");
	height:400px;
	background-position: left;
	background-size: cover;
	margin-bottom:40px;

}


@media screen and (max-width: 1024px) {
	.l_box2_haikei_top2{
		flex-basis: 60%;
		background: url("../image/service2.png");
		height:400px;
		background-position: left;
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.l_box2_haikei_top2{
		height:300px;
	}
}

/*強み　左ボックス-文字周り共通*/

.l_box2_haikei_left{
	flex-basis: 40%;
}

@media screen and (max-width: 1024px) {
	.l_box2_haikei_left{
		flex-basis: 40%;

	}
}

@media screen and (max-width: 768px) {
	.l_box2_haikei_left{
		flex-basis:100%;	
	}
}



/*左ボックス-文字周り共通　ここまで*/

.l_box2_haikei_left_inner{
	margin-left:auto;
	width:500px;	
}


@media screen and (max-width: 1024px) {
	.l_box2_haikei_left_inner{
		width:100%;	
		margin-left:auto;		
	}
}


@media screen and (max-width: 768px) {
	.l_box2_haikei_left_inner{
		width:100%;		
	}
}


.hd_lv3_left{
	padding: 10px 55px;
	font-size:25px;
	line-height:30px;
	font-weight:bold;	
	text-align:left;
	color: #595757;	
}

@media screen and (max-width: 768px) {
	.hd_lv3_left{
		font-size:20px;
		padding: 5px 10px;
	}
}

.p_top_left{
	padding: 10px 55px;
	line-height:1.5em;
}

@media screen and (max-width: 768px) {
	.p_top_left{
		padding: 5px 10px;
	}
}

.l_flowbox{
	width:100%;
	height:auto;
	padding:30px;
	border-radius:20px;
	background: #f5f3f2;
	margin-bottom:40px;
}

.l_flowbox_left{
	flex-basis:75%;
	height:auto;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
	.l_flowbox_left{
		padding-bottom:20px;
	}
}

.l_flowbox_right{
	flex-basis:20%;
	height:auto;
}


/*ギャラリー　ワークショップ*/

.sub_midashi_gallery {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	background: url("../image/gallery_banner.jpg") no-repeat;
	background-position: left 0% top 40%;
	background-size: cover;
	margin-bottom:60px;
	padding-top:5px;
}

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

	.sub_midashi_gallery {
		width: 100%;
		height: 100px;
		margin-bottom:00px;
	}
}

.sub_midashi_title_gallery{
	position: absolute;
	top: 150px;
	left: 60px;
	font-size:30px;
	font-weight:bold;
	color: #000;
	font-family: "BIZ UDGothic", sans-serif;
}

@media screen and (max-width:1024px) {
	.sub_midashi_title_gallery{
		position: absolute;
		top: 110px;
		left: 60px;
	}	
}

@media screen and (max-width: 768px) {
	.sub_midashi_title_gallery{
		position: absolute;
		top: 40px;
		left: 20px;	
		font-size:20px;
	}
}

/*会社概要*/
.credo {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	background: url("../image/kaisya1.jpg") no-repeat;
	background-position: left 0% top 0%;
	background-size: cover;
	margin-bottom:60px;
	padding-top:5px;
}

@media screen and (max-width: 1024px) {
	.credo  {
		width: 100%;
		height: 750px;
		margin-bottom:0px;
	}
}

@media screen and (max-width: 768px) {
	.credo  {
		width: 100%;
		height: 850px;
		margin-bottom:0px;
	}
}

/*コンタクトフォーム*/
.l_contact_midashi {
	color:#000;
	padding-bottom: 0px;
	font-weight:bold;
	font-size:20px;
	margin-top:20px;
	font-family: "BIZ UDGothic", sans-serif;
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 100%; height:30px;
}

.wpcf7 input[name="your-company"] { /* 名前入力欄 */
	width: 100%; height:30px;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 100%; height:30px;
}
.wpcf7 input[name="tel-603"] { /* メール入力欄 */
	width: 100%; height:30px;
}

.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
}



