@charset "UTF-8";

figure {
  position: relative;
}

.logo {
  width: 70px;
  position: absolute;
  top: -30px;
  right: -20px;
}

/* BATHROOM */

.bath_box {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.bath_box .b_left {
  width: 31%;
  margin-right: 5%;
}

.bath_box .b_right {
  width: 64%;
}

.bath_box .b_right .attention {
  text-align: right;
  margin-top: 0;
}

.bath_box02 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.bath_box02 .b2_left {
  width: 54%;
  margin-right: 2%;
  margin-bottom: 0;
}

.bath_box02 .b2_right {
  width: 42%;
}

.eco_box {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.eco_box .eco_left {
  width: 52%;
  margin-right: 4%;
}

.eco_box .eco_right {
  width: 44%;
}

.eco_box .eco_ttl {
  color: #184683;
  font-size: 20px;
  text-align: center;
  background-color: #dfeaf1;
  padding: 5px 0;
}

.eco_box .column2 li:nth-child(1) {
  /* border-right: 1px solid #9fa0a0; */
  padding-right: 1%;
}

.eco_box .tyusyaku {
  font-size: 12px;
}

.eco_box p.txt span {
  font-size: 12px;
  line-height: 0;
}

.b_wrap01 {
  margin-bottom: 30px;
}

.b_wrap02 {
  margin-bottom: 10px;
}

.bath_box03 {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.bath_box03 figure {
  width: 33%;
  margin-right:4%;
  margin-bottom: 0;
}

.bath_box03 .txt_area {
  width: 63%;
}

.bath_box04 .item p.ttl {
  font-size: 18px;
  color: #45584f;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.attention {
  margin-top: 10px;
}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  .logo {
    position: absolute;
    right: -10px;
  }
  
  /* BATHROOM */
  
  .bath_box {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    /* margin-bottom: 40px; */
  }
  
  .bath_box .b_left {
    width: 100%;
    margin-right: 0px;
  }
  
  .bath_box .b_right {
    width: 100%;
  }

  .bath_box .b_right .cap_txt {
    bottom: -2px;
  }
  
  .bath_box02 .b2_left {
    width: 60%;
    margin: 0 auto;
  }
  
  .bath_box02 .b2_right {
    width: 100%;
  }
  
  .eco_box {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .eco_box .eco_left {
    width: 100%;
    margin-right: 0px;
  }
  
  .eco_box .eco_right {
    width: 100%;
  }
  
  .eco_box .eco_ttl {
    font-size: 18px;
  }
  
  .eco_box .column2 li:nth-child(1) {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #9fa0a0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .b_wrap01 {
    margin-bottom: 30px;
  }
  
  .b_wrap02 {
    margin-bottom: 10px;
  }
  
  .bath_box03 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .bath_box03 figure {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  
  .bath_box03 .txt_area {
    width: 100%;
  }

  .bath_box04 .item p.ttl {
    font-size: 16px;
    color: #45584f;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }

  .bath_box05 {
    position: relative;
  }

.bath_box05 figure.js-scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 0;
}
.bath_box05 figure.js-scrollable img {
  width: 800px;
  max-width: inherit;
}

.bath_box05 .cap_txt.sp {
  position: sticky;
  top: 0;
  right: 0;
  text-align: right;
  margin-bottom: 20px;
}

}