@charset "utf-8";
.entry-content p, .page_box p {
  margin-bottom: 16px;
  line-height: 2;
}
.page_box p:last-of-type {
  margin-bottom: 0;
}
/*       固定ページ　共通　　　　　　　*/
.pt0 {
  padding-top: 0 !important;
}
.page_h2 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 22px;
}
.bg_beige .page_h2 {
  margin-top: 0;
}
.full_img {
  text-align: center;
  margin: 40px 0;
}
.full_img img {
  border-radius: 15px;
}
.LR_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.op_LR_wrap > div {
  width: 47%;
}
.LR_wrap .img {}
.LR_wrap .text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.waku_w {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
}
.top_bg_beige {
  padding: 40px 15px;
  background: #F8F0EF;
}
.pb0 {
  padding-bottom: 0 !important;
}
.page_header {
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.page_header * {
  color: #fff;
}
.page_header .top_midasi_wrap {
  margin: 0 !important;
}
.page_midasi_wrap {
  text-align: center;
  margin-bottom: 15px;
}
.f_14 {
  font-size: 14px;
}
/*  サロン紹介　*/
.concept_img {
  text-align: center;
}
.concept_img img {
  object-fit: cover;
  aspect-ratio: 16 / 8;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.concept_logo {
  text-align: center;
  position: relative;
  top: -30px;
  width: 150px;
  aspect-ratio: 16 / 10;
  height: auto;
  background: var(--color_01);
  border-radius: 100%;
  padding: 20px 20px 0px 20px;
  margin: 0 auto;
}
.concept_logo img {
  object-fit: contain;
}
.concept_txt_wrap {
  width: fit-content;
  margin: 0 auto 25px auto;
  text-align: center;
}
.concept_txt_wrap p {
  font-size: 16px;
}
.concept_txt_wrap p:not(:last-of-type) {
  margin-bottom: 20px;
}
.concept_cc {
  text-align: center;
  margin: 30px auto;
  background: rgb(255 255 255 / 75%);
  border-radius: 20px;
  padding: 25px 25px 20px 25px;
  box-shadow: 3px 4px 1px rgb(100 80 66 / 16%);
}
/*　　　初めての方へ　　　　*/
.health_check_wrap {
  background: #fff;
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px;
}
.health_check_wrap p {
  text-align: left;
}
.health_check_list {
  width: fit-content;
  margin: 25px auto 15px !important;
}
.health_check_list li {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  color: var(--color_green);
  padding-left: 30px;
  line-height: 1.4 !important;
}
.health_check_list li + li {
  margin-top: 15px;
}
.health_check_list li:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("../images/common/icon_check_01.svg") no-repeat center center;
  background-size: contain;
}
.center {
  text-align: center;
}
/**********　メニュー　　　　*/
.menu_box table {
  margin-bottom: 0 !important;
}
.menu_box .page_menu_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}
.menu_box .page_menu_list .top_menu_parts {
  width: 100%;
}
.menu_box .page_menu_list .img img {
  aspect-ratio: 600 / 270;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_box .page_menu_list .text {
  padding: 20px 25px 25px;
}
.menu_box .page_menu_list .title {
  line-height: 1.7;
  font-size: 23px;
}
.menu_box .page_menu_list .title + p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px 13px 7px;
  border-radius: 2px;
  background: var(--color_green);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 10px;
  vertical-align: top;
  letter-spacing: 1px;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
}
.menu_box .page_menu_list .top_menu_parts th {
  width: 135px;
  background: var(--color_01) !important;
  font-weight: bold;
  color: #7c6948;
}
.menu_box .page_menu_list .top_menu_parts td, .menu_box .page_menu_list .top_menu_parts th {
  font-size: 14px;
}
.menu_box .page_menu_list .top_menu_parts td:nth-of-type(1) {
  width: 66px;
  text-align: center;
}
.menu_box .page_menu_list .top_menu_parts td:nth-of-type(2) {
  width: 93px;
}
.menu_txt {
  text-align: left !important;
  font-size: 12px !important;
}
.menu_box .page_menu_list .price .tax {
  display: block;
  line-height: 1;
}
/*　１つのパーツの場合　*/
.menu_box .page_menu_list .one_menu_parts {
  width: 100% !important;
}
.menu_box .page_menu_list .one_menu_parts .img img {
  aspect-ratio: 600 / 150 !important;
}
.menu_box .page_menu_list .one_menu_parts th {
  width: 25%;
}
/* 初回　*/
.menu_shokai_box .page_menu_list {
  max-width: 1000px;
  margin: 0 auto;
}
.menu_shokai_box .page_menu_list .one_menu_parts td:nth-of-type(1), .menu_box .page_menu_list .one_menu_parts td:nth-of-type(1) {
  width: 100px;
}
.menu_shokai_box .page_menu_list .one_menu_parts td:nth-of-type(2) {}
/*　　　ｽﾀｯﾌ紹介　　　　*/
.owner_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-row-gap: 25px;
}
.owner_LR .img {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.owner_LR .text {
  width: 100%;
}
.owner_LR .img img {
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 600 / 700;
  width: 100%;
  height: 100%;
  max-width: 600px;
}
.table_wrap {
  padding: 15px;
  border-radius: 15px;
  background: rgb(255 255 255 / 75%);
}
.history_table_wrap {
  margin-top: 25px;
}
.history_table {}
.history_table * {
  font-size: 14px;
}
.history_table th {
  text-align: center;
  width: 70px !important;
  background: var(--color_01) !important;
  color: #645042 !important;
}
.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.maru_h2 {
  margin: 0 auto !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  border: none !important;
  text-align: left;
  line-height: 1.4 !important;
  font-size: 22px !important;
  font-weight: 700;
  text-align: center;
  width: fit-content;
}
.entry-content .maru_h2:after, .entry-content .maru_h2:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color_green);
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry-content .maru_h2:before {
  left: -23px;
  right: auto !important;
}
.entry-content .maru_h2:after {
  right: -20px;
  left: auto !important;
}
.staff_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  grid-row-gap: 40px;
  margin: 0 auto !important;
}
.staff_parts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: flex-start;
  max-width: 86%;
  margin: 0 auto;
}
.staff_parts .img {
  text-align: center;
  aspect-ratio: 14 / 16;
  height: auto;
  width: 145px;
  background: var(--color_01);
  border-radius: 8px;
  margin: 0 auto;
  border: solid 1px var(--color_02);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 13px;
}
.staff_parts .text {
  width: 100%;
}
.staff_spec {
  border-top: solid 1px var(--color_01);
  padding-top: 25px;
}
.staff_spec li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  align-items: flex-start;
  font-size: 12px;
}
.staff_spec li + li {
  margin-top: 5px;
}
.staff_spec li span {
  font-size: 12px;
}
.staff_spec li span:nth-of-type(1) {
  text-align: center;
  background: var(--color_green);
  line-height: 1;
  padding: 4px 5px 6px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.staff_spec li span:nth-of-type(2) {
  font-weight: 600;
  flex: 1;
}
/*　流れ　　　*/
.beginner_box_02 .inner {}
.flow_list {}
.flow_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
}
.flow_list li .text {
  flex: 1;
}
.flow_list li {
  background: #fff;
  position: relative;
}
.flow_list li + li {
  margin-top: 30px;
}
.flow_list li:after {}
.flow_list li .img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.flow_list li .img img {
  border-radius: 5px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow_list li .text {}
.flow_list li .midasi {
  color: var(--color_04);
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
  margin-top: 15px;
}
.flow_list li .midasi span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 13px 7px;
  border-radius: 2px;
  background: var(--color_green);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-left: 10px;
  vertical-align: top;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 11px;
}
.flow_list p {
  line-height: 1.7;
  font-size: 15px;
}
/* カウンターの初期化 */
.flow_list {
  counter-reset: number;
}
.flow_list li {
  position: relative;
  counter-increment: number;
  align-items: flex-start;
}
/* カウンターの値を表示 */
.flow_list li .midasi:before, .flow_list li .img:before {
  content: counter(number);
  position: absolute;
  left: -11px;
  top: -12px;
  margin: auto;
  background-color: #645042;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  line-height: 1px;
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.flow_list li .midasi:before {
  display: none;
}
.onegai p {
  text-align: center;
}
/*　　　   プライバシーポリシー*/
.pp_box .maru_h2{
margin-left: 0!important;
margin-top: 40px!important;
padding-left:20px!important;
}
.pp_box .maru_h2:before{
left: 0!important;
    top: 2px;
}
.pp_box .maru_h2:after{
display: none!important;

}
.mt15{
margin-top: 15px;
}

/*　　　メニュー一覧　　　*/
.menu_box .inner {
  max-width: 1560px;
}
.menu_box .top_menu_list li {
  box-shadow: 0 29px 30px -20px rgb(0 0 0 / 12%);
  border: solid 1px rgb(226 226 226 / 42%);
}
/*       サイトマップ　　　　　　*/
.sitemap_wrap{
max-width: 900px;
margin: 0 auto;
}
.sitemap_wrap li{
    border-bottom: dashed 1px #645042 !important;
    margin: 0;
}
.sitemap_wrap li a{
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-align: left;
}
.sitemap_wrap li a:before {
    position: absolute;
    background: url(../images/common/new_arrow_02_w.svg) no-repeat center center;
    background-size: contain;
    border-radius: 50px;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    transform: rotate(270deg);
}
.sitemap_wrap li a:hover {
    background: rgb(255 255 255 / 38%);
    opacity: 1 !important;
    color: #645042;
}
.sitemap_wrap li a img{
display: none;


}
/*  スタッフ募集　　　*/
.pp_ul li{
  padding-left: 15px;
  text-indent: -15px;

}
.staff_tips{
text-align: center;
max-width: 700px;
margin: 0 auto;
margin-bottom: 30px;

}
.staff_txt_03{
text-align: left;
}
.staff_txt_01{
    font-size: 18px;
    font-weight: 800;
	line-height: 1.6;
	margin-bottom: 29px;
}
.staff_txt_02{
font-weight: bold;
width: fit-content;
margin: 0 auto;
position: relative;
}
.staff_txt_02:after, .staff_txt_02:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color_green);
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.staff_txt_02:before {
  left: -23px;
  right: auto !important;
}
.staff_txt_02:after {
  right: -20px;
  left: auto !important;
}

/*　　　　　　フォーム　　*/
.thanks_box {
  padding:100px 15px !important;
  text-align: center;
}
/*　　　　　　　　　特定商取引法表示　　*/
.tokutei_table th {
  width: 200px;
}
/*     archive   */
.voice_caution{
font-size: 12px;
border:solid 1px #fff;
padding:10px 15px;
line-height: 1.4;
text-align: center;
margin-top: 30px;
}

    .single #main, .archive #main, .category #main {
    padding:20px 15px 50px;
  }


.single .blog_LR_wrap:before, .single .blog_LR_wrap:after, .archive .blog_LR_wrap:before, .archive .blog_LR_wrap:after {
  display: none;
}
.sinlge .blog_LR_wrap :is(#content, #primary, #secondary), .archive .blog_LR_wrap :is(#content, #primary, #secondary) {
  float: none;
}

.single .blog_LR_wrap, .archive .blog_LR_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 50px;
  grid-row-gap: 45px;
  width: 100%;
  max-width: 1200px;
}
.single .blog_LR_wrap #primary, .archive .blog_LR_wrap #primary {
  order: 0;
  width: 100%;
}
.single .blog_LR_wrap #secondary, .archive .blog_LR_wrap #secondary {
  width: 100%;
  order: 1;
}

.entry-header {
  border: none;
  padding: 0!important;
}
#content .page-header{
    border-bottom: solid 2px #645042 !important;
    border-top: solid 2px #645042 !important;
    padding: 15px 0 19px;
    position: relative;
    text-align: center;
	margin-bottom: 20px;



}
#content .page-header h1{
font-weight: bold!important;
font-size: 1.4em;
padding:0;
}
.pagination-wrap,
.category-info{
display: none!important;
}

/* info list */
.info-list .list > a{
/*    display: block;
    padding: 15px 15px 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #fff;
*/

}
.info-list .date {
    margin:0 15px 0 0!important;
}
.info-list .title{
margin: 0;


}
.top_news_list .bassui{
font-size: 12px;
margin: 5px 0 0 0!important;
}

/* pager */
.pager{
margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;

}
.ue_pager .pager{
margin: 0 0 30px 0;


}
.page-numbers{
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border-radius:3px;
	

    flex-direction: column; 
    justify-content: center; 
    align-items: center;
display: flex;
font-family: "Ubuntu", sans-serif;


}
.page-numbers:hover,
.page-numbers.current{
background:var(--color_03);
    color: #fff;
	opacity: 1;
}

	
/*      sidebar      */
#secondary section,
#secondary{
border: none!important;
padding: 0!important;
}
#secondary .widget_title {
  padding: 0 !important;
  border: none !important;
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
  border-bottom: solid 2px #645042 !important;
  margin-bottom: 0 !important;
  padding: 0 0 10px 20px !important;
}
#secondary .widget_title:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color_green);
  border-radius: 50px;
  position: absolute;
  top: 4px;
  margin: auto;
  left: 0px;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  position: relative;
}
#secondary .widget_nav_menu ul li a:before {
  position: absolute;
  background: url("../images/common/new_arrow_02_w.svg") no-repeat center center;
  background-size: contain;
  border-radius: 50px;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  transform: rotate(270deg);
}
.widget_nav_menu ul {
  margin: 0 0 0 0 !important;
}
.npcatch li, .widget_nav_menu ul li {
  border-bottom: dashed 1px #645042 !important;
  margin: 0;
}
#secondary .widget_nav_menu ul li a:hover * {
  opacity: 1 !important;
}
#npcatch li a:hover, #secondary .widget_nav_menu ul li a:hover {
  background: rgb(255 255 255 / 38%);
  opacity: 1 !important;
  color: #645042;
}
/*     npcatch プラグイン      */
.widget_newpostcatch {
  margin-top: 40px !important;
}
#npcatch li a {
  padding: 15px 10px;
}
.npcatch li {}
#npcatch .title {
  font-weight: bold;
}
.npcatch figure {
  width: 50px;
}
.npcatch figure img {
  border-radius: 2px;
  border: solid 1px #fff;
}
.npcatch .detail {
  flex: 1;
}
.npcatch .title {
  line-height: 1.4;
}
/*    single    */
.entry-header{
margin-bottom: 20px;
}
.entry-img {
  text-align: center;
  margin-bottom: 20px;
}
.entry-img img {
    border-radius: 15px;
    max-height: 600px;
    width: auto;
}
.entry-img{
}

#content .entry-header h1.entry-title {
  border-radius: 5px;
  font-size: 26px;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
}
.single .entry-meta {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.single .entry-meta span {
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.single .entry-content h2 {
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 0px;
  margin: 15px 0;
  border-bottom: solid 2px #645042 !important;
  border-top: solid 2px #645042 !important;
}
.single .entry-content h2:before {
  display: none;
}
.single .entry-content h3 {
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 0px 20px;
  position: relative;
     margin: 25px 0 15px 0;
}
.single .entry-content h3:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color_green);
  border-radius: 50px;
  position: absolute;
  top: 9px;
  right: auto !important;
  left: 0px;
  bottom: auto;
}
.single .entry-content strong{
font-weight: 800;
}
.entry-meta span {
  border: none;
}
.entry-meta span:before {
  display: none !important;
}
.entry-meta span.date {
  border: none;
  letter-spacing: 2px;
}
.entry-meta .cat_name {
  display: inline-block;
}
.entry-meta span a, .entry-meta .cat_name a {
  font-size: 12px;
  text-align: center;
  background: var(--color_03);
  line-height: 1;
  padding: 3px 14px 4px 14px;
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}
.entry-meta span a:hover, .entry-meta .cat_name a:hover {
  color: #fff !important;
}
.nav-single {
  background: rgb(255 255 255 / 75%);
  border-radius: 5px;
}
.nav-previous a, .nav-next a {
  line-height: 1.4;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 15px;
}
.nav-previous a {
  padding-left: 40px;
}
.nav-next a {
  padding-right: 40px;
}
.nav-previous a::before, .nav-next a::after {
  top: 6px;
}
.nav-next {
  text-align: right;
}
.nav-previous a, .nav-next a {
  position: relative;
}
.nav-previous a:before, .nav-next a:after {
  position: absolute;
  background: url(../images/common/new_arrow_02_w.svg) no-repeat center center;
  background-size: contain;
  border-radius: 50px;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(270deg);
}
.nav-previous a:before {
  left: 10px;
  transform: rotate(90deg);
}
.nav-next a:after {
  right: 10px;
}
.no-pager-links:before, .no-pager-links:after {
  display: none !important;
}