@charset "UTF-8";

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

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;
}
select {
	margin: 0;
}
html {
	overflow: auto;
}

/* =============== LP共通 =============== */

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: #189860;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #189860;
	text-decoration: none;
}
a:hover {
	color: #189860;
	text-decoration: underline;
}
a:active {
	color: #189860;
	text-decoration: underline;
}
#contentAll {
	text-align: left;
	min-width: 1200px;
	overflow: hidden;
}
#contentAll h1 {
	position: absolute;
	left: -999px;
	top: -999px;
}

/* ヘッダー */

#header_lp {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
.logo {
	display: block;
	width: 120px;
	height: 45px;
	background-image: url(http://imgbp.hotp.jp/CSP/img/bt/sprites/c.png);
	background-position: -580px -4px;
	text-indent: -9999px;
	overflow: hidden;
}
div.socialIcon3 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	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: 900px;
	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: 900px;
	margin: 0 auto;
}
#pagetop {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#pagetop p {
	background: url(../images/icon_pagetop.png) 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: 900px;
	margin: 20px 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;
}

/* =============== TOPページ、詳細ページ共通 =============== */

/*下層専用*/
#container {
	width: 100%;
}

/*TOP専用*/
#container_top {
	width: 100%;
	height: auto !important;
}

.detail_inner {
	width: 900px;
	margin: 0 auto;
}

/*背景色、見出し*/

.main_outer,
.main_outer_detail {
	width: 100%;
}

/* Backnumber */

.backnum_outer {
	background-color: #c29e47;
	padding: 30px 0 40px 0;
	width: 100%;
	position: relative;
}
.backnum_outer::before {
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_khaki_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -75px;
}
.backnum_area {
	width: 866px;
	margin: 0 auto;
}
.backnum_area h3 {
	margin-bottom: 35px;
}
.backnum_area h3 img {
	display: none;
}
.backnum_area h3 {
	background: url(../images/t_bn.png) no-repeat;
	width: 260px;
	height: 49px;
	margin: 0 auto 30px auto;
}
.backnum_area ul {
	width: 866px;
	letter-spacing: -0.4em;
}
.backnum_area ul li {
	display: inline-block;
	width: 200px;
	text-align: center;
	margin-left: 22px;
}
.backnum_area ul li a {
	border-radius: 5px;
	font-size: 12px;
	width: 200px;
	letter-spacing: normal;
	background: #257954;
	color: #fff;
	text-align: center;
	padding: 9px 0;
	display: block;
}
.backnum_area ul li a:hover {
	text-decoration: underline;
}
.backnum_area ul li:first-child {
	margin-left: 0;
}
.backnum_area #sp_bucknum {
	display: none;
}

/* =============== TOP =============== */

.main_outer.main_circle{
	background-image: url(../images/bg_circle.png);
	background-repeat: repeat;
	padding: 88px 0 112px 0;
	position: relative;
}
.main_outer.main_circle::before{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_outer.main_circle::after{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_gray_btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_outer.main_egg{
	background: #dfdfdf;
	padding: 43px 0 69px 0;
	position: relative;
}
.main_outer.main_square{
	background-image: url(../images/bg_square.png);
	background-repeat: repeat;
	padding: 88px 0 112px 0;
	position: relative;
}
.main_outer.main_square::before{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_gray_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_outer.main_square::after{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_gray_btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_outer.main_triangle{
	background: #dfdfdf;
	padding: 43px 0 114px 0;
	position: relative;
}
.h_sub{
	text-align: center;
	width: 236px;
	height: 133px;
	margin: 0 auto 20px auto;
}
.h_sub img{
	display: none;
}
.main_outer.main_circle .h_sub{
	background: url(../images/style_ttl_circle.png) no-repeat center 0;
}
.main_outer.main_egg .h_sub{
	background: url(../images/style_ttl_egg.png) no-repeat center 0;
}
.main_outer.main_square .h_sub{
	background: url(../images/style_ttl_square.png) no-repeat center 0;
}
.main_outer.main_triangle .h_sub{
	background: url(../images/style_ttl_triangle.png) no-repeat center 0;
}
#main_header{
	height: 640px;
	width: 100%;
	text-align: center;
	position: relative;
}
#main_header::before{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
#main_header::after{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1001;
}
#cate_menu {
	width: 100%;
	height: 32px;
}
#cate_menu ul {
	width: 648px;
	height: 32px;
	margin: 0 auto;
	font-size: 0;
}
#cate_menu ul li {
	display: inline-block;
	height: 32px;
	font-size: 1rem;
}
#cate_menu ul li img {
	display: none;
}
#cate_menu li a {
	display: block;
	height: 32px;
	background-image: url(../images/menu_pc.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#cate_menu li a:hover {
	background-position-y: -32px !important;
}
#cate_menu li.menu_circle a {
	width: 117px;
	background-position: 0 0;
}
#cate_menu li.menu_egg a {
	width: 117px;
	background-position: -118px 0;
}
#cate_menu li.menu_square a {
	width: 254px;
	background-position: -234px 0;
}
#cate_menu li.menu_triangle a {
	width: 160px;
	background-position: -487px 0;
}

/* TOPスライド画像 */

#loader {
	font-family: 'Marvel', sans-serif;
	margin: 300px auto 300px;
	width: 300px;
	text-align: center;
	font-size: 25px;
	color: #333333;
}
#loader p {
	margin-bottom: 20px;
}
#bar {
	width: 300px;
	height: 2px;
	border: 1px solid #333333;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
}
#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #333333;
}

/*TOPスライダー*/

.top_main_photo_area {
	width:100%;
	height:640px;
	position:relative;
	z-index:1;
	background-color:#fff;
}
.top_main_photo {
	width:1200px;
	height:640px;
	margin:0 auto;
	text-indent: -9999px;
}
.top_main_photo p {
	position: absolute;
	top: 158px;
	left: 50%;
	margin-left: -219px;
	background: url(../images/top_main_logo.png) no-repeat 0 0;
	width: 395px;
	height: 319px;
}
.vegas-slide-inner {
	background-size: auto 100% !important;
}

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

.trend_list {
	width: 900px;
	margin: 0 auto;
}
.trend_list ul {
	letter-spacing: -0.4em;
}
.trend_list ul li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 300px;
	margin: 0;
}
.trend_list ul li a {
	display: block;
}
.trend_list ul li .top_photo {
	width: 280px;
	height: 340px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.trend_list ul li .top_photo a img {
	border: 4px solid #c29e47;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 280px;
	height: 340px;
}
.trend_list ul li .top_photo a:hover,
.trend_list ul li dl dt a:hover {
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.trend_list ul li dl {
	width: 280px;
	border-top: 1px solid #917b48;
	border-bottom: 1px solid #917b48;
	display: table;
	padding: 10px 0;
}
.trend_list ul li dl dt {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
}
.trend_list ul li dl dd {
	width: 170px;
	font-size: 14px;
	line-height: 15px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.trend_list ul li dl dd .st_salon {
	background: url(../images/st_salon.png) no-repeat 0 0;
	padding-top: 13px;
	word-break: break-all;
	color: #189860;
}
.trend_list ul li dl dd .st_stylist {
	background: url(../images/st_stylist.png) no-repeat 0 0;
	width: 93px;
	padding-top: 16px;
	margin-top: 10px;
	word-break: break-all;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #189860;
}
.trend_list ul li dl dd .st_colorist {
	background: url(../images/st_colorist.png) no-repeat 0 0;
	padding-top: 11px;
	margin: 8px 15px 0 0;
	word-break: break-all;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #ff598e;
}
.trend_list ul li .top_catch {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 13px;
	word-break: break-all;
	text-align: center;
	width: 280px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.trend_list ul li .top_catch a {
	color :#a9894a;
}

/* =============== 詳細ページ =============== */

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

.main_outer_detail {
	background-repeat: repeat;
	padding: 40px 0 57px 0;
}
.main_outer_detail.main_circle {
	background-image: url(../images/bg_circle.png);
}
.main_outer_detail.main_egg {
	background-image: url(../images/bg_egg.png);
}
.main_outer_detail.main_square {
	background-image: url(../images/bg_square.png);
}
.main_outer_detail.main_triangle {
	background-image: url(../images/bg_triangle.png);
}

.h_detail{
	height: 86px;
	width: 100%;
	background: #a9894a;
	text-align: center;
}
.h_detail img{
	margin: 21px auto 0 auto;
}

.h_sub_detail{
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 19px 0 10px 0;
	border-top: 1px solid #a9894a;
}
.h_sub_detail img{
	display: none;
}

.main_outer_detail.main_circle .h_sub_detail{
	background: url(../images/style_ttl_detail_circle.png) no-repeat 0 19px;
}
.main_outer_detail.main_egg .h_sub_detail{
	background: url(../images/style_ttl_detail_egg.png) no-repeat 0 19px;
}
.main_outer_detail.main_square .h_sub_detail{
	background: url(../images/style_ttl_detail_square.png) no-repeat 0 19px;
}
.main_outer_detail.main_triangle .h_sub_detail{
	background: url(../images/style_ttl_detail_triangle.png) no-repeat 0 19px;
}

/* ボタン */

.btn a {
	background-color: #257954;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 20px;
	word-break: break-all;
	border-radius: 5px;
}
.btn a:hover {
	background-color: #2e978e;
}
.btn.btn_l a {
	font-size: 16px;
	line-height: 26px;
	width: 540px;
	margin: 0 auto;
}
.btn.btn_s a {
	font-size: 16px;
	line-height: 26px;
	width: 360px;
	margin: 0 auto;
	padding: 15px 20px;
}

/* 中見出し */

#main_detail_info h4 {
	width: 239px;
	height: 48px;
	margin: 0 auto;
}
#main_detail_info h4 img {
	display: none;
}
#main_detail_info .detail_point h4 {
	background: url(../images/t_point.png) no-repeat;
	margin: 15px auto 5px auto;
}
#main_detail_info .detail_recipe h4 {
	background: url(../images/t_recipe.png) no-repeat;
	margin-bottom: 20px;
}
#main_detail_info .detail_about h4 {
	background: url(../images/t_about.png) no-repeat;
	margin: 15px auto 5px auto;
}
#main_detail_info .detail_other h4 {
	background: url(../images/t_other.png) no-repeat;
	margin-bottom: 35px;
}
#main_detail_info h5 {
	margin-bottom: 15px;
	width: 532px;
}

.main_outer_detail.main_circle #main_detail_info h5 {
	background: url(../images/h_point_circle.png) no-repeat;
	height: 42px;
}
.main_outer_detail.main_egg #main_detail_info h5 {
	background: url(../images/h_point_egg.png) no-repeat;
	height: 42px;
}
.main_outer_detail.main_square #main_detail_info h5 {
	background: url(../images/h_point_square.png) no-repeat;
	height: 59px;
}
.main_outer_detail.main_triangle #main_detail_info h5 {
	background: url(../images/h_point_triangle.png) no-repeat;
	height: 59px;
}
.main_outer_detail.main_circle #main_detail_info h5 img,
.main_outer_detail.main_egg #main_detail_info h5 img,
.main_outer_detail.main_square #main_detail_info h5 img,
.main_outer_detail.main_triangle #main_detail_info h5 img {
	display: none;
}

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

.detail_topbox:after {
	content: "";
	display: block;
	clear: both;
}
.tren_in_img {
	float: left;
	width: 435px;
	position: relative;
}
#main_photo {
	border: 4px solid #c29e47;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 435px;
	height: 579px;
}
.tren_in_txt {
	float: right;
	width: 435px;
}
.tren_in_txt h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.tren_in_txt h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
	padding-bottom: 16px;
	width: 100%;
	border-bottom: 1px solid #a9894a;
}
.tren_in_txt .detail_lead {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}
.tren_in_txt .detail_lead span {
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-top: 5px;
}
.tren_in_txt ul.thumb_box:after {
	content: "";
	display: block;
	clear: both;
}
.tren_in_txt ul.thumb_box li {
	float: left;
	width: 135px;
	margin-left: 15px;
	background: #fff;
}
.tren_in_txt ul.thumb_box li:first-child {
	margin-left: 0;
}
.tren_in_txt ul.thumb_box li a {
	display: block;
}
.tren_in_txt ul.thumb_box li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sp_switch_ph_btn {
	display: none;
}

/* Before お悩み */

.detail_before {
	width: 420px;
	margin: 20px 0 0 15px;
}
.detail_before:after {
	content: "";
	display: block;
	clear: both;
}
.detail_before_img {
	width: 119px;
	float: left;
}
.detail_before_img img {
	width: 100%;
}
.detail_before dl {
	width: 284px;
	float: right;
	margin-top: 5px;
}
.detail_before dl dt {
	background: url(../images/h_before.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 70px;
	height: 38px;
	margin-bottom: 18px;
}
.detail_before dl dd {
	padding-left: 28px;
	margin: 0 0 8px 13px;
	background: url(../images/ico_chk.png) no-repeat 0 2px;
	font-size: 14px;
	line-height: 25px;
}

/* トレンドヘア情報 */

#main_detail_info {
	margin: 45px 0 0 0;
}

/* TREND POINT */

.detail_point {
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	padding: 30px 0;
	position: relative;
}
.detail_point::before{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -75px;
	z-index: 1000;
}
.detail_point::after{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -75px;
	z-index: 1000;
}
.detail_point dl::after {
    content: "";
    display: block;
    clear: both;
}
.detail_point dl dt {
	width: 205px;
	float: left;
}
.detail_point dl dt img {
	width: 205px;
	height: auto;
}
.detail_point dl dd {
	width: 665px;
	float: right;
}
.detail_point ol li {
	width: 205px;
	border-left: 1px solid #000;
	display: inline-block;
	margin-left: 9px;
	padding: 52px 0 5px 10px;
	letter-spacing: normal;
	vertical-align: top;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.detail_point ol li:first-child {
	border-left: none;
	margin-left: 0;
	padding: 52px 0 0 0;
}
.detail_point ol li span {
	font-weight: bold;
}
.detail_point ol li.point01 {
	background-image: url(../images/num_01.png);
	background-position: 0 0;
}
.detail_point ol li.point02 {
	background-image: url(../images/num_02.png);
}
.detail_point ol li.point03 {
	background-image: url(../images/num_03.png);
}

/* HAIR RECIPE */

.detail_recipe {
	margin-top: 40px;
	padding: 50px 0 112px 0;
}
.detail_recipe ul {
	width: 892px;
	margin: 0 auto 50px auto;
	letter-spacing: -0.4em;
}
.detail_recipe ul li {
	width: 205px;
	border-left: 1px solid #000;
	display: inline-block;
	padding: 5px 0 0 10px;
	margin-left: 10px;
	letter-spacing: normal;
	vertical-align: top;
	/*height: 165px;*/
	min-height: 140px;
	padding-bottom: 5px;
}
.detail_recipe ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 8px;
}
.detail_recipe ul li p.recipe_t {
	background-repeat: no-repeat;
	width: 100px;
	height: 19px;
	padding-bottom: 20px;
	text-align: center;
}
.detail_recipe ul li p.recipe_t.mt_cut {
	background-image: url(../images/mt_cut.png);
}
.detail_recipe ul li p.recipe_t.mt_perm {
	background-image: url(../images/mt_perm.png);
}
.detail_recipe ul li p.recipe_t.mt_color {
	background-image: url(../images/mt_color.png);
}
.detail_recipe ul li p.recipe_t.mt_styling {
	background-image: url(../images/mt_styling.png);
}
.detail_recipe ul li p.recipe_t img {
	display: none;
}
.detail_recipe ul li p.recipe_txt {
	font-size: 14px;
	line-height: 24px;
}

/* ABOUT */

.detail_about {
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	padding: 40px 0;
	position: relative;
}
.detail_about::before{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_btm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: -75px;
	z-index: 1000;
}
.detail_about::after{
	content: '';
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/cover_white_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -75px;
	z-index: 1000;
}
.detail_about_stylist {
	margin-bottom: 40px;
}
.detail_about_stylist::after {
	content:'';
	display: block;
	clear: both;
}
.detail_about .detail_about_stylist .stylist_img {
	width: 205px;
	float: left;
}
.detail_about .detail_about_stylist .stylist_r {
	margin-left: 225px;
}
.detail_about .detail_about_stylist .stylist_head {
	background: url(../images/t_about_stylist.png) no-repeat;
	width: 100px;
	height: 41px;
	margin: 30px 0 15px 0;
}
.detail_about .detail_about_stylist .stylist_head img {
	display: none;
}
.detail_about .detail_about_stylist .stylist_member {
	word-break: break-all;
	font-size: 16px;
	line-height: 24px;
}
.detail_about .detail_about_stylist .stylist_title_h {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}
.detail_about .detail_about_stylist .stylist_title {
	word-break: break-all;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 12px;
	color: #189860;
}
.detail_about .detail_about_stylist .stylist_comment {
	font-size: 14px;
	line-height: 25px;
	margin-left: 225px;
	margin-bottom: 40px;
}
.detail_about .detail_about_stylist .btn_s {
	margin: 0 0 30px 225px;
}

.detail_about_salon::after {
	content:'';
	display: block;
	clear: both;
}
.detail_about .detail_about_salon .salon_img {
	width: 205px;
	float: left;
}
.detail_about .detail_about_salon .salon_head {
	background: url(../images/t_about_salon.png) no-repeat;
	width: 100px;
	height: 36px;
	margin: 0 0 15px 225px;
}
.detail_about .detail_about_salon .salon_head img {
	display: none;
}
.detail_about .detail_about_salon .salon_kana {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-left: 225px;
	margin-bottom: 5px;
}
.detail_about .detail_about_salon .salon_name {
	font-size: 18px;
	line-height: 24px;
	margin-left: 225px;
	margin-bottom: 10px;
	color: #189860;
}
.detail_about .detail_about_salon .salon_comment {
	font-size: 14px;
	line-height: 25px;
	margin-left: 225px;
	margin-bottom: 10px;
}
.detail_about .detail_about_salon .salon_link_list{
	font-size: 14px;
	line-height: 25px;
	margin-left: 225px;
}
.detail_about .detail_about_salon .salon_link_list li{
	display: inline;
	padding-right: 10px;
	word-wrap: break-word;
	word-break: break-all;
	background: url(../images/link_line.png) no-repeat right 50%;
}
.detail_about .detail_about_salon .salon_link_list li:last-child{
	padding-right: 0;
	background: none;
}
.detail_about .detail_about_salon .salon_link_list li:last-child::after{
	content: none;
}
.detail_about .detail_about_salon .salon_stylist {
	margin-bottom: 15px;
}
.detail_about .detail_about_salon .btn_s {
	margin-left: 225px;
}
.detail_about .detail_about_salon .salon_link_head {
	background: url(../images/t_about_link.png) no-repeat;
	width: 100px;
	height: 41px;
	margin: 30px 0 10px 225px;
}
.detail_about .detail_about_salon .salon_link_head img {
	display: none;
}

/* OTHER STYLE */

.detail_other {
	clear: both;
	margin-top: 40px;
	padding: 50px 0 0 0;
}
.detail_other ul {
	width: 857px;
	margin: 0 auto;
}
.detail_other ul::after {
	content: "";
	display: block;
	clear: both;
}
.detail_other ul li {
	width: 94px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.detail_other ul li:nth-child(8) {
	margin-right: 0;
}
.detail_other ul li.img_current {
	background-color: #fff;
}
.detail_other ul li.img_current img {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
}
.detail_other ul li a {
	display: block;
}
.detail_other ul li a:hover {
	background-color: #fff;
}
.detail_other ul li a:hover img {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
}

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

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

	/* =============== LP共通 =============== */

	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;
		padding: 10px;
	}
	.logo {
		display:block;
		width: 88px;
		height: 34px;
		margin:0;
		text-indent: -9999px;
		overflow: hidden;
		background: url(http://imgbp.hotp.jp/CSP/img/common/smb/logo_top_2x.png) no-repeat center center;
		background-size:88px 34px;
	}
	.logo a {
		display: block;
	}
	div.socialIcon3 {
		display: none;
	}
	#breadcrumbs {
		margin: 0;
		border-top: 1px solid #ddd;
	}
	#breadcrumbs p {
		width: 92%;
		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-right: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-left: 5px;
	}

	/* =============== TOPページ、詳細ページ共通 =============== */

	/* 下層ページ専用 */
	#container {
		width: auto;
		height: auto !important;
	}

	/*TOP専用*/
	#container_top {
	}

	.detail_inner {
		width: 92%;
	}

	/* Backnumber */

	.backnum_outer {
		padding: 20px 0 0 0;
		border-bottom: none;
	}
	.backnum_outer::before{
		height: 27px;
		top: -27px;
	}
	.backnum_area {
		width: 100%;
		margin: 0 auto;
	}
	.backnum_area h3 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background: none;
		padding-bottom: 25px;
	}
	.backnum_area h3 img {
		display: block;
		width: 260px;
		height: auto;
		margin: 0 auto;
	}
	.backnum_area ul {
		width: 92%;
		margin: 0 auto;
		padding-bottom: 11px;
	}
	.backnum_area ul li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 11px;
	}
	.backnum_area ul li a {
		text-align: center;
		font-size: 13px;
		display: block;
		height: 42px;
		line-height: 42px;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	/* =============== TOP =============== */

	.main_outer.main_circle{
		background-size: 50px 50px;
		padding: 32px 0 64px 0;
	}
	.main_outer.main_circle::before{
		height: 27px;
	}
	.main_outer.main_circle::after{
		height: 27px;
	}

	.main_outer.main_egg{
		padding: 1px 0 32px 0;
	}

	.main_outer.main_square{
		background-size: 130px 88px;
		padding: 32px 0 64px 0;
	}
	.main_outer.main_square::before{
		height: 27px;
	}
	.main_outer.main_square::after{
		height: 27px;
	}

	.main_outer.main_triangle{
		padding: 1px 0 64px 0;
	}

	.h_sub{
		background: none;
		width: 178px;
		height: auto;
		margin: 10px auto;
	}
	.h_sub img{
		display: block;
		width: 178px;
		height: auto;
	}
	.main_outer.main_circle .h_sub,
	.main_outer.main_egg .h_sub,
	.main_outer.main_square .h_sub,
	.main_outer.main_triangle .h_sub{
		background: none;
		margin: 20px auto;
	}
	#main_header{
		height: 260px;
		background: none;
	}
	#main_header::before{
		height: 27px;
		top: -1px;
	}
	#main_header::after{
		height: 27px;
		bottom: -1px;
	}

	#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;
	}
	#cate_menu {
		width: 100%;
		height: 54px;
		margin: 25px 0 15px 0
	}
	#cate_menu ul {
		/*width: 289px;*/
		width: 100%;
		text-align: center;
		height: 54px;
	}
	#cate_menu ul li {
		height: 54px;
	}
	#cate_menu li a {
		display: block;
		height: 54px;
		background-image: url(../images/menu_sp.png);
		background-repeat: no-repeat;
	}
	#cate_menu li a:hover {
		background-position-y: 0 !important;
	}
	#cate_menu li.menu_circle a {
		width: 63px;
		background-position: 0 0;
		background-size: 350px 54px;
	}
	#cate_menu li.menu_egg a {
		width: 63px;
		background-position: -63px 0;
		background-size: 350px 54px;
	}
	#cate_menu li.menu_square a {
		width: 133px;
		background-position: -129px 0;
		background-size: 350px 54px;
	}
	#cate_menu li.menu_triangle a {
		width: 88px;
		background-position: -263px 0;
		background-size: 350px 54px;
	}

	/* TOPスライド画像 */

	#loader {
		width: 100%;
		font-size: 16px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}
	#loader p {
		margin-bottom: 5px;
	}
	#bar {
		margin: 10px auto;
	}
	#loader img {
		width: 75px;
		height: auto;
	}

	/*TOPスライダー*/

	.top_main_photo_area {
		width:100%;
		height:260px;
	}
	.top_main_photo {
		width:100%;
		height:260px;
	}

	.top_main_photo p {
		top: 47px;
		margin-left: -86px;
		background: url(../images/top_main_logo_sp.png) no-repeat 0 0;
		width: 162px;
		height: 130px;
		background-size: 100% auto;
	}
	.vegas-slide-inner {
		background-size: auto 100% !important;
	}

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

	.trend_list {
		margin-top: 10px;
		width: 100%;
	}
	.trend_list img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.trend_list ul {
		margin-left: 2%;
	}
	.trend_list ul li {
		vertical-align: top;
		width: 32.666%;
	}

	.trend_list ul li .top_photo {
		width: 92%;
		height: auto;
		margin: 0 auto;
	}
	.trend_list ul li .top_photo a img {
		border: 2px solid #c29e47;
		width: 100%;
		height: auto;
	}
	.trend_list ul li .top_photo a:hover,
	.trend_list ul li dl dt a:hover {
		display: block;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.trend_list ul li dl {
		width: 92%;
		margin: 0 auto;
	}
	.trend_list ul li dl dt {
		display: none;
	}
	.trend_list ul li dl dd, .trend_list ul li dl dd a {
		width: auto;
		font-size: 12px;
		line-height: 18px;
	}
	.trend_list ul li dl dd {
		margin: 5px 0 5px 0;
		padding: 0 3%;
		display: block;
	}
	.trend_list ul li dl dd .st_salon {
		background: url(../images/st_salon_sp.png) no-repeat 0 0;
		padding-top: 10px;
		background-size: 24px 8px;
	}
	.trend_list ul li dl dd .st_salon br {
		display: none;
	}
	.trend_list ul li dl dd .st_stylist,
	.trend_list ul li dl dd .st_colorist{
		display: none;
	}
	.trend_list ul li .top_catch {
		font-size: 12px;
		line-height: 15px;
		text-align: left;
		padding: 5px;
		min-height: 30px;
		width: auto;
	}

	/* =============== 詳細ページ =============== */

	#main_detail{
		width: 100%;
		padding-bottom: 10px;
	}

	.main_outer_detail {
		padding: 0 0 57px 0;
		margin-top: 25px;
	}

	.main_outer_detail.main_circle {
		background-image: url(../images/bg_circle.png);
		background-size: 50px 50px;
	}

	.main_outer_detail.main_egg {
		background-image: url(../images/bg_egg.png);
		background-size: 44px 153px;
	}

	.main_outer_detail.main_square {
		background-image: url(../images/bg_square.png);
		background-size: 130px 88px;
	}

	.main_outer_detail.main_triangle {
		background-image: url(../images/bg_triangle.png);
		background-size: 39px 39px;
	}

	.h_detail{
		height: 62px;
	}
	.h_detail img{
		width: auto;
		height: 36px;
		margin: 13px auto 0 auto;
	}
	.main_outer_detail.main_circle .h_sub_detail,
	.main_outer_detail.main_egg .h_sub_detail,
	.main_outer_detail.main_square .h_sub_detail,
	.main_outer_detail.main_triangle .h_sub_detail {
		background: none;
	}
	.h_sub_detail{
		padding: 19px 0 5px 0;
		height: auto;
		margin: 10px auto;
	}
	#main_detail .h_sub_detail img{
		display: block;
		width: auto;
		height: 30px;
	}
	.main_outer.main_circle .h_sub_detail,
	.main_outer.main_egg .h_sub_detail,
	.main_outer.main_square .h_sub_detail,
	.main_outer.main_triangle .h_sub_detail{
		background: none;
		margin: 20px auto;
	}

	#main_detail_info h5 {
    margin-bottom: 0;
		width: 100%;
	}

	.main_outer_detail.main_circle #main_detail_info h5 img,
	.main_outer_detail.main_egg #main_detail_info h5 img,
	.main_outer_detail.main_square #main_detail_info h5 img,
	.main_outer_detail.main_triangle #main_detail_info h5 img {
		display: block;
		width: 100%;
		height: auto;
	}

	.main_outer_detail.main_circle #main_detail_info h5,
	.main_outer_detail.main_egg #main_detail_info h5,
	.main_outer_detail.main_square #main_detail_info h5,
	.main_outer_detail.main_triangle #main_detail_info h5 {
		background: none;
		height: auto;
	}

	/* ボタン */

	.btn a {
		padding: 15px 5px;
		text-decoration: none;
	}
	.btn a:visited {
		text-decoration: none;
	}
	.btn.btn_l a {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.btn.btn_s a {
		font-size: 16px;
		line-height: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 15px 5px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

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

	#main_detail img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.tren_in_img {
		float: none;
		width: 100%;
	}
	#main_photo {
		border: none;
	}
	.tren_in_img::after {
		display: none;
	}
	.tren_in_txt {
		float: none;
		width: 92%;
		margin: 0 auto;
	}
	.tren_in_txt h2 {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.tren_in_txt h3 {
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.tren_in_txt .detail_lead {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.tren_in_txt ul.thumb_box {
		display: none;
	}
	.sp_switch_ph {
		background: #000;
		width: 100%;
	}
	.sp_switch_ph_btn {
		display: block;
		width: 287px;
		margin: 0 auto 25px;
		background: #000;
	}
	.sp_switch_ph_btn:after {
		content: "";
		display: block;
		clear: both;
	}
	.sp_switch_ph_btn li {
		float: left;
		width: 90px;
		height: 50px;
		margin-left: 8px;
	}
	.sp_switch_ph_btn li:first-child {
		margin-left: 0;
	}
	.sp_switch_ph_btn li a {
		display: block;
		width: 90px;
		height: 50px;
		text-indent: -9999px;
	}
	.sp_switch_ph_btn li.nav_front a {
		background: url(../images/sp_switch_btn.png) no-repeat 0 -50px;
		background-size: 270px 100px;
	}
	.sp_switch_ph_btn li.nav_front a.nav_current {
		background: url(../images/sp_switch_btn.png) no-repeat 0 0;
		background-size: 270px 100px;
	}
	.sp_switch_ph_btn li.nav_side a {
		background: url(../images/sp_switch_btn.png) no-repeat -90px -50px;
		background-size: 270px 100px;
	}
	.sp_switch_ph_btn li.nav_side a.nav_current {
		background: url(../images/sp_switch_btn.png) no-repeat -90px 0;
		background-size: 270px 100px;
	}
	.sp_switch_ph_btn li.nav_back a {
		background: url(../images/sp_switch_btn.png) no-repeat -180px -50px;
		background-size: 270px 100px;
	}
	.sp_switch_ph_btn li.nav_back a.nav_current {
		background: url(../images/sp_switch_btn.png) no-repeat -180px 0;
		background-size: 270px 100px;
	}

	/* Before お悩み */

	.detail_before {
		width: 92%;
		margin: 10px auto 30px auto;
	}
	.detail_before_img {
		width: 35%;
	}
	.detail_before dl {
		float: none;
		width: auto;
		margin-left: 39%;
		font-size: 10px;
		line-height: 16px;
		margin-top: 20px;
	}
	.detail_before dl dt {
		background: url(../images/h_before_sp.png) no-repeat left 2px;
		width: 100%;
		height: 40px;
		background-size: 70px 38px;
		margin-bottom: 20px;
	}
	.detail_before dl dd {
		padding-left: 30px;
		background-image: url(../images/ico_chk_sp.png);
		background-size: 24px 20px;
		background-repeat: no-repeat;
		margin-bottom: 4px;
	}

	/* トレンドヘア情報 */

	#main_detail_info {
		margin: 30px 0 0 0;
	}

	#main_detail_info {
		font-size: 12px;
		line-height: 20px;
	}
	#main_detail_info h4 {
		width: 100%;
		height: auto;
		padding-bottom: 18px;
	}
	#main_detail_info h4 img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#main_detail_info .detail_point h4,
	#main_detail_info .detail_recipe h4,
	#main_detail_info .detail_about h4,
	#main_detail_info .detail_other h4 {
		background: none;
		margin: 0;
	}
	.detail_inner {
		width: 92%;
		margin: 0 auto;
	}

	/* TREND POINT */

	.detail_point {
		font-size: 14px;
		line-height: 24px;
		padding: 25px 0;
	}
	.detail_point::before{
		height: 27px;
		top: -27px;
	}
	.detail_point::after{
		height: 27px;
		bottom: -27px;
	}
	.detail_point dl dt {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.detail_point dl dt img {
		width: 70%;
		height: auto;
	}
	.detail_point dl dd {
		width: 100%;
		float: none;
	}
	.detail_point ol li {
		width: 100%;
		border-top: 1px solid #000;
		border-left: none;
		display: block;
		margin-left: 0;
		padding: 50px 0 10px 0;
		min-height: auto;
		min-height: initial;
		background-position: 0 15px;
		background-size: 85px auto;
	}
	.detail_point ol li:first-child {
		border-top: none;
		padding: 50px 0 10px 0;
		background-position: 0 10px;
	}
	.detail_point ol li.point01 {
		background-image: url(../images/num_01_sp.png);

	}
	.detail_point ol li.point02 {
		background-image: url(../images/num_02_sp.png);
	}
	.detail_point ol li.point03 {
		background-image: url(../images/num_03_sp.png);
	}

	/* HAIR RECIPE */

	.detail_recipe {
		margin-top: 0;
		padding: 60px 0;
	}
	.detail_recipe ul {
		width: 100%;
		margin: 0 auto 30px;
	}
	.detail_recipe ul li {
		width: 100%;
		border-left: none;
		border-top: 1px solid #000;
		padding-left: 0;
		padding-bottom: 12px;
		padding-top: 15px;
		margin-left: 0;
		/*height: auto;*/
		min-height: auto;
		min-height: initial;
	}
	.detail_recipe ul li:first-child {
		border-top: none;
		padding-top: 0;
		padding-left: 0;
	}
	.detail_recipe ul li p.recipe_t {
		height: 19px;
		padding-bottom: 10px;
		background-image: none !important;
	}
	.detail_recipe ul li p.recipe_t img {
		display: block;
		width: 80px;
		height: auto;
	}
	.detail_recipe ul li p.recipe_txt {
		font-size: 14px;
		line-height: 25px;
	}

	/* ABOUT */

	.detail_about {
		font-size: 14px;
		line-height: 24px;
		padding: 25px 0;
	}
	.detail_about::before{
		height: 27px;
		top: -27px;
	}
	.detail_about::after{
		height: 27px;
		bottom: -27px;
	}
	.detail_about .detail_about_stylist {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.detail_about .detail_about_stylist .stylist_img {
		width: 30%;
	}
	.detail_about .detail_about_stylist .stylist_img img {
		width: 100%;
	}
	.detail_about .detail_about_stylist .stylist_r {
		margin-left: 33%;
	}
	.detail_about .detail_about_stylist .stylist_head {
		background: none;
		width: auto;
		height: auto;
		margin: 0 0 10px 0;
	}
	.detail_about .detail_about_stylist .stylist_head img {
		display: block;
		width: auto;
		height: 36px;
	}
	.detail_about .detail_about_stylist .stylist_member {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 2px;
	}
	.detail_about .detail_about_stylist .stylist_title_h {
		word-break: break-all;
		font-size: 9px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.detail_about .detail_about_stylist .stylist_title {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 0;
	}
	.detail_about .detail_about_stylist .stylist_comment {
		clear: both;
		font-size: 14px;
		line-height: 25px;
		margin-left: 0;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.detail_about .detail_about_stylist .btn_s {
		margin-left:0;
	}

	.detail_about .detail_about_salon .salon_img {
		width: 30%;
	}
	.detail_about .detail_about_salon .salon_img img {
		width: 100%;
	}
	.detail_about .detail_about_salon .salon_head {
		background: none;
		width: auto;
		height: auto;
		margin: 0 0 10px 33%;
	}
	.detail_about .detail_about_salon .salon_head img {
		display: block;
		width: auto;
		height: 36px;
	}
	.detail_about .detail_about_salon .salon_kana {
		word-break: break-all;
		font-size: 9px;
		line-height: 12px;
		margin-left: 33%;
		margin-bottom: 5px;
	}
	.detail_about .detail_about_salon .salon_name {
		margin-left: 33%;
		margin-bottom: 0;
		font-size: 15px;
		line-height: 23px;
	}
	.detail_about .detail_about_salon .salon_comment {
		clear: both;
		font-size: 14px;
		line-height: 25px;
		margin-left: 0;
		padding-top: 15px;
	}
	.detail_about .detail_about_salon .salon_link_list {
		margin-left: 0;
	}
	.detail_about .detail_about_salon .salon_link_list li {
		font-size: 14px;
		line-height: 24px;
		background: url(../images/link_line_sp.png) no-repeat right 50%;
		background-size: 6px auto;
	}
	.detail_about .detail_about_salon .salon_stylist {
		margin-bottom: 15px;
	}
	.detail_about .detail_about_salon .btn_s {
		margin-left: 0;
		letter-spacing: 2px;
	}
	.detail_about .detail_about_salon .salon_link_head {
		background: none;
		width: auto;
		height: auto;
		margin: 20px 0 10px 0;
	}
	.detail_about .detail_about_salon .salon_link_head img {
		display: block;
		width: auto;
		height: 36px;
	}

	/* OTHER STYLE */

	.detail_other {
		clear: both;
		padding: 20px 0 0 0;
	}
	.detail_other ul {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.detail_other ul li {
		width: 22%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_other ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	.detail_other ul li img {
		width: 100%;
	}

}

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

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

	#main_header{
		height: 230px;
		background: none;
	}

	#cate_menu {
		width: 100%;
		height: 49px;
		margin: 25px 0 15px 0
	}
	#cate_menu ul {
		width: 100%;
		text-align: center;
		height: 49px;
	}
	#cate_menu ul li {
		height: 49px;
	}
	#cate_menu li a {
		display: block;
		height: 49px;
		background-image: url(../images/menu_sp.png);
		background-repeat: no-repeat;
	}
	#cate_menu li a:hover {
		background-position-y: 0 !important;
	}
	#cate_menu li.menu_circle a {
		width: 58px;
		background-position: 0 0;
		background-size: 320px 49px;
	}
	#cate_menu li.menu_egg a {
		width: 58px;
		background-position: -58px 0;
		background-size: 320px 49px;
	}
	#cate_menu li.menu_square a {
		width: 120px;
		background-position: -117px 0;
		background-size: 320px 49px;
	}
	#cate_menu li.menu_triangle a {
		width: 82px;
		background-position: -239px 0;
		background-size: 320px 49px;
	}

	/*TOPスライダー*/

	.top_main_photo_area {
		height:230px;
	}
	.top_main_photo {
		height:230px;
	}

	.top_main_photo p {
		top: 50px;
		margin-left: -76px;
		background: url(../images/top_main_logo_sp.png) no-repeat 0 0;
		width: 140px;
		height: 114px;
		background-size: 100% auto;
	}

}
