@charset "UTF-8";
 .name{
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 }
 .option_boxf {
 	display: flex;
 	flex-direction: row;
 	flex-wrap: wrap;
 }
 .option_boxf div{
 	width: 33.3%;
 }
 .option_boxf div img{
 	width: 100%;
 }

 .indexinfo{
 	padding: 10px;
        color: #fff;
 }

.indexinfo_p {
	text-align: left;
	color: #fff;
}

.contents_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;

}

.contents_flex::after {
  width: 33%;
  content: "";
  display: block;
}

.face_daytime_f{
width: 33%;
padding-top: 25px;
background-image: url(../img/faceday.png);
background-repeat-y: no-repeat;

}



.img_flex {
position: relative;
width: 100%;
overflow: hidden;
}

.img_flex :before {
content: "";
display: block;
padding-top: 133.2%;
}

.winfo{
position: relative;
width: 100%;
overflow: hidden;
}

.schedule_data_a{
position:  absolute;
bottom: 0;
left: 0;
height: 30%;
width: 100%;
background-color: #00000091;
color: #fff;
text-align: center;
padding-top: 5px;
display: flex;
justify-content: center;
align-items: center;
}



.schedule_data_a p{
font-size: 14px;
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
}

.img_flex img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

.img_flex img{
width: 100%;
}

ul {
list-style: none;
padding: 0;
text-align: center;
}

.schedule_data_f{
color: #fff;
}

.todaysch img{
width: 100%;
}

.pcenter{
	width: 100%;
}

.sch_bar_f{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.schtime_f{
	border: 1px solid #444;
    border-radius: 0.5em;
    padding: 4px 0;
    text-align: center;
    width: 32%;
    float: left;
    background: #a20000;
    font-size: 1em;
    color: #fff;
    margin: 1px;
}

.schtime_f a{
	text-decoration: none;
    color: #fff;
}

