@charset "utf-8";
.box {
  min-height: auto;
}
.content__wrapper {
  align-items: center;
}

.box5Wrap{
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

.btn-block{
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

.btn-box {
  background-color: #fff;
  border: 1px solid transparent;
  float: left;
  margin-left: 2.7624309392265194%;
  min-height: 30px;
  padding: 25px 0;
  text-align: center;
  width: 25%;
}

.btn-box.big i {
  font-size: 30px;
  height: 48px;
  line-height: 48px;
}

.order_now {
  cursor: not-allowed;
  background-color: lightgray;
  color: slategray;
}

button:disabled {
  cursor: not-allowed;
}

/**********************************************************
イベントモード
***********************************************************/
.boxBody.-event {
  padding: 40px 64px 56px;
}
@media screen and (max-width: 991px) {
  .boxBody.-event {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 420px) {
  .boxBody.-event {
    padding: 0 16px 16px;
  }
}
.eventList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -21px -48px;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .eventList {
    margin: 0 -12px -36px;
  }
}
@media screen and (max-width: 420px) {
  .eventList {
    margin: 0 -4px -32px;
    padding-bottom: 48px;
  }
}
.eventList.-columnsPc {
  justify-content: flex-start;
}
@media screen and (max-width: 420px) {
  .eventList.-columnsPc {
    justify-content: center;
  }
}
.eventList.-columnsSp {
  justify-content: flex-start;
}
.eventList__item {
  width: 100%;
  margin: 0 21px;
  padding: 24px 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .eventList__item {
    margin: 0 12px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 420px) {
  .eventList__item {
    margin: 0 4px;
  }
}
.eventList__item.-twoColumns {
  width: 46.126%;
}
@media screen and (max-width: 1200px) {
  .eventList__item.-twoColumns {
    width: 45.083%;
  }
}
@media screen and (max-width: 991px) {
  .eventList__item.-twoColumns {
    width: 46.38%;
  }
}
@media screen and (max-width: 767px) {
  .eventList__item.-twoColumns {
    width: 42.48%;
  }
}
.eventList__item.-threeColumns {
  width: 29.458%;
}
@media screen and (max-width: 1200px) {
  .eventList__item.-threeColumns {
    width: 28.41%;
  }
}
@media screen and (max-width: 991px) {
  .eventList__item.-threeColumns {
    width: 29.72%;
  }
}
@media screen and (max-width: 767px) {
  .eventList__item.-threeColumns {
    width: 42.48%;
  }
}
@media screen and (max-width: 420px) {
  .eventList__item.-oneColumnsSp {
    width: 100%;
  }
  .eventList__item.-twoColumnsSp {
    width: 47.62%;
  }
}
.eventList__imageBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.eventList__image {
  width: auto;
  max-width: 100%;
  transition: 0.3s;
}
.enableHover .eventList__item:hover .eventList__image {
  opacity: 0.7;
}
.eventList__item.-twoColumns .eventList__image,
.eventList__item.-threeColumns .eventList__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .eventList__item.-oneColumnsSp .eventList__image,
  .eventList__item.-twoColumnsSp .eventList__image {
    width: 100%;
    height: 100%;
  }
}
.eventList__image.-pc {
  display: block;
}
.eventList__image.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .eventList__image.-pc {
    display: none;
  }
  .eventList__image.-sp {
    display: block;
  }
}
.eventList__image.-noImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background: #cccccc;
  border: none;
}
.eventList__noImageText {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 5px;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .eventList__image.-noImage {
    height: 100px !important;
  }
}
.eventList__description {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 24px;
}
.eventList__item.-twoColumns .eventList__description,
.eventList__item.-threeColumns .eventList__description {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .eventList__description {
    font-size: 14px;
    margin-top: 16px;
  }
}
