@charset "UTF-8";
:root {
  --gold01: #a38b4e;
  --black-bg: #121212;
  --red01: #cd2222;
}
a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
body {
  font-size: 1.6rem;
}
h1.contents-ttl {
  color: var(--gold01);
}
table th,
table td {
  border-color: var(--gold01);
  line-height: 1.5;
  border-width: 2px;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: calc(30 / 16);
  }
}
hgroup.btm-border {
  padding-bottom: 32px;
  border-bottom: 2px solid var(--gold01);
  margin-bottom: 24px;
}
.dt_component_02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .dt_component_02 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.component_inner {
  max-width: 1040px;
}

/* 施工事例一覧 */
.archive .column_dt_component_01 {
  background-color: #121212;
}
.archive .dt_component_01 .maincolumn {
  background-color: var(--black-bg);
}
.archive .category_list li a {
  background-color: var(--gold01);
}

.archive .column_dt_component_01 .figure > a,
.archive .column_dt_component_01 .figure h3 {
  color: var(--gold01);
}
.column_dt_component_01 .photo_box .label {
  background-color: var(--gold01);
}
/*  施工事例　詳細ページ */
.contens-ttl {
  color: var(--gold01);
  font-size: 4rem;
}
.sec-ttl {
  position: relative;
  text-align: left;
  display: flex;
  font-size: 2.5rem;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.sec-ttl.under {
  border-bottom: 1px solid var(--gold01);
}
.sec-ttl.has-dot::before {
  content: "";
  background: var(--gold01);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5em;
}
.flex {
  display: flex;
}

.works-after .contents-wrapper {
  gap: 20px;
}
.after-right {
  flex-direction: column;
  gap: 20px;
  width: calc(302 / 1040 * 100%);
}
.after-right li {
  aspect-ratio: 302/197;
}
.after-right li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.after-left {
  width: calc(718 / 1040 * 100%);
  aspect-ratio: 718/414;
}
.after-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-before .contents-wrapper li {
  aspect-ratio: 332/225;
  overflow: hidden;
}
.works-before .contents-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company {
  margin-top: 0;
}
.dt_component_02.company-page {
  padding-top: 0;
  padding-bottom: 100px;
}
ul {
  list-style: none;
}
#automotive-electrical-system .about-price .price-table tbody td:first-of-type {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .company .contents-ttl-wrap {
    height: 405px;
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  .company .contents-ttl-wrap {
    height: 152px;
    background-size: cover;
  }
  .works-after .contents-wrapper {
    flex-direction: column;
  }
  .dt_component_02.company-pagea {
    padding-bottom: 56px;
  }
  .after-left {
    margin-bottom: 20px;
    width: 100%;
  }
  .after-right {
    width: 100%;
  }
  .works-before .contents-wrapper {
    flex-direction: column;
  }
  .works-before .contents-wrapper li {
    width: 100%;
  }
}
.single-works .dt_component_02 .component_inner {
  display: block;
}
.section {
  margin-bottom: 64px;
  padding-top: 64px;
}

.works-before .contents-wrapper {
  gap: 20px;
}
.works-before .contents-wrapper li {
  aspect-ratio: 332/225;
  overflow: hidden;
}
.works-before .contents-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-detail .works-table {
  width: 100%;
}
.works-table th,
.works-table td {
  text-align: center;
  font-size: 2rem;
  border: none;
}
thead th.none {
  background: var(--black-bg);
  border: none;
}
.works-table thead th {
  background-color: var(--gold01);
}
.works-table tbody th {
  background-color: var(--gold01);
  border-bottom: 1px solid var(--black-bg);
}
.works-table {
  border-bottom: 3px solid var(--gold01);
}
.works-table tbody td {
  border-bottom: 1px solid var(--gold01);
}
.ta-c {
  text-align: center;
}
/* コーティングフィルム */
.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 88px;
}
.lower-page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}
.lower-page-nav-list li {
  width: 245px;
  height: 62px;
}
.lower-page-nav-list li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.sec-ttl.has-sub {
  margin-bottom: 0;
  padding-bottom: 10px;
}
hgroup {
  margin-bottom: 48px;
}
ol {
  list-style: none;
}
.content-box {
  margin-bottom: 56px;
}
.sec-head {
  margin-bottom: 56px;
}
.sec-head h3 {
  font-size: 3rem;
  color: var(--gold01);
  margin-bottom: 16px;
}
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-head .img-wrapper {
  width: calc(480 / 1040 * 100%);
}
.sec-head .text-wrapper {
  width: calc(492 / 1040 * 100%);
}
.sec-head .text-wrapper .text {
  line-height: calc(35 / 16);
}
.sec-head .lead {
  font-size: 2rem;
  font-weight: 700;
/*   font-family: Yu Gothic; */
}

.page .sec-ttl {
  font-size: 3rem;
  line-height: 1;
}
.sub-ttl {
  color: var(--gold01);
  font-size: 1.6rem;
 
}
.grad01 {
  background: linear-gradient(45deg, #604c11, #d3b368);
}
.dt_component_02 .component_inner {
  display: block;
}
h4.under {
  font-size: 2.5rem;
  padding-bottom: 0.5em;
  margin-bottom: 24px;
  border-bottom: var(--gold01) 1px solid;
}
.sec-body .content dl:not(:last-of-type) {
  margin-bottom: 16px;
}
.sec-body .content dt {
  color: var(--gold01);
  font-weight: 700;
  font-size: 18px;
}
.sec-body .content dt::before {
/*   content: "・"; */
  color: var(--gold01);
  margin-right: 0.5em;
}
.flow-list {
  display: flex;
  justify-content: space-between;
}
.flow-list .flow-item {
  position: relative;
  width: calc(240 / 1040 * 100%);
}
.flow-list .flow-item {
  padding: 16px;
  border: 3px solid var(--gold01);
}
.flow-list .flow-item .num {
  color: var(--gold01);
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.flow-list .flow-item .img-wrapper {
  width: 108px;
  height: 73px;
  margin: 0 auto 16px;
}
.flow-list .flow-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.flow-list .flow-item h5 {
  color: var(--gold01);
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: calc(29 / 20);
}
.flow-list .flow-item .text a {
  text-decoration: underline;
}
@media screen and (max-width: 639px) {
  .flow-list {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .flow-list .flow-item {
    width: calc(180 / 388 * 100%);
  }
  .flow-list .flow-item .img-wrapper {
    width: 88px;
    height: 53px;
  }
	.price-table tbody th　{
        font-size: 1.4rem;
    }
}
.backtop {
  letter-spacing: 0;
}
table {
  width: 100%;
  margin-top: 24px;
}
table th {
  background: none;
}
table th.none {
  background: none;
  border: 2px solid var(--black-bg) !important;
}
caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 10px;
}
thead th {
  background-color: var(--gold01);
  border: var(--black-bg) 2px solid;
}
thead tr:last-of-type th {
  border-bottom: 2px solid var(--gold01);
}
thead th:last-of-type {
  border-right: 2px solid var(--gold01);
}
thead th:not:last-of-type {
  border-right: var(--black-bg) 2px solid;
}

.price-table th,
.price-table td {
  text-align: center;
}
.price-table tbody th {
  background-color: #e3e3e3;
  font-size: 1.6rem;
	    color: #000;
}
.price-table tbody th td {
  font-size: 2rem;
  border: var(--gold01);
}
.flow-list .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 23px;
  background-color: var(--gold01);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.accordion-area .title {
  position: relative;
  cursor: pointer;
  padding: 16px 48px 16px 16px;
  transition: all 0.3s ease;
  background: var(--gold01);
  font-size: 2rem;
  font-weight: 600;
}
.accordion-area .title p{
  font-family: Yu Gothic;
}
.content dd{
  font-family: Yu Gothic;
}
.about-dentrepair{
  margin-bottom: 64px;
}
.about-dentrepair .text-wrapper .lead {
  font-size: 2rem;
	    font-weight: bold;
}
.dentrepair-faq .accordion-area .title {
  font-size: inherit;
}
.size .accrodion-area .acc-item {
  margin-bottom: 10px;
}
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background-color: white;
}
.accordion-area .title::before {
  top: 48%;
  right: 16px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  right: 16px;
  transform: rotate(90deg);
}
.accordion-area .title.close::after {
  transform: rotate(-45deg);
}
.accordion-area .title.close::before {
  transform: rotate(45deg);
}
.accrodion-area .title.close::after {
  transform: rotate(-45deg);
}
.accordion-area .box {
  display: none;
  background-color: white;
  padding: 16px;
}
.accordion-area .box .acc-table {
  width: 100%;
}
.acc-table thead td {
  background: var(--gold01);
  border: 2px solid white;
}
.accordion-area .box .acc-table td,
.accordion-area .box .acc-table th {
  text-align: center;
  font-weight: 700;
}
.accordion-area .box .acc-table tbody tr:nth-child(even) {
  background-color: #e3e3e3;
}
.accordion-area .box .acc-table tbody {
  color: var(--black-bg);
  font-size: 2rem;
  border: none;
	    font-family: Arial;
}
.accordion-area .box .acc-table tbody td {
  padding: 0.5em 1em;
}
.accordion-area .box .acc-table thead th {
  background-color: var(--gold01);
}
.about-price h5 {
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cta-box a {
  display: block;
  max-width: 513px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.5rem;
  margin: 38px auto 0;
  line-height: calc(36 / 25);
}
.cta-box.row-1 a {
  font-size: 1.8rem;
  max-width: 440px;
  height: 80px;
}
#glass-coating .sec-head {
  display: flex;
  flex-direction: row-reverse;
}
.acc-table th,
.acc-table td {
  border: none;
}
.table-box {
  overflow-x: auto;
  max-width: 100%;
  position: relative;
	font-family: Yu Gothic;
}
.cta-box p{
  font-family: Yu Gothic;
}
.table-box table thead th:not(.none) {
  border-top: 2px solid var(--gold01);
}
.table-box table thead th {
  border-left: 2px solid var(--gold01);
}
.table-box table th,
.table-box table td {
  white-space: nowrap;
}
.accordion-area .acc-item {
  margin-bottom: 16px;
}
.section.size {
  margin-bottom: 0;
}
.slick-dots li button:before {
  display: none;
}
.dentrepair-flow .flow-list .flow-item {
  width: 100%;
}
.dentrepair-reason {
  margin-bottom: 64px;
}
.dentrepair-reason .lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: calc(40/18);
	font-family: Yu Gothic;
}
.content-box.about-price p{
  font-family: Yu Gothic;
}
.dent-reason-list {
  border-top: 1px solid var(--gold01);
}
.color-gold {
  color: var(--gold01);
}
.dent-reason-list .item {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: calc(64 / 1040 * 100%);
  border-bottom: 1px solid var(--gold01);
}
.dent-reason-list .item .num {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold01);
}
.dent-reason-list .item .text-wrapper h3 {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 2rem;
}
.dent-reason-list .item .text-wrapper .text {
  line-height: calc(40 / 16);
}
.mt64 {
  margin-top: 64px;
}
.why .flex.col-2{
  flex-wrap: wrap;
}
.cta-box{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works_slider {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .accordion-area .title {
    font-size: 1.6rem;
  }
  .mt64 {
    margin-top: 40px;
  }
  .why .content .text-wrapper {
    margin-bottom: 16px;
  }
  .about-dentrepair .text-wrapper .lead {
    font-size: 1.8rem;
  }
  .cta-box.row-1 a {
    font-size: 1.6rem;
  }
  .dent-reason-list .item {
    flex-direction: column;
  }
  .dent-reason-list .item .num {
    text-align: center;
    margin-bottom: 16px;
    font-size: 3rem;
  }
  .dent-reason-list .item .text-wrapper h3 {
    font-size: 1.8rem;
  }
  .dentrepair-flow .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* page-bottom-contact */
.page-bottom-contact {
  background-image: url(/wp-content/uploads/2025/09/page-bottom-contact-bg.png);
  background-size: 110% 110%;
  background-position: top center;
  padding-top: 144px;
  padding-bottom: 80px;
}
.page-bottom-contact .section-header {
  margin-bottom: 48px;
}
.page-bottom-contact .cta-box a {
  max-width: 440px;
  height: 80px;
  font-size: 1.8rem;
}
.is-sp {
  display: none;
}
.is-pc {
  display: block;
}
.works_image {
  aspect-ratio: 314/243;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .sec-head {
    flex-direction: column-reverse;
  }
  .page-bottom-contact {
    background-size: 130% 110%;
  }
  #glass-coating .sec-head {
    flex-direction: column-reverse;
  }
  .sec-head .text-wrapper {
    width: 100%;
  }
  .sec-head .img-wrapper {
    width: 100%;
  }
  .sec-body .content-box h4.under {
    font-size: 2rem;
  }
  .accordion-area .box .acc-table tbody {
    font-size: 1.6rem;
  }
  .cta-box a {
    font-size: 2rem;
    margin: 16px auto 0;
  }
  .lower-page-nav-list {
    padding: 0 16px;
    margin-bottom: 0px;
    gap: 10px;
  }
  .lower-page-nav-list li {
    height: 40px;
  }
  .page .sec-ttl {
    font-size: 2.4rem;
  }
  .sec-head .lead {
    font-size: 1.8rem;
  }
  .sec-head .img-wrapper {
    margin-bottom: 16px;
  }
  .sec-head h3 {
    margin-bottom: 10px;
  }
  .cta-box a {
    height: 80px;
  }
  .sec-ttl.has-sub {
    padding-bottom: 0;
  }
  hgroup {
    margin-bottom: 24px;
  }
  .top_component_02__catch img {
    height: 152px;
  }
  .page-bottom-contact {
    padding-top: 80px;
  }
  .page-bottom-contact .cta-box a {
    font-size: 1.6rem;
  }
}
/* security */
#car-security .sec-head .text-wrapper {
  width: 100%;
}
.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.col-3 .item {
  width: 100%;
}
.col-3 .item .num {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--gold01);
  margin-bottom: 16px;
  line-height: 1;
}
.col-3 .item .img-wrapper {
  aspect-ratio: 326/217;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gold01);
  margin-bottom: 24px;
}
.col-3 .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.col-3 .item .text-wrapper h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .col-3 {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  .sec-head h3 {
    font-size: 2.2rem;
  }
  hgroup.btm-border {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
table {
  width: 100%;
}

tbody {
  border: 2px solid var(--gold01);
}

table thead .bg-red {
  background: var(--red01);
  position: relative;
  border: 6px solid var(--red01) !important;
  border-top: 2px solid var(--red01) !important;
  overflow: visible;
  z-index: 10;
}
table thead .bg-red div {
  position: relative;
  overflow: visible;
}
table thead .bg-red div::after {
  content: "";
  background: url(/wp-content/uploads/2025/09/icon-point.png) no-repeat center/contain;
  width: 81px;
  height: 84px;
  position: absolute;
  top: -40px;
  left: -70px; /* ←位置は調整 */
  z-index: 10;
}

table tbody .border-red {
  border-left: 6px solid var(--red01);
  border-right: 6px solid var(--red01);
}

.reason-table tbody tr:last-of-type .border-red {
  border-bottom: 6px solid var(--red01);
}
.reason-table thead .none {
  border-bottom: 2px solid var(--gold01) !important;
  border-right: 6px solid var(--red01) !important;
}
.canpaign-img {
  margin-top: 64px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.canpaign-img img {
  display: block;
}
.cta-box-2btn .btn-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.has-icon-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-icon-tel span::before {
  content: "";
  width: 1em;
  height: 1.1em;
  background: url(/wp-content/uploads/2025/09/icon-tel.png) no-repeat center/contain;
  display: inline-block;
}
.cta-box-2btn a {
  width: 48%;
}
@media screen and (max-width: 639px) {
  .cta-box-2btn .btn-wrapper {
    flex-direction: column;
  }
  .cta-box-2btn .btn-wrapper a {
    width: 100%;
  }
}
.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .img-wrapper,
.col-2 .text-wrapper {
  width: 46%;
  line-height: calc(35 / 16);
}
@media screen and (max-width: 639px) {
  .col-2 {
    display: flex;
    flex-direction: column;
  }
  .col-2 .img-wrapper,
  .col-2 .text-wrapper {
    width: 100%;
  }
  .col-2 .img-wrapper {
    margin-bottom: 16px;
  }
}
.footer-fix_btn_item_link {
  line-height: 1.5;
}
/* dentrepair */
.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.merrit-list {
  margin-bottom: 72px;
}
.merrit-list .item .img-wrapper {
  aspect-ratio: 246/193;
  overflow: hidden;
  margin-bottom: 10px;
}
.merrit-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.merrit-list .item h3 {
  font-size: 2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold01);
  margin-bottom: 10px;
  line-height: 1.4;
}
.dentrepair-flow {
  margin-top: 56px;
}
@media screen and (max-width: 639px) {
  .col-4 {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
  .merrit-list {
    margin-bottom: 40px;
  }
}
.table-box .difference-table td {
  white-space: unset;
}
.difference-table th {
  background-color: var(--gold01);
  font-size: 2rem;
  border: 2px solid var(--black-bg);
  border-left: 2px solid var(--gold01);
}
.difference-table td {
  font-size: 1.4rem;
}
.difference-table tbody th {
  border-right: none;
}
.difference-table tbody tr:last-of-type th {
  border-bottom: 2px solid var(--gold01);
}
.works_image .before,
.works_image .after {
  position: relative;
  width: 50%;
  height: 100%;
}
.works_image .before img,
.works_image .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works_image .before::after,
.works_image .after::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111;
  width: 66px;
  height: 22px;
  font-size: 1.4rem;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works_image .before::after {
  content: "Before";
}
.works_image .after::after {
  content: "After";
}
.dentrepair-price-table td {
  text-align: center;
}
.dentrepair-faq .acc-item h3 > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section_title {
  line-height: 1.4;
}
.slick-slide {
  padding: 0 10px;
}
.dentrepair-faq .acc-item h3 .q {
  flex-shrink: 0;
  font-size: 2.5rem;
  color: #111;
  margin-right: 0.5em;
  line-height: 1;
}
.dentrepair-faq .accordion-area .title::before,
.dentrepair-faq .accordion-area .title::after {
  background-color: #111;
}
.dentrepair-faq .accordion-area .box {
  background-color: var(--black-bg);
  color: white;
  border-bottom: 2px solid var(--gold01);
}
.dentrepair-faq .accordion-area .box > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.dentrepair-faq .accordion-area .box .a {
  font-size: 2rem;
  margin-right: 0.5em;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .difference-table th {
    font-size: 1.4rem;
  }
}
.banner-margin {
  margin: 60px 0;
}

@media (max-width: 768px) {
  .banner-margin {
    margin: 30px 0;
  }
}
table.price-table {
    font-family: Yu Gothic;
}
p.size-chart-note {
  font-family: Yu Gothic;
}
/*==== OPENキャンペーン画像 ====*/
.content-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* 特定セクション同士の間隔を詰める */
.content-box + .content-box {
  margin-top: 0 !important;
}

/* 見出しの下余白 */
.content-box h4.under {
  margin-bottom: 16px;
}

/* CTAボタンとの余白 */
.cta-box {
  margin-top: 56px;
  margin-bottom: 40px;
}

.gc-gallery {
  margin: 32px 0;
  text-align: center;
}

/* PCでは70%幅、スマホでは100% */
.gc-gallery .gc-hero img {
  width: 100%;
  height: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .gc-gallery .gc-hero img {
    width: 70%;
  }
}

/* ギャラリー下のCTAボタン余白 */
.gc-gallery .cta-box {
  margin-top: 40px;
}

/* テーブルや画像の上下余白リセット */
.table-wrap,
.gc-gallery img {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* スマホの余白補正 */
@media (max-width: 767px) {
  .content-box {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cta-box {
    margin-top: 48px;
  }
}



/* ----------------------------------------------
施工事例（2025/11/6追加
---------------------------------------------- */
section.works:nth-of-type(n+2) {
	margin-top: 10vw;
}

.works_img {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.main-img {
	height: 450px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.main-img img {
	height: 100%;
	object-fit: cover;
}

.sub-img {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}

.sub-img li {
	height: 22rem;
} 

.sub-img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 

.works_comment {
	margin-top: 5vw;
}

.contact_section {
	background-image: url(/wp-content//uploads/2025/09/service-bg.png);
	
    background-color: #121212;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 80px 0 100px;	
}

@media screen and (max-width: 768px) {
	.works_img {
		grid-template-columns: repeat(1,1fr);
		height: auto;
	}

	.main-img {
		height: 300px;
	}

	.sub-img {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	}
	
	.sub-img li {
		height: 150px;
	}
}

@media screen and (max-width: 462px) {
	.sub-img {
		grid-template-columns: repeat(2,1fr);
	}
}
