@import url(common.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");

main .visual {
  background-image: url(../img/main-top.png);
  background-repeat: no-repeat;
  height: 482px;
}

nav {
  border-top: none;
}

/* キャッチフレーズ */
main .visual p.txtwav {
  font-size: 48px;
  color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 222px;
  padding-left: 110px;
}

/* お知らせセクション下余白 */
section.info h1 {
  padding-bottom: 87px;
}

/* お知らせのflexbox */
section.info > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: 26px;
  padding-bottom: 128px;
}

/* 今月のカレンダー */
section.info h2 {
  font-size: 24px;
  font-weight: bold;
  text-shadow:
    -2px 0 0 #fff,
    -2px 2px 0 #fff,
    0 2px 0 #fff,
    2px 2px 0 #fff,
    2px 0 0 #fff,
    2px -2px 0 #fff,
    0 -2px 0 #fff,
    -2px -2px 0 #fff;
  padding-bottom: 26px;
}

/* お知らせ記事 */
section.info .info-right h2 {
  color: rgba(221, 43, 65, 1);
}

section.info .news {
  background-color: #0eb6bc;
  color: #fff;

  max-width: 380px;
  border-radius: 10px;
  border: 5px solid #fff;
}

section.info li:first-child {
  padding-top: 52px;
}

/* 記事タイトル */
section.info li {
  list-style-type: disc;
  margin-left: 40px;
  padding-right: 27px;
  line-height: 2;
  text-align: left;
}

section.info li:hover {
  text-decoration: underline;
}

/* 詳細ボタン */
section.info button {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 41px;
  font-weight: bold;
  color: #0eb6bc;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 13px;
}

section.info p.news-link span {
  padding-right: -1rem;
  margin-left: 1rem;
}

/* 特殊ホバー */

.press {
  box-shadow: 0 5px 0 #0a8286;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}

section.info .sns {
  margin-top: 80px;
}

section.info .sns p {
  padding-bottom: 32px;
}

/* SNSアイコン */
section.info .sns img {
  max-width: 64px;
  height: auto;
  padding-bottom: 18px;
  margin: 0 13px;
}

/* お風呂情報 */
section#bath {
  border-top: 1px dashed #0eb6bc;
}

p.bath-memo {
  padding-bottom: 76px;
  line-height: normal;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 88px;
}

.card {
  flex-basis: 350px;
}

.card p {
  padding-top: 28px;
}

button.bath-link {
  color: #fff;
  background-color: #0eb6bc;
  display: block;
  width: 150px;
  margin: 60px auto;
  padding: 6px 20px 4px;
  border-radius: 5px;
}

/* 料金 */
section#price {
  border-top: 1px dashed #0eb6bc;
}

section .price {
  font-family: "Yusei Magic";
  font-size: 2rem;
  padding-bottom: 66px;
  line-height: normal;
}

section .price span {
  font-size: 1.5rem;
}

section .price section p.fee {
  text-align: left;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 33px;
}

section p.addition {
  text-align: left;
  max-width: 603px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  line-height: normal;
}

/* 捏造湯とは */
section.about {
  background-image: url(../img/about-back-img.jpg);
}

section.about h1 {
  padding-top: 72px;
}

section.about p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 86px 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow:
    -1px 0 0 rgba(0, 0, 0, 0.2),
    -1px 1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.2),
    1px 1px 0 rgba(0, 0, 0, 0.2),
    1px 0 0 rgba(0, 0, 0, 0.2),
    1px -1px 0 rgba(0, 0, 0, 0.2),
    0 -1px 0 rgba(0, 0, 0, 0.2),
    -1px -1px 0 rgba(0, 0, 0, 0.2),
    4px 4px 4px rgba(0, 0, 0, 0.25);
}

/* 銭湯の心得 */
section.kokoroe p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 54px;
  line-height: normal;
}

/* アクセス */
section#access iframe {
  width: 534px;
  border: 3px solid #0eb6bc;
}

section#access .map {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  gap: 10px;
}
section#access p,
section#access ul {
  line-height: normal;
}

section#access .address-flex {
  display: flex;
  flex-direction: column;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
}

section#access address {
  padding-bottom: 42px;
  line-height: normal;
}

section#access p.google-map {
  margin-top: 81px;
  color: #fff;
  background-color: #0eb6bc;
  line-height: 2rem;
  border-radius: 10px;
}

section#access p.google-map:hover {
  text-decoration: underline 1px;
}
section#access ul {
  list-style-type: "・";
  list-style-position: inside;
}
section#access p.parking {
  padding-top: 22px;
  padding-bottom: 74px;
}

/* お問い合わせ */
section#contact h1 {
  padding-bottom: 20px;
}

section#contact p.form-memo {
  padding-top: 16px;
  padding-bottom: 15px;
  line-height: normal;
}

section#contact aside {
  font-size: 18px;
  line-height: normal;
}

section#contact aside a {
  color: blue;
  text-decoration-line: underline;
}

section#contact:last-child {
  padding-bottom: 68px;
}

section#contact form {
  padding-bottom: 59px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

section#contact form dt {
  padding-top: 49px;
  line-height: 2rem;
  text-indent: 8px;
}

section#contact form dd {
  max-width: 100%;
}

section#contact form textarea {
  width: 100%;
  padding: 5px 5px 5px 5px;
  line-height: 1.5;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
textarea {
  width: 100%;
  outline: none;
  border: 3px solid #0eb6bc;
  padding: 10px;
  border-radius: 6px;
}

section#contact aside p {
  font-size: 20px;
  padding-top: 11px;
  padding-bottom: 59px;
  text-align: right;
}

section#contact input[type="submit"] {
  border: 0;
  border-radius: 10px;
  background-color: #0eb6bc;
  color: #fff;
  padding: 6px 63px 6px 63px;
  text-align: center;
}

section#contact form p.button {
  text-align: center;
}

section#contact address {
  border-top: 1px solid #000;
  padding-top: 55px;
  padding-bottom: 46px;
  line-height: 25px;
}

section#contact address > p {
  padding-bottom: 80px;
}

.line-info {
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}

.line-info img {
  max-width: 64px;
  height: auto;
}

@media (max-width: 950px) {
  p.bath-memo,
  section.about p,
  section.kokoroe p {
    text-align: left;
  }
}

/* スマホ */
@media (max-width: 767px) {
  main .visual {
    position: relative;
    max-height: 484px;
    background-position: center;
  }
  main .visual p.txtwav {
    font-size: 28px;
    padding: 360px 0 70px 20px;
  }
  p.logo {
    position: static;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    display: block;
    opacity: unset;
  }
  .card-wrapper {
    display: unset;
  }
  section.info h1 {
    padding-bottom: 0;
  }
  section.info > div {
    display: block;
  }
  section.info img {
    padding-bottom: 40px;
  }
  section.info .news {
    margin-left: auto;
    margin-right: auto;
  }
  section#access .map {
    display: block;
  }
  section#access address {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section#access p.google-map {
    margin-top: 41px;
  }
  section#access ul {
    margin-left: 1em;
    text-align: left;
    list-style-position: unset;
  }
  section#access p.parking {
    text-align: left;
  }
  p.bath-memo {
    padding-bottom: 30px;
  }
  .card p {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  section .price span {
    font-size: 0.8rem;
  }
  section#contact p.form-memo,
  section#contact aside,
  .line-info {
    text-align: left;
  }
}
