/*------------------------------
 ▼ スマホ縦：メディアクエリの指定なし

 recruit.css
 -------------------------------*/


/*   募集要項全体    */

#minishow h2,
#exhibition h2 {
  color: #ffffff;
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*インライン*/
  line-height: 1.1;/*行高*/
  background:  #ac9f99;/*背景色*/
  vertical-align: middle;
  border-radius: 25px ;/*左側の角を丸く*/
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

#minishow h2:before,
#exhibition h2:before{
  content: none;
  content: '●';
  color: white;
  margin: 0 0.4rem;
}


#exhibition p  {
  margin-bottom: 1.4rem;
}

/*　　開催日時　　*/

.schedule dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.schedule dl dt {
  width: 24%;
  padding: 1rem 0 0 1rem;
  background-color: rgba(134, 96, 96, 0.5);
  font-size: 0.9rem;
  border-bottom: #ffffff 0.08rem solid;
  color: #fff;
  font-weight: bold;
}

.schedule  dd {
  width: 62%;
  padding: 1rem;
  background-color: rgba(253, 253, 253, 0.5) ;
  font-size: 0.8rem;
  border-bottom: #ffffff 0.08rem solid;
}



.onegai {
  font-size: 0.8rem;
  margin-bottom: 5rem;
}

.onegai-in{
  margin-left: 1rem;
}

.onegai-in h3,
.list_t{
  color:  #9d6d6ded;
  display: inline-block;/*インライン*/
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 5px solid;
    color: #5e5c5c;

}

.onegai-in h3:before,
.list_t{
  position: absolute;
  bottom: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid;
  content: '';
}


.onegai-in p{
  margin-left: 2rem;
}

/*  開催中のお願い事項　　*/

.onegai-in li{
  font-size: 0.8rem;
  margin: 0 ;
  list-style-type: circle;
}



/***   流れ  ***/

.timeline{
  background-color: #ffffff97;
  padding: 2rem;
  border-radius: 8px;
  border: solid 2px #ccc;
}

.timeline ul{
  margin-bottom: 30px;
}

.timeline-content{
  padding-bottom: 2rem;
}

.timeline-content h3{
  font-size: 1rem;
  font-weight: 500;
}  

.tim_magin{
  padding-top: 2rem;
}

#exhibition .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  font-size: 0.8rem;
}

#exhibition  .timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
}
#exhibition .timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}

#exhibition .timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fb682e;
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}


/*  showについて　　*/
.highlights{
color: #744100;
background: #8f838329;
padding: 1rem;
border-radius: 10px;
}


.highlights h2{
color: #fff8f3;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #998581;/*背景色*/
vertical-align: middle;
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
margin-bottom: 1.4rem;
}

.highlights h2:before {
content: '●';
color: white;
margin-right: 8px;
}


/*** 運営団体 ****/

.alice37{
  background: url(../images/alice37-3.png) 90% 25% no-repeat;
}

.info-txt{
  width: 94%;
margin:0 auto 3rem;
}

.profile{
  margin: 2rem auto ;
}

.prof-img {
  text-align: center;
  padding-bottom: 1.4rem;
}

.prof-txt{
  margin:0 auto ;
  width: 80%;

}




 /* ===============================================
 ▼　768px以上（タブレット向け）
  =============================================== */
  @media screen and (min-width: 800px) {

#minishow h2,
#exhibition h2 {
  font-size: 1.4rem;
}


.greetings p  {
  margin-left: 4rem;
}


/*　　開催日時　　*/

.schedule dl {
  margin-left: 4rem;
}


    .schedule dl dt {
      width: 23%;
    }
    
    .onegai-in{
      margin-left: 2rem;
    }

    .info-txt{
      width: 94%;
    margin-left: auto;
    margin-bottom: 3rem;
    }

    .info-txt p{
      margin-left: 4rem;

    }

    .profile{
      display: flex;
      padding: 1rem 2rem;
      margin: 2rem 0 2rem 10rem ;
    }


    .prof-img {
      text-align: left;
      margin-right: 2rem;
    }
    

    .timeline{
  width: 86%;
  margin-left: 4rem;
}

.timeline-content p{
  margin-left: 2rem;
}

    /*  開催中のお願い事項　　*/

.onegai-in li{
  margin: 0 0 0 1.4em;
}




  }




   /*-------------------------------
 ▼　1025px以上　（ｐｃ）
 --------------------------------*/
 @media screen and (min-width:1340px) {


 }