@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: #950000;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #950000;
	text-decoration: none;
}
a:hover {
	color: #950000;
	text-decoration: underline;
}
a:active {
	color: #726018;
	text-decoration: underline;
}
#contentAll {
	text-align: left;
}
#contentAll h1 {
	position: absolute;
	left: -999px;
	top: -999px;
}

/* フッター */

#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 {
	background: #e2dcd2 url(../images/body_bg.png) repeat 0 0;
}
#main_wrapper {
	background: transparent url(../images/bg_img.png) repeat-x center top;
}

/* SOCIAL*/

.snav_social{
	position: relative;	
	width: 900px;
	margin: 0 auto;
	height: 16px;
	text-align: left;
}
.snav_social ul {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	font-size: 0;
}
.snav_social ul li {
	display: inline-block;
	margin-left: 14px;
	font-size: 1rem;
}
.snav_social ul li a {
	height: 18px;
	margin: 0 auto;
	background: url(../images/snav_social.png) no-repeat;
	text-indent: -9999px;
	display: block;
}

.snav_social ul li.snav_social01 a { width: 16px; background-position: 0 0;}

.snav_social ul li.snav_social02 a { width: 16px; background-position: -31px 0;}

.snav_social ul li.snav_social03 a { width: 12px; background-position: -98px 0;}

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

#main {
  margin: 0 auto;
  width: 880px;
}

/* TOPメイン画像 */

#top_main_ph {
	position: relative;
	width: 100%;
	height: 550px;
	background: #fff url(../images/top_main_pc.jpg) no-repeat center top;
}

#top_main_ph img {
	display: none;
}

.trend_list {
	padding-top: 120px;
}

.trend_list ul {
	margin-left: -30px;
	letter-spacing: -0.4em;
}
.trend_list ul li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 280px;
	margin: 0 0 75px 20px;
}
.trend_list ul li a {
	display: block;
	position: relative;
	text-align: center;
}
.trend_list ul li .top_photo a:hover,
.trend_list ul li dl dt a:hover {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;
}
.trend_list ul li .top_catch{
	display: block;
	margin: 20px 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.trend_list ul li .top_catch a{
	display: block;
	color: #000;
}
.trend_list ul li .top_catch a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;
}
.trend_list ul li dl {
	width: 100%;
	margin-top: 20px;
}
.trend_list ul li dl:after {
	content: "";
	display: block;
	clear: both;
}
.trend_list ul li dl dt {
	width: 70px;
	float: left;
}
.trend_list ul li dl dd {
	width: 190px;
	float: right;
	font-size: 15px;
	line-height: 20px;
	margin-top: 12px;
}
.trend_list ul li dl dd .st_salon {
	background: url(../images/st_salon.png) no-repeat 0 0;
	padding-top: 18px;
	word-break: break-all;
}
.trend_list ul li dl dd .st_stylist {
	background: url(../images/st_stylist.png) no-repeat 0 0;
	padding-top: 18px;
	margin-top: 10px;
	word-break: break-all;
}
.trend_list ul li dl dd .st_colorist {
	background: url(../images/st_colorist.png) no-repeat 0 0;
	padding-top: 18px;
	margin-top: 2px;
	word-break: break-all;
}
.trend_list ul li dl a {
	text-align: left;
}
/* =============== 詳細ページ =============== */

.h_detail{
	height: 150px;
	width: 100%;
	text-align: center;
}
.h_detail img{
	margin-top: -5px;
}

/* ボタン */

.btn a {
	background-color: #950000;
	color:#fff;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	word-break: break-all;
}
.btn a:hover {
	background-color: #d73d3d;
}
.btn.btn_l a {
	font-size: 16px;
	line-height: 26px;
	width: 406px;
	margin: 0 auto;
}
.btn.btn_s a {
	font-size: 16px;
	line-height: 40px;
	width: 406px;
	margin: 0 auto;
}

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

.detail_topbox:after {
	content: "";
	display: block;
	clear: both;
}
.tren_in_img {
	float: left;
	width: 450px;
}
.tren_in_txt {
	float: right;
	width: 450px;
}
.tren_in_txt h2 {
	color: #636363;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.tren_in_txt h2 span {
	display: block;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tren_in_txt .detail_lead {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}
.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: 22px;
}
.tren_in_txt ul.thumb_box li:first-child {
	margin-left: 0 !important;
}
.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 {
	display: none;
}

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

#main_detail,
#main_detail_info{
  margin: 0 auto;
  width: 900px;
}
#main_detail{
  padding-top: 48px;
}
.detail_common {
	border-top: 3px double #fff;
	padding-top: 10px;
	margin-top: 40px;
}
.detail_common h3 {
	text-indent: -9999px;
	width: 231px;
	height: 69px;
	margin: 10px auto;
}
.detail_common.detail_stylist h3 {
	background: url(../images/lt_stylist.png) no-repeat 0 0;
}
.detail_common.detail_salon h3 {
	background: url(../images/lt_salon.png) no-repeat 0 0;
}
.detail_common.detail_recipe h3 {
	background: url(../images/lt_recipe.png) no-repeat 0 0;
}
.detail_common.detail_other h3 {
	background: url(../images/lt_other.png) no-repeat 0 0;
}

/* Before お悩み */

.detail_before {
	width: 420px;
	margin-top: 10px;
}
.detail_before:after {
	content: "";
	display: block;
	clear: both;
}
.detail_before_img {
	width: 100px;
	float: left;
}
.detail_before_img img {
	width: 100%;
}
.detail_before dl {
	width: 300px;
	float: right;
	font-size: 11px;
	margin-top: 5px;
}
.detail_before dl dt {
	border-bottom: 1px dotted #fff;
	background: url(../images/mt_before.png) no-repeat left 2px;
	text-indent: -9999px;
	width: 300px;
	height: 28px;
	margin-bottom: 7px;
}
.detail_before dl dd {
	padding-left:23px;
	background: url(../images/chk.png) no-repeat 0 2px;
	margin-bottom: 6px;
}

/* TREND POINT */

.detail_point {
	font-size: 14px;
	line-height: 20px;
	background: #f2efea;
	position: relative;
	padding: 15px 20px;
    margin-top: 27px;
}
.detail_point h4 {
	width: 147px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/mt_trendpoint.png) no-repeat 50% 2px;
	background-size: 147px 31px;
	text-indent: -9999px;
}
.detail_point_inner {
	margin-top: 20px;
	padding: 0;
}
.detail_point_inner:after {
	content: "";
	display: block;
	clear: both;
}
.detail_point_img {
	width: 136px;
	float: left;
}
.detail_point ul {
	width: 260px;
	float: right;
	margin: 0;
}
.detail_point ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #999;
}
.detail_point ul li:first-child {
	margin-top: 5px;
}
.detail_point ul li span {
	font-weight: bold;
}

/* HAIR RECIPE */

.detail_recipe ul {
	width: 900px;
	margin: 0 auto 30px;
	letter-spacing: -0.4em;
}
.detail_recipe ul li {
	width: 194px;
	display: inline-block;
	padding: 10px;
	margin-left: 14px;
	letter-spacing: normal;
	vertical-align: top;
	height: 165px;
}
.detail_recipe ul li:first-child {
	margin-left: 0;
	width: 196px;
}
.detail_recipe ul li p.recipe_t {
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 28px;
	text-indent: -9999px;
}
.detail_recipe ul li p.recipe_t.recipe_cut {
	background: url(../images/mt_cut.png) no-repeat 0 0;
}
.detail_recipe ul li p.recipe_t.recipe_perm {
	background: url(../images/mt_perm.png) no-repeat 0 0;
}
.detail_recipe ul li p.recipe_t.recipe_color {
	background: url(../images/mt_color.png) no-repeat 0 0;
}
.detail_recipe ul li p.recipe_t.recipe_styling {
	background: url(../images/mt_styling.png) no-repeat 0 0;
}
.detail_recipe ul li p.recipe_txt {
	font-size: 11px;
	line-height: 26px;
}

/* STYLIST */

.detail_stylist:after {
	content: "";
	display: block;
	clear: both;
}
.detail_stylist .stylist_img {
	width: 205px;
	float: left;
	margin-left: 20px;
}
.detail_stylist .stylist_r {
	margin: 0 20px 0 240px;	
}
.detail_stylist .stylist_member {
	word-break: break-all;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}
.detail_stylist .stylist_title_h {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}
.detail_stylist .stylist_title {
	word-break: break-all;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 12px;
}
.detail_stylist .stylist_comment {
	font-size: 14px;
	line-height: 25px;
	margin: 0 20px 0 240px;
}
.detail_stylist .btn_s {
	margin-left: 240px;
	padding-top: 15px;
}

/* ABOUT SALON */

.detail_salon {
	clear: both;
}
.detail_salon:after {
	content: "";
	display: block;
	clear: both;
}
.detail_salon .salon_img {
	width: 205px;
	float: left;
	margin-left: 20px;
}
.detail_salon .salon_kana {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-left: 240px;
	margin-bottom: 5px;
}
.detail_salon .salon_name {
	font-size: 18px;
	line-height: 24px;
	margin-left: 240px;
	margin-bottom: 10px;
}
.detail_salon .salon_comment {
	font-size: 14px;
	line-height: 25px;
	margin-left: 240px;
}
.detail_salon .salon_style_stylist {
	margin-left: 240px;
	padding-top: 10px;
}
.detail_salon .salon_style_stylist:after,
.detail_salon .salon_link_list:after{
	content: "";
	display: block;
	clear: both;
}
.detail_salon .salon_stylist{
	float: left;
}
.detail_salon .salon_style,
.detail_salon .salon_link_list li{
	float: left;
	margin-right: 20px;
}
.detail_salon .salon_style a,
.detail_salon .salon_stylist a,
.detail_salon .salon_link_list li a{
	display: inline-block;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
	background-image: url(../images/arrow_bn.png);
	background-color:#fff;
	background-repeat: no-repeat ;
	background-position: right 50%;
	padding: 0 30px 0 15px;
	border: 1px solid #fff;
}
.detail_salon .salon_style a:hover,
.detail_salon .salon_stylist a:hover,
.detail_salon .salon_link_list li a:hover{
	text-decoration: none;
	border: 1px solid #950000;
}
.detail_salon .salon_link_list li {
	margin-bottom: 10px;
}
.detail_salon .btn_s {
	margin-left: 240px;
	padding-top: 15px;
	margin-bottom: 10px;
}
.detail_salon .salon_link {
	background: url(../images/mt_links.png) no-repeat 0 0 ;
	width: 658px;
	height: 19px;
	background-size: 59px auto;
	margin: 25px 0 10px 240px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-indent: -9999px;
	border-bottom: 1px dotted #fff;
}
.detail_salon .salon_link_list {
	margin-left: 240px;
}

/* OTHER STYLE */

.detail_other {
	clear: both;
	clear: both;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.detail_other ul:after {
	content: "";
	display: block;
	clear: both;
}
.detail_other ul li {
	width: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.detail_other ul li.img_current {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.detail_other ul li.img_current img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.detail_other ul li a {
	display: block;
}
.detail_other ul li a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.detail_other ul li a:hover img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

/* =============== その他ページ（電話予約、サロン一覧） =============== */

#main_other {
	margin: 0 auto;
	width: 900px;
	padding: 45px 0;
}
#main_other .read_txt {
	font-size: 14px;
	margin-top: -45px;
	margin-bottom: 15px;
	text-align: center;
}
#main_other h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
	background: url(../images/lt_bg.png) no-repeat center 13px;
	height: 60px;
}
#main_other h3 {
	font-size: 24px;
	font-weight: bold;
}
#main_other dl {
	margin-bottom: 30px;
}
#main_other dl:after {
	content: "";
	display: block;
	clear: both;
}
#main_other dl dt {
	width: 260px;
	float: left;
}
#main_other dl dt img {
	width: 260px;
	height: auto;
}
#main_other.main_other_tel dl dt {
	width: 240px;
}
#main_other.main_other_tel dl dt img {
	width: 240px;
	height: auto;
}
#main_other dl dd {
	width: 600px;
	float: right;
}
#main_other dl dd table {
	font-size: 14px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	width: 100%;
}
#main_other dl dd table tr:first-child {
	border-bottom: 1px solid #7b7b7b;
}
#main_other dl dd table th {
	background-color: #f2f2f2;
	width: 153px;
	font-weight: bold;
	padding: 10px;
}
#main_other dl dd table td {
	padding: 10px 0 10px 10px;
}
#main_other dl dd table td p.btn_Tel {
	display: none;
}
#main_other dl dd .btn_s {
	margin-top: 30px;
}
#main_other .return {
	text-align: left;
}
#main_other .return a {
	color: #b11f56;
	font-size: 12px;
}

/*======================================== 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;
	}

	/* フッター */

	#btmName,  #pagetop {
		display: none;
	}
	#footer_lp {
		padding-top: 5px;
		width: 94%;
		margin: 0 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;
	}

	/* SOCIAL*/
	
	.snav_social {
		display: none;
	}

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

	#main, #top_main_ph {
		width: auto;
		height: auto !important;
	}
	
	/* TOPメイン画像*/
	
	#top_main_ph {
		margin: 0 auto;
		padding-bottom: 0;
	}
	#top_main_ph img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#main img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

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

	.trend_list {
		margin-top: 0;
		padding-top: 58px;
	}	
	.trend_list h3 {
		font-size: 24px;
		width: 300px;
		margin: 0 auto 34px;
		text-align: center;
	}
	.trend_list h3 span {
		font-size: 30px;
	}
	.trend_list ul {
		margin-left: 4%;
	}
	.trend_list ul li {
		vertical-align: top;
		width: 29.33333%;
		margin: 0 4% 30px 0;
	}
	.trend_list ul li .top_photo a {
		text-decoration: none;
	}	
	.trend_list ul li .top_catch{
		display: block;
		margin: 10px 0 5px 0;
		color: #000;
		font-size: 12px;
		font-weight: bold;
	}
	.trend_list ul li .top_catch a{
		text-align: left;
	}
	.trend_list ul li dl {
		margin-top: 0;
	}
	.trend_list ul li dl dt {
		display: none;
	}
	.trend_list ul li dl dd, .trend_list ul li dl dd a {
		width: auto;
		float: none;
		font-size: 14px;
		margin-top: 0;
	}
	.trend_list ul li dl dd .st_salon {
		background: none;
		padding-top: 0;
	}
	.trend_list ul li dl dd .st_stylist,
	.trend_list ul li dl dd .st_colorist{
		display: none;
	}

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

	.h_detail{
		height: 81px;
		background-size: contain;
	}
	.h_detail img{
		margin-top: 5px;
		width: 205px;
		height: auto;
	}

	/* ボタン */

	.btn a {
		padding: 5px;
		text-decoration: none;
	}
	.btn a:visited {
		text-decoration: none;
	}
	.btn.btn_l a {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		margin: 0 auto;
		padding-left: 35px;
		background-size: 20px 10px;
		box-sizing: border-box;
	}
	.btn.btn_s a {
		font-size: 13px;
		line-height: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 5px;
		/*padding-right: 25px;*/
		background-size: 20px 10px;
		box-sizing: border-box;
	}

	/* トレンドヘア詳細画像 */
	
	#main_detail {
		padding-top: 0;
	}
	
	#main_detail img {
		max-width: 100%;
		height: auto;
	}
	.tren_in_img {
		float: none;
		width: 100%;
	}
	.tren_in_txt {
		float: none;
		width: 100%;
	}
	.tren_in_txt h2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.tren_in_txt h2 span {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.tren_in_txt .detail_lead {
		width: 92%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.tren_in_txt ul.thumb_box {
		display: none;
	}
	.sp_switch_ph {
		display: block;
		width: 100%;
		height: 48px;
		text-align: center;
		background: #950000;
	}
	.sp_switch_ph_btn {
		display: block;
		width: 318px;
		margin: 0 auto;
	}
	.sp_switch_ph_btn:after {
		content: "";
		display: block;
		clear: both;
	}
	.sp_switch_ph_btn li {
		float: left;
		width: 106px;
		height: 35px;
		margin-top: 7px;
	}
	.sp_switch_ph_btn li a {
		display: block;
		width: 41px;
		height: 26px;
		background-image: url(../images/sp_switch_btn.png);
		background-position: 0 26px;
		background-size: 255px 52px;
		text-indent: -9999px;
		text-align: center;
		margin: 0 auto;
		color: #fff;
	}
	.sp_switch_ph_btn li.nav_front a {
		background-position: 0 26px;
	}
	.sp_switch_ph_btn li.nav_side a {
		background-position: 148px 26px;
	}
	.sp_switch_ph_btn li.nav_back a {
		background-position: 41px 26px;
	}
	.sp_switch_ph_btn li a.nav_current {
		background-position-y: 0;
	}

	/* トレンドヘア情報 */
	
	#main_detail,
	#main_detail_info {
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
	}
	
	.detail_common.detail_stylist h3 {
		background: url(../images/lt_stylist_sp.png) no-repeat 0 0;
		background-size: 231px auto;
	}
	.detail_common.detail_salon h3 {
		background: url(../images/lt_salon_sp.png) no-repeat 0 0;
		background-size: 231px auto;
	}
	.detail_common.detail_recipe h3 {
		background: url(../images/lt_recipe_sp.png) no-repeat 0 0;
		background-size: 231px auto;
	}
	.detail_common.detail_other h3 {
		background: url(../images/lt_other_sp.png) no-repeat 0 0;
		background-size: 231px auto;
	}
	
	/* Before お悩み */

	.detail_before {
		width: 92%;
		margin: 10px auto 30px auto;
	}
	.detail_before_img {
		width: 25%;
	}
	.detail_before dl {
		float: none;
		width: auto;
		margin-left: 29%;
		font-size: 10px;
		line-height: 16px;
		margin-top: 20px;
	}
	.detail_before dl dt {
		background: url(../images/mt_before_sp.png) no-repeat left 2px;
		width: 100%;
		height: 36px;
		background-size: 70px 28px;
		margin-bottom: 7px;
	}
	.detail_before dl dd {
		padding-left: 20px;
		background-image: url(../images/chk_sp.png);
		background-size: 15px 13px;
		background-repeat: no-repeat;
		background-position: 0 2px;
		margin-bottom: 4px;
	}

	/* TREND POINT */

	.detail_point {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		padding: 10px 0;
	}
	.detail_point_inner {
		width: 92%;
		margin: 10px auto;
	}
	.detail_point h4 {
		background: url(../images/mt_trendpoint_sp.png) no-repeat 50% 2px;
		width: 100%;
		text-align: center;
		background-size: 145px 30px;
	}
	.detail_point h4 img {
		width: 165px !important;
		height: auto !important;
	}
	.detail_point_img {
		width: 100%;
		float: none;
		text-align: center;
	}
	.detail_point_img img {
		width: 170px;
	}
	.detail_point ul {
		margin: 15px 0 0 0;
		width: auto;
		float: none;
	}
	.detail_point ul li {
		margin-bottom: 5px;
	}
	.detail_point ul li img {
		background-size: 26px !important ;
	}

	/* HAIR RECIPE */

	.detail_recipe ul {
		width: 100%;
		margin: 0 auto 25px;
	}
	.detail_recipe ul li {
		width: 100%;
		display: block;
		margin-left: 0;
		height: auto;
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 7px 4%;
	}
	.detail_recipe ul li:first-child {
		width: 100%;
	}
	.detail_recipe ul li p.recipe_t {
		height: 12px;
		padding-bottom: 20px;
	}
	.detail_recipe ul li p.recipe_t img {
		width: auto;
		height: 12px;
	}
	.detail_recipe ul li p.recipe_t.recipe_cut {
		background: url(../images/mt_cut_sp.png) no-repeat 0 0;
		background-size: 73px 28px;
	}
	.detail_recipe ul li p.recipe_t.recipe_perm {
		background: url(../images/mt_perm_sp.png) no-repeat 0 0;
		background-size: 73px 28px;
	}
	.detail_recipe ul li p.recipe_t.recipe_color {
		background: url(../images/mt_color_sp.png) no-repeat 0 0;
		background-size: 73px 28px;
	}
	.detail_recipe ul li p.recipe_t.recipe_styling {
		background: url(../images/mt_styling_sp.png) no-repeat 0 0;
		background-size: 73px 28px;
	}
	.detail_recipe ul li p.recipe_txt {
		font-size: 12px;
		line-height: 20px;
	}

	/* STYLIST */

	.detail_stylist{
		font-size: 12px;
		line-height: 20px;
    	padding: 10px 4% 25px 4%;
	}
	.detail_stylist h4 img {
		width: 78px;
		height: auto;
	}
	.detail_stylist .stylist_img {
		width: 35%;
		margin-left: 0;
	}
	.detail_stylist .stylist_img img {
		width: 100%;
	}
	.detail_stylist .stylist_r {
		margin: 0 0 0 38%;
	}
	.detail_stylist .stylist_member {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 7px;
	}
	.detail_stylist .stylist_title_h {
		word-break: break-all;
		font-size: 9px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.detail_stylist .stylist_title {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 12px;
	}
	.detail_stylist .stylist_comment {
		clear: both;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 15px 0;
		padding-top: 15px;
	}
	.detail_stylist .btn_s {
		margin-left:0;
		padding-top: 0;
	}

	/* ABOUT SALON */

	.detail_salon {
		margin: 0;
		clear: both;
		padding: 10px 4% 0 4%;
	}
	.detail_salon h4 img {
		width: 145px;
		height: auto;
	}
	.detail_salon .salon_img {
		width: 35%;
		margin-left: 0;
	}
	.detail_salon .salon_img img {
		width: 100%;
	}
	.detail_salon .salon_kana {
		word-break: break-all;
		font-size: 9px;
		line-height: 12px;
		margin-left: 38%;
		margin-bottom: 5px;
	}
	.detail_salon .salon_name {
		margin-left: 38%;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 23px;
	}
	.detail_salon .salon_comment {
		clear: both;
		font-size: 12px;
		line-height: 20px;
		margin-left: 0;
		padding-top: 15px;
	}
	.detail_salon .salon_style_stylist {
		margin-left: 0;	
	}
	.detail_salon .salon_style,
	.detail_salon .salon_link_list li{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.detail_salon .salon_stylist{
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	.detail_salon .salon_style a,
	.detail_salon .salon_stylist a,
	.detail_salon .salon_link_list li a{
		display: block;
		font-size: 10px;
		line-height: 35px;
		height: 35px;
		text-decoration: none;
	}
	.detail_salon .btn_s {
		margin-left: 0;
		padding-top: 15px;
	}
	.detail_salon .salon_link {
		background: url(../images/mt_links_sp.png) no-repeat 0 0 ;
		background-size: 59px auto;
		padding-top: 4px;
		width: 100%;
		margin: 25px 0 10px 0;
	}
	.detail_salon .salon_link_list {
		margin-left: 0;
	}
	
	/* OTHER STYLE */

	.detail_other {
		clear: both;
		padding-top: 10px;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.detail_other h4 img {
		width: 135px;
		height: auto;
	}
	.detail_other ul {
		width: 92%;
		margin: 0 auto;
	}
	.detail_other ul li {
		width: 18%;
		float: left;
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
	.detail_other ul li:nth-of-type(5n) {
		margin-right: 0;
	}
	.detail_other ul li img {
		width: 100%;
	}
	
	/* =============== その他ページ（電話予約、サロン一覧） =============== */
	
	
	#main_other {
		width: 100%;
		padding: 20px 0;
	}
	#main_other .read_txt {
		color: #323e65;
		font-size: 9px;
		margin: -15px 4% 15px 4%;
	}
	#main_other h2 {
		font-size: 24px;
		margin-bottom:20px;
		background-size: 150px auto;
		height: 45px;
	}
	#main_other h3 {
		font-size: 20px;
		margin-left: 2%;
	}
	#main_other dl {
		margin-bottom: 25px;
	}
	#main_other dl dt {
		width: 100%;
		float: none;
	}
	#main_other dl dt img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#main_other.main_other_tel dl dt {
		width: 100%;
	}
	#main_other.main_other_tel dl dt img {
		width: 100%;
		height: auto;
	}
	#main_other dl dd {
		width: 100%;
		float: none;
	}
	#main_other dl dd table {
		font-size: 12px;
		width: 100%;
	}
	#main_other dl dd table th {
		width: 86px;
		padding: 15px 10px;
	}
	#main_other dl dd table td {
		padding: 15px 10px;
	}
	#main_other dl dd table td.td_tel {
		position: relative;
	}
	#main_other dl dd table td p.btn_Tel {
		position: absolute;
		display: block;
		right: 10px;
		top: 50%;
		margin-top: -14px;
	}
	#main_other dl dd table td p.btn_Tel a {
		font-size: 12px;
		color: #b11f56;
		text-decoration: none;
		display: block;
		border: 2px solid #d36985;
		background: #fff;
		height: 28px;
		width: 28px;
		border-radius: 14px;
		-moz-border-radius:1 4px;
		-webkit-border-radius: 14px;
		box-sizing: border-box;
		line-height: 28px;
		text-align: center;
	}
	#main_other dl dd .btn_s {
		margin: 20px 4%;
	}
	#main_other .return {
		margin: 0 0 10px 10px;
	}

}
