@charset "utf-8";
/*
Theme Name: BizVektor hada
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 株式会社羽田
Author: Vektor,inc.
Tags: 
Version: 0.1.0
*/

/*@import url('../bizvektor/style.css');*/

#header { margin-top: 1%; }
#header .innerBox { padding-top: 0;}
#header { background-image: url('http://www.teacom-hada.jp/wp/wp-content/uploads/2015/10/header_navi_fuji.jpg'); background-position: center center;  background-repeat: no-repeat; }

#footerSection {
    background: url(http://www.teacom-hada.jp/wp/wp-content/uploads/2015/10/footer_back_green.jpg) repeat;
    background-size: 100%;
    width: 100%;
}
#pagetop {
	background-color: #fff;
}
#footer,
#siteBottom {
    background: transparent;
    border: none;
}
#footer,
#footer .innerBox a,
#siteBottom,
#siteBottom a{
    color: #FFF;
}
#footMenu {
	background-color: #E5E7D5;
}
#footMenu,
#footerSiteMap .menu li a {
	border-bottom: 1px solid #D6D6D6;
}
#footerSiteMap .menu li:first-child,
#siteBottom #siteBottomInner.innerBox #copy {
	border-top: 1px solid #D6D6D6;
}

#main #container #content {
	margin:0 auto;
}

#topPr {
	margin-bottom: 0;
}
#topPr .topPrOuter h3 {
	color: #125D24;
	font-size: 128%;
}

#pageTitBnr {
	background-image: url('images/pagetitle_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
#pageTitBnr #pageTitInner {
	background: none;
	border: none;
}
#pageTitBnr #pageTitInner #pageTit {
	color: #ffffff;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* リードテキストを明朝体 */
#content .leadTxt { font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
#content h3 { border-bottom: 1px dotted #68993d; }
#content p { font-size:120%; }

a.btn,
a.linkBtn a,
input[type=button],
input[type=submit] {
	border: 2px solid #ccc;
	color: #fff;
	font-weight: bold;
}
a.btn:hover,
a.linkBtn a:hover,
input[type=button]:hover,
input[type=submit]:hover {
	color: #fff;
}

/*-------------------------------------------*/
/*	.post-type-archive-voice
/*-------------------------------------------*/
.post-type-archive-voice #content .infoList .infoListBox {
	border-bottom: 2px dashed #5d7304;
}
.post-type-archive-voice #content .infoList .infoListBox:nth-child(odd) div.thumbImage {
	float:left;
}
.post-type-archive-voice #content .infoList .infoListBox:nth-child(odd) div.entryTxtBox.haveThumbnail {
	float:right;
}

/*-------------------------------------------*/
/*	沿革
/*-------------------------------------------*/
#content ul.timeline {
	margin: 0;
}
#content ul.timeline li {
	list-style: none;
	margin-bottom: 60px;
}
#content .timeline-content {
	font-size: 120%;
	font-weight: bold;
}

/*-------------------------------------------*/
/*	動画一覧ページ
/*-------------------------------------------*/
#content .movieGallery {
	display:block;
	overflow: hidden;
}
#content .child_page_block .movieBox {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 13px;
}
#content .child_page_block .movieBox .movieBoxInner {
	display: block;
	overflow: hidden;
	border: 1px solid #fff;
}
#content .child_page_block .movieBox .movieBoxInner img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------*/
/*	コンタクトフォーム
/*-------------------------------------------*/
#content .wpcf7 .contactBox { font-size: 16px; }
#content .wpcf7 .contact {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #595858;
	display: block;
	line-height: 50px;
	margin-bottom: 0;
}
#content .wpcf7 p.contact:nth-child(even) {
	padding: 20px;
}
#content .wpcf7 .contact.last {
	border-bottom:none;
}
#content .wpcf7 .wpcf7-form .wpcf7-text,
#content .wpcf7 .wpcf7-form .wpcf7-textarea {
	width: 90% !important;
}
#content .wpcf7 .wpcf7-form .your-postalcode {
	display: inline;
}
/* 必須項目 */
#content .wpcf7 .m-alert {
	padding: 5px;
	background: #ff8080;
	color: #fff;
	margin: 5px;
	font-weight: normal;
}
/* メッセージのスタイルを変更 */
#content .wpcf7 .wpcf7-response-output {
	margin: 10px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* 入力エラーダイアログ */
#content .wpcf7 .wpcf7-not-valid-tip {
	color: #B94A48;
	padding-top: 0;
	position: static;
	display: block;
	background-color: transparent;
	left: 0;
	top: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
}
/* 入力エラー時 */
#content .wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
#content .wpcf7 .wpcf7-validation-errors::after {
	display: none;
}
/* メール送信完了時 */
#content .wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/*-------------------------------------------*/
/*	レスポンシブ対応
/*-------------------------------------------*/
/* googlemap */
#content .mapBox {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#content .mapBox iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
/* youtube */
#content .youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#content .youtubeBox .iframeYoutube {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 659px) { /* モバイル */
#content img.alignleft,
#content img.alignright {
	width: 100%;
}
#content p.timeline-date {
	padding: 0;
}
#content .wpcf7 p.contact ,
#content .wpcf7 p.contact:nth-child(even) {
	padding: 0;
	line-height: 50px;
}
#content .wpcf7 .wpcf7-form #zip.wpcf7-text {
	width: 70% !important;
}
}

@media (min-width: 660px) {
#pageTitBnr #pageTitInner #pageTit {
	font-size: 180%;
}
#topPr .topPrInner p.topPrDescription {
	font-size: 100%;
}
#content ul.timeline li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
#content .timeline-date {
	width: 100px;
	float: left;
	margin-top: 20px;
}
#content .timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #e5e5d1 solid;
	padding-top: 22px;
	padding-bottom: 24px;
	padding-left: 30px;
}
#content .timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #887938;
	position: absolute;
	left: 105px;
	top: 24px;
	border-radius: 100%;
}
#content .wpcf7 .contactBox {
	border: solid 2px #c3c3c3;
	border-radius: 5px;
	padding: 4px 20px;
}
}

@media (min-width: 770px) {
#footerSiteMap .menu li:first-child {
	border-top: none;
}
}

@media (min-width: 970px) {
	#main #container {
		
	}
	#main #container #content {
		width:700px;
	}
	#topPr .topPrOuter h3 {
		text-align: center;
	}
	#pageTitBnr #pageTitInner #pageTit {
		font-size: 260%;
	}
}