@charset "UTF-8";
/*フォント
----------------------------------------------------*/
@font-face {
  font-family: 'hannari';
  /* 任意のフォント名 */
  src: url("../font/hannari.woff2") format("woff2"), url("../font/hannari.woff") format("woff"), url("../font/hannari.ttf") format("truetype");
  font-style: normal;
}

/*下層ページ
----------------------------------------------------*/
#second #nav {
  padding-bottom: 16px;
}

#second #main {
  margin: 40px auto 120px;
}

#second .conts01 p {
  margin-bottom: 1em;
}

#second .conts02 p {
  margin-bottom: 1em;
}

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

#breadcrumb ul {
  display: flex;
}

#breadcrumb ul li {
  font-size: 13px;
  color: #5c493a;
  line-height: 1.5;
}

#breadcrumb ul li a {
  font-size: 13px;
  color: #5c493a;
  text-decoration: none;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
  position: relative;
  top: -1px;
}

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

.second_mainttl {
  border-left: 6px solid #333333;
  background: #e9e4de;
  box-sizing: border-box;
  padding: 24px 0 24px 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}

.list01 {
  background: #e9f0f0;
  box-sizing: border-box;
  padding: 24px 24px 12px;
  margin: 1em 0;
}

.list01 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list01 ul li {
  position: relative;
  margin-right: 24px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.list01 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #009885;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

.list02 {
  background: #e9f0f0;
  box-sizing: border-box;
  padding: 24px 24px 12px;
  margin: 1em 0;
}

.list02 ul li {
  position: relative;
  margin-right: 24px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.list02 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #009885;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

/*初めての方へ
----------------------------------------------------*/
.first_selectconts {
  margin-bottom: 40px;
}

.first_torikumi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.first_torikumiconts {
  width: calc(50% - 4px);
  background: #e9f0f0;
  box-sizing: border-box;
  padding: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.first_torikumiconts:nth-of-type(2n) {
  margin-right: 0;
}

.first_torikumiconts p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

.first_torikumiconts-img {
  margin-bottom: 4px;
}

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

/*メニュー・料金
----------------------------------------------------*/
/* 施術の流れ */
.flow_conts {
  margin-top: 24px;
}

/*スタッフ紹介
----------------------------------------------------*/
.staff_list ul li {
  position: relative;
  padding-left: 16px;
}

.staff_list ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #009885;
  border-radius: 100px;
}

/*アクセス
----------------------------------------------------*/
.access_info-map iframe {
  width: 100%;
  min-height: 480px;
}

.access_parking-conts {
  background: #fffef9;
  box-sizing: border-box;
  border: 1px solid #e5d9d0;
  padding: 16px;
  margin-top: 32px;
}

.access_parking-imglist {
  display: flex;
  justify-content: space-between;
}

.access_parking-imglist li {
  width: calc(100% / 3);
  margin-right: 10px;
  line-height: 0;
}

.access_parking-imglist li:last-of-type {
  margin-right: 0;
}

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

.access_parking-text {
  margin-top: 12px;
}

.access_parking-text p:last-of-type {
  margin-bottom: 0 !important;
}

.access_root-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.access_rootconts {
  width: calc(50% - 13px);
  max-width: 348px;
  margin-right: 26px;
  margin-bottom: 26px;
  background: #fff;
  box-sizing: border-box;
  background: #e9f0f0;
  padding: 24px;
}

.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}

.access_root-ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 54px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 36px;
  margin-bottom: 12px;
}

.access_root-num {
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

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

/*お問い合わせ
----------------------------------------------------*/
.reserve_telnum {
  font-size: 24px;
  font-weight: bold;
  color: #009885;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.reserve_telnum span {
  margin-right: 4px;
}

.reserve_telnum a {
  font-size: 1.5em;
  color: #009885;
}

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

.reserve_open dl dt:after {
  content: ":";
}

.reserve_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

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

.reserve_linebtn a {
  background: linear-gradient(to bottom, #62d23a 0%, #62d23a 50%, #4fc624 50%, #4fc624 100%);
}

.reserve_webreservebtn a {
  background: linear-gradient(to bottom, #e6005c 0%, #e6005c 50%, #d30054 50%, #d30054 100%);
}

.reserve_orikaeshi {
  background: #e9f0f0;
  box-sizing: border-box;
  padding: 24px 32px;
}

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

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

.reserve_orikaeshi_text01 dl dt:after {
  content: "：";
}

.contact_form-tbl {
  margin-top: 32px;
}

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

.contact_form-tbl {
  border: 1px solid #c4c0bb;
  box-sizing: border-box;
}

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

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

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

.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #e9f0f0;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
  border-right: 1px solid #c4c0bb;
}

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

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

.contact_form-tbl tbody tr td select{
  margin: 8px 0;
}

.contact_form-tbl tbody tr td input[type="radio"],
.contact_form-tbl tbody tr td input[type="checkbox"] {
  width: 1em;
}

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

.contact_form-tbl tbody tr td.radiotd label {
  display: block;
}

.contact_form-tbl tbody tr td .reserve_menu .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.contact_form-tbl tbody tr:last-of-type th, .contact_form-tbl tbody tr:last-of-type td {
  border-bottom: none;
}

.contact_menu-text01 {
  margin: 1em auto;
}

.required {
  background: #eb4828;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin-left: 12px;
}

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

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

/*よくある質問
----------------------------------------------------*/
.faq_q-conts {
  background: #e9f0f0;
  box-sizing: border-box;
  padding: 32px;
}

.faq_q-list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.faq_q-list li {
  position: relative;
  padding-left: 16px;
}

.faq_q-list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #009885;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}

.faq_q-list li a {
  text-decoration: none;
  color: inherit;
}

.faq_a-conts {
  padding-top: 24px;
}

.faq_a-conts:first-of-type {
  padding-top: 0;
}

.faq_a-q,
.faq_a-a {
  position: relative;
  padding-left: 48px;
  min-height: 36px;
}

.faq_a-q:before,
.faq_a-a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
}

.faq_a-q {
  font-weight: bold;
  border-bottom: 1px dashed #999;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.faq_a-q:before {
  content: "Q";
  background: #009885;
}

.faq_a-a:before {
  content: "A";
  background: #333;
}

/*症状別ページ
----------------------------------------------------*/
.case_nayami-ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 175px;
  font-size: 36px;
  background: url("../images/second/case_onayami-img.png") no-repeat 16px top;
  padding-left: 180px;
  text-align: left;
  margin-bottom: 0;
}

/*新着情報
----------------------------------------------------*/
/* .conts_cat ul li {
  margin-bottom: 12px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

.conts_cat ul li a {
  text-decoration: none;
}

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

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

.conts_single h4 {
  font-family: "hannari", serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5d9d0;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 20px;
}

.conts_single h5 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #ee9c66;
  position: relative;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 12px;
}

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

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

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

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

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

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

/*症状別紹介
----------------------------------------------------*/
.case_mainimage-img {
  line-height: 0;
}

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

.case_mainimage-sp{
  display: none;
}

.column_cat-archive li {
  border-bottom: 1px dashed #333333;
  padding-bottom: 4px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 16px;
}

.column_cat-archive li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 9px;
}

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

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

.column_single h3,
.column_single h4,
.column_single p {
  clear: both;
}

.column_single h3 {
  background: #333;
  box-sizing: border-box;
  padding: 12px 12px 12px 24px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 2em;
}

.column_single h3:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 24px);
  background: #a89168;
  position: absolute;
  left: 12px;
  top: 12px;
}

.column_single h4 {
  border-left: 8px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 1em;
}

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

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

.column_single ul {
  background: #ccc;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 16px;
  margin: 1em 0;
}

.column_single ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.column_single ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #9cbb1c;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100px;
}

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

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

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

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

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

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