@charset "UTF-8";
.art_map a:hover {
  opacity: 1;
}

.cls-1,
.cls-2,
.cls-3 {
  fill: none;
}

.cls-4 {
  fill: #fff362;
}

.cls-2 {
  stroke-width: 1.43px;
}

.cls-2,
.cls-3,
.cls-5 {
  stroke: #0064be;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-6 {
  fill: #005bab;
}

.cls-14 {
  fill: #0064be;
}

.cls-15 {
  fill: #aeddf0;
}

.cls-16,
.cls-5 {
  fill: #fff;
}

.cls-17 {
  fill: #009fd9;
}

.cls-18 {
  fill: #f8d6e2;
}

.cls-19 {
  clip-path: url(#clippath);
}

.circle01:hover .circle-image {
  content: url("../images/art/thumb01hover.png");
}

.circle02:hover .circle-image {
  content: url("../images/art/thumb02hover.png");
}

.circle03:hover .circle-image {
  content: url("../images/art/thumb03hover.png");
}

.circle04:hover .circle-image {
  content: url("../images/art/thumb04hover.png");
}

.circle05:hover .circle-image {
  content: url("../images/art/thumb05hover.png");
}

.circle06:hover .circle-image {
  content: url("../images/art/thumb06hover.png");
}

.circle07:hover .circle-image {
  content: url("../images/art/thumb07hover.png");
}

.circle08:hover .circle-image {
  content: url("../images/art/thumb08hover.png");
}

.artModal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}
.artModal.hidden {
  display: none;
}
.artModal_close02 {
  position: absolute;
  top: 8px;
  right: 15px;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/art/modalClose02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.artModal_content {
  background: white;
  max-width: 375px;
  max-height: 90vh;
  width: 100%;
  position: relative;
  cursor: default;
}
.artModal_title {
  height: 46px;
  background-color: #105FAD;
  display: flex;
  align-items: center;
  padding: 0 21px;
}
.artModal_wrapper {
  height: calc(90vh - 46px);
  overflow: auto;
  padding: 5px 0;
}
.artModal_body, .artModal_head {
  padding: 20px 20px;
  margin: auto 10px;
  display: flex;
  flex-direction: column;
}
.artModal_body + .artModal_head, .artModal_body + .artModal_body, .artModal_head + .artModal_head, .artModal_head + .artModal_body {
  border-top: 1px solid #105FAD;
}
.artModal .art p {
  font-size: 15px;
  line-height: 150%;
}
.artModal .art_image {
  display: block;
}
.artModal .art_image + * {
  margin-top: 35px;
}
.artModal .art_title {
  font-size: 18px;
  line-height: 190%;
}
.artModal .art_title + .art_image {
  margin-top: 10px;
}
.artModal .art_title b {
  font-weight: 600;
}
.artModal .art_title * {
  line-height: 190%;
}
.artModal .art_title .name {
  font-size: 15px;
}
.artModal .art_title .year {
  font-size: 12px;
}
.artModal_author {
  background-color: #F1F3E6;
  padding: 24px 20px;
  margin: 0 10px;
}
.artModal_author .title .year {
  font-size: 12px;
}
.artModal_author .title .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 190%;
  margin-bottom: 7px;
}
.artModal_author .title + p {
  margin-top: 20px;
}
.artModal_author p + .title {
  margin-top: 40px;
}
.artModal_caption {
  font-size: 12px;
  font-weight: 400;
  padding: 20px 30px;
}
.artModal_caption2 {
  border-top: 1px solid #105FAD;
  font-size: 12px;
  font-weight: 400;
  padding: 20px 20px;
  margin: 0 10px;
  color: #0064BE;
}

.spMap {
  background-image: url(../images/art/bg_map01sp.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .spMap {
    display: none;
  }
}

.pcMap {
  background-image: url(../images/art/bg_map01.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pcMap {
    display: none;
  }
}

.kabe {
  max-width: 100vw;
  display: flex;
  align-items: center;
  overflow: auto;
  background-color: #fff;
  padding: 20px 0;
  cursor: default;
}
.kabe::before {
  content: "横にスクロールできます。";
  color: #fff;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -37vh);
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.kabe img {
  display: block;
  max-width: none;
  height: 60vh;
}

.kabe_link {
  display: flex;
  justify-content: center;
  padding: 30px;
  transition: 0.2s;
}
.kabe_link:hover {
  opacity: 0.8;
}
.kabe_link a {
  display: block;
  text-align: center;
  font-size: 20px;
}
.kabe_link img {
  margin-top: 10px;
  display: block;
}

.asobeach_section .row {
  align-items: stretch;
}
.asobeach_section .row .show_image_el .image_inner {
  height: 100%;
}
.asobeach_section .row .show_image_el .image_inner img {
  height: 100%;
  object-fit: cover;
}
.asobeach_section .slick-slide {
  height: 400px;
}
.asobeach_section .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}