@charset "UTF-8";
.ekids-select {
  background-color: #e3f3f6;
  padding-bottom: 40px;
}

.br--pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}

.br--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}

span.marker__yellow {
  background: linear-gradient(transparent 80%, #ffff7f 80%);
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  span.marker__yellow {
    font-size: 1rem;
  }
}

.message {
  margin-top: 40px;
  padding: 80px 40px;
  background-image: url(/img/usr/event/ekid-select/bg_hoshikumo.png);
  background-size: 100% auto;
  background-position: 85% 70%;
  border-radius: 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .message {
    padding: 20px 0;
    background-size: cover;
    background-position: unset;
  }
}
.message.icon {
  display: flex;
}
@media screen and (max-width: 750px) {
  .message.icon {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .message.icon .message-img {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .message.icon .message-img img {
    width: 50%;
  }
}
.message.icon .message__text {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .message.icon .message__text {
    text-align: center;
  }
}

.message__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #5e4721;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 750px) {
  .message__text {
    font-size: 1rem;
  }
}

.section__inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 750px) {
  .section__inner {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}

.btn-area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.btn--more {
  width: 66.8%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #13abc3;
  font-size: 1.75rem;
  color: #fff;
  border: 4px solid #fff;
  padding: 14px 30px;
  border-radius: 40px;
}
.btn--more:hover {
  color: #333;
  background-color: #8BCECB;
  transition: 0.3s background-color ease-out;
}
@media screen and (max-width: 750px) {
  .btn--more {
    width: 100%;
    font-size: 1rem;
  }
}
.btn--more .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f5efd8;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .btn--more .arrow {
    width: 30px;
    height: 30px;
  }
}
.btn--more .arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/img/usr/event/ekid-select/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .mv {
    margin-bottom: 30px;
  }
}
.about-contents {
  background-color: #fffdf5;
}

.title-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 60px 80px;
}
@media screen and (max-width: 750px) {
  .title-contents {
    flex-direction: column;
    padding: 30px;
  }
}
.title-contents .title--lv2 {
  font-size: 2rem;
  color: #231815;
  margin: 0;
  border: none;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-bottom: 4px dotted #d7c652;
}
@media screen and (max-width: 750px) {
  .title-contents .title--lv2 {
    font-size: 1rem;
    text-align: center;
  }
}

.contents01 {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .contents01 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .title__image {
    margin-top: 20px;
  }
}

.contents__text {
  padding: 0 70px 80px 70px;
  font-size: 1.2rem;
  color: #231815;
  line-height: 1.8;
  margin-top: -80px;
}
@media screen and (max-width: 750px) {
  .contents__text {
    font-size: 0.875rem;
    margin-top: 0;
    padding: 0 40px 40px;
  }
}

.faq02,
.faq03 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .faq02,
.faq03 {
    margin-top: 80px;
  }
}

.faq-content {
  margin-top: -120px;
  position: relative;
  background-color: #fffdf5;
  padding: 60px 70px;
}
@media screen and (max-width: 750px) {
  .faq-content {
    margin-top: -100px;
    padding: 60px 40px;
  }
}

.faq-title {
  text-align: center;
  margin-top: 120px;
  padding: 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .faq-title {
    margin-top: 60px;
  }
}
.faq-title__text {
  display: inline-block;
  padding: 14px 30px;
  background-color: #f5efd8;
  border: 4px solid #fff;
  color: #231815;
  font-size: 1.875rem;
  font-weight: 600;
  border-radius: 45px;
}
@media screen and (max-width: 750px) {
  .faq-title__text {
    font-size: 1rem;
  }
}

.faq-detail {
  margin-top: 20px;
}
.faq-detail__text {
  font-size: 1.2rem;
  color: #231815;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .faq-detail__text {
    font-size: 0.875rem;
  }
}
.faq-detail__image {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .faq01 .layout--3col__item,
.faq01 .layout--2col__item {
    text-align: center;
  }
}
.layout--3col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .layout--3col {
    flex-wrap: wrap;
  }
}
.layout--3col__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 750px) {
  .layout--3col__item {
    width: 100%;
    margin-top: 20px;
  }
}

.layout--2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
}
.layout--2col__item {
  width: calc(50% - 20px);
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 750px) {
  .layout--2col__item {
    width: 100%;
  }
}
.layout--2col__item:first-child .statistics .statistics-text {
  margin-left: 60px;
}
@media screen and (max-width: 750px) {
  .layout--2col__item:first-child .statistics .statistics-text {
    margin-left: 0;
  }
}

.statistics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistics-text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #63504a;
}
@media screen and (max-width: 750px) {
  .statistics-text {
    font-size: 1rem;
  }
}
.statistics small {
  width: 70%;
  margin-top: 20px;
  margin-left: 60px;
}
@media screen and (max-width: 750px) {
  .statistics small {
    width: 100%;
    margin-left: 0;
  }
}

.card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  position: relative;
  color: #231815;
  border: 2px solid #f5efb8;
  border-radius: 20px;
}
.card::before {
  content: "";
  width: 130px;
  height: 96px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .card::before {
    width: 100px;
    height: 66px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.card.product01::before {
  background-image: url("/img/usr/event/ekid-select/img_faq02-3.svg");
}
.card.product02::before {
  background-image: url("/img/usr/event/ekid-select/img_faq02-4.svg");
}
.card.product03::before {
  background-image: url("/img/usr/event/ekid-select/img_faq02-5.svg");
  right: 20px;
}
.card.product04::before {
  background-image: url("/img/usr/event/ekid-select/img_faq02-6.svg");
}
.card-title {
  font-size: 1.2rem;
  background-color: #f5efb8;
  border-radius: 20px;
  font-weight: 600;
  color: #231815;
}
@media screen and (max-width: 750px) {
  .card-title {
    font-size: 1rem;
    text-align: center;
  }
}
.card-title__point {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  border-left: none;
  background-color: #13abc3;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .card-title__point {
    font-size: 1rem;
  }
}
.card-text {
  font-size: 1rem;
  color: #231815;
  min-height: 180px;
}
@media screen and (max-width: 750px) {
  .card-text {
    font-size: 0.875rem;
    margin-top: 100px;
  }
}
.card-point__text {
  font-size: 1rem;
  color: #231815;
}
@media screen and (max-width: 750px) {
  .card-point__text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 750px) {
  .time-contents {
    margin-top: 30px;
  }
}
.time-contents__detail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
@media screen and (max-width: 750px) {
  .time-contents__detail {
    width: 100%;
    margin-left: 0;
  }
}

.time {
  display: flex;
  margin-top: 40px;
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .time {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-left: 0;
  }
}
.time__title {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  flex-shrink: 0;
}
.time__title.morning {
  background-color: #f2e9b3;
  color: #d8c753;
}
.time__title.noon {
  background-color: #f9d5cd;
  color: #f19280;
}
.time__title.night {
  background-color: #d4dcf0;
  color: #997db7;
}
.time__list {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 750px) {
  .time__list {
    margin: 20px 0 0;
  }
}
.time__list li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
  font-size: 1.125rem;
  color: #231815;
}
@media screen and (max-width: 750px) {
  .time__list li {
    font-size: 0.875rem;
  }
}
.time__list li::before {
  content: "・";
  display: inline;
  position: absolute;
  left: 0;
}

.faq04 .message {
  padding: 40px 40px 80px;
}

.title-image {
  text-align: center;
  border-bottom: none;
  padding: 0;
}

.block-top-event--goods {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .block-top-event--goods {
    padding: 20px;
  }
}

.block-thumbnail-t {
  width: 100%;
  padding: 0;
}

.block-thumbnail-t--goods:first-of-type {
  margin-left: 26px;
}

.block-thumbnail-t--goods {
  width: calc(25% - 26px);
  padding-left: 0;
  margin-left: 26px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=ekid-select.css.map */