/* ★★★★★　Scheduleページ　★★★★★ */
#schedule_page {
text-align: center;
}
#schedule_page .sche_ttl {
background-color: #ef90ba;
border-radius: 0;
color: #fff;
font-size: 1.5em;
font-weight: bold;
line-height: 1.5;
margin-bottom: 25px;
padding: 8px 0 4px;
}
.sche_housou {
margin: 0 auto 80px;
text-align: left;
width: 90%;
}
.sche_housou .block{
display: flex;
flex-wrap: wrap;
margin: 45px auto 25px;
}
.sche_housou span {
display: inline-block;
font-size: 1.6rem;
font-weight: bold;
}
/* 4カラム ----------------------------------
.sche_housou .block .housou_left {
text-align: left;
width: 20%;
}
.sche_housou .block .housou_start {
text-align: center;
width: 35%;
}
.sche_housou .block .housou_middle {
text-align: center;
width: 20%;
}
.sche_housou .block .housou_right {
text-align: right;
width: 25%;
}
-- */
/* 4カラム ------------------------------------ */

/* 3カラム ------------------------------------ */
.sche_housou .block .housou_left,
.sche_housou .block .housou_middle,
.sche_housou .block .housou_right {
text-align: center;
width: 33%;
}
/* 3カラム ------------------------------------ */

.midashi{
background: #efefef;
border-bottom: #ddd 1px dashed;
display: block;
font-size: 1.5rem;
font-weight: bold;
margin: 5% 0 -15px;
padding: 10px 0 3px;
text-align: center;
}
.saihousou_text{
display: block;
font-size: 1.2rem;
line-height: 1.5;
margin: 6% auto 4%;
/* text-align: center; */
text-align: left;
width: 25%;
/*width: 60%;*/
/* width: 300px;*/
}
.saihousou_text .f_small{
/*display: block;*/
font-size: 75%!important;
font-weight: normal!important;
}

.sche_housou div:last-child {
margin-bottom: 0px;
}
.sche_housou .sup {
display: block;
font-weight: normal;
margin: 10px 0 0;
text-align: center;
}
.sche_haishin div {
align-items: center;
color: #3f3f3f;
display: flex;
font-size: 1.4rem;
font-weight: bold;
justify-content: center;
margin-bottom: 15px;
}
.sche_haishin div .min_font {
font-size: 1rem;
font-weight: bold;
}
/*
.haishin_left {
margin-right: 15px;
}
*/
.haishin_new{}
.haishin_new ul{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.haishin_new ul li {
/* display: block; */
margin: 0 auto 10px;
width: 50%;
}
.haishin_new ul li a {
color: #333;
display: block;
/* background-color: #000; */
line-height: 1.3;
text-align: center;
text-decoration: underline;
width: 100%;
}
/*
.sche_haishin div a{
color: #ef90ba;
}
.sche_haishin div:last-child {
margin-bottom: 0px;
}
.sche_haishin div img {
max-height: 60px;
}
*/

#schedule_page .haishinBox{
display: flex;
margin: 25px auto;
/*
width: 90%;
max-width: 1200px;
*/
}
#schedule_page .haishinBox .haishin_bn{
width: 33%;
}
#schedule_page .haishinBox .haishin_bn img {
width: 90%;
}
.f_hc{
font-size: 140% !important;
line-height: 1.3;
}
.f_hc2{
padding: 2% 0 0;
}
.ul02{
border-bottom: 2px #ef90ba dashed;
padding: 0 0 2%;
}