@charset "UTF-8";

/* ページ全体のスタイル
------------------------------------------ */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  font-size: 1rem;
}

@media(min-width:768px) {
  body {
    font-size: 1.25rem;
  }
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.section-title {
  font-size: 1.25rem;
  color: #203082;
  font-weight: bold;
  text-align: center;
  position: relative;
}


@media(min-width:768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-title-line {
  background-color: #554b9c;
  align-items: center;
  width: 2.75rem;
  height: 0.125rem;
  content: "";
  margin: 1.875rem auto 2rem;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3.75rem auto 0;
}


/* ヘッダー
------------------------------------------ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.3125rem;
}

h1 {
  color: #0350A3;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2rem;
}

@media(min-width:768px) {
  h1 {
    font-size: 1.5rem;
  }
}

.hamburger-button {
  color: #141288;
  font-size: 2.0625rem;
  top: 0.75rem;
  right: 2.1875rem;
}

@media(min-width:768px) {
  .hamburger-button {
    display: none;
  }
}

@media(max-width:767.9px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 50vw;
    top: 3rem;
    right: 0;
    padding-top: 1rem;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    height: 100vh;
  }
}

@media(min-width:768px) {
  .hamburger-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.hamburger-menu-active {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu-list {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.hamburger-menu-list a {
  color: #203082;
  padding-right: 2rem;
}

/* Slick矢印 */
.slick-arrow {
  position: absolute;
  top: calc((100% - 60px) / 2);
  z-index: 1;
  cursor: pointer;
}

@media(min-width:768px) {
  .slick-arrow {
    top: calc((100% - 24px) / 2);
  }
}

.prev-arrow {
  left: 1.25rem;
}

.next-arrow {
  right: 1.25rem;
}

/* カバー
------------------------------------------ */
.cover-slick-item img {
  width: 100vw;
}


/* Slickドット */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 1.25rem;
  display: flex;
  column-gap: 1.25rem;
  justify-content: center;
}

@media(min-width:768px) {
  .slick-dots {
    bottom: 2rem;
  }
}

.slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
}

.slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
}

.slick-dots li button::before {
  width: 0.625rem;
  height: 0.625rem;
  line-height: normal;
  border-radius: 50%;
  opacity: 0;
}

.slick-dots li button:hover::before,
.slick-dots li.slick-active button::before {
  color: #fff;
  background-color: #fff;
  opacity: 1;
}

/* カバーキャッチ */
.cover-catch {
  color: #004EA2;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #FFE400;
  text-align: center;
  margin: 0 auto;
}

@media(min-width:768px) {
  .cover-catch {
    width: 83vw;
    font-size: 1.25rem;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 0.375rem;
  }
}

/* お知らせ
------------------------------------------ */
.new-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #E4EEF9;
  width: 95vw;
  border-radius: 2rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media(min-width:768px) {
  .new-container {
    width: 78vw;
  }
}

.new-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 85vw;
  margin: 0.5rem auto;
  position: relative;
}

@media(min-width:768px) {
  .new-item {
    width: 62vw;
  }
}

.arrow-right {
  position: absolute;
  top: 10px;
  right: 1vw;
}

.new-date {
  font-size: 0.75rem;
}

@media(min-width:768px) {
  .new-date {
    font-size: 1rem;
  }
}

.new-button {
  color: #fff;
  background-color: #004EA2;
  font-size: 0.75rem;
  font-weight: 700;
  width: 12.75rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 2rem auto;
  padding: 0.525rem 0;
}

@media(min-width:768px) {
  .new-button {
    font-size: 1.125rem;
  }
}

@media(max-width:300px) {
  .new-button {
    font-size: 0.75rem;
    width: 70vw;
  }
}

.new-pop-title {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 2rem;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999 !important;
}

/* モーダル背景 */
.modal-bg {
  position: relative;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: 100%;
  width: 100%;
  background: white;
  padding:0.5rem;
}

@media(min-width:768px) {
  .modal-content {
    width: 60%;
    padding: 2.5rem;
  }
}

.modal-close {
  position: absolute;
  top: -1.125rem;
  right: 0;
  font-size: 3rem;
}

/* モーダルウィンドウ表示中にページを固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}



/* 営業案内
------------------------------------------ */
.info-container {
  display: flex;
  flex-direction: column;
  width: 95vw;
  margin: 0 auto;
  font-size: 0.75rem;
}

@media(min-width:768px) {
  .info-container {
    width: 78vw;
    font-size: 1rem;
  }
}

.schedule {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 1rem;
  height: 2.875rem;
}

@media(min-width:768px) {
  .schedule {
    font-size: 1.25rem;
    padding: 0 3rem 0 0;
  }
}

@media(min-width:768px) {
  .schedule li:first-child {
    width: 8.875rem;
  }
}

.line {
  display: block;
  background-color: #004EA2;
  width: 0.025rem;
  height: 0.5rem;
  content: "";
  margin-left: 0.8125rem;
}

@media(min-width:768px) {
  .line {
    display: inline-block;
    width: 0.5rem;
    height: 0.025rem;
    margin: auto 0.55rem;
    vertical-align: middle;
  }
}

.week {
  background-color: #004EA2;
  color: #fff;
}

@media(min-width:768px) {
  .week {
    padding-left: 2.5rem;
  }
}

.open {
  background-color: #F3F3F3;
  color: #004EA2;
  padding-left: 1.5rem;
  padding-right: 1.125rem;
}

@media(min-width:768px) {
  .open {
    padding-left: 0.5625rem;
    padding-right: 3rem;

  }
}

.time {
  font-size: 0.625rem;
  text-align: center;
  padding-right: 0.3125rem;
}

@media(min-width:768px) {
  .time {
    font-size: 1.25rem;
  }
}

@media(min-width:768px) {
  .am {
    margin: 0 0.5rem 0 0.625rem;
  }
}

@media(min-width:768px) {
  .pm {
    margin: 0 0.875rem 0 0.375rem;
  }
}


/* カトウ整体　西岡崎営業所について
------------------------------------------ */
.base-container {
  background-color: #E4EEF9;
  padding: 2rem 0;
}

.base-item {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.reverse {
  flex-direction: row-reverse;
}

.base-imgage {
  text-align: center;
}

.base-imgage img {
  max-width: 90%;
  border-radius: 0.625rem;
  margin: 1rem auto;
}

.base-comment1 {
  width: 50vw;
  margin-right: 10vw;
}

.base-comment2 {
  width: 50vw;
  margin-left: 10vw;
}

/* 予約電話ボタン */
.tel-reservation {
  background-color: #FFE400;
  border-radius: 0.9375rem;
  width: 21.625rem;
  text-align: center;
  margin: 2rem auto;
}

@media(max-width:348px) {
  .tel-reservation {
    width: 80%;
  }
}

.tel-button {
  color: #004EA2;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media(max-width:348px) {
  .tel-button {
    font-size: 0.875rem;
  }
}

/* 料金
------------------------------------------ */

.price-container {
  width: 78vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}


.price-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 0.0625rem;
}

@media(min-width:768px) {
  .price-menu {
    padding-bottom: 8px;
  }
}

.price-menu-item {
  width: 8rem;
  background-color: #004EA2;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 0.625rem;
}

@media(min-width:768px) {
  .price-menu-item {
    width: 12rem;
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

.price-menu-item2 {
  width: 8rem;
  font-size: 1.25rem;
  border: solid 0.0625rem #004EA2;
  padding-left: 0.625rem;
  color: #004EA2;
}

@media(min-width:768px) {
  .price-menu-item2 {
    width: 12rem;
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

.price-attention {
  text-align: center;
}

/* どんなことでもご相談ください
------------------------------------------ */
.consultation-container {
  width: 78vw;
  margin: 0 auto;
}

.small-comment {
  font-size: 0.8rem;
}

@media(min-width:768px) {
  .small-comment {
    font-size: 1rem;
  }
}

.consultation-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem auto 0;
}

@media(min-width:768px) {
  .consultation-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto 0;
  }
}

.consultation-item img {
  width: 12.75rem;
  object-fit: contain;
  margin: 0 auto;
}

@media(min-width:768px) {
  .consultation-item img {
    margin: 0;
  }
}

.consultation-item-top {
  padding: 0.5rem 0 2rem 0;
}

@media(min-width:768px) {
  .consultation-item-top {
    padding: 2rem 0 0 1rem;
    max-width: 34.75rem;
  }
}

.icon-title {
  font-size: 1.25rem;
  color: #203082;
  font-weight: bold;
  text-align: center;
}

@media(min-width:768px) {
  .icon-title {
    font-size: 1.5rem;
    text-align: left;
    text-decoration: underline;
  }
}

/* アクセス
------------------------------------------ */
.access-container {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 2rem;
}

.access-container img {
  width: 100vw;
  max-width: 125rem;
}

@media(min-width:768px) {
  .access-container img {
    width: 80vw;
    max-width: 125rem;
  }
}

@media(min-width:768px) {

  .address,
  .tel {
    font-size: 1.125rem;
  }
}



/* フッター
------------------------------------------ */
.footer-container {
  background-color: #004EA2;
  text-align: center;
  color: #fff;
}

.footer-logo {
  padding-top: 2rem;
}

@media(min-width:768px) {
  .footer-logo {
    font-size: 2rem;
  }
}

.footer-logo-sub {
  font-size: 0.75rem;
}

@media(min-width:768px) {
  .footer-logo-sub {
    font-size: 1.25rem;
  }
}

.footer-list {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  column-gap: 1.5rem;
}

.footer-list li a {
  color: #fff;
}

.small {
  font-size: 0.5625rem;
}

@media(min-width:768px) {
  .small {
    font-size: 0.75rem;
  }
}

/* お知らせページ一覧
------------------------------------------ */
.new-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem auto 0;
}

.new-contents-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #E4EEF9;
  width: 100vw;
  margin: 0 auto 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media(min-width:768px) {
  .new-contents-container {
    width: 100vw;
  }
}

.new-item-contents {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 92vw;
  margin: 0.5rem auto;
}