

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.img{
 width: 100%;
}


.event_catch_sta{
 font-size:1.5rem;
 line-height: 1.5;
 margin-bottom: 2rem;
 margin-top: 3rem;
 padding-bottom: 0.2rem;
 background-color: white;

 width: fit-content;
}

.sta_h2{
 border-bottom: 3px solid #914b72;
}

.stb_h2{
 border-bottom: 3px solid #4c6a85;
     margin-top: 1.5rem;
}

.event_catch_sta h2{
 font-family: var(--body-font);
}

.guest_img{
 display: flex;
}

.profile-name_pick {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4375rem;
}



.pf_area {
    padding: 3rem 1rem;
    background-color: #ffffff;
    border-bottom: 2px solid #767676;
}

.pf_text {
    margin-bottom: 0;
}


.pf_item{
   display: flex;
}

.pf_img{
   width: 25%;
}

.profile_con{
   width: 75%;
   padding-left:1rem;
}

.st_e_btn {
        margin-top: 2.5rem;
}

/************/
.stage_ws_time_table{
  overflow-x: auto;
  width:100%;
  -webkit-overflow-scrolling: touch;
}

table.time_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 0; /* ← 外枠を消す */
}

/* 基本セル */
.time_table th,
.time_table td {
  padding: 20px;
  font-size: 14px;
  white-space: nowrap;

  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* 左端 */
.time_table tr > *:first-child {
  border-left: 1px solid #000;
}

/* 上端 */
.time_table tr:first-child > * {
  border-top: 1px solid #000;
}





/* sticky列 */
.fixed01 {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #f0f0f0;
  text-align: start;
}

.time_th.fixed01 {
  top: 0;
  z-index: 20;
}




.tt_area{

margin-bottom: 2.5rem;

margin-top:2.5rem;

}



.s_a_th{

background-color: #aed8ff;

border-left: none;

}



.s_b_th{

background-color: #ffc1e0;

}



.ws_th{

background-color: #ffc585;

}



.s_a_td{

text-align: start;

background-color: #e1f0ff;

border-left:none;

}



.s_b_td{

text-align: start;

background-color: #fff1f6;

}



.ws_td{

text-align: start;

background-color: #ffe9d6;

}



.tt_sc{

text-align: right;

font-size: 0.8rem;

}

/************/
.bg_white{
 background-color: #ffffff;
}


.st_a_link.btn,
.st_b_link.btn,
.tt_link.btn{
 padding: 0.625rem 2rem;
 font-size: 1rem;
 line-height: 1.4375rem;
}

.st_a_link{
 background-color: #914b72;
}

.st_a_link:hover,
.st_a_link:focus-visible{
 background-color: #7b3f62;
}

.st_b_link{
 background-color: #4c6a85;
}

.st_b_link:hover,
.st_b_link:focus-visible{
 background-color: #415b74;
}

.tt_link{
 background-color: #44785c;
}

.tt_link:hover,
.tt_link:focus-visible{
 background-color: #39624f;
}

.tt_bar{
 background-color: #44785c;
}

.sta_bar{
 background-color: #ffc1e0;
 color:#000;
}

.stb_bar{
 background-color: #aed8ff;
 color:#000;
}

.bg_stage_a{
 background-color: #fff1f6b3;
}

.bg_stage_b{
     background-color: #e1f0ffb0;
}

td.s_a_td,
td.s_b_td,
td.ws_td{
    font-weight: bold;
}

.stage_list_ul{
   list-style: none;
  padding-left: 0;
}


.no_event{
 background-color: #c5c5c5;
}

.st_name_b {
    border-left: 2rem solid #4d6a85;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
}

.st_name_a {
    border-left: 0.875rem solid #914b73;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
    text-wrap: wrap;
}

span.st_time {
    display: inline-block;
    padding-bottom: 1rem;
}

.p_none{
 padding-bottom:0;
}

.st_katagaki {
    font-size: 0.875rem;
}

.mar_b_0{
 margin-bottom:0;
}

.sta_bar h3 {
    text-wrap: wrap;
    line-height: 1.2;
}


.tt_sc{
  display: none;
 }

.toku_ex .profile_con {
    width: 100%;
    padding-left:0;
}


hr.nc_line {
    border: solid 2px #914b74;
    margin-top: 2rem;
}

@media (max-width: 994px) {


}



@media (min-width: 769px) {
 .st_a_link.btn,
 .tt_link.btn{
 margin-left:4rem;
 }

 .pc{
  display: block;
 }

 .sp{
  display: none;
 }

}

@media (max-width: 768px) {
  .pc{
  display: none;
 }

 .sp{
  display: block;
 }



 .event_catch_sta h2{
 font-size:1.25rem;
 }

 .pf_img{
   width: 30%;
 }

 .profile_con{
    width: 70%;
    padding-left:0.5rem;
 }

 .pf_name{
  font-size:1rem;
 }

 .name_yomi{
    font-size: 0.625rem;
 }

 .pf_long {
    font-size: 0.75rem;
    margin: 0.5rem 0 0 0;
    line-height: 1.5;
 }

 .pf_text {
    font-size: 0.9rem;
    line-height: 1.5;
 }

 .st_b_link.btn,
 .st_a_link.btn {
    margin-bottom: 2rem;
 }

 th.fixed01 {
    padding: 20px 0.5rem;
 }

 .fixed01{
  display: none;
 }

 .s_a_td,
 .s_a_th{
 border-left: 1px solid #000000;
 }

 .time_table th, .time_table td {
  border-right: none;
 }

 table.time_table {
    border-right: 1px solid #000;
}

.time_table td.brsp{
 border-right: 1px solid #000;
}
}


@media (max-width: 610px) {
 .tt_sc{
  display: block;
 }


}

@media (max-width: 443px) {
 .free_a{
  font-size: 80%;
 }
}