body#top .contentArea {
  padding-top: 0;
  padding-bottom: 0;
}

#pageTop .sectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #1B67B2;
}
#pageTop .sectionTitle::before {
  content: "";
  background: url(../images/title_icon.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}
#pageTop .sectionTitle::after {
  content: "";
  background: url(../images/title_icon.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  #pageTop .sectionTitle {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: clamp(14px, 6.15vw, 24px);
    text-align: center;
  }
  #pageTop .sectionTitle::before {
    width: 32px;
  }
  #pageTop .sectionTitle::after {
    height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #pageTop .sectionTitle {
    -moz-column-gap: 49px;
         column-gap: 49px;
    font-size: 28px;
  }
  #pageTop .sectionTitle::before {
    width: 40px;
  }
  #pageTop .sectionTitle::after {
    height: 40px;
  }
}
.secOverview {
  background: #FAF7EB;
}
.secOverview .overviewTable {
  margin: 0 auto;
}
.secOverview .overviewTable .overviewRow {
  display: flex;
}
.secOverview .overviewTable .overviewRow .overviewTh {
  color: #1B67B2;
  font-weight: 700;
  flex-shrink: 0;
}
.secOverview .overviewTable .overviewRow .overviewTd {
  letter-spacing: 0;
}
.secOverview .overviewTable .overviewRow .overviewTd a {
  color: #1B67B2;
  text-decoration: underline;
}
.secOverview .sponsorArea {
  margin: 0 auto;
}
.secOverview .sponsorArea .sponsorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .secOverview {
    padding: 40px 0 48px;
  }
  .secOverview .sectionTitle {
    margin-bottom: 24px;
  }
  .secOverview .overviewTable .overviewRow {
    flex-direction: column;
    padding: 12px 0;
    row-gap: 6px;
    border-bottom: solid 1px #EAEAEA;
  }
  .secOverview .overviewTable .overviewRow:first-child {
    border-top: solid 1px #EAEAEA;
  }
  .secOverview .overviewTable .overviewRow .overviewTh {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secOverview .overviewTable .overviewRow .overviewTd {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secOverview .sponsorArea {
    margin-top: 32px;
  }
  .secOverview .sponsorArea .sponsorList {
    row-gap: 8px;
    -moz-column-gap: 4%;
         column-gap: 4%;
    padding: 16px 8px;
  }
  .secOverview .sponsorArea .sponsorList .sponsorItem {
    width: 28%;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .secOverview {
    padding: 122px 0 104px;
  }
  .secOverview .sectionTitle {
    margin-bottom: 36px;
  }
  .secOverview .overviewTable {
    width: min(100%, 930px);
    padding-bottom: 48px;
  }
  .secOverview .overviewTable .overviewRow {
    align-items: stretch;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secOverview .overviewTable .overviewRow .overviewTh {
    width: 110px;
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 8px min(2.58%, 24px) 8px 0;
  }
  .secOverview .overviewTable .overviewRow .overviewTd {
    width: calc(100% - 110px);
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 8px 0 8px min(3.8%, 36px);
    border-left: solid 2px #1B67B2;
    letter-spacing: -0.02em;
  }
  .secOverview .overviewTable .overviewRow:first-of-type .overviewTh,
  .secOverview .overviewTable .overviewRow:first-of-type .overviewTd {
    padding-top: 0;
  }
  .secOverview .overviewTable .overviewRow:last-of-type .overviewTh,
  .secOverview .overviewTable .overviewRow:last-of-type .overviewTd {
    padding-bottom: 0;
  }
  .secOverview .sponsorArea {
    width: min(100%, 930px);
  }
  .secOverview .sponsorArea .sponsorList {
    row-gap: 24px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 36px 44px;
    justify-content: flex-start;
  }
  .secOverview .sponsorArea .sponsorList .sponsorItem {
    width: 106px;
    height: 50px;
  }
}
.secPlot {
  background: #EBE3C7;
}
.secPlot .secPlotIn .plotAreaMain .listArea .listItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secPlot .secPlotIn .plotAreaMain .listArea .listItem .num {
  border: solid 1px #1B67B2;
  background: #1B67B2;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.secPlot .secPlotIn .plotAreaMain .listArea .listItem .num.preview {
  background: #ffffff;
  color: #1B67B2;
}
.secPlot .secPlotIn .plotAreaMain .listArea .listItem .name {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secPlot {
    padding: 40px 0 48px 0;
  }
  .secPlot .secPlotIn .plotAreaMain .mapImg {
    width: 100%;
    padding: 24px 0 32px 0;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem {
    width: 49%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem .num {
    font-size: clamp(14px, 4.1vw, 16px);
    width: 30px;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem .name {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secPlot {
    padding: 58px 0 64px 0;
  }
  .secPlot .secPlotIn .plotAreaMain {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 52px 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secPlot .secPlotIn .plotAreaMain .mapImg {
    width: 35%;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem {
    width: min(45%, 230px);
    -moz-column-gap: min(3%, 12px);
         column-gap: min(3%, 12px);
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem .num {
    font-size: clamp(14px, 1.25vw, 18px);
    width: clamp(26px, 2.5vw, 32px);
  }
  .secPlot .secPlotIn .plotAreaMain .listArea .listItem .name {
    font-size: clamp(14px, 1.04vw, 15px);
    letter-spacing: -0.03em;
  }
}
.secExhibit {
  background: #FAF7EB;
}
.secExhibit .exhibitHead .exhibitTitle {
  color: #1B67B2;
  font-weight: 700;
  text-align: center;
}
.secExhibit .exhibitHead .exhibitDesc {
  text-align: center;
}
.secExhibit .exhibitHead .descNote {
  text-align: center;
  color: #e50012;
  font-weight: bold;
}
.secExhibit .houseGrid {
  display: flex;
  flex-wrap: wrap;
}
.secExhibit .houseGrid .houseCard .cardTop {
  position: relative;
  cursor: pointer;
}
.secExhibit .houseGrid .houseCard .cardTop .cardHeader {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardNum {
  background: url(../images/house_num_bg.svg) center center no-repeat;
  background-size: contain;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 32/37;
}
.secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardNum.not {
  background-image: url(../images/house_num_bg_white.svg);
  color: #1B67B2;
}
.secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardName {
  font-weight: 500;
  display: none;
}
.secExhibit .houseGrid .houseCard .cardTop .cardImg {
  position: relative;
  z-index: 0;
  aspect-ratio: 260/175;
}
.secExhibit .houseGrid .houseCard .cardBtns {
  display: flex;
  justify-content: space-between;
}
.secExhibit .houseGrid .houseCard .cardBtns .cardBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
}
.secExhibit .houseGrid .houseCard .cardBtns .cardBtn .arrow {
  display: block;
  width: 6px;
  height: 12px;
  background: url(../images/arrow_wh.svg) center center no-repeat;
  background-size: contain;
}
.secExhibit .houseGrid .houseCard .cardBtns .cardBtn.cardBtnBlue {
  background: #1B67B2;
}
.secExhibit .houseGrid .houseCard .cardBtns .cardBtn.cardBtnGold {
  background: #D0A010;
}
.secExhibit .houseGridNote {
  text-align: right;
  font-size: 14px;
  padding: 12px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .secExhibit {
    padding: 40px 0 48px;
  }
  .secExhibit .exhibitHead {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .secExhibit .exhibitHead .exhibitTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 8px;
  }
  .secExhibit .exhibitHead .exhibitDesc {
    font-size: 14px;
  }
  .secExhibit .exhibitHead .descNote {
    font-size: 14px;
  }
  .secExhibit .houseGrid {
    row-gap: 32px;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .secExhibit .houseGrid .houseCard {
    width: 48.5%;
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader {
    padding: 0px 0 12px 0;
    -moz-column-gap: min(3.5%, 6px);
         column-gap: min(3.5%, 6px);
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardNum {
    font-size: clamp(14px, 4.62vw, 18px);
    width: clamp(22px, 16%, 28px);
    padding: 0 0 3px 0;
    text-align: center;
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardName {
    font-size: clamp(12px, 3.85vw, 15px);
    padding: 4px 0px;
    letter-spacing: -0.03em;
  }
  .secExhibit .houseGrid .houseCard .cardBtns {
    padding: 8px 0 0 0;
    flex-direction: column;
    row-gap: 6px;
  }
  .secExhibit .houseGrid .houseCard .cardBtns .cardBtn {
    width: 100%;
    padding: 6px 16px;
  }
  .secExhibit .houseGrid .houseCard .cardBtns .cardBtn .text {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secExhibit {
    padding: 110px 0 150px;
  }
  .secExhibit .exhibitHead {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .secExhibit .exhibitHead .exhibitTitle {
    font-size: clamp(21px, 2.43vw, 35px);
    padding-bottom: 20px;
  }
  .secExhibit .exhibitHead .exhibitDesc {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .secExhibit .exhibitHead .descNote {
    font-size: clamp(14px, 1.25vw, 18px);
    padding: 12px 0 0 0;
  }
  .secExhibit .houseGrid {
    row-gap: 60px;
    -moz-column-gap: 4.44%;
         column-gap: 4.44%;
  }
  .secExhibit .houseGrid .houseCard {
    width: 21.67%;
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader {
    padding: 0px 0 24px 0;
    -moz-column-gap: min(5.3%, 14px);
         column-gap: min(5.3%, 14px);
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardNum {
    font-size: clamp(14px, 1.39vw, 20px);
    width: 32px;
    padding: 0 0 4px 0;
    text-align: center;
  }
  .secExhibit .houseGrid .houseCard .cardTop .cardHeader .cardName {
    width: calc(100% - 32px - min(5.3%, 14px));
    font-size: clamp(14px, 1.53vw, 22px);
    padding: 2px 0 6px 0;
  }
  .secExhibit .houseGrid .houseCard .cardBtns {
    flex-wrap: wrap;
    padding: 24px 0 0 0;
    row-gap: 6px;
    justify-content: space-evenly;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secExhibit .houseGrid .houseCard .cardBtns .cardBtn {
    width: 125px;
    padding: 10px min(8%, 16px);
  }
  .secExhibit .houseGrid .houseCard .cardBtns .cardBtn .text {
    font-size: clamp(14px, 1.04vw, 15px);
  }
}
.secEvent .infoBnr {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secEvent {
    padding: 0px 0 60px;
  }
  .secEvent .infoBnr {
    width: min(100vw, 390px);
  }
}
@media print, screen and (min-width: 768px) {
  .secEvent {
    padding: 0px 0 148px 0;
  }
  .secEvent .infoBnr {
    width: min(92vw, 1116px);
  }
}
.secAccess {
  background: #ffffff;
}
.secAccess .accessIn .accessInfo .accessOrgName {
  color: #1B67B2;
  font-weight: 700;
  border-bottom: solid 2px #1B67B2;
}
.secAccess .accessIn .accessInfo .accessDl .accessDlRow {
  display: flex;
  border-bottom: solid 2px #d9d9d9;
}
.secAccess .accessIn .accessInfo .accessDl .accessDlRow dt {
  color: #1B67B2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .secAccess {
    padding: 56px 0 60px;
  }
  .secAccess .accessIn {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .secAccess .accessIn .accessInfo .accessOrgName {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  .secAccess .accessIn .accessInfo .accessDl .accessDlRow {
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 10px 0;
  }
  .secAccess .accessIn .accessInfo .accessDl .accessDlRow dt {
    font-size: clamp(14px, 3.85vw, 15px);
    width: 60px;
  }
  .secAccess .accessIn .accessInfo .accessDl .accessDlRow dd {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAccess .accessIn .accessMap iframe {
    width: 100%;
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAccess {
    padding: 118px 0 100px;
  }
  .secAccess .accessIn {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secAccess .accessIn .accessMap {
    width: 100%;
  }
  .secAccess .accessIn .accessMap iframe {
    width: 100%;
    height: 382px;
  }
}
.secSurroundings {
  background: #ffffff;
}
.secSurroundings .surroundingsIn {
  display: flex;
}
.secSurroundings .surroundingsIn .surroundingsTable {
  border-radius: 10px;
  overflow: hidden;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableHead {
  background: #1B67B2;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F2D5;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow:nth-of-type(2n) {
  background: #FFFAE7;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsFacility {
  color: #1B67B2;
  font-weight: 500;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .arrow {
  background: url(../images/surround_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 15px;
}
.secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsDist {
  font-weight: 500;
}
.secSurroundings .tableNote {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .secSurroundings {
    padding: 0px 0 48px;
  }
  .secSurroundings .sectionTitle {
    margin-bottom: 24px;
  }
  .secSurroundings .surroundingsIn {
    flex-direction: column;
    row-gap: 24px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableHead {
    padding: 10px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow {
    padding: 10px;
    justify-content: space-between;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsFacility {
    font-size: 14px;
    width: calc(100% - 26px - 150px - 16px);
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .arrow {
    width: 26px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsDist {
    width: 150px;
    font-size: 14px;
    text-align: right;
  }
  .secSurroundings .tableNote {
    padding: 12px 0 0 0;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSurroundings {
    padding: 0px 0 100px;
  }
  .secSurroundings .surroundingsIn {
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 50px 0 0 0;
    flex-wrap: wrap;
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 40px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable {
    width: 570px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableHead {
    padding: 10px;
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow {
    padding: 10px 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsFacility {
    font-size: clamp(14px, 1.11vw, 16px);
    width: calc(100% - 36px - 250px - 20px);
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .arrow {
    width: 36px;
  }
  .secSurroundings .surroundingsIn .surroundingsTable .surroundingsTableBody .surroundingsRow .surroundingsDist {
    width: 250px;
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .secSurroundings .tableNote {
    padding: 20px 0 0 0;
    font-size: 13px;
  }
}
.secLandSpec {
  background: #ffffff;
}
.secLandSpec .landSpecIn {
  display: flex;
}
.secLandSpec .landSpecIn .landSpecTable {
  flex: 1;
}
.secLandSpec .landSpecIn .landSpecTable .landSpecRow {
  display: flex;
}
.secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTh {
  color: #1B67B2;
  font-weight: 700;
  flex-shrink: 0;
}
.secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTd {
  flex: 1;
}
.secLandSpec .landSpecBtnWrap .landSpecBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #D0A010;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 100px;
}
.secLandSpec .landSpecBtnWrap .landSpecBtn .text {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}
.secLandSpec .landSpecBtnWrap .landSpecBtn .arrow {
  display: block;
  flex-shrink: 0;
  background: url(../images/arrow_wh.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/2;
}

@media only screen and (max-width: 767px) {
  .secLandSpec {
    padding: 40px 0 64px;
  }
  .secLandSpec .landSpecIn {
    padding: 24px 0 0 0;
    flex-direction: column;
    row-gap: 0;
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow {
    flex-direction: column;
    padding: 10px 0;
    row-gap: 4px;
    border-top: solid 1px #EAEAEA;
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTh {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTd {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secLandSpec .landSpecIn .landSpecTable:last-of-type .landSpecRow:last-of-type {
    border-bottom: solid 1px #EAEAEA;
  }
  .secLandSpec .landSpecBtnWrap {
    margin-top: 48px;
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn {
    padding: 16px 20px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn .text {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn .arrow {
    width: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .secLandSpec {
    padding: 0px 0 110px;
  }
  .secLandSpec .sectionTitle {
    margin-bottom: 50px;
  }
  .secLandSpec .landSpecIn {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .secLandSpec .landSpecIn .landSpecTable {
    width: 50%;
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow {
    align-items: baseline;
    padding: 8px 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTh {
    font-size: clamp(14px, 1.11vw, 16px);
    width: clamp(145px, 30%, 165px);
  }
  .secLandSpec .landSpecIn .landSpecTable .landSpecRow .landSpecTd {
    font-size: clamp(14px, 1.11vw, 16px);
    width: calc(100% - clamp(145px, 30%, 165px));
    padding-left: min(5.4%, 30px);
  }
  .secLandSpec .landSpecIn .landSpecTable:first-child {
    padding-right: min(4.16%, 50px);
    border-right: solid 2px #1B67B2;
  }
  .secLandSpec .landSpecIn .landSpecTable:last-child {
    padding-left: min(4.16%, 50px);
  }
  .secLandSpec .landSpecBtnWrap {
    margin-top: 100px;
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn {
    padding: 26px 40px;
    width: min(90%, 768px);
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn .text {
    font-size: clamp(14px, 1.39vw, 20px);
  }
  .secLandSpec .landSpecBtnWrap .landSpecBtn .arrow {
    width: 9px;
  }
}
/* Featherlight overlay override */
.featherlight {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
}

.featherlight .featherlight-content {
  padding: 0;
  overflow: visible;
  border: none;
  background-color: none;
  top: 20px;
}

.featherlight .featherlight-close-icon {
  width: 30px;
  height: 30px;
  background: url(../../shared/images/modal_close_white.svg) center center no-repeat;
  background-size: contain;
  color: transparent;
  text-align: center;
  top: -40px;
  right: 0px;
}

/* Hidden modal source */
.houseModals {
  display: none;
}

/* Modal inner layout */
.modalScrollwrap {
  overflow-y: scroll;
  background-color: #ffffff;
}

.houseModalIn .houseModalRight {
  position: relative;
}
.houseModalIn .houseModalRight .titleRow {
  display: flex;
  align-items: center;
}
.houseModalIn .houseModalRight .titleRow .num {
  background: url(../images/house_num_bg.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 32/37;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.houseModalIn .houseModalRight .titleRow .num.not {
  background-image: url(../images/house_num_bg_white.svg);
  color: #1B67B2;
}
.houseModalIn .houseModalRight .titleRow .name {
  font-weight: 500;
}
.houseModalIn .houseModalRight .contentRow {
  letter-spacing: 0.05em;
}
.houseModalIn .houseModalRight .dataRow {
  line-height: 1.4;
}
.houseModalIn .houseModalRight .notVisit {
  background: #e50012;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.houseModalIn .houseModalRight .notVisit .mini {
  font-size: 0.8em;
}
.houseModalIn .houseModalRight .contactText {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-weight: 500;
  color: #e50012;
}
.houseModalIn .houseModalRight .priceBox {
  background: #173057;
  border-radius: 10px;
  color: #ffffff;
}
.houseModalIn .houseModalRight .priceBox .referenceText {
  font-weight: 500;
  text-align: center;
}
.houseModalIn .houseModalRight .priceBox .priceTop {
  display: flex;
  align-items: flex-end;
}
.houseModalIn .houseModalRight .priceBox .priceTop .topHead {
  font-weight: 500;
}
.houseModalIn .houseModalRight .priceBox .priceTop .num {
  font-weight: bold;
  line-height: 1.2;
}
.houseModalIn .houseModalRight .priceBox .priceTop .unit {
  font-weight: bold;
}
.houseModalIn .houseModalRight .priceBox .detailContent {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .featherlight .featherlight-content {
    width: min(94%, 390px);
  }
  .featherlight .featherlight-inner {
    max-height: 90vh;
  }
  .modalScrollwrap {
    max-height: calc(100vh - 70px);
    max-height: calc(100svh - 70px);
  }
  .houseModalIn {
    padding: 16px;
  }
  .houseModalIn .houseModalLeft {
    padding-bottom: 12px;
  }
  .houseModalIn .houseModalRight .titleRow {
    padding: 0 0 12px 0;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .houseModalIn .houseModalRight .titleRow .num {
    font-size: clamp(14px, 5.13vw, 20px);
    width: 32px;
  }
  .houseModalIn .houseModalRight .titleRow .name {
    font-size: clamp(14px, 5.13vw, 20px);
    width: calc(100% - 32px - 14px);
  }
  .houseModalIn .houseModalRight .contentRow {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 16px 0;
  }
  .houseModalIn .houseModalRight .dataRow {
    font-size: 14px;
    padding: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
  }
  .houseModalIn .houseModalRight .notVisit {
    padding: 4px 6px;
    font-size: clamp(14px, 3.85vw, 15px);
    margin: 0 0 16px 0;
    line-height: 1.2;
  }
  .houseModalIn .houseModalRight .contactText {
    margin: 0 0 16px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .houseModalIn .houseModalRight .priceBox {
    padding: 12px 20px 12px 16px;
  }
  .houseModalIn .houseModalRight .priceBox .referenceText {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .houseModalIn .houseModalRight .priceBox .priceTop {
    padding: 0 0 22px 0;
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .topHead {
    font-size: 13px;
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .num {
    font-size: clamp(18px, 7.69vw, 30px);
    padding: 0 4px 0 14px;
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .unit {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .houseModalIn .houseModalRight .priceBox .priceDetailList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 4px;
    padding: 0 0 10px 0;
  }
  .houseModalIn .houseModalRight .priceBox .priceDetailList .detailItem {
    font-size: 14px;
  }
  .houseModalIn .houseModalRight .priceBox .detailContent {
    font-size: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .featherlight .featherlight-content {
    width: min(94%, 1368px);
  }
  .featherlight .featherlight-inner {
    max-height: 90vh;
  }
  .modalScrollwrap {
    max-height: calc(100vh - 70px);
  }
  .houseModalIn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: clamp(40px, 10vh, 80px) min(6.2%, 84px);
  }
  .houseModalIn .houseModalLeft {
    width: min(48%, 574px);
  }
  .houseModalIn .houseModalRight {
    width: min(50%, 600px);
  }
  .houseModalIn .houseModalRight .titleRow {
    padding: 0 0 14px 0;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .houseModalIn .houseModalRight .titleRow .num {
    font-size: clamp(14px, 1.39vw, 20px);
    width: 32px;
  }
  .houseModalIn .houseModalRight .titleRow .name {
    font-size: clamp(18px, 2.08vw, 30px);
    width: calc(100% - 32px - 14px);
  }
  .houseModalIn .houseModalRight .contentRow {
    font-size: clamp(14px, 1.11vw, 16px);
    padding: 0 0 16px 0;
  }
  .houseModalIn .houseModalRight .dataRow {
    font-size: 13px;
    padding: 0 0 16px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .houseModalIn .houseModalRight .dataRow .dataItem {
    width: max(35%, 210px);
  }
  .houseModalIn .houseModalRight .dataRow .dataItem:nth-child(1) {
    order: 1;
  }
  .houseModalIn .houseModalRight .dataRow .dataItem:nth-child(2) {
    order: 3;
  }
  .houseModalIn .houseModalRight .dataRow .dataItem:nth-child(3) {
    order: 2;
  }
  .houseModalIn .houseModalRight .dataRow .dataItem:nth-child(4) {
    order: 4;
  }
  .houseModalIn .houseModalRight .notVisit {
    padding: 4px 8px;
    font-size: clamp(14px, 1.04vw, 15px);
    margin: 0 0 16px 0;
  }
  .houseModalIn .houseModalRight .contactText {
    margin: 0 0 30px;
    font-size: clamp(14px, 1.11vw, 16px);
  }
  .houseModalIn .houseModalRight .priceBox {
    padding: 12px 20px 12px 16px;
  }
  .houseModalIn .houseModalRight .priceBox .referenceText {
    font-size: clamp(14px, 1.67vw, 24px);
  }
  .houseModalIn .houseModalRight .priceBox .priceTop {
    padding: 0 0 22px 0;
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .topHead {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .num {
    font-size: clamp(24px, 2.78vw, 40px);
    padding: 0 4px 0 14px;
  }
  .houseModalIn .houseModalRight .priceBox .priceTop .unit {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .houseModalIn .houseModalRight .priceBox .priceDetailList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 4px;
    width: min(100%, 460px);
    padding: 0 0 10px 0;
  }
  .houseModalIn .houseModalRight .priceBox .priceDetailList .detailItem {
    font-size: clamp(14px, 1.04vw, 15px);
  }
  .houseModalIn .houseModalRight .priceBox .detailContent {
    font-size: 13px;
    padding-bottom: 12px;
  }
}/*# sourceMappingURL=style.css.map */