@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

/* =================================
  Common Overwrite
================================= */
.detail main .wrap {
  /* padding: 100px 0 0; */
  padding: 0;
}

/* Breadcrumb
--------------------------------- */
#bread { padding: 10px 0 0; }
#bread ul {
  top: 10px;
  color: #000000;
  text-shadow: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#bread ul li { color: #000000; }
#bread ul li a { margin: 0 5px 0 0; }

/* =================================
  Detail
================================= */
.detail-unit {
  margin: 40px 0 120px;
}
.page-heading {
  top: 0;
  left: 0;
  font-size: 36px;
}

.return {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  display: block;
  width: 375px;
  line-height: 50px;
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  transition: all .3s;
  float: right;
  margin: 0 0 50px;
}
.return::before {
  /* content: "＜＜"; */
  font-weight: 600;
  transform: scale(.5, 1.0);
  display: inline-block;
}
.return .lt{
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
}
.return .lt::before {
  content: "＜＜";
  font-weight: 600;
  transform: scale(.5, 1.0);
  display: inline-block;
}

.main-img { margin: 0 0 85px; }
.main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.detail-heading {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-heading h3 {
  font-family: 'Noto Sans JP' !important;
  font-weight: 100;
  width: 82%;
  font-size: 36px;
  line-height: 1.6;
  color: #252424;
  padding: 0 0 0 25px;
}
.client-name {
  width: 18%;
  font-size: 24px;
  border-bottom: 1px solid #cecece;
  padding: 0 10px 15px;
  text-align: right;
  color: #474747;
}
.detail-summary {
  width: 77.8333333%;
  font-size: 16px;
  line-height: 2.25;
  padding: 0 0 0 25px;
}
.ds01 {
  margin: 115px auto 150px;
}
.ds02 {
  margin: 95px auto;
}
.ds03 {
  margin: 0 auto 140px;
}
.detail-images {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-images li {
  width: 50%; /* ◀ Modified 20200402 */
  padding: 0 10px;
  margin: 0 0 20px;
  box-sizing: border-box;
  text-align: center; /* ◀ Add 20200402 */
}
.detail-images li img {
  width: auto;
  max-width: 100%;
  height: 386px;
}

/* ▼ Tag - Modified 202108, 202403, 202504 ▼ */
.tag-area {
  /*
  width: calc(100% - 20px);
  background-color: #f4f4f4;
  padding: 55px 45px 20px;
  */
  box-sizing: border-box;
  margin: 70px 0;
}
.tag-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tag-area ul li {
  /*
  width: 21.75%;
  border-bottom: solid 1px #f1f1f1;
  */
  line-height:6.4rem;
  margin: 0 20px;
}
.tag-area ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #a5a5a5;
  transition: 0.4s;
  /* padding: 15px 0 0; */
}
.tag-area ul li a:hover {
  text-decoration: none;
  /* background-color: #f4f4f4; */
}
.tag-area ul li span {
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 0.125em;
}
/* ▲ Tag - Modified 202108, 202403 ▲ */

/* ▼ Movie - Add 202108 ▼ */
.movie-unit {
  background-color: #f7f7f7;
  padding: 80px 0 75px;
  margin: 0 0 25px;
}
.movie-unit h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 36px;
  margin: 0 0 30px;
}
.movie-unit h2 small {
  font-size: 0.666666em;
}
.movie-unit p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 20px;
  margin: 0 0 55px;
}
.movie-items {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  flex-shrink: 0;
}
.movie-items dl {
  width: 342px;
}
.movie-items dl dt {
  width: calc((300 / 342) * 100%);
  margin: 0 auto;
}
.movie-items dl dd:first-of-type {
  margin: 35px 0 0;
}
.movie-items dl dd:last-of-type {
  margin: 10px 0 0;
}
.movie-case {
  position: relative;
}
.movie-case a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
/* ▲ Movie - Add 202108 ▲ */

/* =================================
  Article
================================= */
.article-item {
  margin: 0;
}

/* =================================
  Page Navi
================================= */
.page-nav {
  width: 100%; /* Modified 202504 */
  height: 50px;
  margin: 0 auto 100px; /* Modified 202504 */
  background-color: #fafafa; /* Modified 202504 */
}
.page-nav ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-nav ul li {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 30px;
}
.page-nav ul li:last-of-type {
  width: 50px;
  text-align: center;
  background-color: #adadad;
}
.page-nav ul li a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.page-nav ul li:not(:last-of-type) a i {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.page-nav ul li a i img {
  vertical-align: middle;
}
.page-nav ul li:first-of-type a i img {
  width: 21px;
}
.page-nav ul li:nth-of-type(2) a i img,
.page-nav ul li:nth-of-type(3) a i img {
  width: 22px;
}
.page-nav ul li:last-of-type a i img {
  width: 12px;
}

/* 検索条件
--------------------------------- */
.search-cond { display: none; }

/* =================================
  CDO
================================= */
.cdo-unit { display: none; }

/* 閲覧履歴 - Modified 202504
--------------------------------- */
.history {
  display: none; /* Modified 202504 */
  margin: 0 0 70px; /* Modified 202504 */
}
.history-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #666666;
}

/* ============================ ▼ Add 202403 ▼ ============================ */

/* =================================

  Catalog Present

================================= */
.ctg-present-unit {
  background-color: #f8f8f8;
  padding: 75px 0 80px;
  display: none; /* Modified 202504 */
}
.ctg-present-unit h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 0 45px;
}
.ctg-present-unit h3 i {
  width: 120px;
  display: block;
  margin: 0 auto 15px;
}
.present-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  align-items: flex-end;
}
.present-item figure { margin: 0; }
.present-summary { padding: 0 37.5px; }
.present-summary label {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.present-summary label [type="checkbox"] { display: none; }
.present-summary label span {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 0 0 0 30px;
}
.present-summary label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: solid 1px #c0c6d1;
  background-color: #ffffff;
  display: inline-block;
}
.present-summary label [type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 8px;
  height: 18px;
  border-right: solid 3px #0d436f;
  border-bottom: solid 3px #0d436f;
  display: inline-block;
  transform: rotate(45deg);
}
.present-summary > p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(22 / 14);
  margin: 10px 0 15px;
}
.keywords span {
  font-size: 10px;
  border: solid 1px #e5e5e4;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.35em 0.7em;
  margin: 0 5px 0 0;
}
.ctg-app-btn {
  -webkit-apperance: none;
  appearance: none;
  width: 405px;
  height: 60px;
  background-color: #0d436f;
  border: none;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px auto 0;
  transition: all .3s;
  cursor: pointer;
}
.ctg-app-btn:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}
.ctg-app-btn i {
  position: relative;
  top: 5px;
  width: 45px;
  display: inline-block;
  margin: 0 0 0 25px;
}

/* =================================

  Search By Feature - Modified 202504

================================= */
.search {
  padding: 80px 0 30px;
  text-align: center;
  display: none;
}
.search .inner { padding: 0 340px; }
/*
.search hr {
  width: 100%;
  border-top: solid 1px #d3d3d3;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0 0 80px;
}
*/
.search h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.search p {
  line-height: calc(30 / 13);
  margin: 0 0 35px;
}
.search p .tag {
  font-size: 13px;
  font-size: 1.3rem;
}
.search-wrap {
  position: relative;
  width: 400px;
  height: 40px;
  border: solid 1px #d7d7d7;
  margin: 0 auto;
}
.search-wrap::after {
  content: "";
  position: absolute;
  top: calc((40px - 17px) / 2);
  right: 15px;
  width: 16px;
  height: 17px;
  background: url(../images/glass.png) no-repeat 0 0;
  background-size: cover;
}
.search-wrap [type="text"] {
  -weblit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  height: 38px;
  padding: 0 0 0 1em;
  transition: all .3s;
  box-sizing: border-box;
}
.search-wrap [type="text"]:focus { background: rgba(22,124,186,0.05); }
::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9a9a9a;
}
::-moz-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9a9a9a;
}
:-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9a9a9a;
}

.tag {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #a5a5a5;
  transition: all 0.3s;
  margin: 0 1em 0 0;
}
.tag:not(:last-of-type)::after { content: none; }
.tag::before { content: "#"; }
.tag:hover { color: rgba(165,165,165,0.7) }

/* ============================ ▲ Add 202403 ▲ ============================ */

/* ============================ ▼ Add 202504 ▼ ============================ */

/* =================================

  Search By Feature - 202504

================================= */

/* Fixed Search Button
--------------------------------- */
.fixed-search-btn {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 145px;
  width: 190px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  color: #ffffff;
  background-color: #007dbe;
  text-indent: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.fixed-search-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/detail/glass.svg);
  background-size: cover;
}

.search-by-feat {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.modal-content {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 880px;
  max-width: 60%;
  height: auto;
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 12px 3px rgba(0,0,0,.1);
}
.modal-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
.modal-content p {
  line-height: calc(30 / 13);
  margin: 0 0 35px;
}
.modal-content p .tag {
  font-size: 13px;
  font-size: 1.3rem;
}
a.js-modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  cursor: pointer;
}
a.js-modal-close span {
  width: 40px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}
a.js-modal-close span:first-of-type {
  transform: translateX(20px) rotate(-45deg);
  transform-origin: 50% 50%;
}
a.js-modal-close span:last-of-type {
  transform: translateX(-20px) rotate(45deg);
  transform-origin: 50% 50%;
}

@media screen and (max-width:768px) {
  .modal-content {
    width: 80%;
    max-width: initial;
  }
}


/* 建築実例一覧へ戻る
--------------------------------- */
.return-list {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  display: block;
  width: 375px;
  line-height: 50px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  margin: auto;
  transition: all .3s;
}
.return-list::before {
  content: "＜＜";
  font-weight: 600;
  transform: scale(.5, 1.0);
  display: inline-block;
}

/* ============================ ▲ Add 202504 ▲ ============================ */
