/** art **/
.art .title-section-sub {
  margin-bottom: 30px;
}

.art .g-contents {
  font-size: 14px;
  font-size: 0.875rem;
}

.art .head-lead {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.93;
}

.art .head-lead h2 {
  margin: 0 0 1.2em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.art-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.art-container .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% / 3 - 14px);
  margin: 20px 21px 0 0;
  position: relative;
}

.art-container .item:nth-child(3n) {
  margin-right: 0;
}

.art-container .item img {
  width: 100%;
}

.click-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 17px;
  height: 17px;
  background: #00495b;
}

.click-icon:before, .click-icon:after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.click-icon:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.click-icon:after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.modals {
  display: none;
}

.vbox-inline {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-width: 940px;
  width: calc(100% - 20px);
}

.vbox-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1040px;
  width: 100%;
  height: 70px;
  margin: auto;
  z-index: 1045;
}

.vbox-navigation .vbox-next, .vbox-navigation .vbox-prev {
  position: absolute;
  margin: auto;
  height: 70px;
  width: 30px;
  margin-top: -35px;
  background-color: #00495b;
}

.vbox-navigation .vbox-next span, .vbox-navigation .vbox-prev span {
  top: 50%;
  margin-top: -10px;
}

.vbox-navigation .vbox-next {
  right: 0;
}

.vbox-navigation .vbox-prev {
  left: 0;
}

.vbox-close {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -490px;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 1px;
  background: #eef2f3;
  color: #00495b;
  font-size: 0;
}

.vbox-close:before, .vbox-close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #00495b;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -8px;
}

.vbox-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.vbox-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.art-box {
  position: relative;
  padding: 30px 27px 30px 30px;
}

.art-box .title {
  margin: 0 0 30px;
  padding-bottom: 0.5em;
  color: #00495b;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #a3a3a3;
}

.art-inner:after {
  content: " ";
  display: table;
  clear: both;
}

.art-inner .image-box {
  float: left;
  width: 500px;
  max-width: 57%;
  margin-bottom: 30px;
}

.art-inner .image-box .data-btm {
  background: #eef2f3;
  height: 5.7em;
  padding: 0.7em 0.9em;
  font-size: 12px;
  font-size: 0.75rem;
}

.art-inner .text-box {
  float: right;
  width: 345px;
  max-width: 40%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.93;
}

.art-inner .text-box small {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.art-inner .text-box .map-image {
  text-align: center;
}

.artist-text {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}

.artist {
  clear: both;
  border-top: 1px solid #a3a3a3;
  padding-top: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}

.artist.-short {
  clear: left;
  width: 500px;
  max-width: 57%;
}

.artist .avator {
  float: left;
  margin: 0 20px 10px 0;
}

.artist .artist-data p {
  margin: 0;
}

.artist .artist-data .name {
  margin: 0 0 0.8em;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.artist .artist-data .name .name-en {
  display: inline-block;
  margin-left: 1em;
}

.artist .artist-data table {
  margin: 0;
}

.artist .artist-data table th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (max-height: 680px) {
  /* PC */
}

@media screen and (max-width: 990px) {
  /* tablet */
  .vbox-close {
    right: 10px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .art .title-section-sub {
    margin-bottom: 15px;
  }
  .art .g-contents {
    font-size: 0.75rem;
  }
  .art .head-lead {
    text-align: left;
    line-height: 1.6;
  }
  .art .head-lead h2 {
    margin-bottom: 0.8em;
    font-size: 1.125rem;
  }
  .art-container .item {
    width: calc(50% - 8px);
    margin: 16px 0 0 16px;
  }
  .art-container .item:nth-child(odd) {
    margin-left: 0;
  }
  .vbox-next, .vbox-prev {
    height: 60px;
    width: 25px;
    margin-top: -30px;
  }
  .art-box {
    padding: 20px;
  }
  .art-box .title {
    margin: 0 0 30px;
    padding-bottom: 0.5em;
    font-size: 1rem;
  }
  .art-inner .image-box {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .art-inner .image-box img {
    width: 100%;
  }
  .art-inner .image-box .data-btm {
    height: auto;
    padding: 1em;
    font-size: 0.625rem;
  }
  .art-inner .text-box {
    float: none;
    width: 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .art-inner .text-box small {
    font-size: 0.625rem;
  }
  .artist {
    padding-top: 20px;
    margin-top: 15px;
    font-size: 0.625rem;
  }
  .artist.-short {
    width: 100%;
    max-width: 100%;
  }
  .artist .avator {
    max-width: 35%;
    margin-right: 15px;
  }
  .artist .name {
    font-size: 0.875rem;
  }
}
