@charset "UTF-8";

/* gus_furo.html のみ */
.page-gus-furo .c-block-black {
  margin-top: 70px;
  padding: 33px 60px 39px;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 60px;
}

.page-gus-furo .c-block-black > .c-h3 {
  text-align: center;
}

.page-gus-furo .c-block-black .c-feature-content .c-h3 {
  font-size: 2.3rem;
}
.page-gus-furo .c-feature-image {
  border: none;
}

/* 大型浴槽モード：PCは左右分割、SPは全幅 */
.page-gus-furo .gus-furo-feature-bath > .c-feature-content {
  width: 35%;
  margin: 0 auto;
}
.page-gus-furo .gus-furo-feature-bath > .c-feature-image {
  width: 60%;
  margin: 0 0 0 auto;
  text-align: right;
}
.page-gus-furo .gus-furo-feature-bath > .c-feature-image img {
  width: 100%;
  height: auto;
}
.page-gus-furo .box_01{
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.page-gus-furo .box_01 > .c-feature-image {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.page-gus-furo .box_01 > .c-feature-image:first-child {
  width: 60%;
  margin-right: 5%;
}
.page-gus-furo .box_01 > .c-feature-image:last-child {
  width: 30%;
}

/* 画像エリアを同じ高さにし、画像を上下中央。キャプションは列の下端で揃う */
.page-gus-furo .box_01 .box_01-img-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  margin-bottom: 10px;
}
.page-gus-furo .box_01 .box_01-img-wrap img {
  border-radius: 0;
  margin: 0;
}

/* height:% は親の高さが無いと効かないため、幅基準で80%表示 */
.page-gus-furo .box_01 .box_01-img-wrap .box_01-img-scale {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-gus-furo .box_01 .box_01-img-wrap img:not(.box_01-img-scale) {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-gus-furo .c-block-black .box_01 .c-feature-image p {
  flex-shrink: 0;
  font-size: 80%;
  line-height: 1.6;
  margin-top: 0;
  text-align: center;
}

.page-gus-furo .c-block-black :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, span, a, .c-h3, .c-feature-desc, .c-text, .c-notes, .c-list) {
  color: #ffffff;
}

.page-gus-furo .c-block-black a:hover {
  color: #ffffff;
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .page-gus-furo .c-block-black {
    padding:25px;
  }
.page-gus-furo .c-block-black > .c-h3 {
  margin-bottom: 20px;
  line-height: 1.6;
}

  .page-gus-furo .box_01 > .c-feature-image:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .page-gus-furo .box_01 > .c-feature-image:last-child {
    width: 60%;
    text-align: center;
  }
  .page-gus-furo .box_01 .box_01-img-wrap {
    min-height:0px;
  }
.page-gus-furo .c-block-black .c-feature-content .c-h3 {
  font-size: 1.9rem;
  line-height: 1.4;
}

  .page-gus-furo .gus-furo-feature-bath > .c-feature-content,
  .page-gus-furo .gus-furo-feature-bath > .c-feature-image {
    width: 100%;
    margin-top: 17px;
  }

}