/*====================================================
	#event
====================================================*/

#event .row {
  width: auto;
  margin: auto auto 90px;
}

#event h4 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: #c8373c 2px solid;
}

#event h4 .date {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  background-color: #c8373c;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 15px 1px 20px;
  border-radius: 3px;
}

#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;
  margin-bottom: 15px;
}

#event .row .outline li {
  margin-bottom: 5px;
}

#event .row .outline .icon {
  margin-right: 8px;
  margin-bottom: 3px;
  padding: 2px 10px 0;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  color: #5d2a1f;
  background: #f6eada;
}

#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;
}

#event .inside {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#event .event_telnum small {
  font-size: 14px;
  display: block;
}

#event h5 {
  font-size: 20px;
}

#event h5 small {
  font-size: 16px;
}

/* ////////////////// */
@media screen and (min-width: 768px) {
  #event .event_box {
    margin-bottom: 120px;
    /* border: #f00 thin solid; */
  }

  #event .event_box .row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    /**/
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: start;
  }

  #event h4 {
    font-size: 32px;
  }

  #event .row figure {
    width: 38%;
    max-width: 426px;
  }

  #event .row .txtbox {
    width: 60%;
  }

  #event h4 .number {
    margin-top: 0.1em;
    margin-right: 0.2em;
    font-size: 2.4rem;
  }

  #event h4 .from {
    font-size: 2.4rem;
    margin-right: 0.2em;
  }

  #event h4 .date {
    font-size: 18px;
  }

  #event h4 .sat,
  #event h4 .sun {
    font-size: 1.4rem;
    float: left;
  }

  #event h4 .eve {
    font-size: 2rem;
    margin-top: 0.5em;
  }

  /* #event .row .txtbox .copy {
    font-size: 18px;
  } */

  #event h4.event {
    font-size: 1.7rem;
    padding: 2em 0.5em 0.25em;
  }

  #event h4.event .icon_reserve {
    font-size: 1.1rem;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 100;
  }

  #event h4.event .small {
    font-size: 14px;
    display: block;
  }

  #event h4.event .small2 {
    font-size: 1.1px;
  }

  #joint_guest figure {
    width: 50%;
    margin: auto auto 1em auto;
  }

  /* mobile end */
}

/* ///// songs ///// */

dl.songs dt {
  color: #fff;
  background: #ff791f;
  border-radius: 2em;
  padding: 0 1em;
  display: inline-block;
}

dl.songs dd {
  margin-left: 1em;
}

dl.songs dd::before {
  content: "\25CF";
  /*まる*/
  color: #ff791f;
  margin-right: 5px;
}

/* ///// dotline box  ///// */

#event .dotlinebox {
  margin-bottom: 1em;
  padding: 1em 1em 0.5em;
  /*    border: #bcac34 1px dotted;*/
  border: #e0c99d 1px dotted;
}

#event .dotlinebox .inside {
  /**/
  display: flex;
  justify-content: space-between;
}

#event .dotlinebox .inside figure.small {
  width: 20%;
  /* border: #f00 thin solid; */
}

#event .dotlinebox .inside .txtbox {
  width: 78%;
  padding-top: 1em;
  /* border: #f00 thin solid; */
}

#event .dotlinebox .txtbox p {
  padding: 0;
}

#event .dotlinebox p {
  margin-bottom: 0.5em;
}

#event .wanted {
  width: 85%;
  margin: auto;
  background: #fff2f1;
  padding: 1.5em 1em 1em 1em;
}

#event h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  padding: 0.2em 1em 0.1em;
  color: #fff;
  background: #ff8c83;
  border-radius: 1em;
  display: inline-block;
}

#event .wanted dt {
  font-weight: bold;
}

#event .wanted dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

#event .txtbox ul.link {
  padding: 0;
}

#event .event_box ul.link a {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  /* margin: auto; */
  padding: 15px 15px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  /* border:#000 10px solid; */
}

#event ul.list {
  padding: 0 1em;
}

/* ///// profile ///// */

#event h5.prof_headding {
  margin-bottom: 3px !important;
}

#event .prof_headding span {
  margin-right: 8px;
  margin-bottom: 3px;
  padding: 2px 10px 0;
  font-size: 1.3rem;
  color: #fff;
  background: #714b34;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
}

#event .profile h5 {
  margin-bottom: 0.5em;
}

#event .profile p.prof {
  padding: 0em 1em 0.5em;
}

#event .prof_link {
  padding-top: 5px;
  display: inline-block;
  color: #000;
}

#event ul.read_more2 {
  margin-bottom: 5px !important;
}

#event 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 .arrow_pink {
  width: 10px;
  height: 11px;
  vertical-align: baseline;
}

.prof_box .hidebox {
  margin-left: 1em;
  padding: 1em 2.5%;
  background: #faf3ea;
  display: none;
  border-radius: 5px;
}

.prof_box dt {
  font-weight: bold;
}

.prof_box dd {
  margin-bottom: 1em;
}

.prof_box ul.read_more2 li {
  cursor: pointer;
}

.prof_box 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;
}
