@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;
}

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

.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;
}

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

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

.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;
}

.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: 30px 0;
}

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

.step-title-svg {
  padding-left: 5px;
}

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

.step-title_hasegawa {
  font-family: Inter;
  font-size: 22px;
  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;
  flex: 1;
  gap: 10px;
}

.second_box {
  display: flex;
  flex: 1;
  gap: 10px;
}

.images_box {
  flex: 1;
}

.pd {
  padding-top: 10px;
}

.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;
}

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

.mapdiv {
  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;
}

.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;
  justify-content: space-between;
}

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

.images_box_img {
  width: 100%;
}

.linkMargin {
  margin-left: 15px;
}

.tearoom-img-area .images_box_img {
  max-height: 326px;
  object-fit: cover;
}

@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;
  }

  .pc {
    display: none;
  }

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

  .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;
  }

  .subtxttitle {
    font-size: 18px;
  }

  .museumcontent {
    padding: 20px 20px;
  }

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

  .txttitle {
    font-size: 24px;
  }

  .step-contents {
    display: block;
  }

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

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

  .tearoom-img-area .images_box_img {
    max-height: none;
  }

  footer {
    padding-top: 8%;
  }

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

  .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;
  }
}
