@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
main {
  background: #fff;
}

.elem_pc {
  display: contents;
}

@media screen and (min-width: 769px) {
  .elem_sp {
    display: contents;
  }
  .elem_pc {
    display: revert;
  }
}
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv .p-title {
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  font-size: 1.8rem;
  color: #231815;
}

@media screen and (min-width: 769px) {
  .mv .p-title {
    height: 20rem;
    line-height: 20rem;
    font-size: 5.4rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.plan_data-wrap {
  margin-bottom: 2rem;
}

.plan_data-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.plan_data-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.plan_data {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-blend-mode: multiply;
}
.plan_data .plan_data-inner {
  position: relative;
  z-index: 1;
  width: 96%;
  margin: 0 auto;
}
.plan_data .elem_sp .plan_data-inner {
  display: grid;
  grid-template-columns: 9.4rem 1fr;
  gap: 0.8rem;
  align-items: center;
}
.plan_data .plan_data-namebox {
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.plan_data .plan_data-namebox .name {
  line-height: 1;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}
.plan_data .plan_data-namebox .name ._l {
  font-size: 3em;
}
.plan_data .plan_data-namebox .layout {
  padding-top: 0.3rem;
  line-height: 1;
  font-size: 2rem;
}
.plan_data .plan_data-areabox .area {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: center;
}
.plan_data .plan_data-areabox .area .ttl {
  font-size: 0.8rem;
}
.plan_data .plan_data-areabox .area .body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
}
.plan_data .plan_data-areabox .area .body .en {
  line-height: 1;
  font-size: 1.6rem;
}
.plan_data .plan_data-areabox .area .body .en ._l {
  font-size: 2em;
}
.plan_data .plan_data-areabox .area .body .jp {
  line-height: 1;
  font-size: 1rem;
  transform: translateY(-80%);
}
.plan_data .plan_data-areabox .add_data,
.plan_data .plan_data-areabox .plan_data-attent {
  font-size: 1rem;
}

.merrit {
  padding: 0 0.8rem;
  color: #231815;
  border-left: 3px solid #231815;
}
.merrit .item {
  padding-left: 1.3em;
  text-indent: -1.6em;
  font-size: 1rem;
}
.merrit .item + .item {
  margin-top: 0.8em;
}
.merrit .item::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.6rem;
  border: 1px solid #231815;
}

.layout_image {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.layout_image .floor {
  margin-bottom: 2rem;
}
.layout_image .layout {
  position: relative;
  z-index: 1;
  margin: 0 auto 2rem;
}
.layout_image .layout .info {
  height: 1.2rem;
  margin: 1rem 0;
}
.layout_image .layout .info img {
  display: block;
  width: auto;
  height: 100%;
}
.layout_image .button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
}
.layout_image .button .button_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
  flex: 0 0 13rem;
  width: 13rem;
  height: 3rem;
  font-size: 1.2rem;
  background: linear-gradient(to right, #b29636 0%, #4f3a13 100%);
}
.layout_image .button .button_btn .icon {
  width: 1em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .plan_data-wrap {
    margin-bottom: 7rem;
  }
  .plan_data {
    margin-bottom: 0;
    padding: 0 0 5rem;
  }
  .plan_data .plan_data-inner {
    width: 94rem;
    border-left: 4px solid #fff;
  }
  .plan_data .elem_sp .plan_data-inner {
    grid-template-columns: auto 1fr;
    gap: 4rem;
    padding: 5rem 0 3rem 4rem;
  }
  .plan_data .plan_data-namebox {
    border-right: 1px solid #fff;
    border-left: none;
  }
  .plan_data .plan_data-namebox .name {
    padding-right: 4rem;
    font-size: 2.4rem;
  }
  .plan_data .plan_data-namebox .layout {
    margin-top: 0.5rem;
    text-align: left;
    font-size: 4rem;
  }
  .plan_data .plan_data-areabox .area {
    gap: 0.6rem;
  }
  .plan_data .plan_data-areabox .area .ttl {
    font-size: 1.6rem;
  }
  .plan_data .plan_data-areabox .area .body .en {
    font-size: 3.6rem;
  }
  .plan_data .plan_data-areabox .area .body .jp {
    font-size: 2.2rem;
  }
  .plan_data .plan_data-areabox .add_data,
  .plan_data .plan_data-areabox .plan_data-attent {
    font-size: 1.6rem;
  }
  .merrit {
    padding: 0 0.8rem;
    color: #fff;
    border-left: none;
  }
  .merrit .item {
    padding-left: 5rem;
    text-indent: -2.3rem;
    font-size: 1.8rem;
  }
  .merrit .item + .item {
    margin-top: 0;
  }
  .merrit .item::before {
    margin-right: 0.6rem;
    border: 1px solid #fff;
  }
  .layout_image {
    width: 128rem;
    padding-bottom: 6.4rem;
  }
  .layout_image .floor {
    margin-bottom: 2rem;
    text-align: right;
  }
  .layout_image .floor img {
    width: 58rem;
  }
  .layout_image .layout {
    margin: 0 auto 4.8rem;
  }
  .layout_image .layout .info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 2rem;
  }
  .layout_image .button {
    column-gap: 6rem;
  }
  .layout_image .button .button_btn {
    column-gap: 0.5em;
    flex: 0 0 32rem;
    width: 32rem;
    height: 6.4rem;
    font-size: 2.8rem;
  }
}
.attent {
  padding-top: 2rem;
  background: #000;
}

@media screen and (min-width: 769px) {
  .attent {
    padding: 3rem 0 6rem;
  }
}
.type_a .layout {
  text-align: center;
}
.type_a .layout img {
  width: 18.24rem;
}
.type_a .layout .info {
  transform: translateX(10%);
}

.type_g .layout {
  text-align: center;
}
.type_g .layout img {
  width: 34.4rem;
}

.type_h .layout {
  text-align: center;
}
.type_h .layout img {
  width: 21.36rem;
}

.type_d .layout {
  text-align: center;
}
.type_d .layout img {
  width: 14.88rem;
}

.type_b .layout {
  text-align: center;
}
.type_b .layout img {
  width: 14.64rem;
}

.type_c .layout {
  text-align: center;
}
.type_c .layout img {
  width: 14.16rem;
}

.type_cg .mincho {
  font-family: "EB Garamond", serif;
}
.type_cg .layout {
  text-align: center;
}
.type_cg .layout img {
  width: 17.04rem;
}

.type_e .layout {
  text-align: center;
}
.type_e .layout img {
  width: 14.64rem;
}

.type_f .layout {
  text-align: center;
}
.type_f .layout img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .type_a .layout {
    text-align: center;
  }
  .type_a .layout img {
    width: 71.76rem;
  }
  .type_a .layout .info {
    transform: translateX(40%);
  }
  .type_g .layout {
    text-align: center;
  }
  .type_g .layout img {
    width: 156.72rem;
    margin-left: -10%;
  }
  .type_h .layout {
    text-align: center;
  }
  .type_h .layout img {
    width: 82.32rem;
  }
  .type_h .layout .info {
    left: auto;
    right: 0;
    transform: translateX(-86%);
  }
  .type_d .layout img {
    width: 66.72rem;
  }
  .type_d .layout .info {
    left: 0;
    transform: translateX(10rem);
  }
  .type_b .layout img {
    width: 66.24rem;
  }
  .type_b .layout .info {
    left: 0;
    transform: translateX(10rem);
  }
  .type_c .layout img {
    width: 63.84rem;
  }
  .type_c .layout .info {
    left: 0;
    transform: translateX(10rem);
  }
  .type_cg .layout img {
    width: 77.04rem;
  }
  .type_cg .layout .info {
    left: 0;
    transform: translateX(4rem);
  }
  .type_e .layout img {
    width: 61.68rem;
  }
  .type_e .layout .info {
    left: 0;
    transform: translateX(10rem);
  }
  .type_f .layout img {
    width: 100%;
  }
  .type_f .layout .info {
    left: 0;
    transform: translateX(10rem);
  }
}
/*# sourceMappingURL=detail.css.map */
