/*! Writen  by SCSS */
div.container {
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    div.container {
      padding: 40px 0; } }

.pinch_box {
  display: none; }
  @media screen and (max-width: 480px) {
    .pinch_box {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      font-size: 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      margin-bottom: 20px;
      border-bottom: 2px solid; }
      .pinch_box .icon {
        width: 20px;
        margin-right: 5px; }
      .pinch_box::after {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid currentColor;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 0; } }

.map_ttl {
  text-align: center;
  margin-bottom: clamp(40px, 5%, 60px); }
  .map_ttl .border_wrap {
    display: block;
    width: 100%;
    position: relative; }
    .map_ttl .border_wrap::before {
      position: absolute;
      inset: 0;
      margin: auto;
      z-index: 1;
      background: #000;
      height: 1px; }
  .map_ttl .bg {
    display: inline-block;
    line-height: 0;
    padding: 10px 30px;
    background: #fff;
    position: relative;
    z-index: 2;
    font-size: clamp(20px, 2.5vw, 30px); }
  .map_ttl .ja {
    display: block;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-top: 0.5em;
    font-size: clamp(16px, 2vw, 24px); }

.map_img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .map_img figure {
      overflow-x: scroll; }
    .map_img img {
      max-width: none;
      width: 600px;
      max-width: 600px; } }
  .map_img::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
    border: 1px solid #000;
    pointer-events: none; }

.map_img2 {
  max-width: 610px;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  position: relative; }
  .map_img2::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
    border: 1px solid #000;
    pointer-events: none; }

.button_wrap {
  margin-top: clamp(50px, 6.67%, 80px);
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .button_wrap {
      max-width: 316px;
      width: 80%;
      font-size: 15px;
      display: block; } }
  .button_wrap .item {
    width: 46.14%; }
    @media screen and (max-width: 480px) {
      .button_wrap .item {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .button_wrap .item.item_print {
        display: none; } }
    .button_wrap .item a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0.83em 0.5em;
      color: #fff;
      background: #000;
      transition: opacity 0.3s ease-in-out; }
      .button_wrap .item a .icon {
        width: 2.11em;
        text-align: center;
        margin-right: 0.55em; }
      .button_wrap .item a::after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        right: 0.55em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 9px;
        border-color: transparent transparent transparent #fff; }
      @media (hover: hover) {
        .button_wrap .item a:hover {
          opacity: 0.7; } }

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

  div.header ul.headnavi,
  nav.gnavi_wrap,
  .button_wrap {
    display: none !important; }

  header {
    position: static;
    transform: none !important;
    height: 60px; }

  div.header {
    display: flex;
    justify-content: center;
    align-items: center; }
    div.header .logo {
      position: static;
      height: 100%; }

  div.container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .map_img {
    max-width: 80%;
    margin: 0 auto 15px; }

  .map_img2 {
    max-width: 50%;
    margin: 0 auto; } }

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