body {
  margin: 0 auto;
  line-height: 1;
}

img {
  width: 100%;
}

ol,
ul,
li {
  list-style: none;
}

ul,
p {
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.p-tabs__content {
  margin-top: 40px;
}
.p-tabs__content .p-accordion:first-of-type .p-accordion__btn {
  border-top: 1px solid var(--color-border);
}
.p-accordion {
  margin: 0;
}

/* PC・SP切替用 */
.pc {
  display: none;
}
.sp {
  display: block;
}

.mv .mvText {
  padding-top: 34px;
  line-height: 1.5;
  letter-spacing: -1.2px;
}

/* チャットでお問い合わせ削除 */
#chatpluscontent {
  display: none;
}

/* 検索 */
.search_container {
  max-width: 500px;
  margin: 40px auto 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #000;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.search_container::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/assets/images/about/search.png) no-repeat center center /
    auto 100%;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 12px;
}
.search_container input[type="text"] {
  border: none;
  font-size: var(--12px);
  width: 85%;
  padding: 12px 0 12px 40px;
}
.search_container input[type="text"]::placeholder {
  color: #999;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_btn {
  cursor: pointer;
  border: none;
  background: #000;
  color: #fff;
  position: absolute;
  width: 63px;
  height: 100%;
  right: 0;
  top: 0;
  outline: none;
  font-size: var(--12px);
}

/* 検索結果 */
.search_result {
  margin: 40px auto 0;
  display: none;
}
.search_result .p-accordion:first-of-type {
  border-top: 1px solid var(--color-border);
}
.search_note {
  display: none;
  margin-top: 20px;
  text-align: center;
}
.search_result_btn {
  margin-top: 40px;
  text-align: center;
}
.search_result_btn .c-button-main__icon {
  transform: translateY(-50%) rotate(180deg);
}

/* タブ切り替え */
.p-tabs {
  margin-top: 80px;
}

.p-tabs .l-col span .smailText {
  font-size: clamp(1rem, 0.818rem + 0.48vw, 1.4rem);
  letter-spacing: -1px;
}

.tabBtn {
  font-size: var(--12px);
  letter-spacing: -1px;
}

/* アコーディオン */
/* アコーディオンの上のデフォルトの線削除 */
.p-accordion__btn {
  border-top: 0;
  gap: 17px;
}

.p-accordion__icon {
  flex-shrink: 0;
}

.questionImg,
.answerImg {
  width: 27px;
  flex-shrink: 0;
}

.p-accordion .questionTitle,
.answer {
  display: flex;
  gap: 13px;
}

.p-accordion .questionTitle span {
  letter-spacing: -1.5px;
  line-height: 1.5;
}

.answer .answerText p {
  line-height: 1.5;
  letter-spacing: -1px;
}

.answer .answerText .info {
  padding-top: 25px;
}

.answer .answerText .u-text-xs {
  letter-spacing: -1px;
  margin-left: 0;
}

.answer .answerText .l-col {
  padding-top: 14px;
  gap: 11px;
}

/* アコーディオンの中の画像 */
.answer-contentImg {
  max-width: 326px;
  width: 100%;
  margin: 0 auto;
}

/* 注意事項の文 */
.list ul li,
.waterslider-graybox ul li {
  margin-bottom: 0.8em;
  margin-left: 1.4em;
  text-indent: -0.8em;
  line-height: 1.5;
  letter-spacing: -1px;
}

/* tableのタイトル*/
.u-mt-6 .waterTit {
  padding: 20px 0 5px;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e2e2;
}
table tr th {
  background: #efefef;
}
table tr th,
table tr td {
  padding: 15px 15px;
  text-align: left;
  border: 1px solid #e2e2e2;
}

h4 {
  padding: 20px 0 15px;
}

/* プール上でのご利用上の注意事項 */
.list p {
  padding-top: 11px;
}

/*.listの中のstrong */
.list strong {
  font-weight: bold;
}

/* ウォータースライダーのご利用上の注意の最後のグレー部分 */
.waterslider-graybox {
  margin-top: 30px;
  padding: 10px;
  background-color: #e8e8e8;
}

.waterslider-graybox p {
  line-height: 1.5;
}

/* 交通アクセスの交通手段の内容 */
.accessList {
  margin-bottom: 0.8em;
  margin-left: 1.2em;
  text-indent: -0.8em;
  line-height: 1.5;
}

/* アコーディオンの後のコンテンツ */
.contact {
  padding-top: 74px;
}

.contact:last-child {
  padding-bottom: 100px;
}

.contact p {
  line-height: 1.5;
  letter-spacing: -1.8px;
}

.contact .contactBtn {
  margin-top: 39px;
  text-align: center;
}

/* footerのデフォルトの波線削除 */
.p-footer:before {
  display: none;
}

/* SNSアカウント情報の余白と線追加 */
.p-footer-sns {
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-gray-50);
}

@media only screen and (min-width: 768px) {
  .l-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  .tab-pc {
    flex-wrap: nowrap;
  }

  .p-tabs__btn {
    height: 68px;
    padding: var(--space-4);
    line-height: 1.2;
  }
  .p-tabs .l-col span .smailText {
    font-size: var(--text-md);
  }
  .p-tabs__content {
    margin-top: 80px;
  }

  .tabBtn {
    font-size: clamp(1.4rem, 1.127rem + 0.73vw, 2rem);
  }

  .search_container input[type="text"],
  .search_container button {
    font-size: var(--text-md);
  }

  .mv .mvText {
    padding-top: 98px;
    text-align: center;
  }

  .contact p {
    text-align: center;
  }

  .p-footer-sns {
    padding-top: var(--space-22);
  }
}
