@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
}

h1,
.h1-like {
  font-size: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  h1,
  .h1-like {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  h1,
  .h1-like {
    font-size: 24px;
  }
}

h2,
.h2-like {
  font-size: 40px;
  font-weight: 700;
}
h2 .h2-subtitle,
.h2-like .h2-subtitle {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  h2,
  .h2-like {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  h2,
  .h2-like {
    font-size: 16px;
  }
}

.h2-group {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.h2-group h2 {
  width: fit-content;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .h2-group h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .h2-group h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h4,
.h4-like {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  h4,
  .h4-like {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h4,
  .h4-like {
    font-size: 16px;
  }
}

p,
.p-like {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 1200px) {
  p,
  .p-like {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  p,
  .p-like {
    font-size: 14px;
    line-height: 180%;
  }
}
@media screen and (max-width: 400px) {
  p,
  .p-like {
    font-size: 12px;
  }
}

.p-35 {
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-35 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .p-35 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .p-35 {
    font-size: 20px;
  }
}

.p-30 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .p-30 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .p-30 {
    font-size: 14px;
  }
}

.p-20 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .p-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .p-20 {
    font-size: 12px;
  }
}

.p-16 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .p-16 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .p-16 {
    font-size: 11px;
  }
}

.p-15 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-15 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .p-15 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .p-15 {
    font-size: 11px;
  }
}

main.fx-col {
  align-items: center;
}

section {
  width: 100%;
}

.burial-group {
  margin: clamp(120px, 15vw, 250px) auto;
  width: 1520px;
  max-width: 90%;
  align-items: center;
}
.burial-group.first-group {
  margin-top: 0;
}
.burial-group .group-heading {
  height: 54px;
  object-fit: contain;
  margin-bottom: clamp(40px, 10vw, 100px);
}
.burial-group .table-heading {
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}
.burial-group .table-heading .left-col {
  width: 48%;
  max-width: 725px;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.burial-group .table-heading .text-col {
  align-self: flex-end;
  width: 50%;
  max-width: 737px;
  margin-left: 2%;
}
.burial-group .table-heading .text-col p {
  line-height: 250%;
  text-align: justify;
}
.burial-group .table-container {
  width: 100%;
}
.burial-group .table-container table th {
  padding-left: 10px;
  padding-right: 10px;
}
.burial-group .table-container table td {
  padding-left: 5%;
  padding-right: 5%;
  text-align: start;
  line-height: 180%;
}
.burial-group .table-container table td ul {
  list-style: none;
  margin-bottom: 40px;
}
.burial-group .table-container table td .p-16 {
  text-align: justify;
}
.burial-group .table-container table td .arrow-container {
  margin: 10px auto;
}
.burial-group .table-container table td .arrow-container .arrow {
  width: 205px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../img/visit/arrow.svg) center no-repeat;
  background-size: contain;
  margin-left: -2.5%;
}
.burial-group .table-container table td .arrow-container .arrow:first-of-type {
  margin-left: 0;
}
.burial-group .table-container table td .arrow-container .arrow.first-arrow {
  background: url(../img/visit/first-arrow.svg) center no-repeat;
}
.burial-group .table-container table td .arrow-container .arrow-list {
  display: none;
}
@media screen and (max-width: 1600px) {
  .burial-group .table-container table td .arrow-container .arrow {
    width: 160px;
    height: 54px;
    font-size: 16px;
  }
  .burial-group .table-container table td .arrow-container .arrow.first-arrow {
    background: url(../img/visit/first-arrow-1px.svg) center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1000px) {
  .burial-group .table-container table td .arrow-container {
    flex-direction: column;
  }
  .burial-group .table-container table td .arrow-container .arrow {
    display: none;
  }
  .burial-group .table-container table td .arrow-container .arrow-list {
    display: unset;
    padding-left: 20px;
  }
}
.burial-group .table-container table td .red-bars:last-of-type .bar1-2 {
  width: 24%;
}
.burial-group .table-container table td .red-bars:last-of-type .bar3 {
  width: 48%;
}
.burial-group .table-container table td .red-bars:last-of-type .bar4 {
  width: 24%;
}
.burial-group .table-container table td .red-bars .bar1-2.bar20p {
  width: 20%;
}
.burial-group .table-container table td .red-bars .bar3.bar70p {
  width: 78%;
}
.burial-group .table-container table td .red-bars .bar3.bar74p {
  width: 74%;
}
.burial-group .table-container table td .red-bars .bar3.bar50p {
  width: 58%;
}
.burial-group .table-container table td .btm-row {
  justify-content: space-between;
  width: calc(820px - 7.5%);
}
.burial-group .table-container table td .btm-row > * {
  background-color: #934c51;
  color: #ffffff;
  text-align: center;
}
.burial-group .table-container table td .btm-row .bar1-2 {
  width: 48%;
}
.burial-group .table-container table td .btm-row .bar3,
.burial-group .table-container table td .btm-row .bar4 {
  width: 23%;
}
.burial-group .table-container table td .five-arrow-bars {
  margin-bottom: 50px;
  width: calc(1025px - 10%);
}
.burial-group .table-container table td .five-arrow-bars .bar1-2 {
  width: 38%;
}
.burial-group .table-container table td .five-arrow-bars .bar3 {
  width: 38%;
}
.burial-group .table-container table td .five-arrow-bars .bar4 {
  width: 18%;
}
@media screen and (max-width: 1600px) {
  .burial-group .table-container table td .btm-row {
    width: calc(640px - 7.5%);
    font-size: 16px;
  }
  .burial-group .table-container table td .five-arrow-bars {
    width: calc(800px - 10%);
    font-size: 16px;
  }
}
.burial-group .red-btn {
  margin-top: clamp(40px, 10vw, 100px);
}
@media screen and (max-width: 1000px) {
  .burial-group .group-heading {
    height: 48px;
  }
  .burial-group .table-heading {
    flex-direction: column;
    align-items: center;
  }
  .burial-group .table-heading .left-col {
    width: unset;
    max-width: 80%;
    min-width: 300px;
  }
  .burial-group .table-heading .text-col {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 0;
  }
  .burial-group .table-container table td .red-bars {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .burial-group .group-heading {
    height: 42px;
  }
}

.joined {
  width: 100%;
}

.annotation {
  line-height: 120%;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .annotation {
    font-size: 12px;
  }
}

.heiwa,
.raihai,
.jikodo {
  width: 100%;
}
.heiwa .burial-group .table-heading .text-col,
.raihai .burial-group .table-heading .text-col,
.jikodo .burial-group .table-heading .text-col {
  justify-content: center;
}
.heiwa .burial-group .table-container table td .title-box,
.raihai .burial-group .table-container table td .title-box,
.jikodo .burial-group .table-container table td .title-box {
  font-weight: bold;
}
.heiwa .burial-group .table-container table td .box-container,
.raihai .burial-group .table-container table td .box-container,
.jikodo .burial-group .table-container table td .box-container {
  justify-content: flex-start;
  text-align: center;
  line-height: 160%;
  margin: 20px auto;
}
.heiwa .burial-group .table-container table td .box-container .clear-box,
.raihai .burial-group .table-container table td .box-container .clear-box,
.jikodo .burial-group .table-container table td .box-container .clear-box {
  width: 220px;
  height: 80px;
  border: 1px solid #934c51;
  padding: 5px;
}
.heiwa .burial-group .table-container table td .box-container .clear-box-jikodo,
.raihai .burial-group .table-container table td .box-container .clear-box-jikodo,
.jikodo .burial-group .table-container table td .box-container .clear-box-jikodo {
  width: 300px;
  height: 68px;
  border: 1px solid #934c51;
  padding: 5px;
}
.heiwa .burial-group .table-container table td .box-container .clear-box-jikodo .cbj,
.raihai .burial-group .table-container table td .box-container .clear-box-jikodo .cbj,
.jikodo .burial-group .table-container table td .box-container .clear-box-jikodo .cbj {
  display: none;
}
.heiwa .burial-group .table-container table td .box-container .red-box,
.raihai .burial-group .table-container table td .box-container .red-box,
.jikodo .burial-group .table-container table td .box-container .red-box {
  background-color: #934c51;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .heiwa .burial-group .table-container table td .box-container .clear-box,
  .raihai .burial-group .table-container table td .box-container .clear-box,
  .jikodo .burial-group .table-container table td .box-container .clear-box {
    height: 50px;
    width: 170px;
  }
  .heiwa .burial-group .table-container table td .box-container .clear-box-jikodo,
  .raihai .burial-group .table-container table td .box-container .clear-box-jikodo,
  .jikodo .burial-group .table-container table td .box-container .clear-box-jikodo {
    height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .heiwa .burial-group .table-container table td .box-container,
  .raihai .burial-group .table-container table td .box-container,
  .jikodo .burial-group .table-container table td .box-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .heiwa .burial-group .table-container table td .box-container .clear-box-jikodo,
  .raihai .burial-group .table-container table td .box-container .clear-box-jikodo,
  .jikodo .burial-group .table-container table td .box-container .clear-box-jikodo {
    width: 170px;
    height: 70px;
  }
  .heiwa .burial-group .table-container table td .box-container .clear-box-jikodo .cbj,
  .raihai .burial-group .table-container table td .box-container .clear-box-jikodo .cbj,
  .jikodo .burial-group .table-container table td .box-container .clear-box-jikodo .cbj {
    display: inline;
  }
}

#raihai .group-heading img, #jikodo .group-heading img {
  display: block;
  object-fit: fill;
  height: 100%;
  transform: translate(50%, 0) rotate(-10deg);
}
#raihai .group-heading p, #jikodo .group-heading p {
  display: inline-block;
  align-self: center;
  font-family: "Yu Mincho", "Hiragino", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Noto Serif JP", serif;
  height: fit-content;
  line-height: 1;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 401px) {
  #raihai .group-heading p, #jikodo .group-heading p {
    font-size: 32px;
  }
}
@media (min-width: 1001px) {
  #raihai .group-heading p, #jikodo .group-heading p {
    font-size: 36px;
  }
}
#raihai .group-heading p::first-letter, #jikodo .group-heading p::first-letter {
  font-size: 150%;
  color: #934c51;
}

.raihai .burial-group .table-container table td .five-arrow-bars .bar1-2 {
  width: 38%;
}
.raihai .burial-group .table-container table td .five-arrow-bars .bar3 {
  width: 58%;
}
.raihai .burial-group .table-container table td .red-bars:last-of-type .bar1-2 {
  width: 48%;
}
.raihai .burial-group .table-container table td .red-bars:last-of-type .bar3 {
  width: 24%;
}
.raihai .burial-group .table-container table td .red-bars:last-of-type .bar4 {
  width: 24%;
}
.raihai .burial-group .table-container table td .red-bars .bar1-2.bar20p {
  width: 20%;
}
.raihai .burial-group .table-container table td .red-bars .bar1-2.bar26p {
  width: 26%;
}
.raihai .burial-group .table-container table td .red-bars .bar1-2.bar29p {
  width: 29%;
}
.raihai .burial-group .table-container table td .red-bars .bar3.bar70p {
  width: 78%;
}
.raihai .burial-group .table-container table td .red-bars .bar3.bar71p {
  width: 71%;
}
.raihai .burial-group .table-container table td .subtitle {
  margin-top: 12px;
}

/*# sourceMappingURL=burial.css.map */
