@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: #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: #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: 1240px;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
.mediaSP {
  display: none;
}
.mediaSP-inline {
  display: none;
}
/*--- ヘッダー ---*/
#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(../images/logo_beauty.png?20190301) 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: 88px;
  top: 163px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.header_navi_logo {
  display: none;
}
.header_navi_list {
  display: flex;
  width: 965px;
  height: 88px;
  font-size: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header_navi_list li {
  height: 88px;
}
.header_navi_list li a {
  display: block;
  height: 88px;
  text-indent: -9999px;
  background-image: url(../images/navi_sprite.png?20190301);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header_navi_list li.header_navi01 a {
  width: 320px;
  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: 319px;
  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: 248px;
  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;
}
.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: #9b9059;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: #ebebeb;
  text-align: center;
}
.other_contents_title {
  text-align: center;
  margin-bottom: 50px;
}
.other_contents_title img {
  width: 229px;
  height: auto;
}
.other_contents_list {
  width: 1240px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.other_contents_list:after {
  content: '';
  display: block;
  clear: both;
}
.other_contents_list li {
  width: 240px;
  float: left;
  margin-left: 10px;
  letter-spacing: normal;
}
.other_contents_list li:first-child {
  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%;
}
.main_outer {
  width: 1240px;
  margin: 0 auto;
}
.h_main {
  width: 100%;
  text-align: center;
  margin: 15px 0 120px;
}
/* --- Backnumber --- */
.backnum {
  width: 100%;
  padding: 70px 0 96px;
  margin: 0 auto;
  width: 1240px;
}
.backnum_title {
  background: url(../images/t_bn.png?20190301) no-repeat;
  width: 1240px;
  height: 28px;
  margin: 0 auto 50px;
}
.backnum_title img {
  display: none;
}
.backnum_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.backnum_list li {
  width: 286px;
  background: #fff;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #111;
}
.backnum_list li a {
  font-size: 14px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  display: block;
  position: relative;
  background: #111;
}
.backnum_list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  background: url(../images/btn_arrow.png?20190301) no-repeat 0 0;
  background-size: 7px auto;
}
.backnum_list li:hover {
  border: 1px solid #585858;
}
.backnum_list li:hover a {
  background: #585858;
  text-decoration: none;
  transition: 0.5s linear;
}

/* =============== アッパーサロン TOP =============== */

.main_header_title {
  width: 1240px;
  margin: 0 auto 8px;
  padding-top: 15px;
  text-align: center;
}
.main_header_title img {
  width: 330px;
  height: auto;
}
/* --- TOP メインリード --- */
.top_main_lead {
  margin: 0 auto 35px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
/* --- トレンドヘア一覧 --- */
.trend_list {
  width: 1240px;
  margin: 0 auto;
}
.trend_list ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.trend_list ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 392px;
  margin: 0 0 64px 32px;
  text-align: left;
}
.trend_list ul li:nth-child(5n+1) {
  margin: 0 0 64px 0;
}
.trend_list ul li:nth-child(5n+4) {
  margin: 0 0 64px 212px;
}
.trend_list ul li:nth-child(5n+5) {
  margin: 0 212px 64px 32px;
}
.trend_list ul li:nth-child(2), .trend_list ul li:nth-child(7), .trend_list ul li:nth-child(12) {
  margin: 32px 0 64px 32px;
}
.trend_list ul li:nth-child(3), .trend_list ul li:nth-child(8), .trend_list ul li:nth-child(13) {
  margin: 64px 0 0 32px;
}
.trend_list ul li:nth-child(5), .trend_list ul li:nth-child(10) {
  margin: 32px 212px 0 32px;
}
.trend_list_photo {
  margin-bottom: 15px;
  background: #da92b6;
}
.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:after {
  content: "";
  display: block;
  clear: both;
}
.trend_list_info_img {
  width: 68px;
  float: left;
}
.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 {
  width: 307px;
  float: right;
  margin-top: 10px;
}
.trend_list_salon {
  font-size: 14px;
  line-height: 18px;
  padding-left: 57px;
  margin-top: 15px;
  word-break: break-all;
  background: url(../images/st_salon.png?20190301) no-repeat 0 0;
  background-size: 50px auto;
}
.trend_list_salon a {
  color: #da92b6;
}
.trend_list_stylist {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-left: 117px;
  margin-bottom: 10px;
  word-break: break-all;
  background: url(../images/st_stylist.png?20190301) no-repeat 0 5px;
  background-size: 102px auto;
}
.trend_list_stylist a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/icon_check.png?20190301) no-repeat 0 0;
  background-size: 12px auto;
}
.trend_list_stylist a {
  color: #da92b6;
}
.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_thumb {
  width: 250px;
  position: absolute;
  top: 422px;
  right: 10px;
}
.detail_img_thumb:after {
  content: "";
  display: block;
  clear: both;
}
.detail_img_thumb li {
  float: left;
  width: 120px;
  margin-left: 10px;
  background: #da92b6;
}
.detail_img_thumb li:first-child {
  margin-left: 0;
}
.detail_img_thumb li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.detail_img_thumb li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* --- SP専用 写真切り替えボタン --- */
.sp_change_ph {
  display: none;
}
/* --- テキスト枠 --- */
.detail_text {
  width: 1240px;
  margin: 24px 0 0;
}
.detail_text:after {
  content: "";
  display: block;
  clear: both;
}
.detail_text_inner {
  width: 600px;
  float: left;
  margin: 0 0 65px 35px;
}
.detail_text_inner:first-child {
  margin-left: 0;
}
/* --- POINT --- */
.detail_point img {
  width: 100%;
}
.detail_point_title {
  padding-bottom: 10px;
}
.detail_point_title img {
  width: 64px;
  height: auto;
}
.detail_point_model {
  font-size: 12px;
  line-height: 28px;
  text-align: right;
  padding-bottom: 20px;
}
.detail_point_lead {
  font-size: 14px;
  line-height: 28px;
}
/* --- スタイル名 --- */
.detail_text_tit {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
  color: #da92b6;
  padding-bottom: 15px;
}
/* --- サロンについて --- */
.detail_about {
  padding-bottom: 20px;
}
.detail_about_salon {
  font-size: 14px;
  line-height: 18px;
  padding-left: 57px;
  margin-top: 15px;
  word-break: break-all;
  background: url(../images/st_salon.png?20190301) no-repeat 0 0;
  background-size: 50px auto;
}
.detail_about_salon a {
  color: #da92b6;
}
.detail_about_stylist {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-left: 117px;
  margin-bottom: 10px;
  word-break: break-all;
  background: url(../images/st_stylist.png?20190301) no-repeat 0 5px;
  background-size: 102px auto;
}
.detail_about_stylist a {
  color: #da92b6;
}
.detail_about_stylist a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/icon_check.png?20190301) no-repeat 0 0;
  background-size: 12px auto;
}
.detail_about_salon a:hover, .detail_about_stylist a:hover {
  text-decoration: underline;
}
/* --- リード --- */
.detail_lead {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 25px;
}
/* --- スタイリストから一言・オススメ --- */
.detail_message {
  padding-bottom: 20px;
}
.detail_message:after {
  content: "";
  display: block;
  clear: both;
}
.detail_message_img {
  width: 80px;
  float: left;
}
.detail_message_img img {
  width: 100%;
  height: auto;
}
.detail_message_text {
  margin-left: 96px;
}
.detail_message_title {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  height: 26px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.detail_message_caption {
  font-size: 12px;
  line-height: 24px;
}
/* --- 予約ボタン --- */
.detail_btn {
  clear: both;
  margin: 0 auto 70px;
  width: 480px;
  background: #fff;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #111;
}
.detail_btn a {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  display: block;
  position: relative;
  background: #da92b6;
  letter-spacing: 2px;
}
.detail_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  background: url(../images/btn_arrow.png?20190301) no-repeat 0 0;
  background-size: 8px auto;
}
.detail_btn:hover {
  border: 1px solid #111;
}
.detail_btn:hover a {
  background: #e5b2cc;
  text-decoration: none;
  transition: 0.5s linear;
}
/* --- OTHER STYLE --- */
.detail_other {
  padding: 30px 0 18px 0;
}
.detail_other_title img {
  display: none;
}
.detail_other_title {
  background: url(../images/t_os.png?20190301) no-repeat;
  width: 1240px;
  height: 28px;
  margin: 0 auto 50px;
}
.detail_other_list {
  letter-spacing: -0.4em;
}
.detail_other_list li {
  width: 141px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #da92b6;
}
.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.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%;
  }
  #contentAll.content--fixed {
    position: fixed;
  }
  .mediaPC {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  .mediaSP-inline {
    display: inline;
  }
  /* --- ヘッダー --- */
  #header_lp {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    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(../images/menu.png?20190301) no-repeat center center;
    background-size: 22px;
  }
  .header_lp_menu a.menu--on {
    background: url(../images/menu_close.png?20190301) 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: 220px;
  }
  .header_navi_list {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    border-bottom: 1px solid #837d7b;
  }
  .header_navi_list li {
    height: auto;
    border-top: 1px solid #837d7b;
  }
  .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 50px;
    box-sizing: border-box;
  }
  .other_contents_title {
    margin-bottom: 45px;
  }
  .other_contents_title img {
    width: 225px;
  }
  .other_contents_list {
    width: 100%;
  }
  .other_contents_list:after {
    content: none;
  }
  .other_contents_list li {
    width: auto;
    float: none;
    margin: 25px 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 {
    width: 220px;
    height: auto;
  }
  /* --- Backnumber --- */
  .backnum {
    width: 100%;
    padding: 60px 20px 65px;
    box-sizing: border-box;
  }
  .backnum_title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
    padding-bottom: 35px;
  }
  .backnum_title img {
    display: block;
    width: 100%;
    height: auto;
  }
  .backnum_list {
    display: block;
    width: 100%;
  }
  .backnum_list li {
    width: 100%;
    margin-bottom: 16px;
  }
  .backnum_list li a {
    width: 100%;
    padding: 12px 0;
  }
  .backnum_list li:hover {
    border: 1px solid #111;
  }
  .backnum_list li:hover a {
    background: #111;
    text-decoration: underline;
  }
  .content_detail .backnum {
    padding: 60px 20px 10px;
  }
  /* =============== アッパーサロン TOP =============== */
  .main_header_title {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main_header_title img {
    width: 100%;
  }
  /* --- TOP メインリード --- */
  .top_main_lead {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  /* --- トレンドヘア一覧 --- */
  .trend_list {
    margin-top: 10px;
    width: 100%;
  }
  .trend_list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .trend_list ul {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
  }
  .trend_list ul li {
    vertical-align: top;
    width: 47%;
    margin: 0 0 25px 6%;
  }
  .trend_list ul li:nth-child(5n+1),
  .trend_list ul li:nth-child(5n+4),
  .trend_list ul li:nth-child(5n+5),
  .trend_list ul li:nth-child(2),
  .trend_list ul li:nth-child(3),
  .trend_list ul li:nth-child(5),
  .trend_list ul li:nth-child(7),
  .trend_list ul li:nth-child(8),
  .trend_list ul li:nth-child(10),
  .trend_list ul li:nth-child(12),
  .trend_list ul li:nth-child(13) {
    margin: 0 0 25px 6%;
  }
  .trend_list ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .trend_list ul li:nth-of-type(even) {
    margin-top: 19px;
  }
  .trend_list_photo {
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
  }
  .trend_list_photo a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .trend_list_info:after {
    content: none;
  }
  .trend_list_info_img {
    display: none;
  }
  .trend_list_info_text {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .trend_list_salon {
    padding-left: 0;
    margin-top: 7px;
    background: none;
  }
  .trend_list_salon a {
    text-decoration: underline;
  }
  .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-bottom: 0;
    background: none;
  }
  .trend_list_stylist:before {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
  .trend_list_stylist a {
    color: #da92b6;
  }
  /* =============== アッパーサロン 詳細ページ =============== */
  .content_detail .main_header_title {
    display: block;
  }
  .main_detail {
    width: 100%;
    padding-top: 5px;
  }
  /* --- メイン写真 --- */
  .detail_img {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .detail_img_list li {
    position: relative;
    left: 50%;
    margin-left: -310px;
  }
  .detail_img_list li img {
    width: auto;
    height: 300px;
  }
  /* --- メイン写真 サムネイル --- */
  .detail_img_thumb {
    display: none;
  }
  /* --- SP専用 写真切り替えボタン --- */
  .sp_change_ph {
    display: block;
    width: 100%;
  }
  .sp_change_ph_btn {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }
  .sp_change_ph_btn li {
    display: inline-block;
    width: 49.9%;
    height: 46px;
  }
  .sp_change_ph_btn li a {
    display: block;
    width: 100%;
    height: 46px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/sp_switch_btn_front.png?20190301) no-repeat center 0;
  }
  .sp_change_ph_btn li.nav_front a {
    background: url(../images/sp_switch_btn_front.png?20190301) no-repeat center 0;
    background-size: 57px auto;
    border-top: 7px solid #fff;
  }
  .sp_change_ph_btn li.nav_front a.nav_current {
    background: url(../images/sp_switch_btn_front.png?20190301) no-repeat center -39px;
    background-size: 57px auto;
    border-top: 7px solid #000;
  }
  .sp_change_ph_btn li.nav_back a {
    background: url(../images/sp_switch_btn_back.png?20190301) no-repeat center 0;
    background-size: 46px auto;
    border-top: 7px solid #fff;
  }
  .sp_change_ph_btn li.nav_back a.nav_current {
    background: url(../images/sp_switch_btn_back.png?20190301) no-repeat center -39px;
    background-size: 46px auto;
    border-top: 7px solid #000;
  }
  /* --- テキスト枠 --- */
  .detail_text {
    float: none;
    width: 100%;
    padding: 0 20px 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .detail_text_inner {
    width: 100%;
    float: none;
    margin-left: 0;
    margin: 0 0 45px 0;
  }
  .detail_text_inner:first-child {
    margin: 0 0 25px 0;
  }
  /* --- POINT --- */
  .detail_point_model {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 8px;
  }
  .detail_point_lead {
    font-size: 13px;
    line-height: 26px;
  }
  /* --- スタイル名 --- */
  .detail_text_tit {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
    position: static;
    font-size: 21px;
    line-height: 42px;
  }
  /* --- サロンについて --- */
  .detail_about_salon {
    font-size: 15px;
    padding-left: 60px;
    background-size: 47px auto;
  }
  .detail_about_salon a {
    color: #da92b6;
  }
  .detail_about_stylist {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
    font-size: 19px;
    padding-left: 110px;
    background-size: 94px auto;
  }
  .detail_about_salon a:hover, .detail_about_stylist a:hover {
    text-decoration: underline;
  }
  /* --- リード --- */
  .detail_lead {
    font-size: 13px;
    line-height: 26px;
  }
  /* --- スタイリストから一言・オススメ --- */
  .detail_message {
    padding-bottom: 15px;
  }
  .detail_message:after {
    content: "";
    display: block;
    clear: both;
  }
  .detail_message_img {
    width: 72px;
  }
  .detail_message_text {
    margin-left: 90px;
  }
  .detail_message_title {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 8px;
  }
  .detail_message_caption {
    font-size: 11px;
    line-height: 22px;
  }
  .detail_point_title {
    width: 100%;
  }
  /* --- 予約ボタン --- */
  .detail_btn {
    margin: 0 auto 30px;
    width: 100%;
  }
  .detail_btn a {
    font-size: 15px;
    line-height: 56px;
    padding: 0;
    width: 100%;
    text-decoration: none;
  }
  .detail_btn:hover {
    border: 1px solid #111;
  }
  .detail_btn:hover a {
    background: #da92b6;
    transition: none;
  }
  /* --- OTHER STYLES --- */
  .detail_other {
    padding: 40px 0 5px;
  }
  .detail_other_title img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .detail_other_title {
    background: none !important;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
  .detail_other_list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .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-of-type(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%;
  }
}
