@charset "UTF-8";
@import url("iconmonstr-iconic-font.css");
@import url("https://use.typekit.net/bmb7giu.css");
.wid-5 {
  width: 5%;
}

.wid-10 {
  width: 10%;
}

.wid-15 {
  width: 15%;
}

.wid-20 {
  width: 20%;
}

.wid-25 {
  width: 25%;
}

.wid-30 {
  width: 30%;
}

.wid-35 {
  width: 35%;
}

.wid-40 {
  width: 40%;
}

.wid-45 {
  width: 45%;
}

.wid-50 {
  width: 50%;
}

.wid-55 {
  width: 55%;
}

.wid-60 {
  width: 60%;
}

.wid-65 {
  width: 65%;
}

.wid-70 {
  width: 70%;
}

.wid-75 {
  width: 75%;
}

.wid-80 {
  width: 80%;
}

.wid-85 {
  width: 85%;
}

.wid-90 {
  width: 90%;
}

.wid-95 {
  width: 95%;
}

.wid-100 {
  width: 100%;
}

.borderradius5 {
  border-radius: 5px;
}

.borderradius10 {
  border-radius: 10px;
}

.borderradius15 {
  border-radius: 15px;
}

.borderradius20 {
  border-radius: 20px;
}

.borderradius25 {
  border-radius: 25px;
}

.borderradius30 {
  border-radius: 30px;
}

.borderradius35 {
  border-radius: 35px;
}

.borderradius40 {
  border-radius: 40px;
}

.borderradius45 {
  border-radius: 45px;
}

.borderradius50 {
  border-radius: 50px;
}

.borderradius55 {
  border-radius: 55px;
}

.borderradius60 {
  border-radius: 60px;
}

.borderradius65 {
  border-radius: 65px;
}

.borderradius70 {
  border-radius: 70px;
}

.borderradius75 {
  border-radius: 75px;
}

.borderradius80 {
  border-radius: 80px;
}

.borderradius85 {
  border-radius: 85px;
}

.borderradius90 {
  border-radius: 90px;
}

.borderradius95 {
  border-radius: 95px;
}

.borderradius100 {
  border-radius: 100px;
}

.toursche {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.toursche-gig {
  width: 50%;
  border: solid 1px;
  border-radius: 20px;
  margin: 15px;
  padding: 20px;
}

#goods {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
#goods .subtitle {
  text-align: center;
  margin-bottom: 2.5rem;
}
#goods .subtitle span {
  position: relative;
  padding: 0 5.5rem;
  font-size: 3rem;
}
#goods .subtitle span::before, #goods .subtitle span::after {
  position: absolute;
  content: "";
  background: #AAAAAA;
  width: 5rem;
  height: 1px;
}
#goods .subtitle span:before {
  left: 0;
  top: 50%;
}
#goods .subtitle span:after {
  right: 0;
  top: 50%;
}
#goods .itemlist {
  margin-bottom: 2rem;
}
#goods .itemlist-box:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
#goods .itemlist-box:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
#goods .itemlist-box {
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #goods .itemlist-box {
    display: block;
  }
}
#goods .itemlist-box--img {
  padding: 1rem;
  width: 35%;
  background-color: #e8e8e8;
  border-radius: 1rem 0rem 0rem 1rem;
}
@media screen and (max-width: 640px) {
  #goods .itemlist-box--img {
    border-radius: 1rem 1rem 0rem 0rem;
    padding: 1rem 3rem;
  }
}
#goods .itemlist-box--txt {
  width: 65%;
  padding: 2rem 2rem 2rem 2rem;
  line-height: 1.8;
}
#goods .itemlist-box--memo {
  max-height: 240px;
  overflow-y: auto;
}
#goods .itemlist-box--memo--size {
  margin-bottom: 0 !important;
}
#goods .itemlist-box--memo--intro {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 640px) {
  #goods .itemlist-box--img {
    width: 100%;
  }
  #goods .itemlist-box--txt {
    width: 100%;
    padding: 1rem;
  }
}
#goods .itemlist-box + .itemlist-box {
  /*margin-top: 1px;*/
  margin-top: 2rem;
}
#goods .item-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #333;
  margin-bottom: 2rem;
  gap: 24px;
}
#goods .item-title-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
  flex: 1;
}
#goods .item-title-price {
  font-weight: bold;
  flex: 0 0 80px; /* 幅固定・伸縮なし */
  text-align: right;
}
@media screen and (max-width: 640px) {
  #goods .item-title {
    display: block;
    gap: 0px;
  }
  #goods .item-title-title {
    display: block;
    font-size: 1.8rem;
  }
  #goods .item-title-price {
    display: block;
    text-align: right;
  }
}

.maimes {
  border: double #bb4695;
  color: #bb4695;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: 600;
}

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

.lh_s {
  line-height: 1.5;
}

.subhead {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .subhead {
    font-size: 1.8rem;
  }
}

.bgradius10 {
  border-radius: 10px;
}

.decounder {
  background: linear-gradient(transparent 70%, #D1316D 0%);
  text-shadow: 0px 0px 2px #FFF;
}

.accBox .subtitle {
  font-weight: bold;
  line-height: 1.25;
}
.accBox .subtitle strong {
  display: block;
  padding: 10px 10px 10px 0px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .accBox .subtitle strong {
    padding: 10px 30px 10px 0px;
  }
}
.accBox .subtitle {
  /*text-align:center;*/
}

.accBox .subtitle strong:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .accBox .subtitle strong:after {
    width: 10px;
    height: 10px;
  }
}

.accBox .subtitle.active strong:after {
  transform: rotate(225deg);
  margin-top: -6px;
}

.accBox ul {
  padding-left: 20px;
}

.accBox li {
  line-height: 150%;
  margin-bottom: 15px;
}

.scheitem:not(:first-child) {
  margin-top: 1px;
}

.scheitem:nth-child(odd) {
  background: rgba(206, 206, 206, 0.1);
}

.scheitem:nth-child(even) {
  background: rgba(206, 206, 206, 0.2);
}

.schein {
  width: 100%;
  max-width: 1200px;
  padding: 2rem 2rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.schein .date {
  width: 20%;
}
.schein .area {
  width: 10%;
}
.schein .place {
  width: 40%;
}
.schein .time {
  width: 30%;
  justify-content: right;
}
.schein .ticketregu {
  width: 22%;
}
.schein {
  /*.info {width:70%;}*/
}
.schein .date {
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.schein .date span {
  font-size: 3rem;
  font-family: komu-a, sans-serif;
  font-weight: bold;
}
.schein .area {
  text-align: center;
}
.schein .place {
  font-weight: bold;
}
.schein .place img {
  height: 20px;
  line-height: 0;
  margin-left: 1rem;
  vertical-align: top;
}
.schein .time {
  display: flex;
  flex-wrap: nowrap;
}
.schein .time .open {
  padding-right: 1rem;
}
.schein .schepoint {
  font-size: smaller;
  padding: 4px 8px;
  background-color: #aaaaaa;
  color: #FFFFFF;
  border-radius: 10px;
  margin-right: 0.5rem;
}
.schein .ticketregu {
  font-size: smaller;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}
.schein .info {
  margin-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .schein .date {
    width: 25%;
  }
  .schein .area {
    width: 10%;
  }
  .schein .place {
    width: 40%;
  }
  .schein .time {
    width: 20%;
  }
  .schein .ticketregu {
    width: auto;
  }
  .schein .info {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .schein .date {
    width: 100%;
  }
  .schein .date span {
    font-size: 2rem;
    font-family: komu-a, sans-serif;
    font-weight: bold;
  }
  .schein .area {
    width: 15%;
  }
  .schein .place {
    width: 85%;
  }
  .schein .time {
    width: 100%;
    justify-content: left;
  }
  .schein .info {
    width: 100%;
  }
  .schein .area {
    text-align: left;
  }
  .schein .place {
    font-size: inherit;
  }
  .schein .place img {
    height: 18px;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  .schein .time {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}/*# sourceMappingURL=sym26.css.map */