@charset "UTF-8";

@import url("../../css/style.min.css");

/* override houmon color */
.text-houmon {
  color: var(--nerima) !important;
}

a.text-houmon:hover, a.text-houmon:focus {
  color: var(--nerima) !important;
}

.bg-houmon {
  background-color: var(--nerima) !important;
}

.houmon-bg2 {
  background-color: #ede1e3 !important;
}

.text-houmon-sub {
  color: var(--nerima-sub) !important;
}

a.text-houmon-sub:hover, a.text-houmon-sub:focus {
  color: var(--nerima-sub) !important;
}

.btn-houmon {
  background-color: var(--nerima);
  border-color: var(--nerima);
}
.btn-houmon:hover {
  background-color: rgb(55,18,24);
  border-color: rgb(55,18,24);
}

.btn-houmon-sub {
  background-color: var(--nerima-sub);
  border-color: var(--nerima-sub);
}

.btn-houmon-sub:hover {
  background-color: rgb(185,162,164);
  border-color: rgb(185,162,164);
}

.heading-houmon {
  color: var(--nerima);
}
.heading-houmon::before {
  border-color: var(--nerima-sub);
}
.border-houmon-sub {
  border-color: var(--nerima-sub) !important;
}

.houmon-price-table > tbody > tr > td, .houmon-price-table > tbody > tr > th {
  color: var(--nerima) !important;
}
@media only screen and (min-width: 992px) {
  .navbar-desc.text-houmon {
    border-bottom-color: #ac9093;
  }
}


.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  color: var(--nerima);
}

.table-week-houmon {
  border-color: #ede1e3 !important;
  color: var(--nerima);
}
.table-week > tbody > tr > td, .table-week > tbody > tr > th, .table-week > thead > tr > th {
  border-color: #ede1e3 !important;
}
.table-week-houmon > tbody > tr > td, .table-week-houmon > tbody > tr > th, .table-week-houmon > thead > tr > th {
  border-color: #ede1e3 !important;
}


/* 2025/02/12 font-size変更 */
body {
  font-size: 1.25rem;
}
.fs16 {
  font-size: 1rem;
}

.flow-num {
  font-size: 1.8em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}

/**** blog ****/
.blog-list h3 {
  border-color: var(--nerima);
}
.blog-hr {
  border-color: var(--nerima-sub) !important;
}



/**** pagination ****/
.pagination {
  flex-wrap: wrap;
}
.pagination-navi > li > a, .pagination-navi > li > span {
  display: inline-block;
}

/**** info table ****/
.info-table > tbody > tr > td, .info-table > tbody > tr > th {
  border-color: var(--nerima-sub);
}
@media only screen and (max-width: 767px) {
  .info-table > tbody > tr > td, .info-table > tbody > tr > th {
    display: block;
    width: 100% !important;
  }
  .info-table > tbody > tr > th {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .info-table > tbody > tr > td {
    padding-top: 0;
    border-top: none;
    text-align: center;
  }
}


/**** navbar ****/
.navbar-desc p {
  font-size: 1rem;
}

@media only screen and (min-width:992px) {
  .navbar-info {
    font-size: .875em;
  }
  #mainMenu .nav-link {
    font-size: 1rem;
  }
}

@media only screen and (min-width:1040px) {
  #mainMenu .nav-link {
    font-size: 1.125rem;
  }
}

/**** top-hero ****/
.top-hero {
  position: relative;
  background: url(../img/top_hero_bg.jpg) center/cover no-repeat;
  padding-top: 5%;
  padding-bottom: 12%;
}
.top-hero h1 {
  max-width: 60%;
}
.top-hero-text {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  background: rgb(64,34,15);
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.5rem;
}
.top-about-right > div {
  background: url(../img/top_about_logo.jpg) center/contain no-repeat;
  max-width: 570px;
}
.top-about-right > div p {
  line-height: 1.8;
}
.heading2 {
  display: inline-block;
  padding: 1.2em 3.5em;
  background-image: url(../img/heading2_l.png),url(../img/heading2_r.png);
  background-repeat: no-repeat;
  background-position: left,right;
  background-size: contain;
  line-height: 1.6;
}
.top-symptoms-list li {
  background: rgb(64,34,15);
  color: rgb(253,232,0);
  font-size: 1.875em;
  text-align: center;
  padding: .5em 1em;
  border-radius: 8px;
  letter-spacing: .1em;
  margin: 0 .5em 1em;
}
.top-symptoms-list li:last-child {
  background: transparent;
}
.top-video-wrap {
  position: relative;
  padding-top: 56.25%;
}
.top-video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .top-hero {
    padding-top: 8%;
    padding-bottom: 30%;
  }
  .top-symptoms-list li {
    font-size: 1em;
    margin: 0 .25em .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-about-right > div h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem !important;
  }
  .top-about-right > div p {
    font-size: .875rem;
    margin-bottom: 1.5rem !important;
  }
  .top-greeting .incho-name {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .top-hero-text {
    font-size: .875rem;
    padding: .5rem 1rem;
  }
  .top-about-right > div {
    max-width: inherit;
    margin-right: inherit;
  }
  .heading2 {
    padding: .5em 1.5em;
    display: block;
  }
}

/**** faq ****/
.faq-list > dt:before {
  background-image: url(../img/faq/faq_q.png);
}
.faq-list > dd:before {
  background-image: url(../img/faq/faq_a.png);
}

/**** staff ****/

.staff-list figure img {
  border: 10px solid #fff;
  display: block;
  margin: 0 auto;
}

.staff-photo {
  position: relative;
  padding-top: 125%;
  overflow: hidden;
}
.staff-photo img {
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staff-list-header, .staff-list-box {
  padding: 0 15px;
}
.staff-list-header {
  border-bottom: 2px solid;
}
.staff-list-box dl {
  min-height: 4em;
  border-bottom-width: 2px !important;
  position: relative;
  padding-left: 5em;
}
.staff-list-box dl dt {
  width: 5em;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.staff-list-box dl dd {
  font-size: 1rem;
}
.staff-list-box dl dt > span {
  display: inline-block;
  padding: 0 1em;
}
.staff-list-box > p {
  line-height: 1.6;
}
.staff-list-box > p:last-child {
  margin-bottom: 0; 
}


/**** recruit ****/
.recruit-dl {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.recruit-dl > dt, .recruit-dl > dd {
  margin-bottom: 20px;
  padding: 20px 30px;
  margin-right: -.3px;
  margin-left: -.3px;
}
.recruit-dl > dt {
  font-weight: 400;
  width: 25%;
  letter-spacing: .25em;
  text-indent: .25em;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(60, 62, 25);
  color: #fff;
}
.recruit-dl > dd {
  width: 75%;
  line-height: 1.6;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgb(196, 207, 170);
}
.recruit-dl > dt.letter2 {
  letter-spacing: 1em;
  text-indent: 1em;
}
.btn-contact {
  color: #fff;
  background: rgb(64,34,15);
  font-weight: 700;
  text-align: center;
  padding: 1em 2em;
  margin-bottom: 15px;
  display: block;
  border-radius: 4px;
  transition: .35s ease;
}
.btn-contact:hover, .btn-contact:focus {
  color: #fff;
  background: rgb(217,199,179);
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .recruit-dl > dt {
    width: 30%;
  }
  .recruit-dl > dd {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-dl {
    display: block;
  }
  .recruit-dl > dt {
    padding: 15px 10px;
    width: 100%;
    margin: 0;
    letter-spacing: .05em;
    text-indent: .05em;
  }
  .recruit-dl > dt.letter2 {
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .recruit-dl > dd {
    padding: 15px;
    width: 100%;
  }
}

/**** footer ****/
.to-top a {
  color: rgb(165,128,134);
}
.btn-plane .btn-houmon {
  padding: 1rem 1.5rem;
  position: relative;
  transform: translate(-5px, -5px);
  transition: .3s ease;
  margin: -2px;
}
.btn-plane .btn-houmon:hover {
  transform: translate(0, 0);
}
.btn-plane {
  border: 2px solid var(--nerima);
}

.site-map .nav-link {
  font-size: 1rem;
}
.site-map .nav-link:hover {
  text-decoration: underline;
}

.copyright {
  font-size: .875rem;
}
@media only screen and (min-width: 992px) {
  .footer-aside > div:first-child::after {
    right: 5.9%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-banner {
    width: 100%;
    min-width: auto;
  }
  .footer-aside > div:first-child::after {
    right: 0;
    height: 10rem;
    bottom: calc(50% - 5rem);
  }
}

/** 20241203 **/
.footer-aside > div:first-child::after {
  content: none;
}

/**** video thumb ****/
.blog-list h3 {
  padding-bottom: .25em;
}
.blog-list-date {
  font-size: 1rem;
}
.video-badge:after {
  content: '動画';
  display: inline-block;
  color: #fff;
  background-color: #40220f;
  padding: 0 1rem;
  vertical-align: middle;
  margin: 0 .5rem;
  font-size: .75rem;
  line-height: 1.6;
}
.blog-list-bg.video-thumb {
  position: relative;
}
.blog-list-bg.video-thumb:after {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 7.5px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #f00;
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**** area ****/


:root {
  --houmon-light: rgb(227, 235, 213);
}

.houmon-area-list {
  border-top: 2px solid var(--houmon-sub);
}
.houmon-area-list > li {
  border-bottom: 2px solid var(--houmon-sub);
  padding: 2rem;
}


.accordion.accordion-area {
  border-top: 2px solid var(--houmon-sub);
}
.accordion.accordion-area > .card {
  border-bottom: 2px solid var(--houmon-sub) !important;
}
.accordion.accordion-area > .card .card-header {
  background: #fff;
  border-bottom: none;
  padding: .75rem 0;
}
.accordion.accordion-area > .card .card-header .btn {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: .375rem 2em .375rem 0;
  text-decoration: none;
}
.accordion.accordion-area > .card .card-header .btn.btn-link::after {
  content: '';
  width: .8em;
  height: .8em;
  display: inline-block;
  background: url(../img/area/triangle.png) center/contain no-repeat;
  position: absolute;
  right: 1em;
  top: calc(50% - .4em);
}
.accordion.accordion-area > .card .card-header .btn.btn-link.collapsed::after {
  transform: rotate(180deg);
}
.accordion.accordion-area > .card .card-header .btn.btn-link:hover {
  opacity: .7;
}
.accordion.accordion-area > .card .card-body {
  padding-top: 0;
}
.houmon-district {
  display: flex;
  flex-wrap: wrap;
  row-gap: .5rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .accordion.accordion-area > .card .card-header .btn {
    font-size: 24px;
  }
}

.houmon-sub-head {
  background: var(--houmon-light);
  padding: 1rem 2rem;
  border-radius: 50rem;
}


.houmon-reason > li {
  background-color: var(--houmon-light);
  padding: 1.5rem 2rem;
}