.categorySect {
  container-type: inline-size;
}
.categorySect__inner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .categorySect__inner {
    max-width: 848px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__inner {
    padding: 0 3.9800995025vw;
  }
}
.categorySect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categorySect__head {
    box-sizing: content-box;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__head {
    padding-block: 28px;
  }
}
.categorySect__head:before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .categorySect__body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__body {
    padding-bottom: 40px;
  }
}
.categorySect__body .updateDate {
  margin-top: 24px;
}

.importantSect__head {
  margin-top: 24px;
}
.importantSect__head .heading {
  word-wrap: break-word;
  border-bottom: 2px solid var(--color-black);
  margin-inline: auto;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: calc(22rem / 10);
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .importantSect__head .heading {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.importantSect__body {
  margin-top: 48px;
}
.importantSect__body .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.importantSect__body .txt--indent {
  text-indent: 1em;
}
.importantSect__body .txt--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .importantSect__body .txt + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .importantSect__body .txt + .txt {
    margin-top: 10px;
  }
}
.importantSect__body .txtLink {
  color: inherit;
  transition: opacity 0.3s ease;
}
.importantSect__body .txtLink:hover {
  opacity: 0.7;
}
.importantSect__body .txtLink[href$=".pdf"]::after {
  content: url(/info/privacy/image/icon_pdf.png);
  width: 10px;
  height: auto;
}
.importantSect__body .generalButton {
  margin-top: 48px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.updateDate {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.updateDate__item {
  font-size: calc(13rem / 10);
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  color: var(--color-gray-600);
}

.tourVisitorModalOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-content: center;
  grid-template-columns: minmax(370px, 800px);
  padding: 16px;
}

.tourVisitorModal {
  max-width: 800px;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.tourVisitorModal__inner {
  padding: 10px 15px;
}
.tourVisitorModal__inner .heading {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tourVisitorModal__inner .heading {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .tourVisitorModal__inner .heading {
    font-weight: 600;
    font-size: calc(14rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}
.tourVisitorModal__inner .time {
  color: var(--color-gray-600);
}
@media screen and (min-width: 768px) {
  .tourVisitorModal__inner .time {
    font-size: calc(14rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .tourVisitorModal__inner .time {
    font-size: calc(12rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
  }
}
.tourVisitorModal__closeBtn {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-self: flex-end;
  font-size: 16px;
  margin-bottom: 5px;
}

.tourButtonGroup {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.tourButtonGroup__item {
  width: 50%;
  padding: 16px;
  border-radius: 8px;
}
.tourButtonGroup__item span {
  display: inline-block;
  padding-right: 16px;
}

.tourVisitorGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.tourVisitorGroup__item {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .tourVisitorGroup__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .tourVisitorGroup__item {
    width: 48%;
  }
}
.tourVisitorGroup__item .generalCard {
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.tourVisitorGroup__item .generalCard:hover {
  opacity: 0.7;
}
.tourVisitorGroup__item h3.heading {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: none;
  padding: 0;
}
.tourVisitorGroup__item .createdAt {
  margin-top: 8px;
  display: inline-block;
  color: var(--color-gray-500);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=index.css.map */