@charset "utf-8";


.slider-wrapper {
  overflow: hidden;
}

.slider-wrapper .bxslider {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.slider-wrapper ul li img {
  width: 100%;
  height: auto;
}

.slider-wrapper ul li {
  opacity: 0.5;
}

.slider-wrapper ul li.active {
  opacity: 1;
}

.slider-wrapper .bx-viewport {
  overflow: visible !important;
}

.bx-wrapper .bx-controls-direction a {
  height: 51px;
}

.bx-wrapper .bx-prev {
  left: -40px;
  background: url(../images/slider_prev.png) no-repeat;
  background-size: contain;
}

.bx-wrapper .bx-next {
  right: -40px;
  background: url(../images/slider_next.png) no-repeat;
  background-size: contain;
}

.bx-pager {
  display: none;
}





#reason {
  margin-top: 10px;
  background: url(../images/reason_bg.jpg);
  padding: 60px 0;
}

#reason h1 {
  font-weight: 350;
  border-bottom: 2px dashed #ffc799;
  margin: 0 auto;
  text-align: center;
  width: 18em;
  font-size: 240%;
  line-height: 150%;
  margin-bottom: 30px;
}

#reason h1 span {
  font-weight: 700;
}

#reason article {
  margin-bottom: 40px;
}

#reason article img {
  float: right;
  width: 30%;
  max-width: 387px;
}

#reason article h2 {
  color: #ff7500;
  font-weight: 600;
  font-size: 175%;
  line-height: 140%;
  padding-left: 90px;
  padding-top: 0.5em;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 77px;
  min-height: 57px;
  margin-bottom: 10px;
  float: left;
  width: 68%;
}

#reason article:nth-of-type(1) h2 {
  background-image: url(../images/reason01_icon.gif)
}

#reason article:nth-of-type(2) h2 {
  background-image: url(../images/reason02_icon.gif)
}

#reason article:nth-of-type(3) h2 {
  background-image: url(../images/reason03_icon.gif)
}

#reason article:nth-of-type(4) h2 {
  background-image: url(../images/reason04_icon.gif)
}

#reason article:nth-of-type(5) h2 {
  background-image: url(../images/reason05_icon.gif)
}

#reason article p {
  float: left;
  width: 68%;
}

#banners {
  margin: 30px 0;
}

#banners .contentBox {
  display: flex;
  justify-content: space-around;
}

#banners .contentBox div {
  margin-left: 1em;
}

#banners img {
  width: 100%;
  max-width: 1100px;
}



/*2024.2.9追加*/

#sns .snsBox {
  background: #f1f1f1;
  border-radius: 10px;
  border: 15px solid #f9f9f9;
  position: relative;
  padding-left: 30%;
  display: flex;
  margin-top: 120px;
  justify-content: space-around;
  padding: 15px 0px 15px 30%;
  margin-bottom: 40px;
}

#sns .snsBox:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 25%;
  height: 180%;
  bottom: 0;
  background-image: url(../images/snsbox_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}

#sns .snsBox .baloon {
  width: 93px;
  position: absolute;
  top: -80px;
  left: 21%;
  z-index: 99;
}

#sns .snsBox .text {
  padding-right: 10px;
  padding-top: 20px;
}

#sns .snsBox h1 {
  font-size: 170%;
  font-weight: 300;
  color: #000;
  margin-bottom: 0.4em;
}

#sns .snsBox h1 span {
  font-weight: 600;
  font-size: 150%;
  margin-right: 0.1em;
}

#sns .snsBox p {
  font-size: 90%;
  font-weight: 300;
  line-height: 140%;
}

#sns .snsBox ul {
  flex-basis: 375px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sns .snsBox ul li {
  flex-basis: 178px;
  width: 178px;
  height: 51px;
  margin-bottom: 5px;
}

#sns .snsBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 1px;
}

#sns .snsBox ul li a.line {
  background-image: url(../images/snsbox_line.png);
}

#sns .snsBox ul li a.facebook {
  background-image: url(../images/snsbox_fb.png);
}

#sns .snsBox ul li a.instagram {
  background-image: url(../images/snsbox_instagram.png);
}

#sns .snsBox ul li a.youtube {
  background-image: url(../images/snsbox_youtube.png);
}

/*************/


#event {
  background: url(../images/bg02.gif);
  padding: 60px 0;
}

#event h1 {
  font-weight: 500;
  border-bottom: 2px dashed #ffc799;
  margin: 0 auto;
  text-align: center;
  width: 18em;
  font-size: 240%;
  line-height: 150%;
  margin-bottom: 50px;
}

#event article {
  margin-bottom: 40px;
}

#event article img {
  float: left;
  border: 1px solid #ddd;
  width: 27%;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

#event article .date,
#event article h2,
#event article p,
#event article .bt {
  width: 70%;
  float: right;
  text-align: left;
}

#event article .date {
  color: #999;
  font-size: 90%;
  margin-bottom: 0;
}

#event article h2 {
  color: #ff7500;
  font-weight: 600;
  font-size: 130%;
  line-height: 140%;
  margin-bottom: 5px;
}

#event article p {
  margin-bottom: 10px;
}

#event article .bt {}

#event .moreBt {
  text-align: center;
}


#case {
  padding: 60px 0;
}

#case h1 {
  background: url(../images/case_icon.png) left bottom no-repeat;
  font-weight: 500;
  font-size: 250%;
  width: 9em;
  margin: 0 auto;
  line-height: 100%;
  padding-left: 50px;
  padding-top: 0.5em;
  min-height: 38px;
  margin-bottom: 30px;
}

#case .photoBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#case .photoBox article {
  flex-basis: 32%;
  margin-bottom: 1%;
}

#case .imgBox {
  display: block;
  position: relative;
  border-radius: 6px;
  transition: all .4s;
}

#case .imgBox:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  border: 13px solid #ccc;
  border: 13px solid rgba(255, 255, 255, 0.8);
}

#case .imgBox:hover {
  opacity: 0.7;
}

#case .imgBox img {
  vertical-align: bottom;
  position: relative;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 20vw;
  font-family: 'object-fit: cover;'
}

#case .moreBt {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

#case h2 {
  background: url(../images/case_part_icon.png) left bottom no-repeat;
  font-weight: 500;
  font-size: 130%;
  width: 18em;
  margin: 0 auto;
  line-height: 100%;
  padding-left: 30px;
  min-height: 23px;
  margin-bottom: 20px;
}

#case .partBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#case .partBox li {
  flex-basis: 13%;
  background: #ff7500;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  font-size: 100%;
  display: inline-block;
  transition: all .4s;
  line-height: 120%;
}

/* #case .partBox li:last-of-type{
  flex-basis: 16%;
} */
#case .partBox li:hover {
  opacity: 0.7;
  color: transparent;
  width: 100%;
}

#case .partBox li a {
  display: block;
  width: 100%;
  height: 100%;
}

#case .partBox li a span {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px 3px 18px;
  background-color: #ff7500;
  margin-top: 2px;
}

#case .partBox li a:before {
  content: '';
  display: block;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

#case .partBox li#bath a:before {
  background-image: url(/images/top/bath_bg.jpg);
}

#case .partBox li#kitchen a:before {
  background-image: url(/images/top/kitchen_bg.jpg);
}

#case .partBox li#wc a:before {
  background-image: url(/images/top/wc_bg.jpg);
}

#case .partBox li#outer a:before {
  background-image: url(/images/top/outer_bg.jpg);
}

#case .partBox li#exterior a:before {
  background-image: url(/images/top/exterior_bg.jpg);
}

#case .partBox li#new a:before {
  background-image: url(/images/top/new_bg.jpg);
}

#case .partBox li#etc a:before {
  background-image: url(/images/top/etc_bg.jpg);
}


#case .partBox li {
  background-color: transparent;
}

#blog {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6f0e2, #fff 20%);
}

#blog h1 {
  font-weight: 500;
  border-bottom: 2px dashed #ffc799;
  margin: 0 auto;
  text-align: center;
  width: 8em;
  font-size: 240%;
  line-height: 150%;
  margin-bottom: 50px;
}

#blog dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

#blog dt {
  color: #666;
  flex-basis: 20%;
  text-align: right;
  padding-right: 2em;
  font-weight: 300;
}

#blog dd {
  flex-basis: 80%;
}

#blog dd a {
  color: #333;
  transition: all .3s;
}

#blog dd a:hover {
  color: #ff7500;
}

#blog .name {
  background: #ffb76b;
  padding: 1px 8px;
  margin-right: 0.3em;
  font-size: 70%;
  border-radius: 2px;
  line-height: 100%;
  color: #fff;
}

#blog .btBox {
  text-align: center;
  margin-top: 50px;
}

#blog .btBox .bt01 {
  width: 18em;
  margin: 0 10px;
}

#blog.news dl {
  margin-bottom: 15px;
}


#cambria {
  padding: 0 0 60px;
  text-align: center;
}

#cambria img {
  width: 80%;
  max-width: 1100px;
}


#message {
  padding: 60px 0;
  background: url(../images/bg01.gif);
}

#message h1 {
  font-weight: 700;
  font-size: 260%;
  line-height: 130%;
  margin-bottom: 15px;
  float: left;
  width: 60%;
}

#message h1 strong {
  color: #ff7500;
}

#message .photoBox {
  float: right;
  text-align: left;
  width: 30%;
}

#message .photoBox img {
  width: 100%;
  max-width: 323px;
}

#message p {
  float: left;
  width: 65%;
}

#message .moreBt {
  float: left;
  margin-top: 30px;
}



#mascot {
  margin-top: 50px;
  padding: 20px 0;
  background: url(../images/bg03.gif);
}

#mascot h1,
#mascot dl {
  padding-left: 25%;
}

#mascot h1 {
  margin-bottom: 20px;
}

#mascot h1 img {
  width: 30%;
  max-width: 339px;
}

#mascot dl {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  font-weight: 300;
  font-size: 90%;
}

#mascot dt {
  flex-basis: 4.2em;
}

#mascot dt:after {
  content: "："
}

#mascot dd {
  flex-basis: 70%
}

#mascot .contentBox {
  position: relative;
}

#mascot .mascotImage {
  position: absolute;
  top: -10px;
  right: 20%;
  width: 23%;
  display: block;
}

#mascot .mascotImage img {
  width: 100%;
  max-width: 372px;
}





















/* ========================== Tablet / PC  ※1000px以内の時============================= */
@media screen and (max-width: 1000px) {



  #event article img {
    width: 30%;
    height: 22vw;
  }

  #event article .date,
  #event article h2,
  #event article p,
  #event article .bt {
    width: 66%;
  }

  #reason article h2 {
    font-size: 145%;
    background-size: 60px;
    padding-left: 70px;
    padding-top: 5px;
    margin-bottom: 0;
  }


  #blog {
    padding: 50px 0;
  }


  #mascot {}

  #mascot h1,
  #mascot dl {
    padding-left: 5%;
  }

  #mascot h1 {
    margin-bottom: 15px;
  }

  #mascot h1 img {
    width: 25%;
  }

  #mascot .mascotImage {
    right: 10%;
    width: 29%;
  }

  #case .imgBox img {
    height: 30vw;
  }



  /*2024.2.9追加*/

  #sns .snsBox {

    padding: 15px 0px 15px 25%;
  }

  #sns .snsBox:after {
    width: 20%;
  }

  #sns .snsBox .baloon {
    width: 9vw;
    left: 15%;
    top: -50px;
  }

  #sns .snsBox .text {
    width: 48%;
  }

  #sns .snsBox ul {
    flex-basis: 36vw;
  }

  #sns .snsBox ul li {
    flex-basis: calc(17.5vw);
    width: calc(17.5vw);
    height: calc(5vw);
  }

  /*************/









}

/* ========================== Tablet / PC  ※760px以内の時============================= */
@media screen and (max-width: 760px) {


  #reason h1 {
    font-size: 200%;
    width: 17em;
  }

  #reason article h2 {
    width: 100%;
  }

  #event h1 {
    font-size: 200%;
    width: 17em;
    margin-bottom: 30px;
  }

  #event article img {
    width: 38%;
    height: 27vw;
  }

  #event article .date,
  #event article h2,
  #event article p,
  #event article .bt {
    width: 58%;
  }


  #case h1 {}

  #case .photoBox article {
    flex-basis: 32.5%;
    margin-bottom: 0.5%;
  }

  #case .imgBox::after {
    border: 8px solid #ccc;
    border: 8px solid rgba(255, 255, 255, 0.8);
  }

  #blog h1 {
    font-size: 200%;
    margin-bottom: 20px;
  }

  #blog .btBox .bt01 {
    width: 16em;
    margin: 0 5px;
  }

  #cambria img {
    width: 100%;
  }

  #mascot h1 img {
    width: 30%;
  }

  #mascot .mascotImage {
    right: 5%;
    width: 35%;
  }



  /*2024.2.9追加*/

  #sns .snsBox {
    flex-wrap: wrap;
    padding: 15px 0px 15px 42%;
    border: 6px solid #f9f9f9;
  }

  #sns .snsBox:after {
    width: 50%;
    max-width: 220px;
    background-image: url(../images/snsbox_bg_sp.png);
  }

  #sns .snsBox .baloon.pcBox {
    display: none;
  }

  #sns .snsBox .baloon.spBox {
    display: inherit;
  }

  #sns .snsBox .baloon {
    width: 150px;
    top: -70px;
    left: 35%;
  }

  #sns .snsBox .text {
    flex-basis: 100%;
    padding: 0;
  }

  #sns .snsBox h1 {
    font-size: 150%;
    margin-bottom: 0.4em;
  }

  #sns .snsBox p {
    margin-bottom: 1em;
  }

  #sns .snsBox ul {
    flex-basis: 100%;
    justify-content: flex-start;
    z-index: 99;
  }

  #sns .snsBox ul li {
    flex-basis: 6vw;
    width: 6vw;
    height: 6vw;
    margin-right: 6px;
  }

  #sns .snsBox ul li a {
    background-size: contain;
  }

  #sns .snsBox ul li a.line {
    background-image: url(../images/snsbox_line_sp.png);
  }

  #sns .snsBox ul li a.facebook {
    background-image: url(../images/snsbox_fb_sp.png);
  }

  #sns .snsBox ul li a.instagram {
    background-image: url(../images/snsbox_instagram_sp.png);
  }

  #sns .snsBox ul li a.youtube {
    background-image: url(../images/snsbox_youtube_sp.png);
  }







}

/* =========================== Mobile ※600px以内の時=========================== */
@media screen and (max-width: 600px) {



  .bx-wrapper .bx-controls-direction a {
    height: 30px;
  }

  .bx-wrapper .bx-prev {
    left: -20px;
  }

  .bx-wrapper .bx-next {
    right: -34px;
  }



  #reason {
    padding: 30px 0;
  }

  #reason h1 {
    font-size: 110%;
    width: inherit;
    line-height: 140%;
    padding-bottom: 3px;
  }

  #reason article h2 {
    font-size: 120%;
    background-size: 60px;
    padding-left: 65px;
    font-weight: 500;
    line-height: 130%;
    padding-top: 0;
    margin-bottom: 5px;
    float: none;
  }

  #reason article img {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }

  #reason article p {
    width: 100%;
    float: none;
  }

  #event h1 {
    font-size: 120%;
    width: inherit;
    line-height: 140%;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }

  #event article {
    margin-bottom: 30px;
  }

  #event article img {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 50vw;
  }

  #event article .date {
    float: none;
    width: 100%;
    font-size: 75%;
  }

  #event article h2 {
    float: none;
    width: 100%;
    font-size: 110%;
    margin-bottom: 5px;
  }

  #event article p {
    float: none;
    width: 100%;
  }

  #event article .bt {
    float: none;
    width: 100%;
    text-align: center;
  }

  #event article .bt a {
    width: 100%;
  }

  #event article .bt a:hover {
    opacity: 1
  }

  #event .moreBt a {
    padding: 10px;
    font-size: 85%;
    width: 100%;
  }

  #event .moreBt a:hover {
    background: #fff;
    color: #ff7500;
    border: 2px solid #ff7500;
  }


  #case {
    padding: 40px 0;
  }

  #case h1 {
    font-size: 140%;
    width: 10em;
    margin-bottom: 20px;
  }

  #case .photoBox article {
    flex-basis: 47.5%;
    margin-bottom: 1.5%;
  }

  #case .imgBox::after {
    border: 6px solid #ccc;
    border: 6px solid rgba(255, 255, 255, 0.8);
  }

  #case .moreBt {
    margin: 10px 0 20px;
  }

  #case .moreBt a {
    padding: 10px 5px;
    width: 100%;
  }

  #case .moreBt a:hover {
    background: #fff;
    color: #ff7500;
    border: 2px solid #ff7500;
  }

  #case h2 {
    font-size: 100%;
    margin-bottom: 10px;
  }

  #case .partBox li {
    flex-basis: 49%;
    margin-bottom: 18px;
  }

  #case .partBox li:last-of-type {
    flex-basis: 100%;
  }

  #case .partBox li a {
    margin-top: 3px;
  }

  /*
#case .partBox li:last-of-type a{
    padding: 10px 3px;
}
*/
  #case .partBox li:hover {
    opacity: 1
  }

  #case .partBox li#etc a:before {
    background-image: url(/images/top/etc_bg_sp.jpg);
  }

  #blog {
    padding: 30px 0;
  }

  #blog h1 {
    font-size: 120%;
    width: inherit;
    line-height: 140%;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }

  #blog dl {
    display: block;
    margin-bottom: 5px;
  }

  #blog dt {
    padding-right: 0;
    text-align: left;
  }

  #blog dd {}

  #blog dd a:hover {
    color: #333;
  }

  #blog .btBox {
    margin-top: 20px;
  }

  #blog .btBox .bt01 {
    width: 100%;
    margin: 0 0 7px 0;
    display: block;
  }

  #blog.news dl {
    margin-bottom: 15px;
  }

  #cambria img {
    width: 100%;
  }


  #cambria {
    padding: 0px 0 30px;
  }


  #message {
    padding: 30px 0;
  }

  #message h1 {
    font-size: 160%;
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }

  #message .photoBox {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #666;
    font-size: 70%;
    line-height: 130%;
  }

  #message .photoBox img {
    margin-bottom: 5px;
  }

  #message p {
    float: none;
    width: 100%;
  }

  #message .moreBt {
    float: none;
    margin-top: 20px;
    width: 100%;
  }


  #mascot {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 0;
  }

  #mascot h1,
  #mascot dl {
    padding-left: 0;
  }

  #mascot dd {
    flex-basis: 79%;
  }

  #mascot h1 {
    margin-bottom: 8px;
  }

  #mascot h1 img {
    width: 45%;
  }

  #mascot .mascotImage {
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  #mascot .mascotImage {
    text-align: right;
    top: -20px
  }

  #mascot .mascotImage img {
    width: 45%;
  }


  /*
#banners .contentBox {
  display: block;
}
#banners .contentBox div {
  margin: 3em 0 0 0;
}
#banners img {
  width: 100%;
  max-width: 600px;
}
*/

  #banners .contentBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  #banners .contentBox div {
    width: 38%;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 1em .5rem;
  }

  #banners img {
    width: 100%;
  }


  /*2024.2.9追加*/
  #sns .snsBox ul li {
    flex-basis: 10vw;
    width: 10vw;
    height: 10vw;
    margin-right: 6px;
  }

  /*************/




}