@charset "UTF-8";

/*
Theme Name:エステサロンLP
*/

html {
  font-size: 16px;
}

/* フォント */

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ボディ */

body {
  width: 100%;
  scroll-behavior: smooth;
}

/* モバイル */

.pc {
  max-width: 770px;
  margin: 0 auto;
}

/* ヘッダー */

header {
  width: 93%;
  max-width: 770px;
  margin: 30px auto 0;
  padding-bottom: 20px;
}

.header-logo img {
  width: 100%;
}

.cta {
  padding: 40px 0;
  text-align: center;
}

.cta strong {
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #fffab1 30%);
  line-height: 1.5;
}

.cta img {
  width: 100%;
  margin-top: 20px;
}

.cta a:hover {
  cursor: pointer;
}

main .cta {
  width: 93%;
  margin: 0 auto;
}

.header-2 {
  text-align: center;
}

.header-2 img {
  width: 95%;
}

/* メイン */

h1 {
  background-color: #a30311;
  color: white;
  text-align: center;
  padding: 30px 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  padding: 10px;
}

.container img {
  width: 100%;
  margin: 10px auto;
}

.lists {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 10px;
}

li {
  line-height: 1.8;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.107);
  text-align: left;
  letter-spacing: 1px;
}

li:first-child {
  margin-top: 20px;
}

li img {
  width: 7%;
  height: auto;
  margin-right: 4px;
}

.container p {
  padding: 10px;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: normal;
}


p span {
  color: #e60e20;
  font-weight: bold;
  font-size: 1.5rem;
}

.bold {
  font-weight: bold;
  font-size: 1.1rem;
}

h2 span {
  font-weight: bold;
  font-size: 1.1rem;
  background: linear-gradient(transparent 50%, #fffab1 50%);
}

h2 {
  margin-top: 10px;
}

/* フッター */

footer {
  background-color: #888888;
  color: white;
  text-align: center;
  padding: 40px 10px;
}

/* PC */

@media (min-width: 430px) {
  .pc {
    box-shadow: 0px 0px 30px 15px gainsboro;
  }

  header {
    width: 100%;
    max-width: 770px;
    margin: 30px auto 0;
    padding-bottom: 20px;
  }

  .cta strong {
    font-size: 2rem;
    line-height: 1.5;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .container p {
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  p span {
    font-weight: bold;
    font-size: 2rem;
  }

  h2 span {
    font-size: 1.5rem;
  }

  li {
    font-size: 1.5rem;
  }

  footer {
    font-size: 1.3rem;
  }
}

/* プライバシーポリシー */

.outline-privacy {
  margin: 20px;
}

.wp-block-heading {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.wp-block-table {
  margin: 20px 0;
}

.table-left {
  color: #fe9a00;
}

.has-text-align-right {
  text-align: left;
  color: black;
}

table {
  border: 1px solid black;
  padding: 4px;
}

td {
  color: #fe9a00;
  border-bottom: 1px solid black;
  padding: 10px;
}

.wp-block-table table-privacy {
  margin-bottom: 16px;
}

/* .has-text-align-left { */
  color: black;
}

.has-fixed-layout td{
  color: black;
}

.table-privacy td{
  color: black;
}

.has-fixed-layout {
  margin-bottom: 20px;
}

aside {
  height: 10px;
}