@charset "UTF-8";

/* 共通 */
html {
  scroll-behavior: smooth;
}

.pc {
  display: block;
}
@media screen and (max-width: 590px) {
  .pc {
    display: none!important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 590px) {
  .sp {
    display: block;
  }
}

a {
  text-decoration: none!important;
}

a:hover {
  text-decoration: none!important;
}

h1, h4, p, a {
  font-family: "Noto Sans JP", sans-serif;
}


/* 各見出し */
h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 4px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 590px) {
  h4 {
    font-size: 20px;
    padding: 3px 0;
    margin-bottom: 30px;
  }
}

.fv_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.fv_container img {
  width: 100%;
}

.product_name {
  margin: 0 auto 80px;
  text-align: center;
}
.product_name h1 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
}

.product_name p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
}

@media screen and (max-width: 590px) {
  .product_name {
    margin: 0 auto 60px;
  }

  .product_name h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  .product_name p {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
  }
}

/* 施工事例 */
.sample {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

/* 商品特徴 */
.feature {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.feature_container {
  display: flex;
  justify-content: center;
  column-gap: 100px;
}

.feature_item {
  text-align: center;
  margin-bottom: 60px;
}

.feature_number {
  margin-bottom: 20px;
  font-size: 28px;
}

.feature_title {
  margin-bottom: 20px;
  font-size: 20px;
}

.feature1_container {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.feature1_container div {
  width: 350px;
}

.feature1_container div img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 4px;
}

.feature2_container {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.feature2_container p {
  width: 220px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.feature2_container img {
  width: 200px;
}

.feature_item table {
  border: 1px solid #333;
}

.feature_item table tr:nth-of-type(1) td {
  background-color: #427d6b;
  color: #fff;
}

.feature_item table tr:nth-of-type(3) td, .feature_item table tr:nth-of-type(5) td {
  background-color: #f2f6f5;
}

.feature_item td {
  vertical-align: middle;
  border: 1px solid #333;
  padding: 6px 20px;
  line-height: 1.2;
}

@media screen and (max-width: 590px) {
  .feature_container {
    flex-direction: column;
  }
  
  .feature_item {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .feature_number {
    margin-bottom: 10px;
    font-size: 24px;
  }
  
  .feature_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .feature1_container {
    column-gap: 10px;
  }
  
  .feature1_container div {
    width: 100%;
  }
  
  .feature1_container div img {
    border: none;
    margin-bottom: 4px;
  }

  .feature1_container div p {
    font-size: 12px;
  }
  
  .feature2_container {
    flex-direction: column-reverse;
    column-gap: 20px;
  }
  
  .feature2_container p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .feature2_container img {
    width: 160px;
    margin: 0 auto;
  }
  
  .feature_item table {
    width: 100%;
  }

  .feature_item td {
    padding: 8px 0;
    font-size: 14px;
  }
}

/* 商品情報 */
.product_info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.product_info_container {
  display: flex;
  justify-content: space-between;
}

.product_info_container > img {
  width: 50%;
}

.product_info_container_item {
  width: 48%;
}

.product_info_container_item > p:nth-of-type(1) {
  font-size: 22px;
  margin-bottom: 20px;
}

.product_info_container_item > p:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 20px;
}

.product_info_container_item img {
  width: 300px;
  margin-bottom: 4px;
}


.product_info_container_item > p:nth-of-type(3) {
  font-size: 14px;
  margin-bottom: 4px;
}

.product_info_container_item > p:nth-of-type(4) {
  font-size: 28px;
  margin-bottom: 20px;
}

.product_info_container_item > p:nth-of-type(4) span {
  font-size: 20px;
}

.product_info_container_item table {
  width: 100%;
  margin-bottom: 6px;
  border: 1px solid #333;
}

.product_info_container_item table tr:nth-of-type(1) td {
  background-color: #ccc;
}

.product_info_container_item table tr:nth-of-type(3) td, .feature_item table tr:nth-of-type(5) td {
  background-color: #f2f6f5;
}

.product_info_container_item td {
  vertical-align: middle;
  border: 1px solid #333;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.product_info_container_item > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.product_info_container_item > div p:nth-of-type(1) {
  background-color: #999;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
}

.product_info_container_item > div p:nth-of-type(2) {
  font-size: 12px;
}

.product_info_container_item > p:nth-of-type(5) {
  width: 300px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 590px) {
  .product_info_container_item {
    width: 92%;
    margin: 0 auto;
  }
  
  .product_info_container_item > p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .product_info_container_item > p:nth-of-type(2) {
    font-size: 14px;
  }

  .product_info_container_item > p:nth-of-type(3) {
    margin-bottom: 0;
  }
  
  .product_info_container_item img {
    width: 100%;
    margin-bottom: 4px;
  }

  .product_info_container_item table {
    margin-bottom: 15px;
  }

  .product_info_container_item > div {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 20px;
  }
  
  .product_info_container_item > div p:nth-of-type(1) {
    margin-bottom: 6px;
  }

  .product_info_container_item > p:nth-of-type(5) {
    width: 100%;
    font-size: 14px;
  }
}

/* その他のタイル商品 */
.product_other {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
}

.product_other_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.product_other_container a {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 0 4px #aaa;
}

.product_other_container a img {
  width: 100%;
  margin-bottom: 20px;
}

.product_other_container a:hover {
  opacity: .8;
}

.product_other_container a p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.product_other_container a p:nth-of-type(2) {
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.product_other > a {
  position: relative;
  display: block;
  width: 92%;
  max-width: 500px;
  margin: 40px auto 0;
  padding: 12px 0; 
  background-color: #007b4f; 
  border-radius: 100px;
  box-shadow: 0 0 3px #aaa;
  font-size: 16px;
  text-align: center; 
  color:#fff!important; 
  text-decoration: none; 
  cursor: pointer;
}

.product_other > a:hover {
  opacity: .8;
}

.product_other > a::after {
  position: absolute;
  top: 38%;
  left: 92%;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 590px) {
  .product_other {
    width: 92%;
    margin: 0 auto 60px;
  }
  
  .product_other_container {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  
  .product_other_container div img {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .product_other_container div p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .product_other_container div p:nth-of-type(2) {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
}