/*! Writen  by SCSS */
.sec01 {
  padding-top: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 0; } }
  .sec01 .inner {
    max-width: 1000px; }
  .sec01 .map_image {
    position: relative;
    line-height: 0; }
    .sec01 .map_image::after {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      border: 1px solid #ccc; }
  .sec01 .map_button_wrap {
    display: flex;
    justify-content: center;
    gap: 0 4%;
    font-size: clamp(12px, 1.53vw, 16px);
    font-weight: 500;
    margin-top: clamp(40px, 5%, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .map_button_wrap {
        margin-bottom: 25px;
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        gap: 15px 0; } }
    .sec01 .map_button_wrap .item {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .sec01 .map_button_wrap .item {
          width: 80%;
          height: 3.12em; } }
      .sec01 .map_button_wrap .item a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        transition: opacity 0.3s ease-in-out;
        gap: 1.25em;
        border: 1px solid #1d4763;
        padding: 0.62em 0.2em; }
        @media (hover: hover) {
          .sec01 .map_button_wrap .item a:hover {
            opacity: 0.7; } }
        .sec01 .map_button_wrap .item a .icon {
          width: 1.25em; }
        .sec01 .map_button_wrap .item a .text {
          letter-spacing: 0.1em; }
      .sec01 .map_button_wrap .item.item_google a {
        color: #1d4763; }
      .sec01 .map_button_wrap .item.item_print a {
        color: #fff;
        background: #1d4763; }

.gallery_map_wrap {
  margin-bottom: clamp(60px, 8.34%, 100px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .gallery_map_wrap .map_head {
    font-size: clamp(16px, 2.85vw, 24px);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0.33em 0.2em;
    color: #fff;
    background: #1d4763;
    margin-bottom: 0.7em; }
  .gallery_map_wrap .map_button {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(12px, 3.63vw, 16px);
    margin-top: 30px; }
    .gallery_map_wrap .map_button a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      transition: opacity 0.3s ease-in-out;
      color: #1d4763;
      gap: 1.25em;
      border: 1px solid #1d4763;
      padding: 0.62em 0.2em; }
      @media (hover: hover) {
        .gallery_map_wrap .map_button a:hover {
          opacity: 0.7; } }
      .gallery_map_wrap .map_button a .icon {
        width: 1.25em; }
      .gallery_map_wrap .map_button a .text {
        letter-spacing: 0.1em; }

@media print {
  .wrap {
    padding-top: 0; }

  div.header ul.headnavi,
  .navi_outer,
  .cv_button_wrap,
  .sec01 .map_button_wrap {
    display: none !important; }

  header,
  .scrolled header {
    height: 50px;
    position: static; }

  div.header .logo {
    width: 300px; }

  .section_cont {
    padding: 30px 0; } }

/*# sourceMappingURL=map.css.map */
