.bunkyoSect__cont {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .bunkyoSect__cont .generalLabel {
    margin: 104px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .bunkyoSect__cont .generalLabel {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .bunkyoSect__cont .usableList {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .bunkyoSect__cont .usableList {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .bunkyoSect__cont .usableList__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
  }
}

@media screen and (max-width: 768px) {
  .bunkyoSect__cont .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .bunkyoSect__cont .usableList__item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 768px) {
  .bunkyoSect__cont .usableList__item:not(:first-child) {
    margin-top: 80px;
  }
}

.historyData {
  background-color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .historyData {
    margin-left: auto;
    margin-right: auto;
    padding: 24px 60px;
    width: 754px;
  }
}

@media screen and (max-width: 768px) {
  .historyData {
    padding: 20px 8px;
  }
}

.historyData__list {
  display: grid;
  gap: 12px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .historyData__list {
    grid-template-columns: 114px 1fr;
  }
}

@media screen and (max-width: 768px) {
  .historyData__list {
    grid-template-columns: 68px 1fr;
  }
}

.historyData__list:after {
  background-color: #c9bc9c;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .historyData__list:after {
    left: 126px;
  }
}

@media screen and (max-width: 768px) {
  .historyData__list:after {
    left: 80px;
  }
}

.historyData__txt {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.6;
}

.historyData__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.historyData__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.historyData__txt:before, .historyData__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.historyData__year {
  padding: 12px 0;
}

@media print, screen and (min-width: 768px) {
  .historyData__year {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .historyData__year {
    text-align: center;
  }
}

.historyData__data {
  padding: 12px 0 12px 16px;
  position: relative;
  z-index: 1;
}

.historyData__data:before {
  aspect-ratio: 1 / 1;
  background-color: #a59472;
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .historyData__data:before {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .historyData__data:before {
    width: 9px;
  }
}

.museumSect {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 768px) {
  .museumSect {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .museumSect {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .museumSect {
    margin-left: -32px;
  }
}

@media print, screen and (min-width: 768px) {
  .museumSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.museumSect:before {
  border: 1px solid #c9bc9c;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .museumSect:before {
    height: calc(100% - 64px);
    left: 32px;
    top: 32px;
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 768px) {
  .museumSect:before {
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
  }
}

@media print, screen and (min-width: 768px) {
  .museumSect__head {
    max-width: 800px;
    width: calc(800 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1316px) {
  .museumSect__head {
    height: 800px;
    max-width: inherit;
    width: 100%;
  }
}

.museumSect__head .photo {
  height: 100%;
  width: 100%;
}

.museumSect__head .photo__pic, .museumSect__head .photo__image {
  height: 100%;
  width: 100%;
}

.museumSect__head .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 768px) {
  .museumSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 570px;
    padding: 60px;
  }
}

@media screen and (max-width: 768px) {
  .museumSect__cont {
    padding: 40px 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .museumSect__wrap {
    padding: 80px 0;
  }
}

.museumSect__wrap .headingUnit .heading .caption {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .museumSect__wrap .usableList {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .museumSect__wrap .usableList {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .museumSect__wrap .usableList__inner {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .museumSect__wrap .usableList__inner {
    gap: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .museumSect__wrap .usableList__item {
    width: 264px;
  }
}

@media screen and (max-width: 768px) {
  .museumSect__wrap .usableList__item {
    width: calc(50% - 11px);
  }
}

.nakasendoSect__cont {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .nakasendoSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .nakasendoSect__cont .usableList {
    width: 368px;
  }
}

@media screen and (max-width: 768px) {
  .nakasendoSect__cont .usableList {
    margin-top: 80px;
  }
}

.nakasendoSect__cont .usableList__inner {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .nakasendoSect__cont .usableList__item:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .nakasendoSect__cont .usableList__item:not(:first-child) {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .nakasendoSect__map {
    width: 784px;
  }
}

@media print, screen and (min-width: 768px) {
  .omiyadaichiSect__cont {
    margin: 0 auto;
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) {
  .position-bunkyo {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .position-bunkyo {
    padding: 0 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .position-nakasendo {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .position-nakasendo {
    padding: 0 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .position-omiyadaichi {
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .position-omiyadaichi {
    padding: 0 0 100px;
  }
}
