@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-view-list-button1 {
  width: 150px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
}

.p-contetns-contact:has(+ .p-contents) {
  padding-bottom: 0;
}

/* ご案内 */
.sub_caution {
  max-width: fit-content;
  padding: 20px;
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
  font-size: 16px;
}

@media not screen and (min-width: 768px) {
  .sub_caution {
    margin-top: 32px;
  }
}

/* ナビゲーション上書き */
@media screen and (min-width: 769px) {
  .contentPageLink {
    flex-wrap: wrap;
  }

  .contentPageLink li {
    width: 300px;
  }

  .contentPageLink li a {
    height: 100%;
    padding-inline: 16px;
  }
}