@charset "UTF-8";
/*second
----------------------------------------------------*/
/* 共通 */
.secondconts01 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.secondconts01:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* second_ttl */
#second_ttl {
  background: url("../images/second/mainttl_bg.png") no-repeat center center/cover;
  box-sizing: border-box;
  padding: 40px 0;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second_mainttl {
  width: 95%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}

#breadcrumb {
  width: 95%;
  max-width: 1250px;
  margin: 12px auto 16px;
}

#breadcrumb ul {
  display: flex;
  flex-direction: row;
}

#breadcrumb ul li {
  font-size: 14px;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

#breadcrumb ul li a {
  color: inherit;
  text-decoration: underline;
}

/* 施術の流れ */
.flow_conts {
  margin-bottom: 64px;
}

.flow_conts:last-of-type {
  margin-bottom: 0;
}

.flow_ttl {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #1a1a1a;
  padding-left: 24px;
  margin-bottom: 32px;
}

.flow_ttl:before {
  position: absolute;
  left: 0;
  top: 0;
}

.flow_ttl01:before {
  content: "1.";
}

.flow_ttl02:before {
  content: "2.";
}

.flow_ttl03:before {
  content: "3.";
}

.flow_wrap {
  display: flex;
  flex-direction: row;
}

.flow_img {
  width: 100%;
  max-width: 470px;
}

.flow_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.flow_text {
  width: 100%;
  margin-left: 40px;
}

/* price */
.price_tbl tbody tr th .br, .price_tbl tbody tr td .br {
  display: block;
  width: 100%;
}

/* staff */
.staff_conts {
  margin-bottom: 64px;
}

.staff_conts:last-of-type {
  margin-bottom: 0;
}

.staff_wrap {
  display: flex;
  flex-direction: row;
  position: sticky;
}

.staff_img {
  width: 75vw;
  max-width: 300px;
  position: sticky;
}

.staff_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.staff_text {
  width: 100%;
  margin-left: 64px;
}

.staff_ttl {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.staff_ttl span {
  margin-left: 8px;
  font-size: 1.25em;
}

/* access */
.access_conts {
  margin-bottom: 80px;
}

.access_conts:last-of-type {
  margin-bottom: 0;
}

.access_map {
  margin-top: 32px;
}

.access_map iframe {
  width: 100%;
  max-height: 480px;
  height: 40vw;
}

.access_rootconts {
  margin-bottom: 48px;
}

.access_rootconts:last-child {
  margin-bottom: 0;
}

.access_rootconts-wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.access_rootimglist ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.access_rootimglist ul li {
  line-height: 0;
}

.access_rootimglist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_root-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_root-arrow {
  margin: 0 15px;
}

.access_root-text {
  margin-top: 16px;
}

.access_parking {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.access_parking-img {
  width: 100%;
  max-width: 420px;
}

.access_parking-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_parking-text {
  width: 100%;
  margin-right: 40px;
}

/* fc */
.fc_main {
  padding-bottom: 0;
}

.fc_conts {
  margin-bottom: 80px;
}

.fc_conts:last-of-type {
  margin-bottom: 0;
}

.fc_importance-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.fc_importance-img {
  width: 100%;
  max-width: 470px;
}

.fc_importance-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fc_importance-list {
  width: 100%;
  box-sizing: border-box;
  margin-right: 40px;
}

.fc_importance-list li {
  background: url("../images/second/fc_icon01.png") no-repeat left top;
  min-height: 32px;
  font-size: 17px;
  box-sizing: border-box;
  padding-top: 6px;
  padding: 3px 0 0 40px;
  margin-bottom: 12px;
}

.fc_importance-list li:last-of-type {
  margin-bottom: 0;
}

.fc_fclist {
  display: flex;
  flex-direction: column;
}

.fclist_textarea01 {
  margin-bottom: 40px;
}

.fclist_textarea01 p {
  font-size: 20px;
  text-align: center;
}

.fclist_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px;
}

.fclist_info .fclist_info-conts {
  width: calc(50% - 32px);
}

.fclist_info .fclist_info-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fclist_info .fclist_info-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.fc_message {
  margin-top: 80px;
  background: #ede6da;
  box-sizing: border-box;
  padding: 64px 0;
}

.fc_message-wrap {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.fc_message-img {
  width: 100%;
  max-width: 470px;
}

.fc_message-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fc_message-text {
  width: 100%;
  margin-right: 40px;
}

.fc_message-text p {
  font-size: 16px;
  margin-bottom: 1em;
}

.fc_message-text p:last-of-type {
  margin-bottom: 0;
}

/* contact */
.contact_conts {
  margin-bottom: 80px;
}

.contact_conts:last-of-type {
  margin-bottom: 0;
}

.contact_telnum {
  font-size: 20px;
  font-weight: bold;
}

.contact_telnum a {
  color: #db3a34;
}

.contact_tel, .contact_mail {
  margin-top: 40px;
}

.contact_tel p {
  margin-bottom: 5px;
}

.contact_telnum a {
  font-size: 1.5em;
  font-weight: bold;
}

.contact_telopen dl {
  display: flex;
  flex-direction: row;
}

.contact_telopen dl dt {
  width: 5.5em;
}

.contact_telopen dl dd {
  width: fit-content;
}

.contact_form {
  width: 100%;
  background: #ede6da;
  padding: 30px 40px;
  margin-top: 40px;
  box-sizing: border-box;
}

.form_tbl tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}

.form_tbl tr th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
}

.form_tbl tr td {
  width: 100%;
  display: block;
}

.form_tbl tr td input,
.form_tbl tr td textarea,
.form_tbl tr td select,
.form_tbl tr td select option {
  font-size: 17px !important;
}

.form_tbl tr td textarea {
  width: 100%;
  min-height: 200px;
}

.form_tbl tr td .select_form_data {
  margin-left: 4px;
  padding: 1px;
  box-sizing: border-box;
}

.required {
  background: #ec3838;
  padding: 0 5px;
  font-size: 0.8em;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.wpcf7-spinner {
  display: block;
}

.form_name {
  display: block;
  width: 100%;
  max-width: 25em;
}

.form_mail {
  display: block;
  width: 100%;
  max-width: 30em;
}

.form_tel {
  display: block;
  width: 100%;
  max-width: 10em;
}

.form_reserve01, .form_reserve02, .form_reserve03 {
  width: 100%;
  max-width: 20em;
}

.form_textarea {
  display: block;
  width: 100%;
  min-height: 200px;
}

.form_confirm {
  font-size: 16px;
  text-align: center;
}

.form_submit {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}

.form_submit input {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #b5a17f;
  border-radius: 100px;
  -webkit-appearance: none;
}

.form_submit input[disabled] {
  background: #ccc;
}

.form_patient{
  display: block;
  text-align: center;
  margin: 24px auto 0;
}

.form_patient a{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

/* faq */
.faq_conts {
  margin-bottom: 40px;
}

.faq_conts:last-of-type {
  margin-bottom: 0;
}

.faq_q {
  background: #ede6da;
  box-sizing: border-box;
  padding: 16px;
}

.faq_q-ttl {
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: bold;
}

.faq_q-ttl:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}

.faq_a {
  box-sizing: border-box;
  padding: 16px;
}

.faq_a-text {
  position: relative;
  padding-left: 1.75em;
}

.faq_a-text:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: -2px;
  color: #ae994a;
  font-size: 18px;
}

.faq_a-text p {
  font-size: 16px;
}

/* case */
#case_mainimage {
  width: 100%;
  max-height: 100%;
  background: #f7f4ed;
  position: relative;
}

#case_mainimage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/top/mainimage_bg.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

#case_mainimage-ttl {
  width: 95%;
  margin: 0 auto;
  line-height: 0;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

#case_mainimage-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#case_mainimage-strongpoint {
  display: none;
}

.case_conts {
  margin-bottom: 96px;
}

.case_conts:last-of-type {
  margin-bottom: 0;
}

/* 膝痛 */
.case_ttl01 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  border-bottom: 1px dashed;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}

.case_ttl01:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccb896;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100px;
}

.case_conts01,
.case_conts02,
.case_conts03 {
  margin: 24px 0;
}

.case_conts01.top0,
.case_conts02.top0,
.case_conts03.top0 {
  margin-top: 0;
}

.case_conts01.btm0,
.case_conts02.btm0,
.case_conts03.btm0 {
  margin-bottom: 0;
}

.case_conts01-wrap,
.case_conts02-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.case_conts03-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}

.case_subconts01 {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #ede6da;
  padding: 24px;
}

.case_subconts02 {
  width: calc(100% / 3 - 14px);
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #ede6da;
  padding: 16px;
}

.case_subconts03 {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #ede6da;
  padding: 24px;
}

/* traffic */
.traffic_step {
  margin-top: 64px;
}

.traffic_step-mainttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
}

.traffic_stepconts {
  margin-top: 40px;
}

.traffic_stepconts:first-of-type {
  margin-top: 24px;
}

.traffic_stepconts {
  background: #f9f4eb;
  box-sizing: border-box;
  padding: 32px;
}

.traffic_step-ttl {
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
  min-height: 56px;
  padding-left: 68px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 32px;
}

.traffic_step-ttl span {
  width: 40px;
  height: 40px;
  background: #ccb896;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 16px;
  top: 16px;
}

.traffic_step-subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px !important;
  text-decoration: underline;
}

.traffic_step-osusume {
  margin-top: 1em;
  display: flow-root;
  box-sizing: border-box;
}

.traffic_step-list01 {
  margin-top: 0 !important;
}

.traffic_stepsubconts {
  margin-top: 16px;
}

.traffic_step-subtt01 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.traffic_step-subtt01:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
}

/* sango */
.sango_kotsuban-img {
  margin-top: 24px;
}

.sango_start {
  background: #fff1f1;
  border: 4px solid #ede6da;
  box-sizing: border-box;
  padding: 40px;
}

.sango_startconts {
  display: flex;
  flex-direction: row;
  margin-bottom: 64px;
}

.sango_startconts:last-of-type {
  margin-bottom: 0;
}

.sango_startconts.last {
  margin-bottom: 0;
}

.sango_start-l {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100px;
  border-radius: 12px;
  position: relative;
}

.sango_start-l:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -68px;
}

.sango_start-l p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.sango_start-r {
  width: calc(100% - 200px);
  margin-left: 40px;
}

.sango_startconts01 .sango_start-l {
  background: #fc5b84;
}

.sango_startconts01 .sango_start-l:before {
  border-top-color: #fc5b84;
}

.sango_startconts01 .sango_start-ttl {
  color: #fc5b84;
}

.sango_startconts02 .sango_start-l {
  background: #75b7f0;
}

.sango_startconts02 .sango_start-l:before {
  border-top-color: #75b7f0;
}

.sango_startconts02 .sango_start-ttl {
  color: #75b7f0;
}

.sango_startconts03 .sango_start-r p,
.sango_startconts04 .sango_start-r p,
.sango_startconts05 .sango_start-r p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.sango_startconts03 .sango_start-l {
  background: #f5bf36;
}

.sango_startconts03 .sango_start-l:before {
  border-top-color: #f5bf36;
}

.sango_startconts03 .sango_start-ttl {
  color: #f5bf36;
}

.sango_startconts03 .sango_start-r p {
  color: #f5bf36;
}

.sango_startconts04 .sango_start-l {
  background: #8bcc37;
}

.sango_startconts04 .sango_start-l:before {
  border-top-color: #8bcc37;
}

.sango_startconts04 .sango_start-ttl {
  color: #8bcc37;
}

.sango_startconts04 .sango_start-r p {
  color: #8bcc37;
}

.sango_startconts05 .sango_start-l {
  background: #57c449;
}

.sango_startconts05 .sango_start-l:before {
  content: none;
}

.sango_startconts05 .sango_start-ttl {
  color: #57c449;
}

.sango_startconts05 .sango_start-r p {
  color: #57c449;
}

.sango_start-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}

.sango_start-textarea01 {
  margin-top: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
}

.sango_start-textarea01 p {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.sango_start-textarea01 p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.sango_start-textarea02 {
  margin-top: 24px;
}

.sango_merit {
  margin: 24px auto;
}

.sango_meritconts {
  border: 4px solid #fc5b84;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 32px;
}

.sango_meritconts:last-of-type {
  margin-bottom: 0;
}

.sango_merit-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fc5b84;
  position: relative;
  padding-left: 5.5em;
  margin-bottom: 20px;
}

.sango_merit-ttl span {
  background: #fc5b84;
  box-sizing: border-box;
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  width: 5.5em;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  font-size: 0.85em;
}

.sango_meritconts .img_f-l {
  margin-bottom: 0;
}

/*wordpress
----------------------------------------------------*/
.case_singlelist-link{
  display: flex;
  flex-direction: column;
}

.case_singlelist-link li{
  margin-bottom: 16px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.case_singlelist-link li:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #333;
  border-radius: 100px;
}

.case_singlelist-link li a{
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}

.pagination{
  margin-top: 24px;
}

.nav-links{
  text-align: center;
}

.nav-links .current,
.nav-links a{
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 4px 12px;
}

.nav-links .current{
  font-weight: bold;
}

.nav-links a{
  text-decoration: none;
}

.case_single h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  background: #463d2e;
  box-sizing: border-box;
  color: #fff;

  line-height: 1.5;
  margin: 2em 0 1em;
  padding: 12px 20px;
  text-align: left;
  letter-spacing: 0.075em;
  position: relative;
}

.case_single h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin: 1em 0;
  text-align: left;
  letter-spacing: 0.075em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  position: relative;
}

.case_single h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.case_single h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  text-align: left;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 20px;
}

.case_single h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 100px;
}

.case_single ul {
  margin: 1em 0;
}

.case_single ul li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}

.case_single ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #b5a17f;
}

.case_single ol {
  margin: 1em 0;
  counter-reset: num;
  padding: 0;
}

.case_single ol li {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}

.case_single ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: block;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #b5a17f;
}

.case_single p {
  margin-bottom: 1em;
}

.case_single img {
  width: auto;
  max-width: 100%;
  height: auto;
}
