@charset "UTF-8";
#container.program{
    margin-top: 140px;
}
.program .contents{
  width:100%;
}
.heading{
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.h_contents,
.heading picture{
  width:50%;
}
.heading picture img{
  max-width:100%;
}
.h_contents{
  position: relative;
}
h2 span img{
  margin-right: 5px;
}
.program h1{
  font-size: 36px;
  background:url(../parts/h1_program.svg) center center no-repeat #FF7807;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 30px 0;
  margin: 0 -100% 0px;
}
.program h2{
  color:#fff;
  font-size:30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-family:"じゅん 501";
}
.program h2 span{
  font-size:20px;
  display: block;
}
#service_01 .h_contents{
  background:#FF87D2;
}
#service_02 .h_contents{
  background:#40DC00;
}
#service_03 .h_contents{
  background:#00B7FF;
}
#service_04 .h_contents{
  background:#A89DFF;
}
#service_01 .illust li p,
#service_02 .illust li p{
  color:#FF87D2;
    font-family: "Maru Folk Medium";
        font-size: 16px;
        letter-spacing: -1.7px;
}
.element{
  width:940px;
  margin: 0 auto;
}
.element strong,
#service_04 .element p{
  font-size:20px;
  display: block;
  margin: 0 0 60px 0;
  text-align: center;
}
.element strong{
  font-size:24px;
  margin: 0 0 40px 0;
}
.element p{
  font-size:20px;
  text-align: center;
  margin: 0 0 40px 0;
}
.illust{
  margin:0 0 80px 0;;
}
.illust ul{
  display: flex;
  justify-content: space-between;
    gap:0 44px;
}
.illust ul li img{
    display: block;
    max-width: 100%;
}
.illust li p{
  text-align: center;
  margin:20px 0 0;
}
.msg{
  margin: 0 0 70px 0;
}
.msg li{
  margin: 0 0 30px 0;
}
.msg li:last-child{
  margin: 0;
}
#service_02 .illust li p{
  color:#40DC00;
}
.msg_green{
  width:800px;
  margin: 0 auto 70px;
  padding: 10px 0;
  background:#40DC00;
  color:#fff;
  text-align: center;
  font-size:20px;
}
#service_04 h3{
  font-family:"じゅん 501";
  font-size: 30px;
  text-align: center;
  color:#A89DFF;
  margin: 0 0 50px 0;
}
.session{
  width:800px;
  margin: 64px auto 70px;
  border:solid 1px #A89DFF;
    background: #fff;
}
.session dt,
.session dd{
  padding: 20px 50px;
}
.session dt{
  color:#fff;
  background:#A89DFF;
}
.session dd{
  border-bottom:solid 1px #A89DFF;
}
.session dd:last-child{
  border:none;
}
.session dd .no{
  color:#A89DFF;
  margin:0 50px 0 0;
}
.table dl{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.table dt{
  width: 20%;
  padding: 0 0 0 50px;
  display: flex;
  align-items: center;
}
.table dd{
  width: 80%;
}
.table_pink dl{
  border-top:solid 1px #FF87D2;
}
.table_pink dl:last-child{
  border-bottom:solid 1px #FF87D2;
}
.table_pink dt{
  color:#FF87D2;
}
.table_green dl{
  border-top:solid 1px #40DC00;
}
.table_green dl:last-child{
  border-bottom:solid 1px #40DC00;
}
.table_green dt{
  color:#40DC00;
}
.table_blue dl{
  border-top:solid 1px #00B7FF;
}
.table_blue dl:last-child{
  border-bottom:solid 1px #00B7FF;
}
.table_blue dt{
  color:#00B7FF;
}
.table_purple dl{
  border-top:solid 1px #A89DFF;
}
.table_purple dl:last-child{
  border-bottom:solid 1px #A89DFF;
}
.table_purple dt{
  color:#A89DFF;
}
p.small{
  width:800px;
  margin:0 auto;
  font-size:14px;
}
#pdf{
  margin: 0 auto;
}
#pdf.program_page a{
  background:#A89DFF;
}

/* 追加 */
:root{
    --pink:#FF87D2;
    --green:#40DC00;
}

.msg_pink, .msg_green{
    min-height: 60px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 0 0;
    color: #fff;
    font-size: 24px;
    background: var(--pink);
    margin-bottom: 20px;
}
.msg_green{
    background: var(--green);
    margin: 0 0 20px;
    width: auto;
}
.msg_green br{
    display: none;
}
.siten{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 30px;
}
.siten dl{
    background: #fff;
    border-radius: 20px;
    border: 2px solid var(--pink);
    width: calc(100% / 4 - 12px);
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.siten.s02 dl{
    border-color: var(--green);
}
.siten dl h4{
    font-size: 20px;
    color: var(--pink);
    margin-bottom: 12px;
}
.siten.s02 dl h4{
    color: var(--green);
}
.siten img{
    min-height: 150px;
    display: block;
    margin: 0 auto 27px;
}
.siten p{
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: -1.3px;
}

.msg ul li{
    display:flex;
    align-items: center;
    gap:0 34px;
    margin-bottom: 20px;
}
.msg ul li:last-of-type{
    margin-bottom: 0;
}
.msg ul li img{
    flex-shrink: 0;
}
.msg ul p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.table .hl{
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 0;
    color: #fff;
    font-size: 24px;
    background: #fff;
    color: var(--pink);
    border: 2px solid var(--pink);
    margin-bottom: 15px;
}
.table_green .hl{
    border-color: var(--green);
    color: var(--green);
}
.timetable table{
    margin-bottom: 15px;
    width: 100%;
}
.timetable table th,
.timetable table td{
    border: 1px solid #717071;
    padding: 15px 15px;
}
.timetable table th{
    background: var(--pink);
    color: #fff;
    font-size: 20px;
    min-width: 120px;
    text-align: center;
}
.table_green .timetable table th{
    background: var(--green);
}
.timetable table td{
    font-size: 16px;
    text-align: center;
    background: #fff;
}
.timetable table td:first-child{
    color: var(--pink);
}
.table_green .timetable table td:first-child{
    color: var(--green);
}
.timetable p{
    font-size: 16px;
    text-align: left;
}
.table_green .timetable p{
    margin-bottom: 85px;
}

.homon.heading{
    flex-direction: column;
    margin-bottom: 125px;
}
#service_01 .homon .h_contents,
#service_02 .homon .h_contents{
    margin-bottom: 50px;
}
.homon h2{
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    height: 120px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 0 0;
}
.homon .element > img{
    display: block;
    margin: 0 auto 25px;
}
.homon .box,
.taishou .box{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap:15px 15px;
    margin-bottom: 57px;
}
.homon .box div,
.taishou .box div{
    border:2px solid var(--pink);
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0 0;
    min-width: 270px;
    min-height: 150px;
    width: calc(100% / 3 - 10px );
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    padding: 15px;
}
.homon .green_box div{
    border-color: var(--green);
}
.taishou .box div{
    width: calc(50% - 10px);
    border-color: var(--green);
    flex-direction: column;
}
.taishou .box div small{
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .program .contents{
    margin:0 0 50px 0;
  }
  .program .element{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
    
    .timetable{
      width:100%;
      overflow-x:scroll;
    } 
    .timetable table{
      border-collapse: collapse;
      width: 940px;   
    }
    .timetable::before{
        content:"横へスクロールしてください>>";
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
  .table,
  .table dt,
  .table dd,
  .element,
  .h_contents,
  .heading picture img,
  .msg_green,
  p.small,
  .session {
    width:100%;
  }
  .table dl,
  .table dt,
  .heading{
    display: block;
  }
  .program h1{
    font-size: 24px;
    background-size:32%;
  }
  .program h2{
    position: static;
    transform:unset;
    font-size:20px;
    padding: 15px 0;
  }
  .program h2 span{
    font-size:15px;
  }
  .illust ul{
    flex-wrap:wrap;
  }
  .illust li{
    width:45%;
    margin: 0 0 20px 0;
  }
  .illust li p{
    font-size:14px;
    margin: 10px 0 0;
  }
  .illust img{
    width:100%;
  }
  #service_04 h3{
    font-size:24px;
  }
  .table dt{
    padding: 0;
  }
  .session dt, .session dd{
    padding: 20px 20px;
  }
  .session span{
    display: block;
  }
  .session dd .no{
    margin: 0;
  }
  #pdf.program_page a{
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
	.msg_green{
		padding: 10px 20px;
	}
    .msg_green br{
        display: block;
    }
  br.sp_none{
    display: none;
  }
  .element strong{
    font-size: 21px;
    letter-spacing:-1px;
  }
  .element p{
    font-size:17px;
  }
  .element p.small{
    font-size:14px;
  }
    .timetable p{
        font-size: 16px;
    }
    
    /* 追加 */
    .siten{
        gap:15px;
    }
    .siten dl{
        width: calc(100% / 2 - 12px);
    }
    strong img{
        display: block;
        max-width: 100%;
    }
    
}

@media screen and (max-width: 540px) {
    
    .illust ul{
        gap:0;
    }
    .msg ul li{
        flex-direction: column;
        gap: 15px;
    }  
    .siten dl{
        width: 100%;
    }
    .homon .box div, .taishou .box div{
        min-height: 100px;
    }
    
    .element strong{
        text-align: left;
    }
    .element strong br{
        display: none;
    }
    
}
