@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	デザインページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
@media screen and (min-width: 768px) {
  .c-button .c-button_btn.back {
    width: min(440px, 44rem);
    height: 9rem;
  }
}
.type .type-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
.type .type-info > .title {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.type .type-info > .title .name {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.type .type-info > .title .name ._l {
  margin-right: 0.7rem;
  font-size: 5.6rem;
  letter-spacing: 0;
}
.type .type-info > .title .layout {
  margin-top: 1rem;
  padding: 0.5rem 2.4rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.type .type-info > .title .label {
  position: absolute;
  z-index: 1;
  width: 5rem;
  top: 0;
  right: 0;
  transform: translate(30%, -60%);
}
.type .type-info .data {
  display: grid;
  gap: 0.8rem;
}
.type .type-info .data .item .title {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.type .type-info .data .item .num {
  margin-top: 0.3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.type .type-info .data .item .num ._l {
  font-size: 1.8rem;
  line-height: 1;
}
.type .type-info .data .item .tsubo {
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
.type .type-info .data .item .note {
  font-size: 0.8rem;
}
.type .type-info .data .main .title {
  font-size: 1.2rem;
}
.type .type-info .data .main .num, .type .type-info .data .main .tsubo {
  display: inline-block;
}
.type .type-info .data .main .num {
  font-size: 2rem;
}
.type .type-info .data .main .num ._l {
  font-size: 3rem;
}
.type .type-info .data .sub {
  display: grid;
  gap: 0.5rem;
}
.type .type-about {
  margin-top: 3rem;
}
.type .type-about .title {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
.type .type-about .txt {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.1em;
  text-align: center;
}
.type .type-point {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
.type .type-point .item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
}
.type .type-point .item .title {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.type .type-point .item .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .type .type-info {
    display: grid;
    gap: 3.5rem;
  }
  .type .type-info > .title {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    margin: 0 auto;
  }
  .type .type-info > .title .name {
    font-size: 3.4rem;
  }
  .type .type-info > .title .name ._l {
    margin-right: 1.4rem;
    font-size: 7.8rem;
  }
  .type .type-info > .title .layout {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
  .type .type-info .data {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
  .type .type-info .data .item .title {
    font-size: 1.4rem;
  }
  .type .type-info .data .item .num {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .type .type-info .data .item .num ._l {
    font-size: 2.3rem;
    line-height: 1;
  }
  .type .type-info .data .main {
    display: grid;
    align-items: baseline;
    gap: 0 1.8rem;
  }
  .type .type-info .data .main .title {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 1.6rem;
  }
  .type .type-info .data .main .num, .type .type-info .data .main .tsubo {
    display: initial;
  }
  .type .type-info .data .main .num {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 2.1rem;
  }
  .type .type-info .data .main .num ._m {
    font-size: 2.3rem;
  }
  .type .type-info .data .main .num ._l {
    font-size: 3.2rem;
  }
  .type .type-info .data .main .tsubo {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 1.3rem;
  }
  .type .type-info .data .sub {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    gap: 1.5rem 0.8rem;
    position: relative;
    text-align: right;
  }
  .type .type-info .data .sub::before {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #242424;
    content: "";
  }
  .type .type-info .data .sub .item {
    display: contents;
  }
  .type .type-info .data .sub .item .note {
    grid-column: span 2;
    margin-top: -1.5rem;
    font-size: 1rem;
  }
  .type .type-info .data .label {
    position: absolute;
    /*
    bottom: 70%;
    left: 110%;
    */
    left: 100%;
    top: 0;
    transform: translate(20%, -50%);
    width: 12rem;
  }
  .type .type-about {
    margin-top: 3.5rem;
  }
  .type .type-about .title {
    font-size: 2.4rem;
  }
  .type .type-about .txt {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2.28;
  }
  .type .type-point {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-top: 3.5rem;
  }
  .type .type-point .item {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .type .type-point .item .title {
    font-size: 1.8rem;
  }
  .type .type-point .item .txt {
    font-size: 1.5rem;
    text-align: center;
  }
}
.plan {
  margin-top: 3rem;
}
.plan .plan-tab .title {
  position: relative;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #AD9D8A;
  color: #FFF;
  text-align: center;
  transition: 0.3s;
}
.plan .plan-tab .title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  z-index: 2;
  width: 2rem;
  aspect-ratio: 2/1;
  background: #AD9D8A;
  clip-path: polygon(0% 0, 100% 0%, 50% 100%);
  transition: 0.3s;
  content: "";
}
.plan .plan-tab.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.plan .plan-tab.col-2 .title:not(.is-active) {
  background: #D5D0CA;
}
.plan .plan-tab.col-2 .title:not(.is-active)::after {
  opacity: 0;
}
.plan .plan-cont .item {
  display: none;
  background: #FFF;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
.plan .plan-cont .item.is-active {
  display: block;
}
.plan .plan-cont .plan-legend {
  margin: 2em 0;
  text-align: right;
}
.plan .plan-cont .plan-legend img {
  width: auto;
  height: 1em;
}

@media screen and (min-width: 768px) {
  .plan {
    margin-top: 4.5rem;
  }
  .plan .plan-tab .title {
    padding: 1.5rem;
    font-size: 1.7rem;
  }
  .plan .plan-tab .title::after {
    width: 3.5rem;
    aspect-ratio: 35/13;
  }
  .plan .plan-cont .item {
    padding: 10rem 22rem;
  }
  .plan .plan-cont .plan-legend img {
    height: 1.2em;
  }
}
.image {
  margin-top: 5rem;
  padding-bottom: 8rem;
}
.image .title {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.image .image-wrap {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .image {
    margin-top: 6rem;
    padding-bottom: 12rem;
  }
  .image .title {
    font-size: 4rem;
  }
  .image .image-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=detail.css.map */
