@charset "UTF-8";

figure {
  position: relative;
}

.haisui {
  margin-bottom: 50px;
}

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

.haisui div figure {
  width: calc((100% - 40px) / 2);
}

.door-box h5 {
  font-size: 20px;
  color: #45584f;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.door-box .block_img {
  width: 43%;
  margin-right: 40px;
}

.door-box .block_img figure {
  margin-top: 20px;
}

.door-box .door-flex {
  width: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.door-box .door-flex .door {
  width: calc((100% - 40px) / 2);
  margin: 0px 40px 50px 0;
}

.door-box .door-flex .door:nth-child(1),
.block01 .door-flex .door:nth-child(2) {
  margin-top: 0;
}

.door-box .door-flex .door:nth-child(2n) {
  margin-right: 0;
}

.door-box .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0 0 0;
}

.door-box .num {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border: 1px solid #081933;
  border-radius: 50px;
}

.door-box .num span {
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  width: 100%;
  color: #081933;
  font-size: 14px;
  line-height: 1;
  text-indent: -0.03em;
  text-align: center;
  transform: translate(-50%, -54%);
}

.logo {
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
}

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

  .door-box.column2 li:nth-child(2) {
    margin-top: 0;
  }

  /* 設備 */
  .block01 .door-box {
    flex-direction: column;
  }

  .haisui {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
  }

  .haisui h4 {
    order: 1;
  }

  .haisui p.txt {
    order: 2;
  }

  .haisui div.flex {
    order: 3;
    margin-top: 20px;
  }

  .haisui div figure {
    width: 100%;
  }

  .haisui div figure:nth-of-type(2) {
    margin-bottom: 0;
  }

  .door-box h5 {
    font-size: 18px;
  }

  .door-box.flex {
    flex-wrap: wrap;
  }

  .door-box .block_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .door-box .door-flex {
    flex-wrap: wrap;
    width: 100%;
  }

  .door-box .door-flex .door {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .door-box .door-flex .door:nth-child(even) {
    margin-right: 0;
  }

  .door-box.column2 li:nth-child(1) {
    margin-top: 0px;
  }

  .door-box.column2 li:nth-child(2) {
    margin-top: 40px;
  }

  .logo {
    width: 70px;
    position: absolute;
  }

}