@charset "UTF-8";
:root {
  --color_01: #F4DC9E;
  --color_02: #E4BF64;
  --bg: #eee;
  --text: #000;
  --red: #ff3c00;
}

.pane-contents {
  overflow: hidden;
}

#kanzo {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  /*【PC】*/
  /*【SP】*/
}
#kanzo .mv {
  background: var(--color_01);
  padding: 50px 0;
}
#kanzo .mv img {
  width: 100%;
}
@media (max-width: 768px) {
  #kanzo .mv {
    padding: 0;
  }
  #kanzo .mv .inner {
    padding: 0;
  }
}
#kanzo .sec_02 {
  background: var(--color_02);
  text-align: center;
  margin: 0;
  padding: 0 0 70px 0;
  position: relative;
}
#kanzo .sec_02:before, #kanzo .sec_02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
}
#kanzo .sec_02:before {
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: var(--color_01) transparent transparent transparent;
}
#kanzo .sec_02:after {
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: var(--color_02) transparent transparent transparent;
}
@media (max-width: 768px) {
  #kanzo .sec_02 {
    padding: 0 0 30px 0;
  }
  #kanzo .sec_02:before, #kanzo .sec_02:after {
    bottom: -30px;
  }
  #kanzo .sec_02:before {
    border-width: 30px 0 0 100vw;
  }
  #kanzo .sec_02:after {
    border-width: 30px 100vw 0 0;
  }
  #kanzo .sec_02 .inner {
    padding: 0;
  }
}
#kanzo .sec_03 .inner {
  max-width: 1000px;
}
#kanzo .sec_03 .t_1,
#kanzo .sec_03 .t_2 {
  text-align: center;
  color: #fff;
  margin: 50px 0;
  padding: 8px 0;
  font-weight: bold;
  font-size: 2.2em;
  letter-spacing: 2px;
}
#kanzo .sec_03 .t_1 {
  background: var(--color_02);
}
#kanzo .sec_03 .t_2 {
  background: var(--color_02);
}
#kanzo .sec_03 ul {
  display: flex;
  grid-gap: 30px;
  justify-content: center;
  text-align: center;
  margin: auto;
}
#kanzo .sec_03 li {
  width: 100%;
}
#kanzo .sec_03 li a {
  border: 1px solid #ccc;
  padding: 30px;
  display: block;
  height: 100%;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kanzo .sec_03 li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
#kanzo .sec_03 li .img {
  margin: 0 0 10px 0;
}
#kanzo .sec_03 li .img img {
  height: 200px;
}
#kanzo .sec_03 li .text .p_1 {
  border: 1px solid #000;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 7px;
}
#kanzo .sec_03 li .text .p_2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#kanzo .sec_03 li .text .p_2 span {
  font-size: 0.8em;
}
#kanzo .sec_03 li .text .name {
  font-size: 1.4em;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kanzo .sec_03 li .text .btn {
  background: var(--color_02);
  color: #fff;
  border-radius: 100px;
  position: relative;
  width: 200px;
  padding: 6px 0;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kanzo .sec_03 li .text .btn:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent #fff transparent;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#kanzo .sec_03 li .text .btn:hover {
  background: var(--color_01);
}
@media (max-width: 768px) {
  #kanzo .sec_03 .t_1,
  #kanzo .sec_03 .t_2 {
    font-size: 1.2em;
    margin: 30px 0;
  }
  #kanzo .sec_03 ul {
    display: block;
  }
  #kanzo .sec_03 ul li {
    margin: 0 0 20px 0;
  }
  #kanzo .sec_03 ul li a {
    padding: 20px;
  }
  #kanzo .sec_03 ul li .img img {
    height: 150px;
  }
  #kanzo .sec_03 ul li .text .p_2 {
    font-size: 1em;
  }
  #kanzo .sec_03 ul li .text .name {
    font-size: 1.2em;
  }
}
#kanzo .sec_04 {
  background: #f8f4e6;
  padding: 50px 0 10px 0;
}
#kanzo .sec_04 .main_title {
  position: relative;
  margin: 50px 0;
  text-align: center;
  font-weight: bold;
  font-size: 3em;
}
#kanzo .sec_04 .main_title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: var(--color_01);
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#kanzo .sec_04 ul {
  display: flex;
  grid-gap: 50px;
  justify-content: center;
  margin: 100px 0 60px 0;
}
#kanzo .sec_04 li {
  width: 400px;
  border: 2px solid #cbc6b3;
  text-align: center;
  padding: 30px;
}
#kanzo .sec_04 li .img {
  height: 200px;
}
#kanzo .sec_04 li .img img {
  height: 80%;
}
#kanzo .sec_04 li.yellow {
  background: #ffeccb;
  border: 4px solid var(--color_01);
}
#kanzo .sec_04 li.yellow .img img {
  height: 100%;
}
#kanzo .sec_04 li.yellow .text table td {
  color: var(--red);
  font-size: 1.7em;
}
#kanzo .sec_04 li.yellow .text .bottom {
  font-size: 1.5em;
  font-weight: bold;
}
#kanzo .sec_04 li.yellow .text .bottom .red {
  font-size: 1.8em;
  color: var(--red);
}
#kanzo .sec_04 li.yellow .text .bottom .red .mini {
  font-size: 0.5em;
}
#kanzo .sec_04 li .text .title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
}
#kanzo .sec_04 li .text .title span {
  font-size: 12px;
  font-weight: normal;
}
#kanzo .sec_04 li .text table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 2px;
}
#kanzo .sec_04 li .text table th,
#kanzo .sec_04 li .text table td {
  padding: 0 20px;
  font-weight: bold;
  height: 50px;
}
#kanzo .sec_04 li .text table th {
  background: #e5ddc3;
}
#kanzo .sec_04 li .text table td {
  background: #f0ebda;
  font-size: 1.5em;
}
#kanzo .sec_04 li .text table td .mini {
  font-size: 0.7em;
}
#kanzo .sec_04 li .text table td .minikome {
  font-size: 0.6em;
  margin: 0 0 0 5px;
  font-weight: normal;
}
#kanzo .sec_04 li .note {
  text-align: left;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  #kanzo .sec_04 .main_title {
    margin: 20px 0;
    font-size: 2em;
  }
  #kanzo .sec_04 ul {
    display: block;
    margin: 50px 0 30px 0;
  }
  #kanzo .sec_04 ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  #kanzo .sec_04 ul li .img img {
    height: 150px;
  }
  #kanzo .sec_04 ul li .text .title {
    font-size: 1.4em;
  }
  #kanzo .sec_04 ul li.yellow .bottom {
    font-size: 1.1em;
  }
}
#kanzo .faq {
  background: #f8f4e6;
  padding: 100px 0;
  margin: 100px 0;
}
#kanzo .faq .inner {
  min-width: 700px;
  max-width: 700px;
}
#kanzo .faq .t_1 {
  text-align: center;
  position: relative;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 0 50px 0;
}
#kanzo .faq .t_1:before {
  content: "";
  background: var(--color_01);
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#kanzo .faq .accordion dt,
#kanzo .faq .accordion dd {
  position: relative;
}
#kanzo .faq .accordion dt:before,
#kanzo .faq .accordion dd:before {
  color: #fff;
  font-weight: bold;
  position: absolute;
  border-radius: 5px;
  padding: 1px 10px;
  left: 20px;
  font-size: 20px;
}
#kanzo .faq .accordion dt {
  font-size: 1.2em;
  padding: 25px 65px;
  font-weight: bold;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kanzo .faq .accordion dt:hover {
  background: rgba(0, 0, 0, 0.03);
}
#kanzo .faq .accordion dt:before {
  content: "Q";
  background: var(--color_01);
  top: 21px;
}
#kanzo .faq .accordion dt .plus {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
#kanzo .faq .accordion dt .plus:before, #kanzo .faq .accordion dt .plus:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  right: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kanzo .faq .accordion dt .plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#kanzo .faq .accordion dt.open {
  background: rgba(255, 255, 255, 0.2);
}
#kanzo .faq .accordion dt.open .plus:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#kanzo .faq .accordion dt.open .plus:after {
  transform: translate(-50%, -50%) rotate(360deg);
  opacity: 0;
}
#kanzo .faq .accordion dd {
  margin: 10px 0 20px 0;
  padding: 0 0 0 40px;
}
#kanzo .faq .accordion dd:before {
  content: "A";
  background: #000;
  top: 14px;
}
#kanzo .faq .accordion dd .dd {
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px 20px 25px;
}
@media (max-width: 768px) {
  #kanzo .faq {
    padding: 30px 0;
    margin: 40px 0;
  }
  #kanzo .faq .inner {
    min-width: auto;
    max-width: none;
  }
  #kanzo .faq .accordion dt {
    font-size: 1em;
  }
  #kanzo .faq .accordion dt .plus {
    right: 5px;
  }
}
#kanzo h1,
#kanzo h2,
#kanzo h3,
#kanzo h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#kanzo .mini {
  font-size: 0.8em;
}
#kanzo sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#kanzo .k {
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  #kanzo .inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #kanzo .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #kanzo .inner,
  #kanzo .inner_mini {
    padding: 0 5%;
  }
  #kanzo .pc {
    display: none;
  }
}/*# sourceMappingURL=original_re.css.map */