/*! Writen  by SCSS */
.map_area {
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .map_area {
      margin-bottom: 80px; } }

.map {
  margin-bottom: clamp(30px, 6.667vw, 80px); }

.map_button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 0 30px; }
  @media screen and (max-width: 480px) {
    .map_button {
      width: 80%;
      margin: 0 auto; } }
  .map_button .item {
    flex-grow: 1;
    width: 31.67%;
    max-width: 380px;
    display: block; }
    .map_button .item a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.8em 0.5em;
      font-size: 14px;
      border: 1px solid #2e2f32;
      gap: 0 0.8em;
      font-size: 18px;
      transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
      position: relative; }
      @media screen and (max-width: 480px) {
        .map_button .item a {
          font-size: 14px; } }
      .map_button .item a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-right: 1px solid;
        pointer-events: none;
        position: absolute;
        right: 20px;
        transform: rotate(45deg); }
      .map_button .item a .icon {
        width: 18px;
        fill: #fff;
        transition: fill 0.3s ease-in-out;
        line-height: 0; }
      @media (hover: hover) {
        .map_button .item a:hover {
          background: #fff;
          color: #333; }
          .map_button .item a:hover .icon {
            fill: #333; } }
    @media screen and (max-width: 480px) {
      .map_button .item.item_print {
        display: none; } }

@media print {
  .gnavi_wrap,
  .map_button {
    display: none; } }

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