@charset "UTF-8";
/*WEBフォント
----------------------------------------------------*/
/*下層ページ
----------------------------------------------------*/
/* common */
#breadcrumb {
  margin-bottom: 16px;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

#breadcrumb ul li a {
  font-size: 12px;
  color: inherit;
}

.second_mainttl {
  border-top: 4px solid #383869;
  border-bottom: 4px solid #383869;
  background: #f5f8fa;
  padding: 16px 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #383869;
  margin-bottom: 40px;
}

.secondconts {
  margin-bottom: 48px;
}

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

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

.second_subconts01 {
  margin-bottom: 40px;
}

.second_subconts02 {
  margin-top: 32px;
}

/* about */
.about_mainmessage {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  color: #383869;
  line-height: 1.5;
}

.about_mainmessage {
  margin-bottom: 24px !important;
}

/* staff */
.staff_conts01 {
  margin-top: 32px;
}

.staff_conts02,
.staff_conts03,
.staff_conts04 {
  margin-top: 32px;
  box-sizing: border-box;
  padding: 32px;
}

.staff_conts02 {
  background: #f7f1e9;
}

.staff_conts03 {
  background: #f5f8fa;
}

.staff_conts04 {
  background: #fbfbf0;
}

.staff_dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

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

.staff_dl dt {
  width: fit-content;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.staff_dl dd {
  width: fit-content;
}

.staff_conts03-sub {
  margin-top: 12px;
}

.staff_conts03-sub:first-of-type {
  margin-top: 0;
}

.staff_ttl01 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #383869;
  text-align: center;
}

/* access */
.access_info {
  border: 2px solid #dadada;
  box-sizing: border-box;
  padding: 32px;
  margin-top: 32px;
}

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

.access_info-dl dl dt, .access_info-dl dl dd {
  font-size: 15px;
}

.access_info-dl dl dt {
  font-weight: bold;
  position: relative;
  width: 7em;
}

.access_info-dl dl dt:before {
  content: "【";
}

.access_info-dl dl dt:after {
  content: "】";
}

.access_info-dl dl dd {
  width: calc(100% - 7em);
}

.acces_info-map {
  margin-top: 24px;
}

.acces_info-map iframe {
  width: 100%;
  min-height: 400px;
}

/* contact */
.reserve_telnum {
  margin-bottom: 8px !important;
}

.reserve_telnum a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
}

.reserve_telnum a span {
  font-size: 1.5em;
  line-height: 1;
}

.reserve_tel-open {
  margin-bottom: 1em;
}

.reserve_tel-open dl {
  display: flex;
  flex-direction: row;
}

.reserve_tel-open dl dt, .reserve_tel-open dl dd {
  width: fit-content;
}

.reserve_tel-open dl dt {
  font-weight: bold;
  margin-right: 12px;
}

.reserve_btn a {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 12px;
}

.reserve_btn a img {
  margin-right: 12px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.reserve_web a {
  background: #b44400;
}

.reserve_line a {
  background: #68c44f;
}

.reserve_form-subconts01 {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 24px;
}

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

.reserve_form-subconts01 p:last-of-type {
  margin-bottom: 0 !important;
}

.reserve_form-subconts01-dl01 dl {
  display: flex;
  flex-direction: row;
}

.reserve_form-subconts01-dl01 dl dt, .reserve_form-subconts01-dl01 dl dd {
  width: fit-content;
}

.reserve_form-subconts01-dl-memo {
  font-size: 13px;
}

.reserve_form-subconts01-dl02 {
  margin-top: 1em;
}

.reserve_form-subconts01-dl02 dl {
  margin-bottom: 8px;
  line-height: 1.65;
}

.reserve_form-subconts01-dl02 dl:last-of-type {
  margin-bottom: 0;
}

.reserve_form-subconts01-dl02 dl dt {
  font-weight: bold;
}

.form_tbl {
  display: block;
}

.form_tbl tbody {
  display: block;
}

.form_tbl tbody tr {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d6d5d4;
}

.form_tbl tbody tr:last-of-type {
  border-bottom: 1px solid #d6d5d4;
}

.form_tbl tbody tr th, .form_tbl tbody tr td {
  display: block;
  box-sizing: border-box;
  padding: 12px 24px;
}

.form_tbl tbody tr th p:last-of-type, .form_tbl tbody tr td p:last-of-type {
  margin-bottom: 0 !important;
}

.form_tbl tbody tr th {
  width: 35%;
  background: #f7f1e9;
  text-align: left;
}

.form_tbl tbody tr th p {
  font-weight: bold;
}

.form_tbl tbody tr td {
  width: 65%;
  line-height: 1.75;
}

.form_tbl tbody tr td input,
.form_tbl tbody tr td textarea,
.form_tbl tbody tr td select,
.form_tbl tbody tr td select option {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}

.form_tbl tbody tr td input[type="checkbox"] {
  display: inline-block;
  width: 1em;
}

.form_tbl tbody tr td textarea {
  min-height: 200px;
}

.form_tbl tbody tr td.reserve_confirm {
  position: relative;
  /* padding-left: 2.5em; */
}

.form_tbl tbody tr td .wpcf7-list-item{
    margin-left: 0;
}

.form_tbl tbody tr td.reserve_confirm input {
  position: relative;
}

.required {
  background: #db0404;
  color: #fff;
  padding: 10px 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin-left: 12px;
  display: inline-block;
}

.reserve_form-reserveconts {
  margin-bottom: 8px;
}

.reserve_form-reserveconts input {
  margin-bottom: 12px;
}

.reserve_form-reserveconts input:last-of-type {
  margin-bottom: 0;
}

.reserve_form-reserveconts select {
  margin-top: 12px;
}

.form_submit input {
  width: 100%;
  max-width: 320px;
  background: #383869;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 36px auto 0;
  border: none;
  display: block;
}

.form_submit input:disabled {
  background: #999;
}

/* faq */
.faq_q-list {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 24px;
}

.faq_q-list ul li {
  margin-bottom: 4px;
}

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

.faq_q-list ul li a {
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  color: inherit;
}

.faq_q-list ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #383869;
  position: absolute;
  left: 0;
  top: 2px;
}

.faq_conts {
  padding-top: 12px;
}

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

.faq_a-ttl,
.faq_texteare {
  position: relative;
}

.faq_a-ttl:before,
.faq_texteare:before {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_a-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-left: 56px;
  border-bottom: 2px dotted #303030;
  min-height: 40px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.faq_a-ttl:before {
  content: "Q";
  background: #383869;
}

.faq_texteare {
  min-height: 40px;
  padding-left: 56px;
}

.faq_texteare:before {
  content: "A";
  background: #5d4037;
}

/* case */
.case_mainimage {
  margin-bottom: 40px;
}

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

.case_infomovie {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 16px;
  line-height: 0;
}

.case_infomovie iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
}

.case_why p {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.65;
}

.case_why p .br {
  display: block;
}

.case_ttl01 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
  color: #5d4037;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.case_ttl01 span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #5d4037;
  box-sizing: border-box;
  padding: 6px 8px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 1px;
}

.case_ttl02 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 56px;
  position: relative;
  line-height: 1.5;
  color: #b44400;
  margin-bottom: 12px;
  position: relative;
  min-height: 36px;
}

.case_ttl02 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: -3px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #b44400;
}

/* 症状別紹介 */
.column_cat-archive{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column_cat-archive li{
  width: 100%;
  border-bottom: 1px dashed;
  padding-bottom: 6px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}

.column_cat-archive li:before{
  content: "";
  display: block;
  background: #383869;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 11px;
}

.column_cat-archive li a{
  text-decoration: none;
  color: inherit;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 16px;
}

.column_single h3{
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: #383869;
  padding: 16px;
  margin-bottom: 16px;
  margin-top: 1em;
}

.column_single h4{
  border-left: 9px solid #383869;
  border-bottom: 1px dashed #383869;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #fff;
  padding: 8px 8px 8px 12px;
  box-sizing: border-box;
  margin-top: 1.5em;
}

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

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

.column_single .wp-caption {
  width: auto !important;
  max-width: 100% !important;
}

.column_single .alignleft,
.column_single .alignright,
.column_single .aligncenter {
  display: block;
}

.column_single .alignleft,
.column_single .alignright {
  margin-bottom: 24px;
}

.column_single .alignleft {
  float: left;
  margin-right: 24px;
}

.column_single .alignright {
  float: right;
  margin-left: 24px;
}

.column_single .aligncenter {
  margin: 0 auto;
  text-align: center;
}

.column_single iframe {
  width: 100%;
  height: 100%;
}

.column_single ol {
  counter-reset: olnum;
  padding: 0 1em;
  margin-bottom: 1em;
}

.column_single ol li {
  position: relative;
  padding-left: 1.5em;
}

.column_single ol li:before {
  content: counter(olnum) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  counter-increment: olnum;
}

.column_single ul {
  padding: 0 1em;
  margin-bottom: 1em;
}

.column_single ul li {
  list-style-type: disc;
}