@charset "UTF-8";

.type {
  padding: 200px 0 100px;
  background: #94adab;
}

.type.single {
  background: #f4efe7;
}

.type .container {
  max-width: 1160px;
  background: #fff;
}

.typeHead {
  padding: 60px 80px 0;
  margin-bottom: 80px;
}

.typeHead .row01 {
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.typeHead .row01 .lb {
  margin-right: 10px;
  padding: 10px 15px;
  line-height: 1.2;
  background: url(../imgs/bg-type.jpg) no-repeat center center / cover;
  font-size: 20px;
  position: relative;
  color: #fff;
  text-align: center;
}

.typeHead .row01 .lb::after {
  content: '';
  width: 3px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: 2px solid #fff;
}

.typeHead .row01 .lb>span {
  display: block;
  font-size: 11px;
}

.typeHead .row01 .lb sup {
  font-size: 10px;
}

.typeHead .row01 .txt {
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}

.typeHead .row01 .name {
  padding-right: 20px;
  font-size: 28px;
  color: #94adab;
  font-family: 'Libre Caslon Display', serif;
}

.single .typeHead .row01 .name {
  color: #d7344c;
}

.typeHead .row01 .name span {
  font-size: 56px;
}

.typeHead .row01 .ldk {
  font-size: 25px;
  color: #000;
  border-left: 1px solid #94adab;
  padding-left: 20px;
  font-family: 'Libre Caslon Display', serif;
}

.typeHead .row01 .ldk span {
  font-size: 39px;
}

.typeHead .row02 .caption {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.typeHead .row02 ul {
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
}

.typeHead .row02 .area {
  line-height: 1;
}

.typeHead .row02 .area span:nth-child(1) {
  font-size: 14px;
}

.typeHead .row02 .area span:nth-child(2) {
  font-size: 53px;
  font-family: 'Libre Caslon Display', serif;
}

.typeHead .row02 .area span:nth-child(3) {
  font-size: 40px;
  font-family: 'Libre Caslon Display', serif;
}

.typeHead .row02 .area span:nth-child(4) {
  font-size: 17px;
}

.typeHead .row02 .balcony {
  line-height: 1;
}

.typeHead .row02 .balcony p:not(:last-child) {
  margin-bottom: 10px;
}

.typeMap {
  text-align: center;
  margin-bottom: 80px;
}

.type-s74a1g {
  max-width: 569px
}

.type-s73a1g {
  max-width: 576px
}

.type-e69a1 {
  max-width: 540px
}

.type-w100ar {
  max-width: 899px
}

.type-w70a {
  max-width: 597px
}

.type-w75a {
  max-width: 597px
}

.type-w65a2 {
  max-width: 597px
}

.type-s94ar {
  max-width: 965px
}

.type-s90a1 {
  max-width: 628px
}

.type-s72b {
  max-width: 531px
}

.type-s72c {
  max-width: 531px
}

.type-s59a {
  max-width: 459px
}

.type-e80a {
  max-width: 645px
}

.type-s80ar {
  max-width: 788px
}

.type-w35a {
  max-width: 363px
}

.type-w36a {
  max-width: 402px
}

.type-w37ar {
  max-width: 556px
}

.type-w37b {
  max-width: 369px
}

.type-w37c {
  max-width: 377px
}

.type-w37d1 {
  max-width: 373px
}

.type-w37d2 {
  max-width: 373px
}

.type-w38a {
  max-width: 368px
}

.haichi {
  background-color: #f2f2f2;
  padding: 25px 25px 35px;
  width: 95%;
  margin: 0 auto 15px;
}

.haichi .tit {
  color: #94adab;
  font-family: 'Libre Caslon Display', serif;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

.single .haichi .tit {
  color: #d7344c;

}



.haichi .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.haichi .inner .ridge {
  flex-basis: 35%;
}

.haichi .inner .danmen {
  flex-basis: 60%;
  text-align: center;
}

.haichi .inner .danmen .danmen-s {
  max-width: 600px;
}

.haichi .inner .danmen .danmen-w {
  max-width: 390px;
}

.haichi .inner .danmen .danmen-e {
  max-width: 300px;
}


.typeNote {
  padding: 0 30px 30px;
}




.typeNote ul {
  justify-content: flex-start;
  gap: 20px;
  margin: 10px auto;
}

.typeNote ul img {
  margin-right: 2px;
}

.type .btnBack {
  width: 106px;
  border-radius: 50%;
  margin: 50px auto 0;
  transition: 0.3s;
}

.type .btnBack:hover {
  box-shadow: 8px 8px 0px 0px rgba(195, 195, 195, .9);
  transform: translateY(-8px);
}

@media screen and (max-width: 767px) {
  .type {
    padding: 100px 0 60px;
  }

  .type .container {
    padding: 20px 20px;
  }

  .typeHead {
    margin-bottom: 40px;
    padding: 0;
  }

  .typeHead .row01 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .typeHead .row01 .lb {
    max-width: 240px;
    margin: 0 auto 20px;
  }

  .typeHead .row01 .txt {
    gap: 10px;
  }

  .typeHead .row01 .name {
    font-size: 4vw;
    padding-right: 10px;
  }

  .typeHead .row01 .name span {
    font-size: 7vw;
  }

  .typeHead .row01 .ldk {
    font-size: 3.5vw;
    padding-left: 10px;
  }

  .typeHead .row01 .ldk span {
    font-size: 6vw;
  }

  .typeHead .row02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .typeHead .row02 .caption {
    order: 2;
    width: 100%;
    margin: 0;
  }

  .typeHead .row02 ul {
    order: 1;
    width: 100%;
    display: block;
    text-align: center;
  }

  .typeHead .row02 .area {
    margin-bottom: 10px;
  }

  .typeHead .row02 .area span:nth-child(1) {
    font-size: 3.5vw;
  }

  .typeHead .row02 .area span:nth-child(2) {
    font-size: 8vw;
  }

  .typeHead .row02 .area span:nth-child(3) {
    font-size: 6vw;
  }

  .typeHead .row02 .area span:nth-child(4) {
    font-size: 4vw;
  }

  .typeHead .row02 {
    text-align: left;
    gap: 20px;
  }

  .typeHead .row02 li {
    width: 100%;
  }

  .typeMap {
    margin-bottom: 40px;
  }

  .typeNote {
    padding: 0;
  }

  .typeNote ul {
    gap: 10px;
  }

  .type .btnBack {
    width: 80px;
  }


  .type-s74a1g,
  .type-e69a1,
  .type-w100ar,
  .type-w75a,
  .type-s94ar,
  .type-s90a1,
  .type-s72b,
  .type-s59a,
  .type-e80a,
  .type-s80ar {
    max-width: 100%
  }

  .haichi .inner {
    flex-wrap: wrap;
  }

  .haichi .inner .ridge {
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .haichi .inner .danmen {
    flex-basis: 100%;
    text-align: center;
  }
}