:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --arial: "Arial", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --akshar: "Akshar", sans-serif;
  --poppins: "poppins", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #cf142b;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

main {
  position: relative;
}
main section.map {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
  width: 90%;
}
main section.map h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  main section.map h2 {
    font-size: 26px;
    margin-top: 60px;
  }
}
main section.map .img {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  main section.map .img {
    margin-top: 20px;
  }
}
main section.exhibition {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
main section.exhibition ul.anchor-list {
  margin: 120px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  gap: 15px;
  max-width: 805px;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.anchor-list {
    gap: 10px;
    margin-top: 40px;
  }
}
main section.exhibition ul.anchor-list li {
  position: relative;
  width: calc((100% - 45px) / 4);
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.anchor-list li {
    width: calc((100% - 10px) / 2);
  }
}
main section.exhibition ul.anchor-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #666666;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 865px) {
  main section.exhibition ul.anchor-list li a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.anchor-list li a {
    padding-right: 0;
  }
}
main section.exhibition ul.anchor-list li a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  rotate: 45deg;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
@media screen and (max-width: 500px) {
  main section.exhibition ul.anchor-list li a:before {
    left: 10px;
  }
}
main section.exhibition ul.anchor-list li:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #999999;
  background-color: var(--white);
  border-radius: 3px;
  -webkit-transition: opacity 0.3s, border 0.3s, background-color 0.3s, color 0.3s;
  transition: opacity 0.3s, border 0.3s, background-color 0.3s, color 0.3s;
}
main section.exhibition ul.anchor-list li:last-child:after {
  border-right: 2px solid #999999;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.anchor-list li {
    max-width: 100%;
    border-radius: 5px;
  }
}
@media (hover) {
  main section.exhibition ul.anchor-list li:hover a {
    color: var(--white);
  }
  main section.exhibition ul.anchor-list li:hover a:before {
    border-color: var(--white);
  }
  main section.exhibition ul.anchor-list li:hover:after {
    border: 2px solid var(--red) !important;
    background-color: var(--red);
  }
}
main section.exhibition ul.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list {
    gap: 60px;
  }
}
main section.exhibition ul.area-list li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li {
    width: 100%;
  }
}
main section.exhibition ul.area-list li#area01 .list-inner {
  width: 500px;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li#area01 .list-inner {
    width: 100%;
  }
}
main section.exhibition ul.area-list li#area01 .inner h2 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li#area01 .inner h2 {
    font-size: 18px;
  }
}
main section.exhibition ul.area-list li#area01 .inner h2 span {
  color: var(--red);
}
main section.exhibition ul.area-list li#area01 .inner p {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li#area01 .inner p {
    margin-bottom: 15px;
  }
}
main section.exhibition ul.area-list li#area01 .inner p:last-child {
  margin-bottom: 0;
}
main section.exhibition ul.area-list li.col1 {
  width: 100% !important;
}
main section.exhibition ul.area-list li.col1 .list-inner {
  width: calc((100% - 80px) / 2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li.col1 .list-inner {
    width: 100%;
  }
}
main section.exhibition ul.area-list li h2.ttl {
  font-size: 18px;
  text-align: center;
  margin: 5px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li h2.ttl {
    font-size: 16px;
    margin: 0;
  }
}
main section.exhibition ul.area-list li h2.ttl.main {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: var(--red);
  font-style: italic;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li h2.ttl.main {
    font-size: 28px;
  }
}
main section.exhibition ul.area-list li h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: var(--red);
  font-style: italic;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  main section.exhibition ul.area-list li h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li h3 {
    font-size: 28px;
  }
}
main section.exhibition ul.area-list li .gray01 {
  margin-top: 15px;
  padding: 0;
}
main section.exhibition ul.area-list li .gray01 .inner {
  width: 100%;
}
main section.exhibition ul.area-list li .gray02 {
  padding: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  main section.exhibition ul.area-list li .gray02 {
    padding: 20px 0 30px;
  }
}
main section.exhibition .inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
main section.exhibition .gray01 {
  padding: 70px 0;
  background-color: #dfdfdf;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray01 {
    padding: 0;
  }
}
main section.exhibition .gray01 h3 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray01 h3 {
    font-size: 26px;
    padding-top: 30px;
  }
}
main section.exhibition .gray01 h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray01 h4 {
    margin-top: 30px;
  }
}
main section.exhibition .gray01 h4 span {
  background-color: var(--red);
  color: var(--white);
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 15px 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray01 h4 span {
    font-size: 18px;
    padding: 15px 7%;
  }
}
main section.exhibition .gray01 p {
  max-width: 600px;
  margin: 40px auto 0;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray01 p {
    margin-top: 20px;
  }
}
main section.exhibition .gray02 {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 {
    padding-bottom: 40px;
  }
}
main section.exhibition .gray02 h2 {
  padding-top: 60px;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 h2 {
    padding-top: 30px;
    font-size: 20px;
    padding-bottom: 5px;
  }
}
main section.exhibition .gray02 ol {
  counter-reset: list-counter;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ol {
    margin-top: 30px;
  }
}
main section.exhibition .gray02 ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ol li {
    padding-left: 40px;
    font-size: 15px;
  }
}
main section.exhibition .gray02 ol li:last-child {
  margin-bottom: 0;
}
main section.exhibition .gray02 ol li:before {
  content: counter(list-counter, decimal-leading-zero) ".";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: var(--red);
  line-height: 1;
}
main section.exhibition .gray02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}
main section.exhibition .gray02 ul li {
  width: calc((100% - 40px) / 2);
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ul li {
    width: 100%;
    padding: 20px 5%;
  }
}
main section.exhibition .gray02 ul li .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ul li .title {
    font-size: 16px;
  }
}
main section.exhibition .gray02 ul li .position {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
main section.exhibition .gray02 ul li .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .gray02 ul li .name {
    font-size: 16px;
  }
}
main section.exhibition .btn-top {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main section.exhibition .btn-top {
    margin-top: 40px;
  }
}