@charset "UTF-8";
/*
Theme Name: Brunelleschi-child
Template: Brunelleschi
*/
/*===furniture============================*/
.p-fv {
  background-image: url(../img/furnituretopimg.webp) !important;
  background-size: cover !important;
}

.p-furniture {
  box-sizing: border-box;
}
.p-furniture a:hover {
  opacity: 0.7;
}

.p-furniture-copy {
  position: absolute;
  top: 260px;
  right: 10%;
  color: #fff;
  font-size: 2rem;
  padding: 30px;
  max-width: 460px;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
}
.p-furniture-copy h2 {
  font-size: 60px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-furniture-copy h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-furniture-copy p {
    font-size: 14px;
  }
}

section.p-furniture {
  padding: 10px;
}
section.p-furniture-category {
  padding-top: 200px;
}
section.p-furniture-category h2 {
  font-size: 48px;
  color: #243840;
  text-align: center;
  font-weight: bold;
}
section.p-furniture-category h2 span {
  display: block;
  font-size: 12px;
}
section.p-furniture .p-furniture-inner {
  max-width: 1200px;
  margin: 20px auto 0;
}
section.p-furniture-category {
  padding-top: 200px;
}

.representative {
  max-width: 1100px;
  background-color: #243840;
  display: flex;
  justify-content: space-around;
  padding: 5%;
  gap: 5%;
  margin: 0 auto;
  box-shadow: 5px 5px 10px 0px #595959;
  position: relative;
}
.representative h2 {
  position: absolute;
  font-size: 48px;
  color: #243840;
  font-weight: bold;
  left: 0;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .representative {
    display: block;
    max-width: 480px;
  }
}
.representative > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .representative > div {
    width: 100%;
  }
}
.representative div.postMapWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.representative div.postMapWrap .representativeTxt {
  color: #fff;
  padding-bottom: 20px;
  text-align: left;
}
.representative div.postMapWrap .floorPlan {
  position: relative;
  padding-bottom: 50px;
}
.representative div.postMapWrap .floorPlan li.fpLink {
  position: absolute;
  display: block;
  background-color: #243840;
  width: 15%;
  padding: 0 2%;
  text-align: center;
  cursor: pointer;
}
.representative div.postMapWrap .floorPlan li.fpLink:hover {
  opacity: 0.7;
}
.representative div.postMapWrap .floorPlan li.fpLink::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  background-color: #d1b73d;
  color: #243840;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
}
.representative div.postMapWrap .floorPlan li.fpLink.active {
  background-color: #960641;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(1) {
  left: 14%;
  top: 25%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(1)::before {
  content: "1";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(2) {
  left: 18%;
  top: 40%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(2)::before {
  content: "2";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(3) {
  left: 25%;
  top: 52%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(3)::before {
  content: "3";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(4) {
  left: 56%;
  top: 52%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(4)::before {
  content: "4";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(5) {
  left: 47%;
  top: 4%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(5)::before {
  content: "5";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(6) {
  left: 55%;
  top: 25%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(6)::before {
  content: "6";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(7) {
  left: 75%;
  top: 35%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(7)::before {
  content: "7";
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(8) {
  left: 25%;
  top: 80%;
}
.representative div.postMapWrap .floorPlan li.fpLink:nth-of-type(8)::before {
  content: "8";
}
.representative div.postImgWrap ul.postImg {
  overflow: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.representative div.postImgWrap ul.postImg li {
  scroll-snap-align: center;
  display: inline-block;
  width: 100%;
}
.representative div.postImgWrap ul.postImg li .postdata-img {
  padding-bottom: 20px;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.representative div.postImgWrap ul.postImg li .postdata-txt {
  display: flex;
  justify-content: space-between;
}
.representative div.postImgWrap ul.postImg li .postdata-txt p {
  color: #fff;
  white-space: pre-wrap;
  text-align: left;
}
.representative div.postImgWrap ul.postImg li .postdata-txt a {
  display: block;
  background-color: #d1b73d;
  padding: 5px 10px;
  font-weight: bold;
  height: fit-content;
}

section.allFurnitures {
  box-sizing: border-box;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  border: #e9ebec 1px solid;
}
@media screen and (max-width: 768px) {
  section.allFurnitures {
    flex-flow: column-reverse;
    max-width: 480px;
  }
}
section.allFurnitures div.furniturePosts {
  width: 80%;
  display: grid;
  grid-template-columns: [ttl-start] minmax(0, 1fr) [ttl-end post1-start] minmax(0, 1fr) [post1-end post2-start] minmax(0, 1fr) [post2-end post3-start] minmax(0, 1fr) [post3-end];
  justify-content: space-between;
  height: fit-content;
  border: #e9ebec 1px solid;
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.furniturePosts {
    width: 100%;
    grid-template-columns: [ttl-start] minmax(0, 1fr) [ttl-end post1-start] minmax(0, 1fr) [post1-end];
  }
}
section.allFurnitures div.furniturePosts div.ttlBox {
  max-width: 240px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  grid-column-start: ttl-start;
  grid-column-end: ttl-end;
  background-color: #243840;
  border: solid 1px #e9ebec;
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.furniturePosts div.ttlBox {
    min-width: 50%;
  }
}
section.allFurnitures div.furniturePosts div.ttlBox h2 {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
section.allFurnitures div.furniturePosts div.ttlBox h2 span {
  display: block;
  color: #d1bfb0;
  font-weight: normal;
  font-size: 70%;
  text-transform: capitalize;
}
section.allFurnitures div.furniturePosts div.ttlBox a {
  color: #d1b73d;
  font-weight: bold;
  text-align: right;
}
section.allFurnitures div.furniturePosts div.ttlBox:nth-of-type(3n-1) {
  background-color: #403501;
}
section.allFurnitures div.furniturePosts div.ttlBox:nth-of-type(3n) {
  background-color: #152126;
}
section.allFurnitures div.furniturePosts artcile.postBox {
  border: solid 1px #e9ebec;
  max-width: 240px;
  width: 100%;
}
section.allFurnitures div.furniturePosts artcile.postBox img {
  max-width: 100%;
}
section.allFurnitures div.furniturePosts artcile.postBox .postTxt {
  width: 90%;
  margin: 0 auto;
}
section.allFurnitures div.furniturePosts artcile.postBox .postTxt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: preserve nowrap;
  margin-bottom: 3rem;
}
section.allFurnitures div.furniturePosts artcile.postBox .postTxt a.vm {
  display: block;
  text-align: right;
  font-size: 80%;
  font-weight: bold;
}
section.allFurnitures div.furniturePosts .tax_childTtl {
  display: flex;
  flex-wrap: wrap;
  grid-column-start: ttl-start;
  grid-column-end: post3-end;
  background-color: #243840;
  color: #fff;
  align-items: center;
  padding: 10px 40px;
  position: relative;
  margin-top: 2rem;
}
section.allFurnitures div.furniturePosts .tax_childTtl:first-of-type {
  margin-top: 0;
}
section.allFurnitures div.furniturePosts .tax_childTtl::before {
  content: "";
  position: absolute;
  display: block;
  height: 70%;
  border-left: #fff 4px solid;
  left: 20px;
}
section.allFurnitures div.furniturePosts .tax_childTtl span {
  display: block;
  width: 100%;
  color: #d1bfb0;
  font-weight: normal;
  font-size: 70%;
  text-transform: capitalize;
}
section.allFurnitures div.categoryList {
  width: 20%;
  /*三角矢印アイコン*/
}
section.allFurnitures div.categoryList input {
  display: none;
}
section.allFurnitures div.categoryList input:checked ~ .content {
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
}
section.allFurnitures div.categoryList input:checked ~ label .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.categoryList {
    width: 100%;
  }
}
section.allFurnitures div.categoryList label {
  display: block;
  color: #243840;
  font-size: 24px;
  font-weight: bold;
  padding: 2rem;
  border: #e9ebec 1px solid;
  border-bottom: none;
  position: relative;
}
section.allFurnitures div.categoryList label .icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
section.allFurnitures div.categoryList label .icon::after, section.allFurnitures div.categoryList label .icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
}
section.allFurnitures div.categoryList label .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
section.allFurnitures div.categoryList label .icon::before {
  left: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.categoryList label {
    font-size: 18px;
    padding: 1rem 2rem;
    cursor: pointer;
  }
  section.allFurnitures div.categoryList label .icon {
    display: block;
  }
}
section.allFurnitures div.categoryList ul.content {
  border: #e9ebec 1px solid;
}
section.allFurnitures div.categoryList ul.content li a {
  display: block;
  font-size: 14px;
  padding: 2rem;
  border-bottom: #e9ebec 1px solid;
}
section.allFurnitures div.categoryList ul.content li a.current {
  background-color: #d1b73d;
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.categoryList ul.content li a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.allFurnitures div.categoryList ul.content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    place-items: center;
    flex-wrap: wrap;
    border-bottom: none;
  }
  section.allFurnitures div.categoryList ul.content li {
    width: 100%;
    padding: 0;
    border: #e9ebec 1px solid;
  }
  section.allFurnitures div.categoryList ul.content li a {
    display: grid;
    place-content: center;
    font-size: 12px;
    height: 4rem;
    border: none;
    text-align: center;
  }
}

.furniture-single {
  padding-top: 200px;
}
@media screen and (max-width: 425px) {
  .furniture-single {
    padding-top: 100px;
  }
}
.furniture-single-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .furniture-single-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
    padding: 5px;
    box-sizing: border-box;
  }
}
.furniture-single .furniture_Detail {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 30% 1fr;
  grid-template-columns: 1fr 37.5%;
}
@media screen and (max-width: 768px) {
  .furniture-single .furniture_Detail {
    display: block;
    max-width: 580px;
  }
}
.furniture-single .furniture_Detail .img-slider {
  grid-row: 1/3;
  grid-column: 1/2;
}
.furniture-single .furniture_Detail .img-slider .slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.furniture-single .furniture_Detail .img-slider .slider > div {
  width: 100%;
  position: relative;
  border: 1px solid lightgray;
}
.furniture-single .furniture_Detail .img-slider .slider > div > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 480px) {
  .furniture-single .furniture_Detail .img-slider .slider > div > ul {
    overflow-x: auto;
  }
}
.furniture-single .furniture_Detail .img-slider .slider > div > ul > li {
  list-style: none;
  display: inline-block;
  scroll-snap-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.furniture-single .furniture_Detail .img-slider .slider > div.imgsWrap ul {
  min-height: 580px;
  background-color: #c8cdcf;
}
.furniture-single .furniture_Detail .img-slider .slider img {
  width: 100%;
  max-height: 750px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 480px) {
  .furniture-single .furniture_Detail .img-slider .slider img {
    max-height: 480px;
  }
}
.furniture-single .furniture_Detail .img-slider .slider .arrow {
  top: 0;
  position: relative;
  display: inline-block;
  position: absolute;
  width: 8%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  width: 20px;
  height: 100%;
  background-color: #fff;
}
.furniture-single .furniture_Detail .img-slider .slider .arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 4px solid gray;
  border-bottom: 4px solid gray;
}
.furniture-single .furniture_Detail .img-slider .slider .arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.furniture-single .furniture_Detail .img-slider .slider .left {
  left: 0px;
  border-right: 1px solid lightgray;
}
.furniture-single .furniture_Detail .img-slider .slider .left::before {
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  transform: rotate(45deg);
}
.furniture-single .furniture_Detail .img-slider .slider .right {
  right: 0;
  border-left: 1px solid lightgray;
}
.furniture-single .furniture_Detail .img-slider .slider .right::before {
  top: calc(50% - 10px);
  right: calc(50% - 6px);
  transform: rotate(-135deg);
}
.furniture-single .furniture_Detail .img-slider .slider .thumbs {
  width: 100%;
  max-width: 1040px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  font-size: 0;
}
.furniture-single .furniture_Detail .img-slider .slider .thumbs li {
  display: inline-block;
  cursor: pointer;
  width: calc(20% - 1px);
  padding: 0.5%;
  box-sizing: border-box;
  opacity: 0.5;
}
.furniture-single .furniture_Detail .img-slider .slider .thumbs li.selected {
  opacity: 1;
}
.furniture-single .furniture_Detail .img-slider .slider .thumbs img {
  width: 100%;
  object-fit: contain;
  padding: 0;
}
.furniture-single .furniture_Detail .title-size {
  grid-row: 1/2;
  grid-column: 2/3;
  background-color: #152126;
  color: #fff;
  padding: 10%;
  border: 1px solid lightgray;
  border-left: none;
}
.furniture-single .furniture_Detail .title-size h2 {
  font-size: 24px;
}
.furniture-single .furniture_Detail .title-size .size {
  margin-top: 2rem;
  font-size: 18px;
}
.furniture-single .furniture_Detail .description {
  background-color: #ede1d5;
  padding: 10%;
  border: 1px solid lightgray;
  border-top: none;
  border-left: none;
}

.backLink-btn {
  max-width: 1000px;
  margin: 2rem auto 0;
  display: flex;
  color: #fff;
}
.backLink-btn p {
  width: 50%;
  text-align: center;
}
.backLink-btn p a {
  display: block;
  width: 100%;
  padding: 1rem;
  border: #595959 1px solid;
}
.backLink-btn p a.back-btn {
  background-color: #243840;
}
.backLink-btn p a.top-btn {
  background-color: #403501;
}
.backLink-btn p.back-btn {
  background-color: #243840;
}
.backLink-btn p.top-btn {
  background-color: #403501;
}/*# sourceMappingURL=furniture.css.map */