@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

#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;
}

.ttl01 {
  position: relative;
  background: url("../images/top/bg_greeting.png") no-repeat top center;
  padding-top: 32px;
  margin-bottom: 24px;
}

.ttl01 span {
  display: block;
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #453b35;
  text-align: center;
  padding: 8px 0;
  border-top: 3px solid #a12d78;
  border-bottom: 3px solid #a12d78;
  position: relative;
}

.ttl01 span:before, .ttl01 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #a12d78;
  position: absolute;
}

.ttl01 span:before {
  top: 3px;
}

.ttl01 span:after {
  bottom: 3px;
}

.ttl02 {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #453b35;
  text-align: center;
  margin-bottom: 16px;
}

.ttl02 span {
  position: relative;
}

.ttl02 span:before, .ttl02 span:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 6px);
  border-left: 1px solid #453b35;
  position: absolute;
  bottom: -3px;
}

.ttl02 span:before {
  transform: rotate(-45deg);
  left: -0.75em;
}

.ttl02 span:after {
  transform: rotate(45deg);
  right: -0.75em;
}

.ttl03 {
  padding: 5px;
  background: #78685d;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}

.ttl03 span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.ttl04 {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #453b35;
  text-align: center;
  margin-bottom: 16px;
}

.ttl05 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #7c6c00;
  position: relative;
  margin-bottom: 16px;
}

.ttl05:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #9f9d91;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.ttl06 {
  font-size: 21px;
  font-weight: bold;
  color: #453b35;
  border-bottom: 1px solid #ded2ca;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.ttl06:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #78685d;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

.ttl07{
  text-align: center;
  padding: 0 1.5em;
  margin-bottom: 20px;
}

.ttl07_wrap{
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #453b35;
  text-align: center;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12px;
  line-height: 1.5;
}

.ttl07_wrap:before,
.ttl07_wrap:after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #453b35;
}

.ttl07_wrap:before{
  left: -16px;
  transform: rotate(-25deg);
}

.ttl07_wrap:after{
  right: -16px;
  transform: rotate(25deg);
}

.ttl07_br{
  display: block;
}

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

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

.tbl01 {
  display: block;
}

.tbl01 thead,
.tbl01 tbody {
  display: block;
}

.tbl01 thead tr {
  display: flex;
  border-bottom: 4px solid #df3e68;
}

.tbl01 thead tr th,
.tbl01 thead tr td {
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 12px;
}

.tbl01 thead tr th {
  width: 16em;
  border-right: 1px solid #d9d9d9;
}

.tbl01 tbody tr {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}

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

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 8px 12px;
}

.tbl01 tbody tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16em;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  color: #df3e68;
}

.tbl02 {
  display: block;
}

.tbl02 tbody {
  display: block;
}

.tbl02 tbody tr {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}

.tbl02 tbody tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}

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

.tbl02 tbody tr th {
  width: 10em;
  border-right: 1px solid #d9d9d9;
}

.tbl02 tbody tr td {
  width: calc(100% - 10em);
}

.price_flow {
  background: url(../images/top/bg_recommend.png) repeat-y left top;
  box-sizing: border-box;
  padding: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.price_flow-ttl {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  color: #453b35;
  padding-left: 120px;
  position: relative;
  border-bottom: 1px solid #453b35;
  min-height: 80px;
  margin-bottom: 24px;
}

.price_flow-ttl:before {
  content: "";
  display: block;
  width: 30vw;
  height: 30vw;
  max-width: 103px;
  max-height: 103px;
  background: no-repeat left top / contain;
  position: absolute;
  left: 0;
  top: 0;
}

.price_flow-ttl01:before {
  background-image: url("../images/second/flow_no01.png");
}

.price_flow-ttl02:before {
  background-image: url("../images/second/flow_no02.png");
}

.price_flow-ttl03:before {
  background-image: url("../images/second/flow_no03.png");
}

.price_flow-ttl04:before {
  background-image: url("../images/second/flow_no04.png");
}

.price_flow-ttl05:before {
  background-image: url("../images/second/flow_no05.png");
}

.price_flow-ttl06:before {
  background-image: url("../images/second/flow_no06.png");
}

.price_flow-ttl07:before {
  background-image: url("../images/second/flow_no07.png");
}

.price_flowconts {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px;
}

.price_flowtext {
  width: calc(100% - 304px);
  margin-right: 24px;
}

.price_flowimg {
  width: 280px;
}

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

/*初めての方へ
----------------------------------------------------*/
.about_message {
  background: url("../images/second/bg_about-message.png") no-repeat right top / cover;
  min-height: 593px;
  box-sizing: border-box;
  padding: 32px 24px;
}

.about_message.about_message-bg01{
  background: url("../images/second/bg_about-message01.png") no-repeat right bottom / auto 90%;
  min-height: 500px;
}

.about_message-text {
  width: 100%;
  max-width: 350px;
}

.about_message-list {
  background: rgba(255, 255, 255, 0.66);
  box-sizing: border-box;
  padding: 16px;
  margin: 24px auto;
}

.about_message-list li {
  font-weight: bold;
  color: #453b35;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

.about_message-list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #453b35;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}

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

.about_message-list li span {
  background: linear-gradient(transparent 60%, #f7f0b5 60%);
}

.about_nayamilist {
  position: relative;
  margin-bottom: 1em;
}

.about_nayamilist:after {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 212px;
  max-height: 229px;
  background: url("../images/second/bg_aboutlist01.png") no-repeat left top;
  position: absolute;
  right: 0;
  bottom: 32px;
}

.about_nayamilist .list01_wrap ul{
  width: 52vw;
  max-width: 478px;
}

.about_pointconts {
  margin-top: 40px;
  background: url("../images/top/bg_feature.png") no-repeat top center/contain;
  border-top: 3px solid #867400;
  padding-top: 24px;
  margin-bottom: 64px;
  position: relative;
}

.about_pointconts:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dotted #cfc7a0;
  position: absolute;
  left: 0px;
  top: 4px;
}

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

.about_point-ttl {
  display: block;
  font-size: 34px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b5a331;
  line-height: 1.5;
  background: no-repeat left top;
  padding-left: 160px;
  min-height: 145px;
  margin-bottom: 0;
  padding-top: 24px;
}

.about_point-ttl .br {
  display: block;
}

.about_point-ttl01 {
  background-image: url("../images/second/about_point01.png");
}

.about_point-ttl02 {
  background-image: url("../images/second/about_point02.png");
}

.about_point-ttl03 {
  background-image: url("../images/second/about_point03.png");
}

.about_point-ttl04 {
  background-image: url("../images/second/about_point04.png");
}

.about_point-ttl05 {
  background-image: url("../images/second/about_point05.png");
}

.about_point-ttl06 {
  background-image: url("../images/second/about_point06.png");
}

.about_point-comp {
  display: flex;
  justify-content: space-between;
}

.about_compconts {
  width: calc(50% - 15px);
  margin-right: 30px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 24px 16px;
  margin-top: 32px;
}

.about_compconts:last-of-type {
  margin-right: 0;
}

.about_compconts:before {
  content: "";
  display: block;
  width: 39vw;
  max-width: 285px;
  height: 7vw;
  max-height: 31px;
  background: url("../images/second/bg_aboutcomp.png") no-repeat left top/contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -32px;
}

.about_comp-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 21px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  min-height: 62px;
}

.about_comp-ttl:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #e0dbd5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.about_comp-ttl .br {
  display: block;
}

.about_comp-ttl-delta {
  color: #df3e68;
}

.about_comp-deltaconts p span.strong01,
.about_comp-deltaconts p span.strong02 {
  color: #df3e68;
}

.about_policy {
  margin: 32px auto;
}

.about_policy p {
  font-size: 26px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.7;
}

.about_policy p .br {
  display: block;
}

.about_policy p .strong01 {
  color: #df3e68;
}

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

.about_aftercare-img {
  margin: 24px auto;
}

.aftercare_conts {
  margin-top: 32px;
}

.aftercare_listconts{
  margin-top: 24px;
}

.about_infomain {
  margin-bottom: 24px;
}

.about_infolist01 {
  margin-top: 24px;
}

.about_infolist01 ul {
  display: flex;
  flex-wrap: wrap;
}

.about_infolist01 ul li {
  width: calc(100% / 3 - 24px);
  max-width: 214px;
  margin-right: 36px;
  margin-bottom: 24px;
  line-height: 0;
}

.about_infolist01 ul li:nth-of-type(3n) {
  margin-right: 0;
}

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

.faq_conts dl {
  margin-bottom: 32px;
}

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

.faq_conts dl dt {
  padding: 5px;
  background: #78685d;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}

.faq_conts dl dt span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.faq_conts dl dd p {
  margin-bottom: 1em;
}

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

.about_purpose{
  margin-bottom: 24px;
}

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

.about_goalmessage{
  background: #f2f0e6;
  box-sizing: border-box;
  padding: 24px 24px 16px;
}

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

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

/*料金・施術の流れ
----------------------------------------------------*/
.price_firsttext p {
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1em;
}

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

.price_campaigntext-ttl01 {
  margin-bottom: 0;
}

.price_campaigntext {
  margin-top: 0;
}

.price_campaigntext p {
  font-size: 24px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.price_offer {
  margin-top: 48px;
  border: 3px solid #f2f0e6;
  box-sizing: border-box;
  padding: 32px;
  background: #faf8f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faf8f5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf8f5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf8f5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.price_offer-ttlillust {
  margin-top: -45px;
}

.price_offer-ttl {
  font-size: 36px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding-bottom: 16px;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}

.price_offer-ttl:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 575px;
  height: 7px;
  background: url("../images/second/line_price01.png") no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.price_offer-maintext {
  width: 100%;
}

.price_offer-main {
  background: no-repeat right top / contain;
}

.price_offer01-main {
  background-image: url("../images/second/price_offer01.png");
}

.price_offer02-main {
  background-image: url("../images/second/price_offer02.png");
}

.price_offer03-main {
  background-image: url("../images/second/price_offer03.png");
}

.price_offer04-main {
  background-image: url("../images/second/price_offer04.png");
}

.price_offer05-main {
  background-image: url("../images/second/price_offer05.png");
}

.price_offer06-main {
  background-image: url("../images/second/price_offer06.png");
}

.price_offer07-main {
  background-image: url("../images/second/price_offer07.png");
}

.price_offer08-main {
  background-image: url("../images/second/price_offer08.png");
}

.price_offer09-main {
  background-image: url("../images/second/price_offer09.png");
}

.price_offer10-main {
  background-image: url("../images/second/price_offer10.png");
}

.price_offer11-main {
  background-image: url("../images/second/price_offer11.png");
}

.price_offer12-main {
  background-image: url("../images/second/price_offer12.png");
}


.price_offer-price {
  display: flex;
  align-items: baseline;
}

.price_offer-price dt img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.price_offer-price dd {
  margin-left: 12px;
}

.price_offer-price.price_offer-nomal dd {
  font-size: 30px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.price_offer-price.price_offer-nomal dd span {
  font-size: 40px;
  text-decoration: line-through;
  line-height: 1;
}

.price_offer-price.price_offer-down dd {
  font-size: 54px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #df453e;
}

.price_offer-price.price_offer-down dd span {
  font-size: 80px;
  line-height: 1;
}

.price_offer-maintextarea p .br {
  display: block;
}

.price_offer-conts {
  margin-top: 24px;
}

.price_offer-conts dl {
  display: flex;
  align-items: flex-start;
}

.price_offer-conts dl dt {
  border: 1px solid #d6d4cb;
  padding: 0 8px;
  box-sizing: border-box;
}

.price_offer-conts dl dd {
  margin-left: 12px;
}

.price_offer-info {
  border-top: 2px solid #f2f0e6;
  margin-top: 16px;
  padding-top: 16px;
}

.price_offer-btn {
  margin-top: 24px;
  line-height: 0;
}

.price_offer-btn a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.priceconts {
  margin-bottom: 32px;
}

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

.price_text01 {
  font-size: 18px;
}

.price_text01 span {
  font-size: 15px;
}

.price_memo01 {
  margin-top: 16px;
}

/*スタッフ紹介
----------------------------------------------------*/
.staff_list {
  margin-top: 32px;
}

.staff_list01 {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.staff_list01 li {
  width: calc(100% / 3 - 25px);
  max-width: 214px;
  margin-right: 37px;
  margin-bottom: 16px;
}

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

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

.staff_info {
  display: flex;
  background: #f7f6ee;
  padding: 32px;
  box-sizing: border-box;
  flex-direction: row-reverse;
}

.staff_img {
  width: 203px;
}

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

.staff_text {
  width: calc(100% - 235px);
  margin-right: 32px;
}

.staff_textconts {
  margin-bottom: 16px;
}

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

.staff_ttl01 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #cfccb8;
  padding-bottom: 2px;
  margin-bottom: 4px;
}

.staff_list02 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 4px;
}

.staff_list02 li:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
}

.staff_list02 li:last-child {
  margin-bottom: 0;
}

.staff_history,
.staff_message {
  margin-top: 32px;
}

/*アクセス
----------------------------------------------------*/
.access_map {
  margin-bottom: 24px;
}

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

.access_info {
  border: 3px solid #f2f0e6;
  box-sizing: border-box;
  padding: 8px 5px;
  background: #faf8f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faf8f5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf8f5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf8f5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.access_info-wrap {
  background: url("../images/top/bg_list01-t.png") no-repeat center top, url("../images/top/bg_list01-b.png") no-repeat center bottom;
  padding: 40px 32px;
  box-sizing: border-box;
}

.access_info-list {
  margin-top: 32px;
}

.access_info-list dl {
  display: flex;
  margin-bottom: 4px;
}

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

.access_info-list dl dt {
  width: 6em;
  font-weight: bold;
}

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

.access_rootlist {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
  margin-top: 24px;
}

.access_root {
  width: calc(50% - 12px);
  margin-right: 24px;
  box-sizing: border-box;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
  margin-bottom: 24px;
}

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

.access_root-ttl {
  position: relative;
  min-height: 57px;
  margin-bottom: 16px;
  padding-left: 68px;
}

.access_root-ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(num);
  counter-increment: num;
  width: 57px;
  height: 57px;
  box-sizing: border-box;
  border: 2px solid #df3e68;
  border-radius: 100px;
  color: #df3e68;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.access_root-img {
  text-align: center;
}

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

/*ご予約・お問い合わせ
----------------------------------------------------*/
.contact_tel {
  font-size: 20px;
  font-weight: bold;
  color: #df3e68;
  margin-bottom: 0 !important;
}

.contact_tel span {
  font-size: 1.5em;
}

.line_list01 {
  margin-top: 1em;
}

.line_list01 li {
  position: relative;
  padding-left: 16px;
  color: #df3e68;
  margin-bottom: 4px;
}

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

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

.contact_mailconts {
  margin-top: 32px;
  background: #f7f6ee;
  box-sizing: border-box;
  padding: 24px;
}

.contact_mailconts a {
  word-wrap: break-word;
}

.contact_form-tbl {
  border-collapse: collapse;
}

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

.contact_form-tbl tbody tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}

.contact_form-tbl tbody tr th,
.contact_form-tbl tbody tr td {
  padding: 12px 12px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr th {
  width: 15em;
  background: #f7f6ee;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}

.contact_form-tbl tbody tr td p {
  margin-bottom: 1em;
}

.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;
}

.contact_form-tbl tbody tr td select {
  font-size: 17px;
}

.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%;
  min-height: 200px;
}

.contact_form-tbl tbody tr td.radiotd {
  position: relative;
}

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

.contact_form-tbl tbody tr td.radiotd input[type=radio] {
  position: absolute;
  left: 0;
  top: 4px;
}

.contact_form-tbl tbody tr td.radiotd span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}

.form_submit {
  margin-top: 32px;
}

.form_submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #df3e68;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 12px;
  border: none;
  -webkit-appearance: none;
}

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

.required {
  display: inline-block;
  background: #df3e68;
  margin-left: 12px;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.9em;
  padding: 1px 8px;
}

.form_caution {
  margin-top: 40px;
}

.form_cautionlist {
  margin-top: 8px;
}

.form_cautionlist li {
  color: #df3e68;
  position: relative;
  padding-left: 1em;
  margin-bottom: 4px;
}

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

.form_cautionlist li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

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

span.wpcf7-list-item{
  margin-left: 0 !important;
}

/*よくある質問
----------------------------------------------------*/
.faq_listconts {
  background: #f7f6ee;
  box-sizing: border-box;
  padding: 36px;
}

.faq_listconts-text01 {
  font-size: 17px;
  font-weight: bold;
}

.faq_list {
  margin-top: 24px;
}

.faq_list ul {
  counter-reset: num;
}

.faq_list ul li {
  font-size: 16px;
  position: relative;
  padding-left: 2em;
  margin-bottom: 8px;
}

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

.faq_list ul li:before {
  content: "Q" counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_list ul li a {
  color: inherit;
  text-decoration: none;
}

.faq_list-ttl {
  background: url("../images/second/icon_faqlist.png") no-repeat left 6px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e0ddd3;
  margin-bottom: 12px;
}

.faqans {
  margin-top: 32px;
}

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

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

.faq_graph {
  margin: 32px auto;
}

.faq_graph{
  display: flex;
  justify-content: center
}

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

/*症状別紹介
----------------------------------------------------*/
.case_whytext {
  margin-bottom: 24px;
}

.case_nayamiconts {
  margin-bottom: 16px;
}

.case_suisen {
  margin-top: 24px;
}

.case_omakase-return {
  margin-top: 24px;
}

.case_conts01 {
  margin-top: 24px;
  box-sizing: border-box;
  border: 3px solid #78685d;
  padding: 24px;
}

.case_img01 {
  margin-top: 24px;
}

.case_contswrap {
  margin-top: 32px;
  margin-bottom: 16px;
}

.case_list01 li {
  font-size: 21px;
  font-weight: bold;
  color: #453b35;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

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

.case_list01 li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #78685d;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

/* 美容鍼 */
.bigan_merit {
  display: flex;
  flex-direction: column;
}

.bigan_meritconts {
  border: 3px solid #f0c9e1;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 36px;
  margin-bottom: 24px;
  position: relative;
  margin-top: 32px;
}

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

.bigan_meritconts-merit {
  position: absolute;
  left: 0;
  right: 0;
  top: -2em;
  margin: 0 auto;
  display: inline-block;
}

.bigan_meritconts-merit p {
  font-size: 38px;
  font-family: 'Pinyon Script', cursive;
  text-align: center;
}

.bigan_meritconts-merit p span {
  background: #fff;
  padding: 0 16px;
  color: #a64785;
}

.bigan_meritconts-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #f0e4eb;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.bigan_meritconts-ttl span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 16px;
  text-decoration: underline;
}

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

.bigan_meritconts-img {
  width: 200px;
}

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

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

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

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

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

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

.column_single h3 {
  background: #a12d78;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 12px 6px 24px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
}

.column_single h3:before {
  content: "";
  border-radius: 2px;
  width: 3px;
  height: calc(100% - 12px);
  background: #fff;
  position: absolute;
  left: 12px;
  top: 6px;
}

.column_single h4 {
  font-size: 17px;
  font-weight: bold;
  color: #a12d78;
  border-bottom: 1px solid #a12d78;
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
}

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

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

.column_single ul{
  margin: 1em auto;
  border: 2px solid #f0c9e1;
  box-sizing: border-box;
  padding: 16px 24px 12px;
}

.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: #a64785;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}
