@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* about */

.about_sp .works_sp{
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	line-height: 160%;
}

.about_sp th{
	padding-right:0.7em;
}

.about_sp th,td{
	padding-bottom:1.5em;
	vertical-align: top;


}


.about_sp .right_sp table{
	margin-bottom: 1em;
}

.about_sp .container{
	width:90%;
	margin:0 auto;
}

@media (min-width:720px) {
.about_sp .container{
	width:100%;
	font-size: 0.9em;
	display: flex;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
		.about_sp .left_sp{
		flex:1;
	}
		.about_sp .right_sp{
		flex:1;
	}
}


/*----------------------------------------------------
	#works
----------------------------------------------------*/

.works_sp .container{
	width:90%;
	margin:0 auto 3em auto;
	line-height: 170%;
}

.w_title{
	font-size: 1.2em;
	line-height: 2em;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.15em;
}



	.works_sp .works-left{
		text-align: center;
}

	.works_sp .works-left img{
	margin:0 auto;
	margin-bottom:10px;
    display: inline-block; 
    box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.5); /*横方向　下方向　ぼかし　広がり　色 */
}

@media (max-width:719px) {
	.works_sp .container{
	margin:0 auto 4em auto;
	line-height: 170%;
}
	.w_title{
	text-align: center;
	}
	.tx_gold{
	text-align: center;
	}
}

@media (min-width:720px) {
	.works_sp .container{
	width:100%;
	font-size: 0.9em;
	display: flex;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
	.works_sp .works-left{
		flex:3;
	}
	.works_sp .works-right{
		margin:0 1em;
		flex:5;
	}
}
.of_web a{
	display: block;
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	font-size:1em;
	margin-top:0.8em;
	text-align: right;
	text-decoration: underline;
}


.of_web a:hover{
	text-decoration: none;
}
	


/* recruit */

.recruit_sp .container{
	margin:0 auto 3em auto;
	max-width:720px;
}

.recruit_sp .container h3{
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
    color: #b4a578;
}

.recruit_sp .container table{
	width:90%;
	margin:0 auto 1em auto;
	
}

.recruit_sp th{
	width:20%;
	font-weight: bolder;
	color: #333;
}

.recruit_sp th,td{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}

@media (min-width:720px) {
.recruit_sp .container h3{
	text-align: left;

}	
}

/* policy */


.policy_sp .container{
	margin:0 auto 3em auto;
	max-width:720px;
	width:90%;
}

.policy_sp .container h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #333;
}

.policy_sp p{
	line-height:170%;
}



/* contact */

#form_area{
	width:90%;
	margin:0 auto;
	line-height: 1.7em;
}

.txt_sb{
	font-size: small;
	font-weight: bold;
}

.mt5 {
	margin-top: 5px;
}

.mb15 {
	margin-bottom: 15px;
}

.ta_s{
	text-align:center;
}

.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 input[type=”url”],
.wpcf7 input[type=”tel”],
.wpcf7 textarea {
width: 100%!important
}


.wpcf7-form input[type="submit"] {
background-color: #b4a578; 
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
	padding: 0.5em 2em;
}


input{
	max-width:100%;
	
	.entry_foot{
		font-size:0.5em;
		padding-top: 2em;
		padding-bottom: 0.5em;
	}
