@charset "UTF-8";
.format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .format {
    gap: 48px;
  }
}
.format__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .format__head {
    gap: 24px;
  }
}
.format__head__img {
  width: 100%;
}
.format__head__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  background: #fff;
  border-radius: 16px;
}
.format__head__nav li {
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
.format__head__nav li a {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-bottom: 8px;
}
.format__head__nav li a:hover {
  opacity: 0.5;
}
.format__head__nav li a:before {
  content: "";
  background: #ccc;
  -webkit-mask: url(../img/icon/arrowRight_fill.svg) no-repeat center;
          mask: url(../img/icon/arrowRight_fill.svg) no-repeat center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  top: auto;
  right: auto;
}
.format__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.format__section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.format__section__inner a {
  text-decoration: underline;
}
.format__section__inner a.button {
  text-decoration: none;
}
.format__section__block {
  width: 100%;
}
.format__section h2 {
  width: 100%;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #282828;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .format__section h2 {
    font-size: 18px;
  }
}
.format__section h3 {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .format__section h3 {
    font-size: 18px;
  }
}
.format__section h4 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 1024px) {
  .format__section h4 {
    font-size: 18px;
    padding-bottom: 4px;
  }
}
.format__section img {
  max-width: 590px;
}
.format__section p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .format__section p {
    font-size: 14px;
  }
}
.format__section .bold {
  font-weight: 700;
}
.format__section span {
  width: 100%;
  display: block;
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.format__section table {
  width: 100%;
}
.format__section table caption {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .format__section table caption {
    font-size: 14px;
  }
}
.format__section table th, .format__section table td {
  padding: 16px;
  text-align: left;
  border: 1px solid #A9A9A9;
  vertical-align: top;
  word-break: break-word;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .format__section table th, .format__section table td {
    font-size: 14px;
  }
}
.format__section table th {
  width: 283px;
}
@media screen and (max-width: 1024px) {
  .format__section table th {
    width: 104px;
  }
}
.format__section table td {
  font-weight: normal;
  background: #fff;
}
.format__section table td .table__inner {
  padding-top: 24px;
}
.format__section table td .table__inner:first-child {
  padding-top: 0;
}
.format__section table td .table__inner p {
  line-height: normal;
}
.format__section table td .table__inner span {
  color: #282828;
}
.format__section table .access__img {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.format__section .notes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.format__section .notes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.format__section .notes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #8E8E8E;
}
.format__section .notes ul li:before {
  content: "※";
}

.format-sub-area .snsShare__wrap {
  margin-top: 0;
  padding: 0;
  background: none;
}

#map {
  width: 589px;
  height: 589px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  #map {
    width: 343px;
    height: 316px;
  }
}