@charset "UTF-8";
/*----------------------------------------------------
	コンセプト
----------------------------------------------------*/
section.conceptVisual {
  max-width: 1920px;
  min-height: 500px;
  margin: 0 auto;
  padding: 26% 0 0;
  background: url(../images/concept/mainimg.png) center 0 no-repeat; }

@media (max-width: 767px) {
  section.conceptVisual {
    min-height: 0;
    margin: 0 auto;
    padding: 134% 0 0;
    background: url(../images/concept/sp_mainimg.jpg) center 0 no-repeat;
    background-size: 100% auto; } }
/*----------------------------------------------------
	スケジュール
----------------------------------------------------*/
.scheduleNav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em; }

.scheduleNav ul li {
  width: 14.86%;
  background-color: #ffee9e;
  text-align: center; }

.scheduleNav ul li.current {
  background-color: #e1bb09; }

.scheduleNav ul a:hover {
  background-color: #e1bb09; }

.scheduleNav ul a {
  display: block;
  padding: 0.75em;
  color: #000; }

@media (max-width: 767px) {
  .scheduleNav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .scheduleNav ul li {
    width: 33.333%; }

  .scheduleNav ul li:nth-child(7) {
    display: none; } }
/*----------------------------------------------------
	詳細
----------------------------------------------------*/
.therapistDetail + .therapistDetail {
  margin-top: 40px; }

.therapistDetail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.therapistDetail .detailPhoto {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 40%;
  text-align: center;
  -ms-flex-pack: justify; }

.therapistDetail .detailPhoto .rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  pointer-events: none; }

.therapistDetail .detailPhoto .main {
  width: 100%; }

.therapistDetail .detailPhoto .thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 24%;
  -ms-flex-pack: justify; }

.therapistDetail .detailPhoto .thumb span {
  width: 96%;
  text-align: right; }

.therapistDetail .detailPhoto .thumb img {
  cursor: pointer; }

.therapistDetail .detailPlofile {
  width: 48%; }

.therapistDetail .detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%; }

.therapistDetail .twitter {
  max-height: 600px;
  overflow: hidden; }

.therapistDetail .detail .youtube {
  position: relative; }
  .therapistDetail .detail .youtube iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.therapistDetail .ico_contacts {
  display: flex;
  justify-content: center; }
  .therapistDetail .ico_contacts li {
    width: 60px; }
    .therapistDetail .ico_contacts li:not(:first-child) {
      margin-left: 15px; }

.therapistDetail .detail .bottom {
  margin-top: auto; }

.therapistDetail .detail .name-wrap {
  display: flex;
  justify-content: space-between;
}
.therapistDetail .detail h4 {
  margin-top: 16px;
}
.therapistDetail .detail .name {
  display: block;
  text-align: center;
  margin-right: 0.25em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em; }

.therapistDetail .detail .age {
  color: #95989a;
  font-size: 0.75em; }

.therapistDetail .detail .spec {
  display: block;
  padding: 0.25em 0;
  color: #95989a;
  font-size: 0.75em; }

.therapistDetail .detail .star {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.therapistDetail .detail .star img {
  width: initial; }

.therapistDetail .detail .newface img {
  margin-left: 10px;
  width: 100px; }

.therapistDetail .detail .message {
  margin-bottom: 1.0em;
  font-size: 0.875em; }
.therapistDetail .detail .category {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.therapistDetail .detail .category li {
  padding: 0.5em;
  background-color: #f2efea;
  font-size: 0.875em;
  text-align: center;
}

.therapistDetail .detail .schedule {
  font-size: 0.75em; }

.therapistDetail .detail .schedule table {
  margin-top: 1em; }

.therapistDetail .detail .schedule th {
  text-align: center; }

.therapistDetail .detail .top {
  margin-bottom: 0.75em; }

.therapistDetail .detail .blog {
  padding: 8px 0 0; }

.therapistDetail .qa {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0.5em;
  background-color: #f2efea;
  font-size: 0.875em; }

.therapistDetail .qa dt {
  width: 9em;
  font-weight: bold; }

.therapistDetail .qa dd {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1em; }

@media (max-width: 767px) {
  .therapistDetail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .therapistDetail .detailPhoto {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0.75em; }

  .therapistDetail .detailPhoto .main {
    width: 100%;
    margin-bottom: 0.5em; }

  .therapistDetail .detailPhoto .thumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -ms-flex-pack: center; }

  .therapistDetail .detailPhoto .thumb span {
    width: 20%;
    padding: 0 1%;
    text-align: center; }

  .therapistDetail .detailPlofile {
    width: 100%; }

  .therapistDetail .detail {
    width: 100%; }
  .therapistDetail .detail .youtube {
  padding-top: 56.25%; }
  .therapistDetail .detail .youtube iframe {
    width: 100%;
    height: 100%; }

  .therapistDetail .detail .star {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .therapistDetail .blog {
    text-align: center; } }
.therapistDetail .visitor_boxs {
  max-height: 10em;
  overflow: auto; }
.therapistDetail .visitor_box {
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc; }
.therapistDetail .visitor_box + .visitor_box {
  margin-top: 16px; }
.therapistDetail .visitor_data {
  font-size: 12px;
  margin-right: 0.3em;
  text-align: right; }
.therapistDetail__review_form dl {
  font-size: 14px; }
.therapistDetail__review_form dl {
  margin: 4px 0; }
.therapistDetail__review_form input {
  width: 100%; }
.therapistDetail__review_form textarea {
  width: 100%;
  height: 4em; }
.therapistDetail__review_form .submit {
  text-align: right; }
.therapistDetail__review_form input[type="submit"] {
  height: 40px; }
@media (max-width: 767px) {
  .therapistDetail + .therapistDetail {
    margin-top: 40px; }
  .therapistDetail .detailPhoto {
    margin-bottom: 40px; }
  .therapistDetail .detailPlofile {
    margin-bottom: 30px; } }

/*# sourceMappingURL=page.css.map */
