@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     おすすめの木材
 Notes:          
--------------------------------------------------------------- */
h1.page-title {
  width: 54%;
  max-width: 950px;
  margin: 0 auto; 
  padding: 1em 0 0.5em 0.5em;
  font-size: 3em;
}
.top-txt {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 3%;
  padding: 0 0 0 1.5em;
  font-size: 1.2em;
}
h1.title {
  margin: 0 0 0 23%;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.main-image {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 5%;
  position: relative;
  z-index: 1;
  line-height: 0;
  box-shadow: 1.2em 1.2em 0 0 #FFDABB, -1.2em 1.2em 0 0 #FFDABB;
}
.slide-wrap {
  margin: 0 auto 5%;
  position: relative;
  z-index: 1;
}
.slide-wrap li {
  margin: 0 1.5em;
}
section.sec01 {
  padding: 10% 0 0;
  background: #EFEFEF;
}
section.sec01 .content {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.sec01 .wrap {
  margin: 0 auto;
  padding: 0 0 20%;
  display: flex;
  justify-content: space-between;
}
section.sec01 .wrap .box01 {
  width: 45%;
}
section.sec01 .wrap .box02 {
  width: 50%;
}
section.sec01 .wrap:nth-child(odd) .box01 { 
  order: 2;
}
section.sec01 .wrap:nth-child(odd) .box02 { 
  order: 1;
}
section.sec01 h2.title {
  font-size: 2.5em;
}
section.sec01 h3.subtitle {
  font-size: 1.8em;
  margin: 0 auto 8%;
  line-height: 1.3;
}
section.sec01 .kind {
  margin: 10% auto 3%;
  padding: 0 0 0 0.5em;
  font-size: 1.4em;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
section.sec01 .txt {
  padding: 0 0.7em;
  text-align: justify;
}
section.sec02 {
  padding: 10% 0 5%;
}
section.sec02 h2.title {
  font-size: 2.5em;
  margin: 0 auto 3%;
  text-align: center;
}
section.sec02 .wrap {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 5%;
  display: flex;
  justify-content: space-between;
}
section.sec02 .box01 {
  width: 45%;
  line-height: 0;
  box-shadow: 1em 1em 0 #FFDABB;
  order: 2;
}
section.sec02 .kind {
  margin: 10% auto 3%;
  padding: 0 0 0 0.5em;
  font-size: 1.4em;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
section.sec02 .txt {
  padding: 0 0.7em;
  text-align: justify;
}
section.sec02 .box02 {
  width: 50%;
  order: 1;
}
.container .bg-txt {
  position: absolute;
  top: 4em;
  left: -2.4em;
  transform: rotate(90deg);
  font-size: 10vw;
  color: #D1D1D1;
  line-height: 1;
  z-index: -0;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
h1.page-title {
  width: 100%;
  margin: 0 auto 5%;
  padding: 0 0 0 5%;
  font-size: 25px;
}
.top-txt {
  width: 90%;
  padding: 0;
  font-size: 15px;
}
.main-image {
  width: 80%;
  margin: 0 auto 15%;
}
.slide-wrap li {
  margin: 0 0.5em;
}
section.sec01 .content {
  width: 90%;
}
section.sec01 h2.title {
  width: 100%;
  padding: 0;
  margin: 0 auto 5%;
  font-size: 25px;
  line-height: 1.5;
}
section.sec01 h3.subtitle {
  font-size: 18px;
  line-height: 1.5;
}
section.sec01 .wrap {
  display: block;
}
section.sec01 .wrap .box01 {
  width: 80%;
  margin: 0 auto;
}
section.sec01 .wrap:nth-child(odd) .box01 {
  order: 1;
}
section.sec01 .wrap .box02 {
  width: 100%;
}
section.sec01 .wrap:nth-child(odd) .box02 {
  order: 2;
}
section.sec01 .kind {
  margin: 5% auto 3%;
}
section.sec02 .wrap {
  width: 90%;
  display: block;
}
section.sec02 .box01 {
  width: 80%;
  margin: 0 auto;
  order: 1;
}
section.sec02 .box02 {
  width: 100%;
  margin: 0 auto 10%;
  order: 2;
}
.container .bg-txt {
  position: fixed;
  top: 0.7em;
  left: 5%;
  transform: rotate(0deg);
  font-size: 13vw;
  color: #E9E9E9;
  z-index: -1;
}
}