@charset "UTF-8";
/* =========================================


============================================ */
/*  共通　　*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

/* --------------------------------------
　　　　　　　　　　　　　　content
-----------------------------------------*/
#content {
  margin: 1em auto 3em;
  width: 100%;
}

.ttl_main {
  background: url("../image/bg-main.jpg") no-repeat;
  background-size: 101%;
  background-position: center;
  border: 1px solid #6F5C38;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  max-width: 940px;
  max-height: 380px;
  padding: 7em 0;
  width: calc( 940 / 1024 * 100% );
}

h1 {
  background: rgba(59, 159, 159, 0.9);
  box-sizing: border-box;
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
  font-weight: normal;
  font-feature-settings: normal;
  padding: 0.7em 1em;
  text-align: center;
  width: calc( 400 / 940 * 100% );
}

h1 span {
  border-top: 1px solid #fff;
  font-size: 50%;
  display: block;
  letter-spacing: 0.2em;
  margin: 0.3em auto 0;
  padding: 0.5em 0 0;
  width: 75%;
}

@media screen and (max-width: 1000px) {
  .ttl_main {
    padding: 4em 0;
  }
}

@media screen and (max-width: 736px) {
  #content {
    margin-top: 0;
  }

  .ttl_main {
    background-size: cover;
    padding: 3em 0;
    width: 100%;
  }

  h1 {
    background: rgba(59, 159, 159, 0.7);
    font-size: 6vw;
    padding: 0.7em 0.3em;
    width: 65%;
  }
}


/*----------------------------------------------------

  .con_lead

-------------------------------------------------------*/

.con_lead {
  margin: 2em auto 0;
  max-width: 875px;
  width: calc( 875 / 1024 * 100% );
}

.con_lead h2 {
  color: #0064A4;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  letter-spacing: 0.1em;
  padding: 0 0.5em;
}

.con_lead .inner {
  margin-top: 1.5em;
  overflow: hidden;
  position: relative;
}

.con_lead .inner figure {
  box-shadow:1px 1px 3px 1px #d8d8d8;
  left: 0;
  max-height: 29.5vw;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  width: calc( 400 / 875 * 100% );
}

.con_lead .inner div {
  background: #FBEDEB;
  box-sizing: border-box;
  float: right;
  margin-top: 1.5em;
  padding: 2em 1.5em 2em 5em;
  width: calc( 520 / 875 * 100% );
}

.con_lead .inner div p:nth-of-type(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 1000px) {
  .con_lead h2 {
    font-size: 2.8vw;
    padding: 0;
  }

  .con_lead .inner div {
    margin-top: 10.5em;
    padding: 5em 1.5em 2em 1.5em;
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  .con_lead {
    margin-top: 1em;
    width: 95%;
  }

  .con_lead h2  {
    font-size: 4.5vw;
    line-height: 1.7em;
    text-align: center;
  }

  .con_lead h2 br.view_sp {
    display: none;
  }

  .con_lead .inner figure {
    max-height: none;
    margin: 0 auto;
    position: relative;
    width: 80%;
  }

  .con_lead .inner div {
    background: none;
    float: none;
    margin-top: 0;
    padding: 1em;
    width: 100%;
  }
}



/*----------------------------------------------------

  .con_role

-------------------------------------------------------*/

.con_role {
  background: url("../image/bg-role.jpg") repeat;
  background-size: 4%;
  margin-top: 3em;
  padding: 2em 0;
  overflow: hidden;
  width: 100%;
}

.con_role ul {
  margin: 0 auto;
  max-width: 875px;
  width: calc( 875 / 1024 * 100% );
}

.con_role ul li {
  background: url("../image/bg-lead01.jpg") left center no-repeat #fff;
  background-size: contain;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 1.5em;
}

.con_role ul li:last-child {
  background: url("../image/bg-lead02.jpg") left center no-repeat #fff;
  background-size: contain;
  margin-top: 2em;
}

.con_role ul li dl {
  box-sizing: border-box;
  width: calc( 380 / 840 * 100% );
}

.con_role ul li:last-child dl {
  margin-bottom: 3em;
}

.con_role ul li dl dt {
  background: #F9DFDD;
  box-sizing: border-box;
  color: #67513E;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.2em 0.7em;
}

.con_role ul li dl dd {
  box-sizing: border-box;
  text-align: justify;
  letter-spacing: 0.1em;
  padding: 1em;
}


@media screen and (max-width: 1000px) {
  .con_role ul li {
    background-position: -200% center;
    padding: 1.5em 1em;
  }

  .con_role ul li:last-child {
    background-position: -120% center;
  }
}

@media screen and (max-width: 736px) {
  .con_role {
    margin-top: 1em;
  }

  .con_role ul {
    width: 90%;
  }

  .con_role ul li,
  .con_role ul li:last-child {
    background-position: left top;
    background-size: 120%;
    justify-content: center;
    padding: 1em 0 0;
  }

  .con_role ul li dl {
    margin-top: 81%;
    width: 90%;
  }

  .con_role ul li dl dt {
    font-size: 5vw;
  }

  .con_role ul li dl dd {
    padding: 1em 0.5em;
  }

  .con_role ul li:last-child dl {
    margin-bottom: 0;
  }
}



/*----------------------------------------------------

  .con_@@@

-------------------------------------------------------*/

.con_variation,
.con_style,
.con_function {
  margin: 3em auto 0;
  max-width: 900px;
  width: calc( 900 / 1024 * 100% );
}

.con_variation h2,
.con_style h2,
.con_function h2 {
  background: #389E9E;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 140%;
  font-weight: normal;
  padding: 0.3em 1em 0.3em 2.3em;
  position: relative;
}

.con_variation h2:before,
.con_style h2:before,
.con_function h2:before {
  background: url(../image/ico-bubble.png) center center no-repeat;
  background-size: 1.3em;
  bottom: 0;
  content: "";
  display: block;
  left: 0.5em;
  position: absolute;
  top: 0;
  width: 1.3em;
}

@media screen and (max-width: 736px) {
  .con_variation,
  .con_style,
  .con_function {
    margin-top: 2em;
    width: 95%;
  }

  .con_variation h2, 
  .con_style h2, 
  .con_function h2 {
    font-size: 6vw;
  }
}


/*----------------------------------------------------

  .con_variation

-------------------------------------------------------*/

.con_variation .box_variation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.5em auto 0;
  width: calc( 850 / 900 * 100% );
}

.con_variation .box_variation:first-of-type {
  margin-top: 1.5em;
}

.con_variation .box_variation h3 {
  border-bottom: 2px solid #D3796E;
  color: #D3796E;
  font-size: 130%;
  padding: 0 1em 0 1.7em;
  position: relative;
  width: 100%;
}

.con_variation .box_variation h3:before {
  background: url(../image/ico-diamond.png) center center no-repeat;
  background-size: 1.3em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.3em;
}

.con_variation .box_variation p {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.con_variation .box_variation ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
  width: 100%;
}

.con_variation .box_variation.door_design ul {
  background: url("../image/bg-design.png") no-repeat;
  background-size: contain;
  background-position: right center;
}

.con_variation .box_variation ul li {
  margin-left: 1.5em;
  width: calc( 120 / 850 * 100% );
}

.con_variation .box_variation ul li:first-child {
  margin-left: 0;
}

.con_variation .box_variation ul li figcaption {
  margin-top: 0.3em;
  text-align: center;
}


.con_variation .box_variation ul.list_color li {
  width: calc( 150 / 850 * 100% );
}

.con_variation .box_variation ul.list_color li figcaption {
  line-height: 1.3em;
  text-align: justify;
  padding: 0.3em 0.5em 0;
}

.con_variation .box_variation .w_100 {
  margin-top: 2em;
  width: 100%;
}

.con_variation .box_variation .w_100:first-of-type {
  margin-top: 1.5em;
}

.con_variation .box_variation .col_02 {
  margin-top: 2em;
  width: calc( 415 / 850 * 100% );
}

.con_variation .box_variation .col_02:last-of-type {
  width: calc( 435 / 850 * 100% );
}

.con_variation .box_variation .w_100 ul,
.con_variation .box_variation .col_02 ul {
  margin-top: 0.5em;
}

.con_variation .box_variation .col_02 ul li {
  width: calc( 150 / 415 * 100% );
}

.con_variation .box_variation .col_02:last-of-type ul li {
  width: calc( 150 / 435 * 100% );
}

.con_variation .box_variation h4 {
  font-size: 120%;
  padding: 0 1em;
  position: relative;
}

.con_variation .box_variation h4:before {
  background: #D3796E;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.con_variation .box_variation small {
  font-size: 98%;
  display: block;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.con_variation .box_variation .attention {
  background: #F7F4ED;
  box-sizing: border-box;
  margin: 1.5em auto 0;
  padding: 1.5em;
  width: calc( 680 / 850 * 100% );
}

.con_variation .box_variation .attention small {
  font-size: 95%;
  display: block;
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1000px) {
  .con_variation .box_variation ul li {
    margin-left: 2.3vw;
  }

  .con_variation .box_variation .attention {
    width: 90%;
  }

  .con_variation .box_variation .col_02 small br {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .con_variation .box_variation h3 {
    font-size: 5vw;
  }

  .con_variation .box_variation h4 {
    font-size: 4.5vw;
    padding-right: 0.5em;
  }

  .con_variation .box_variation ul {
    justify-content: space-between;
    margin: 1.5em auto 0;
    width: 95%;
  }

  .con_variation .box_variation.door_design ul {
    background: none;
  }

  .con_variation .box_variation ul li,
  .con_variation .box_variation ul.list_color li,
  .con_variation .box_variation .col_02:last-of-type ul li {
    margin-left: 0;
    width: 45%;
  }

  /*.con_variation .box_variation ul li:nth-child(odd),
  .con_variation .box_variation ul.list_color li:nth-child(odd) {
    margin-left: 0;
  }*/

  .con_variation .box_variation ul li:nth-child(n+3),
  .con_variation .box_variation ul.list_color li:nth-child(n+3) {
    margin-top: 1em;
  }

  .con_variation .box_variation p {
    padding: 0 0.5em;
    text-align: left;
  }

  .con_variation .box_variation .col_02,
  .con_variation .box_variation .col_02:last-of-type {
    width: 100%;
  }

  .con_variation .box_variation ul.list_color li figcaption {
    font-size: 90%;
    line-height: 1.5em;
    margin-top: 0.5em;
    padding-top: 0;
  }

  .con_variation .box_variation .attention {
    padding: 1em;
    width: 95%;
  }

  .con_variation .box_variation .col_02 small {
    font-size: 95%;
  }
}


/*----------------------------------------------------

  .con_style

-------------------------------------------------------*/
.con_style p {
  margin: 1em auto 0;
  width: calc( 780 / 900 * 100% );
}

.con_style ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em auto 0;
  justify-content: space-between;
  width: calc( 840 / 900 * 100% );
}

.con_style ul li {
  width: calc( 400 / 840 * 100% );
}

.con_style ul li:nth-child( n+3 ) {
  margin-top: 2em;
}

.con_style ul li figure {
  box-sizing: border-box;
  border: 1px solid #A0856D;
  margin-top: 0.5em;
}

.con_style ul li dt {
  color: #67513E;
  font-size: 120%;
  font-weight: bold;
  position: relative;
}

.con_style ul li dt span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #F6D4D4 0%) repeat scroll 0 0;
  font-size: 100%;
  padding: 0 0.3em 0 1.3em;
}

.con_style ul li dt:before {
  background: #67513E;
  content: "";
  display: inline-block;
  height: 0.7em;
  left: 0.3em;
  margin-top: 0.4em;
  position: absolute;
  width: 0.7em;
}

.con_style .box_scale {
  box-sizing: border-box;
  background: #F7F4EE;
  margin: 3em auto 0;
  padding-bottom: 1.5em;
  width: calc( 800 / 900 * 100% );
}

.con_style .box_scale h3 {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.4em 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  background: #DC8E81;
  text-align: center;
  width: 100%;
}

.con_style .box_scale h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #DC8E81;
}

.con_style .box_scale ul {
  margin: 1.5em auto 0;
  width: calc( 720 / 800 * 100% );
}

.con_style .box_scale ul li {
  width: calc( 325 / 720 * 100% );
}

.con_style .box_scale dt {
  padding-left: 1.3em;
}

.con_style .box_scale figure {
  border: none;
  margin: 0;
}

.con_style .box_scale dd p {
  width: auto;
}

.con_style .box_scale .point {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.5em auto 0;
  padding: 1.5em;
  width: calc( 650 / 800 * 100% );
}

.con_style .box_scale .point figure {
  width: calc( 330 / 610 * 100% );
}

.con_style .box_scale .point div {
  width: calc( 260 / 610 * 100% );
}

.con_style .box_scale .point div h4 {
  background: #DC8E81;
  color: #fff;
  font-size: 110%;
  letter-spacing: 0.05em;
  padding: 0.2em 0 0.2em 1.7em;
  position: relative;
}

.con_style .box_scale .point div h4:before {
  background: url(../image/ico-light.png) center center no-repeat;
  background-size: 0.7em;
  bottom: 0;
  content: "";
  display: block;
  left: 0.5em;
  position: absolute;
  top: 0;
  width: 0.7em;
}

.con_style .box_scale .point div p {
  margin-top: 0.7em;
  text-align: justify;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .con_style .box_scale {
    width: 90%;
  }

  .con_style .box_scale .point {
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  .con_style p {
    width: 90%;
  }

  .con_style ul li dt {
    font-size: 4.5vw;
  }

  .con_style .box_scale h3 {
    font-size: 5vw;
  }

  .con_style .box_scale ul li {
    margin: 1em auto 0;
    width: 100%;
  }

  .con_style .box_scale ul li:first-child {
    margin-top: 0;
  }

  .con_style .box_scale figure {
    margin: 0 auto;
    width: 80%;
  }

  .con_style .box_scale dd p {
    padding: 0 0.5em;
  }

  .con_style .box_scale .point {
    flex-wrap: wrap-reverse;
    padding: 0.7em;
  }

  .con_style .box_scale .point div {
    width: 100%;
  }

  .con_style .box_scale .point figure {
    margin: 1em auto 0;
    width: 95%;
  }
}


/*----------------------------------------------------

  .con_function

-------------------------------------------------------*/
.con_function ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em auto 0;
  width: calc( 840 / 900 * 100% );
}

.con_function ul li {
  width: calc( 400 / 840 * 100% );
}

.con_function ul li dt {
  color: #67513E;
  font-size: 120%;
  font-weight: bold;
  position: relative;
}

.con_function ul li dt:before {
  background: #67513E;
  content: "";
  display: inline-block;
  height: 0.7em;
  left: 0.3em;
  margin-top: 0.4em;
  position: absolute;
  width: 0.7em;
}

.con_function ul li dt span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #F6D4D4 0%) repeat scroll 0 0;
  font-size: 100%;
  padding: 0 0.3em 0 1.3em;
}

.con_function ul li dd {
  margin-top: 0.5em;
}

.con_function ul li dd p {
  padding: 0 0 0 0.5em;
}

.con_function ul li dd small {
  font-size: 95%;
  display: block;
  margin-top: 0.5em;
  padding: 0 0.5em 0 1.5em;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .con_function ul {
    margin-top: 0;
    width: 90%;
  }

  .con_function ul li {
    margin-top: 1.5em;
    width: 100%;
  }

  .con_function ul li dt {
    font-size: 4.5vw;
  }
}



.wrp_inquiry {
  margin: 0 auto;
  max-width: 944px;
  width: 98%;
}