/* CSS Document */
.contents_wrap {
  /*---------------------------------------------
    ANIMATION
  ---------------------------------------------*/
  /*---------------------------------------------
    BUTTON
  ---------------------------------------------*/
  /*---------------------------------------------
    MAP
  ---------------------------------------------*/
  /*---------------------------------------------
    GALLERY
  ---------------------------------------------*/ }
  .contents_wrap a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .contents_wrap a.google_link,
  .contents_wrap a.gallery_link {
    width: 500px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    background-image: url("img/arw.png");
    background-position: 95% center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9); }
  .contents_wrap a.google_link:hover,
  .contents_wrap a.gallery_link:hover {
    opacity: 0.7; }
  .contents_wrap a.google_link span,
  .contents_wrap a.gallery_link span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative; }
  .contents_wrap .map {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 130px 0 100px 0; }
  .contents_wrap .map h2 {
    padding: 0 0 50px 0;
    font-size: 32px;
    text-align: center; }
  .contents_wrap .map > figure {
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    padding: 0;
    line-height: 0; }
  .contents_wrap .map > figure figcaption {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2.5em;
    display: block;
    text-align: right; }
  .contents_wrap .map a.google_link {
    background-color: rgba(167, 167, 191, 0.3); }
  .contents_wrap .gallery {
    width: 100%;
    height: auto;
    padding: 100px 0 120px 0;
    background: #181878; }
  .contents_wrap .gallery h3 {
    padding: 0 0 60px 0;
    font-size: 32px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff; }
  .contents_wrap .gallery h3 span {
    display: block;
    padding: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: 0.15em; }
  .contents_wrap .gallery > figure {
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    color: #fff;
    text-align: center; }
  .contents_wrap .gallery > figure figcaption {
    display: block;
    padding: 20px 0 0 0;
    font-size: 20px;
    letter-spacing: 0.08em; }
  .contents_wrap .gallery > figure figcaption small {
    display: block;
    padding: 10px 0 0 0;
    font-size: 14px; }
  .contents_wrap .gallery br.sp {
    display: none; }
  @media only screen and (max-width: 768px) {
    .contents_wrap {
      /*---------------------------------------------
        BUTTON
      ---------------------------------------------*/
      /*---------------------------------------------
        MAP
      ---------------------------------------------*/
      /*---------------------------------------------
        GALLERY
      ---------------------------------------------*/ }
      .contents_wrap a.google_link,
      .contents_wrap a.gallery_link {
        width: 90%;
        height: 60px;
        margin: 0 auto 10px auto;
        background-size: 15px;
        background-position: 98% center; }
      .contents_wrap a.google_link:hover,
      .contents_wrap a.gallery_link:hover {
        opacity: 1.0; }
      .contents_wrap a.google_link span,
      .contents_wrap a.gallery_link span {
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.3em; }
      .contents_wrap .map {
        padding: 40px 0; }
      .contents_wrap .map h2 {
        padding: 0 0 20px 0;
        font-size: 18px; }
      .contents_wrap .map > figure {
        margin: 0 0 20px 0; }
      .contents_wrap .map > figure figcaption {
        font-size: 10px; }
      .contents_wrap .gallery {
        padding: 40px 0; }
      .contents_wrap .gallery h3 {
        padding: 0 0 20px 0;
        font-size: 18px;
        letter-spacing: 0.08em; }
      .contents_wrap .gallery h3 span {
        padding: 0 0 5px 0;
        font-size: 13px; }
      .contents_wrap .gallery > figure {
        margin: 0 auto 20px auto; }
      .contents_wrap .gallery > figure figcaption {
        padding: 20px 0 0 0;
        font-size: 16px; }
      .contents_wrap .gallery > figure figcaption small {
        padding: 5px 0 0 0;
        font-size: 12px; }
      .contents_wrap .gallery br.sp {
        display: inline; } }

/*# sourceMappingURL=design.css.map */
