@charset "UTF-8";
@media screen and (min-width: 1080px) {
  /* ローカルインフォメーション */
  #localInformationWrap.innerContent {
    background-color: #f4f4f4;
    width: 100vw;
    margin: 0;
    padding: .87vw 0 0 24.27vw;
  }

  #localInformation h2 {
    font-size: 1.65vw;
    font-weight: 300;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    transform: scale(1, .7);
    letter-spacing: .01vw;
    margin-bottom: 2.5vw;
  }

  #localInformation h2 img {
    width: 1.9vw;
    margin: 0 .7vw .25vw 0;
    transform: scale(1, 1.42857142857);
  }

  #localInformation .tab {
    margin-top: 2vw;

  }

  #localInformation .tab li {
    height: 1.97vw;
    font-size: 1vw;
    padding: 1vw 1vw;
  }

  #localInformation .tabContent.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1vw;
    margin-top: 4.25vw;
  }

  #localInformation a {
    position: relative;
    display: block;
    margin: 0 0 3.2vw;
  }

  #localInformation a,
  #localInformation a img,
  #localInformation a::before {
    width: 12.4vw;
  }

  #localInformation a img,
  #localInformation a::before {
    height: 8.68vw;
    transition: all .4s;
  }

  #localInformation a::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
  }

  #localInformation a:hover img {
    filter: brightness(.7);
  }

  #localInformation a div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 7.25vw;
    align-content: space-between;
  }

  #localInformation p {
    font-size: .73vw;
    line-height: 1.3vw;
    margin-top: .6vw;
  }

  #localInformation h3 {
    display: flex;
    font-size: .99vw;
    line-height: 1.5vw;
    margin-top: auto;
    padding: 0;
    padding-bottom: .25vw;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
  }

  #localInformation h3 i {
    font-size: .83vw;
  }

  #localInformation .tabContent.active#stay {
    display: block;
  }

  #stay ul.select {
    margin: 4vw 0 2.5vw;
  }

  #stay ul.select li {
    width: 7.71vw;
    height: 2.08vw;
    margin-bottom: 0;
    border-radius: .4vw;
    background-position: 88% 50%;
    transition: all .3s;
  }

  #stay ul.select li:hover {
    background-position: 88% 80%;
  }

  /* #stay ul.select li:active {
    background-image: url(/2026/top/assets/img/bikersStyle/arrowDownBlack.svg);
    background-position: 88% 80%;
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
  }
  #stay ul.select li:active svg *{
    fill: #000;
  } */

  #stay ul.select li a {
    font-size: .83vw;
    margin: 0 0 0 .5vw;
    align-items: start;
    justify-content: center;
  }

  #stay ul.select li a::before {
    content: none;
  }

  #stay .shoplist a::before {
    content: none;
  }


  #stay .region {
    padding: 0;
    height: 2.08vw;
    display: flex;
    align-items: center;
    padding: 0 0 0 1vw;
  }

  #stay .shoplist {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5vw 0 7vw;
    width: 108%;
  }

  #stay .shoplist li {
    border: none;
    width: 33%;
    padding: 0 0 .85vw;
    font-size: .83vw;
    line-height: 1.25vw;
  }

  #contactInformation {
    line-height: 1.25vw;
    margin: 0;
    font-size: .83vw;
  }

  #contactInformation a::before {
    content: none;
  }

  #localInformation {
    width: 51.51vw;
    padding: 0 0 5vw;
    margin: 0 0 0 0;
  }

  #localInformation a {
    display: flex;
    flex-flow: column;
  }

  #contactInformation .tel {
    font-size: 1.2vw;
    padding: 1vw 0;
  }

  #contactInformation .tel a {
    text-decoration: none;
  }

  .timeLineWrap .time::before {
    width: 1.3vw;
  }
}