@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap");

.check {
  text-align: center;
  margin-top: 5rem;
}

.check a {
  display: inline-block;
  background: #a81b4b;
  border-radius: 2rem;
  border: solid 3px #a81b4b;
  transition: all 0.2s ease;
}

.check a div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 4rem 1rem 2rem;
  padding: 0 4rem 0 1rem;
  position: relative;
}

.check a div::after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  color: #c6c6c6;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.2s ease;
}

.check a div span {
  display: block;
  width: 30%;
  max-width: 110px;
  margin: -2rem 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .check a div span {
    margin: -3rem 1rem 0 0;
  }
}

.check a div p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  margin: 0 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: all 0.2s ease;
}

.check a:hover p {
  color: #a81b4b;
}

.check a:hover div::after {
  color: #fff;
  background-color: #c6c6c6;
}

.gold a {
  background: linear-gradient(#c1a401 0%, #d9c33f 80%, #f3df5b 100%);
  border: solid 2px #f3df5b;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 72%;
}

@media screen and (max-width: 768px) {
  .gold a {
    width: 75%;
  }

  .check a div p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .gold a {
    width: 100%;
  }

  .check a div p {
    font-size: 1.6rem;
  }
}

.gold a:hover {
  background: #fff;
}

.gold a:hover p {
  color: #c1a401;
  font-weight: 900;
}

/* .gold a:hover span {
  opacity: 1;
} */

#column p > strong {
  color: #a81b4b;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#column .strong_normal {
  font-size: 1.4rem;
}

#column p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
}

#column p a {
  color: #1492e6;
  text-decoration: underline;
}

#column > h1 {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  padding-bottom: 1rem;
  margin: 1rem 0.1rem;
}

#column > h1 span {
  display: block;
  width: 15%;
  margin-right: 3%;
}

#column > h1 p {
  display: block;
  width: 80%;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  #column > h1 span {
    width: 25%;
    margin-right: 3%;
  }

  #column > h1 p {
    width: 70%;
    font-size: 1.8rem;
  }
}

#column .related > a {
  width: 32%;
}

#column .related > a:nth-last-of-type(1) {
  width: 60%;
  text-align: center;
}

#column .related span {
  background: #000000;
  border: solid 3px #000000;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
  padding: 1rem 4rem;
  border-radius: 1rem;
  width: 100%;
}

#column .related span::after {
  content: "▶";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem;
  text-align: center;
  color: #c6c6c6;
  background: #fff;
  border-radius: 50%;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  #column .related > a {
    width: 48%;
  }

  #column .related span {
    width: 100%;
  }
}

#column .supervisor div p {
  width: 45%;
}

#column .fengshui_mat {
  margin-top: 4rem;
}

#column .fengshui_mat h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0.8rem auto;
}

#column .fengshui_mat h3 strong {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 0 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .fengshui_mat h3 strong::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
}

#column .fengshui_mat h3 strong::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
}

#column .fengshui_mat > div {
  margin-top: 1rem;
  padding-bottom: 1px;
}

#column .fengshui_yellow {
  background-color: #fff6db;
}

#column .fengshui_pink {
  background-color: #e7d0ca;
}

#column .fengshui_mat > div > a p {
  text-align: right;
  margin-top: 1rem;
}

#column .fengshui_mat > div > p {
  margin-top: 2rem;
}

#column .fengshui_mat > div > p strong {
  font-size: 1.6rem;
}

#column .fengshui_mat > div > p span {
  text-decoration: underline;
}

#column .fengshui_mat > div > div {
  margin: 1.5rem;
  padding: 0.5rem 3rem 1rem;
  background-color: #fff;
  border-radius: 2rem;
}

#column .fengshui_mat > div > div > h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.8rem 0;
  padding: 0.3rem 2rem;
  position: relative;
  letter-spacing: 0.1em;
}

#column .fengshui_mat > div > div > h4::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background: #a81b4b;
}

#column .fengshui_mat > div > div > p {
  margin-bottom: 3rem;
}

#column .flex_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#column .flex_img img {
  width: 35%;
  margin: 1rem auto 0;
}

#column .flex_img p {
  width: 60%;
  margin: 2rem 0.5rem;
}

@media screen and (max-width: 768px) {
  #column .flex_img p {
    width: 100%;
  }
}

#column [class^="color_title"] {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 3rem 0 2rem;
  padding: 0.5rem 0 0.5rem 5rem;
}

@media screen and (max-width: 500px) {
  #column [class^="color_title"] {
    font-size: 1.7rem;
  }
}

#column .color_title_gold {
  background-color: #f9f4e5;
}

#column .color_title_yellow {
  background-color: #fffbe5;
}

#column .color_title_red {
  background-color: #f9ebe5;
}

#column .color_title_blue {
  background-color: #e7eaf4;
}

#column [class^="color_title"]::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 25%;
  left: 20px;
}

#column .color_title_gold::before {
  background-color: #c39000;
}

#column .color_title_yellow::before {
  background-color: #ffd900;
}

#column .color_title_red::before {
  background-color: #c13907;
}

#column .color_title_blue::before {
  background-color: #183690;
}

#column [class^="color_title"]::after {
  position: absolute;
  top: -2.5rem;
  right: 2rem;
  font-size: 2.8rem;
}

@media screen and (max-width: 500px) {
  #column [class^="color_title"]::after {
    top: -2rem;
    right: 1rem;
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 400px) {
  #column [class^="color_title"]::after {
    display: none;
  }
}

#column .color_title_gold::after {
  content: "Gold";
  color: #c39000;
}

#column .color_title_yellow::after {
  content: "Yellow";
  color: #ffd900;
}

#column .color_title_red::after {
  content: "Red";
  color: #c13907;
}

#column .color_title_blue::after {
  content: "Blue";
  color: #183690;
}

#column .index_h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.62rem;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  padding: 0.5rem 0 0.5rem 5rem;
  background-color: #f0f3f5;
}

#column .index_h3::before {
  content: "";
  width: 1rem;
  height: 2.5rem;
  position: absolute;
  top: 17%;
  left: 20px;
  background-color: #c39000;
}

/* #column .index_h3 + p {
  margin-bottom: 2rem;
} */

#column .index_h4 {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  margin: 1rem 0;
  position: relative;
}

#column [class^="color_bg_"] {
  margin: 2rem 0;
  padding: 2.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#column .color_bg_gold > div {
  width: 50%;
}

#column .color_bg_gold a {
  width: 40%;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 1.3rem;
  margin: auto 0;
}

#column .color_bg_gold .index_h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #column .color_bg_gold > div {
    width: 100%;
  }
}

#column .color_bg_gold a img {
  margin-bottom: 1rem;
}

#column .color_bg_gold a > span {
  color: #1492e6;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

#column .color_bg_gold p > .gold {
  font-weight: 700;
  color: #c39000;
}

#column .color_bg_gold p > .lavender {
  font-weight: 700;
  color: #b76dbc;
}

#column .color_bg_gold p > .red {
  font-weight: 700;
  color: #c13907;
}

#column .color_bg_gold p > .blue {
  font-weight: 700;
  color: #183690;
}

#column .color_bg_gold p > .green {
  font-weight: 700;
  color: #087b00;
}

#column .entrance::after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(./images/lc007.png) no-repeat;
  background-size: contain;
  margin: 1rem auto;
}

#column .living::after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(./images/lc008.png) no-repeat;
  background-size: contain;
  margin: 1rem auto;
}

#column .bedroom::after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(./images/lc009.png) no-repeat;
  background-size: contain;
  margin: 1rem auto;
}

#column .color_bg_gold {
  background-color: #f9f4e5;
}

@media screen and (max-width: 768px) {
  #column .color_bg_gold > div {
    width: 100%;
  }

  #column .color_bg_gold a {
    width: 80%;
  }
}

#column .color_bg_yellow {
  background-color: #fffbe5;
}

#column .item_example {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1rem;
}

#column .item_example_text {
  width: 75%;
}

#column .item_example::before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  margin: auto 2rem;
}

@media screen and (max-width: 768px) {
  #column .item_example_text {
    width: 95%;
  }

  #column .item_example::before {
    width: 15rem;
    height: 15rem;
  }
}

#column .curtain::before {
  background: url(./images/lc013.png) no-repeat;
  background-size: contain;
}

#column .cushion::before {
  background: url(./images/lc014.png) no-repeat;
  background-size: contain;
}

#column .rug::before {
  background: url(./images/lc015.png) no-repeat;
  background-size: contain;
}

#column .towel::before {
  background: url(./images/lc016.png) no-repeat;
  background-size: contain;
}

#column .slippers::before {
  background: url(./images/lc017.png) no-repeat;
  background-size: contain;
}

#column .item_card {
  margin: 2rem 0;
  padding: 3rem;
  text-align: center;
}

#column .item_card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  margin-bottom: 2rem;
}

#column .item_card > div > a {
  width: 35%;
  flex-shrink: 0;
}

#column .item_card_text {
  width: 60%;
  position: relative;
  text-align: left;
}

#column .item_card_text p {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  #column .item_card > div {
    gap: 3rem;
  }

  #column .item_card > div > a {
    width: 70%;
  }

  #column .item_card_text {
    width: 100%;
  }
}

#column .item_card h5 {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
  margin: 1rem 0 1rem 2rem;
}

#column .item_card h5::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 80%;
  position: absolute;
  top: 10%;
  left: -1.5rem;
}

#column .color_bg_yellow h5::before {
  background: #ffd900;
}

#column .color_bg_blue h5::before {
  background: #183690;
}

#column .color_bg_red h5::before {
  background: #c13907;
}

#column .item_card span {
  background: #000000;
  border: solid 3px #000000;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  margin-top: 1rem;
  padding: 1rem 4rem;
  border-radius: 1rem;
  width: 65%;
}

@media screen and (max-width: 768px) {
  #column .item_card span {
    width: 70%;
  }
}

@media screen and (max-width: 500px) {
  #column .item_card span {
    width: 80%;
  }
}

#column .item_card span::after {
  content: "▶";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.4rem;
  text-align: center;
  color: #c6c6c6;
  background: #fff;
  border-radius: 50%;
  margin-left: 2rem;
}

#column .color_bg_red {
  background-color: #f9ebe5;
}

#column .color_bg_blue {
  background-color: #e7eaf4;
}

#column .solid-line {
  border-bottom: 1px solid #707070;
  padding-bottom: 2rem;
}

#column .dashed-line_top {
  background-image: linear-gradient(
    to right,
    #707070,
    #707070 8px,
    transparent 8px,
    transparent 8px
  );
  background-size: 16px 1px;
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 2rem;
}

#column .dashed-line_bottom {
  background-image: linear-gradient(
    to right,
    #707070,
    #707070 8px,
    transparent 8px,
    transparent 8px
  );
  background-size: 16px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2rem;
}

@media screen and (max-width: 500px) {
  #column .dashed-line_bottom {
    padding-bottom: 1rem;
  }
}

#column [class^="color_example"] {
  position: relative;
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}

#column [class^="color_example"]::before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  margin: auto 0 auto 2rem;
}

#column .color_example_gold::before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(./images/lc006.png) no-repeat;
  background-size: contain;
}

#column [class^="color_example"] p {
  margin: auto 0.5rem;
}

@media screen and (max-width: 500px) {
  #column [class^="color_example"] {
    padding-top: 1rem;
  }

  #column [class^="color_example"]::before {
    width: 5rem;
    height: 5rem;
  }
}

#column .color_example_yellow::before {
  background-color: #ffd900;
}

#column .color_example_red::before {
  background-color: #c13907;
}

#column .color_example_blue::before {
  background-color: #183690;
}
