@charset "UTF-8";

/**======================================
	SCHEDULE
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/

/*--------------------------------------
	single
---------------------------------------*/

#single_schedule_box .img_ul {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#single_schedule_box .img_ul .img_li {
  margin-bottom: 10px;
  margin-right: 4%;
  flex-basis: 48%;
  max-width: 48%;
}

#single_schedule_box .img_ul .img_li:last-child {
  margin-right: 0;
}

#single_schedule_box .img_ul .img_li p.schedule_img {
  position: relative;
  display: table;
  margin-bottom: 0;
  border: 1px solid #eee;
  height: max-content;
}

#single_schedule_box .img_ul .img_li .schedule_img a img,
#single_schedule_box .img_ul .img_li .schedule_img a:hover img {
  margin-bottom: 0;
  transition: 0.3s;
}

#single_schedule_box .schedule_img span.icon-zoom {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  height: 26px;
  width: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 1.6rem;
}

#single_schedule_box .entry_cont {
  margin-top: 2em;
}

#single_schedule_box .gmap {
  margin-top: 1em;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid #ccc;
}

#single_schedule_box .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#single_schedule_box .reservebtn_ul {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

#single_schedule_box .reservebtn_ul li:nth-child(2) {
  margin-left: 15px;
}

#single_schedule_box .reservebtn_ul .icon-ticket::before {
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  #single_schedule_box .img_ul .img_li {
    margin-right: 4%;
    flex-basis: 30.6%;
  }
}
