@charset "UTF-8";

/*!
 * 
 * 
 * オリジナル・チャイルドスタイル
 * 
 */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/*
Zen Kaku Gothic New: CSS classes
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

Zen Kaku Gothic Antique: CSS classes
.zen-kaku-gothic-antique-light {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/


:root {
  --bs-blue: #171c62;
  --bs-indigo: #6610f2;
  --bs-purple: #5533ff;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #171C62;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 23, 28, 98;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  /*--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #171C62;
  --bs-link-hover-color: #4429cc;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;

}

.btn-primary {
  --bs-btn-hover-bg: #18219a;
}

html {
  /*font-size: 14px;*/
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;

}

/*ページ幅*/
.container {
  max-width: 1250px;
}

p {
  margin-bottom: 0;
}

.text-alpha {
  /*font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;*/

  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.entry-content h2 {
  margin-top: 4.375rem;
}

.entry-content h2,
.entry-content h3 {
  text-align: center;
  color: #171c61;
}

#no-title-page-wrapper,
#page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .entry-content .container {
    /*width: 90%;
    margin-left: auto;
    margin-right: auto;*/
  }
}

html,
body {
  overflow-x: hidden;
}

/*
ヘッダー
************************************************************/
.btn-primary {
  background-color: #171C62;
}

.navbar-brand img {
  width: 75px;
  height: auto;
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    /*width: 130px;*/
  }
}

#main-nav {
  padding: 0;
}

#main-nav .site-branding {
  width: 210px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
}

/* ナビバーのメニュー文字を白にする */
#main-nav .navbar-nav .nav-link {
  color: #fff;
}

/* ホバー時・現在のページ */
#main-nav .navbar-nav .nav-link:hover,
#main-nav .navbar-nav .nav-link:focus,
#main-nav .navbar-nav .nav-link.active {
  color: #ddd;
}


.hero-section {
  background-color: #171C62;
}

/*
*固定ページ　ヘッダー画像　**********/

/* SLD.鍼灸コンディショニングルーム */
.page-id-28 .page-header,
.page-id-30 .page-header,
.page-id-12 .page-header {
  /*background-color: #171c62;
  padding: 30px 0;*/

  background: linear-gradient(-120deg, #1b4898, #171c62);

}

.page-id-28 .page-header__inner,
.page-id-30 .page-header__inner,
.page-id-12 .page-header__inner {
  background-image: var(--page-header-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-28 .page-header .entry-title,
.page-id-30 .page-header .entry-title,
.page-id-30 .page-header .entry-title {
  margin: 0;
  color: #fff;
}

.page-id-12 .page-header {
  position: relative;
}

.page-id-12 .page-header__inner {
  aspect-ratio: 1655 / 800;
  background-size: 100% auto;
  max-width: 1655px;
  margin: 0 auto;
  position: relative;
}

.page-id-12 .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #171c6180;
  z-index: 1;
}

.page-id-12 .title-img {
  position: relative;
  z-index: 2;
  max-width: 558px;
  height: auto;
  width: 33.333%;

}

.page-id-12 .page-header__outer {
  position: absolute;
}

.page-id-28 .page-header__inner {
  aspect-ratio: 1650 / 544;
}

.page-id-30 .page-header__inner {
  aspect-ratio: 1650 / 559;
}

@media (max-width: 575.98px) {
  .post-28 .page-header h1 {
    font-size: 5.5vw;
  }
}

/*　アーカイブ　カスタム投稿　****/

.head-news {
  background: linear-gradient(-120deg, #1b4898, #171c62);
  color: #fff;
  height: 200px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;

}

/*
フッター
************************************************************/
#wrapper-footer-full {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 3.875rem;
}

#wrapper-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* CSS */
#menu-f-menu {
  list-style: none;
  /* ulの点を消す */
  padding-left: 0;
  /* 点が消えた分の左余白を詰める（必要に応じて） */
  line-height: 2rem;
  font-weight: 500;
}

#menu-f-menu a {
  text-decoration: none;
  /* リンクの下線を消す */
}

@media (max-width: 767.98px) {
  #menu-f-menu {
    margin-top: 1.5rem;
    margin-left: 0.5rem;

  }
}

/*
トップページ
************************************************************/
/* News *****/
.news-area h2 {
  margin-top: 30px;
  margin-bottom: 45px;
}

.news-area .news-article {
  margin-bottom: 90px;
}

.news-area .news-article small {
  font-size: 1.125rem;
  color: #000;
}

.news-area .news-article h4 {
  font-size: 1rem;
}

.news-area .card {
  border-right: 3px solid #171c61 !important;
  border-bottom: 3px solid #171c61 !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}

.news-area .card-body {
  padding: 0.5rem 1rem 2rem 0.5rem;
}


/* top SLD.鍼灸　コンディショニングルーム *****/
.top-harikyu-room {
  position: relative;
}

.top-harikyu-room .harikyu-room-box1 {
  background-color: #EAEAEA;
}

.top-harikyu-room .harikyu-room-box1 .bg-box {
  background-color: #eaeaea;
  background-image: url("/wp-content/uploads/top_harikyu-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1250px auto;
  background-size: cover;
  color: #171c61;
  aspect-ratio: 1600 / 1489;
}

@media (max-width: 767.98px) {
  .top-harikyu-room .harikyu-room-box1 .bg-box {
    background-position: left top;
    background-size: 100vw auto;
    color: #171c61;
    aspect-ratio: 1600 / 1489;
    padding-bottom: 8rem;
  }
}

@media (max-width: 575.98px) {}



.top-harikyu-room .harikyu-room-box1 .con-box {
  padding-top: 110px;
}

.top-harikyu-room .harikyu-room-box1 h2 {
  font-size: 1.875rem;
  font-weight: 900;
  text-align: left;
  margin-top: 2.875rem;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}

.top-harikyu-room .harikyu-room-box1 h2 span {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.top-harikyu-room .harikyu-room-box1 p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.8rem;
}

@media (max-width: 767.98px) {
  .top-harikyu-room .harikyu-room-box1 p {
    margin-bottom: 3rem;
  }
}

.top-harikyu-room .harikyu-room-box1 .t-box {
  margin-bottom: 300px;
}


/******/

.top-harikyu-room.image-stack {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.top-harikyu-room .image-stack__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 530 / 600;
}


/* 1枚目：530px */
.top-harikyu-room .image-stack__01 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;

  z-index: 1;
}


/* 2枚目：210px */
.top-harikyu-room .image-stack__02 {
  position: absolute;
  width: 45.62%;
  height: auto;
  bottom: -50px;
  right: 0;
  z-index: 2;
}


/* 3枚目：165px */
.top-harikyu-room .image-stack__03 {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: -146px;
  left: 0;

  z-index: 3;
}



/* セラピスト・管理鍼灸師のご紹介 *****/



.top-harikyu-room .harikyu-room-staff .harikyu-room-staff-box {}

.top-harikyu-room .staff-member {
  background-color: #ffffff;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin: 5rem auto;
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 1);
}


.top-harikyu-room .staff-member h3 {
  font-size: 1.4375rem;
  font-weight: 500;
  border: solid 1.28px #171c61;
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 15px 40px;
  color: #171c61;
  text-align: center;
  border-radius: 50px;
  border-width: 2px;
}

@media (max-width: 575.98px) {
  .top-harikyu-room .staff-member h3 {
    font-size: 4.3vw;
    font-weight: 500;
    border: solid 1.28px #171c61;
    width: fit-content;
    margin: 0 auto 50px auto;
    padding: 9px 10px;
    color: #171c61;
    text-align: center;
    border-radius: 50px;
  }

  .top-harikyu-room .staff-member .card {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

}

.staff-member .card-text {
  font-size: 18px;
  font-weight: 500;
}

.staff-member h5.card-title {
  font-size: 29px;
  font-weight: 700;

}

.staff-member h6.card-subtitle {
  font-size: 20px;
  font-weight: 700;
}


.staff-member ul.card-text {
  font-size: 15px;
  font-weight: 500;
}

.staff-member .btn {
  border-color: unset;
}




.top-harikyu-room .staff-member .card {
  border: none;
}



/* 主な治療案内 *****/
.top-harikyu-room .harikyu-room-box2 {
  background: radial-gradient(circle 800px,
      #1b4898 0%,
      #1e2160 100%);
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.top-harikyu-room .harikyu-room-box2 h3 {
  font-size: 2.1875rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.harikyu-room-box2 .col {
  text-align: center;
}

.harikyu-room-box2 .card {
  border-radius: 20px;
  max-width: 225px;
  padding: 1.3rem .5rem 1rem;
}

.harikyu-room-box2 .card-body {
  padding: 1rem 0 0.5rem;
}


.harikyu-room-box2 .text-box .row>.col:nth-last-child .card-body {
  padding: 1rem 10px 0.5rem;
}

.harikyu-room-box2 .card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.8125rem;
  font-weight: 600;
}

.harikyu-room-box2 .card-text span {
  border-color: #000 !important;
  border-radius: 20px !important;
  padding: 1px 8px 3px;
}

.harikyu-room-box2 .list-inline-item {
  border: solid 1px #000;
  padding: 2px 2px 2px;
}

.harikyu-room-box2 .text-box small {}

.harikyu-room-box2 .text-box .text-tyu {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1rem;
}

.harikyu-room-box2 .g-btn {
  margin-top: 8rem;
}

.harikyu-room-box2 .g-btn .btn {
  border-radius: 50px;
  font-weight: 700;
  color: #171c61;
  border: unset;
}

@media (max-width: 575.98px) {
  .harikyu-room-box2 .text-item01 {
    font-size: 2.4vw;
  }
}



/* マネジメント事業 *****/

.management-top .bg-img {
  background-image: url(/wp-content/uploads/management-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  aspect-ratio: 1800 / 541;

  padding-top: 1px;
  padding-bottom: 2rem;
  text-align: center;

  color: #171c61;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.management-top h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #171c61;
  margin-top: 0;
  margin-bottom: 2.625rem;
}



.management-top .bg-img p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: 2px;
}

.management-top .btn-button {
  margin-top: 1.5rem;
  padding: 1rem 7.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  border: unset;
}

/* 会社概要 *****/
.about .about-area {
  background-image: url(/wp-content/uploads/top_management_bg.jpg);
  height: 925px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about .about-area .about-logo {}

.about .about-area .img-box {
  display: flex;
  justify-content: right;
}

.about .about-area .img-box .about-logo {
  width: 195px;
}

@media (max-width: 767.98px) {
  .about .about-area .img-box {
    display: flex;
    justify-content: center;
  }

  .about .about-area .img-box .about-logo {
    width: 150px;
  }
}

.about .about-area h2 {
  margin-top: 0;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.about .about-area .text-alpha {
  font-weight: 500;
  padding-left: 2px;
  color: #171c61;
}

.about .about-area .text-copy {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #171c61;
}

.about .about-area .about-list dt {
  font-weight: 400;
  margin-right: 3rem;
}

.about .about-row {
  padding-top: 4.375rem;
}

.about .about-row>.col-12:nth-child(2) {
  text-align: right;
}



.about {
  /*position: relative;*/
}

.about .top-about-map {
  position: relative;
  margin-top: -120px;
  width: 80%;
}

@media (max-width: 767.98px) {
  .about .about-row>.col-12:nth-child(2) {
    text-align: center;
  }

  .about .about-row h2,
  .about .about-row .text-alpha {
    text-align: center;
  }

  .about .about-row h2 {
    margin-top: 1.5rem;
  }

  .about .top-about-map {
    position: relative;
    margin-top: -65px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .about .about-area {
    background-size: 900px auto;
    height: 925px
  }







}

/*
SLD.鍼灸　コンディショニングルーム
************************************************************/

.page-id-28 h2 {
  position: relative;
  /*display: inline-block;*/
  margin-bottom: 3.5rem;
  font-size: 2.1875rem;
}

.page-id-28 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 228px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #171c61;
  border-radius: 3px;
}



.conditioning-room-bg {
  background: url(https://sld-shimane.local/wp-content/uploads/header_imgbg_02.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* 画像の「横幅 / 高さ」を指定（例: 1200px × 600px の画像なら 1200 / 600） */
  aspect-ratio: 1250 / 1829;
  padding-top: 5.3125rem;
  padding-bottom: 5rem;
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 575.98px) {
  .page-id-28 h2:before {

    height: 3px;
  }

  .conditioning-room-bg .row-area1 .sub-title {
    font-size: 1rem;
  }
}


.conditioning-room-bg h3 {
  position: relative;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: start;
}

.conditioning-room-bg h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 228px;
  height: 5px;
  left: 0;
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  .conditioning-room-bg .row-area1 .sub-title {
    font-size: 3.2vw;
    text-align: center;
  }

  .conditioning-room-bg h3 {
    position: relative;
    color: #fff;
    font-size: 2.125rem;
    font-weight: 700;
    text-align: center;

  }

  .conditioning-room-bg h3:before {
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


.conditioning-room-bg .row-area1 .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.conditioning-room-bg .row-area1 p {
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.conditioning-room-bg .row-area2 p {
  line-height: 1.75rem;
}

.conditioning-room-bg .row-area3 p {}

.conditioning-room-bg h4 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: start;
  margin-bottom: 0;

}

.conditioning-room-bg .row-area2 .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem;
}

.conditioning-room-bg .row-area2 .lineArrow01 {
  width: 105%;
  height: 20px;
  border-bottom: 1.5px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(45deg);
  margin: -15px 50px 0 -8px;
}

.page-id-28 .room h2 {
  /*margin-top: 4.56rem;*/
}

.page-id-28 .room p {
  font-size: 1.6785rem;
}

@media (max-width: 575.98px) {
  .page-id-28 h2 {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
  }

  .page-id-28 .room p {
    font-size: 1.3rem;
  }

  .conditioning-room-bg h3 {
    position: relative;
    color: #fff;
    font-size: 1.7rem;
  }

  .conditioning-room-bg h4 {
    color: #fff;
    font-size: 4.7vw;

  }
}

.page-id-28 .room img {
  margin-top: 2rem;
}

/*鍼灸療法 鍼灸とは*******/
.harikyu h2 {
  /*margin-top: 6.25rem;*/
}

.harikyu h2 span {
  font-size: 1.5625rem;

}

.harikyu .text-box {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 0.3rem 2rem 0 0.3rem;
  box-shadow: 5px 5px 4px 0px rgb(0 0 0 / 60%);
}

@media (max-width: 575.98px) {
  .harikyu .text-box {
    padding: 0.3rem 1.5rem 0 0.3rem;
  }
}

.harikyu .text-box h3 {
  text-align: left;
  font-size: 1.75rem;
  color: #171c61;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.harikyu .text-box h4 {
  font-size: 1.5rem;
  color: #171c61;
  font-weight: 700;
  margin-top: 1.5rem;
}

.harikyu .text-box p {
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (max-width: 575.98px) {
  .harikyu h2 {
    font-size: 1.5rem;
  }

  .harikyu h2 span {
    font-size: 1.3rem;

  }

  .qa h2 span {
    font-size: 1.3rem;
  }
}

/* FAQ 鍼灸療法 よくあるご質問*******/
.qa {
  background-color: #ececec;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.qa h2 {
  padding-top: unset;
  margin-top: unset;
}

.qa h2 span {
  font-size: 1.5625rem;

}

@media (max-width: 575.98px) {
  .qa h2 {
    font-size: 1.5rem;
  }

  .qa h2 span {
    font-size: 1.3rem;

  }
}

.qa .accordion {}


/* ========================================
   FAQ アコーディオン
======================================== */

/* Q&A 1項目ごとの間隔 */
#faqAccordion .accordion-item {
  margin-bottom: 1.5rem;
  /*border: 1px solid #ddd;*/
  border: unset;
  border-radius: 15px;
  overflow: hidden;
}

/* 最後の項目だけ下の余白をなくす */
#faqAccordion .accordion-item:last-child {
  margin-bottom: 0;
}

/* ========================================
   質問
======================================== */

/* アコーディオンの質問ボタン */
#faqAccordion .accordion-button {
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* 開いたときの質問部分 */
#faqAccordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: inherit;
  box-shadow: none;
}

/* フォーカス時のBootstrapの枠線・影を消す */
#faqAccordion .accordion-button:focus {
  box-shadow: none;
}

/* Qと質問本文を横並び */
#faqAccordion .faq-question {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

/* Q */
#faqAccordion .faq-q {
  flex: 0 0 2rem;
  color: #183b63;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.9rem;
  top: 0;
}

/* 質問本文 */
#faqAccordion .faq-question-text {
  flex: 1;
  text-align: left;
  line-height: 1.7;
}

/* ========================================
   回答
======================================== */

/* 回答の余白 */
#faqAccordion .accordion-body {
  padding: 0.2rem 1.5rem 1.2rem;
}

/* Aと回答本文を横並び */
#faqAccordion .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* A */
#faqAccordion .faq-a {
  flex: 0 0 2rem;
  color: #e88a32;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

/* 回答本文 */
#faqAccordion .faq-answer-text {
  flex: 1;
  line-height: 1.9;
}


#faqAccordion h3 .accordion-button {
  font-size: 1.5rem;
  font-weight: 700;
}

#faqAccordion .accordion-collapse {
  font-size: 1.125rem;
}





.conditioning-room {
  background-color: #171c61;
}

.conditioning-room .box-kei {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 21px;
  padding: 3rem 13%;
  max-width: 855px;
  margin-top: 7rem;
  /* タイトルが飛び出る分の余白 */
}

.conditioning-room .box-kei h3 {
  color: #171c61;

}

.conditioning-room .box-kei h3::before {
  content: unset;
}

.conditioning-room .box-kei .text-copy {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.conditioning-room .box-kei .time-price {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.conditioning-room .box-kei .time-price span {
  font-size: 1.8125rem;
}

.conditioning-room .box-kei .btn {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171c61;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-color: unset;
}

@media (max-width: 575.98px) {
  .conditioning-room .box-kei .text-copy {
    text-align: left;
  }

  .conditioning-room .box-kei .btn {
    font-size: 3vw;
    font-weight: 700;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}




.conditioning-room .box-kei .btn:hover {
  background-color: #565ecb;
  font-weight: 900;
}

.conditioning-room .box-kei .text-box01,
.conditioning-room .box-kei .text-box02 {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.conditioning-room .box-kei .text-box01 {
  margin-bottom: 1.5rem;
}

.conditioning-room .box-kei .text-box02 {}

.conditioning-room .box-kei .text-box02 span {
  font-size: 1.8125rem;
}

.conditioning-room .box-kei .text-item {
  background-color: #fff;
  color: #171c61;
  width: 8rem;
  text-align: center;
  margin-right: 1rem;
}




.conditioning-room .box-title {
  font-size: 1.875rem;
  position: absolute;
  width: 35rem;
  padding: 10px 2rem 10px 2rem;
  border-radius: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 中央に寄せつつ線上に配置 */

  background-color: #fff;
  /* 背景と同じ色を指定して下の線を隠す */

  font-weight: bold;
}

@media (max-width: 767.98px) {
  .conditioning-room .box-title {
    font-size: 3.5vw;
    text-align: center;
    width: 67vw;
  }
}

@media (max-width: 575.98px) {
  .conditioning-room .box-title {
    font-size: 3.5vw;
    position: absolute;
    width: 70vw;
    padding: 10px 2rem 10px 2rem;
    border-radius: 50px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 中央に寄せつつ線上に配置 */
    text-align: center;
  }
}


.user-voice {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.user-voice h2 {
  padding-top: 0;
  margin-top: 0;
}

.user-voice h2 span {
  font-size: 1.5625rem;
}

.price {
  background-color: #ececec;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.price h2 {
  padding-top: unset;
  margin-top: unset;
  margin-bottom: 3rem;
}



.yoyaku {
  padding-bottom: 5rem;
}

.yoyaku h2 {
  padding-top: 6.25rem;
  margin-top: 0;
  margin-bottom: 0;
}



.yoyaku p {
  font-size: 1.375rem;
  margin-top: 3rem;
}

@media (max-width: 575.98px) {
  .yoyaku p {
    font-size: 1.3rem;
  }
}

.swiper-container-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px;
}


/*
マネジメント事業
************************************************************/

.page-id-30 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #171c61;
}

.management-area .copy {
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 500;
  margin-top: 3rem;
}

.management-area .jisseki {
  margin-top: 7rem;
  font-size: 1.21875rem;
  font-weight: 500;

}

.management-area .jisseki ul {
  line-height: 2.1875rem;
  margin: .5rem 0;
}



.management-area .column-box1 {

  color: #fff;
  /*width: 278px;*/
}

.management-area .column-box1 h3 {
  color: #fff;
  font-size: 1.375rem;
}

.management-area .column-box1 .bg-blue {
  background-color: #171c62;

  display: flex;
  justify-content: center;
  /* 横方向中央 */
  align-items: center;
  /* 縦方向中央 */
}


.management-area {}

.management-area ul li {
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}


.profile-area {
  margin-top: 6rem;
  margin-bottom: 6.5rem;
}

.profile-area .column-box1 {
  width: 278px;
}

.profile-area .profile {
  font-size: 0.8125rem;
  font-weight: 500;
}

.profile-area .profile h3 {
  font-size: 1.1875rem;
  text-align: left;
}

.profile-area .profile h4 {
  font-size: 2rem;
  text-align: left;
}

.profile-area .profile h4 span {
  font-size: 1.3125rem;
  margin-left: 2rem;
}

.profile-area .profile ul {
  line-height: 1.375rem;
}


.management-price {
  background-color: #171c61;
  color: #fff;
  padding: 3.25rem 0;
}

.management-price h2 {
  margin: 0;
  color: #fff;
  font-size: 1.375rem;
}

.management-price p {
  font-size: 1.125rem;
  margin-top: 0.8rem;
}

.btn-type01 .btn {
  margin-top: 3rem;
  font-size: 1.875rem;
  border-color: #fff;
  padding: 0.8rem 3rem;

}

@media (max-width: 575.98px) {
  .management-area .column-box1 .bg-blue h3 {
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    text-align: left;
    padding-left: 1rem;
  }

  .management-area .copy {
    font-size: 1.3rem;
    text-align: left;

  }

  .management-price h2 {
    font-size: 4vw;
  }

  .management-price .btn-type01 .btn {
    margin-top: 3rem;
    font-size: 4vw;
    padding: 0.8rem 3rem;
  }

}

.management-area .column-box1 .bg-blue {
  /*margin-bottom: 3rem;*/
}




/*
News　お知らせページ　カスタム投稿タイプ
************************************************************/

/** アーカイブ一覧ページ **/

#archive-wrapper h2.card-title {
  font-size: 1rem;

}

#archive-wrapper .news-list small {
  font-size: 1.125rem;
  color: #000;
}

.top-news-more .btn {
  padding: 2px 8px 4px 10px;
  border: none;
  border-radius: unset;
  font-weight: 700;
  font-size: 20px;

}



.news-area h2 {
  margin-top: 30px;
  margin-bottom: 45px;
}

.news-area .news-article {
  margin-bottom: 90px;
}

.news-area .news-article small {
  font-size: 1.125rem;
  color: #000;
}

.news-area .news-article h4 {
  font-size: 1rem;
}

#archive-wrapper .card {
  border-right: 3px solid #171c61 !important;
  border-bottom: 3px solid #171c61 !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}

.news-area .card-body {
  padding: 0.5rem 1rem 2rem 0.5rem;
}


/** アーカイブ一覧ページ　End **/

.single-news_list h1,
.single-news_list h2,
.single-news_list h3,
.single-news_list h4,
.single-news_list h5,
.single-news_list h6 {
  text-align: inherit;
  margin: inherit;
  margin-bottom: .5rem;
}

.single-news_list h1 {
  font-size: 2rem;
}

.single-news_list h2 {
  font-size: 1.8rem;
}

.single-news_list h3 {
  font-size: 1.5rem;
}

.single-news_list h4 {
  text-align: inherit;
}

.single-news_list h5 {
  text-align: inherit;
}

.single-news_list h6 {
  text-align: inherit;
}

.single-news_list .entry-content table,
.single-news_list .entry-content th,
.single-news_list .entry-content td {
  border: 1px solid #ccc;
}

.single-news_list .entry-content table {
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 10px 15px;
}


figure.gallery-item {
  padding-left: 1rem;
}

/*

************************************************************/




/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */
@media (max-width: 1399.98px) {}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (max-width: 1199.98px) {}

/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {}

/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */
@media (max-width: 575.98px) {}