p {
  font-size: 1.6rem;
  line-height: 1.5; }

.page__title {
  background-image: url(../img/salon-bg-title.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page__title .title__text {
  padding: 10px 0;
  font-size: 2.8rem; }

.salon__page .page__content {
  background-image: url(../img/salon-content-bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 80px; }

.salon__bg {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
  z-index: 0; }

.page__content .container {
  position: relative; }

.page__content .salon__bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5; }
.salon__tlt {
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
    border: 2px solid #9f853f;
}
.salon__title1 {
  text-align: center;
  color: #9f853f;
  padding: 10px 0;
  border-top: 2px solid #9f853f;
  border-bottom: 2px solid #9f853f;
  margin-bottom:20px;
}

.salon__block {
  margin-bottom: 20px; }

.salon__block_title {
  text-align: center;
  padding: 10px 0; }

.salon__block_title p{
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 2rem; }

.salon_list__item a {
  display: block;
  border-bottom: 1px solid #fae8b3;
  padding: 15px 30px;
	text-align:center;
  color: #333; }
.salon_list__item a:hover{
	background: #947a32;
    color: #fff;
}
  .salon_list__item a .list_item_left {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 10px;
	display:flex;
}
.salon_list__item a .list_item_left > p{
	font-weight:bold;
}
.salon_list__item a .list_item_left .c-salon_service{
	
}
  .salon_list__item a .list_item_right {
	  width: 100%;
	  text-align:left;
	  max-width: 600px;
	  margin: 0 auto;
}

.salon_list__item a .list_item_right > p{
	font-size:1.2rem;
}

.salon__main {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto; }

.mt-50 {
  margin-top: 50px; }

.salon__title2 {
  text-align: center;
  padding: 10px 0; }

.salon__page .page-main1_block__item a {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem; }

.salon__page .page-main2 {
  margin-top: 30px; }

.salon__page .page-main2 .page-main1_block__item {
  margin-bottom: 20px; }

.salon__page .page-main2_title {
  text-align: center; }

.salon__page .page-main1_title {
  text-align: center; }

.salon__page .page-main1_title h3 {
  color: #000;
  font-size: 2.4rem; }

.salon__page .page-single-main_block {
  margin-top: 40px; }

.salon__page .page-single-main_block .l-flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.salon__page .page-single-main_block .l-flame-left {
  width: 45%;
  height: 240px; }

@media (max-width: 767px) {
  .salon__page .page-single-main_block .l-flame-left {
    width: 90%;
    margin: 0 auto; } }

.salon__page .page-single-main_block .l-flame-right {
  width: 50%;
  margin-left: 5%; }

@media (max-width: 767px) {
  .salon__page .page-single-main_block .l-flame-right {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px; }
	.salon_list__item a .list_item_left{
		margin-bottom:20px;
	}
}

.salon__page .page-single-main_block .l-flame-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 10px; }

.salon__page .page-single-main_block .l-flame-right-text__left {
  width: 20%;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5; }

@media (max-width: 767px) {
  .salon__page .page-single-main_block .l-flame-right-text__left {
    width: 100%; } }

.salon__page .page-single-main_block .l-flame-right-text__right {
  width: 80%; }

.salon__page .page-single-main_block .l-flame-right-text__right span {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
}
.salon__page .page-single-main_block .l-flame-right-text__right a{
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
}

.salon__page .page-single_btn {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px; }

@media only screen and (max-width:768px){
  .salon__page .page-single_btn{
    padding:40px 0 25px;
  }
}

.salon__page .page-single_btn a {
  font-size: 1.6rem;
    line-height: 1.6;
    display: block;
	max-width: 300px;
    width: 100%;
    color: #fff;
    padding: 20px 80px;
    background: #947a32;
    border-radius: 10px;
	margin:0 auto;
    margin-top: 20px;
}
.salon__page .page-single_btn a:hover{
	opacity:.7;
}
.salon__page .page-single_btn img {
  padding-right: 10px;
  width: 30px; }


/*  add  */
.salon__title1 p {
  font-size: 2.0rem; }

/* 07-07-2020 */


.salon_list__item.active a .list_item_left > p{
	width: 15%;
    text-align: left;
    flex-shrink: 0;
    max-width: 200px;
    min-width: 120px;
	display: flex;
    align-items: center;
}

.salon_list__item.active  a .list_item_left .c-salon_service{
	flex-wrap: wrap;
	flex:1;
}

.salon_list__item.active .c-salon_service .service{
    margin: 0 30px 10px;
}

@media screen and (max-width:768px){
	.salon_list__item.active .c-salon_service .service{
		margin: 0 5px 0px;
	}
	.salon_list__item a{
		padding: 15px 0;
	}
	.salon_list__item a .list_item_left > p{
		text-align:center;
	}
	
	.salon_list__item.active a .list_item_left .c-salon_service{
		flex:1;
	}
}