@charset "UTF-8";
/* 初期状態では非表示 */
.sp-swiper {
  display: none;
}

@media screen and (max-width: 767px) {
  .singleworks-images .lr {
    display: none; /* PC構造をスマホで非表示 */
  }
  .sp-swiper {
    display: block;
  }
  .swiper-residence img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.singlepage-whole {
  padding-bottom: 0px;
}

.singleworks-upperinfo {
  padding-top: 80px;
  padding-bottom: 0px;
}
.singleworks-upperinfo .num {
  font-size: 2.2rem;
  color: #A2A28F;
  letter-spacing: 0.1em;
}
.singleworks-upperinfo .title {
  margin-top: 4px;
  font-size: 2.8rem;
}
.singleworks-upperinfo .keywords {
  margin-top: 16px;
}
.singleworks-upperinfo .keywords ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.singleworks-images {
  margin-top: 24px;
}
.singleworks-images .lr {
  display: flex;
  gap: 24px;
}
.singleworks-images .lr .left {
  width: 65%;
}
.singleworks-images .lr .left img {
  aspect-ratio: 1/0.817;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.singleworks-images .lr .right {
  width: 35%;
}
.singleworks-images .lr .right .subimages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
}
.singleworks-images .lr .right .subimages .residence-gallery__item {
  width: 48.75%;
  margin-bottom: 0;
  aspect-ratio: 1/0.75;
  overflow: hidden;
}
.singleworks-images .lr .right .subimages .residence-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  opacity: 1;
}
.singleworks-images .lr .right .subimages .residence-gallery__item img.active {
  border: 3px solid #A2A28F;
  transition: opacity 1s ease;
}

.singleworks-cta {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}
.singleworks-cta .copy {
  font-size: 3.2rem;
  color: #222;
  letter-spacing: 0.1em;
}
.singleworks-cta .btns {
  margin-top: 24px;
}
.singleworks-cta .btns .m_ctas {
  justify-content: center;
}
.singleworks-cta .btns .m_ctas .m_ctas__btn .upper {
  color: #3A6F53;
}

.singleworks-explain {
  margin-top: 40px;
  margin-bottom: 40px;
}
.singleworks-explain .desc {
  padding-top: 40px;
  border-top: 1px solid #A2A28F;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.1em;
}

.singleworks-voice {
  margin-top: 80px;
  margin-bottom: 80px;
}
.singleworks-voice .heading {
  margin-bottom: 24px;
}
.singleworks-voice .heading .title {
  font-size: 2.4rem;
  color: #222;
  letter-spacing: 0.1em;
}
.singleworks-voice .voice-item {
  padding: 40px;
  background-color: #F5F2EC;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.singleworks-voice .voice-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleworks-voice .voice-item .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.singleworks-voice .voice-item .content-gr {
  padding-left: 24px;
  width: calc(100% - 200px);
}
.singleworks-voice .voice-item .content-gr h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #B1A07C;
}
.singleworks-voice .voice-item .content-gr .voice-item__detail {
  margin-top: 16px;
  color: #222;
}
.singleworks-voice .voice-item .content-gr .voice-item__name {
  color: #B1A07C;
  margin-top: 16px;
  font-size: 1.6rem;
}

.singleworks-related {
  margin-top: 40px;
  margin-bottom: 80px;
}
.singleworks-related .title {
  font-size: 5rem;
  color: #222;
  letter-spacing: 0.1em;
}
.singleworks-related .items {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.singleworks-related .items .item {
  width: 32.3333333333%;
}

.single-blog {
  margin-bottom: 80px;
}
.single-blog .container {
  padding: 80px;
  border: solid 2px #d1d1c4;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
.single-blog .container h2 {
  margin-top: 40px;
  font-size: 2.4rem;
  color: #fff;
  padding: 12px 24px;
  margin-bottom: 24px;
  background-color: #B1A07C;
}
.single-blog .container h3 {
  margin-top: 40px;
  font-size: 2.4rem;
  border-bottom: solid 1px #707070;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.single-blog .container p {
  margin-bottom: 24px;
}
.single-blog .container ul {
  margin-bottom: 24px;
}
.single-blog .container li {
  margin-bottom: 12px;
}
.single-blog .container li::before {
  content: "・";
  margin-right: 8px;
}
.single-blog .container a {
  color: #3A6F53;
  border-bottom: solid 1px #3A6F53;
  padding-bottom: 2.4px;
}
.single-blog .container iframe {
  margin-top: 40px;
}
.single-blog .container .gallery a {
  pointer-events: none;
  border: none !important;
}
.single-blog .container .gallery img {
  padding: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
}
.single-blog .container .cf7-title {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #B1A07C;
  padding: 16px;
}
.single-blog .container .cf7-title .icon {
  margin-left: 16px;
  width: 32px;
  transform: translateY(2.4px);
}
.single-blog .container .cf7-title h2 {
  margin: 0;
  padding-bottom: 0;
  font-size: 2.4rem;
  color: #B1A07C;
  font-weight: 600;
  border-bottom: none;
}
.single-blog .container .cf7 {
  margin-top: 40px;
  background-color: #F5F2EC;
  padding: 40px;
}
.single-blog .container .cf7 table {
  width: 100%;
  background-color: #fff;
}
.single-blog .container .cf7 table tr {
  border-bottom: solid 1px #ddd;
}
.single-blog .container .cf7 table th {
  padding: 24px;
  width: 30%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.single-blog .container .cf7 table th .required {
  margin-left: 16px;
  display: inline-block;
  padding: 2.4px 8px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #FF0000;
}
.single-blog .container .cf7 table th .note {
  font-size: 1.2rem;
  color: #707070;
}
.single-blog .container .cf7 table th .note a {
  color: #000;
  border-bottom: solid 1px #000;
}
.single-blog .container .cf7 table td {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 70%;
  font-size: 1.6rem;
}
.single-blog .container .cf7 table td input {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
}
.single-blog .container .cf7 table td input::-moz-placeholder {
  color: #999999;
}
.single-blog .container .cf7 table td input::placeholder {
  color: #999999;
}
.single-blog .container .cf7 table td input[name=your-subject] {
  background-color: #eee;
  font-weight: 600;
}
.single-blog .container .cf7 .privacy {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #222;
  text-align: center;
}
.single-blog .container .cf7 .privacy .custom-acceptance {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.single-blog .container .cf7 .privacy .custom-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.single-blog .container .cf7 .privacy a {
  margin-left: 8px;
  color: #0088e3;
  border-bottom: solid 1px #0088e3;
}
.single-blog .container .cf7 .submit-btn {
  margin-top: 40px;
  text-align: center;
}
.single-blog .container .cf7 .submit-btn input {
  padding: 16px 40px;
  color: #B1A07C;
  font-weight: 600;
  border: solid 1px #B1A07C;
  background-color: #fff;
  font-size: 1.6rem;
  width: 320px;
  transition: all 0.3s;
}
.single-blog .container .cf7 .submit-btn input:hover {
  background-color: #B1A07C;
  color: #fff;
  transition: all 0.3s;
}
.single-blog .container .cf7 .submit-btn .wpcf7-spinner {
  display: block;
}

@media screen and (max-width: 768px) {
  .singleworks-upperinfo {
    padding-top: 40px;
  }
  .singleworks-upperinfo .num {
    font-size: 1.8rem;
  }
  .singleworks-upperinfo .title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .singleworks-upperinfo .keywords {
    margin-top: 8px;
  }
  .singleworks-upperinfo .keywords ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .singleworks-images {
    margin-top: 12px;
  }
  .singleworks-images .lr {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .singleworks-images .lr .left {
    width: 100%;
  }
  .singleworks-images .lr .right {
    width: 100%;
  }
  .singleworks-images .lr .right .subimages {
    gap: 8px 1.3%;
    justify-content: left;
  }
  .singleworks-images .lr .right .subimages .residence-gallery__item {
    width: 24%;
  }
  .singleworks-images .lr .right .subimages .residence-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 1s ease;
    opacity: 1;
  }
  .singleworks-images .lr .right .subimages .residence-gallery__item img.active {
    border: 3px solid #A2A28F;
    transition: opacity 1s ease;
  }
  .sp-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 16px;
  }
  .sp-thumbs img {
    width: 100%;
    aspect-ratio: 1/0.66638484;
    cursor: pointer;
    border: 2px solid transparent;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sp-thumbs img.active {
    border: 3px solid #A2A28F;
    transition: opacity 1s ease;
  }
  .swiper-wrapper {
    aspect-ratio: 1/0.66638484;
    max-height: 60.9493333vw;
  }
  .swiper-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .custom-swiper-prev,
  .custom-swiper-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    width: 28px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .swiper-pagination {
    display: none !important;
  }
  .custom-swiper-prev {
    left: 0px;
  }
  .custom-swiper-next {
    right: 0px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .custom-swiper-prev i,
  .custom-swiper-next i {
    font-size: 14px;
  }
  .singleworks-cta {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .singleworks-cta .copy {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .singleworks-cta .btns {
    margin-top: 12px;
  }
  .singleworks-cta .btns .m_ctas__btn {
    width: 200px;
  }
  .singleworks-cta .btns .m_ctas__btn .upper {
    font-size: 1.4rem;
  }
  .singleworks-explain {
    margin-top: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .singleworks-explain .desc {
    padding-top: 24px;
    font-size: 1.4rem;
  }
  .singleworks-voice {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .singleworks-voice .heading {
    margin-bottom: 16px;
  }
  .singleworks-voice .heading .title {
    font-size: 2rem;
  }
  .singleworks-voice .voice-item {
    padding: 24px 32px;
  }
  .singleworks-voice .voice-item a {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .singleworks-voice .voice-item .image {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
  }
  .singleworks-voice .voice-item .content-gr {
    margin-top: 24px;
    padding-left: 0px;
    width: 100%;
  }
  .singleworks-voice .voice-item .content-gr h3 {
    font-size: 2rem;
  }
  .singleworks-voice .voice-item .content-gr .voice-item__detail {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .singleworks-voice .voice-item .content-gr .voice-item__name {
    margin-top: 8px;
    font-size: 1.25rem;
    text-align: center;
  }
  .singleworks-related {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .singleworks-related .title {
    font-size: 2.4rem;
  }
  .singleworks-related .items {
    margin-top: 28px;
    gap: 24px 0;
  }
  .singleworks-related .items .item {
    width: 48.75%;
  }
  .single-blog {
    margin-bottom: 40px;
  }
  .single-blog .container {
    padding: 32px 16px;
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .single-blog .container h2 {
    margin-top: 24px;
    font-size: 2rem;
    padding: 8px 16px;
    margin-bottom: 16px;
  }
  .single-blog .container h3 {
    margin-top: 24px;
    font-size: 1.8rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .single-blog .container p {
    margin-bottom: 16px;
  }
  .single-blog .container ul {
    margin-bottom: 16px;
  }
  .single-blog .container li {
    margin-bottom: 8px;
  }
  .single-blog .container li::before {
    content: "・";
    margin-right: 8px;
  }
  .single-blog .container a {
    color: #3A6F53;
    border-bottom: solid 1px #3A6F53;
    padding-bottom: 2.4px;
  }
  .single-blog .container iframe {
    margin-top: 24px;
  }
  .single-blog .container .gallery .gallery-item {
    width: 48.75%;
  }
  .single-blog .container .gallery a {
    pointer-events: none;
    border: none !important;
  }
  .single-blog .container .gallery img {
    padding: 4px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border: none !important;
  }
}/*# sourceMappingURL=singleworks.css.map */