﻿@charset "utf-8";

/*
源ノフォント
明朝
font-family: source-han-serif-japanese, serif;
ゴシック
font-family: source-han-sans-japanese, sans-serif;

font-family: 'Cinzel Decorative', cursive;
*/

html {
		font-family: source-han-serif-japanese, serif;
}
.inner {
    max-width: 1180px;
    width: 100%;
}
body {
		background: #fff;
    color: #000;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
}

.yellow {color:#fff604;}
.pink {color:#ffacd1;}
.master {
  background: linear-gradient( #ffccf2 0%, #f1f3ff 50%, #ccfffe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #edfffc;
}
.platinum {
		color:#d7d1c2;	
}
.gold {
		color:#cd9c52;
}
.bronze {
		color:#8f5517;
}

/* **************************************************************** */
header {
    background: rgba(0, 0, 0, 0.7);
}
header .inner {
		align-items: center;
    justify-content: space-between;
}
header .logo {
	
}
header .util {
	
}
header .util ul {
	
}
header .util ul li {
	
}
header .util ul li a {

}
/* **************************************************************** */
.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 4em 0;
    height: 820px;
    text-align: left;
}
.mv .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.mv_bloc {

}
.mv_bloc h1 {
    margin-bottom: 1em;
}
.mv_bloc p {

}
/* **************************************************************** */
.section_title {
		margin-bottom:2em;
}
.section_title h2 {
    font-family: montserrat, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0.5em;
}
.section_title h2:first-letter {
		color:#ffacd1;
}
.section_title p {
		font-size: 18px;
    line-height: 1.4em;
}
/* **************************************************************** */
.cm {
    padding: 4em 0 0;
}
.cm_wrap {
		background: url(../images/bg_cm.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    height: 920px;
    margin-top: -2em;
}
.cm_wrap .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.cm_bloc {
    background: rgba(0, 0, 0, 0.7);
    padding: 2em;
    margin-left: auto;
}
.cm_bloc ul {

}
.cm_bloc ul li {
    align-items: center;
    justify-content: flex-start;
}
.cm_bloc ul li + li {
		margin-top: 1em;
}
.cm_bloc ul li > span {
    font-size: 30px;
    line-height: 1.4em;
    color: #fff;
    flex: 1 0 0%;
    text-align: left;
    margin-left: 0.5em;
}
.cm_bloc ul li > figure {

}

.cm_bloc ul li:nth-child(odd) {
	
}
.cm_bloc ul li:nth-child(even) {
	
}

.cm_catch {
    border-top: solid 1px #fff;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

/* **************************************************************** */
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 27px;
    height: 46px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:before, .slick-prev:before {
		display:none;
}
.slick-prev {
		background:url(../images/icon_right.png);	
}
.slick-next {
		background:url(../images/icon_left.png);
}

.slick-prev:focus, .slick-prev:hover {
		background:url(../images/icon_right.png);
}
.slick-next:focus, .slick-next:hover {
		background:url(../images/icon_left.png);
}

.slick-prev {
    right: -25px;
    left: auto;
}
.slick-next {
		right:0;
    left: -25px;
}
.slick-slide img {
    display: inline-block;
    box-shadow: 0px 3px 5px #999;
}


/* **************************************************************** */
.case {
    padding: 4em 0;
}
.case_slider_bloc {
	
}
.case_slider {

}
.case_slider li {
		padding-bottom: 1em;
}
.case_slider li + li {

}
.case_slider_bloc .btn_bloc {
    margin-top: 3em;
}

/* **************************************************************** */
.about {
		background: url(../images/bg_about.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    height: 730px;
}
.about .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.about_wrap {
    margin-left: auto;
    max-width: 50%;
}
.about_bloc {
	
}
.about_bloc p {
		text-align: left;
}

/* **************************************************************** */
.point {
		padding:4em 0;
}
.point_wrap {
	
}
.point_bloc {
	
}
.point_bloc ol {
	
}
.point_bloc ol li {
	
}
.point_bloc ol li + li {
	
}

/* **************************************************************** */
.comit {
		background: url(../images/bg_comit.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    height: 820px;
}
.comit .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.comit_wrap {
		margin-right: auto;
    max-width: 46%;
}
.comit_bloc {
	
}
.comit_bloc p {
		text-align: left;
}

/* **************************************************************** */
.reccomend {
		padding:4em 0 0;
}

.reccomend_bloc {
		width: 50%;
    text-align: left;
}
.reccomend_bloc h3 {
    margin-bottom: 1.5em;
}
.reccomend_bloc h3 .title {
		display: block;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.reccomend_bloc h3 .en {
    font-family: 'Cinzel Decorative', cursive;
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    background: #000;
    color: #fff;
    padding: 0.5em 0.5em 0.4em;
}
.reccomend_bloc h3 .en:first-letter {
    font-size: 28px;
}
.reccomend_bloc h4 {
    font-size: 24px;
    margin-bottom: 1em;
}
.reccomend_bloc p {
		text-align: left;
}
.reccomend_bloc figure {
		text-align: right;
    margin-top: 1em;
}



.reccomend_01 .inner {
    background: url(../images/bg_reccomend_01.jpg) no-repeat right top;
    background-size: contain;
    box-sizing: border-box;
    padding: 0;
    height: 680px;
    align-items: center;
    justify-content: space-between;
}


.reccomend_02 {
		background: url(../images/bg_reccomend_02.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    height: 710px;
}
.reccomend_03 {
		background: url(../images/bg_reccomend_03.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    height: 660px;
}

.reccomend_02 .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.reccomend_03 .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}


.reccomend_02 .reccomend_bloc {
    margin-left: auto;
}


.reccomend_01_bottom {
		padding: 3em 0;
}
.reccomend_01_bottom_bloc {
	
}
.reccomend_01_bottom_bloc .item {
		width: 49%;
}
.reccomend_01_bottom_bloc .item + .item {
	
}

.reccomend_01_bottom_bloc .item h4 {
    border-bottom: solid 1px #000;
    margin-bottom: 1em;
}
.reccomend_01_bottom_bloc .item p {
    text-align: left;
    font-size: 16px;
}


/* **************************************************************** */
.cta {
		background: url(../images/bg_cv.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
		padding:3em 0;
}
.cta .upper {
		align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}
.cta .upper .logo {

}
.cta .upper .detail {

}


.cta .middle {
		margin-bottom: 1.5em;
}
.cta .middle p {

}

.cta .bottom {
    padding: 0 1em;
}
.cta .bottom ul {

}
.cta .bottom ul li {

}
.cta .bottom ul li + li {

}


/* **************************************************************** */
.cm2 {
		background: url(../images/bg_cm2.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
		height:450px;
}
.cm2 .inner {
		height:100%;
		position:relative;
}
.cm2 h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.cm2 p {
    position: absolute;
    bottom: 1em;
    right: 0;
}

/* **************************************************************** */
.artist {
    background: #000000;
    color: #fff;
    padding: 3em 0;
}
.artist_wrap {
	
}
.artist_item + .artist_item {
    margin-top: 3em;
}
.artist_item {
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.artist_item > figure {
	
}
.artist_item .detail {
    width: 50%;
    margin-right: auto;
    margin-left: 2em;
}
.artist_item .detail h3 {
		text-align: left;
    margin-bottom: 1em;	
}
.artist_item .detail h3 .pos {
    text-transform: uppercase;
    display: block;
    font-size: 21px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0.5em;
}
.artist_item .detail h3 .name {
    text-transform: uppercase;
    display: block;
    color: #ffacd1;
    font-size: 42px;
    line-height: 1;
    font-style: italic;
}

.artist_item .detail .artist_sub {
    text-align: left;
    margin-bottom: 1em;
}

.artist_item .detail h4 {
		position: relative;
    text-align: left;
}
.artist_item .detail h4:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px#fff;
    width: 100%;
    margin-top: 2px;
}
.artist_item .detail h4 span {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    background: #000;
    padding: 5px 5px 5px 0;
    position: relative;
    z-index: 2;
}

.artist_item .detail p {
		font-size: 14px;
    text-align: left;
}


.rank {
    padding: 3em 0 1.5em;
}
.rank_wrap {

}
.rank_bloc {

}


.price {
    padding: 1.5em 0 3em;
}
.price_wrap {

}
.price_bloc {

}

/* **************************************************************** */
.voice {
    padding: 4em 0;
}
.voice_slider_bloc {
	
}
.voice_link {
		margin-bottom:2em;
}
.voice_slider {

}
.voice_slider li {
		padding-bottom: 1em;
}
.voice_slider li + li {

}

/* **************************************************************** */
.know {
		background:#000;
		color:#fff;
    padding: 4em 0;
}
.know_wrap {
	
}
.know_catch {
		margin-bottom:2em;
}
.know_catch h3 {
		color: #ffacd1;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.know_catch p {
	
}

.know_bloc {
		align-items: center;
    justify-content: center;
}
.know_bloc > figure {

}
.know_bloc .detail {
    margin-left: 2em;
    text-align: left;
}

.know_bloc .detail p {

}
.know_bloc .detail ul {
		margin: 0.5em 0 1em;
}
.know_bloc .detail ul li {
    align-items: center;
    justify-content: flex-start;
}
.know_bloc .detail ul li + li {
    margin-top: 0.5em;
}
.know_bloc .detail ul li figure {

}
.know_bloc .detail ul .text {
    font-size: 30px;
    line-height: 1.4em;
    color: #fff;
    flex: 1 0 0%;
    text-align: left;
    margin-left: 0.5em;
}



/* **************************************************************** */
.flow {
    padding: 4em 0;
}
.flow_wrap {
	
}

.flow_item {
		align-items: center;
    justify-content: space-between;
}
.flow_item + .flow_item {
    margin-top: 2em;
}
.flow_item figure {
	
}
.flow_item .detail {
    flex: 1 0 0;
    padding: 2em;
    text-align: left;
}
.flow_item .detail h3 {
	
}
.flow_item .detail p {
	
}

.flow_item:nth-child(even) {
    flex-direction: row-reverse;
}



/* **************************************************************** */
.intro {
		background:#000;
		color:#fff;
    padding: 4em 0;
}
.intro_wrap {
	
}

.intro_catch {
		margin-bottom:2em;
}
.intro_catch h3 {
		color: #ffacd1;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.intro_catch p {
	
}

.intro_profile {
	
}
.intro_profile h3 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.intro_profile h4 {
		background: #ffacd1;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    display: inline-block;
    padding: 0.2em 0.6em;
    margin-bottom: 1em;
}

.intro_history {
	
}
.intro_history dl {
    margin: 0;
    font-size: 15px;
}
.intro_history dl + dl {
		margin-top: 1em;
}
.intro_history dl dt {
	
}
.intro_history dl dd {
		margin:0;
}






/* **************************************************************** */
.faq {
    padding: 4em 0;	
}

.faq_bloc {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.faq_bloc dl {
		margin:0;
}
.faq_bloc dl + dl {
    margin-top: 1em;
}
.faq_bloc dl dt {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-top: 14px;
    padding-left: 90px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.faq_bloc dl dd {
		margin: 0;
    position: relative;
    font-size: 16px;
    text-align: left;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 20px;
    margin-left: 44px;
}

.faq_bloc dl dt:before {
		content:"";
		display:block;
		width:68px;
		height:68px;
		background:url(../images/icon_q.png) no-repeat;
		position:absolute;
		top:0;
		left:0;
}
.faq_bloc dl dd:before {
		content:"";
		display:block;
		width:68px;
		height:68px;
		background:url(../images/icon_a.png) no-repeat;
		position:absolute;
		top:0;
		left:0;	
}

















.info {
		background:#000;
		color:#fff;
    padding: 4em 0;
}

.info_bloc {
    margin-bottom: 2em;
}
.info_bloc h3 {
		margin-bottom:2em;
}
.info_bloc figure {
	
}
.info_data {
    margin-bottom: 2em;
}
.info_data dl {
		margin:0;
}
.info_data dl + dl {
		margin-top:1em;
}
.info_data dl dt {
    color: #fff;
    font-size: 18px;
		font-weight: bold;
}
.info_data dl dd {
		margin:0;
    color: #fff;
    font-size: 16px;
}

.map {
    width: 100%;
}
.map iframe {
    width: 100%;
}


footer {
    background: #b38850;
    color: #fff;
    padding: 0;
}
footer .copy {
    background: #000;
}
footer .copy small {
		font-size: 14px;
    line-height: 1.4em;
}




#Contact {
    padding: 3em 0;
}
.contact_wrap {
    padding: 0;
}


.contact_bloc_upper {
    margin-bottom: 1em;
}
.contact_bloc_upper p {
    font-size: 14px;
    line-height: 1.4em;
}

.check_list_bloc {
    margin-bottom: 2em;
}
.check_list {
    display: inline-block;
    background: #feedf5;
    padding: 1em 2em;
    margin-bottom: 0.5em;
}
.check_list h3 {
    font-size: 21px;
    margin-bottom: 0.5em;
}
.check_list ul {
    display: inline-block;
    text-align: left;
}
.check_list ul li {
	
}
.check_list ul li label {
		cursor:pointer;	
}
.check_list ul li + li {
	
}
.check_list_bloc p {
    font-size: 14px;
    line-height: 1.4em;
}






#Contact .contact_bloc dl dt.required:after {
    background: #000000;
}
#Contact .contact_bloc > dl > dt span {
    font-size: unset;
    color: #565656;
}
#Contact .contact_bloc > dl {
    margin: 0;
    align-items: center;
    background: none;
}
#Contact .contact_bloc > dl > dd {
    border-left: none;
    background: none;
}
#Contact .contact_bloc > dl + dl {
    border-top: solid 1px #c4b8b5;
}
#Contact .contact_bloc > dl {
    border-top: solid 1px #c4b8b5;
}

#Contact .contact_bloc > dl:last-child {
    border-bottom: solid 1px #c4b8b5;
}


.contact_name {
		width: 40%!important;
}
.contact_kana {
		width: 40%!important;
}
.contact_bloc > dl > dd .sub {
    margin-right: 0.5em;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.contact_bloc > dl > dd .text_sub {
    margin-top: 0.5em;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}
.contact_bloc > dl > dd .link_bloc {
    margin-top: 0.5em;	
}
.contact_bloc > dl > dd .link_bloc a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    max-width: 420px;
    border: solid 1px #c4b8b5;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    margin-right: auto;
    position: relative;
}
.contact_bloc > dl > dd .link_bloc a:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
}
#Contact .contact_bloc dl {
    margin: 0;
    align-items: center;
    background: none;
}
.time_item {
    margin: 0;
    text-align: left;
}
.time_item dl {
		margin:0!important;
}
.time_item dl + dl {
		margin-top: 0.5em!important;
    border: none!important;
}
.time_item dl dt {
		padding: 0!important;
}
.time_item dl dd {
		padding: 0!important;
		margin:0!important;
}
.time_item + p {
		font-size: 14px;
    line-height: 1.4em;
    margin-top: 0.5em;	
}

.time_item dl dd #datepicker1,
.time_item dl dd #datepicker2,
.time_item dl dd #datepicker3 {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #c4b8b5;
		background:#f0efef;
    width: auto!important;
}

.time_item dl dd {
    margin: 0;
    border: none!important;
    padding: 0!important;
}


.radio_item_box + .radio_item_box {
    margin-left: 1em;
}


input[type='text'] {
    border: solid 1px #c4b8b5;
		background:#f0efef;
}
input[type='email'] {
    border: solid 1px #c4b8b5;
		background:#f0efef;
}
select {
    padding: 5px 6px;
    box-sizing: border-box;
    border: solid 1px #c4b8b5;
    background: #f0efef;
}
.contact_message {
    border: solid 1px #c4b8b5;
		background:#f0efef;
}





/* **************************************************************** */
/* thanks
*/
.thanks_body {

}
.thanks_body header{
    position: static;
    box-sizing: border-box;
}
.thanks {
    position: relative;
    box-sizing: border-box;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    text-align: center;
    max-width: 550px;
    width: 100%;
}
.thanks .thanks_image {
		margin-bottom: 2em;
}
.thanks .thanks_image p {
    font-size: 24px;
}
.thanks .bloc {

}
.thanks .bloc h1 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    /* background: #000; */
    /* color: #fff; */
    padding: 10px 0 14px;
    /* max-width: 550px; */
    /* margin: 0 auto 0.5em; */
    box-sizing: border-box;
}
.thanks .bloc p {
    font-size: 18px;
}

.thanks .sub {
		max-width: 760px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em;
}
.thanks .sub .mv_logo {
		margin-right: 2em;
}
.thanks .sub p {
		font-size: 36px;
    line-height: 1em;
}

/***2020.08_アートメイクサブスク修正↓***/

.subscription_title {
	background-image: url("https://m-beautyclinic.com/wp-content/uploads/2020/08/subscription_bg.jpg");
	background-size: cover;
	padding: 80px 0;
	background-position: right top 10%;
	margin-bottom: 30px;
}

.subscription_title .head {
	text-align: left;
	margin-left: 10%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2em;
}

.subscription_title span.gold {
	color: #b38850;
	font-size: 110%;
}

.subscription_title span.price{
	margin-left:20px;
}

.subscription_title span.subsc {
	font-size: 125%;
	text-shadow: 0.04em 0.02em 0 #fff, 0.1em 0.06em 1px rgba(179, 136, 80, 0.6);
	margin-left:40px;
	margin-top:10px;
}

.subscription_title span.plan{
	font-size: 110%;
}

div.subscription {
	margin-top: 60px;
	margin-bottom: 60px;
}


div.subscription .asterisk{
	font-size:90%;
	color:#666666;
}

div.subscription .asterisk.pink{
	color:#ffacd1;
}

div.subscription table {
	width: 100%;
	margin-top:2em;
}

div.subscription table tr {
	border-top: 1px solid #4f3019;
}

div.subscription table th,
div.subscription table td{
	padding:10px 0 10px 0;
}

div.subscription table td{
	font-size:120%;
}

div.subscription .price_ex{
	margin-top:1em;
	text-align:center;
}

div.subscription table tr:last-child {
	border-bottom: 1px solid #4f3019;
}

.subscription_example {
	margin: 60px 0;
}

.subscription_example p {
	background: #000000;
	color: #fff;
	font-size: 130%;
	display: block;
	width: 400px;
	margin: 5px auto 20px auto;
	text-align: center;
	padding: 3px 0;
}

.subscription_example2 {
	border: 1px solid #ccc;
	box-shadow: 0 3px 3px #ccc;
	border-radius: 6px;
	padding: 0 5% 30px 5%;
}

.subscription_example2 .main {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 130%;
	margin-top:30px;
}

.subscription_example2 .sub,
div.subscription .price_ex.sub{
	background: #b38850;
	color: #fff;
	font-size: 100%;
	display: block;
	width: :100%;
	max-width: 400px;
	margin: 5px auto 20px auto;
	text-align: center;
	padding: 3px 0;
}

div.subscription .price_ex.sub{
	margin-top:20px;
	margin-bottom:0;
}

/***2020.08_アートメイクサブスク修正↑***/

/***2020.10_フローティング予約ボタン追加↓***/

.float_btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1000;
	background: rgba(255,255,255,.8);
}

.float_btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.float_btn ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 10px 5px;
}

.float_btn ul li:first-child{
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.float_btn ul li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .2rem;
	border-radius: 100px;
	transition-duration: .3s;
	position: relative;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.float_btn ul li:first-child a {
	background-color: #ff83be;
}

.float_btn ul li:nth-child(2) a{
	background-color: #fff;
	color: #00b900;
	border: 2px solid #00b900;
}

.float_btn ul li a:hover {
	opacity:.5;
	transition-duration: .3s;
}

.float_btn ul li:nth-child(2) a::before {
	background-image: url(../images/icon_line.png);
	width: 50px;
	height: 50px;
	content: "";
	display: inline-block;
	position: absolute;
	background-size: cover;
	left: 8%;
	top: calc(50% - 25px);
}

footer {
	padding-bottom: 100px;
}


/***2020.10_フローティング予約ボタン追加↑***/
/***2020.10_院長写真追加↓***/
.director_img {
	width: 200px;
	margin: 0 auto 20px auto;
}

.director_img img {
	border-radius: 50%;
}
/***2020.10_院長写真追加↑***/
/***2020_12_スタッフ写真追加↓***/
.artist_img{
	width:40%;
}

.artist_img img{
	width:70%;
	margin: 0 auto;
}

.artist_img,
.detail{
display: flex;
flex-direction: column;
}

.artist_img_sp{
	display:none;
}

/***2020_12_スタッフ写真追加↑***/

/***2020.12_CVボタン装飾↓***/
.cta .bottom ul li {
    margin: auto;
}

.cta .bottom ul li a{
    box-shadow: 10px 10px 0px #dddddd;
	display: block;
}
/***2020.12_CVボタン装飾↑***/

/***2021.03_スタッフ紹介レイアウト変更↓***/

.artist_item + .artist_item {
	margin-top: 0;
}

.artist_img {
	width: 80%;
	margin: 0 auto;
}

.artist_img img {
	width: 100%;
}

.artist_item .detail {
	width: 100%;
	margin-right: auto;
	margin-left: 0;
}

.artist_item .detail h3 {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}


.certificate {
	margin: 50px 0;
}

.certificate h3 {
	margin-bottom: 10px;
}

.certificate p {
	margin-bottom: 10px;
	font-size: 15px;
}

/***2021.03_スタッフ紹介レイアウト変更↑***/


@media screen and (max-width: 768px) and (orientation: portrait) {

body {
		min-width: auto;
    overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
}

.slick-next, .slick-prev {
    width: 18px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-prev {
    right: 2px;
    left: auto;
}
.slick-next {
		right: auto;
    left: 4px;
}




header {
    padding: 5px;
}
header .inner {
    align-items: center;
    justify-content: center;
}
header .logo {
    width: 100px;
}
header .util {
    display: none;
}

.mv {
		background: none;
    height: auto;
    padding: 0;
}
.mv_bloc h1 {
    padding: 0.5em;
    margin: 0;
}

.mv_bloc p {
    background: url(../images/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 1em 1em;
    text-align: right;
}
.mv_bloc p img {
		width: 50%;
}

.section_title {
    margin-bottom: 1em;
}
.section_title h2 {
    font-size: 21px;
}
.section_title p {
    font-size: 12px;
}



.cm {
    padding: 1em 0 0;
}
.cm_wrap {
		background: url(../images/bg_cm_sp.jpg) no-repeat center bottom;
    background-size: contain;
    height: auto;
    padding: 1em 1em 14em;
    margin-top: -1em;
}

.cm_bloc {
    padding: 1em;
}
.cm_bloc ul li > figure {
    width: 16px;
}
.cm_bloc ul li > figure img {
		vertical-align: middle;	
}
.cm_bloc ul li > span {
		font-size: 16px;
}
.cm_bloc ul li + li {
    margin-top: 0.5em;
}

.cm_catch {
    margin-top: 0.5em;
    padding-top: 0.8em;
}


.case {
    padding: 2em 0;
}
.case_slider {
    padding: 0 1.5em;
}
.case_slider_bloc .btn_bloc {
    margin: 1em 1em 0;
}


.about {
		background: url(../images/bg_about_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 1em;
}
.about_wrap {
		max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 6px;
}
.about_bloc p {
    font-size: 14px;
    line-height: 1.6em;
}


.point {
    padding: 2em 1em;
}
.point_bloc ol {
    align-items: flex-start;
    justify-content: center;
}
.point_bloc ol li {
    width: 33%;
}


.comit {
		background: url(../images/bg_comit_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 1em;
}
.comit_wrap {
		max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 6px;
}
.comit_bloc p {
    font-size: 14px;
    line-height: 1.6em;
}


.reccomend {
    padding: 2em 0 0;
}

.reccomend_01 {
    padding: 0;
}
.reccomend_01 .inner {
		background-size: 60%;
    background-position: right -60% bottom;
    height: auto;
    padding: 0 1em;
}









.reccomend_01_bottom {
    padding: 1em;
}
.reccomend_01_bottom_bloc .item {
    width: 100%;
}
.reccomend_01_bottom_bloc .item p {
    font-size: 14px;
    line-height: 1.4em;
}
.reccomend_01_bottom_bloc .item + .item {
    margin-top: 1em;
}





.reccomend_bloc {
    width: 74%;
}
.reccomend_bloc h3 {
    margin-bottom: 0.5em;
}
.reccomend_bloc h3 .title {
    font-size: 21px;
}
.reccomend_bloc h3 .en {
    font-size: 13px;
}
.reccomend_bloc h3 .en:first-letter {
    font-size: 16px;
}
.reccomend_bloc h4 {
		font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    text-shadow: 0 1px 2px #fff;
}
.reccomend_bloc p {
    font-size: 14px;
    line-height: 1.4em;
		text-shadow: 0 1px 2px #fff;
}

.reccomend_02 {
    background: url(../images/bg_reccomend_02_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 1em;
}

.reccomend_03 {
    background: url(../images/bg_reccomend_03_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 1em;
}



.cta {
    background: url(../images/bg_cv_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.cta .upper {
    display: block;
    margin-bottom: 0;
}
.cta .upper .logo {
    width: 88%;
    margin: 0 auto 1em;
}
.cta .bottom {
    padding: 0;
}
.cta .bottom ul li + li {
    margin-top: 0.5em;
}


.cm2 {
		background: url(../images/bg_cm2_sp.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 1em;
}
.cm2 h2 {
    position: static;
    transform: none;
    width: 74%;
    margin-bottom: 1em;
}
.cm2 p {
    position: static;
}


.artist {
    padding: 2em 1em;
}
.artist_item > figure {
    width: 60%;
    margin: 0 auto 1em;
}
.artist_item .detail {
    width: 100%;
    margin: 0;
}
.artist_item .detail h3 {
    text-align: center;
}
.artist_item .detail h3 .pos {
    font-size: 14px;
}
.artist_item .detail h3 .name {
    font-size: 21px;
}
.artist_item .detail .artist_sub {
    width: 30%;
    margin: 0 auto 1em;
}
.artist_item .detail h4 span {
    font-size: 13px;
}
.artist_item .detail p {
    font-size: 13px;
}
.artist_item + .artist_item {
    margin-top: 2em;
}


.rank {
    padding: 2em 1em 0;
}

.price {
    padding: 0 1em 1em;
}


.voice {
    padding: 2em 0;
}
.voice_link {
    width: 40%;
    margin: 0 auto 1em;
}
.voice_slider {
    padding: 0 1.5em;
}


.know {
    padding: 2em 1em;
}
.know_catch h3 {
    font-size: 21px;
}
.know_catch p {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
}
.know_bloc {
    display: block;
}
.know_bloc > figure {
    width: 70%;
    margin: 0 auto 1em;
}
.know_bloc .detail {
    margin: 0;
}
.know_bloc .detail ul li figure {
    width: 16px;
}
.know_bloc .detail ul li figure img {
		vertical-align:middle;
}
.know_bloc .detail ul .text {
    font-size: 16px;
}
.know_bloc .detail p {
    font-size: 14px;
    line-height: 1.4em;
}


.flow {
    padding: 2em 1em;
}
.flow_item {
    display: block;
}
.flow_item .detail {
		padding: 0;
    margin-top: 1em;
}
.flow_item .detail p {
    font-size: 14px;
}

.flow_item + .flow_item {
    margin-top: 1em;
}
.flow_item:nth-child(even) {
    flex-direction: row;
}


.intro {
    padding: 2em 1em;
}
.intro_catch h3 {
    font-size: 17px;
}
.intro_catch p {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
}
.intro_catch {
    margin-bottom: 1em;
}

.intro_profile h3 {
    font-size: 21px;
}
.intro_profile h4 {
    font-size: 13px;
}


.intro_history dl + dl {
    margin-top: 0.5em;
}
.intro_history dl {
    font-size: 14px;
}


.faq {
    padding: 2em 1em;
}
.faq h2 {
    width: 50vw;
    margin: 0 auto 1em;
}


.faq_bloc dl dt:before {
		width: 30px;
    height: 30px;
    background-size: contain;
}
.faq_bloc dl dd:before {
		width: 30px;
    height: 30px;
    background-size: contain;
}
.faq_bloc dl dt {
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 5px 5px 35px;
    margin-bottom: 5px;
}
.faq_bloc dl dd {
    font-size: 14px;
    line-height: 1.4em;
    padding: 7px 5px 5px 35px;
    margin-left: 0.5em;
}


.info {
    padding: 1em;
}
.info h3 {
    width: 20vw;
    margin: 0 auto 1em;
}

.info_bloc {
    margin-bottom: 1em;
}
.info_data dl dt {
    font-size: 16px;
}
.info_data dl dd {
    font-size: 14px;
}

.info_data {
    margin-bottom: 1em;
}



footer .copy {
    margin-top: 0;
    padding: 0.5em;
}
footer .copy small {
    font-size: 10px;
}



#Contact {
    padding: 2em 1em;
}
.contact_bloc_upper p {
    font-size: 12px;
    text-align: left;
}
.check_list h3 {
    font-size: 16px;
}
.check_list_bloc p {
    font-size: 12px;
    text-align: left;
}

.contact_bloc > dl > dd .sub {
    width: 70px;
    font-size: 12px;
}
.contact_name {
    width: 70%!important;
}
.contact_kana {
    width: 70%!important;
}
.contact_bloc > dl > dd .text_sub {
    font-size: 12px;
}

.time_item dl dd #datepicker1, .time_item dl dd #datepicker2, .time_item dl dd #datepicker3 {
    width: 48%!important;
}

.radio_wrap {
    display: block;
}
.radio_item_box + .radio_item_box {
    margin-left: 0;
}



.thanks .thanks_image {
    margin-bottom: 0;
}
.thanks .thanks_image p {
    font-size: 20px;
}
.thanks .bloc {
    padding: 1em;
}
.thanks .bloc h1 {
    font-size: 18px;
}
.thanks .bloc p {
    font-size: 14px;
}





div.subscription .inner > p {
	text-align: left;
}

.subscription_example p {
	width: 100%;
}

.subscription_example2 .sub {
	width: 100%;
}


.subscription_title span.gold {
	font-size: 100%;
}
	
.subscription_title span.subsc {
	font-size: 100%;
	margin-left: 0;
	margin-top: 0;
}
	
.subscription_title span.price {
	margin-left: 0;
	padding: 0;
}
	
.subscription_title span.plan {
	font-size: 100%;
}

.subscription_title .head {
	margin-left: 10px;
	line-height: 1.5;
	background: rgba(255,255,255,.5);
	margin-right: 10px;
	font-size: 1.2em;
}

.subscription_title {
	padding: 30px 0;
	background-position: right 30% top 10%;
}
	
	
/***2020.10_フローティング予約ボタン追加↓***/

.float_btn ul li a {
	border-radius: 0;
	font-size: 14px;
	
	padding-left: 2%;
	padding-right: 2%;
	border:none;
	border-top: 1px solid #fff;
}
	
.float_btn {
	background: none;
}
	
.float_btn ul li {
	margin: 0;
}
	
.float_btn ul li:nth-child(2) a::before {
	width: 24px;
	height: 24px;
	left: 2%;
	top: calc(50% - 10px);
}
	
.float_btn ul li:nth-child(2) a {
	border: none;
	padding-left: 24px;
	background: #00b900;
	color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
	
.float_btn ul li a:hover {
	opacity:1;
}
	
footer {
	padding-bottom: 55px;
}

/***2020.10_フローティング予約ボタン追加↑***/
/***2020.10_院長写真追加↓***/
.director_img {
	width: 160px;
}
/***2020.10_院長写真追加↑***/
/***2020_12_スタッフ写真追加↓***/
.artist_img{
	display:none;
}
	

	
.detail_title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
	
.artist_img_sp {
    width: 30%;
	display:block;
}
	
.artist_txt {
    width: 50%;
}
	
.artist_item .detail .artist_sub {
    width: 70%;
}


/***2020_12_スタッフ写真追加↑***/

/***2021.03_スタッフ紹介レイアウト変更↓***/
.artist_img {
	display: block;
}
	
.artist_img {
	width: 60%;
	margin: 0 auto;
}
	
.certificate p {
	margin-bottom: 10px;
	font-size: 12px;
}
/***2021.03_スタッフ紹介レイアウト変更↑***/

.mv {
    /* background: none; */
    background: url(../images/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 4em 0;
    height: 620px;
    text-align: left;
}
	
}

