/* web font ======================== */

/* icon font ======================== */

@font-face {
	font-family: 'logo';
	src: url("../fonts/logo.ttf?rcktaf") format("truetype"), url("../fonts/logo.woff?rcktaf") format("woff"), url("../fonts/logo.svg?rcktaf#logo") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'logo' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-concept_text .path1:before {
	content: "\e900";
	color: #b87296;
}

.ico-concept_text .path2:before {
	content: "\e901";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path3:before {
	content: "\e902";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path4:before {
	content: "\e903";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path5:before {
	content: "\e904";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path6:before {
	content: "\e905";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path7:before {
	content: "\e906";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path8:before {
	content: "\e907";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path9:before {
	content: "\e908";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path10:before {
	content: "\e909";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path11:before {
	content: "\e90a";
	margin-left: -4.2626953125em;
	color: #b87296;
}

.ico-concept_text .path12:before {
	content: "\e90b";
	margin-left: -4.2626953125em;
	color: #231815;
}

.ico-concept_text .path13:before {
	content: "\e90c";
	margin-left: -4.2626953125em;
	color: #231815;
}

.ico-logo:before {
	content: "\e90d";
}

.ico-point01 .path1:before {
	content: "\e90e";
	color: black;
}

.ico-point01 .path2:before {
	content: "\e90f";
	margin-left: -1.45703125em;
	color: #7ac843;
}

.ico-point01 .path3:before {
	content: "\e910";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point01 .path4:before {
	content: "\e911";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point02 .path1:before {
	content: "\e912";
	color: black;
}

.ico-point02 .path2:before {
	content: "\e913";
	margin-left: -1.45703125em;
	color: #7ac843;
}

.ico-point02 .path3:before {
	content: "\e914";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point02 .path4:before {
	content: "\e915";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point03 .path1:before {
	content: "\e916";
	color: black;
}

.ico-point03 .path2:before {
	content: "\e917";
	margin-left: -1.45703125em;
	color: #7ac843;
}

.ico-point03 .path3:before {
	content: "\e918";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point03 .path4:before {
	content: "\e919";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point04 .path1:before {
	content: "\e91a";
	color: black;
}

.ico-point04 .path2:before {
	content: "\e91b";
	margin-left: -1.45703125em;
	color: #7ac843;
}

.ico-point04 .path3:before {
	content: "\e91c";
	margin-left: -1.45703125em;
	color: black;
}

.ico-point04 .path4:before {
	content: "\e91d";
	margin-left: -1.45703125em;
	color: black;
}

.ico-recruit_text:before {
	content: "\e91e";
	color: #ae92a1;
}

.ico-salon_title_parts:before {
	content: "\e91f";
}

.ico-top_text:before {
	content: "\e920";
	color: #ae92a1;
}

/*===================================
base
================================== */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
	margin: 0;
}

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
	margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
	font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
	font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
	background-color: #ff0;
	color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/

img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
	overflow: hidden;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details,
menu {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
	display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
	display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-kerning: auto;
	font-kerning: auto;
}

/* reset ======================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #1f1f1f;
}

a:hover {
	text-decoration: none;
}

a:link {
	border-radius: 0;
}

ol {
	list-style: none;
	letter-spacing: 0.3rem;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 0px;
}

img {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 0px;
}

em {
	font-style: normal;
}

/* youtube ======================== */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 8px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* googlemap ======================== */

.ggmap {
	position: relative;
	margin-top: 0px;
	padding-bottom: 40%;
	padding-top: 60px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.acf-map {
	position: relative;
	margin-top: 0px;
	padding-bottom: 30%;
	padding-top: 60px;
	height: 0;
	margin-bottom: 24px;
	overflow: hidden;
}

.acf-map img {
	max-width: inherit !important;
}

/* gogole cal ======================== */

.googlecal {
	position: relative;
	margin-top: 24px;
	padding-bottom: 64%;
	height: 0;
}

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* style ======================== */

.text-center {
	text-align: center;
}

/* utility ======================== */

/* vertical-align - utility
--------------------------------------------------------- */

.u-va-t {
	vertical-align: top !important;
}

.u-va-m {
	vertical-align: middle !important;
}

.u-va-b {
	vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */

/* border-radius */

.u-br-4 {
	border-radius: 4px;
	-ms-border-radius: 4px;
}

.u-br-8 {
	border-radius: 8px;
	-ms-border-radius: 8px;
}

.u-br-12 {
	border-radius: 12px;
	-ms-border-radius: 12px;
}

.u-br-16 {
	border-radius: 16px;
	-ms-border-radius: 16px;
}

/* border-none */

.u-br-0 {
	border: none;
}

.u-br-t-0 {
	border-top: none;
}

.u-br-r-0 {
	border-right: none;
}

.u-br-b-0 {
	border-bottom: none;
}

.u-br-l-0 {
	border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */

.u-cf {
	*zoom: 1;
}

.u-cf:after {
	display: table;
	clear: both;
	content: '';
}

/* display - utility
--------------------------------------------------------- */

.u-d-tb {
	display: table !important;
}

.u-d-tbc {
	display: table-cell !important;
}

.u-d-b {
	display: block !important;
}

.u-d-ib {
	display: inline-block !important;
}

.u-d-n {
	display: none !important;
}

/* float - utility
--------------------------------------------------------- */

.u-fl-l {
	float: left !important;
}

.u-fl-r {
	float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */

.u-fz-10 {
	font-size: 0.8em !important;
}

.u-fz-12 {
	font-size: 0.9em !important;
}

.u-fz-14 {
	font-size: 1em !important;
}

.u-fz-16 {
	font-size: 1.1em !important;
}

.u-fz-18 {
	font-size: 1.2em !important;
}

.u-fz-20 {
	font-size: 1.3em !important;
}

.u-fz-22 {
	font-size: 1.4em !important;
}

.u-fz-24 {
	font-size: 1.5em !important;
}

.u-fz-26 {
	font-size: 1.6em !important;
}

/* margin - utility
--------------------------------------------------------- */

/* auto margin */

.u-m-c {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Top margin */

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mt-8 {
	margin-top: 8px !important;
}

.u-mt-16 {
	margin-top: 16px !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

/* Right margin */

.u-mr-0 {
	margin-right: 0 !important;
}

.u-mr-8 {
	margin-right: 8px !important;
}

.u-mr-16 {
	margin-right: 16px !important;
}

.u-mr-24 {
	margin-right: 24px !important;
}

.u-mr-32 {
	margin-right: 32px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-mr-48 {
	margin-right: 48px !important;
}

.u-mr-56 {
	margin-right: 56px !important;
}

.u-mr-64 {
	margin-right: 64px !important;
}

.mt-minus-158 {
	margin-top: -142px !important;
}

.mt-minus-120 {
	margin-top: -120px !important;
}

/* Bottom margin */

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-8 {
	margin-bottom: 8px !important;
}

.u-mb-16 {
	margin-bottom: 16px !important;
}

.u-mb-24 {
	margin-bottom: 24px !important;
}

.u-mb-32 {
	margin-bottom: 32px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mb-48 {
	margin-bottom: 48px !important;
}

.u-mb-56 {
	margin-bottom: 56px !important;
}

.u-mb-64 {
	margin-bottom: 64px !important;
}

/* Left margin */

.u-ml-0 {
	margin-left: 0 !important;
}

.u-ml-8 {
	margin-left: 8px !important;
}

.u-ml-16 {
	margin-left: 16px !important;
}

.u-ml-24 {
	margin-left: 24px !important;
}

.u-ml-32 {
	margin-left: 32px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-ml-48 {
	margin-left: 48px !important;
}

.u-ml-56 {
	margin-left: 56px !important;
}

.u-ml-64 {
	margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */

.u-ws-nowrap {
	white-space: nowrap;
}

.u-mx-img {
	max-width: 100%;
}

.u-tx-inside {
	margin-left: 1em;
	text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */

/* Top padding */

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pt-8 {
	padding-top: 8px !important;
}

.u-pt-16 {
	padding-top: 16px !important;
}

.u-pt-24 {
	padding-top: 24px !important;
}

.u-pt-32 {
	padding-top: 32px !important;
}

.u-pt-40 {
	padding-top: 40px !important;
}

.u-pt-48 {
	padding-top: 48px !important;
}

.u-pt-56 {
	padding-top: 56px !important;
}

.u-pt-64 {
	padding-top: 64px !important;
}

/* Right padding */

.u-pr-0 {
	padding-right: 0 !important;
}

.u-pr-8 {
	padding-right: 8px !important;
}

.u-pr-16 {
	padding-right: 16px !important;
}

.u-pr-24 {
	padding-right: 24px !important;
}

.u-pr-32 {
	padding-right: 32px !important;
}

.u-pr-40 {
	padding-right: 40px !important;
}

.u-pr-48 {
	padding-right: 48px !important;
}

.u-pr-56 {
	padding-right: 56px !important;
}

.u-pr-64 {
	padding-right: 64px !important;
}

/* Bottom padding */

.u-pb-0 {
	padding-bottom: 0 !important;
}

.u-pb-8 {
	padding-bottom: 8px !important;
}

.u-pb-16 {
	padding-bottom: 16px !important;
}

.u-pb-24 {
	padding-bottom: 24px !important;
}

.u-pb-32 {
	padding-bottom: 32px !important;
}

.u-pb-40 {
	padding-bottom: 40px !important;
}

.u-pb-48 {
	padding-bottom: 48px !important;
}

.u-pb-56 {
	padding-bottom: 56px !important;
}

.u-pb-64 {
	padding-bottom: 64px !important;
}

/* Left padding */

.u-pl-0 {
	padding-left: 0 !important;
}

.u-pl-8 {
	padding-left: 8px !important;
}

.u-pl-16 {
	padding-left: 16px !important;
}

.u-pl-24 {
	padding-left: 24px !important;
}

.u-pl-32 {
	padding-left: 32px !important;
}

.u-pl-40 {
	padding-left: 40px !important;
}

.u-pl-48 {
	padding-left: 48px !important;
}

.u-pl-56 {
	padding-left: 56px !important;
}

.u-pl-64 {
	padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */

.u-pos-a {
	position: absolute !important;
}

.u-pos-r {
	position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */

.u-fw-n {
	font-weight: normal !important;
}

.u-fw-b {
	font-weight: bold !important;
}

.u-td-u {
	text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */

.u-tt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal; /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */

.u-w-auto {
	width: auto !important;
}

.u-maw-full {
	max-width: 100% !important;
}

.u-maw-half {
	max-width: 50% !important;
}

/* mq hidden visible ======================== */

/* == ■■■■■■ visible ■■■■■■ == */

.visibleXs {
	display: none;
}

.visibleXsm {
	display: none;
}

.visibleSm {
	display: none;
}

.visibleMd {
	display: none;
}

.visibleMdl {
	display: none;
}

.visibleLg {
	display: none;
}

.visibleTablet {
	display: none;
}

.visibleLxsm {
	display: none;
}

/* == ■■■■■■ hidden ■■■■■■ == */

.hiddenXs {
	display: block;
}

.hiddenXsm {
	display: block;
}

.hiddenSm {
	display: block;
}

.hiddenMd {
	display: block;
}

.hiddenMdl {
	display: block;
}

.hiddenLg {
	display: block;
}

.hiddenTablet {
	display: block;
}

.hiddenLxsm {
	display: block;
}

/* object-fit ======================== */

.object-fit-img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*===================================
layout
================================== */

/* container ======================== */

#wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#pageBody {
	padding: 0;
}

#pageBody .pageBody_inner {
	width: 100%;
	padding: 96px 0;
	position: relative;
}

.containerArea {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 96px;
}

.containerArea_inner {
	padding-top: 40px;
}

/* btn  ======================== */

/* kv  ======================== */

.kvArea {
	width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 0;
}

/* top slider  ======================== */

.topSlider {
	margin-top: -80px;
}

.topSlider li {
	padding: 8px;
}

/* insta ======================== */

.instaWrap {
	margin-bottom: 40px;
}

/* acheievement ======================== */

.acheievementWrap {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.acheievementWrap li {
	width: 19%;
}

/* == ■■■■■■ all ■■■■■■ == */

.acheievementBody {
	margin-top: 60px;
}

.acheievementBody .acheievement_title {
	width: 100%;
}

.acheievementBody .acheievement_title img {
	display: block;
}

.acheievementBody .acheievementBody_inner {
	margin-top: -80px;
	padding-top: 120px;
}

.acheievementBody .acheievementBody_inner.bgColor {
	background-color: #f1f1f1;
	padding-bottom: 140px;
}

.acheievementBody .acheievementBody_inner.bgColor-last {
	background-color: #f1f1f1;
}

/* == ■■■■■■ work ■■■■■■ == */

.workText_info {
	text-align: center;
	line-height: 2;
	font-size: 2rem;
	font-weight: bold;
}

.workWrap p:nth-of-type(1) {
	text-align: center;
	margin: 80px 0;
	font-weight: bold;
	font-size: 2.4rem;
	color: #3bc4d2;
}

.workWrap p:nth-of-type(2) {
	margin-bottom: 64px;
}

.workWrap p:nth-of-type(3) {
	text-align: center;
}

/* == ■■■■■■ salon ■■■■■■ == */

.salonWrap p:nth-of-type(1) {
	margin-bottom: 64px;
	text-align: center;
}

.salonWrap p:nth-of-type(2) {
	text-align: center;
}

/* == ■■■■■■ Performance ■■■■■■ == */

.PerformanceWrap p:nth-of-type(1) {
	margin-bottom: 64px;
	text-align: center;
}

.PerformanceWrap p:nth-of-type(2) {
	text-align: center;
}

/* == ■■■■■■ plan ■■■■■■ == */

.planWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.planWrap li {
	width: 30%;
}

.planInfoWrap {
	margin-top: 68px;
	text-align: center;
}

.priceWrap {
	margin-top: 64px;
}

.priceWrap .salonWrap p:nth-of-type(3) {
	margin-top: 40px;
	text-align: center;
}

.img_center img {
	margin: 0 auto;
}

/*===================================
header
================================== */

#pageHeader {
	height: 65px;
}

#pageHeader .pageHeader_inner {
	position: relative;
	z-index: 1;
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px;
}

#humberger {
	display: none;
}

#drawernav .globalNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
}

#drawernav .globalNav li a {
	display: block;
}

/* drower open ======================== */

/*===================================
footer
================================== */

.pagefooter {
	background: #f1f1f1;
	padding: 32px 0;
}

.pagefooter .footerTelWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
}

.pagefooter .footerTelWrap li {
	margin-left: 32px;
}

.pagefooter .footerTelWrap:first-child li:last-child {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0;
}

.pagefooter .footerTelWrap:first-child li:last-child .timeText {
	display: block;
	font-weight: 500;
	font-size: 2.0rem;
	margin-top: 8px;
	letter-spacing: 3px;
}

.pagefooter .footerTelWrap:last-child li {
	font-size: 2.0rem;
	font-weight: bold;
}

.pagefooter .footerTelWrap:last-child li span {
	display: block;
}

.pagefooter .footerTelWrap:last-child li span.inlineItem {
	display: inline;
	font-weight: 500;
	margin-bottom: 16px;
}

/*===================================
fixed
================================== */

.fixedWrap {
	position: relative;
}

.fixedWrap .fixedWrap_item {
	max-width: 120px;
	position: absolute;
	top: 0;
	right: -80px;
	text-align: center;
}

.fixedWrap .fixedWrap_item a {
	display: block;
}

.fixedWrap .is-fixed {
	position: fixed;
	top: 18px;
	right: 40px;
}

/*===================================
form
================================== */

/*フォーム*/

/* form ======================== */

.formCaution {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 24px;
}

.recruitform table {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #ddd;
	font-size: 16px;
	border-collapse: collapse;
}

.recruitform table tr {
	border: 1px solid #ddd;
}

.recruitform table tr th {
	text-align: left;
	padding: 10px;
	width: 25%;
	background-color: #cecece;
}

.recruitform table tr th span {
	color: #fff;
	padding: 2px 6px;
	font-size: 11px;
	background: #eb3434;
	margin-left: 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-top: -2px;
	font-weight: normal;
}

.recruitform table tr td {
	text-align: left;
	width: 75%;
	padding: 10px;
}

.recruitform table tr td .formText {
	width: 95%;
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	border-radius: 3px;
	font-size: 16px;
}

.recruitform table tr td .formText:focus {
	-webkit-box-shadow: 0 0 7px #3498db;
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}

/*radioBtn*/

.recruitform table tr td .radio02-input {
	display: none;
}

.recruitform table tr td .radio02-input + label {
	display: block;
	margin-bottom: 16px;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

.recruitform table tr td .radio02-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.recruitform table tr td .radio02-input + label:last-of-type {
	margin-bottom: 0;
}

.recruitform table tr td .radio02-input:checked + label {
	color: #3498db;
}

.recruitform table tr td .radio02-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #3498db;
	border-radius: 50%;
}

/*error*/

table input.valid-err {
	background-color: #ffefe7;
}

table label.valid-err {
	color: #eb3434;
	padding-top: 8px;
	display: block;
	font-size: 14px;
}

/*btn*/

.submitArea {
	text-align: center;
}

.submitArea input.form_submit {
	max-width: 240px;
	width: 100%;
	margin: 40px auto;
	background: #D8007F; /*ボタン色*/
	color: #FFF;
	padding: 12px 0;
	cursor: pointer;
	font-size: 18px;
}

/*電話での問い合わせ枠*/

.recruit_session-tel {
	max-width: 400px;
	margin: 80px auto 40px;
	border: 1px solid #ddd;
	padding: 18px;
}

.recruit_session-tel p {
	text-align: center;
}

.recruit_session-tel p.recruit_session-telText {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

.recruit_session-tel p.recruit_session-telNumber {
	margin-top: 8px;
	color: #c66060;
	font-size: 32px;
}

.recruit_session-tel p.recruit_session-telNumber a {
	display: block;
	color: #c66060;
	font-size: 24px;
}

.recruit_session-intro {
	text-align: center;
	margin-bottom: 16px;
}

/* thanks ======================== */

.thanksArea {
	text-align: center;
	margin-top: 40px;
}

.thanksArea p {
	font-size: 16px;
	margin-top: 24px;
	line-height: 1.75;
}

.thanksArea p:nth-of-type(1) {
	margin-top: 0;
	font-size: 35px;
	font-weight: bold;
	color: #ad3e70;
}

.visible-xs {
	display: none;
}

.thanks_tel {
	margin-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

.ggmap {
	padding-bottom: 50%;
}

.acf-map {
	padding-bottom: 45%;
}

.googlecal {
	padding-bottom: 100%;
}

.visibleXs {
	display: block;
	margin: 0 auto;
}

.hiddenXs {
	display: none;
}

}

@media screen and (min-width: 0px) and (max-width: 1024px) {

.mt-minus-120 {
	margin-top: 0 !important;
}

.visibleTablet {
	display: block;
}

.hiddenTablet {
	display: none;
}

#pageBody .pageBody_inner {
	padding: 48px 0;
}

.containerArea {
	padding: 0 24px;
}

.acheievementWrap li {
	width: 100%;
	margin-bottom: 16px;
}

.acheievementWrap li:last-child {
	margin-bottom: 0;
}

.workText_info {
	font-size: 1.3rem;
}

.workWrap p:nth-of-type(1) {
	margin: 40px 0;
}

.workWrap p:nth-of-type(2) {
	margin-bottom: 40px;
}

.workWrap p:nth-of-type(3) {
	margin-bottom: 40px;
}

.salonWrap p:nth-of-type(1) {
	margin-top: 40px;
}

.PerformanceWrap p:nth-of-type(1) {
	margin-top: 0px;
}

.PerformanceWrap p:nth-of-type(2) {
	padding-bottom: 64px;
}

.procedureTitle {
	margin-top: 40px;
}

.planWrap li {
	width: 100%;
	margin-bottom: 32px;
}

.planWrap li:last-child {
	margin-bottom: 0;
}

#pageHeader .pageHeader_inner {
	margin-top: 16px;
	line-height: 65px;
	max-width: 354px;
}

#humberger {
	z-index: 1000;
	display: block;
	position: fixed;
	top: 24px;
	right: 16px;
	width: 50px;
	height: 50px;
	padding: 8px;
	cursor: pointer;
	border-radius: 50px;
	background: #000;
}

#humberger span {
	display: inline-block;
}

#humberger span.icon-bar {
	height: 2px;
	background: #fff;
	display: block;
	margin-bottom: 8px;
	margin-top: 7px;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

#drawernav {
	z-index: 999;
	position: fixed;
	top: 0;
	right: -100%;
	width: 64%;
	height: 100%;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 138px;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	z-index: 105;
}

#drawernav .globalNav li {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}

body.drawer-opened #pageHeader #drawernav {
	right: 0;
	overflow-y: scroll;
	padding-bottom: 40px;
}

body.drawer-opened #pageHeader #drawernav .globalNav li:first-child {
	top: -100px;
}

body.drawer-opened #pageHeader #humberger {
	position: fixed;
	z-index: 99999;
	top: 24px;
	right: 16px;
	width: 50px;
	height: 50px;
	padding: 8px;
	cursor: pointer;
	background: #000;
}

body.drawer-opened #pageHeader #humberger .icon-bar {
	background-color: #FFF;
	z-index: 999999;
}

body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(1) {
	-webkit-transform: translate(0, 10px) rotate(45deg);
	transform: translate(0, 10px) rotate(45deg);
}

body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(2) {
	opacity: 0;
}

body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(3) {
	-webkit-transform: translate(0, -10px) rotate(-45deg);
	transform: translate(0, -10px) rotate(-45deg);
}

.pagefooter .footerTelWrap:first-child li:last-child {
	font-size: 3.0rem;
}

.pagefooter .footerTelWrap:first-child li:last-child .timeText {
	font-size: 1.8rem;
}

.pagefooter .footerTelWrap:last-child li {
	margin-bottom: 16px;
}

.pagefooter {
	padding: 24px 32px;
}

.pagefooter .footerTelWrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.pagefooter .footerTelWrap li {
	margin-left: 0;
	text-align: center;
	margin-bottom: 24px;
}

.pagefooter .footerTelWrap li:last-child {
	margin-bottom: 0;
}

}

@media screen and (min-width: 0px) and (max-width: 736px) {

.visibleLxsm {
	display: block;
}

.hiddenLxsm {
	display: none;
}

}

@media screen and (min-width: 0px) and (max-width: 768px) {

.recruitform table tr th {
	width: 100%;
	display: block;
}

.recruitform table tr td {
	width: 100%;
	display: block;
}

.thanksArea p:nth-of-type(1) {
	font-size: 2rem;
}

.visible-xs {
	display: block;
}

/*電話での問い合わせ枠*/

.recruit_session-tel {
	margin: 40px 16px 40px;
}

}

@media screen and (min-width: 480px) and (max-width: 736px) {

.visibleXsm {
	display: block;
}

.hiddenXsm {
	display: none;
}

}

@media screen and (min-width: 736px) and (max-width: 992px) {

.visibleSm {
	display: block;
}

.hiddenSm {
	display: none;
}

}

@media screen and (min-width: 992px) and (max-width: 1024px) {

.visibleMd {
	display: block;
}

.hiddenMd {
	display: none;
}

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {

.visibleMdl {
	display: block;
}

.hiddenMdl {
	display: none;
}

}

@media screen and (min-width: 1366px) {

.visibleLg {
	display: block;
}

.hiddenLg {
	display: none;
}

}

