@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E9D2C6;
}

#art_museum .mv {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #art_museum .container {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.contents .point {
  position: relative;
  background-color: #0E6A8E;
  border: 2px solid #0C2E3B;
  color: #fff;
  padding: 45px 20px 35px;
}
@media screen and (min-width: 767px) {
  .contents .point {
    padding: 83px 120px 43px;
  }
}
.contents .point_catch {
  position: absolute;
  top: -45px;
  left: 50%;
  translate: -50%;
  width: 104%;
}
@media screen and (min-width: 767px) {
  .contents .point_catch {
    top: -100px;
    max-width: 740px;
    width: 100%;
  }
}
.contents .point_ttl {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .contents .point_ttl {
    max-width: 698px;
    margin: 0 auto 30px;
  }
}
.contents .point_txt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
}
@media screen and (min-width: 767px) {
  .contents .point_txt {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.contents .point_kome li {
  padding-left: 1.5em;
  font-size: 11px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .point_kome li {
    font-size: 16px;
  }
}
.contents .point_kome li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .point_btn {
  width: 100%;
  color: #fff !important;
  text-align: center;
  display: block;
  background-color: #CC847F;
  margin-top: 25px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 100vmax;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  .contents .point_btn {
    width: 378px;
    margin: 60px auto 0;
    font-size: 28px;
    line-height: 90px;
  }
}
.contents .point_btn span {
  padding-right: 2em;
}
.contents .point_btn::after {
  content: "";
  position: absolute;
  background: url(../img/art_museum/arrow_btn.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 48px;
  translate: 0 -50%;
}
@media screen and (min-width: 767px) {
  .contents .point_btn::after {
    width: 32px;
    height: 32px;
    right: 40px;
  }
}
.contents .point_btn:hover {
  opacity: 0.8 !important;
}

@media screen and (min-width: 767px) {
  #point02 {
    padding-top: 140px;
  }
}
@media screen and (min-width: 767px) {
  #point02.contents .point {
    padding: 83px 120px 60px;
  }
}

#caution {
  padding: 0 0 20px;
}
#caution .caution_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  #caution .caution_ttl {
    font-size: 33px;
  }
}
#caution .caution_list {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #caution .caution_list {
    max-width: 450px;
  }
}
#caution .caution_list li {
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  #caution .caution_list li {
    font-size: 18px;
  }
}
#caution .caution_list li::before {
  content: "・";
}

#map {
  padding-bottom: 56px;
}
#map .map_img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #map .map_img {
    max-width: 710px;
    margin: 0 auto;
  }
}
#map .map_bub {
  max-width: 305px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #map .map_bub {
    max-width: 667px;
  }
}