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

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.bx-controls .bx-has-pager .bx-has-controls-direction{
	display: none;
}

/**
 * header
 * */
.mobile-header-hamburger {
	position: absolute;
	text-decoration: none;
	display: block;
	padding: 17px 15px 17px 19px;
	margin-top: 20px;
	margin-left: -20px;
}

.mobile-header-hamburger a {
	margin-top: 6px;
	display: block;
	position: relative;
	width: 20px;
	height: 3px;
	background: black;
	transition: all 0.4s cubic-bezier(0.5, 0.2, 0, 1)
}

.mobile-header-hamburger a:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.mobile-header-hamburger a:after {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.mobile-header-hamburger a:before, .mobile-header-hamburger a:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	left: 0;
	background: black;
	transition: all 0.4s cubic-bezier(0.5, 0.2, 0, 1);
}

.cm-header .header-top {
	background: url(../images/header_top.png) no-repeat;
	height: 160px;
}

.cm-header .header-top .logo {
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

.cm-header .header-top .logo img {
	width: 100%;
}

.cm-header .header-top .menu {
	display: none;
}

.cm-header .header-bottom {
	background: url(../images/header_bottom.png) no-repeat;
	height: 40px;
}

.content-module {
	width: 90%;
	margin: 0 auto;
}

.contents {
	width: 95%;
	margin: 0 auto;
	margin-top: 5px;
}

.shop_text{
	margin-bottom: 10px;
	font-weight: bold;
}

.footer_text{
	color: #FFFFFF;
	text-align: center;
	clear: both;
	padding-top: 20px;
}

.footer_b{
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
}

/**
 * index
 * */
.cm-index-top {
}

.cm-line {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.cm-index-map {
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.cm-index-map #map {
	height: 250px;
}

.cm-index-map .showmap {
	width: 200px;
	height: 35px;
	line-height: 35px;
	background: #fe3389;
	position: absolute;
	border-radius: 3px;
	bottom: 20%;
	left: 30%;
	text-align: center;
	color: white;
	font-size: 14px;
	display: none;
}

.cm-index-map .showmap a {
	color: white;
}

.cm-index-information {
	width: 90%;
	color: #ba4f01;
	margin: 0 auto;
	font-size: 15px;
}

.cm-index-information .cm-index-address {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}

.cm-index-information .cm-index-address h2 {
	font-size: 17px;
	margin-bottom: 10px;
}

.cm-index-information .cm-index-tel {
	padding-top: 10px;
}

.cm-index-information .cm-index-openclose {
	padding-top: 40px;
	padding-bottom: 20px;
	color: black;
	text-align: center;
}

/**
 * MENU
 * */
.cm-menu-top {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

.cm-menu-navlist {
	width: 99%;
	margin: 0 auto;
	margin-top: -10px;
	background: white;
	border-radius: 5px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cm-menu-navlist h4 {
	font-size: 15px;
}

.cm-menu-navlist h4 i {
	color: #a24e04;
}

.cm-menu-navlist ul {
	margin-top: 5px;
}

.cm-menu-navlist ul li {
	width: 20%;
	float: left;
	margin-right: 10px;
}

.cm-menu-navlist ul li:last-child {
	margin-right: 0;
}

.cm-menu-middle {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	background: white;
	border-radius: 5px;
}

.cm-menu-middle .middle-content {
	width: 90%;
	margin: 0 auto;
	margin-top: -20px;
	text-align: left;
}

.cm-menu-middle .middle-content h2 {
	height: 105px;
	background: url(../images/menu/menu_title.png) no-repeat;
	padding-top: 25px;
	padding-left: 150px;
	font-size: 30px;
}

.cm-menu-middle .middle-content h2 p {
	padding-left: 40px;
	font-size: 15px;
	color: #a24e04;
}

.cm-menu-middle .menuListBox {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}

.cm-menu-middle .menuListBox table.menuList {
	border: none;	
	margin-top: 10px;
	width: 100%;
	font-size: 13px;
}

.cm-menu-middle .menuListBox table.menuList td.name {
	width: 60%;
	float: left;	
	margin-bottom: 5px;
}

.cm-menu-middle .menuListBox table.menuList td.price {
	width: 30%;
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

.cm-menu-middle .menuListBox h4 {
	font-size: 17px;
	color: #fe3389;
	font-weight: normal;
}

.cm-menu-middle .menuListBox .left {
	width: 45%;
	margin-bottom: 30px;
	float: left;
	border-bottom: 1px dotted #fe3389;
	padding-bottom: 10px;
}

.cm-menu-middle .menuListBox .right {
	width: 45%;
	margin-bottom: 30px;
	margin-left: 10px;
	float: right;
	border-bottom: 1px dotted #fe3389;
	padding-bottom: 10px;
}

.pc {
	display: none;
}

.smart {
	display: block;
}

/**
 * este
 * */
.cm-este-wrapper {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	background: white;
	border-radius: 5px;
}

.cm-este-container {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}

.cm-este-container h2 {
	height: 105px;
	background: url(../images/menu/menu_title.png) no-repeat;
	padding-top: 25px;
	padding-left: 150px;
	font-size: 30px;
	text-align: left;
}

.cm-este-container h2 p {
	padding-left: 40px;
	font-size: 15px;
	color: #a24e04;
}

.cm-este-container .cm-este-top {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.cm-este-container .cm-este-top p.este_txt {
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.cm-este-container .cm-este-course {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cm-este-container .cm-este-course h3.coursetitle {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	color: white;
	background: #fd675d;
}

.cm-este-container .cm-este-course h3.coursesubtitle {
	filter:dropshadow(color=#fd176d,offX= 0,offY=-1)
	dropshadow(color=#fd176d,offX= 1,offY= 0)
	dropshadow(color=#fd176d,offX= 0,offY= 1)
	dropshadow(color=#fd176d,offX=-1,offY= 0);
	//-webkit-text-stroke-color: #fd176d;
	//-webkit-text-stroke-width: 1px;
	text-shadow: #fd176d 1px 2px 0px, #fd176d 2px 1px 0px,#fd176d 1px 1px 0px, #fd176d 1px 2px 3px;
	font-size: 25px;
	color: white;
	text-align: center;
	padding-top: 20px;
}

.cm-este-container .cm-este-course h4 {
	text-align: center;
	margin-top: 20px;
}

.cm-este-container .cm-este-course img.beforeafter {
	text-align: center;
}

.cm-este-container .cm-este-course ul {
	margin: 0 auto;
	margin-top: 30px;
	background: #fd675d;
	padding: 10px;
	border-radius: 3px;
}

.cm-este-container .cm-este-course ul li {
	width: 25%;
	height: 35px;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

.cm-este-container .cm-este-course p {
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
}

/**
 * hairloss
 * */
.cm-hairloss-wrapper {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	background: white;
	border-radius: 5px;
}

.cm-hairloss-container {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}

.cm-hairloss-container h2 {
	height: 105px;
	background: url(../images/menu/menu_title.png) no-repeat;
	padding-top: 25px;
	padding-left: 150px;
	font-size: 30px;
	text-align: left;
}

.cm-hairloss-container h2 p {
	padding-left: 40px;
	font-size: 15px;
	color: #a24e04;
}

.cm-hairloss-container .contents img {
	width: 90%;
}

/**
 * products
 * */
.cm-products-wrapper {
	margin: 0 auto;
	margin-top: 20px;
}

.cm-products-top {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

.cm-products-navlist {
	width: 99%;
	margin: 0 auto;
	margin-top: -10px;
	background: white;
	border-radius: 5px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cm-products-navlist h4 {
	font-size: 15px;
}

.cm-products-navlist h4 i {
	color: #a24e04;
}

.cm-products-navlist ul {
	margin-top: 5px;
}

.cm-products-navlist ul li {
	width: 20%;
	float: left;
	margin-right: 10px;
}

.cm-products-navlist ul li:last-child {
	margin-right: 0;
}

.cm-products-middle {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	background: white;
	border-radius: 5px;
}

.cm-products-container {
	width: 90%;
	margin: 0 auto;
	margin-top: -20px;
	padding-bottom: 20px;
	text-align: left;
}

.cm-products-container h2 {
	height: 105px;
	background: url(../images/menu/menu_title.png) no-repeat;
	padding-top: 25px;
	padding-left: 150px;
	font-size: 30px;
	text-align: left;
}

.cm-products-container h2 p {
	padding-left: 40px;
	font-size: 15px;
	color: #a24e04;
}

.cm-products-container .box.left {
	background: url(../images/products/products_bg1.png) no-repeat;
	background: white;
	border: 1px solid #01c8aa;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;
}

.cm-products-container .box.right {
	margin: 0 auto;
	background: url(../images/products/products_bg2.png) no-repeat;
	background: white;
	border: 1px solid #c801c1;
	border-radius: 5px;
	margin-bottom: 10px;
	float: left;
}

.cm-products-container .box {
	padding-top: 20px;
	padding-left: 20px;
	margin: 0 auto;
}

.cm-products-container .box .info {
	width: 60%;
	float: left;
	margin-right: 10px;
}

.cm-products-container .box .info h4 {
	font-size: 18px;
	border-bottom: 1px dotted #aaa;
}

.cm-products-container .box .info p {
	margin-top: 10px;
	font-size: 14px;
}

.cm-products-container .box .photo {
	width: 35%;
	float: left;
}

.cm-products-container .box .photo img {
	width: 90%;
}


/**
 * footer
 * */
.cm-footer-top {
	width: 100%;
	height: 100px;
	background: url(../images/footer_top.png) no-repeat;
	background-size: cover;
}

.cm-footer {
	width: 100%;
	height: 20%;
	padding-bottom: 40px;
	background: url(../images/footer_bg.png);
}

.cm-footer ul {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
}

.cm-footer ul li {
	color: white;
	text-align: center;
}

.cm-footer ul li h2 {
	font-size: 15px;
	margin-bottom: 5px;
}

.cm-footer ul li:last-child {
	margin-right: 0;
}

.cm-footer ul li h4 {
	font-size: 18px;
}

.cm-footer-bottom {
	height: 40px;
}

.map_range{
	width: 90%;
	height: 300px;
	margin: auto;
}

}
