@charset "UTF-8";
/* CSS Document */
/*---------- page_flow -------------*/
.page_flow .title_point {
  border-bottom: 2px solid #DCD8CE;
  padding-bottom: 5px;
}
.page_flow .step {
  background: url("../flow/images/arrow.png") no-repeat center bottom;
  background-size: auto 25px;
  padding-bottom: 50px;
}

/*---------- page_flow -------------*/
/*---------- page_company -------------*/
/*---------- page_sitemap -------------*/
.page_sitemap span,.page_sitemap a{
  color: #7f6000;
  font-size: 16px;
}
.page_sitemap a:hover{
    color: #c6791f;
    text-decoration: none;
    font-size: 16px;
}
.page_sitemap .site, .page_sitemap .site1 {width: 80%;}
.page_sitemap .site p,.page_sitemap .site1 p{
  margin-bottom: 5px!important;
  color: #7f6000;
  font-size: 16px;
}
.page_sitemap .site_map{
    width: 49%;
    float: left;
    border-right: 1px solid #ffe699;
}
.mb00{
  margin-bottom: 0px!important;
}
.brnone{border-right:none!important;}
.mglr{margin: 0 5%;}
.page_sitemap .site1{margin: 0 auto;}
.page_sitemap .site_h4 a{
  padding-left: 20px;
}
.page_sitemap .site_h4::before{
    content: "";
    position: absolute;
    clear: both;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left:8px solid #7f6000;
}
.page_sitemap .site_h5{position: relative;padding-left: 20px;}
.page_sitemap .site_h5 a,.page_sitemap .site_h5 span{
  padding-left: 20px;
}
.page_sitemap .site_h5::before{
    content: "";
    position: absolute;
    clear: both;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #7f6000;
}
.page_sitemap .list{
      /*list-style: disc;*/
    padding-left: 37px;
}
.page_sitemap .list a{
  padding-left: 20px;
}
.page_sitemap .list li{position: relative;}
.page_sitemap .list li::before{
    content: "";
    position: absolute;
    width: 8px;
    margin: 4px;
    height: 8px;
    background: #7f6000;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    --border-radius: 25px;
    border-radius: 25px;
}
@media only screen and (max-width: 740px){
  .page_sitemap .site_map{
    width: 100%;
    float: none;
    border-right: none;
  }
  .page_sitemap .site {    border-right: none;margin: auto;float: left;widows: 100%;}
  .page_sitemap .site1 {    border-right: none;margin: auto;float: left;widows: 100%;}
}
/*---------- End page_sitemap -------------*/
.page_company .map {
  border-bottom: solid 1px #ddd;
  padding-bottom: 40px;
}
.page_company .map .img {
  width: 65%;
  margin-bottom: 0;
}
.page_company .map .msg {
  width: 32%;
  margin-bottom: 4%;
}
.page_company .map iframe {
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  padding: 2px;
  box-sizing: border-box;
}
.page_company .franchise_btn {
  text-align: center;
}
.page_company .franchise_btn img {
  width: 500px;
}

/*---------- End page_company -------------*/
/*---------- page_salon_detail -------------*/
.page_salon_detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.page_salon_detail .detail_mb{
	order: 1;
}
.page_salon_detail #shop{
	order: 2;
}
.page_salon_detail #staff{
	order: 3;
}
.page_salon_detail #spec{
	order: 4;
}
.page_salon_detail #design{
	order: 5;
}
.page_salon_detail #coupon{
	order: 6;
}
.page_salon_detail #menu{
	order: 7;
}
.page_salon_detail #voice{
	order: 8;
}
.page_salon_detail #nearbystore{
	order: 9;
}
.page_salon_detail #news_box{
	order: 10;
}
.page_salon_detail #nn-contents{
	order: 11;
}
.page_salon_detail #nn-sns{
	order: 12;
}

/*ここから#shop*/
.page_salon_detail #shop .pc_title01,
.page_salon_detail #shop .sp_title01{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.page_salon_detail #shop figure{
max-width: 480px;
height: auto;
float: left;
}
.page_salon_detail #shop .txt_shop{
float: right;
width: 480px;
}
/*ここからスマホ#shop*/
@media screen and (max-width: 740px) {
.page_salon_detail #shop .section{
margin-bottom: 4%;
}
.page_salon_detail #staff .section{margin-bottom: 4%;}
.page_salon_detail #voice .section{margin-bottom: 4%;}
.page_salon_detail #shop figure{
max-width:auto;
height: auto;
background-color: #ADA8A8;
float: none;
margin-bottom: 10px;
}
.page_salon_detail #shop .txt_shop{
  width: auto;
  float: none;
  margin-top: 10px;
}
.page_salon_detail #shop .pc_title01,
.page_salon_detail #shop .sp_title01{
font-size: 120%;
}
}
/*ここまでスマホ#shop*/

/*ここから#design */
.page_salon_detail #design ul li{
float: left;
width: 32%;
margin-right: 2%;
}
.page_salon_detail #design ul li figure{
max-width: 100%;
text-align: center;
}
.page_salon_detail #design .pc ul li figure{
max-width: 320px;
}

.page_salon_detail #design ul li:last-child{
margin-right: 0;
}
.page_salon_detail #design ul li p{
margin-top: 15px;}
.page_salon_detail #design .pc ul li p{
  word-wrap : break-word;
  overflow-wrap : break-word;
  width: 320px;
}
.page_salon_detail #design .btn_style {
background-color: #f09843;
}
@media screen and (max-width: 740px) {
  .page_salon_detail .slider02 {
    margin-bottom: 80px;
    height: 280px;
  }
  .page_salon_detail .slider02 .flexslider img {
    display: inline;
    max-height: 280px;
  }
  .page_salon_detail .slider02 .flexslider .flex-control-nav {
    bottom: -50px;
  }
  .page_salon_detail .slider03 {
    margin-bottom: 10px;
    height: 180px;
  }
  .page_salon_detail .slider03 .flexslider img {
    max-height: 180px;
  }
  .page_salon_detail .slider03 .flexslider .flex-control-nav {
    bottom: -40px;
  }
}
/*ここまで#design */

/*ここから#voice */
.page_salon_detail #voice ul li dl{
margin-bottom: 30px;
}

.page_salon_detail #voice .female .img_bg{
background: url("https://nakameguro-n.com/salon/images/female.png") no-repeat center center;
width: 150px;
height: 131px;
float: left;
position: relative;
margin-right: 30px;
border: 1px solid #f19ec2;

}
.page_salon_detail #voice .female .img_bg p{
	position: absolute;
	bottom: 5px;
	left: 50px;
	color: #f19ec2;
}

.page_salon_detail #voice .female .txt{
float: left;
width: 815px;
}
.page_salon_detail #voice .female p.satisfied{
border-bottom: 1px solid #f19ec2;
padding-bottom: 10px;
font-size: 14px;
float: right;
text-align: left;
width: 818px;
}
.page_salon_detail #voice .female p.satisfied span{
color: #f19ec2;
margin-left: 10px;
}
.page_salon_detail #voice .female .txt dl dt{
width: 180px;
float: left;
}
.page_salon_detail #voice .female .txt dl dt::before{
  content: "■";
   padding-right: 5px;
   color: #f19ec2;
}
.page_salon_detail #voice .male .img_bg{
background: url("https://nakameguro-n.com/salon/images/male.png") no-repeat center center;
width: 150px;
height: 131px;
float: left;
position: relative;
margin-right: 30px;
border: 1px solid #0068b7;
}
.page_salon_detail #voice .male .img_bg p{
	position: absolute;
	bottom: 5px;
	left: 50px;
	color: #0068b7;
}

.page_salon_detail #voice .male .txt{
float: left;
width: 815px;
}
.page_salon_detail #voice .male p.satisfied{
border-bottom: 1px solid #0068b7;
padding-bottom: 10px;
font-size: 14px;
float: right;
text-align: left;
width: 818px;
}
.page_salon_detail #voice .male p.satisfied span{
color: #0068b7;
}
.page_salon_detail #voice .male .txt dl dt{
width: 180px;
float: left;}
.page_salon_detail #voice .male .txt dl dt::before{
  content: "■";
   padding-right: 5px;
   color: #0068b7;

}
@media screen and (max-width: 740px) {
.page_salon_detail #voice .female p.satisfied,
.page_salon_detail #voice .male p.satisfied{
  box-sizing: border-box;
  float: left;
  width: 45%;
  margin-top: 30px;
  padding-left: 15px;
  padding-bottom: 10px;
  border: none;
  font-size: 130%;
  font-weight: bold;
}
.page_salon_detail #voice .female .img_bg{
background-size: 25%;
width: 30%;
}
.page_salon_detail #voice .female .img_bg p{
left:25%;
}
.page_salon_detail #voice .female p.satisfied span,
.page_salon_detail #voice .male p.satisfied span{
font-size: 140%;
}
.page_salon_detail #voice .female .img_bg,
.page_salon_detail #voice .male .img_bg{
margin-right: 2%;
}
.page_salon_detail #voice .female p.satisfied span,
.page_salon_detail #voice .male p.satisfied span{
display: block;
margin-left: 0;
}
.page_salon_detail #voice .female .txt,
.page_salon_detail #voice .male .txt{
margin-top: 10px;
width: 100%;
border-bottom: 1px solid #bfbfbf;
margin-bottom: 25px;
}
.page_salon_detail #voice .auto_col li .txt{
margin-bottom: 10px;
}
.page_salon_detail #voice .auto_col li:last-child .txt{
margin-bottom: 0px;
}
.page_salon_detail #voice ul li dl{
margin-bottom: 15px;
}
}
/*ここまで#voice*/
.page_salon_detail #nearbystore dl{
   display: block;
   border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.page_salon_detail #nearbystore dl dt{
   font-size: 18px;
   font-weight: bold;
   width: 300px;
   float: left;
}
@media screen and (max-width: 740px) {
  .page_salon_detail #nearbystore dl{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page_salon_detail #nearbystore dl dt{
    clear: both;
    width: 100%;
    margin-bottom: 3px;
  }
  .page_salon_detail #nearbystore dl dd p{
    margin-top: 5px;
  }
}
/*ここまで#nearbystore*/
.page_salon_detail .menu_other .img {
  width: 540px;
  position: relative;
}
.page_salon_detail .menu_other .img span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  color: #47312f;
  text-decoration: none;
  font-size: 235%;
  padding: 3% 4%;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page_salon_detail .menu_other .msg {
  width: 447px;
}
.page_salon_detail .menu_other .menu01 li {
  float: left;
  margin-left: 11px;
}
.page_salon_detail .menu_other .menu01 li:first-child {
  margin-left: 0;
}
.page_salon_detail .menu_other .menu02 li {
  margin-top: 10px;
}
.page_salon_detail .tb_style th {
  vertical-align: middle;
}
.page_salon_detail .c_menu li {
  float: left;
  width: 31.33%;
  margin-left: 3%;
  margin-bottom:2%;
}
.page_salon_detail .c_menu li:first-child {
  margin-left: 0;
}
/*.page_salon_detail .c_menu a {
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 9% 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: #e0d1b9 solid 1px;
  background: url("https://nakameguro-n.com/salon/images/icon_home.png") no-repeat 15px center #fffeef;
  background-size:12%;
}
.page_salon_detail .c_menu li:nth-child(2) a {
  background-image: url("https://nakameguro-n.com/salon/images/icon_person.png");
  background-size:12%;
}
.page_salon_detail .c_menu li:nth-child(3) a {
  background-image: url("https://nakameguro-n.com/salon/images/icon_pen.png");
  background-size:12%;
}
.page_salon_detail .c_menu li:nth-child(4) a {
  background-image: url("https://nakameguro-n.com/salon/images/icon_qa.png");
  background-size:17%;
}
.page_salon_detail .c_menu li:nth-child(5) a {
  background-image: url("https://nakameguro-n.com/salon/images/icon_gian.png");
  background-size:15%;
}
.page_salon_detail .c_menu li:nth-child(6) a {
  background-image: url("https://nakameguro-n.com/salon/images/icon_chat.png");
  background-size:15%;
}
*/
.line_box .f_left{float:left; width:47%;}
.line_box .f_right{float:right; width:50%;}
.line_box .gmap{width: 100% !important;}
.line_box .msg{width: 100% !important;}


.page_salon_detail .c_menu .txt_jp {
  font-size: 120%;
  font-weight: bold;
}
.page_salon_detail .c_menu a em {
  font-size: 70%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page_salon_detail .tel_google_box a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url("https://nakameguro-n.com/salon/images/icon_tel.png") no-repeat 96% center #62c04d;
  background-size: 15px;
}
.page_salon_detail .tel_google_box .btn_google {
  background-image: url("https://nakameguro-n.com/salon/images/icon_point.png");
  background-color: #f58e7e;
}
@media screen and (max-width: 740px) {
  .page_salon_detail .tel_google_box iframe{width: 100%;}
}
.page_salon_detail .line_box.container {
  margin-bottom: 2%;
}
.page_salon_detail .line_box .img {
  width: 45%;
}
.page_salon_detail .line_box .gmap {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (max-width: 740px) {
  .page_salon_detail .line_box .gmap {
    height: 450px;
  }
}
.page_salon_detail .line_box .img iframe {
  width: 100%;
  height: 360px;
}
.page_salon_detail .line_box .msg {
  width: 52%;
}
.page_salon_detail .line_box .msg ul {
  margin-top: 2%;
}
.page_salon_detail .line_box .msg li {
  font-size: 180%;
  font-weight: bold;
  float: left;
  width: 49%;
  margin-left: 2%;
}
.page_salon_detail .line_box .msg li:first-child {
  margin-left: 0;
}
.page_salon_detail .line_box .msg li a {
  color: #fff;
  font-size: 67%;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url("https://nakameguro-n.com/salon/images/icon_point.png") no-repeat 90% center #f58e7e;
  background-size: 15px;
}
.page_salon_detail .line_box .msg .tb_style2 {
  width: 100%;
}
.page_salon_detail .line_box .msg .tb_style2 dt,
.page_salon_detail .line_box .msg .tb_style2 dd {
  padding: 5px 0;
  box-sizing: border-box;
}
.page_salon_detail .line_box .msg .tb_style2 dt {
  text-align: left;
  border-bottom: #e9d5b5 solid 1px;
}
.page_salon_detail .line_box .msg .tb_style2 dt span {
  color: #685753;
  font-size: 120%;
  font-weight: bold;
}
.page_salon_detail .col2 {
  width: 49%;
  margin-left: 2%;
}
.page_salon_detail .col2:first-child {
  margin-left: 0;
}
.page_salon_detail .auto_col td {
  text-align: center;
  color: #ef7967;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
  font-size: 140%;
}
.page_salon_detail .txt_c .btn_style {
  width: 15%;
  background-position: 6% center;
}

/*------ c_menu ------*/
/*------ tel_google_box ------*/
/*------ line_box ------*/

@media screen and (max-width: 740px) {
  .page_salon_detail .line_box .msg .tb_style2 dt {
    border-bottom: none;
  }
  .main_visual .bxslider .cam{
    min-height: 150px !important;
  }

  .page_salon_detail #spec_02 .gmap iframe{
    width: 100%
  }
  .page_salon_detail .line_box .msg .tb_style2 dt span {
    min-width: 120px;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e3b180;
  }
  .page_salon_detail .line_box{
    border:none;
    padding:0px;
    margin-top: 12px;
  }
  .page_salon_detail .line_box .title_hl {
    margin-right: 0;
    margin-left: 0;
  }
}
/*------ col2 ------*/
/*------ auto_col ------*/
/*---------- End page_salon_detail -------------*/
/*---------- page_salon -------------*/
.ico_salon {
  display: inline-block;
  font-size: 80%;
  margin-left: 10px;
  background: #F58E7E;
  padding: 3px 10px;
  color: #FFF;
}

.ico_new {
  background: #FCC352;
}



.page_salon .salon_front_list li {
  width: 32%;
  float: left;
  border: 1px solid #D6A368;
  box-sizing: border-box;
  margin: 0 0 2% 2%;
  text-align: center;
  border-radius: 5px;
}
.page_salon .salon_front_list li:nth-child(3n+1) {
  margin-left: 0%;
}
.page_salon .salon_front_list li a {
  font-size: 130%;
  color: #D6A368;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: url("../common_img/arrow10.png") no-repeat 95% center;
  background-size: 6px;
}
.page_salon .menu_col3 li {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.page_salon .menu_col3 li a {
  font-size: 105%;
  padding-left: 23px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.page_salon .btn_conh {
  float: none;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 50px 10px 80px;
}

/*---------- End page_salon -------------*/
.page_salon02 .back {
  position: relative;
  font-size: 130%;
  color: #FFF;
  display: block;
  padding: 10px;
  text-decoration: none;
  background: url("../common_img/arrow05.png") no-repeat 2% center #D6A368;
  background-size: 6px;
  background-color: #D6A368;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 2%;
}
.page_salon02 .title_hl {
  position: relative;
  padding: 10px;
  text-align: center;
  background-image: url("../common_img/arrow09.png");
  background-repeat: no-repeat;
  background-position: 3% center;
  background-size: 10px auto;
  font-weight: normal;
}
.page_salon02 .title_hl.active {
  background-image: url("../common_img/arrow08.png");
}
.page_salon02 .shops {
  margin-left: 15px;
  color: inherit;
  font-size: inherit;
}
.page_salon02 .col {
  margin-bottom: 0 !important;
}
.page_salon02 .col a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #DAD0BF;
  padding: 10px;
}

/*.page_salon02 .acordion_tree{ display: none;}*/
/*---------- page_coupon -------------*/
.page_coupon .coupon_sty p {
  margin-bottom: 5px;
}
.page_coupon .coupon_sty p span {
  font-weight: bold;
}
.page_coupon .img li {
  width: 49%;
  margin-left: 2%;
  float: left;
}
.page_coupon .img li:first-child {
  margin-left: 0;
}
.page_coupon .img a {
  display: block;
}
.page_coupon .con_line .case {
  padding-top: 3%;
  margin: 3% 0 0;
  border-top: #E0D1B9 solid 1px;
}
.page_coupon .con_line .case:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page_coupon .txt_c li {
  display: inline-block;
  margin-left: 2%;
}
.page_coupon .txt_c li:first-child {
  margin-left: 0;
}
.page_coupon th {
  width: 100px;
}

/*---------- End page_coupon -------------*/
/*---------- page_staff -------------*/
.page_staff .col .container {
  margin-bottom: 0;
}
.page_staff .title_page {
  margin-bottom: 20px;
}
.page_staff .col_clear {
  border-bottom: 1px solid #DAD0BF;
  margin-bottom: 3%;
}

/*---------- End page_staff -------------*/
/*---------- page_catalog -------------*/
.cata_box {
  border-top: 3px double #DAD0BF;
  border-bottom: 3px double #DAD0BF;
  padding: 30px 0;
}

.paginavi_num {
  margin: 10px 0;
  text-align: right;
}
.paginavi_num li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  vertical-align: middle;
}
.paginavi_num li a {
  display: block;
  padding: 5px 10px 4px;
  border-radius: 5px;
  background-color: #d6a368;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .paginavi_num {
    margin: 25px 0;
    text-align: center;
  }
}
.page_catalog .menu_sh1 {
  margin-bottom: 3%;
}
.page_catalog .menu_sh1 li {
  float: left;
  width: 18.4%;
  margin-left: 2%;
}
.page_catalog .menu_sh1 li:first-child {
  margin-left: 0;
}
.page_catalog .menu_sh1 a {
  text-align: center;
  display: block;
  padding: 5px;
  text-decoration: none;
  background: #F5F5F5;
}
.page_catalog .menu_sh1 a:hover {
  background: #FCC352;
  color: #FFF;
}
.page_catalog .menu_sh2 {
  text-align: center;
}
.page_catalog .menu_sh2 li {
  display: inline-block;
  margin-left: 3%;
}
.page_catalog .menu_sh2 li:first-child {
  margin-left: 0;
}
.page_catalog .mb20{margin-bottom: 20px!important;}
/*------ menu_sh2 ------*/
.btn_search {
  font-size: 120%;
  font-weight: bold;
  display: block;
  padding: 5px 10px 5px 35px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url("../common_img/ico_01.png") no-repeat 10px center #F48D7E;
  background-size: 15px;
  text-decoration: none;
  color: #FFF;
}
.cata_box .favor{
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 740px) {
  .cata_box .favor{
    margin-bottom: 3%;
    margin-top: 0;
  }
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .custom_search {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
  }
}
/* ----- end △ */
.btn_big {
  padding: 15px 20px 15px 45px;
  background-size: 20px;
}

.btn_reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-left: 20px;
  background-color: #6BA097;
}

.page_catalog .imgs {
  border: 1px solid #ddd;
  padding: 2px;
  margin-bottom: 0px;
}
.page_catalog .color_code {
  display: block;
}
.page_catalog .col {
  float: left;
}
.page_catalog .col a {
  text-decoration: none;
  display: block;
  text-decoration: none;
}

/* auto_col */
@media screen and (min-width: 440px) {
  .page_catalog .auto_col4 .col {
    width: 49%;
    /*margin-left: 2%;*/
    margin-bottom: 2%;
  }
  .page_catalog .auto_col4 .col:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .page_catalog .auto_col6 .col {
    width: 15%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page_catalog .auto_col6 .col:nth-of-type(6n+1) {
    margin-left: 0;
    clear: both;
  }
  .page_catalog .auto_col9 .col {
    width: 9.33333%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page_catalog .auto_col9 .col:nth-of-type(9n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width: 639px) {
.page_catalog .auto_col4 .col{
  width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}
}
@media screen and (max-width: 440px) {
  .page_catalog .auto_col4 .col {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page_catalog .auto_col4 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .page_catalog .auto_col6 .col,
  .page_catalog .auto_col9 .col {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page_catalog .auto_col6 .col:nth-of-type(4n+1),
  .page_catalog .auto_col9 .col:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
}
/*---------- End page_catalog -------------*/
/*------ page_catalog_list ------*/
.page_catalog_list .nex_pre{
    width: 66%;
    margin: auto;
    text-align: center;
}
.page_catalog_list .nex_pre ul li{
    font-size: 16px;
}
.page_catalog_list .catalog_bnr_list {
  margin-bottom: 10px;
  text-align: center;
}
.page_catalog_list .bnr_search {
  margin-bottom: 10px;
  text-align: center;
}
.page_catalog_list .catalog_bnr_list li {
  display: inline-block;
  width: 46%;
  max-width: 200px;
  margin: 0 1%;
  vertical-align: middle;
}

.page_catalog_list .cata_box li {
  display: block;
  margin-bottom: 10px;
}
.page_catalog_list .cata_box li:last-child {
  margin-bottom: 0;
}
.page_catalog_list .cata_box li span {
  width: 70px;
  display: inline-block;
  color: #FCC352;
  font-weight: bold;
  margin-right: 20px;
}
.page_catalog_list .list .col p {
  margin-top: 10px;
}
.page_catalog_list .snav_title {
  display: block;
  background: #d6a368;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
}
.page_catalog_list .snav_title.trigger {
  display: block;
  background: #fff;
  color: #ccc;
  font-size: 120%;
  font-weight: bold;
	text-align: center !important;
}

.page_catalog_list .snav_title.trigger .fas{
  color: #ccc;
	font-size: 18px;
}

.page_catalog_list .snav_title.trigger.active,
.page_catalog_list .snav_title.trigger.active .fas {
  color: #F48D7E;
}
.page_catalog_list .case1 {
  margin: 10px;
}
.page_catalog_list .case {
  margin: 10px;
}
.page_catalog_list .search input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  border-radius: 0;
}
.page_catalog_list .acordion_tree {
  display: none;
}
.page_catalog_list .acordion_tree li {
  margin-bottom: 5px;
}
.page_catalog_list .trigger {
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    cursor: pointer;
    background: url("../common_img/arrow07.png") no-repeat 95% center #D6A368;
    background-size: 8px;
}
.page_catalog_list .trigger.active {
  background-image: url("../common_img/arrow06.png");
}

@media screen and (max-width: 736px) {
	
	.page_catalog_list .favorite,
	.page_catalog_list .trigger,
	.page_catalog_list .acordion_tree li,
	.page_catalog .page_catalog_list .favorite,
	.page_catalog .page_catalog_list .trigger {
		text-align: left;
	}
  .page_catalog_list .case li {
    float: left;
    display: block;
    text-align: left;
    width: 50%;
    background-color: #F9F9F9;
    padding: 5px 2px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .page_catalog_list .case li label {
    font-size: 10px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    min-width: 140px;
  }
  .page_catalog_list .case {
    margin: 0px;
  }
  .page_catalog_list .trigger {
      display: block;
      padding: 10px 10px;
      margin: 0;
      font-weight: bold;
      font-size: 110%;
      cursor: pointer;
      background: none;
      background-size: 8px;
      border: solid 1px #ddd;
      color: #666;
  }
  .case.search {
      padding: 10px;
      border: solid 1px #DDD;
  }
  .page_catalog_list #snav .btn_search{
    margin-bottom:0;
  }
  .page_catalog_list.sp div#snav {
    border: none;
  }
  .page_catalog_list .trigger.active:after {
    content: "▲";
    background:　none;
    float: right;
  }
  .page_catalog_list .trigger:after {
    content: "▼";
    background:　none;
    float: right;
  }
	
}
.page_catalog_list #snav .btn_search {
  border: none;
  background: url("../common_img/ico_01.png") no-repeat 10% center #F48D7E;
  background-size: 20px auto;
  font-weight: bold;
  color: #fff;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 5px;
}
.page_catalog_list .btn_search_top {
  display: inline-block;
}
.page_catalog_list .auto_col3 .col {
  float: left;
  position: relative;
}

.page_catalog_list .auto_col3 .col.spec {
  position: relative;
}
.page_catalog_list .auto_col3 .col.spec:after {
  content: "";
  display: block;
  width: 36%;
  height: auto;
  min-height: 23%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 10px;
}

.page_catalog_list .auto_col3 .col a {
  display: block;
  text-decoration: none;
}
.page_catalog_list .search_btn a {
  display: block;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f48d7e url("../common_img/ico_01.png") no-repeat 20px center;
  background-size: 28px auto;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

/* auto_col */
@media screen and (min-width: 440px) {

  .page_catalog_list .auto_col3 .col {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page_catalog_list .auto_col3 .col a {
    min-height: 130px;
  }
  .page_catalog_list .auto_col3 .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (max-width: 440px) {
  .page_catalog_list .auto_col3 .col {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 4%;
  }
  .page_catalog_list .auto_col3 .col a {
    min-height: 100px;
  }
  .page_catalog_list .auto_col3 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.page_catalog_list .decor_none{text-decoration: none;}
.page_catalog_list .favorite{
  display: block;
  padding: 5px 10px;
  margin: 10px 0;
  color: #FFF;
  font-weight: bold;
  font-size: 110%;
  cursor: pointer;
  background: url("../common_img/arrow03.png") no-repeat 95% center #D6A368;
  background-size: 4px;
}
/*------ End page_catalog_list ------*/
.catalog_img {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .catalog_img {
    margin-right: 10px;
    margin-left: 10px;
  }

  .page_catalog_search .line_box{
  border:none;
  }
  .page_catalog .catalog_box .auto_col4 p.txt_bot{
     text-align: left;
    padding: 10px;
    background: #fffaf3;
    font-size: 12px;
    color: #000;
  border: 1px solid #eee;
    position: relative;
  }
  .page_catalog .catalog_box .auto_col4 p.txt_bot:after{

    content: ">";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 15px;

}
.page_catalog .auto_col4 .col {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .mr00{
  margin-right: 0% !important;
  }
   .ml00{
  margin-left: 0% !important;
  }

}
/* ----- end △ */
.catalog_img img {
  max-width: 100%;
}

.catalog_list_table {
  border: 1px solid #dad0bf;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .catalog_list_table {
    border-right: none;
    border-left: none;
  }
}
/* ----- end △ */
.catalog_list_table .table_ttl {
  padding: 10px 15px;
  background-color: #f8efe1;
}
.catalog_list_table .dl_table_style {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.catalog_list_table .dl_table_style > dl {
  display: table-row;
}
.catalog_list_table .dl_table_style > dl > dt,
.catalog_list_table .dl_table_style > dl > dd {
  display: table-cell;
  padding: 10px 15px;
  border-top: 1px dashed #dad0bf;
  font-size: 11px;
  vertical-align: top;
}
.catalog_list_table .dl_table_style > dl > dt {
  width: 50px;
  font-weight: bold;
}

/*------ page_catalog_detail ------*/
/*------ End page_catalog_detail ------*/
/*------ page_catalog_search ------*/
.page_catalog_search .line_box li {
  display: block;
    width: 20%;
    float: left;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    margin-right: 5%;
    
}
.page_catalog_search .line_box li p{
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    font-size: 25px;
    border: 1px solid #ccc;
    margin-bottom: -2px !important;
    color: #ababab;
}

.page_catalog_search .line_box li p.txt_bot{
  text-align: left;
    padding: 10px;
    background: #ffffff;
    font-size: 14px;
  color:#000;
  position:relative;
}
.page_catalog_search .line_box li p.txt_bot:after{

    content: ">";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 15px;

}

.btn li {
  width: 30%;
  margin: 0 2%;
  display: inline-block;
}

.page_catalog_search .btn li {
  width: 30%;
}
.page_catalog_search .btn li input {
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 130%;
}
.page_catalog_search label {
  display: block;
}
.page_catalog_search label input {
  margin-right: 5px;
}

@media screen and (max-width: 440px) {
  .page_catalog_search .btn li {
    width: 80%;
  }
}
@media screen and (min-width: 441px) {
  .page_catalog_search .acordion_tree {
    /*display: block !important;*/
  }
}
@media screen and (max-width: 440px) {
  .page_catalog_search .acordion_tree {
    display: none;
  }
}
/*------ End page_catalog_search ------*/
/*------ page_blog_detail ------*/
.page_blog_detail .title {
  background: #f1ece1;
  border-top: 1px solid #dcd8ce;
  padding: 15px;
}
.page_blog_detail .title .date {
  background: #d6a368;
  color: #fff;
  margin-right: 10px;
  padding: 8px 16px;
}
.page_blog_detail .title h3 {
  width: 85%;
}
.page_blog_detail .main_img {
  text-align: center;
  margin: 0 0 20px 0;
}

/*------ End page_blog_detail ------*/
/*------ page_concept ------*/
.title_point {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}
.title_point em {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  background: #EC9F39;
  color: #FFF;
  padding: 5px 20px 2px 20px;
  margin-right: 10px;
  line-height: 1.3;
  border-radius: 30px;
}
.title_point span {
  font-size: 80%;
  display: block;
  border-top: 1px solid #C2C0B7;
  font-weight: bold;
  padding-top: 5px;
  margin-top: 5px;
  color: #DDBB81;
}

/*------ End page_concept ------*/
/*------ page_faq ------*/
.page_faq .page_anchor {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.page_faq .page_anchor li {
  width: auto;
  border: 1px solid #D6A368;
  box-sizing: border-box;
  margin-bottom: 2%;
  text-align: center;
  border-radius: 5px;
}
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .page_faq .page_anchor li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
.page_faq .faq_cate_ttl{
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #c27a28;
    background: url("../common_img/arr_voice02.png") no-repeat right 65px center #fefbf5;
    font-weight: bold;
    font-size: 16px;
}
.page_faq .active {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #c27a28;
    background: url("../common_img/arr_voice02.png") no-repeat right 65px center #fefbf5;
      font-weight: bold;
    font-size: 16px;
}
.page_faq .faq_cate_body > dt.active span{
  display: block;
    padding-right: 40px;
    background: url("../common_img/bg_plus.png") no-repeat right center;
    background-size: 30px auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.page_faq .faq_cate_body .active{
  border:none;
}
}
/* ----- end △ */
.page_faq .page_anchor li a {
  font-size: 130%;
  color: #D6A368;
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  background: url("../common_img/arrow10.png") no-repeat 95% center;
  background-size: 6px;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_faq .qa_box {
    margin-top: 30px;
  }
  .page_faq .anc02 {
    width: 850px;
    margin: auto;
  }
  .page_faq .anc02 li {
    width: 32%;
  }
  .page_faq .anc02 li a {
    padding: 10px;
  }
}
/* ----- end △ */
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_faq .faq_cate_ttl {
    margin-bottom: 15px;
    padding: 5px 10px;
    border-left: solid 7px #cfa072;
    font-size: 125%;
    font-weight: bold;
  }

    .page_catalog .faq_cate_ttl {
  padding: 2% 3%;
    font-size: 160%;
    font-weight: bold;
  background: #f8efe1;
  }
  .page_catalog_search .acordion_tree{
     display: block !important; 
  }
.page_nailglossary .nailglossary_ttl {
  padding: 2% 3%;
    font-size: 160%;
    font-weight: bold;
  background: #f8efe1;
  }

}
}
/* ----- end △ */
/* ▽ SP layout ----- */
@media only screen and (max-width: 639px) {
  .page_faq .faq_cate_ttl {
    position: relative;
    margin-top: -1px;
    padding: 4%;
    border: 1px solid #dad0bf;
    background: url("../common_img/bg_plus.png") no-repeat right center #f8efe1;
    background-size: 30px auto;
    font-size: 140%;
    font-weight: bold;
  }
  .page_faq .faq_cate_ttl.active {
    background-image: url("../common_img/bg_min.png");
  }
  
  
/* ▽ SP layout ----- */
    .page_catalog .faq_cate_ttl {
    position: relative;
    margin-top: -1px;
    padding: 2% 3%;
    border: 1px solid #dad0bf;
    background:url("../common_img/arrow09.png") no-repeat right center #f8efe1;
    background-size: 30px auto;
    font-size: 140%;
    font-weight: bold;
  }
  .page_catalog .faq_cate_ttl.active {
    background-image: url("../common_img/arrow08.png");
  }
}
/* ----- end △ */
.page_faq .acordion_tree {
  display: none;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_faq .faq_cate_body {
    display: block !important;
  }
  .page_catalog .faq_cate_body {
    display: block !important;
  }

}
/* ----- end △ */
.page_faq .faq_cate_body > dt {
  background: url("../faq/images/bg_q.jpg") no-repeat 10px 12px;
  background-size: 30px auto;
  display: block;
  padding: 20px 0 15px 55px;
  border-bottom: 1px solid #ccc;
}
.page_faq .faq_cate_body > dt span {
  display: block;
  padding-right: 40px;
  background: url("../common_img/bg_plus.png") no-repeat right center;
  background-size: 30px auto;
  font-size: 14px;
  font-weight: bold;
}
.page_faq .faq_cate_body > dt.active span {
  background-image: url("../common_img/bg_min.png");
}
.page_faq .faq_cate_body > dd {
  padding: 17px 35px 15px 55px;
  border-bottom: 1px dashed #ccc;
  background: url("../faq/images/bg_a.jpg") no-repeat 10px 12px;
  background-size: 30px;
}

/*------ End page_faq ------*/

/*------ page_news ------*/
@media (max-width: 740px) {
  .page_news #main {
    width: 100%;
  }
  .container .news_article_body .img {
    width: 100%;
    margin: 0 0 15px;
  }
  .container .news_article_body .msg {
    width: 96%;
    margin: 0 auto;
  }
}

.title_main .news_rss_link {
  font-size: 380%;
  padding-left: 48px;
  font-size: 120%;
  color: #47312f;
  text-align: center;
  line-height: 1.2;
}
.title_main .news_rss_link a {
  cursor: pointer;
  font-size: 60%;
  margin-left: 20px;
}
@media screen and (min-width: 441px) {
  .title_main .news_rss_link {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
@media (max-width: 440px) {
  .page_news .news_rss_link {
    color: #FFF;
  }
}
.ml34 {
  margin-left: 34px;
}

.news_main_img {
  text-align: center;
}
.news_article_ttl {
  margin: 50px 0 80px;
  padding: 30px;
  border-top: 1px solid #917979;
  border-bottom: 1px solid #917979;
  background-color: #f6f5ec;
  text-align: center;
  font-size: 24px;
}
.news_sec {
  margin-top: 80px;
}
.news_article_body .img {
  margin-right: 3%;
}
.news_article_body .msg {
  float: none;
  width: auto;
  overflow: hidden;
}
/* SP */
@media (max-width:740px) {
  .news_article_ttl {
    margin: 0 0 8%;
    padding: 4% 2%;
    font-size: 18px;
  }
  .news_sec {
    margin-top: 8%;
  }
  .news_article_body .img {
    margin-right: 0;
  }
}

/*------ End page_news ------*/

/*------ page_news detail ------*/
#main.news_blog_sty.detail_sty {
  margin-bottom: 50px;
}
#main.news_blog_sty.detail_sty .container {
  margin-bottom: 0;
}
/*------ End page_news detail ------*/

/*------ End page_contact ------*/
.tel_btn {
  text-align: center;
}
.tel_btn p {
  margin: 10px 0 4px 0;
  font-size: 130%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tel_btn a {
  background: url("https://nakameguro-n.com/salon/images/icon_tel.png") no-repeat 96% center #62C04D;
  background-size: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 180%;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  width: 90%;
}

.contact_bnr_faq {
  width: 93%;
  margin: 0 auto;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .contact_bnr_faq {
    display: none;
  }
}
/* ----- end △ */
.hissu_ico {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

/*---------- page_franchise -------------*/
.page_franchise .contact_c {
  background: url("https://nakameguro-n.com/franchise/images/franchise_lead_pc.jpg") no-repeat center top;
}
.page_franchise .franchise_feature dl {
  box-sizing: border-box;
  float: left;
  width: 32%;
  min-height: 130px;
  margin-left: 2%;
  padding: 15px;
  border-radius: 8px 0 8px 0;
  background-color: #e2f3f0;
}
.page_franchise .franchise_feature dl:first-child {
  margin-left: 0;
}
.page_franchise .franchise_feature dl:nth-child(2) {
  background-color: #f6e5d4;
}
.page_franchise .franchise_feature dl:nth-child(3) {
  background-color: #ffd4ce;
}
.page_franchise .franchise_feature dt {
  margin-bottom: 8px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
}
.page_franchise .tb_style th {
  width: 248px;
}
.page_franchise .tb_style .input_list li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.page_franchise .tb_style .input_list li label {
  vertical-align: middle;
}
.page_franchise .tb_style .input_list li input {
  position: relative;
  margin: 0;
  margin-top: -2px;
  margin-right: 5px;
}

@media screen and (max-width: 440px) {
  .page_franchise .franchise_feature dl {
    float: none;
    width: 100%;
    min-height: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .page_franchise .franchise_feature dl:first-child {
    margin-top: 0;
  }
}
/*------ End page_franchise ------*/
/*------ page_voice ------*/
.page_voice .top_box02 {
  background: url("https://nakameguro-n.com/voice/images/bg_voice_sp.png") 0 0 no-repeat, url("https://nakameguro-n.com/concept/images/bg_patt02.jpg");
  background-size: contain, auto;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_voice .top_box02 {
    background: url("https://nakameguro-n.com/voice/images/bg_voice_pc.png") 100% 0 no-repeat, url("https://nakameguro-n.com/concept/images/bg_patt02.jpg");
  }
}
/* ----- end △ */
.page_voice .voice_update {
  margin-bottom: 10px;
  padding: 15px 10px 8px;
  background-color: #f8efe1;
  line-height: 1.0;
  text-align: right;
}
.page_voice .voice_list li {
  box-sizing: border-box;
  margin-top: 20px;
  min-height: 70px;
  padding: 20px 0 0 65px;
  border-top: 1px dashed #c79d53;
  background: url("https://nakameguro-n.com/voice/images/ico_voice_woman.png") 0 20px no-repeat;
  background-size: auto 70px;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_voice .voice_list li {
    min-height: 110px;
    padding: 40px 20px 0 110px;
    background-position: 20px 20px;
    background-size: auto 90px;
  }
}
/* ----- end △ */
.page_voice .voice_list li.first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
/* ▽ TAB-PC layout ----- */
@media print, screen and (min-width: 640px) {
  .page_voice .voice_list li.first {
    padding-top: 40px;
  }
}
/* ----- end △ */
.page_voice .voice_list .shop_name {
  margin-top: 10px;
  text-align: right;
}

section.catalog_box dd.trigger{
    padding: 1.2% 3% 3% 3%;
}
section.catalog_box{
    margin-bottom:4%;
}
.mr00{
margin-right:0px;
}
section.catalog_box{
    border: #dad0bf solid 1px;
}

.bdr_none{
border-bottom: none !important;
}

  .page_voice dd .shop_name {
    margin-top: 10px;
    text-align: right;
}
/*------ End page_voice ------*/
.ml00{margin-left:0px !important;}
#concept_box .sp li {
    margin-top: 10px;
}
#social_box li:first-child {
    margin-left: 0;
}
#social_box li {
    float: left;
    width: 31.33%;
    margin-left: 3%;
}
.mb20{margin-bottom:20px;}
/*price_list*/
.price_list .salon_front_list li {
    width: 32%;
    float: left;
    border: 1px solid #D6A368;
    box-sizing: border-box;
    margin: 0 0 2% 2%;
    text-align: center;
    border-radius: 5px;
}
.price_list .salon_front_list li a {
    font-size: 130%;
    color: #D6A368;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: url("../common_img/arrow10.png") no-repeat 95% center;
    background-size: 6px;
}
.price_list .salon_front_list li:nth-child(3n+1) {
    margin-left: 0%;
}
.mt4{margin-top:4% !important;}
.mt40{margin-top:40px;}

/*voice*/

.page_voice .voice_cate_ttl{
  cursor: pointer;
  text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #c27a28;
    background: url("../common_img/arr_voice01.png") no-repeat right 65px center #fefbf5;
}
.page_voice .active{
  text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #c27a28;
    background: url("../common_img/arr_voice02.png") no-repeat right 65px center #fefbf5;
}

.page_voice .voice_cate_ttl span{
  font-weight:bold;
  font-size:18px;
}
.page_voice .list_voice .bg_women {
background: url("https://nakameguro-n.com/voice/images/ico_voice_woman.png") 0 10px no-repeat;
    padding: 26px 0 30px 75px;
    background-size: 60px;
    vertical-align: middle;
    border-bottom: 1px dashed #c79d53;
    margin-bottom: 10px;
}
.page_voice .acordion_tree{
  display:none;
}

/*------ page_nailglossary ------*/
.page_nailglossary .page_anchor li:nth-child(5n+1) {
  margin-left: 0%;
}
.page_nailglossary .page_anchor li {
    width: 19.2%;
    float: left;
    border: 2px solid #c27a28;
    box-sizing: border-box;
    margin: 0 0 2% 2%;
    margin-left: 1%;
    text-align: center;
}
.page_nailglossary .page_anchor li:hover {opacity: 0.7}

.page_nailglossary .page_anchor li a {
    font-size: 130%;
    color: #47312f;
    display: block;
    font-weight: bold;
    padding: 3%;
    text-decoration: none;
    background: url("../common_img/arrow10.png") no-repeat 5% center;
    background-size: auto auto;
    background-size: 6px;
    }
section.nailglossary_box {
    border: #dad0bf solid 1px;
    margin-bottom: 4%;
    position: relative;
}
.page_nailglossary .nailglossary_ttl {
    padding: 2% 3%;
    font-size: 160%;
    font-weight: bold;
}
.page_nailglossary .nailglossary_box_list {
    padding: 3% 0 2% 8%;
  }
.page_nailglossary .nailglossary_box_list li {
  float:left;
  width:25%;
  margin-bottom: 2%;
  position: relative;
  list-style-image: url("https://nakameguro-n.com/nailglossary/images/arr.png");
}
.page_nailglossary .nailglossary_box_list li a {
  color: #47312f;
  font-size: 14px;
}

.tooltip{
  position:absolute;
  top: 0;
  width:200px;
  color:#47312f;
  padding:15px 10px;
  font-size:13px;
  background-color: #f9f0de;}
        
  .tooltip span {
    font-weight:bold;
    color:#47312f;
    font-size: 14px;}

/*------ End page_nailglossary ------*/

/*------ End page_catalog ------*/
@media only screen and (max-width: 639px){
.page_catalog .faq_cate_ttl {
    position: relative;
    margin-top: -1px;
    padding: 2% 3%;
    border: 1px solid #dad0bf;
    background: url("../common_img/arrow09.png") no-repeat right center #f8efe1;
    background-size: 30px auto;
    font-size: 140%;
    font-weight: bold;
}
.tooltip{
    position: absolute;
    top: 0;
  width:auto;
    color: #47312f;
    padding: 15px 10px;
    font-size: 13px;
    background-color: #f9f0de;
}

}
/*------ End page_catalog ------*/
@media only screen and (max-width: 425px) {
.page_faq .faq_cate_ttl {

    background: url("../common_img/arr_voice01.png") no-repeat right 15px center #fefbf5;

}
}
/*------page_salon ------*/
.main_visual .bxslider .cam{
    background: #fff;
    padding: 15px 10px;
    width: 94%;
    margin: 10px auto;
  border:1px solid #f9f0de;
}

.main_visual .bxslider .cam{
    min-height: 190px;
}
.bnr_gr{
text-align:center;
}
.bnr_gr img{
width:100%;
}
@media screen and (min-width: 440px) {
  .page_salon_detail .c_menu li {
      width: 13.5% !important;
      margin: 0 1.5% !important;
  }
}
/*====================================================================================
■01.Banner
====================================================================================*/

#t_slide{
  width: 500px;
    overflow: hidden;
  position:relative;
}


#t_slide .navButton p.prev {
  position: absolute;
    top: 10%;
    left: 3%;
    z-index: 10;}

#t_slide .navButton p.next {
  position: absolute;
    top: 10%;
    right: 3%;
    z-index: 10; }

#t_slide #photo01 li {
  width: 400px;
  float: left;
  position: relative;
  margin: 0; }
  
  img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 320px) {
#t_slide {
    width: 400px;
    padding: 0%;
}
#t_slide .navButton p.next {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 10;
}

#t_slide .navButton p.prev {
    position: absolute;
    top: 15%;
    left: 0%;
    z-index: 10;
}
}


.new_banner{
  width: 1000px;
  margin: 0 auto 1%;
}
.new_banner .clearfix{
  width: 70%;
  margin: 0 auto;
}
.new_banner ul li{
  float: left;
  padding: 2%;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 740px){
  .new_banner{
    width: 100%;
  }
  .new_banner .clearfix{
    width: 90%;
  }
}


/********************************/
.banner_a{
  margin: 3% 0 3% 0 !important;
  text-align: center !important;
}
.bton{
    background:none;
    border-radius: 7px;
    border: none;
    margin: 5px auto;
    color: #fff;
}
.btn_fav{
    background-color: #ff8992;
    border-radius: 7px;
    width: 60%;
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
}
.text_fav{
  color: #fff;

}
.sticky {
  position: fixed;
  top: 0;
  width: 1000px;
}
.sticky1 {
  position: fixed;
  top: 0;
  width: 1000px!important;
}
@media only screen and (max-width: 740px) {
  .bton{
    background:none;
    border-radius: 7px;
    border: none;
    padding: 3%;
    margin: 0 auto;
    color: #fff;
  }
.banner_a{
  text-align: center !important;
  z-index: 190;
}
.sticky {
  position: fixed;
  top: 40px;
  width: 100%;
}
.sticky1 {
  position: fixed;
  top: 3%;
  width: 80%!important;
}

}
@media only screen and (max-width: 640px) {
  .sticky {
  position: fixed;
  top: 20px;
  width: 80%;
}
  }
@media only screen and (max-width: 557px) {
  .btn_fav{
    width: 76.5%!important;
}


}
@media only screen and (max-width: 480px) {
  .btn_fav{
    width: 93.5%!important;
}


}

.sp_280{display: none}
@media only screen and (max-width: 280px) {
  .sp_280.check label {
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    right: 25px;
    top: -40px;
    position: absolute;
}
.sp_280.check{
  position: relative;
  width: 100%;
}
}
.dis_inlineblock{
  display: inline-block;
}
.img_fav{
    position: absolute;
    left: 60%;
    bottom: 4%;
}
.new_banner .banner_1{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 740px) {
.img_fav{
    position: absolute;
    right:5%;
    bottom: 4%;

}

}
.check{
    position: absolute;
    right: 0;
    text-align: right;
    display: none;
}
.fav{
    display: none;
}
.check label {
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
    /*right: 25px;
    top: -25px;
    bottom: 28px;*/
}

.spec_img {
  position: relative;
  display: inline-block;
}
.spec_img:after {
  left: 10px;
  top: 0;
  bottom: 0px;
  position: absolute;
  content: "";
  cursor: pointer;
  background-image: url("https://nakameguro-n.com/catalog/images/label.png");
  background-size: 100% auto;
  height: 10%;
  width: 25%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.check label:before, .check label:after {
    content: "";
    cursor: pointer;
    background-image: url("https://nakameguro-n.com/catalog/images/heart.png");
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.check label:after {
  opacity: 0;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.check input[type=checkbox]:checked + label:before {
    cursor: pointer;
    background-image: url("https://nakameguro-n.com/catalog/images/heart_on.png");
    height: 30px;
    width: 30px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.ttt{
  position: absolute;
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
}
/*# sourceMappingURL=reponsive.css.map */



/* news_box */
#news_box{
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
  background:url("../images/bg_news.gif") repeat-x left top;
}
#news_box .title_txt{
  font-size: 155%;
  font-weight:bold;
}
#news_box .title_txt span{ font-size: 55%; }
#news_box .img { padding-top: 30px; }
#news_box .img ul {
  margin-top: 15px;
}
#news_box .img li {
  display: block;
  margin:10px auto 0;
}
#news_box .img a.btn_more{
  text-align:center;
  color: #fff;
  background: url("../common_img/arrow02.png") no-repeat 93% center #77553c;
  background-size: 12px auto;
  display: inline-block;
  padding: 5px 30px 5px 20px;
  text-decoration:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 130%;
}
@media screen and (max-width:440px){
  #news_box .img a.btn_more{
    padding: 3px 20px 3px 15px;
    font-size: 95%;
  }
}
#news_box .img a.rss{
  padding: 3px 20px 3px 15px;
  background: url("../images/bg_rss.png") no-repeat 88% center #ec9f39;
  font-size: 95%;
}
/*news_list*/
#news_box .news_list{
  padding: 2% 2% 2% 4%; 
  border-left: 1px solid #d5d5d5;
  overflow: auto;
  height: 180px;
}
#news_box .news_list li{
  padding-bottom: 15px;
}
#news_box .news_list span{
  display: block;
  font-weight:bold;
  color: #c6791f;
  margin-bottom: 5px;
}
#news_box .news_list em{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color:#fff;
  background-color: #ef9745;
  width: 80px;
  text-align:center;
  margin-left: 10px;
  display: inline-block;
}
#news_box .news_list em.bg_green{ background-color: #9ac160; }
#news_box .news_list em.bg_pink{ background-color: #f07e9a; }
#news_box .news_list a{
  text-decoration:none;
}
@media screen and (max-width:740px){
/*news_list*/
.btn_fav{
    background-color: #ff8992;
    border-radius: 7px;
    width: 82%;
    box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    overflow: hidden;
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
}
#news_box{
  padding: 15px 0 0 0;
}
#news_box .title_txt{
  font-size: 170%;
  font-weight:normal;
}
#news_box .title_txt span{ font-size: 50%; }
#news_box .img{
  padding: 0 0 3% 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
#news_box .news_list{
  border-left: none;
  padding-left: 0;
  height: auto;
}
#news_box .btn_more{
  float:right;
  margin-top:-3.2rem;
}
#news_box .news_list li{
  padding-bottom: 4%;
}
}
.salon_appimg img {margin: auto;}

/*applp*/
.app_top {
  background: url("https://nakameguro-n.com/applp/images/app_bg02.jpg");
  background-size: cover;
  padding-top: 10%;
}
.app_top .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_top {
    margin-top: 30px;
    padding-top: 80px;
  }
  .app_top h2 {
    text-align: center;
  }
  .app_top h2 img {
    max-width: 600px;
  }
}
/* ========== end △ */

.app_top .inner .left_col,
.app_top .inner .right_col {
  width: 48%;
}
.app_top .inner .left_col {
  margin-top: 3%;
  position: relative;
}
.app_top .inner .left_col p {
  margin: 5% 0;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_top .inner .left_col,
  .app_top .inner .right_col {
    text-align: center;
  }
  .app_top .inner .left_col h3 {
    margin-bottom: 50px;
  }
  .app_top .inner .left_col p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/* ========== end △ */

.app_top .inner .left_col .app_link {
  margin-left: 10px;
}
.app_top .inner .left_col .gp_link img {
  width: 155px;
  max-width: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_top .inner .left_col .app_link_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
/* ========== end △ */

.app_sec01 {
  background: url("https://nakameguro-n.com/applp/images/app_bg.jpg");
  background-size: cover;
  padding: 10% 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 {
    padding: 50px 0;
  }
}
/* ========== end △ */
.app_sec01 h2 {
  position: relative;
  width: 80%;
  margin: auto;
}
.app_sec01 .inner_box01 {
  position: relative;
  background: #fff;
  padding: 0 5% ;
  border-radius: 5px 5px 0 0;
  margin-top: 15%;
}
.app_sec01 .inner_box01::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 90%;
  height: 90%;
  margin-right: 0.5em;
  background: url("https://nakameguro-n.com/applp/images/point_top.png") no-repeat;
  background-size: 90% auto;
  vertical-align: middle;
  top: -35px;
  left: 10%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box01 {
    margin-top: 50px;
    padding: 55px 0 15px;
  }
  .app_sec01 .inner_box01::before {
    top: -34px;
  }
}
/* ========== end △ */

.app_sec01 .inner_box01 h3.sec01_ttl01 {
  position: relative;
  width: 50%;
  margin: auto;
  top: -10px;
}
.app_sec01 .inner_box01 h3.sec01_ttl01::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40%;
  height: 100%;
  margin-right: 0.5em;
  background: url("https://nakameguro-n.com/applp/images/ico_star.png") left center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  left: -50%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box01 h3.sec01_ttl01::before {
    top: -35px;
    left: -60px;
    width: 60px;
    height: 76px;
  }
}
/* ========== end △ */

.app_sec01 .inner_box01 .clock {
  position: absolute;
  width: 20%;
  right: 10px;
  bottom: -15%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box01 .clock {
    width: 10%;
    right: 100px;
    bottom: 0;
  }
}
/* ========== end △ */

.app_sec01 .inner_box02 {
  background-color: #fbf2e2;
  border-radius: 0 0 5px 5px;
  padding: 8% 5% ;
}
.app_sec01 .inner_box02 h4 {
  position: relative;
  text-align: center;
  font-size: 14px;
}
.app_sec01 .inner_box02 h4 .bg {
  display: inline-block;
  padding: 2px;
  background-color: #fff;
}
.app_sec01 .inner_box02 h4 .big {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
.app_sec01 .inner_box02 h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30%;
  height: 100%;
  background: url("https://nakameguro-n.com/applp/images/waku_left.png") left center no-repeat;
  background-size: 30% auto;
  vertical-align: middle;
  left: -3%;
}
.app_sec01 .inner_box02 h4::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30%;
  height: 100%;
  background: url("https://nakameguro-n.com/applp/images/waku_right.png") right center no-repeat;
  background-size: 30% auto;
  vertical-align: middle;
  right: -3%;
  top: 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box02 h4 {
    font-size: 20px;
  }
  .app_sec01 .inner_box02 h4 .bg {
    margin: 0 5px;
    font-size: 20px;
  }
  .app_sec01 .inner_box02 h4 .big {
    font-size: 40px;
  }
  .app_sec01 .inner_box02 h4::before {
    left: 10%;
  }
  .app_sec01 .inner_box02 h4::after {
    right: 10%;
  }
}
/* ========== end △ */

.app_sec01 .inner_box02 .best {
  position: relative;
  margin-top: 10%;
  border: 5px solid #ec6a98;
  border-radius: 15px;
  padding: 5% 5% 5% 100px;
}
.app_sec01 .inner_box02 .best p {
  margin-bottom: 0;
  font-size: 16px;
}
.app_sec01 .inner_box02 .best span {
  font-size: 16px;
  font-weight: bold;
}
.app_sec01 .inner_box02 .best img {
  display: block;
  position: absolute;
  left: 3%;
  top: -10%;
  width: 80px;
  height: 98px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box02 .best {
    margin-top: 5%;
    padding: 30px 10px 30px 180px;
  }
  .app_sec01 .inner_box02 .best p {
    font-size: 18px;
  }
  .app_sec01 .inner_box02 .best span {
    font-size: 18px;
  }
  .app_sec01 .inner_box02 .best img {
    top: -20%;
    width: 130px;
  }
}
/* ========== end △ */

.app_sec01 .inner_box03 {
  background-color: #fff;
  border-radius: 5px;
  padding: 5% 3%;
  margin-top: 5%;
}
.app_sec01 .feature_box {
  box-sizing: border-box;
  padding: 5% 3%;
  border-top: 4px dotted #4d3434;
}
.app_sec01 .feature_box .ttl {
  margin-bottom: 5%;
}
.app_sec01 .feature_box .ttl img {
  width: 45%;
}
.app_sec01 .feature_box.featuer01 {
  border-top: none;
  background: url("https://nakameguro-n.com/applp/images/img01.png") 95% 10px / 45% auto no-repeat;
}
.app_sec01 .feature_box.featuer02 {
  background: url("https://nakameguro-n.com/applp/images/img02.png") 10px 10px / 45% auto no-repeat #fcebf0;
  text-align: right;
}
.app_sec01 .feature_box.featuer03 {
  background: url("https://nakameguro-n.com/applp/images/img03.png") 95% 10px / 45% auto no-repeat;
}
.app_sec01 .feature_box.featuer04 {
  background: url("https://nakameguro-n.com/applp/images/img04.png") 10px 10px / 45% auto no-repeat #fcebf0;
  text-align: right;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec01 .inner_box03 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }
  .app_sec01 .feature_box {
    width: 50%;
    border-top: none;
  }
  .app_sec01 .feature_box.featuer02 {
    background-position: 95% 10px;
    text-align: left;
  }
  .app_sec01 .feature_box.featuer03 {
    order: 4;
  }
  .app_sec01 .feature_box.featuer04 {
    order: 3;
    background-position: 95% 10px;
    text-align: left;
  }
}
/* ========== end △ */

.app_sec02 {
  padding: 8% 5% 3%;
  background-color: #fbf2e2;
}
.app_sec02_body {
  padding: 5% 5% 0;
  border-radius: 5px;
  background: url("https://nakameguro-n.com/applp/images/app_sec02_body_bg.png") 50% 100% / 90% auto no-repeat #fff;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec02 {
    padding: 50px 0 20px;
  }
  .app_sec02_body {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 5% 0;
  }
}
/* ========== end △ */

.app_sec02_body .ttl {
  margin-bottom: 5%;
}
.app_sec02_body .ttl img {
  width: 80%;
}
.app_sec02_body .smp_img img {
  width: 50%;
  margin: 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec02_body .ttl img {
    max-width: 500px;
  }
  .app_sec02_body .smp_img img {
    width: 300px;
  }
}
/* ========== end △ */

.app_sec02_txt {
  margin-top: 20px;
  padding: 5px 0;
  background:
    url("https://nakameguro-n.com/applp/images/waku_left02.png") 0 0 / auto 80% no-repeat,
    url("https://nakameguro-n.com/applp/images/waku_right02.png") 100% 0 / auto 80% no-repeat;
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_sec02_txt {
    width: 1000px;
    margin: 30px auto 0;
    background-position: 15% 0,85% 0;
    font-size: 30px;
  }
}
/* ========== end △ */

.app_dl_box {
  padding: 8% 5% 0;
  text-align: center;
}
.app_dl_box .app_ico {
  margin-bottom: 5%;
}
.app_dl_box .app_ico img {
  width: 30%;
  max-width: 120px;
}
.app_dl_box .app_ttl {
  font-size: 18px;
  font-weight: bold;
}
.app_dl_box .app_ttl + p {
  font-size: 16px;
}
.app_dl_link {
  display: flex;
  justify-content: center;
}
.app_dl_link .gplay {
  position: relative;
  top: -10px;
  right: -10px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .app_dl_box {
    padding: 50px 0 0;
  }
  .app_dl_box .app_ico {
    margin-bottom: 30px;
  }
}
/* ========== end △ */

/* サロン＿クーポン ========== */
#coupon a{text-decoration: none;}
#coupon .coupon_tab{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	border-top:none;
}

#coupon .coupon_target{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px 0 6px;
	text-align: center;
	width: 14px;
	vertical-align:middle;
	width: 14px;;
}
#coupon .coupon_target.new{
	background-color: #fb615f;
	color: #FFFFFF;
		text-decoration: none;
	}
#coupon .coupon_target.all{
	background-color: #ffc6ce;
	color: #ed6f79;
		text-decoration: none;
	}

#coupon .coupon_target.second{
	background-color: #ffe8e8;
	color: #fb615f;
		text-decoration: none;
	}
#coupon .menu_cont{
  padding: 3%;
	width: 100%;
	background:#fff url("https://nakameguro-n.com/salon/images/arrow_coupon.png") no-repeat;
	background-size: 10px;
	background-position: 98% 50%; 
}
#coupon .coupon_img{
clear: both;
background-color: #fff;
float: left;
margin-top: 10px;
width: 114px;
}
#coupon .coupon_img img{max-width: 97px; max-height: 97px; margin-right: 15px;}
#coupon .coupon_naka{
float: left;
width: 450px;
font-size: 11px;
}
#coupon .coupon_icons li {
	float: left;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 1px 4px;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 11px;
}
#coupon .coupon_icons li {
	background-color: #fe898d;
}

#coupon .menuname p{
	color: #665555;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-right: 10%;
	text-align: left;
}
#coupon .couponprice {
	text-align: right;
	margin-bottom: 0;
}
#coupon .couponprice span{
	font-weight: bold;
	color: #CC4466;
	font-size: 14px;
	padding-right: 10%;
}
#coupon .comment{
margin-top: 10px;
text-align: left;
font-size:11px;
margin-bottom: 10px;
}
#coupon .coupon_tab dl{
text-align: left;
}
#coupon .coupon_tab dt{
float: left;
color: #9966CC;
}
#coupon .coupon_link {
	background-color: #FDF7EF;
	padding: 7%;
	vertical-align: middle;
	display: block;
	width: 86%;
	text-decoration: none;
}
#coupon .coupon_btn01 {
	margin: auto;
	display: block;
	background: #8A5DB7;
	background: linear-gradient(to bottom, #fd8b95 0%,#fa6d7b 75%,#f95869 100%);
	border: 1px solid #f95869;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px #ffcfd3, inset -1px -1px 3px #fa6d7b;
	color: #FFFFFF !important;
	padding: 10px;
	width: 150px;
	text-align: center;
}
#coupon .coupon_btn02 {
	margin: auto;
	display: block;
	background: #F5EEFC;
	background: linear-gradient(to bottom, #FFFFFF 0%,#DBC8ED 100%);
	border: solid 1px #AD95C0;
	color: #663399 !important;
	padding: 10px;
	width: 150px;
	text-align: center;
}
#coupon .sp div.coupon_box:first-child{border-top: 1px solid #CCCCCC;}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
#coupon .coupon_tab{
	border-top: 1px solid #CCCCCC;

}
#coupon .coupon_link{display: table-cell;
width: 30%;
	padding: 20px;
}
#coupon .menu_cont{display: table-cell;
padding: 10px;
background-image: none;}

#coupon .couponprice span{
padding-right: 0;
font-size: 16px;}
#coupon .menuname p{
width: 423px;
font-size: 14px;
padding-right: 0;}
#coupon .coupon_naka{
width: 565px;

}
#coupon .coupon_icons li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px 10px;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 12px;
}
}
/* ========== end △ */

.clear{
	clear: both;
}