@charset "utf-8";
/* CSS Document */
/****************カテゴリーページ******************/
.content_wrap {
    marginp: 46px 0;
}
.flex_c_menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex_c_menu .flex_menu_wrap {
    width: 23%;
    background: #fff;
}
.category_box {
    padding: 5px;
    border: solid 1px #ac9571;
    margin: 0 10px 30px 10px;
}
.category_box .title {
    line-height: 1.6;
    text-align: center;
    color: #ac9571;
    border-bottom: dashed 1px #ac9571;
    padding: 10px 0;
    font-weight: 600;
 }
.category_box .text {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 10px 3px;
    line-height: 1.6;
}
.category_box .btn {
    width: 90%;
    text-align: center;
    border-radius: 50px;
    background: #ac9571;
    margin: 13px auto;
}
.category_box .btn a {
    display: block;
    color: #fff;
    padding: 16px 0;
}

@media screen and (max-width: 1000px){
.flex_c_menu .flex_menu_wrap {
    width: 30%;
    background: #fff;
}
}
@media screen and (max-width: 630px){
.content_wrap {
    margin-bottom: 30px;
    padding: 0;
}
.flex_c_menu {
    justify-content: space-between;
}
.flex_c_menu .flex_menu_wrap {
    width: 49%;
    margin-bottom: 15px;
}
.category_box {
    margin: 0;
}
.category_box .title {
    font-size: 1.2rem;
    font-weight: 600;
}
.category_box .text {
    font-size: 1.2rem;
}
.category_box .btn {
	width: 98%;
    margin: 6px auto;
}
.category_box .btn a {
    padding: 7px 0;
    font-size: 1.3rem;
}
}
/*********concept***********/
.concept{
width: 100%;
height: 680px; 
background: url(../img/top/concept_back.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
padding-top: 60px;
margin-bottom: 130px;
}
.concept_back{
background:rgba(174,144,131,0.7);
width: 680px;
padding: 136px 20px;
height: auto;
margin: auto;
}
.concept h2{
color: #fff;
}
.concept span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.concept p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0 0;
}
.concept ol {
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    padding: 50px 0 0;
    list-style-position: inside;
    list-style-type: decimal;
    text-indent: -1em;
	padding-left: 1em;
}
.concept ol li{
	margin-bottom: 16px;
}
.concept .btn {
    width: 300px;
    border: 2px solid #FFF;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    display: block;
    color: #FFF;
}
.concept a{
	display: block;
    color: #FFF;
    font-weight: normal;
}
.concept .point{
    display: inline-block;
    font-size: 6rem;
    font-family: Century Gothic;
    font-weight: 100;
    position: absolute;
    left: 59%;
    bottom: 6%;
    letter-spacing: 12px;
}
@media screen and (max-width: 750px){
.concept{
background: url(../img/top/concept_back_sp.jpg);
background-position: center;
background-size: cover;
margin-bottom: 50px;
}
.concept .point {
    left: 54%;
    bottom: 0%;
    font-size: 4rem;
}
}
@media screen and (max-width: 750px){
.concept_back{
	width: 100%;
}
.concept .btn {
	margin: 10px auto;
}
}
@media screen and (max-width: 550px){
.concept .point {
	display: none;
}
}
/********************MENU**********************/
.menu{
position: relative;
}
.menu span{
display: block;
font-weight: normal;
}
.menu .flex{
	margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu .flex a{
	width: 49%;
	margin-bottom: 20px;
}
.nayami_menu{
width: 100%;
height: 630px; 
background: url(../img/top/menu_back.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
padding-top: 60px;
/*margin-bottom: 130px;*/
}
.menu .menu_back{
	position: absolute;
    top: 23%;
    right: 0;
    z-index: -1;
}
.nayami_menu img{
	position: absolute;
    bottom: 0;
    right: 20%;
}
.menu .sp{
display:none;
}
@media screen and (max-width: 1390px){
.nayami_menu img{
right: 10%;
}
}
@media screen and (max-width: 1200px){
.nayami_menu img{
right: 0;
}
}
@media screen and (max-width: 900px){
.menu .pc{
display:none;
}
.menu .sp{
display:inherit;
}
.menu .sp img{
width: 100%;
}
}
@media screen and (max-width: 680px){
.menu .flex {
    margin-top: 30px;
    display: block;
}
.menu .flex a {
    width: 90%;
    margin: 20px auto;
    display: block;
}
.menu .menu_back{
	display: none;
}
}
/********************店舗情報**********************/
.access .flex_box{
	display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.access span{
display: initial;
}
.ads span{
display: block;
}
.access .address{
	text-align: center;
    line-height: 1.6;
    padding: 3em 0;
}
.access .address .flex{
	align-items: start;
    display: flex;
	margin: 30px 0;
	justify-content: center;
}
.access .address .flex img{
	margin-right: 5px;
}
.access figure{
	width: 50%;
	margin-right: 10px;
}
.access dd{
	margin-bottom: 10px;
}
.access .btn {
    width: 300px;
	background: #514e3d;
    padding: 20px;
    margin: 45px auto;
    text-align: center;
    display: block;
    color: #FFF;
}
@media screen and (max-width: 840px){
.access .flex_box {
    width: 90%;
    margin: auto;
}
.access figure {
    width: 100%;
    margin-right: 0;
    height: 300px;
	order:2;
}
.access .address {
    width: 100%;
    order:1;
}
.access .btn{
	margin: 30px auto;
}
.access span{
display: block;
margin-top: 0;
}
}
/********************Skin52**********************/
.stretch_marks{
	width: 100%;
	height: 630px; 
	background: url(../img/skin52/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.stretch_marks .concept_back {
    height: auto;
    margin: 132px 0 0 440px;
}
.stretch_marks h2{
color: #fff;
}
.stretch_marks span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.stretch_marks p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.scar{
	width: 100%;
	height: 630px; 
	background: url(../img/skin52/back02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.scar_back {
    height: auto;
    margin: 132px 0 0 440px;
    background: rgba(174,144,131,0.7);
    width: 680px;
    padding: 50px 20px;
    margin: auto;
}
.scar h2{
color: #fff;
}
.scar span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.scar p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.skin52{
	background: #f1eeea;
	padding: 60px 0;
}
.skin52 ul{
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: 500;
}
.skin52 .btn {
    width: 300px;
    background: #514e3d;
    padding: 20px;
    margin: 10px auto;
    text-align: center;
    display: block;
    color: #FFF;
}

@media screen and (max-width: 1140px){
.stretch_marks .concept_back {
    margin: 132px auto 0;
}
}
@media screen and (max-width: 900px){
.stretch_marks{
	width: 100%;
	height: auto;
	background: url(../img/skin52/back_sp.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
.stretch_marks .concept_back {
    margin: 0 auto;
}
}
@media screen and (max-width: 735px){
.scar_back{
	width: 100%;
}
.scar{
	background: url(../img/skin52/back02_sp.jpg);
	width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
}
@media screen and (max-width: 650px){
.scar p,.stretch_marks p{
	padding-bottom: 0;
}
.stretch_marks {
    margin-bottom: 0;
}
.scar h2 {
    line-height: 1.2;
}
}
/********************メディカルアートメイク**********************/
.art_make,.botox{
	width: 100%;
	height: 630px; 
	background: url(../img/art/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.art_make .concept_back {
    height: auto;
    margin: 63px 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.art_make h2{
color: #fff;
}
.art_make span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.art_make p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.check{
	width: 800px;
    margin: 36px auto 90px;
    background:rgba(174,144,131,0.7);
}
.check ul{
  padding: 20px;
  list-style-type: none;
  border: none;
  text-align: left;
  color: #fff;
  font-size: 1.3em;
}
.check ul li {
  position:relative;
  padding: 0.1em 0 0.3em 2em;
  line-height: 1.5;
}
.check ul li:after, .check ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#FFF; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.check ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
.art .flex{
	display: flex;
    justify-content: space-between;
}
.art_make02{
	width: 100%;
	background: url(../img/art/back02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	background-attachment: fixed;
}
.art_make02 .c-lead_subTtl,
.eyeline .c-lead_subTtl,
.lip .c-lead_subTtl{
	margin-bottom: 50px;
}
.art_make02 h3,
.eyeline h3,
.lip h3{
	font-size: 3rem;
    color:  #514e3d;
    font-family: serif;
    font-weight: 600;
    padding: 20px 0;
    text-align: left;
}
.art_make02 p,
.eyeline p,
.lip p{
	text-align: left;
	margin: 36px auto ;
    font-weight: 500;
 }
 .lip p{
 	margin-bottom: 96px;
 }
 .art_make02 img,
 .eyeline img,
 .lip img{
	width:435px;
    float:right;
    padding:10px;
    position: absolute;
    top: 100px;
    right: -23px;
 }
 .lip img{
 	top:0;
 }
 .art_make02 .img02{
	 width:435px;
    float:right;
    padding:10px;
    position: absolute;
    top: 540px;
    right: -23px;
}
 .art_make02 .btn,
 .eyeline .btn,
 .lip .btn {
    width: 300px;
    background: #514e3d;
    padding: 20px;
    margin: 60px auto 0;
    text-align: center;
    display: block;
    color: #FFF;
}
.eyeline{
	width: 100%;
	background: url(../img/art/back03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 60px 0;
}
.lip{
	width: 100%;
	background: url(../img/art/back04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	background-attachment: fixed;
}
@media screen and (max-width: 1150px){
 .art_make02 .c-lead,
 .eyeline .c-lead,
 .lip .c-lead{
 	padding: 0 20px;
}
.art_make02 .c-lead_subTtl,
.eyeline .c-lead_subTtl,
.lip .c-lead_subTtl {
    text-align: left;
    display: inherit;
}
.art_make02 img,
.art_make02 .img02,
.eyeline img,
.lip img {
    position: initial;
}
.art_make02 h3,
.eyeline h3,
.lip h3 {
    line-height: 1.6;
}
}
@media screen and (max-width: 900px){
.art_make{
	width: 100%;
	background: url(../img/art/back_sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
.art_make .concept_back {
    height: auto;
    margin: 63px auto;
    position: inherit;
    width: 100%;
}
.art_make p{
padding-bottom: 0;
}
.art_make h2 {
    font-size: 2.5rem;
}
}
@media screen and (max-width: 800px){
.check {
    width: 90%;
    margin: 36px auto;
}
.art .flex {
    width: 90%;
    margin: auto;
}
.art .flex img{
	width: 90%;
}
.art_make02 img,
.art_make02 .img02,
.eyeline img,
.lip img {
    float: none;
}
}
@media screen and (max-width: 650px){
.art_make{
	width: 100%;
	background: url(../img/art/back_sps.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 0;
}
.check ul {
    font-size: 14px;
}
.check ul li {
    padding: 0.3em 0 0.3em 2em;
}
.art_make02 .c-lead_subTtl,
.eyeline .c-lead_subTtl,
.lip .c-lead_subTtl {
    text-align: center;
}
.art_make02 h3,
.eyeline h3,
.lip h3 {
    font-size: 2rem;
}
.lip .check{
	width: 100%;
}
}
/********************BOTOX**********************/
.botox{
	background: url(../img/botox/back.jpg);
}
.botox01 .img{
    top: 84px;
}
.botox01 .img02{
	top:400px;
}
.botox01 ul {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
.botox01 .c-table td{
    text-align: left;
    font-weight: 500;
}
@media screen and (max-width: 1150px){
.botox01 .img02 {
    float: left;
}
}
@media screen and (max-width: 900px){
.botox {
	background: url(../img/botox/back_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.botox01 .c-lead_subTtl{
	font-size: 4rem;
}
}
@media screen and (max-width: 800px){
.botox01 .img02 {
    float: none;
}
}
@media screen and (max-width: 650px){
.botox{
	background: url(../img/botox/back_sps.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.botox01 .c-lead_subTtl{
    font-size: 3.5rem;
    line-height: 1.2;
}
}
/********************Fixer**********************/
.fixer {
    background: url(../img/fixer/back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fixer02{
    background: url(../img/fixer/back02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@media screen and (max-width: 1000px){
.fixer {
	width: 100%;
    background: url(../img/fixer/back_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
.fixer02{
    background: url(../img/fixer/back02_sp.jpg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
}
/********************ダーマペン**********************/
.derma{
	background: url(../img/derma/back.jpg);
}
.derma02 {
    background: url(../img/derma/back02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    margin-bottom: 130px;
}
.derma02 .check{
	width: auto;
    margin: 36px auto;
}
.derma03 .c-lead {
    margin: 0 auto;
 }
 .derma04 img{
 	top:-51px;
 }
.derma04 .img02{
 	top:183px;
 	width: 435px;
    float: right;
    padding: 10px;
    position: absolute;
    right: -23px;
 }
.derma04 .img03 {
    width: 435px;
    float: right;
    padding: 10px;
    position: absolute;
    top: 420px;
    right: -23px;
}
.derma04 .img04 {
    width: 435px;
    float: right;
    padding: 10px;
    position: absolute;
    top: 657px;
    right: -23px;
}
@media screen and (max-width: 1150px){
.derma04 img,.derma04 .img02,
.derma04 .img03,.derma04 .img04{
    position: initial;
}
.derma04 img{
 	margin-top: -105px;
}
.derma04 .img02{
	margin-top: -81px;
}
.derma04 .img03{
	margin-top: -54px;
}
.derma04 .img04{
	margin-top: -50px;
}
}
@media screen and (max-width: 900px){
.derma {
    background: url(../img/derma/back_sp.jpg);
}
}
@media screen and (max-width: 800px){
.derma04 img,
.derma04 .img02,
.derma04 .img03,
.derma04 .img04{
	margin-top: 0px;
}
}
@media screen and (max-width: 735px){
.derma02{
	margin-top: -110px;
	margin-bottom: 30px;
	background: url(../img/derma/back02_sp.jpg);
	width: 100%;
    height: auto;
    padding-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
}
@media screen and (max-width: 650px){
.derma {
    background: url(../img/derma/back_sps.jpg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.derma02 .c-lead_subTtl,
.derma03 .c-lead_subTtl,
.derma04 .c-lead_subTtl {
    font-size: 3.0rem;
    line-height:1.2;
}
.derma04{
	padding-top: 10px;
}
}


/********************ダーマペン**********************/
.prx{
	width: 100%;
	height: 630px; 
	background: url(../img/prx/back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.prx .concept_back {
    height: auto;
    margin: 132px 0 0 440px;
}
.prx h2{
color: #fff;
}
.prx span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.prx p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.prx02{
	padding: 1px 0;
}
.prx02 .check ul {
    width: 50%;
}
.prx03 {
    width: 100%;
    background: url(../img/art/back02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    background-attachment: fixed;
}
.prx03 h3 {
    font-size: 3rem;
    color: #514e3d;
    font-weight: 600;
    padding: 20px 0;
    text-align: left;
}
.prx03 p {
    text-align: left;
    margin: 36px auto;
}
.prx03 .c-lead span {
    margin-bottom: 60px;
    font-size: 1.5em;
    font-weight: 500;
}
.prx04 {
    width: 100%;
    background: url(../img/prx/back02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height:607px;
    padding: 20px 0;
}
.prx04 .c-lead_subTtl{
	display: block;
}
.prx04 h3{
	font-size: 3rem;
    color: #ba9b8f;
    font-weight: 600;
    padding: 30px 55px;
    position: relative;
	display: inline-block;
}
.prx04 h3:before, .prx04 h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #ba9b8f;
}

.prx04 h3:before {
  left:0;
}
.prx04 h3:after {
  right: 0;
}
.prx04 p{
	font-size: 1.5em;
}
.prx04 .btn{
    width: 410px;
    background: #514e3d;
    padding: 20px;
    margin: 219px auto 0;
    text-align: center;
    display: block;
    color: #FFF;
}
@media screen and (max-width: 1050px){
.prx .concept_back {
    margin: 132px auto 0 auto;
}
}
@media screen and (max-width: 950px){
.prx04 {
    width: 100%;
    background: url(../img/prx/back02_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: auto;
    padding: 1px 0;
}
.prx04 .c-lead {
    margin: 7% auto;
}
}
@media screen and (max-width: 900px){
.prx{
	width: 100%;
	height: auto;
	background: url(../img/prx/back_sp.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding-top: 0;
}
.prx .concept_back {
    margin: 0 auto;
}
}
@media screen and (max-width: 820px){
.prx02 .flex{
	display: block;
	margin-top: 60px;
    padding: 20px;
}
.prx02 .check ul{
	width: auto;
	padding: 0;
}
.prx03{
	padding: 30px 20px;
}
}
@media screen and (max-width: 650px){
.prx p{
	padding-bottom: 0;
}
.prx{
	margin-bottom: 0;
}
.prxr h2 {
    line-height: 1.2;
}
.prx02{
	padding: 30px 0;
}
.prx03 h3 {
    font-size: 2.5rem;
}
.prx04 h3 {
    font-size: 2rem;
}
.prx04 .btn {
    width: 300px;
    margin: 135px auto 0;
}
}
/*************サプリメント*****************/
.supplement{
	width: 100%;
	height: 630px; 
	background: url(../img/supplement/back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.supplement .concept_back {
    height: auto;
    margin: 132px 0 0 440px;
    padding: 50px 20px 15px;
}
.supplement h2{
color: #fff;
}
.supplement span{
color: #fff;
display: block;
font-weight: normal;
margin-top: 10px;
}
.supplement p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.spl {
    width: 100%;
    background: url(../img/art/back03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}
.spl .c-lead_subTtl {
    margin-bottom: 50px;
}
.spl h3 {
    font-size: 3rem;
    color: #514e3d;
    font-family: serif;
    font-weight: 600;
    padding: 20px 0;
    text-align: left;
}
.spl p {
    text-align: left;
    margin: 36px auto;
}
.spl .flex {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
}
.spl .flex02 {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-self: flex-start;
    align-items: flex-start;
}
.spl img{
	width: 435px;
	margin-bottom: 30px;
}
.spl .btn {
    width: 300px;
    background: #514e3d;
    padding: 20px;
    margin: 60px auto 0;
    text-align: center;
    display: block;
    color: #FFF;
}

@media screen and (max-width: 1050px){
.supplement .concept_back {
    margin: 132px auto 0 auto;
}
.spl .c-lead {
    padding: 0 20px;
}
}
@media screen and (max-width: 800px){
.spl .flex,.spl .flex02 {
    display: block;
}
.spl img{
	margin: auto;
	width: 90%;
    margin-bottom: 30px;
}
.spl p{
    margin-top: 10px;
}
}
@media screen and (max-width: 650px){
.supplement{
    margin-bottom: 0;
    padding-top: 0;
    height: auto;
    margin-top: -84px;
}
.spl p{
    margin-bottom: 10px;
}
}
/*************点滴*****************/
.drip{
	width: 100%;
	height: 630px; 
	background: url(../img/drip/back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	margin-bottom: 130px;
}
.drip .concept_back {
    height: auto;
    margin: 132px 0 0 440px;
    padding: 15px 20px;
}
.drip p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.kitai{
    text-align: left;
    background: #ba9b8f;
    width: 160px;
    color: #fff !important;
    padding: 10px 20px;
    margin-bottom: -31px;
    font-weight: 500 !important;
}
@media screen and (max-width: 1050px){
.drip .concept_back {
    margin: 132px auto 0 auto;
}
}
@media screen and (max-width: 900px){
.drip {
	width: 100%;
	height: auto;
	background: url(../img/drip/back_sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
}
.drip .concept_back {
    margin: 0 auto 55px auto;
}
}
@media screen and (max-width: 800px){
.kitai{
    margin-bottom:0;
}
}

/*************ZOSKIN*****************/
.zoskin{
	width: 100%;
	height: 630px; 
	background: url(../img/zoskin/back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: relative;
	padding-top: 60px;
}
.zoskin h2,.zoskin02 h2{
color: #fff;
}
.zoskin .concept_back {
    height: auto;
    margin: 63px 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.zoskin p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.zoskin02 {
    background: url(../img/zoskin/back02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 30px 0;
}
.zoskin02 .scar_back{
	padding: 50px 20px 1px;
}
.zoskin02 .check {
    width: auto;
}
.zoskin02 span{
	color: #FFF;
	display: block;
}
.zoskin03 ul{
	padding-left: 0;
}
.zoskin03 .c-lead_subTtl{
    padding:60px 0 30px;
    text-align: center;
    display: block;
}
.zoskin03 .flex_btn {
    justify-content: center;    
    margin-bottom: 60px;
}
.zoskin03 .flex_btn li {
    width: 24%;
}
.zoskin03 .flex{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.zoskin03 .item{
    background: #fff;
}
.zoskin03 h4{
    font-size: 1em;
    border: 0;
    margin-bottom: 0;
    background: #ba9b8f;
    padding: 10px;
    color: #fff;
    line-height: 1.2;
    height: 60px;
}
.zoskin03 span{
    padding: 10px 0;
    display: block;
}
.zoskin03 .item p{
	padding: 10px;
}
.zoskin03 table{
	width: 95%;
	margin: 0 auto 10px;
}
.zoskin03 table tr{
	border: #ba9b8f 1px solid;
}
.zoskin03 table th{
    padding: 10px;
    background: #ba9b8f;
    color: #fff;
    border: #ba9b8f 1px solid;
}
.zoskin03 table td{
    text-align: right;
    padding: 0 10px;
}

@media screen and (max-width: 1120px){
.zoskin03 .flex_btn li {
    width: 100%;
}

}
@media screen and (max-width: 900px){
.zoskin {
	width: 100%;
	height: auto;
	background: url(../img/zoskin/back_sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
}
.zoskin .concept_back  {
    height: auto;
    margin: 63px auto;
    position: inherit;
    width: 100%;
}
.zoskin .concept_back {
    margin: 0 auto 55px auto;
}
.zoskin02 {
	width: 100%;
	height: auto;
	background: url(../img/zoskin/back02_sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
}
.zoskin03 {
    padding: 10px 0;
}
}

@media screen and (max-width: 600px){
.zoskin .concept_back {
    margin: 0;
}
.zoskin .l-c {
    margin: -30px auto 0;
    padding-bottom: 30px;
}
}



/*************ヴェルベットスキン*****************/
.velvet{
	width: 100%;
	height: 630px; 
	background: url(../img/velvet/back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: relative;
	padding-top: 60px;
}
.velvet01{
	width: 100%;
	height: 630px; 
	background: url(../img/velvet/back01.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	position: relative;
	padding-top: 60px;
}
.velvet02{
	width: 100%;
	height:541px; 
	background: url(../img/velvet/back02.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	position: relative;
	padding-top:0;
	margin-bottom: 0;
}
.velvet h2,.velvet01 h2,.velvet02 h2{
color: #fff;
}
.velvet .concept_back,
.velvet02 .concept_back{
    height: auto;
    margin: 63px 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.velvet02 .concept_back{
    margin: 0;
    height: 500px;
}
.velvet01 .concept_back{
    height: auto;
    position: absolute;
    left: 20%;
    width: 830px;
    padding: 60px 20px 50px;
}
.velvet p,
.velvet01 p,
.velvet02 p{
color: #fff;
line-height: 1.6;
font-weight: 500;
padding: 50px 0;
}
.velvet02 .span {
    color: #fff;
    display: block;
    font-weight: normal;
    margin-top: 10px;
}
.velvet02 .check {
	width: auto;
    margin: 36px auto 60px;
    background: rgba(174,144,131,0.7);
}
@media screen and (max-width:1150px){

.velvet02 .concept_back {
    margin: auto;
    width: 90%;
    position: relative;
    padding-bottom: 1px;
}

}
@media screen and (max-width: 900px){
.velvet {
	width: 100%;
	height: auto;
	background: url(../img/velvet/back_sp.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 1px;
}
.velvet01 {
	width: 100%;
	height: auto;
	background: url(../img/velvet/back01_sp.png);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 1px;
}
.velvet02 {
	width: 100%;
	height: auto;
	background: url(../img/velvet/back02_sp.png);
	background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 1px;
}
.velvet .concept_back,
.velvet01 .concept_back  {
    height: auto;
    margin: 63px auto;
    position: inherit;
    width: 100%;
}
.velvet .concept_back,
.velvet01 .concept_back {
    margin: 0 auto;
    padding: 50px 20px 0;
}
}



@media screen and (max-width: 650px){
.velvet {
    background-size: contain;
    background-position: center;
}
.velvet01 {
	    background-position: right;
}
.velvet02 {
	padding-top: 40px;
    background-position: right;
 }
.velvet .c-lead_subTtl,
.velvet01 .c-lead_subTtl{
    font-size: 2.5rem;
}
.velvet .concept_back,
.velvet01 .concept_back {
    padding: 50px 10px 0;
}
.velvet02 .check ul {
    padding: 10px;
}
.velvet02 .concept_back{
    height:auto;
}
}
























/*************FLOW*****************/
.flow{
	width: 100%;
	padding: 60px 0;
}
.mod-list-step {
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.mod-list-step li{
	margin-bottom: 20px;
}
.mod-list-step > li .img {
    display: table-cell;
    width: 29.73%;
    line-height: 0;
    vertical-align: top;
}
.mod-list-step > li .box-text {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    line-height: 1.6;
}
.mod-list-step > li .box-text .sttl {
    font-size: 22px;
    color: #b58122;
    padding: 0 0 22px;
    font-weight: 600;
}
.mod-list-step .text{
	font-weight: 500;
}
@media screen and (max-width: 760px){
.mod-list-step > li {
    margin-bottom: 30px;
}
.mod-list-step > li .img {
    padding-top: 5px;
}
.mod-list-step > li .box-text {
    padding: 0 0 0 16px;
}
.mod-list-step > li .box-text .sttl {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 9px;
}
}
/*************料金表*****************/

.price{
	margin-top: 46px;
}
.price_tb{
    font-size: 1.6rem;
    width: 100%;
    background: #fff;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    border-collapse: initial;
    margin-top: 30px;
}
.price_tb th {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    width: 30%;
    padding:20px 30px;
    background: #f0ece0;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.6;
}
.price_tb td {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    padding: 20px 30px;
    text-align: right;
    position: relative;
    vertical-align: middle;
    line-height: 1.6;
    width: 33%;
}
.tbl-r05 th {
    width: 20%;
}
.tbl-r05 td {
    width: 20%;
}
.tbl-r06 th {
    width: 18%;
}
.tbl-r06 td {
    width: 18%;
}
.tbl-r06 .one{
	padding: 0;
	width: 6%;
}
.price_tb .red,
.tbl-r06 .red{
	color:red !important;
}





.price_text{
	line-height: 1.6;
}
.price_text{
	margin-top: 20px;
}
.w_auto{
	width: 66% !important;
}
.price_btn{
	margin-top: 50px;
}
.flex_btn{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.flex_btn li{
width: 32%;
line-height: 2.4vw;
text-align: center;
border:solid 2px #ac9571;
background: #fff;
color: #ac9571;
position: relative;
vertical-align: middle;
text-decoration: none;
font-size: 1.5rem;
font-weight: 600;
margin: 5px;
border-radius: 6px;
list-style: none;
display: inline-block;
}
.flex_btn li a{
color: #ac9571;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    line-height: 1.5;
}
.p_mini{
	font-size: 0.7em;
}
.p_mini02{
	font-size: 0.9em;
}
@media screen and (max-width: 1120px){
.price{
	margin-bottom: 30px;
	padding:0;
}
.price_tb{
    font-size: 4.8vw;
}
.price_tb th {
    padding: 0 vw;
    text-align: center;
    font-size: 2.6vw;
    line-height: 1.4;
    width: 36%;
    padding: 10px;
}
.price_tb td {
    padding: 4vw 2vw;
    font-size: 3vw;
    line-height: 1.6;
}
.price_text{
    font-size: 3vw;
    font-weight: 600;
}
.flex_btn{
align-items: center;
}
.flex_btn li{
width: 86%;
font-size: 1.1rem;
padding: 13px 9px;
line-height: 2.vw;
margin: 4px auto;
}
.flex_btn li a{
height: 13px;
padding: 0px;
}

}



@media screen and (max-width: 1120px) {
.price .pc{
	display: none !important;
}
.price .sp{
	display: inherit !important;
}
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  td::before {
content: attr(data-label);
white-space: pre;
text-align: left;
}
}

/*************よくある質問QA*****************/
.qa h3{
	text-align: center;
	display: block;
	margin-top:60px;
}
.qa ul{
    border-top: 1px solid rgba(0,0,0,0.05);
    margin: 60px auto;
    max-width: 800px;
}

.qa ul li{
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.qa ul li a{
    display: block;
    padding: 20px 12px;
    color: #188fed;
    position: relative;
    font-size: 1.3em;
    font-weight: 500;
}
.qa_a{
	margin-top: 80px;
}
.qa_a h3{
	font-size: 4rem;
	text-align: center;
    display: block;
}
.menu-faq-list {
    padding-top: 10px;
    margin-top: 60px;
}
.menu-faq-list dl {
    padding-left: 70px;
}
.menu-faq-list dl {
       padding: 30px 0;
    border-bottom: 1px solid #eae1bf;
}
.menu-faq-list dt {
    position: relative;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 1.5em;
        color: #514e3d;
}
.menu-faq-list dd{
    font-size: 1em;
    line-height: 1.5;
}
.menu-faq-list dt i {
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    line-height: 1;
    font-size: 235%;
    margin-top: -0.25em;
    color: #ab8900;
    font-style: normal;
    text-align: center;
    width: 70px;
}
.ft-mincho {
    font-family:  fantasy;
    -ms-font-feature-settings: "normal";
}
.qa_a .btn{
	width: 300px;
    background: #fff;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    display: block;
    color: #ab8900;
    border: solid 1px #ab8900;
}



@media screen and (max-width: 650px) {
.qa ul li a{
	font-size: 1em;
}
.qa_a h3{
	font-size: 2.3rem;
	color: #514e3d;
}
.menu-faq-list {
    margin-top: 10px;
}
.menu-faq-list dt {
    font-size: 1em;
    padding-left: 30px;
    margin-bottom: 1.5em;
    line-height: 1.2;
}
.menu-faq-list dt i {
	right: 87%;
}
.qa_a .btn {
    margin: 10px auto;
}
}



/*************Recruit*****************/
.recruit01{
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: url(../img/recruit/img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.recruit_box .c-btn_type1{
	margin: 20px auto 0;
    width: 23vw;
}
.welcome{
    background: url(../img/recruit/img01.jpg) no-repeat right top;
    height:663px;
    background-size: 36%;
}
.welcome h2{
	line-height: 3;
    font-size: 29px;
}
.welcome .youtube iframe{
	width: 700px;
}
.l-c p{
	line-height: 1.6;
	font-weight: 500;
}
.welcome .logo{
	display: none;
}
.efforts_item{
	margin-bottom: 40px;
	width: 26%;
}
.efforts_item figcaption {
    text-align: center;
    line-height: 1.6;
    font-size: 1em;
    height: 73px;
    font-family: initial;
    display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
}
.flow figcaption{
	height: 43px;
}
.efforts_item p{
	font-weight: 500;
}
.curriculum h2{
    font-size: 29px;
    font-weight: 600;
    margin: 53px 0;
}
.curriculum h2:before {
  content: url('../img/recruit/icon.png');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.youtube_item{
	width: 46%;
}
.youtube_item p{
	padding: 10px;
}
.youtube iframe {
    width: 100%;
    height: 360px;
}
.boshuu{
	margin-top: 46px;
}
.boshuu table{
	border-spacing: 0;
	font-size: 1.4rem;
    width: 100%;
    background: #fff;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    border-collapse: initial;
    margin-top: 30px;
}
.boshuu table th {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    width: 30%;
    padding: 20px 30px;
    background: #f0ece0;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.6;
}
.boshuu table td {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    padding: 20px;
    position: relative;
    vertical-align: middle;
    line-height: 1.6;
    width: 33%;
}

@media screen and (max-width: 1120px){
.welcome{
	background: none;
	height: auto;
}
.welcome h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
    padding: 23px 0;
}
.welcome .logo{
	display: inherit;
	margin: auto;
}
.recruit_box .c-btn_type1{
    width: 66vw;
}
}
@media screen and (max-width: 800px){
.efforts_item figcaption {
	height: 98px;
	font-weight: 600;
}
.flow figcaption {
	height: 60px;
}
.youtube iframe {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 650px){
.l-c p {
    line-height: 2em;
    font-size: 0.85em;
    font-weight: 500;
}

.youtube_item{
	width: 100%;
}
.welcome .youtube iframe{
	width: 100%;
}
.youtube iframe {
    width: 100%;
    height: 200px;
}
.boshuu table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}

.boshuu table th,
.boshuu table td {
　　border-bottom: none;
    display: block;
    width: 100%;
}
}
@media screen and (max-width: 540px){
.efforts_item {
    width: auto;
}
.curriculum h2{
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0;
}
}

/************問い合わせフォーム****************/
table.formTable {
    width: 95%;
    max-width: 850px;
    margin: 20px auto;
    border-collapse: collapse;
}
table.formTable input{
	border: 1px solid #ccc;
    height: 30px;
    border-radius: 0;
}
table.formTable textarea{
	border: 1px solid #ccc;
}
table.formTable select{
	border: 1px solid #ccc;
    height: 36px;
    padding: 10px;
}
form .submit{
	width: 100px;
    height: 40px;
    color: #fff;
    background: #333;
}
form .reset{
	width: 100px;
    height: 40px;
    border: 1px solid;
    background: #fff;
}
table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
}
table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    height: 39px;
    vertical-align: middle;
}

.boshuu table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}
form .text{
	text-align: center;
	padding:0 0 20px 0;
}	
@media screen and (max-width: 650px){
#formWrap {
    width: 100%;
    margin: 0 auto;
}
table.formTable th {
    border-bottom: 0;
}
table.formTable th, table.formTable td {
    width: auto;
    display: block;
    height: auto;
}
input[type="text"], textarea {
    width: 96%;
    padding: 5px;
    font-size: 110%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    
}
form table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}

form table th,
form  table td {
    border-bottom: none;
    display: block;
    width: 100%;
}
form p{
	margin-bottom: 30px;
}
form .text{
	padding:0;
	line-height: 1.6;
	font-size: 14px;
}
}
/************SALON MENU****************/
.menu-box {
    width: 90%;
    margin: 0 auto 60px;
}
h4 {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 10px;
    text-align: center;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}
.menu-box div.menu-box-inner {
    width: 100%;
}
.menu-box div.menu-box-inner dl {
    clear: both;
    width: 100%;
    height: 30px;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    margin-top: 10px;
}
.menu-box div.menu-box-inner dl:before {
    content: '';
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1;
}
.menu-box div.menu-box-inner dl dt {
    background: #fff;
    max-width: 80%;
    color: #000;
    font-weight: 600;
    line-height: 1.8;
    padding: 5px 5px 0 0;
    float: left;
    position: relative;
    z-index: 10;
}
.menu-box div.menu-box-inner dl dd {
    background: #fff;
    font-weight: 500;
    padding: 5px 0 0 5px;
    line-height: 1.8;
    float: right;
    position: relative;
    z-index: 10;
    color: #000;
}
.cf::after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (min-width: 813px){
.menu-box {
    max-width: 1120px;
    padding: 0 0 20px;
    margin: 0 auto 63px;
    position: relative;
}
h4 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.menu-box div.menu-box-inner {
    width: 45%;
    margin-bottom: 10px;
}
.menu-box div.menu-box-inner dl:before {
    top: 18px;
}
.menu-box div.menu-box-inner dl dt {
    font-size: 1.5rem;
    padding: 5px 20px 5px 0;
}
.menu-box div.menu-box-inner dl dd {
    font-size: 1.5rem;
    padding: 5px 0 5px 20px;
}
}
