@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
/* [02.Top]
/* [03.Contents]
/* [00.Media Queries]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
--------------------------------------------------------------------------*/
#single header {
	background: #121212;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
    	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
		-o-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
		-ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}
header {
	background: #121212;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
    	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
		-o-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
		-ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, .06);
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
header a {
	color: #000;
}
header div#nav {
	position: relative;
	background: #000;
}
header div#logo {
	width: 15%;
	max-width: 210px;
	height: 30px;
	float: left;
	padding: 26px 0 0 0;
}
header div#logo a {
	background: url(../images/common/logo.svg) no-repeat left top;
	width: 100%;
	height: 40px;
	display: block;
	text-indent: -900em;
}
header nav ul {
	width: 85%;
	float: right;
}
header nav ul li {
	overflow: hidden;
	height: 94px;
	line-height: 94px;
	float: right;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header nav ul li a {
	line-height: 94px;
	padding: 40px 15px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
}
header nav ul li:nth-child(2) a {
	font-size: 16px;
	padding: 40px 20px 40px 10px;
}
header nav ul li:first-child a {
	background: #caa020;
	color: #fff;
	font-weight: bold;
	padding: 20px 30px 20px 30px;
    border-radius: 100px;
}
header a#btn_nav {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
}
header a#btn_nav i.dpn {
	display: none;
}
header nav ul#nav_sp,
#single header nav ul#nav_sp {
	float: none;
	width: 100%;
	display: none;
	border-top: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}
header nav ul#nav_sp li,
#single header nav ul#nav_sp li {
	width: 100%;
	float: none;
	height: auto;
}
header nav ul#nav_sp li a,
#single header nav ul#nav_sp li a {
	background: #FFF;
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	padding: 10px 20px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #000;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
}
.li_2c {
	display: flex;
	flex-wrap: wrap;
}
.li_2c div {
	width: 50%;
	float: left;
}
.li_2c div img {
	width: 100%;
	height: auto;
}
.li_2c div:nth-child(2) {
	width: 45%;
	padding: 0 0 0 5%;
}
.li_2c div:nth-child(2) .btn_box {
	width: 100%;
}
.li_2c div:nth-child(2) .btn_box a.btn_detail {
    background: #FFF;
    border: solid 1px #000;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    width: 280px;
    line-height: 44px;
    display: block;
    text-align: center;
    margin: 0;
}
.li_2c div p {
	margin-bottom: 40px;
}
.big_eng {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 42px;
	margin-bottom: 30px;
}
div.detail_btn {
	margin-bottom: 40px !important;
}
div.detail_btn a {
	background: #d06363;
	box-shadow: 0 4px 0 rgba(190, 65, 65, 1);
	-moz-box-shadow: 0 4px 0 rgba(190, 65, 65, 1);
	-o-box-shadow: 0 4px 0 rgba(190, 65, 65, 1);
	-ms-box-shadow: 0 4px 0 rgba(190, 65, 65, 1);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 47%;
	line-height: 56px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	display: block;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.li_3c {
	display: flex;
	flex-wrap: wrap;
}
.li_3c li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
}
.li_3c li:nth-child(3n) {
	margin-right: 0%;
}
.li_3c li .thums_shop {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.li_3c .area {
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.li_3c .area h5 {
	text-align: center;
	background: #000;
	border-left:none;
	border-radius:40px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0;
	color: #fff;
}
.li_3c h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.li_3c p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.li_3c li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.li_3c li .date {
	margin-bottom: 10px;
	padding: 0 10px;
}
.li_3c li h4 {
	padding: 0 10px;
}
#shop .li_3c li {
	margin-bottom: 0;
	text-align: center;
}
.li_4c {
	display: flex;
	flex-wrap: wrap;
}
.li_4c li {
	width: 23.5%;
	float: left;
	margin-bottom: 40px;
	margin-right: 2%;
}
.li_4c li:nth-child(4n) {
	margin-right: 0;
}
.li_4c h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.li_4c li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.li_news {
	display: flex;
	flex-wrap: wrap;
}
.li_news li {
	display:inline-block;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px #eee dotted;
	margin-bottom: 20px;
}
.li_news li:last-child {
	margin-bottom: 40px;
}
.li_news .date {
	float: left;
	width: 20%;
}
.li_news p {
	float: right;
	width: 80%;
	text-overflow: ellipsis;
    	-moz-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ttl {
	text-align: center;
	margin-bottom: 40px;
}
.ttl p {
	color: #000;
	line-height: 100%;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.ttl p span {
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.btn_box {
	width: 100%;
}
a.btn_detail {
	background: #FFF;
	border: solid 1px #000;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #000;
	width: 280px;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
a.btn_detail_clean {
	background: none;
	border: solid 1px #000;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #000;
	width: 280px;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
a.btn_detail_cv {
	background: #caa020;
	border: solid 1px #caa020;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #fff;
	width: 280px;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
a.btn_detail_schedule {
	background: #fff;
	border: solid 1px #000;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #000;
	width: 280px;
	line-height: 44px;
	display: block;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
footer {
	margin-bottom: 20px;
}
footer .pkg {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 80px 20px 10px 20px;
}
footer a {
	color: #FFF;
}
#logo_f {
	width: 18%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.li_sns {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.li_sns ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.li_sns li {
	margin-right: 10px;
	float: left;
}
.li_sns li:last-child {
	margin-right: 0;
}
.li_sns li img {
	width: 30px;
	height: 30px;
}
.f_links {
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 40px;
}
footer .li_3c .area h5 {
	background: #778a9e;
}
footer .li_3c li div {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 16px;
}
#copyright p {
	width: 960px;
	line-height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
.back_top {
	background: #000;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	z-index: 3;
}
.f_contact {
	margin-bottom: 80px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-size: 12px;
}
.f_contact ul {
	display: flex;
	flex-wrap: wrap;
}
.f_contact ul li {
	width: 50%;
	padding: 2% 10%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.f_contact ul li:first-child {
	border-right: 1px solid #fff;
}
.f_contact ul li p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 140%;
}
.f_contact ul li .tel {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main_hair {
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
	background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_concept {
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
	background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_stafflist {
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
	background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_column {
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
	background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_shop {
	margin: 20px auto 40px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
	background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_menu {
    margin: 20px auto 40px auto;
    position: relative;
    z-index: 0;
    margin-top: 124px;
    display: block;
    background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_coupon {
	margin: 20px auto 40px auto;
    position: relative;
    z-index: 0;
    margin-top: 124px;
    display: block;
    background: url(../images/common/other_bg.png) no-repeat center center;
}
#main_hair h2,
#main_column h2,
#main_shop h2,
#main_concept h2,
#main_news h2,
#main_menu h2,
#main_coupon h2,
#main_stafflist h2 {
	padding: 140px 20px ;
	text-align: center;
	color: #fff;
}
#breadcrumbs {
    background: #fff;
    vertical-align: middle;
    line-height: 50px;
    font-size: 10px;
    width: 100%;
    margin-top: 60px;
}
#breadcrumbs div {
    width: 100%;
    max-width: 1440px;
    color: #999;
    text-align: left;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#breadcrumbs div a {
    line-height: 100%;
    margin-right: 5px;
    padding-right: 5px;
    color: #000;
    border-right: solid 1px #000;
}
#breadcrumbs div span {
    display: table-cell;
    white-space: nowrap;
}
.single_date {
	font-size: 12px;
	color: #999;
	margin-bottom: 40px;
	text-align: center;
}
.column_pkg {
	padding: 0 10%;
	margin-bottom: 60px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.column_pkg p {
	margin-bottom: 40px;
}
.column_pkg p img,
#news-single p img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#news-list,
#column-list {
	margin-top: 124px;
}
/* [02.Top]
--------------------------------------------------------------------------*/
#mainvisual {
	width: 100%;
	margin: 20px auto 60px auto;
	position: relative;
	z-index: 0;
	margin-top: 124px;
    display: block;
}
#mainvisual img {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.top_shop_li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.top_shop_li div {
	width: 50%;
	float: left;
}
.top_shop_li div img {
	width: 100%;
	height: auto;
}
.top_shop_li div:first-child {
	width: 40%;
	padding: 2% 5% 0 5%;
}
.top_shop_li div h4 {
	font-weight: normal;
	margin-bottom: 10px;
}
.big_eng {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 42px;
	margin-bottom: 30px;
}
.big_eng span {
	font-size: 18px;
	padding-left: 20px;
	vertical-align: top;
}
.shop_date {
	margin-bottom: 30px;	
}
.top_shop_li .shop_date li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.top_shop_li .shop_date li h5 {
	font-size: 15px;
	text-align: left;
	float: left;
	width: 19%;
	border-left: none;
    padding-left: 0;
    line-height: 140%;
}
.top_shop_li .shop_date li p {
	width: 80%;
	float: right;
	line-height: 140%;
	margin-bottom: 0;
}
.top_shop_li .shop_date li p.flx-wrap {
	display: flex;
	flex-wrap: wrap;
}
.top_shop_li .shop_date li p.flx-wrap .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.top_shop_li .shop_date li p.flx-wrap .icon img {
	width: 100%;
	height: auto;
}
.top_bg_coupon_img {
	background: url(../images/common/coupon_bg.png) no-repeat center center;
}
.top_ttl_fff {
    text-align: center;
    margin-bottom: 40px;
}
.top_ttl_fff p {
    color: #000;
    line-height: 100%;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.top_ttl_fff p span {
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
}
.top_ttl_fff h3 {
	color: #fff;
}
#info p {
	color: #fff;
}
#info a.btn_detail_clean {
	border: 1px solid #fff;
	color: #fff;
}
.li_3c_conts {
	display: flex;
	flex-wrap: wrap;
}
.li_3c_conts li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	border: 1px solid black;
}
.li_3c_conts li:nth-child(3n) {
	margin-right: 0%;
}
.bnr_top {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 0 120px 0;
}

/* [03.haircatalog]
--------------------------------------------------------------------------*/
a#btn_length {
    display: none;
}
#list_length {
	display: flex;
	flex-wrap: wrap;
}
ul.length li {
    width: 19%;
	float: left;
	margin-right: 1%;
	border: 1px solid #000;
	margin-bottom: 1%;
}
ul.length li:nth-child(5n) {
	margin-right: 0;
}
ul.length li a {
    width: 100%;
    line-height: 48px;
    display: block;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    position: relative;
}
ul.length li a span {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-right: 10px;
}
/* [04.single]
--------------------------------------------------------------------------*/
.pkg_left {
	width: 75%;
	float: left;
}
.pkg_right {
	width: 21%;
	margin-left: 4%;
	float: right;
}
.pkg_right .cate_area,
.pkg_right .newarrival {
	padding: 40px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.pkg_right .cate_area h4,
.pkg_right .newarrival h4 {
	font-size: 16px;
	margin-bottom: 40px;
	text-align: left;
}
.pkg_right .cate li {
	font-size: 13px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pkg_right .newarrival_li {
	display: flex;
	flex-wrap: wrap;
}
.pkg_right .newarrival_li li {
	width: 100%;
	border-bottom: 1px dotted #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pkg_right .newarrival_li li img {
	width: 100%;
	height: auto;
}
.pkg_right .newarrival_li li p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}
.pkg_right .newarrival_li li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 0;
}
.pkg_right .column_cate_li {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
.pkg_right .column_cate_li li {
	width: 100%;
}
.pkg_right .column_cate_li .cat-item {
	padding-bottom: 20px;
}
.pkg_right .column_cate_li li .children li {
	padding: 15px 0 15px 10px;
	border-bottom: 1px dotted #eee;
}

.single h2 {
	margin-bottom: 80px;
	text-align: center;
	padding: 0 40px;
}
.single h2 span {
	display: block;
	width: 100%;
	font-size: 15px;
}
.single h3 {
	font-size: 22px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
}
.single h4 {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 140%;
}
.hair_cate ul li {
	width: 19%;
	float: left;
	margin-right: 1.25%;
}
.hair_cate ul li:nth-child(5n) {
	margin-right: 0;
}
.hair_cate ul li div {
	padding: 20px;
	border: 1px solid #000;
}
.hair_cate ul li div span {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-right: 10px;
}
.slider_wrap {
    width: 50%;
    float: left;
    text-align: center;
    margin-right: 4%;
}
#slider-box {
    position: relative;
    width: 100%;
    min-height: 490px;
    height: auto;
    max-height: 940px;
    overflow: hidden;
    margin-bottom: 10px;
}
#slider-box p {
    display: none;
    width: 90%;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-left: 5%;
    z-index: 1;
}
#slider-box .sld_li li:nth-child(1) {
    display: block;
}
#slider-box .sld_li li {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}
#slider-box .sld_li li img {
    width: 100%;
}
#slider-box .arrow p a {
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: -25px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    position: absolute;
}
#slider-box .arrow p a.next {
    right: 0;
}
.slider li img {
	width: 100%;
	height: auto;
}
.detail_right {
    width: 46%;
    float: right;
}
.hair_date {
	margin-bottom: 30px;	
}
.hair_date li {
	border-bottom: 1px dotted #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.hair_date li h4 {
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
}
.hair_date li a {
	text-decoration: underline;
}
.sns_area {
	width: 100%;
	text-align: center;
}
.sns_share {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 170px;
}
.sns_share li {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.sns_share li:last-child {
	margin-right: 0;
}
.sns_share li a img {
	width: 100%;
	height: auto;
}
.all_btn {
	margin: 0 auto;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 20px 0;
	border-radius: 30px;
}
.all_btn a {
	color: #fff;
}
#news-single p {
	margin-bottom: 40px;
}
#news-single p　img {
	width: auto;
    max-width: 100%;
    height: auto;
}
#news-single .pkg_80 {
	padding: 0;
}
.single img {
	width: 100%;
	height: auto;
}

/* [05.column]
--------------------------------------------------------------------------*/
.txt_12 {
	padding: 10px 10px 0 10px;
	font-size: 12px;
	color: #999;
}
#ez-toc-container {
	margin-bottom: 60px!important;
	padding: 25px!important;
}
#ez-toc-container a {
	font-size: 15px;
}
div#ez-toc-container ul li {
	margin-bottom: 10px;
}
div#ez-toc-container p.ez-toc-title {
	padding-bottom: 20px;
}
#column_other {
	margin-top: 60px;
}
#news-single .date {
	margin-bottom: 10px;
	padding: 0;
}
#column_other h4 {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 140%;
}
/* [06.shopcolumn]
--------------------------------------------------------------------------*/
#shop_box {
	margin-bottom: 140px;
}
#shop_box:last-child {
	margin-bottom:0;
}
.li_2c_shop {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.li_2c_shop div {
	width: 50%;
	float: left;
}
.li_2c_shop div img {
	width: 100%;
	height: auto;
}
.li_2c_shop div:nth-child(2) {
	width: 40%;
	padding: 2% 5% 0 5%;
}
.big_eng {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 42px;
	margin-bottom: 30px;
	line-height: 120%;
}
.shop_date {
	margin-bottom: 30px;	
}
.li_2c_shop .shop_date li {
	border-bottom: 1px dotted #eee;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.li_2c_shop .shop_date li h5 {
	font-size: 15px;
    text-align: left;
    float: left;
    width: 19%;
    border-left: none;
    padding-left: 0;
    line-height: 140%;
}
.li_2c_shop .shop_date li p {
	width: 80%;
	float: right;
}
.li_2c_shop .shop_date li p {
	margin-bottom: 0;
}
.li_2c_shop .shop_date li p.flx-wrap {
	display: flex;
	flex-wrap: wrap;
}
.li_2c_shop .shop_date li p.flx-wrap .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.li_2c_shop .shop_date li p.flx-wrap .icon img {
	width: 100%;
	height: auto;
}
/* [07.concept]
--------------------------------------------------------------------------*/
.li_concept {
	display: flex;
	flex-wrap: wrap;
}
.li_concept li {
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 60px;
}
.li_concept li:nth-child(2n) {
	margin-right: 0;
}
.li_concept li .big_eng {
	color: #caa020;
	font-size: 42px;
}
.li_concept li h3 {
	margin-bottom: 20px;
}
.li_concept li h4 {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 140%;
}
.li_voice {
	display: flex;
	flex-wrap: wrap;
}
.li_voice li {
	border-bottom: 1px dotted #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.li_voice li h4 {
	margin-bottom: 20px;
}
.video {
	width: 100%;
}
.video img {
	width: 100%;
	height: auto;
}
/* [08.menu]
--------------------------------------------------------------------------*/
.ttl_menu {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding-top: 140px;
}
.p_description {
	margin-bottom: 40px;
}
.p_description.cate-dsp {
	margin-bottom: 0;
}
.menu_li {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.menu_li li {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.menu_li li div:nth-child(1) {
	width: 75%;
}
.menu_li li div p {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 140%;
}
.menu_li li div .caution {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 140%;
	color: #666;
}
.menu_li li div:nth-child(2) {
	width: 25%;
	text-align: right;
}
.menu_li li div:nth-child(2) p{
	color: #ff8080;
}
.menu_li li div:nth-child(2) p:last-child {
	color: #b99424;
	margin-bottom: 0;
}
.offcard_inof {
	border: 1px solid #eee;
	padding: 40px;
	margin-bottom: 40px;
}
.offcard_inof p {
	font-weight: bold;
	font-size: 18px;
	color: #ff8080;
	margin-bottom: 10px;
	line-height: 140%;
}
/* [09.coupon]
--------------------------------------------------------------------------*/
.coupon_li {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 60px;
}
.coupon_li li {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    border: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 30px;
}
.coupon_li li div:nth-child(1) {
	width: 70%;
	margin-right: 4%;
}
.coupon_li li div h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 140%;
}
.coupon_li li div:nth-child(1) p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 140%;
}
.coupon_li li div:nth-child(2) {
	width: 26%;
	text-align: right;
	font-size: 16px;
	color: #ff8080;
}
.coupon_li li div:nth-child(3) {
    width: 100%;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
    background: #f5f5f5;
    color: #000;
    padding: 10px 0px 10px 0px;
    margin-top: 15px;
}
.coupon_li li div:nth-child(3) span {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    float: left;
    display: inline;
}
.coupon_li li div:nth-child(3) p {
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
}
/* [10.staff]
--------------------------------------------------------------------------*/
.staff_list .li_3c li {
	text-align: center;
	font-size: 12px;
}
.staff_list .li_3c li h4 {
	font-weight: normal;
	font-size: 16px;
}
.staff_wrap h2 {
	text-align: left;
	padding: 0;
}
.staff_wrap h2 span {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.staff_wrap h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #000;
    width: 80px;
    padding-bottom: 15px;
}
.staff_info {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.staff_info .staff_img {
	width: 50%;
}
.staff_info .staff_img img {
	width: 100%;
	height: auto;
}
.staff_info .staff_txt {
	margin-left: 5%;
	width: 45%;
}
.staff_txt .txtbox,
.staff_txt .snsbox {
	margin-bottom: 40px;
}
.staff_txt .txtbox .staff-ttl,
.staff_txt .snsbox .staff_sns_ttl {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}
.staff_txt .txtbox .txt-box {
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	word-break: break-all;
}
.staff_txt .snsbox .sns_link {
	display: flex;
	flex-wrap: wrap;
}
.staff_txt .snsbox .sns_link li {
	width: 30px;
	margin-right: 10px;
}
.staff_txt .snsbox .sns_link li img {
	width: 100%;
	height: auto;
}
.f_bnr {
	width: 640px;
	margin: 0 auto;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_bnr li {
	width: 48%;
	height: auto;
}
.f_bnr li img {
	width: 100%;
	height: auto;
}
/* [00.Media Queries]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 999px) {
	a:hover {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	}
	html, body {
		font-size: 12px;
	}
	.br-pc { 
		display:none; 
	}
	.br-sp { 
		display:block;
	}
	.pkg {
		width: 100%;
		padding: 60px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.pkg_inner {
		width: 100%;
		padding: 60px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.pkg_80 {
		width: 100%;
		padding: 60px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.column_pkg {
    	padding: 0 5%;
	}
	.head_pkg {
		height:80px;
	}
	#single header {
		overflow: initial;
	}
	h1,
	header nav ul,
	#single header nav ul {
		display: none;
	}
	header nav {
		padding-top: 20px;
	}
	header div#logo {
		width: 50%;
		height: 24px;
		float: none;
		margin: 0 auto;
		padding: 28px 0;
	}
	header div#logo a {
		background-size: 100%;
		height: 28px;
	}
	header a#btn_nav {
		display: inline;
		top: 28px;
		font-size: 40px;
		color: #fff;
	}
	#mainvisual {
		margin: 80px 0 0 0;
	}
	#mainvisual img {
		padding: 0;
	}
	.ttl p {
		font-size: 14px;
	}
	#concept h2 {
		font-size: 17px;
	}
	.single h2 {
		padding: 0;
	}
	.single p {
		font-size: 15px;
		line-height: 140%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		word-wrap: break-word;
	}
	.big_eng {
		line-height: 48px;
	}
	a.btn_detail {
		width: 100%;
	}
	.li_2c div:nth-child(2) {
		order: 1;
		width: 100%;
		padding: 0;
	}
	.li_2c div:nth-child(2) .btn_box {
		width: 100%;
	}
	.li_2c div:nth-child(2) .btn_box a.btn_detail {
		width: 100%;
		margin-bottom: 40px;
	}
	.li_2c div {
		order: 2;
		width: 100%;
		float: none;
	}
	.li_3c li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#shop .li_3c li:last-child a.btn_detail,
	#column a.btn_detail,
	#news .tac a.btn_detail,
	#hair-style .tac a.btn_detail {
		margin-bottom: 0;
	}
	.li_4c li {
		width: 48%;
		margin-right: 4%;
	}
	.li_4c li:nth-child(2n) {
    	margin-right: 0;
	}
	.li_news .date {
		float: none;
		width: 100%;
	}
	.li_news p {
		float: none;
		width: 100%;
	}
	#copyright p {
		width: 100%;
	}
	#logo_f {
    	width: 60%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	ul.length {
    	display: none;
	}
	a#btn_length {
    	background: #000;
    	width: 40%;
    	line-height: 35px;
    	display: block;
    	padding: 0 10px;
    	margin-bottom: 30px;
    	text-align: center;
    	border-radius: 4px;
    	color: #fff;
	}
	#list_length {
		display: none;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	ul.length li {
		width: 99%;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}
	.single {
		margin-top: 64px;
	}
	.pkg_left {
    	width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.pkg_right {
    	width: 100%;
    	margin-left: 0;
    	float: none;
    	margin-bottom: 40px;
	}
	.slider_wrap {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	#slider {
		min-height: 350px;
		margin-bottom: 40px;
	}
	.detail_right {
		width: 100%;
		float:none;
	}
	a#btn_length i {
    	line-height: 35px;
		font-size: 15px;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}
	a#btn_length i.dpn {
    	display: none;
	}
	#main_hair h2,
	#main_column h2,
	#main_shop h2,
	#main_concept h2,
	#main_news h2,
	#main_menu h2,
	#main_coupon h2,
	#main_stafflist h2 {
    	padding: 80px 20px;
		text-align: center;
		color: #fff;
	}
	.li_2c_shop {
		margin-bottom: 0;
	}
	.li_2c_shop .big_eng {
		text-align: center;
	}
	.li_2c_shop div {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.li_2c_shop div:nth-child(2) {
		width: 100%;
	}
	.li_2c_shop .shop_date li h5,
	.top_shop_li .shop_date li h5 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.li_2c_shop .shop_date li p {
    	width: 100%;
		float: none;
	}
	.li_concept li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.shop_cntr {
		overflow-x: scroll;
		overflow-y: hidden;
		display: flex;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.shop_cntr .li_3c {
		display: flex;
		flex-wrap: nowrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.shop_cntr .li_3c li {
		width: 240px;
		margin-right: 0;
		float: none;
		display: block;
		margin-left: 10px;
	}
	.shop_cntr .li_3c li:first-child {
		margin-left: 25px;
	}
	.shop_cntr .li_3c li a.btn_detail {
		width: 240px;
	}
	#news-list,
	#column-list {
		margin-top: 64px;
	}
	.top_shop_li{
		margin-bottom: 0;
		width: 100%;
	}
	.top_shop_li .big_eng {
		text-align: center;
	}
	.top_shop_li div {
		width: 100%;
		height: auto;
	}
	.top_shop_li div h4 {
		text-align: center;
	}
	.top_shop_li div img {
		margin-bottom: 40px;
	}
	.top_shop_li div:first-child {
		width: 100%;
		float: none;
		padding: 0;
		order: 2;
	}
	.top_shop_li .shop_date li h4 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.top_shop_li .shop_date li p {
    	width: 100%;
		float: none;
	}
	.top_shop_li div .tac a.btn_detail {
		margin-bottom: 0;
		width: 100%;
	}
	.menu_li li div p {
		margin-bottom: 10px;
	}
	.menu_li li div:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}
	.menu_li li div:nth-child(2) {
    	width: 100%;
		text-align: left;
	}
	.coupon_li li div:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}
	.coupon_li li div:nth-child(1) {
		margin-bottom: 15px;
	}
	.coupon_li li div:nth-child(2) {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	header nav ul li:first-child a {
		font-weight: normal;
		border-radius: 0;
	}
	.f_contact ul {
		width: 100%;
	}
	.f_contact ul li {
		width: 100%;
		padding: 40px 0;
	}
	.f_contact ul li:first-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	a.btn_detail_clean {
    	width: 100%;
	}
	.f_contact {
		margin-bottom: 30px;
	}
	.staff_info .staff_img {
		width: 100%;
		margin-bottom: 40px;
	}
	.staff_info .staff_txt {
		width: 100%;
		margin-left: 0;
	}
	.staff_list .li_3c li {
		width: 48%;
		margin-right: 4%;
	}
	.staff_list .li_3c li:nth-child(2n) {
		margin-right: 0;
	}
	.big_eng span {
	    padding-left: 0;
	}
	.bnr_top {
		max-width: 100%;
		padding: 0 0 60px 0;
	}
	.bnr_top img {
		width: 100%;
		height: auto;
	}
	.ttl_menu {
		padding-top: 100px;
	}
	.f_bnr {
		width: 100%;
	}
	.f_bnr li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}



@media screen and (orientation:landscape) and (max-width:820px) {
  #slider {
	  min-height: 490px;
	}  
}
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:760px) and ( max-width:840px){
  #slider {
	  min-height: 490px;
	}
}