@charset "utf-8";

/*---------------------------------------------------------
   mv
---------------------------------------------------------*/
.mv-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
}

.mv-wrapper picture img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper {
    width: 100%;
    height: 53.333vw;
  }

  .mv-wrapper picture img {
    width: 100%;
    height: 53.333vw;
    object-fit: cover;
  }
}

/*---------------------------------------------------------
   mv h1
---------------------------------------------------------*/
.mv-wrapper h1 {
  /* width: 850px;
  height: 180px; */
  width: 680px;
  height: 145px;
  position: absolute;
  top: 57%;
  left: 45%;
  transform : translate(-43%,-55%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-wrapper h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper h1 {
    width: 73.333vw;
    height: 16vw;
    top: 50%;
    left: 50%;
    transform : translate(-50%,-50%);
  }
}


/*---------------------------------------------------------
   h3 コンテンツタイトル
---------------------------------------------------------*/
.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .sub_ttl {
    width: 90%;
    margin: 0 auto;
    font-size: 5vw;
    font-weight: 500;
    margin-top: 8vw;
    text-align: left;
  }
}
.contents_ttl {
  height: 75px;
  font-size: 23px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
.contents_ttl_01 {
  width: 270px;
  background: url(/images/ordermade/process/text_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 269px 57px;
  margin-top: 125px;
}
.contents_ttl_02 {
  width: 477px;
  background: url(/images/ordermade/artificial_lawn/text_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 477px 58px;
  margin-top: 160px;
}
.contents_ttl_03 {
  width: 438px;
  background: url(/images/ordermade/cushion_mat/text_03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 438px 58px;
  margin-top: 160px;
}
.contents_ttl_04 {
  width: 285px;
  background: url(/images/ordermade/mat_size/text_04.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 285px 58px;
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .contents_ttl {
    height: 12vw;
    font-size: 5vw;
    margin: 16vw auto 0 auto;
  }
  .contents_ttl_01 {
    width: 35.867vw;
    background-size: 35.867vw 7.6vw;
  }
  .contents_ttl_02 {
    width: 63.6vw;
    background-size: 63.6vw 7.733vw;
  }
  .contents_ttl_03 {
    width: 58.4vw;
    background-size: 58.4vw 7.733vw;
  }
  .contents_ttl_04 {
    width: 38vw;
    background-size: 38vw 7.733vw;
  }
}

p.annotation_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  p.annotation_text {
    font-size: 3.2vw;
    font-weight: bold;
    margin-top: 4vw;
    text-align: center;
  }
}

/*---------------------------------------------------------
   制作の流れ
---------------------------------------------------------*/
.process_wrapper img {
  display: block;
  width: 1100px;
  height: 185px;
  object-fit: contain;
  margin: 53px auto 0 auto;
}
.process_wrapper p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .process_wrapper img {
    display: block;
    width: 59.68%;
    height: auto;
    object-fit: contain;
    margin: 8vw auto 0 auto;
  }

  .process_wrapper p {
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    margin-top: 6vw;
  }
}

/*---------------------------------------------------------
   人工芝タイプ
---------------------------------------------------------*/
.artificial_lawn_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.artificial_lawn_list li {
  width: 530px;
}

.artificial_lawn_list li:not(:last-child) {
  margin-bottom: 128px;
}

.artificial_lawn_contents {
  display: flex;
}

.artificial_lawn_contents .img_wrapper {
  width: 250px;
  height: 250px;
}

.artificial_lawn_contents .img_wrapper img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.artificial_lawn_contents .item_wrapper {
  width: 280px;
  height: 250px;
  padding-left: 30px;
}

.artificial_lawn_contents .item_wrapper .item_ttl {
  /* display: inline-block; */
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #333;
  margin-bottom: 25px;
}

.artificial_lawn_contents .item_wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}

.artificial_lawn_contents .item_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.artificial_lawn_contents .item_wrapper dl dt {
  width: 20%;
  margin-bottom: 10px;
}
.artificial_lawn_contents .item_wrapper dl dt.mb-0 {
  margin-bottom: 0;
}
.artificial_lawn_contents .item_wrapper dl dd {
  width: 80%;
}
.artificial_lawn_contents .item_wrapper dl dd:last-child {
  padding-left: 20%;
}

.artificial_lawn_contents .item_wrapper_other p {
  margin-bottom: 53px;
}

.artificial_lawn_contents .item_wrapper_other dl dt {
  width: 34%;
  margin-bottom: 8px;
}
.artificial_lawn_contents .item_wrapper_other dl dd {
  width: 66%;
  margin-bottom: 5px;
}
.artificial_lawn_contents .item_wrapper_other dl dd:last-child {
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .artificial_lawn_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12vw;
  }
  
  .artificial_lawn_list li {
    width: 100%;
  }
  
  .artificial_lawn_list li:not(:last-child) {
    margin-bottom: 12vw;
  }
  
  .artificial_lawn_contents {
    display: block;
  }
  
  .artificial_lawn_contents .img_wrapper {
    width: 100%;
    height: auto;
  }
  
  .artificial_lawn_contents .img_wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .artificial_lawn_contents .item_wrapper {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  
  .artificial_lawn_contents .item_wrapper .item_ttl {
    /* display: inline-block; */
    display: block;
    /* font-size: 4.5vw; */
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 4vw;
  }
  
  .artificial_lawn_contents .item_wrapper p {
    /* font-size: 4vw; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 3vw;
  }
  
  .artificial_lawn_contents .item_wrapper dl {
    display: flex;
    flex-wrap: wrap;
    /* font-size: 4vw; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .artificial_lawn_contents .item_wrapper dl dt {
    width: 20%;
    margin-bottom: 10px;
  }
  .artificial_lawn_contents .item_wrapper dl dt.mb-0 {
    margin-bottom: 0;
  }
  .artificial_lawn_contents .item_wrapper dl dd {
    width: 80%;
  }
  .artificial_lawn_contents .item_wrapper dl dd:last-child {
    padding-left: 20%;
  }

  .artificial_lawn_contents .item_wrapper_other dl dt {
    width: 27%;
  }
  .artificial_lawn_contents .item_wrapper_other dl dd {
    width: 73%;
  }
  .artificial_lawn_contents .item_wrapper_other dl dd:last-child {
    padding-left: 0;
  }
  
}

/*---------------------------------------------------------
   人工芝タイプ
---------------------------------------------------------*/
.cushion_mat_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

.cushion_mat_list li {
  width: 290px;
  height: 385px;
}

.cushion_mat_list li.mb_list {
  margin-bottom: 100px;
}

.cushion_mat_list li:not(:nth-of-type(3n)) {
  margin-right: 115px;
}

.cushion_mat_list li img {
  width: 290px;
  height: 290px;
  object-fit: contain;
}

.cushion_mat_list li .cushion_mat_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.cushion_mat_list li span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .cushion_mat_list {
    width: 90%;
    margin: 12vw auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  .cushion_mat_list li {
    width: 100%;
    height: auto;
    margin-bottom: 12vw;
  }
  
  .cushion_mat_list li.mb_list {
    margin-bottom: 12vw;
  }
  
  .cushion_mat_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  
  .cushion_mat_list li img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .cushion_mat_list li .cushion_mat_ttl {
    font-size: 4.5vw;
  }
  
  .cushion_mat_list li span {
    font-size: 4vw;
  }
}

/*---------------------------------------------------------
   対応サイズ
---------------------------------------------------------*/
.mat_size_wrapper .page_ttl_wrapper .page_ttl {
  margin-top: 105px;
}
.mat_size_wrapper .img_wrapper {
  width: 772px;
  margin: 80px auto 35px auto;
}

.mat_size_wrapper .img_wrapper img {
  width: 772px;
  height: 511px;
  object-fit: contain;
}

.mat_size_wrapper .img_wrapper02 {
  width: 824px;
  margin: 70px auto 245px auto;
}

.mat_size_wrapper .img_wrapper02 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .mat_size_wrapper .page_ttl_wrapper .page_ttl {
    margin-top: 13.333vw;
  }
  .mat_size_wrapper .page_ttl_wrapper:nth-of-type(2) .page_ttl {
    margin-top: 0;
  }

  .mat_size_wrapper .img_wrapper {
    width: 90%;
    margin: 14.667vw auto 24vw auto;
  }
  
  .mat_size_wrapper .img_wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mat_size_wrapper .img_wrapper02 {
    width: 80%;
  }
}







