@charset "UTF-8";
/*
SP用をベースにCSSを追加してください。
PC用の指定は後半にあります
*/

#CONTENT .content #MAIN main .the_content .yellow_back_box {
  border-radius: 8px;
  padding: 15px;
  background-color: #ffeff2;
  margin: 15px auto;
}

#CONTENT .content #MAIN main .the_content .yellow_back_box p:nth-last-of-type(1) {
  margin-bottom: 0;
}

#CONTENT .content #MAIN main .the_content .yellow_back_box .n_check, #CONTENT .content #MAIN main .the_content .yellow_back_box ul {
  margin: 0px auto !important;
}

.komidasi {
    font-size: 1.4rem;
    margin: 15px auto;
    font-weight: bold;
}

#CONTENT .content #MAIN main header .date{
  float:right;
  padding-left:10px;
}

/*
レビュー星
font-awesome
*/

.ave_star {
	font-size: 25px;
	line-height: 1;
	height: 25px;
	margin-right: 0;
	padding-right: 0;
	position: relative;
	white-space: nowrap;
	width: 145px;
	display: inline-block;
}
.ave_star .star {
	color: #DCA345;
	overflow: hidden;
	position: absolute;
}
.ave_star .star_base {
	color: #999;
}
.star_area {
	padding-left:10px;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	position: relative;
	top: 2px;
	white-space: nowrap;
	width: 140px;
}
.star_area .star {
	color: #DCA345;
	overflow: hidden;
	position: absolute;
}
.star_area .star_base {
	color: #DCA345;
}

/*

2020/02/06　追加パーツ

*/

.img_right_box{

}

.img_right_box .imgr{
	width:40%;
	float:right;
}

.img_right_box .imgr img{
	width:100%;
	vertical-align:bottom;
}

.img_left_box{

}

.img_left_box .imgl{
	width:40%;
	float:left;
	padding:0 10px;
	box-sizing: border-box;
}

.img_right_box .imgl img{
	width:100%;
	vertical-align:bottom;
}

.img_left_box p:last-child {
	margin-bottom: 0;
}

/*
2020/02/06　追加
*/

.komidasi {
    font-size: 1.4rem;
    margin: 15px auto;
    font-weight: bold;
}

table.chara_txt_box{
	background:none;
	border:none;
	margin:10px auto;
}

table.chara_txt_box tr{
  border:none !important;
}

table.chara_txt_box td{
	border:none !important;
	padding:5px;
	background:none;
}

table.chara_txt_box td.chara{
  vertical-align: top;
  width: 50px;
  position: relative;
  top: -5px;
}

table.chara_txt_box td.chara img{
	width:50px;
}

table.chara_txt_box td.txt{
	text-align:left;
	padding:5px;
	line-height: 1.5;
	position:relative;
	top:-8px;
	font-size: 12px;
}

table.chara_txt_box td.txt p{
	line-height:1.2;
	margin-bottom:10px;
}

table.chara_txt_box td.txt p:nth-last-of-type(1){
	margin-bottom:0;
}

/*

パーツ

*/

.campaign_mess{
	width:100%;
	line-height:1.0;
	padding:7px 0px;
	color:#333;
	margin:0;
	font-weight: bold;
	border-radius:4px;
	position:relative;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:5px;
}

.campaign_mess:before{
	content:"＼";
	display:inline-block;
	margin-right:2px;
}

.campaign_mess:after{
	content:"／";
	display:inline-block;
	margin-left:2px;
}

.simple_ranking{
	border-top:1px solid #ccc;
}

.simple_ranking .box{
	padding:10px 0px 20px;
	border-bottom:1px solid #ccc;
	position:relative;
	padding-left:0px;
	min-height:100px;
}

.simple_ranking .box a{
	text-decoration:none !important;
	color:inherit !important;
}

.simple_ranking .box:before{
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://static.epilino.jp/img/side_rank_01.png);
  background-size: 20px 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 10px;
  left: 0px;
}

.simple_ranking .box:nth-of-type(2):before{
	background-image:url("https://static.epilino.jp/img/side_rank_02.png");
}

.simple_ranking .box:nth-of-type(3):before{
	background-image:url("https://static.epilino.jp/img/side_rank_03.png");
}

.simple_ranking .box:nth-of-type(4):before{
	background-image:url("https://static.epilino.jp/img/side_rank_04.png");
}

.simple_ranking .box:nth-of-type(5):before{
	background-image:url("https://static.epilino.jp/img/side_rank_05.png");
}

.simple_ranking .box.number_none{
	padding-left: 10px !important;
}

.simple_ranking .box.number_none:before{
	content: none !important;
}

.simple_ranking .box .img{
	width:90px;
	float:left;
}

.simple_ranking .box .img img{
	width:100%;
	vertical-align:bottom;
}

.simple_ranking .box .txt{
	margin-left:100px;
	line-height:1.4;
	padding-right:10px;
}

.simple_ranking .box .txt .copy{
	font-size:87%;
	font-weight:normal;
}

.simple_ranking .box .txt .name{
	font-weight: bold;
	font-size:120%;
}

.simple_ranking .box .txt .bikou{
	font-size:87%;
	font-weight:normal;
	color:#999;
}

.simple_ranking .box::after{
	content:"\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	color:#ccc;
	margin-top:-10px;
}

.simple_ranking .box:hover{
	opacity:0.6;
	cursor:pointer;
}

.opinion_box {
	background-color: #ff7a97;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1px;
	margin-top: 30px;
}

.opinion_title_area {
	width: 100%;
	position: relative;
}

.opinion_title {
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	padding: 9px 10px 10px 10px;
	line-height: 1.4;
}

.opinion_text_area {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
}

.opinion_text_area p:last-child {
	margin-bottom: 0;
}

/* ------------------------------
吹き出し
------------------------------- */
.fukidasi_left2,
.fukidasi_right2 {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
  margin:20px auto;
}

.fukidasi_left2 .img img,
.fukidasi_right2 .img img {
	width: 100%;
	vertical-align: bottom;
}

.fukidasi_left2 .img {
	width: 90px;
	height: 90px;
	float: left;
}

.fukidasi_right2 .img {
	width: 90px;
	height: 90px;
	float: right;
}

.fukidasi_left2 .fukidasi,
.fukidasi_right2 .fukidasi {
	background: #FFF;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	color: #444;
	padding: 10px;
	position: relative;
	margin-left: 110px;
}

.fukidasi_left2 .fukidasi {
    margin-left: 110px;
}

.fukidasi_right2 .fukidasi {
	margin-left:0px;
	margin-right: 110px;
}

.fukidasi_left2 .fukidasi:before{
	content: "";
	position: absolute;
	top: 15px;
	left: -8px;
	/* margin-top: -9px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 1;
}

.fukidasi_left2 .fukidasi:before {
    border-right: 8px solid #E3E3E3;
    left: -9px;
}

.fukidasi_left2 .fukidasi:after{
	content: "";
	position: absolute;
	top: 14px;
	left: -12px;
	/* margin-top: -10px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}

.fukidasi_left2 .fukidasi::after {
    left: -6px;
    border-right: 8px solid #FFF;
}

.fukidasi_right2 .fukidasi:before{
	content: "";
	position: absolute;
	top: 15px;
	right: -8px;
	/* margin-top: -9px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 1;
}

.fukidasi_right2 .fukidasi:before {
    border-left: 8px solid #E3E3E3;
    right: -18px;
}

.fukidasi_right2 .fukidasi:after{
	content: "";
	position: absolute;
	top: 14px;
	right: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}

.fukidasi_right2 .fukidasi::after {
    border-left: 8px solid #FFF;
    right: -6px;
}

/*

20200225

*/

.matome .matome_txt .n_check, .the_content .matome .matome_txt ul{
  margin:0 !important;
  line-height: 28px;
}

.matome .matome_txt .n_check li, .the_content .matome .matome_txt ul li{
    line-height: 25px;
    margin:0 !important;
}

.pink_dot{
    line-height: 1.0 !important;
}

.pink_dot:before{
  content: "・";
  color: #ff7a97;
  font-size: 2rem;
  position: relative;
  top: 2px;
}

/*
20200402
*/

/*------------------------------------------
画像テキストボックス
-----------------------------------------*/

.txt_img_box{
	margin:10px auto;
}

.txt_img_box .left_img,
.txt_img_box .right_img{
	width:100%;
	margin-bottom:10px;
}

.txt_img_box .left_img{
	float:none;
	margin-right:0px;
}

.txt_img_box .right_img{
	float:none;
	margin-left:0px;
}

@media screen and (min-width: 641px) {
/*
PC用CSS
*/

#CONTENT .content #MAIN main header .date{
  float:left;
}

/*------------------------------------------
画像テキストボックス
-----------------------------------------*/

.txt_img_box{
	margin:10px auto;
}

.txt_img_box .left_img,
.txt_img_box .right_img{
	width:40%;
}

.txt_img_box .left_img img,
.txt_img_box .right_img img{
	width:100%;
	verical-align:bottom;
}

.txt_img_box .left_img{
	float:left;
	margin-right:10px;
}

.txt_img_box .right_img{
	float:right;
	margin-left:10px;
}

}

}









/*

リニューアル用CSS

*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#CONTENT.salon_top_page{
  margin-top:0;
}

#SALON_TOP_PAGE{
  /*
  margin:0 -15px 15px;
   */
  padding:0 15px;
}

#SALON_TOP_PAGE.margin_adjustment{
  /* margin:0 -15px 15px; */
}

#SALON_TOP_PAGE h1{
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #fff;
	padding:15px;
	margin: 0 -15px;
}

#SALON_TOP_PAGE .data{
  background-color: #fff;
  margin: -10.772px -15px -10px;
  padding: 0 15px 10px;
}

#CONTENT .content #SALON_TOP_PAGE .eyecatch{
  margin:0 -15px;
  background-color:#fff;
  padding:0;
}

#salon_slider{
  /* margin:0 -15px; */
  position: relative;
}

#salon_slider .slick-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  background-image: url(https://static.epilino.jp/img/slick-prev.png);
  width: 28.5px;
  height: 28.5px;
  background-size: 28.5px 28.5px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}
#salon_slider .slick-next{
  position: absolute;
  right:10px;
  top:50%;
  margin-top:-10px;
  z-index: 10;
  background-image: url(https://static.epilino.jp/img/slick-next.png);
  width: 28.5px;
  height: 28.5px;
  background-size: 28.5px 28.5px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}

#salon_slider .slick-counter{
  position:absolute;
  bottom:15px;
  bottom:-270px;
  right:50%;
  margin-right:-27px;
  display: inline-block;
  border-radius:300px;
  background-color: #33333380;
  color:#fff;
  padding:6px 10px;
  line-height:1.0;
  font-size:12.88px;
  z-index: 10;
}
.salon_page_menu{
  background-color:#111;
  padding:0;
  /* margin:0 -15px; */
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  width: 100vw;
  font-size: 1.2rem;
}
.salon_page_menu ul{
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.salon_page_menu ul li a{
  display:inline-block;
  color:#fff;
  font-size:1.4rem;
  padding:13.2px 15px;
  white-space: nowrap;
  text-decoration: none;
  line-height:1.0;
  font-size:12.32px;
  font-weight: bold;
}

.salon_page_menu ul li a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
		margin-left:3px;
}

.slaon_kutikomi_data{
  padding:20px 15px;
	background-color:#fff;
	margin:0 -15px;
}

.back_link{
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #fff;
    padding: 0 15px 15px;
    margin: -10px -15px 0px;
    display: block;
    text-decoration: none;
    font-size: 87%;
}

.back_link a{
    color: #858585;
    font-weight:normal;
    text-decoration:none;
}

.slaon_kutikomi_data .ranking_label{
  background-color:#ff7a97;
  color:#fff;
  line-height:1.0;
  padding:5px 10px 5px 30px;
  display: inline-block;
	position: relative;
  font-size:12.32px;
}

.slaon_kutikomi_data .ranking_label:before{
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(https://static.epilino.jp/img/ranking_label.png);
  background-size: 19px 19px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -9.5px;
}

.slaon_kutikomi_data .ranking_link{
	display: inline-block;
	margin-left:10px;
	color:#ff7a97;
	text-decoration: none;
  font-size:12.32px;
}

.slaon_kutikomi_data .ranking_link i{
	font-size:120%;
	margin-left:2px;
}

.slaon_kutikomi_data .hyoka_data_area{
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	display: block;
  font-size:14.45px;
}

.slaon_kutikomi_data .hyoka_data_area .hyoka_data_area_name{
	font-size: 14.96px;
	font-weight: bold;
	margin-bottom:10px;
	display: inline-block;
}

.slaon_kutikomi_data .hyoka_data_area .hyoka_data .hyoka_star{
	color:#DCA345;
	display: inline-block;;
	font-size:22.62px;
	margin-right:3px;
}

.kutikomi_box .kutikomi_box_head .kutikomi_box_head_left .kutikomi_box_star .grey,
.slaon_kutikomi_data .hyoka_data_area .hyoka_data .hyoka_star .grey{
  color:#999;
}

.slaon_kutikomi_data .hyoka_data_area .hyoka_data .hyoka_star_num{
	font-size:2.0rem;
	font-weight: bold;
}

.hyoka_star_count{
  font-size:14.4px;
	font-weight: bold;
}

.kutikomi_box{
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.kutikomi_box .kutikomi_box_head{

}

.kutikomi_box .kutikomi_box_head .kutikomi_box_head_left{
	width:130px;
	float:left;
}

.kutikomi_box .kutikomi_box_head .kutikomi_box_head_right{
	width:calc(100% - 130px);
	width:-webkit-calc(100% - 130px);
	float:right;
	text-align:right;
  font-size:12.32px;
  color:#858585;
}

.kutikomi_box .kutikomi_box_head .kutikomi_box_head_left .kutikomi_box_star{
	font-size:1.6rem;
	color:#DCA345;
	margin-right:5px;
}

.kutikomi_box .kutikomi_box_head .kutikomi_box_head_left .kutikomi_box_star_num{
	font-size:1.4rem;
	color:#333;
	font-weight: bold;
}

.kutikomi_box .kutikomi_box_body{
	margin-top:5px;
}
.kutikomi_box .kutikomi_box_body p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  font-size:12.32px;
}

.kutiomi_link{
	margin:0 -15px;
	padding:20px 15px;
	border-bottom:1px solid #ccc;
}

.kutiomi_link a{
	display:block;
	line-height:1.0;
	color:#ff7a97;
	border:1px solid #ff7a97;
	border-radius:8px;
	padding:15px 0;
	text-align:center;
	text-decoration: none;
  font-weight: bold;
  font-size:12.32px;
}

.kutiomi_link a:after{
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}



.salon_desc_area{
	margin:0 -15px 0;
	padding: 0 15px 20px 15px;
	border-bottom:1px solid #d7d7d7;
	background-color:#fff;
}

.salon_desc_area .link_btn a {
  display: block;
  line-height: 1.4;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 20px auto;
}

.salon_desc_area .link_btn a:before {
  z-index: 10;
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9.5px;
}

.salon_desc_area .link_btn a:hover {
  top: 3px;
  left: 4px;
  transition: all .3s;
}

.salon_desc_area .link_btn a:hover:after {
  top: -1px;
  left: -1px;
}

.salon_desc_area .link_btn2 a {
  border-radius: 5px;
  width: calc(100% - 5px);
  width: -webkit-calc(100% - 5px);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin: 20px 0;
  display: block;
  background-color: #fa5e74;
  padding: 11px 12px 10px 35px;
  box-sizing: border-box;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.salon_desc_area .link_btn2 a:after {
  width: 100%;
  height: 100%;
  content: " ";
  display: inline-block;
  border: 1px solid #fa5e74;
  bottom: -3px;
  right: -4px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}

.salon_desc_area .link_btn2 a:before {
  display: inline-block;
  content: " ";
  width: 15px;
  height: 15px;
  background-image: url(https://static.epilino.jp/img/arrows-wh.png);
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7.5px;
  z-index: 10;
}

.salon_desc_area .link_btn2 a:hover {
  top: 3px;
  left: 4px;
  transition: all .3s;
}

.salon_desc_area .link_btn2 a:hover:after {
  top: -1px;
  left: -1px;
}

.salon_desc_area .salon_pic_area_title,
.salon_desc_area .salon_desc_area_title{
  border-bottom:none !important;
	border-left: 4px solid #ff7a97;
	padding: 1px 10px !important;
	margin-bottom: 10px !important;
	font-size: 14.96px !important;
	font-weight: bold !important;
}

.salon_pic_area{
	margin:0 -15px 0;
	padding: 0 0 20px 15px;
	border-bottom:1px solid #d7d7d7;
	background-color:#fff;
}

.salon_pic_area .salon_pic_area_title{
	border-left:4px solid #ff7a97;
	padding:1px 10px;
	margin-bottom:10px;
	font-size: 14.96px;
	font-weight: bold;
	border-bottom: none !important;
	padding: 0 10px !important;
}

.salon_pic_area .salon_pic_scroll{
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	width: 100%;
}

.salon_pic_area .salon_pic_scroll ul{
	display: flex;
	width: max-content;
	margin: 0 auto;
}

.salon_pic_area .salon_pic_scroll ul li{
	width: 100px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.0;
	margin-right: 10px;
}

.salon_pic_area .salon_pic_scroll ul li::before{
	display:none !important;
}

.salon_plan_area{
	margin:0 -15px 20px;
	padding:15px 15px 1px;
	background-color:#eee;
}

.salon_plan_area .salon_plan_area_title{
  border-bottom:none !important;
	border-left: 4px solid #ff7a97;
	padding: 1px 10px !important;
	margin-bottom: 10px !important;
	font-size: 14.96px !important;
	font-weight: bold !important;
	border-bottom:none !important;
	padding:9 10px !important;
}

.salon_plan_area .plan_tag_area{
	margin-bottom:10px;
}

.salon_plan_area .plan_tag_area .kodawari_select{
	display:inline-block;
	line-height: 1.0;
	color: #ff7a97;
	border: 1px solid #ff7a97;
	background-color:#fff;
	border-radius: 8px;
	padding:13px 15px;
	margin-right:10px;
  font-weight: bold;
}

.salon_plan_area .plan_tag_area .kodawari_select:hover{
  cursor: pointer;
  opacity: 0.6;
}

.plan_tag_scroll{
	display: inline-block;
}

.plan_tag_scroll .plan_tag{
	margin: 0 auto;
}

.plan_tag_scroll .plan_tag li{
	display: inline-block;
	line-height: 1.0;
	color: #333;
	background-color:#fff;
	border-radius: 8px;
	padding: 13px 15px;
	margin-right: 10px;
}

.plan_tag_scroll .plan_tag li.on{
	bacsalon_campaignkground-color:#909090;
	color:#fff;
}

.plan_tag_scroll .plan_tag li.on:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
		margin-right:5px;
}

.is-hide{
  display:none
}

.plan_tag_list{
	margin-top:10px;
}

.plan_tag_list label{
  display: inline-block;
  line-height: 1.0;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  padding:15px 15px 13px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  font-weight: bold;
}

.plan_tag_list label input[type=radio] {
  display: none;
}

.plan_tag_list label.on{
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding-left:30px;
}

.plan_tag_list label.on:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left:10px;
}

.salon_plan_box_area.off.all{
    max-height:1300px;
    overflow:hidden;
    margin-bottom:50px;
    position:relative;
}


.salon_plan_box_area.off.all:after{
    content:" ";
    width:100%;
    height:60px;
    background-size:4px 60px;
    background-repeat:repeat-x;
    position:absolute;
    bottom:0;
    background-image:url("https://static.epilino.jp/img/more_shadow.png");
}


.salon_plan_box_area.all + .salon_plan_more_btn{
    display: block;
    width: 100%;
    line-height: 1.0;
    border: 1px solid #ff7a97;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    color: #ff7a97;
    cursor: pointer;
    background-color: #fff;
    font-weight:bold;
    margin: -50px auto 40px;
}

.salon_plan_box{
	background-color:#fff;
	border-radius:8px;
	margin:0 auto 20px;
	clear: both;
	padding: 10px 10px 15px;
}

.salon_plan_box .salon_plan_title{
	padding:5px 0 11.7px;
	border-bottom:1px solid #ccc;
	font-size: 14.96px;
	font-weight: bold;
	margin-bottom: 11.7px;
	display:block;
}

.salon_plan_box .salon_plan_body{

}

.salon_plan_link{
  display: block;
  line-height: 1.4;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 20px auto 0;
}

.salon_plan_link:before{
  z-index: 10;
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9.5px;
}

.salon_campagin_link:hover,
.salon_plan_link:hover{
  opacity:0.6;
}

.salon_plan_data{
	padding:10.5px 0;
}

.plan_tag_list{
  display: flex;
  width: 840px;
  margin: 0 auto;
}

.plan_tag_list .kodawari{
  display: inline-block;
  line-height: 1.0;
  color: #ff7a97;
  border: 1px solid #ff7a97;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 15px;
  margin-right: 10px;
}

.plan_tag_list .kodawari:after{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left:5px;
}

.plan_tag_list_scroll{
  overflow-x: scroll;
  font-size: 1.2rem;
}

.plan_tag_list_scroll::-webkit-scrollbar {
  display: none;
}

.plan_tag_list .tag{
  display: inline-block;
  line-height: 1.0;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 15px;
  margin-right: 10px;
  cursor: pointer;
}

.plan_tag_list .tag.on{
  background-color: #333;
  color: #fff;
}

.plan_tag_list .tag.on:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
}

.salon_plan_data table{
	width:100%;
}

.salon_plan_data table td.img{
	width: 80px;
}

.salon_plan_data table,
.salon_plan_data table tr,
.salon_plan_data table td{
	border:none !important;
}

.salon_plan_data table td.img img{
	display: inline-block;
	width: 80px;
	height: 80px;
}

.salon_plan_data table td.plan{
	vertical-align: middle;
	text-align:right;
	color:#ff7a97;
  font-weight: bold;
}

.big_txt{
	font-size:120%;
}

.big_txt2{
	font-size:150%;
}

.big_txt3{
	font-size:180%;
}

.salon_qa_area{
	padding: 20px 15px;
	background-color: #fff;
	margin: 0 -15px;
}

.salon_qa_area .salon_qa_area_title{
  border-bottom:none !important;
	border-left: 4px solid #ff7a97;
	padding: 1px 10px !important;
	margin-bottom: 10px !important;
	font-size: 14.96px !important;
	font-weight: bold !important;
}

.salon_qa_aco_box{
	border-bottom:1px solid #ccc;
}

.salon_qa_aco_box .salon_qa_aco_q{
	font-weight: bold;
	padding:10px 40px;
	position: relative;
}

.salon_qa_aco_box .salon_qa_aco_q:before{
	content:" ";
	background-image:url("https://static.epilino.jp/img/icon_q.png");
	width:22.96px;
	height:22.96px;
	background-size:22.96px 22.96px;
	position: absolute;
	top:9px;
	left:0px;
}

.salon_qa_aco_box .salon_qa_aco_q:hover{
	opacity:0.6;
	cursor:pointer;
}

.salon_qa_aco_box .salon_qa_aco_q:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 5px;
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-11px
}

.salon_qa_aco_box .salon_qa_aco_q.active:after{
  content: "\f077";
}

.salon_qa_aco_box .salon_qa_aco_a{
	display:none;
	padding:8px 40px 10px;
	position: relative;
}

.salon_qa_aco_box .salon_qa_aco_a:before{
	content:" ";
	background-image:url("https://static.epilino.jp/img/icon_a.png");
	width:22.96px;
	height:22.96px;
	background-size:22.96px 22.96px;
	position: absolute;
	top:8px;
	left:0px;
}

.salon_campaign_area{
	margin: 0 -15px;
	padding: 15px;
	background-color: #ffeef0;
	border-top:1px solid #ff7a97;
}

.salon_campaign_area_title{
  border-bottom:none !important;
	border-left: 4px solid #ff7a97;
	padding: 1px 10px !important;
	margin-bottom: 10px !important;
	font-size: 14.96px !important;
	font-weight: bold !important;
}

.salon_campaign_box{
	background-color: #fff;
	border-radius: 8px;
	margin: 0 auto 20px;
	clear: both;
	padding: 10px 10px 15px;
}

.salon_campaign_box .salon_campaign_title {
    padding: 5px 0 11.7px;
    border-bottom: 1px solid #ccc;
    font-size: 14.96px;
    font-weight: bold;
    margin-bottom: 11.7px;
    display: block;
}

.salon_campaign_box .salon_campaign_body{

}

.salon_campaign_link{
  display: block;
  line-height: 1.4;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 20px auto 0;
}
/*
.salon_campaign_link{
  display: block;
  font-weight: bold;
  padding-right: 50px;
  font-size: 12.32px;
  background-color: #ff7a97;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.0;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 20px auto;
  }
*/

.salon_campaign_link:before{
  z-index: 10;
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9.5px;
}


.salon_campaign_data{
	padding:7.5px 0;
}

.salon_campaign_data table{
	width:100%;
}

.salon_campaign_data table td.img{
	width: 80px;
}

.salon_campaign_data table td.img img{
	display: inline-block;
	width: 80px;
	height: 80px;
}

.salon_campaign_data table td.plan{
	vertical-align: middle;
	text-align:right;
	color:#ff7a97;
}

#RECOMMEND_ENTRY{
	margin: 0 -15px;
	padding: 15px;
}

#RECOMMEND_ENTRY .recommend_title{
	border-left: 4px solid #ff7a97;
	padding: 1px 10px;
	margin-bottom: 15px;
	font-size: 14.96px;
	font-weight: bold;
}

#RECOMMEND_ENTRY .recommend_box_area{
	background-color:#fff;
	padding:0 10px 10px;
}



#RECOMMEND_ENTRY .recommend_box_area article {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
}

#RECOMMEND_ENTRY .recommend_box_area article a {
  color: #333;
  display: block;
  text-decoration: none;
}

#RECOMMEND_ENTRY .recommend_box_area article .img {
  width: 93px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

#RECOMMEND_ENTRY .recommend_box_area article .img img {
  width: auto;
  height: 93px;
  vertical-align: bottom;
}

#RECOMMEND_ENTRY .recommend_box_area article .txt_area {
  margin-left: 108px;
  min-height: 93px;
  position: relative;
}

#RECOMMEND_ENTRY .recommend_box_area article .txt_area .title {
  font-weight: normal;
  font-size:12px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#RECOMMEND_ENTRY .recommend_box_area article .txt_area .txt {
  display: none;
}

#RECOMMEND_ENTRY .recommend_box_area article .txt_area .view_cat {
  display: inline-block;
  line-height: 1.0;
  padding: 5px 0 0;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 0;
  color: #858585;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#RECOMMEND_ENTRY .recommend_box_area article .txt_area .view_cat .view:after {
  content: " |";
}

#RECOMMEND_ENTRY .recommend_box_area article:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
}

#overlay{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	display: none;
	width: 100%;
	height: 100vh;
}

#overlay.active{
	display:block
}

.overlay-fade-out{
	animation-name:overlay-fade-out;
	animation-duration:1.0s;
}

.popup_box_close{
  content: "閉じる";
  background-image: url(https://static.epilino.jp/img/close.svg);
  padding-left: 26px;
  background-size: 15px 15px;
  background-position: 3px 4px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block !important;
  z-index: 10004;
  width: 80px;
  height: 50px;
  color: #fff;
  opacity: 1.0 !important;
}

.popup_box_close:before{
  content: "閉じる";
}

.salon_plan_popup_box{
	display:none;
	position:fixed;
	bottom:-50px;
	left:0;
	background-color:#fff;
	width:100%;
	/* height:-webkit-fill-available; */
	box-sizing: border-box;
	z-index: 10000;
}

.salon_plan_popup_box.popuped{
	animation-name:my-fade-in;
  animation-duration:0.5s;
}

.salon_plan_popup_box.my-fade-out{
	animation-name:my-fade-out;
	animation-duration:0.5s;
}

.salon_plan_popup_box .salon_plan_box{
  padding:0;
  margin:0 auto 10px;
  display: block !important;
}

.salon_plan_popup_box .salon_plan_popup_detail_box{
  padding:10px;
  border-radius:10px;
  background-color:#fff;
}

.salon_plan_popup_box .salon_plan_popup_detail_box .salon_plan_popup_detail_box_title{
  padding: 5px 0 15px;
  border-bottom: 1px solid #ccc;
  font-size: 14.96px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.salon_plan_popup_box .salon_plan_popup_detail_box p{
  margin-bottom:15px;
}

.tag_area label{
  display: inline-block;
  line-height: 1.0;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 15px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1.2rem;
  border:1px solid #dcdcdc;
  font-weight:bold;
}

.tag_area label input[type=radio] {
  display: none;
}

.tag_area label.on{
  background-color: #333;
  color: #fff;
}

.tag_area label.on:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
}

.salon_campaign_popup_box{
	display:none;
  position: fixed;
  bottom: -50px;
  left: 0;
  background-color: #fff;
  width: 100%;
  /* height: -webkit-fill-available; */
  box-sizing: border-box;
  z-index: 10000;
}

.salon_campaign_popup_box.popuped{
	animation-name:my-fade-in !important;
  animation-duration:0.5s !important;
}

.salon_campaign_popup_box.my-fade-out{
	animation-name:my-fade-out;
	animation-duration:0.5s;
}

.kodawari_popup_box{
	display:none;
	position:fixed;
	bottom:10px;
	left:10px;
	background-color:#fff;
	width:calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	padding:15px;
	height:auto;
	box-sizing: border-box;
	z-index: 10000;
  max-height: 580px;
  border-radius:10px;
}

.kodawari_popup_box.popuped{
	animation-name:my-fade-in2;
  animation-duration:0.3s;
}

.kodawari_popup_box.my-fade-out2{
	animation-name:my-fade-out2;
	animation-duration:0.5s;
}

.kodawari_cat{
  padding:5px 0 10px;
  margin-bottom:15px;
  border-bottom:1px dotted #ccc;
}

.kodawari_cat .title{
	font-weight: bold;
	margin:0 auto 15px;
  border-left:4px solid #ff7a97;
  padding-left:7px;
  line-height:1.0;
}

.kodawari_popup_box .kodawari_cat ul.tag_area li{
	display: inline-block;
	line-height: 1.0;
	color: #fff;
	background-color: #fff;
  color:#333;
  border:1px solid #dcdcdc;
	border-radius: 8px;
	padding: 13px 15px;
	margin-right: 10px;
	margin-bottom:10px;
  cursor: pointer;
}

.kodawari_popup_box .kodawari_cat ul.tag_area li.on{
	background-color: #333;
  border:1px solid #333;
  color:#fff;
}

.kodawari_popup_box .kodawari_cat ul.tag_area li.on:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 5px;
}

.kodawari_search_btn{
	display: block;
	line-height: 1.0;
	background-color: #ff7a97;
	border-radius: 8px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin:20px auto 0;
  font-weight: bold;
}

.kodawari_search_btn:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 5px;
}

.link_btn3 a{
  width: calc(100% - 5px);
  width: -webkit-calc(100% - 5px);
  font-weight: bold;
  padding-right: 50px;
  font-size: 12.32px;
  background-color: #ff7a97;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  /* text-indent: -22px; */
  display: block;
  line-height: 1.4;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 20px auto;
}

.link_btn3 a:before {
  z-index: 10;
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9.5px;
}

.salon_campaign_popup_box .scroll_area,
.salon_plan_popup_box .scroll_area{
  max-height:calc(100vh - 70px);
  max-height:-webkit-calc(100vh - 70px);
  overflow-y: scroll;
  padding:10px;
}

.salon_campaign_popup_box .scroll_area::-webkit-scrollbar,
.salon_plan_popup_box .scroll_area::-webkit-scrollbar {
  display: none;
}

.salon_campaign_popup_box .detail_area,
.salon_plan_popup_box .detail_area{
  margin:0 -15px -15px;
  background-color:#EDEEEF;
  padding:15px 15px 120px;
  box-sizing: border-box;
}




.salon_campaign_popup_box .salon_campaign_popup_detail_box{
  padding:10px;
  border-radius:10px;
  background-color:#fff;
}

.salon_campaign_popup_box .salon_campaign_popup_detail_box .salon_campaign_popup_detail_box_title{
  padding: 5px 0 15px;
  border-bottom: 1px solid #ccc;
  font-size: 14.96px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.salon_campaign_popup_box .salon_campaign_popup_detail_box p{
  margin-bottom:15px;
}



@keyframes my-fade-in {
  from {
    bottom: -300px;
		opacity:0.4;
  }
  to {
    bottom:-50px;
		opacity:1;
  }
}

@keyframes my-fade-out {
  from {
    bottom:-50px;
		opacity:1;
  }
  to {
    bottom: -300px;
		opacity:0.4;
  }
}

@keyframes my-fade-in2 {
  from {
    bottom: -50px;
		opacity:0.4;
  }
  to {
    bottom:10px;
		opacity:1;
  }
}

@keyframes my-fade-out2 {
  from {
      bottom:10px;
			opacity:1;
  }
  to {
		bottom: -300px;
		opacity:0.0;
  }
}

@keyframes overlay-fade-out {
  from {
			opacity:0.4;
  }
  to {
		opacity:0.0;
  }
}

.salon_campaign_popup_box .scroll_area .link_btn3 a,
.salon_plan_popup_box .scroll_area .link_btn3 a{
  position: fixed;
  bottom:0px;
  left: 10px;
  width:calc(100% - 20px);
  width:-webkit-calc(100% - 20px);
  font-weight: bold;
  z-index:10;
  margin-bottom:10px;
}



/*
PC対応
*/
@media screen and (min-width: 641px) {
	.salon_campaign_popup_box,
  .salon_plan_popup_box{
    width: 845px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-left: -390px;
    left: 50%;
  }

  .salon_campaign_popup_box .scroll_area,
  .salon_plan_popup_box .scroll_area {
      max-height: calc(100vh - 50px);
      max-height: -webkit-calc(100vh - 50px);
      overflow-y: scroll;
      padding: 15px 100px 15px;
  }
  .salon_campaign_popup_box .scroll_area .link_btn3 a,
  .salon_plan_popup_box .scroll_area .link_btn3 a{
    position: fixed;
    bottom: 10px;
    width: 805px;
    left: 50%;
    margin-left: -370px;
  }

  .salon_plan_popup_box .salon_plan_body img,
  .salon_plan_popup_box  .salon_plan_popup_detail_box img{
    width:60%;
    display:block;
    margin:10px auto;
  }


}

/*
リニューアル
口コミページ
20200227

*/

input{
  / *-webkit-appearance: none; */
}

#CONTENT.salon_top_page{
  margin-top:0;
}

#SALON_TOP_PAGE h1{
	margin-bottom: 15px;
	font-size: 16.92px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #fff;
	padding:13.65px 15px;
	margin: 0 -15px;
}

.kuchikomi_contents_area h2{
  border-bottom: 4px solid #ff7a97;
  padding:0px 0 10px;
  margin-top:10px;
  margin-bottom: 10px;
  font-size: 14.96px;
  font-weight: bold;
}

.kuchikomi_contents_area h3{
  border-bottom: none;
  border-left: 4px solid #ff7a97;
  padding: 1px 0px 1px 10px;
  margin-bottom: 15px;
  font-size: 14.96px;
  font-weight: bold;
}

.kuchikomi_contents_area h4{
  font-weight:bold;
  margin:0 auto 20px;
}

.kuchikomi_contents_area{
  padding:15px;
  background-color:#fff;
  margin:0 -15px;
}

.eyecatch + .kuchikomi_contents_area{
  padding-top:5px;
}

.slaon_kutikomi_data .ranking_label {
    background-color: #ff7a97;
    color: #fff;
    line-height: 1.0;
    padding: 5px 10px 5px 30px;
    display: inline-block;
    position: relative;
}

.slaon_kutikomi_data .ranking_link {
    display: inline-block;
    margin-left: 10px;
    color: #ff7a97;
    text-decoration: none;
}

.salon_kutikomi_head{
  margin-bottom: 15px;
  background-color: #fff;
  padding:0 15px 15px;
  margin: 0 -15px;
}

.salon_kutikomi_head .logo{
  width:80px;
  height:80px;
  border:1px solid #ccc;
  float:left;
  margin-right:10px;
}

.hyoka_data_list_area{
  background-color:#f5f5f5;
  padding:15px;
  box-sizing: border-box;
  margin:10px auto 0;
  text-align:center;
  font-size:0;
  line-height:1.0;
}

.hyoka_data_list_area .hyoka_data_list{
  font-size:1.2rem;
  width:50%;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  line-height:1.0;
}

.hyoka_data_list_area .hyoka_data_list:nth-of-type(1),
.hyoka_data_list_area .hyoka_data_list:nth-of-type(2){
  margin-bottom:15px;
}

.hyoka_data_list_area .hyoka_data_list .num{
  font-weight: bold;
}

.hyoka_data_list_area .hyoka_data_list .ave_star {
  font-size: 1.2rem;
  height: 1.2rem;
  width: 70px;
}


.salon_kutikomi_head .data{
  margin-left:90px;
}

.salon_kutikomi_head .data .ranking_label{
  background-color: #ff7a97;
  color: #fff;
  line-height: 1.0;
  padding: 7px 10px 7px 30px;
  display: inline-block;
  position: relative;
  font-size:87%;
  top: 0px;
  font-weight: bold;
}

.salon_kutikomi_head .data .ranking_label:before{
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(https://static.epilino.jp/img/ranking_label.png);
  background-size: 19px 19px;
  position: absolute;
  top: 2px;
  left: 5px;
}

.salon_kutikomi_head .data .ranking_link{
  display: inline-block;
  margin-left: 5px;
  color: #ff7a97;
  text-decoration: none;
  font-size:87%;
  font-weight: bold;
  top: 0px;
  position: relative;
}

.salon_kutikomi_head .data .hyoka_data_area{
  margin-top:8px;
}

.salon_kutikomi_head .data .hyoka_data_area .hyoka_data_area_name{
  color:#666;
}


.salon_kutikomi_head .data .hyoka_data_area .hyoka_star_count{
  font-weight: normal;
  color:#666;
}

.salon_kutikomi_head .data .hyoka_data{
}

.salon_kutikomi_head .data .hyoka_data .num{
  font-size:247%;
  font-weight: bold;
}

.salon_kutikomi_head .data .hyoka_data .ave_star{
  font-size: 20px;
  height: 20px;
  width: 112px;
}

.salon_kutikomi_head .data .hyoka_data .hyoka_star_num{
  font-size:180%;
  margin: 0 3px;
  font-weight: bold;
}

ul.tag_select_tab_area{
  margin-bottom: 15px;
  background-color: #fff;
  padding:0 15px 15px;
  padding:15px;
  margin: 0 -15px;
  text-align:center;
  font-size:0;
}

ul.tag_select_tab_area li{
  width:23%;
  margin: 0 1%;
  display: inline-block;
}

ul.tag_select_tab_area.pattern_a li,
ul.tag_select_tab_area.pattern_b li{
  width:31%;
  margin: 0 1%;
  display: inline-block;
}

ul.tag_select_tab_area.pattern_b li:nth-of-type(2){
  width:32%;
}

ul.tag_select_tab_area.pattern_b li:nth-of-type(2) a{
  font-size:10px;
}


ul.tag_select_tab_area li:before{
  display:none;
}

ul.tag_select_tab_area li a{
  display: inline-block;
  text-align:center;
  box-sizing: border-box;
  width:100%;
  font-size:12.6px;
  text-decoration: none;
  color:#ff7a97;
  border-radius:6px;
  border:1px solid #ff7a97;
  padding:10px 0;
  line-height:1.0;
  font-weight: bold;
}

#KUTIKOMI_BOX_AREA,
#KUTIKOMI_BOX_AREA2{
  margin-bottom: 15px;
  background-color: #fff;
  padding:0 0 20px;
  margin: 0 -15px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box,
#KUTIKOMI_BOX_AREA2 .kutikomi_box{
  padding:15px 15px 0;
  border-bottom:1px solid #ccc;
}

#KUTIKOMI_BOX_AREA .kutikomi_box:nth-of-type(1),
#KUTIKOMI_BOX_AREA2 .kutikomi_box:nth-of-type(1){
  border-top:1px solid #ccc;
}

#KUTIKOMI_BOX_AREA2 .kutikomi_box:nth-last-of-type(1){
  border-bottom:none;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .hyoka,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .hyoka {

}

#KUTIKOMI_BOX_AREA .kutikomi_box .hyoka .ave_star,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .hyoka .ave_star {
  font-size: 1.2rem;
  height: 1.2rem;
  width: 70px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .hyoka .num,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .hyoka .num{
  font-weight: bold;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .kutikomi_title,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .kutikomi_title{
  font-size:13.1648px;
  font-weight: bold;
  margin:10px auto;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .body .txt,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .body .txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#KUTIKOMI_BOX_AREA .kutikomi_box.active .body .txt,
#KUTIKOMI_BOX_AREA2 .kutikomi_box.active .body .txt{
  display:block;
  overflow: auto;
  -webkit-box-orient:auto;
  -webkit-line-clamp:auto;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .hyoka_data_list_area,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .hyoka_data_list_area{
  display:none;
}

#KUTIKOMI_BOX_AREA .kutikomi_box.active .hyoka_data_list_area,
#KUTIKOMI_BOX_AREA2 .kutikomi_box.active .hyoka_data_list_area{
  display:block;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more{
  text-align:center;
  padding-bottom:15px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more:hover,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more:hover{
  cursor: pointer;
  opacity: 0.6;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more:before,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more:before{
  content:"内容を詳しく見る";
  color:#666;
  display: inline-block;
  text-align: center;
  margin:15px auto 0;
  min-width:130px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more:after,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more:after{
  content: "\f107";
  color:#666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  margin-left:5px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more.active:before,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more.active:before{
  content:"閉じる";
  min-width:50px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more.active:after,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more.active:after{
  content: "\f106";
}

#KUTIKOMI_BOX_AREA .kutikomi_box .parts_label,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .parts_label{
  color:#fff;
  line-height:1.0;
  background-color:#FBB7C6;
  padding:7px 10px;
  display:inline-block;
  margin:10px 0;
  font-weight: bold;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .parts_label .parts:after,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .parts_label .parts:after{
  display: inline-block;
  content:"+";
}

#KUTIKOMI_BOX_AREA .kutikomi_box .parts_label .parts:nth-last-of-type(1):after,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .parts_label .parts:nth-last-of-type(1):after{
  display:none;
}

#KUTIKOMI_BOX_AREA .kutikomi_box  .bottom_data,
#KUTIKOMI_BOX_AREA2 .kutikomi_box  .bottom_data{
  color:#999;
  font-size:12px;
}

#KUTIKOMI_BOX_AREA .kutikomi_box .more.active:before,
#KUTIKOMI_BOX_AREA2 .kutikomi_box .more.active:before{
  content:"閉じる";
}

.kutikomi_box_more{
  display: block;
  margin:20px 15px 0;
  text-align: center;
  box-sizing: border-box;
  width:calc(100% - 30px);
  width:-webkit-calc(100% - 30px);
  font-size: 1.4rem;
  text-decoration: none;
  color: #ff7a97;
  border-radius: 6px;
  border: 1px solid #ff7a97;
  padding: 10px 0;
  line-height: 1.0;
  box-sizing: border-box;
  background-color:#fff;
}

.kutikomi_box_more:hover{
  opacity:0.6;
  cursor:pointer;
}

.paging{
  padding:20px 0px 10px;
}
.paging .current {
	background-color: #333;
	line-height:26px;
	color: #FFFFFF !important;
	border-radius: 2px;
}
.paging ul{
	padding:0;
	margin:0;
	background:none;
  text-align:left;
}
.paging:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

dl.paging dt {
  text-align: center;
  font-size: 10px;
  padding: 0px 10px;
  line-height: 1.0;
  float: none;
  display: inline-block;
  width:100%;
}
dl.paging dd li {
	display: inline;
	margin-right: 5px;
	text-indent: 0px;
}
dl.paging dd li:before{
	display:none;
}
dl.paging dd li a {
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  padding:0;
  line-height:26px;
  border-radius: 2px;
  margin: 0px;
  text-decoration: none !important;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}
dl.paging dd li a:hover{
	color:#fff !important;
	background-color:#333;
}
dl.paging dd li span {
	background: #333;
	padding: 2px 6px;
	color: #FFFFFF;
	border-radius: 2px;
}

dl.paging dd li a i{
  position: relative;
  top:1px;
}

.paging dd{
  float:none;
  width:100%;
  text-align:center;
  margin-top:10px;
}

.paging ul {
    padding: 0;
    margin: 0;
    background: none;
    text-align:center;
}


#KUTIKOMI_BOX_AREA .kutikomi_box.salon{

}


#KUTIKOMI_BOX_AREA .kutikomi_box.salon .hyoka{
  position: relative;
  padding-left: 70px;
  padding-top: 5px;
  margin-bottom: 10px;
  min-height: 60px;
  font-weight: bold;
}

#KUTIKOMI_BOX_AREA .kutikomi_box.salon .hyoka img{
  width: 60px;
  position: absolute;
  border: 1px solid #ccc;
  left: 0;
  top: 0;
}


/*

リニューアル
口コミ効果ページグラフ
20200414

*/

.donuts_chart_area{
  padding:15px 0;
  margin:0 -15px 20px;
}


.donut_canvas_area{
	position: relative;
  overflow: hidden;
}

.donut_canvas_area .yes {
  position: absolute;
  right: 10px;
  top:3px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
  text-align:left;
}

.donut_canvas_area .yes:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 60px;
  top: 9px;
  z-index: 1;
}

.yes_num{
	color:#ff7a97;
	font-size:140%;
}

.no_num{
	color:#DCDCDC;
	font-size:140%;
}

.yes_num small,
.no_num small{
    font-size:12px;
}

.donut_canvas_area .no {
  position: absolute;
  left: 10px;
  top:3px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
  text-align:right;
  z-index: 1;
}

.donut_canvas_area .no:after{
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  border-bottom: 1px solid #333;
  position: absolute;
  left: 60px;
  top: 9px;
}

/*
.donut_canvas{
	position:relative;
}
*/

#donut_canvas0{
  width: 100% !important;
  height: auto !important;
  margin:0 auto;
  display: block;
}


.usage_guide{
  width: 35%;
  margin:0px auto;
  line-height: 1.5;
  text-align: left;
}

.usage_guide ul{
  text-align:center;
  font-weight:bold;
  margin:0 auto;
}

.usage_guide ul li{
  margin: 0;
  font-size: 10px;
  text-align: left;
}

.usage_guide ul li:before{
  display:none;
}

.usage_guide ul li span{
  display:inline-block;
  margin-right:5px;
}

.usage_guide ul li:nth-of-type(1) span{
  color:#ff7a97;
}

.usage_guide ul li:nth-of-type(2) span{
  color:#9f9f9f;
}

.usage_guide ul li:nth-of-type(3) span{
  color:#d6d6d6;
}


.question{
  width: 100%;
  position: absolute;
  text-align: center;
  top: 45px;
}

.question img{
	width:25%;
	vertical-align: bottom;
  display:block;
  margin:0 auto 5px;
}

.quetion_txt{
  font-weight: bold;
  margin:0 auto;
  padding:15px 0 15px 40px;
  position: relative;
}

.quetion_txt:before{
  content:" ";
  width:30px;
  height:30px;
  background-image:url(https://static.epilino.jp/img/icon-q.png);
  background-size:30px 30px;
  position: absolute;
  left:0;
  top:10px;
}

.bar_graph_area{
  padding:15px 0;
}

.bar_unit{
  height:40px;
  overflow: hidden;
  position:relative;
  margin-bottom:10px;
}



.bar_unit .count{
  font-size:140%;
  color:#DCDCDC;
  font-weight: bold;
  position: absolute;
  right:0;
  z-index: 10;
  top:3px;
}

.bar_unit .count.pink{
  color:#ff7a97;
}

.bar_unit .count small{
  font-weight: normal;
  font-size:12px;
}

.bar{
  box-sizing: border-box;
  overflow: hidden;
}

.bar span{
  width:100%;
  color:#333;
  padding:4px 10px;
  animation: bar-animation 1 2s;
  background-color: #DCDCDC;
  display:inline-block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bar.pink span{
  background-color: #ff7a97;
  color:#fff;
}

@keyframes bar-animation{
  0%{
    width: 0px;
  }
  100%{
    width: 100%;
  }
}


.bar_unit2_area{
  position:relative;
}

.bar_unit2_area:before{
  content:" ";
  width:1px;
  height:100%;
  border-left:1px solid #d0d0d0;
  left:calc(15% - 1px);
  top:0;
  position:absolute;
}

.bar_unit2_area .bar_unit2{
  padding:5px 0;
  font-size:0;
}
.bar_unit2_area .bar_unit2 .bar_unit_name{
  display:inline-block;
  width:15%;
  font-size:12px;
}

.bar_unit2_area .bar_unit2 .bar_area{
  background-color: #eee;
  width: 70%;
  display: inline-block;
  height: 20px;
  font-size:12px;
  overflow: hidden;
  position: relative;
  top: 5px;
}

.bar_unit2_area .bar_unit2 .bar_area span{
  width: 100%;
  height:100%;
  color: #333;
  padding: 2px 10px;
  animation: bar-animation 1 2s;
  background-color: #9f9f9f;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent:-9999px;
}

.bar_unit2_area .bar_unit2 .bar_area span.bar_pink{
  background-color:#ff95ac;
}

.bar_unit2_area .bar_unit2 .bar_count{
  width: 15%;
  display: inline-block;
  text-align:right;
  font-size:12px;
}

.bar_unit2_area .bar_unit2 .bar_count.bar_pink{
  color:#ff95ac;
}

@media screen and (min-width: 641px) {
  .usage_guide ul li{
    font-size:14px;
  }
  .usage_guide {
    width: 175px;
  }
  .bar_unit2_area .bar_unit2 .bar_count,
  .bar_unit2_area .bar_unit2 .bar_unit_name{
    width:70px;
  }
  .bar_unit2_area .bar_unit2 .bar_area{
    width:510px;
  }
  .bar_unit2_area:before{
    left: calc(70px - 1px);
  }
}

.matome_box{
  background-color:#FFEFF2;
  padding:13.5px 9.9px 15px;
  margin:30px auto;
}

.matome_box .matome_box__title{
  text-align:center;
  font-weight: bold;
  color:#ff7a97;
  margin:0px auto 13.5px;
  font-size:13.2px;
}

.matome_box .matome_box__txt{
  padding:1px 9.9px 11.2px;
  background-color:#fff;
  border-radius:10px;
}

.the_content .matome_box .matome_box__txt ul{
  margin:11.2px auto;
}

.matome_box .matome_box__txt ul li{
  position: relative;
  padding-left:25px;
  margin-bottom:15px;
  line-height: 1.5em;
}

.matome_box .matome_box__txt ul li:nth-last-of-type(1){
  margin-bottom:0;
}


.matome_box .matome_box__txt ul li:before{
  content: "\f00c";
  color: #666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  top:0px;
  left:0;
  position: absolute;
  color:#ff7a97;
  font-size: 16.6px;
}

.matome_box .matome_box__txt ul.rows2 li{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding-right:10px;
}

.reason_box{
  margin:30px auto;
}

.reason_box .reason_box__title{
  text-align:center;
  font-weight: bold;
  margin:0 auto 12px;
  font-size:11.56px;
  font-size:13.2px;
}

.reason_box .reason_box__txt{
  border:1px solid #ccc;
  border-radius:10px;
  padding:0 15px 10.8px;
  position: relative;
}

.reason_box .reason_box__txt:before {
	content: "";
	position: absolute;
	top: -9px;
  left: 50%;
	margin-left: -7px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #fff transparent;
	z-index: 2;
  background-size:20px 20px;
}

.reason_box .reason_box__txt:after {
	content: "";
	position: absolute;
	top: -10px;
  left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #ccc transparent;
	z-index:1;
}

.reason_box .reason_box__txt ul{
  counter-reset: number 0;
  margin-top:0px;
}

.reason_box .reason_box__txt ul li{
  border-bottom:1px solid #eee;
  padding:10.8px 0 ;
  margin:0 auto;
}


.reason_box .reason_box__title:before{
  position: relative;
  top: 2px;
}

.reason_box.good .reason_box__title:before{
  content:" ";
  display:inline-block;
  background-image:url("https://static.epilino.jp/img/reason_box_good_icon.png");
  width:13.6px;
  height:13.6px;
  background-size:13.6px 13.6px;
}

.reason_box.bad .reason_box__title:before{
  content:" ";
  display:inline-block;
  background-image:url("https://static.epilino.jp/img/reason_box_bad_icon.png");
  width:13.6px;
  height:13.6px;
  background-size:13.6px 13.6px;
}

.reason_box.good .reason_box__txt ul li{
  color:#ff7a97;
}


.reason_box.good .reason_box__txt ul li,
.reason_box.bad .reason_box__txt ul li,
.reason_box.bad .reason_box__txt ul li:before{
  color:#333;
}

.reason_box .reason_box__txt ul li:before{
  counter-increment: number 1;
  content: counter(number) ". ";
  font-size:12px;
  bottom:0;
}

.reason_box .reason_box__txt ul li:nth-last-of-type(1){
  border-bottom:none;
  padding-bottom:0;
}

/*

 PC対応

*/
@media screen and (min-width: 641px) {

#CONTENT.salon_top_page{
  margin-top:0px !important;
}

#SALON_TOP_PAGE {
    padding:0 15px;
    margin:0px auto;
}
.salon_page_menu{
	width:710px;
  width:100%;
	overflow-x:visible;
}

.salon_pic_area .salon_pic_scroll ul{
	display:block;
	width: 100%;
}

.salon_pic_area .salon_pic_scroll ul li{
	margin-bottom:15px;
}




/*
リニューアル
スマホ
口コミページ
20200427
*/

#CONTENT.salon_top_page{
  margin-top:20px;
}

#SALON_TOP_PAGE {
    padding:0 15px;
    margin:0px auto;
}

.paging dd{
	width:490px;
	float:right;
  text-align:right;
  margin-top:0px;
}

.paging ul {
    padding: 0;
    margin: 0;
    background: none;
    text-align: right;
}

dl.paging dt {
  background-color: #fafafa;
	border:1px solid #ccc;
	padding: 0px 15px;
	line-height:1.0;
  display:inline-block;
	float: left;
  min-width:28px;
  font-size:1.4rem;;
	background-color: #fafafa;
	border:1px solid #ccc;
	padding:0px 10px;
	line-height:26px;
  width:auto;
  text-align:center;
  font-size:12px;
}

dl.paging dd li a {
	display: inline-block;
	border:1px solid #333;
	background-color:#fff;
	color:#333;
	padding: 0px;
	line-height:26px;
  min-width:28px;
	border-radius: 2px;
	margin:0px;
  text-align:center;
  width:auto;
	text-decoration:none !important;
}




/*
リニューアル
スマホ
口コミ効果ページグラフ
20200414
*/
.donuts_chart_area{
  padding:15px;
  margin:0 -15px 20px;
}
#donut_canvas0{
  width: 100% !important;
  height: auto !important;
  margin:0 auto;
  display: block;
}
.question {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 120px;
}
.donut_canvas_area .yes {
  position: absolute;
  right: 10px;
  top: 15px;
  font-weight: normal;
  font-size: 140%;
  line-height: 1.4;
}
.donut_canvas_area .yes:before{
  content: "";
  display: inline-block;
  width: 170px;
  height: 1px;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 106px;
  top: 12px;
  z-index: 1;
}
.donut_canvas_area .no {
  position: absolute;
  left: 10px;
  top: 15px;
  font-weight: normal;
  font-size: 140%;
  line-height: 1.4;
}
.donut_canvas_area .no:after{
  content: "";
  display: inline-block;
  width: 170px;
  height: 1px;
  border-bottom: 1px solid #333;
  position: absolute;
  left: 106px;
  top: 12px;
}

}




/*

テンプレートリニューアル　基本

*/

#CONTENT.temp01{
  margin-top:0;

}

#CONTENT.temp01 .content #MAIN{
  padding:0;
}

#CONTENT.temp01 .content #MAIN main{
    border-radius:0;
}

#CONTENT.temp01 .content #SIDE{
  padding:0;
}

#CONTENT.temp01 .content #SIDE .box{
  border-radius:0;
}

#CONTENT.temp01 #RECOMMEND_ENTRY {
    margin:0px 0px 0;
    padding: 15px;
}

@media screen and (min-width: 641px) {
  #CONTENT.temp01{
    margin-top:15px;
  }

  #CONTENT.temp01 #RECOMMEND_ENTRY {
      padding: 0;
  }
}




/*

テンプレートリニューアル　個別ページ

*/
.mess_txt{
  text-align:center;
  color:#ff7a97;
  margin:20px auto;
}

.mess_txt + .full_img {
    margin-top: -10px !important;
}

.mess_txt span{
  display:inline-block;
  font-weight: bold;
}

.mess_txt span:before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}

.mess_txt span:after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}

#CONTENT .content #MAIN main.main header .date{
  float: none;
  margin-left: 10px;
}

/*
#CONTENT .content #MAIN main.main .the_content table.normal {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

#CONTENT .content #MAIN main.main .the_content table.normal caption {
  margin: 0 0 7px;
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#CONTENT .content #MAIN main.main .the_content table.normal thead th {
  background-color: #eee;
  color: #333;
  border:1px solid #dcdcdc;
  font-weight:normal;
}

#CONTENT .content #MAIN main.main .the_content table.normal tr {
  border-bottom: 1px solid #dcdcdc;
}

#CONTENT .content #MAIN main.main .the_content table.normal td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

#CONTENT .content #MAIN main.main .the_content table.normal th {
  background-color: #eee;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-weight:normal;
  vertical-align: middle;
  color:#333;
}

#CONTENT .content #MAIN main.main .the_content h2:after{
  display:none;
}

#CONTENT .content #MAIN main.main .the_content h3{
  border-bottom:none;
  border-left: 4px solid #ff7a97;
  padding: 1px 10px;
  margin-bottom: 15px;
  font-size: 14.96px;
  font-weight: bold;
}

#CONTENT .content #MAIN main.main .the_content h3:before{
  display:none;
}

#CONTENT .content #MAIN main.main header .date{
  float:none;
  margin-left:5px;
}
#CONTENT .content #MAIN main.main header .data{
  color: #999;
}

#CONTENT .content #MAIN main.main .the_content .eyecatch {
  margin: 0 -15px 15px;
}
*/

/*

#CONTENT .content #MAIN main.main #mokuji {
  color: #999;
  border-bottom: 1px solid #999;
}

#CONTENT .content #MAIN main.main #mokuji p.index_head{
  color:#999;
  font-size: 13.2px;
  font-family: Josefin Sans,游ゴシック,Yu Gothic,sans-serif;
}

*/

@media screen and (min-width: 641px) {
  #CONTENT .content #MAIN main.main .the_content .eyecatch {
      margin: 0 auto 15px;
  }
}

/*

テンプレートリニューアル　予約ページ

*/

.salon_tenpo_head{
  margin-bottom: 15px;
  background-color: #fff;
  padding:0 15px 15px;
  margin: 0 -15px;
}

.salon_tenpo_head .logo{
  width:80px;
  height:80px;
  border:1px solid #ccc;
  float:left;
  margin-right:10px;
}

.salon_tenpo_head .data{
  margin-left:95px;
}

.salon_tenpo_head .data .title:before{
  content: "";
  bottom: auto;
  color: #ff7a97;
  display: inline-block;
  margin-right: 3px;
  background-image: url(https://static.epilino.jp/img/icon_erea.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  position: relative;
  top: 2px;
}

.search_select_tab_area{
  text-align:center;
  border-bottom:2px solid #ff7a97;
  margin-bottom: 15px;
  background-color: #fff;
  margin: 0 -15px;
}

.search_select_tab_area li{
	display:inline-block;
	line-height:1.0;
	padding:9.71px 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width:calc(50% - 7px);
	width:-webkit-calc(50% - 7px);
	box-sizing: border-box;
	color:#ff7a97;
	border:1px solid #ff7a97;
	background-color:#fff;
	margin:0;
	font-weight: bold;
	position: relative;
	bottom:-1px;
}

.search_select_tab_area li:nth-last-of-type(1){
	margin-left:14px;
}

.search_select_tab_area li:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: auto;
  color: #ff7a97;
  display: inline-block;
  font-size:120%;
  margin-left:5px;
  position: relative;
  bottom:-1px;
}

.search_select_tab_area li:hover{
  cursor: pointer;
  opacity: 0.6;
}

.search_select_tab_area li.active{
  background-color:#ff7a97;
  color:#fff;
}

.area_aco_area{
  margin-bottom: 15px;
  background-color: #fff;
  padding:0;
  margin: 0 -15px;
}


.area_aco_area .area_aco_btn{
  line-height:1.0;
  padding:17.35px 15px;
  position: relative;
  border-bottom:1px solid #ccc;
  background-color:#fff;
  font-weight: bold;
}

.area_aco_area .area_aco_btn:before{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: auto;
  display: inline-block;
  font-size: 160%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}


.area_aco_area .area_aco_btn.active{
  background-color:#F6F6F6;
}


.area_aco_area .area_aco_btn.active:before{
  content: "\f106";
}

.area_aco_area .area_aco_window{
  display:none;
  background-color:#eee;
  padding:0 15px;
}

.area_aco_area .area_aco_btn.active + .area_aco_window{
  display:block;
  padding-bottom:20px;
}

.area_aco_area .area_aco_window li{
  display: block;
}

.area_aco_area .area_aco_window li.region{
  font-weight: bold;
  padding:10px 0px;
}

.area_aco_area .area_aco_window li.region:before{
  content:"└";
  color:#999;
  font-size:120%;
  position:relative;
  bottom:-2px;
  margin-right:2px;
}

.area_aco_area .area_aco_window li.link a{
  padding:11.5px 15px;
  line-height:1.0;
  border-radius:6px;
  background-color:#fff;
  display: block;
  margin-bottom:5px;
  color:#333;
  text-decoration: none;
  position: relative;
}

.area_aco_area .area_aco_window li.link a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: auto;
  display: inline-block;
  font-size:120%;
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-6px;
}


.search_box{
  margin-bottom: 15px;
  background-color: #fff;
  padding:20px 15px;
  margin: 0 -15px;
}

.search_container{
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ff7a97;
  display: block;
  padding: 7.5px 10px;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
  background-color:#fff;
}
.search_container input[type="text"]{
	border: none;
	width:calc(100% - 50px);
	width:-webkit-calc(100% - 50px);
	height: 100%;
	padding: 7px 0px;
	font-size:108%;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: none;
  background: #ff7a97;
  color: #fff;
  position: absolute;
  width: 49px;
  border-radius: 0;
  right: 0px;
  top: -4px;
  height: 49px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  background-image: url(https://static.epilino.jp/img/icon_search.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  text-indent: -9999px;
}

.map_result,
.search_result{
	margin:0;
}

.map_result h2,
.search_result h2{
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size: 14.4px !important;
	padding-left: 30px !important;
}

.map_result h2::before,
.search_result h2::before {
    content: '';
    background: url(https://static.epilino.jp/img/icon-list.png) no-repeat center center;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.map_result .grayback,
.search_result .grayback{
	padding-top:15px !important;
}

.grayback.recommend{
  background-color:#eee;
  padding:0px;
  margin-bottom:15px;
}

.map_result .grayback{
	margin-top:15px !important;
}

@media screen and (min-width: 641px) {
	#CONTENT.salon_top_page{
	  margin-top:20px;
	}

	#SALON_TOP_PAGE {
	    padding:0 15px;
	    margin:0px auto;
	}

	.grayback.recommend{
	  padding:15px;
	}

	.search_select_tab_area,
	.area_aco_area{
		margin:0px;
	}
}

/*
.salon_desc_area
.salon_plan_popup_detail_box
パーツ対応
*/

.salon_plan_popup_detail_box p,
.salon_desc_area p {
    margin-bottom: 20px;
}


.salon_plan_popup_detail_box table.normal,
.salon_desc_area table.normal{
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}


.salon_plan_popup_detail_box table.normal caption,
.salon_desc_area table.normal caption{
  margin: 0 0 7px;
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.salon_plan_popup_detail_box table.normal thead th ,
.salon_desc_area table.normal thead th {
  background-color: #eee;
  color: #333;
  border:1px solid #dcdcdc;
  font-weight:normal;
}

.salon_plan_popup_detail_box table.normal tr,
.salon_desc_area table.normal tr {
  border-bottom: 1px solid #dcdcdc;
}

.salon_plan_popup_detail_box table.normal td,
.salon_desc_area table.normal td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.salon_plan_popup_detail_box table.normal th,
.salon_desc_area table.normal th {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-weight:normal;
  vertical-align: middle;
  color:#333;
}

.salon_desc_area h3,
.salon_plan_popup_detail_box h3{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px auto;
	padding: 3px 15px;
	position: relative;
	border-left: 2px solid #ff7a97;
}

.salon_desc_area h4,
.salon_plan_popup_detail_box h4{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px auto;
	padding: 3px 15px;
	position: relative;
	border-left: 2px solid #ff7a97;
}

.the_content .yellow_back_box {
    border-radius: 8px;
    padding: 15px;
    background-color: #ffffe2;
    margin: 15px auto;
}


/*

2020/05/09
SIDE
ver2

*/

/*
#SIDE.ver2 .side_title{
    padding-bottom: 20px;
}
*/
#SIDE.ver2 .entry_ranking_box{
  line-height:1.0;
}

#SIDE.ver2 .entry_ranking_box a .img{
  border-radius: 0;
}

#SIDE.ver2 .side_title small{
  margin-bottom:6.8px;
}

#SIDE.ver2 .entry_ranking_box a .title{
  padding-top: 0px;
}

#SIDE.ver2 .entry_ranking_box a .view_cat{
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 641px) {
  #SIDE.ver2 .entry_ranking_box a .view_cat{
    position: static;
  }

  #SIDE.ver2 .entry_ranking_box a .img{
    border-radius: 0;
    margin-bottom:10px;
  }
}


#SALON_TOP_PAGE h2{
  border-bottom: 4px solid #ff7a97;
  padding:0 0 10px;
  margin-bottom: 10px;
  font-size: 14.96px;
  font-weight: bold;
}

.one_point{
  border-bottom: none;
  border-left: 4px solid #ff7a97;
  padding: 1px 10px;
  margin-bottom: 15px;
  font-size: 14.96px;
  font-weight: bold;
}

/*
SIDE PRボックス
*/

#SIDE .sidebar_pr a {
  display: block;
  border-bottom: 1px dotted #999999;
  padding: 10px 0 10px;
  position: relative;
  color: #333;
}


#SIDE .sidebar_pr a .img {
  width: 93px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom:0px;
}

#SIDE .sidebar_pr a .img img {
  display: block;
  width: auto;
  height: 93px;
}

/*
#SIDE .sidebar_pr a .img .pr{
  display: inline-block;
  background-color: #33333355;
  color: #fff;
  line-height: 1.0;
  padding: 4px 6px;
  position: absolute;
  bottom: 10px;
  font-size:10px;
}
*/


#SIDE .sidebar_pr a .img .pr{
  display: inline-block;
  background-image:url("https://static.epilino.jp/img/side_pr.png");
  background-size:30px 21px;
  position: absolute;
  bottom: 10px;
  text-indent:-9999px;
  width:30px;
  height:21px;
}

#SIDE .sidebar_pr a .title {
  width: calc(100% - 108px);
  width: -webkit-calc(100% - 108px);
  float: right;
  line-height: 1.5em;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#SIDE .sidebar_pr a .view_cat {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 10.08px;
  font-size: 12px;
  color: #858585;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  right: 0;
  line-height: 1.0;
  display: inline-block;
  color: #999999;
  text-decoration: none;
}

#SIDE .sidebar_pr a .view_cat .view:after {
  content: " |";
}

@media screen and (min-width: 641px) {
#SIDE .sidebar_pr a .img .pr{
  bottom: 30px;
}

#SIDE .sidebar_pr a .img{
  margin-bottom:20px;
}

}

/*
比較表
*/

.hikaku_table{
  margin:20px auto;
  font-size:10px;
}

.hikaku_table th,
.hikaku_table td{
  border:1px solid #d0d0d0;
}

.hikaku_table thead tr th{
  background-color:#f5f5f5;
  color:#333;
  font-weight: normal;
}

.hikaku_table tbody tr td{
  background-color:#fff;
  vertical-align: middle;
  text-align:center;
}

.hikaku_table tbody tr td .detail_link a{
  color:#fff;
  border-radius:10px;
  background-color:#ff7a97;
  padding:5px 15px 5px 5px;
  position: relative;
  display: block;
  text-decoration: none;
  text-align:center;
  line-height:1.2;
}

.hikaku_table tbody tr td .detail_link a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -7px;
  font-weight: 900;
}

.hikaku_table tbody tr td img.logo{
  width:60px;
  display: inline-block;
}

.hikaku_table tbody tr td img.mark{
  width:20px;
  display: inline-block;
}

.hikaku_table tbody tr td a{
  color:#1a0dab;
}

@media screen and (min-width: 641px) {
  .hikaku_table{
    margin:20px auto;
    font-size:14px;
  }

  .hikaku_table tbody tr td .detail_link a{
    padding:10px 20px 10px 10px;
    line-height:1.5;
  }

  .hikaku_table tbody tr td img.logo{
    width:120px;
    display: inline-block;
  }

  .hikaku_table tbody tr td .detail_link a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 12px;
      top: 50%;
      font-size: 20px;
      margin-top: -14px;
      font-weight: 900;
  }

  .hikaku_table tbody tr td img.mark{
    width:30px;
    display: inline-block;
  }
}



/*
口コミページ固定リンクボタン
*/

.flow_btn{
  position: fixed;
  bottom: 18px;
  left: 10px;
  width: calc(100% - 57px);
  width: -webkit-calc(100% - 57px);
  z-index: 100;
}
.link_btn3.flow_btn a{
  display: block;
  line-height: 1.0;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 20px auto 0;
  width:calc(100% - 20px);
  width:-webkit-calc(100% - 20px);
}

/*
口コミパーツ
review_item_area
*/

.review_item_area{
    background-color: #eee;
    margin: 0 -15px;
    padding: 15px;
}

.review_item_area .kutikomi_box{
  padding:15px 15px 0;
  background-color:#fff;
  border-radius:4px;
}

.review_item_area .kutikomi_box .hyoka {

}

.review_item_area .kutikomi_box .hyoka .ave_star {
  font-size: 1.2rem;
  height: 1.2rem;
  width: 70px;
}

.review_item_area .kutikomi_box .hyoka .num{
  font-weight: bold;
}

.review_item_area .kutikomi_box .kutikomi_title{
  font-size:13.1648px;
  font-weight: bold;
  margin:10px auto;
}

.review_item_area .kutikomi_box .body .txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.review_item_area .kutikomi_box.active .body .txt{
  display:block;
  overflow: auto;
  -webkit-box-orient:auto;
  -webkit-line-clamp:auto;
}

.review_item_area .kutikomi_box .hyoka_data_list_area{
  display:none;
}

.review_item_area .kutikomi_box.active .hyoka_data_list_area{
  display:block;
}

.review_item_area .kutikomi_box .more{
  text-align:center;
  padding-bottom:15px;
}

.review_item_area .kutikomi_box .more:hover{
  cursor: pointer;
  opacity: 0.6;
}

.review_item_area .kutikomi_box .more:before{
  content:"内容を詳しく見る";
  color:#666;
  display: inline-block;
  text-align: center;
  margin:15px auto 0;
  min-width:130px;
}

.review_item_area .kutikomi_box .more:after{
  content: "\f107";
  color:#666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  margin-left:5px;
}

.review_item_area .kutikomi_box .more.active:before{
  content:"閉じる";
  min-width:50px;
}

.review_item_area .kutikomi_box .more.active:after{
  content: "\f106";
}

.review_item_area .kutikomi_box .parts_label{
  color:#fff;
  line-height:1.0;
  background-color:#FBB7C6;
  padding:7px 10px;
  display:inline-block;
  margin:10px 0;
  font-weight:bold;
}

.review_item_area .kutikomi_box .parts_label .parts:after{
  display: inline-block;
  content:"+";
}

.review_item_area .kutikomi_box .parts_label .parts:nth-last-of-type(1):after{
  display:none;
}

.review_item_area .kutikomi_box  .bottom_data{
  color:#999;
  font-size:12px;
}

.review_item_area .kutikomi_box .more.active:before{
  content:"閉じる";
}

/*

新テンプレデザイン

*/

#CONTENT .content #MAIN .the_content table.normal {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

#CONTENT .content #MAIN .the_content table.normal caption {
  margin: 0 0 7px;
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#CONTENT .content #MAIN .the_content table.normal thead th {
  background-color: #eee;
  color: #333;
  border:1px solid #dcdcdc;
  font-weight:normal;
}

#CONTENT .content #MAIN .the_content table.normal tr {
  border-bottom: 1px solid #dcdcdc;
}

#CONTENT .content #MAIN .the_content table.normal td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

#CONTENT .content #MAIN .the_content table.normal th {
  background-color: #eee;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-weight:normal;
  vertical-align: middle;
  color:#333;
}

#CONTENT .content #MAIN .the_content h2:after{
  display:none;
}

#CONTENT .content #MAIN .the_content h3:before{
  display:none;
}

#CONTENT .content #MAIN header .date{
  float:none;
  margin-left:5px;
}
#CONTENT .content #MAIN header .data{
  color: #999;
}

#CONTENT .content #MAIN .the_content .eyecatch {
  margin: 0 -15px 15px;
}


/*
2020/06/22
地域ページフォーム
*/

#area #review_form .gray_table_outer{
  border:none;
}

#area #review_form table tr {
  border-bottom: 1px solid #dcdcdc;
}

#area #review_form table td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

#area #review_form table td input {
  margin: 3px 0;
}

#area #review_form table th {
  background-color: #eee;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align:center;
}



#area #review_form table td button,
#area #review_form table td input[type="submit"] {
  -webkit-appearance: none;
}

#area #review_form table td input[type="text"],
#area #review_form table td select,
#area #review_form table td textarea{
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: none;
  font-size: 13px;
  border: 1px solid #525252;
}

#area #review_form table td select{
  font-size: 13px;
}

#area #review_form table td select {
  font-size: 13px;
}

#area #review_form table .submit,
#REVIEW_AREA2 #review_form2 .submit {
  background-color: #FFEFF2 !important;
}

#area #review_form table td input[type="submit"]{
  cursor: pointer;
  font-size: 100%;
  display: block;
  line-height: 1.0;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 3px auto 0;
  width: 100%;
  border: none;
  font-size: 12.6px;
  font-weight: bold;
}

#area #review_form table td input[type="submit"]:focus{
  outline: none;
}

#area #review_form table td input[type="submit"]:hover{
  background-color: #ff7a97;
  color: #fff;
  opacity: 0.6;
}

#area #review_form table th {
  min-width: 98px;
  font-size: 10px;
}

#area  button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  font-size: 12.6px;
  text-decoration: none;
  color: #ff7a97;
  border-radius: 6px;
  border: 1px solid #ff7a97;
  padding: 11.5px 0 13.5px 0;
  line-height: 1.0;
  font-weight: bold;
  background-color: #fff;
  color: #ff7a97;
  position: relative;
}

#area button:focus{
  outline: none;
}

#area button:before{
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 140%;
  transition: all .3s;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-weight: 900;
}

#area #map button:before{
  display:none;
}

#area .gray_table_outer.area_price table.gray_table th{
	width: 15%;
}

#area .gray_table_outer.area_price table.gray_table td{
    font-size: 12px;
    width: 32%;
    text-align: left;
    padding: 10px;
}

#area table.gray_table td{
  font-size:12px;
}

#area table.gray_table td.align_left{
  text-align:left;
}

#area table.gray_table td .kutikomi_submit{
  cursor: pointer;
  font-size: 100%;
  display: block;
  line-height: 1.0;
  background-color: #ff7a97;
  border-radius: 8px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 3px auto 0;
  width: 100%;
  border: none;
  font-size: 12.6px;
  font-weight: bold;
}

/*
2020/09/07
商標店舗予約ページ
*/

ul.search_select_data_area li {
	display:none;
}

ul.search_select_data_area li.active {
	display:block;
}

#SALON_TOP_PAGE div#map {
    width: 100%;
    height: 350px;
    margin-top:15px;
}

/*
2020/05/28
調整用CSS
*/

.mgt0{
  margin-top:0 !important
}

.mgt5{
  margin-top:5px !important
}

.mgt10{
  margin-top:10px !important
}

.mgt15{
  margin-top:15px !important
}

.mgt20{
  margin-top:20px !important
}

.mgb0{
  margin-bottom:0 !important
}

.mgb5{
  margin-bottom:5px !important
}

.mgb10{
  margin-bottom:10px !important
}

.mgb15{
  margin-bottom:15px !important
}

.mgb20{
  margin-bottom:20px !important
}

.mgr0{
  margin-right:0 !important
}

.mgr5{
  margin-right:5px !important
}

.mgr10{
  margin-right:10px !important
}

.mgr15{
  margin-right:15px !important
}

.mgr20{
  margin-right:20px !important
}

.mgl0{
  margin-left:0 !important
}

.mgl5{
  margin-left:5px !important
}

.mgl10{
  margin-left:10px !important
}

.mgl15{
  margin-left:15px !important
}

.mgl20{
  margin-left:20px !important
}

.pdt0{
  padding-top:0 !important
}

.pdt5{
  padding-top:5px !important
}


.pdt10{
  padding-top:10px !important
}

.pdt15{
  padding-top:15px !important
}

.pdt20{
  padding-top:20px !important
}

.pdb0{
  padding-bottom:0 !important
}

.pdb5{
  padding-bottom:5px !important
}
.pdb10{
  padding-bottom:10px !important
}

.pdb15{
  padding-bottom:15px !important
}

.pdb20{
  padding-bottom:20px !important
}

.pdr0{
  padding-right:0 !important
}

.pdr5{
  padding-right:5px !important
}

.pdr10{
  padding-right:10px !important
}

.pdr15{
  padding-right:15px !important
}

.pdr20{
  padding-right:20px !important
}

.pdl0{
  padding-left:0 !important
}


.pdl5{
  padding-left:5px !important
}

.pdl10{
  padding-left:10px !important
}

.pdl15{
  padding-left:15px !important
}

.pdl20{
  padding-left:20px !important
}

.fnt10{
  font-size:10px !important;
}

.fnt11{
  font-size:11px !important;
}

.fnt12{
  font-size:12px !important;
}

.fnt13{
  font-size:13px !important;
}

.fnt14{
  font-size:14px !important;
}

.fnt15{
  font-size:15px !important;
}

.fnt16{
  font-size:16px !important;
}

.fnt17{
  font-size:17px !important;
}

.fnt18{
  font-size:18px !important;
}

.fnt19{
  font-size:19px !important;
}

.fnt20{
  font-size:20px !important;
}

/*
2020/10/27
監修用パーツCSS
*/

.supervision_box{
	border-radius:8px;
	margin:15px auto;
	padding:15px;
	border:1px solid #D8D6D8;
}

.supervision_box .supervision_img{
	width:100px;
	float:left;
}

.supervision_box .supervision_img img{
	width:100%;
	vertical-align:left;
}

.supervision_box .supervision_data{
	margin-left:115px;
	min-height:100px;
	margin-bottom:15px;
}

.supervision_box .supervision_data .label{
	background-color: #F37C97B2;
	color: #fff;
	line-height: 1.0;
	font-size: 12px;
	padding: 7px 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.supervision_box .supervision_data .name{
	font-weight:bold;
}

.supervision_box .supervision_desc{
	border-top:1px dashed #D8D6D8;
	padding-top:15px;
	margin-top:15px;
}

@media screen and (min-width: 641px) {

	.supervision_box .supervision_img{
		width:150px;
	}

	.supervision_box .supervision_data{
		margin-left:165px;
		min-height:auto;
		margin-bottom:5px;
	}

	.supervision_box .supervision_txt{
		margin-left:165px;
	}

}


/*
2020/10/29
メディア実績リンクパーツ
*/

#TOP_MEDIA_COVERAGE{
	margin-bottom:40px;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box_area{
	padding:15px 12px 9px;
	border:1px solid #ccc;
	margin-bottom:12px;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box{
	display: block;
	border-bottom:1px solid #d0d0d0;
	padding-bottom:15px;
	margin-bottom:15px;
	position: relative;
	text-decoration: none !important;
}

/*
#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box:after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0px;
	font-weight: 600;
	top: 50%;
	color: #ccc;
	font-size: 18px;
	margin-top: -17px;
}
*/

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box:nth-last-of-type(1) {
	border-bottom:none;
	margin-bottom:5px;
	padding-bottom:0;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box:nth-last-of-type(1):after{
	margin-top: -9px;
}


#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box .category a{
	display: inline-block;
	position: relative;
	line-height: 1.0;
	border-radius: 3px;
	color:#fff;
	font-size: 11px;
	padding:6px 8px 5px;
	background-color: #ff7a97;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	margin-left:9px;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box .date{
	color: #ff7a97;
	position: relative;
	font-size: 12px;
	display: inline-block;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box span.title{
	display: block;
	text-decoration: none !important;
	color:#222;
	padding-right:20px;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box .title{
	display: block;
	text-decoration: none !important;
	color: #222;
	padding: 0;
	margin: 7px 0 0;
	border: none;
	padding-right: 20px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.8;
}

#CONTENT .content #MAIN #TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box h3.title{
	display: block;
	text-decoration: none !important;
	color: #222;
	padding: 0;
	margin: 7px 0 0;
	border: none;
	padding-right: 20px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.8;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box a.link_txt{
	display:block;
	padding-right:20px;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box a.link_txt.top{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#TOP_MEDIA_COVERAGE .top_new_article_area .top_new_article__box a.link_txt:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-right:5px;
	display: inline-block;
	font-weight: 600;
	color:#1a0dab;
}

#TOP_MEDIA_COVERAGE .right_link{
	text-align:right;
}

#TOP_MEDIA_COVERAGE .right_link:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-right:5px;
	display: inline-block;
	font-weight: 600;
	color:#1a0dab;
}

#TOP_MEDIA_COVERAGE.kobetu .top_new_article_area .top_new_article__box_area{
  border:none;
}
#TOP_MEDIA_COVERAGE.kobetu .top_new_article_area .top_new_article__box:nth-of-type(1){
  border-top:1px solid #ccc;
  padding-top:15px
}
#TOP_MEDIA_COVERAGE.kobetu .top_new_article_area .top_new_article__box:nth-last-of-type(1){
  border-bottom:1px solid #ccc !important;
  padding-bottom:15px !important;
}
#TOP_MEDIA_COVERAGE.kobetu .top_new_article_area .top_new_article__box:after{
  display:none;
}


/*
2020/11/11
店舗詳細ページ修正
*/

#area .gray_table_outer.area_price{
	border:none;
}

#area .gray_table_outer.area_price table{
	border:1px solid #ccc;
}

/*
2020/11/12
修正
*/
.qa_box_area + .check_txt_box_check {
    margin-top: -45px;
}

p + .check_txt_box_check {
    margin-top: -20px;
}


/*
2020/11/16
店舗詳細ページ修正
*/
.salon_review + div .areaSelect{
	margin-top:20px;
}


/*
2020/11/16
修正
*/
.the_content .matome{
	margin:50px auto;
}


/*
2020/11/17
修正
*/
#RANKING_AREA2 .ranking_box2:nth-last-of-type(1) {
    margin-bottom: -60px;
}

/*
2020/12/08
修正
*/


.the_content .merit_box.summary_only, .the_content .demerit_box.summary_only {
    padding: 20px 20px 5px;
}

.the_content .merit_box.summary_only .summary, .the_content .demerit_box.summary_only .summary{
	border-bottom:none;
	margin-bottom: 0;
}

.the_content .merit_box.summary_only .txt ul, .the_content .demerit_box.summary_only .txt ul{
    margin: 0 auto 15px !important;
}

/*
2021/01/12
追加　地域ページ
*/

#area .card.detail .card_text .card_text_recommend::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

#area .card.detail .card_text .card_text_recommend .card_price{
	float:none;
}

#area .card .card_text .card_text_recommend span:before{
	display:none;
}
