@charset "UTF-8";

/**======================================
	concert
======================================**/

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

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

/* concert_box */

#concert_box ul.concert_ul > li:last-child {
  margin-bottom: 0;
}

#concert_box .concert_date p {
  color: #333;
  /*	font-family: 'Lato', cursive,"Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif; */
  font-weight: 700;
}

#concert_box .concert_date .concert_day {
  line-height: 1em;
  font-size: 3rem;
  font-weight: 700;
}

#concert_box .concert_date .concert_week {
  margin-left: 5px;
  font-size: 2rem;
  font-weight: 700;
}

#concert_box .concert_date .concert_year {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
}

#concert_box .concert_cont .concert_place {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.1em;
}

#concert_box .concert_cont .concert_place,
#concert_box .concert_cont .concert_place a {
  font-weight: 500;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.3em;
  transition: 0.3s;
}

#concert_box .concert_cont .icon-location2::before {
  position: absolute;
  top: 0.1em;
  left: 0;
}

#concert_box .concert_cont .concert_price .price_sup {
  margin-left: 5px;
}

#concert_box .concert_cont .concert_act {
  margin-top: 5px;
  margin-bottom: 10px;
}

#concert_box .concert_cont .concert_sup {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.4em;
}

#concert_box .concert_cont .img_ul {
  margin-top: 20px;
  margin-bottom: 15px;
}

#concert_box .concert_cont .img_ul .img_li {
  margin-bottom: 10px;
}

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

#concert_box .concert_cont .img_ul .img_li .concert_img a img,
#concert_box .concert_cont .img_ul .img_li .concert_img a:hover img {
  margin-bottom: 0;
  transition: 0.3s;
}

#concert_box .concert_cont .concert_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;
}

#concert_box .concert_cont .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid #ccc;
}

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

#concert_box .concert_cont .reservebtn_ul {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  #concert_box ul.concert_ul li.concert_li {
    margin-bottom: 40px;
  }

  #concert_box .concert_date {
    padding-top: 5px;
  }

  #concert_box .concert_date .concert_day {
    font-size: 2rem;
  }

  #concert_box .concert_date .concert_week {
    font-size: 1.5rem;
  }

  #concert_box .concert_date .concert_year {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  #concert_box .concert_cont .concert_title {
    font-size: 1.8rem;
  }

  #concert_box .concert_cont .gmap {
    padding-bottom: 40%;
  }

  #concert_box .concert_cont .concert_reserve a {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  #concert_box ul.concert_ul > li {
    display: flex;
    margin-bottom: 60px;
    min-height: 110px;
  }

  #concert_box .concert_cont {
    padding-top: 5px;
    padding-left: 25px;
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }

  #concert_box .concert_date {
    padding-top: 10px;
    padding-right: 10px;
    flex-basis: 160px;
    max-width: 160px;
    text-align: right;
  }

  #concert_box .concert_cont .icon-location2::before {
    top: 0.3em;
  }

  #concert_box .reservebtn_ul {
    display: flex;
  }

  #concert_box .reservebtn_ul li:not(:first-child) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 960px) {
}

/* past_box */

#past_box ul li a {
  text-decoration: none;
}

#past_box .past_title {
  margin-bottom: 5px;
}

#past_box .past_place {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
}

#past_box .icon-location2::before {
  position: absolute;
  top: 0.2em;
  left: 0;
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 960px) {
  #past_box .icon-location2::before {
    top: 0.4em;
  }
}
