@charset "utf-8";

.mainV {
	background-image: linear-gradient(rgba(0, 0, 0, .3),  rgba(0, 0, 0, .3)),  url("../img/for-salon/mainV.jpg"); 
	height: calc( 400px + 77px); /* 77pxはヘッダーの高さ*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.mainV_tit {
	font-size: 2.5em;
	line-height: 1.5em;
	color: #fff;
	position: absolute;
	left: 5%;
	top: 50%;
    transform: translateY(-50%);
}
.forsalon-cont-title { /*このページ共通*/
	text-align: center;
	margin-bottom: 2em;
}
.forsalon-cont-dsc {  /*このページ共通*/
	margin-bottom: 6em;
	text-align: center;
}
.forsalon-contWrp {  /*このページ共通*/
	padding-bottom: 6em; 
	margin-bottom: 6em;
	border-bottom: solid 1px #acacab;
}

.forSalon-1 {
	background-color: #efefef;
	padding: 6em 0;
}
.forSalon-1_inner {
}
.forSalon-1_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.forSalon-1_cont .picbox {
	width: 50%;
	padding-right: 5%;
}
.forSalon-1_cont .picbox_inner {
    position: relative;
}
.forSalon-1_cont .picbox_smartphone {
	width: 34%;
	position: absolute;
	bottom: -10%;
	right: -10%
}
.forSalon-1_cont .txtbox {
	width: 50%;
}
.forSalon-1_cont .txtbox_tit {
    margin-bottom: .8em;
}
.forSalon-1_cont .txtbox_text {
	margin-bottom: 2em;
}
.forSalon-2 {
	background-color: #efefef;
	padding: 2em 0 8em;
}
.forSalon-2_inner {
}
.forSalon-2_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	counter-reset: my-number 0;
}
.forSalon-2_list_item {
	width: calc(100% / 3);
	text-align: center;
	padding: 1em 3% 4em;
	border-right: solid 1px #a4a4a3;
	border-bottom: solid 1px #a4a4a3;
}
.forSalon-2_list_item:nth-of-type(3n) { /*3の倍数個目*/
	border-right: none;
}
.forSalon-2_list_item:nth-last-of-type(-n+3) { /*後ろから3つ*/
	border-bottom: none;
	padding-top: 4em;
	padding-bottom: 0;
}
.forSalon-2_list_item .num {
	position: relative;
	width: 100%;
	height: 2em;
}
.forSalon-2_list_item .num::before {
	counter-increment: my-number 1;
	content: counter(my-number, decimal-leading-zero);
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'MADE-Evolve';
	color: #db5950;
	font-size: 2.5em;
	letter-spacing: 3px;
}
.forSalon-2_list_item .pic {
	width: 30%;
	margin: auto;
	margin-top: 2em;
}
.forSalon-2_list_item .title {
	color: #db5950;
	font-size: 1.3em;
	margin: 1.5em 0 1em;
}
.forSalon-2_list_item .txt {
	text-align: left;
}
.flow {
	padding-top: 6em;
}
.flow_inner {
}
.flow_title {
}
.flow_dsc {
}
.flow_picbox {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.flow_picbox_imgbox {
}
.flow_picbox_note {
	font-size: .8em;
	margin-top: 1em;
}
.flow_textbox {
	width: 90%;
	max-width: 800px;
	margin: auto;
	margin-top: 4em;
}
.flow_textbox .title {
	margin-bottom: .5em;
}
.flow_textbox .txt {
}
.fee {
}
.fee_inner {
}
.fee_title {
}
.fee_dsc {
}
.fee_table {
	width: 90%;
	margin: auto;
	text-align: center;
}
.fee_table_thead {
	color: #fff;
	border-bottom: 1px solid #acacab;
}
.fee_table_thead th {
	padding: 1em 0;
}
.fee_table_thead th:nth-child(2) {
	border-right: 1px solid #acacab;
}
.fee_table .head-up-1 {
	background-color: #e4837c;
	text-align: center;
}
.fee_table .head-up-2 {
	background-color: #db5950;
	text-align: center;
}
.fee_table_tbody {
}
.fee_table_tbody .head-left {
	border-right: 1px solid #acacab;
	vertical-align: middle;
	width: 15%;
}
.fee_table .head-left {
	background-color: #eaeaea;
	color: #db5950;
	text-align: center;
}
.fee_table_tbody_td {
	border-right: 1px solid #acacab;
	vertical-align: top;
	width: 30%;
	padding: 4em 5%;
}
.fee_table_tbody_td:last-child {
	border-right: none;
}
.fee_table_tbody .text {
    color: #DB5950;
	margin-bottom: 1em;
}
.fee_table_tbody .text em {
	font-size: 3em;
	margin-left: 10px;
	vertical-align: middle;
}
.fee_table_tbody .text em span {
	font-size: .5em;
	margin-left: 5px;
}
.fee_table_tbody .note {
	text-align: left;
	font-size: .9em;
}
.fee_table .inner-table{
    width: 100%;
}
.fee_table .inner-table .tit-up{
    text-align: center;
}
.inner-table_tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.fee_table .inner-table .tit-left {
    padding: .5em 0;
}
.fee_table .inner-table td {
    vertical-align: middle;
}

.pay {
}
.pay_inner {
	border-bottom: none;
	padding-bottom: 0;
}
.pay_title {
}
.pay_dsc {
	text-align: center;
}
.pay_table {
	width: 90%;
	max-width: 600px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pay_table dl {
	/*width: calc(50% - 1px);*/
	width: 100%;
}
.pay_table dt, 
.pay_table dd{
	padding: 1.5em 0;
}
.pay_table .tit {
	width: 100%;
	background-color: #db5950;
	border-bottom: solid 2px #fff;
}
.pay_table .text {	
	background-color: #e4837c
}
.worry {
    background-color: #EFEFEF;
	padding: 6em 0;
}
.worry_inner {
}
.worry_title {
}
.worry_dsc {
	text-align: center;
}
.worry_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.worry_list_item {
	width: 47%;
	background-color: #fff;
	border: solid 1px #c9c9c9;
	border-radius: 14px;
	margin-bottom: 3em;
}
.worry_list_item .question {
    position: relative;
}
.worry_list_item .question_txt  {
    color: #DB5950;
	padding: 2em;
    padding-left: 23%;
    padding-right: 14%;
}
.worry_list_item .question_illust  {
	width: 22%;
	max-width: 110px;
	position: absolute;
	left: -5px;
	bottom: 0;
}
.worry_list_item .question_arrow {             
	display: inline-block;
	vertical-align: middle;
    width: 8%;
    height: 0;
    padding-top: 8%;
    border-radius: 50%;
    background-color: #f6d5d3;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.worry_list_item .question_arrow::after {
	content: "";
	display: inline-block;
	width: 25%;
	height: 25%;
	position: absolute;
	top: 32%;
   	left: 38%;
	border-top: 1px solid #db5950;
	border-right: 1px solid #db5950;
	transform: rotate(135deg);
	transition: .5s;
}
.worry_list_item .question.is-open .question_arrow::after {
	transform: rotate(-90deg);
	transform: rotate(-45deg);
    top: 40%;
}
.worry_list_item .answer {
	padding: 1em 5% 2.5em;
	display: none;
}
.worry_list_item .answer_note {
	font-size: .8em;
}

@media (max-width: 1024px) {
	.worry_list_item .question_txt {
		color: #DB5950;
		padding-top: 1.4em;
		padding-bottom: 1.4em;
	}
}

@media (max-width: 768px) {
	.forSalon-1_cont .picbox {
		width: 100%;
        padding-right: 0;
	}
	.forSalon-1_cont .txtbox {
		width: 100%;
		margin-top: 2em;
	}
	.forSalon-2_list_item {
    	width: 50%;
		border-right: none;
		border-bottom: solid 1px #a4a4a3;
		padding: 4em 3%;
	}
	.forSalon-2_list_item:nth-of-type(odd) {
		border-right: solid 1px #a4a4a3;
	}
	.forSalon-2_list_item:nth-last-of-type(-n+3) {
		border-bottom: solid 1px #a4a4a3;
	}
	.forSalon-2_list_item:nth-last-of-type(-n+2) {
		border-bottom: none;
	}
	.worry_list_item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 540px) {
	.mainV {
    	height: 300px;
	}
	.mainV_tit {
    	font-size: 1.8em;
		top: 58%;
	}
	.forsalon-contWrp {
		padding-bottom: 4em;
		margin-bottom: 4em;
	}
	.forSalon-1 {
		padding: 4em 0;
	}
	.forsalon-cont-title {
		margin-bottom: 3em;
	}
	.forSalon-1_cont .more_btn {
		font-size: .9em;
	}
	.forSalon-2 {
		padding: 0 0 1em;
	}
	.forSalon-2_list_item {
    	width: 100%;
	}
	.forSalon-2_list_item .title {
   	 font-size: 1.15em;
	}
	.forSalon-2_list_item .num {
		height: 3em;
	}
	.forSalon-2_list_item .num::before {
    	font-size: 3.5em;
		font-weight: bold;
	}
	.forSalon-2_list_item:first-child {
		padding-top: 0;
	}
	.forSalon-2_list_item:nth-of-type(odd) {
		border-right: none;
	}
	.forSalon-2_list_item:nth-last-of-type(-n+3) {
		padding-bottom: 4em;
	}
	.forSalon-2_list_item:nth-last-of-type(-n+2) {
		border-bottom: solid 1px #a4a4a3;
	}
	.forSalon-2_list_item:last-child {
		border-bottom: none;
	}
	.flow_picbox_imgbox {
		overflow-x: scroll;
		padding-bottom: 1em;
	}
	.flow_picbox img {
		width: 600px;
	}
	.fee_table-wrp {
		overflow-x: scroll;
	
	}
	.fee_table-wrp .fee_table {
		width: 900px;	
	}
	.fee-note {
		font-size: .8em;
	}
	.pay_inner {
		margin-bottom: 0;
	}
	.pay_dsc {
	}
	.pay_table dl {
		width: 100%;
		margin-bottom: 2em;
	}
	.worry {
		padding: 4em 0;
	}
	.pay_table dl:last-child {
		margin-bottom: 0;
	}
	.worry_list_item .question_txt {
		font-size: .9em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
