@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");

#column p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#column p > strong {
  font-weight: 700;
  color: #a81b4b;
}

#column .st-orange {
  font-weight: 700;
  color: #ff6f00;
}

#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 h5 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 2rem 0.1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  #column h5 {
    font-size: 2rem;
  }
}

#column font {
  font-family: "Noto Sans", sans-serif;
  color: inherit;
  font-size: inherit;
}

[class*="check"] {
  text-align: center;
  margin-top: 5rem;
}

[class*="check"] a {
  display: inline-block;
  background: #e5cf3d;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10rem;
  border: solid 3px #e5cf3d;
  transition: all 0.2s ease;
}

.check a {
  background: #e5cf3d;
  border: solid 3px #e5cf3d;
}

.check2 a {
  background: #73cf58;
  border: solid 3px #73cf58;
}

[class*="check"] a:hover {
  background: #fff;
}

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

.check2 a:hover p {
  color: #73cf58;
}

[class*="check"] a div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 2rem;
  padding: 0 4rem;
  position: relative;
}

[class*="check"] a:hover div::after {
  color: #fff;
  background-color: #c6c6c6;
}

[class*="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;
}

[class*="check"] a div span {
  display: block;
  width: 30%;
  max-width: 100px;
}

[class*="check"] a div p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  text-align: left;
  margin: 0 2rem;
  /* word-break: keep-all; */
  overflow-wrap: break-word;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  [class*="check"] a div p {
    margin-top: 2rem;
  }
}

#column .index {
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #000;
  width: 30%;
  margin: 2.5rem auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffd900;
}

#column .index_sub {
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
  margin: 0 auto 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}

#column .index_sub span {
  display: inline-block;
}

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

#column .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column .flex-container > div {
  width: 45%;
}

#column .flex-container p {
  text-align: center;
  font-weight: bold;
}

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

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

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

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

#column .topic strong span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #73cf58;
}

#column [class*="item_list"] {
  margin: 2rem 0 0;
  padding-top: 1px;
}

#column [class*="item_list"] dl {
  margin: 0;
  padding: 0;
}

#column [class*="item_list"] dl dt {
  background-color: #f0f3f5;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.7rem 6rem;
  margin-top: 6rem;
  color: #212121;
}

#column [class*="item_list"] dl dt::after {
  content: "";
  display: block;
  width: 1rem;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 3rem;
}

#column .point {
  padding: 2rem 4rem;
}

#column .point > div {
  border: 20px solid #9b9b9b;
  margin: 3rem 0;
  padding: 2rem 4rem;
  text-align: center;
}

#column .point h3 {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000000;
  border-bottom: solid 1px #707070;
  padding-bottom: 0.5rem;
  margin: 0 10rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#column .point p {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
}

#column .point ul li {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: start;
}

#column .point p span {
  display: inline-block;
}

#column .point p:nth-of-type(1)::after {
  content: "↓";
  display: block;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 768px) {
  #column .point {
    padding: 2rem;
  }

  #column .point h3 {
    font-size: 1.6rem;
    margin: 0 8rem;
  }

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

  #column .point ul li {
    font-size: 1.4rem;
  }
}

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

  #column .point h3 {
    margin: 0 1rem;
  }
}

#column [class*="item_list"] dl dd {
  margin-top: 2rem;
  padding: 0;
}

#column [class*="item_list_pickup"] dl dd > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
  padding: 4rem 3rem;
}

#column .item_list_pickup .yellow {
  background-color: #fff5db;
}

#column .item_list_pickup .yellow > div h3::after {
  background-color: #efce2a;
}

#column .item_list_pickup .orange {
  background-color: #fff2db;
}

#column .item_list_pickup .orange > div h3::after {
  background-color: #ff9933;
}

#column .item_list_pickup .purple {
  background-color: #f8f2ff;
}

#column .item_list_pickup .purple > div h3::after {
  background-color: #cc99ff;
}

#column .item_list_pickup .green {
  background-color: #f2fcee;
}

#column .item_list_pickup .green > div h3::after {
  background-color: #457b58;
}

#column .item_list_pickup .pink {
  background-color: #fff0f1;
}

#column .item_list_pickup .pink > div h3::after {
  background-color: #efb1c8;
}

#column [class*="item_list"] dl dd > div > span {
  width: 30%;
}

#column .item_list_pickup dl dd > div > div {
  width: 65%;
}

#column [class*="item_list"] dl dd > div > div h3 {
  margin: 0;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding: 0.1rem 2rem;
  overflow-wrap: break-word;
  word-break: keep-all;
}

#column [class*="item_list"] dl dd > div > div h3::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#column .item_list_pickup dl dd > div > div p {
  margin-top: 2rem;
}

#column [class*="item_list"] dl dd > div > div p strong {
  font-weight: bold;
  color: #ff6f00;
  text-decoration: none;
}

#column [class*="item_list"] dl dd > div > div p a {
  text-align: right;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#column [class*="item_list"] dl dd > span {
  margin-top: 2rem;
  display: block;
  text-align: center;
}

#column [class*="item_list"] dl dd > span a {
  display: inline-block;
  color: #fff;
  border: solid 3px #e27a9a;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 4rem;
  padding-right: 6rem;
  position: relative;
  border-radius: 5rem;
  background: #e27a9a;
}

#column [class*="item_list"] dl dd > p {
  margin-top: 2rem;
  padding: 0 0.1rem;
}

#column [class*="item_list"] dl dd > span a:hover {
  color: #e27a9a;
  background: #fff;
  opacity: 1;
}

#column [class*="item_list"] dl dd > span a::after {
  content: "▶";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #c6c6c6;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}

#column [class*="item_list"] dl dd > span a:hover::after {
  color: #fff;
  background: #c6c6c6;
}

#column .item_list_pickup dl dd > div > div {
  width: 65%;
}

@media screen and (max-width: 768px) {
  #column [class*="item_list"] dl dd > div > span {
    width: 50%;
  }

  #column .item_list_pickup dl dd > div > div {
    margin-top: 1rem;
    width: 100%;
  }
}

#column .other_items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#column .other_items h3 {
  text-align: center;
  width: 100%;
}

#column .other_items h3 strong {
  display: inline-block;
  padding: 0.3rem 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}

#column .other_items h3 span {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.3rem 2rem;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

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

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

#column .other_items > a {
  display: block;
  width: 25%;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #column .other_items > a {
    width: 50%;
    margin-top: 0;
  }

  #column .other_items > a:nth-of-type(1) {
    margin-top: 1rem;
  }

  #column .other_items > a:nth-of-type(2) {
    margin-top: 1rem;
  }
}

#column .other_items > span {
  display: block;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

#column .other_items > span a {
  display: inline-block;
  background: #000;
  color: #fff;
  border: solid 2px #000;
  font-size: 1.6rem;
  padding: 0.7rem 5rem;
  border-radius: 5rem;
  transition: all 0.2s ease;
  position: relative;
}

#column .other_items > span a:hover {
  background: #fff;
  color: #000;
}

#column .other_items > span a:after {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  color: #707070;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

#column .other_items > span a:hover:after {
  color: #fff;
  background-color: #707070;
}

#column .directions h4 {
  margin-top: 10rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  #column .directions h4 {
    font-size: 2rem;
  }
}

#column .directions h4:before {
  content: "";
  display: block;
  width: 30%;
  max-width: 110px;
  height: 5rem;
  background: url(https://www.oka-kk.co.jp/cms/wp_oka/wp-content/uploads/2021081000006.png)
    no-repeat center bottom;
  background-size: contain;
  margin: 4rem auto 1rem;
}

#column .directions ul {
  margin: 5rem auto 0;
  width: 96%;
  max-width: 700px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#column .directions ul li {
  margin-top: 1%;
  width: 32%;
  list-style-type: none;
}

#column .genkan_feature h4 {
  margin-top: 10rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.5em;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  #column .genkan_feature h4 {
    font-size: 1.8rem;
  }
}

#column .genkan_feature h4 span {
  display: inline-block;
  border: solid 2px;
  padding: 1.5rem 4rem;
}

#column .genkan_feature h4 span font {
  display: inline-block;
}

#column .genkan_feature ul {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#column .genkan_feature ul li {
  list-style-type: none;
  width: 30%;
  text-align: center;
  margin-top: 2rem;
}

#column .genkan_feature ul li a {
  color: #1492e6;
  text-decoration: underline;
}

#column .genkan_feature ul li span {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

#column .genkan_feature ul li span:after {
  content: "";
  display: block;
  padding-top: 70%;
}

#column .genkan_feature ul li span.gold {
  background: linear-gradient(to bottom, #d3bf2a 0%, #dbcd64 50%, #e0db79 100%);
}

#column .genkan_feature ul li span.yellow {
  background: #ffff66;
}

#column .genkan_feature ul li span.lavender {
  background: #cc99ff;
}

#column .genkan_feature ul li span.orange {
  background: #ff9933;
}

#column .genkan_feature ul li span.green {
  background: #33cc33;
}

#column .genkan_feature ul li span.beige {
  background: #d3b070;
}

#column .genkan_feature ul li span.brightyellow {
  background: #f8b400;
}

#column .genkan_feature ul li span.creamyellow {
  background: #ffeb99;
}

#column .genkan_feature ul li span.zodiac {
  background: url(https://gigaplus.makeshop.jp/matrug/column/images/genkanmat_necessary_new/pixta_62070606_M.jpg);
  background-size: contain;
}

#column .genkan_feature ul li span.flower {
  background: url(https://gigaplus.makeshop.jp/matrug/column/images/genkanmat_necessary_new/pixta_70572371_M.jpg);
  background-size: contain;
}

#column .genkan_feature ul li span.fruit {
  background: url(https://gigaplus.makeshop.jp/matrug/column/images/genkanmat_necessary_new/pixta_48591130_M.jpg);
  background-size: contain;
}

@media screen and (max-width: 991px) {
  #column .genkan_feature ul li {
    width: 45%;
  }
}
