@charset "utf-8";
/* CSS Document */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  p,
  #contents h3,
  #urabandai_lake_resort strong {
    line-height: 2.72rem;
    font-size: 1.6rem;
  }
  #contents h2 {
    padding-bottom: 10px;
    background-size: 5px 22px;
    padding-left: 15px;
  }
  table {
    width: 100%;
  }
  #preferential_lnav {
    background-color: #f6f6f6;
    padding: 30px 20px;
  }
  #preferential_lnav li {
    margin-right: 0;
  }
  #preferential_lnav li a {
    color: inherit;
    line-height: 2.1rem;
    /* text-indent: -1em; */
    padding-left: 1em;
  }
  #contents h3 {
    padding: 15px;
  }
  #contents .list ul {
    flex-direction: column;
  }
  #contents .list li {
    width: 100%;
    margin-bottom: 15px;
  }
  #contents .list li a {
    color: inherit;
  }
  #contents .hotel tr td span {
    font-size: 1.6rem;
  }
  #contents .hotel tr td img {
    width: 93%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .taisho {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .taisho div {
    width: 45%;
    margin-bottom: 30px;
  }
  .taisho div:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .taisho div:nth-child(3) img {
    width: 45%;
  }
}
