html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {	
	font-size: 10px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	background: #f4fffd;
}

input, textarea, select, button {
	font-family: 'Noto Sans JP', sans-serif;
}

.inner {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}

/* start header */
header {
	border-bottom: 2px solid #29abe2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: rgba(255,255,255,.8);
}

.headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
}

.headerLogo, .headerContact {
    display: flex;
    align-items: center;
}

.headerLogo img {
	width: 213px;
}

.headerKobe {
	align-self: flex-end;
	margin-bottom: 3px;
}

.headerKobe img {
	width: 349px;
}

.headerContact .headerTelSp {
	display: none;
}

.headerContact .headerTel {
	width: 275px;
}

.headerContact .headerMail {
	width: 226.3px;
	margin-left: 5px;
}

.mainLpImg {
	line-height: 0;
}

.mainLpImg img{
	width: 100%;
}

.mainLpImgSp {
	display: none;
}

.content {
	margin-top: 75px;
	background: #fff;
	-webkit-box-shadow: 5px 0px 8px -4px rgba(102,102,102,1);
	-moz-box-shadow: 5px 0px 8px -4px rgba(102,102,102,1);
	box-shadow: 5px 0px 8px -4px rgba(102,102,102,1);
}

.btnMailSp {
	display: none;
}
/* end header */



/* start anchor */
.anchor {
	text-align: center;
	background: #dbf1fe;
	padding: 5px 0 7px 0;
}

.anchor ul {
	width: 546px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.anchor li {
	display: inline-block;
	width: 19.6%;
}

.anchor li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56.637px;
	background: url(../images/anchor_bg.svg);
	background-size: cover;
	font-size: 1.462rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
}

.anchor li.small a {
	font-size: 1.34rem;
}
/* end anchor */

/* start image title */
.imgTitle {
	height: 98px;
	background: #29A6DD;
	margin-top: 58px;
}

.imgTitleContent {
	width: 610px;
	margin: 0 auto;
	position: relative;
	height: 98px;
	/*margin-bottom: 88px;*/
}

.imgTitleContentBlock {
	position: absolute;
	bottom: -1px;
}

.imgTitleHairRemoval1 .mainImg {
	width: 205px;
}

.imgTitleHairRemoval1 .textImg {
	width: 223.2px;
	margin-bottom: 15px;
	margin-left: -5px;
}
/* end image title */

.gradientBg {
	background: url(../images/gradient_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.arrowTitle {
	font-size: 3.127rem;
	font-weight: 900;
	color: #29A6DD;
	width: 472px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	font-style: italic;
}

.arrowTitle:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0071B7;
}

.arrowTitle:after {
	content: '';
	position:absolute;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
	bottom: -9.7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.763px 19.185px 0 19.185px;
	border-color: #0071b7 transparent transparent transparent;
}

.hairRemovalBlock1 .arrowTitle {
	margin-top: 53px;
}

.gradientContent {
/*	width: 610px; */
	margin: 0 auto;
	text-align: center;
}

.gradientContent > p{
	width: 610px; 
	margin: 0 auto;
	max-width: 100%;
}

.gradientContent p {
	font-size: 2rem;
	margin-top: 45px;
	line-height: 1.86;
	text-align: justify;
}

.gradientContent p b{
	color: #F6AB3B;
}

.gradientTitle {
	font-size: 3.088rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #d3e0ea;
	display: inline-block;
	margin-top: 55px;
	margin-bottom: 10px;
}

.gradientContent img {
	width: 498px;
}

.removalImg0 {
	width: 711px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom:60px;
}

.changeBlue {
	width: 750px;
	max-width: 100%;
	margin: 100px auto 23px auto;
	background-color: #C2EFFF;
	padding-bottom: 25px;
	box-sizing: border-box;
}

.hairRemovalBlock1 .changeTitle {
	width: 670px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.hairRemovalBlock1 .changeTitle img {
	/*width: 100%;*/
	margin-top: -70px;
}

.hairRemovalBlock1 .changeDes {
	text-align: center;
	margin-bottom: 20px;
}

.hairRemovalBlock1 .changeDes p {
	font-size: 2.4rem;
	color: #000;
	line-height: 1.45;
	display: inline-block;
	text-align: left;
}

.hairRemovalBlock1 .baImage {
	width: 738px;
	max-width: 100%;
	margin: 0 auto;
}

.hairRemovalBlock1 .baImage img {
	width: 100%;
}

.hairRemovalBlock1 .hairRemovalDes p {
	margin-bottom: 55px;
}

.collapsibleContent {
	display: none;
}
/*--ss-*/
.listRecommended ul {
	display: flex;
	width: 910px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.listRecommended li  {
	display: flex;
	width: 49.5%;
	justify-content: space-between;
}

.listRecommended li:first-child  {
	margin-bottom: 40px;
}

.listRecommended li .colLeft {
	display: flex;
	width: 39%;
	align-self: flex-start;
}

.listRecommended li .colLeft img {
	width: 100%;
	height: auto;
	align-self: center;
}

.listRecommended li .colRight {
	width: 57.78%;
	padding-top: 5px;
	box-sizing: border-box;
}

.listRecommended li .titleHand {
	width: 100%;
	max-width: 260px;
	height: 60px;
	border-radius: 30px;
	background-color: #A4903E;
	display: flex;
	padding-left: 20px;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 13px;
	position: relative;
}

.listRecommended li .titleHand:after {
	content: '';
	position: absolute;
	width: 51px;
	height: 62px;
	background: url(../images/finger.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: -5px;
	right: 5px;
}

.listRecommended li .titleHand p {
	font-size: 1.806rem;
	font-weight: 900;
	color: #FFF;
	margin: 0;
}

.listRecommended li .redDes p {
	font-size: 1.403rem;
	font-weight: bold;
	color: #000000;
	line-height: 1.17;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}

.listRecommended li .redDes p:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(../images/redCheck.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: -2px;
	left: 0;
}

.listRecommended li .redDes p:last-child {
	margin-bottom: 0;
}

.listRecommended li .colLeft.bestNo {
	position: relative;
}

.listRecommended li .colLeft.bestNo:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(../images/bestNo.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: -14px;
	left: -10px;
}

/*--ss-*/

button.collapsible  {
	display: block;
	position: relative;
	margin: 58px auto 55px auto;
	width: 422px;
	max-width: 100%;
	font-size: 2.35rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #0071B7;
	border-radius: 20px;
	padding: 20px 60px 20px 0;
	text-align: right;
	box-sizing: border-box;
	outline: none;
	border: none;
	cursor: pointer;
}

button.collapsible:after {
	content: '';
	position: absolute;
	width: 40.9px;
	height: 40.9px;
	background-image: url('../images/open.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

button.collapsible.active:after {
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*Footer*/
.mainFooter {
	padding: 29px 0;
	background-color: #1B1464;
}

.mainFooter p, .mainFooter a {
	font-size: 1.63rem;
	color: #C1976D;
	text-align: center;
	text-decoration: none;
}
.mainFooter p.smallFooter {
	font-size: 1.5rem;
	padding-top: 11px;
}
/*End footer*/
.imgTitle.bgWhite {
	background-color: #FFF;
}

.titleInquiries img {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 425px;
	max-width: 100%;
}

.titleMens img {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 318px;
	height: 94px;
	max-width: 100%;
}

.listHairRemoval ul {
	padding: 0 48px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.listHairRemoval ul li {
	width: 49.1%;
	margin-bottom: 35px;
}

.listHairRemoval ul li:last-child {
	margin-bottom: 25px;
}

.listHairRemoval ul li img {
	width: 100%;
}

.hairRemovalDes {
	padding: 0 55px;
}

.hairRemovalDes p {
	color: #000000;
	font-size: 2rem;
	line-height: 1.85;
	margin-bottom: 25px;
}

.imgTitleHairRemoval2 {
	margin-top: 60px;
}

.imgTitleHairRemoval2 .mainImg {
	width: 150px;
}

.imgTitleHairRemoval2 .textImg {
    width: 292px;
    margin-bottom: 15px;
    margin-left: 11px;
}

.hairRemovalBlock2 .arrowTitle {
	margin-top: 60px;
}

.hairRemovalBlock2 .arrowTitle span {
	font-size: 2.609rem;
	display: inline-block;
}

.hairRemovalBlock2 .arrowTitle span:last-child {
	font-size: 3.103rem;
	padding-top: 10px;
}

.hairRemovalBlock2 .gradientTitle {
	font-size: 3.343rem;
}

.hairRemovalBlock2 .gradientContent p {
	margin-top: 25px;
}

.hairRemovalBlock2 .gradientContent p:first-child {
	margin-top: 35px;
}

.hairRemovalBlock2 .gradientContent img {
	width: 552px;
	margin: 10px 0 15px 0;
}

.hairRemovalBlock2 .changeTitle {
	width: 327px;
	margin: 50px auto 0 auto;
}

.hairRemovalBlock2 .changeTitle img {
	width: 100%;
}

.hairRemovalBlock2 .baImage {
    width: 490px;
    margin: 0 auto;
}

.hairRemovalBlock2 .baImage img {
	width: 100%;
}

.hairRemovalBlock2 .listHairRemoval ul li {
	margin-bottom: 40px;
}

.hairRemovalBlock2 .listHairRemoval ul li:last-child {
	margin-bottom: 40px;
}

.hairRemovalBlock2 .hairRemovalDes {
	padding: 0 80px;
}

.hairRemovalBlock2 .hairRemovalDes p:last-child {
	margin-bottom: 35px;
}

.imgTitleHairRemoval3 .mainImg {
	width: 166px;
	margin-left: 10px;
}

.imgTitleHairRemoval3 .textImg {
	width: 237px;
	margin-bottom: 15px;
    margin-left: 25px;
}

.hairRemovalBlock3 .arrowTitle {
	margin-top: 65px;
}

.hairRemovalBlock3 .arrowTitle span {
    font-size: 2.609rem;
    display: inline-block;
}

.hairRemovalBlock3 .arrowTitle span:last-child {
	font-size: 3.103rem;
	padding-top: 10px;
}

.hairRemovalBlock3 .gradientContent p {
	margin-top: 35px;
}

.gradientGroupImage {
	width: 893px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.gradientGroupImage img {
	width: 49.5%;
}

.imgTitleHairRemoval3 {
	margin-top: 65px;
}

.hairRemovalBlock3 .listHairRemoval ul li {
	margin-bottom: 25px;
}
#section1,#section2,#section3 {
	height: 1px;
}


.telNumber {
	color: #000;
	text-decoration: none;
}

.titleMens {
	margin-bottom: 25px;
	margin-top: 40px;
}

.listHairAddress .collapsible {
	display: block;
	margin: 0 auto;
	position: relative;
	font-size: 2rem;
	width: 300px;
	font-weight: bold;
	text-align: center;
	padding: 13.5px 0;
	color: #FFF;
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(77,77,77,1);
	box-shadow: 0px 2px 0px 0px rgba(77,77,77,1);
}

.listHairAddress .collapsible:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url('../images/open.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.listHairAddress .collapsible.active:after {
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.listHairAddress {
	/*background-color: #4D4D4D;*/
}

.listHairAddress ul {
	width: 933px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.listHairAddress ul li {
	width: 32.15%;
	padding-bottom: 20px;
}

.listHairAddress ul li .hairAddressContent {
	background-color: #FFF;
	padding: 25px 12px 20px 12px;
	box-sizing: border-box;
	margin-top: -10px;
	border: 1px solid #0071B7;
	border-bottom-left-radius: 38.3px;
	border-bottom-right-radius: 38.3px;
}

.listHairAddress ul li .shopHairMap {
	position: relative;
	height: 160px;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.listHairAddress ul li .shopHairMap iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.listHairAddress .collapsibleContent .shopHairMapDes {
	padding-bottom: 20px;
}

.listHairAddress .collapsibleContent .shopHairMapDes:last-child {
	padding-bottom: 0;
}

.listHairAddress .collapsibleContent .shopHairMapDes p {
	color: #000;
	font-size: 1.15rem;
	line-height: 1.8;
}

.listHairAddress .collapsibleContent .shopHairMapDes p.title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
}

.listHairAddress .collapsibleContent .shopHairMapDes p.offday {
	color: #ED1C24;
	font-weight: bold;
}

.customerFeedback {
	width: 962px;
	max-width: 100%;
	margin: 0 auto;
	padding: 48px 0 70px 0;
    box-sizing: border-box;
    border: 3px solid #423B24;
}

.customerFeedback .title {
	text-align: center;
	margin-bottom: 45px;
}

.customerFeedbackImg {
	width: 86.27%;
	margin: 0 auto;
}

.customerFeedback .title img {
	width: 570px;
	max-width: 100%;
	height: auto;
}

.feedbackItem {
	background-color: #FFF;
	border: 3.5px solid #C1976D;
	border-radius: 50px;
	padding: 15px 30px 35px 30px;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.customerFeedbackList .feedbackItem:last-child {
	margin-bottom: 0;
}

.feedbackItem .feedbackItemTitle {
	width: 535px;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.feedbackItem .feedbackItemTitle p{
	width: 394px;
	text-align: center;
	max-width: 100%;
	color: #0071B7;
	font-weight: bold;
	font-size: 2.9rem;
	position: relative;
	margin-left: -35px;
	padding-left: 10px;
	box-sizing: border-box;
}

.feedbackItem .feedbackItemTitle p:after{
	content: '';
	position: absolute;
	height: 11px;
	width: 100%;
	bottom: -30px;
	left: 0;
	background-color: #29A6DD;

}

.feedbackItem .customerAvatar {
	width: 165px;
	height: 165px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.feedbackItem .customerAvatar img {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 50%;
	border: 3px solid #29A6DD;
}

.feedbackItem .feedbackItemDes {
	font-size: 2rem;
	color: #000;
	line-height: 1.8;
	text-align: justify;
}

.formContact {
	width: 800px;
	max-width: 100%;
	margin: 75px auto 35px auto;
}

.formContact .formRow {
	display: flex;
	border-top: 1px solid #898989;
}

.formContact .formRow:last-child {
	border-bottom: 1px solid #898989;
}

.formContact .formRowTitle {
	width: 29.375%;
	min-height: 58px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2px 0 12px;
	box-sizing: border-box;
	background-color: #F1F8FD;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}

.formContact .formRowTitle p {
	color: #000;
	font-size: 1.9rem;
	font-weight: 900;
}

.formContact .formRowTitle .redLbl{
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 900;
	background-color: #ED1C24;
	padding: 10px 6px;
}

.formContact .formRowTitle .greenLbl{
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 900;
	background-color: #8CC63F;
	padding: 10px 6px;
}

.formContact .formRowInput {
	width: 70.625%;
	min-height: 58px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 18px;
	box-sizing: border-box;
	border-right: 1px solid #999899;
}

.formContact .formRowInput .nSize {
	width: 64.7%;
	height: 34px;
	font-size: 1.762rem;
	padding-left: 20px;
}

.formContact .formRowInput input {
	border: 1px solid #999899;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

.formContact .formRowInput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CCCCCC;
	opacity: 1; /* Firefox */
}

.formContact .formRowInput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

.formContact .formRowInput input::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

.formContact select {
	border: 1px solid #999899;
	color: #cccccc;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	background: #fff;
}

.formContact select option {
	color: #1A1A1A;
}

.formContact .selectNSize {
	position: relative;
	max-width: 100%;
	width: 374px;
}

.formContact .smallSize {
	display: flex;
    width: 166px;
    justify-content: space-between;
}

.formContact .selectNSize:after {
	content: '';
	position: absolute;
	width: 16.5px;
	height: 14.3px;
	background-image: url('../images/select_arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

.formContact .selectNSize select {
	font-size: 1.762rem;
	width: 100%;
	height: 38px;
	padding-left: 15px;
}

.formContact .smallSize select {
	width: 78px;
}

.formContact .smallSize:after {
	display: none;
}

.formContact .selectNSize .colSmallSize {
	position: relative;
}

.formContact .selectNSize .colSmallSize:after {
	content: '';
	position: absolute;
	width: 16.5px;
	height: 14.3px;
	background-image: url('../images/select_arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

.rowTextarea .formRowInput {
	padding: 12px 20px;
}

.rowTextarea .formRowTitle {
	padding-bottom: 10%;
}

.formContactTextarea {
	height: 155px;
	width: 100%;
	resize: none;
	font-size: 1.762rem;
	padding: 15px;
	border: 1px solid #999899;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

.formContactTextarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CCCCCC;
	opacity: 1; /* Firefox */
}

.formContactTextarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

.formContactTextarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

.formCheckBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.formCheckBox p {
	color: #000;
	font-weight: bold;
	font-size: 2.2rem;
}

.formCheckBox input {
	width: 32px;
	height: 28px;
	border: 1px solid #AEAEAE;
	margin-right: 10px;
}

.formDes {
	width: 709px;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 25px 0 25px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow-y: scroll;
	height: 200px;
}

.formDes p {
	color: #000;
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.9;
	margin-right: 25px;
}

.btnFormContact {
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
}

.btnFormContact button {
	width: 269px;
	height: 75px;
	background-color: #DF803C;
	color: #FFF;
	font-weight: 900;
	font-size: 2.783rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	border: 1px solid #DF803C;
	margin: 0 auto;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
	outline: none;
	cursor: pointer;
}

/*[custom checkbox]*/
.custom-checkbox {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.custom-checkbox label{
	/*margin: 0 15px 0 0;*/
}
.custom-checkbox input[type="checkbox"]{
	display: none;
}
.custom-checkbox .vir-label{
	cursor: pointer;
    padding-bottom: 16px;
    display: inline-block;
}

.custom-checkbox:last-child .vir-label{
    padding-bottom: 6px;
}

.custom-checkbox .vir-content{
    vertical-align: middle;
    margin-left: 9px;
	color: #000;
    font-weight: bold;
    font-size: 2.2rem;
}
.custom-checkbox .vir-checkbox{
	width: 32px;
    height: 28.8px;
	border: 1px solid #aeaeae;
	background: #ffffff;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before{
    content: "";
    background: #a3a3a3;
    border-radius: 50px;
    height: 20.8px;
    width: 24px;
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 4px;
}

.custom-checkbox .vir-checkbox.square-style,
.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox.square-style:before{
	border-radius: 0px;
}

#errors {
    outline: none;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
    color: #ff0000;
    font-weight: 400;
    font-size: 2.445rem;
}
/*[custom checkbox/]*/

.lineAddress {
	width: 820px;
	margin: 0 auto 70px auto;
	max-width: 100%;
}

.lineAddress .hairAddressContent {
	display: flex;
}

.hairAddressContentLeft, .hairAddressContentRight {
	width: 50%;
}

.hairAddressContentLeft iframe {
	width: 407px;
	height: 330px;
}

.hairAddressContentRight {
	padding: 0 38px;
}


.lineAddress .shopHairMapDes {
	padding-bottom: 16px;
}

.lineAddress .shopHairMapDes:last-child {
	padding-bottom: 0;
}

.lineAddress .shopHairMapDes p {
	color: #000;
	font-size: 1.15rem;
	line-height: 1.8;
}

.lineAddress .shopHairMapDes p.title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
}

.hairAddressContentRight .storeTitle {
	font-size: 2.314rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.storeTitleSp {
	display: none;
}
@media only screen and (max-width: 992px){
	
}

@media (min-width: 768.01px) and (max-width: 860px) {
	.lineAddress {
		zoom: 0.8;
	}
}

@media only screen and (max-width: 768px){
	.lineAddress {
		padding: 0 30px;
		box-sizing: border-box;
	}

	.lineAddress .hairAddressContent {
		display: block;
	}

	.hairAddressContentLeft {
		margin-bottom: 20px;
	}

	.hairAddressContentRight {
		padding: 0;
	}

	.hairAddressContentLeft, .hairAddressContentRight {
	    width: 100%;
	}
}

@media only screen and (max-width: 480px){
	body {
		background: #fff;
	}

	.brPc {
		display: none;
	}

	.headerTel {
		display: none;
	}

	.headerMail {
		display: none;
	}

	.headerLogo img {
		width: 106px;
	}

	.headerKobe {
		display: none;
	}

	.headerInner {
		padding: 5px 6px 5px 12px;
		box-sizing: border-box;
	}
	
	.headerContact .headerTelSp {
		display: inline-block;
		width: 180px;
	}

	.mainLpImg {
		display: none;
	}

	.mainLpImgSp {
		display: block;
	}

	.mainLpImgSp img {
		width: 100%;
	}

	.btnMailSp {
		width: 100%;
		display: block;
		background: #0071B7;
		margin-top: -2px;
		padding-top: 2px;
		text-align: center;
	}

	.btnMailSp a img {
		max-width: 98%;
		display: inline-block;
	}

	.content {
		margin-top: 64.3px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.anchor {
		padding: 4px;
		box-sizing: border-box;
	}

	.anchor ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.anchor li {
		width: 33%;
    	margin-bottom: 4px;
	}

	.anchor li:nth-child(4), 
	.anchor li:nth-child(5) {
		width: 49.5%;
	}

	.anchor li a {
		font-size: 1.9725rem;
	}

	.anchor li.small a {
		font-size: 1.8rem;
	}

	.gradientBg {
		padding: 0 13px;
	}

	.imgTitleHairRemoval1 .mainImg {
		width: 130px;
		margin-left: 3px;
	}

	.imgTitle {
		height: 81.5px;
		margin-top: 64px;
	}

	.imgTitleHairRemoval1 .textImg {
		width: 148px;
		margin-bottom: 18px;
		margin-left: 15px;
	}

	.imgTitleContent {
		width: 100%;
		height: 81.5px;
	}

	.arrowTitle {
		width: 100%;
		font-size: 2.081rem;
		padding-bottom: 15px;
		padding-left: 17px;
		padding-right: 17px;
		box-sizing: border-box;
	}

	.arrowTitle:before {
		width: calc(100% - 30px);
		left: 15px;
	}

	.arrowTitle:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    bottom: -6.5px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 6.5px 12.75px 0 12.75px;
	    border-color: #0071b7 transparent transparent transparent;
	}

	.hairRemovalBlock1 .arrowTitle {
		margin-top: 45px;
	}

	.gradientContent {
		width: 100%;
	}

	.gradientContent p {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		font-size: 1.35rem;
		margin-top: 35px;
	}

	.gradientContent p:first-child {
		margin-top: 22px;
	}

	.gradientContent img {
		width: 100%;
	}

	.removalImg0 {
		margin-top: 20px;
		margin-bottom: 33px;
	}

	.hairRemovalBlock1 .changeTitle {
		width: 246px;
	}

	.changeBlue {
    	margin: 50px auto 11px auto;
    	padding-bottom: 12px;
	}

	.hairRemovalBlock1 .changeTitle img {
		margin-top: -35px;
	}

	.hairRemovalBlock1 .changeTitle {
		width: 89.33%;
		margin-bottom: 15px;
	}

	.hairRemovalBlock1 .changeDes {
		margin-bottom: 10px;
	}

	.hairRemovalBlock1 .changeDes p {
		font-size: 1.2rem;
	}

	.hairRemovalBlock1 .baImage {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	.gradientTitle {
		font-size: 2.471rem;
		margin-top: 20px;
	}

	button.collapsible {
		font-size: 1.9rem;
		width: calc(100% - 18px);
	    margin: 25px auto 30px auto;
	    border-radius: 10px;
	}

	.listHairRemoval ul {
		padding: 0 15px;
	}

	.listHairRemoval ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.listHairRemoval ul li:last-child img {
		width: 100%;
	}

	.hairRemovalDes {
	    padding: 0 9px;
	}

	.hairRemovalDes p {
		font-size: 1.35rem;
	}

	.imgTitleHairRemoval2 {
		margin-top: 30px;
	}


	.imgTitleHairRemoval2 .mainImg {
		width: 100px;
		margin-left: 10px;
	}

	.imgTitleHairRemoval2 .textImg {
		width: 184px;
		margin-bottom: 18px;
		margin-left: 5px;
	}

	.hairRemovalBlock2 .arrowTitle span {
		font-size: 1.75rem;
	}

	.hairRemovalBlock2 .arrowTitle span:last-child {
		font-size: 2.0815rem;
	}

	.hairRemovalBlock2 .gradientContent img {
		width: 100%;
	}

	.hairRemovalBlock2 .baImage {
	    width: 100%;
	    padding: 0 8px;
	    box-sizing: border-box;
	}

	.hairRemovalBlock2 .changeTitle {
		width: 240.5px;
		margin-top: 35px;
	}

	.hairRemovalBlock2 .arrowTitle {
		margin-top: 45px;
	}

	.hairRemovalBlock2 .hairRemovalDes {
		padding: 0 6px;
	}

	.hairRemovalBlock2 .hairRemovalDes p {
		margin-bottom: 15px;
	}

	.hairRemovalBlock2 .hairRemovalDes p:first-child {
		font-size: 1.3rem;
	}

	.hairRemovalBlock2 .listHairRemoval ul li:last-child {
		margin-bottom: 25px;
	}
	
	.imgTitleHairRemoval3 {
		margin-top: 30px;
	}

	.imgTitleHairRemoval3 .mainImg {
	    width: 100px;
	    margin-left: 20px;
	}

	.imgTitleHairRemoval3 .textImg {
		width: 147.5px;
		margin-bottom: 18px;
	}

	.hairRemovalBlock3 .arrowTitle span {
		font-size: 1.5rem;
	}

	.hairRemovalBlock3 .arrowTitle span:last-child {
		font-size: 2.0815rem;
	}

	.hairRemovalBlock2 .gradientTitle {
		margin-top: 45px;
	}

	.hairRemovalBlock3 .gradientTitle {
		margin-top: 60px;
	}

	.gradientGroupImage {
		flex-wrap: wrap;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		display: block;
	}

	.gradientGroupImage img {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

	.gradientGroupImage img:last-child {
		margin-bottom: 15px;
	}

	.hairRemovalBlock3 .arrowTitle {
		margin-top: 45px;
	}

	.hairRemovalBlock3 .listHairRemoval ul li {
		margin-bottom: 18px;
	}

	.hairRemovalBlock1 .hairRemovalDes p {
	    margin-bottom: 25px;
	}

	.customerFeedback {
		width: 94.4%;
		padding: 30px 0 25px 0;
		border-width: 2px;
	}

	.customerFeedback .title img {
		width: 287px;
	}

	.feedbackItem {
		border: 4px solid #C1976D;
		padding: 8px 15px 15px 10px;
		border-radius: 25px;
	}

	.feedbackItem .feedbackItemTitle p {
		font-size: 1.7rem;
		width: calc(100% - 75px);
	}

	.feedbackItem .feedbackItemTitle p:after {
		height: 6.5px;
		bottom: -15px;
	}

	.feedbackItem .customerAvatar {
		width: 91.5px;
		height: 91.5px;
	}

	.feedbackItem .customerAvatar img {
	    width: calc(100% - 5px);
	    height: calc(100% - 5px);
	    border-radius: 50%;
	    border: 2.5px solid #29A6DD;
	}

	.feedbackItem .feedbackItemDes {
		font-size: 1.34rem;
		line-height: 1.6;
		padding-left: 8px;
	}

	.feedbackItem .feedbackItemTitle {
		margin-bottom: 5px;
	}

	.customerFeedback .title {
		margin-bottom: 15px;
	}

	.titleMens img {
		width: 198px;
	}

	.titleMens {
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.listHairAddress {
		padding: 0 15px;
	}

	.listHairAddress ul li {
		padding-bottom: 15px;
		width: 100%;
	}

	.listHairAddress .collapsible {
		width: 100%;
		border-radius: 6px;
	}

	.listHairAddress .collapsibleContent .shopHairMapDes p {
		font-size: 1.341rem;
		line-height: 1.6;
	}

	.listHairAddress .collapsibleContent .shopHairMapDes p.title {
		font-size: 1.738rem;
	}

	.listHairAddress ul li .shopHairMap {
		height: 186px;
	}

	.titleInquiries,
	.titleInquiries .imgTitleContent {
		height: 68px;
	}

	.titleInquiries {
		margin-top: 50px;
	}

	.titleInquiries img {
		width: 241px;
		height: 23px;
	}

	.formContact {
		padding: 0 22px;
		margin: 55px 0 45px 0;
		box-sizing: border-box;
	}

	.formContact .formRowInput,
	.formContact .formRowTitle,
	.formContact .formRow {
		border: none;
	}

	.formContact .formRow {
		flex-wrap: wrap;
		margin-bottom: 45px;
	}

	.formContact .formRowTitle,
	.formContact .formRowInput {
		width: 100%;
	    min-height: unset;
	}

	.formContact .formRowTitle {
		padding: 0;
	    justify-content: flex-start;
	    margin-bottom: 5px;
	    background: #fff;
	}

	.formContact .formRowInput {
		padding: 0;
	}

	.formContact .formRowTitle p {
		order: 2;
		font-size: 1.38rem;
	}

	.formContact .formRowTitle .redLbl,
	.formContact .formRowTitle .greenLbl {
		order: 1;
		margin-right: 7px;
		padding: 2.5px 5px;
		font-size: 1.6rem;
	}

	.formContact .formRowInput .nSize {
		font-size: 1.6rem;
		padding-left: 8px;
		height: 48px;
		width: 100%;
	}

	.formContact .selectNSize select {
		height: 52px;
		padding-left: 8px;
		font-size: 1.6rem;
	}

	.formContact .selectNSize {
		width: 170px;
	}

	.formContact .maxSizeSp {
		width: 100%;
	}

	.formContact .smallSize {
		width: 208px;
	}

	.formContact .smallSize select {
		width: 97px;
		padding: 0;
		padding-right: 9%;
		padding-left: 30%;
	}

	.formContact .selectNSize:after,
	.formContact .selectNSize .colSmallSize:after {
		width: 13px;
		height: 11px;
	}

	.formContactTextarea {
		font-size: 1.6rem;
		height: 200px;
		padding: 10px;
		box-sizing: border-box;
		border-bottom: none;
	}

	.formCheckBox p {
		font-size: 1.38rem;
	}

	.formCheckBox {
		justify-content: flex-start;
		padding: 0 25px;
		margin-bottom: 3px;
	}

	.formCheckBox input {
		width: 24px;
		height: 22px;
		border: 2px solid #AEAEAE;
	}

	.formDes {
		width: calc(100% - 44px);
		padding: 15px 10px 15px 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
		height: 150px;
	}

	.formDes p {
		font-size: 1rem;
		line-height: 1.7;
		margin-right: 5px;
	}

	.btnFormContact {
		padding-bottom: 25px;
	}

	.btnFormContact button {
		width: 165px;
		height: 46px;
		font-size: 1.7rem;
		border-radius: 17.5px;
	}

	.custom-checkbox .vir-checkbox {
		width: 25px;
		height: 22px;
	}

	.custom-checkbox .vir-content {
		font-size: 1.1225rem;
		margin-left: 4px;
	}

	.custom-checkbox {
		text-align: center;
		padding: 0 22px;
	}

	.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before {
	    height: 16px;
	    width: 19px;
	    top: 3px;
	    left: 3px;
	}

	.custom-checkbox .vir-label {
		padding-bottom: 0;
	}

	footer {
		margin-bottom: 90px;
	}

	.mainFooter {
		padding: 17px 0;
	}

	.mainFooter p {
		font-size: 1.195rem;
	}

	.mainFooter p.smallFooter {
		font-size: 1rem;
	}

	.listHairAddress ul li .hairAddressContent {
	    border-bottom-left-radius: 19.15px;
	    border-bottom-right-radius: 19.15px;
	}

	#errors {
		padding: 0 22px;
		font-size: 1.5rem;
	}

	.btnMailSpFixed {
	    position: fixed;
	    z-index: 999;
	    left: 0;
	    background: none;
		bottom:0px;
	}

	.lineAddress {
		padding: 0 23px;
		box-sizing: border-box;
	    margin: 0 auto 50px auto;
	}

	.lineAddress .hairAddressContent {
		display: block;
	}

	.hairAddressContentLeft, .hairAddressContentRight {
		width: 100%;
	}

	.hairAddressContentLeft {
		margin-bottom: 25px;
	}


	.hairAddressContentLeft iframe {
		width: 100%;
		height: 188px;
	}

	.hairAddressContentRight {
		padding: 0;
	}

	.lineAddress .shopHairMapDes p.title {
		font-size: 1.75rem;
	}

	.lineAddress .shopHairMapDes p {
		font-size: 1.35rem;
	}

	.lineAddress .shopHairMapDes {
		padding-bottom: 25px;
	}

	.hairAddressContentRight .storeTitle {
		display: none;
	}

	.storeTitleSp {
		font-size: 2.35rem;
		font-weight: bold;
		text-align: center;
		margin: 15px auto;
		display: block;
	}
	.listRecommended li .colLeft.bestNo:after {
		position: absolute;
		width: 30px;
		height: 30px;
		top: -8px;
		left: -6px;
	}	
}

@media only screen and (max-width: 320px){
	.feedbackItem .customerAvatar {
		width: 75px;
		height: 75px;
	}
	.feedbackItem .feedbackItemTitle p {
	    font-size: 1.6rem;
	    width: calc(100% - 60px);
	}

	button.collapsible {
		font-size: 1.6rem;
	}

	button.collapsible:after {
		width: 35px;
    	height: 35px;
	}

	.anchor li a {
		font-size: 1.8rem;
	}

	.anchor li.small a {
		font-size: 1.6rem;
	}

	.arrowTitle {
		font-size: 1.8rem;
	}

	.hairRemovalBlock2 .arrowTitle span:last-child {
		font-size: 1.7rem;
	}

	.hairRemovalBlock3 .arrowTitle span:last-child {
		font-size: 1.8rem;
	}
}


footer.showPc{
    background:#004479;
    padding:25px 0 0;
}
footer.showPc small{
    font-family:Verdana;
    font-weight:bold;
}
footer.showPc a:hover{
    opacity:0.7;
}
footer.showPc .inner{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
footer.showPc .inner .logo img{
    width:122px;
}
footer.showPc .inner .logo p:last-of-type{
    margin:20px 0 0;
}
footer.showPc .inner .logo p:last-of-type img{
    width:222px;
}
footer.showPc .inner .menu{
    width:620px;
}
footer.showPc .inner .menu a{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    letter-spacing:0.06em;
    text-decoration: none;
}
footer.showPc .inner .menu nav ul a::before{
    content:"■";
    color:#c4b475;
    margin:0 5px 0 0;
}
footer.showPc .inner .menu nav ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 0 15px;
}
footer.showPc .inner .menu nav ul li{
    line-height:1;
    margin:0 0 20px
}
footer.showPc .inner .menu nav ul li:first-of-type{
    order:1;
    width:168px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(2){
    order:3;
    width:168px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(3){
    order:6;
    width:168px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(4){
    order:2;
    width:175px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(5){
    order:4;
    width:175px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(6){
    order:7;
    width:175px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(7){
    order:2;
    width:275px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(8){
    order:5;
    width:275px;
}
footer.showPc .inner .menu nav ul li:nth-of-type(9){
    order:9;
    width:275px;
}
footer.showPc .inner .menu h3{
    color:#ead78c;
    font-size:15px;
    font-weight:bold;
    letter-spacing:0.06em;
    border-bottom:1px solid #adadad;
    position:relative;
    padding:0 0 10px 22px;
    margin:0 0 10px;
    line-height: 1.3;
}
footer.showPc .inner .menu h3::before{
    content:"";
    display:block;
    width:14px;
    height:14px;
    background:#ead78c;
    border-radius:50%;
    position:absolute;
    top:4px;
    left:0;
}
footer.showPc .inner .menu h3::after{
    content:"";
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 7px;
    border-color:transparent transparent transparent #003660;
    position:absolute;
    top:7px;
    left:4px;
}
footer.showPc .inner .menu .salon{
    display:flex;
    flex-wrap:wrap;
    margin:0 0 30px;
}
footer.showPc .inner .menu .salon li{
    line-height:1;
    margin:0 18px 15px 0;
    width: initial;
}
footer.showPc .inner .menu .salon li::before{
    content:"";
    display:inline-block;
    margin:0 7px 0 0;
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 7px;
    border-color:transparent transparent transparent #fff;
}
footer.showPc small{
    display:block;
    width:100%;
    text-align:center;
    font-size:11px;
    letter-spacing:0.1em;
    background:#003053;
    padding:10px 0;
    color:#fff;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
    footer.showPc .inner .menu h3::before{
        top:6px;
    }
    footer.showPc .inner .menu h3::after{
        top:9px;
    }
}
@media screen and (max-width: 750px){
    footer.showPc{
        padding:50px 0 0;
    }
    footer.showPc .inner{
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }
    footer.showPc .inner .logo{
        width:100%;
        text-align:center;
        margin:0 0 30px;
    }
    footer.showPc .inner .logo img{
        width:279px;
    }
    footer.showPc .inner .logo p:last-of-type{
        display:none;
    }
    footer.showPc .inner .menu{
        width:initial;
        text-align:center;
    }
    footer.showPc .inner .menu nav ul{
        padding:0 20px 0 55px;
    }
    footer.showPc .inner .menu nav ul li{
        text-align:left;
        margin:0 0 50px;
    }
    footer.showPc .inner .menu nav ul li:first-of-type{
        order:1;
        width:340px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(2){
        order:3;
        width:340px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(3){
        order:5;
        width:340px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(4){
        order:7;
        width:340px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(5){
        order:9;
        width:340px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(6){
        order:2;
        width:305px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(7){
        order:4;
        width:305px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(8){
        order:6;
        width:305px;
    }
    footer.showPc .inner .menu nav ul li:nth-of-type(9){
        order:8;
        width:305px;
    }
    footer.showPc .inner .menu a{
        font-size:26px;
        letter-spacing:0.04em;
        display:flex;
        align-items:center;
    }
    footer.showPc .inner .menu nav ul a::before{
        margin:0 10px 0 0;
        font-size:20px;
    }
    footer.showPc .inner .menu h3{
        margin:0 30px 30px;
        text-align:left;
        font-size:32px;
        padding:0 0 10px 40px;
    }
    footer.showPc .inner .menu .salon{
        margin:0 40px;
    }
    footer.showPc .inner .menu h3::before{
        width:25px;
        height:25px;
        top:12px;
    }
    footer.showPc .inner .menu h3::after{
        border-width:6px 0 6px 9px;
        top:19px;
        left:9px;
    }
    footer.showPc .inner .menu .salon{
        margin:0 40px 95px;
    }
    footer.showPc .inner .menu .salon li{
        padding:0 0 0 25px;
        position:relative;
        margin:0 43px 25px 0;
    }
    footer.showPc .inner .menu .salon li::before{
        display:block;
        position:absolute;
        top:3px;
        left:0;
        border-width:8px 0 8px 11px;
    }
    footer.showPc .inner .menu>p a{
        display:block;
        text-align:center;
        margin:0 0 40px;
    }
    footer.showPc small{
        font-size:18px;
        padding:20px 0;
    }
}

.l-footer{
    background-color:#004479;
    padding:15px;
}
.l-footer__line{
    display:block;
    text-align:center;
    width:224px;
    margin:15px auto 30px;
    background-color:#00c300;
}
.l-footer__line img{
    width:224px;
    vertical-align:middle;
}
.l-footer__list{
    margin-top:20px;
    padding:0 15px;
    display:flex;
    flex-wrap: wrap;
}
.l-footer__item{
    display:inline-block;
    width:50%;
    line-height:2.6;
}

.l-footer__item a {
	text-decoration: none;
}
.l-footer__item::before{
    content:"";
    display:inline-block;
    width:8px;
    height:8px;
    background:#c4b475;
    margin-right:5px;
}
.l-footer__item a{
    color:white;
    font-size:1.3rem;
}
.l-footer__stores{
    margin-top:5px;
    padding-left:10px;
    display: flex;
    flex-wrap: wrap;
}
.l-footer__store{
    display:inline-block;
    width:33%;
    line-height:1.8;
    font-size:1.3rem;
}
.l-footer__store::before{
    display:inline-block;
    content:"";
    width:0;
    height:0;
    border-top:4px solid transparent;
    border-left:8px solid #fff;
    border-bottom:4px solid transparent;
    margin:0 5px 1px 0;
}
.l-footer__store a{
    color:white;
    font-size:1.4rem;
    text-decoration: none;
}
.l-footer__heading{
    border-bottom:1px solid #adadad;
    position:relative;
    color:#ead78c;
    font-size:1.6rem;
    font-weight:bold;
    padding-left:20px;
    line-height:2;
    margin:15px 5px;
}
.l-footer__heading::before{
    content:"";
    position:absolute;
    width:15px;
    height:15px;
    background:#ead78c;
    border-radius:50%;
    top:10px;
    left:0;
    z-index:5;
}
.l-footer__heading::after{
    content:"";
    width:0;
    height:0;
    border-top:4px solid transparent;
    border-left:5px solid #003660;
    border-bottom:4px solid transparent;
    position:absolute;
    top:14px;
    left:6px;
    z-index:10;
}
.l-footer__logo{
    display:block;
    width:140px;
    margin:10px auto 0;
}
.l-footer__logo img{
    width:220px;
    max-width: 100%;
}
.l-footer__copyright{
    background-color:#002f53;
    padding:2px 0;
    text-align:center;
    margin:15px -15px -15px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer__copyright small{
    color:white;
    font-size:0.8rem;
    font-weight:bold;
}
.l-footer__arrow{
    display:block;
    opacity:0;
    width:65px;
    height:65px;
    border-radius:50%;
    border:1px solid #fff;
    position:fixed;
    bottom:60px;
    right:15px;
    z-index:10000;
    text-align:center;
}
.l-footer__arrow img{
    width:36px;
    vertical-align:top;
    margin-top:5px;
}
.l-footer__arrow a{
    display:block;
    min-height:65px;
    width:100%;
    padding:9px 0 0;
    background:url(/assets/common/sp/common_icon_hige-9a8125f8885315e0b8dddac26b6c53d857f729ad995baefc406b389ee38e4352.png) top 30px center/42px 14px no-repeat,linear-gradient(#8b7a3a, #b19e51);
    border-radius:50%;
    height:100%;
}
.l-footer__fixed{
    display:block;
    position:fixed;
    bottom:10px;
    right:10px;
    left:10px;
    z-index:10000;
    text-align:center;
}
.l-footer__line2{
    display:block;
    text-align:center;
    line-height:1.8;
    border-radius:10px;
    width:100%;
    margin:15px auto 0;
    background-color:#56BA2E;
    box-shadow:rgba(0,0,0,0.2) 0 2px 4px;
    color:white;
    font-weight:900;
    font-size:1.7rem;
    display:flex;
    text-align:left;
    padding:5px;
}
.l-footer__line2 img{
    width:60px;
    height:60px;
    display:block;
}
.l-footer__line2 p{
    display:block;
    flex:1;
    margin-left:5px;
}
.lp-footer{
    background:#011932;
    text-align:center;
    padding:20px 0 15px;
    line-height:1.6;
    letter-spacing:1px;
}
.lp-footer p:first-of-type{
    margin:0 0 10px;
    color:#dfd2a9;
}
.lp-footer p:first-of-type a{
    font-size:15px;
    color:#dfd2a9;
}
.lp-footer p small{
    font-size:13px;
    color:#fff;
}
.lp-footer{
    padding:30px 0 20px;
}
.lp-footer p:first-of-type{
    font-size:1.4rem;
    margin:0 0 17px;
}
.lp-footer p:first-of-type a{
    font-size:1.6rem;
}
.lp-footer p small{
    font-size:1.2rem;
}

.p-reservations__line {
    background-color: #00c300;
    padding: 5px 10px;
    width: calc(80% - 50px);
    margin: 15px auto 0;
}

.p-reservations__line img {
    max-width: 100%;
}
/* start NO19 */
.listHairAddress .collapsibleContent .shopHairMapDes p.offday {	
	color: #ED1C24;	
	font-weight: bold;	
}	

.listHairAddress.showSp {
	display: block;
}

.selectShop .btnArea {
	margin-top: 10px;
}

.listHairAddress ul li .hairAddressContent {
	border: none;
}
.listHairAddress.showSp {
	padding: 0 5px;
}

.listHairAddress.showSp li > .collapsibleContent {
	padding: 20px 5px 0 5px;
    box-sizing: border-box;
	border: 1px solid #0071B7;
	border-bottom-left-radius: 19.15px;
	border-bottom-right-radius: 19.15px;
	margin-top: -10px;
	padding-bottom: 10px;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible {
	margin-bottom: 10px;
	background: #DEEBF7;
	color: #000000;
	border: 1px solid #000;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible.active {
	margin-bottom: 0;
	z-index: 1;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible:after {
	border: 1px solid #0071B7;
	border-radius: 50%;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible.active:after {
	border: 1px solid #0071B7;
	border-radius: 50%;
}

.listHairAddress.showSp li > .collapsibleContent .collapsibleContent {
	padding: 20px 5px 10px 5px;
    box-sizing: border-box;
	/*border: 1px solid #000000;*/
	border: 1px solid #0071B7;
	border-bottom-left-radius: 19.15px;
	border-bottom-right-radius: 19.15px;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}

.listHairAddress.showSp li > .collapsibleContent .collapsibleContent:last-child {
	margin-bottom: 0;
}

.listHairAddress.showSp li > .collapsibleContent > .collapsibleContent .collapsible {
	background: #fff;
}

.selectOnSp {
	width: 68.7%;
}

.selectOnSp .collapse.active:before {
	-webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    /*color: #9DC3E6;*/
    color: #0071B7;
}

.selectOnSp .btnCity.active:before {
	color: #9DC3E6;
}


.btnArea {
	font-weight: normal;
	padding: 15px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.btnArea.active {
	margin-bottom: 0;
}

.selectOnSp .collapseContent {
	padding: 5px;
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 10px;
    display: none;
}

.btnArea:before {
    content: "▼ ";
    color: #0071B7;
    /*color: #9DC3E6;*/
    display: inline-block;
    -webkit-transition: all 0.1s;
	transition: all 0.1s;
	padding-right: 5px;
	-webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.btnCity {
	font-weight: normal;
	padding: 15px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.btnCity.active {
	margin-bottom: 0;
}

.btnCity:before {
    content: "▼ ";
    /*color: #0071B7;*/
    color: #9DC3E6;
    display: inline-block;
    -webkit-transition: all 0.1s;
	transition: all 0.1s;
	padding-right: 5px;
	-webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.selectOnSp .collapseContent label {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding: 10px 0 10px 20px;
}

.formContact .formRowInput input[type=radio] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    font-size: 1.6rem;
    border-radius: 50%;
}

.customerFeedbackList .showSp img {
	margin-bottom: 35px;
}

.customerFeedbackList .showSp img:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.selectShop {
		width: 100%;
	}
	.selectShop .btnArea {
		margin-top: 0;
	}
}

/*black*/
/*
button.collapsible {
    background-color: #000000;
}

.listHairAddress .collapsible:after {
	background-image: url(../images/open2.svg);
}

.listHairAddress .collapsible.active:after {
	background-image: url(../images/close2.svg);
}

.listHairAddress.showSp li > .collapsibleContent {
	border: 1px solid #000;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible {
	background: #dcdcdc;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible:after {
	border: 1px solid #000;
}

.listHairAddress.showSp li > .collapsibleContent .collapsible.active:after {
	border: 1px solid #000;
}

.listHairAddress.showSp li > .collapsibleContent .collapsibleContent {
	border: 1px solid #000;
}
*/
/*black*/

/* end NO19 */


.c-information {
    background-color: rgba(255,255,255,0.6);
    padding: 15px;
    line-height: 1.64;
    letter-spacing: 0.04em;
    font-size: 1.7rem;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
}

.c-information a {
	color: #007fd0;
}

.c-information label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	margin-top: 10px;
}

.c-information input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}



@media only screen and (max-width: 768px) {
	.c-information {
		margin-top: -20px;
	    border-bottom: 1px solid #898989;
	    margin-bottom: 40px;
	}
}