@charset "UTF-8";

body {
  counter-reset: number 0;
}

#seat5-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  max-width: 1050px;
}

.main_title,
.main_lead {
  color: #205;
  text-align: center;
  font-weight: 600;
}

.main_title {
  font-size: 30px;
}

@media screen and (width <=480px) {
  .main_title {
    font-size: 20px;
  }
}

.main_lead,
.main_lead_en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.main_lead::after,
.main_lead_en::after {
  content: url("../img/seat5-1/free.png");
  height: 83px;
  padding-left: 10px;
}

@media screen and (width <=480px) {
  .main_lead::after,
  .main_lead_en::after {
    display: none;
  }
}

.main_lead_en::after {
  content: url("../img/seat5-1/free_en.png");
}

.main_lead em {
  color: #8b008b;
}

.section-1,
.section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5ff;
  border: 1px solid #d2cce6;
}

.section-2 {
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

@media screen and (width <=768px) {
  .section-2 {
    flex-direction: column;
  }
}

.h2_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: url("../img/seat5-1/header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.h2_title {
  display: flex;
  flex-direction: column;
  flex-basis: 600px;
  gap: 20px;
  padding: 20px 0;
  background: rgb(255 255 255 / 70%);
  border-radius: 10px;
  box-shadow: #ccc 4px 4px 4px;
  text-align: center;
}

.h2_title_text {
  font-size: 24px;
  color: #8b008b;
  font-weight: 600;
}

@media screen and (width <=480px) {
  .h2_title_text {
    font-size: 18px;
  }
}

.h2_title_text em {
  font-size: 28px;
  color: #6e5ae1;
}

@media screen and (width <=480px) {
  .h2_title_text em {
    font-size: 22px;
  }
}

.h2_subtext {
  font-size: 18px;
  color: #205;
}

@media screen and (width <=480px) {
  .h2_subtext {
    font-size: 16px;
    letter-spacing: normal;
  }
}

.h2_subtext em {
  color: #8b008b;

  /* font-size: 18px; */
  font-weight: 600;
}

.benefit_box_wrap,
.benefit_box_subwrap {
  display: flex;
  gap: 10px;
}

@media screen and (width <=768px) {
  .benefit_box_wrap,
  .benefit_box_subwrap {
    flex-direction: column;
  }
}

.benefit_box_subwrap {
  flex-direction: column;
  flex-basis: 50%;
}

.benefit_box {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: #a59aca 4px 4px 4px;
  background-color: #fff;
}

.h3_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  background: url("../img/seat5-1/benefit_bg.png");
  border-radius: 10px;
  box-shadow: #a59aca 2px 2px 2px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}

.h3_title img {
  align-self: center;
  width: 120px;
}

@media screen and (width <=480px) {
  .h3_title img {
    width: 90px;
  }
}

.h3_title_text {
  align-self: center;
  font-size: 20px;
  color: #205;
  text-align: center;
  font-weight: 600;
  text-shadow: #fff 0 0 10px;
}

@media screen and (width <=480px) {
  .h3_title_text {
    font-size: 17px;
    letter-spacing: normal;
  }
}

.benefit_lead {
  margin: auto;
  font-size: 15px;
  color: #205;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (width <=768px) {
  .benefit_lead {
    font-size: 16px;
  }
}

.benefit_lead em {
  color: #8b008b;
}

ul.method_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

ul.method_list li {
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f5ff;
  font-weight: 600;
  list-style: decimal;
  list-style-position: inside;
}

.w400 {
  width: 100%;
  max-width: 400px;
}

.pickup_box {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
  gap: 20px;
  padding: 20px;
  background: url("../img/seat5-1/pickup_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

@media screen and (width <=768px) {
  .pickup_box {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

.pickup_title {
  font-size: 24px;
  color: #dda7ff;
  text-align: center;
  font-weight: 600;
}

@media screen and (width <=480px) {
  .pickup_title {
    font-size: 24px;
  }
}

.pickup_lead {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.pickup_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.pickup_inner h4.h4_title {
  position: relative;
  height: auto;
  margin: auto;
  padding: 0 25px;
  font-size: 20px;
  color: #205;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.6rem;
}

@media screen and (width <=480px) {
  .pickup_inner h4.h4_title {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
}

.pickup_inner h4.h4_title::before {
  content: "「";
  position: absolute;
  top: 0;
  left: 0;
}

.pickup_inner h4.h4_title::after {
  content: "」";
  position: absolute;
  right: 0;
  bottom: 0;
}

.pickup_text {
  font-size: 16px;
  color: #205;
  font-weight: 600;
}

@media screen and (width <=480px) {
  .pickup_text {
    font-size: 15px;
  }
}

.pickup_text em {
  color: #8b008b;
}

.pickup_box2 {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
  gap: 20px;
  padding: 20px;
}

.pickup_title2 {
  font-size: 24px;
  color: #8b008b;
  text-align: center;
  font-weight: 600;
}

@media screen and (width <=480px) {
  .pickup_title2 {
    font-size: 20px;
  }
}

.pickup_list_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pickup_list_box img {
  display: flex;
  align-self: center;
  border-radius: 10px;
  box-shadow: #ccc 4px 4px 4px;
}

@media screen and (width <=480px) {
  .pickup_list_box img {
    display: none;
  }
}

.pickup_list_box img.__person_img {
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.speach_box {
  flex: 1 1 0;
  align-self: center;
  padding: 10px;
  font-size: 16px;
  color: #205;
  background: #fff;
  border-radius: 10px;
  box-shadow: #a59aca 4px 4px 4px;
  text-align: center;
  border: 1px solid #d2cce6;
  font-weight: 600;
}

.speach_box em {
  color: #8b008b;
}

ul.pickup_list {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  gap: 10px;
}

ul.pickup_list li {
  position: relative;
  font-size: 16px;
  color: #205;
  border-bottom: 1px dotted #a59aca;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 35px;
}

@media screen and (width <=480px) {
  ul.pickup_list li {
    font-size: 15px;
    letter-spacing: normal;
  }
}

ul.pickup_list li em {
  color: #8b008b;
}

ul.pickup_list li::before {
  content: counter(number) "";
  position: absolute;
  z-index: 1;
  left: 1px;
  display: flex;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: #6e5ae1;
  counter-increment: number 1;
  font-weight: 600;
}

ul.pickup_list li::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #6e5ae1;
}

.__small_text,
.__small_text2 {
  display: flex;
  font-size: 13px;
  color: #8b008b;
}

.__small_text::before {
  content: "※";
  padding-right: 2px;
}

.__hero,
.__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: url("../img/seat5-1/footer_bg.png");
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccf;
}

.__hero_text,
.__footer_text {
  margin: auto;
  font-size: 24px;
  color: #205;
  text-align: center;
  font-weight: 600;
}

@media screen and (width <=480px) {
  .__hero_text,
  .__footer_text {
    font-size: 20px;
  }
}

.__hero_list,
.__footer_list,
.__hero_cm_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  counter-reset: my-counter;
}

.__hero_list li,
.__footer_list li {
  position: relative;
  font-size: 1.25rem;
  color: #8b008b;
  font-weight: 600;
  padding-left: 35px;
}

.__hero_list li::before,
.__footer_list li::before {
  content: counter(my-counter);
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 1px;
  display: flex;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: #fff;
  counter-increment: my-counter;
  font-weight: 600;
}

.__hero_list li::after,
.__footer_list li::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #8b008b;
}

.__hero_cm_list li {
  position: relative;
  padding: 20px 20px 20px 40px;
  color: #8b008b;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #8b008b;
}

.__hero_cm_list li:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(45deg, #836e47 0%, #fee9a0 40%, #b3a46e 100%);
}

.__hero_cm_list li::before {
  content: "\f3a5";
  position: absolute;
  left: 20px;
  display: inline-block;
  color: #6e5ae1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.__hero_cm_list li:last-child::before {
  display: none;
}

.__hero_cm_list li em {
  font-weight: 600;
}

.__hero_cm_list li em.__large {
  font-size: 18px;
  color: #006;
  text-align: center;
  text-shadow: 2px 2px 2px #fff;
}

#contaner .__hero_cm_list li a {
  margin: auto;
  padding: 5px 20px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background-color: #07f;
  font-weight: 600;
}

.__button {
  display: flex;
  align-items: center;
  align-self: center;
  padding: 20px 50px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(180deg, #8b008b, #3c317b);
  border-radius: 10px;
  box-shadow: #d2cce6 0 5px 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 6px;
  outline: none;
  transition: all 0.5s ease;
}

@media screen and (width <=480px) {
  .__button {
    padding: 20px;
    font-size: 20px;
  }
}

.__button::after {
  content: url("../img/seat5-1/arrow.png");
  padding-left: 10px;
}

@media screen and (width <=480px) {
  .__button::after {
    padding-top: 3px;
  }
}

.__button:hover {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (width <=768px) {
  .sp_none {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (width <=480px) {
  .sp_br {
    display: block;
  }
}
