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

	住まいるリフォーム(仙台)
　/sendai/sumairureform2020/
　Syntax - SP First　

--------------------------------------------------- */
/* --------------------------

	Common

-------------------------- */
*{
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  }
body{}
img{
  height: auto;
  width: 100%;
  }
.yu_min{
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
/* --------------------------

	Original Class

-------------------------- */
.sumairureform2020_sendai{
  background-image: url("/src/image/section/cp/sumairureform2020/bg_sumairureform2020_sendai.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.inner{padding: 0 15px;}
.sectionArea{margin: 0 0 3rem;}
.com-zipCthCpyArea{margin: 0 0 1rem;}

/* --------------------------

	PC,SP,Tab displayNone

-------------------------- */
.pc_only{display: none;}
.tab_only{display: none;}
.sp_only{display: inline-block;}
.pc_tab{display: none;}
.tab_sp{display: inline-block;}


/* --------------------------

	Layout - Header

-------------------------- */
.glHeaderArea{border-bottom: 1px rgba(230, 230, 230, 1) solid;}
.glHedr{}
.glHedrInr{padding: 5px 15px;}
.glHedrInrCnt{
  display: flex;
  justify-content: flex-end;
  }
.glHedrLogoFigBlk{width: 20%;}


/* --------------------------

	Layout - introArea

-------------------------- */
.introArea{margin: 1rem 0 3rem;}
.intWrap{}
.intWrapCnt{
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.intMainBlk{
  margin: 0 0 1rem;
  width: 100%;
  }
.intSubBlk{width: 80%;}


/* --------------------------

	Layout - effortArea

-------------------------- */
.effortArea{}
.eftWrap{}
.eftWrapCnt{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.eftMainBlk{
  margin: 0 0 2rem;
  width: 100%;
  }
.eftSubBlk{width: 90%;}


/* --------------------------

	Layout - catchCopyArea

-------------------------- */
.catchCopyArea{}
.cthCpyWrap{}
.com-zipCthCpyArea .cthCpyWrap{padding: 0;}
.cthCpyWrpCnt{text-align: center;}
.cthCpy{
  background-color: rgba(255, 255, 255, 1);
  border: 5px rgba(102, 191, 151, 1) solid;
  border-radius: 10px;
  display: inline-block;
  padding: 0.5em 0.8em;
  }
.cthCpyTxt{
  display: block;
  font-size: 1.25rem;
  }
.cthCpyTxtGrn{color: rgba(35, 142, 58, 1);}



/* --------------------------

	Layout - toiletReformArea

-------------------------- */
.toiletReformArea{padding: 0 15px;}
.tilRefWrap{
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 15px;
  }
.tilRefTtlBlk{margin: 0 0 1rem;}
.tilRefFigBlk{}
.tilRefFigCnt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.tilRefFigCol{width: 100%;}
.tilRefFigCol:first-of-type{margin: 0 0 2rem 0;}
.tilRefFigColTop{}
.tilRefFigColBtm{
  background-image: url("/src/image/section/cp/sumairureform2020/bg_toilet_reform.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  /*margin: -0.5rem 0 0;*/
  }
.tilRefFigColBtmCnt{padding: 0.2rem;}


/* --------------------------

	Layout - lineupArea

-------------------------- */
.lineupArea{}
.lineupWrap{}
.lineupWrapCnt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.lineupCol{
  border-radius: 10px;
  box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0.8rem 0.8rem 0;
  width: calc((100% - 1rem) / 2);
  }
.lineupCol:nth-of-type(odd){
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  }
.lineupCol:nth-of-type(odd){background-image: url("/src/image/section/cp/sumairureform2020/bg_lineup01.png");}
.lineupCol:nth-of-type(even){}
.lineupCol:nth-of-type(2n){margin: 0 0 0.8rem 0;}
.lineupCol:nth-last-of-type(-n+2){margin: 0 0.8rem 0 0;}
.lineupCol:last-of-type{margin: 0;}

.label5000yen{position: relative;}
.label5000yen:after{
  background-image: url("/src/image/section/cp/sumairureform2020/img_lineup_label_5000yen.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 50px;
  position: absolute;
  right: 5px;
  top: -10px;  
  width: 50px;
  }

.lineupColCnt{padding: 0.5em;}


/* --------------------------

	Layout - petitReformArea

-------------------------- */
.petitReformArea{}
.ptiRefWrap{}
.ptiRefWrapCnt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.ptiRefGrp{
  background-color: rgba(255, 255, 255, 1);
  border: 5px rgba(102, 191, 151, 1) solid;
  border-radius: 20px;
  margin: 0 0 1.5rem;
  padding: 10px 15px;
  }
.ptiRefTtlBlk{
  margin: 0 auto 1rem;
  width: 100%;
  }
.ptiRefMenuBlk{}
.ptiRefMenuCnt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
.ptiRefMenuCol{
  background-color: rgba(201, 230, 224, 1);
  border-radius: 10px;
  margin: 0 0 1rem;
  width: 100%;
  }
.ptiRefMenuCol:last-of-type{margin: 0;}
.ptiRefMenuCol:nth-of-type(3){
  background-color: transparent;
  background-image: url("/src/image/section/cp/sumairureform2020/bg_petit_menu.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  }
.ptiRefMenuColCnt{padding: 0.4em;}
.parcelBoxGrp{
  background-image: url("/src/image/section/cp/sumairureform2020/bg_parcel_box.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  }
.parcelBoxGrpCnt{padding: 2rem;}


/* --------------------------

	Layout - contactArea

-------------------------- */
.contactArea{}
.cnttWrap{}
.cnttBlk{
  background-color: rgba(230, 0, 18, 1);
  border-radius: 10px;
  padding: 0.5rem;
  width: 100%;
  }


/* --------------------------

	Layout - Footer

-------------------------- */
.glFooterArea{
  padding-top: 20px;
  position: relative;
  z-index: 200;
}
.glFtrInner{position: relative;}
.glLabelBlk{
  position: absolute;
  left: 0;
  top: 0;
  }
.glLabel{width: 100px;}
.glFtrLogoBlk{
  margin: 0 0 1rem;
  text-align: center;
  }
.glFtrLogoFigBlk{
  margin: 0 auto 0.9375rem;
  width: 100px;
  }
.glFtrLogoNoteBlk{}
.glFtrLogoNote{font-weight: 500;}
.glFtrCopyBlk{
  background-color: rgba(30, 172, 75, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  }
.copyright{
  font-size: 0.8125em;
  padding: 1em 0;
  }


/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* --------------------------

	Tablet-Mode

-------------------------- */
@media screen and (min-width: 560px) {
/* --------------------------

	PC,SP,Tab displayNone

-------------------------- */
.pc_only{display: none;}
.tab_only{display: inline-block;}
.sp_only{display: none;}
.pc_tab{display: inline-block;}
.tab_sp{display: inline-block;}
}/* /560px */


/* --------------------------

	PC-Mode

-------------------------- */
@media screen and (min-width: 960px) {
/* -----------------------------

	original Class

----------------------------- */
.sectionArea{margin: 0 0 5rem;}
.com-zipCthCpyArea{margin: 0 0 2rem;}
/* --------------------------

	PC,SP,Tab displayNone

-------------------------- */
.pc_only{display: inline-block;}
.tab_only{display: none;}
.sp_only{display: none;}
.pc_tab{display: inline-block;}
.tab_sp{display: none;}

/* --------------------------

	Layout - Header

-------------------------- */
.glHeaderArea{border-bottom: none;}
.glHedr{}
.glHedrInr{
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  }
.glHedrInrCnt{}
.glHedrLogoFigBlk{
  position: absolute;
  width: 150px;
  }


/* --------------------------

	Layout - introArea

-------------------------- */
.introArea{margin: 1rem 0 5rem;}
.intWrap{padding: 0;}
.intWrapCnt{flex-wrap: nowrap;}
.intMainBlk{
  margin: 0;
  width: 705px;
  }
.intSubBlk{width: 265px;}


/* --------------------------

	Layout - effortArea

-------------------------- */
.effortArea{}
.eftWrap{padding: 0;}
.eftWrapCnt{flex-wrap: nowrap;}
.eftMainBlk{
  margin: 0 1rem 0 0;
  width: 585px;
  }
.eftSubBlk{width: calc(100% - 585px - 1rem);}


/* --------------------------

	Layout - catchCopyArea

-------------------------- */
.catchCopyArea{}
.cthCpyWrap{padding: 0;}
.cthCpyWrpCnt{}
.cthCpy{
  border-radius: 20px;
  padding: 0.5em 1em;
  }
.cthCpyTxt{font-size: 1.75rem;}
.cthCpyTxtGrn{}


/* --------------------------

	Layout - toiletReformArea

-------------------------- */
.toiletReformArea{padding: 0;}
.tilRefWrap{
  border-radius: 35px;
  padding: 1.4rem 1rem;
  }
.tilRefTtlBlk{
  margin: 0 0 1rem;
  width: 90%;
  }
.tilRefFigBlk{}
.tilRefFigCnt{flex-wrap: nowrap;}
.tilRefFigCol{width: 48%;}
.tilRefFigCol:first-of-type{margin: 0 1rem 0 0;}
.tilRefFigColTop{}
.tilRefFigColBtm{}
.tilRefFigColBtmCnt{padding: 0.5em;}


/* --------------------------

	Layout - lineupArea

-------------------------- */
.lineupArea{}
.lineupWrap{padding: 0;}
.lineupWrapCnt{}
.lineupCol{
  border-radius: 20px;
  margin: 0 1rem 1rem 0;
  width: calc((100% - 3rem) / 3);
  }
.lineupCol:nth-of-type(2n){margin: 0 1rem 1rem 0;}
.lineupCol:nth-of-type(3n){margin: 0 0 1rem 0;}
.lineupCol:nth-last-of-type(-n+3){margin: 0 1rem 0 0;}
.lineupCol:last-of-type{margin: 0;}

.label5000yen:after{
  height: 110px;
  right: 10px;
  top: -15px;  
  width: 110px;
  }
.lineupColCnt{padding: 0.6em;}


/* --------------------------

	Layout - petitReformArea

-------------------------- */
.petitReformArea{}
.ptiRefWrap{padding: 0;}
.ptiRefWrapCnt{flex-wrap: nowrap;}
.ptiRefGrp{
  margin: 0 1rem 0 0;
  padding: 1rem;
  width: 62%;
  }
.ptiRefTtlBlk{
  margin: 0 auto 1.5rem;
  width: 90%;
  }
.ptiRefMenuBlk{}
.ptiRefMenuCnt{}
.ptiRefMenuCol{
  margin: 0 0.5rem 0.5rem 0;
  width: 49%;
  }
.ptiRefMenuCol:nth-of-type(2n){margin: 0 0 0.5rem 0;}
.ptiRefMenuCol:nth-last-of-type(-n+2){margin: 0 0.5rem 0 0;}
.ptiRefMenuCol:last-of-type{margin: 0;}
.ptiRefMenuColCnt{padding: 0.6rem;}
 .parcelBoxGrp{width: 38%;}
.parcelBoxGrpCnt{padding: 0 1rem;}


/* --------------------------

	Layout - contactArea

-------------------------- */
.contactArea{}
.cnttWrap{padding: 0;}
.cnttBlk{
  border-radius: 20px;
  margin: 0 auto;
  padding: 1rem;
  width: 600px;
  }
  
/* --------------------------

	Layout - Footer

-------------------------- */
.glFooterArea{ padding-top: 30px; }
.glFtrInner{}
.glLabelBlk{}
.glLabel{width: 200px;}
.glFtrLogoBlk{margin: 0 0 2rem;}
.glFtrLogoFigBlk{
  margin: 0 auto 1.375rem;
  width: 150px;
  }
.glFtrLogoNoteBlk{}
.glFtrLogoNote{}
.glFtrCopyBlk{}
.copyright{}

}/* /960px */

@media screen and (min-width: 1025px) {
/* -----------------------------

	original Class

----------------------------- */
.inner{
  margin: 0 auto;  
  max-width: 1000px;
  }
}
