@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: #d77ead;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #d77ead;
	text-decoration: none;
}
a:hover {
	color: #d77ead;
	text-decoration: underline;
}
a:active {
	color: #d77ead;
	text-decoration: underline;
}
#contentAll {
	text-align: left;
}
#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(https://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: 370px;
	text-align: left;
}
div.socialIcon3 li {
	margin-right: 2px;
	vertical-align: middle;
	text-align: right;
}
#breadcrumbs {
	margin-top: 15px;
}
#breadcrumbs p {
	font-weight: bold;
	margin: -5px 0 5px 0;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	color: #999;
}
#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: 900px;
	margin: 0 auto;
}

/* Backnumber */

.backnum_outer {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 40px 0;
	width: 100%;
}
.backnum_area {
	width: 900px;
	margin: 0 auto;
}
.backnum_area h3 {
	margin-bottom: 35px;
}
.backnum_area ul#sp_bucknum {
	display: none;
}
.backnum_area ul#pc_bucknum {
	width: 900px;
	letter-spacing: -0.4em;
}
.backnum_area ul#pc_bucknum li {
	display: inline-block;
	font-size: 12px;
	width: 215px;
	letter-spacing: normal;
	background: url(../images/arrow_bn.png) no-repeat 0 8px;
	padding-left: 10px;
}

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

#main h2 {
	text-align: center;
	padding: 2px 25px;
}

/* 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_main_ph {
	width: 780px;
	margin: 0 auto;
}

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

.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 50px 30px;
}
.trend_list ul li a {
	display: block;
}
.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);
}
.trend_list ul li dl {
	width: 100%;
}
.trend_list ul li dl:after {
	content: "";
	display: block;
	clear: both;
}
.trend_list ul li dl dt {
	width: 75px;
	float: left;
}
.trend_list ul li dl dd {
	width: 190px;
	float: right;
	font-size: 17px;
	line-height: 20px;
}
.trend_list ul li dl dd .st_salon {
	background: url(../images/st_salon.png) no-repeat 0 0;
	padding-top: 14px;
	word-break: break-all;
}
.trend_list ul li dl dd .st_stylist {
	background: url(../images/st_stylist.png) no-repeat 0 0;
	padding-top: 14px;
	margin-top: 7px;
	word-break: break-all;
}
.trend_list ul li .top_catch {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #22387e;
	padding: 10px 0;
	word-break: break-all;
}
.trend_list ul li .top_catch a {
	color: #22387e;
}

/* about TOKYO BLEND */

.about_outer {
	border-top: 1px solid #c0c0c0;
	padding: 40px 0;
	width: 100%;
}
.about_area {
	width: 900px;
	margin: 0 auto;
}
.about_area h3 {
	margin-bottom: 35px;
}
.about_area p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 35px;
}
.about_area ul {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.about_area ul li {
	display: inline-block;
	margin: 0 14px 20px 14px;
	letter-spacing: normal;
}

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

.h_detail{
	height: 55px;
	width: 100%;
	background: url(../images/bg_h_detai_bg.png) repeat-x 0 0;
	text-align: center;
}
.h_detail img{
	margin-top: 12px;
}
.h_sub_detail{
	text-align: center;
	margin: 5px 0 25px;
}

/* ボタン */

.btn a {
	background-color: #fff;
	display: block;
	border: 2px solid #000;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	word-break: break-all;
}
.btn a:hover {
	background-color: #e5e5e5;
}
.btn.btn_l a {
	font-size: 16px;
	line-height: 26px;
	width: 500px;
	margin: 0 auto;
	padding-left: 43px;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position:  15px 50%
}
.btn.btn_s a {
	font-size: 16px;
	line-height: 26px;
	width: 360px;
	margin: 0 auto;
	padding-left: 43px;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position:  15px 50%
}

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

.detail_topbox:after {
	content: "";
	display: block;
	clear: both;
}
.tren_in_img {
	float: left;
	width: 450px;
}
.tren_in_txt {
	float: right;
	width: 421px;
}
.tren_in_txt h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}
.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: 8px;
}
.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_btn {
	display: none;
}

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

#main_detail_info {
	margin: 45px 0 0 0;
}
#main_detail_info h4 {
	border-bottom: 7px double #000;
	margin-bottom: 20px;
}

/* TREND POINT */

.detail_point {
	font-size: 14px;
	line-height: 26px;
}
.detail_point ol {
	margin: 10px 0 40px;
}
.detail_point ol li {
	margin-bottom: 5px;
}
.detail_point ol li span {
	font-weight: bold;
}
.detail_point ol li.point01 {
	background: url(../images/num_01.png) no-repeat 0 5px;
	padding-left: 31px;
}
.detail_point ol li.point02 {
	background: url(../images/num_02.png) no-repeat 0 5px;
	padding-left: 31px;
}
.detail_point ol li.point03 {
	background: url(../images/num_03.png) no-repeat 0 5px;
	padding-left: 31px;
}

/* HAIR RECIPE */

.detail_recipe ul {
	width: 892px;
	margin: 0 auto 40px;
	letter-spacing: -0.4em;
}
.detail_recipe ul li {
	width: 205px;
	border-left: 1px solid #a7a7a7;
	/*float: left;*/
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	letter-spacing: normal;
	vertical-align: top;
	height: 136px;
}
.detail_recipe ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 8px;
}
.detail_recipe ul li p.recipe_t {
	height: 13px;
	padding-bottom: 21px;
}
.detail_recipe ul li p.recipe_txt {
	font-size: 11px;
	line-height: 26px;
}

/* ARRANGE */

.detail_arr{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 40px;
}
.detail_arr dl:after {
	content: "";
	display: block;
	clear: both;
}
.detail_arr dl dt {
	width: 450px;
	float: left;
}
.detail_arr dl dd {
	width: 425px;
	float: right;
}

/* STYLIST */

.detail_stylist {
	margin-top: 40px;
}
.detail_stylist:after {
	content: "";
	display: block;
	clear: both;
}
.detail_stylist .stylist_img {
	width: 205px;
	float: left;
}
.detail_stylist .stylist_r {
	margin-left: 220px;	
}
.detail_stylist .stylist_member_h {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}
.detail_stylist .stylist_member {
	word-break: break-all;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	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-left: 220px;
	margin-bottom: 40px;
}
.detail_stylist .btn_s {
	margin-left: 220px;
}

/* ABOUT SALON */

.detail_salon {
	margin: 0;
	clear: both;
	padding-top: 40px;
}
.detail_salon:after {
	content: "";
	display: block;
	clear: both;
}
.detail_salon .salon_img {
	width: 205px;
	float: left;
}
.detail_salon .salon_kana {
	word-break: break-all;
	font-size: 10px;
	line-height: 12px;
	margin-left: 220px;
	margin-bottom: 5px;
}
.detail_salon .salon_name {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 220px;
	margin-bottom: 10px;
}
.detail_salon .salon_comment {
	font-size: 14px;
	line-height: 25px;
	margin-left: 220px;
	margin-bottom: 10px;
}
.detail_salon .salon_style,
.detail_salon .salon_stylist,
.detail_salon .salon_link_list li{
	font-size: 14px;
	line-height: 25px;
	margin-left: 220px;
	background: url(../images/arrow_bn.png) no-repeat 0 12px;
	padding-left: 10px;
}
.detail_salon .salon_stylist {
	margin-bottom: 15px;
}
.detail_salon .btn_s {
	margin-left: 220px;
}
.detail_salon .salon_link {
	margin-left: 220px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}

/* OTHER STYLE */

.detail_other {
	clear: both;
	clear: both;
	padding-top: 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 {
	background-color: #d77ead;
}
.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 {
	background-color: #d77ead;
}
.detail_other ul li a:hover img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}

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

	/* ヘッダー */

	#header_lp {
		width: auto;
		padding: 10px;
	}
	.logo {
		display:block;
		width: 88px;
		height: 34px;
		margin:0;
		text-indent: -9999px;
		overflow: hidden;
		background: url(https://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 {
		display: none;
	}

	/* フッター */

	#btmName,  #pagetop {
		display: none;
	}
	#footer_lp {
		border-top: none;
		padding-top: 0;
		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;
	}

	/* Backnumber */

	.backnum_outer {
		padding: 20px 0 0 0;
		border-bottom: none;
	}
	.backnum_area{
		width: 100%;
		margin: 0 auto;
	}
	.backnum_area h3 {
		width: 92%;
		margin: 0 auto 18px auto;
	}
	.backnum_area h3 img {
		width: 142px;
		height: auto;
	}
	.backnum_area ul#pc_bucknum {
		display: none;
	}
	.backnum_area ul#sp_bucknum {
		display: block;
		width: 100%;
		border-top: 1px solid #c0c0c0;
		overflow: hidden;
	}
	.backnum_area ul#sp_bucknum li {
		float: left;
		border-bottom: 1px solid #c0c0c0;
		text-align: center;
		font-size: 10px;
		width: 50%;
		height: 35px;
		line-height: 35px;
		background: none;
		padding-left: 0;
		box-sizing: border-box;
	}
	.backnum_area ul#sp_bucknum li:nth-child(even) {
		border-left: 1px solid #c0c0c0;
	}
	.backnum_area ul#sp_bucknum li a {
		display: block;
	}

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

	#main, #top_main_ph {
		width: auto;
		height: auto !important;
	}
	#main img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#main h2 {
		box-sizing: border-box;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
	}

	/* TOPスライド画像 */

	#loader {
		margin: 260px auto;
		width: 100%;
		font-size: 16px;
	}
	#loader p {
		margin-bottom: 5px;
	}
	#bar {
		margin: 10px auto;
	}
	#loader img {
		width: 75px;
		height: auto;
	}	

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

	.trend_list {
		margin-top: 30px;
	}
	.trend_list ul {
		margin-left: 4%;
	}
	.trend_list ul li {
		vertical-align: top;
		width: 29.33333%;
		margin: 0 4% 10px 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;
	}
	.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 .top_catch {
		display: none;
	}

	/* about TOKYO BLEND */

	.about_outer {
		padding: 20px 0;
		width: 100%;
	}
	.about_area {
		width: 92%;
		margin: 0 auto;
	}
	.about_area h3 {
		margin-bottom: 18px;
	}
	.about_area h3 img {
		width: 198px;
		height: auto;
	}
	.about_area p {
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 18px;
	}
	.about_area ul {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.about_area ul li {
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.about_area ul li img {
		width: 80%;
		height: auto;
	}

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

	.h_detail{
		height: 27px;
		background: url(../images/bg_h_detai_bg.png) repeat-x 0 0;
		background-size: contain;
	}
	.h_detail img{
		margin-top: 5px;
		width: 188px;
		height: auto;
	}
	.h_sub_detail{
		margin: 2px auto 4px;
	}
	.h_sub_detail img{
		width: 174px;
		height: auto;
	}

	/* ボタン */

	.btn a {
		border: 1px solid #000;
		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: 14px 14px;
		box-sizing: border-box;
	}
	.btn.btn_s a {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 5px;
		padding-left: 35px;
		background-size: 14px 14px;
		box-sizing: border-box;
	}

	/* トレンドヘア詳細画像 */
	
	#main_detail img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.tren_in_img {
		float: none;
		width: 100%;
	}
	.tren_in_txt {
		float: none;
		width: 92%;
		margin: 0 auto;
	}
	.tren_in_txt h3 {
		font-size: 18px;
		line-height: 23px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.tren_in_txt .detail_lead {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.tren_in_txt ul.thumb_box {
		display: none;
	}
	.sp_switch_ph_btn {
		display: block;
		width: 318px;
		margin: 0 auto 25px;;
	}
	.sp_switch_ph_btn:after {
		content: "";
		display: block;
		clear: both;
	}
	.sp_switch_ph_btn li {
		float: left;
		width: 106px;
		height: 35px;
	}
	.sp_switch_ph_btn li a {
		display: block;
		width: 106px;
		height: 35px;
		text-indent: -9999px;
	}
	.sp_switch_ph_btn li.nav_front a {
		background: url(../images/nav_front.png) repeat-x 0 0;
		background-size: contain;
	}
	.sp_switch_ph_btn li.nav_front a.nav_current {
		background: url(../images/nav_front_on.png) repeat-x 0 0;
		background-size: contain;
	}
	.sp_switch_ph_btn li.nav_side a {
		background: url(../images/nav_side.png) repeat-x 0 0;
		background-size: contain;
	}
	.sp_switch_ph_btn li.nav_side a.nav_current {
		background: url(../images/nav_side_on.png) repeat-x 0 0;
		background-size: contain;
	}
	.sp_switch_ph_btn li.nav_back a {
		background: url(../images/nav_back.png) repeat-x 0 0;
		background-size: contain;
	}
	.sp_switch_ph_btn li.nav_back a.nav_current {
		background: url(../images/nav_back_on.png) repeat-x 0 0;
		background-size: contain;
	}
	
	/* トレンドヘア情報 */
	
	#main_detail_info {
		width: 92%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
	}
	#main_detail_info h4 {
		border-bottom: 4px double #000;
		margin-bottom: 15px;
	}

	/* TREND POINT */

	.detail_point {
		font-size: 12px;
		line-height: 20px;
	}
	.detail_point h4 img {
		width: 140px;
		height: auto;
	}
	.detail_point ol {
		margin: 0 0 25px;
	}
	.detail_point ol li {
		margin-bottom: 5px;
	}
	.detail_point ol li img {
		background-size: 26px !important ;
	}
	.detail_point ol li.point01,
	.detail_point ol li.point02,
	.detail_point ol li.point03{
		background-size: 26px;
		padding-left: 25px;
	}
	
	/* HAIR RECIPE */

	.detail_recipe h4 img {
		width: 125px;
		height: auto;
	}
	.detail_recipe ul {
		width: 100%;
		margin: 0 auto 25px;
	}
	.detail_recipe ul li {
		width: 100%;
		border-left: none;
		border-top: 1px solid #a7a7a7;
		padding-left: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-left: 0;
		height: auto;
	}
	.detail_recipe ul li:first-child {
		border-top: none;
		padding-top: 0;
		padding-left: 0;
	}
	.detail_recipe ul li p.recipe_t {
		height: 12px;
		padding-bottom: 15px;
	}
	.detail_recipe ul li p.recipe_t img {
		width: auto;
		height: 12px;
	}
	.detail_recipe ul li p.recipe_txt {
		font-size: 12px;
		line-height: 20px;
	}
	
	/* ARRANGE */
	
	.detail_arr{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.detail_arr h4 img {
		width: 100px;
		height: auto;
	}
	.detail_arr dl dt {
		width: 100%;
		float: none;
	}
	.detail_arr dl dt img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.detail_arr dl dd {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	
	/* STYLIST */

	.detail_stylist{
		font-size: 12px;
		line-height: 20px;
		margin-top: 30px;
	}
	.detail_stylist h4 img {
		width: 78px;
		height: auto;
	}
	.detail_stylist .stylist_img {
		width: 35%;
	}
	.detail_stylist .stylist_img img {
		width: 100%;
	}
	.detail_stylist .stylist_r {
		margin-left: 38%;	
	}
	.detail_stylist .stylist_member_h {
		word-break: break-all;
		font-size: 9px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.detail_stylist .stylist_member {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.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-left: 0;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.detail_stylist .btn_s {
		margin-left:0;
	}

	/* ABOUT SALON */

	.detail_salon {
		margin: 0;
		clear: both;
		padding-top: 20px;
	}
	.detail_salon h4 img {
		width: 145px;
		height: auto;
	}
	.detail_salon .salon_img {
		width: 35%;
	}
	.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,
	.detail_salon .salon_stylist,
	.detail_salon .salon_link_list li{
		font-size: 12px;
		line-height: 20px;
		margin-left: 0;
		background: url(../images/arrow_bn.png) no-repeat 0 8px;
		padding-left: 10px;
	}
	.detail_salon .salon_stylist {
		margin-bottom: 15px;
	}
	.detail_salon .btn_s {
		margin-left: 0;
		letter-spacing: 2px;
	}
	.detail_salon .salon_link {
		margin-left: 0;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: bold;
	}
	.detail_salon .salon_link img {
		width: 58px;
		height: auto;
	}
	
	/* OTHER STYLE */

	.detail_other {
		clear: both;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.detail_other h4 img {
		width: 135px;
		height: 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%;
	}

}
