@charset "UTF-8";

  main {
    flex-grow: 0;
  }
  .info {
    margin-top: 100px;
    margin-bottom: 0;
    background-image: none;
  }
  .info__wrapper .top_image{
    height: 20rem;
    background-image: url(../img/operator.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .shop_information h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 3em 0 1rem;
  }
  .shop_information table {
    margin: 0 auto;
  }
  .shop_information table th {
    width: 15rem;
    padding: 0.6rem 0.5rem;
    height: 3rem;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    vertical-align: middle;
  }
  .shop_information table td {
    width: 30rem;
    vertical-align: middle;
    padding: 0.6rem 0.5rem;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
  }
  .shop_information table td span {
    display: block;
    font-size: 0.8rem;
    color: #f89a19;
  }
  .tri-upper--downward-white::after {
    background-image: none;
  }
  .js-contact {
    opacity: 1;
  }
  .contact {
    display: block;
    width: 14.5rem;
    position: relative;
    bottom: -0.5rem;
    left: calc(100% - 14.5rem - 49px);
    z-index: 1;
  }
  .contact img {
    width: 100%;
    height: 100%;
    aspect-ratio: 232/101;
    -o-object-fit: cover;
       object-fit: cover;
  }

@media screen and (max-width: 767px) {

  .shop_information table{
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }

  .shop_information table th {
    width: 12rem;
  }

  .shop_information table td span {
    font-size: 1.25rem;
  }

  .contact {
    margin-top: 2.5rem;
    width: 37.5rem;
    left: 50%;
    bottom: 0.1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .contact img {
    width: 100%;
    height: 100%;
    aspect-ratio: 600/247;
    -o-object-fit: cover;
       object-fit: cover;
  }
}