.ue {
  padding:0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


.karasagasu {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: bold;
  color: #2fa89a;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  margin-right: 50px;
}

.karasagasu p {
  position: relative;
}

.karasagasu p::before {
  content: "";
  /* border-bottom: 0.2rem solid #79d2db; */
  /* margin-top: -0.8rem; */
  width: 105%;
  height: 3px;
  background-color: #79d2db;
  position: absolute;
  /* z-index: 100; */
  bottom: 0;
  left: 0;
}

.karasagasu p::after {
  content: "";
  /* border-bottom: 0.2rem solid #79d2db; */
  /* margin-top: -0.8rem; */
  width: 105%;
  height: 3px;
  background-color: #f4e767;
  position: absolute;
  /* z-index: 100; */
  bottom: -15px;
  left: 5%;
}

/* .mojiline1 {
  border-bottom: 0.2rem solid #79d2db;
  margin-top: -0.8rem;
}

.mojiline2 {
  border-bottom: 0.2rem solid #f4e767;
  margin-top: 1rem;
  margin-left: 2.5rem;
} */

/* .mojiline1.six_room {
  width: 44rem;
}

.mojiline2.six_room {
  width: 44rem;
}

.mojiline1.room {
  width: 20rem;
}

.mojiline2.room {
  width: 20rem;
}

.mojiline1.stage {
  width: 39rem;
}

.mojiline2.stage {
  width: 39rem;
} */

.migigawa{
  z-index: 3;
  display: flex;
  justify-content: center;
}

.sagasu{
  display: flex;
  flex-direction: column;
}

.sagasu a {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-top:0.2rem;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  width: 22rem;
}

.ten{
  background-color: #2fa89a;
  text-align: center;
}

.eleven{
  margin-top: 1rem;
  background-color: #79d2db;
  text-align: center;
}

.twelve{
  margin-top: 1rem;
  background-color: #79d2db;
  text-align: center;
}

.thirteen{
  margin-top: 1rem;
  background-color: #79d2db;
  text-align: center;
}

.fourteen{
  margin-top: 1rem;
  background-color: #460e44;
  text-align: center;
}


/* ------------------------------------
ジャンル始まり
--------------------------------------- */

#ps_sub .title1{
  margin-right: 20px;
}

.title1 p{
  font-size: 1.3rem;
  color: #3f3f3f;
  font-weight: bold;
  width: 6rem;
}

.Genre1{
  width:80%;
  display: flex;
  align-items: center;
}

.Genre1 .syurui{
  display: flex;
  flex-wrap:wrap;
  justify-content: left;
}


/* ------------------------------------
場所始まり
--------------------------------------- */
.basyo{
  width:80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.basyo .stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
}

.title2{
  width:6rem;
  margin-right: 20px;
}

.title2 p{
  font-size: 1.3rem;
  color: #3f3f3f;
  font-weight: bold;
  width:6rem;
}

.each-place {
  font-weight: bold;
  border: solid 2px #3f3f3f;
  /* width: 135px; */
  /* height: 30px; */
  background-color: #ffffff;
  padding: 5px 10px;
}

.each-place p {
  text-align: center;
  font-size: 17.6px;
  color: #3f3f3f;
}


/* ------------------------------------
日時始まり
--------------------------------------- */
.nitiji{
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: left;
  align-items: center;
}

.title3{
  padding: 0;
  width:6rem;
  margin-right: 20px;
}

.title3 p{
  font-size: 1.3rem;
  color: #3f3f3f;
  font-weight: bold;
  width:6rem;
}

.each-day {
  font-weight: bold;
  border: solid 2px #3f3f3f;
  /* width: 135px; */
  /* height: 30px; */
  background-color: #ffffff;
  padding: 5px 10px;
}

.each-day p {
  text-align: center;
  font-size: 17.6px;
  color: #3f3f3f;
}

.nitiji .nannji{
  display: flex;
  flex-wrap:wrap;
  gap:10px;
}