@charset "utf-8";

body {
  font-family: "Yu Gothic Medium", "遊ゴシック Midium", Yu Gothic,
    "遊ゴシック体", "ヒラギノ角ゴ pro W3", sans-serif;
  line-height: 1.7;
  color: #432;
  margin-right: 0;
}

/*ヘッダー*/

.navbar {
  padding: 20px;
}

.navbar-nav {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

.navbar-nav li {
  padding: 0 5px;
}

.top {
  background-color: rgb(230, 230, 230);
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.logo {
  display: block;
  max-width: 97%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}

.art_photo {
  margin: 0 auto;
}

.art_photo img {
  margin-right: 10px;
}

.concept {
  font-size: 12px;
  line-height: 200%;
  margin-top: 100px;
  line-height: 30px;
}

/*コンテンツ*/

.title {
  padding-top: 150px;
  padding-bottom: 100px;
  width: 450px;
}
.container {
  padding: 0 50px;
}

.title_word {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.contents_img {
  width: 600px;
}

.works_contents {
  padding-top: 50px;
}

.contents_text {
  font-size: 13px;
  padding-top: 20px;
}

.flow {
  padding-top: 50px;
}

.caption {
  font-size: 11px;
  margin-top: 20px;
}

.digi {
  width: 100px;
}

/*キュレーター*/

.container-fluid {
  padding: 0;
}

.parallax_content {
  margin-top: 200px;
  background-size: 100%;
  background-attachment: fixed;
}

.koyama {
  background-image: url("../image/koyama_back.jpg");
}

.onishi {
  background-image: url("../image/onishi_back.jpg");
}

.atsukawa {
  background-image: url("../image/atsukawa_back.jpg");
}

.imoto {
  background-image: url("../image/imoto_back.jpg");
}

.title_white {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 450px;
}

.curator_name {
  font-family: "Sawarabi Mincho";
  letter-spacing: 3px;
  font-size: 35px;
  color: white;
}

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

@media (min-width: 768px) {
  .curator_name {
    letter-spacing: 10px;
    font-size: 40px;
  }
  .concept {
    font-size: 16px;
    line-height: 50px;
  }
}

.roma_name {
  color: tan;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
}

.gallery_name {
  color: white;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.profile {
  width: 720px;
  margin: 0 auto;
}

.profile_photo {
  width: 220px;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.profile_title {
  color: white;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.gallery_text {
  font-size: 12px;
  color: white;
}

.profile_text {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 11px;
  color: white;
  /* letter-spacing: 1px; */
}

.gallery_title {
  width: 600px;
}

.arrow {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 80px;
}

.gallery_art {
  width: 600px;
  margin: 0 auto;
}
.show {
  margin-right: 5px;
}

.footer {
  border-top: solid 2px #80808033;
}

.info_text {
  padding-top: 1px;
  font-size: 20px;
  color: gray;
}

.contact_btn {
  font-size: 15px;
}

.footer a:hover {
  background-color: rgb(230, 230, 230);
}

.footer a {
  transition-property: background-color;
  transition-duration: 1s;
  font-size: 15px;
  text-decoration: none;
  color: gray;
  font-family: "Roboto Condensed", sans-serif;
}

.copyright {
  text-align: center;
  font-size: 80%;
}

@media (min-width: 992px) {
  nav li:not(:last-child) {
    border-right: solid 1px #ccc;
  }

  footer a:not(:last-child) {
    border-right: solid 1px #ccc;
  }
}

.show {
  margin: 0;
}
