@charset "utf-8";
/* pc */

/*  header の動画・画像サイズ（比率）は同じがよい*/
/*  header の動画・画像サイズが異なる場合は class="info_inner"に　"info-inner-img" を追加　*/


/* 
 header 動画・画像に関わるサイズ変更  
------------------------------------------- */

/* --------info-------- */
.info_inner{ min-height: 383px;}
.info-txt{ padding: 20px 0 20px 710px;}

/* --------ヘッダー - ビデオ-------- */
.info-video{ width: 640px; height: 360px;}
.info-video iframe{	width: 640px;	height: 360px;}

/* --------ヘッダー - 画像-------- */
.info-img { width: 640px; height: 360px;}
.info-img img{ width: 640px; height: 360px;}


/* 
 header h1 h2 罫線(共通)色・背景画像などの変更 
------------------------------------------- */

/* --------罫線(共通)色-------- */
.header{
	border-bottom: 3px solid #f66191;
}
.info{
	border-bottom: 3px solid #f66191;
}
.wrap_horizontal .box{
	border-top: 5px solid #f66191;
}


/* -------- h1 h2 背景画像と文字色 -------- */
.header,
.box_title,
.header-time,
.box_title { color: #fff;}


/* --------h2 h3 下線 罫線色-------- */
.sub_title:after{
	background: #ef2406;
}
.side_title{
	border-bottom: 3px solid #eeab09;
}


/* --------スライダーのページネーションの色-------- */
.owl-theme .owl-controls .owl-page span{
	background: #d60e00 !important;
}
