@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.event {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding-top: 20px;
}
.event__keyvisual {
  padding-bottom: 30px;
}
.event__intro {
  padding-bottom: 40px;
}
.event__text {
  text-align: center;
  color: #765d4e;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .event__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 520px) {
  .event__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 520px) and (min-width: 960px) {
  .event__text {
    font-size: 2rem;
  }
}
.event__text span {
  color: #765d4e;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .event__text span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 520px) {
  .event__text span {
    font-size: 2.4rem;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 520px) and (min-width: 960px) {
  .event__text span {
    font-size: 3rem;
  }
}
.event__group {
  background: #FFF;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 24px;
}
.event__title {
  text-align: center;
  color: #765d4e;
  font-size: 2.4rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #CCCCCC;
}
@media screen and (min-width: 960px) {
  .event__title {
    font-size: 3rem;
  }
}
.event__table {
  width: 100%;
}
.event__table tr {
  display: block;
  border-bottom: solid 1px #CCCCCC;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .event__table tr {
    display: flex;
  }
}
.event__table th {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  color: #765d4e;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .event__table th {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .event__table th {
    display: flex;
    justify-content: center;
    width: 15%;
    margin-bottom: 0;
  }
}
.event__table td {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .event__table td {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .event__table td {
    width: 85%;
  }
}
.event__table td p {
  color: #765d4e;
}
.event__table td a {
  font-size: 1.4rem;
  color: #ff696a;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .event__table td a {
    font-size: 1.6rem;
  }
}
.event__table td li {
  color: #765d4e;
  margin-left: 16px;
  text-indent: -16px;
}
.event__table td li::before {
  content: "・";
}
.event__point {
  padding: 24px 0 0;
  color: #765d4e;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .event__point {
    font-size: 1.6rem;
  }
}
.event__point span {
  font-size: 1.6rem;
  color: #ff696a;
  display: inline-block;
  padding-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .event__point span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 760px) {
  .event__point {
    margin: 0 auto;
    max-width: 90%;
  }
}
.event__btn {
  text-align: center;
  padding-bottom: 36px;
}
.event__btn a {
  width: 304px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  background-color: #ff696a;
  color: #FFF;
  font-weight: bold;
  border-radius: 42px;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .event__btn a {
    font-size: 30px;
    width: 404px;
  }
}
.event__btn a::after {
  content: "";
  position: absolute;
  background-image: url(../img/module/arrow_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.event__btn p {
  color: #765d4e;
  font-size: 16px;
  margin-top: 10px;
}
.event__btn--back a::after {
  right: auto;
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}

.list {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  background: #faf8ea;
}
.list__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #7b5c4c;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .list__title {
    font-size: 2rem;
  }
}
.list__block {
  padding-top: 15px;
}
.list__link {
  position: relative;
  display: inline-block;
  background-color: #ff696a;
  color: #FFF;
  font-weight: bold;
  border-radius: 20px;
  padding: 6px 50px 6px 20px;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-top: 15px;
  border: 1px solid #ff696a;
}
.list__link:hover {
  color: #ff696a;
  background: #FFF;
  transition: 0.3s;
}
.list__link::before {
  content: "";
  position: absolute;
  background-image: url("../img/top/link_icon02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.list__link:hover::before {
  content: "";
  position: absolute;
  background-image: url("../img/top/link_icon03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}

.box {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  border: 2px solid #7b5c4c;
  padding: 18px;
  margin-bottom: 14px;
}
.box:last-of-type {
  margin-bottom: 0;
}
.box__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
  padding-bottom: 14px;
}
@media screen and (min-width: 760px) {
  .box__wrap {
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.box__booth {
  padding-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .box__booth {
    display: flex;
    align-items: center;
    margin: 5px;
    padding-bottom: 0;
  }
}
.box__booth span {
  display: inline-block;
  position: relative;
  display: inline-block;
  background-color: #7b5c4c;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  font-size: 1.2rem;
  padding: 5px 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .box__booth span {
    font-size: 1.4rem;
  }
}
.box__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #7b5c4c;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .box__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 760px) {
  .box__title {
    padding-left: 14px;
    padding-top: 0;
  }
}
.box__link {
  font-weight: bold;
  color: #ff696a;
  position: relative;
  padding-right: 15px;
  text-decoration: underline #ff696a;
  margin: 5px;
}
.box__link::before {
  content: "";
  position: absolute;
  background-image: url("../img/top/link_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box__inner {
  overflow-x: auto;
}
.box__table {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .box__table {
    min-width: 640px;
  }
}
.box__table tr {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .box__table tr {
    display: table-row;
    width: auto;
  }
}
.box__table th, .box__table td {
  display: block;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 760px) {
  .box__table th, .box__table td {
    display: table-cell;
    width: auto;
  }
}
.box__table tr {
  border-top: 1px dashed #7b5c4c;
}
.box__table tr:first-of-type {
  border-top: 1px solid #7b5c4c;
}
.box__table tr:last-of-type {
  border-bottom: 1px solid #7b5c4c;
}
.box__table th {
  background: #e0d9ca;
  color: #7b5c4c;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 6px;
}
@media screen and (min-width: 960px) {
  .box__table th {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 760px) {
  .box__table th {
    width: 20%;
  }
}
.box__table td {
  background: #FFF;
  color: #7b5c4c;
  font-weight: bold;
  padding: 15px 14px;
}
@media screen and (min-width: 760px) {
  .box__table td {
    padding: 6px 14px;
    width: 70%;
  }
}
@media screen and (min-width: 760px) {
  .box__long {
    width: 80% !important;
  }
}

.link {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 760px) {
  .link {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.link__btn {
  position: relative;
  display: inline-block;
  background-color: #ff696a;
  color: #FFF;
  font-weight: bold;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 60px 8px 30px;
  border: 2px solid #ff696a;
}
.link__btn:hover {
  color: #ff696a;
  background: #FFF;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .link__btn {
    font-size: 2.4rem;
    padding: 8px 70px 8px 50px;
  }
}
@media screen and (min-width: 760px) and (min-width: 960px) {
  .link__btn {
    font-size: 3rem;
  }
}
.link__btn:last-of-type {
  margin-top: 25px;
}
.link__btn::before {
  content: "";
  position: absolute;
  background-image: url("../img/module/arrow_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 23px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.link__btn:hover::before {
  content: "";
  position: absolute;
  background-image: url("../img/module/arrow_pink_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 23px;
}
.link__btn--back {
  padding: 8px 30px 8px 60px;
}
@media screen and (min-width: 760px) {
  .link__btn--back {
    padding: 8px 50px 8px 70px;
  }
}
.link__btn--back::before {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.link span {
  color: #7b5c4c;
  font-weight: bold;
  padding-top: 10px;
}/*# sourceMappingURL=event.css.map */