@charset "utf-8";

/*==============================================================
	section
==============================================================*/
.sec3bg {
  background: url(../../equipment/images/title_bg.jpg) no-repeat center;
  background-size: 100% auto;
  background-size: cover;
  height: 512px;
}
.sectionbase {
  margin: 0;
  padding: 0;
  width: auto;
  height: 512px;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}
.fadeInphoto {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.section .inner .sec3bg .copyarea1 img {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .sec3bg {
    height: 200px;
  }
  .sectionbase {
    height: 200px;
  }
}

/*==============================================================
	common
==============================================================*/
.inner1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner1300 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.anchor {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}

@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 90px;
    margin-top: -90px;
  }
}

/*==============================================================
	#equipment
==============================================================*/
/* summary */
#equipment .pink_bg {
  background: rgba(254, 220, 215, 0.2);
}
#equipment .summary {
  padding: 90px 0 40px;
}
#equipment .summary h4 {
  font-size: 42px;
  color: #e83a53;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
#equipment .summary .area {
  display: flex;
}
#equipment .summary .area p {
  width: 42%;
  font-size: 21px;
  line-height: 1.9;
  margin-top: 100px;
}
#equipment .summary .area figure {
  width: 60%;
  position: relative;
}
#equipment .summary .area figure figcaption {
  position: absolute;
  right: 5px;
  bottom: 25px;
  font-size: 11px;
  color: #333333;
}

@media screen and (max-width: 1240px) {
  #equipment .summary .area p {
    font-size: calc((21 / 1240) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  #equipment .summary {
    padding-top: 40px;
  }
  #equipment .summary h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  #equipment .summary .area {
    display: block;
  }
  #equipment .summary .area p {
    width: auto;
    font-size: 15px;
    margin: 15px 0;
    text-align: center;
  }
  #equipment .summary .area figure {
    width: auto;
  }
  #equipment .summary .area figure figcaption {
    bottom: 4px;
    font-size: 11px;
  }
}

/* living */
#equipment .living {
  padding-bottom: 120px;
}
#equipment .living h4 {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}
#equipment .living h4::before {
  content: "";
  position: absolute;
  background: #333;
  width: 4px;
  height: 22px;
  left: 0;
  bottom: 3px;
}
#equipment .living h5 {
  color: #e83a53;
  font-size: 25px;
  margin-bottom: 30px;
}
#equipment .living .area01 {
  display: flex;
  margin-bottom: 60px;
}
#equipment .living .area01 .left {
  width: 50%;
  margin-right: 10px;
}
#equipment .living .area01 .left figure {
  position: relative;
}
#equipment .living .area01 .left figcaption {
  position: absolute;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
  right: 5px;
  bottom: 5px;
}
#equipment .living .area01 .left .speech {
  position: absolute;
  max-width: 180px;
  bottom: -55px;
  right: 18%;
}
#equipment .living .area01 .right {
  width: 50%;
  margin-left: 10px;
  position: relative;
}
#equipment .living .area01 .right .top {
  margin-bottom: 30px;
}
#equipment .living .area01 .right .top figure {
  position: relative;
}
#equipment .living .area01 .right .top figure .speech {
  position: absolute;
  max-width: 175px;
  top: -70px;
  left: -12px;
}
#equipment .living .area01 .right .top figcaption {
  position: absolute;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
  right: 5px;
  bottom: 5px;
}
#equipment .living .area01 .right .top p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
#equipment .living .area01 .right .under figcaption {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.35;
}
#equipment .living .area02 {
  display: flex;
}
#equipment .living .area02 .left {
  width: 50%;
  margin-right: 10px;
}
#equipment .living .area02 .right {
  width: 50%;
  margin-left: 10px;
}
#equipment .living .area02 .right img {
  margin-bottom: 10px;
}
#equipment .living .area02 .right h5 {
  margin-bottom: 0px;
  letter-spacing: 0;
}
#equipment .living .area02 .right p {
  color: #231815;
  font-size: 18px;
  line-height: 1.5;
}
#equipment .living .area02 .right p span {
  font-size: 13px;
}

@media screen and (max-width: 1240px) {
  #equipment .living .area01 .right .top p {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .living .area01 .right .under figcaption {
    font-size: calc((11 / 1240) * 100vw);
  }
  #equipment .living .area02 .right p {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .living .area02 .right p span {
    font-size: calc((14 / 1240) * 100vw);
  }
}

@media screen and (max-width: 1100px) {
  #equipment .living .area01 .left .speech {
    max-width: 160px;
    right: 22%;
  }
  #equipment .living .area01 .right .top figure .speech {
    max-width: 145px;
  }
}
@media screen and (max-width: 900px) {
  #equipment .living .area01 .left figcaption {
    font-size: 10px;
    bottom: 3px;
  }
  #equipment .living .area01 .right .top figure .speech {
    max-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #equipment .living {
    padding-bottom: 60px;
  }
  #equipment .living h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #equipment .living h4::before {
    width: 3px;
    height: 18px;
    bottom: 2px;
  }
  #equipment .living h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #equipment .living .area01 {
    display: block;
    margin-bottom: 40px;
  }
  #equipment .living .area01 .left {
    width: auto;
    margin-right: 0px;
    margin: 0 0 60px;
  }
  #equipment .living .area01 .left .speech {
    max-width: 135px;
    bottom: -35px;
    right: 26%;
  }
  #equipment .living .area01 .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .living .area01 .right .top {
    margin-bottom: 20px;
  }
  #equipment .living .area01 .right .top figure .speech {
    max-width: 135px;
    top: -45px;
    left: -10px;
  }
  #equipment .living .area01 .right .top figcaption {
    font-size: 10px;
    right: 5px;
    bottom: 3px;
  }
  #equipment .living .area01 .right .top p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  #equipment .living .area01 .right .under figcaption {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  #equipment .living .area02 {
    display: block;
  }
  #equipment .living .area02 .left {
    width: auto;
    margin: 0 0 25px;
  }
  #equipment .living .area02 .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .living .area02 .right img {
    margin-bottom: 15px;
  }
  #equipment .living .area02 .right h5 {
    margin-bottom: 0px;
    letter-spacing: -0.05em;
  }
  #equipment .living .area02 .right p {
    font-size: 15px;
  }
  #equipment .living .area02 .right p span {
    font-size: 11px;
  }
}

@media screen and (max-width: 500px) {
  #equipment .living .area01 .left .speech {
    max-width: 100px;
  }
  #equipment .living .area01 .right .top figure .speech {
    max-width: 100px;
  }
}

/* kitchen */
#equipment .kitchen h4 {
  font-size: 20px;
  padding-left: 11px;
  margin-bottom: 15px;
  position: relative;
}
#equipment .kitchen h4::before {
  content: "";
  position: absolute;
  background: #333;
  width: 4px;
  height: 22px;
  left: 0;
  bottom: 7px;
}
#equipment .kitchen .catch {
  font-size: 20px;
  margin-bottom: 15px;
}
#equipment .kitchen .k_img {
  margin-bottom: 75px;
}

#equipment .kitchen .disposer {
  background: #fff;
  padding: 50px 25px;
  border: 2px solid #e83a53;
  position: relative;
}
#equipment .kitchen .disposer h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
#equipment .kitchen .disposer h4 span {
  font-size: 38px;
  color: #e83a53;
  margin-left: -10px;
}
#equipment .kitchen .disposer h4::before {
  display: none;
}
#equipment .kitchen .disposer .area {
  display: flex;
  margin-bottom: 25px;
}
#equipment .kitchen .disposer .area .left {
  width: 63%;
  margin-right: 10px;
}
#equipment .kitchen .disposer .area .right {
  width: 37%;
  margin-left: 10px;
  font-size: 19px;
  line-height: 1.5;
}
#equipment .kitchen .disposer .point {
  display: flex;
  gap: 0 10px;
}
#equipment .kitchen .disposer .point .box {
  width: 33%;
}
#equipment .kitchen .disposer .point .box figure {
  position: relative;
}
#equipment .kitchen .disposer .point .box figure figcaption {
  position: absolute;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
  right: 10px;
  bottom: 20px;
}
#equipment .kitchen .disposer .point .box img {
  margin-bottom: 15px;
}
#equipment .kitchen .disposer .point .box p {
  color: #231815;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  letter-spacing: -0.01em;
}
#equipment .kitchen .disposer .speech {
  position: absolute;
  max-width: 170px;
  top: -60px;
  right: -50px;
}
#equipment .kitchen .annotation {
  font-size: 11px;
  color: #231815;
  margin-top: 15px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1240px) {
  #equipment .kitchen .disposer .area .right {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .kitchen .disposer .point .box p {
    font-size: calc((16 / 1240) * 100vw);
  }
}

@media screen and (max-width: 1100px) {
  #equipment .kitchen .disposer .speech {
    max-width: 140px;
    right: -20px;
  }
}
@media screen and (max-width: 900px) {
  #equipment .kitchen .disposer .speech {
    max-width: 115px;
  }
}

@media screen and (max-width: 768px) {
  #equipment .kitchen h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #equipment .kitchen h4::before {
    width: 3px;
    height: 18px;
    bottom: 2px;
  }
  #equipment .kitchen .catch {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #equipment .kitchen .k_img {
    margin-bottom: 75px;
  }

  #equipment .kitchen .disposer {
    padding: 25px 15px;
  }
  #equipment .kitchen .disposer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #equipment .kitchen .disposer h4 span {
    font-size: 25px;
  }
  #equipment .kitchen .disposer .area {
    display: block;
    margin-bottom: 30px;
  }
  #equipment .kitchen .disposer .area .left {
    width: auto;
    margin: 0 0 15px;
  }
  #equipment .kitchen .disposer .area .right {
    width: auto;
    margin-left: 0px;
    font-size: 15px;
  }
  #equipment .kitchen .disposer .point {
    flex-wrap: wrap;
    gap: 0 5px;
  }
  #equipment .kitchen .disposer .point .box {
    width: 49%;
  }
  #equipment .kitchen .disposer .point .box figure figcaption {
    font-size: 10px;
    bottom: 15px;
  }
  #equipment .kitchen .disposer .point .box img {
    margin-bottom: 10px;
  }
  #equipment .kitchen .disposer .point .box p {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #equipment .kitchen .disposer .speech {
    max-width: 120px;
    top: -40px;
    right: -15px;
  }
  #equipment .kitchen .annotation {
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 500px) {
  #equipment .kitchen .disposer .speech {
    max-width: 70px;
  }
}

/* nav */
#equipment nav {
  margin-top: 105px;
  float: none;
}
#equipment nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 95px;
}
#equipment nav ul li {
  width: 23.5%;
  text-align: center;
  border: 1px solid #008188;
  position: relative;
  transition: 0.4s;
}
#equipment nav ul li:hover {
  background: #008188;
  border: 1px solid #fff;
}
#equipment nav ul li::after {
  content: "〉";
  font-size: 22px;
  color: #008188;
  position: absolute;
  transform: rotate(90deg);
  right: 50%;
  bottom: -7px;
  transition: 0.4s;
}
#equipment nav ul li:hover::after {
  color: #fff;
}
#equipment nav ul li a {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  padding: 15px 0 20px;
  text-decoration: none;
  transition: 0.4s;
}
#equipment nav ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 1240px) {
  #equipment nav ul li a {
    font-size: calc((24 / 1240) * 100vw);
    padding: 15px 0 20px;
  }
}

@media screen and (max-width: 1050px) {
  #equipment nav ul li {
    width: 23%;
  }
}

@media screen and (max-width: 768px) {
  #equipment nav {
    margin-top: 70px;
    float: none;
  }
  #equipment nav ul {
    gap: 15px;
    margin-bottom: 60px;
  }
  #equipment nav ul li {
    width: 47.5%;
  }
  #equipment nav ul li::after {
    font-size: 15px;
    right: 50%;
    bottom: -7px;
  }
  #equipment nav ul li a {
    font-size: 17px;
    padding: 10px 0 15px;
  }
}

/* system kitchen */
#equipment .system {
  margin-bottom: 110px;
}
#equipment .system h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 10px;
}
#equipment .system .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 55px;
}
#equipment .system .dishwasher {
  background: rgba(228, 123, 138, 0.2);
  padding: 25px 30px;
  margin-bottom: 35px;
  display: flex;
}
#equipment .system .dishwasher .left {
  width: 50%;
  margin-right: 15px;
  padding-top: 10px;
}
#equipment .system .dishwasher .right {
  width: 50%;
  margin-left: 15px;
}
#equipment .system .dishwasher .right h5 {
  font-size: 28px;
  color: #e83a53;
}
#equipment .system .dishwasher .right p {
  font-size: 19px;
  margin-bottom: 35px;
  line-height: 1.5;
}
#equipment .system .dishwasher .right figure {
  position: relative;
}
#equipment .system .dishwasher .right figure .speech {
  position: absolute;
  max-width: 115px;
  top: -64px;
  right: -5px;
}
#equipment .system .dishwasher .right figure figcaption {
  font-size: 11px;
  line-height: 1.35;
  margin-top: 10px;
}
#equipment .system .area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
#equipment .system .area .box {
  width: 23.1%;
}
#equipment .system .area .box img {
  margin-bottom: 10px;
}
#equipment .system .area .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .system .area .box p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1240px) {
  #equipment .system .dishwasher .right p {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .system .dishwasher .right figure figcaption {
    font-size: calc((11 / 1240) * 100vw);
  }
}

@media screen and (max-width: 1200px) {
  #equipment .system .dishwasher .right figure .speech {
    max-width: 90px;
    top: -40px;
  }
}
@media screen and (max-width: 1000px) {
  #equipment .system .dishwasher .right figure .speech {
    max-width: 75px;
  }
}
@media screen and (max-width: 850px) {
  #equipment .system .dishwasher .right figure .speech {
    max-width: 70px;
  }
}

@media screen and (max-width: 768px) {
  #equipment .system {
    margin-bottom: 80px;
  }
  #equipment .system h4 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #equipment .system .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .system .dishwasher {
    padding: 20px;
    margin-bottom: 35px;
    display: block;
  }
  #equipment .system .dishwasher .left {
    width: auto;
    margin: 0 0 10px;
    padding-top: 0px;
  }
  #equipment .system .dishwasher .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .system .dishwasher .right h5 {
    font-size: 18px;
  }
  #equipment .system .dishwasher .right p {
    font-size: 15px;
    margin-bottom: 35px;
  }
  #equipment .system .dishwasher .right figure .speech {
    max-width: 85px;
    top: -35px;
  }
  #equipment .system .dishwasher .right figure figcaption {
    font-size: 11px;
  }
  #equipment .system .area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
  #equipment .system .area .box {
    width: 47.5%;
  }
  #equipment .system .area .box h5 {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #equipment .system .area .box p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  #equipment .system .dishwasher .right figure .speech {
    max-width: 65px;
  }
}

/* bathroom */
#equipment .bathroom {
  margin-bottom: 110px;
}
#equipment .bathroom h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
}
#equipment .bathroom .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
#equipment .bathroom .area01 {
  display: flex;
  margin-bottom: 40px;
}
#equipment .bathroom .area01 .left {
  width: 50%;
  margin-right: 10px;
}
#equipment .bathroom .area01 .right {
  width: 50%;
  margin-left: 10px;
}
#equipment .bathroom .area01 .right .top {
  background: rgba(228, 123, 138, 0.3);
  display: flex;
  gap: 0 10px;
  padding: 12px 12px 24px 12px;
}
#equipment .bathroom .area01 .right .top .box {
  width: 50%;
}
#equipment .bathroom .area01 .right .top .box img {
  margin-bottom: 10px;
}
#equipment .bathroom .area01 .right .top .box .img {
  position: relative;
}
#equipment .bathroom .area01 .right .top .box .img .speech {
  position: absolute;
  max-width: 135px;
  top: -75px;
  right: -12px;
}
#equipment .bathroom .area01 .right .top .box h5 {
  color: #ff3366;
  font-size: 18px;
}
#equipment .bathroom .area01 .right .top .box p {
  font-size: 14px;
  line-height: 1.5;
}
#equipment .bathroom .area01 .right .under {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
}
#equipment .bathroom .area01 .right .under .box {
  width: 49%;
}
#equipment .bathroom .area01 .right .under .box img {
  margin-bottom: 10px;
}
#equipment .bathroom .area01 .right .under .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .bathroom .area01 .right .under .box p {
  font-size: 14px;
  line-height: 1.5;
}

#equipment .bathroom .area02 {
  display: flex;
  gap: 0 25px;
  margin-bottom: 40px;
}
#equipment .bathroom .area02 .box {
  width: 24%;
}
#equipment .bathroom .area02 .box img {
  margin-bottom: 10px;
}
#equipment .bathroom .area02 .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .bathroom .area02 .box p {
  font-size: 14px;
  line-height: 1.5;
}

#equipment .bathroom .thermo {
  background: rgba(228, 123, 138, 0.2);
  padding: 35px 30px;
  margin-bottom: 95px;
}
#equipment .bathroom .thermo .area01 {
  display: flex;
  margin-bottom: 15px;
}
#equipment .bathroom .thermo .area01 .left {
  width: 51%;
  margin: 20px 10px 0 0;
}
#equipment .bathroom .thermo .area01 .right {
  width: 48%;
  margin-left: 10px;
}
#equipment .bathroom .thermo .area01 .right h5 {
  font-size: 28px;
  color: #e83a53;
}
#equipment .bathroom .thermo .area01 .right p {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.5;
}

#equipment .bathroom .thermo .annotation {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 35px;
}

#equipment .bathroom .thermo .area02 {
  display: flex;
  align-items: flex-end;
}
#equipment .bathroom .thermo .area02 .left {
  width: 68%;
  margin-right: 5px;
}
#equipment .bathroom .thermo .area02 .left h5 {
  font-size: 16px;
  color: #e83a53;
  margin-bottom: 5px;
}
#equipment .bathroom .thermo .area02 .left p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#equipment .bathroom .thermo .area02 .right {
  width: 32%;
  margin-left: 5px;
  position: relative;
}
#equipment .bathroom .thermo .area02 .right figcaption {
  font-size: 11px;
  position: absolute;
  bottom: 7px;
  right: 5px;
}

@media screen and (max-width: 1240px) {
  #equipment .bathroom .thermo .area01 .right p {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .bathroom .thermo .annotation {
    font-size: calc((10 / 1240) * 100vw);
  }
  #equipment .bathroom .thermo .area02 .left p {
    font-size: calc((12 / 1240) * 100vw);
  }
}

@media screen and (max-width: 1200px) {
  #equipment .bathroom .area01 .right .top .box .img .speech {
    max-width: 115px;
    top: -55px;
  }
}
@media screen and (max-width: 900px) {
  #equipment .bathroom .area01 .right .top .box .img .speech {
    max-width: 105px;
  }
}

@media screen and (max-width: 768px) {
  #equipment .bathroom {
    margin-bottom: 80px;
  }
  #equipment .bathroom h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #equipment .bathroom .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .bathroom .area01 {
    display: block;
    margin-bottom: 30px;
  }
  #equipment .bathroom .area01 .left {
    width: auto;
    margin-right: 0px;
    margin: 0 0 50px;
  }
  #equipment .bathroom .area01 .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .bathroom .area01 .right .top .box .img .speech {
    max-width: 95px;
    top: -45px;
    right: -12px;
  }
  #equipment .bathroom .area01 .right .top .box h5 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #equipment .bathroom .area01 .right .top .box p {
    font-size: 13px;
  }
  #equipment .bathroom .area01 .right .under {
    display: flex;
    gap: 0 10px;
    margin-top: 20px;
  }
  #equipment .bathroom .area01 .right .under .box {
    width: 50%;
  }
  #equipment .bathroom .area01 .right .under .box h5 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #equipment .bathroom .area01 .right .under .box p {
    font-size: 13px;
  }

  #equipment .bathroom .area02 {
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  #equipment .bathroom .area02 .box {
    width: 48.5%;
    margin-bottom: 30px;
  }
  #equipment .bathroom .area02 .box img {
    margin-bottom: 10px;
  }
  #equipment .bathroom .area02 .box h5 {
    font-size: 15px;
  }
  #equipment .bathroom .area02 .box p {
    font-size: 13px;
  }

  #equipment .bathroom .thermo {
    padding: 20px 15px;
    margin-bottom: 80px;
  }
  #equipment .bathroom .thermo .area01 {
    display: block;
    margin-bottom: 15px;
  }
  #equipment .bathroom .thermo .area01 .left {
    width: auto;
    margin: 0 0 15px;
  }
  #equipment .bathroom .thermo .area01 .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .bathroom .thermo .area01 .right h5 {
    font-size: 18px;
  }
  #equipment .bathroom .thermo .area01 .right p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  #equipment .bathroom .thermo .annotation {
    font-size: 11px;
    margin-bottom: 50px;
  }

  #equipment .bathroom .thermo .area02 {
    display: block;
  }
  #equipment .bathroom .thermo .area02 .left {
    width: auto;
    margin-right: 0px;
  }
  #equipment .bathroom .thermo .area02 .left h5 {
    font-size: 15px;
    color: #e83a53;
    margin-bottom: 5px;
  }
  #equipment .bathroom .thermo .area02 .left p {
    font-size: 12px;
  }
  #equipment .bathroom .thermo .area02 .right {
    width: auto;
    margin-left: 0px;
    margin: 25px 0 0;
  }
  #equipment .bathroom .thermo .area02 .right figcaption {
    font-size: 11px;
    bottom: 4px;
  }
}

@media screen and (max-width: 500px) {
  #equipment .bathroom .area01 .right .top .box .img .speech {
    max-width: 70px;
  }
}

/* powderroom */
#equipment .powderroom {
  margin-bottom: 110px;
}
#equipment .powderroom h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
}
#equipment .powderroom .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
#equipment .powderroom .area {
  display: flex;
}
#equipment .powderroom .area .left {
  width: 48.5%;
  margin-right: 10px;
}
#equipment .powderroom .area .right {
  width: 51.5%;
  margin-left: 10px;
}

#equipment .powderroom .area .right .top {
  display: flex;
  gap: 0 20px;
  margin-bottom: 50px;
}
#equipment .powderroom .area .right .top .box {
  width: 49%;
}
#equipment .powderroom .area .right .top .box img {
  margin-bottom: 10px;
}
#equipment .powderroom .area .right .top .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .powderroom .area .right .top .box p {
  font-size: 14px;
  line-height: 1.5;
}
#equipment .powderroom .area .right .under {
  display: flex;
  gap: 0 20px;
}
#equipment .powderroom .area .right .under .box {
  width: 49%;
}
#equipment .powderroom .area .right .under .box img {
  margin-bottom: 10px;
}
#equipment .powderroom .area .right .under .box h5 {
  color: #008188;
  font-size: 20px;
}
#equipment .powderroom .area .right .under .box p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #equipment .powderroom {
    margin-bottom: 80px;
  }
  #equipment .powderroom h4 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #equipment .powderroom .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .powderroom .area {
    display: block;
  }
  #equipment .powderroom .area .left {
    width: auto;
    margin: 0 0 30px;
  }
  #equipment .powderroom .area .right {
    width: auto;
    margin-left: 0px;
  }
  #equipment .powderroom .area .right .top {
    gap: 0 10px;
    margin-bottom: 30px;
  }
  #equipment .powderroom .area .right .top .box {
    width: 49%;
  }
  #equipment .powderroom .area .right .top .box img {
    margin-bottom: 10px;
  }
  #equipment .powderroom .area .right .top .box h5 {
    font-size: 15px;
  }
  #equipment .powderroom .area .right .top .box p {
    font-size: 13px;
  }
  #equipment .powderroom .area .right .under {
    gap: 0 10px;
  }
  #equipment .powderroom .area .right .under .box {
    width: 49%;
  }
  #equipment .powderroom .area .right .under .box img {
    margin-bottom: 10px;
  }
  #equipment .powderroom .area .right .under .box h5 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #equipment .powderroom .area .right .under .box p {
    font-size: 13px;
  }
}

/* restroom */
#equipment .restroom {
  margin-bottom: 90px;
}
#equipment .restroom h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 40px;
}
#equipment .restroom .saving {
  background: rgba(228, 123, 138, 0.2);
  padding: 25px 30px;
  margin-bottom: 35px;
  display: flex;
}
#equipment .restroom .saving .left {
  width: 49%;
  margin-right: 15px;
  padding-top: 10px;
}
#equipment .restroom .saving .right {
  width: 51%;
  margin-left: 15px;
}
#equipment .restroom .saving .right h5 {
  font-size: 28px;
  color: #e83a53;
}
#equipment .restroom .saving .right p {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.5;
}
#equipment .restroom .saving .right img {
  margin-bottom: 15px;
}
#equipment .restroom .saving .right .annotation {
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 40px;
}
#equipment .restroom .saving .right .graph {
  display: block;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
#equipment .restroom .area {
  display: flex;
  gap: 0 25px;
  margin-bottom: 40px;
}
#equipment .restroom .area .box {
  width: 24%;
}
#equipment .restroom .area .box figure {
  position: relative;
}
#equipment .restroom .area .box img {
  margin-bottom: 10px;
}
#equipment .restroom .area .box figure figcaption {
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  right: 5px;
}
#equipment .restroom .area .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .restroom .area .box p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1240px) {
  #equipment .restroom .saving .right p {
    font-size: calc((20 / 1240) * 100vw);
  }
  #equipment .restroom .area .box figure figcaption {
    font-size: calc((11 / 1240) * 100vw);
  }
  #equipment .restroom .saving .right .graph {
    max-width: 375px;
  }
}

@media screen and (max-width: 1000px) {
  #equipment .restroom .saving .right .graph {
    max-width: 260px;
  }
}

@media screen and (max-width: 850px) {
  #equipment .restroom .saving .right .graph {
    max-width: 220px;
  }
}

@media screen and (max-width: 768px) {
  #equipment .restroom {
    margin-bottom: 50px;
  }
  #equipment .restroom h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #equipment .restroom .saving {
    padding: 20px;
    margin-bottom: 35px;
    display: block;
  }
  #equipment .restroom .saving .left {
    width: auto;
    margin: 0 0 10px;
    padding-top: 0px;
  }
  #equipment .restroom .saving .right {
    width: auto;
    margin-left: 15px;
  }
  #equipment .restroom .saving .right h5 {
    font-size: 18px;
  }
  #equipment .restroom .saving .right p {
    font-size: 15px;
  }
  #equipment .restroom .saving .right img {
    margin-bottom: 10px;
  }
  #equipment .restroom .saving .right .annotation {
    font-size: 11px;
    margin-bottom: 20px;
  }
  #equipment .restroom .saving .right .graph {
    max-width: 330px;
    width: 90%;
    margin-bottom: 20px;
  }
  #equipment .restroom .area {
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 0px;
  }
  #equipment .restroom .area .box {
    width: 48.5%;
    margin-bottom: 30px;
  }
  #equipment .restroom .area .box img {
    margin-bottom: 10px;
  }
  #equipment .restroom .area .box figure figcaption {
    font-size: 10px;
    bottom: 12px;
  }
  #equipment .restroom .area .box h5 {
    font-size: 15px;
  }
  #equipment .restroom .area .box p {
    font-size: 13px;
  }
}

/* storage */
#equipment .storage {
  margin: 0 auto 90px;
  max-width: 815px;
}
#equipment .storage h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
}
#equipment .storage .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
#equipment .storage .area {
  display: flex;
  gap: 0 25px;
}
#equipment .storage .area.single {
  margin: auto;
  max-width: 400px;
}
#equipment .storage .area .box {
  width: 49%;
}
#equipment .storage .area.single .box {
  width: 100%;
}
#equipment .storage .area .box img {
  margin-bottom: 10px;
}
#equipment .storage .area .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .storage .area .box p {
  font-size: 14px;
  line-height: 1.5;
}
#equipment .storage .area .box p span {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  #equipment .storage {
    margin: 0 auto 80px;
    max-width: 700px;
    width: 85%;
  }
  #equipment .storage h4 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #equipment .storage .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .storage .area {
    display: block;
  }
  #equipment .storage .area .box {
    width: auto;
    margin-bottom: 30px;
  }
  #equipment .storage .area .box img {
    margin-bottom: 10px;
  }
  #equipment .storage .area .box h5 {
    font-size: 15px;
  }
  #equipment .storage .area .box p {
    font-size: 12px;
  }
  #equipment .storage .area .box p span {
    font-size: 11px;
  }
}

/* balcony */
#equipment .balcony {
  margin-bottom: 60px;
}
#equipment .balcony h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
}
#equipment .balcony .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
#equipment .balcony .area01 {
  display: flex;
  gap: 0 25px;
}
#equipment .balcony .area01 .left {
  width: 49%;
}
#equipment .balcony .area01 .right {
  width: 49%;
}
#equipment .balcony .area01 .right img {
  margin-bottom: 10px;
}
#equipment .balcony .area01 .right h5 {
  color: #008188;
  font-size: 26px;
}
#equipment .balcony .area01 .right h5 span {
  font-size: 40px;
}
#equipment .balcony .area01 .right p {
  font-size: 18px;
  line-height: 1.35;
  margin-top: -5px;
}
#equipment .balcony .area01 .right p span {
  font-size: 14px;
}
#equipment .balcony .area02 {
  display: flex;
  gap: 0 25px;
  margin-top: 35px;
}
#equipment .balcony .area02 .box {
  width: 23.5%;
}
#equipment .balcony .area02 .box img {
  margin-bottom: 10px;
}
#equipment .balcony .area02 .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .balcony .area02 .box p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #equipment .balcony {
    margin-bottom: 60px;
  }
  #equipment .balcony h4 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #equipment .balcony .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .balcony .area01 {
    display: block;
  }
  #equipment .balcony .area01 .left {
    width: auto;
    margin-bottom: 30px;
  }
  #equipment .balcony .area01 .right {
    width: auto;
  }
  #equipment .balcony .area01 .right h5 {
    font-size: 18px;
  }
  #equipment .balcony .area01 .right h5 span {
    font-size: 23px;
  }
  #equipment .balcony .area01 .right p {
    font-size: 16px;
    margin-top: 0px;
    margin: 0 0 30px;
  }
  #equipment .balcony .area01 .right p span {
    font-size: 11px;
  }
  #equipment .balcony .area02 {
    display: flex;
    gap: 0 10px;
  }
  #equipment .balcony .area02 .box {
    width: 50%;
  }
  #equipment .balcony .area02 .box h5 {
    font-size: 15px;
  }
  #equipment .balcony .area02 .box p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* entrance */
#equipment .entrance {
  margin-bottom: 110px;
}
#equipment .entrance h4 {
  color: #008188;
  font-family: "EB Garamond", serif;
  font-size: 53px;
  letter-spacing: 0.16em;
  text-align: center;
}
#equipment .entrance .catch {
  font-size: 31px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
#equipment .entrance .area {
  display: flex;
  gap: 0 25px;
}
#equipment .entrance .area .left {
  width: 51.5%;
  margin-left: 10px;
}

#equipment .entrance .area .left .top {
  display: flex;
  gap: 0 20px;
  margin-bottom: 40px;
}
#equipment .entrance .area .left .top .box {
  width: 49%;
}
#equipment .entrance .area .left .top .box img {
  margin-bottom: 10px;
}
#equipment .entrance .area .left .top .box figure {
  position: relative;
}
#equipment .entrance .area .left .top .box figure figcaption {
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  right: 5px;
}
#equipment .entrance .area .left .top .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .entrance .area .left .top .box p {
  font-size: 14px;
  line-height: 1.5;
}
#equipment .entrance .area .left .top .box p span {
  font-size: 11px;
}
#equipment .entrance .area .left .under {
  display: flex;
  gap: 0 20px;
}
#equipment .entrance .area .left .under .box {
  width: 49%;
}
#equipment .entrance .area .left .under .box img {
  margin-bottom: 10px;
}
#equipment .entrance .area .left .under .box h5 {
  color: #008188;
  font-size: 18px;
}
#equipment .entrance .area .left .under .box p {
  font-size: 14px;
  line-height: 1.5;
}
#equipment .entrance .area .right {
  width: 48.5%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #equipment .entrance {
    margin-bottom: 80px;
  }
  #equipment .entrance h4 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #equipment .entrance .catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #equipment .entrance .area {
    display: flex;
    flex-direction: column-reverse;
  }
  #equipment .entrance .area .left {
    width: auto;
    margin-left: 0px;
  }

  #equipment .entrance .area .left .top {
    gap: 0 10px;
    margin-bottom: 30px;
  }

  #equipment .entrance .area .left .top .box figure figcaption {
    font-size: 10px;
    bottom: 12px;
  }
  #equipment .entrance .area .left .top .box h5 {
    font-size: 15px;
  }
  #equipment .entrance .area .left .top .box p {
    font-size: 13px;
  }
  #equipment .entrance .area .left .top .box p span {
    font-size: 11px;
  }
  #equipment .entrance .area .left .under {
    display: flex;
    gap: 0 10px;
  }
  #equipment .entrance .area .left .under .box h5 {
    font-size: 15px;
  }
  #equipment .entrance .area .left .under .box p {
    font-size: 13px;
  }
  #equipment .entrance .area .right {
    width: auto;
    margin: 0 0 30px;
  }
}

/*==============================================================
	caption
==============================================================*/
.caption div {
  font-size: 11px;
  line-height: 1.35;
}
