@charset "UTF-8";
/*基本設定*/
ul, ul li {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

a {
  cursor: pointer; }

img {
  width: 100%; }

dd {
  margin-inline-start: 0; }

h3 {
  margin: 0; }

.container {
  margin-right: 20px;
  margin-left: 20px; }

.container_container {
  max-width: 450px;
  margin: 0 auto; }

body {
  background-color: #F2F2F2;
  width: 100%;
  margin: 0;
  color: #592F0A;
  font-family: "Noto Sans JP", sans-serif; }

.accordion dt {
  background-color: #fff;
  border: 2px solid #592F0A;
  color: #592F0A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative; }
  .accordion dt .arrow {
    position: absolute;
    right: 72px; }
.accordion dd {
  background-color: #fff; }
  .accordion dd ul.list_btn {
    display: flex;
    flex-flow: row wrap;
    padding-top: 1em;
    padding-bottom: 1em;
    gap: 8px; }
    .accordion dd ul.list_btn li {
      background-color: #D9CCC5;
      list-style: none;
      width: calc((100% - 16px)/3);
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 12px;
      padding-bottom: 12px;
      border-radius: 8px;
      color: #592F0A;
      font-weight: bold;
      cursor: pointer;
      box-sizing: border-box; }
    .accordion dd ul.list_btn li.active {
      background-color: #592F0A;
      color: #fff; }
  .accordion dd ul.list_info {
    border-top: 1px solid #ccc; }
    .accordion dd ul.list_info li {
      border-bottom: 1px solid #ccc;
      padding-top: 1em;
      padding-bottom: 1em; }
      .accordion dd ul.list_info li h3 {
        margin-bottom: 8px; }

.active.accordion dt {
  background-color: #592F0A;
  color: #fff; }

.link_map {
  color: #592F0A;
  display: block;
  margin-bottom: 1em; }

.line_btn {
  background-color: #03C755;
  display: block;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .line_btn div {
    display: flex;
    align-items: center; }
  .line_btn:hover {
    opacity: 0.7; }

footer p {
  color: #B5A28F;
  text-align: center;
  font-size: 10px;
  font-weight: 400; }

#hero {
  background-image: url("../img/kv_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center; }

#hero > div {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 4vh; }

@media screen and (max-width: 450px) {
  #hero {
    width: 100%; }

  #hero > div {
    width: 100%; } }
@media screen and (min-width: 451px) {
  #hero {
    background-image: url("../img/kv_pc_bg.svg"); }

  #hero > div {
    max-width: 375px; } }
@media screen and (min-width: 1500px) {
  #hero {
    height: 375px; } }
.accordion dt .arrow img {
  content: url("../img/arrow_br.svg"); }

/* active時 */
.accordion.active dt .arrow img {
  content: url("../img/arrow_wh.svg"); }

@media screen and (max-width: 500px) {
  .accordion dt .arrow {
    right: 20px; } }
@media screen and (max-width: 450px) {
  .accordion dt {
    margin-right: 20px;
    margin-left: 20px; } }
