/* お問い合わせ */
.wpcf7-form {
	margin: 5% auto 0px auto;
    background-color: #f6f6f6;
    padding: 20px 30px;
	width: 100%;
}

.wpcf7-form-control {
	margin-bottom: 10px;
}

.wpcf7-list-item{
	display: inline-block;
	margin-left: 0px !important;
	width: 33%;
}

.wpcf7-form input[type=text] {
	width: 100%;
}

.wpcf7-form input[type=email] {
	width: 100%;
}

.wpcf7-form input[type=checkbox] {
	display:inline;
}

.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .wpcf7-submit {
	width: 10%;
}

#contact-form { padding-left: 15px; padding-right: 15px; }

#contact-section .cafe-description{
	position: relative;
	height: 320px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

}

.contents.active {
	opacity: 1;
	z-index: 10;
}

#concept-section ul.side-bar-categories li a {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media screen and (max-width: 1197px) {
	#contact-form { padding-left: 15px; padding-right: 15px; }
	
	.wpcf7-form {
	width: 100%;
}
	
.wpcf7-list-item{
	font-size: 0.875em;
}
}

@media screen and (max-width: 991px) {
	#contact-form { padding-left: 15px; padding-right: 15px; }
	
	.wpcf7-list-item{
		width: 50%;
	}
	
}

@media screen and (max-width: 767px) {
	#contact-form { padding-left: 15px; padding-right: 15px; }
	
	.wpcf7-form { padding: 5%; }
	.wpcf7-form > p { padding-bottom: 5%; }

	.wpcf7-list-item{
		width: 100%;
	}

	#contact-section .cafe-description{
		height: 1000px;
	}

	.wpcf7-form .wpcf7-submit {
		width: 40%;
	}

}