@charset "UTF-8";
/*Webフォント
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap");
@font-face {
  font-family: "Hannari";
  src: url("../fonts/hannari.eot");
  src: url("../fonts/hannari.eot?iefix") format("eot"), url("../fonts/hannari.woff") format("woff"), url("../fonts/hannari.ttf") format("truetype");
  font-display: swap;
}
/*下層ページ
----------------------------------------------------*/
#second main {
  margin-top: 16px;
}

#second_mainimage {
  background: url("../images/second/bg_mainimage.png") no-repeat center center;
  background-size: cover;
  min-height: 240px;
  max-height: 240px;
  height: 20vw;
}

.second_mainimage-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.second_mainimage-maintext {
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.second_mainimage-subtext {
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 48px;
}
#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;
}

.secondconts01 {
  margin-top: 48px;
}
.secondconts01:first-of-type {
  margin-top: 0;
}
.secondconts01 p {
  margin-bottom: 1em;
}

.secondconts02 {
  margin-top: 24px;
}
.secondconts02 p {
  margin-bottom: 1em;
}

.graph_conts01 {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 24px;
  margin-bottom: 1em;
}
.graph_conts01 p:last-of-type {
  margin-bottom: 0;
}

/*初めての方へ
----------------------------------------------------*/
.introduction_message {
  background-size: auto auto;
  background-color: #fcf6f7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #fbeef0 5px, #fbeef0 10px);
  box-sizing: border-box;
  padding: 24px;
}

.introduction_message-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.introduction_messge-img {
  width: 236px;
  margin-left: 32px;
}

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

.introduction_message-text {
  width: calc(100% - 268px);
}

.reserve_line-text{
  margin-bottom: 32px;
}

.reserve_btnlist{
  display: flex;
  flex-wrap: wrap;
}

.reserve_btnlist-conts{
  width: calc(50% - 12px);
  margin-right: 24px;
}

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

.reserve_btnlist-ttl{
  text-align: center;
  margin-bottom: 0 !important;
}

.reserve_btnlist-ttl span{
  position: relative;
  box-sizing: border-box;
  padding: 4px 0;
  font-weight: bold;
}

.reserve_btnlist-ttl span:before,
.reserve_btnlist-ttl span:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-left: 1px solid;
  width: 0;
  height: 100%;
}

.reserve_btnlist-ttl span:before{
  left: -0.75em;
  transform: rotate(-35deg);
}

.reserve_btnlist-ttl span:after{
  right: -0.75em;
  transform: rotate(35deg);
}

.reserve_btnlist-ttl span strong{
  color: #e68690;
}

.reserve_btnlist-btn p{
  margin-bottom: 0 !important;
}

.reserve_btnlist-btn p a{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px 12px;

  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

.reserve_btnlist-btn-kurobe p a{
  background: #e68690;
}

.reserve_btnlist-btn-toyama p a{
  background: #87c1e0;
}

.reserve_btnlist-btn-line p a{
  background: #9ac182;
}

.reserve_btnlist-btn p a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
}

.reserve_btnlist-btn p a img{
  width: auto;
  max-width: 20px;
  height: auto;
  margin-right: 8px;
}

.reserve_line-singlebtn .reserve_btnlist-ttl{
  font-size: 20px;
  margin-bottom: 4px !important;
}

.reserve_line-singlebtn .reserve_btnlist-btn-line p a{
  font-size: 20px;
}

.reserve_line-singlebtn .reserve_btnlist-btn-line p a img{
  max-width: 24px;
}


/*スタッフ紹介
----------------------------------------------------*/
.staff_conts {
  margin-top: 24px;
}
.staff_conts:first-of-type {
  margin-top: 0;
}

.staff_about {
  border: 6px solid #f5d0d5;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

.staff_about-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.staff_about-img {
  width: 100%;
  max-width: 220px;
  margin-left: 32px;
}

.staff_about-text {
  width: calc(100% - 252px);
  text-align: center;
}

.staff_about-name {
  border-bottom: 1px solid #e2949e;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-size: 25px;
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 4px;
}
.staff_about-name ruby rt {
  margin-bottom: 4px;
}

/*店舗紹介
----------------------------------------------------*/

.clinic_mainimage{
  line-height: 0;
  margin-bottom: 24px;
}

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

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

.clinic_profile{
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

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

.clinic_flowconts{
  display: block;
}

.clinic_flowconts-wrap{
  display: flex;
  justify-content: flex-start;
}

.clinic_flow-numarea{
  position: relative;
}

.clinic_flow-numarea:after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #feebee;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  z-index: -1;
}

.clinic_flowconts:last-of-type .clinic_flow-numarea:after{
  content: none;
}

.clinic_flow-num{
  width: 92px;
  height: 92px;
  border-radius: 100px;
  background: #feebee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinic_flow-numconts{
  font-size: 36px;
  font-family: "Cinzel", serif;
  line-height: 1;
  font-style: italic;
}

.clinic_flow-numconts span{
  padding: 0 2px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.clinic_flow-numconts span:before{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 9px;
  z-index: -1;
}

.clinic_flow-textarea{
  width: 100%;
  margin-left: 20px;
}

.clinic_flow-ttl{
  display: flex;
  align-items: center;
  justify-content: flex-start;

  font-size: 24px;
  font-weight: 600;
  min-height: 92px;
  box-sizing: border-box;
}

.clinic_access{
  display: none;
}

.clinic_access01{
  display: block;
}

.clinic_accessroot{
  margin-top: 32px;
}

.clinic_access-menu{
  margin-bottom: 12px;
}

.clinic_access-menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #e2949e;
}

.clinic_access-menu ul li{
  box-sizing: border-box;
  padding: 12px 8px;
  background: #c6c6c6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer; 
  line-height: 1.5;

  display: flex;
  align-items: center;
  justify-content: center;
}

.clinic_access-menu ul li.on{
  background: #e2949e;
}

.clinic_access-menu2 ul li{
  width: 50%;
}

.clinic_access-menu3 ul li{
  width: calc(100% / 3);
}

.clinic_accessconts{
  margin-bottom: 40px;
}

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

.clinic_accessconts{
  width: 100%;
}

.clinic_accessconts-wrap{
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.clinic_accessconts-text{
  width: 100%;
  margin-left: 24px;
}

.clinic_accessconts-img{
  width: 100%;
  max-width: 300px;
  position: relative;
}

.clinic_accessconts-img:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 16px solid #e2949e;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -52px;
}


.clinic_accessconts.last .clinic_accessconts-img:after{
  content: none;
}

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

.clinic_accessconts-ttl{
  font-size: 16px;
  font-weight: bold;
  position: relative;

  padding-left: 36px;
}

.clinic_accessconts-ttl span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #e2949e;

  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}

.clinic_list01{
  margin: 1em 0;
}

.clinic_list01 p{
  margin-bottom: 0 !important;
}

.clinic_list01 ul li{
  position: relative;
  padding-left: 16px;
}

.clinic_list01 ul li:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #e68690;

  position: absolute;
  left: 0;
  top: 12px;
}


/*施術料金
----------------------------------------------------*/
.price_tbl {
  display: block;
  margin-bottom: 1em;
}
.price_tbl tbody {
  display: block;
}
.price_tbl tbody tr {
  display: flex;
}
.price_tbl tbody tr:last-of-type {
  border-bottom: 1px solid #583c1b;
}
.price_tbl tbody tr th,
.price_tbl tbody tr td {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 16px 20px;
  border-top: 1px solid #583c1b;
}
.price_tbl tbody tr:first-of-type th,
.price_tbl tbody tr:first-of-type td {
  border-bottom: none;
}
.price_tbl tbody tr th {
  width: 35%;
  background: #fff1c1;
  font-weight: bold;
  border-right: none;
}
.price_tbl tbody tr td {
  width: 65%;
  background: #fff;
  text-align: left;
}

.price_telconts .price_telnum {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
.price_telconts .price_telnum span {
  font-size: 1.5em;
}

/*施術の流れ
----------------------------------------------------*/
.flow {
  counter-reset: num;
}

.flow_conts {
  margin-top: 40px;
}
.flow_conts:first-of-type {
  margin-top: 32px;
}

.flow_conts-wrap {
  display: flex;
  justify-content: space-between;
}

.flow_conts-img {
  width: 100%;
  max-width: 250px;
  margin-right: 32px;
}

.flow_conts-text {
  width: calc(100% - 282px);
}
.flow_conts-text p:last-of-type {
  margin-bottom: 0;
}

.flow_ttl {
  position: relative;
  padding-left: 48px;
  min-height: 40px;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  color: #e2949e;
  margin-bottom: 12px;
}
.flow_ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(num);
  counter-increment: num;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #e2949e;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_first-conts{
  margin-bottom: 32px;
}

.faq_q{
  background: #feebee;
  box-sizing: border-box;
  padding: 16px 24px;
  position: relative;
}

.faq_ttl{
  position: relative;
  padding-left: 2.5em;
  padding-right: 3em;
}

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

.faq_ttl:before{
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;

  font-size: 36px;
  font-weight: bold;
  color: #e68690;
  line-height: 1;
}

.faq_q-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e68690;
  border-radius: 4px;
  top: 16px;
  right: 24px;
}

.faq_q-btn:before,
.faq_q-btn:after{
  content: "";
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
}

.faq_q-btn:before{
  width: 20px;
  height: 4px;
}

.faq_q-btn:after{
  width: 4px;
  height: 20px;
}

.faq_q-btn.on:after{
  content: none;
}

.faq_a{
  display: none;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 24px 16px calc(2.5em + 24px);
  position: relative;
}

.faq_a:before{
  content: "A";
  display: block;
  position: absolute;
  left: 24px;
  top: 14px;

  font-size: 36px;
  font-weight: bold;
  color: #f1d47e;
  line-height: 1;
}

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

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

.flow_cliniclist{
  display: flex;
  flex-wrap: wrap;
}

.flow_clinicconts{
  width: calc(50% - 20px);
  margin-right: 40px;
}

.flow_clinicconts a{
  text-decoration: none;
  color: inherit;
}

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

.flow_clinicconts-text{
  background: #fff;
  box-sizing: border-box;
  padding: 8px;
}

.flow_clinicconts-text p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

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


/*患者様の声
----------------------------------------------------*/
.voice_tablist {
  border-bottom: 2px solid #a5bc6c;
  margin: 16px auto 32px;
}
.voice_tablist ul {
  display: flex;
  justify-content: space-between;
}
.voice_tablist ul li {
  display: block;
  width: 16.6666666667%;
  margin-right: 3px;
}
.voice_tablist ul li:last-of-type {
  margin-right: 0;
}
.voice_tablist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  background: #a5bc6c;
  color: #fff;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  font-weight: bold;
}
.voice_tablist ul li a.on {
  background: #e6edd3;
  color: #583a17;
}

.voice_imglist {
  display: flex;
  justify-content: center;
}
.voice_imglist ul {
  display: flex;
  flex-wrap: wrap;
}
.voice_imglist ul li {
  max-width: 280px;
  margin-right: 16px;
}
.voice_imglist ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*アクセス
----------------------------------------------------*/
.access_conts {
  margin-bottom: 32px;
}
.access_conts:last-of-type {
  margin-bottom: 0;
}

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

.access_info-list {
  margin-top: 16px;
}
.access_info-list dl {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #583c1b;
}
.access_info-list dl:last-of-type {
  border-bottom: 1px solid #583c1b;
}
.access_info-list dl dt, .access_info-list dl dd {
  box-sizing: border-box;
  padding: 12px 16px;
}
.access_info-list dl dt {
  width: 10em;
  background: #fff1c1;
  font-weight: bold;
}
.access_info-list dl dd {
  width: calc(100% - 10em);
  background: #fff;
}

.access_rootconts-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  counter-reset: num;
}

.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  border: 1px solid #b8a8a2;
  box-sizing: border-box;
  padding: 17px;
  margin-bottom: 24px;
  background: #fff;
}
.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}

.access_root-ttl {
  padding-left: 48px;
  position: relative;
  line-height: 1.4;
  min-height: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}
.access_root-ttl:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: #e2949e;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  counter-increment: num;
}

.access_rootimg {
  line-height: 0;
}
.access_rootimg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_parking p {
  margin-bottom: 1em;
}
.access_parking p:last-of-type {
  margin-bottom: 0;
}

/*お問い合わせ
----------------------------------------------------*/
.contact_conts {
  margin-bottom: 32px;
}
.contact_conts:last-of-type {
  margin-bottom: 0;
}

.contact_tel p {
  margin-bottom: 1em;
}
.contact_tel p:last-of-type {
  margin-bottom: 0;
}
.contact_tel p.contact_telnum {
  margin-bottom: 4px !important;
}

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  color: #e2949e;
  line-height: 1.5;
}
.contact_telnum span {
  margin-left: 4px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}

/* .contact_telopeninfo {
  margin-bottom: 1em;
} */

.contact_telopen {
  display: flex;
}

.contact_mail-text {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: #edeae1;
  box-sizing: border-box;
  margin: 32px auto;
}
.contact_mail-text p {
  margin-bottom: 1em;
}
.contact_mail-text p:last-of-type {
  margin-bottom: 0;
}

.contact_mail-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

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

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

.contact_form-tbl tbody tr {
  display: flex;
}
.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #fff1c1;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
.contact_form-tbl tbody tr td {
  width: calc(100% - 10em);
  box-sizing: border-box;
  padding: 16px 16px;
  background: #fff;
  border-bottom: 1px solid;
}
.contact_form-tbl tbody tr td p:last-of-type{
  margin-bottom: 0;
}
.contact_form-tbl tbody tr td input {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
}
.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 select {
  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;
}
.contact_form-tbl tbody tr td.radiotd label {
  display: block;
}
.contact_form-tbl tbody tr:last-of-type th, .contact_form-tbl tbody tr:last-of-type td {
  border-bottom: none;
}
.contact_form-tbl tbody tr td .wpcf7-radio{
  display: flex;
  flex-direction: column;
}
.contact_form-tbl tbody tr td .wpcf7-list-item{
  margin-left: 0;
}
.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: 300px;
  background: #e2949e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 24px auto 15px;
  border: none;
  display: block;
}

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

/* 20250918 */
.reservation_hand_line{
  background: #fcedef;
  box-sizing: border-box;
  padding: 24px;
  margin-top: 16px;
}

.reservation_hand_line p{
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #fff58a;
  text-underline-offset: 0;
}

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

.reservation_telconts{
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #ebb7bd;
}

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

.reservation_telconts-ttl01{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #dd6e7b;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.reservation_telconts-telnum{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.reservation_telconts-telnum span{
  font-size: 1.35em;
}

.reservation_telconts-textconts{
  margin-top: 12px;
}

.reservation_telconts-textconts p{
  line-height: 1.5;
}

.reservation_telconts-ttl02{
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  padding-left: 12px;
  color: #dd6e7b;
  line-height: 1.5;
}

.reservation_telconts-ttl02:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #dd6e7b;
  position: absolute;
  left: 0;
  top: 8px;
}

.reservation_telconts-open{
  margin-top: 12px;
}

.reservation_type-list{
  background: #fff;
  box-sizing: border-box;
  padding: 16px 32px 8px;
  border-radius: 10px;
  margin-bottom: 16px;
}

/*施術方針
----------------------------------------------------*/
.houshin_conts {
  margin-bottom: 32px;
}
.houshin_conts:last-of-type {
  margin-bottom: 0;
}
.houshin_conts p {
  margin-bottom: 1em;
}
.houshin_conts p:last-of-type {
  margin-bottom: 0;
}

.houshin_flow {
  display: block;
  box-sizing: border-box;
  padding: 32px;
  background: #f3f9b4;
  margin-bottom: 1em;
}

.houshin_flowconts {
  width: 100%;
  border: 2px solid #7fb700;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  margin-bottom: 32px;
  position: relative;
}
.houshin_flowconts::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 16px solid #7fb700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: 0 auto;
}
.houshin_flowconts:last-of-type {
  margin-bottom: 0;
}
.houshin_flowconts:last-of-type::after {
  content: none;
}
.houshin_flowconts p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/*よくある質問
----------------------------------------------------*/
.faq_conts {
  margin-bottom: 24px;
}
.faq_conts:last-of-type {
  margin-bottom: 0;
}
.faq_conts dl dt {
  background: #f5d0d5;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 4px;
}

/*サイトマップ
----------------------------------------------------*/
.sitemap_list dl {
  margin-bottom: 12px;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 12px;
}
.sitemap_list dl dt {
  position: relative;
  padding-left: 16px;
}
.sitemap_list dl dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #e2949e;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}
.sitemap_list dl dt a {
  text-decoration: none;
}
.sitemap_list dl dd {
  border-top: 1px dashed #e2949e;
  padding-top: 8px;
  margin-top: 8px;
}
.sitemap_list dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemap_list dl dd ul li {
  margin-right: 24px;
  position: relative;
  padding-left: 12px;
}
.sitemap_list dl dd ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #e2949e;
}
.sitemap_list dl dd ul li a {
  text-decoration: none;
}

/*症状別紹介　共通
----------------------------------------------------*/
.case_mainimage {
  margin-bottom: 32px;
}

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

.case_nayami-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0 16px;
  border-bottom: 2px dashed #e2949e;
}

.case_nayami-ttltext {
  font-size: 24px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.5;
}

.case_nayami-list {
  background: #fff;
  box-sizing: border-box;
  padding: 32px 24px 24px;
  display: flex;
  justify-content: space-between;
}
.case_nayami-list .case_nayami-list-text {
  width: calc(100% - 172px);
}
.case_nayami-list .case_nayami-list-text li {
  background: url("../images/top/icon_check03.png") no-repeat left 6px;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 28px;
  padding-top: 6px;
}
.case_nayami-list .case_nayami-list-text li:last-of-type {
  margin-bottom: 0;
}
.case_nayami-list .case_nayami-list-img {
  display: flex;
  align-items: flex-end;
  margin-left: 24px;
  width: 148px;
}
.case_nayami-list .case_nayami-list-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.case_nayami-text01 {
  margin-top: 24px;
}
.case_nayami-text01 p {
  font-size: 18px;
}

.case_nayami-text02 {
  margin-top: 24px;
}
.case_nayami-text02 p {
  font-size: 36px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  line-height: 1.5;
}

.case_subconts {
  margin-top: 24px;
}

.case_img01 {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin: 1em auto;
}
.case_img01 p {
  margin-bottom: 0;
}

/*子宝漢方専門
----------------------------------------------------*/
.kodakara_ttl01 {
  border-top: 2px solid #a5bc6c;
  box-sizing: border-box;
  padding: 24px;
  border-bottom: 2px solid #a5bc6c;
  position: relative;
  margin-bottom: 54px;
}
.kodakara_ttl01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 64px solid transparent;
  border-top: 40px solid #a5bc6c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -104px;
  margin: 0 auto;
}
.kodakara_ttl01 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin-bottom: 0;
}

.kodakara_trial-text01 p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.75;
  margin-bottom: 0;
}

.kodakara_ttl02 {
  border-top: 2px solid #a5bc6c;
  box-sizing: border-box;
  padding: 24px;
  border-bottom: 2px solid #a5bc6c;
  position: relative;
  margin-bottom: 32px;
}
.kodakara_ttl02 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin-bottom: 0;
}

/*女性のための不妊鍼灸
----------------------------------------------------*/
.jyosei_trialconts-text {
  margin-bottom: 40px;
}
.jyosei_trialconts-text p {
  margin-bottom: 1em;
}
.jyosei_trialconts-text p:last-of-type {
  margin-bottom: 0;
}

.jyosei_trialconts-message {
  margin-top: 24px;
}
.jyosei_trialconts-message p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.75;
  margin-bottom: 0;
}

.whyselect_conts {
  background: #f5d0d5;
  box-sizing: border-box;
  padding: 24px;
}

.whyselect_wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.whyselect_ttl {
  min-height: 76px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
  text-align: center;
}
.whyselect_ttl span {
  display: inline-block;
  background: url(../images/second/whyselect_icon01.png) no-repeat left center;
  background-size: contain;
  padding-left: 80px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 32px;
  font-weight: 600;
}

.faq_conts dl {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.faq_conts dl:first-of-type {
  margin-top: 0;
}
.faq_conts dl dt {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #e2949e;
  padding-left: 5em;
  margin-bottom: 8px;
}
.faq_conts dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2949e;
  position: absolute;
  left: 0;
  top: 0;
  width: 4em;
  height: 100%;
  color: #fff;
}
.faq_conts dl dd p {
  margin-bottom: 1em;
}
.faq_conts dl dd p:last-of-type {
  margin-bottom: 0;
}

/*頭痛改善コース
----------------------------------------------------*/
.zutsu_trial-textarea{
  margin-top: 24px;
}

.zutsu_trial-textarea p{
  margin-bottom: 1em;
}

.zutsu_textarea01{
  margin-top: 24px;
}

.zutsu_ttl01{
  background: #fff url("../images/second/zutsu_ttl01-bg.png") no-repeat center center / cover;
  box-sizing: border-box;
  padding: 32px 24px;
  position: relative;
  border: 1px solid #edeae1;
}

.zutsu_ttl01-text{
  font-size: 32px;
  font-weight: bold;
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: -0.05em;
  line-height: 1.5;
  text-align: center;
  color: #583a17;

  text-shadow:
    -2px 0 0 #ffffff,
    2px 0 0 #ffffff,
    0 -2px 0 #ffffff,
    0 2px 0 #ffffff,
    0 0 6px rgba(255, 255, 255, 0.9),  /* 内側寄りの光彩っぽい */
    0 0 14px rgba(255, 255, 255, 0.8); /* 外側に広がる光彩っぽい */
}

.zutsu_ttl01-text strong{
  color: #dd6e7b;
}

.zutsu_ttl01-text .br{
  display: block;
}

.zutsu_text01{
  margin: 1em 0;
}

.zutsu_text02{
  margin-top: 2em;
}

.zutsu_text02 p{
  font-size: 32px;
  font-weight: bold;
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.zutsu_text02-text01 {
  color: #dd6e7b;
}

.zutsu_text02-text01 .br{
  display: block;
}

.souce_text{
  display: block;
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 1em;
}

.zutsu_list01{
  margin: 1em 0;
  background: #edeae1;
  box-sizing: border-box;
  padding: 20px 24px;
}

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

.zutsu_list01-ttl01{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dashed;
  padding-bottom: 6px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.zutsu_list01-ttl01:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #583a17;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

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

/*求人情報
----------------------------------------------------*/
.recruit_text01 {
  margin-top: 40px;
}
.recruit_text01 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #e2949e;
}

.recruit_profile {
  border: 6px solid #f5d0d5;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 1em;
}

.recruit_profile-wrap {
  display: flex;
  justify-content: space-between;
}

.recruit_profile-img {
  width: 100%;
  max-width: 220px;
}
.recruit_profile-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recruit_profile-text {
  width: calc(100% - 252px);
  margin-left: 32px;
}

.recruit_ttl01 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed;
  margin-bottom: 8px;
}

.recruit_profile-text01,
.recruit_ttl02 {
  font-weight: bold;
}

.recruit_profile-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}
.recruit_profile-info ul li {
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
}
.recruit_profile-info ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f5d0d5;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 11px;
}

.recruit_profile-message {
  margin-top: 20px;
  border-top: 1px dashed #f5d0d5;
  padding-top: 20px;
}

.recruit_pointconts {
  margin-bottom: 32px;
}
.recruit_pointconts:last-of-type {
  margin-bottom: 0;
}

.recruit_pointconts-wrap {
  display: flex;
  justify-content: space-between;
}

.recruit_point-img {
  width: 100%;
  max-width: 280px;
}
.recruit_point-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recruit_point-text {
  width: calc(100% - 304px);
  margin-left: 24px;
}

.recruit_point-ttl {
  display: flex;
  flex-direction: column-reverse;
}

.recruit_point-mainttl {
  font-size: 28px;
  font-weight: bold;
  margin: 8px 0 12px;
  text-align: left;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit_point-mainttl span {
  position: relative;
}
.recruit_point-mainttl span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #fcf6f7;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #f1c1c7 3px, #f1c1c7 6px);
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1;
}

.recruit_point-subttl {
  display: inline-block;
  width: 88px;
  background: #e2949e;
  box-sizing: border-box;
  padding: 4px 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0 !important;
}

.recruit_point-text01 {
  font-size: 18px;
  font-weight: bold;
  color: #e2949e;
  box-sizing: border-box;
  position: relative;
}

.recruit_trainingconts {
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 20px;
}
.recruit_trainingconts:last-of-type {
  margin-bottom: 0;
}

.recruit_trainingconts01 {
  background: #fcebed;
}

.recruit_trainingconts02 {
  background: #e4eff5;
}

.recruit_training-wrap {
  display: flex;
  justify-content: space-between;
}

.recruit_training-img {
  width: 100%;
  max-width: 240px;
}
.recruit_training-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recruit_training-text {
  width: calc(100% - 240px);
  margin-left: 24px;
}

.recruit_training-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
}

.recruit_training-ttl01 {
  color: #e2949e;
}

.recruit_training-ttl02 {
  color: #87c1e0;
}

.recruit_training-message {
  margin-top: 24px;
}

.list_img01 {
  margin: 1em 0;
}
.list_img01 ul {
  display: flex;
  justify-content: space-between;
}
.list_img01 ul li {
  width: 33.3333333333%;
  margin-right: 24px;
}
.list_img01 ul li:last-of-type {
  margin-right: 0;
}
.list_img01 ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recruit_training-finish {
  border: 2px solid #e2949e;
  background: #fff url("../images/second/recruit_training-finish-bg01.png") no-repeat right bottom/contain;
  box-sizing: border-box;
  padding: 24px 32px;
}
.recruit_training-finish p:last-of-type {
  margin-bottom: 0;
}

.recruit_feature {
  margin-top: 24px;
  border: 6px solid #f5d0d5;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

.recruit_feature-img {
  background: #fff;
  text-align: center;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.recruit_feature-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*お知らせ
----------------------------------------------------*/
.blog_single h4{
  font-size: 24px;
  font-family: "Hannari", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #e2949e;
  position: relative;
  margin-bottom: 16px;
  margin-top: 1em;
}

.blog_single h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e2949e;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.blog_single h5{
  background: #e2949e;
  box-sizing: border-box;
  padding: 8px 16px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 1.5em;
}

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

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

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

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

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