.usableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__head .headingWrap .head {
    line-height: 1.4;
  }
}

.lifeinformationSect__head .headingWrap .head .enTtl.enTtl--lifeinformation {
  background-color: transparent;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__head .headingWrap .head .enTtl.enTtl--lifeinformation {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__head .headingWrap .head .enTtl.enTtl--lifeinformation {
    font-size: 28px;
  }
}

.lifeinformationSect__head .headingWrap .head.head--lifeinformation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__head .headingWrap .head.head--lifeinformation {
    font-size: 24px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__head .headingWrap .head.head--lifeinformation {
    font-size: 24px;
    margin-top: 50px;
  }
}

.lifeinformationSect__cont {
  margin-top: 64px;
}

.lifeinformationSect__cont .mainWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .mainWrap .photo {
    margin-left: calc(-24 / 390 * 100vw);
    width: 100vw;
  }
}

.lifeinformationSect__cont .mainWrap .photo img {
  height: auto;
  width: 100%;
}

.lifeinformationSect__cont .contentWrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

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

.lifeinformationSect__cont .contentWrap__item .combWrap .head {
  font-size: 24px;
}

.lifeinformationSect__cont .contentWrap__item .combWrap .head .text-sm {
  font-size: 16px;
  font-weight: normal;
}

.lifeinformationSect__cont .contentWrap__item .combWrap .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__cont .contentWrap__item .combWrap .txt {
    font-size: 16px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentWrap__item .combWrap .txt {
    font-size: 14px;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.lifeinformationSect__cont .contentSubwrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.lifeinformationSect__cont .contentSubwrap__item {
  background-color: #262c1e;
  color: #ffffff;
  display: grid;
  font-family: "Cinzel", serif;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, auto);
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item {
    grid-template-columns: 1fr 29.2%;
  }
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .photo {
    grid-area: 1 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .photo {
    grid-area: 1 / 2 / 2 / 3;
    margin-right: -.2px;
    margin-top: -.2px;
  }
}

.lifeinformationSect__cont .contentSubwrap__item .title {
  font-size: 24px;
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .title {
    padding: 20px 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .title {
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 20px;
  }
}

.lifeinformationSect__cont .contentSubwrap__item .txt {
  line-height: 1.4;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .txt {
    font-size: 14px;
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .contentSubwrap__item .txt {
    font-size: 12px;
    grid-area: 2 / 1 / 3 / 3;
  }
}

.lifeinformationSect__cont .mapWrap {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .lifeinformationSect__cont .mapWrap .touchFigure {
    height: 640px;
    margin: 0 calc(-24 / 390 * 100vw);
  }
}

.lifeinformationSect__cont .layoutList {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .lifeinformationSect + .lifeinformationSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinformationSect + .lifeinformationSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.location-wrap .headingWrap {
  font-family: "Cinzel", serif;
}

.location-wrap .headingWrap .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .location-wrap .headingWrap .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.location-wrap .headingWrap .head .enTtl {
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: normal;
}

.location-wrap .headingWrap .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .location-wrap .headingWrap .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .headingWrap .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.location-wrap .layoutList {
  display: grid;
}

@media screen and (min-width: 768px) {
  .location-wrap .layoutList {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .layoutList {
    gap: 24px 10px;
  }
}

@media screen and (min-width: 768px) {
  .location-wrap .layoutList--fiveCol {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .layoutList--fiveCol {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .location-wrap .layoutList--fourCol {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .layoutList--fourCol {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location-wrap .layoutList .descriptionCard {
  width: inherit;
}

.location-wrap .layoutList .descriptionCard__cont {
  margin-top: 10px;
}

.location-wrap .layoutList .descriptionCard .descriptionCard__ttl {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .location-wrap .layoutList .descriptionCard .descriptionCard__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .layoutList .descriptionCard .descriptionCard__ttl {
    font-size: 14px;
  }
}

.location-wrap .layoutList .descriptionCard .descriptionCard__ttl:before {
  content: none;
}

.location-wrap .layoutList .descriptionCard .descriptionCard__txt {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .location-wrap .layoutList .descriptionCard .descriptionCard__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .layoutList .descriptionCard .descriptionCard__txt {
    font-size: 14px;
  }
}

.location-wrap .note {
  color: #666666;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .location-wrap .note {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .location-wrap .note {
    margin-top: 120px;
  }
}

.mainSect__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c9bc9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mainSect__head {
    height: 267px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__head {
    height: 230px;
  }
}

.mainSect__head:after {
  background-color: #262c1e;
  content: '';
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.mainSect__head .heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mainSect__head .heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__head .heading {
    font-size: calc(28 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mainSect__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.mainSect__cont .mainWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .mainSect__cont .mainWrap .photo {
    margin-left: calc(-24 / 390 * 100vw);
    width: 100vw;
  }
}

.mainSect__cont .mainWrap .photo img {
  height: auto;
  width: 100%;
}

.mainSect__cont .contentWrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .mainSect__cont .contentWrap {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont .contentWrap {
    grid-template-columns: 1fr;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.mainSect__cont .contentWrap__item .combWrap .head {
  font-size: 24px;
}

.mainSect__cont .contentWrap__item .combWrap .head .text-sm {
  font-size: 16px;
}

.mainSect__cont .contentWrap__item .combWrap .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .mainSect__cont .contentWrap__item .combWrap .txt {
    font-size: 16px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__cont .contentWrap__item .combWrap .txt {
    font-size: 14px;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.mainSect__map {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mainSect__map {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__map {
    margin-top: 64px;
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .mainSect__map .photo:nth-child(1) {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(1) {
    width: 100%;
  }
}

.mainSect__map .photo:nth-child(1) .photo__capIn {
  bottom: -5px;
  right: -5px;
}

.mainSect__map .photo:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(2) {
    width: 100px;
  }
}

.mainSect__map .photo:nth-child(3) {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mainSect__map .photo:nth-child(3) {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .mainSect + .mainSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .mainSect + .mainSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.relaxationSect {
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.relaxationSect:after {
  background-color: #262c1e;
  content: '';
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .relaxationSect:after {
    height: calc(100% + 128px);
    top: -64px;
  }
}

@media screen and (max-width: 768px) {
  .relaxationSect:after {
    height: calc(100% + 128px);
    top: -64px;
  }
}

@media screen and (max-width: 768px) {
  .relaxationSect__head {
    line-height: 1.4;
  }
}

.relaxationSect__head .heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .relaxationSect__head .heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .relaxationSect__head .heading {
    font-size: calc(28 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .relaxationSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .relaxationSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .relaxationSect + .relaxationSect {
    margin-top: 60px;
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .relaxationSect + .relaxationSect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1248px;
    width: calc(1248 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--location .keyVisual__desc .pageTtl .en {
    letter-spacing: -.02em;
  }
}

@media screen and (min-width: 768px) {
  .location-relaxationArea {
    margin-top: 184px;
  }
}

@media screen and (max-width: 768px) {
  .location-relaxationArea {
    margin-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .location-lifeinformationArea {
    margin-top: 184px;
  }
}

@media screen and (max-width: 768px) {
  .location-lifeinformationArea {
    margin-top: 144px;
  }
}
