/* ------------------------------
 width: all
------------------------------ */
main section.s00 .wrapper .photobox {
  height: 424px;
  background-image: url("../../images/bg_coi.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s00 .wrapper .photobox .pagettl {
  width: 550px;
  display: block;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section .wrapper .pagemenu03 {
  width: 1000px;
  margin: 0 auto;
}
main section .wrapper .pagemenu03 li{
  width: 100%;
  margin: 30px auto 0;
}
main section .wrapper .pagemenu03 li:first-of-type{
  margin: 0 auto 0;
}
main section .wrapper .pagemenu03 li a {
  width: 100%;
  display: block;
}
main section .wrapper .pagemenu03 li a img{
width: 100%;
}


main section.s01 .wrapper .photobox {
  height: 424px;
  background-image: url(../../images/bg_co.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s01 .wrapper .photobox .pagettl {
  width: 252px;
  display: block;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section.s01 .wrapper .pagemenu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
main section.s01 .wrapper .pagemenu li {
  width: 333px;
}
main section.s01 .wrapper .pagemenu li:nth-child(2) {
  width: 318px;
}
main section.s01 .wrapper .pagemenu li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-image: url(../../images/qa0101.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 21px 0;
  font-weight: 500;
  color: #fff;
}
main section.s01 .wrapper .pagemenu li a img {
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 40px;
}
main section.s02 {
  background-image: url(../../images/qa0201.jpg);
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: top 0 center;
  padding-bottom: 100px;
}
main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
main section.s02 .wrapper .ttlbox_en {
  position: relative;
  height: 135px;
  padding-top: 30px;
  padding-left: 110px;
}
main section.s02 .wrapper .ttlbox_en .design {
  width: 115px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .ttlbox_en .ttl_en {
  width: 420px;
  display: block;
}
main section.s02 .wrapper h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
main section.s02 .wrapper .pagemenu02 {
  width: 58px;
  position: fixed;
  top: 50%;
  right: -10px;
  z-index: 10;
  margin-top: -150px;
}
main section.s02 .wrapper .pagemenu02 li + li {
  margin-top: 5px;
}
main section.s02 .wrapper .pagemenu02 li a {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .pagemenu02 li a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .form_wrapper {
  width: 800px;
  margin: 40px auto 0;
  background-color: #fff;
  border: 1px solid #7fcbe2;
  position: relative;
}
main section.s02 .wrapper .form_wrapper::after {
  content: "";
  display: block;
  width: 770px;
  height: 5px;
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #7fcbe2;
}
main section.s02 .wrapper .form_wrapper.dummy_height {
  height: 1100px;
}

footer .wrapper .contactbox {
  background-image: url(../../images/bg_contactbox02.jpg);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
main section .wrapper .pagemenu03 {
  width: 100%;;
}
  main section.s01 .wrapper .photobox {
    height: 40vw;
    background-image: url(../../images/bg_qa.jpg);
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 .wrapper .pagemenu {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  main section.s01 .wrapper .pagemenu li {
    width: 100% !important;
  }
  main section.s01 .wrapper .pagemenu li + li {
    margin-top: 10px;
  }
  main section.s01 .wrapper .pagemenu li a {
    width: 100%;
    display: block;
    text-decoration: none;
    background-image: url(../../images/qa0101.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    color: #fff;
  }
  main section.s01 .wrapper .pagemenu li a img {
    width: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
  }
  main section.s02 {
    background-image: url(../../images/qa0201.jpg);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: top 0 center;
    padding-bottom: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main section.s02 .wrapper .ttlbox_en {
    position: relative;
    height: 80px;
    padding-top: 20px;
    padding-left: 0px;
  }
  main section.s02 .wrapper .ttlbox_en .design {
    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .ttlbox_en .ttl_en {
    width: 200px;
    display: block;
  }
  main section.s02 .wrapper h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: -15px;
    padding-left: 0px;
    text-align: left;
  }
  main section.s02 .wrapper .pagemenu02 {
    width: 40px;
    top: auto;
    margin-top: 0;
    right: -10px;
    bottom: 20px;
    z-index: 1000;
  }
  main section.s02 .wrapper .pagemenu02 li + li {
    margin-top: 5px;
  }
  main section.s02 .wrapper .pagemenu02 li a {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .pagemenu02 li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .form_wrapper {
    width: 100%;
    margin: 20px auto 0;
    background-color: #fff;
    border: 1px solid #7fcbe2;
    position: relative;
  }
  main section.s02 .wrapper .form_wrapper::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #7fcbe2;
  }
  main section.s02 .wrapper .form_wrapper.dummy_height {
    height: 400px;
  }
  footer .wrapper .contactbox {
    background-image: url(../../images/bg_contactbox02.jpg);
  }
}

/* ------------------------------
 ソファ・ベッド・家電フォーム
------------------------------ */
#con_bed section.s01 .wrapper .photobox {
  background-image: url("../../images/bg_cob.jpg");
}
#con_bed section.s01 .wrapper .photobox .pagettl {
  width: 578px;
}
@media screen and (max-width: 860px) {
#con_bed section.s01 .wrapper .photobox .pagettl {
  width: 252px;
}
}

#con_kaden section.s01 .wrapper .photobox {
  background-image: url("../../images/bg_cok.jpg");
}
#con_kaden section.s01 .wrapper .photobox .pagettl {
  width: 578px;
}
@media screen and (max-width: 860px) {
#con_kaden section.s01 .wrapper .photobox .pagettl {
  width: 252px;
}
}

#con_tsumari section.s01 .wrapper .photobox {
  background-image: url("../../images/bg_tsu.jpg");
}
#con_tsumari section.s01 .wrapper .photobox .pagettl {
  width: 578px;
}
@media screen and (max-width: 860px) {
#con_tsumari section.s01 .wrapper .photobox .pagettl {
  width: 252px;
}
}
















