@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(105,105,105,0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 138px;
  left: 100px;
}
.pagehead-ttl h2 {
  font-size: 26px;
}
.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 130px;
    left: 6px;
  }
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 30px 0;
}

/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #868485;
  color: #868485;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #E89BBE;
color: #101010;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #E89BBE;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #E89BBE;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #E89BBE;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #E89BBE;
  border-bottom: 1px solid #E89BBE;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #d82033;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .2rem .5rem .3rem;
  width: 35px;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #101010;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #E89BBE;
  border: 1px solid #E89BBE;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}

/*****************************
  下層汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 30px 0;
}

/*****************************
  ARCHIVE
*****************************/
.page-archive .tab-wrap{
  width: 100%;
}
.archivenews p.time{
  margin-right: 20px;
}

/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}
.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #E89BBE;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #E89BBE;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
  width: calc(100% - 80px);
  display: inline-block;
  margin-left: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.qa .open dt p {
  font-size: 18px;
  width: calc(100% - 80px);
  display: inline-block;
  margin-left: 16px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
}
.qa dt span,
.qa dd span{
  color: #DEA5C5;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt span,
.qa .open dd span{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .qa dt span,
  .qa dd span{
    vertical-align: top;
    font-size: 24px;
  }
  .qa .open dt span,
  .qa .open dd span{
    font-size: 20px;
  }
}

.qa dd span{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 60px);
  margin-left: 40px;
  margin-right: 20px;
  padding: 20px 20px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
    font-size: 1.6rem;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
  }
}

/*****************************
  CASE ARCHIVE
*****************************/
.caseflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.casefbox{
  width: calc(100% / 3);
  padding: 10px;
}
.casefbox .thumb__img img{
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.casefbox .ttl{
  text-align: center;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .casefbox{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .casefbox .ttl{
    font-size: 14px;
  }
}

/*****************************
  CASE SINGLE
*****************************/
.baflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.bafbox{
  width: calc(100% / 2 - 10px);
}
.bafbox img{
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.caseimgttl{
  text-align: center;
  color: #E89BBE;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .bafbox{
    width: 100%;
    margin-bottom: 20px;
  }
}

/*****************************
  SERVICE
*****************************/
.serflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.serfbox{
  width: 40%;
  margin-right: 20px;
}
.serfbox2{
  width: 57%;
}
.serfbox2 h3{
  background: #E89BBE;
  border-radius: 8px;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  width: 300px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .serfbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .serfbox2{
    width: 100%;
  }
  .serfbox2 h3{
    width: 100%;
  }
}

.setflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.setfbox img{
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.setfbox2{
  font-size: 30px;
}
.packflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.packfbox{
  width: 17%;
  padding: 10px;
  display: inline-block;
  height: 170px;
}
.packfbox3{
  width: 31%;
  padding: 10px;
  display: inline-block;
  height: 170px;
}
.packfbox2{
  width: 5%;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  color: #868485;
}
.packfbox4{
  width: 40%;
}
.packfbox{
  border: 1px solid #E89BBE;
  padding: 10px;
}
.packfbox h3{
  background: #E89BBE;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.packfbox3{
  border: 1px solid #E89BBE;
  padding: 10px;
}
.packfbox3 h3{
  background: #E89BBE;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.pricebox{
  border: 1px solid #e89b9d;
  margin-left: auto;
  padding: 10px;
  display: inline-block;
  height: 170px;
}
.pricebox h3{
  background: #e89b9d;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.pflex{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: end;
  padding: 10px 0;
}
.subp{
  font-size: 18px;
}
.price{
  color: #df4750;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 10px solid #fff300;
  line-height: .6;
}
.price2{
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .packfbox{
    width: 20%;
    height: 220px;
  }
  .packfbox3{
    width: 38%;
    height: 220px;
  }
  .packfbox2{
    padding: 0;
  }
  .packfbox4{
    width: 31%;
  }
  .pricebox{
    height: 220px;
  }
  .pflex{
    padding: 15px 0;
  }
  .subp{
    margin-bottom: 5px;
  }
  .price{
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .packfbox,
  .packfbox3{
    width: 100%;
    height: auto;
  }
  .packfbox2{
    width: 100%;
  }
  .packfbox4{
    width: 100%;
  }
  .pricebox{
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .pflex{
    padding: 10px 0;
  }
  .subp{
    margin-bottom: 10px;
    font-size: 14px;
    margin-right: 10px;
  }
  .price{
    font-size: 30px;
  }
  .packfbox2 .fa-equals{
    transform: rotate(90deg);
  }
}

.sttl{
  margin-bottom: 10px;
}
.sttl h3{
  background: #E89BBE;
  border-radius: 8px;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  width: 300px;
}
.tblflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tblflex table{
  width: calc(99% / 2);
}

/* SERVICE TABLE */
.stbl01,
.stbl02{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.stbl01 th,
.stbl02 th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fde8f1;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}
.stbl01 td,
.stbl02 td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tblflex table{
    width: 100%;
  }
  .stbl01{
    margin-bottom: 0;
  }
  .stbl02{
    margin-top: 0;
    border-top: none;
  }
  .stbl01 th{
    width: 53%;
  }
  .stbl02 th{
    display: none;
  }
  .stbl2td{
    width: 53%;
    vertical-align: middle;
  }
}

.cautionlist li{
  position: relative;
  padding-left: 2rem;
  margin-bottom: 10px;
}
.cautionlist li::after{
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}

.cbtn{
  margin: 20px 0;
}
.cbtn a{
  background: #ce9be8;
  border: 1px solid #ce9be8;
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  width: 280px;
  text-align: center;
  transition: .5s;
}
.cbtn a:hover{
  background: #b54dea;
  opacity: 1;
}

.setbtn{
  margin: 20px 0;
  padding: 0 40px;
}
.setbtn a{
  background: #eff13b;
  border: 1px solid #eff13b;
  color: #eb0000;
  display: inline-block;
  padding: 6px 10px;
  width: 100%;
  text-align: center;
  transition: .5s;
}
.setbtn a:hover{
  background: #eb0000;
  color: #fff;
  opacity: 1;
}
.setbtn span{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .setbtn{
    padding: 0 30px;
  }
  .setbtn span{
    font-size: 16px;
  }
}

.settxt{
  background: #eff13b;
  color: #eb0000;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  margin-bottom: 20px;
}

.small{
  font-size: 14px;
}

/*****************************
  SERVICE BTNLINK
*****************************/
.btnlink{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.btnlinkbox{
  width: calc(100% / 3);
}
.btnlinksec .cbtn{
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .btnlinksec .cbtn a{
    font-size: 14px;
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .btnlinkbox{
    width: 100%;
  }
  .btnlinksec .cbtn a{
    font-size: 16px;
    width: 280px;
  }
}

/*****************************
  水回りセット 施工時間
*****************************/
.settaime{
  font-size: 18px;
}
@media only screen and (max-width: 767px){
  .settaime{
    display: block;
  }
}

/*****************************
  お問い合わせ LINE
*****************************/
.contctline{
  margin-bottom: 20px;
  margin-top: -10px;
}
.contctline a img{
  height: 50px;
  width: auto%;
}