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

/*工房Kei TOPページ*/

	
body{
	max-width: 1140px;
	margin:auto;
}

a{
	text-decoration: none;
	color: #646464;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
	
.kei_mainimg img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
}

.kei_maintext{
	color: #646464;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

.kei_link{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
	text-align: right;
}

.kei_pickup_title{
	text-align: center;
}

.kei_pickup_title h1{
	color: #646464;
	font-family: "ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif";
	font-size: 30px;
	font-weight: 80;
	display: inline-block;
	width: auto;
	padding-bottom:5px;
	border-bottom:solid 1px #646464;
	margin-top: 70px;
	margin-bottom: 50px;
}

.kei_pickup{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.kei_item{
	width: 330px; 
	height: auto;
}

.kei_itemimg img{
	display: inline-block;
	float:left;
	width: 100%;
	margin-bottom: 30px;
}

.kei_item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.kei_item h4{
	color: #646464;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 17px;
}

.kei_itemtext{
	color: #646464;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 2;
}

.kei_subtext{
	color: #ff637d;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	text-align: right;
}

.kei_bnr{
	margin-top: 100px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.kei_bnr img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 50px;
}

.kei_bnr a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*工房Kei La Frill 品質についてページ*/
.quality{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
	margin-top: 80px;
}

.quality_main img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 50px;
}


.quality_text{
	width: 500px;
}

.quality_sub h4{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 17px;
	line-height: 1;
}

.quality_sub{
	color: #646464;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 50px;
}

/*工房Kei アフターサービスページ*/
.service_sub h4{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 17px;
	line-height: 1;
}

.service_sub{
	color: #646464;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 70px;
}

.quality img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 50px;
}

.service_main img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 50px;
}