@charset "utf-8";

#content_salon {
    width: 100%;
}
#salon_cons{
	width:100%;
	padding:6rem 8rem 12rem;	
}
#salon_cons h2{
	width:100%;
	padding:5rem 0;
	margin-bottom:4rem;
	background-image:url(./../img/subpage/salon/salon_cons.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:2rem;
}
#salon_cons h2 span{
	color: #da5e0b;
	background: -webkit-linear-gradient(0deg, #da5e0b, #e3b732);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;	
}
#salon_cons p{
	text-align:center;	
}
#salon_wrap{
	width:100%;
	padding:0 5% 5rem;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    flex-flow:flex-wrap;
    -webkit-flex-flow:flex-wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}
#salon_wrap_sidebox{
	width:15%;
}
#salon_wrap_side{
	position:sticky;
	top:10%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#salon_wrap_side li{
	padding:0.5rem 1rem;
	border-bottom:1px solid #DDD;
	font-weight:bold;	
}
#salon_wrap_side li:last-of-type{
	border-bottom:0px;	
}
#salon_wrap_side li span{
	margin-right:1rem;
	position:relative;
	z-index:0;	
}
.current span:before{
	content:"";
	position:absolute;
	top:-4px;
	left:-10px;
	background:rgba(255,255,0,1);
	width:30px;
	height:30px;
	z-index:-1;
	border-radius:100%;
}
#salon_wrap_cont{
	width:77%;
	margin-left:8%;	
}

#salon_fi,#salon_se,#salon_th,#salon_fo,#salon_fiv,#salon_si,#salon_sev,#salon_ei,#salon_ni,#salon_te,#salon_el{
	width:100%;
	margin-bottom:10rem;	
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:2px solid #DDD;
	padding:0 5% 2rem;
}
#salon_el{
	width:100%;
	margin-bottom:0;	
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:2px solid #DDD;
	padding:0 5% 2rem;
}
#salon_fi h2,#salon_se h2,#salon_th h2,#salon_fo h2,#salon_fiv h2,#salon_si h2,#salon_sev h2,#salon_ei h2,#salon_ni h2,#salon_te h2,#salon_el h2{
	width:100%;
	background:#000;
	color:#FFF;
	font-size:2rem;
	text-align:center;
	padding:0.5rem;
	transform:translateY(-50%);
}
#salon_fi ul,#salon_se ul,#salon_th ul,#salon_fo ul,#salon_fiv ul,#salon_si ul,#salon_sev ul,#salon_ei ul,#salon_ni ul,#salon_te ul,#salon_el ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    flex-flow:flex-wrap;
    -webkit-flex-flow:flex-wrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:3rem 0 2rem;		
}
#salon_fi li:nth-of-type(1),
#salon_se li:nth-of-type(1),
#salon_th li:nth-of-type(1),
#salon_fo li:nth-of-type(1),
#salon_fiv li:nth-of-type(1),
#salon_si li:nth-of-type(1),
#salon_sev li:nth-of-type(1),
#salon_ei li:nth-of-type(1),
#salon_ni li:nth-of-type(1),
#salon_te li:nth-of-type(1),
#salon_el li:nth-of-type(1){
	width:30%;
}
#salon_fi li:nth-of-type(2),
#salon_se li:nth-of-type(2),
#salon_th li:nth-of-type(2),
#salon_fo li:nth-of-type(2),
#salon_fiv li:nth-of-type(2),
#salon_si li:nth-of-type(2),
#salon_sev li:nth-of-type(2),
#salon_ei li:nth-of-type(2),
#salon_ni li:nth-of-type(2),
#salon_te li:nth-of-type(2),
#salon_el li:nth-of-type(2){
	width:65%;
	margin-left:5%;
}
#salon_fi h3,
#salon_se h3,
#salon_th h3,
#salon_fo h3,
#salon_fiv h3,
#salon_si h3,
#salon_sev h3,
#salon_ei h3,
#salon_ni h3,
#salon_te h3,
#salon_el h3{
	font-weight:bold;
	position:relative;
	padding:0 0 3rem;
	font-size:1.8rem;	
}
#salon_fi h3:before,
#salon_se h3:before,
#salon_th h3:before,
#salon_fo h3:before,
#salon_fiv h3:before,
#salon_si h3:before,
#salon_sev h3:before,
#salon_ei h3:before,
#salon_ni h3:before,
#salon_te h3:before,
#salon_el h3:before{
	content:"";
	background-image:url(./../img/subpage/salon/salon_mid.png);
	background-size:150px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	top:-31%;
	left:-3%;
	padding:56px 75px;
}

#salon_foot{
	width:1500px;
	max-width:100%;
	margin:5rem auto;
	padding:5rem 5% 5rem;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:2px solid #DDD;
}
#salon_foot h2{
	width:100%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:1rem;
	text-align:center;
	margin-bottom:4rem;
	font-size:2rem;
}
#salon_foot ul{
	width:100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    flex-flow:flex-wrap;
    -webkit-flex-flow:flex-wrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;		
}
#salon_foot li{
	width:33.3333333333%;
	padding:1rem;	
}
#salon_foot li p{
	text-align:center;	
}

#salon_cont{
	width:1024px;
	max-width:100%;
	padding:5rem 5%;
	margin:0 auto 8rem;	
}

#salon_cont h2{
	font-size:2rem;
	background-image:url(./../img/subpage/salon/salon_mid.png);
	background-size:150px;
	background-position:center center;
	background-repeat:no-repeat;
	padding:56px 75px;
	text-align:center;
}
#salon_cont p{
	text-align:center;
	margin:-1rem auto 3rem;	
}
#salon_cont a{
	display:block;
	width:350px;
	margin:0 auto;
	background: -moz-linear-gradient(top, #c61564, #ec473a);
	background: -webkit-linear-gradient(top, #c61564, #ec473a);
	background: linear-gradient(to bottom, #c61564, #ec473a);
	text-align:center;
	color:#FFF;
	position:relative;
	box-shadow:0px 3px 3px rgba(0,0,0,0.7);
	padding:1rem;
	border-radius:30px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-weight:bold;
}
#salon_cont a:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.7);	
}


@media screen and (max-width: 1024px) {
#salon_wrap_sidebox {
    width: 20%;
}
#salon_wrap_cont {
    width: 77%;
    margin-left: 3%;
}

#salon_wrap_side li {
    padding: 0.5rem 0.5rem;
    font-size:0.9rem;
}
}
@media screen and (max-width: 860px) {
#salon_cons {
    padding: 6rem 5% 10rem;
}
#salon_cons h2 {
    font-size: 1.8rem;
}
#salon_wrap_sidebox {
    display: none;
}
#salon_wrap_cont {
    width: 100%;
    margin-left: 0;
}
#salon_fi h3::before, #salon_se h3::before, #salon_th h3::before, #salon_fo h3::before, #salon_fiv h3::before, #salon_si h3::before, #salon_sev h3::before, #salon_ei h3::before, #salon_ni h3::before, #salon_te h3::before, #salon_el h3::before {
    top: -23%;
}
#salon_foot li {
    width: 50%;
}
#salon_foot {
    margin: 0 auto;
}
#salon_foot h2 {
    font-size: 1.8rem;
}
#salon_cont {
    padding: 0 5%;
    margin: 2rem auto 8rem;
}
#salon_cont h2 {
    font-size: 1.8rem;
}
}
@media screen and (max-width: 640px) {
#salon_cons p {
    text-align: left;
    font-size: 0.9rem;
}
#salon_cons {
    padding: 3rem 5% 5rem;
}
#salon_wrap {
    padding: 0 5% 0;
}
#salon_fi, #salon_se, #salon_th, #salon_fo, #salon_fiv, #salon_si, #salon_sev, #salon_ei, #salon_ni, #salon_te {
    margin-bottom: 6rem;
    padding: 0 5% 1rem;
}
#salon_el {
    margin-bottom: 1rem;
    padding: 0 5% 1rem;
}
#salon_fi h2, #salon_se h2, #salon_th h2, #salon_fo h2, #salon_fiv h2, #salon_si h2, #salon_sev h2, #salon_ei h2, #salon_ni h2, #salon_te h2, #salon_el h2 {
    font-size: 1.4rem;
}
#salon_fi ul, #salon_se ul, #salon_th ul, #salon_fo ul, #salon_fiv ul, #salon_si ul, #salon_sev ul, #salon_ei ul, #salon_ni ul, #salon_te ul, #salon_el ul {
    padding: 0;
}
#salon_fi li:nth-of-type(1), #salon_se li:nth-of-type(1), #salon_th li:nth-of-type(1), #salon_fo li:nth-of-type(1), #salon_fiv li:nth-of-type(1), #salon_si li:nth-of-type(1), #salon_sev li:nth-of-type(1), #salon_ei li:nth-of-type(1), #salon_ni li:nth-of-type(1), #salon_te li:nth-of-type(1), #salon_el li:nth-of-type(1) {
    width: 100%;
}
#salon_fi li:nth-of-type(2), #salon_se li:nth-of-type(2), #salon_th li:nth-of-type(2), #salon_fo li:nth-of-type(2), #salon_fiv li:nth-of-type(2), #salon_si li:nth-of-type(2), #salon_sev li:nth-of-type(2), #salon_ei li:nth-of-type(2), #salon_ni li:nth-of-type(2), #salon_te li:nth-of-type(2), #salon_el li:nth-of-type(2) {
    width: 100%;
    margin: 2rem 0 0;
}
#salon_fi h3, #salon_se h3, #salon_th h3, #salon_fo h3, #salon_fiv h3, #salon_si h3, #salon_sev h3, #salon_ei h3, #salon_ni h3, #salon_te h3, #salon_el h3 {
    font-size: 1.3rem;
	padding:0 0 0.5rem;
}
#salon_fi h3::before, #salon_se h3::before, #salon_th h3::before, #salon_fo h3::before, #salon_fiv h3::before, #salon_si h3::before, #salon_sev h3::before, #salon_ei h3::before, #salon_ni h3::before, #salon_te h3::before, #salon_el h3::before {
    background-size: 80px;
	padding: 46px 39px;
}
#salon_fi h3::before, #salon_se h3::before, #salon_th h3::before, #salon_fo h3::before, #salon_fiv h3::before, #salon_si h3::before, #salon_sev h3::before, #salon_ei h3::before, #salon_ni h3::before, #salon_te h3::before, #salon_el h3::before {
    top: -31%;
}
#salon_wrap_cont p{
    font-size: 0.9rem;
    line-height: 1.8rem;
	margin-top:1rem;
}
#salon_foot {
    padding: 5rem 5% 1rem;
}
#salon_foot h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
#salon_foot li {
    width: 100%;
}
#salon_cont {
    margin: 0 auto 5rem;
}
#salon_cont h2 {
    font-size: 1.3rem;
    background-size: 130px;
    padding: 56px 0;
}
#salon_cont p {
    text-align: left;
    margin: -1rem auto 2rem;
    font-size: 0.9rem;
}
#salon_cont p br{
	display:none;	
}
#salon_cont a {
    width: 270px;
}
}

















#ithojyo {
	width:590px;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
}
#ithojyo a {
	color:#fff;
	font-weight:600;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
 	padding:.5rem;
	display:block;
}
#ithojyo a:hover {
	background: none;
	color:#fff;
}
#ithojyo li:nth-of-type(1) {
	width:100%;
	border-bottom:1px solid #CCC;
	color:#fff;
	font-weight:bold;
	/*padding:1rem;*/
 font-size:1.05rem;
}
#ithojyo li {
	width:33.333%
}
#ithojyo li:nth-of-type(1) a {
	background-color: #c7068d;
}
#ithojyo li:nth-of-type(2) a{
	background:#06c755;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(3) a{
	background:#4e99ff;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(4) a{
	background:#FFA500;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(2),
#ithojyo li:nth-of-type(3) {
	border-right:1px solid #CCC;
}
#ithojyo li:nth-of-type(3) i {
	transform:rotate(0deg)
}
#ithojyo li:nth-of-type(4) i {
	transform:rotate(90deg)
}
.sp-lineBreak {
	display: none;
}
.foot_lineLink {
	margin-top: 20px;
	width: 116px;
}
.foot_lineLink a {
	width: 100%;
}
.foot_lineLink img {
	width: 100%;
}
@media screen and (max-width:1300px) {
	#copy {
		margin-bottom: 125px;
	}
}
@media screen and (max-width:1080px) {
	#ithojyo {
		width:600px
	}
	#ithojyo li:nth-of-type(1) {
		/*padding:.5rem;*/
	  font-size:1rem
	}
	#ithojyo li:nth-of-type(2 + n) {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:980px) {
	#copy {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:640px) {
	#ithojyo {
		width:100%;
		border-left:0 solid #FFF
	}
	#ithojyo li a {
	 padding:.5rem;
		font-size:0.9rem;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sp-lineBreak {
		display: block;
	}
	.foot_lineLink  {
		margin: 20px auto 0;
	}

	/* #ithojyo li:nth-of-type(1) a {
		background: none;
		background-color: #06c755;
	}
	#ithojyo li:nth-of-type(2) a {
		background: none;
		background-color: #4e99ff;
	}
	#ithojyo li:nth-of-type(3) a {
		background: none;
		background-color: #FFA500;
	} */
}