@charset "utf-8";

#ohayou {
    margin: 0 auto;
    width: 100%;
}
#ohayou .ttl_bg{
	background: #fff;
	margin:0 auto;
}
#ohayou .ttl{
    width: 100%;
    margin:0 auto;
}
#ohayou .ttl .ttl_inner{
    background: url("../images/header_img_sp.jpg") top center no-repeat;
    padding-top: 92.031%;
    background-size: cover;
}
/*ここから番組バー*/
#ohayou .description{
	background:#e9513a;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#ohayou .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#ohayou .name{
	font-size: 23px;
	color:#ffffff;
	text-align:center;
}
#ohayou .oa{
	display:block;
	margin:0 auto;
	width: 70%;
}
#ohayou .date{
    background:#ffffff;
    padding: 5px 10px;
    text-align:center;
    color:#e9513a;
	font-size:16px;
    font-weight:bold;
}
/*ここまで*/

#ohayou .clearTxt{
	text-indent: -10000px;
	text-decoration: none;
}
/*------ コンテンツエリア ------*/
#ohayou .contents{
	max-width:1280px;
	margin: 0 auto;
	background: #f7f7f7;padding: 30px;
}
#ohayou .contents>p{
	background:linear-gradient(to top, #b4f3e2, #ffffff);
	border:2px solid #337295;
	border-radius:6px;
	color:#337295;
	width: 100%;
	display:block;
	margin:0px auto 20px;
	text-align:center;
	font-size:28px;
	font-family: 'Kiwi Maru', serif;
	box-shadow: 2px 2px 4px gray;
}

/* アコーディオンメニュー */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ac {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ac-parent {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #fff;
  background-color: #337295;
  color: #fff;
  text-align: start;
  padding-left: 3%;line-height: 50px;
  cursor: pointer;
　font-size: 4.1vw;}
.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
.ac-parent.open:after {
	transform: rotate(225deg);
}
.ac-child {
  display: none;
  padding: 1em;
  background-color: #daedf7;
  text-align: center;
}
#ohayou ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#ohayou .movie {
    width: 90%;
    margin: 0px auto 10px;
}
#ohayou .movie>p{
	font-size: 20px;
	font-weight: bold;
}
#ohayou .movie>a>div{
	position:relative;
}
#ohayou .play{
	position:absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 25%;
	opacity: 0.8;
}
#ohayou .photo{
width:100%;
}
#ohayou .open{
	display:block;
}

/* clearfix */
 /* IE6 */
* html .clrFix { zoom: 1;}
 /* IE7 */
*:first-child+html .clrFix { zoom: 1;}
#footer {
	margin-top: 0 !important;
}



