@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 1%;
  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;
}
h2.title {
  margin: 0 auto 15%;
  font-size: 2.5em;
  line-height: 1.5;
}
.main-image {
  width: 75%;
  max-width: 1384px;
  margin: 0 0 15% auto;
  position: relative;
  z-index: 1;
  line-height: 0;
}
section.sec01 {
  padding: 10% 0;
  background: #EFEFEF;
}
section.sec01 .content {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wrap .box01 {
  width: 48%;
}
.wrap .box02 {
  width: 48%;
}
.wrap:nth-child(odd) {
  margin: -35% auto 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrap:nth-child(odd) .box01 {
  order: 2;
}
.wrap:nth-child(odd) .box02 {
  order: 1;
}
.wrap:nth-child(even) {
  display: flex;
  justify-content: space-between;
}
.wrap:nth-child(even) .box01 {
  order: 2;
}
.wrap:nth-child(even) .box02 {
  order: 1;
}
.txt01 {
  order: 1;
}
.txt02 {
  text-align: right;
}
.photo-wrap {
  margin: 0 auto 15%
}
section.sec02 {
  line-height: 0;
  border-top: 0.5em solid #000;
}
.container .bg-txt {
  position: absolute;
  top: 4.5em;
  left: -3em;
  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%;
  margin: 0 auto 5%;
  padding: 0;
  font-size: 15px;
}
.main-image {
  width: 95%;
  margin: 0 0 15% auto;
}
section.sec01 .content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wrap:nth-child(odd) {
  margin: 0 auto 10%;
  display: block;
}
.wrap .box01 {
  width: 100%;
}
.wrap .box02 {
  width: 100%;
}
.wrap:nth-child(odd) .box01 {
  margin: 0 auto 5%;
}
h2.title {
  font-size: 19px;
}
.wrap:nth-child(even) {
  display: block;
}
.txt01 {
  margin: 0 auto 5%;
}
.txt02 {
  margin: 0 auto 5%;
}
.container .bg-txt {
  position: fixed;
  top: 0.7em;
  left: 5%;
  transform: none;
  font-size: 13vw;
  line-height: 0.5;
  color: #E9E9E9;
  z-index: -1;
}
}