@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Sanchez&display=swap');

/* ====================================================================================
アッパーサロン 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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
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: #333;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
a:link {
  color: #a4005b;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #a4005b;
  text-decoration: none;
}
a:hover {
  color: #a4005b;
  text-decoration: underline;
}
a:active {
  color: #a4005b;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  min-width: 1240px;
  overflow: hidden;
  position: relative;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
/*--- ヘッダー ---*/
#header_lp {
  width: 100%;
  min-width: 1240px;
  background: #000;
  height: 40px;
  position: relative;
}
.header_lp_logo {
  display: inline-block;
  width: 63px;
  margin-left: 50px;
}
.header_lp_menu {
  display: none;
}
.logo {
  display: block;
  width: 63px;
  height: 40px;
  background: url(/trend/images2020/logo_beauty.png?20200301) no-repeat center left;
  background-size: 63px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
.header_navi {
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  top: 200px;
  border-bottom: 4px solid #ccc;
}
.header_navi_logo {
  display: none;
}
.header_navi_list {
  display: flex;
  width: 1240px;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.header_navi_list li {
  width: 620px;
  height: 70px;
}
.header_navi_list li a {
  display: block;
  width: 620px;
  height: 70px;
  text-indent: -9999px;
  background-image: url(/trend/images2020/navi_sprite.png?20200301);
  background-size: 1240px 140px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header_navi_list li.header_navi01 a {
  background-position: 0 0;
}
.header_navi_list li.header_navi01 a:hover,
.header_navi_list li.header_navi01.header_navi_current a {
  background-position: 0 -70px;
}
.header_navi_list li.header_navi02 a {
  background-position: -620px 0;
}
.header_navi_list li.header_navi02 a:hover,
.header_navi_list li.header_navi02.header_navi_current a {
  background-position: -620px -70px;
}
.header_navi_current a {
  opacity: 1 !important;
}
/*--- ぱんくず ---*/
#breadcrumbs {
  padding: 15px 0;
  margin: 0 auto 0;
  width: 1240px;
  text-align: center;
  border-top: 1px solid #ccc;
}
#breadcrumbs p {
  max-width: 1240px;
  margin: 0 auto;
  color: #666;
  font-size: 10px;
  line-height: 120%;
  text-align: left;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:link {
  color: #999;
  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;
}
/* --- フッター --- */
.pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
.pageTop a {
  display: block;
  position: relative;
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2a2a2a;
  opacity: 0.5;
  transition: all 0.3s ease;
  text-indent: -9999px;
  text-decoration: none;
}
.pageTop a:after {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  content: "";
}
.pageTop a:hover {
  opacity: 1;
}
#btmName {
  color: #666;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  width: 1240px;
  margin: 0 auto;
}
#footer_lp {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0 20px;
  border-top: 1px solid #ddd;
}
#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}
#footer_lp a:link {
  color: #999;
  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: #999;
  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: 12px;
  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;
}
.snsArea {
  position: relative;
  border-top: 1px solid #c1bcbc;
  border-bottom: 1px solid #c1bcbc;
  width: 400px;
  margin: 60px auto 30px;
  padding: 20px 0;
}
.snsArea p {
  width: 160px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.snsArea p span {
  display: block;
  width: 160px;
  padding: 0;
  font-weight: bold;
  color: #ef507a;
  background-color: #fff;
}
.snsArea .inner {
  width: 180px;
  margin: 5px auto 0;
}
.snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
  float: left;
  width: 40px;
  margin-right: 30px;
}
.snsArea .inner .snsArea_line {
  float: left;
  width: 40px;
  margin-right: 0;
}
.snsArea .snsArea_line img, .snsArea .snsArea_tw img, .snsArea .snsArea_fb img {
  width: 40px;
  height: 40px;
}
.snsArea .inner .snsArea_line a:hover, .snsArea .inner .snsArea_tw a:hover, .snsArea .inner .snsArea_fb a:hover {
  opacity: 0.6;
}
.snsArea .inner:after {
  content: "";
  display: block;
  clear: both;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
  display: none;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
  width: 40px;
  height: 40px;
}
/*--- リンクコンテンツ ---*/
.other_contents {
  width: 100%;
  padding: 48px 0 59px;
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.other_contents_title {
  width: 1436px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -1000px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: right;
}
.other_contents_title img  {
  width: auto;
  height: 33px;
}
.other_contents_list {
  width: 1240px;
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.other_contents_list li {
  width: 240px;
  margin-left: 10px;
  letter-spacing: normal;
}
.other_contents_list li:nth-child(5n+1) {
  margin-left: 0;
}
.other_contents_list li a {
  transition-duration: 0.3s;
}
.other_contents_list li a:hover {
  opacity: 0.7;
}
.other_contents_list li img {
  width: 100%;
}

/* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */

#container {
  width: 100%;
}
.h_main {
  width: 100%;
  text-align: center;
  margin: 15px 0 120px;
}
.h_main img {
  width: auto;
  height: 122px;
}
/* --- Backnumber --- */
.backnum {
  width: 100%;
  padding: 94px 0 165px;
  margin: 0 auto;
  width: 1240px;
  position: relative;
}
.backnum_title  {
  width: 1337px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -1000px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: right;
}
.backnum_title img  {
  width: auto;
  height: 33px;
}
.backnum_list {
  display: flex;
  justify-content: space-between;
  margin-right: 6px;
}
.backnum_list li {
  width: 286px;
  height: 52px;
  background: #fff;
  text-align: center;
  position: relative;
}
.backnum_list li:after {
  content: "";
  display: block;
  width: 286px;
  height: 52px;
  background: #000;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
.backnum_list li a {
  font-size: 14px;
  line-height: 52px;
  font-weight: bold;
  width: 286px;
  height: 52px;
  color: #000;
  text-align: center;
  display: block;
  transition: 0.2s;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.backnum_list li a:hover {
  background: #ccc;
  text-decoration: none;
  top: 2px;
  left: 2px;
}
/* =============== アッパーサロン TOP =============== */

.main_header_title {
  width: 1240px;
  margin: 0 auto 20px;
  padding-top: 20px;
  text-align: center;
}
.main_header_title img {
  width: auto;
  height: 103px;
}
/* --- TOP メインリード --- */
.top_main_lead {
  margin: 0 auto 50px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.top_main_lead br {
  display: none;
}
/* --- トレンドヘア一覧 --- */
.trend_list_wrapper {
  position: relative;
  padding: 0 0 55px;
}
.trend_list_spicy {
  padding-bottom: 100px;
}
.trend_list {
  width: 1240px;
  margin: 0 auto;
}
.trend_list ul {
  display: flex;
  flex-wrap: wrap;
}
.trend_list ul li {
  vertical-align: top;
  width: 390px;
  margin: 0 0 65px 35px;
  text-align: left;
}
.trend_list ul li:nth-child(5n+1) {
  margin: 0 0 65px 0;
}
.trend_list ul li:nth-child(5n+4) {
  margin: 0 0 65px 212px;
}
.trend_list_photo {
  margin-bottom: 24px;
  background: url(/trend/images2020/ph_top_hover_right.png);
}
.trend_list ul li:nth-child(3) .trend_list_photo,
.trend_list ul li:nth-child(4) .trend_list_photo,
.trend_list ul li:nth-child(7) .trend_list_photo,
.trend_list ul li:nth-child(8) .trend_list_photo,
.trend_list ul li:nth-child(11) .trend_list_photo,
.trend_list ul li:nth-child(12) .trend_list_photo {
  background: url(/trend/images2020/ph_top_hover_left.png);
}
.trend_list_photo a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.trend_list_photo a:hover {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.trend_list_info {
  display: flex;
}
.trend_list_info_img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 6px;
  background-image: linear-gradient(-80deg, rgb(210,204,230) 0%, rgb(241,154,165) 100%);
}
.trend_list_info_img a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.trend_list_info_img a:hover {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.trend_list_info_img img {
  width: 100%;
  height: auto;
}
.trend_list_info_text {
  flex: 1;
}
.trend_list_salon {
  font-size: 18px;
  line-height: 27px;
  word-break: break-all;
  padding-bottom: 7px;
  font-family: 'Sanchez';
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #a4005b;
}
.trend_list_salon br {
  display: none;
}
.trend_list_stylist {
  margin-top: 10px;
  word-break: break-all;
  display: flex;
  align-items: baseline;
}
.trend_list_stylist_position {
  font-size: 16px;
  line-height: 27px;
  margin-right: 6px;
  font-family: 'Sanchez';
}
.trend_list_stylist_name {
  font-size: 18px;
  line-height: 27px;
  color: #a4005b;
}
.trend_list_salon a:hover, .trend_list_stylist a:hover {
  text-decoration: underline;
}

/* =============== アッパーサロン 詳細ページ =============== */

.content_detail .main_header_title {
  display: none;
}
.main_detail {
  width: 1240px;
  margin: 0 auto;
  padding-top: 24px;
}

/* --- メイン写真 --- */
.detail_img {
  width: 1240px;
  height: 600px;
  position: relative;
}
.detail_img:before {
  content: "";
  display: block;
  width: 172px;
  height: 152px;
  background: url(/trend/images2020/main_deco_left.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.detail_img:after {
  content: "";
  display: block;
  width: 140px;
  height: 157px;
  background: url(/trend/images2020/main_deco_right.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 2;
}
/* --- テキスト枠 --- */
.detail_text {
  width: 1240px;
  margin: 24px 0 64px;
  display: flex;
  justify-content: space-between;
}
.detail_text_inner {
  width: 744px;
}
.detail_another {
  width: 448px;
  margin-bottom: 30px;
}
.detail_another img {
  width: 100%;
  height: auto;
}
/* --- スタイル名 --- */
.detail_text_tit {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 8px;
}
.detail_model {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 20px;
}
/* --- ヘアポイント --- */
.detail_point {
  margin-bottom: 64px;
}
.detail_point_ttl {
  font-family: 'Sanchez', serif;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.detail_point_ttl:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #a4005b;
  margin-right: 8px;
}
.detail_point_head {
  font-family: 'Sanchez', serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  width: 104px;
  height: 22px;
  background: #a4005b;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.detail_point_txt {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}
/* --- スタイリストについて --- */
.detail_stylist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 24px 20px 24px;
  border: 2px solid #a4005b;
  border-radius: 8px;
}
.detail_stylist_img {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  background: #a4005b;
  border-radius: 50%;
}
.detail_stylist_img a {
  transition: 0.3s linear;
}
.detail_stylist_img a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.detail_stylist_img img {
  width: 100%;
  height: auto;
}
.detail_stylist_txt {
  width: 588px;
  width: 588px;
  flex: 1;
}
.detail_stylist_salon {
  font-family: 'Sanchez';
  font-size: 20px;
  line-height: 24px;
  word-break: break-all;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.detail_stylist_salon a {
  color: #a4005b;
}
.detail_stylist_name {
  margin-top: 12px;
  font-size: 0;
}
.detail_stylist_name_position {
  font-family: 'Sanchez', serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  word-break: break-all;
  margin-right: 5px;
  display: inline;
}
.detail_stylist_name_name {
  font-size: 20px;
  color: #a4005b;
  display: inline;
}
.detail_stylist_name_name a {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  word-break: break-all;
  color: #a4005b;
}
.detail_stylist_salon a:hover,
.detail_stylist_name a:hover {
  text-decoration: underline;
}
.detail_stylist_message {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  margin-top: 8px;
}
/* --- ココがスゴイ！ --- */
.detail_recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 24px 24px 20px 24px;
  border: 2px solid #A4005B;
  border-radius: 8px;
  position: relative;
}
.detail_recommend_ttl {
  position: absolute;
  top: -16px;
  left: 15px;
  background: #a4005b;
  width: 170px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}
.detail_recommend_ttl span {
  font-size: 16px;
}
.detail_recommend_img {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}
.detail_recommend_img a {
  transition: 0.3s linear;
}
.detail_recommend_img img {
  width: 100%;
  height: auto;
}
.detail_recommend_txt {
  width: 588px;
  width: 588px;
  flex: 1;
}
.detail_recommend_name {
  font-size: 0;
  margin-top: 5px;
}
.detail_recommend_name_position {
  display: inline;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  word-break: break-all;
  margin-right: 8px;
}
.detail_recommend_name_name {
  display: inline;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  word-break: break-all;
}
.detail_recommend_message {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  margin-top: 3px;
}
/* --- 予約ボタン --- */
.detail_btn {
  clear: both;
  margin: 0 auto 70px;
  width: 424px;
  height: 72px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.detail_btn:after {
  content: "";
  display: block;
  width: 424px;
  height: 72px;
  background: #a4005b;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -2;
}
.detail_btn:hover:after {
  background: #b03974;
}
.detail_btn a {
  font-size: 20px;
  font-weight: bold;
  width: 424px;
  height: 72px;
  text-align: center;
  padding: 20px 0;
  display: block;
  background: #fff;
  border: 2px solid #a4005b;
  color: #a4005b;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.detail_btn a:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #b03974;
  color: #b03974;
  top: 2px;
  left: 2px;
}
.detail_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #ECEAF5 0%, #F9D7DB 100%) 0% 0%;
  z-index: -1;
}
/* --- OTHER STYLE --- */
.detail_other {
  padding: 95px 0 60px 0;
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.detail_other_title {
  width: 1351px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -1000px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: right;
}
.detail_other_title img  {
  width: auto;
  height: 33px;
}
.detail_other_list {
  display: flex;
  flex-wrap: wrap;
}
.detail_other_list li {
  width: 141px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: transparent linear-gradient(270deg, #D2CCE6 0%, #F19AA5 100%) 0% 0%;
}
.detail_other_list li:nth-child(8) {
  margin-right: 0;
}
.detail_other_list li img {
  width: 142px;
  height: auto;
}
.detail_other_list li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.detail_other_list li a:hover,
.detail_other_list li.img_current img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

/*======================================== 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%;
  }
  #contentAll.content--fixed {
    position: fixed;
  }
  /* --- ヘッダー --- */
  #header_lp {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header_lp_logo {
    margin-left: 0;
    float: left;
  }
  .header_lp_menu {
    display: inline-block;
    float: right;
    margin-top: 8px;
  }
  .header_lp_menu a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background: url(/trend/images2020/menu.png?20200301) no-repeat center center;
    background-size: 22px;
  }
  .header_lp_menu a.menu--on {
    background: url(/trend/images2020/menu_close.png?20200301) no-repeat;
    background-size: 22px;
  }
  .header_navi {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translate(1000px);
    -webkit-transform: translate(1000px);
    position: fixed;
    height: 100%;
    top: 40px;
    right: 0;
    border-top: none;
    border-bottom: none;
    background: #fff;
  }
  .header_navi.navi--open {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .header_navi_logo {
    display: block;
    margin: 15px 0 20px;
    text-align: center;
  }
  .header_navi_logo img {
    width: auto;
    height: 71px;
  }
  .header_navi_list {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    position: static;
    transform: translateX(0);
  }
  .header_navi_list li {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
  }
  .header_navi_list li a {
    display: block;
    height: auto;
    text-indent: 0;
    background-image: none;
    opacity: 1 !important;
  }
  .header_navi_list li a img {
    width: 100%;
    height: auto;
  }
  .header_navi_list li.header_navi01 a {
    width: 100%;
    background-position: 0 0;
  }
  .header_navi_list li.header_navi01 a:hover,
  .header_navi_list li.header_navi01.header_navi_current a {
    background-position: 0 -88px;
  }
  .header_navi_list li.header_navi02 a {
    width: 100%;
    background-position: -359px 0;
  }
  .header_navi_list li.header_navi02 a:hover,
  .header_navi_list li.header_navi02.header_navi_current a {
    background-position: -359px -88px;
  }
  .header_navi_list li.header_navi03 a {
    width: 100%;
    background-position: -717px 0;
  }
  .header_navi_list li.header_navi03 a:hover,
  .header_navi_list li.header_navi03.header_navi_current a {
    background-position: -717px -88px;
  }
  .logo {
    margin-left: 0;
  }
  .logo a {
    display: block;
  }
  /*--- ぱんくず ---*/
  #breadcrumbs {
    margin: 0 15px;
    width: auto;
  }
  #breadcrumbs a {
    color: #999;
    line-height: 1.5;
  }
  #breadcrumbs a:visited {
    text-decoration: underline;
  }
  #breadcrumbs a:link {
    text-decoration: underline;
  }
  /* --- フッター --- */
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    width: 37px;
    height: 37px;
  }
  .pageTop a:after {
    top: 16px;
    width: 8px;
    height: 8px;
  }
  #btmName {
    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;
  }
  .snsArea {
    border-bottom: none;
    width: 80%;
    margin: 60px auto 0;
    padding: 20px 0;
  }
  .snsArea p span {
    padding: 0 5px;
  }
  .snsArea .inner {
    width: 160px;
    margin: 0 auto;
  }
  .snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
    margin-right: 20px;
  }
  .snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
    width: 40px;
    display: block;
  }
  .snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
    display: none;
  }
  /*--- リンクコンテンツ ---*/
  .other_contents {
    width: 100%;
    padding: 45px 20px 30px;
    margin: 38px 0 0;
  }
  .other_contents_title {
    width: auto;
    height: 36px;
    padding: 0 0 0 20px;
    left: 0;
  }
  .other_contents_title img {
    height: 22px;
  }
  .other_contents_list {
    width: 100%;
    margin: 15px auto 0;
    display: block;
  }
  .other_contents_list:after {
    content: none;
  }
  .other_contents_list li {
    width: auto;
    margin: 20px 0 0;
    text-align: center;
  }
  .other_contents_list li:first-child {
    margin: 0;
  }
  .other_contents_list li a:hover {
    opacity: 1;
  }
  .other_contents_list li img {
    width: 100%;
  }
  /* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */
  #container {
    width: auto;
  }
  .main_outer {
    width: 100%;
    margin: 0 auto;
  }
  .h_main {
    margin: 55px 0 20px;
  }
  .h_main img {
    height: 71px;
  }
  /* --- Backnumber --- */
  .backnum {
    width: 100%;
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }
  .backnum_title {
    width: auto;
    height: 36px;
    padding: 0 0 0 20px;
    left: 0;
  }
  .backnum_title img {
    height: 22px;
  }
  .backnum_list {
    display: block;
    width: auto;
    margin-right: 6px;
  }
  .backnum_list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .backnum_list li:after {
    content: none;
  }
  .backnum_list li a {
    width: 100%;
    text-decoration: none;
    box-shadow: 6px 6px #000;
    position: static;
  }
  .backnum_list li a:hover {
    background: #fff;
    transition: none;
  }
  .content_detail .backnum {
    padding: 60px 20px 10px;
  }
  /* =============== アッパーサロン TOP =============== */
  .main_header_title {
    width: 100%;
    margin: 0 auto 5px;
    padding: 0 20px;
  }
  .main_header_title img {
    width: 92%;
    height: auto;
    max-width: 308px;
  }
  /* --- TOP メインリード --- */
  .top_main_lead {
    width: 100%;
    margin: 0 auto 10px;
    padding: 5px 20px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .top_main_lead br {
    display: block;
  }
  /* --- トレンドヘア一覧 --- */
  .trend_list_wrapper {
    position: relative;
    padding: 10px 0 30px;
  }
  .trend_list {
    margin: 10px auto 0;
    width: 100%;
  }
  .trend_list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .trend_list ul {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .trend_list ul li {
    vertical-align: top;
    width: 47%;
    margin: 0 0 30px 6%;
  }
  .trend_list ul li:nth-child(5n+1),
  .trend_list ul li:nth-child(5n+4) {
    margin: 0 0 30px 6%;
  }
  .trend_list ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .trend_list_photo {
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
  }
  .trend_list ul li:nth-child(3) .trend_list_photo,
  .trend_list ul li:nth-child(4) .trend_list_photo,
  .trend_list ul li:nth-child(7) .trend_list_photo,
  .trend_list ul li:nth-child(8) .trend_list_photo,
  .trend_list ul li:nth-child(11) .trend_list_photo,
  .trend_list ul li:nth-child(12) .trend_list_photo {
    background: transparent;
  }
  .trend_list_photo a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .trend_list_info:after {
    content: none;
  }
  .trend_list_info_img {
    width: 45px;
    height: auto;
  }
  .trend_list_info_img {
    background: none;
  }
  .trend_list_info_text {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .trend_list_salon {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    padding-bottom: 4px;
    margin-top: 0px;
    background: none;
    border-bottom: none;
  }
  .trend_list_salon br {
    display: block;
  }
  .trend_list_stylist {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
    font-size: 14px;
    line-height: 28px;
    padding-left: 0;
    margin-top: 0;
    background: none;
  }
  .trend_list_stylist:before {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
  /*.trend_list_stylist a {
    color: #a64a97;
  }*/
  .trend_list_stylist_position {
    display: none;
  }
  .trend_list_stylist_name {
    font-size: 14px;
    line-height: 21px;
  }
  /*.trend_list_stylist_name a {
    text-decoration: none;
  }*/
  /* =============== アッパーサロン 詳細ページ =============== */
  .content_detail .main_header_title {
    display: block;
  }
  .main_detail {
    width: 100%;
    padding: 5px 0 85px;
  }
  /* --- メイン写真 --- */
  .detail_img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .detail_img:before {
    width: 90px;
    height: 80px;
    background-size: 90px 80px;
  }
  .detail_img:after {
    top: 0;
    width: 80px;
    height: 90px;
    background-size: 90px 80px;
  }
  .detail_img_list li {
    position: relative;
    left: 50%;
    margin-left: -310px;
  }
  .detail_img_list li img {
    width: auto;
    height: 300px;
  }
  /* --- テキスト枠 --- */
  .detail_text {
    display: block;
    width: 100%;
    padding: 0 20px 55px;
    margin: 0;
  }
  .detail_text_inner {
    width: 100%;
    margin-bottom: 18px;
  }
  .detail_another {
    width: 100%;
    margin: 0;
  }
  /* --- スタイル名 --- */
  .detail_text_tit {
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 5px;
  }
  .detail_text_tit br {
    display: none;
  }
  .detail_model {
    line-height: 18px;
    padding-bottom: 15px;
  }
  /* --- ヘアポイント --- */
  .detail_point {
    margin-bottom: 17px;
  }
  .detail_point_head {
    font-size: 16px;
    line-height: 20px;
    width: 88px;
    height: 20px;
    border-radius: 18px;
    margin-bottom: 2px;
  }
  .detail_point_txt {
    line-height: 30px;
    margin-bottom: 4px;
  }
  /* --- スタイリストについて --- */
  .detail_stylist{
    padding: 14px 16px 10px 16px;
  }
  .detail_stylist_img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    background: none;
  }
  .detail_stylist_img a {
    transition: none;
  }
  .detail_stylist_img a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .detail_stylist_txt {
    width: 100%;
    flex: 1;
  }
  .detail_stylist_salon {
    padding-bottom: 6px;
  }
  .detail_stylist_salon a {
    color: #a4005b;
  }
  .detail_stylist_name {
    margin-top: 8px;
  }
  .detail_stylist_message {
    padding: 0;
  }
  /* --- ココがスゴイ！ --- */
  .detail_recommend{
    padding: 24px 16px 10px 16px;
  }
  .detail_recommend_img {
    width: 80px;
    margin-right: 8px;
  }
  .detail_recommend_txt {
    width: auto;
    flex: 1;
  }
  .detail_recommend_name {
    margin-top: 0;
  }
  .detail_recommend_message {
    margin-top: 0;
  }
  /* --- 予約ボタン --- */
  .detail_btn {
    width: auto;
    height: 67px;
    margin: 0 26px 6px 20px;
  }
  .detail_btn:after {
    content: none;
  }
  .detail_btn a {
    font-size: 16px;
    line-height: 67px;
    padding: 0;
    width: 100%;
    height: 67px;
    box-shadow: 6px 6px #a4005b;
    position: static;
    transition: none;
    text-decoration: none;
  }
  .detail_btn a:hover {
    background: #fff;
    border: 2px solid #a4005b;
    color: #a4005b;
  }
  .detail_btn a:after {
    content: none;
  }
  /* --- OTHER STYLES --- */
  .detail_other {
    padding: 60px 0 70px;
    width: 100%;
  }
  .detail_other_title img {
    height: 22px;
  }
  .detail_other_title {
    width: auto;
    height: 36px;
    padding: 0 0 0 20px;
    left: 0;
  }
  .detail_other_list {
    width: 100%;
    padding: 0 20px;
  }
  .detail_other_list li {
    width: 30%;
    margin: 0 5% 17px 0;
  }
  .detail_other_list li img {
    vertical-align: top;
  }
  .detail_other_list li:nth-child(8) {
    margin-right: 5%;
  }
  .detail_other_list li:nth-child(3n) {
    margin-right: 0;
  }
  .detail_other_list li a {
    transition: none;
  }
  .detail_other_list li a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .detail_other_list li img {
    width: 100%;
  }

}

/*======================================== SP対応 max-width: 320px ========================================*/

@media screen and (max-width: 320px) {
  .trend_list_salon {
    font-size: 12px;
    line-height: 16px;
  }
}
