/* カスタム CSS をここに入力してください */
/* 投稿タイトルを消す */
.entry-title{
	display: none !important;
}

/* ぱんくずラストを消す */
.breadcrumbs li:last-child{
	display: none !important;
}

/* iPad画像サイズ調整 */
.vc_single_image-img{
	height: 250px !important;
}


/* お問い合わせ入力欄幅調整 */
.contact-submit{
	margin: 0 auto;
	padding-left: 20px;	
}

.button-submit{
	text-align: center;
}

@media only screen and (min-width: 1024px) {
.contact-form{
	margin: 0 auto;
	width:80%!important;	
}

.contact-submit{
	width:80%!important;
}
}
