@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 10%;
  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;
}
section.sec01 .wrap {
  width: 54%;
  max-width: 950px;
  margin: 0 auto; 
  display: flex;
}
section.sec01 .wrap .box01 {
  width: 33%;
  padding: 5% 0;
  border-right: 1px solid #000;
}
section.sec01 .wrap:last-child .box01 {
  padding: 5% 0 10%;
}
section.sec01 .photo {
  width: 75%;
  margin: 0 auto;
  line-height: 0;
  box-shadow: 1em 1em 0 0em #FFDABB;
}
.wrap .box02 {
  width: 67%;
}
section.sec01 h2.headline01 {
  padding: 3em 0 0 1em;
  margin: 0 0 0.5em;
  position: relative;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
}
section.sec01 h2.headline01::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  bottom: -0.3em;
  left: -0.3em;
  background: #000;
}
section.sec01 h2.headline02 {
  padding: 2em 1em 0 1em;
  margin: 0 0 2em;
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
}
section.sec01 h2.headline02::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  bottom: -0.3em;
  left: -0.3em;
  background: #000;
}
section.sec01 .txt {
  padding: 0 0 0 1.5em;
}
section.sec02 {
  padding: 5% 0;
  background-color: #EFEFEF;
}
section.sec02 h2.title {
  margin: 0 auto 1%;
  text-align: center;
  font-size: 2em;
}
section.sec02 .top-txt {
  margin: 0 auto 2%;
  padding: 0;
}
section.sec02 .wrap {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 7%;
  display: flex;
  flex-wrap: wrap;
}
section.sec02 .btn {
  width: 31%;
  margin: 0 1% 2%;
  text-align: center;
}
section.sec02 .btn a {
  width: 100%;
  padding: 1em 0;
  display: block;
  border: 1px solid #000;
}
section.sec02 h2.headline {
  margin: 0 auto 3%;
  padding: 0 0 0 23%;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  text-align: right;
}
dl.accordion .question {
  margin: 0 0 2%;
  padding: 0 0 0 2em;
  position: relative;
}
dl.accordion .question::before {
  content: 'Q';
  position: absolute;
  left: 0;
}
dl.accordion .answer {
  padding: 0 0 0 2em;
  position: relative;
}
dl.accordion .answer::before {
  content: 'A';
  position: absolute;
  left: 0;
  font-size: 1.3em;
  line-height: 1.4;
  color: #FF8000;
}
.container .bg-txt {
  position: absolute;
  top: 3.1em;
  left: -1.5em;
  transform: rotate(90deg);
  font-size: 10vw;
  color: #D1D1D1;
  line-height: 1;
  z-index: -1;
}
/* ----- アコーディオン ----- */
dl.accordion {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 3%;
}
dl.accordion dt {
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
}
dl.accordion dt::after {
  content: '\254b';
  margin: 0 0 0 1em;
  display: inline-block;
  position: absolute;
  color: #000;
  vertical-align: middle;
}
dl.accordion dt.open::after {
  content: '\2501';
  margin: 0 0 0 1em;
  display: inline-block;
  position: absolute;
  color: #000;
  vertical-align: middle;
}
dl.accordion dd {
  width: 100%;
  position: relative;
}
#point01 {
  margin: -6.5em 0 0;
  padding: 6.5em 0 0;;
}
#point02 {
  margin: -6.5em 0 0;
  padding: 6.5em 0 0;;
}
#point03 {
  margin: -6.5em 0 0;
  padding: 6.5em 0 0;;
}
#point04 {
  margin: -6.5em 0 0;
  padding: 6.5em 0 0;;
}
#point05 {
  margin: -6.5em 0 0;
  padding: 6.5em 0 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;
}
h1.title {
  margin: 0;
  padding: 0 0 0 5%;
  font-size: 20px;
}
.container .bg-txt {
  position: fixed;
  top: 0.7em;
  left: 5%;
  transform: rotate(0deg);
  font-size: 13vw;
  color: #E9E9E9;
}
section.sec01 .wrap {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
  border-left: 1px solid #000;
}
section.sec01 .wrap .box01 {
  width: 80%;
  margin: 0 auto 5%;
  padding: 5% 0 0;
  border-right: none;
}
section.sec01 .wrap:last-child .box01 {
  padding: 5% 0 0;
}
.wrap .box02 {
  width: 100%;
}
section.sec01 h2.headline01 {
  padding: 0 0 0 1em;
  font-size: 18px;
}
section.sec01 .txt {
  padding: 0 0 20% 1.5em;
}
section.sec01 h2.headline02 {
  padding: 0em 1em 0 1em;
  margin: 0 0 20%;
  font-size: 18px;
}
section.sec02 h2.title {
  font-size: 20px;
}
section.sec02 .wrap {
  width: 90%;
  justify-content: space-between;
}
section.sec02 .btn {
  width: 48%;
  margin: 0 1% 2%;
  text-align: center;
}
section.sec02 h2.headline {
  padding: 0 0 0 5%;
  font-size: 18px;
}
dl.accordion {
  width: 90%;
  margin: 0 auto 8%;
}
dl.accordion .question {
  margin: 0 0 3%;
  padding: 0 2em 0 1.7em;
  font-size: 16px;
  line-height: 1.5;
}
dl.accordion dt::after {
  top: 0.6em;
  right: -0.6em;
  font-size: 20px;
}
dl.accordion dt.open::after {
  top: 0.75em;
  right: -0.5em;
  font-size: 17px;
}
}