@charset "UTF-8";

/* ====================================================================================
アッパーサロン CSS
==================================================================================== */


/* ===============リセット=============== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

fieldset, img, a img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
}

img {
  vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

select {
  margin: 0;
}

html {
  overflow: auto;
}


/* =============== アワードの他ページと共通 =============== */

body {
  background-color: #fff;
  font-size: 100%;
  color: #171717;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}

a:link {
  color: #d7517c;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #d7517c;
  text-decoration: none;
}

a:hover {
  color: #d7517c;
  text-decoration: underline;
}

a:active {
  color: #d7517c;
  text-decoration: underline;
}

#contentAll {
  text-align: left;
  min-width: 1120px;
  overflow: hidden;
}

#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}


/* ヘッダー */

#header_lp {
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #000;
  height: 60px;
}

.logo {
  display: block;
  width: 113px;
  height: 60px;
  background: url(../images/logo_beauty.png?20180222) no-repeat center center;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 50px;
}

div.socialIcon3 {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 215px;
  text-align: left;
}

div.socialIcon3 li {
  margin-right: 2px;
  vertical-align: middle;
  text-align: right;
}

#breadcrumbs {
  margin: 15px 0;
  text-align: center;
}

#breadcrumbs p {
  font-weight: bold;
  width: 1120px;
  margin: 0 auto 5px;
  padding-top: 30px;
  font-size: 10px;
  line-height: 120%;
  font-weight: bold;
  color: #999;
  text-align: left;
  border-top: 1px solid #ddd;
}

#breadcrumbs a {
  font-weight: normal;
}

#breadcrumbs a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer;
}

#breadcrumbs a:visited {
  color: #7976a6;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #7878CC;
  text-decoration: underline;
}

#breadcrumbs a:active {
  color: #7878CC;
  text-decoration: underline;
}


/* フッター */

#btmName {
  color: #666;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  width: 1120px;
  margin: 0 auto;
}

#pagetop {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#pagetop p {
  background: url(../images/icon_pagetop.png?20180222) no-repeat 0 3px;
  float: right;
  padding-left: 12px;
  font-size: 13px;
}

#pagetop p a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer
}

#pagetop p a:visited {
  color: #7976a6;
  text-decoration: none;
}

#pagetop p a:hover {
  color: #7878CC;
  text-decoration: underline;
}

#pagetop p a:active {
  color: #7878CC;
  text-decoration: underline;
}

#pagetop p:after {
  content: "";
  display: block;
  clear: both;
}

#footer_lp {
  height: 60px;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  position: relative;
  width: 1120px;
  margin: 30px auto 10px auto;
}

#copyright_lp {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
}

#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}

#footer_lp a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer;
}

#footer_lp a:visited {
  color: #7976a6;
  text-decoration: none;
}

#footer_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}

#footer_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}

#copyright_lp a:link {
  color: #4C4C80;
  text-decoration: none;
}

#copyright_lp a:visited {
  color: #4C4C80;
  text-decoration: none;
}

#copyright_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}

#copyright_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}

#footerLinks_lp {
  font-size: 80%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: -15px;
}

#footerLinks_lp:after {
  content: "";
  display: block;
  clear: both;
}

#footerLinks_lp li {
  float: left;
  border-right: 1px solid #DDD;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: -1px;
}

#FooterSocialIcon {
	margin: 20px auto 0;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
	position: relative;
	width: 1120px;
  color: #666;
}

#FooterSocialIcon .share_txt {
	background: #fff;
	display: inline-block;
	position: relative;
	top: -13px;
	font-size: 12px;
	padding: 0 10px;
}

#FooterSocialIcon ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#FooterSocialIcon li {
	width: 130px;
	margin-left: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#FooterSocialIcon li a {
	height: 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	display: block;
	transition: 0.3s linear;
}

#FooterSocialIcon li a:hover {
	opacity: 0.6;
	text-decoration: none;
}

#FooterSocialIcon li a img {
	height: 20px;
	width: auto;
	display: inline;
	vertical-align: text-bottom;
	margin-right: 5px;
	margin-bottom: -1px;
}

#FooterSocialIcon li.fb a {
	background: #3b5998;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}

#FooterSocialIcon li.tw a {
	background: #55acee;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}

#FooterSocialIcon li.line a {
	background: #00c302;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}

/* リンクコンテンツ */

.link_contents {
  margin: 0 auto 30px;
  width: 1120px;
  border-top: 1px solid #ddd;
  padding: 60px 0 20px;
}

.link_contents h3 {
  background: url(../images/t_oc.png?20180222) no-repeat;
  width: 378px;
  height: 28px;
  margin: 0 auto 40px auto;
}

.link_contents h3 img {
  display: none;
}

.link_contents ul {
  letter-spacing: -0.4em;
  margin-left: -25px;
}

.link_contents ul:after {
  content: '';
  display: block;
  clear: both;
}

.link_contents li {
  width: 260px;
  float: left;
  margin: 0 0 0 25px;
  letter-spacing: normal;
}

.link_contents li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}

.link_contents li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.link_contents li img {
  width: 100%;
}


/* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */

#container {
  width: 100%;
}

.main_outer {
  width: 1120px;
  margin: 0 auto;
}

/* Backnumber */

.backnum_area {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 60px 0 80px;
  margin: 0 auto;
  width: 1120px;
}

.backnum_area h3 img {
  display: none;
}

.backnum_area h3 {
  background: url(../images/t_bn.png?20180222) no-repeat;
  width: 277px;
  height: 30px;
  margin: 0 auto 40px;
}

.backnum_area ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.backnum_area ul li {
  width: 260px;
  background: #fff;
  text-align: center;
}

.backnum_area ul li a {
  font-size: 14px;
  width: 260px;
  background: #434343;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  display: block;
  position: relative;
}

.backnum_area ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 20px;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

.backnum_area ul li a:hover {
  background: #000;
  text-decoration: none;
  transition: 0.5s linear;
}

/* =============== アッパーサロン TOP =============== */

#main_header {
  width: 1120px;
  height: auto;
  margin: 30px auto 15px;
  text-align: center;
}

/*TOP メイン画像*/

.top_main_photo {
  width: 801px;
  height: 282px;
  background: url(../images/top_main_pc.png?20180222) no-repeat center 0;
  display: inline-block;
}

.top_main_photo_title {
  text-indent: -9999px;
}

/*TOP メインリード*/

.top_main_lead {
  margin: 0 auto 50px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

/* トレンドヘア一覧 */

.trend_list {
  width: 1120px;
  margin: 0 auto;
}

.trend_list ul {
  letter-spacing: -0.4em;
  text-align: center;
}

.trend_list ul li {
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 360px;
  margin: 0 0 30px 20px;
  text-align: left;
}

.trend_list ul li:nth-child(5n+1) {
  margin: 0 0 30px 0;
}

.trend_list ul li:nth-child(5n+4) {
  margin: 0 0 30px 190px;
}

.trend_list ul li:nth-child(5n+5) {
  margin: 0 190px 30px 20px;
}

.trend_list ul li .top_photo {
  width: 360px;
  margin-bottom: 10px;
  background: #e85197;
}

.trend_list ul li .top_photo a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}

.trend_list ul li .top_photo a:hover {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.trend_list ul li .st_salon {
  font-size: 14px;
  line-height: 20px;
  background: url(../images/st_salon.png?20180222) no-repeat 0 0;
  min-width: 55px;
  padding-top: 11px;
  line-height: 18px;
  word-break: break-all;
}

.trend_list ul li .st_salon a {
  display: inline-block;
  padding: 4px 5px 3px;
  transition: 0.3s linear;
  color: #e85197;
}

.trend_list ul li .st_stylist {
  font-size: 18px;
  line-height: 24px;
  min-width: 60px;
  padding-top: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 18px;
  word-break: break-all;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/st_stylist_p.png?20180222) no-repeat 0 0;
}

.trend_list ul li .st_stylist a {
  display: inline-block;
  padding: 4px 5px 3px;
  color: #fff;
  transition: 0.3s linear;
  background: #e85197;
}

.trend_list ul li .st_salon a:hover, .trend_list ul li .st_stylist a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* =============== アッパーサロン 詳細ページ =============== */

#main_detail {
  width: 1120px;
  margin: 0 auto;
}

.h_detail {
  width: 100%;
  text-align: center;
  margin: 25px 0 20px;
}

/* OTHER STYLES */

.detail_other h3 img {
  display: none;
}

.detail_other h3 {
  width: 327px;
  height: 29px;
  margin: 0 auto;
  padding-bottom: 55px;
  background: url(../images/t_os.png?20180222) no-repeat;
}

/* トレンドヘア詳細画像 */

.detail_topbox {
  position: relative;
}

.tren_in_img {
  width: 1120px;
  height: 515px;
  position: relative;
}

.tren_in_txt {
  width: 1120px;
  margin: 30px 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}

.tren_in_txt:after {
  content: "";
  display: block;
  clear: both;
}

.tren_in_txt_inner {
  width: 350px;
  float: left;
  margin-left: 35px;
}

.tren_in_txt_inner:first-child {
  margin-left: 0;
}

.tren_in_txt h2 {
  font-size: 22px;
  line-height: 33px;
  color: #000;
}

.tren_in_txt .detail_lead {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px;
}

/* SP SWITCH BTN */

.sp_switch_ph_btn {
  display: none;
}

/* STYLIST */

.detail_stylist {
  padding: 0 0 5px 0;
}

.detail_stylist .stylist_title {
  font-size: 18px;
  line-height: 24px;
  min-width: 60px;
  padding-top: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 18px;
  word-break: break-all;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/st_stylist_p.png?20180222) no-repeat 0 0;
}

.detail_stylist .stylist_title a {
  display: inline-block;
  padding: 4px 5px 3px;
  color: #fff;
  transition: 0.3s linear;
  background: #e85197;
}

.detail_stylist .stylist_title a:hover,
.detail_stylist .stylist_member a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.detail_stylist .stylist_title br {
  display: none;
}

.detail_stylist .stylist_title span {
  font-weight: normal;
  font-size: 12px;
}

.detail_stylist .stylist_member {
  font-size: 14px;
  line-height: 20px;
  background: url(../images/st_salon.png?20180222) no-repeat 0 0;
  min-width: 55px;
  padding-top: 11px;
  line-height: 18px;
  word-break: break-all;
}

.detail_stylist .stylist_member a {
  display: inline-block;
  padding: 4px 5px 3px;
  transition: 0.3s linear;
  color: #e85197;
}

/* STYLE POINT */

.detail_point h3 {
  width: 350px;
  height: 25px;
  margin: 15px 0 10px;
}

.detail_point h3 img {
  display: none;
}

.detail_point h3 {
  background: url(../images/t_point.png?20180222) no-repeat center top;
}

.detail_point .point_lead {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px;
}

/* THUMB BOX */

.thumb_box {
  width: 350px;
  position: absolute;
  top: 331px;
  right: 10px;
}

.thumb_box:after {
  content: "";
  display: block;
  clear: both;
}

.thumb_box li {
  float: left;
  width: 110px;
  margin-left: 10px;
}

.thumb_box li:first-child {
  margin-left: 0;
}

.thumb_box li a {
  display: block;
}

.thumb_box li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* DETAIL BTN */

.tren_in_txt .detail_btn {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.tren_in_txt .detail_btn a {
  background-color: #e85197;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 17px 20px;
  word-break: break-all;
  font-size: 16px;
  line-height: 26px;
  width: 500px;
  margin: 0 auto;
  position: relative;
}

.tren_in_txt .detail_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 150px;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

.tren_in_txt .detail_btn a:hover {
  background-color: #000;
  transition: 0.5s linear;
}

/* OTHER STYLE */

.detail_other {
  clear: both;
  padding: 60px 0 39px 0;
}

.detail_other ul {
  letter-spacing: -0.4em;
}

.detail_other ul li {
  width: 142px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 21px;
  margin-bottom: 21px;
  background-color: #e85197;
}

.detail_other ul li:nth-child(7) {
  margin-right: 0;
}

.detail_other ul li img {
  width: 142px;
  height: auto;
}

.detail_other ul li.img_current img {
  border: 1px solid #e85197;
  box-sizing: border-box;
}

.detail_other ul li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}

.detail_other ul li a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}


/*======================================== SP対応 max-width: 767px ========================================*/

@media screen and (max-width: 767px) {
  /* =============== アワードの他ページと共通 =============== */
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
  }

  a:link {
    text-decoration: underline;
  }

  a:visited {
    text-decoration: underline;
  }

  #contentAll {
    min-width: 100%;
  }

  /* ヘッダー */
  #header_lp {
    width: auto;
    min-width: 100%;
    margin-bottom: 0;
    padding: 0 10px;
    height: 50px;
  }

  .logo {
    display: block;
    width: 72px;
    height: 50px;
    background: url(../images/logo_beauty.png?20180222) no-repeat center center;
    -webkit-background-size: auto 23px;
    -o-background-size: auto 23px;
    background-size: auto 23px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    margin-left: 0;
  }

  .logo a {
    display: block;
  }

  div.socialIcon3 {
    display: none;
  }

  #breadcrumbs {
    margin: 0;
    border-top: 1px solid #ddd;
  }

  #breadcrumbs p {
    width: 90%;
    margin: 0 auto 25px auto;
    padding-top: 25px;
    line-height: 15px;
    border: none;
  }

  /* フッター */
  #btmName, #pagetop {
    display: none;
  }

  #footer_lp {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    width: 94%;
    margin: 5px auto 10px auto;
    height: auto;
  }

  #footer_lp a:link, #footer_lp a:visited, #copyright_lp a:link, #copyright_lp a:link {
    text-decoration: underline;
  }

  #copyright_lp {
    position: static;
    padding: 0;
    margin-top: 5px;
  }

  #footerLinks_lp {
    font-size: 10px;
    line-height: 14px;
    position: static;
  }

  #footerLinks_lp li {
    padding: 0 5px 0 0;
    margin: 0 5px 5px 0;
  }

  #FooterSocialIcon {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
	}

	#FooterSocialIcon li {
    width: 32%;
    margin-left: 2%;
	}

  #FooterSocialIcon li {
    width: 32%;
    margin-left: 0;
  }

  #FooterSocialIcon li a {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }

  #FooterSocialIcon li.fb a {
    background: #3b5998 url(../images/ico_fb.png?20180222) no-repeat center center;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }

  #FooterSocialIcon li.tw a {
    background: #55acee url(../images/ico_tw.png?20180222) no-repeat center center;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }

  #FooterSocialIcon li.line a {
    background: #00c302 url(../images/ico_line.png?20180222) no-repeat center center;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }

  /* リンクコンテンツ */
  .link_contents {
    padding: 40px 0 20px 0;
    margin: 0 auto;
    width: 90%;
  }

  .link_contents h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
    padding-bottom: 35px;
  }

  .link_contents h3 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .link_contents ul {
    margin-left: 0;
  }

  .link_contents ul:after {
    content: none;
  }

  .link_contents li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .link_contents li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  /* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */
  #container {
    width: auto;
    height: auto !important;
  }

  .main_outer {
    width: 100%;
    margin: 0 auto;
  }

  /* Backnumber */
  .backnum_area {
    width: 90%;
    padding: 40px 0 30px;
  }

  .backnum_area h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
    padding-bottom: 35px;
  }

  .backnum_area h3 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .backnum_area ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .backnum_area ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .backnum_area ul li a {
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .backnum_area ul li a:after {
    left: 60px;
  }

  .backnum_area ul li a:hover {
    background: #434343;
    text-decoration: underline;
  }

  /* =============== アッパーサロン TOP =============== */
  #main_header {
    width: 90%;
    height: auto;
  }

  #main {
    width: auto;
    height: auto !important;
  }

  #main img, #main img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #main h2 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }

  /*TOP メイン画像*/
  .top_main_photo {
    width: 100%;
    height: 0;
    padding-top: 54.62%;
    background: url(../images/top_main_sp.png?20180222) no-repeat 0 0;
    background-size: contain;
    display: block;
  }

  /*TOP メインリード*/
  .top_main_lead {
    width: 90%;
    margin: 15px auto 25px auto;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  /* トレンドヘア一覧 */
  .trend_list {
    margin-top: 10px;
    width: 100%;
  }

  .trend_list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .trend_list ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .trend_list ul li {
    vertical-align: top;
    width: 47%;
    margin: 0 0 25px 5%;
  }

  .trend_list ul li:nth-child(5n+1), .trend_list ul li:nth-child(5n+4), .trend_list ul li:nth-child(5n+5) {
    margin: 0 0 25px 5%;
  }

  .trend_list ul li:nth-of-type(odd) {
    margin-left: 0;
  }

  .trend_list ul li .top_photo {
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
  }

  .trend_list ul li .st_salon {
    background: url(../images/st_salon_sp.png?20180222) no-repeat 0 0;
    background-size: 53px 8px;
    min-width: 80px;
    padding-top: 11px;
    line-height: 18px;
    font-size: 14px;
    word-break: break-all;
  }

  .trend_list ul li .st_salon a {
    padding: 3px 0;
  }

  .trend_list ul li .st_salon a:hover {
    color: #e85197;
    text-decoration: underline;
  }

  /*.trend_list ul li.trend_list_p .st_salon a:hover {
    color: #e85197;
  }*/

  .trend_list ul li .st_salon br {
    display: none;
  }

  .trend_list ul li .st_stylist {
    display: none;
  }

  .trend_list ul li .st_salon a:hover {
    background: #fff;
  }

  /* =============== アッパーサロン 詳細ページ =============== */
  #main_detail {
    width: 100%;
  }

  .h_detail {
    margin: 15px 0 20px;
  }

  .h_detail img {
    width: 90%;
    height: auto;
  }

  /* トレンドヘア詳細画像 */
  #main_detail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .tren_in_img {
    float: none;
    width: 100%;
    height: 370px;
    overflow: hidden;
  }

  .tren_in_img:after {
    display: none;
  }

  #main_detail .tren_in_img .switch_ph li {
    position: relative;
    left: 50%;
    margin-left: -326px;
  }

  #main_detail .tren_in_img .switch_ph li img {
    width: auto;
    height: 300px;
  }

  .tren_in_txt {
    float: none;
    width: 90%;
    padding: 0 0 15px 0;
    margin: 0 auto;
  }

  .tren_in_txt_inner {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .tren_in_txt h2 {
    position: static;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .tren_in_txt .detail_lead {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  /* SP SWITCH BTN */
  .sp_switch_ph {
    width: 100%;
  }

  .sp_switch_ph_btn {
    display: block;
    width: 100%;
    margin: 10px 0 25px;
    text-align: center;
    font-size: 0;
  }

  .sp_switch_ph_btn li {
    display: inline-block;
    width: 100px;
    height: 45px;
    margin: 0 8px;
  }

  .sp_switch_ph_btn li a {
    display: block;
    width: 100px;
    height: 45px;
    text-indent: -9999px;
  }

  .sp_switch_ph_btn li.nav_front a {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat 0 -45px;
    background-size: 300px auto;
  }

  .sp_switch_ph_btn li.nav_front a.nav_current {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat 0 0;
    background-size: 300px auto;
  }

  .sp_switch_ph_btn li.nav_side a {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat -100px -45px;
    background-size: 300px auto;
  }

  .sp_switch_ph_btn li.nav_side a.nav_current {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat -100px 0;
    background-size: 300px auto;
  }

  .sp_switch_ph_btn li.nav_back a {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat -200px -45px;
    background-size: 300px auto;
  }

  .sp_switch_ph_btn li.nav_back a.nav_current {
    background: url(../images/sp_switch_btn.png?20180222) no-repeat -200px 0;
    background-size: 300px auto;
  }

  /* OTHER STYLES */
  .detail_other h3 {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
  }

  .detail_other h3 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .detail_other h3 {
    background: none !important;
  }

  /* STYLIST */
  .detail_stylist {
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
  }

  .detail_stylist .stylist_title {
    background: url(../images/st_stylist_p_sp.png?20180222) no-repeat 0 0;
    background-size: 57px auto;
  }

  .detail_stylist .stylist_title a:hover {
    background: #d7517c;
    color: #fff;
    text-decoration: underline;
  }

  .detail_stylist .stylist_member a:hover {
    background: none;
    color: #d7517c;
    text-decoration: underline;
  }

  .detail_stylist .stylist_title br {
    display: inline;
  }

  .detail_stylist .stylist_member {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .detail_point h3 {
    width: 100%;
  }

  /* THUMB BOX */
  .thumb_box {
    display: none;
  }

  /* DETAIL BTN */
  .tren_in_txt .detail_btn {
    margin-top: 25px;
  }

  .tren_in_txt .detail_btn a {
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 15px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .tren_in_txt .detail_btn a:after {
    content: none;
  }

  .tren_in_txt .detail_btn a:visited {
    text-decoration: none;
  }

  /* OTHER STYLE */
  .detail_other {
    clear: both;
    padding: 40px 0 20px;
  }

  .detail_other ul {
    width: 90%;
    margin: 0 auto;
  }

  .detail_other ul li {
    width: 30%;
    margin: 0 5% 17px 0;
    background: transparent;
  }

  .detail_other ul li:nth-child(7) {
    margin-right: 5%;
  }

  .detail_other ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  .detail_other ul li img {
    width: 100%;
  }

}


/*======================================== SP対応 max-width: 320px ========================================*/

@media screen and (max-width: 320px) {

  .sp_switch_ph_btn li {
    margin: 0 3px;
  }

}
