@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}

.addInner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  margin: 0 auto;
  background: url(img/mv_pic_pc.jpg) no-repeat top center;
  background-size: cover;
  padding: 4rem 0;
}

#visArea .mainArea--top {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

#visArea .mainAreaInner--top {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#visArea .mainArea--top .siteNameArea {
  margin: 0 0 3rem;
  text-align: center;
  width: 618px;
  position: relative;
  z-index: 2;
}

#visArea .mainArea--top .mainTxtBox {
  width: 618px;
  background: #fff;
  text-align: left;
  padding: 3rem 2rem;
  margin: 0;
  border: 1px solid #7dcbe7;
  border-radius: 10px;
  line-height: 1.35;
  max-width: 56.5%;
  min-height: 130px;
  position: relative;
}

#visArea .mainArea--top .mainTxtBox h2 {
  font-size: 2.6rem;
  margin: 0 0 2rem 0;
  color: #e79093;
}

#visArea .subTxtBox {
  position: absolute;
  width: 420px;
  background: rgba(231, 144, 147, 0.1);
  border-radius: 10px;
  padding: 0;
  z-index: auto;
  bottom: 0;
  right: 0;
}

#visArea .subTxtBox__img {
  position: absolute;
  z-index: -1;
  top: -240px;
  width: 360px;
  left: 30px;
}

#visArea .subTxtBox__ttl {
  font-size: 2rem;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}

#visArea .subTxtBox__txt {
  line-height: 1.57;
  font-size: 1.4rem;
  padding: 2rem;
}

#visArea .subTxtBox__txt span {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 1rem 0;
  display: block;
}

#visArea .subTxtBox__ttl {
  font-weight: bold;
  background: #e79093;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

@media screen and (min-width: 481px) {

  /*  PCのみ  */
  #visArea .subTxtBox__head::before,
  #visArea .subTxtBox__head::after {
    content: none;
  }
}

@media screen and (max-width: 1800px) and (min-width: 481px) {

  /* PC一部 */
  #visArea .mainArea--top .siteNameArea {
    width: 55%;
  }

  #visArea .subTxtBox .subTxtBox__img {
    top: -234px;
    height: 280px;
    right: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }

  #visArea .subTxtBox {
    max-width: 100%;
    bottom: 0;
    right: 0;
  }
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
  width: 400px;
  margin: 0 40px 10px 0;
  text-align: center;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap .box {
  width: 519px;
}

/*type-a*/
#contents .box-wrap .type-a .box-body p {
  width: 399px;
}

/*type-b*/

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 10rem auto;
}

#contents .frame {
  display: block;
  box-sizing: border-box;
  width: 266px;
  margin: 0 0 0 16px;
  background-color: #fff;
  float: left;
}

#contents .frame-wrap .frame:first-child {
  margin: 0;
}

#contents .frame-wrap .frame:nth-child(3n+1) {
  margin: 0;
}

#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 16px;
}

#contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head,
#category .frame .frame-head,
#page .frame .frame-head {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

#index .frame .frame-head a,
#category .frame .frame-head a,
#page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}

#index .frame .frame-head a:hover,
#category .frame .frame-head a:hover,
#page .frame .frame-head a:hover {
  opacity: 0.6;
}

#contents .frame .frame-body {
  padding: 0 3rem 3.5rem;
}

#contents .frame .frame-body p {
  margin: 0;
}

/*type-b*/
#contents .frame-wrap .type-b {
  width: calc((100% - 5.2rem)/3);
  margin: 0 0 0 2.6rem;
  border-radius: 5px;
}

#contents .frame-wrap .type-b .btn-internal {
  margin: 3rem auto 0 auto;
}

#contents .frame-wrap .type-b .btn-internal a {
  font-size: 1.6rem;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .house .frame-wrap .type-b .btn-internal a {
  background-color: #7eabe7;
  box-shadow: 0 6px #5f83b4;
}

#contents .bath .frame-wrap .type-b .btn-internal a {
  background-color: #beaae8;
  box-shadow: 0 6px #9885bd;
}

#contents .wash .frame-wrap .type-b .btn-internal a {
  background-color: #a2d5b4;
  box-shadow: 0 6px #84b194;
}

#contents .frame-wrap .type-b .btn-internal a:hover {
  box-shadow: none;
}

#contents .house .frame-wrap .type-b .btn-internal a:hover {
  background-color: #5f83b4;
}

#contents .bath .frame-wrap .type-b .btn-internal a:hover {
  background-color: #9885bd;
}

#contents .wash .frame-wrap .type-b .btn-internal a:hover {
  background-color: #84b194;
}

#contents .frame-wrap .frame.type-b:nth-child(n+4) {
  margin-top: 2.9rem;
}

#contents .house .frame-wrap .type-b {
  background: #f7fafe;
}

#contents .bath .frame-wrap .type-b {
  background: #fbf9fe;
}

#contents .wash .frame-wrap .type-b {
  background: #f5fbf7;
}

#contents .house .frame-wrap .type-b .frame-head {
  background: #b2cdf1;
}

#contents .bath .frame-wrap .type-b .frame-head {
  background: #dfd2f8;
}

#contents .wash .frame-wrap .type-b .frame-head {
  background: #c7e6d2;
}

#contents .frame-wrap .type-b .frame-head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto 3.5rem;
  position: relative;
  padding: 3.6rem 3rem;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#contents .frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding-right: 2rem;
  position: relative;
  text-align: center;
}

#contents .frame-wrap .type-b .frame-body {
  margin: 0 auto;
  padding: 0 3rem 3rem;
}

/*btn-web*/
#contents .frame {
  width: 350px;
  margin: 0 0 0 25px;
}

#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 25px;
}

/*--------------------------------------
オリジナル
---------------------------------------*/

/***** addParts01 *****/
.addParts01 {
  width: 100%;
  margin: 0 0 90px;
}

.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts01 p {
  margin: 0;
}

.addParts01 .block {
  width: 352px;
  margin: 5rem 0 0 2.2rem;
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  padding: 2.5rem 2rem 3rem;
}

.house .block {
  background: #d8e8f9;
}

.bath .block {
  background: #f1eafc;
}

.wash .block {
  background: #d8efe1;
}

.house .block::before {
  background: url(img/block_point_house_bg.png) no-repeat;
  background-size: contain;
}

.bath .block::before {
  background: url(img/block_point_bath_bg.png) no-repeat;
  background-size: contain;
}

.wash .block::before {
  background: url(img/block_point_wash_bg.png) no-repeat;
  background-size: contain;
}

.addParts01 .block:first-child {
  margin-left: 0;
}

.addParts01 .block:nth-child(3n+1) {
  margin-left: 0;
}

.addParts01 .block:nth-child(n+4) {
  margin-top: 7rem;
}

.addParts01 .block::before {
  content: '';
  width: 137px;
  height: 136px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}

.addParts01 .block .addParts__block__ico {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -38px;
  position: absolute;
}

#index .addParts01 .block__ttl--point {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 2rem 1.5rem;
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contents .addParts01 .block p {
  margin: 0;
}

#index .house .block__ttl--point {
  color: #5d88c1;
}

#index .bath .block__ttl--point {
  color: #9885bd;
}

#index .wash .block__ttl--point {
  color: #7eb995;
}

/***** addParts02 *****/
.addParts02 {
  width: 100%;
  position: relative;
}

.addParts02 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts02 p {
  margin: 0;
}

/*addTopArea*/
.addParts02 .addTopArea {
  padding: 0 150px;
  margin: 0 auto 70px;
}

/*sttl*/
#index .addParts02 .sttl {
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts02_tit_ico.png") center bottom no-repeat;
  background-size: 43px auto;
  padding: 0 0 70px;
  margin: 0 0 30px;
  position: relative;
}

/*block*/
.addParts02 .block {
  background: #f5f5f5;
  padding: 4rem 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.addParts02 .block::before,
.addParts02 .block::after {
  content: '';
  position: absolute;
  top: 0;
}

.addParts02 .block::before {
  border-top: 112px solid #fff;
  border-right: 112px solid transparent;
  left: -1px;
}

.addParts02 .blockTitArea {
  text-align: center;
  padding: 0 4rem;
  margin: 0 auto 3.5rem;
}

.addParts02 .blockTitSub {
  font-size: 3.0rem;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto 2rem;
  display: inline-block;
  background: #e79093;
  color: #fff;
  font-weight: bold;
  padding: 1rem 4rem;
}

#index .addParts02 .blockTit {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 2.5rem;
  position: relative;
}

#index .addParts02 .blockTit::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e79093;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index:
    auto;
}

.addParts02 .float-wrap .fl {
  width: 350px;
}

.addParts02 .caption {
  line-height: 1.67;
}

.addParts02 .priceIcoArea {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 3rem auto 4rem;
  position: relative;
}

.addParts02 .priceIcoArea .priceArea {
  width: calc((100% - 2.61rem)/2);
  background: #fff;
  padding: 3rem 1.7rem 2.5rem;
  float: left;
  margin-right: 1.3rem;
  border-radius: 5px;
}

.house .priceIcoArea .priceArea {
  border: 3px solid #7eabe7;
}

.bath .priceIcoArea .priceArea {
  border: 3px solid #beaae8;
}

.wash .priceIcoArea .priceArea {
  border: 3px solid #a2d5b4;
}

/***** addParts03 *****/
.addParts03 {
  width: 100%;
  margin: 100px auto 125px;
}

.addParts03 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts03 p {
  margin: 0;
}

.addParts03 .addTopArea {
  width: 100%;
  margin: 0 0 60px;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.addParts03 .interviewTitArea {
  display: table;
  position: relative;
  margin: 8rem 0 4rem -5.5rem;
  border: 1px solid #ebeaef;
  border-left: none;
  border-radius: 0 5px 5px 0;
  width: calc(100% + 5.5rem);
}

.addParts03 .interviewTitArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  border-top: 1px solid #ebeaef;
  border-bottom: 1px solid #ebeaef;
  height: 100%;
  bottom: 0;
  margin: auto 0;
}

@media all and (-ms-high-contrast:none) {

  /* IE対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 6px);
  }
}

@supports (-ms-ime-align: auto) {

  /* Edge対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 6px);
  }
}

@-moz-document url-prefix() {

  /* Firefox対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 6px);
  }
}

.addParts03 .interviewTitArea .interviewIco--point {
  position: absolute;
  top: -50px;
  left: -30px;
  width: 270px;
}

#contents .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  width: 275px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  padding: 5.5rem 1.5rem 4rem 0;
  position: relative;
  text-align: center;
}

.addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: 880px;
  font-size: 1.6rem;
  border-left: 1px solid #ebeaef;
  padding: 2.5rem;
  line-height: 1.625;
}

#contents .addParts03 .interviewTitArea .interviewTxt p {
  margin: 0;
}

.addParts03 .personArea {
  margin: 0 auto;
}

.addParts03 .personArea .personBox {
  display: flex;
  padding: 0;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.addParts03 .personArea .personBox .pic {
  display: block;
  width: 180px;
  flex-shrink: 0;
  margin: 0 1.5rem;
  order: 2;
}

.addParts03 .personArea .personBox .pic img {
  display: block;
  margin: 0 auto;
}

.addParts03 .personArea .personBox span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(253, 208, 36, 0.4) 60%);
  padding: 0 0.3rem;
}

.addParts03 .personArea .personBox dl {
  display: block;
  width: calc(100% - 210px);
  padding: 0 0 0 30px;
  background: #f5f5f5;
  border-radius: 5px;
  position: relative;
  margin: 0 auto 1.5rem;
  flex-shrink: 0;
  padding: 2rem;
  order: 1;
}

.addParts03 .personArea .white-tri dl {
  background: #fff;
}

#contents .addParts03 .personArea .white-tri dl::before {
  border-left: 19px solid #fff;
}

.addParts03 .personArea .personBox dl::before {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 19px solid #f5f5f5;
  right: -27px;
}

.addParts03 .personArea .personBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #dd666b;
  /* margin: 0 auto 1rem; */
}

.addParts03 .personArea .personBox dl dd {
  position: relative;
  margin: 1rem 0 auto;
  line-height: 1.8;
}

.addParts03 .summaryArea {
  width: 100%;
  background: #cce8f4;
  padding: 5rem;
  margin: 4.2rem auto 0;
  position: relative;
}

.addParts03 .summaryArea::before {
  content: '';
  width: 156px;
  height: 73px;
  position: absolute;
  right: -30px;
  top: -2rem;
  background: url(img/summary_deco.png) no-repeat center;
  background-size: contain;
}

.addParts03 .summaryArea .txtArea {
  width: 100%;
  background: #fff;
  padding: 3.5rem 4rem 4rem;
  position: relative;
  text-align: center;
}

.addParts--opening .float-wrap {
  margin: 0;
}

.addParts--opening .float-wrap .fl {
  width: 350px;
  margin: 0 40px 0 0;
}

#contents .addParts--opening .float-wrap .catch a {
  color: #434648;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  display: block;
}

.addParts03 .summaryArea .txtArea__small-catch {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 165px;
  font-size: 1.6rem;
  padding: 0 1.8rem;
  background: url(img/summary_catch_deco_01.png) no-repeat left center, url(img/summary_catch_deco_02.png) no-repeat right center;
}

.addParts03 .summaryArea .txtArea .catch {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 2rem;
}

.addParts03 .summaryArea .txtArea .catch span {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(253, 208, 36, 0.4) 60%);
  padding: 0 0.6rem 0.2rem 0.6rem;
  font-size: 2rem;
}

.addParts03 .summaryArea .txtArea .txt {
  text-align: left;
  line-height: 2;
  margin: 2rem 0 0 0;
}

.pr {
    margin-top: 6rem;
	padding: 3rem 0;
	background: url(img/pr_bg.jpg) no-repeat top center;
}

/* addParts */
#index .addTopArea {
  /*margin: 0 auto 6rem;*/
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.addParts__ttl-wrap {
  margin: 0 auto 4.5rem;
  display: block;
}

#index .addTopArea .addParts__ttl-wrap .addParts__ttl{
  margin: 0 auto;
  padding: 10.5rem 0 3rem;
  background: url(img/h2_ico.png) no-repeat top center;
  background-size: auto 90px;
  border-bottom: 4px solid #434648;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  text-align: center;
  border-top: none;
  box-shadow: none;
}

#index .house .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/icon.png) no-repeat top 4rem center;
  border-bottom: 4px solid #7eabe7;
}

#index .house-list .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/h2_house_ico.png) no-repeat top center;
}

#index .bath .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/h2_bath_ico.png) no-repeat top 4rem center;
  border-bottom: 4px solid #9885bd;
}

#index .bath-list .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/h2_bath_ico.png) no-repeat top center;
}

#index .wash .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/h2_wash_ico.png) no-repeat top 4rem center;
  border-bottom: 4px solid #7eb995;
}

#index .wash-list .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background: url(img/h2_wash_ico.png) no-repeat top center;
}

#index .addParts__ttl__small {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto 2rem;
  position: relative;
  background: url(img/h2_small_deco01.png) no-repeat left 3rem center, url(img/h2_small_deco02.png) no-repeat right 3rem center #ffffff;
  padding: 0 5.5rem;
  max-width: 80%;
}
#index .addParts__ttl__small2 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto 2rem;
    position: relative;
    background: url(img/h2_small_deco01.png) no-repeat left 3rem center, url(img/h2_small_deco02.png) no-repeat right 3rem center #f6fbfe;
    padding: 0 5.5rem;
    max-width: 80%;
}
@media all and (-ms-high-contrast:none) {

  /* IE対策 */
  #index .addParts__ttl__small {
    font-weight: 400;
  }
}

#index .addParts__ttl__small::after {
  content: '';
  width: 1100px;
  height: 6px;
  position: absolute;
  left: calc(50% - 550px);
  right: calc(50% - 550px);
  margin: auto;
  top: 0;
  bottom: 0;
  border-top: 4px solid #434648;
  z-index: -1;
}

#index .addParts__ttl__small2::after {
    content: '';
    width: 1100px;
    height: 6px;
    position: absolute;
    left: calc(50% - 550px);
    right: calc(50% - 550px);
    margin: auto;
    top: 0;
    bottom: 0;
    border-top: 4px solid #434648;
    z-index: -1;
}

#index .house .addParts__ttl__small::after {
  border-top: 4px solid #7eabe7;
}

#index .bath .addParts__ttl__small::after {
  border-top: 4px solid #9885bd;
}

#index .wash .addParts__ttl__small::after {
  border-top: 4px solid #7eb995;
}

.addTxt span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(253, 208, 36, 0.4) 60%);
  padding: 0 0.3rem;
}

#index .addTopArea .addParts__ttl-wrap .addParts__ttl a {
  display: block;
  background: url(img/arrow_black.png) right 5rem top calc(50% + 30px) no-repeat;
  background-size: 16px auto;
  word-break: break-all;
  padding: 0 10rem;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.addTxt {
  margin: 0 auto;
  max-width: 81%;
  font-size: 1.6rem;
  line-height: 1.625;
  width: 888px;
}

.addTxt span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(253, 208, 36, 0.4) 60%);
  padding: 0 0.3rem;
}

/* addParts--point */
.addParts--point {
  margin: 7rem auto;
}
/* 詳細 */
 #contents .addParts--point .addTopArea {
    margin-bottom: 4.5rem;
}


#index .addParts--point .addTopArea {
  margin-bottom: 4.5rem;
}

#index .house .addParts__ttl__small,
#index .bath .addParts__ttl__small,
#index .wash .addParts__ttl__small {
  margin: 4rem auto 2rem;
}

#index .house-list .addParts__ttl__small,
#index .bath-list .addParts__ttl__small,
#index .wash-list .addParts__ttl__small {
  margin: 0 auto 2rem;
}

#index .house-list .addTopArea .addParts__ttl-wrap .addParts__ttl,
#index .house-list .addParts__ttl__small,
#index .bath-list .addTopArea .addParts__ttl-wrap .addParts__ttl,
#index .bath-list .addParts__ttl__small,
#index .wash-list .addTopArea .addParts__ttl-wrap .addParts__ttl,
#index .wash-list .addParts__ttl__small {
  background-color: #fff !important;
}

.addParts__block-wrap--point {
  margin: 0 auto 6.3rem;
}

/* addParts--detail */
.addParts--detail {
  margin: 7rem auto 0;
}

#index .addParts--detail .addTopArea .addParts__ttl-wrap .addParts__ttl {
  background-color: #fff !important;
}

#index .addParts--detail .addParts__ttl__small {
  background-color: #fff;
}

#index .addParts--detail .addTopArea {
  margin-bottom: 4.5rem;
}

.block__about--detail {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.block__about__img-wrap--detail {
  width: 380px;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 3.7rem;
}

.block__about__img--detail {
  display: block;
  margin: 0 auto;
}

.block__about__item-wrap--detail {
  width: 100%;
  padding: 0.4rem 0 0;
}

.block__about__item--detail {
  background: #fff;
  border-radius: 5px;
}

.block__about__item__ttl--detail {
  border-radius: 5px 5px 0 0;
  flex-shrink: 0;
  padding: 1.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5;
  text-align: center;
}

.house .block__about__item__ttl--detail {
  background: #7eabe7;
}

.bath .block__about__item__ttl--detail {
  background: #beaae8;
}

.wash .block__about__item__ttl--detail {
  background: #a2d5b4;
}

.block__about__item__body--detail {
  font-weight: bold;
  padding: 2rem;
}

#contents .block__about__item__body--detail ul {
  margin: 0;
}

.block__item {
  display: block;
}

#index .addParts--detail .block__item__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 1.7rem 1.5rem 0;
  border-bottom: 1px solid #434648;
  margin: 0 auto 2rem;
}

.block__item--feature {
  margin: 8rem auto 0;
}

.block__item__txt-wrap--feature {
  margin: 0 auto;
  width: 91.8%;
}

#contents .block__item__txt-wrap--feature table {
  margin: 4rem auto 2rem;
}

#index .block__item__txt--feature {
  margin: 0 auto;
}

.block__item--voice {
  margin: 6rem auto 0;
}

.priceAreaInner--voice {
  display: flex;
  margin: 0 0 2rem -1.7rem;
}

.priceAreaInner__img-wrap--voice {
  width: 72px;
  flex-shrink: 0;
  margin-right: 2rem;
}

.priceAreaInner__img--voice {
  margin: 0 auto 0 0;
}

#index .priceAreaInner__txt--voice {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.56;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}

#index .priceArea__txt--voice {
  margin: 0 auto;
  color: #000;
  line-height: 1.7;
}

.addParts--detail .priceArea__caption--voice {
  color: #6e6e6e;
}

/* addParts--recommend */
.addParts--recommend {
  margin: 7rem auto;
}

#index .addParts--recommend .addTopArea {
  margin-bottom: 5rem;
}

#index .frame-wrap--recommend {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/* addParts--case */
.addParts--case {
  margin: 7rem auto 14rem;
}

#index .addParts--case .addParts__ttl-wrap .addParts__ttl {
  font-size: 3.5rem;
}

#index .box-wrap--case {
  margin: 9rem auto 0;
  max-width: 1080px;
}

#index .box-wrap .box--case {
  width: calc((100% - 60px)/2);
  background: #fff url(img/case_box_deco.png) no-repeat right -1px bottom -1px;
  border: 4px solid #7dcbe7;
  border-radius: 5px;
  padding: 2.5rem 2.5rem 5rem;
}

#index .box-wrap .box--case .box-head--case {
  padding: 8.5rem 0 3.5rem;
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_01.png) no-repeat top center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto 2.5rem;
  line-height: 1.3;
}

#index .box-wrap .box--case:nth-of-type(2) .box-head--case {
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_02.png) no-repeat top center;
}

#index .box-wrap .box--case:nth-of-type(3) .box-head--case {
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_03.png) no-repeat top center;
}

#index .box-wrap .box--case:nth-of-type(4) .box-head--case {
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_04.png) no-repeat top center;
}

#index .box-wrap .box--case:nth-of-type(5) .box-head--case {
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_05.png) no-repeat top center;
}

#index .box-wrap .box--case:nth-of-type(6) .box-head--case {
  background: url(img/box_catch_deco.png) no-repeat bottom center, url(img/case_box_ico_06.png) no-repeat top center;
}

#index .box-wrap .box--case .box-body--case {
  margin: 0 auto;
}

#index .box-wrap .box--case .box-body--case p {
  margin: 0 auto;
  width: 100%;
  float: none;
}

#contents .box-wrap .box--case .btn-internal {
  margin: 3rem auto 0;
  width: 100%;
}

/* addParts--opening */
.addParts--opening {
  margin: 7rem auto;
}

#index .addParts--opening .addTopArea {
  margin-bottom: 7rem;
}

#index .addParts--opening .addParts__ttl-wrap .addParts__ttl {
  font-size: 4rem;
}

/* addParts--merit */
.addParts--merit {
  margin: 0 auto;
  padding: 7rem 0;
  background: url(img/pr_bg.jpg) no-repeat top center;
  background-size: cover;
}

#index .addParts--merit .addTopArea,
#index .addParts--line .addTopArea {
  margin: 0 auto 4rem;
}

.addParts--merit .addParts__ttl-wrap {
  margin-bottom: 5.5rem;
}

#index .addParts--merit .addParts__ttl__small {
  background-color: #ecf7fb;
}

#index .addParts--merit .addParts__ttl-wrap .addParts__ttl,
#index .addParts--line .addParts__ttl-wrap .addParts__ttl {
  font-size: 4rem;
}

#index .addParts--merit .btn-internal {
  margin: 0;
  float: left;
}

/* addParts--line */
.addParts--line {
  margin: 4rem auto 7rem auto;
}

.addParts--line .addParts__ttl-wrap {
  margin-bottom: 4rem;
}

.addParts--line .house-wrap {
  position: relative;
}

#g-nav.lower {
  display: block !important;
}

@media screen and (min-width: 481px) {
  .addParts--line .house-cont {
    width: 35%;
    padding: 0 0 1.5rem 0;
    background: #fff;
    border: 1px solid #7dcbe7;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 3.5%;
    transform: translateY(-50%);
  }

  .addParts--line .house-cont:before,
  .addParts--line .house-cont:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .addParts--line .house-cont:before {
    border: solid 18px transparent;
    border-right: solid 18px #7dcbe7;
  }

  .addParts--line .house-cont:after {
    border: solid 20px transparent;
    border-right: solid 20px #fff;
    margin-right: -4px;
  }
}

#index .addParts--line .house-cont .ttl-block {
  display: flex;
  align-items: center;
  padding: 2rem;
  background: #7dcbe7;
  border-radius: 10px 10px 0 0;
}

#index .addParts--line .house-cont .ttl-block h3 {
  width: calc(100% - 50px);
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
}

#index .addParts--line .house-cont .ttl-block h3 .sub {
  font-size: 1.8rem;
  display: block;
}

#index .addParts--line .house-cont .num {
  font-size: 2.8rem;
  color: #7dcbe7;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 1rem 0 0;
  border-radius: 50%;
  text-align: center;
  display: block;
}

#contents .addParts--line .house-cont ul {
  margin: 0 auto;
  padding: 1.5rem;
}

.addParts--line .house-cont ul li:last-child {
  border-bottom: 1px solid #ddd;
}

#contents .addParts--line .house-cont p {
  padding: 0 1.5rem;
  margin: 0;
}

.addParts--line .house-image {
  width: 888px;
  margin: 0 auto 4rem;
  background: #f5f5f5;
  border-radius: 10px;
}

.addParts--line .house-image .house-pic img {
  max-width: 66%;
  margin-right: 26rem;
}

.addParts--line .house-image .house-pic {
  text-align: center;
  padding: 2rem 0 2rem 0rem;
}

.addParts--line .personBox {
  margin-top: 7rem;
}


@media screen and (max-width: 480px) {
  /*  SP  */
  /*------------
	Index
	------------*/

  #contents {
    width: 100%;
  }

  /*--------------------------------------
	 visArea
	---------------------------------------*/
  #visArea {
    margin: 0 auto 6rem;
    background-size: cover;
    padding: 0 0 3rem;
  }

  #visArea .mainArea--top {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  #visArea .mainAreaInner--top {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 2rem 4% 0;
  }

  #visArea .mainArea--top .siteNameArea {
    margin: 0 auto 2rem;
    width: 65%;
  }

  #visArea .mainArea--top .siteNameArea .siteName__logo {
    max-width: 80%;
  }

  #visArea .mainArea--top .mainTxtBox {
    width: 100%;
    padding: 1.5rem 4%;
    margin: 0 auto;
    line-height: 1.5;
    max-width: 100%;
    min-height: auto;
  }

  #visArea .mainArea--top .mainTxtBox h2 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 1rem 0;
  }

  #visArea .mainArea--top .btn-internal {
    width: 90%;
    margin: 1rem auto;
  }

  #visArea .subTxtBoxWrap {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
  }

  #visArea .subTxtBox {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0 0 1rem;
    z-index: 0;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 2rem;
  }

  #visArea .subTxtBox__head {
    margin: 0 auto;
    position: relative;
  }

  #visArea .subTxtBox__img {
    position: absolute;
    z-index: 0;
    float: right;
    margin: -4rem 0 0.2rem 0;
    top: auto;
    left: auto;
    right: 0;
    max-width: unset;
    margin: -6rem 1rem 0 0;
    width: 45%;
  }

  #visArea .subTxtBox__ttl,
  #visArea .subTxtBox__txt {
    line-height: 1.57;
    padding: 1rem;
    font-size: 1.3rem;
  }

  #visArea .subTxtBox__txt span {
    font-size: 1.4rem;
  }

  #visArea .subTxtBox__ttl {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 3.5rem;
  }

  #visArea .subTxtBox__txt {
    padding-top: 2.8rem;
  }

  /*--------------------------------------
	 box-wrap
	---------------------------------------*/
  #contents .box-wrap .box {
    width: 100%;
  }

  /*type-a*/
  #contents .box-wrap .type-a .box-body p {
    width: calc(100% - 95px);
  }

  /*--------------------------------------
	　frame-wrap
	---------------------------------------*/
  #contents .frame-wrap {
    width: 92%;
    max-width: 92%;
    margin: 6.0rem auto;
  }

  #contents .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: #fff;
    float: none;
  }

  #contents .frame-wrap .frame:first-child,
  #contents .frame-wrap .frame:nth-child(3n+1),
  #contents .frame-wrap .frame:nth-child(n+4),
  #contents .frame-wrap .frame:last-child {
    margin: 0;
  }

  #contents .frame-wrap .frame+.frame {
    margin-top: 2rem;
  }

  #contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }

  /*frame-head*/
  #index .frame .frame-head,
  #category .frame .frame-head,
  #page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #index .frame .frame-head a,
  #category .frame .frame-head a,
  #page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }

  #contents .frame .frame-body {
    padding: 0 4% 2.5rem;
  }

  /*type-b*/
  #contents .frame-wrap .type-b {
    width: 100%;
    margin-left: 0;
  }

  #contents .frame-wrap .type-b .frame-head {
    font-size: 1.8rem;
    padding: 1.8rem 4%;
    margin: 0 0 2rem;
    max-width: 100%;
  }

  #contents .frame-wrap .type-b .frame-head a {
    background-size: 8px auto;
    padding: 0 2.0rem 0 0;
    font-size: 2rem;
  }

  #contents .frame-wrap .type-b .frame-body {
    margin: 0 auto;
    padding: 0 6% 2.5rem;
  }

  #contents .frame {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  #contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }

  /*--------------------------------------
	オリジナル
	---------------------------------------*/

  /***** addParts01 *****/

  .addParts01 {
    width: 85%;
    margin: 0 auto 90px;
  }

  .addParts01 .addInner {
    width: 92%;
    margin: 0 auto;
  }

  .addParts01 p {
    margin: 0;
  }

  .addParts01 .block,
  .addParts01 .block:nth-child(n+4) {
    width: 100%;
    margin: 4.5rem auto 0;
    float: none;
    padding: 2.5rem 4%;
  }

  .addParts01 .block::before {
    width: 90px;
    height: 90px;
    top: -30px;
  }

  .addParts01 .block .addParts__block__ico {
    max-width: 30px;
    top: -20px;
  }

  #index .addParts01 .block__ttl--point {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 3%;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
  }

  /***** addParts02 *****/
  .addParts02 .addInner {
    width: 92%;
    margin: 0 auto;
  }

  .addParts02 p {
    margin: 0;
  }

  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3.0rem;
  }

  /*sttl*/
  #index .addParts02 .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts02_tit_ico.png") center bottom no-repeat;
    background-size: 29px auto;
    padding: 0 3.5rem 4.5rem;
    margin: 0 auto 2.0rem;
    position: relative;
  }

  /*block*/
  .addParts02 .block {
    padding: 2rem 4% 3.5rem;
    margin: 0 auto;
  }

  .addParts02 .block::before {
    border-width: 40px;
    top: -1px;
  }

  .addParts02 .blockTitArea {
    padding: 0 1.5rem;
    margin: 0 0 2.5rem;
  }

  .addParts02 .blockTitSub {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 auto 1.5rem;
    padding: 1rem 5%;
  }

  #index .addParts02 .blockTit {
    font-size: 1.8rem;
    padding: 0 0 1.5rem;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  #index .addParts02 .blockTit::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }

  .addParts02 .priceIcoArea {
    margin: 2rem auto 0;
  }

  .addParts02 .priceIcoArea .priceArea {
    width: 100%;
    padding: 2rem 4% 2rem;
    margin: 0 auto;
    float: none;
  }

  .addParts02 .priceIcoArea .priceArea+.priceArea {
    margin-top: 2rem;
  }

  .addParts02 .priceIcoArea .priceAreaInner {
    margin: 0 0 1.5rem -4.6%;
  }

  /***** addParts03 *****/
  .addParts03 {
    width: 100%;
    margin: 6.5rem auto 7.0rem;
  }

  .addParts03 .addInner {
    width: 92%;
    margin: 0 auto;
  }

  .addParts03 p {
    margin: 0;
  }

  .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3.0rem;
    display: block;
  }

  .addParts03 .interviewTitArea {
    display: block;
    padding: 4.5rem 4% 2.5rem 0;
    margin: 9rem auto 0;
    width: 100%;
  }

  .addParts03 .interviewTitArea::after {
    content: none;
  }

  .addParts03 .interviewTitArea .interviewIco--point {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -55px;
  }

  #contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    font-size: 1.9rem;
    padding: 0;
    margin: 0 auto 2rem;
    position: relative;
    max-width: inherit;
  }

  .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
  }

  .addParts03 .personArea {
    margin: 0 auto;
  }

  .addParts03 .personArea .personBox {
    display: table;
    padding: 1rem 4% 2rem;
    background: #f5f5f5;
    border-radius: 5px;
  }

  .addParts03 .personArea .personBox .pic {
    display: block;
    width: 90px;
    order: unset;
    position: relative;
  }

  .addParts03 .personArea .personBox--ico-right .pic {
    float: right;
    margin: 0 0 1rem 1.5rem;
    z-index: 1;
  }

  .addParts03 .personArea .personBox dl {
    display: block;
    width: 100%;
    padding: 1.0rem 0 0;
    background: none;
    border-radius: unset;
    margin: 0 auto;
    background-color: none !important;
  }

  .addParts03 .personArea .personBox dl::before {
    content: none;
  }

  .addParts03 .personArea .personBox dl dt {
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 1rem auto 2rem;
  }

  .addParts03 .personArea .personBox dl dd {}

  .addParts03 .summaryArea {
    width: 100%;
    background-size: 45px auto;
    background-position: top 1.2rem center;
    padding: 4.5rem 4% 2rem;
    margin: 4rem auto 0;
  }

  .addParts03 .summaryArea::before {
    width: 120px;
    right: -12px;
    height: 56px;
  }

  #contents .addParts03 .summaryArea .float-wrap .catch {
    font-size: 1.6rem !important;
  }

  .addParts03 .summaryArea .txtArea {
    padding: 3rem 4% 2.5rem;
  }

  #contents .addParts03 .summaryArea .float-wrap {
    width: 100%;
    margin: 0;
  }

  .addParts03 .summaryArea .txtArea__small-catch {
    font-size: 1.5rem;
  }

  .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    margin: 0 auto 2rem;
    line-height: 1.7;
  }

  /*--------------------------------------
	 footer
	---------------------------------------*/
  /* addParts */
  .addInner {
    width: 92%;
  }

  #index .addTopArea {
    margin: 0 auto 3rem;
  }

  .addParts__ttl-wrap {
    margin: 0 auto 2.5rem;
  }

  #index .addTopArea .addParts__ttl-wrap .addParts__ttl {
    padding: 5.5rem 0 1.5rem;
    background-size: auto 50px;
    font-size: 2.2rem;
    width: 100%;
      /* max-width: 100%; */
    font-feature-settings: "palt";
  }

  #index .house .addParts__ttl__small,
  #index .bath .addParts__ttl__small,
  #index .wash .addParts__ttl__small {
    margin: 2rem auto 1rem;
  }

  #index .house .addTopArea .addParts__ttl-wrap .addParts__ttl {
    background: url(img/icon.png) no-repeat top 2rem center;
  }

  #index .bath .addTopArea .addParts__ttl-wrap .addParts__ttl {
    background: url(img/h2_bath_ico.png) no-repeat top 2rem center;
  }

  #index .wash .addTopArea .addParts__ttl-wrap .addParts__ttl {
    background: url(img/h2_wash_ico.png) no-repeat top 2rem center;
  }

  #index .house .addTopArea .addParts__ttl-wrap .addParts__ttl,
  #index .bath .addTopArea .addParts__ttl-wrap .addParts__ttl,
  #index .wash .addTopArea .addParts__ttl-wrap .addParts__ttl {
    background-size: auto 50px;
  }

  #index .addParts__ttl__small {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
    background-size: 8px auto, 8px auto, auto;
    background-position: left 5px center, right 5px center, center;
    padding: 0 1.8rem;
    max-width: 94%;
    font-feature-settings: "palt";
  }

  #index .addParts__ttl__small::after {
    width: 92vw;
    height: 3px;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
 @media screen and (max-width: 480px) {
    #index .addParts__ttl__small2::after {
        width: 92vw;
        height: 3px;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
    }
}
  #index .addTopArea .addParts__ttl-wrap .addParts__ttl a {
    padding: 0 2rem;
    font-size: 2.2rem;
    background-size: 8px auto;
    background-position: top calc(50% + 19px) right 2px;
  }

  .addTxt {
    max-width: 100%;
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.8;
  }

  /* addParts--point */
  .addParts--point {
    margin: 3rem auto;
  }

  #index .addParts--point .addTopArea {
    margin-bottom: 4.5rem;
  }

  .addParts__block-wrap--point {
    margin: 0 auto 4rem;
  }

  /* addParts--detail */
  .addParts--detail {
    margin: 3rem auto;
  }

  #index .addParts--detail .addTopArea {
    margin-bottom: 2.5rem;
  }

  .block__about--detail {
    display: block;
  }

  .block__about__img-wrap--detail {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }

  .block__about__item-wrap--detail {
    width: 100%;
    padding: 0;
  }

  .block__about__item__ttl--detail {
    padding: 1rem 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
  }

  .block__about__item__body--detail {
    font-size: 1.4rem;
    padding: 2.3rem 0.5rem;
  }

  .block__about__item--detail:nth-of-type(1) .block__about__item__body--detail {
    padding: 1.5rem;
    font-size: 1.2rem;
  }

  #index .addParts--detail .block__item__ttl {
    font-size: 2rem;
    padding: 0 1rem 1rem;
    margin: 0 auto 1.5rem;
    max-width: 100%;
  }

  #contents .addParts--detail .float-wrap {
    width: 100%;
    margin: 2rem 0;
  }

  .block__item--feature {
    margin: 5.1rem auto 0;
  }

  .block__item__txt-wrap--feature {
    width: 100%;
  }

  .block__item--voice {
    margin: 4rem auto 0;
  }

  .priceAreaInner--voice {
    display: flex;
    margin: 0 0 2rem -1.7rem;
  }

  .priceAreaInner__img-wrap--voice {
    width: 56px;
    margin-right: 1.5rem;
  }

  .priceAreaInner__img--voice {
    margin: 0 auto 0 0;
  }

  #index .priceAreaInner__txt--voice {
    font-size: 1.8rem;
  }

  /* addParts--recommend */
  .addParts--recommend {
    margin: 4rem auto 0;
  }

  #index .addParts--recommend .addTopArea {
    margin-bottom: 3rem;
  }

  #index .frame-wrap--recommend {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* addParts--case */
  .addParts--case {
    margin: 3rem auto;
  }

  #index .box-wrap--case {
    margin: 4rem auto 0;
    max-width: 100%;
    width: 100%;
  }

  #index .box-wrap .box.box--case {
    width: 100%;
    padding: 1.5rem 4% 2.5rem;
  }

  #index .box-wrap .box.box--case+.box--case {
    margin-top: 2rem;
  }

  #index .box-wrap .box--case .box-head--case,
  #index .box-wrap .box--case:nth-of-type(2) .box-head--case,
  #index .box-wrap .box--case:nth-of-type(3) .box-head--case,
  #index .box-wrap .box--case:nth-of-type(4) .box-head--case,
  #index .box-wrap .box--case:nth-of-type(5) .box-head--case,
  #index .box-wrap .box--case:nth-of-type(6) .box-head--case {
    padding: 5rem 0 2.5rem;
    background-size: 31px auto, auto 40px;
    font-size: 2.2rem;
    margin: 0 auto 1.5rem;
    max-width: 100%;
  }

  #index .box-wrap .box--case .box-body--case p {
    width: 100%;
  }

  #contents .box-wrap .box--case .btn-internal {
    width: 85%;
    max-width: 100%;
    margin: 2rem auto 0;
  }

  /* addParts--opening */
  .addParts--opening {
    margin: 3rem auto;
  }

  #index .addParts--opening .addTopArea {
    margin-bottom: 3rem;
  }

  .addParts--opening .summaryArea {
    margin-top: 3rem;
  }

  /* addParts--merit */
  .addParts--merit {
    padding: 3rem 0;
    margin: 3rem 0;
  }

  #contents .addParts--merit .float-wrap {
    width: 100%;
    margin: 0;
  }

  #index .addParts--merit .addTopArea,
  #index .addParts--line .addTopArea {
    margin: 0 auto 3rem;
  }

  .addParts--merit .addParts__ttl-wrap,
  .addParts--line .addParts__ttl-wrap {
    margin-bottom: 2.5rem;
  }

  #index .addParts--merit .addParts__ttl-wrap .addParts__ttl,
  #index .addParts--line .addParts__ttl-wrap .addParts__ttl {
    font-size: 2.2rem;
  }

  #index .addParts--merit .addParts__ttl__small {
    max-width: 100%;
    font-size: 1.6rem;
  }

  #index .addParts--merit .btn-internal,
  #index .addParts--line .btn-internal {
    width: 85%;
    max-width: 100%;
    margin: 2rem auto 0;
    float: none;
  }

  .addParts--merit .btn-internal a,
  .addParts--line .btn-internal a {
    font-size: 1.4rem;
    background-size: 10px auto;
    background-position: right 12px center;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }

  /* addParts--line */
  .addParts--line {
    margin: 3rem auto;
  }

  .house-wrap {
    display: flex;
    flex-direction: column;
  }

  .addParts--line .house-cont {
    width: 100%;
    padding: 0 0 1.5rem 0;
    background: #fff;
    border: 1px solid #7dcbe7;
    border-radius: 10px;
    position: relative;
    margin: 2rem 0;
  }

  .addParts--line .house-cont:before,
  .addParts--line .house-cont:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .addParts--line .house-cont:before {
    border: solid 13px transparent;
    border-bottom: solid 13px #7dcbe7;
  }

  .addParts--line .house-cont:after {
    border: solid 15px transparent;
    margin-bottom: -4px;
  }

  #index .addParts--line .house-cont .ttl-block {
    padding: 1rem;
  }

  #index .addParts--line .house-cont .num {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #index .addParts--line .house-cont .ttl-block h3 {
    font-size: 2.2rem;
  }

  #index .addParts--line .house-cont .ttl-block h3 .sub {
    font-size: 1.5rem;
  }

  #contents .addParts--line .house-cont .btn-link {
    padding: 0;
    margin: 1rem auto;
  }

  .addParts--line .house-image {
    width: 100%;
    margin: 0;
  }

  .addParts--line .house-image .house-pic {
    padding: 2rem;
  }

  .addParts--line .house-image .house-pic img {
    max-width: 100%;
    margin-right: 26rem;
  }

  .addParts--line .personBox {
    margin-top: 0rem;
  }

  .addParts--line .house-image .house-pic img {
    max-width: 100%;
    width: auto;
    margin-right: 0;
  }

  #g-nav.lower {
    display: none !important;
  }

  .addParts03 .personArea .personBox .pic::after {
    left: 12rem;
    content: "サイト管理人";
    position: absolute;
    width: 127px;
    top: 25px;
    font-weight: bold;
    color: #434648;
    font-size: 1.8rem;
  }

}

#box-2,
#box-3,
#box-4,
#box-5,
#box-6,
#box-7,
#box-8,
#box-9 {
  display: none;
}

.addParts--line .house-image .house-pic .map {
  cursor: pointer;
}

  /* 下層詳細 */
#contents .shousai .shousai_area .shousai_TopArea .shousaiParts__ttl-wrap .shousaiParts__ttl {
    background: url(img/h2_bath_ico.png) no-repeat top 4rem center;
    border-bottom: 4px solid #9885bd;
}