/* Scss Document */
/* Scss Document */
.contents {
  width: 1300px;
  margin: 100px auto 0;
  padding: 0; }

@media (max-width: 1400px) {
  .contents {
    width: calc(100% - 80px);
    margin: 100px 40px 0; } }
@media (max-width: 700px) {
  .contents {
    width: calc(100% - 40px);
    margin: 60px 20px 0; } }
.intro {
  margin: 0 0 100px;
  padding: 0;
  text-align: center; }

@media (max-width: 1020px) {
  .intro img {
    width: 100%;
    height: auto; } }
.gallery {
  margin: 0;
  padding: 0; }
  .gallery__title {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0; }
    .gallery__title span {
      padding: 0 0 30px;
      display: inline-block;
      background-image: url("../img/common/bg_hl.jpg");
      background-position: bottom left;
      background-repeat: repeat-x; }
  .gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery__item {
    width: calc((100% - 50px)/2);
    margin: 60px 0 0;
    padding: 0; }
    .gallery__item:nth-of-type(even) {
      margin: 60px 0 0 50px; }
    .gallery__item--image {
      width: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      position: relative; }
      .gallery__item--image::before {
        content: '';
        display: block;
        padding-top: 61.7%;
        background-color: #F3F3F3;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
      .gallery__item--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
        .gallery__item--image span img.photo {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.1s linear; }
        .gallery__item--image span a:hover img.photo {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
      .gallery__item--image img.zoom {
        padding: 8px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(68, 68, 68, 0.5);
        z-index: 2; }
    .gallery__item--title {
      margin: 30px 0 25px;
      font-size: 1.625rem;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 700;
      line-height: 1.0; }
    .gallery__item--txt {
      font-size: 1.125rem; }

@media (max-width: 1400px) {
  .gallery__item {
    width: calc((100% - 40px)/2); }
    .gallery__item:nth-of-type(even) {
      margin: 60px 0 0 40px; } }
@media (max-width: 700px) {
  .gallery__title {
    font-size: 1.5rem; }
  .gallery__item {
    width: calc((100% - 20px)/2); }
    .gallery__item:nth-of-type(even) {
      margin: 60px 0 0 20px; }
    .gallery__item--title {
      margin: 20px 0 15px;
      font-size: 1.25rem; }
    .gallery__item--txt {
      font-size: 1rem; } }
@media (max-width: 500px) {
  .gallery__item {
    width: 100%;
    margin: 40px 0 0; }
    .gallery__item:nth-of-type(even) {
      margin: 40px 0 0; } }
