img-fluidimg-fluid@charset "UTF-8";
/* CSS Document */
html {
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
	
}
.container {
  width: 100%;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}

p {
  line-height: 2.5em;
  font-size: 110%;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em
}
.en-machi {
  font-family: "Noto Sans Mandaic", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 85%;
  padding-top: 2px;
}
.top-container {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.top-tittle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: -10%;
  padding-bottom: 10%;
}
@media (max-width: 640px) {
  .top-tittle {
    width: 50%;
  }
}
.container-img {
  width: 100vw;
  min-height: 60vh;
  position: relative;
}
.machiya1 {
  background: url(../machiya/img/machiya-blue.jpg)center / cover;
}
.machiya2 {
  background: url("../machiya/img/machiya-sakura.jpg")center / cover;
}
.machiya3 {
  background: url("../machiya/img/machiya-fire.jpg")center / cover;
}
@media (max-width: 640px) {
  .container-img {
    min-height: 40vh;
  }
  .machiya1 {
    background: url(../machiya/img/machiya-blue-sp.jpg)center / cover;
  }
  .machiya2 {
    background: url("../machiya/img/machiya-sakura-sp.jpg")center / cover;
  }
  .machiya3 {
    background: url("../machiya/img/machiya-fire-sp.jpg")center / cover;
  }
}
.lined-heading {
  display: flex;
  position: relative;
  font-size: 1.2rem;
  margin: 30px 0 20px
}
.lined-heading::before, .lined-heading::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.5em;
  background-color: #333;
  margin: -6px 1em;
}
.colour-h2 .en-machi {
  font-size: 14px;
}
.en-chapter {
  font-size: 14px;
}
.toc {
  max-width: 400px;
  margin: auto;
}
.toc-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  padding: 3px 0 0;
  font-size: 1rem;
}

.toc-left {
  display: flex;
  gap: 1em;
  white-space: nowrap;
}

.toc-fill {
  flex: 1;
  border-bottom: 1px dotted #000;
  margin: 11px 1em 0;
  height: 1px
}
.toc-page {
  white-space: nowrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}