@import url("https://fonts.cdnfonts.com/css/renner");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

.James_Header {
  margin-bottom: 2%;
}

a {
  color: white;
}

.caption {
  font-size: 14px;
  text-align: center;
  padding-top: 5%;
}

.imazukeititle {
  display: flex;
  justify-content: flex-end;
  background-color: white;
  margin-top: 20px;
}

.hero {
  width: 55%;
  /* height: 350px; */
}

.titlep {
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 5%;
  color: #c2ba6d;
  font-weight: bold;
  font-size: 3.5vw;
}

.subtitle {
  font-size: 52px;
  font-weight: 700;
  font-family: Inter;
  line-height: 60px;
  padding-left: 50px;
}

.closedTxt {
  color: #ff567b;
}

.pcentitlep {
  font-size: 3vw;
}

.spentitlep {
  display: none;
}

.titlep p {
  text-align: right; /* テキストを右揃え */
}

.sptitle {
  display: none;
}

.black {
  background-color: black;
  color: white;
  padding-top: 0;
  padding-right: 100px;
  padding-bottom: 0;
  padding-left: 100px;
}

.section_padding {
  padding: 0 100px;
  padding-bottom: 100px;
  background-color: black;
  color: white;
}

.top_padding {
  padding-top: 100px;
}

.floor_content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  gap: 60px;
}

.white {
  background-color: white;
  color: black;
  padding: 0 100px;
}

.txttitle {
  font-size: 48px;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0;
}

.postar {
  display: flex;
  justify-content: center;
}

.postar img {
  margin-bottom: 40px;
}

.museumcontent {
  padding: 40px 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.museumtxt {
  letter-spacing: 1px;
  font-size: 16px;
}

#gold {
  color: #c2ba6d;
}

.subtxttitle {
  color: #7c7c7c;
  font-size: 22px;
  font-weight: bold;
}

.enable {
  font-size: 13px;
}

#area-1 {
  text-align: center;
  padding: 0px 100px;
  margin: auto;
}

#area-1 .text {
  display: table;
  margin: 0 auto;
  text-align: left;
}

/* START オープニング展 */
.step-txttitle {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
}

.step-wrap-contents {
  gap: 24px;
  opacity: 0px;
}

.exhibition-title {
  font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  padding-bottom: 30px;
}

.step-title {
  font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

.step-title_ueshima {
  font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  padding-bottom: 30px;
}

.step-catch-copy {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #c2ba6d;
}

.step-contents {
  /* display: flex; */
  width: 100%;
}

.step-left-contents {
  opacity: 0px;
  padding-right: 10px;
  padding-bottom: 25px;
}
.step-right-contents {
  display: flex;
  gap: 10px;
}
.fast_box {
  display: flex;
  gap: 10px;
}
.second_box {
  display: flex;
  gap: 10px;
}
/* .images_box{
  width: 40%;
} */
.images_box_img {
  width: 80%;
}

.step-auther {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #b7b7b7;
}

.step-auther a {
  text-decoration-line: none;
  color: #b7b7b7;
}

.step-auther p {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.step-auther-title {
  font-size: 16px;
  padding-top: 20px;
  color: #c2ba6d;
}

.floorp {
  font-size: 20px;
}

/* END オープニング展 */

.contact-wrap {
  margin-top: 40px;
  text-align: center;
}

.contact-title {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  letter-spacing: 0.05em;
  color: white;
}

.contact-btn {
  background-color: black;
  border: 1px solid #ffffff;
  color: white;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.description {
  margin-bottom: 30px;
}

.btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mapdiv {
  text-align: center;
}

.gallerydiv {
  text-align: center;
}

.map-btn {
  display: inline-block; /* これでwidthが適用されるようになる */
  width: 170px;
  background-color: black;
  border: 1px solid #ffffff;
  color: white;
  padding: 10px 0;
  margin: 0 10px;
  text-decoration: none;
}

.svg {
  padding-left: 5px;
}

footer {
  padding-top: 5%;
  text-align: center;
  width: auto;
}

.sp {
  display: none;
}

.catch {
  background-color: white;
  width: 100%;
  min-height: 350px;
  height: 370px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.catch_title {
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 5%;
  color: #c2ba6d;
  font-weight: bold;
  font-size: 45px;
  text-align: right;
}

.catch_img {
  width: auto;
  height: 350px;
  margin-top: 7px;
}
.step-right-contents {
  display: flex;
}

.images_text {
  font-size: 13px;
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.781);
}

.images_box_img {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .catch {
    display: block;
    width: 100%;
    height: 100%;
  }

  .catch_title {
    font-size: 30px;
    margin: 0;
    padding: 20px 20px 20px 0;
  }

  .catch_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sptitle {
    display: block;
  }

  .pctitle {
    display: none;
  }

  .imazukeititle {
    display: block;
    background-color: black;
    margin-top: 20px;
  }

  .hero {
    width: 100%;
  }

  .titlep {
    background-color: white;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-right: 25px;
    font-size: 25px;
  }

  .subtitle {
    padding-left: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1.1;
  }

  .break_word {
    display: block;
  }

  .pcentitlep {
    display: none;
  }

  .spentitlep {
    display: block;
    font-size: 25px;
  }

  .titlep p {
    text-align: right; /* テキストを右揃え */
  }

  .caption {
    font-size: 10px;
    text-align: center;
    padding-top: 10%;
  }

  .black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-btn {
    width: 120px;
  }

  .section_padding {
    padding: 0 20px;
    padding-bottom: 50px;
  }

  .top_padding {
    padding-top: 50px;
  }

  .white {
    padding: 0 20px;
  }

  #area-1 {
    padding: 20px 20px;
  }

  .subtxttitle {
    font-size: 18px;
  }

  .postar img {
    width: 100%;
  }

  .museumcontent {
    padding: 20px 20px;
  }

  .museumtxt {
    letter-spacing: 0.5px;
    font-size: 13px;
  }

  .gallerydiv {
    padding-top: 20px;
  }

  .txttitle {
    font-size: 24px;
  }

  .step-contents {
    display: block;
  }

  .step-right-contents {
    text-align: center;
  }

  .step-right-contents img {
    width: 100%;
    height: auto;
  }

  footer {
    padding-top: 8%;
  }

  .exhibition-title {
    font-size: 28px;
  }

  .step-title_ueshima {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .step-right-contents {
    display: flex;
    flex-direction: column;
  }
  .fast_box {
    display: flex;
    gap: 10px;
  }
  .second_box {
    display: flex;
    gap: 10px;
  }
  .images_box {
    padding-bottom: 10px;
  }
  .images_text {
    margin: 0;
    color: rgba(255, 255, 255, 0.781);
    font-size: 13px;
    text-align: left;
  }
}
