@charset "UTF-8";

/* プレミアム */
.pre-bg {
  /* background-image: url(../img/pre-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background: #000;
  font-weight: 500;
  padding-bottom: 100px;
}

.pre-bg p,
.pre-bg h2,
.pre-bg h3,
.pre-bg h4,
.pre-bg h5,
.pre-bg h6 {
  font-weight: 500;
  letter-spacing: 1px;
}

.pre-page-ttl {
  background-image: url(../img/page-ttl.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 18% 0;
  position: relative;
}

.pre-page-ttl h2 {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #c3b37e;
  letter-spacing: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h3 {
  font-size: 20px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

h5 {
  font-size: 16px;
  color: #fff;
}

h6 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #c3b37e;
  margin-bottom: 20px;
}

h6 span {
  display: block;
}

h6 span.line {
  flex: 1;
  height: 1px;
  background: #c3b37e;
  margin-left: 10px;
}

[class$="-box"] {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.item-block {
  margin: 120px auto 0;
}

.item {
  margin-top: 60px;
}

.sec-ttl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c3b37e;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.sec-ttl .con-ttl {
  font-size: 22px;
  color: #c3b37e;
  margin-right: 30px;
}

.sec-ttl .con-txt {
  font-size: 14px;
  color: #fff;
}

.item-ttl {
  font-size: 16px;
  line-height: 1.3;
  color: #c3b37e;
  margin-top: 10px;
}

.item-txt {
  font-size: 14px;
  color: #fff;
  margin-top: 7px;
}

.attention {
  font-size: 12px;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}

.column2,
.column3,
.column4,
.column5 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.column2 li {
  width: 48%;
}

.column3 li {
  width: 31%;
}

.column4 li {
  width: 23.2%;
}

.column5 li {
  width: 18%;
}

.border {
  border: 1px solid #c3b37e;
}

/* kobetsu */
.water-point {
  margin-top: 20px;
}

.water-point li {
  width: 100%;
}

.water-point li:nth-of-type(n+2) {
  margin-top: 20px;
}

.water-point .wp-ttl {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.water-point .wp-txt {
  font-size: 14px;
  color: #fff;
}

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

.wash-machine li.left {
  width: 32%;
}

.wash-machine li.right {
  width: 60%;
}

.wash-p-list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.wash-p-list div {
  width: 48%;
}

.wash-p-list div:nth-of-type(n+3) {
  margin-top: 40px;
}

.tray {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.tray figure {
  width: 36%;
}

.tray p {
  width: 56%;
}

.toilet {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.toilet li.left {
  width: 60%;
}

.toilet li.right {
  width: 30%;
}

.clean01 {
  margin-top: 40px;
}

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

.raku-flex li {
  width: 31%;
}

.clean02 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.clean02 li {
  width: 22%;
}

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

.beautiful-flex li {
  width: 48%;
}

.beautiful-flex li:nth-of-type(n+3) {
  margin-top: 40px;
}

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

.odor-flex li:nth-of-type(1) {
  width: 100%;
}

.odor-flex li:nth-of-type(2),
.odor-flex li:nth-of-type(3) {
  width: 48%;
}

.odor-flex li:nth-of-type(n+2) {
  margin-top: 40px;
}

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

.security li.left {
  width: 14%;
}

.security li.right {
  width: 80%;
}

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

.unit-flex li {
  width: 11%;
}

.other-box {
  width: 100%;
  max-width: 100%;
}

.view-ttl {
  margin-bottom: 120px;
  position: relative;
}

.view-ttl .en-ttl {
  width: 70%;
  max-width: 680px;
  position: absolute;
  bottom: -5%;
  left: 5%;
}

.image-box {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.image-box:nth-of-type(n+2) {
  margin-top: 120px;
}

.image-box .image {
  /* width: 60%; */
  width: 100%;
}

.image-box .text {
  /* width: 36%; */
  width: 100%;
  margin-top: 40px;
}

.image-ttl {
  font-size: 20px;
  color: #c3b37e;
  text-align: left;
  border-bottom: 1px solid #c3b37e;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.image-box .text .item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

.zumen {
  max-width: 800px;
  background-image: -moz-linear-gradient(98deg, rgb(255, 255, 255) 0%, rgb(240, 237, 237) 100%);
  background-image: -webkit-linear-gradient(98deg, rgb(255, 255, 255) 0%, rgb(240, 237, 237) 100%);
  background-image: -ms-linear-gradient(98deg, rgb(255, 255, 255) 0%, rgb(240, 237, 237) 100%);
  padding: 40px 40px;
  margin: 40px auto 0;
}

.zumen .pre38 {
  max-width: 500px;
  margin: 0 auto 40px;
}

.stone-23 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin: 40px auto 20px;
}

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

.stone-flex li {
  width: 19%;
}

.stone-flex li:nth-of-type(n+6) {
  margin-top: 20px;
}

.stone-ttl {
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
}

.etc {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}

.tab_sp {
  display: none;
}

.pc_only {
  display: block;
}

.tab_only {
  display: none;
}

.space {
  display: inline-block;
  width: 100%;
  padding-bottom: 1em;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
.tab_sp {
  display: block;
}


.tab_only {
  display: none;
}

.tab_only {
  display: block;
}

.pc_only {
  display: none;
}

.pre-bg h4 {
  letter-spacing: 0.5px;
}

.item-ttl {
  font-size: 15px;
}


}


@media only screen and (max-width: 986px) {
  .space {
 display: none;
}
}

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

  .tab_only {
    display: none;
  }

  .pre-bg {
    padding-bottom: 50px;
  }

  .pre-page-ttl {
    padding: 30% 0;
  }

  .pre-page-ttl h2 {
    max-width: 300px;
    font-size: 30px;
    top: 62%;
  }

  [class$="-box"] {
    margin: 60px auto 0;
  }

  .item-block {
    margin: 60px auto 0;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  .sec-ttl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .sec-ttl .con-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .item-ttl {
  font-size: 16px;
}

  .small {
    display: inline-block;
    padding-bottom: 3px;
  }

  .item {
    margin-top: 40px;
  }

  .column2 li,
  .column3 li,
  .column4 li,
  .column5 li {
    width: 100%;
  }

  .column2 li:nth-of-type(n+2),
  .column3 li:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /* kobetsu */
  .water-point li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .wash-machine li.left {
    width: 100%;
  }

  .wash-machine li.right {
    width: 100%;
  }

  .wash-p-list div {
    width: 100%;
  }

  .wash-p-list div:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .tray figure {
    width: 70%;
    margin: 0 auto 20px;
  }

  .tray p {
    width: 100%;
  }

  .toilet li.left {
    width: 100%;
    margin: 0 auto 0;
    order: 2;
  }

  .toilet li.right {
    width: 70%;
    margin: 20px auto 0;
    order: 1;
  }

  .raku-flex li {
    width: 90%;
    margin: 0 auto;
  }

  .raku-flex li:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .clean02 li {
    width: 48%;
  }

  .clean02 li:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .security li.left {
    width: 45%;
    margin: 0 auto;
  }

  .security li.right {
    width: 100%;
    margin-top: 20px;
  }

  .unit-flex li {
    width: 22%;
  }

  .unit-flex li:nth-of-type(n+5) {
    margin-top: 20px;
  }

  .view-ttl {
    margin-bottom: 50px;
  }

  .view-ttl .js-scrollable {
    overflow-y: hidden;
    height: auto;
  }

  .view-ttl .js-scrollable img {
    width: 700px;
    max-width: initial;
  }

  .view-ttl .en-ttl {
    width: 52%;
  }

  .image-box:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .image-box.reverse .image {
    order: 1;
  }

  .image-box.reverse .text {
    order: 2;
  }

  .image-box .image {
    width: 100%;
  }

  .image-box .text {
    width: 100%;
    margin-top: 20px;
  }

  .image-ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .image-box .text .item-txt {
    font-size: 14px;
  }

  .zumen {
    padding: 20px 20px;
  }

  .stone-23 {
    font-size: 18px;
  }

  .stone-flex li {
    width: 48%;
  }

  .stone-flex li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}