.section_expandable_contents .container {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 17.5rem;
}
@media screen and (max-width: 1280px) {
  .section_expandable_contents .container {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .container {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .container {
    padding: 0 1.5rem;
  }
}
.section_expandable_contents .wrap {
  border-bottom: 1px solid rgba(0, 92, 142, 0.2);
  padding: 2.5rem 0;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .wrap {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .wrap {
    padding: 1.5rem 0;
  }
}
.section_expandable_contents .wrap:first-child {
  border-top: 1px solid rgba(0, 92, 142, 0.2);
}
.section_expandable_contents .department_name {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 92, 142, 0.5);
  border-radius: var(--radius-sm);
  padding: 0.625rem 1.5rem;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: var(--color-sea-blue);
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .department_name {
    font-size: 1.125rem;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .department_name {
    font-size: 1rem;
    padding: 0.375rem 1rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  text-decoration: none;
  color: var(--color-sea-blue);
  cursor: pointer;
}
.section_expandable_contents .title.collapsibleContent_btn .icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .title.collapsibleContent_btn .icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .title.collapsibleContent_btn .icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn .icon::before, .section_expandable_contents .title.collapsibleContent_btn .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-sea-blue);
  border-radius: 2px;
  transition: var(--transition-base);
}
.section_expandable_contents .title.collapsibleContent_btn .icon::before {
  width: 1.5rem;
  height: 0.125rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .title.collapsibleContent_btn .icon::before {
    width: 1.125rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn .icon::after {
  width: 0.125rem;
  height: 1.5rem;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .title.collapsibleContent_btn .icon::after {
    height: 1.125rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn .label {
  flex: 1 0 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--color-sea-blue);
  white-space: pre-wrap;
}
@media screen and (max-width: 1280px) {
  .section_expandable_contents .title.collapsibleContent_btn .label {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .title.collapsibleContent_btn .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .title.collapsibleContent_btn .label {
    font-size: 1.25rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn .date {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background-color: #E0ECF8;
  border-radius: var(--radius-sm);
  padding: 0.625rem 1.5rem;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .title.collapsibleContent_btn .date {
    font-size: 1.125rem;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .title.collapsibleContent_btn .date {
    font-size: 1rem;
    padding: 0.375rem 1rem;
  }
}
.section_expandable_contents .title.collapsibleContent_btn.open .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.section_expandable_contents .title.collapsibleContent_btn:hover {
  opacity: 0.8;
}
.section_expandable_contents .hotel_name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  color: rgba(31, 31, 31, 0.6);
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .hotel_name {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .hotel_name {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.section_expandable_contents .hotel_name::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-color: #C6A252;
  -webkit-mask-image: url("../../../../assets/img/MapPin.svg");
  mask-image: url("../../../../assets/img/MapPin.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .hotel_name::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .hotel_name::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.section_expandable_contents .description_wrap.collapsibleContent {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.section_expandable_contents .wrap.content_is_visible .description_wrap.collapsibleContent {
  overflow: visible;
}
.section_expandable_contents .description.internal_wrap {
  padding: 1.875rem 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .description.internal_wrap {
    padding: 1.5rem 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .description.internal_wrap {
    padding: 1rem 0 0.5rem;
  }
}
.section_expandable_contents .description.internal_wrap p,
.section_expandable_contents .description.internal_wrap li {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  color: rgba(31, 31, 31, 0.6);
}
@media screen and (max-width: 1280px) {
  .section_expandable_contents .description.internal_wrap p,
  .section_expandable_contents .description.internal_wrap li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .description.internal_wrap p,
  .section_expandable_contents .description.internal_wrap li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .description.internal_wrap p,
  .section_expandable_contents .description.internal_wrap li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section_expandable_contents .description.internal_wrap strong,
.section_expandable_contents .description.internal_wrap b,
.section_expandable_contents .description.internal_wrap p strong,
.section_expandable_contents .description.internal_wrap p b {
  font-weight: 600;
  color: var(--color-sea-blue);
}
.section_expandable_contents .description.internal_wrap ul,
.section_expandable_contents .description.internal_wrap ol {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.section_expandable_contents .description.internal_wrap ul li,
.section_expandable_contents .description.internal_wrap ol li {
  margin-bottom: 0.25rem;
}
.section_expandable_contents .description.internal_wrap .cta-wrap {
  justify-content: flex-start;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .section_expandable_contents .description.internal_wrap .cta-wrap {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_expandable_contents .description.internal_wrap .cta-wrap {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=expandable_contents.min.css.map */
