.p-museum--pd0 {
  padding: 0 !important;
}

.p-museum--pb130 {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-museum--pb130 {
    padding-bottom: 18.25293vw;
  }
}

.p-museum__secContents .l-container:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1028px) {
  .p-museum__secContents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-museum__secContents {
    padding: 0;
  }
}

.p-museum__link {
  text-decoration: underline;
}

.p-museum__link:hover {
  text-decoration: none;
}

.p-museum__buttonWrap {
  max-width: 60rem;
  text-align: center;
}

.p-museum__buttonWrap a {
  color: #fff;
}

.p-museum__button {
  font-size: 2rem;
  border-radius: 3px;
  background: #3d3d3d;
  color: #fff;
  padding: 1rem 0;
  transition: .3s;
  border: 1px solid #3d3d3d;
}

.p-museum__button:hover {
  color: #3d3d3d;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-museum__button:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-museum__button {
    width: 100%;
    font-size: 2.08605vw;
    padding: 1rem;
  }
}

.p-museum__mainImgArea {
  position: relative;
}

.p-museum__mainImgArea .l-container {
  margin-top: 0;
}

@media screen and (max-width: 1028px) {
  .p-museum__mainImgArea .l-container {
    padding: 0 1rem;
  }
}

.p-museum__mainImgArea .p-breadCrumb {
  padding: 1.3rem 0;
}

@media screen and (max-width: 767px) {
  .p-museum__mainImgArea .p-breadCrumb {
    padding: 1rem 0;
  }
}

.p-museum__mainImg {
  background-image: url(/museum/img/museum_main.jpg);
  min-height: 300px;
}

.p-museum__mainImgTxt {
  padding: 2rem 2rem 2rem 0;
  background-color: #fff;
  line-height: 1.4;
  left: auto;
}

@media screen and (max-width: 1028px) {
  .p-museum__mainImgTxt {
    padding: 2rem 1rem 2rem 1rem !important;
  }
}

.p-museum__text--indent {
  margin-left: 1em;
}

.p-museum__infoTitle {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.5rem 3rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-museum__infoTitle {
    font-size: 3.91134vw;
  }
}

.p-museum__map {
  width: 100%;
  height: 489px;
}

@media screen and (max-width: 767px) {
  .p-museum__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
}

.p-museum__map iframe {
  width: 100%;
  height: 489px;
}

@media screen and (max-width: 767px) {
  .p-museum__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-museum__mapCanvas {
  width: 100%;
  height: 489px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .p-museum__mapCanvas {
    width: 100%;
  }
}

.p-museum__tableFont--bold {
  font-weight: bold;
  padding-bottom: 2rem;
}

.p-museum--museumAddress {
  max-width: 60rem;
  border: 1px solid #444;
  padding-top: 2rem;
  text-align: center;
}

.p-museum--museumAddress address {
  font-style: normal;
}

.p-museum--museumAddress .p-museum__linkTel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-museum--museumAddress .p-museum__linkTel {
    pointer-events: auto;
  }
}

.p-museum--textRed {
  color: red;
}

.p-museum__textBg {
  padding: 2rem;
  background: #f5f5f5;
  font-style: normal;
}

.p-museum_tableFont {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-museum_tableFont {
    font-size: 2.08605vw;
  }
}

@media screen and (min-width: 767px) {
  .p-museum__tableList table {
    width: 60rem;
  }
}

.p-msmDetail__innerWrap {
  padding: 3rem;
}
