/*====================================================
	#event
====================================================*/

#event {
  background-color: #e9e3d3;


  .category h3 {
    width: 95%;
  }

}



/* ////////////////////////// */
.eventbox {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: #b1a485 thin solid;

  h4 {
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 15px 15px 15px;
    background-color: #faf7f1;
  }

  h4 .date {
    font-size: 16px;
    color: #fff;
    background-color: #ac8c3c;
    margin-bottom: 10px;
    padding: 8px 15px;
    display: inline-block;
  }

  h4 .subtitle {
    font-size: 16px;
    display: block;
  }

  h4 .maintitle {
    font-size: 20px;
    display: block;
  }

  h4 .subtitle2 {
    font-size: 16px;
    display: block;
  }

}

@media screen and (min-width: 1000px) {

  .eventbox {

    h4 .subtitle {
      margin-bottom: 8px;
    }

    h4 .subtitle2 {
      margin-top: 5px;
    }
  }

}



#event {
  .event-row figure {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-row figure.pc {
    display: none;
  }

  .event-row figure.mob {
    display: block;
  }

  .event-row .txtbox .copy {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .event-row .txtbox .copy_notice {
    font-size: 13px;
  }

  .event-row .outline {
    font-size: 16px;
  }

  .event-row .outline dd {
    margin-left: 15px;
  }

  .event-row .outline li {
    margin-bottom: 15px;
    /* border: #f00 thin solid; */
  }

  .event-row .outline .icon {
    margin-right: 8px;
    margin-bottom: 3px;
    padding: 2px 10px 0;
    font-size: 13px;
    color: #fff;
    background: #ac8c3c;
    vertical-align: middle;
    display: inline-block;
  }

  .event-row .outline .yoyaku {
    font-size: 15px;
  }

  .event-row .timetable dt {
    font-weight: bold;
  }

  .event-row .timetable dt span {
    color: #ff791f;
  }

  .event-row .timetable dd {
    display: inline-block;
  }

  .event-row .timetable dd::after {
    content: "\FF0F";
    /*スラッシュ全角*/
    margin-right: 3px;
    margin-left: 3px;
  }

  .event-row .timetable dd:last-child::after {
    content: none;
    margin: 0;
  }

  .event-row .txtbox.noimg {
    width: 100% !important;
  }

  /* event box */

  .event-row .outline small {
    font-size: 14px;
  }

  .inside {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .event_telnum small {
    font-size: 14px;
    display: block;
  }

  .link {
    margin-top: 30px;
  }

  .link a {
    border: #000 thin solid;
  }
}



@media screen and (min-width: 641px) {


  .eventbox {
    h4 .date {
      font-size: 20px;
    }

    h4 .maintitle {
      font-size: 32px;
      display: block;
    }

    h4 .subtitle {
      font-size: 24px;
    }

    h4 .subtitle2 {
      font-size: 28px;
    }
  }

}

/* ////////// pc ///////////// */
@media screen and (min-width: 1000px) {


  #event {

    .event-row {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
    }

    .event-row figure.pc {
      display: block;
    }

    .event-row figure.mob {
      display: none;
    }

    .event-row figure {
      width: 35%;
      max-width: 540px;
    }

    .event-row .txtbox {
      width: 60%;
      font-size: 16px;
    }


  }

  .eventbox {
    h4 {
      margin-bottom: 30px;
      padding: 0 30px 15px 30px;
      line-height: 1.3;
    }
  }

}



/* ///// dotline box  ///// */

#event {
  .dotlinebox {
    margin-bottom: 1em;
    padding: 1em 1em 0.5em;
    border: #e0c99d 1px dotted;
  }

  .dotlinebox .inside {
    display: flex;
    justify-content: space-between;
  }

  .dotlinebox .inside figure.small {
    width: 20%;
  }

  .dotlinebox .inside .txtbox {
    width: 78%;
    padding-top: 1em;
  }

  .dotlinebox .txtbox p {
    padding: 0;
  }

  .dotlinebox p {
    margin-bottom: 0.5em;
  }

  .wanted {
    width: 85%;
    margin: auto;
    background: #fff2f1;
    padding: 1.5em 1em 1em 1em;
  }

  h5 {
    font-size: 15px;
  }

  .wanted dt {
    font-weight: bold;
  }

  .wanted dd {
    margin-left: 1em;
    margin-bottom: 1em;
  }

  ul.list {
    padding: 0 1em;
  }
}

/* ///// profile ///// */

#event {
  .prof_headding {
    font-size: 13px;
    margin-top: 45px;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .prof_headding span {
    margin-right: 8px;
    margin-bottom: 3px;
    padding: 3px 10px 1px;
    font-size: 13px;
    color: #fff;
    background: #ac8c3c;
    vertical-align: middle;
    display: inline-block;
  }

  .profile h5 {
    margin-bottom: 0.5em;
  }

  .profile p.prof {
    padding: 0em 1em 0.5em;
  }

  .prof_link {
    padding-top: 5px;
    display: inline-block;
    color: #000;
  }

  ul.read_more2 {
    margin-bottom: 5px !important;
  }

  ul.read_more2 .close {
    padding-top: 3px;
    margin-bottom: 15px;
  }
}




.extra_box {
  margin-bottom: 2em;
}

.extra_box h6 {
  background: #f5f3dd;
  border-radius: 2em;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.25em 1em;
  display: inline-block;
}

/* // note guest_prof */


.prof_box {
  width: auto;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 30px;


  dt {
    margin-bottom: 5px;
    font-weight: bold;
  }

  dd {
    margin-bottom: 1em;
  }

  ul.read_more2 li {
    cursor: pointer;
  }

  ul.read_more2 li {
    margin-left: 5px;
  }



}



#event {

  ul.read_more2 li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .event-row figcaption {
    color: #666;
    font-size: 1.1rem;
    text-align: right;
    padding-top: 5px;
  }

}



@media screen and (min-width: 1000px) {

  .prof_box {
    width: 90%;
    margin-bottom: 30px;
    /* border: #f00 thin solid; */
  }


  .prof_container {
    width: 95%;
    margin: auto;
    /* border: #f00 thin solid; */
  }
}