@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.highlight1 {
  font-weight: bold;
}

.highlight2 {
  font-weight: bold;
  color: #FF0000;
}

.highlight3 {
  font-size: large;
  font-weight: bold;
}

.stripe {
  border-radius: 30px;
  color: #FFF;
  background-color: #ff5764;
  background-image: repeating-linear-gradient(-45deg, #ff6773, #ff6773 7px, transparent 0, transparent 14px);
}

.box1 {
  display: flex;
  margin-top: -30px;
  margin-bottom: 40px;
}
.box1 > div {
  display: table;
}
.box1 > div > div {
  display: table-cell;
  vertical-align: middle;
}
.box1 > div .description {
  vertical-align: bottom;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.box1 > div .limited {
  padding-right: 20px;
}
.box1 > div .title {
  font-size: 48px;
  font-weight: bold;
}
.box1 > div .stripe {
  font-size: 24px;
  text-align: center;
  padding: 10px;
}

.box2 {
  margin-bottom: 40px;
}
.box2 .description {
  margin-top: 10px;
}

.box3 {
  margin-bottom: 60px;
  display: flex;
}
.box3 > div {
  width: 50%;
  margin: 0 10px;
  text-align: center;
}
.box3 > div > div {
  display: inline-block;
  text-align: left;
}
.box3 .stripe {
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  margin: 0 40px;
}
.box3 table tr td {
  padding: 10px;
  border: 1px solid #d8d8d8;
  font-weight: bold;
}
.box3 table {
  width: 100%;
}
.box3 .tbl1 td:nth-child(2) {
  text-align: left;
  background-color: #ffeeef;
}
.box3 .tbl1 td:nth-child(3) {
  text-align: left;
  background-color: #eef8fb;
}
.box3 .tbl1 tr:nth-child(1) td:nth-child(2) {
  color: #FFF;
  background-color: #ff8e97;
}
.box3 .tbl1 tr:nth-child(1) td:nth-child(3) {
  color: #FFF;
  background-color: #8dd1e4;
}
.box3 .tbl2 tr:nth-child(1) {
  background-color: #fff99e;
}
.box3 .tbl2 tr:nth-child(2) td:nth-child(2) {
  color: #54afff;
}
.box3 .tbl2 tr:nth-child(3) td:nth-child(2) {
  color: #54afff;
}
.box3 .tbl2 tr:nth-child(4) td:nth-child(2) {
  color: #FF0000;
}
.box3 .tbl2 td {
  width: 50%;
}
.box3 .description1 {
  margin-top: 20px;
  height: 4em;
  margin-bottom: 10px;
  font-weight: bold;
}
.box3 .description2 {
  margin-top: 20px;
  font-size: large;
  font-weight: bold;
}
.box3 .description2 span {
  border-bottom: 3px solid #ffcc00;
}
.box3 .description3 {
  margin-top: 20px;
}

.box4 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f4f4f4;
}
.box4 > div > div {
  display: flex;
}
.box4 > div > div > div {
  width: 50%;
}
.box4 > div > div > div > div {
  display: flex;
  margin-bottom: 30px;
}
.box4 > div > div > div > div > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box4 > div > div > div > div > div:first-child {
  margin-right: 10px;
}
.box4 > div > div > div > div > div img {
  margin-right: 5px;
}
.box4 > div > div .shop-name {
  font-weight: bold;
}
.box4 > div > div .tel {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.box4 .otoiawase {
  justify-content: center;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .b-main--contents > div.contents-box {
    margin-top: 60px;
  }

  .box1 {
    display: block;
  }
  .box1 > div {
    width: 100%;
  }
  .box1 > div .description {
    width: 60%;
    padding: 0;
    font-size: 1.4rem;
    padding-top: 20px;
    vertical-align: middle;
  }
  .box1 > div .title {
    font-size: 8vw;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
  }
  .box1 > div .img {
    padding-top: 10px;
  }
  .box1 > div .limited {
    padding-right: 10px;
  }
  .box1 > div .limited img {
    width: 90%;
  }

  .box2 .sp {
    display: flex;
  }
  .box2 .sp .sp1 {
    width: 75%;
  }
  .box2 .sp .sp2 {
    width: 25%;
  }

  .box3 {
    margin-bottom: 60px;
    display: block;
  }
  .box3 > div {
    width: 100%;
    margin: 0;
  }
  .box3 .description2 {
    margin-bottom: 50px;
  }

  .box4 {
    padding: 10px;
  }
  .box4 > div > div {
    display: block;
  }
  .box4 > div > div > div {
    width: 100%;
  }
  .box4 > div > div .tel {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .box4 > div > div .shop-name {
    font-size: 1.4rem;
  }
  .box4 .otoiawase {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .box1 > div .description,
.box4 > div > div .shop-name,
.box4 > div > div .tel {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 490px) {
  .box1 > div .description,
.box4 > div > div .shop-name,
.box4 > div > div .tel {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 410px) {
  .box1 > div .description,
.box4 > div > div .shop-name,
.box4 > div > div .tel {
    font-size: 0.9rem;
  }

  .box1 > div .title {
    font-size: 7vw;
  }
  .box1 > div .stripe {
    padding: 5px 10px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=furniture.css.map */
