@charset "UTF-8";
/* CSS Document */
.section-works {
  margin: 0 24px;
  text-align: left;
}
.section-works h2 {
  font-family: 'Shippori Antique B1', sans-serif;
  font-size: 4.0rem;
  color: #235339;
  margin-top: 50px;
}
.section-works div {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400; 
  font-size: 2.2rem;
  margin: 15px 0 70px;
}
.section-works__description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 110px;
}
/*レスポンシブpc*/
@media(min-width:1090px) {
  .section-works {
    max-width: 1200px;
    margin: 0 auto;
  }
  .title-wrap {
    display: flex;
  }
  .section-works h2 {
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 6.5rem;
    margin-top: 90px;
    margin-right: 25px;
  }
  .title-works {
    padding-top: 100px;
  }
  .section-works__description {
    font-size: 2.0rem;
    margin: 0;
    margin-bottom: 130px;
  }
}
/*スマホ版*/
.section-interior {
  margin: 0 24px;
}
.image-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 330px;
  padding-bottom: 50px;
}
.interior-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-interior h3 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 10px;
}
.section-interior h4 {
  font-size: 1.6rem;
  text-align: left;
  color: #FFF;

  display: inline-block;
  background-color: #BEBEBE;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
.time-area {
  text-align: left;

}
/*test*/
.time-area h4{

}
/*test*/
.section-interior p {
  text-align: left;
  padding-bottom: 65px;
  font-weight: 500;
}
/*レスポンシブPC版*/
@media(min-width:1090px) {
  .section-interior{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  
  .all-wrapper{
    display: flex;
    justify-content: space-between;
  }
  
  
  .image-wrapper {
    
    margin: 0 auto;
    width: 652px;
    height: 434px;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .interior-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .section-interior h3 {
    font-size: 3.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .section-interior h4 {
    font-size: 2.0rem;
    text-align: left;
    color: #FFF;
   
    display: inline-block;
    background-color: #BEBEBE;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 50px;
    font-weight: 500;
    
  }
  .time-area {
    text-align: left;
  
  }
  .section-interior p {
    text-align: left;
    padding-bottom: 65px;
    font-weight: 500;
    width: 320px;
  }
}