.trad {
  position: relative;
}
.trad .l-content .en {
  font-family: "Teko", serif;
}
.trad .c-title--page--full {
  height: 100%;
}
.trad .c-title--page--full__inner {
  max-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.trad .c-title--page--full .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trad .c-section {
  padding-top: 65px;
}
@media screen and (min-width: 769px) {
  .trad .c-section {
    padding-top: 130px;
  }
}
.trad .c-section__head {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .trad .c-section__head {
    margin-bottom: 40px;
  }
}
.trad .c-section__head-lead {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .trad .c-section__head-lead {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
.trad .c-section figure {
  position: relative;
}
.trad .c-section figure figcaption {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .trad .c-section figure figcaption {
    font-size: 1.4rem;
  }
}
.trad .c-section figure figcaption._bk {
  color: #000 !important;
  background: none;
  text-shadow: none;
}
.trad .p-thetrad {
  padding: 80px 0 0;
}
@media screen and (min-width: 769px) {
  .trad .p-thetrad {
    padding: 114px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .trad .p-thetrad__body {
    max-width: 100%;
    padding: 0;
  }
}
.trad .p-thetrad__building {
  background: #C9C9C9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(201, 201, 201)), to(rgb(148, 148, 148)));
  background: linear-gradient(180deg, rgb(201, 201, 201) 0%, rgb(148, 148, 148) 100%);
  padding: 50px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trad .p-thetrad__building figcaption {
  position: absolute;
  right: 15px;
  bottom: 10px;
  text-shadow: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .trad .p-thetrad__building {
    padding: 50px 0;
  }
  .trad .p-thetrad__building img {
    max-width: 352px;
  }
  .trad .p-thetrad__building figcaption {
    right: 10px;
  }
}
.trad .p-private__box {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
.trad .p-private__box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .trad .p-private__box:not(:last-child) {
    margin-bottom: 100px;
  }
}
.trad .p-private__box figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  text-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 8px 15px;
  text-align: right;
}
.trad .p-private__box > h3 {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .trad .p-private__box > h3 {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}
.trad .p-private__box > p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.trad .p-private__box > p.note {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #858585;
}
@media screen and (min-width: 769px) {
  .trad .p-private__box > p.note {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .trad .p-plan__body .l-inner {
    max-width: 100%;
    padding: 0;
  }
}
.trad .p-plan__space {
  background: #C9C9C9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 112, 112)), to(rgb(88, 84, 86)));
  background: linear-gradient(180deg, rgb(112, 112, 112) 0%, rgb(88, 84, 86) 100%);
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__space {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 90px 0;
    gap: min(6.484vw, 108px);
  }
}
.trad .p-plan__space li {
  text-align: center;
}
.trad .p-plan__space li h3 {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 20px;
  max-width: 190px;
  margin: 0 auto 20px;
  color: #fff;
  border: 1px solid #E0E0E0;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__space li h3 {
    font-size: min(0.937vw, 15.6px);
    padding: 6px 10px;
    margin-bottom: 40px;
  }
}
.trad .p-plan__space li:first-child figure {
  max-width: 372px;
}
.trad .p-plan__space li:last-child figure {
  max-width: 480px;
}
.trad .p-plan__type {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1281px) {
  .trad .p-plan__type {
    padding: 0 60px;
  }
}
.trad .p-plan__type-madori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori {
    gap: 0;
    -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;
  }
}
.trad .p-plan__type-madori-txt-ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-madori-txt-ttl {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}
.trad .p-plan__type-madori-txt-ttl strong {
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 0.2rem;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-madori-txt-ttl strong {
    margin-right: 0.5rem;
    font-size: 3.8rem;
  }
}
.trad .p-plan__type-madori-txt-ttl span {
  font-size: 80%;
}
.trad .p-plan__type-madori-txt-floor strong {
  margin-left: 0.5rem;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-madori-txt-floor strong {
    margin-left: 1rem;
  }
}
.trad .p-plan__type-madori-txt-area {
  margin: 1rem 0;
  font-size: 1rem;
  color: #707070;
}
.trad .p-plan__type-madori-txt-area p + p {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-madori-txt-area {
    margin: 3rem 0;
    font-size: 1.3rem;
  }
  .trad .p-plan__type-madori-txt-area p + p {
    margin-top: 0.5rem;
  }
}
.trad .p-plan__type-madori-info .hanrei__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: min(1.081vw, 18px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori-info .hanrei__icon {
    gap: min(4vw, 18px);
  }
}
.trad .p-plan__type-madori-info .hanrei__icon > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori-info .hanrei__icon > * {
    gap: min(1.333vw, 6px);
  }
}
.trad .p-plan__type-madori-info .hanrei__icon > *::before {
  content: "";
  display: block;
  width: min(1.801vw, 30px);
  height: min(0.72vw, 12px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori-info .hanrei__icon > *::before {
    width: min(6.667vw, 30px);
    height: min(2.667vw, 12px);
  }
}
.trad .p-plan__type-madori-info .hanrei__icon > *::after {
  font-size: min(1.009vw, 16.8px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori-info .hanrei__icon > *::after {
    font-size: min(2.667vw, 12px);
  }
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei1]::before {
  background-image: url(../img/plan/i-yukadan.svg);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei1]::after {
  content: attr(data-hanrei1);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei2]::before {
  background-image: url(../img/plan/i-shuno.svg);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei2]::after {
  content: attr(data-hanrei2);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei3]::before {
  background-image: url(../img/plan/i-tsufu.svg);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei3]::after {
  content: attr(data-hanrei3);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei4]::before {
  background-image: url(../img/plan/i-saiko.svg);
}
.trad .p-plan__type-madori-info .hanrei__icon > *[data-hanrei4]::after {
  content: attr(data-hanrei4);
}
.trad .p-plan__type-madori-info p {
  font-size: 1rem;
  color: #707070;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-madori-info p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori-info.spObj {
    width: 100%;
    margin-top: 1rem;
  }
  .trad .p-plan__type-madori-info.spObj ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trad .p-plan__type-madori-info.spObj p {
    font-size: 1rem;
  }
}
.trad .p-plan__type-madori > figure {
  width: 100%;
  border: 1px solid #DBDBDB;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-madori > figure {
    padding: 20px 0;
    margin-top: 2rem;
  }
}
.trad .p-plan__type-madori > figure button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 20px;
}
@media screen and (min-width: 1025px) {
  .trad .p-plan__type-madori > figure button {
    width: 57px;
    height: 57px;
    right: 25px;
    top: 30px;
  }
}
.trad .p-plan__type-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(3.602vw, 60px);
  margin-top: 40px;
  background: url(../img/trad/bg_plan_wh.png) no-repeat left top/cover;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type-feature {
    gap: 30px;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .trad .p-plan__type-feature {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.trad .p-plan__type-feature-txt {
  width: 100%;
  padding: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-feature-txt {
    padding: min(2.882vw, 48px) 0 min(2.882vw, 48px) min(3.602vw, 60px);
    font-size: min(1.209vw, 1.5rem);
  }
}
.trad .p-plan__type-feature-txt-ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #A79D70;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-feature-txt-ttl {
    font-size: 1.8rem;
  }
}
.trad .p-plan__type-feature-txt-subttl {
  font-size: 1.8rem;
  color: #A79D70;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-feature-txt-subttl {
    font-size: 2.6rem;
  }
}
.trad .p-plan__type-feature-txt p:not(.p-plan__type-feature-txt-subttl) {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-feature figure {
    height: 440px;
  }
}
@media screen and (min-width: 769px) {
  .trad .p-plan__type-feature figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100%;
       object-position: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .trad .p-plan__type-feature figure {
    min-width: 420px;
  }
}
.trad .p-plan__type-feature figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
.trad .p-plan__type:nth-child(even) .p-plan__type-madori {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .trad .p-plan__type:nth-child(even) .p-plan__type-madori {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trad .p-plan__type:nth-child(even) .p-plan__type-feature {
  background: url(../img/trad/bg_plan_bk.png) no-repeat left top/cover;
  color: #fff;
}
.trad .p-quality__body {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body {
    max-width: 1200px;
    padding: 0;
  }
}
.trad .p-quality__body .swiper:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body .swiper:not(:last-child) {
    margin-bottom: 100px;
  }
}
.trad .p-quality__body .swiper h3 {
  width: calc(100% - 60px);
  max-width: 500px;
  font-size: 1.8rem;
  background: #F4F4F4;
  padding: 4px 20px;
  text-align: center;
  color: #585657;
  margin: 0 auto 12px;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body .swiper h3 {
    width: 100%;
    max-width: 1080px;
    font-size: 2rem;
    margin: 0 auto 30px;
  }
}
.trad .p-quality__body .swiper-inner {
  position: relative;
  max-width: 1080px;
  width: calc(100% - 60px);
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.trad .p-quality__body .swiper-inner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.trad .p-quality__body .swiper-inner .swiper-wrapper figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
.trad .p-quality__body .swiper-inner .swiper-wrapper h4 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body .swiper-inner .swiper-wrapper h4 {
    font-size: 1.3rem;
  }
}
.trad .p-quality__body .swiper-button-prev,
.trad .p-quality__body .swiper-button-next {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body .swiper-button-prev,
  .trad .p-quality__body .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.trad .p-quality__body .swiper-button-prev::before,
.trad .p-quality__body .swiper-button-next::before {
  background: #585657;
  border: none;
}
.trad .p-quality__body .swiper-button-prev::after,
.trad .p-quality__body .swiper-button-next::after {
  color: #fff;
}
.trad .p-quality__body .swiper-button-prev {
  right: auto;
  left: 0px !important;
}
.trad .p-quality__body .swiper-button-next {
  left: auto;
  right: 0px !important;
}
.trad .p-quality__body .swiper-pagination {
  margin-top: 20px;
  gap: 6px;
}
.trad .p-quality__body .swiper-pagination span {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #999;
}
.trad .p-quality__body .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .trad .p-quality__body .swiper-pagination {
    display: none;
  }
}
/*# sourceMappingURL=trad.css.map */