@charset "UTF-8";
/*下層ページ
----------------------------------------------------*/
#second #header {
  padding-bottom: 24px;
}

#breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 12px;
}

#breadcrumb ul {
  display: flex;
}

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

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

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

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

.ttl02 {
  border: 2px solid #e0d3c5;
  box-sizing: border-box;
  background: #fff7d9;
  font-size: 24px;
  color: #522b05;
  font-weight: bold;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 1em;
}

.ttl03 {
  border-left: 13px solid #caae91;
  border-bottom: 2px solid #caae91;
  border-top: 2px solid #caae91;
  border-right: 2px solid #caae91;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #522b05;
  line-height: 1.5;
  border-radius: 8px;
  margin-bottom: 0;
}

.ttl03.ttl03_mb {
  margin-bottom: 1em;
}

.text_memo01 {
  margin-left: 1em;
}

.text_memo01:before {
  content: "※";
  margin-left: -1em;
}

.list01 {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 1em;
}

.list01 li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
}

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

.list01-01 li {
  font-weight: bold;
}

.list02 {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

.list02 li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 40px;
  margin-bottom: 1em;
  margin-right: 2em;
}

.mark01 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fddc65 60%);
}

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

.tbl02 {
  border-collapse: collapse;
  border: 1px solid #e0d3c5;
  margin-bottom: 1em;
}

.tbl02 tbody tr {
  border-bottom: 1px solid #e0d3c5;
}

.tbl02 tbody tr:last-of-type {
  border-bottom: none;
}

.tbl02 tbody tr th,
.tbl02 tbody tr td {
  width: 50%;
  padding: 20px;
  text-align: center;
}

.tbl02 tbody tr th {
  background: #fff7d9;
}

.tbl03 {
  border-collapse: collapse;
  border: 1px solid #e0d3c5;
  margin-bottom: 1em;
}

.tbl03 tbody tr {
  border-bottom: 1px solid #e0d3c5;
}

.tbl03 tbody tr:last-of-type {
  border-bottom: none;
}

.tbl03 tbody tr th,
.tbl03 tbody tr td {
  padding: 10px 20px;
  text-align: center;
}

.tbl03 tbody tr th {
  width: 30%;
  background: #fff7d9;
}

.price01 {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  color: #a15f70;
  text-decoration: underline;
}

/* 初めての方へ */
.first_conts {
  margin-bottom: 2em;
  min-height: 1px;
}

.first_conts:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

/*施術について
----------------------------------------------------*/
.about_symptoms {
  width: 100%;
  padding: 24px 26px;
  box-sizing: border-box;
  background: #fbf8e5;
}

.about_symptoms dl {
  display: flex;
  margin-bottom: 20px;
}

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

.about_symptoms dl dt {
  background: #faeda5;
  padding: 2px 4px;
  width: 7em;
  height: 2em;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #391902;
  text-align: center;
  margin-right: 16px;
}

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

.about_symptoms dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.about_symptoms dl dd ul li {
  margin-right: 20px;
}

.about_ttl01 {
  line-height: 0;
  text-align: center;
}

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

.about_reason {
  box-sizing: border-box;
  padding: 16px;
  border: 6px solid #afd721;
}

.about_reason-ttl {
  position: relative;
  padding: 8px 0;
  padding-left: 74px;
  min-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #391902;
  line-height: 1.4;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.about_reason-ttl:after {
  content: "";
  display: block;
  width: 46px;
  height: 76px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.about_reason-ttl01:after {
  background-image: url("../images/second/reason_ttl-no1.png");
}

.about_reason-ttl02:after {
  background-image: url("../images/second/reason_ttl-no2.png");
}

.about_reason-ttl03:after {
  background-image: url("../images/second/reason_ttl-no3.png");
}

.about_reason-conts {
  margin-bottom: 24px;
  padding: 0 12px 24px 12px;
  border-bottom: 2px dotted #e0e0e0;
}

.about_reason-conts:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.about_reason-img {
  float: right;
  margin-left: 32px;
}

.about_reason-text p {
  margin-bottom: 1em;
}

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

/*施術料金
----------------------------------------------------*/
.menu_conts {
  margin-top: 40px;
  min-height: 1px;
}

.menu_conts:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

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

/*お客様の声
----------------------------------------------------*/
.secondvoice {
  margin-bottom: 30px;
}

/*地図・行き方
----------------------------------------------------*/
.access_map {
  margin-bottom: 1em;
}

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

/*先生の紹介
----------------------------------------------------*/
.staff_img {
  float: right;
  margin-left: 30px;
}

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

.staff_info {
  text-align: center;
  margin-top: 12px;
  font-family: "GenJyuuMed";
}

.staff_info span {
  font-size: 1.3em;
  display: block;
  line-height: 1.3;
}

/*店内ギャラリー
----------------------------------------------------*/
.photo_gallery {
  display: flex;
  flex-wrap: wrap;
}

.photo_gallery li {
  width: calc(100% / 4 - 12px);
  margin-right: 16px;
}

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

.photo_gallery li:nth-of-type(4n) {
  margin-right: 0;
}

/*お問い合わせ
----------------------------------------------------*/
.contact_memo {
  background: #fbf8e5;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 6px;
}

.contact_memo .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.contact_memo .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  top: calc(1em - 5px);
  left: 0;
  z-index: 1;
}

.contact_memo .ttl span {
  background: #fbf8e5;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.contact_memo ul {
  margin-top: 14px;
  display: flex;
}

.contact_memo ul li {
  background: url(../images/top/top_hikaku-check02.png) no-repeat left top;
  padding-left: 32px;
  margin-right: 24px;
}

.contact_tel {
  margin-bottom: 30px;
}

.contact_tel p {
  margin-bottom: 0;
}

.contact_telnum {
  font-size: 16px;
}

.contact_telnum span {
  margin-left: 4px;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: underline;
}

.contact_form {
  margin-top: 2em;
}

.contact_form-tbl,
.contact_form-tbl tbody {
  display: block;
}

.contact_form-tbl {
  border: 1px solid #e0d3c5;
}

.contact_form-tbl tbody tr {
  display: flex;
  border-bottom: 1px solid #e0d3c5;
}

.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #fff7d9;
  border-right: 1px solid #e0d3c5;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.contact_form-tbl tbody tr td {
  width: calc(100% - 10em);
  box-sizing: border-box;
  padding: 16px 10px;

  display: flex;
  flex-wrap: wrap;
}

.contact_form-tbl tbody tr td input {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td textarea {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  min-height: 8em;
}

.required {
  display: flex;
  align-items: center;
  background: #e83200;
  color: #fff;
  padding: 0 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
}

.contact_form-send input {
  width: 100%;
  max-width: 300px;
  background: #f4822c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 24px auto 15px;
  border: none;
  display: block;
}

.form_submit {
  margin-top: 15px;
  text-align: center;
}

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

.form_confirm {
  font-size: 16px;
  text-align: center;
  margin-top: 1em;
}

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

/*初めての方へ
----------------------------------------------------*/
.first_ttl01 {
  text-align: center;
  margin-bottom: 16px;
}

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

.first_strong01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f4822c;
}

.first_strong01 strong {
  border-bottom: 2px solid;
}

.first-ttl02 {
  margin-bottom: 1em;
}

.point_conts {
  margin-bottom: 30px;
}

.point_conts:first-of-type {
  margin-top: 2.5em;
}

.point_conts-ttl {
  margin-left: 64px;
  position: relative;
  box-sizing: border-box;
  padding: 8px 24px 8px 32px;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #391902;
  border-bottom: 2px dotted #735d4e;
}

.point_conts-ttl:before {
  content: "";
  width: 86px;
  height: 86px;
  background-position: left center;
  position: absolute;
  left: -64px;
  top: -15px;
  display: flex;
  align-items: center;
}

.point_ttl01:before {
  background-image: url("../images/second/point01.png");
}

.point_ttl02:before {
  background-image: url("../images/second/point02.png");
}

.point_ttl03:before {
  background-image: url("../images/second/point03.png");
}

.point_ttl04:before {
  background-image: url("../images/second/point04.png");
}

.point_ttl05:before {
  background-image: url("../images/second/point05.png");
}

.first-okotowari dl {
  margin-bottom: 15px;
}

.first-okotowari dl dt {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px dotted #735d4e;
  margin-bottom: 4px;
  color: #391902;
  position: relative;
  padding-left: 14px;
}

.first-okotowari dl dt:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-left: 8px solid #735d4e;
  position: absolute;
  left: 0;
  top: 9px;
}

.firstad_conts {
  margin-bottom: 20px;
}

/*施術の流れ
----------------------------------------------------*/
.flow_conts {
  margin-top: 40px;
  min-height: 1px;
}

.flow_conts:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

.flow_ttl01 {
  background: url("../images/common/bg_ttl01.jpg") repeat left top;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.flow_ttl01 span {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
  color: #522b05;
}

/*先生の紹介
----------------------------------------------------*/
.staff_info-img {
  text-align: center;
}

.staff_info-capacity {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 18px 24px 16px;
  min-width: 120px;
  max-width: 400px;
  margin: 1.5em auto;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #fddc65;
  box-sizing: border-box;
  border-radius: 8px;
}

.staff_info-capacity:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.staff_info-capacity:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fddc65;
  z-index: 1;
}

.staff_info-dl {
  margin-top: 1em;
}

.staff_info-dl dl {
  display: flex;
  flex-wrap: wrap;
}

.staff_info-dl dl dt {
  width: 4em;
}

.staff_info-dl dl dd {
  width: calc(100% - 4em);
}

/*よくある質問
----------------------------------------------------*/
.faq-a {
  margin-top: 1em;
  padding-top: 1em;
}

.faq-a:first-of-type {
  margin-top: -1em;
}

.faq-a dt {
  font-size: 17px;
  font-weight: bold;
  color: #57333d;
  border-bottom: 1px dotted #533d43;
  margin-bottom: 12px;
  padding-left: 2em;
  position: relative;
}

.faq-a dt:before {
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
  color: #a15f70;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -8px;
}

/*アクセス
----------------------------------------------------*/
.access_root-list ul {
  border: 1px solid #a15f70;
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 12px;
}

.access_root-list ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.access_root-list ul li:last-child {
  margin-bottom: 0;
}

.access_root-list ul li:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left: 8px solid #a15f70;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 4px;
}

.access_root-conts {
  padding-top: 2em;
}

.access_root-conts:last-of-type {
  padding-bottom: 0;
}

.access_root-info {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
}

.access_root-info li {
  width: calc(50% - 10px);
  margin-right: 20px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e0d3c5;
  margin-top: 40px;
  position: relative;
}

.access_root-info li:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #a15f70;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.access_root-info li figure {
  line-height: 0;
  margin-bottom: 8px;
}

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

.access_root-info li p:last-of-type {
  margin-bottom: 0;
}

.access_root-info li:nth-child(2n) {
  margin-right: 0;
}

/*症状紹介ページ共通
----------------------------------------------------*/
.second-mainimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_ttl01 {
  text-align: center;
  line-height: 0;
}

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

.nayami_ul {
  box-sizing: border-box;
  border: 2px solid #a15f70;
  background: #faf5f6;
  border-radius: 8px;
  padding: 18px 26px;
  margin-bottom: 1em;
}

.nayami_ul li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  margin-bottom: 12px;
}

.nayami_ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 3px solid #a15f70;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 3px;
}

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

/*症状コラム
----------------------------------------------------*/
.column_cat-archive{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column_cat-archive li{
  border-bottom: 1px dashed;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.column_cat-archive li a{
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}

.column_cat-archive li a:before{
  content: "";
  display: block;
  background: url(../images/common/side_icon.png) no-repeat left top;
  width: 6px;
  height: 11px;
  position: absolute;
  left: 4px;
  top: 6px;
}


.column_cat-archive li.column_cat-nocolumn{
  border: none;
}

.column_single h3{
  border-left: 13px solid #caae91;
  border-bottom: 2px solid #caae91;
  border-top: 2px solid #caae91;
  border-right: 2px solid #caae91;
  box-sizing: border-box;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #522b05;
  line-height: 1.5;
  border-radius: 8px;
  margin-bottom: 1em;
  margin-top: 1.5em;
  clear: both;
}

.column_single h4{
  border-bottom: 2px solid #caae91;
  box-sizing: border-box;
  padding: 12px 0 4px;
  font-size: 16px;
  font-weight: bold;
  color: #522b05;
  line-height: 1.5;
  margin-bottom: 1em;
  clear: both;

  position: relative;
}

.column_single h4:after{
  content: "";
  position: absolute;
  border-bottom: 2px solid #caae91;
  width: 100%;

  bottom: -7px;
  left: 0;
}

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

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

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

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

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

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

.wp-pagenavi{
  margin-top: 1em;
  text-align: center;
}

