/* CSS Document */
.event#category-content {
  text-align: center;
}
.event#category-content > img {
  width: 100%;
  margin-bottom: 1em;
}
.event .title-section {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 2em;
}
.event .title-section span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3em;
  display: block;
  margin-bottom: 0.5em;
}

.event ul {
  margin-bottom: 100px;
}
.event.title {
  margin-top: 0;
  line-height: 1;
}
.event.title:not(:first-of-type) {
  margin-top: 60px;
}
.event.title01 {
  background-color: #333;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 15px 10px;
  border: none;
  text-align: center;
  margin-bottom: 0.8em;
}
.event.title02 {
  background-color: #d84653;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 15px 10px;
  border: none;
  text-align: center;
  margin-bottom: 0.8em;
}
.event.title02 span {
  font-size: 14px;
  display: block;
}

.event .h1-title {
  font-size: 42px;
  font-weight: bold;
  padding: 30px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.event .h1-title span {
  font-size: 20px;
  display: block;
}
.event.event01 .h1-title {
  background-color: #f487a8;
  color: #fff;
}
.event.event02 .h1-title {
  background-color: #a9d7f1;
  color: #000;
}
.event.event03 .h1-title {
  background-color: #87b393;
  color: #fff;
}
.event.event04 .h1-title {
  background-color: #ff6787;
  color: #fff;
}

.event-list01 {
  padding-left: 0;
}
.event-list01 li {
  margin-bottom: 30px;
}
.event-list01 li {
  display: flex;
  gap: 30px;
  padding: 20px;
  border: 5px solid #f487a8;
}
.event-list01 li > * {
  width: calc(50% - 15px);
}
.event-list01 li .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-list01 li .text header {
  background-color: #f487a8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 24px;
}
.event-list01 li .text header .circle {
  font-size: 36px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #f487a8;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 10px;
}
#category-content .event-list01 li .text header .circle {
  font-size: 27px;
  width: 110px;
  height: 110px;
}
.event-list01 li .text header p {
  width: calc(100% - 170px);
  font-size: 23px;
  text-align: right;
  line-height: 1.4;
}
#category-content .event-list01 li .text header p {
  width: calc(100% - 120px);
  font-size: 22px;
  margin: 0;
}
.event-list01 li .text header p span {
  font-size: 40px;
  font-weight: bold;
}
#category-content .event-list01 li .text header p span {
  font-size: 42px;
}
.event-list01 li .text > p {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  word-wrap: break-word;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.event-list01 li .text .btn a {
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 29px;
  padding: 19px;
  position: relative;
}
#category-content .event-list01 li .text .btn a {
  font-size: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.event-list01 li .text .btn a:after {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  content: "";
}
.event-list01 li .text .btn a:before {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 35px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  content: "";
}

.recommend-category {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 0;
}
.recommend-category li {
  width: calc(33.33% - 13.4px);
  text-align: center;
}

.event-list03 {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.event-list03 li {
  /* height: 550px; */
  margin-bottom: 30px;
  width: 49%;
}
.event-list03 li > a:hover {
  opacity: 0.8;
}
.event-list03 li > a {
  /* display: flex; */
  display: block;
  width: 100%;
  /* height: 100%; */
  gap: 30px;
  padding: 20px;
  border: 5px solid #f487a8;
  transition: 0.3s;
}
.event-list03 li > a > * {
  /* width: calc(50% - 15px); */
}
.event-list03 li .text {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-list03 li .text header {
  background-color: #f487a8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 24px;
  margin-bottom: 0;
}
.event-list03 li .text header .circle {
  font-size: 27px;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #f487a8;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 10px;
}
#category-content .event-list03 li .text header .circle {
  font-size: 27px;
  width: 110px;
  height: 110px;
}
.event-list03 li .text header p span {
  width: calc(100% - 120px);
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  text-align: right;
}
#category-content .event-list03 li .text header p span {
  text-align: right;
  width: calc(100% - 120px);
  font-size: 42px;
  font-weight: bold;
  margin: 0;
}
.event-list03 li .text header p {
  width: calc(100% - 120px);
  text-align: right;
  line-height: 1.1;
  font-size: 23px;
  font-weight: bold;
}
#category-content .event-list03 li .text header p {
  text-align: right;
  font-size: 23px;
}
.event-list03 li .text > p {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  word-wrap: break-word;
  line-height: 1.6;
  overflow-wrap: break-word;
  padding: 1em 0;
}
.event-list03 li .text .btn {
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  position: relative;
}
#category-content .event-list03 li .text .btn {
  font-size: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.event-list03 li .text .btn:after {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  content: "";
}
.event-list03 li .text .btn:before {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 35px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 1200px) {
  .event-list01 {
    padding-left: 0;
  }
  .event-list01 li {
    margin-bottom: 2.5vw;
  }
  .event-list01 li {
    display: flex;
    gap: 2.5vw;
    padding: 2.5vw;
    border: 5px solid #f487a8;
  }
  .event-list01 li > * {
    width: calc(50% - 1.25vw);
  }
  .event-list01 li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #category-content .event-list01 li .text header,
  .event-list01 li .text header {
    background-color: #f487a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 2vw;
    font-size: 2vw;
  }
  #category-content .event-list01 li .text header .circle,
  .event-list01 li .text header .circle {
    font-size: 3vw;
    text-align: center;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #f487a8;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 0.83vw;
  }
  #category-content .event-list01 li .text header p,
  .event-list01 li .text header p {
    width: calc(100% - 14.17vw);
    font-size: 2.5vw;
    text-align: right;
    line-height: 1.4;
  }
  #category-content .event-list01 li .text header p span,
  .event-list01 li .text header p span {
    font-size: 5.17vw;
    font-weight: bold;
  }
  .event-list01 li .text > p {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* line-height: 2; */
    /* font-size: 1.67vw; */
  }
  .event-list01 li .text .btn a {
    display: block;
    background-color: #333;
    color: #fff;
    font-size: 2.42vw;
    padding: 1.58vw;
    position: relative;
  }
  .event-list01 li .text .btn a:after {
    width: 1.25vw;
    height: 1.25vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 1.67vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list01 li .text .btn a:before {
    width: 1.25vw;
    height: 1.25vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 2.92vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list03 {
    padding-left: 0;
  }
  .event-list03 li {
    margin-bottom: 2.5vw;
    /* height: 46.7vw; */
  }
  .event-list03 li a {
    /* display: flex; */
    /* gap: 2.5vw; */
    padding: 2.5vw;
    border: 5px solid #f487a8;
  }
  .event-list03 li > * {
    /* width: calc(50% - 1.25vw); */
  }
  .event-list03 li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .event-list03 li .text header {
    background-color: #f487a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 2vw;
    font-size: 2vw;
    margin-bottom: 0;
  }
  .event-list03 li .text header .circle {
    font-size: 3vw;
    text-align: center;
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #f487a8;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 0.83vw;
  }
  .event-list03 li .text header p span {
    width: calc(100% - 14.17vw);
    font-size: 2.5vw;
    text-align: right;
    line-height: 1.4;
  }
  .event-list03 li .text header p {
    font-size: 5.17vw;
    font-weight: bold;
  }
  .event-list03 li .text > p {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* line-height: 2; */
    /* font-size: 1.67vw; */
  }
  .event-list03 li .text .btn {
    display: block;
    background-color: #333;
    color: #fff;
    font-size: 2.42vw;
    padding: 1.58vw;
    position: relative;
  }
  .event-list03 li .text .btn:after {
    width: 1.25vw;
    height: 1.25vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 1.67vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list03 li .text .btn:before {
    width: 1.25vw;
    height: 1.25vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 2.92vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
}

.event-list02 {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  line-height: 2;
  text-align: center;
}
.event-list02 li {
  width: calc(50% - 25px);
}
.event-list02 li .price {
  font-size: 40px;
  padding: 10px;
  font-weight: normal;
}
.event02 .event-list02 li .price {
  background-color: #a9d7f1;
  color: #000;
}
.event03 .event-list02 li .price {
  background-color: #87b393;
  color: #fff;
}
.event-list02 li img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .event-list03 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .event-list03 li {
    width: 100%;
    height: auto;
  }
  .event-list03 li .text .btn:after {
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 2.5vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list03 li .text .btn:before {
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 4vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list03 li a {
    display: block;
    margin-bottom: 15px;
    /* border: 1vw solid #f487a8; */
    /* padding-bottom: 0; */
  }
  .event-list03 li > a > * {
    width: 100%;
    height: auto;
  }
  .event-list03 li .text {
    height: auto;
    text-align: center;
  }
  .event-list03 li .text header {
    background-color: #f487a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }
  #category-content .event-list03 li .text header .circle,
  .event-list03 li .text header .circle {
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #f487a8;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
    width: 23vw;
    height: 21vw;
    font-size: 5vw;
  }
  .event-list03 li .text header br {
    display: none;
  }
  #category-content .event-list03 li .text header p,
  .event-list03 li .text header p {
    width: calc(100% - 25vw);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
    line-height: 1.4;
    font-size: 4.5vw;
  }
  #category-content .event-list03 li .text header p span,
  .event-list03 li .text header p span {
    font-weight: bold;
    font-size: 9vw;
  }
  .event-list03 li > * {
    width: 100%;
  }
  .event-list03 li .text > p {
    padding: 0.5em 0;
    font-size: 3.5vw;
  }
  .event-list03 li .text .btn {
    font-size: 3.5vw;
    padding-top: 0.6em;
  }
}

@media screen and (max-width: 600px) {
  .event-list01 li .text .btn a {
    font-size: 4vw;
    text-align: center;
  }
  .event-list01 li .text .btn a:after {
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 2.5vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list01 li .text .btn a:before {
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 4vw;
    top: calc(50% - 0.83vw);
    transform: rotate(45deg);
    content: "";
  }
  .event-list02 {
    display: flex;
    gap: 60px 30px;
    flex-wrap: wrap;
    line-height: 1.8;
  }
  .event-list02 li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 460px) {
  .event ul {
    margin-bottom: 40px;
  }

  .event .h1-title {
    font-size: 24px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .event .h1-title span {
    font-size: 16px;
  }
  #wonderful-sale h2 {
    margin-top: 30px;
  }

  .event-list01 li {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #category-content .event-list01 li .text header .circle,
  .event-list01 li .text header .circle {
    width: 23vw;
    height: 20vw;
    font-size: 5vw;
  }
  #category-content .event-list01 li .text header p,
  .event-list01 li .text header p {
    font-size: 4.5vw;
  }
  #category-content .event-list01 li .text header p span,
  .event-list01 li .text header p span {
    font-size: 9vw;
  }
  .event-list01 li > * {
    width: 100%;
  }
  .event-list01 li .text > p {
    padding: 20px 0;
    font-size: 4vw;
  }

  .event-list02 {
    /* display: flex; */
    /* gap: 40px 20px; */
    /* flex-wrap: wrap; */
    display: block;
    line-height: 1.8;
  }
  .event-list02 li {
    /* width: calc(50% - 10px); */
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }
  .event-list02 li .price {
    font-size: 22px;
    padding: 0;
  }
  .recommend-category li {
    width: 100%;
  }
}
