@charset "UTF-8";
/* MUSEUM */
.museum__mainvisual {
  padding: 18px 15px;
  font-size: 35px;
  text-align: center;
}

.museum__mainvisual img {
  max-width: 125px;
}

.museum__head {
  margin: 0 auto;
  padding: 14px 15px 0;
  width: 100%;
  max-width: 1010px;
  position: relative;
  z-index: 1;
}

.museum__head .sub {
  margin-bottom: 0;
  color: #1f2e55;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.museum__head .title {
  margin-bottom: 7px;
  color: #303741;
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}

.museum__head .leadTxt {
  margin-bottom: 20px;
  color: #303741;
  font-size: 12px;
  text-align: center;
}

.museum__head figure {
  margin: 0 -105px 13px;
}

.museum__head .linkButtons .row {
  margin: 0 -3px;
}

.museum__head .linkButtons .row > div {
  padding: 0 3px;
}

.museum__head .linkButtons a {
  display: block;
  position: relative;
}

.museum__head .linkButtons span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  width: 100%;
  height: 65px;
  color: #0b439a;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #0b439a;
  border-radius: 7px;
  position: relative;
}

.museum__head .linkButtons span::after {
  content: "▼";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(-90deg);
}

.museum__head .linkButtons a.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  border-top: 2px solid #0b439a;
  border-right: 2px solid #0b439a;
  border-left: 2px solid #0b439a;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
}

.museum__head .linkButtons a.current span {
  color: #fff;
  background-color: #0b439a;
  border-radius: 7px 7px 0 0;
}

.museum__head .linkButtons a.current span::after {
  transform: translateX(-50%) rotate(0);
}

.museum__body {
  margin-top: 12px;
  padding: 0 15px 50px;
  position: relative;
  z-index: 0;
}

.museum__body .inner {
  padding: 20px 7px;
  max-width: 980px;
  border: 2px solid #0b439a;
}

.museum__body h2 {
  margin-bottom: 5px;
  color: #0b439a;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}

.museum__body .leadTxt {
  color: #303741;
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
}

.museum__body .credit {
  margin-top: 5px;
  text-align: center;
}

.museum__body .ph-main {
  margin-top: 24px;
  position: relative;
}

.museum__body .ph-main .overTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.museum__body .ph-main .overTxt img {
  margin: 0;
  width: 45%;
}

.museum__body .googlemap {
  margin-top: 5px;
  width: 100%;
  height: 150px;
}

.museum__body .googlemap iframe {
  width: 100%;
  height: 100%;
}

.museum__body .address {
  margin-top: 10px;
}

.museum__body .address .addr {
  color: #303741;
  font-size: 11px;
  line-height: 1.9;
}

.museum__body .address .note {
  color: #303741;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .museum__mainvisual {
    margin-bottom: 48px;
    padding: 10px 15px;
  }
  .museum__mainvisual img {
    max-width: 250px;
  }
  .museum__head .sub {
    font-size: 16px;
  }
  .museum__head .title {
    margin-bottom: 18px;
    font-size: 36px;
  }
  .museum__head .leadTxt {
    margin-bottom: 46px;
    font-size: 14px;
    line-height: 1.9;
  }
  .museum__head figure {
    margin: 0 0 56px;
  }
  .museum__head .linkButtons {
    position: relative;
  }
  .museum__head .linkButtons .row {
    margin: 0 -6px;
  }
  .museum__head .linkButtons .row > div {
    padding: 0 6px;
  }
  .museum__head .linkButtons a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .museum__head .linkButtons a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.6s;
  }
  .museum__head .linkButtons a:hover {
    opacity: 1;
  }
  .museum__head .linkButtons a:hover::before {
    visibility: hidden;
    opacity: 0;
  }
  .museum__head .linkButtons a:hover img {
    opacity: 1;
  }
  .museum__head .linkButtons a img {
    width: 100%;
    height: 100%;
  }
  .museum__head .linkButtons a span {
    background: none;
    border: 0;
  }
  .museum__head .linkButtons a span::after {
    content: none;
  }
  .museum__head .linkButtons span.overTxt {
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .museum__head .linkButtons span.overTxt img {
    margin: 0;
    width: 65%;
    height: auto;
  }
  .museum__head .linkButtons a.current {
    pointer-events: none;
  }
  .museum__head .linkButtons a.current::before {
    content: none;
  }
  .museum__head .linkButtons a.current::after {
    height: 18px;
  }
  .museum__head .linkButtons a.current span {
    background: none;
    border: 0;
  }
  .museum__head .linkButtons a.current span::after {
    content: none;
  }
  .museum__body {
    margin-top: 16px;
    padding: 0 15px 100px;
  }
  .museum__body .inner {
    padding: 44px 26px 32px;
  }
  .museum__body h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .museum__body .leadTxt {
    font-size: 16px;
    line-height: 1.9;
  }
  .museum__body .credit {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
  .museum__body .ph-main {
    margin-top: 10px;
  }
  .museum__body .ph-main .overTxt img {
    width: 32%;
  }
  .museum__body .googlemap {
    margin-top: 18px;
    height: 325px;
  }
  .museum__body .address {
    margin-top: 26px;
    padding: 0 10px;
  }
  .museum__body .address .addr {
    font-size: 14px;
  }
  .museum__body .address .note {
    font-size: 17px;
  }
}
