/*!
Theme Name: lacoco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lacoco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lacoco is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elementssingle
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries.form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333533;
	outline: 0;
}
* {
    color: inherit;
}
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;

}

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

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

hr {
	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
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
    text-decoration: none;
}

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

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

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

b,
strong {
	font-weight: bolder;
}
.bold {
	font-weight: 600;
}
/**
 * 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 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
	 ========================================================================== */

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

img {
	border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
	border: none;
	margin-bottom:20px;
}

/**
 * 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 {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
	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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */
h1 *, h2 *, h3 *, h4 * {
	
}
span {
	color: inherit;
	font-size: inherit;
}
details {
	display: block;
}

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

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0;
}
p + p {
	margin-top: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

w {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {

}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-content {
    min-height: 100vh;
}

footer {
    background: #212121;
    color: #ddd;
}

footer a, footer a:visited, footer a i {
    color: #ddd;
}
footer a {
	    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
footer a:hover, footer a:focus, footer a:active {
	color: #FFF;
}
footer .foot-nav-menu a {
    font-size: .85rem;
}
p.copyright {
    margin: 0;
    padding: 10px 24px;
    text-align: left;
    font-size: .75rem;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    color: #6c6c6c;
}

.footer_nav.flex_grid {
    -webkit-align-items: center;
    align-items: center;
}

.footer_logo .svg-logo .laco-logo {
    fill: #FFF;
}
.foot-nav-menu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_social {
	position: relative;
}
.footer_social:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #6c6c6c;
}
.footer_social a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
  align-items: center;
	-webkit-justify-content: center;
  justify-content: center;
	background: #212121;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #6c6c6c;
    border-radius: 100%;
    text-align: center;
	position: relative;
	z-index: 1;
}
.footer_social a + a {
    margin-left: 2rem;
}
.foot-nav-menu li {
    padding-left: .8125rem;
    padding-right: .8125rem;
}
.foot-nav-menu li:first-child {
	padding-left: 0;
}
.footer_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
  align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer_nav_wrap {
	padding: 12px 24px 0;
}


.area_list .area_title:hover {cursor: pointer;}
.area_list .grouped_pref.show {display: block !important;}

@media screen and (min-width: 961px) {
	.footer_logo, .pc-none {
		display: none !important;
	}
	.footer_social a {
		font-size: 1.15rem;
	}
	.menu {
	-webkit-box-shadow: 10px 10px 38px -28px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 38px -28px rgba(0,0,0,0.25);
box-shadow: 10px 10px 38px -28px rgba(0,0,0,0.25);
	z-index: 999;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* SVGÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¢ / SVGÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¦ * 100 */
    display: block;
}
.svg-wrapper.svg-logo {
    padding-top: 28.616%;
    width: 87px;
    margin: 0 auto;
}
.svg-wrapper svg,
.svg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu .logo {
    padding: 31px 0 37px;
    border-bottom: 1px solid #f4f0f2;
    width: 100%;
}
.svg_brush.svg-wrapper {
    padding-top: 65.3%;
}
.svg-wrapper.svg_brush.brs02 {
	padding-top: 55.172%;
}
.svg_brush.svg-wrapper.brs04 {
    padding-top: 91.17%;
}
.svg_brush svg {
	fill: #faebf0;
}
.wt_brs {
    position: relative;
}

.wt_brs .svg_brush {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 280px;
    transform: translate(0, -50%);
}
.titleheader .entry-header .brs-wrap {
    width: 60%;
	max-width: 520px;
    position: absolute;
    top: -62px;
    z-index: -1;
}
.single-plan .titleheader_single h1.page-title {
    padding: 12px 16px;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    background: rgba(205,90,110,.8);
    position: relative;
    z-index: 1;
}
@media (max-width: 567px) {
	.single-plan .mobile.mobile_nav.trans_mobile_nav + .mobile-navigation + #page .titleheader {
    overflow: visible;
	}
	.titleheader .entry-header .brs-wrap {
		width: 90%;
		top: 45px;
		left: 0;
		transform: rotateY(180deg);
	}
	.site-content-plan03 .titleheader .entry-header .brs-wrap {
    top: 5%;
    width: 95%;
	}
	
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
    width: 130px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu .main-navigation ul > li{

	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu a {
    display: block;
    font-size: .85rem;
    color: rgb(223,128,139);
    color: rgba(223,128,139,1);
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .2s;
    transition: .2s;
    outline-color: rgba(223,128,139,1);
}
.menu .main-navigation ul > li > a {
	    height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu .main-navigation ul > li > a:hover, .menu .main-navigation ul > li > a:focus {
    background: #e6b5b3;
    color: #FFF;
}

.menu .main-navigation ul > li > a > h2,
.menu .main-navigation ul > li > a > h3{
	 font-size: .85rem;
	 font-weight: normal;
	 margin: 0;
}

/*Nav with Icon*/

.main-navigation ul > li > a:before {
    content: "";
    display: block;
    font: normal normal normal 32px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 10px
}
.main-navigation ul > li.menu-item-about > a:before {
	content: "\ea02";
	padding-bottom: 6px
}
.main-navigation ul > li.menu-item-chapter03 > a:before {
	content: "\ea02";
}
.main-navigation ul > li.menu-item-object-plan > a:before {
	content: "\ea06";
}
.main-navigation ul > li.menu-item-object-faq > a:before {
	content: "\ea44";
}
.main-navigation ul > li.menu-item-object-campaign > a:before {
	content: "\ea04";
}
.main-navigation ul > li.menu-item-object-salon > a:before {
	content: "\ea22";
}
.main-navigation ul > li.menu-item-19933 > a:before {
	font: normal normal normal 32px/1 'icomoon';
	content: "\e900";
	padding-bottom: 6px;
}
/* .main-navigation ul > li.menu-item-19933 > a:before {
	padding:0;
	width:32px;
	height:32px;
	background:url(icons/images/kuchikomi_off.png) no-repeat 0 0;
	background-size: 32px 32px;
	margin: 0 0 15px 25px;
}
.main-navigation ul > li.menu-item-19933 > a:hover::before {
	background:url(icons/images/kuchikomi_on.png) no-repeat 0 0;
	background-size: 32px 32px;
} */

/* @media only screen and (max-width: 960px) {
	.main-navigation ul > li.menu-item-19933 > a:before {
		display: inline-block;
		background:url(icons/images/kuchikomi_on.png) no-repeat 0 0;
		background-size: 32px 32px;
		margin: 0 auto 6px;
	}
	
	.main-navigation ul > li.menu-item-19933 > a:hover::before {
		display: inline-block;
		background:url(icons/images/kuchikomi_on.png) no-repeat 0 0;
		background-size: 32px 32px;
		margin: 0 auto 6px;
	}
} */
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.nav-buttons > .button {
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.15;
    padding: 0px 12px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.main-navigation ul ul ul {
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
}

.main-navigation ul ul a {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.single:not(.campaign-template-default):not(.plan-template-default):not(.salon-template-default):not(.news-template-default) .site-main {
    padding: 2rem;
    min-height: 60vh;
}

@media screen and (min-width: 961px) {
	.main-navigation a {
    padding: 0 1.45rem;
	}
	.menu .main-navigation ul > li.menu-item-about > a {
    padding: 0 1.95rem;
	}
	.nav-menu > li > a {
    border-bottom: 1px solid #f4f0f2;
	}
	.nav-buttons > .button {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0px;
    line-height: 1.15;
    padding: 0px 8px;
    height: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	}
	.nav-buttons > .button >h3 {
		font-size: 15px;
		margin: 0;
	}
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
div#page {
    width: 89%;
    width: -webkit-calc(100% - 130px);
	width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-left: auto;
    -webkit-transition: width .3s ease-in-out,height 0s;
    transition: width .3s ease-in-out,height 0s;
}
.parallax {
    -webkit-perspective: 10px;
    perspective: 10px;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}
body.home .parallax {
	height: 100vh;
}
@media screen and (min-width: 961px) {
	#page + footer#colophon {
		width: 89%;
    width: -webkit-calc(100% - 130px);
	width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-left: auto;
	}
	#movie .bh_obj.mv_obj {
    width: 70%;
    left: 5%;
    top: -10%;
	}
}
@media screen and (max-width: 960px) {
	body.home .parallax {
    /*height: auto;*/
	}
	
	ul#mobile-menu {
    overflow-y: auto;
	}
    div#page {
        width: 100%;
    }
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + div#page div#content .content-area.no_pagetitle_header {
    padding-top: 4rem;
	}
	.mobile.mobile_nav.active {
    z-index: 100;
    background: #e4c7cd;
	}
	.mobile.mobile_nav.active .button.button_counsel {
    background: rgb(203,116,143);
    background: rgba(203,116,143,1);
	}
	.mobile.mobile_nav.active .nav__burger .toggle_lines:before, .mobile.mobile_nav.active .nav__burger .toggle_lines:after {
	}
	.menu-item.menu-item-has-children > a {
    position: relative;
    z-index: 1;
	}
	#mobile-menu .menu-item.menu-item-has-children > a:after {
    content: "\ea12";
    font: normal normal normal 1rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
	}
	.mobile-navigation li a {
		font-weight: bold;
	}
	.mobile-navigation > #mobile-menu > li > a:hover, .mobile-navigation > #mobile-menu > li > a:focus, .mobile-navigation > #mobile-menu > li > a:active {
		color: #FFF !important;
	}
	#mobile-menu li ul.sub-menu li a:hover, #mobile-menu li ul.sub-menu li a:focus, #mobile-menu li ul.sub-menu li a:active {
		color: rgb(203,116,143);
		color: rgba(203,116,143,1);
		background-color: #f4f0f2;
	}
	/*Mobile Menu Icons*/
	#mobile-menu .menu-item a:before {
    content: "";
	padding-right: 10px;
    display: inline-block;
    font: normal normal normal 1rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
#mobile-menu .menu-about a:before {
    content: "\ea02";
}
#mobile-menu .menu-item-chapter01 a:before  {
    content: "\ea45";
}
#mobile-menu .menu-item-chapter02 a:before  {
    content: "\ea02";
}
#mobile-menu .menu-item-chapter03 a:before  {
    content: "\ea4c";
}
#mobile-menu .menu-item-chapter04 a:before  {
    content: "\ea36";
}
	#mobile-menu .menu-plan a:before {
		content: "\ea06";
	}
	#mobile-menu .menu-item-object-campaign a:before {
		content: "\ea04";
	}
	#mobile-menu .menu-item-object-salon a:before {
		content: "\ea22";
	}
	#mobile-menu .menu-item-object-faq a:before {
		content: "\ea03";
	}
	#mobile-menu .menu-item-19934 a:before {
		font: normal normal normal 1rem/1 'icomoon';
		content: "\e900";
		/* padding: 0;
		width:16px;
		height:16px;
		background:url(icons/images/kuchikomi_on.png) no-repeat 0 0;
		background-size: 16px 16px;
		margin-right: 10px; */
	}
}
/*--------------------------------------------------------------
# Button.
--------------------------------------------------------------*/
.button {
    font-style: normal;
    transition: background-color .15s,color .15s,border-color .15s;
    border: 1px solid #333533;
    letter-spacing: 3px;
    margin: 10px auto;
    padding: 10px 28px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
}
.button:not(.button_primary):not(.button_tenpo):hover, .button:not(.button_primary):not(.button_tenpo):focus, .button:not(.button_primary):not(.button_tenpo):active {
	background: none;
	color: #333533;
}
.button i {
	margin-right: 5px;
}
.button:not(.button_primary):not(.button_tenpo) {
	background-color: #333533;
    color: #fff;
}
.button.big_button {
    font-weight: 600;
    font-size: 1.15rem;
}
.button_primary {
	background-image: url("images/button-primary-overlayBig.png");
	background-position: center;
    color: #FFF !important;
    border-color: rgba(220,148,158,1);
	position: relative;
}
.button_primary * {
	color: #FFF;
}
.button_primary:hover, .button_primary:focus, .button_primary:active {
	background: rgb(207,114,127);
    background: rgba(207,114,127,1);
	border-color: rgba(207,114,127,1);
}
*:not(.mobile_nav) .button_primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(220,148,158);
    background: rgba(220,148,158,1);
	z-index: -1;
}
.button_tenpo {
	color: #FFF !important;
	background-position: 20px;
	position: relative;
	background-color: rgb(248,186,187) !important;
	background-color: rgba(248,186,187,1) !important;
	border-color: rgba(248,186,187,1) !important;
}
.button_tenpo:hover, .button_tenpo:focus, .button_tenpo:active {
	color: #FFF !important;
	background-color: rgb(223,154,155) !important;
    background-color: rgba(223,154,155,1) !important;
    border-color: rgba(223,154,155,1);
}
*:not(.mobile_nav) .button_tenpo {
	background-image: url("images/button-tempo-overlayBig.png");
}
.menu .button_tenpo {
	background-image: url("images/button-wht-overlay.png");
	background-position: center;
}
*:not(.mobile_nav) .button_tenpo:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: -1;
}
.button_groups {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}
.sp-slider .slider-inner .button_groups{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.button_groups .btn_item {
    padding: 0 5px;
}
.breadcrumb .icon-priority-low {
    transform: rotate(-90deg);
    padding: 0 5px;
    font-size: .75rem;
}
.button.button_counsel {
    position: relative;
    overflow: hidden;
}
.button_counsel:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.5) 50%, rgba(250, 250, 250, 0) 100%);
    transform: skew(-45deg);
    animation-name: shimmerr;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    z-index: 0;
}
/*@media only screen and (min-width: 1005px) {
	.button_groups {
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: 80px;
	}
	}*/
@media only screen and (min-width: 961px) {
	.mobile.mobile_nav {
    display: none !important;
	}
.button_groups {
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: 80px;
	}
section#hero {
	min-height: 700px;
	}
.button_groups a {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 18px;
}
.button.button_tenpo {
	width: 175px;
	height: 62px;
}
.button.button_counsel {
	width: 260px;
	height: 62px;
}
.nav-buttons .button.button_counsel {
	width: auto;
	height: 90px;
}
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
section#hero {
    height: 100vh;
    position: relative;
    background-color: #fae9ea;
    background: #fae9ea;
    background: -moz-linear-gradient(45deg, #ffffff 0%,#fae9ea 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#fae9ea 100%);
    background: linear-gradient(45deg, #ffffff 0%,#fae9ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dedf', endColorstr='#f9dddf',GradientType=1 );
}
section#hero:before, section#hero:after, .hero__slider__content:before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
section#hero:before {
	left: -20%;
    top: -19%;
    width: 58%;
    padding-top: 50%;
	background-image: url("images/brush/WelcomeSplashBig05.png");
}
section#hero:after {
	right: -9%;
    bottom: -8%;
    width: 38%;
    padding-top: 32%;
	background-image: url("images/brush/WelcomeSplashBig06.png");
}
.hero__slider__content:before {
    width: 20%;
    padding-top: 18%;
    background-image: url(images/brush/SingleModelSplashMid02.png);
    bottom: 0;
    left: 45%;
}
.hero__claim__content .button {
    margin: 0;
    line-height: 40px;
    font-size: 1.15rem;
}
.hero__slide, .hero__claim {
    overflow: hidden;
	position: relative;
}
.hero__slider__content {
    width: 100%;
	height: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
.slide__wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.slide__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hero__slide__next {
    display: none;
}
.hero__slide__next {
    width: 16rem;
    position: absolute;
    bottom: 5rem;
    left: 1.5rem;
    display: none;
    z-index: 1;
    overflow: hidden;
	cursor: pointer;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.hero__slide__next__item {
	width: 210px;
    height: 9.28571rem;
    overflow: hidden;
    position: relative;
	background: #CCC;
}

.hero__slide__next__arrow {
    background-color: #000;
	color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.14286rem;
    -webkit-transition: width .35s;
    transition: width .35s;
    z-index: 1;
	cursor: pointer;
}
i.icon.icon-priority-low.right-arrow {
    transform: rotateZ( -90deg );
}
.hero__slide__next__arrow i.icon.icon-priority-low.right-arrow {
    color: #FFF;
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotateZ( -90deg );
    transform: translate(-50%,-50%) rotateZ( -90deg );
}
.hero__slide__image {
    height: 100%;
    position: relative;
}
.objfit-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
	display: block;
}
.hero__slide__image .objfit-wrap {
	padding-bottom: 0;
	height: 100%;
}
.image-fit {
	position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
	font-family: 'object-fit: cover;'
}
#primary #main .slide__item .image-fit{
	    height: auto;
	    max-height: 600px;
}
/* Fallback for object-fit property  */
.no-object-fit .image-fit {
  font-family: 'object-fit: cover;'
}
.hero__claim__title {
    margin: 0;
}
.hero__claim__subt {
	/* font-family: fot-cezanne-pron, sans-serif; */
	font-family: 'Kosugi', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 6px;
	text-align: center;
	margin-top: 0px;
    margin-bottom: 62px;
}
.hero__claim__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*status bar*/
.hero__slide__status {
    position: absolute;
    background-color: rgb(237,193,193);
	background-color: rgba(237,193,193,1);
    right: 0;
    z-index: 2;
    left: 0;
    height: 3.92857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
}
@media screen and (min-width: 961px) {
	.hero__claim__subt {
		font-size: 20px;
	}
	.hero__slider__content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}
	.hero__claim {
	padding-top: 3rem;
    padding-bottom: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	}
	.hero__claim__title .svg-wrapper.svg-logo {
    width: 60%;
    max-width: 280px;
	}
	.hero__slide {
	height: 100%;
	padding-top: 3rem;
    padding-bottom: 3rem;
	padding-left: 8rem;
	margin-right: 8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	}
	.hero__slide__next {
    display: block;
	}
	.hero__slide__image__item img {
		height: calc(100vh - 10rem);
	}
	.hero__slide__status {
    z-index: 0;
    height: calc(9.09722vw + 12rem);
        width: 40vw;
    right: auto;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb a {
    opacity: .5;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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



/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.site-content {
    min-height: 100vh;
}
.midashi {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600 !important;
	font-style: normal !important;
}
.parallax-group {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.parallax-layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.parallax-layer-fore {
    -webkit-transform: translateZ(2px) scale(.8);
    transform: translateZ(2px) scale(.8);
}
#movie .parallax-layer-fore {
    -webkit-transform: none;
    transform: none;
}
.flex_grid {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_01 {
	
}
.reverse {
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.half_grid > div, .flex_01  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.home #about h4.heading-deco {
	margin-bottom: 18px;
}
h4.heading-deco,
p.heading-deco {
	 margin-top: 0;
    margin-bottom: 0;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.home section h2.heading {
    margin: 0;
    padding: 3rem 0;
}
.home #salons h4.heading-deco {
	font-size: .85rem;
}
.home #salons h2.heading {
	padding: 0;
	font-size: 2.5rem;
	letter-spacing: 1px;
}
.home #salons .left-title-header {
	margin-bottom: 24px;
}
/*--------------------------------------------------------------
## Campaign
--------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.post-type-archive-campaign .mobile_nav:not(.sticky) .logo svg.laco-logo {
    fill: #FFF;
	}
}

.post-type-archive-campaign .mobile_nav:not(.sticky) .nav__burger .toggle_lines span, .post-type-archive-campaign .mobile_nav:not(.sticky) .nav__burger .toggle_lines:before, .post-type-archive-campaign .mobile_nav:not(.sticky) .nav__burger .toggle_lines:after {
	background: #FFF;
}
.site-content-campaign {
    background-color: #eec0c6;
    /*background-image: linear-gradient(315deg, #ffdde1 0%, #ee9ca7 74%);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf9596+0,e6b5b3+20,eacdc3+50,e6b5b3+80,cf9596+100 */
background: #cf9596; /* Old browsers */
background: -moz-linear-gradient(45deg,  #cf9596 0%, #e6b5b3 20%, #eacdc3 50%, #e6b5b3 80%, #cf9596 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9596', endColorstr='#cf9596',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.site-content-campaign main#main {
    background-color: transparent !important;
}

.site-content-campaign .titleheader h2, .site-content-campaign .titleheader h1 {
    color: #FFF;
}
.site-content-campaign .titleheader h2.bebus,
.site-content-campaign .titleheader p.bebus {
    color: #ebddd3;
    -webkit-text-stroke: 2px #FFF;
	text-shadow: 0 0 5px #fef5f2, 0 0 10px #fef5f2, 0 0 20px #ebddd3, 0 0 40px #ebddd3, 0 0 80px #edd5cf, 0 0 90px #edd5cf, 0 0 100px #eacdc3, 0 0 150px #eacdc3;
    /*animation: textanim 1200ms infinite alternate linear;*/
}
.site-content-campaign .titleheader h1.entry-title {
	color: #FFF;
	position: relative;
    z-index: 2;
	text-shadow: 0 0 5px #e88290, 0 0 10px #e88290, 0 0 20px #ebb3b4, 0 0 30px #e6b5b3, 0 0 40px #e6b5b3, 0 0 55px #edd5cf, 0 0 75px #edd5cf;
}
.site-content-campaign .titleheader.titleheader_archive h2.sub-title.bebus,
.site-content-campaign .titleheader.titleheader_archive p.sub-title.bebus {
    font-size: 5rem;
}
.circle-button {
    border-radius: 50%;
    background: transparent;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.circle-button i {
    font-size: 1.75rem;
    display: block;
}
#campaignList .circle-button {
    border: 2px solid #dbd6d9;
    background: #fcf5f6;
    margin-left: 20px;
    outline: none;
}
#campaignList .circle-button, #welcome-models .circle-button .arrow {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#campaignList .circle-button:disabled {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border-color: #e7e4e5;
    cursor: default;
}
section#campaignList {
    background-color: #fcf5f6;
    position: relative;
}
section#campaignList:before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 40vw;
    height: 100%;
    background: #FFF;
    left: 0;
    top: 0;
}
section#campaignList .title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 7%;
    width: 50%;
    height: 60px;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    color: #333533;
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: -1;
	transform: translate(0, -50%);
}
section#campaignList .title-line .line {
    height: 2px;
    background: #f4f0f2;
    width: 100%;
    margin-left: 15px;
    z-index: 0;
}
section#campaignList .arrow-line {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 0;
	transform: translate(0, -50%);
}
section#campaignList .arrow-line .line {
    height: 2px;
    background: #e8e3e5;
    width: 95%;
    position: absolute;
    left: 0;
    z-index: 0;
}
section#campaignList .title-line span {
    font-size: 14px;
}

/*--------------------------------------------------------------
## Common Foot Campaign
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home About
--------------------------------------------------------------*/

.home #about {
	height: 100vh;
	position: relative;
}
.home #about h2 small, .home #about h2 strong, .content-area-about .site-main h2.heading strong, .content-area-about .site-main h2.heading small {
	display: block;
}
.home #about h2, .content-area-about .site-main h2.heading {
	font-size: 2.35rem;
	letter-spacing: .1em;
	position: relative;
}
.content-area-about .site-main h2.heading {
	text-align: center;
}
.home #about h2 small, .content-area-about .site-main h2.heading small {
	font-size: 1.45rem;
}
.home #about h2 small:first-child, .content-area-about .site-main h2.heading small:first-child {
	letter-spacing: .2em;
}
.home #about h2 strong + small, .content-area-about .site-main h2.heading strong + small {
	letter-spacing: 0;
}
.home #about .heading .splash, .content-area-about .site-main h2.heading .splash  {
    position: absolute;
    z-index: -1;
}
.heading_logo .svg-wrapper.svg-logo {
    width: 100%;
}
.content-area-about .site-main h2.heading strong, #kira {
    display: inline-block;
}
.heading_logo {
    width: 180px;
}

#about > .flex_grid, #about .half_wrap, #about .about_images .half_layout {
    height: 100%;
    width: 100%;
}
.home #about .half_wrap {
    position: relative;
}
.home #about .half_layout {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.home #about .half_inner {
	position: absolute;
    width: 100%;
    height: 100%;
}
.home #about .about_images .image-item {
    padding: 0 15px;
    height: 80%;
    position: absolute;

}
.image.cover {
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.home #about .image.cover {
	position: relative;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
    box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
}
.about_images .half_layout .image-item {
	width: 50%;
}
.about_images .half_layout .image-item + .image-item {
	left: 50%;
}

a.gold_line_desktop.gold_frame_sp, a.gold_line_desktop.gold_frame_sp i {
    color: #e3868d;
    position: relative;
}
@media (min-width: 961px) {
	.home #about h2 {
	font-size: 2.5rem;
	letter-spacing: .1em;
	position: relative;
	}
.home #about h2 small {
	font-size: 2rem;
}
.home #about h2 small:first-child {
	letter-spacing: .2em;
}
.home #about h2 strong + small {
	letter-spacing: .04em;
}
.home #about .heading .splash, .content-area-about .site-main h2.heading .splash  {
    position: absolute;
    z-index: -1;
	}
	.content-area-about .site-main h2.heading .splash {
		z-index: 0;
	}
	.home #about .heading .splash, .content-area-about .site-main h2.heading .splash  {
    right: 0px;
    top: 40px;
    width: 180px;
	}
	.campaign_desktop__line__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 320px;
    z-index: 1;
	}
	.cam-banners-box {
    width: 60%;
    max-width: 620px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	    z-index: 1;
	}
	.home .cam-banners-box .item{
	display: none;
	}
	.home .cam-banners-box .item.slick-slide{
	display: block;
	}
	.about_text .heading-deco {
    width: 100%;
    max-width: 180px;
    text-align: right;
	}
	a.gold_line_desktop:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    bottom: 0;
    background: #e3868d;
	}
	.about_text {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 40px;
    padding: 0 40px;
}

.about_images {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin-right: 20px;
    padding-top: 120px;
    -webkit-transform-origin: left;
    transform-origin: left;
	}
	.other-reasons {
    position: relative;
	}
}
@media (min-width: 1180px) {
	.home #about h2 {
	font-size: 3.15rem;
	}
	.about_text {
		width: 60%;
	}
}
@media (max-width: 960px) {
	
	.home #about .heading .splash, .content-area-about .site-main h2.heading .splash  {
		width: 150px;
		left: 50%;
		top: 50%;
		 transform: translate(-50%, -50%);
	}
	section#campaignList {
		padding: 24px 0;
	}
	.center-title-header .title_desc {
    font-size: 18px;
    letter-spacing: 0px;
	}
	a.gold_line_desktop.gold_frame_sp {
    padding: 10px 28px;
    border: 1px solid #e3868d;
    font-weight: 400;
    font-size: 1.15rem;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.gold_line_desktop.gold_frame_sp i {
    margin-right: 10px;
	}
	.gold_line_desktop.gold_frame_sp i:before {
    content: "\ea41";
    font-size: 140%;
	}
	.about_text {
    text-align: center;
    width: 100%;
	}
	#about .heading_logo {
    margin: 0 auto;
	width: 130px;
	}
	section#campaignList .campaign_desktop__line__container .title-line, section#campaignList .campaign_desktop__line__container .arrow-line {
    display: none;
	}
}
/*--------------------------------------------------------------
## Home Movie
--------------------------------------------------------------*/
section#movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home section#movie {
	height: 70vh;
}

body:not(.home) section#movie{
	/* height: 95vh; */
	display: block;
	/* padding: 10rem 4rem 0; */
	padding: 10rem 4rem 4rem;
}
section#movie .video-container {
    /* -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6; */
	display: block;
	margin: 30px auto;
	padding-bottom: 5rem;
	width: 70%;
}

section#movie .video-text {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
#movie h4.heading-deco {
    position: relative;
    width: 100%;
	padding-bottom:200px;
}
.home #movie h4.heading-deco{
	padding-bottom:120px;
}
.home #movie h4.heading-deco:before {
    position: absolute;
    content: "Movie";
    font-family: 'BebasNeue-Regular', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
    font-size: 6rem;
    bottom: 0;
}
#movie h4.heading-deco .splash {
    position: absolute;
    top: -80px;
    /* right: 0; */
	left: 0;
    width: 230px;
    transform: rotate(180deg);
    z-index: -1;
}
section#movie .video-text {
    padding: 0 40px;
    height: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section#movie .video-text {
    padding: 0 40px;
}
.video-container {
	position: relative;
	padding-top: 17px;
}
.video-frame {
    position: relative;
    padding: 4rem 0;
}

.video-frame:before {
    content: "";
    width: 86%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7%;
    border: 5px solid #000;
    display: block;
}
section#movie .video-container .section-more-button.sp_only{
	display: none;
}
.oldserif {
	font-family: IowanOldStyleBTPro-Roman;
	font-weight: normal !important;
	font-style: normal !important;
}
.video-container h2.heading {
	font-size: 32px;
	line-height: 20px;
    position: absolute;
    top: 0;
	right: 10%;
    padding: 0;
}
.home #movie .video-container h2.heading {
	padding: 0;
}

/*Single Movie Page*/
section#movie.page-content-movie {
    -webkit-align-items: center;
    align-items: center;
}

section#movie.page-content-movie .entry-header h1.entry-title {
    font-size: 5rem;
    margin: 0 0 12px 0;
    line-height: 1;
}
section#movie.page-content-movie .video-container h2.heading {
	margin: 0;
}
/*--------------------------------------------------------------
## Home Reasons
--------------------------------------------------------------*/
.logo_name .svg-wrapper.svg-logo {
    width: 100%;
}

.heading .logo_name {
    width: 86px;
    display: block;
    margin-right: 3px;
}

.home #reasons h2.heading {
    text-align: center;
    font-size: 1.95rem;
	position: relative;

}
.home #reasons h2.heading:before {
    content: "Why choose us?";
    font-size: 6rem;
    font-family: shelby, sans-serif;
	color: rgba(247,214,214,.5);
    color: rgba(247,214,214,.5);
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-weight: 400;
	width: 100%;
}
.home #reasons h2.heading .quote {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.quote:before, .quote:after {
	content: '';
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2.75rem;
	color: rgba(238,190,190,1);
	color: rgba(247,158,165,1);
}
.quote:before {
	content: '\201c';
	padding-right: 10px;
}
.quote:after {
	content: '\201d';
	padding-left: 10px;
}
.reason-list {
    position: relative;
}
.reason-list:before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(223,195,193,1);
    position: absolute;
    top: 0;
    left: 50%;
}
.reason-list > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
}

.reason-list .item .image {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.reason-list .item .text {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.reason-list .item .image {
	position: relative;
}
.image .inner {
    text-align: center;
}

.item.r02 .image:after {
    content: "";
    /*background-image: url(images/brush/WelcomeSplashBig02.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 60%;
    height: 60%;
    bottom: -5%;
    left: 0;
    transform: rotate(90deg);
}
.item.r04 .image:after {
    content: "";
     /*background-image: url(images/brush/WelcomeSplashBig02.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 70%;
    height: 70%;
    bottom: 0;
    right: 0;
}
.reason-list .item .text {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.reason-list .item .text .inner {

        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

h3.rs-title {
	line-height: 1.15;
	letter-spacing: 1px;
}
.reason-list .text p {
	letter-spacing: 1px;
}
/*.reason-list .item:nth-child(odd) .image, .reason-list > .item:nth-child(even) > .text {
    padding-right: 2rem;
}

.reason-list .item:nth-child(odd) .text, .reason-list > .item:nth-child(even) > .image {
    padding-left: 2rem;
}*/
@media (min-width: 961px) {
	.home section#movie .video-container {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    margin-left: 4rem;
    padding-left: 4rem;
	top: -4rem;
	}
	.reason-list .item .image, .reason-list .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.reason-list .item .image {
		padding: 4rem;
	}
	.reason-list .item .text .inner {
		max-width: 80%;
	}
	.home #reasons h2.heading:before {
		font-size: 10rem;
	}
	h3.rs-title {
    font-size: 2.75rem;
    margin: 0 0 1.85rem;

	}
	.reason-list .text p {
    font-size: 1.45rem;
    line-height: 1.6;
    }
	.reason-list > .item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
	.reason-list .item:nth-child(odd) .image .inner {
    padding-left: 6rem;
	padding-right: 3rem;
	}
	.reason-list .item:nth-child(even) .image .inner {
    padding-right: 6rem;
    padding-left: 3rem;
	}
	.reason-list > .item:nth-child(odd) > .text {

	-webkit-justify-content: flex-start;
  justify-content: flex-start;
	}
	.reason-list > .item:nth-child(even) > .text {

	-webkit-justify-content: flex-end;
  justify-content: flex-end;
	}
.reason-list > .item:nth-child(odd) > .text > .inner {
	padding-left: 3rem;
	}
.reason-list > .item:nth-child(even) > .text > .inner {
	padding-right: 3rem;
	}
	.other-reasons {
    padding-top: 9rem;
    padding-bottom: 6rem;
	}
}
@media (max-width:960px) {
	.reason-list .item .text .inner {
		padding: 0 24px;
		padding: 0 1.25rem;
	}
}
h3.rs-title {
    font-size: 1.45rem;
    letter-spacing: 1px;
}

.reason-list .text p {

    line-height: 1.6;
    letter-spacing: 1px;
}
.other-reasons {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.other-reasons {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 6rem;
}
section#other-reasons {
    position: relative;
	z-index: 11;
}

section#other-reasons:after {
    content: "";
    width: 100%;
    height: 90%;
    background: rgba(245,230,230,1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.other-reasons:before {
    content: "And more reasons";
    font-size: 5rem;
    font-family: shelby, sans-serif;
    color: rgba(230,191,189,1);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: 0;
    font-weight: 400;
	width: 100%;
}
.other-reasons i {
    font-size: 3rem;
    color: rgba(215,99,118,1);
}
.other-reasons i.icon-bihada {
    font-size: 4.25rem;
    height: 60px;
    margin-top: -5px;
}
.other-reasons > .item {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.other-reasons > .item > p {
    line-height: 1.25;
	font-size: .75rem;
    letter-spacing: -1px;
    margin: 12px 0 0;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
}
.reason-list .mark_text {

}
.sp-line-button {

}
.section-more-button a {
	letter-spacing: 2px;
}
.home #movie .section-more-button a {
	font-size: 0.9rem;
}
section{
    z-index: 10;
}
section#reasons {
 z-index: -1;
	padding-top: 3rem;
}
.section-more-button {
 text-align: center;
}
.marks {
    display: none;
}
.more-right-anim {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}
#faq .brs_bhd {
    position: absolute;
    width: 70%;
    max-width: 420px;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.faq_list {
    position: relative;
    z-index: 1;
}
@media (min-width: 961px) {
	.other-reasons > .item > p {
    line-height: 1.25;
    font-size: 1.25rem;
    letter-spacing: -1px;
    margin: 12px 0 0;
	}
	.other-reasons i {
		font-size: 4rem;
	}
	.other-reasons i.icon-bihada {
    font-size: 5.25rem;
	}
	.other-reasons > .item {
		width: 20%;
	}
	.other-reasons:before {
		font-size: 6rem;
	}
	.marks {
    display: block;
	}
	.reason-list {
		padding-top: 8rem;
	}
	.reason-list .text p {
		font-size: 1.45rem;
	}
	h3.rs-title {
		font-size: 2.75rem;
	}
	section#other-reasons {
    padding-bottom: 6rem;
	}
	.desktop-unerline-button {
	position: relative;
		line-height: 24px;

	}
	.desktop-unerline-button {
    position: relative;
    line-height: 24px;
    padding-bottom: 8px;
    display: inline-block;
	}
	.desktop-unerline-button:before {
		content: "";
		background: #333533;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.reason-list .text p {
		font-size: calc((100% + 0.25vw));
	}
	#reasons .section-more-button {
    text-align: center;
	}
}
@media (max-width: 960px) {
	.reason-list:before {
		position: absolute;
		z-index: -1px;
		left: 20%;
		top: 0;
	}
}
/*--------------------------------------------------------------
## Home Price
--------------------------------------------------------------*/
.select_wrap select {
    -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
  flex: 1;
  padding: 0 24px;
  color: inherit;
  cursor: pointer;
}
.select_wrap select::-ms-expand {
  display: none;
}
.select_wrap {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #FFF;
  overflow: hidden;
}
.select_wrap::after {
    content: '\ea12';
    font: normal normal normal 1rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
        transform: translate(0, -50%);
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}
.select_style_plpnk, .select_style_plpnk > select {
    background: #FAE8EA;
    max-width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select_style_plpnk {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

.select_style_plpnk > select {
    height: 50px;
}

.ja {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif !important;
}
.avenir {
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.avecon {
	font-weight: 400 !important;
    font-style: normal !important;
	font-family: 'Barlow Condensed', sans-serif !important;
}
.bebus {
	font-family: 'BebasNeue-Regular', sans-serif !important;
font-weight: 400 !important;
font-style: normal !important;
	text-transform: uppercase;
}
h2.heading.bebus {
    letter-spacing: 2px;
}
.cezan {
	font-family: fot-cezanne-pron, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
}
.home section .center-title-header h2.heading {
    padding: 0;
}
.center-title-header {
    text-align: center;
}
.center-title-header .heading, .left-title-header .heading, .lefted_title .heading {
	font-size: 58px;
	line-height: 1.25;
}
.center-title-header .title_desc {
    font-size: 20px;
    letter-spacing: 1px;
}
.home section#planprice, body.home .choose_plan .separater-title span {
	background: #FDF8F8;
}
.home section#planprice {
    
    padding: 6rem 0;
}
#planprice .center-title-header {
    padding-bottom: 2rem;
}
#planprice .title_desc {
    color: rgba(200,95,118,1);
}
.choose_plan .separater-title {
    text-align: center;
}
.separater-title {
    position: relative;
	font-size: 18px;
	letter-spacing: 1px;
}

.separater-title:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #FAE8EA;
    margin-top: -1px;
}
.choose_plan .separater-title span {
	background: #FFF;
	display: inline-block;
	padding: 0 12px;
	position: relative;
}
.choose_select {
    padding: 2.75rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body:not(.home) .site-main.plan .choose_select {
	margin-top: 12px;
}
body:not(.home) .site-main.plan .choose_select, body:not(.home) .site-main.plan .choose_select .item {
	padding: 0;
}
.choose_select .item {
    padding: 0 1.5rem;
}
.choose_select .select_wrap {
    width: 100%;
    color: rgba(234,167,172,1);
    font-weight: 500;
    overflow: hidden;
}
body:not(.home) .site-main.plan .choose_select .item .select_wrap, body:not(.home) .site-main.plan .choose_select .item .select_wrap.select_style_plpnk > select {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
}
body:not(.home) .site-main.plan .choose_select .item .select_wrap:not(.selected), body:not(.home) .site-main.plan .choose_select .item .select_wrap.select_style_plpnk:not(.selected) > select {
	background: #FFF;
}
body:not(.home) .site-main.plan .choose_select .item .select_wrap {
	border-top: 1px solid #f4f0f2;
}
body:not(.home) .site-main.plan .choose_select .item:not(:last-child) .select_wrap {
	border-right: 1px solid #f4f0f2;
}
.choose_select .select_wrap select {
    font-size: 20px;
}
.choose_select .item {
    padding: 0 1.5rem;
}
.slick-dots li:only-child {
    display: none;
}
.plan_card {
	max-width: 420px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
	box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
	overflow: hidden;
}
.plan-item .plan-slick-archive .slick-inner .plan_card {
	height: auto;
	max-width: 10000px;
	max-height: 10000px;
	min-height: 0px;
	-webkit-flex-direction: row;
	flex-direction: row;
	overflow: visible;
}

.plan-item .plan-slick-archive .slick-inner .plan_card .body h3, .plan_card .plan-name {
	font-size: 1.45rem;
	color: rgba(200,95,118,1);
}
.plan-item .plan-slick-archive .slick-inner .plan_card .body .plan-desc {
	font-size: .95rem;
}
.plan-item .plan-slick-archive .slick-inner .plan_card .body .priceshow .value {
	font-size: 1.75rem;
}
.plan-item .plan-slick-archive .slick-inner .plan_card .body .priceshow .label, .plan-item .plan-slick-archive .slick-inner .plan_card .body .priceshow .unit {
	font-size: 1rem;
}
.plan-item .plan-slick-archive .slick-inner .fuki_catch {
	font-size: .85rem;
	left: 8px;
	padding: 8px 12px;
	font-weight: 600;
}
.plan-item .con ul.plan-slick-archive .slick-list {
    overflow: visible;
}

.plan-item .plan-slick-archive .card_button {
	line-height: 42px;
	font-size: 1.15rem;
	font-weight: 600;
}
.plan-item .plan-slick-archive .slick-inner {overflow: visible;}
.plan_card .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.plan-item .plan-slick-archive .slick-inner .plan_card .body {

}
.plan_card .head {
    height: 320px;
	position: relative;
	z-index: -2;
}
.plan_card .body {
	position: relative;
	background: transparent;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.plan_card .foot {

}
.choose_plan .slick-inner, .plan-slick-archive .slick-inner {
    padding: 0 .75rem;
}
.body_content {
    padding: 0 2rem;
}
.card-header-slanted-edge {

}
.card-header-slanted-edge:before {
    content: '';
    position: absolute;
    left: 0;
    top: 85%;
    width: 100%;
    height: 30%;
    background: #FFF;
    -webkit-transform: skewY(12deg);
    -moz-transform: skewY(12deg);
    -ms-transform: skewY(12deg);
    -o-transform: skewY(12deg);
    transform: skewY(12deg);
    -webkit-backface-visibility: hidden;
}
.plan_card .plan-name {
    font-size: 1.85rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.15;
}
.plan_card .plan-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.price-item {
	font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.price-item .value {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
}
.priceshow {
	margin-top: 16px;
}
.price-item + .price-item  {
	margin-top: 12px;
}
.price-item .value .amount {
	color: #ea8189;
    font-size: 32px;
    font-family: 'BebasNeue-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.price-item .value .unit {
    font-size: 1rem;
}

.price-item .label, .price-item .value .unit {
    font-size: 20px;
    line-height: 1;
}
.price-item .value .unit {
	margin-left: 5px;
}
.price-item .value .pbefore {
	margin-right: 5px;
}
.label_ft {
    padding: 6px 12px;
    line-height: 1;
    position: absolute;
    right: 24px;
    bottom: 16px;
    background: #eaaaa7;
    color: #FFF;
    z-index: 2;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: .95rem;
}
p.small_notice {
    /*font-size: 12px;
	line-height: 1.15;*/
	width: 100%;
    font-size: 0.7em;
	line-height:2;
}

.price-item + .small_notice {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(240, 209, 211, 1);
}
.plan_card .small_notice {
    color: rgba(220,134,145,1);
    border-top: 1px solid rgba(240, 209, 211, 1);
    padding-top: 5px;
    margin-top: 15px;
}
.fuki_catch {
    position: absolute;
    left: 24px;
    bottom: 52px;
    z-index: 1;
    background: #f8ecef;
    color: rgba(220,134,145,1);
    line-height: 1;
	font-weight: 600;
    padding: 12px 16px;
    border-radius: 24px;
	font-size: 1em;
	margin: 0;
}
.card_button {
    width: 70%;
    padding: 0 24px;
    margin: 0 0 0 auto;
    position: relative;
	background: rgb(234,167,172);
    background: rgba(234,167,172,1);
    color: #FFF;
    line-height: 62px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 2px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	border-radius: 32px 0 0 32px;
}
.card_button:focus, .card_button:active, .card_button:visited, .card_button:hover {
	color: #FFF;
}
.card_button:focus, .card_button:active, .card_button:hover {
	background: #BE8086;
}
.card_button:after {
	content: "\ea11";
	width: 32px;
	font: normal normal normal 32px/1 'lacoco';
	font-size: inherit;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: right;
}
.card_button span {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.plan_card .button_row {
    padding-bottom: 18px;
	padding-top: 14px;
}
.plan_card .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -15%;
}
.plan_card .body:after {
	content: "";
	display: block;
	width: 100%;
	height: 85%;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.plan_card .body_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.plan_archive_content .choose_plan {
	background: #fdf6f6;
}
.site-main.plan .choose_plan .plan-slick {
    
    padding: 12px 0 42px;
    margin: 0;
}
.site-main.plan .choose_plan .plan-slick ul.slick-dots {
    bottom: 10px;
}
#reasons h3.rs-title.wt_brs {
    color: rgba(215,99,118,1);
}
#reasons .rs-title .svg_brush svg {
    fill: rgba(247,214,214,.5);
}
#reasons .rs-title .svg_brush svg path{
    fill: rgba(247,214,214,.5);
}
.reason-list .item .image, .reason-list .item .image .inner {
    height: 100%;
}
.reason-list .item .image .inner {
    height: 100%;
    padding-bottom: 100%;
}
.titleheader .svg_brush svg {
    fill: rgba(240, 209, 211,1);
}
/*Home Review*/
.home section#review {
    padding: 6rem 2rem;
	position: relative;
    background: #FFF;
}
.home #review .heading, .home #review .title_desc, .site-content-reviews .entry-title, .site-content-reviews .sub-title {
	padding: 0;
	color: rgb(215,99,108);
	color: rgba(215,99,108,1);
}
.home #review .heading-deco, .site-content-reviews .heading-deco {
	color: rgba(200,95,118,1);
}
.home #review .left-title-header {
    padding: 0 2rem;
	margin-bottom: 2rem;
}
.content-review-home {
    position: relative;
}
.bh_obj.rv_obj {
    position: absolute;
    width: 70%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.bh_obj.rv_obj .image-fit {
    object-position: 25% 50%;
}
.bh_obj.rv_obj .objfit-wrap {
    padding-bottom: 100%;
}
.review-slick .plan_card .body_content, .review-slick .plan_card .head {
	padding: 1rem 2rem;
}
.review-slick .plan_card .body_content {
	padding-top: 0;
	padding-bottom: 2rem;
}
.review-slick .plan_card .head {
    z-index: 1;
    height: auto;
}

.review-slick .plan_card .body {
    display: block;
    margin: 0;
}
.review-slick .slick-list {
    overflow: visible;
}
.review-slick .slick-inner {
    padding: 0 12px;
}
.plan_card_border .entry-title {
    padding-top: 2.5rem;
    margin: 0;
    position: relative;
    line-height: 1.15;
    font-size: 1.35rem;
	color: #ea8189;
}
.plan_card_border .entry-title:before {
    content: '\201c';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(247,158,165,1);
    color: rgba(247,158,165,1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.plan_card_border {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf9596+0,e6b5b3+20,eacdc3+50,e6b5b3+80,cf9596+100 */
    padding: 1px;
    background: #cf9596; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #cf9596 0%, #e6b5b3 20%, #eacdc3 50%, #e6b5b3 80%, #cf9596 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9596', endColorstr='#cf9596',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.plan_card_border .plan_card_inner {
	height: 100%;
    background: #FFF;
}
#review .section-more-button {
    margin-top: 5rem;
    padding: 0;
}
.plan_card .who_info {
    font-size: 15px;
    background: #faebf0;
    color: rgb(215,99,108);
    color: rgba(215,99,108,1);
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
    position: absolute;
    right: 0;
}
.plan_archive_content .choose_plan .filter_row {
	background: #FFF;
}
@media (min-width: 768px) {
	.plan-item .plan-slick-archive .slick-inner .plan_card .body {
		margin: 0;
	}
	.r02 .rs-img {
    width: 90%;
	}
	.r03 .rs-img {
    width: 90%;
	}
	.r04 .rs-img {
    width: 90%;
	}
	.plan-item .plan-slick-archive .slick-inner .fuki_catch {
	width: 100%;
	}
	.plan-item .con ul.plan-slick-archive .card-header-slanted-edge:before {
	content: none;
	}
	.plan-item .plan-slick-archive .slick-inner .plan_card .head {
	height: auto;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
	}
	.plan-item .plan-slick-archive .slick-inner .plan_card .head.head img {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center top;
    font-family: 'object-fit: cover;';
	}
}
@media (min-width: 961px) {
	body:not(.home) .site-main.plan .choose_select .item .select_wrap {
		border-top: none;
		border-left: none;
	}
	.plan_archive_content .choose_plan .separater-title:before {
		content: none;
	}
	.plan_archive_content .choose_plan .separater-title span {
		padding: 0;
	}
	.plan_archive_content .choose_plan .filter_row {
		padding: 0;
		border-top: 1px solid #FAE8EA;
		border-bottom: 1px solid #FAE8EA;
		    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}
	.plan_archive_content .choose_plan .separater-title {
    text-align: left;
    line-height: 1.15;
    padding: 0 1.5rem 0 4rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 385px;
	}
	body:not(.home) .plan_archive_content .choose_plan .filter_row .choose_select {
		margin-left: -12px;
		margin-right: -12px;
		-ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
	}
	body:not(.home) .plan_archive_content .choose_plan .filter_row .item {
    padding: 0 12px;
	}
	
}
@media (max-width: 960px) {
	.home #review .left-title-header {
    padding: 0;
	}
	#review .section-more-button a {
    background: rgba(232,134,141,1);
    } 
	.titleheader_left.titleheader_archive_price {
    text-align: center;
	}
}
@media (max-width: 568px) {
	.bh_obj.rv_obj {
    width: 160%;
	}
	.review-slick .slick-inner {
    padding: 0 4px;
	}
	.review-slick .plan_card .body_content, .review-slick .plan_card .head {
    padding-left: 24px;
    padding-right: 24px;
	}
}

/*--------------------------------------------------------------
## Home Points
--------------------------------------------------------------*/
.center-title-header .brs_bhd {
    width: 80%;
	max-width: 420px;
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translate(-50%,0);
}
section#points {
    background: rgba(233,176,179,1);
    padding: 8rem 0;
}
#points .center-title-header {
    position: relative;
    margin-bottom: 32px;
}
#points .center-title-header h2, #points .center-title-header h4, #points .center-title-header span:not(.label_txt) {
    color: #FFF;
}
#points .center-title-header span + span {
    margin-top: 12px;
}
.label_txt {
    line-height: 1;
    background: #FFF;
    padding: 6px 12px;
    color: rgba(219,108,124,1);
}
section#points .center-title-header svg,
section#points .center-title-header .lacc path {
    fill: #f09fa9;
}
#points p.title_desc span {
    display: block;
}

#points p.title_desc span.label_txt {
    display: inline-block;
}
.point_a {
	display: none;
}


.point-item {
    background: #FFF;
    margin-top: 42px;
}

.point_q {
    padding: 0;
    position: relative;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.point_q .title {
	font-weight: 600;
	font-size: 20px;
	padding: 24px;
	/*color: rgb(223,128,139);
	color: rgba(223,128,139,1);*/
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.point_q i {
	color: rgba(223,125,121,1);
	font-size: 1.5rem;
    width: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.point_q .num_q {
    color: rgba(247,158,169,1);
    border-right: 1px solid #f4f0f2;
    padding: 6px 12px 0px;
    font-size: 3.25rem;
    font-family: IowanOldStyleBTPro-Roman;
    font-weight: normal;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.point-item .text {
    padding: 24px;
}
#points .splash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#points .center-title-header {
    position: relative;
}

#points .center-title-header h4, #points .center-title-header h2, #points .center-title-header p, .point-list-wrap {
    position: relative;
    z-index: 1;
}
.tx_title {
    margin-bottom: 12px;
    font-weight: 600;
	color: rgba(215,99,118,1);
	position: relative;
}
.txt a {
    color: rgba(203,116,143,1);
}
.txt a:hover {
    color: rgba(203,116,143,1);
    text-decoration: underline;
}
/*--------------------------------------------------------------
## Home FAQ
--------------------------------------------------------------*/
body.post-type-archive-faq, section#faq {
	background: #fcf4f7;
}
section#faq {
    padding: 8rem 4rem;
    background: #fcf4f7;
}
#faq .left-title-header .heading {
    padding: 0;
}

.left-title-header .heading {
    display: inline-block;
}

.left-title-header .heading + .title_desc {
    display: inline-block;
    font-size: 28px;
    margin: 0 0 0 24px;
}
.home #salons .left-title-header .heading + .title_desc {
	font-size: 20px;
	margin-left: 0px;
	display: block;
}

.home section#faq .left-title-header {
    background: none;
	position: relative;
	    margin-bottom: 4rem;
}
.home section#faq .left-title-header h4, .home section#faq .left-title-header h2, .home section#faq .left-title-header p {
	position: relative;
	z-index: 1;
}
.home section#faq .splash {
    position: absolute;
    width: 210px;
    z-index: 0;
    left: 10%;
    top: -3rem;
}
.faq-lists + .faq-lists {
    border-top: 1px solid #f4f0f2;
}
body.home #faq .faq-lists .home-faq-content {
	padding: 24px;
}
.faq-lists .home-faq-content, .faq_page .mobile .tax article .entry-content {
	 border-top: 1px solid #f4f0f2;
}
@media screen and (min-width: 961px) {
	.point-list-wrap {
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.point-list {
    width: 50%;
    padding: 0 24px;
	}
	.choose_select .select_wrap {
		width: 210px;
	}
	.site-main.plan .choose_select .item {
		-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.site-main.plan .choose_select .item .select_wrap {
		width: 100%;
	}
	body:not(.home) .site-main.plan .choose_select {
		margin: 0;
	}
	.site-main.plan .choose_plan .plan-slick {
		max-width: 1280px;
		margin: 0 auto;
	}
	body:not(.home) .site-main.plan .choose_select .item:not(:last-child) .select_wrap {
		border-right: none;
	}
}
@media screen and (max-width: 960px) {
	.choose_select .item {
		padding: 0 12px;
	}
	.choose_select .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.plan_card .head {
    height: 50%;
	}
	.choose_select {
    padding: 1.75rem 0;
	}
	.card-header-slanted-edge:before {
    top: 80%;
    width: 100%;
    height: 100%;
	}
}


@media only screen and (max-width: 960px) {
	#about {
		padding: 70px 0;
		height: auto !important;
	}
	.home #movie h4.heading-deco:before {
    position: absolute;
    content: "Movie";
    font-family: 'BebasNeue-Regular', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
    font-size: 3.25rem;
    bottom: 0;
}
.home #movie h4.heading-deco .splash {
    position: absolute;
    top: 60px;
    right: -60%;
    width: 230px;
    transform: rotate(180deg);
    z-index: -1;
    opacity: .6;
}
.home #movie h4.heading-deco {
    padding-bottom: 62px;
}

section#movie .video-text {
    display: block;
    margin-left: 0;
    padding-left: 0;
    top: 8px;
    position: absolute;
    left: 10%;
}

section#movie .video-text .section-more-button.pc_only{
	display: none;
}

section#movie .video-container{
	display: table; 
	width: 100%; 
	margin-left: 0; 
	padding-left: 0; 
	top: 0;
}
section#movie .video-container {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
    top: 0;
    /* -webkit-transform: translateZ(2px) scale(.9);
    transform: translateZ(2px) scale(0.9);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
}
section#movie .video-container .section-more-button.sp_only{
	display: block;
	margin: 0 auto;
	text-align: right;
	bottom: -30px;
	right: 3%;
}
body.home section#movie {
    height: 95vh;
    /* padding: 10rem 4rem 0; */
	padding: 4rem 4rem 0;
}
section#movie.page-content-movie .video-container .video-frame {
	width: 96%;
	margin: auto 0 0 auto;
}
section#movie.page-content-movie header.entry-header {
    padding-top: 2rem;
	padding-bottom: 4rem;
}
body:not(.home) section#movie {
	/* padding-top: 15rem; */
	padding-top: 4rem;
}
    .reason-list::before{display:none;}
    .section-more-button {
		margin: 0;
	}
	#movie .section-more-button {
		margin: 0;
		position: absolute;
		bottom: 0;
	}
.section-more-button a {
    margin: 0 auto;
    padding: 15px;
    border: solid 2px #000;
    font-size: .87rem;
    font-weight: 600;
	border-color: rgba(224,126,133,1);
    background: rgba(224,126,133,1);
    color: #FFF;
}

	.home #movie .section-more-button a{
	font-size: .67rem;
	padding: 12px 15px;
	}

	.video-container h2.heading {
       position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    line-height: 1;
    text-align: right;
	}
	section#movie.page-content-movie .video-container h2.heading {
		right: 7%;
	}
	section#faq {
		padding-right: 4rem;
	}
	.point-item{
		margin: 2rem 4rem;
	}
	.sp-slider{
		width: 100%;
	}
	.mobile.mobile_nav .logo svg.laco-logo {

	}
	.mobile_nav.sticky {
		position: fixed !important;
		z-index: 99;
		width: 100%;
	}
	.mobile_nav .nav_toggle, .nav_close{    background-color: #0000 !important;     cursor: pointer;}
	body.home .mobile_nav .nav_toggle i, body.hasbg .mobile_nav .nav_toggle i {
		color: #fff;
	}
	.mobile.mobile_nav.active:not(.sticky) .logo svg {
    fill: #FFF;
	}
	.mobile-navigation.active{
    padding: 0;
    padding-top: 52px;
	width: 100%;
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 98;
    box-shadow: none;
    background: #dab4bb;
    }
	.mobile-navigation{padding:10px;}
	.mobile-navigation li a{
    padding: 10px;
    display: block;
    border-bottom: solid 1px rgba(213,133,150,1);
    background: rgba(213,133,150,1);
    color: #fff;
    }
	.mobile-navigation li ul li a{
		border-bottom: solid 1px #d5adb1; 
		background: #fff;    
		color: rgba(200,95,118,1);
	}
	.mobile-navigation li a:hover{
		background: rgb(203,116,143);
    background: rgba(203,116,143,1);
		}

	.reason-list > .item:nth-of-type(odd) .image{-webkit-order: 2; order: 2; -moz-order: 2;}
	.reason-list .item .text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
	.faq-lists{
		border-bottom: solid 1px #e8c6cd;
	}
	.mobile_nav .nav-buttons > .button.button_tenpo {

    width: 72px;
    color: rgba(210,158,167,1);
    background-image: none;
    background-color: #f4f0f2;
    }
    .mobile.mobile_nav.transparent_mobile_nav .nav-buttons > .button.button_tenpo {
    	background: #FFF;
    }

.mobile_nav .nav-buttons > .button {
    height: 46px;
    font-size: 12px;
    font-weight: 600;
}

.mobile_nav .button_tenpo:after {
    content: none !important;
	}
}
.choose_select .select_wrap.selected select {
    font-weight: 600;
	font-size: 80%;
	background: #F3C1C5;
	color: #FFF;
}
.plan-slick .slick-list {
    overflow: visible;
}
.bh_obj.mv_obj {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: visible;
}

.bh_obj .objfit-wrap {
    height: 100%;
}

.bh_obj .image-fit {
    object-fit: contain;
    object-position: top left;
}
@media only screen and (max-width: 640px) {

	section#faq {
		padding: 2rem;
	}
	.point-item{margin: 1rem 2rem;}
	body.home #salons:after {
    right: 0;
    bottom: 0;
    width: 80%;
    height: 70%;
    z-index: -1;
	}
	.search_block.search_list_block:after {
    
    left: 0%;
    bottom: auto;
    top: 5%;
	}

}
@media (max-width: 568px) {
	body.single-plan .plan-slick-archive .slick-inner {
    padding: 0 3px;
	}
	.left-title-header .heading + .title_desc {
		font-size: 20px;
	}
	.home #reasons h2.heading .quote {
    font-size: 1.5rem;
	}
	.choose_select .select_wrap select {
    font-size: 18px;
	}
	.newstyle .reason-list .item .image {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
	z-index: -1;
	}
	.newstyle .reason-list .item .text {
	z-index: 1;
    display: block;
    position: relative;
	}
	.newstyle .wt_brs .svg_brush {
	}
	.newstyle h3.rs-title.wt_brs {
		position: relative;
	}
	.newstyle .reason-list .item .text .inner p {
		position: relative;
		z-index: 2;
	}
	.newstyle .reason-list .item .text .inner {
    width: 250px;
    height: auto;
    min-height: 0px;
    display: inline-block;
    margin-top: 24px;
	position: relative;
	}
	.newstyle .reason-list .item .text .inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: -2;
	}
	.newstyle .reason-list > .item + .item {
    margin-top: 12px;
	}
	.point_q .title {
    padding: 12px 0px 12px 12px;
    font-size: 18px;
	}
	.point_q .num_q {
    font-size: 32px;
	}
	.other-reasons {
		padding-top: 7rem;
    padding-bottom: 2rem;
	}
	.wt_brs .svg_brush {
		width: 180px;
		height: 105px;
	}
	.reason-list .item .text .inner {
	padding: 0 12px;
    min-height: 200px;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: center;
    align-content: center;
	}
	.reason-list .item .text .inner p {
		line-height: 1.15;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 480px) {
	.choose_select .select_wrap.selected select {
    font-size: 14px;
    font-weight: 600;
	}
	.choose_select .select_wrap select {
		padding: 0 12px;
	}
	.plan_card .plan-desc {
		font-size: 1rem;
	}
	.plan_card .price-item {
		margin-top: 12px;
	}
	.price-item .label, .price-item .value .unit {
		font-size: 1rem;
	}
	
	.price-item .value {
		font-size: 1.85rem;
		line-height: 1;
	}
	.plan_card .plan-name {
		margin-bottom: 15px;
		font-size: 1.65rem;
	}
	.card_button {
    width: 70%;
    padding: 0 20px;
    line-height: 52px;
    font-size: 18px;
    border-radius: 32px 0 0 32px;
    font-weight: 400;
 }

	section#movie.page-content-movie .video-container .video-frame {
	width: 100%;
	margin: auto;
	}
	body:not(.home) section#movie.page-content-movie {
		/* padding: 11rem 1.5rem 0; */
		padding: 4rem 1.5rem 0;
		min-height: 70vh;
		height: auto;
	}
	body.home section#movie {
		height: auto;
		padding: 6rem 0rem 0;
	}
	.video-frame {
		padding: 2rem 0;
	}
	section#movie.page-content-movie .video-container h2.heading, .home #movie .video-container h2.heading {
		font-size: 20px;
		line-height: 20px;
		top: 6px;
	}
	section#movie.page-content-movie .video-container h2.heading,.home #movie .video-container h2.heading{
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	section#movie.page-content-movie .video-container h2.heading{
		font-size: 18px;
		right: 0;
	}
	section#movie .video-text {
    display: block;
    margin-left: 0;
    padding-left: 0;
    top: 32px;
    position: absolute;
    left: 10%;
	z-index: 1;
    }
    section#movie.page-content-movie .entry-header h1.entry-title {
    	font-size: 2.85rem;
    	margin-bottom: 0;
    }
    #movie h4.heading-deco {
    	font-size: .85rem;
		padding-bottom: 0;
    }
    section#movie.page-content-movie .entry-header {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    }
    section#movie.page-content-movie .entry-header h4 {
    	-ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
    section#movie.page-content-movie .entry-header h1 {
    	-ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
}

/*--------------------------------------------------------------
## Home Review
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home FindSalon
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home News
--------------------------------------------------------------*/
/**/
/*--------------------------------------------------------------
## Common Page Template
--------------------------------------------------------------*/
.wrap {
    max-width: 75vw;
    padding: 0 3.33333vw;
    margin: 0 auto;
}
/*Page Header*/
.entry-title .rpl_dot {
    content: "";
    display: block;
}
.titleheader {
    padding: 10.41667vw 0 4.16667vw;
    position: relative;
    overflow: hidden;
	background: rgb(255,248,248);
	background: rgba(255,248,248,1);
}
.site-content-csr .titleheader{
     padding: 60px 0 0 0;
}
.titleheader.slanted_page_head.has_himg {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.single-plan .titleheader.slanted_page_head.has_himg {
	background-size: 50%;
	background-position: top right;
	background-color: #f8ecef;
}
.titleheader h2.sub-title,
.titleheader p.sub-title {
	font-family: 'BebasNeue-Regular', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
}
.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title, .titleheader.titleheader_archive h2.sub-title, .titleheader.titleheader_archive p.sub-title  {
    margin: 0;
	line-height: 1.3;
}
.titleheader h2.sub-title + h1.entry-title, .titleheader.titleheader_archive h2.sub-title,
.titleheader h2.sub-title + h1.entry-title, .titleheader.titleheader_archive p.sub-title {
	margin-top: 0;
	font-size: 1.45rem;
}
.titleheader.titleheader_archive h2.sub-title,
.titleheader.titleheader_archive p.sub-title {
	font-size: 1.25rem;
	font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.titleheader.titleheader_archive h2.sub-title.bebus,
.titleheader.titleheader_archive p.sub-title.bebus {
    font-family: 'BebasNeue-Regular', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 1px;
    font-size: 3rem;
    position: relative;
}


.titleheader.titleheader_archive h2.sub-title.bebus + h1.entry-title.midashi,
.titleheader.titleheader_archive p.sub-title.bebus + h1.entry-title.midashi {
    font-size: 1.2rem;
}
.titleheader.titleheader_archive.titleheader_normal .bebus.sub-title, .titleheader.titleheader_archive.titleheader_normal .heading-deco {
    line-height: 1;
}
.titleheader.titleheader_archive.titleheader_normal .bebus.sub-title {
    margin-bottom: 5px;
}
.titleheader .bread {
    position: absolute;
    top: 24px;
}
.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title  {
	font-size: 7.5vw;
}
.titleheader:not(.notslanted) + .entry-content, .titleheader + .under_slant_con {
	margin: 0;
    -webkit-transform: skew(0, -4.76deg) translateY(calc(50vw/-12));
    /*-ms-transform: skew(0, -4.76deg) translateY(calc(50vw/-12));*/
    -ms-transform: skew(0, -4.76deg) translateY(-3.6%);
    transform: skew(0, -4.76deg) translateY(calc(50vw/-12));
    min-height: calc(50vh);
	background: #FFF;
}
.titleheader.slanted_page_head + .content-area {
	margin: 0;
	-webkit-transform: skew(0, 8deg) translateY(calc(50vw/-5));
	/*-ms-transform: skew(0, 8deg) translateY(calc(50vw/-5));*/
	-ms-transform: skew(0, 8deg) translateY(-3.6%);
	transform: skew(0, 8deg) translateY(calc(50vw/-5));
	min-height: calc(50vh);
	background: #FFF;
}
.titleheader.slanted_page_head + .content-area main#main {
	padding-top: 6rem;
	-webkit-transform: skew(0, -8deg);
    -ms-transform: skew(0, -8deg);
    transform: skew(0, -8deg);
}
.titleheader.slanted_page_head + .content-area section#campaignList {
	-webkit-transform: skew(0, -8deg);
	-ms-transform: skew(0, -8deg);
	transform: skew(0, -8deg);
}
.titleheader:not(.notslanted) + .entry-content .entry-content__inner, .titleheader + .under_slant_con .under_slant_con_inner {
	    padding-top: 6rem;
	-webkit-transform: skew(0, 4.76deg);
    -ms-transform: skew(0, 4.76deg);
    transform: skew(0, 4.76deg);
}
.titleheader.no_himg:before {
    content: "";
    left: 10%;
    top: 10%;
    width: 50%;
    padding-top: 50%;
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-image: url("images/brush/WelcomeSplashBig04.png");
}
.titleheader .wrap {
    z-index: 1;
}

.titleheader header.entry-header {
    position: relative;
}
/*Table*/
.table .row_items {
	border-top: 1px solid #ebebeb;
}
.table > .row_items > label {
	display: block;
	color: #f1a9a0;
    font-weight: 600;
}
.table > .row_items > label, .table > .row_items > .item_value {
    padding: 1.25rem 0;
}
.table_title {
	display: none;
}
.item_value > .row_item_mult:before {
    content: "-";
}

.row_t {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

p + .text_row, .row_c + .row_t {
    margin-top: 3rem;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) {
    padding-top: 40%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
	z-index: 0;
	}
	.titleheader.has_img, .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.has_img {
    background-size: cover;
}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + div:not(.under_slant_con) {
    padding-top: 40%;
	}
	
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) header.entry-header {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.child-about header.entry-header {
    top: 45%;
}

	.titleheader.titleheader_archive.has_himg.has_img header.entry-header {
    z-index: 2;
    }
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) .bread, .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) .bread, .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page .title_header:not(.slant_header) .wrap.bread {
    display: none;
	}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area {
    padding: 35% 2rem 0;
	position: relative;
	z-index: 0;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area > .site-main {
	padding: 2rem;
    background: #FFF;
    -webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
	display: block;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) + .content-area > .site-main {
	padding: 0;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).float_with_desc + .content-area > .site-main {

}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal {
    position: relative;
    padding: 4rem 4rem 3rem;
    z-index: 1;
}

.titleheader_center {
    text-align: center;
}

.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal + .content-area {
    padding: 0;
}

.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal + .content-area main#main {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.titleheader.titleheader_archive.has_himg:after {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
	background: #f4f0f2;
	opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.titleheader.titleheader_archive.has_himg.has_img:after {
    width: 32%;
    opacity: 1;
}
.site-content-chapter01 .titleheader.titleheader_archive.has_himg:after {
    opacity: .6;
    width: 40%;
}
.titleheader.titleheader_archive.has_himg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f4f0f2;
    z-index: -2;
	background-size: cover;
	background-repeat: no-repeat;
}
.titleheader.titleheader_archive.has_himg.has_img:after {
	z-index: 1;
}
.titleheader.titleheader_archive.has_himg.has_img:before {
	background-color: transparent;
}
.post-type-archive-salon .titleheader.titleheader_archive.has_himg:before, .page-template-page_search_salon_near_location .titleheader.titleheader_archive.has_himg:before, .page-template-page_search_salon_by_gps .titleheader.titleheader_archive.has_himg:before {
	background-image: url("images/bg_salon.jpg");
	background-position: center 35%;
	background-size: 150%;

}
.page-template-page_search_salon_near_location .area_title + .grouped_pref {
    display: none;
	    padding-top: 0px;
    padding-bottom: 0px;
}
.page-template-page_search_salon_near_location .area_title + .grouped_pref:before {
	background: rgba(210,158,167,1);
}
.page-template-page_search_salon_near_location .grouped_pref .pref + .pref {
	border-color: rgba(210,158,167,1);
}
.page-template-page_search_salon_near_location .area_title + .grouped_pref .pref {
	padding: 0;
}
.page-template-page_search_salon_near_location .area_title + .grouped_pref .pref a {
	display: block;
	padding: 12px 0 12px 12px;
	}
.page-template-page_search_salon_near_location .area_title + .grouped_pref a, .page-template-page_search_salon_near_location .area_title + .grouped_pref a:visted {
	color: inherit;
}
.page-template-page_search_salon_near_location .area_title + .grouped_pref a:hover, .page-template-page_search_salon_near_location .area_title + .grouped_pref a:focus {
	
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_minimal.titleheader_normal:after {
	content: none;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal.titleheader_minimal {
	padding: 2rem 3rem;
}
.row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-item .sub-label {
    width: 15%;
    min-width: 80px;
}

.row-item > span {
    display: block;
}

.row-item > .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.single-salon nav.navigation.post-navigation {
    display: none;
}
.salon-content + .near_salons {
    margin-top: 2rem;
    padding: 2rem;
}
.salon-row .number.avecon {
    font-size: inherit;
    letter-spacing: 1px;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif !important;
}
h4.near_title,
h2.near_title {
    font-size: 1.45rem;
    font-weight: 400;
    margin-top: 0px;
	
}
h2.near_title {
	margin-bottom:1.33em;
}
.single-salon .salon-content {
    -webkit-box-shadow: 0px 27px 42px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 27px 42px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 27px 42px -20px rgba(0,0,0,0.2);
}
.acf-map + .action_list + .salon-content {
    position: relative;
    z-index: 0;
}
.site-main.salon {
	position: relative;
}
.search_block.search_list_block {
	/* position: relative; */
}
.search_block.search_list_block:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 5%;
	bottom: 0;
	background-image: url("images/svg/jmap.png");
	background-image: -webkit-linear-gradient(transparent, transparent), url("images/svg/jmap.svg");
	background-image: linear-gradient(transparent, transparent), url("images/svg/jmap.svg");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .1;
	animation: fadeIn 1s infinite alternate;
	z-index: 0;
}
.salon-row .row-item {
    -webkit-align-items: center;
    align-items: center;
}
.salon-row-access .list-item {
    font-size: .85rem;
}
.salon-row-access .list-item + .row-item {
    margin-bottom: 12px;
}
.salon-row .row-item .icon-label {
    padding-right: 10px;
}
.salon-row-ohour .value .number + .ja {
    padding-right: 6px;
}
.archive.post-type-archive-salon header.entry-header:after, .page-template-page_search_salon_near_location-php header.entry-header:after, .archive.post-type-archive-salon header.entry-header:after, .page-template-page_search_salon_by_gps header.entry-header:after {
		content: "";
		position: absolute;
		left: 0;
		top: -100%;
		width: 100%;
		padding-top: 100%;
		background-image: url("images/brush/WelcomeSplashBig03.png");
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
}
.site-main {
	overflow: hidden;
}
.slanted_page_head + .content-area .site-main {
    padding: 2rem 1rem;
}
/*Company Table*/


/*Single Plan*/
.plan-item {
    position: relative;
}
.plan-item + .plan-item {
    padding-top: 4rem;
}
.plan-item:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #333533;
    position: absolute;
    left: 12px;
    top: 0;
    z-index: -1;
}

.plan-item .con {
    
}
.plan-item .label {
    display: inline-block;
    line-height: 1;
}
.plan-item > .label {
    background: #333533;
    color: #FFF;
    padding: 6px 12px;
    font-weight: 600;
}
.plan-item .label + .con {
    margin-top: 24px;
}
.plan-item .label + .con + div {
	margin-top: 24px;
}
.plan-item > div:not(.label) {
    margin-left: 24px;
}

.plan-item .con .con_title {
    margin: 0;
    line-height: 1.15;
}

.plan-item .con .con_title + .con_desc {
    margin-top: 12px;
}
.zu_img {
    max-width: 420px;
}
.good_grid_wrap {
    margin-top: 32px;
}

.plan-item .tab {
}
.good_title {
	margin: 0 0 12px;
}
.good_grid .ft_title {
	margin: 12px 0 6px;
	line-height: 1.15;
	font-size: 1rem;
	font-weight: 600;
}
.good_grid .ft_desc {
    font-size: .95rem;
}

.good_grid .img_inner.objfit-wrap {
    padding-bottom: 80%;
}
.good_grid {
    margin: 0 -4px;
}
.good_grid .grid_item {
	padding: 4px;
}
.price-note {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
}
.price-item .price-note {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: rgba(220,134,148,1);
}
.loop-single .price-note {
	font-size: 18px;
}
.price-round-txt {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    background: rgba(220,134,148,1);
    font-weight: 600;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.price-round-txt * {
    color: #FFF;
}
.price-round-txt > span {
    display: block;
    font-size: .75rem;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    overflow: hidden;
}

.price-round-txt > span strong {
    font-size: 1.45rem;
}
.price-multi {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.price-multi > .price-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}
.price-multi > .price-item + .price-item {
	margin-top: 0;
}
.price_item_head:after {
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	background: rgba(220,134,148,1);
	position: absolute;
	right: 0;
}
.price-amount .amount {
    color: rgba(215,99,118,1);
}
.price_item_head, .price-multi .price_item_body {
	width: 100%;
}
.price_item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    position: relative;
}
.price-multi .price_item_body {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.price-amount > span {
	line-height: 1;
}
.price-multi .price_item_body .price-amount, .price-amount .amount {
	font-size: 50px;
    font-family: 'BebasNeue-Regular', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
}
.price-multi .price_item_body .price-amount {
    position: relative;
    padding-top: 15px;
}
.price-multi.loop-single .price_item_body .price-amount {
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.price-multi.loop-single .price_item_body .price-amount .pbefore {
	padding-right: 12px;
}
.price-multi.loop-single .price_item_body .price-amount {
	padding-bottom: 24px;
}
.price-multi .price_item_body .price-amount span {
	display: inline-block;
	line-height: 1;
}
.price-multi .price_item_body .price-amount span.unit, .price-multi .price_item_body .price-amount span.pbefore {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.price-catch {
	border-bottom: 1px solid #333533;
	border-left: 3px solid #333533;
	line-height: 1.15;
	padding: 0 0 5px 10px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.price-catch:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f8ecef;
	width: 90%;
	height: 150%;
	z-index: -1;
}
.loop-single .price-catch:after {
	height: 260%;
}
.plan-item .tab button:not(.active) {
		
	}
	.plan-item .tab button {
		border-top: 1px solid#f4f0f2;
		border-right: 1px solid#f4f0f2;
	}
.plan-item .tab button.active {
	background: rgb(220,134,148);
	background: rgba(220,134,148,1);
	color: #FFF;
}
	.plan-item .tab button.active:after {
		content: none;
	}
	.tab button:not(:last-child):before {
		content: none;
	}
.single-plan .titleheader_single h1.page-title {
    font-size: 1.45rem;
    margin: 0;
    line-height: 1.15;
}

.single-plan .titleheader_single h1.page-title + .priceshow {
    margin-top: 24px;
}
.titleheader .wrap.bread {
    max-width: 100%;
    width: 100%;
}
.breadcrumb {
	font-size: .75rem;
}
.breadcrumb br {
    display: none;
}
.entry-header .price-item .label {
    background: rgba(220,134,148,1);
    color: #FFF;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    font-size: .85rem;
}
.entry-header .price-item + .price-item .label {
    background: rgba(234,167,172,1);
}
.entry-header .price-item  .price-amount {
    padding-left: 15px;
}
.entry-header .price-item .price-amount > .amount {
	font-size: 2.15rem;
}
.entry-header .price-item .price-amount > span:not(.amount) {
    font-weight: 600;
}
.button.file_button {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 600 !important;
}
.button.file_button:before {
	content: "\ea1f";
	display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 1.25rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-right: 5px;
}
.button.file_button * {
    color: #FFF;
    letter-spacing: 0;
    font-weight: 600;
}
p + a.file_link.button.file_button {
    margin-top: 24px;
}
.notice_doisho p, .entry-content__inner small {
    font-size: .85rem;
}
.notice_doisho {
    margin-top: 32px;
    padding: 24px;
    border: 1px solid #CCC;
}
strong.bigger.pnk {
    font-size: 140%;
    color: rgba(203,116,143,1);
    font-weight: 600;
    display: inline-block;
    position: relative;
}
strong.bigger.pnk:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #f4f0f2;
    z-index: -1;
}
.pay_icon i {
    font-size: 3rem;
    color: rgb(203,116,143);
    color: rgba(203,116,143,1);
}

.pay_icon i:not(:first-child) {
    padding-left: 5px;
}
@media (min-width: 580px) {
	.price-note {
		font-size: 1rem;
	}
}
@media (min-width: 768px) {
	.good_grid.flex_grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.good_grid.flex_grid .grid_item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.home #salons h2.heading {
		font-size: 58px;
	}
	.home #salons h4.heading-deco {
		font-size: 1rem;
	}
	.entry-header .price-item .price-amount > .amount {
	font-size: 3.15rem;
	}
	.entry-header .price-item .label {
		font-size: 1.15rem;
	}
	.entry-header .price-item .price-amount {
		font-size: 1.45rem;
	}
	.price-multi > .price-item {
		padding: 0 2rem;
		max-width: 580px;
	}
	.price-multi.loop-single .price_item_body .price-amount {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding-top: 24px;
	}
	.price-multi .price_item_body .price-amount {
		padding-top: 0;
	}
	.single-plan .titleheader_single h1.page-title {
    font-size: 3rem;
	}
	.good_grid.flex_grid .grid_item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
	}
	.salon-row-pay .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    }
    .salon-row-pay .value .pay_mt {
    	-ms-flex-preferred-size: 60%;
    	flex-basis: 60%;
    	max-width: 60%;
    }
    .salon-row-access .list-item {
    font-size: 1rem;
    }
	.salon-row-access .list-item + .row-item .value {
    margin-top: 5px;
    }
	.search_block.search_list_block:after {
	width: 70%;
	height: 80%;
	left: 0;
	}
	body.home .search_block.search_list_block:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + .content-area > .site-main {
		padding: 4rem;
	}
	.search_block h3 {
    font-size: 2rem;
	}
	.post-type-archive-salon .titleheader.titleheader_archive.has_himg:before,  .page-template-page_search_salon_near_location .titleheader.titleheader_archive.has_himg:before {
		background-size: cover;
	}
	.archive.post-type-archive-salon header.entry-header:after, .page-template-page_search_salon_near_location-php header.entry-header:after, .archive.post-type-archive-salon header.entry-header:after, .page-template-page_search_salon_by_gps header.entry-header:after {
		left: 20%;
		top: -100%;
		width: 100%;
		padding-top: 100%;
		}
	.single-plan .titleheader.slanted_page_head.has_himg {
		min-height: 60vh;
	}
}
@media (min-width: 961px) {
	.single-plan .titleheader.slanted_page_head.has_himg {
		min-height: 60vh;
	}
	.price-round-txt {
		width: 80px;
		height: 80px;
	}
	.price-round-txt > span {font-size: .95rem;}
	.price-round-txt > span > strong {
		font-size: 2.15rem;
	}
	.price-note {
		font-size: 1.15rem;
		padding-left: 24px;
	}
	.price_item_head {
		height: 70px;
	}
	.plan-item .label + .con, .plan-item .con_desc {
    margin-top: 24px;
    font-size: 1.15rem;
    line-height: 1.7;
    }
    .plan-item .con .con_title {
    	font-size: 1.25rem;
    }
.plan-item .label + .con + div {
	margin-top: 24px;
	}
.plan-item > div:not(.label) {
    margin-left: 2rem;
    }
    .plan-item:after {
    left: 1rem;
    }
	.slanted_page_head + .content-area .site-main {
    padding: 2rem 4rem;
	}
}
@media (min-width: 1280px) {
	.single-plan .titleheader.slanted_page_head.has_himg {
		min-height: 80vh;
	}
}
@media (max-width: 1280px) and (min-width: 961px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + .content-area {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1800px) {
	.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title, .titleheader p.sub-title  {
	font-size: 4.5vw;
	}
	.titleheader.titleheader_archive h1.page-title.arc_title.ja_letters {
		font-size: 2.75vw;
	}
}
@media (max-width: 2400px) {
	.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title, .titleheader h2.sub-title + h1.entry-title, .titleheader p.sub-title + h1.entry-title, .titleheader p.sub-title  {
	font-size: 3vw;
	}
	.titleheader.titleheader_archive h1.page-title.arc_title.ja_letters {
		font-size: 2.75vw;
	}
}
@media (max-width: 767px) {
	.pay_mt + .pay_icon {
    margin-top: 8px;
	}
}
@media (max-width: 480px) {
	.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title, .titleheader h2.sub-title + h1.entry-title, .titleheader p.sub-title + h1.entry-title, .titleheader p.sub-title {
    font-size: 5vw;
	}
	.titleheader.titleheader_archive.pageheader-chapter03.has_himg.has_img:before {
		background-color: rgba(255,255,255,.4);
		width: 62%;
		top: 38%;
		left: 0;
		z-index: 2;
	}
	.titleheader.titleheader_archive.pageheader-chapter02.has_himg.has_img:before {
		background-color: rgba(255,255,255,.4);
    width: 75%;
    top: 48%;
    left: 0;
    z-index: 2;
	}
	.titleheader.titleheader_archive.pageheader-chapter04.has_himg.has_img:before {
    background-color: rgba(255,255,255,.4);
    width: 65%;
    top: 48%;
    left: 0;
    z-index: 2;
	}
}



@media (max-width: 1800px) and (min-width: 768px) {
	.titleheader {
    padding: 14.70588vw 0 5.88235vw;
	}
	.wrap {
    max-width: 105.88235vw;
    padding: 0 7.05882vw;
	}
    .site-content-csr .titleheader .wrap {
        max-width: 100%
    }
    .site-content-csr .titleheader header.entry-header.wrap{
        padding: 0;
    }
	.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader.titleheader_archive h1.page-title.arc_title, .titleheader p.sub-title  {
		    font-size: 5.52941vw;
	}
    .site-content-csr .titleheader h1.entry-title{
        font-size: 3.52941vw;
        padding: 2vw 1vw;
    }
	.titleheader h1.entry-title.ja_letters, .titleheader.titleheader_archive h1.page-title.arc_title.ja_letters, .titleheader h2.sub-title + h1.entry-title.ja_letters, .titleheader p.sub-title + h1.entry-title.ja_letters  {
		    font-size: 3.52941vw;
	}
}
@media (max-width: 960px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) {
		padding-top: 6rem;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal.titleheader_minimal:not(.slant_header) {
		padding-top: 5rem;
	}
	.mobile.mobile_nav.trans_mobile_nav {
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
	}
	.mobile.mobile_nav.trans_mobile_nav.sticky {
    background: #FFF;
	}

.mobile.mobile_nav.trans_mobile_nav + .mobile-navigation + #page .titleheader {
    padding-top: 40vh;
    background-position: 100% 3vh;
    background-size: 80%;
}

.mobile.mobile_nav.trans_mobile_nav + .mobile-navigation + #page .titleheader .bread {
    display: none;
	}
}
@media (max-width: 767px) {
	
	.titleheader.no_himg:before {
		top: auto;
		bottom: -10%;
		width: 100%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) {
    padding-top: 60%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.child-about.titleheader_page.has_img {
    padding-top: 100%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.child-about.titleheader_page.has_img.pageheader-chapter01 header.entry-header {
	top: 28%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.child-about.titleheader_page.has_img.float_with_desc .entry-header {
	top: 50%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area {
    padding: 55% 1rem 0;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.child-about.titleheader_page.has_img + .content-area {
		padding-top: 80%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.float_with_desc.child-about.titleheader_page.has_img + .content-area.content-area-chapter003 {
		
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).titleheader_archive.child-about.titleheader_page.has_img.pageheader-chapter01 + .content-area {
		padding-top: 50%;
	}
	.titleheader:not(.notslanted) + .entry-content {
    -webkit-transform: skew(0, -12deg) translateY(calc(50vw/-3));
    /*-ms-transform: skew(0, -12deg) translateY(calc(50vw/-3));*/
    -ms-transform: skew(0, -12deg) translateY(-3.6%);
    transform: skew(0, -12deg) translateY(calc(50vw/-3));
	}
	.titleheader:not(.notslanted) + .entry-content .entry-content__inner {
		-webkit-transform: skew(0, 12deg);
    -ms-transform: skew(0, 12deg);
    transform: skew(0, 12deg);
	}
	.titleheader.titleheader_archive h2.sub-title, .titleheader.titleheader_archive p.sub-title {
		font-size: .85rem;
	}
	.titleheader.titleheader_archive h1.page-title.arc_title {
		font-size: 7.52941vw;
	}
	.titleheader.titleheader_archive h1.page-title.arc_title {
    letter-spacing: 2px;
    text-indent: -4px;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) + .content-area {
		padding: 0;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal.titleheader_minimal:not(.slant_header) {
		padding: 5rem 1.5rem 2rem;
	}
	
}
@media (max-width: 767px) and (min-width: 576px) {
	.titleheader {
    padding: 9.83333vw 0 16.33333vw;
	}
	.wrap {
    max-width: 150vw;
    padding: 0 10vw;
	}
	.titleheader h2.sub-title, .titleheader h1.entry-title, .titleheader h2.sub-title + h1.entry-title.ja_letters, .titleheader p.sub-title + h1.entry-title.ja_letters, .titleheader p.sub-title  {
		font-size: 7.52941vw;
	}
	.titleheader.titleheader_archive h1.page-title.arc_title.ja_letters {
		font-size: 5.52941vw;
	}
}
@media (max-width: 575px) {
	.price-multi.loop-multi .price_item_body .price-amount span.pbefore {
		display: block;
		position: absolute;
	}
	.price-multi.loop-multi .price_item_body .price-amount span.pbefore + .amount {
		padding-top: 5px;
	}
	.mobile.mobile_nav.trans_mobile_nav + .mobile-navigation + #page .titleheader {
    padding-top: 30vh;
    background-position: 100% 5vh;
    background-size: 80%;
    }
	.row-item .sub-label {
		width: 10%;
		min-width: 75px;
	}
	.titleheader {
    padding: 15.66667vw 0 18.66667vw;
	}
	.wrap {
    max-width: 360vw;
    padding: 0 8vw;
	}
	.titleheader h2.sub-title, .titleheader h1.entry-title {
		font-size: 9vw;
	}
	.titleheader h2.sub-title + h1.entry-title.ja_letters, .titleheader p.sub-title + h1.entry-title.ja_letters {
		font-size: 7.5vw;
	}
	.titleheader:not(.notslanted) + .entry-content, .titleheader + .under_slant_con {
		-webkit-transform: skew(0, -8deg) translateY(calc(50vw/-6));
		/*-ms-transform: skew(0, -8deg) translateY(calc(50vw/-6));*/
        -ms-transform: skew(0, -8deg) translateY(-3.6%);
		transform: skew(0, -8deg) translateY(calc(50vw/-6));
	}
	.titleheader.titleheader_archive h1.page-title.arc_title.ja_letters {
		font-size: 6.52941vw;
		text-indent: -3px;
	}
	.titleheader + .under_slant_con {
    padding-bottom: 50px;
	}
	.titleheader:not(.notslanted) + .entry-content {
		margin-bottom: 5rem;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + .site .titleheader:not(.notslanted) + .under_slant_con {
		-webkit-transform: skew(0, -8deg) translateY(calc(10vw/-6));
		-ms-transform: skew(0, -8deg) translateY(calc(10vw/-6));
		transform: skew(0, -8deg) translateY(calc(10vw/-6));
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + .site .titleheader:not(.notslanted) + .under_slant_con .under_slant_con_inner {
		-webkit-transform: skew(0, 8deg) translateY(calc(10vw/6));
		-ms-transform: skew(0, 8deg) translateY(calc(10vw/6));
		transform: skew(0, 8deg) translateY(calc(10vw/6));
	}
	
	.titleheader:not(.notslanted) + .entry-content .entry-content__inner, .titleheader:not(.notslanted) + .under_slant_con .under_slant_con_inner {
		padding-top: 2rem;
		-webkit-transform: skew(0, 8deg) translateY(calc(100vw/6));
		/* -ms-transform: skew(0, 8deg) translateY(calc(100vw/6)); */
        -ms-transform: skew(0, 8deg) translateY(3.6%);
		transform: skew(0, 8deg) translateY(calc(100vw/6));
		margin-top: -2rem;
	}
	.titleheader.slanted_page_head + .content-area  main#main {
		-webkit-transform: skew(0, 8deg) translateY(calc(50vw/-6));
		-ms-transform: skew(0, 8deg) translateY(calc(50vw/-6));
		transform: skew(0, 8deg) translateY(calc(50vw/-6));
	}
	.titleheader.slanted_page_head + .content-area  main#main {
		padding-top: 2rem;
		-webkit-transform: skew(0, -8deg) translateY(calc(100vw/6));
		-ms-transform: skew(0, -8deg) translateY(calc(100vw/6));
		transform: skew(0, -8deg) translateY(calc(100vw/6));
		margin-top: -2rem;
	}
	.site-main.news .under_slant_con .under_slant_con_inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + .site .titleheader, .titleheader {
		padding-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.plan-item .tab {

	} 
	.plan-item .tab button {
		padding: 12px 8px;
	}
	.plan-item .tab button:not(.active) {

	}
	.plan-item .tab button.active {
		}
	.plan-item .tab button.active:after {
		
	}
}

@media (min-width: 961px) {
	.table .row_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	}
	.table > .row_items > label, .table > .row_items > .item_value {
    padding: 1.25rem 0;
	}
	.table > .row_items > .item_value {
    padding-left: 1.25rem;
	}
	.table > .row_items > label {
    width: 120px;
	}
	.table > .row_items > .item_value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
}
@media (max-width: 960px) {
	.table > .row_items > label + .item_value {
		padding-top: 0;
	}
	.mobile.mobile_nav.transparent_mobile_nav {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
	}
	.mobile.mobile_nav.transparent_mobile_nav.sticky {
		background: #FFF;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + .site .titleheader {padding-top: 120px;padding-bottom: 60px;}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + .site .titleheader .bread {
    top: 72px;
    }

}

/*Salon Top*/
.content-area .site-main.salon {
    margin-bottom: 4rem;
    position: relative;
	overflow: visible;
}
.search_block h3 {
    font-weight: 400;
    font-size: 1.15rem;
    margin: 0 0 12px 0;
}
.site-main.salon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    position: relative;
    z-index: 2;
}
.area_list .area_block {
    padding: 0 12px;
}
.area_list .area_block .area_title {
    background: rgba(213,133,150,1);
    color: #FFF;
    display: inline-block;
    /* padding: 6px 24px 6px 12px; */
	padding: 6px 0 6px 12px;
    /* line-height: 1;
    font-weight: 600;
    font-size: 13px; */
	position: relative;
}
.area_list .area_block .area_title h3 {
	line-height: 1;
    font-weight: 600;
    font-size: 13px;
	margin:0;
}
.area_list .area_block:nth-child(even) .area_title {
    background: #dc98a0;
}
.area_title::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-right: 12px solid #fff;
}
.grouped_pref .pref {
    line-height: 1;
    font-size: 1rem;
    
}
.grouped_pref .pref a {
	padding: 12px 0 12px 12px;
	display: block;
}
.home #salons .grouped_pref .pref {
	background: #fbf9f8;
	border: none;
}
.home #salons .area_title + .grouped_pref {
	padding-left: 0px;
	-webkit-box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
}
.home #salons .grouped_pref .pref:nth-child(odd){
	background: #FFF;
}
.home #salons .area_title + .grouped_pref:before {
	content: none;
}
.state_link:not(.selected) {
	background: #fcf5f6;
	color: rgba(203,116,143,1);
}
.state_link.selected {
	color: rgba(203,116,143,1);
	font-weight: 600;
	background: #FFF;
}
.grouped_pref .pref a:hover {
	font-weight: 600;
}
.grouped_pref .pref + .pref {
    border-top: 1px solid #9a9a9a;
}
.area_title + .grouped_pref {
    padding-top: 0px;
}
.titleheader.titleheader_archive h1.page-title.arc_title {
    text-indent: -7px;
}
.area_title + .grouped_pref {
    position: relative;
    padding-left: 12px;
}

.area_title + .grouped_pref:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 1px;
    height: 101%;
    background: #9a9a9a;
}
.search_block + .search_block {
    margin-top: 32px;
}
a#search_by_location {
	padding: 1rem 3rem 1rem 1rem;
	font-weight: 600;
	display: inline-block;
}
a#search_by_location:after {
    content: "\ea18";
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 1.5rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1rem;
}
.search_by_location.search_block a#search_by_location {
    position: relative;
    z-index: 1;

}
.line_point {
    position: relative;
    text-align: right;
}

.search_by_location.search_block {
    padding-left: 0;
}

.search_by_location.search_block h3.search_title,
.search_by_location.search_block h2.search_title {
    font-size: 1.15rem;
    background: #FFf;
    position: relative;
    z-index: 1;
    /* text-align: right; */
}

.search_by_location.search_block h2.search_title {
	font-weight: normal;
}

body.home .search_by_location.search_block h3.search_title {
	background: transparent;
}
/* .search_block.search_list_block h3 {
    font-size: 1.45rem;
} */
.search_block.search_list_block h2{
	font-size: 1.45rem;
	font-weight: normal;
}
.line_point:after, .line_point:before, a#search_by_location {
	background: rgba(200,95,118,1);
}
.line_point:after, .line_point:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 0; 
}
.line_point:before {
    width: 80%;
    height: 1px;
    right: 0;
    bottom: 50%;
    z-index: 0;
}
.line_point:after {
    width: 1px;
    height: 100%;
    left: 20%;
    bottom: 50%;
    
}
.post-type-archive-salon .site-main.salon {
    position: relative;
    overflow: visible;
}
.button_counsel.button_primary i {
    font-size: 150%;
}
.button.with-icon, .button.button_small.button_primary.button_counsel {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.button_small.button_counsel.button_primary {
    font-weight: 600;
}
.button.with-icon i, .button.button_small.button_primary.button_counsel i {
	margin-right: 12px;
}
.single-plan .titleheader_single h1.page-title {
    padding: 12px 16px;
    display: inline-block;
    color: #FFF;
	font-size: 2.45rem;
    font-weight: 600;
    background: rgba(205,90,110,.8);
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
	.tab-box-content-inner {}.tab-box-content-inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    .tab-box-content-inner .tab {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    max-width: 210px;
    }
    .plan-item .tab-box-content-inner .tab button:not(.active) {
    background-color: #f4f0f2;
    border-top-color: #e9e1e5;
}
.plan-item .tab-box-content-inner .tab button {
    /* border-right: 3px solid rgba(210,153,169,1); */
}
	.page-template-page_search_salon_near_location .area_list {
		position: absolute;
		right: 0;
		top: -13rem;
		margin: 0;
		width: 20%;
		min-width: 180px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.page-template-page_search_salon_near_location #main .area_list .area_block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-bottom: 1px;
	}
	.page-template-page_search_salon_near_location #main .area_list .area_block .area_title {
		font-size: 1.2rem;
		height: auto;
		margin: 0;
		line-height: 1;
	}
	.post-type-archive-salon .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + .content-area > .site-main {
		padding-bottom: 0px;
	}
	.area_title + .grouped_pref {
		padding-top: 24px;
		padding-bottom: 42px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	/* .search_block.search_list_block h3, */
	.search_block.search_list_block h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.line_point {
		margin-top: 32px;
	}
	.area_list .area_block .area_title, .grouped_pref .pref a {
		font-size: 1.25rem;
	}
	.area_list .area_block .area_title h3{
		font-size: 1.25rem;
		margin:0;
	}
	.area_list .area_block .area_title {
		/* padding-right: 32px; */
	}
	.search_block h3 {
    font-size: 2rem;
	}
	/* .search_by_location.search_block h3.search_title {
		position: unset;
		margin: 0;
		padding-top: 50px;
		font-size: 1.5rem;
	} */
	.search_by_location.search_block h2.search_title {
		position: unset;
		margin: 0;
		padding-top: 50px;
		font-size: 1.5rem;
	}
	.search_by_location.search_block {
		position: relative;
	}
	body.home .search_by_location.search_block {
		max-width: 620px;
	}
	.area_list .area_block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
 }
	.search_by_location.search_block h3.search_title .pos_line,
	.search_by_location.search_block h2.search_title .pos_line {
	position:absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 0;
	background: #FFF;
	z-index: 1;
	line-height: 1;
}
.search_by_location.search_block h3.search_title .pos_line:after,
.search_by_location.search_block h2.search_title .pos_line:after  {
	    content: "\ea33";
	    display: inline-block;
	    font: normal normal normal 32px/1 'lacoco';
	    font-size: 110%;
	    padding-left: 10px;
	    speak: none;
	    text-transform: none;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    }
}
@media (max-width: 767px) {
	.area_list .area_block {
        -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.area_list .area_block + .area_block {
		margin-top: 12px;
	}
	.area_list .area_block + .area_block:nth-child(2) {
    margin-top: 0;
	}
	
}
@media (max-width: 567px) {
	.single-plan .titleheader_single h1.page-title {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + .content-area > .site-main, .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area > .site-main {
    padding: 2rem 1.5rem;
	}
	.button.button_small.button_primary {
    width: 100%;
    padding: 20px 24px;
    line-height: 1.15;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    }
}

ul.faq-parent-menu .faq-parent  {cursor: pointer}
/*faq archive*/
    ul.faq-parent-menu {
        list-style: none;
        margin: 0 -8px;
        padding: 0;
    }
ul.faq-parent-menu > li {
    display: inline-block;
    background: #FFF;
    color: rgba(210,158,167,1);
    font-weight: 600;
    margin: 10px;
    padding: 12px 12px;
    line-height: 1;
    border-radius: 24px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.1);
    font-size: 1rem;
    position: relative;
}
    ul.faq-sub-menu{
        list-style: none;
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        margin: 0;
        padding: 0;
        margin-top: 12px;
        margin-left: -17px;
        border-radius: 5px;
        z-index: 2;
        width: 100%;
        border-radius: 0px;
    }
ul.faq-sub-menu > li > a {
    padding: 12px;
    font-size: 1.05rem;
    display: block;
}
    ul.faq-sub-menu > li + li {
    	border-top: 1px solid #ddd;
    }
    ul.faq-parent-menu>li:hover, #faq_form img:hover{
        cursor:pointer;
    }
    ul.faq-parent-menu>li:hover ul.faq-sub-menu{
        /* display: block; */
    }
    ul.faq-parent-menu li:hover, ul.faq-parent-menu li:hover h4 {
        color: #FFF;
        background-color: rgba(203,116,143,1);
    }
    ul.faq-sub-menu li:hover {
    	background: #FFF;
    	 color: rgba(203,116,143,1);
    }
.input_keyword i {
    background: #000;
    color: #FFF;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.input_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input_wrap input {
    padding: 6px;
    border: none;
    border-radius: 0px;
    height: 42px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-type-archive-faq header.entry-header.wrap {
    max-width: 100vw;
    width: 100%;
}
body.post-type-archive-faq .faq_list > .tax, body.home .faq_list > .tax {
    -webkit-box-shadow: 0 20px 30px -30px rgba(0,0,0,.4);
    box-shadow: 0 20px 30px -30px rgba(0,0,0,.4);
}
.post-type-archive-faq .mobile_nav .nav-buttons > .button.button_tenpo {
    background: #FFF;
}
.mobile.faq_list {
	display: block;
}
.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area > .site-main {
	padding: 0;
	box-shadow: none;
	background: none;
}
.post-type-archive-faq .titleheader.titleheader_archive.has_himg:before, .post-type-archive-faq .titleheader.titleheader_archive.has_himg:after {
	    background-color: transparent;
}
.faq_page {

}
.entry-header .input_wrap.input_keyword, .input_wrap.input_keyword + ul.faq-parent-menu {
    margin-top: 16px;
}
.faq_page ul.faq-parent-menu>li {
		border-radius: 20px;
		background: white;
		margin: 5px 0 5px 10px;
		padding: 5px 10px;
		color: #C2AAA1;
	}
	.faq_page .mobile .tax > h1,
	.faq_page .mobile .tax > h2{
		font-size: 1.25rem;
		padding: 15px;
		font-style: normal;
		margin-bottom: 0;
	}
	.faq_page .mobile .tax > h1 i,
	.faq_page .mobile .tax > h2 i{
		background: transparent;
		color: white;
		margin-right: 15px;
	}
.faq_page .mobile .tax article header h1,
.site-main.faq .content-area.faq_page .faq_list .tax article header h1,
.site-main.faq .content-area.faq_page .faq_list .tax article header h3,
.site-main.faq .content-area.faq_page .faq_list .tax article header h4 {
	margin: 0;
}
	.faq_page .mobile .tax article header h1 a,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h1,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h3,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h4 {
		font-size: 1.25rem;
		line-height: 1.15;
		margin: 0;
		font-style: normal;
		padding: 25px 45px 25px 65px;
		position: relative;
		cursor: pointer;
		display: block;
	}
	.faq_page .mobile .tax article header h1 i{
		display: inline-block;
		position: absolute;
		right: 15px;
		font-weight: 100 !important;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.faq_page .mobile .tax article header h1 a:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h1:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h3:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h4:before {
		content: "Q";
		font-family: IowanOldStyleBTPro-Roman !important;
		font-weight: normal !important;
		position: absolute;
		left: 15px;
		color: rgba(219,108,124,1);
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 42px;
		line-height: 1;
	}
.home section#faq .faq_list .tax article header h1 a:after {
	content: "\ea0e";
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	display: inline-block;
    font: normal normal normal 1.15rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	.faq_page .mobile .tax article .entry-content{
		margin-top: 0;
		padding: 24px;
	}
	.faq_page .mobile .tax article .entry-content p{
		margin: 0;
	}
	.faq_page .more_question{
		display: block;
		margin: 0;
		padding: 15px;
		font-weight: normal;
		cursor: pointer;
		border-top: 1px solid #DDDDDD;
	}
	.faq_page .more_question i{
		color: #AAAAAA;
		margin-right: 15px;
	}
	.question_list.hide_list{
		display: none;
	}
	/*.mobile.faq_list > div.tax:nth-child(2n+1){
		margin-right: -15px;
	}
	.mobile.faq_list > div.tax:nth-child(2n){
		margin-left: -15px;
	}*/
	.faq_page .mobile .tax article footer{
		display: none;
	}
.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) {
	z-index: 0;
	position: relative;
}
.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) header.entry-header {
	    position: relative;
    transform: translate(0, 0);
    top: auto;
}
.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area {
    padding: 0;
}
.question_list {
    background: #FFF;
}
.post-type-archive-faq .site-content-faq .brs_bhd {
    position: absolute;
    width: 320px;
    height: auto;
    left: 20%;
    bottom: -120px;
    z-index: -1;
}
.post-type-archive-faq .titleheader {
    overflow: visible;
}
.question_list + .question_list {
    border-top: 1px solid #f4f0f2;
}
.news_item .meta .date {
    position: relative;
}

.news_item .meta .date .year {
    position: absolute;
    right: 0;
    font-size: .85rem;
    top: 5px;
}
.news_item .cat.meta_name {
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 0px;
    text-align: center;
    background: #333533;
    color: #FFF;
    padding: 4px 6px 3px;
    line-height: 1;
    margin-top: 5px;
}
.pageheader-about .entry-header h1.entry-title {
    
}

.pageheader-about .entry-header h1.entry-title:after {
}
.news_row .date .month_day {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    line-height: 1;
}

.news_row .date .month_day .slash {
    font-size: 0;
    padding: 0;
    height: 50px;
    width: 12px;
    position: relative;
}
.news_row .date .month_day span.month {
    font-size: 3rem;
}
.news_row .date .month_day span.date {
    font-size: 65%;
    padding-left: 2px;
}

.news_row .date .month_day .slash:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #333533;
    bottom: 5%;
    left: 50%;
    transform: rotate(32deg);
    opacity: 1;
	}
.date, .meta{

}
.news_item .meta {
    padding-right: 16px;
}
.lefted{    background: none;
            position: relative;
            margin-bottom: 4rem;}
.lefted h2.heading.bebus{    padding: 0;}
.lefted p,
.lefted h2.heading.bebus{display: inline;     z-index: 1;
                         position: relative;}
.lefted p{   
    font-size: 28px;
    margin: 0 0 0 24px;}
.lefted .splash{    position: absolute;
                    width: 210px;
                    z-index: 0;
                    left: 10%;
                    top: -3rem;}
.home section#news .expect_news{
	display:none;
}
.home section#news .news_item {
	border-bottom: 1px solid #d5a8ac;
}
#news .brs_bhd {
    position: absolute;
    width: 210px;
    left: -2rem;
    top: 50%;
    transform: translate(0, -50%);
}
#news .brs_bhd svg {
    fill: rgba(234,167,172,.7);
}
.news_item {
    width: 100%;
    padding: 12px 0;
    position: relative;
    box-sizing: border-box;
}
.month_day {
    font-size: 43px;
}
.feed_col {
    padding-right: 24px;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}
.title_news {
	text-align: left;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.15;
}
.news_arc_row .title_news {
	font-weight: 600;
}
.news_row .more_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.more_link i {
	font-size: 2.15rem;
	line-height: 1;
	color: #d5a8ac;
	display: block;
}
section#news {
	padding: 4rem 2rem;
}
section#faq {
    padding-top: 6rem;
    padding-right: 0;
}
#faq .faq-lists .home-faq-content{
	margin-top: 0;
	padding: 0 15px 0 30px;
}
#faq .faq-lists .home-faq-content p {
	/*margin: 0;*/
}
.faq_list > .tax.no_child > h1 {
    position: relative;
	cursor: pointer;
}
.faq_page .faq_list .tax > h1,
.faq_page .faq_list .tax > h2 {
    margin: 0;
}
.site-content-faq .titleheader .svg_brush svg {
    fill: #faebf0;
}
body.home .faq_list .tax > h2, body.home .faq_list .tax.no_child > h2 > a, .faq_page .faq_list .tax > h1, .faq_page .faq_list .tax > h2 {
	margin: 0;
	padding: 24px 24px 24px 42px;
	background: rgba(213,133,150,1);
	color: #FFF;
}
body.home .faq_list .tax.no_child > h2 > a, body.home .faq_list .tax > h2 {
	position: relative;
	display: block;
}
body.home .faq_list .tax.no_child > h2 {
	margin: 0;
	padding: 0;
}
body.home .faq_list .tax:not(.no_child) > h2:before, body.home .faq_list .tax.no_child > h2 > a:before {
	content: "\ea03";
    font: normal normal normal 1.15rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.home .tax.no_child > h2 > a:after {
    content: "\ea0e";
    font: normal normal normal 1.15rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body:not(.home) .faq_page .faq_list > .tax.no_child > h1:after {
    content: "\ea17";
    font: normal normal normal 1.25rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body:not(.home) .faq_page .faq_list .tax .sub_tax .child_faq_cat header h1:after,
.site-main.faq .content-area.faq_page .faq_list .tax article header h1:after,
.site-main.faq .content-area.faq_page .faq_list .tax article header h3:after,
.site-main.faq .content-area.faq_page .faq_list .tax article header h4:after {
	font: normal normal normal 1.25rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub_tax.no_child .faq_posts {
    padding-left: 0;
}
.child_faq_cat + .faq_posts {
    padding-left: 0;
}
body:not(.home) .site-main.faq .faq_page .faq_list article.child_faq_cat h1.entry-title:before,
body:not(.home) .site-main.faq .faq_page .faq_list article.child_faq_cat h3.entry-title:before {
    content: "";
}
body:not(.home) .site-main.faq .faq_page .faq_list article.child_faq_cat h1.entry-title,
body:not(.home) .site-main.faq .faq_page .faq_list article.child_faq_cat h3.entry-title,
.home .faq_page .mobile .tax article header h1 a {
    padding-left: 24px;
	color: rgba(220,148,158,1);
}
.site-main.faq .content-area.faq_page .faq_list .tax article header h1:after,
.site-main.faq .content-area.faq_page .faq_list .tax article header h3:after,
.site-main.faq .content-area.faq_page .faq_list .tax article header h4:after {
	content: "\ea12";/*Arrow Down*/
	right: 18px;
}
body:not(.home) .site-main.faq .content-area.faq_page .faq_list .tax .sub_tax .child_faq_cat header h1:after,
body:not(.home) .site-main.faq .content-area.faq_page .faq_list .tax .sub_tax .child_faq_cat header h3:after {
	content: "\ea17";
    right: 18px;
}
.faq_list .sub_tax + .sub_tax, .home .faq_page .mobile .tax article + article {
    border-top: 1px solid #FFF;
}
.btn_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

.btn_flex > .btn_col:not(.hide) {
	padding: 0 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
/*Confrim Page*/
.form-row input.wpcf7c-conf {
    background: none;
    border: none;
}
@media (min-width: 961px) {
	.more_link i {
		font-size: 2.5rem;
	}
	section#news {
		padding: 6rem 4rem;
	}
}
@media (min-width: 768px) {
	.title_news {
		font-size: 1.25rem;
	}
	.news_item .meta {
    padding-right: 24px;
    }
	.faq_list > .tax {
    max-width: 90%;
}
	ul.faq-parent-menu > li {
    font-size: 1.25rem;
    padding: 12px 16px;
    border-radius: 24px;
}
	.input_wrap input, .input_keyword i {
    height: 62px;
}

.input_keyword i {
    width: 62px;
    line-height: 62px;
    font-size: 2rem;
}
	.faq_page .mobile .tax > h1, .faq_page .mobile .tax > h2, body.home .faq_list .tax > h2 {
    padding: 18px;
    line-height: 1;
	}
	body.home .faq_list .tax > h2 {
		padding-left: 42px;
	}
	.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader {
	padding-top: 120px;
    padding-bottom: 24px;
	}
	.pc-none {
		display: none !important;
	}
}
@media (max-width: 961px) {
	.more_link i {
		font-size: 3rem;
	}
		#news{padding: 4rem 1.5rem;}
    .more_link i{    font-size: 40px;}
    .month_day{    font-size: 35px;}
    .lefted p{    margin: 15px 0 0 0px;
                  float: right;}
}

@media (max-width: 767px) {
	.feed_col {
		padding-right: 0;
	}
	.news_arc_row .more_link {
		display: none;
	} 
	.post-type-archive-faq .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) {
	    padding-top: 120px;
    padding-bottom: 24px;
	}
	ul.faq-parent-menu > li {
	}
	ul.faq-parent-menu > li {
    display: block;
	}
	.plan_card .body {
    z-index: 2;
    margin-top: -15%;
    background: none;
    position: relative;
}
.card-header-slanted-edge:before {
    -webkit-transform: skewY(8deg);
    -moz-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    -o-transform: skewY(8deg);
    transform: skewY(15deg);
    z-index: 0;
}

.fuki_catch {
    z-index: 2;
}

.plan_card {
    height: auto;
}

.plan_card .body:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    background: #FFF;
    z-index: -1;
    bottom: 0;
}

.plan_card .button_row {
    position: relative;
    z-index: 2;
}
.plan-item .plan-slick-archive .slick-inner .plan_card {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}


.plan-item .plan-slick-archive .slick-inner .plan_card .head, .plan-item .plan-slick-archive .slick-inner .plan_card .body {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.plan-item .plan-slick-archive .slick-inner .plan_card .head {
	height: 0;
	min-height: 0;
	padding-top: 310px;
	overflow: hidden;
}
.plan-item .plan-slick-archive .slick-inner .plan_card .head img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center top;
	font-family: 'object-fit: cover;';
}
body.single-plan .plan-slick-archive .slick-inner .plan_card .body_content {
    padding: 0 24px;
}
body.single-plan .plan-slick-archive .label_ft {
    bottom: 32px;
    right: 12px;
    font-size: 14px;
}
.foot.pc-none {
    display: none;
}

.plan_card .head {
    height: 320px;
}
	.mobile.faq_list {
    padding: 0;
}
.faq_list > .tax {
    max-width: 95%;
}
/*.faq_list > .tax:nth-child(odd) {
    margin-right: auto;
}

.faq_list > .tax:nth-child(even) {
    margin-left: auto;
}*/
	h3.rs-title {
    margin-bottom: 15px;
}
	.section-more-button a:after {
    content: "\ea43";
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 140%;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-90deg);
    padding-top: 5px;
    padding-right: 12px;
	}
	.home #movie .section-more-button a:after{
	font-size: 0.9rem;
	padding-top: -1px;
	padding-right: 7px;
	}
	.section-more-button {
    text-align: right;
    padding-right: 24px;
	}
	.news-list + .section-more-button {
    margin-top: 24px;
    padding: 0;
	}
	.point-item {
    margin: 1rem auto;
    max-width: 90%;
}
	section#faq {
		padding-top: 6rem;
		padding-left: 0;
	}
	section#faq .left-title-header {
    padding: 0 1.5rem;
	}
	#faq .faq-lists h1:before {
    font-family: IowanOldStyleBTPro-Roman;
	}
	#faq .faq-lists h1 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	}
	.home .mobile.mobile_nav:not(.sticky) .nav-buttons .button {
    opacity: 0;
	}
	.home .mobile.mobile_nav:not(.sticky) .nav-buttons.active .button {
		opacity: 1;
	}
}
@media (max-width: 480px) {
	.mobile.faq_list .tax > h2 {
    position: relative;
    padding: 15px 12px 15px 42px;
    /* line-height: 1.15; */
	}
	.mobile.faq_list .tax > h2 > i {
    margin: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
	}
	.news_item .meta .date .year {
		letter-spacing: 1px;
	}
	.more_link i {
		font-size: 1.8rem;
	}
	.title_news {
		font-size: 1rem;
	}
	.footer_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	}
	.footer_social a + a {
    margin: 8px 0 0 0 !important;
	}
	.footer_social:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
	}
	#hero .button {
    padding: 10px 12px;
    letter-spacing: 1px;
    font-size: 4vw;
    font-weight: 600;
}

.button_groups .btn_item {
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#hero .button_groups .btn_item .button {
    width: 100%;
    max-width: 230px;
	}
	.menu .main-navigation ul > li > a {
    font-weight: 600;
    padding: 6px 1px;
	}
	.home #reasons h2.heading:before {
    font-size: 6rem;
    width: 120%;
	}
	

	footer .foot-nav-menu a {
    font-size: .75rem;
	}
}
.show-xs, .show-ss  {
		display: none;
	}
ul#mobile-menu > li:not(:first-child) {
    border-top: 1px solid #dab4bb;
}
@media (max-width: 767px) {
	.salon-row.salon-row-ohour .row-item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
	.salon-row.salon-row-ohour .row-item + .row-item {
    margin-top: 8px;
	}
}
@media (max-width: 568px) {
	.show-ss {
		display: block;
	}
	.salon-row .row-item {
		font-size: 14px;
	}

}
@media (max-width: 398px) {
	.show-xs {
		display: block;
	}

}
/*--------------------------------------------------------------
## FindSalon
--------------------------------------------------------------*/
.area_list .area_block {
}
body.home #salons:after {
	content: "";
	background: #f4f0f2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 60%;
	z-index: -2;
}
body.home #salons:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 80%;
	background-image: url("images/bg_salonhome_new.jpg");
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -1;
}
body.home #salons {
	position: relative;
	padding: 5rem 1.5rem;
}
.salon_content {
    margin: 24px 0 0 0;
    padding-bottom: 24px;
}
#salon_list_near_location {
    padding: 0 12px;
}
.salon_title {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
	margin-top: 0;
    margin-bottom: 24px;
}
.salon_content .row_item {
    font-size: .95rem;
}
.salon_address:before {
    content: "\ea39";
    display: block;
    font: normal normal normal 32px/1 'lacocoGr';
    font-size: 1.5rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
    color: rgba(0,0,0,.15);
}

.salon_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.salon_title > a {
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 2;
    padding-right: 12px;
}

.salon_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(210,158,167,.5);
}
.row_item.action_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
}
.row_item.action_foot > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.salon_content .row_item + .row_item {
    margin-top: 15px;
}
.act_btn .action_link {
    display: block;
    padding: 6px 12px;
    line-height: 1;
}
.act_btn .action_link.email_link {
	padding-left: 18px;
	letter-spacing: -1px;
}
.row_item.action_foot > .act_btn:not(:last-child):after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #333533;
    display: block;
}

.row_item.action_foot > .act_btn {
    position: relative;
}

.row_item.action_foot > .act_btn:last-child:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #333533;
    display: block;
}
.call_link:before, .go_link:before, .email_link:before {
    display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: .95rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 5px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -55%);
}
.call_link, .go_link {
	position: relative;
}
.call_link:before {
    content: "\ea2b";
    left: 4px;
}
.email_link:before {
	content: "\ea2a";
	left: 4px;
}
.go_link:before {
    content: "\ea0e";
}
.page-template-page_search_salon_near_location .area_list .area_block {-ms-flex-preferred-size: 50%;flex-basis: 50%;max-width: 50%;padding: 0;}

.page-template-page_search_salon_near_location .area_list .area_block .area_title {
    display: block;
    padding: 12px 16px;
    font-size: 1rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.page-template-page_search_salon_near_location .area_list .area_block .area_title:before {
    content: none;
}
.page-template-page_search_salon_near_location .area_list .area_block:nth-child(even) .area_title {

}
.page-template-page_search_salon_near_location .area_list .area_block:nth-child(odd) .area_title {
    margin-right: 1px;
}
.page-template-page_search_salon_near_location .area_list .area_block .area_title {
	font-weight: 400;
	color: #FFF;
	background: #e39aa3;
	margin-bottom: 1px;
	position: relative;
	z-index: 5;
}
.page-template-page_search_salon_near_location .area_list .area_block .area_title.current {
    background: #dd8691;
    font-weight: 600;
}
.page-template-page_search_salon_near_location #main .area_list .area_block .area_title:after {
	content: "\ea12";
	display: inline-block;
	font: normal normal normal 1rem/1 'lacoco';
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page-template-page_search_salon_near_location #main .area_list .area_block .area_title.clicked:after {
	transform:rotate(180deg);
}
.open_know:before {
    content: "";
    background: #CCC;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border-radius: 100%;
}
.open_know.open:before  {
    background: rgba(210,158,167,1);
}
.open_know.closed:before  {
    background: #CCC;
}
.acf-map + .flex_grid.action_list .act-item {
	text-align: center;
	font-size: .75rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.acf-map + .flex_grid.action_list .act-item .icon-row {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    min-height: 30px;
	position: relative;
}
.acf-map + .flex_grid.action_list .act-item i {
	font-size: 1.25rem;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}
.acf-map + .flex_grid.action_list .act-item span {
    display: block;
}
.single-salon header.entry-header h1 {
    margin: 0;
    padding: 24px 12px;
    font-size: 1.45rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0px;
    border-top: 1px solid #efefef;
	background: rgb(215, 129, 143);
    background: rgba(215, 129, 143,1);
	color: #FFF;
	position: relative;
}
.entry-title .title_span, .salon_title .title_span {
	position: relative;
	z-index: 1;
}
.entry-title .salon_title_bf {
	width: 84px;
    height: 24px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDExMiAzMiI+Cjx0aXRsZT5sb2dvPC90aXRsZT4KPHBhdGggZD0iTTEyLjgzMyAzMS42MDdoLTEyLjgzM3YtMzEuMjE0aDQuNzA1djI2LjU0Mmg4LjEzeiI+PC9wYXRoPgo8cGF0aCBkPSJNMjIuNjAzIDI0LjQzNWwtMS4xNDggNy4xNzJoLTQuODkybDUuMjg1LTMxLjIxNGg2LjQ4N2w1LjIwMyAzMS4yMTRoLTQuOTEybC0xLjExNS03LjE3MnpNMjUuMDY5IDcuNTQ4bC0xLjc0OCAxMi4zMDFoMy40ODl6Ij48L3BhdGg+CjxwYXRoIGQ9Ik00NC43NzUgMzJjLTAuMDA4IDAtMC4wMTggMC0wLjAyNyAwLTQuMTAxIDAtNy40MjYtMy4zMjUtNy40MjYtNy40MjYgMC0wLjAxMCAwLTAuMDE5IDAtMC4wMjl2MC4wMDEtMTcuMDk0Yy0wLjAwMS0wLjAzNC0wLjAwMS0wLjA3NC0wLjAwMS0wLjExMyAwLTIuMDI3IDAuODQtMy44NTcgMi4xOTEtNS4xNjNsMC4wMDItMC4wMDJjMS4zNDktMS4zNTEgMy4yMTQtMi4xODggNS4yNzUtMi4xODhzMy45MjUgMC44MzYgNS4yNzUgMi4xODdsMCAwYzEuMzMxIDEuMzExIDIuMTU2IDMuMTMzIDIuMTU2IDUuMTQ3IDAgMC4wNDYtMCAwLjA5Mi0wLjAwMSAwLjEzOGwwLTAuMDA3djMuNTY3aC00Ljg3OHYtMy42NDVjMC0xLjQ5Ny0xLjIxMy0yLjcxLTIuNzEtMi43MXYwYy0wLjAxMi0wLTAuMDI2LTAtMC4wNDAtMC0wLjczIDAtMS4zODkgMC4zMDUtMS44NTcgMC43OTVsLTAuMDAxIDAuMDAxYy0wLjQ4OCAwLjQ3OS0wLjc5IDEuMTQ2LTAuNzkgMS44ODMgMCAwLjAxNSAwIDAuMDI5IDAgMC4wNDRsLTAtMC4wMDJ2MTcuMTE4Yy0wIDAuMDE4LTAuMDAxIDAuMDM5LTAuMDAxIDAuMDYxIDAgMC43MjggMC4yOTggMS4zODcgMC43NzkgMS44NmwwIDBjMC40NyAwLjQ4NSAxLjEyNyAwLjc4NiAxLjg1NSAwLjc4NiAwLjAxNSAwIDAuMDMwLTAgMC4wNDQtMGwtMC4wMDIgMGMwLjAxNCAwIDAuMDMxIDAgMC4wNDggMCAwLjczNSAwIDEuNDAxLTAuMzAxIDEuODc5LTAuNzg2bDAtMGMwLjQ4OS0wLjQ3MyAwLjc5My0xLjEzNiAwLjc5My0xLjg2OSAwLTAuMDE3LTAtMC4wMzQtMC4wMDEtMC4wNTFsMCAwLjAwM3YtNC4yOTZoNC44Nzh2NC4zNDNjMCA0LjExNi0zLjMzNyA3LjQ1My03LjQ1MyA3LjQ1M3YweiI+PC9wYXRoPgo8cGF0aCBkPSJNNjQuNjMgMC4wMTdjMC4wMzYtMC4wMDEgMC4wNzktMC4wMDEgMC4xMjItMC4wMDEgMi4wMzAgMCAzLjg2NSAwLjg0IDUuMTc0IDIuMTkxbDAuMDAyIDAuMDAyYzEuMzQ3IDEuMzEzIDIuMTgzIDMuMTQ1IDIuMTgzIDUuMTcyIDAgMC4wNDAtMCAwLjA3OS0wLjAwMSAwLjExOWwwLTAuMDA2djE3LjAyNmMwIDAuMDA4IDAgMC4wMTggMCAwLjAyNyAwIDQuMTE2LTMuMzM3IDcuNDUzLTcuNDUzIDcuNDUzLTAuMDEwIDAtMC4wMTktMC0wLjAyOS0waDAuMDAxYy0wLjAzOCAwLjAwMS0wLjA4MiAwLjAwMS0wLjEyNyAwLjAwMS0yLjAxNyAwLTMuODM3LTAuODM5LTUuMTMyLTIuMTg3bC0wLjAwMi0wLjAwMmMtMS4zMzctMS4zMTUtMi4xNjYtMy4xNDQtMi4xNjYtNS4xNjcgMC0wLjA0MyAwLTAuMDg1IDAuMDAxLTAuMTI4bC0wIDAuMDA2di0xNy4wMzBjLTAuMDAxLTAuMDM2LTAuMDAxLTAuMDc5LTAuMDAxLTAuMTIyIDAtMi4wMzAgMC44NC0zLjg2MyAyLjE5MS01LjE3MWwwLjAwMi0wLjAwMmMxLjMwNC0xLjM0NiAzLjEyOC0yLjE4MiA1LjE0Ny0yLjE4MiAwLjAzMSAwIDAuMDYxIDAgMC4wOTEgMC4wMDFsLTAuMDA1LTB6TTY3LjE5OCA3LjQwOWMwLTAuMDA4IDAtMC4wMTggMC0wLjAyNyAwLTEuNDY5LTEuMTkxLTIuNjU5LTIuNjU5LTIuNjU5LTAuMDEwIDAtMC4wMTkgMC0wLjAyOSAwaDAuMDAxYy0wLjAxMi0wLTAuMDI1LTAtMC4wMzktMC0wLjczMSAwLTEuMzkyIDAuMjk4LTEuODY4IDAuNzc5bC0wIDBjLTAuNDkxIDAuNDY4LTAuNzk3IDEuMTI2LTAuNzk3IDEuODU2IDAgMC4wMTggMCAwLjAzNiAwLjAwMSAwLjA1NGwtMC0wLjAwM3YxNy4wODFjLTAgMC4wMTItMCAwLjAyNi0wIDAuMDQwIDAgMC43MyAwLjMwNSAxLjM4OSAwLjc5NSAxLjg1N2wwLjAwMSAwLjAwMWMwLjQ3NCAwLjQ4NSAxLjEzNSAwLjc4NiAxLjg2NiAwLjc4NiAwLjAxNCAwIDAuMDI5LTAgMC4wNDMtMGwtMC4wMDIgMGMwLjAwNCAwIDAuMDA5IDAgMC4wMTQgMCAxLjQ3NiAwIDIuNjczLTEuMTk3IDIuNjczLTIuNjczIDAtMC4wMDQgMC0wLjAwNy0wLTAuMDExdjAuMDAxeiI+PC9wYXRoPgo8cGF0aCBkPSJNODQuNTU2IDMyYy0wLjAxMCAwLTAuMDIyIDAtMC4wMzQgMC00LjA5NyAwLTcuNDE5LTMuMzIyLTcuNDE5LTcuNDE5IDAtMC4wMTIgMC0wLjAyNCAwLTAuMDM2djAuMDAyLTE3LjA5NGMtMC4wMDEtMC4wMzktMC4wMDEtMC4wODUtMC4wMDEtMC4xMzEgMC0yLjAxNSAwLjgzLTMuODM2IDIuMTY4LTUuMTM5bDAuMDAyLTAuMDAyYzEuMzQ5LTEuMzUxIDMuMjE0LTIuMTg4IDUuMjc1LTIuMTg4czMuOTI1IDAuODM2IDUuMjc1IDIuMTg3bDAgMGMxLjM0NSAxLjMxMyAyLjE3OSAzLjE0NCAyLjE3OSA1LjE3IDAgMC4wMzYtMCAwLjA3MS0wLjAwMSAwLjEwN2wwLTAuMDA1djMuNTY3aC00Ljg3NXYtMy42NDVjMC0xLjQ5Ny0xLjIxMy0yLjcxLTIuNzEtMi43MXYwYy0wLjAxMS0wLTAuMDI0LTAtMC4wMzctMC0wLjczMSAwLTEuMzkxIDAuMzA1LTEuODU5IDAuNzk1bC0wLjAwMSAwLjAwMWMtMC40ODggMC40NzktMC43OSAxLjE0Ni0wLjc5IDEuODgzIDAgMC4wMTUgMCAwLjAyOSAwIDAuMDQ0bC0wLTAuMDAydjE3LjExOGMtMCAwLjAwNi0wIDAuMDEzLTAgMC4wMjAgMCAxLjQ4NCAxLjIwMiAyLjY4OCAyLjY4NiAyLjY5aDBjMC4wMDkgMCAwLjAyMCAwIDAuMDMyIDAgMC43MzcgMCAxLjQwMy0wLjMwMiAxLjg4Mi0wLjc4OWwwLTBjMC40OTEtMC40NzQgMC43OTYtMS4xMzggMC43OTYtMS44NzQgMC0wLjAxNS0wLTAuMDMxLTAtMC4wNDZsMCAwLjAwMnYtNC4yOTZoNC44NzV2NC4zNDNjMCAwLjAwNiAwIDAuMDEzIDAgMC4wMjAgMCA0LjEwNS0zLjMyOCA3LjQzMy03LjQzMyA3LjQzMy0wLjAwNyAwLTAuMDE0IDAtMC4wMjEtMGgwLjAwMXoiPjwvcGF0aD4KPHBhdGggZD0iTTEwNC40MTIgMC4wMTdjMC4wMzYtMC4wMDEgMC4wNzktMC4wMDEgMC4xMjItMC4wMDEgMi4wMzAgMCAzLjg2NSAwLjg0IDUuMTc0IDIuMTkxbDAuMDAyIDAuMDAyYzEuMzQ3IDEuMzEzIDIuMTgzIDMuMTQ1IDIuMTgzIDUuMTcyIDAgMC4wNDAtMCAwLjA3OS0wLjAwMSAwLjExOWwwLTAuMDA2djE3LjAyNmMwIDAuMDA4IDAgMC4wMTggMCAwLjAyNyAwIDQuMTE2LTMuMzM3IDcuNDUzLTcuNDUzIDcuNDUzLTAuMDEwIDAtMC4wMTktMC0wLjAyOS0waDAuMDAxYy0wLjAzOCAwLjAwMS0wLjA4MiAwLjAwMS0wLjEyNyAwLjAwMS0yLjAxNyAwLTMuODM3LTAuODM5LTUuMTMyLTIuMTg3bC0wLjAwMi0wLjAwMmMtMS4zMzctMS4zMTUtMi4xNjYtMy4xNDQtMi4xNjYtNS4xNjcgMC0wLjA0MyAwLTAuMDg1IDAuMDAxLTAuMTI4bC0wIDAuMDA2di0xNy4wMzBjLTAuMDAxLTAuMDM2LTAuMDAxLTAuMDc5LTAuMDAxLTAuMTIyIDAtMi4wMzAgMC44NC0zLjg2MyAyLjE5MS01LjE3MWwwLjAwMi0wLjAwMmMxLjMwNC0xLjM0NiAzLjEyOC0yLjE4MiA1LjE0Ny0yLjE4MiAwLjAzMSAwIDAuMDYxIDAgMC4wOTEgMC4wMDFsLTAuMDA1LTB6TTEwNi45NzkgNy40MDljMC0wLjAwOCAwLTAuMDE4IDAtMC4wMjcgMC0xLjQ2OS0xLjE5MS0yLjY1OS0yLjY1OS0yLjY1OS0wLjAxMCAwLTAuMDE5IDAtMC4wMjkgMGgwLjAwMWMtMC4wMTItMC0wLjAyNS0wLTAuMDM5LTAtMC43MzEgMC0xLjM5MiAwLjI5OC0xLjg2OCAwLjc3OWwtMCAwYy0wLjQ5MSAwLjQ2OC0wLjc5NyAxLjEyNi0wLjc5NyAxLjg1NiAwIDAuMDE4IDAgMC4wMzYgMC4wMDEgMC4wNTRsLTAtMC4wMDN2MTcuMDgxYy0wIDAuMDEyLTAgMC4wMjYtMCAwLjA0MCAwIDAuNzMgMC4zMDUgMS4zODkgMC43OTUgMS44NTdsMC4wMDEgMC4wMDFjMC40NzQgMC40ODUgMS4xMzUgMC43ODYgMS44NjYgMC43ODYgMC4wMTQgMCAwLjAyOS0wIDAuMDQzLTBsLTAuMDAyIDBjMC4wMDQgMCAwLjAwOSAwIDAuMDE0IDAgMS40NzYgMCAyLjY3My0xLjE5NyAyLjY3My0yLjY3MyAwLTAuMDA0IDAtMC4wMDctMC0wLjAxMXYwLjAwMXoiPjwvcGF0aD4KPC9zdmc+Cg==);
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    opacity: .1;
	z-index: 0;
}
.salon_title .salon_title_bf {
	width: 84px;
    height: 24px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #FFF;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzAuMjkgOTQuNDYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZWRkNmQ2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+cG5rMDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMSIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzcuODgsOTMuM0gwVjEuMTZIMTMuODlWNzkuNTFoMjRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjYuNzIsNzIuMTMsNjMuMzMsOTMuM0g0OC44OUw2NC40OSwxLjE2SDgzLjY0TDk5LDkzLjNIODQuNUw4MS4yMSw3Mi4xM1pNNzQsMjIuMjgsNjguODQsNTguNTloMTAuM1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuMTcsOTQuNDZhMjEuOTIsMjEuOTIsMCwwLDEtMjItMjJWMjJhMjEuMTksMjEuMTksMCwwLDEsNi40Ny0xNS41OCwyMiwyMiwwLDAsMSwzMS4xNCwwQTIxLjMyLDIxLjMyLDAsMCwxLDE1NC4xNCwyMlYzMi41M2gtMTQuNFYyMS43N2E4LDgsMCwwLDAtOC04LDcuNTcsNy41NywwLDAsMC01LjYsMi4zNSw3Ljc5LDcuNzksMCwwLDAtMi4zMyw1LjY4VjcyLjMzQTcuNyw3LjcsMCwwLDAsMTI2LjExLDc4YTcuNjIsNy42MiwwLDAsMCw1LjYsMi4zMkE3Ljc5LDcuNzksMCwwLDAsMTM3LjQsNzhhNy42Nyw3LjY3LDAsMCwwLDIuMzQtNS42NlY1OS42NmgxNC40VjcyLjQ4YTIyLDIyLDAsMCwxLTIyLDIyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5MC43OC4wNWEyMS4yNywyMS4yNywwLDAsMSwxNS42NCw2LjQ3LDIxLjMxLDIxLjMxLDAsMCwxLDYuNDQsMTUuNlY3Mi4zOGEyMiwyMiwwLDAsMS0yMi4wOCwyMi4wOEEyMSwyMSwwLDAsMSwxNzUuMjUsODhhMjEuMzksMjEuMzksMCwwLDEtNi4zOS0xNS42MVYyMi4xMmEyMS4yNSwyMS4yNSwwLDAsMSw2LjQ3LTE1LjYzQTIxLjE0LDIxLjE0LDAsMCwxLDE5MC43OC4wNVptNy41OCwyMS44MmE3Ljg1LDcuODUsMCwwLDAtNy45My03LjkzLDcuNzYsNy43NiwwLDAsMC01LjYzLDIuMyw3LjU2LDcuNTYsMCwwLDAtMi4zNSw1LjYzVjcyLjI5YTcuNTcsNy41NywwLDAsMCwyLjM1LDUuNiw3LjcsNy43LDAsMCwwLDUuNjMsMi4zMiw3Ljg5LDcuODksMCwwLDAsNy45My03LjkyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0OS42LDk0LjQ2YTIxLjksMjEuOSwwLDAsMS0yMi0yMlYyMkEyMS4xOCwyMS4xOCwwLDAsMSwyMzQsNi40NGEyMiwyMiwwLDAsMSwzMS4xNCwwQTIxLjMyLDIxLjMyLDAsMCwxLDI3MS41NywyMlYzMi41M0gyNTcuMThWMjEuNzdhOCw4LDAsMCwwLTgtOCw3LjU5LDcuNTksMCwwLDAtNS42LDIuMzUsNy43OSw3Ljc5LDAsMCwwLTIuMzMsNS42OFY3Mi4zM2E3Ljk0LDcuOTQsMCwwLDAsNy45Myw4QTcuNzksNy43OSwwLDAsMCwyNTQuODMsNzhhNy42OCw3LjY4LDAsMCwwLDIuMzUtNS42NlY1OS42NmgxNC4zOVY3Mi40OGEyMS45NCwyMS45NCwwLDAsMS0yMiwyMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMDguMjEuMDVhMjEuMjcsMjEuMjcsMCwwLDEsMTUuNjQsNi40NywyMS4zMSwyMS4zMSwwLDAsMSw2LjQ0LDE1LjZWNzIuMzhhMjIsMjIsMCwwLDEtMjIuMDgsMjIuMDhBMjEsMjEsMCwwLDEsMjkyLjY4LDg4YTIxLjM5LDIxLjM5LDAsMCwxLTYuMzktMTUuNjFWMjIuMTJhMjEuMjUsMjEuMjUsMCwwLDEsNi40Ny0xNS42M0EyMS4xNCwyMS4xNCwwLDAsMSwzMDguMjEuMDVabTcuNTgsMjEuODJhNy44NSw3Ljg1LDAsMCwwLTcuOTMtNy45Myw3Ljc2LDcuNzYsMCwwLDAtNS42MywyLjMsNy41Niw3LjU2LDAsMCwwLTIuMzUsNS42M1Y3Mi4yOWE3LjU3LDcuNTcsMCwwLDAsMi4zNSw1LjYsNy43LDcuNywwLDAsMCw1LjYzLDIuMzIsNy44OSw3Ljg5LDAsMCwwLDcuOTMtNy45MloiLz48L2c+PC9nPjwvc3ZnPg==);/*pnk01*/
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    opacity: 1;
	z-index: 1;
}
body.salon-template-default.single.single-salon.postid-183.logged-in.no-sidebar {}

.single-salon header.entry-header + .entry-content {
    margin: 0;
}

.single-salon header.entry-header + .entry-content .acf-map {
    margin: 0;
}

.single-salon .breakcrum {
    font-size: .75rem;
    padding: 6px 12px;
    border-top: 1px solid #efefef;
}
.acf-map + .action_list {
    position: relative;
    z-index: 1;
}
.acf-map + .flex_grid.action_list .act-item a {
    background-color: #FAEDEF;
    display: block;
    padding: 12px 2px;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
     -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.acf-map + .flex_grid.action_list .act-item.phone a {
    background: #F5DCE0;
}
.acf-map + .flex_grid.action_list .act-item.calenda a {
    background: #F0CCD1;
}
.acf-map {
	border: none !important;
}
.lgray {
    color: #9b9f9f;
}
.bigger {
	font-size: 120%;
}
.hpnk {
	color: rgb(204,103,125) !important;
	color: rgba(204,103,125,1) !important;
}
.p_under {
    border-bottom: 3px solid rgba(243,213,215,1);
}
.p_marker {
	display: inline-block;
	color: rgba(204,103,125,1);
	font-weight: 600;
	border-radius: 1em 0 1em 0;
    text-shadow: 1px 1px 1px #fff;
    background-image: linear-gradient(-100deg, rgba(243,213,215,0.15), rgba(243,213,215,0.8) 100%, rgba(243,213,215,0.25) );
}
.bold {
	font-weight: 600;
}
.salon-content {
    padding: 2rem;
}
.salon-row label {
    font-size: 13px;
    display: block;
    line-height: 1;
    color: rgb(203,116,143);
    color: rgba(203,116,143,1);
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 700 !important;
}

.salon-row label + .row-item {
    margin-top: 6px;
}

.salon-content .salon-row + .salon-row {
    
}
.near_salons .title {
    font-size: 1.25rem;
	font-weight: 600;
    line-height: 1.15;
    margin-bottom: 12px;
	color: rgba(215, 129, 143,1);
}

.near_salons .salon-near-item div:not(.title) {
    font-size: .75rem;
}
.card-slick .slick-list {
    overflow: visible;
}
.card-slick .card_inner {
    padding: 2rem 1.5rem;
    height: 100%;
    -webkit-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
}
.card-slick .slick-slide {
    padding: 0 12px;
}
.round-arrow-slick.slick-slider {
    padding-top: 60px;
    margin-top: -60px;
}

.round-arrow-slick button.slick-arrow {
    top: 0px;
    position: absolute;
    right: 0;
    font-size: 0px;
    display: block;
    border-radius: 50%;
    background: #FFF;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.round-arrow-slick button.slick-arrow {
	 border: 2px solid #dbd6d9;
	 color: #dbd6d9;
}
.round-arrow-slick button.slick-arrow.slick-prev {
    right: 120px;
}
.near_salons .round-arrow-slick button.slick-arrow.slick-prev {
	left: auto;
}
.near_salons .round-arrow-slick button.slick-arrow.slick-prev, .near_salons .round-arrow-slick button.slick-arrow.slick-next {
	top: 25px;
}
.near_salons .round-arrow-slick.slick-slider:before {
	
}
.card_inner > .card_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.salon-near-item .card_inner {
    position: relative;
}
.round-arrow-slick button.slick-arrow:before {
    content: "";
    font: normal normal normal 1em/1 'laco02';
    font-size: 2rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
	    color: #dbd6d9;
}
.round-arrow-slick button.slick-arrow.slick-prev:before {content: "\ea04";}
.round-arrow-slick button.slick-arrow.slick-next:before {
    content: "\ea05";
}

.round-arrow-slick.slick-slider:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 25px;
    right: 0px;
    background: #dbd6d9;
    z-index: -1;
}
.salon-row label {
	position: relative;
}
.salon-row label span {
	color: rgb(203,116,143);
    color: rgba(203,116,143,1);
	background: #FFF;
    display: inline-block;
    position: relative;
    padding: 4px 12px 2px;
    font-size: 16px;
	letter-spacing: 1px;
    z-index: 1;
}

.salon-row label span em{
	font-style: normal;
	font-size:15px;
}

.single-salon .salon-content .salon-row label.salon-row-label:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
	background: rgb(203,116,143);
    background: rgba(203,116,143,.8);
}
.single-salon .salon-content {
    padding: 2rem 0 0 0;
}

.single-salon .salon-content .salon-row {
    padding: 0 2rem 24px;
}
.single-salon .salon-content .salon-row label.salon-row-label {
	margin-bottom: 12px;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
}
.single-salon .salon-content .salon-row.salon-row-pay {
    padding: 0 2rem 4rem;
}
@media (min-width: 768px) {
	body.home #salons {
		padding: 5rem 4rem;
	}
.email_link:before {
	left: 6px;
}
	.card-slick .card_inner {
		padding: 2rem;
	}
	.area_title::before {
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 12px solid #fff;
	}
	.area_list .area_block .area_title {
	height: 32px;
	}
	.near_salons .title {
    font-size: 1.15rem;
 }
	.near_salons .salon-near-item div:not(.title) {
    font-size: 1rem;
 }
 .near_salons .salon-near-item .near_info.access_list {
 	margin-top: 12px;
 }
 #salon_list_near_location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#salon_list_near_location > .item_result {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%;
		padding: 24px;
		margin-bottom: 32px;
		background: #FFF;
		-webkit-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
		-moz-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
		box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
	}
	.row_item.action_foot {
		margin-left: 0;
		margin-right: 0;
		}
		.page-template-page_search_salon_near_location-php .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area > .site-main {
    padding: 2rem 0 4rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    }
}
@media (min-width: 961px) {

	.single-salon .salon.type-salon .salon_single_content {
    position: relative;
    }
    .single-salon .salon.type-salon .salon_single_content .card_foot.acf-map.wide-map {
    position: absolute !important;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    height: 100%;
    z-index: 2;
}

.single-salon .salon.type-salon .salon_single_content > div:not(.acf-map) {
    margin-left: 40%;
    }
}
@media (max-width: 767px) {
	.card-slick .slick-slide {
		padding: 0 5px;
	}
	.round-arrow-slick.slick-slider {
		padding-top: 62px;
		margin-top: -52px;
	}
	.round-arrow-slick button.slick-arrow {
		width: 42px;
		height: 42px;
	}
	.round-arrow-slick button.slick-arrow.slick-prev {
    right: 60px;
    }
	.page-template-page_search_salon_near_location .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader + .content-area > .site-main {
		padding: 0;
	}
	.single-salon header.entry-header + .entry-content .acf-map {
		height: 240px;
	}
	.single-salon .salon_single_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_grid.action_list {}

.salon_single_content > .action_list {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}

.salon_single_content > .card_foot.acf-map.wide-map {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.salon_single_content > .near_salons {
    -ms-flex-order: 2;
    -webkit-order:2;
    order:2;
    }
}
@media (max-width: 567px) {
	.single-salon .salon-content .salon-row {
    padding: 0 1.5rem 24px;
	}
	.single-salon .salon-content .salon-row label.salon-row-label {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 0 1.5rem;
	}
}
/*--------------------------------------------------------------
# About Pages
--------------------------------------------------------------*/
.about-content-area {
    margin-bottom: 4rem;
}
.about_content .heading .bebus {
    letter-spacing: 2px;
    font-size: 115%;
}
.about-content-area .about_content {
}
nav#next_child_nav, nav#about_child_nav {
    margin-left: -.7rem;
    margin-right: -.7rem;
}
.about_childs .chap_nav {

}
.about_childs .child-about-link {
	padding: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.about_childs .child-about-link:before, .about_childs .child-about-link:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.about_childs .child-about-link:before  {
	background: rgb(220,148,158);
    background: rgba(220,148,158,1);
	width: 100%;
}
.about_childs .current .child-about-link:before{
	background: rgba(207,114,127,1);
    border-color: rgba(207,114,127,1);
}
.next_about_child.about_childs .child-about-link:before {
	background: rgb(220,148,158);
    background: rgba(220,148,158,1);
}
.about_childs .child-about-link:after {
  background: rgb(203,116,143);
  background: rgba(203,116,143,1);
  
}
#about_child_nav .about_childs .chap_nav:not(.current) .child-about-link:before {
    background: rgb(246, 229, 228);
    background: rgba(246, 229, 228, 1);
}
#about_child_nav .about_childs .chap_nav:not(.current) .child-about-link * {
    color: rgba(207,114,127,1);
}
#about_child_nav .about_childs .chap_nav:not(.current) .child-about-link:hover * {
    color: #FFF;
}
.about_childs .next .child-about-link:hover, .about_childs .next .child-about-link:focus {

}
.about_childs .prev .child-about-link {

}
.about_childs .prev .child-about-link:hover, .about_childs .prev .child-about-link:focus {

}
.about_childs .prev .child-about-link h4 i {
	transform:rotateZ(180deg);
}
.about_childs .child-about-link * {
	color: #FFF;
}
.about_childs .child-about-link h4 {
	margin: 0;
	font-weight: 400;
    font-size: 1.15rem;
	text-align: right;
	padding-left: 1rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;

}
#next_child_nav .child-about-link h4 {
	font-weight: 600;
}
label.chapter_num {
    font-family: shelby, sans-serif;
    font-size: 3rem;
}
.child-about-link label.chapter_num {
	font-size: 2.95rem;
}
@media (min-width: 768px) {
	.about_childs .child-about-link:hover:after {
	width: 100%;
	}
}
.intro_content {
}

.content-area-about .site-main .title_lay {
    padding: 2rem 0;
}

.content-area-about .site-main h2.heading .splash {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
}
.content-area-about .site-main h2.heading {
	letter-spacing: 2px;
}
.content-area-about .site-main h2.heading small, .content-area-about .site-main h2.heading strong {
    position: relative;
    z-index: 1;
}
.about_content .introduce_txt {
    text-align: center;
    font-size: .85rem;
    line-height: 1.65;
}
.page_post_con p strong, .page_post_con strong, .pnk_marker {
    position: relative;

}
.content-area b, b {
	position: relative;
}
.page_post_con p strong:after, .page_post_con strong:after, .pnk_marker:after, .content-area b:after, b:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(210,158,167,.3);
    z-index: -1;
}
ul.label_ul li {
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    background: rgb(203,116,143);
    background: rgba(203,116,143,1);
    color: #FFF;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 5px;
}
.flow_block_tabs .page_post_con p b {
    color: rgba(203,116,143,1);
    display: inline-block;
}
.flow_block_tabs .page_post_con p b.bigger {
	font-size: 120%;
}
.flow_block_tabs .page_post_con p b:after {
    background: rgba(210,158,167,.3);
}
.page_post_con {
    position: relative;
    z-index: 1;
}
.about_childs .chap_nav {
    margin-bottom: 2px;
}
.about_childs .child-about-link i {
    font-size: 1.75rem;
    padding-left: 5px;
}
p.nos-icon {
    position: relative;
    padding-left: 20px;
}

p.nos-icon:before {
    content: "\ea3a";
    color: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    font: normal normal normal 14px/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.border_box b, p.nos-icon:before, .pnk {
    color: rgba(203,116,143,1);
}
.border_box.blk {
	border-color: #333533;
}
.border_box p.normal {
	font-weight: normal;
}
.border_box p.nc {
	color: #333533;
}
.border_box p + p {
    margin-top: 12px;
}
p.icon.icon-alert-circle-exc {
    padding-left: 20px;
    position: relative;
}

p.icon.icon-alert-circle-exc:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
strong.nbd:after {
    content: none;
}

strong.nbd {
    border-bottom: 3px solid rgba(210,158,167,.7);
}
.block_item + .block_item, .flow_block.ck_block .page_post_con > div + div {
    margin-top: 24px;
}
@media (max-width: 568px) {
	.flow_block p + p {
    margin-top: 6px;
	}
	.flow_block p.pt + p {
    margin-top: 12px;
	}
	.block_item + .block_item, .flow_block.ck_block .page_post_con > div + div {
    margin-top: 15px;
	}
	div + .border_box {
    margin-top: 15px;
	}
}
/**About Chapter01*******/
.content-area-chapter01 #main {
    background: transparent !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ck_block {
	padding-bottom: 1.25rem;
    background: #FFF;
    -webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
}
.ck_block + .ck_block {
    margin-top: 18px;
}
.ck_block h2, .ck_block h3, .ck_block h4, .ck_block .page_post_con {
    margin: 0;
    padding: 0 2rem;
}
.ck_block.txt_start {
    padding-top: 2rem;
}
.ck_block.float_up {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.common_page_temp .card_block_title {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    line-height: 1.15;
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    
}
.common_page_temp .card_block_title:not(.ja) {
	font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal !important;
    font-style: normal;
    letter-spacing: .15em;
}
.about-content-area .site-main {
    margin-bottom: 24px;
}
/*.common_page_temp .card_block_title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #333533;
}*/

.common_page_temp .card_block_title > span {
    display: block;
    
    position: relative;
    z-index: 1;
    padding-left: 1rem;
}
.common_page_temp .card_block_title > span:not(.p_marker) {
	background: #FFF;
}
.common_page_temp .card_block_title_group {
    position: relative;
}
.common_page_temp .card_block_title_group .card_block_title {
    padding: 0px;
}

.common_page_temp .card_block_title_group {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 3rem;
    line-height: 1.15;
}

.ck_block .card_block_title_group h2,
.ck_block .card_block_title_group h4 {
    padding-left: 1rem;
    font-weight: 400;
}

.ck_block .card_block_title_group h2{
	font-size: 1em;
}

.card_block_title_group:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #333533;
    z-index: 0;
}
.common_page_temp .card_block_title_group.title_single h2,
.common_page_temp .card_block_title_group.title_single h3 {
    background: #FFF;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.common_page_temp .card_block_title_group.title_single h2.card_block_title{
	font-size: 1.25rem;
	line-height: 1.15;
	font-weight: bold;
}
.ck_block .page_post_con {
    font-size: .85rem;
    line-height: 1.5;
}
.flow_block.ck_block .page_post_con {
	padding: 2rem 1.5rem;
}
.about-content-area .intro_bk h2.sum_title,
.about-content-area .intro_bk h3.sum_title,
.about-content-area .intro_bk p.sum_title  {
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10%;
    margin: 0;
	font-size: 1.35rem;
	position: relative;
}
.about-content-area .intro_bk h2.sum_title:before,
.about-content-area .intro_bk h3.sum_title:before,
.about-content-area .intro_bk p.sum_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #333533;
}
.about-content-area .intro_bk h2.sum_title > span,
.about-content-area .intro_bk h3.sum_title > span,
.about-content-area .intro_bk p.sum_title > span {
	display: block;
	background: #FFF;
	position: relative;
	padding-left: 12px;
	line-height: 1.15;
}
.about-content-area .intro_bk h2.sum_title + .desc-t,
.about-content-area .intro_bk h3.sum_title + .desc-t,
.about-content-area .intro_bk p.sum_title + .desc-t {
    padding: 0 1.25rem;
    padding-left: calc(10% + 12px);
    margin: 0;
    font-size: .85rem;
}
.about-content-area .intro_bk .page_child_txt {
    padding: 0 1.25rem;
    margin-top: 14px;
}
.ck_block.float_up p:last-child {
	margin-bottom: 0;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).child-about + .content-area > .site-main {
    padding: 0;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).float_with_desc + .content-area > .site-main {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).child-about + .content-area.content-area-chapter03 > .site-main {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.chapter03_block .intro_bk {
    padding-top: 3rem;
    padding-bottom: 2rem;
        -webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
}
.reason_bk .bk_outer {
    padding: 0 15px;
    position: relative;
}
.reason_bk .bk_inner {
	position: relative;
}
.reason_bk .bk_inner .reason_list:after {
	content: "";
	width: calc(100% - 8rem);
	height: 1px;
	background: rgba(223,195,193,1);
	position: absolute;
	bottom: 0;
	left: 4rem;
	z-index: -1;
}
.reason_bk .bk_inner:before, .reason_bk .bk_inner:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(223,195,193,1);
    z-index: 0;
}
.reason_bk .bk_inner:before{
	left: 1.5rem;
}
.reason_bk .bk_inner:after {
	right: 1.5rem;
}
.reason_bk .bk_inner .reason_title {
    text-align: center;
    margin: 0 0 24px 0;
    position: relative;
}
.reason_bk .bk_inner .reason_title:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(223,195,193,1);
	z-index: -1;
}
.reason_bk .bk_inner .reason_title > span {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}
.reason_bk .bk_inner .reason_title > span > span {
	position: relative;
	z-index: 1;
}
.reason_bk .bk_inner .reason_title > span:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
}
.chapter03_block .reason_bk {
    padding-top: 42px;
    background: #FFF;
}
.reason_bk .bk_inner .reason_title {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1.25;
}
.reason_bk .bk_inner .reason_title, .reason_bk .bk_inner .reason_list {
    position: relative;
    z-index: 1;
}
.reason_bk .bk_inner .reason_list .item {
    position: relative;
}
.reason_list .item .item_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reason_list .item:nth-child(odd) .item_inner {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.reason_bk .bk_inner .reason_list .item .img_block {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	max-width: 80%;
	padding-top: 42px;
}
.reason_bk .bk_inner .reason_list .item .txt_block {
	position: absolute;
	background: #FFF;
	padding: 1.5rem 1rem 1.25rem;
	width: 80%;
	bottom: 10%;
	-webkit-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 24px -4px rgba(0,0,0,0.2);
}
.reason_bk .bk_inner .reason_list .item .txt_block .text {font-size: .95rem;}
.reason_list .item:nth-child(odd) .item_inner .txt_block {
	left: -15px;
}
.reason_list .item:nth-child(even) .item_inner .txt_block {
	right: -15px;
}
.reason_bk .bk_inner .reason_list .item .txt_block .r_tle {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.15;
    position: relative;
    
}
.reason_bk .bk_inner .reason_list .item .txt_block .r_tle, .reason_bk .bk_inner .reason_list .item .txt_block .r_tle b {
	color: rgb(203,116,143);
    color: rgba(203,116,143,1);
}
.reason_list .item .merit_num {
	position: absolute;
	top: -40px;
	right: 0;
	color: #FFF;
	width: 60px;
	height: 60px;
	text-align: center;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: rgba(203,116,143,1);
}
.reason_list .item:nth-child(odd) {
	
}
.reason_list .item .merit_num > span {
	display: block;
	line-height: 1;
}
.reason_list .item .merit_num > .meri {
	font-size: .75rem;
	text-transform: uppercase;
	font-family: AvenirNextLTPro-Medium;
	font-weight: normal;
	font-style: normal;
	margin-top: 8px;
	letter-spacing: 1px;
}
.reason_list .item .merit_num > .num {
	    font-family: IowanOldStyleBTPro-Roman;
	    font-weight: normal;
	    font-style: normal;
	    font-size: 1.95rem;
}
.reason_list .item .merit_num * {
	color: #FFF;
}
.reason_list .item:nth-child(even) .item_inner .txt_block .r_tle, .reason_list .item:nth-child(even) .item_inner .txt_block .text {
	text-align: right;
}
#next_child_nav .about_childs .prev .child-about-link, #next_child_nav .about_childs .prev .child-about-link h4 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    
}
.about_childs .prev .child-about-link h4 {
	padding-left: 0px;
}
.about_childs .child-about-link:hover h4, .about_childs .child-about-link:focus h4 {
	font-weight: 600;
}
.ooc_title_group {
    padding: 2rem 0;
}

.ooc_title_group .other_chap_h4 {
    margin: 0;
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.25rem;
    line-height: 1;
}

.ooc_title_group .other_chap_h4 + .to-know {
    display: block;
    margin-top: 6px;
    line-height: 1;
}
.tab_container .tab {
	
}
.content-area-chapter04 main#main .tab_container {
	
}
.flow_block {
    padding-bottom: 0;
    border-right: 1px solid #f4f0f2;
    border-left: 1px solid #f4f0f2;
}
.flow_block + .flow_block {
    margin-top: 24px;
}
.flow_block .flow_tle {
    margin: 0;
    padding: 1.5rem;
    position: relative;
    font-size: 1.15rem;
    background: #FFF;
    color: rgba(203,116,143,1);
        background-color: #f4f0f2;
}
.flow_block .flow_tle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: rgba(203,116,143,1);

}
.flow_block .flow_tle::before {


}
section#movie_season.bg_cover .season_grid {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center right;
}

section#movie_season {
    
}

.season_grid .text_content {
    
}
.season_grid {
	min-height: 80vh;
	position: relative;
}
.season_grid:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 70%;
	background: #f4f0f2;
	z-index: -1;
}
h3.season_t {
    font-size: 1.25rem;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
}
h3.season_t .serif {
    display: block;
    padding-left: 10%;
    font-size: 3.45rem;
    font-family: IowanOldStyleBTPro-Roman;
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}

.season_t + .con strong {
    font-family: IowanOldStyleBTPro-Roman;
    font-weight: normal;
    font-style: normal;
}
.season_t + .con h4.head-t {
	font-size: 1.45rem;font-weight: 400;
}
.season_t + .con h4.head-t strong, .season_t + .con h4.head-t small {
    display: block;
}
.season_t + .con h4.head-t strong {
    font-size: 135%;
}
.season_t + .con h4.head-t small {
    
}
.season_grid .txt p + p {
    margin-top: 12px;
}
div.wpcf7 {
padding:20px;
}
.wpcf7-form-control-wrap {
	display: inline-block;
}
.form-row {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.form_sentence{
	padding:10px;
}

.field-groups {
	margin: 0;
}
.field-groups .field-col {
	margin: 0;
	display: block;
}
.form-row + .form-row {
    margin-top: 24px;
}

.form-row .field-input, .form-row label + span, .form-row .field-input, .form-row label + div, .field-groups .field-col label + span, .field-groups .field-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.field-col .dropdown {
	width: 100%;
	height:50px;
}
.field-groups .field-item {
	padding-left: .5rem;
    padding-right: .5rem;
}

.form-row label, .form-row label + span {
    /*padding-left: .5rem;*/
    padding-right: .5rem;
    display: inline-block;
}
.form-row label + span.dropdown {}
label.form-row__label.required:after {
    content: "必須";
    color: #FFF;
    background: rgb(210,153,169);
    background: rgba(210,153,169,1);
    line-height: 1;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    margin-left: 5px;
}
a.link {
	color: rgba(203,116,143,1);
	text-decoration: underline;
}
.dropdown {
    border: 1px solid #ececec;
}
.dropdown.inputError {
    border-color: #ee0101;
}
.dropdown select {
	  padding: 12px 24px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    width: 100%;
    border: none;
    position: relative;
    z-index: 2;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    border-radius: 0px;
}
.form-row input, .form-row textarea {
    border: 1px solid #ececec;
}
.form-row input, .form-row textarea, .form-row select {
    padding: 12px 24px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    width: 100%;
}

.dropdown > span {
    display: block;
}

.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown:after {
	content: "\ea12";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0, -50%);
	display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 1rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div + .form_card {
    margin-top: 5rem;
}
.form-row:not(.form-row-txara) {
	-webkit-align-items: center;
  align-items: center;
}
.field-groups .field-col label {
	display: block;
	margin-bottom: 12px;
}
.field-txtarea > span, .field-txtarea > span > textarea {
    display: block;
}
.form-row.row-agree {
    font-size: .85rem;
    opacity: .8;
}
.form-row.submit-btn input {
    color: #FFF;
    font-weight: 600;
    border: 1px solid rgba(214,181,193,1);
    background: rgb(214,181,193);
    background: rgba(214,181,193,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    height: 62px;
    font-size: 1.25rem;
    border-radius: 32px;
    max-width: 420px;
    margin: 0 auto;
}
.form-row.submit-btn input:hover, .form-row.submit-btn input:focus {
    background: rgb(203,116,143);
    background: rgba(203,116,143,1);
    border-color: rgba(203,116,143,1);
}
textarea.inputError {
    border-color: #ee0101;
}
.notice-box {
    margin-top: 24px;
    padding: 1rem;
    font-size: .95rem;
    border: 1px solid rgba(210,153,169,1);
}
.button.button_salongo.button_primary {
    font-weight: 600;
}

.button.button_salongo.button_primary i {
    font-size: 140%;
    vertical-align: middle;
}

ul.notice-box li {
    position: relative;
    padding-left: 0;
    padding-top: 24px;
}
ul.notice-box li + li {
    margin-top: 24px;
    border-top: 1px solid #ebebeb;
}
ul.notice-box li:before {
    content: "\ea3a";
    display: block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 2rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(210,158,167,1);
    text-align: center;
    margin-bottom: 16px;
}
.content-area-chapter02 main#main {
    overflow: visible;
}
.content-area-chapter02 .txt_summary .col_image {
    width: 100%;
	background: #f4f0f2;
	margin-bottom: 24px;
}
.content-area-chapter02 .txt_summary .col_image .objfit-wrap {
    padding-bottom: 0;
    height: 100%;
	min-height: 230px;
}
.txt_summary .objfit-wrap .image-fit {
	-o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    object-fit: contain;
}
.content-area-chapter02 .txt_summary {
    max-width: 820px;
    padding: 0;
}
.content-area-chapter02 .txt_summary .page_post_con {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.ck_block.txt_summary .page_post_con {
    font-size: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.side_grid .img-col .img_inner {
    height: 100%;
    padding: 0;
}
.side_grid_block {
	padding: 0 1rem;
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.side_grid_block .grid_inner {
	background: #FFF;
	-webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
}

.side_grid_block .page_post_con {
    padding-bottom: 1.5rem;
}
.side_grid_block .card_block_title_group:after {
	content: none;
}
.common_page_temp .side_grid .card_block_title_group.title_single .card_block_title {
    padding: 0;
}
.common_page_temp .side_grid_block .card_block_title_group {
	padding-bottom: 10px;
}
.common_page_temp .side_grid .card_block_title_group.title_single .card_block_title.p_square {
    padding: 16px 0px 16px 26px;
}
.p_square:before {
    content: "";
    width: 32px;
    height: 32px;
    z-index: -1;
    position: absolute;
    top: 12px;
    left: 0;
    opacity: 1;
    background: #f1a9a0;
    background: -webkit-linear-gradient(-45deg,#f1a9a0 0%,##f9dfdc 100%);
    background: -moz-linear-gradient(-45deg,#f1a9a0 0%,#f9dfdc 100%);
    background: -o-linear-gradient(-45deg,#f1a9a0 0%,#f9dfdc 100%);
    background: linear-gradient(135deg,#f1a9a0 0%,#f9dfdc 100%);
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(1,0,.25,1);
    transition-timing-function: cubic-bezier(1,0,.25,1);
}
.site-content-chapter02 .titleheader.titleheader_archive.has_himg:after {
    background: #f9dfdc;
}
@media (min-width: 768px) {
	
	ul.notice-box li:before {
		margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    }
	ul.notice-box li {
    padding-left: 4rem;
    }
	.notice-box {
    padding: 2rem;
    font-size: .95rem;
    }
	.txt-box {
    font-size: 1.15rem;
}
	.field-groups {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -.5rem;
    margin-left: -.5rem;
}
	.form-row.half-pc > .form-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    /*padding: 0 .5rem;*/
}
	.form-row label:not(.sub_label) {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    max-width: 240px;
}
	
	section#movie_season.bg_cover .season_grid {
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center right;
	}
	section#movie_season {
   
	}
	.season_grid {
	min-height: 80vh;
	}
	.season_grid .text_content {
    position: absolute;
    top: 20%;
    left: 10%;
    padding: 3rem;
    width: 50%;
 }
	.ck_block_grid {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.ck_block_grid > .ck_block {
		-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
		padding: 24px;
		margin: 0;
	}
	.pageheader-chapter04 .entry-title .rpl_dot {
    display: inline-block;
	}
	.pageheader-chapter04 .entry-title .rpl_dot:after {
    content: "";
	}
	.content-area-chapter04 main#main .tab_container {
	    padding-top: 5%;
	}
	.content-area-chapter01 .ck_block {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0px;
 }
	.content-area-chapter01 .ck_block > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    
 }
 .content-area-chapter01 .ck_block > .tx_inner {
 	box-sizing: border-box;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	-webkit-justify-content: center;
 	justify-content: center;
 }
 .content-area-chapter01 .ck_block > .tx_inner > .page_child_txt {
 	margin-top: 24px;
 	font-size: .95rem;
 }
	.float_up_desc_con:before {
		content: "";
		width: 70%;
		height: 20%;
		position: absolute;
		left: 0;
		top: 17.15%;
		background: rgb(238,227,234);
		background: rgba(238,227,234,1);
		z-index: -1;
	}
	.ck_block.float_up .page_post_con {
		padding: 0;
		font-size: 1rem;
	}
	.content-area-chapter003 .ck_block.float_up .page_post_con {
    font-size: 1.15rem;
	}
	.ck_block.float_up {
		width: 50%;
		position: absolute;
		top: 15%;
		left: 4vw;
		padding: 4rem;
		margin: 0;
	}

	.ck_block.float_up.chapter04_block {
		padding: 2.5rem 4rem 2.5rem 0;
	}
	.ck_block.float_up + .space_float {
		margin-top: 120px;
	}
	.ck_block_wrap.list_grid {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.float_up_desc_con .ck_block_wrap {padding-top: 20%;}
	.float_up_desc_con .ck_block_wrap.list_grid {
		
	}
	.ck_block_wrap.list_grid > .ck_block {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%;
		margin-top: 0;
		margin-bottom: 18px;
	}
	.reason_bk .bk_inner:before, .reason_bk .bk_inner:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(223,195,193,1);
    z-index: 0;
}
.reason_bk .bk_inner:after, .reason_bk .bk_inner:before {
	top: 19.5px;
	height: calc(100% - 19.5px);
}
.reason_bk .bk_inner:before{
	left: 4rem;
}
.reason_bk .bk_inner:after {
	right: 4rem;
	}
	.reason_bk .bk_inner .reason_title:after {
		width: calc(100% - 8rem);
		left: 4rem;
	}
	.chapter03_block .intro_bk {
		padding-top: 4rem;
	}
	nav#next_child_nav, nav#about_child_nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
	}
	nav#next_child_nav + .other_chapters_list {
		margin-top: 62px;
	}
	.about_childs .child-about-link h4 {
		font-size: 1.25rem;
	}
	.about_content .introduce_txt {
		font-size: 1.15rem;
	}
	.about_childs .child-about-link {
	padding: 2rem;
	}
	.titleheader.has_img, .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).has_img.child-about {
    background-size: 68%;
    background-position: right 32%;
    background-repeat: no-repeat;
    padding-top: 60%;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).child-about header.entry-header {
    top: 28%;
	}
	.about-content-area .intro_bk h2.sum_title,
	.about-content-area .intro_bk h3.sum_title,
	.about-content-area .intro_bk p.sum_title {
		font-size: 2rem;
	}
	.about-content-area .intro_bk h2.sum_title + .desc-t,
	.about-content-area .intro_bk h3.sum_title + .desc-t,
	.about-content-area .intro_bk p.sum_title + .desc-t {
		font-size: 1.15rem;
		letter-spacing: 2px;
	}
	.about-content-area .intro_bk .page_child_txt {
		padding-left: calc(10% + 12px);
		font-size: 1.35rem;
		margin-top: 1.5rem;
	}
	.reason_bk .bk_inner .reason_list .item .txt_block {
		padding: 3rem 2.5rem;
	}
	.laco_bk.reason_bk .bk_inner .reason_list .item .txt_block {
		width: 60%;
		top: 20%;
		bottom: auto;
	}
	.reason_bk .bk_inner .reason_title {
		font-size: 1.65rem;
		letter-spacing: 2px;
	}
	.reason_bk .bk_inner .reason_list .item .txt_block .r_tle {
		font-size: 1.85rem;
		margin-bottom: 24px;
	}
	.reason_list .item .merit_num {
		width: 80px;
		height: 80px;
		top: -80px;
		right: -25px;
	}
	
	.reason_bk .bk_inner .reason_list .item .txt_block .text {
		font-size: 1.05rem;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block .objfit-wrap {
	padding-bottom: 60%;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block .objfit-wrap {
	padding-bottom: 110%;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block .objfit-wrap {
	padding-bottom: 130%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block .objfit-wrap {
	padding-bottom: 65%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block .objfit-wrap {
	padding-bottom: 85%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block .objfit-wrap {
	padding-bottom: 100%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block .objfit-wrap {
	padding-bottom: 120%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block .objfit-wrap {
	padding-bottom: 70%;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .txt_block {
	min-width: 380px;
	width: 50%;
	bottom: auto;
	top: 50%;
	transform: translate(0%, -50%);
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .txt_block {
	bottom: 5%;
	width: 50%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .txt_block {
	width: 50%;
	}
.lumix_bk.reason_bk .bk_inner .reason_list .item:last-child .txt_block {
    width: 60%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
}
.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
    padding-bottom: 25%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block {
-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
	}
	
}
@media (min-width: 768px) {
	.ck_block_wrap.list_grid > .ck_block.side_grid_block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.content-area-chapter02 .txt_summary .col_image {
		width: 320px;
		margin-bottom: 0;
	}
	
}
body.home #faq article.child_faq_cat {
    background: #FFF;
	}
@media (min-width: 481px) {
	.reason_list .item:nth-child(even) .item_inner .merit_num  {
		right: auto;
		left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1180px) {
	.child-about-link label.chapter_num {
		font-size: 1.75rem;
	}
	.about_childs .child-about-link {
    padding: 20px 24px;
	}
	.about_childs .child-about-link h4 {
    font-size: 18px;
	}
}
@media (min-width: 1280px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header).has_img.child-about.pageheader-chapter02 {
		
	}
}
@media (min-width: 1438px) {
	.about_childs .child-about-link h4 {
		font-size: 1.15rem;
	}
}


@media (min-width: 961px) {
	
	.reason_list .item:nth-child(even) .item_inner .merit_num {
		left: -25px;
	}
	.laco_bk .reason_list .item:nth-child(odd) .item_inner .merit_num {
		left: -25px;
		right: auto;
	}
	.reason_bk .bk_inner .reason_list {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reason_bk .bk_inner .reason_list .item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 1rem;
	}
	.reason_bk.laco_bk .bk_inner .reason_list .item {
	-ms-flex-preferred-size: 25%;
	padding: 5px;
	flex-basis: 50%;
	max-width: 50%;
	}
	#content .content-area-chapter03 .lumix_bk.reason_bk .bk_inner .reason_list .item .img_block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	#content .content-area-chapter03 .lumix_bk.reason_bk .bk_inner .reason_list .item .img_block .objfit-wrap {
		padding-top: 50%;
		padding-bottom: 50%;
	}
	#main .chapter03_block .laco_bk.reason_bk .bk_inner .reason_list .item .img_block .objfit-wrap {
		padding-bottom: 100%;
	}
	#main .chapter03_block .laco_bk.reason_bk .bk_inner .reason_list .item .img_block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	#main .chapter03_block .reason_bk .bk_inner .reason_list .item .txt_block {
		min-width: 380px;
		width: 50%;
		bottom: auto;
		top: 50%;
		transform: translate(0, 0);
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block {
		min-width: 100%;
		width: 100%;
		left: 0;
		padding: 2rem 8%;
		top: auto;
		bottom: 0;
	}
	#main .chapter03_block .reason_bk .bk_inner .reason_list .item .txt_block .r_tle {
		font-size: 2vw;
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle {
		 font-size: 26px;
		font-size: calc(1.525rem + ((1vw - 12.8px) * 0.9375));
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle, #main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle + .text {
		text-align: left;
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle + .text {
		font-size: 1rem;
		font-size: calc(0.785rem + ((1vw - 9.6px) * 0.625));
	}
}
@media (min-width: 961px) {
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block {
    padding-top: 3rem;
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .merit_num {
    top: -96px;
	}
	.about_childs .chap_nav {
    margin-bottom: 0;
	}
	.content-area-about .site-main h2.heading {
		font-size: 3.25rem;
	}
	.content-area-about .site-main h2.heading small {
		font-size: 75%;
	}

	ul.page_childs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	}
	ul.page_childs > li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 3px 6px;
	}
	ul.page_childs > li:nth-child(odd) {padding-right: 3px;}
	ul.page_childs > li:nth-child(even) {
		padding-left: 3px;
	}
	.site-main.faq .mobile.faq_list, #faq > .mobile.faq_list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	}
	.site-main.faq .mobile.faq_list > .tax, #faq > .mobile.faq_list > .tax {
    margin: 0 0 24px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
		background: transparent;
	}
	
	.site-main.faq .mobile.faq_list > .tax > .sub_tax {
    background: #FFF;
	}
	body.post-type-archive-faq .faq_list > .tax, #faq > .mobile.faq_list > .tax {
		    -webkit-box-shadow: none;
    box-shadow: none;
	}
	section#faq {
    padding: 6rem 2rem;
	}
}
@media (min-width: 1280px) {
	#main .chapter03_block .reason_bk.lumix_bk .bk_inner .reason_list .item .txt_block .r_tle {
		 font-size: 26px;
		font-size: calc(1.525rem + ((1vw - 12.8px) * 0.9375));
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle + .text {
		font-size: 1rem;
	}
	.side_grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.side_grid .img-col {
	width: 30%;
	position: relative;
	}
	.side_grid .txt-col {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.common_page_temp .side_grid_block .card_block_title_group, .side_grid_block .page_post_con {
	}
	.side_grid_block .page_post_con {
    padding-left: 3.5rem;
	}
	.ck_block_wrap.list_grid > .ck_block.side_grid_block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 0;
	}	
	.grid_inner.side_grid, .common_page_temp .side_grid_block .card_block_title_group, .side_grid_block .page_post_con {
		padding-left: 2rem;
		padding-right: 1.5rem;
	}
	.img-col .float_square {
    position: absolute;
    left: -2.5rem;
    top: 50%;
    width: 200px;
    height: 200px;
	max-width: 150%;
	transform: translateY(-50%);
	}
}
@media (min-width: 1548px) {
	ul.page_childs > li {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
	}
	ul.page_childs > li:nth-child(odd), ul.page_childs > li:nth-child(even) {
		    padding: 3px;
	}
}
@media (min-width:1481px) {
	.reason_bk.laco_bk .bk_inner .reason_list .item {
	-ms-flex-preferred-size: 25%;
	padding: 5px;
	flex-basis: 25%;
	max-width: 25%;
	}
	#main .chapter03_block .laco_bk.reason_bk .bk_inner .reason_list .item .img_block .objfit-wrap {
    padding-bottom: 200%;
	}
	#main .chapter03_block .reason_bk.laco_bk .bk_inner .reason_list .item .txt_block .r_tle {
		font-size: 1.52941vw;
	}
}
@media (min-width: 1921px) {
	#main .chapter03_block .reason_bk.lumix_bk .bk_inner .reason_list .item .txt_block .r_tle {
		font-size: 30px;
	}
}
.titleheader.titleheader_archive.pageheader-chapter01:before {
 background: linear-gradient(270deg, #d6b2ba, #e8d3d8, #f1e4e7);
 background-size: 400% 400%;
 -webkit-animation: shimmer 30s ease infinite;
 -moz-animation: shimmer 30s ease infinite;
 animation: shimmer 30s ease infinite;
 }
@media (max-width: 1437px) and (min-width: 961px) {
	.plan-item .label + .con ul.plan-slick-archive {
		margin-left: -6rem;
		margin-right: -4rem;
	}
}
@media (max-width: 1279px) {
	.img-col .float_square {
    height: 180px;
	}
}
@media (max-width: 767px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) .brs-wrap {
    width: 50%;
	}
	.field-groups .field-item + .field-item {
	margin-top: 24px;
	}
	.field-groups .field-item {
		padding: 0;
	}
	.field-groups {
    width: 100%;
}
.field-groups > div + div {
	marign-top: 12px;
}
	.form-row label {
		margin-bottom: 8px;
	}
	.form-row, .field-groups .field-col {
		-webkit-flex-direction: column;
  flex-direction: column;
	}
	.form-row:not(.form-row-txara) {
		-webkit-align-items: flex-start;
  align-items: flex-start;
	}
	.about_childs .child-about-link {
    padding: 1rem;
	}
	label.chapter_num {
    font-size: 2rem;
	min-width: 80px;
	}
	.chapter03_block .reason_bk {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.titleheader.titleheader_archive.pageheader-chapter01:before {
    background-color: #FFF !important;
	}
	.season_grid {
		min-height: 70vh;
	}
}
@media (max-width: 568px) {
	.ck_block.txt_summary .page_post_con {
		font-size: 14px;
	}
	.content-area-chapter02 .txt_summary .page_post_con {
    padding-top: 2rem;
    padding-bottom: 2rem;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .txt_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .txt_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .txt_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .txt_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .txt_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .txt_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .txt_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .txt_block {
		width: 90%;
		max-width: 310px;
		top: 50%;
		bottom: auto;
	}
	.side_grid_block {
    padding: 0;
	}
}
@media (max-width: 480px) {
	.season_grid:after {
		width: 89%;
	}
	h3.season_t {
		font-size: 1.05rem;
	}
	h3.season_t .serif {
		font-size: 2.5rem;
	}
	.season_t + .con h4.head-t {
		font-size: 1.25rem;
	}
	.season_grid .text_content {
		padding-left: 24px;
	}
	.child-about-link label.chapter_num {
	font-size: 1.95rem;
	}
	.reason_list .item:nth-child(even) .item_inner {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
    .reason_list .item:nth-child(even) .item_inner .txt_block {
	right: auto;
	left: -15px;
	}
	.reason_list .item:nth-child(even) .item_inner .txt_block .r_tle, .reason_list .item:nth-child(even) .item_inner .txt_block .text {
		text-align: left;
	}
	.lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
    padding-bottom: 50%;
    }
    .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block .objfit-wrap, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block .objfit-wrap, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block .objfit-wrap, .lumix_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block .objfit-wrap, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(1) .img_block .objfit-wrap, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(2) .img_block .objfit-wrap, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(3) .img_block .objfit-wrap, .laco_bk.reason_bk .bk_inner .reason_list .item:nth-child(4) .img_block .objfit-wrap {
    	padding-bottom: 65%;
    }
	.reason_bk .bk_inner .reason_list .item + .item {
    margin-top: -15%;
	}
}
/*--------------------------------------------------------------
# Plan Arvhive
--------------------------------------------------------------*/
.post-type-archive-plan section#planprice .center-title-header {
    padding: 2rem 0;
}
.post-type-archive-plan section#planprice .center-title-header .heading {
    margin: 0;
    line-height: 1.15;
    font-size: 2.5rem;
    letter-spacing: 1px;
}
.background-anim {
        position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}
/*--------------------------------------------------------------
# Price List
--------------------------------------------------------------*/
.ex_tax {
    font-size: .75rem;
}
.price_table_wrap .price_table {
    margin-top: 3rem;
}

.price_table.price_parts {
    display: table;
    max-width: 1080px;
    width: 100%;
    border-collapse: collapse;
}

.theader, .table_tr {
    display: table-row;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    
}
.table_tr {
	border-top: 1px solid #f4f0f2;
	border-bottom: 1px solid #e9e1e5;
	-webkit-box-shadow: 0px 6px 16px -5px rgba(207,182,190,.25);
	-moz-box-shadow: 0px 6px 16px -5px rgba(207,182,190,.25);
	box-shadow: 0px 6px 16px -5px rgba(207,182,190,.25);
}
.theader {
	border-top: 1px solid #f4f0f2;
	border-bottom: 1px solid #e9e1e5;
	-webkit-box-shadow: 0px -3px 27px -6px rgba(204,159,174,0.25);
	-moz-box-shadow: 0px -3px 27px -6px rgba(204,159,174,0.25);
	box-shadow: 0px -3px 27px -6px rgba(204,159,174,0.25);
}
.theader > div, .table_tr > div {
	display: table-cell;
	    vertical-align: middle;
}
.theader .th {
	padding: .75rem 1rem;
	    color: rgb(210,158,167);
    color: rgba(210,158,167,1);
	    font-weight: 600;
}
.table_tr .td {
	font-size: .95rem;
	line-height: 1.75;
	padding: 1rem;
	border-left: 1px solid #f4f0f2;
}
.table_tr .td_detail {
    width: 40%;
    font-size: .85rem;
}
.td.center, .th.center {
	text-align: center;
}
.td.td_name {
    background: rgb(214,181,193);
    background: rgba(214,181,193,1);
    color: #FFF;
    font-weight: 600;
    font-size: 1.15rem;
}
.td_price .amount {
    font-family: 'BebasNeue-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: rgb(203,116,143);
    color: rgba(203,116,143,1);
}
.td_price .amount, .td_price .amount .unit {
    color: rgb(203,116,143);
    color: rgba(203,116,143,1);
}
.table_block + .table_block {
    margin-top: 4rem;
}
.amount_set + .ex_tax {
    display: block;
}
/*--------------------------------------------------------------
# Campaign List
--------------------------------------------------------------*/
.post-type-archive-campaign .site-main.campaign {
	overflow: visible;
}
.grid_card__list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.card__item_feature {

}
.grid_card__list > .card__item_feature, .grid_card__list > .other_grid {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	
}
.grid_card__list > .other_grid {
	padding: 0 12px;
	margin-left: -6px;
	margin-right: -6px;
}

.grid_card__list .other_grid .card_type_grid {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.grid_card__list > .card__item_feature {
	padding: 6px;
}
.grid_card__list .other_grid .card_type_grid {
    padding: 3px;
}
.grid_card__list > .other_grid > .grid_card__list {
    padding: 0 3px;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) + #primary .site-main.campaign {
    padding: 0 12px;
	margin: 0 auto;
}
.card_intro h2.entry-title .bebus {
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    padding: 0 0 0 2px;
}
.card_intro {
}
.card_type_grid .img_behind {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card_type_grid .img_behind .objfit-wrap {
    height: 100%;
}
.card_intro .entry-title {
	display: inline-block;
}
.card_intro .entry-title, .card_intro .card_foot_txt {
    padding: 1rem;
}
.grid_card__item.card__item_feature .card_type_grid {
    padding: 0;
}
.grid_card__item.card__item_feature .card_type_grid, .grid_card__item.card__item_feature .card_type_grid .card_intro, .grid_card__list .other_grid .card_type_grid .card_intro {
	height: 100%;
}
.grid_card__item.card__item_feature .card_type_grid .card_intro h2{
	font-size: 2em;
}
.card_intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
    box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
}
.card_intro {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	position: relative;
}
.card_intro .card_item_link {
    width: 100%;
    height: 100%;
	left: 0;
	top: 0;
    position: absolute;
	z-index: 1;
}
.card_item_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background-color: rgba(rgba(214,181,193,1));
    background-image: linear-gradient(180deg, transparent, rgba(226,126,129,.8));
    transition: left 0.5s ease-in-out;
    mix-blend-mode: overlay;
    z-index: 3;
}
/*.card_item_link:hover:after {
    left: 0;
}
.card_item_link:hover + header.entry-header .card_foot_txt {
    background: transparent;
    z-index: 1;
}
.card_item_link:hover + header.entry-header .card_foot_txt label.entry_label.nofill_label, .card_item_link:hover + header.entry-header .card_foot_txt .cam-intro {
	color: #FFF;
}*/
.entry-header .cam-intro {
    font-weight: 600;
    line-height: 1.15;
}
.entry-header .cam-intro {
    font-weight: 600;
    line-height: 1.15;
 }
.card_intro .entry-title {
	line-height: 1.15;
	margin: 0;
}
.card_intro .entry-title, .card_intro .entry-title * {
	color: rgb(226,126,129);
	color: rgba(226,126,129,1);
}
.salon_title > a {
    color: rgb(203,116,143);
    color: rgba(203,116,143,1);
    font-weight: 600;
}

/*camp single*/
.content-area-single .card_type_grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-area-single .card_type_grid > header.entry-header {
    background-size: cover;
    background-position: center top;
}

.content-area-single .card_type_grid > .entry-content {
    margin: 0;
    padding: 2rem;
}
ul.cam-notice {
    margin-top: 24px;
    font-size: .85rem;
	padding: 24px 12px;
    border: 1px solid rgba(226,126,129,1);
}

ul.cam-notice li {
    line-height: 1.15;
    padding-left: 24px;
    position: relative;
}
ul.cam-notice li:before {
	content: "\ea3a";
	display: inline-block;
    font: normal normal normal 32px/1 'lacoco';
    font-size: 1rem;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
ul.cam-notice li + li {
    margin-top: 12px;
}

.cam-intro + .con {
    margin-top: 24px;
}

.cam-intro {
    font-weight: 600;
}

h3.cam-catch {
    font-size: 2rem;
}
.counsl_banner h4, .counsl_banner h5 {
    line-height: 1.15;
    margin: 0;
}
.counsl_banner .heading {
    font-size: 2rem;
}
.counsl_banner h5 + h4 {
	margin-top: 24px;
}
.counsl_banner .aveni {
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 3rem;
}
.counsl_banner .heading_group h5 small, .counsl_banner .heading_group h5 strong {
	display: block;
}
.counsl_banner {
    position: relative;
    background: #efefef;
    overflow: hidden;
}
.counsl_banner .heading_group {
	position: absolute;
	left: 5%;
	bottom: 10%;
	z-index: 2;
}
.hald_img_banner {
    height: 420px;
    padding-left: 15%;
}

.counsl_banner .objfit-wrap img {
    object-position: center 20%;
}
.hald_img_banner:before, .hald_img_banner:after {
	content: "";
	position: absolute;
}
.hald_img_banner:before {
    width: 60%;
    height: 35%;
    left: 0;
    bottom: 0;
    background: #f4f0f2;
    z-index: 1;
}
.hald_img_banner:after {
	background: #e3d2d3;
	width: 40%;
	height: 80%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.counsl_banner:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 10%;
	width: 40%;
	height: 40%;
	padding-top: 50%;
	background-image: url(images/brush/WelcomeSplashBig01.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}
.counsl_banner .brs-wrap {
    position: absolute;
    width: 40%;
	min-width: 210px;
    top: 30%;
    left: 0;
    z-index: 1;
}
.counsl_banner .brs-wrap .svg_brush svg {
    fill: rgba(240, 209, 211,1);
}
.site-content .breakcrum .breadcrumb {
    font-size: .85rem;
    padding: 12px;
    background: #FFF;
    border-bottom: 1px solid #f4f0f2;
    border-left: 1px solid #f4f0f2;
}
.single-salon .site-content .breakcrum .breadcrumb {
	border: none;
	padding: 0;
}
.looks_button {
	color: #FFF;
	background: #333533;
	line-height: 1;
	padding: 12px 24px;
}
.over_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
}
.counsl_banner .over_link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: 0.5s ease-in-out;
}
.counsl_banner .over_link:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(210,158,167,.5);
}
.counsl_banner a:hover + .heading_group * {
	color: #FFF !important;
	transition: 0.5s ease-in-out;
}
.sidecol .post_listed {
	position: relative;
}
.sidecol .header_entry .heading {
    margin: 0;
    line-height: 1.15;
    font-size: 1.05rem;
}

.sidecol .header_entry .heading + p {
    margin-top: 8px;
    line-height: 1.15;
    font-size: .85rem;
    font-weight: 400;
}

.sidecol .header_entry {
    padding: 12px;
    background-color: #f4f0f2;
}
.single-campaign .entry-content h1.entry-title {
    color: rgb(226,126,129);
    color: rgba(226,126,129,1);
    margin-top: 0;
    line-height: 1.15;
}
label.entry_label {
    display: inline-block;
    line-height: 1;
    padding: 6px 8px;
    background: rgb(226,126,129);
	background: rgba(226,126,129,1);
    color: #FFF;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .85rem;
    margin-bottom: 16px;
}
.cam_image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    }
.entry-content h1 + h4.cam-ct {
    font-size: 1.2rem;
}
.steps_flow {
    margin-top: 32px;
}

.cam_flow_title {
    line-height: 1.15;
    margin: 0 0 6px 0;
    padding: 12px 24px;
    font-size: 1.25rem;
    background: rgba(219,108,124,1);
    color: #FFF;
}
.steps_cam .heading {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.15;
}
.steps_cam .heading, .steps_cam .heading + .txt {
	padding: 15px 12px;
}
.steps_cam .heading + .txt {
	padding-top: 0;
}
.steps_cam .txt {
	font-size: .95rem;
}
.single-plan .titleheader.titleheader_single.slanted_page_head.has_himg:before {

}
.page_post_con div + p {
    margin-top: 1rem;
}
.page_post_con p + div {
    margin-top: 1rem;
}

.border_box {
    padding: 12px;
    border: 1px solid rgba(210,158,167,1);
    font-weight: 600;
    color: rgba(203,116,143,1);
}
p + ul.label_ul {
    margin-top: 12px;
}
a.link_to {
    text-decoration: underline;
    color: rgba(226,126,129,1);
}
label.entry_label.nofill_label {
    margin: 0;
    background: none;
    color: rgba(247,158,169,1);
}
.line_pnk01 {
    position: relative;
    display: inline-block;
}
.cl_hpnk {
	color: rgba(215,99,118,1);
}
.line_pnk01:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(234,167,172,.2);
    z-index: 0;
}
.c-card__tag {
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
}
.highlight-container, .highlight {
    position: relative;
}
.highlight-container:before, .highlight-container:after {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
}
.highlight-container {
    display: inline-block;
}
.highlight-container:before {
    background: rgba(246, 229, 228, 0.9);
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
}
.highlight-container:after {
    background: rgba(246, 229, 228, 0.6);
    top: 3px;
    right: -2px;
}
.highlight-container .highlight {
    z-index: 4;
    color: rgba(215,99,118,1);
}
h4.cam-ct {
    font-size: 18px;
}
@media (min-width: 1224px) {
	.flex_grid_wide {
		box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.good_grid > .grid_item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
	}
}
@media (max-width: 1223px) {
	.good_grid > .grid_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	}
	.good_grid > .grid_item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.good_grid .img_block {
    width: 180px;
	}
	.good_grid .txt_block {
        padding: 12px 24px;
	}
	.good_grid {
		margin: 0;
	}
	.good_grid .grid_item + .grid_item {
		margin-top: 12px;
	}
	.good_grid .grid_item {
		padding: 0;
		width: 100%;
		border: 1px solid #e7e4e5;
		background: #FFF;
		-webkit-box-shadow: 0 10px 40px -30px rgba(0,0,0,.5);
		box-shadow: 0 10px 40px -30px rgba(0,0,0,.5);
	}
}
@media (max-width: 1799px) and (min-width: 768px) {
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) + #primary .site-main.campaign {
		padding: 0 2rem;
	}
	.card_intro .entry-title, .card_intro .entry-title * {
		color: #FFF;
		background: rgba(226,126,129,1);
	}
	.grid_card__item.card__item_feature .card_type_grid, .grid_card__list .other_grid .card_type_grid {
    padding: 20px;
	}
	.card_intro .entry-title {
		position: absolute;
		right: -20px;
		top: -20px;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal.titleheader_minimal.titleheader_archive_cam {
    padding-bottom: 1rem;
	}
	
}
@media (max-width: 960px) and (min-width: 768px) {
	.grid_card__list .other_grid .card_type_grid {
		padding-left: 0;
    padding-right: 0;
	}
	.grid_card__list .other_grid .card_type_grid .card_intro {
		min-height: 50vh;
	}
	
}
.hald_img_banner {
	height: 460px;
}
.counsl_banner .objfit-wrap img {
    object-position: 65% -55px;
}
.counsl_banner .objfit-wrap {
    padding-bottom: 460px;
}
@media (min-width: 768px) {
	.titleheader.titleheader_archive.titleheader_archive_cam h2.sub-title.bebus + h1.entry-title.midashi,
	.titleheader.titleheader_archive.titleheader_archive_cam p.sub-title.bebus + h1.entry-title.midashi {
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    bottom: 2rem;
    right: 3rem;
	}
	.card_intro .card_foot_txt {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.card_intro .card_foot_txt .desc {
	padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
	.card_foot_txt .line {
    width: 30px;
    height: 10px;
	}
	.card_foot_txt .line {
    background: linear-gradient(to left, #ffcccc 50%, rgba(247,158,169,1) 50%);
    background-repeat: no-repeat;
    background-size: 200% 3px;
    background-position: right 8px;
    -moz-transition: background-position 0.4s ease-out;
    -o-transition: background-position 0.4s ease-out;
    -ms-transition: background-position 0.4s ease-out;
    -webkit-transition: background-position 0.4s ease-out;
    transition: background-position 0.4s ease-out;
	}
	ul.cam-notice {
		padding: 24px;
	}
	.single-plan .titleheader.titleheader_single.slanted_page_head.has_himg:before {
    width: 65%;
    right: 65%;
    top: -40%;
	}
	
	.grid_card__item.card__item_feature .card_type_grid .card_intro {
		
	}
	.card_intro .card_item_link {
		overflow: hidden;
	}
	.card_item_link:before {
		content: "";
		width: 100%;
		height: 40%;
		position: absolute;
		left: 0;
		bottom: 0;
		/* background: rgba(185,141,148,.85);*/
		/* transform: rotate(12deg); */
		z-index: 0;
	}
	.card__item_feature .card_item_link:before {
		height: 15%;
	}
	.card_item_link + header.entry-header {
    position: relative;
    padding: 0;
	width: 100%;
    height: 100%;
    }
    .grid_card__list .other_grid .card_type_grid .card_intro {
    	
    }
	.grid_card__item.card__item_feature .card_type_grid .card_intro, .grid_card__list .other_grid .card_type_grid .card_intro {
		
	}
	.card_intro .entry-title, .card_intro .entry-title *, .entry-header .cam-intro, .entry-header .cam-intro * {

    }
    .card_intro .entry-title {
    	
    }
	.entry-header h3.cam-intro {
		margin: 0;
		font-size: 1rem;
	}
	.other_grid .card_intro .entry-title {
    	font-size: 1.65rem;
    }
	
    .card_intro .entry-title, .card_intro .entry-title + p {
    }
    .card_intro .entry-header:after {
    	content: "";
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	/*background: rgba(203,116,143,.75);*/
    	z-index: 0;
    }
	.steps_cam {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    margin-right: -4px;
    margin-left: -4px;
    }
    .steps_cam > .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 4px;
    }
	.grid_card__list .other_grid .card_type_grid .card_intro {
		min-height: 35vh;
	}
	.flex_grid_pc {
		box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.flex_grid_pc .sidecol {
		-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	max-width: 250px;
	}
	.flex_grid_pc main#main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
	
.content-area-single .card_type_grid .cam_grid .cam_image {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    height: 100%;
}

.cam_grid .cam_image + .entry-content {
	margin: 0;
	padding: 3rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}
	.content-area-single .card_type_grid .no_side_img .cam_image {
		padding-top: 35%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
	}
	.card_intro .card_foot_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: #FFF;
	}
}
@media (min-width: 1800px) {
	.grid_card__list > .card__item_feature {
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
	}
	.grid_card__list > .other_grid {
	-ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
	}
	.grid_card__list .other_grid .card_type_grid {
		-ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
	}
	.grid_card__list .other_grid .card_type_grid .card_intro {
    min-height: 540px;
	height: 540px;
	}
	.card_intro .entry-title, .other_grid .card_intro .entry-title {
    font-size: 1.65rem;
	}
	.card_intro h2.entry-title .bebus {
    font-size: 2rem;
	}
}
@media (max-width: 960px) {
	.mobile_nav .nav-buttons > .button.button_counsel {
    background: rgba(234,167,172,1);
	}
	.sp-slider .hero__claim__subt {
		text-indent: .5em;
		letter-spacing: .5em;
		font-weight: 600;
	}
	.sp-slider > .slide {
		width: 100%;
		height: 100%;
		display: table;
		position: relative;
	}
	.sp-slider > .slide > .slide-image {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.sp-slider .slider-inner{
		display: table-cell;
		vertical-align: bottom;
		padding-bottom: 70px;
		position: relative;
		z-index: 2;
	}
	.sp-slider .svg-wrapper.svg-logo{
		fill: #fff !important;
	}
	.home .cam-banners-box .item {
	display: none;
	}
	.cam-banners-box .item.slick-slide {
    padding: 0 5px;
	display: block;
}
	.active .nav__burger .toggle_lines span, .active .nav__burger .toggle_lines:before, .active .nav__burger .toggle_lines:after {
		bcackground: #FFF;
	}
	.mobile_nav .nav-buttons > .button.button_counsel br {
    display: none;
}
	aside.menu {
    transition: all 1s ease-out;
}
aside.menu:not(.sticky_aside) {
    
    bottom: -80px;
}
	.hide-xs {
		display: none;
	}
	.grid_card__list .other_grid .card_type_grid {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	
	}
	.menu .main-navigation {
		-webkit-box-shadow: 0px -4px 15px 0px rgba(191,187,191,0.15);
-moz-box-shadow: 0px -4px 15px 0px rgba(191,187,191,0.15);
box-shadow: 0px -4px 15px 0px rgba(191,187,191,0.15);
	}
	.menu .main-navigation ul > li > a {
    border-top: 1px solid #f4f0f2;
	}
}
@media (max-width: 767px) {
	h3.season_t .serif {
		padding-left: 0;
		line-height: 1.15;
	}
	.steps_flow .steps_cam .item + .item {
    margin-top: 12px;
	}
	.flex_grid_mid {
		box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.good_grid .grid_item .img_block {
	 -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    max-width: 90px;
	}
	.good_grid .img_inner.objfit-wrap {
		padding-bottom: 100%;
		height: 100%;
	}
	.img_block + .txt_block {
		padding: 15px;
	}
	.good_grid {
		margin: 0;
	}
	.good_grid {
    margin-left: -24px;
	}
	
	.good_grid .grid_item + .grid_item {
    margin-top: 12px;
	}
	.good_grid .ft_title {
		margin: 0 0 12px;
	}
	.theader {
		display: none;
	}
	.table_tr, .table_tr .td {
		display: block;
		position: relative;
		width: 100%;
	}
	.td.td_detail {
		text-align: center;
	}
	.table_tr .td {
		padding-left: 132px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 12px;
		border-bottom: 1px solid #f4f0f2;
		font-size: 14px;
	}
	.table_tr .td:after {
		content: "";
		width: 1px;
		height: 100%;
		background: #f4f0f2;
		position: absolute;
		left: 120px;
		top: 0;
	}
	.table_tr .td:before {
		position: absolute;
		top: 50%;
		left: 1rem;
		width: 140px;
		padding-right: 10px;
		display: block;
		text-align: left;
		transform: translate(0, -50%);
	}
	.table_tr .td_name:before {
		content: "パーツ名";
	}
	.table_tr .td_detail:before {
		content: "パーツ詳細";
	}
	.table_tr .td_num:before {
		content: "部位数";
	}
	.table_tr .td_count:before {
		content: "回数";
	}
	.table_tr .td_price:before {
		content: "価格";
	}
	.single-plan .titleheader header.entry-header {
    padding-top: 32px;
}
.single-plan .titleheader header.entry-header:before {
    content: "";
    width: 200%;
    height: 100%;
    /*background: rgba(255,255,255,.35);*/
    position: absolute;
    bottom: -20%;
    left: -20%;
    z-index: -1;
    transform: rotate(10deg);
}
	
	.page-template-page_search_salon_near_location .area_title + .grouped_pref .pref a.state_link.selected {
		background: rgba(203,116,143,1);
		color: #FFF;
	}
	.page-template-page_search_salon_near_location .area_list .area_block {
		display: block;
		float: left;
		margin-top: 0;
	}
	.counsl_banner.banner_big a.over_link{
		z-index: 4;
	}
	.hald_img_banner:before {
		z-index: 2;
	}
	.counsl_banner .heading_group {
		z-index: 3;
	}
	.counsl_banner:before {
		width: 60%;
		top: 20%;
		z-index: 3;
	}
	.hald_img_banner .objfit-wrap {
    padding-top: 80%;
    }
	.hald_img_banner{
		height: 320px;
	}
	.counsl_banner .heading {
		font-size: 1.25rem;
		margin-top: 14px;
		padding: 15px 20px;
		display: inline-block;
	}
	.site-content .breakcrum .breadcrumb {
		border-top: 1px solid #f4f0f2;
	}
	.content-area-single .card_type_grid .cam_image {
		padding-top: 320px;
	}
	.content-area-single .card_type_grid .cam_image + .entry-content {
		padding: 1rem 1.5rem 2rem;
		margin: 0;
		position: relative;
	}
	.content-area-single .card_type_grid .cam_image + .entry-content .entry-header {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 1.5rem;
	}
	.content-area-single .card_type_grid .cam_image + .entry-content .entry-header h1 {
    margin: 0;
    background: #FFF;
    padding: 12px;
	}
	.single-campaign .entry-content h1.entry-title {
		font-size: 1.65rem;
	}
	.card_intro {
		min-height: 60vh;
		
	}
	.card_type_grid .img_behind {
    height: 90%;
	}
	.card_intro .entry-title {
		background: rgba(226,126,129,1);
		padding: 20px;
	}
	.card_intro .entry-header {
		/*background: rgb(204,88,110);
		background: rgba(204,88,110,1);*/
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
	.grid_card__list .other_grid:nth-child(even) .card_type_grid .entry-header {

	}
	.card_intro .entry-title, .card_intro .entry-title * {
		color: #FFF;
	}
	.card_intro h2.entry-title .bebus {
		font-size: 1.8rem;
	}
	.card_intro .entry-title {
    
    font-size: 1.45rem;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal:not(.slant_header) + #primary .site-main.campaign {
		padding: 0 1rem;
	}
	.grid_card__list > .other_grid, .grid_card__list > .card__item_feature {
		display: block;
		-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	}
	.grid_card__list > .other_grid > .grid_card__list {
    padding: 0 6px;
	}
	.grid_card__list > .card__item_feature {
	}
	.grid_card__list .other_grid .card_type_grid {
		padding: 6px 3px;
	}
	.grid_card__list {
		-webkit-justify-content: center;
  justify-content: center;
	}
	.card_intro .entry-title {
    position: relative;
    z-index: 2;
	}
	.card_intro .card_foot_txt {
    margin-left: 20px;
	    padding-top: 6px;
    position: relative;
	}
	.card_intro .card_foot_txt:after {
    content: "";
    width: 100%;
    height: 125%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 0;
	}
	.card_intro .card_foot_txt > div {
    position: relative;
    z-index: 1;
	}
	.card_intro .card_foot_txt label.entry_label {
    margin-bottom: 5px;
	}
	.entry-header h3.cam-intro {
		margin: 0;
		font-size: 1rem;
	}
}
@media (max-width: 568px) {
	.good_grid .ft_desc {
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	#movie_season .txt p, #movie_season .head-t strong {
    display: inline;
    background: #FFF;
	}
	#movie_season .head-t strong {
		
	}
	section#movie_season.bg_cover .season_grid {
		    background-size: 55%;
	}
	ul.label_ul li {
		font-size: 12px;
	}
	.flow_block.ck_block .page_post_con {
		padding: 2rem 1rem;
	}
	
	label.entry_label {
		font-size: 12px;
	}
	.counsl_banner .aveni {
		font-size: 2.15rem;
	}
	.entry-header h3.cam-intro {
		margin: 0;
	}
}
@media (max-width: 320px) {
	.grid_card__item.card__item_feature .card_type_grid .card_intro h2{
		font-size: 1.6rem;
	}
}
/*--------------------------------------------------------------
# Review Arvhive
--------------------------------------------------------------*/
.site-content-reviews {
	
}
.site-main.reviews {
    overflow: visible;
}
.site-main.reviews .grid_card__list {
    margin: 0 auto;
    overflow: visible;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) {
	height: 100%;
}
.site-content-reviews .titleheader.titleheader_archive.has_himg:before {
	background-image: url("images/bg_review_new.jpg");
	background-repeat: no-repeat;
    background-size: 65%;
    background-position: top right;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) header.entry-header {
	top: 240px;
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) header.entry-header:after {
    content: "";
    left: 160px;
    top: 60px;
    width: 160px;
    padding-top: 149px;
    position: absolute;
    display: block;
    z-index: -1;
    /*background-image: url(images/brush/DiscoverTextSplash.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0%, -50%);
}
.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) + .content-area > .site-main {
	padding: 2rem;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.site-main.reviews .grid_card__list > article {
    position: relative;
	background: #cf9596; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #cf9596 0%, #e6b5b3 20%, #eacdc3 50%, #e6b5b3 80%, #cf9596 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #cf9596 0%,#e6b5b3 20%,#eacdc3 50%,#e6b5b3 80%,#cf9596 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9596', endColorstr='#cf9596',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
}
.site-main.reviews .grid_card__list > article .pborder_card_inner {
    padding: 2rem;
    margin: 1px;
	background: #FFF;
}
.site-main.reviews .grid_card__list > article + article {
    margin-top: 24px;
}
.site-main.reviews header.entry-header .who_info {
    padding: 6px 12px;
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
	background: #faebf0;
    color: rgb(215,99,108);
    color: rgba(215,99,108,1);
}
.site-main.reviews header.entry-header .who_info * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.site-main.reviews header.entry-header .who_info .age {
	margin-left: 5px;
}
h1 + .arc_desc {
    margin-top: 24px;
    font-weight: 600;
}
.site-main.reviews h1.entry-title {
	line-height: 1.15;
	font-size: 1.3rem;
	padding-top: 8px;
    padding-left: 2.5rem;
    margin: 0;
    position: relative;
    line-height: 1.15;
    color: #ea8189;
}
.site-main.reviews h1.entry-title:before {
    content: '\201c';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(247,158,165,1);
    color: rgba(247,158,165,1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1223px) and (min-width: 768px) {
	.cam_grid {
		display: block;
	}
	.content-area-single .card_type_grid .cam_grid .cam_image {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.content-area-single .card_type_grid .cam_image {
		padding-top: 320px;
	    background-position: center top;
	}
}
@media (min-width: 768px) {
	.post-type-archive-reviews .mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader:not(.slant_header) + .content-area {
    padding-top: 360px;
	}
}
@media (max-width: 767px) {
	h1 + .arc_desc {
		margin-top: 14px;
	}
	.site-main.reviews h1.entry-title {
    font-size: 1.15rem;
    
	}
	.site-content-reviews .titleheader.titleheader_archive.has_himg:before {
	background-image: url(images/bg_review_sp_new.jpg);
    background-size: 90%;
    background-position: 50px 30px;
    background-color: #f4f0f2;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) header.entry-header:after {
		    left: 110px;
    top: 30px;
    width: 120px;
    padding-top: 149px;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) header.entry-header {
		top: 72px;
		transform: translate(0, 0);
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) + .content-area{
		padding: 240px 1rem 0;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-reviews .titleheader:not(.slant_header) + .content-area > .site-main {
		padding: 2rem 0rem;
	}
	.site-main.reviews header.entry-header .who_info {
		position: relative;
		font-size: 14px;
		top: auto;
		right: auto;
		display: inline-block;
		float: right;
	}
	.site-main.reviews .grid_card__list > article {
		width: 100%;
	}
	.site-main.reviews h1.entry-title, .site-main.reviews .entry-content {
		padding: 0 1.5rem;
	}
	.site-main.reviews .grid_card__list > article header.entry-header:after {
    content: "";
    clear: both;
    display: block;
    }
	.site-main.reviews .grid_card__list > article .entry-header {
		position: relative;
	}
	.site-main.reviews .grid_card__list > article .entry-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.15);
    left: 0;
    bottom: 13px;
    display: block;
	}
}
/*--------------------------------------------------------------
# News Single
--------------------------------------------------------------*/
.single-content-news .entry-header .entry-title {
    font-size: 2.5vw;
}
aside.a-author > div {
    display: inline-block;
    line-height: 1;
}
h1 + aside.a-author {
    margin-top: 24px;
}
aside.a-author .article-cat {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

aside.a-author .article-cat:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #333533;
}

aside.a-author {
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
}
@media (max-width: 767px) {
	.single-content-news .entry-header .entry-title {
		font-size: 4.25vw;
	}
}
@media (max-width: 575px) {
	.single-content-news .titleheader + .under_slant_con .under_slant_con_inner {
    padding-top: 0;
	}
}
@media (max-width: 480px) {
	.single-content-news .entry-header .entry-title {
		font-size: 6vw;
	}
}

/*--------------------------------------------------------------
# Page Template 02
--------------------------------------------------------------*/
.button_group .btn_col:nth-child(even) .button {
    background: #414a4c;
    border-color: #414a4c;
}
.button_group .btn_col:nth-child(even) .button:focus, .button_group .btn_col:nth-child(even) .button:hover, .button_group .btn_col:nth-child(even) .button:active {
    background: none;
    color: #414a4c;
}
.column-content h5 {
    margin-top: 0;
	
}

.rec_info .con_title {
    font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 18px;
	color: rgba(223,128,139,1);
}

p.info_txt {
    margin-top: 12px;
    line-height: 1.15;
    font-size: 14px;
}
.mailto_link, .tel_link {
    position: relative;
    display: inline-block;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
}
.mailto_link:before, .tel_link:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font: normal normal normal 14px/1 'lacoco';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mailto_link:before {
    content: "\ea2a";
}
.tel_link:before {
    content: "\ea2b";
}
.header_cover + .entry-content {
    margin: 0;
    padding: 100px 0 0;
    position: relative;
    z-index: 2;
}
.header_cover + .entry-content .content_inner {
	max-width: 1300px;
	margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
.header_cover + .entry-content .content_column {
	margin: 0 auto;
    overflow: hidden;
}

.page_description em, .con em {
    font-style: normal;
    font-size: 110%;
}
.page_description p + div {
    margin-top: 1.5rem;
}
.page_description div a {
    margin: 0;
}
header.header_cover {
    position: relative;
}

.header_cover .title_on {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
.header_cover .title_inner {
    padding: 100px 0;
    position: relative;
    z-index: 2; 
}
.header_cover .title_inner h1 {
    margin: 0;
    padding-right: 15px;
    letter-spacing: 0.2em;
    display: inline-block;
    position: relative;

}
.page_description {
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 14px;
}
.header_cover .page_description {
    margin-top: 30px;
}
.left_cover {
    position: relative;
    overflow: hidden;
}
.header_cover .left_cover {
    width: 62%;
    max-width: 1200px;
    position: absolute;
    top: 100px;
    bottom: -100px;
    right: 0;
}
.header_cover .cover-image, .field_image {
	height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.header_cover + .entry-content h3 {
    margin: 2em auto 1em;
    padding: 0.1em 0;
}
.header_cover + .entry-content .list_title {
    padding-left: 0.7em;
    font-size: 25px;
    border-left: 5px solid rgba(223,128,139,1);
	letter-spacing: 4px;
}
.header_cover + .entry-content .content_inner h3:first-child {
	margin-top: 0;
}
.entry-content .content_inner h3 + h5 {
    margin: 2em auto 1em;
    padding: 0.1em 0;
    clear: both;
    line-height: 1.3;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-weight: bold;
	color: rgb(223,128,139);
    color: rgba(223,128,139,1);
}
.grid_big_button {
	font-size: 20px;
	font-weight: bold;
}
.grid_big_button .button {
	
}
.grid_recruit {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.content_column > section {
    
}
.content_column .column-content {
    width: 100%;
    padding: 150px 100px;
}
.content_column > section {
	position: relative;
}
.field_image {
	max-width: 1000px;
	width: 100%;
    min-height: 200px;
}
.field-view {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.entry-content > section.content_sec:not(:first-child) {
    padding-top: 50px;
}
.pagecontent-recruit .entry-header {
    background-color: #f4f0f2;
}
p.bf_button {
    margin-bottom: 24px;
	font-size: 1rem;
}
.grid_recruit.grid_big_button {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -24px;
}

.grid_recruit.grid_big_button .item {
    padding: 0 24px;
   
}
.button_group, .grid_recruit.grid_big_button .item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button_group {
	margin: 0 -12px;
}
.grid_recruit.grid_big_button .item {
	-webkit-flex-flow: column wrap;
  flex-flow: column wrap;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
  align-items: center;
}
.button_group .btn_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding: 0 12px;
}
.bf_img .svg-wrapper.svg-logo {
    width: 100%;
    max-width: 172px;
}
.bf_img {
	width: 100%;
    max-width: 280px;
    margin: 0 auto 24px;
}
.bbefore {
    margin-bottom: 42px;
}
.grid_recruit.grid_big_button .item {
	position: relative;
}
.list_title_sub.lined span {
	display: inline-block;
	background: #FFF;
	color: inherit;
	font-size: inherit;
	padding-right: 12px;
}
.list_title_sub.lined {
    position: relative;
}
.list_title_sub.lined:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
    background: rgba(223,128,139,.5);
}
section.content_sec:last-child > div {
    background: #f4f0f2;
}
li.faq-parent > h4 {
    margin: 0;
	color: rgba(210,158,167,1);
}
.faq_page .mobile .tax .child_faq_cat:not(:last-child) header {
	border-bottom: 1px solid #f4f0f2;
}
.home .faq_page .mobile .tax article header h1 a:before {
	content: "";
}
.header_cover .title_inner h1 + h2.sub-title {
    padding-top: 18px;
    margin: 0;
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.25rem;
    line-height: 1;
}
.header_cover + .entry-content .content_inner .bbefore h3 {
    padding: 0;
    border-left: none;
    font-size: 2rem;
}
.bbefore {
    text-align: center;
}
.header_cover + .entry-content .content_inner .bbefore h3 + h5 span {
    padding: 0 12px;
	font-size: 1.5rem;
}
.header_cover + .entry-content .content_inner .bbefore h3 {
    position: relative;
}
.header_cover + .entry-content .content_inner .bbefore h3 span {
	display: inline-block;
}
.avenir .labelty {
    text-indent: 4px;
}
.labelty {
	display: inline-block;
	position: relative;
	line-height: 1;
    background: rgba(223,128,139,1);
    color: #FFF;
    padding: 12px 42px 6px;
}
.labelty:before, .labelty:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.labelty:before {
    right: -1px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 18px solid #fff;
}
.labelty:after {
    left: -1px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 18px solid #fff;
}
.bf_img {
    position: relative;
	border: 1px solid;
}
.bf_img.req {
	border-color: #0068B7;
	padding: 12px;
}
.txt_req, .txt_req * {
	color: #0068B7;
}
.txt_laco {
	color: rgba(223,128,139,1);
}
.bf_img.laco {
	border-color: rgba(223,128,139,1);
	padding: 12px;
}
.bf_img .svg-logo .laco-logo {
	fill: rgba(223,128,139,1);
}

p.bf_title {
    font-size: 1rem;
}
.arrows_down {
	margin-top: 0;
	margin-bottom: 24px;
	position: relative;
	padding: 0 32px;
}
.arrows_down:before, .arrows_down:after {
	content: "\ea0f";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: inline-block;
    font: normal normal normal 1rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arrows_down:before {
	left: 0;
}
.arrows_down:after {
	right: 0;
}
i {
	color: inherit;
}
h5.list_title_sub.lined .lb_x {
    display: block;
    border: 1px solid rgba(223,128,139,1);
}
h5.list_title_sub.lined .lb_x + span {
	margin-top :12px;
}
.button.big_button.contact_btn {
    background: rgb(223,128,139);
    background: rgba(223,128,139,1);
    color: #FFF;
    border-color: rgba(223,128,139,1);
	padding-top: 15px;
    padding-bottom: 15px;
}
.contact_btn i {
    font-size: 120%;
    vertical-align: middle;
}
.txt + p {
    margin-top: 24px;
}
.contact_btn {
	position: relative;
	padding-left: 42px;
}
.contact_btn i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0, -50%);
}
.button.big_button.contact_btn:hover {
	color: rgba(223,128,139,1);
}
@media screen and (min-width: 961px) {
	
	.grid_recruit.grid_big_button .item:first-child:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #f4f0f2;
	}
	.grid_recruit.grid_big_button .item {
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.entry-content > section.content_sec:not(:first-child) {
		padding-top: 100px;
	}
	.header_cover .page_description {
		width: 50%;
	}
	
	.content_column .column-content {
		width: 900px;
		padding: 150px 100px;
	}
	.content_column > section {
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
	}
	.content_column > section {
		
	}
}


@media screen and (max-width: 1800px) {
    .header_cover .title_inner h1 {
        font-size: 60px;
    }
	.content_column .column-content {
		width: 750px;
		padding: 120px 80px 120px;
	}
}
@media screen and (max-width: 1500px) {
	.field_image {
		min-height: 300px;
	}
	.content_column .column-content {
		width: 600px;
		padding: 100px 50px;
	}
	.header_cover + .entry-content .content_inner {
		padding: 0 80px;
	}
	.header_cover .left_cover {
	top: 15%;
    height: 90%;
	}
    .header_cover .title_inner h1 {
        font-size: 42px;
    }
    .header_cover .title_on {
    padding: 0 80px;
    }
    .header_cover .title_inner {
    padding: 80px 0;
    }
}
@media screen and (max-width: 1200px) {
	.field_image {
		min-height: 200px;
	}
	.content_column .column-content {
		width: 50%;
		padding: 60px 50px;
	}
	.header_cover .title_on {
		 padding: 0 50px;
	}
	.header_cover + .entry-content .content_inner {
		padding: 0 50px;
	}
	
}
.site-content-plan01 .entry-header .price-item .label {
    min-width: 164px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.content_column .column-content {
		width: 100%;
		padding: 42px 32px;
	}
	.grid_recruit.grid_big_button .item + .item {
    margin-top: 32px;
	}
	.header_cover .left_cover {
		width: 80%;
		max-height: 320px;
	}
	.header_cover + .entry-content .content_inner .bbefore h3 + h5 span {
		font-size: 1.5rem;
    line-height: 1.6;
	}
	.site-main.reviews h1.entry-title:before {
		left: -1rem;
	}
	.site-content-plan01 .entry-header .price-item .label {
    min-width: 134px;
	}
}
@media screen and (min-width: 569px) and (max-width: 767px) {
	.page-template-page-temp02 h1.entry-title {
		font-size: 32px;
	}
	.header_cover .title_inner h1 + h2.sub-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 568px) {
	.reason_bk .bk_inner .reason_title .banim_txt {
    font-size: 28px;
	}
	.contact_btn {
		padding-right: 24px;
	}
	.button.big_button.contact_btn {
	font-size: 16px;
    letter-spacing: 0px;
    width: 100%;
	}
	.arrows_down {
		padding: 0 20px;
	}
	p.bf_point.arrows_down {
    font-size: 16px;
	}
	.header_cover .title_inner h1 + h2.sub-title {
		font-size: 14px;
		padding: 12px;
	}
	.header_cover .title_inner h1 + h2.sub-title span {
    background: rgba(223,128,139,1);
    padding: 6px 12px;
    color: #FFF;
	}
	.page-template-page-temp02 h1.entry-title {
    font-size: 24px;
	}
	.site-content-recruit .header_cover .title_inner {
    padding-top: 240px;
	}
	.site-content-recruit .header_cover .title_on {
    padding: 0;
	}
	.site-content-recruit .header_cover .page_description p {
    padding: 24px;
	border: 1px solid rgba(223,128,139,1);
	background: rgba(255,255,255,.4);
	}
	.site-content-recruit h1.entry-title {
    padding: 12px;
    background: #FFF;
    color: rgba(223,128,139,1);
	}
	.site-content-recruit .header_cover .title_inner .recruit_link_item {
	margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
	position: relative;
    z-index: 1;
	}
	.site-content-recruit .header_cover .page_description {
		margin-top: 0;
		padding: 12px 24px;
	}
	.faq_page .mobile .tax > h1,
	.faq_page .mobile .tax > h2 {
		font-size: 16px;
		padding: 12px 24px;
	}
	body.home .faq_list .tax:not(.no_child) > h2:before, body.home .faq_list .tax.no_child > h2 > a:before {
		left: 8px;
	}
	body.home .tax.no_child > h2 > a:after {
		right: 8px;
	}
	body.home .faq_list .tax > h2, body.home .faq_list .tax.no_child > h2 > a {
		padding: 15px 24px 15px 32px;
	}
	body.home .faq_list .tax.no_child > h2 > a {
    padding-right: 36px;
	}
	body.home .faq_list .tax > h2 {
		font-size: 18px;
	}
	.faq_list > .tax:nth-child(odd), .faq_list > .tax:nth-child(even) {
		margin: 0 auto 30px;
	}
	.faq_page .mobile .tax article header h1 a,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h1,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h3,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h4 {
	font-size: 16px;
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
	}
	ul.faq-sub-menu {
    position: relative;
    padding: 0;
    margin: 0;
	}
	li.faq-parent.active > h4 {
    padding: 15px 14px 12px;
    line-height: 1;
    color: #FFF;
	}
	ul.faq-parent-menu li.active {
	padding: 0;
    color: #FFF;
    overflow: hidden;
	}
	.faq_page .mobile .tax article header h1 a:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h1:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h3:before,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h4:before {
		font-size: 20px;
		left: 8px;
	}
	.site-main.faq .content-area.faq_page .faq_list .tax .question_list article header h1:after,
	.site-main.faq .content-area.faq_page .faq_list .tax .question_list article header h3:after,
	.site-main.faq .content-area.faq_page .faq_list .tax .question_list article header h4:after {
    right: 12px;
    font-size: 14px;
	}
	.site-main.faq .content-area.faq_page .faq_list .tax article header h1,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h3,
	.site-main.faq .content-area.faq_page .faq_list .tax article header h4 {
		padding-left: 32px;
		padding-right: 32px;
	}
	body:not(.home) .faq_page .faq_list > .tax.no_child > h1 {
    padding-right: 42px;
    line-height: 1.15;
	}
	body:not(.home) .faq_page .faq_list > .tax.no_child > h1:after {
    right: 18px;
    font-size: 20px;
	}
	
}
@media screen and (max-width: 480px) {
	.line_point:after {
		height: 50%;
	}
	.recruit_link_item .button {
    width: 100%;
	}
	.header_cover .title_on:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f4f0f2;
    z-index: 1;
	}
	.header_cover .left_cover {
		top: 24px;
	}
	.header_cover .title_inner {
    padding-bottom: 62px;
    padding-top: 160px;
	}
	.header_cover + .entry-content .content_inner, .header_cover .title_on {
    padding: 0 32px;
	}
	.grid_big_button .button {
    padding: 10px;
	width: 100%;
	}
	.button_group {
		margin-left: 6px;
		margin-right: 6px;
		width: 100%;
	}
	.button_group .btn_col {
		padding: 0 6px;
	}
}
/*temporaly*/

/* Sitemap */
ul.sitemap-links li h3 {
	margin: 0;
}
ul.sitemap-links > li + li {
    margin-top: 5px;
}
ul.sitemap-links li h3 a {
    margin: 0;
    padding: 1.5rem;
    position: relative;
    line-height: 1;
    font-size: 1.15rem;
    background: #FFF;
    color: rgba(224,126,138,1);
    background: rgba(253,236,237,1);
    display: block;
}

ul.sitemap-links li h3 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgba(224,126,138,1);
}
ul.sitemap-links li h3 a:hover {
	background: rgba(239,190,194,.3);
}
ul.sitemap-links li h3 + .children {
    padding-left: 24px;
}
ul.sitemap-links li h3 + .children li {
    padding: 12px 0 12px 24px;
    position: relative;
}
ul.sitemap-links li h3 + .children li:first-child {
    padding-top: 24px;
}
ul.sitemap-links li h3 + .children li a {
    color: rgba(203,116,143,1);
    display: inline-block;
}

ul.sitemap-links li h3 + .children li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: rgba(203,116,143,1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
ul.sitemap-links li h3 + .children li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(203,116,143,1);
    position: absolute;
    left: 0;
    top: 0;
}
ul.sitemap-links li h3 + .children li:last-child:after {
    height: 50%;
}
/*Shokai Form*/
.titleheader.notslanted + .entry-content {
    margin: 0;
    padding: 2rem;
}
.titleheader.pageheader-form-introduce:after, .titleheader.pageheader-thanks:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 200%;
    height: 300%;
    bottom: 0;
    left: -100%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 122% center;
    -ms-transform-origin: 122% center;
    transform-origin: 122% center;
    background: #e2c0c7;
    background: -moz-linear-gradient(45deg, #e2c0c7 0%, #daafb7 33%, #d29ea7 66%, #ca8c98 100%);
    background: -webkit-linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    background: linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c0c7', endColorstr='#ca8c98',GradientType=1 );
    background: linear-gradient(-45deg, #e2c0c7, #daafb7, #d29ea7, #ca8c98);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.titleheader.pageheader-form-introduce + .entry-content, .titleheader.pageheader-thanks + .entry-content {
	padding-top: 0;
    position: relative;
    z-index: 1;
}

.titleheader.pageheader-form-introduce, .titleheader.pageheader-thanks {
    background-color: transparent;
    overflow: visible;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec, .titleheader.pageheader-thanks + .entry-content .content_sec {
    margin: 0 auto;
    padding: 0;
    max-width: 860px;
    background: #FFF;
	    -webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.3);
    box-shadow: 0 50px 90px -60px rgba(0,0,0,.3);
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec > div, .titleheader.pageheader-thanks + .entry-content .content_sec > div {
	background: none;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > div, .titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > legend {
     padding: 20px 40px;
}
legend.formTitle {
    width: 100%;
    display: block;
    position: relative;
    font-size: 24px;
    /*line-height: 60px;*/
    font-weight: 400;
    padding: 20px 5px 15px 35px;
    color: rgb(203, 116, 143);
    border-bottom: 1px solid rgb(237, 237, 237);
	margin-bottom:10px;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > legend {
	padding: 20px 5px 15px 65px;
}
.pagecontent-form-introduce {
    background-color: #f4f0f2;
}
fieldset > legend > span.num {
    position: absolute;
    background: #000;
    color: #FFF;
    font-size: 32px;
    width: 64px;
    height: 64px;
    text-align: center;
    left: -15px;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Cardo', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}
fieldset > legend > span.num * {
	color: #FFF;
}
legend span.num .st_tx {
	padding-top: 4px;
    font-size: 12px;
    line-height: 1;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
}
legend span.num  .ns {
    font-size: 32px;
    line-height: 1;
    font-family: IowanOldStyleBTPro-Roman;
    font-weight: normal;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset .form-row.half-pc .form-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset .form-row.half-pc .form-row + .form-row {
    margin-top: 24px;
}
.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > .form-row.submit-btn {
    margin: 0;
    padding-bottom: 40px;
}
input.wpcf7-form-control.wpcf7-submit {
    transition: all, 0.3s;
}
.titleheader.pageheader-form-introduce {
	padding-top: 6rem;
}
.titleheader.pageheader-form-introduce header.entry-header {
	text-align: center;
}
.titleheader.pageheader-form-introduce header.entry-header h2.sub-title {
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
	text-indent: -.2em;
    font-size: 1.15rem;
}
legend.formTitle:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(203, 116, 143);
}
ol.stepBar {
    list-style: none;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

ol.stepBar .step {
    text-align: center;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    flex: 1;
    padding-top: 24px;
}
.icon-step {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: rgba(232,214,213,1);
    border: 1px solid rgba(232,214,213,1);
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #e2c0c7;
    background: -moz-linear-gradient(45deg, #e2c0c7 0%, #daafb7 33%, #d29ea7 66%, #ca8c98 100%);
    background: -webkit-linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    background: linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c0c7', endColorstr='#ca8c98',GradientType=1 );
    background: linear-gradient(-45deg, #e2c0c7, #daafb7, #d29ea7, #ca8c98);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.icon-step * {
	color: inherit;
	font-size: inherit;
}
ol.stepBar .step span.st_tx {
    font-family: AvenirNextLTPro-Medium !important;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: .95rem;
    letter-spacing: 1px;
}
.stepBar .step:not(.current) {
    color: #f4f0f2;
}

ol.stepBar:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	top: 76px;
	left: 0;
	background: rgb(232,214,213);
	background: rgba(232,214,213,1);
	display: block;
	z-index: 0;
}
.stepBar .step.current:before, .stepBar .step.done:before {
    content: "" !important;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 76px;
    left: 0;
    background: #333533;
    display: block;
    z-index: -1;
}
.stepBar .step.done:before {
	width: 100%;
}
.current .icon-step, .done .icon-step  {
    background: #333533;
    border-color: #333533;
    color: #FFF;
}
.step:not(.current):not(.done) .title-step nobr, .step:not(.current):not(.done) .st_tx {
    color: rgba(232,214,213,1);
}
.icon-step i {
    font-size: 32px;
    color: inherit;
}
.pagecontent-form-introduce .site-main:not(.confirm-view) .step.current:nth-child(2) .icon-step {
    color: rgba(232,214,213,1);
    border: 1px solid rgba(232,214,213,1);
    background: #e2c0c7;
    background: -moz-linear-gradient(45deg, #e2c0c7 0%, #daafb7 33%, #d29ea7 66%, #ca8c98 100%);
    background: -webkit-linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    background: linear-gradient(45deg, #e2c0c7 0%,#daafb7 33%,#d29ea7 66%,#ca8c98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c0c7', endColorstr='#ca8c98',GradientType=1 );
    background: linear-gradient(-45deg, #e2c0c7, #daafb7, #d29ea7, #ca8c98);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.pagecontent-form-introduce .site-main:not(.confirm-view) .step.current:nth-child(2) span, .pagecontent-form-introduce .site-main:not(.confirm-view) .step.current:nth-child(2) span * {
	color: rgba(232,214,213,1);
}
.pagecontent-form-introduce .site-main:not(.confirm-view) .step.current:nth-child(2):before {
    background: rgb(232,214,213);
    background: rgba(232,214,213,1);
}
h1.entry-title + ol.stepBar {
    margin-top: 24px;
}

.flex_grid_pc > .sidebar h2 {
    padding: 2rem;
	margin: 0;
}
ul.c-card-section__card-list li .c-card {
    padding: 1.5rem 2rem;
    border-top: 1px solid #f4f0f2;
}
.c-card-section__card-listitem {
    position: relative;
}
.sidebar ul.c-card-section__card-list li .c-card {
	padding: 1.2rem;
}
.sidebar.sidebar-cam ul.c-card-section__card-list li .c-card {
	padding: 0;
}
.sidebar-cam ul.c-card-section__card-list li .c-card a + .c-card__obj {
    padding: 0;
    min-height: 180px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.sidebar-cam .c-card__obj__body {
    padding-top: 120px;
}
.sidebar-cam .card_foot_txt {
    padding: 12px;
    background: #FFF;
}
.sidebar-cam .desc .cam-intro {
    font-size: 14px;
}
.sidebar-cam .c-card__title {
    display: inline-block;
    padding: 12px;
    line-height: 1;
    margin: 0;
    background: rgba(195,76,100,1);
    color: #FFF;
}
.sidebar ul.c-card-section__card-list li .objfit-wrap {
    height: 100%;
}
a.c-card__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
	z-index: 2;
}
h3.c-card__title {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.15;
}
p.c-card__date {
    line-height: 1;
	font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: .95rem;
    letter-spacing: 1px;
}
.c-card .img_behind {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cover_side_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
nav.navigation.posts-navigation {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.form-row .wpcf7-not-valid-tip {
    font-size: 13px;
}
input + .wpcf7-not-valid-tip {
    margin-top: 12px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin: 0;
}
/*Thanks Page*/
.thanks_page_temp header.entry-header {
    text-align: center;
}
.thanks_page_temp #main .entry-content {
    padding: 2rem;
}
.thanks_page_temp .entry-content .notice_box {
    background: none;
    font-size: 13px;
    line-height: 1.15;
}
.notice_box ul.notice_list {
	padding: 2rem 1rem;
	border: 1px solid rgba(203,116,143,1);
}
.notice_box ul.notice_list li {
    padding-left: 12px;
    position: relative;
}
.notice_box ul.notice_list li::before {
    content: "・";
    position: absolute;
    left: 0px;
}
.notice_box ul.notice_list li + li {
	margin-top: 12px;
}
.thanks_page_temp header.entry-header h2.sub-title {
    font-size: 4rem;
	color: #FFF;
}
.thanks_page_temp header.entry-header h1.entry-title.midashi.ja_letters {
    font-size: 1.75rem;
}
.thanks_page_temp .entry-content .content_sec h4 {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding: 32px 12px;
    position: relative;
    font-size: 24px;
    line-height: 1.15;
    border-bottom: 1px solid #EDEDED;
	color: rgb(203,116,143);
    color: rgba(203,116,143,1);
}
.thanks_page_temp .entry-content .content_sec > div {
	padding: 2rem;
}
.thanks_page_temp .entry-content .txt_con + .notice_box {
	padding-top: 0;
}
.heart-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    z-index: -1;
}
#heart {
    position: relative;
    width: 100px;
    height: 90px;
    animation: heartbeat 1s infinite;
    margin:0 auto
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
	background: rgb(203,116,143);
    background: rgba(203,116,143,1);
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}
.news-list + .section-more-button {
    margin-top: 24px;
}
.text_row .row_t {
    color: rgba(215,99,118,1);
    border-left: 3px solid;
    padding-left: 15px;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
	.notice_box ul.notice_list li {
		padding-left: 24px;
	}
	.thanks_page_temp #main .entry-content {
    padding: 4rem;
	}
	.cover_side_image {
    position: absolute;
    top: 20%;
    right: 0px;
    width: 40%;
    height: 80%;
    z-index: 1;
	}
	.sidebar {
	border-left: 1px solid #f4f0f2;
	}
	.flex_grid_pc > .content-area-single {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_grid_pc > .sidebar {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
	}
}
@media screen and (min-width: 481px) {
	.stepBar .step:first-child:after, .stepBar .step:last-child:after {
    content: "" !important;
    width: 10px;
    height: 10px;
    display: block;
    background: rgb(232,214,213);
    background: rgba(232,214,213,1);
    position: absolute;
    top: 72px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.stepBar .step.done:after {
	background: #333533;
}
.stepBar .step:first-child:after {
    left: 0;
}
.stepBar .step:last-child:after {
    right: 0;
}
.stepBar .step.current:first-child:after {
	 background: #333533;
	}
}
@media (max-width: 767px) {
	.sidebar-cam li.c-card-section__card-listitem + li {
    margin-top: 12px;
	}
	.sidebar-cam ul.c-card-section__card-list li .c-card {
    border-top: none;
    -webkit-box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
    box-shadow: 0 50px 90px -60px rgba(0,0,0,.5);
	}
	.cover_side_image {
    position: relative;
    height: 180px;
    margin-top: 24px;
	}
	.form-row label + span {
    display: block;
	}
	.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > .form_set > .form-row.half-pc {
    margin: 0;
    display: block;
	}
	.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset .form-row.half-pc .form-row {
    margin: 0;
	}
}
@media screen and (max-width: 568px) {
	.thanks_page_temp header.entry-header h1.entry-title.midashi.ja_letters {
		font-size: 18px;
	}
	.thanks_page_temp #main .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.thanks_page_temp .content_sec p {
		
	}
	.thanks_page_temp header.entry-header h2.sub-title {
		font-size: 3rem;
	}
	.titleheader.pageheader-thanks {
    padding-top: 90px;
	}
	.row_t {
    font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.search_by_location.search_block h3.search_title,
	.search_by_location.search_block h2.search_title {
    font-size: 16px;
	text-align: left;
	display:inline-block;
	}
	/* .search_block.search_list_block h3, */
	.search_block.search_list_block h2 {
    font-size: 20px;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-search-salon-by-gps main#main {
    padding: 2rem 0;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content.site-content-search-salon-by-gps main#main {
    padding: 2rem 0;
}

#content.site-content-search-salon-by-gps .salon_title, #content.site-content-search-salon-by-gps .salon_address {
    padding: 0 1rem;
}

#content.site-content-search-salon-by-gps .row_item.action_foot {
    padding: 0 12px;
	}
	ol.stepBar:before {
		width: 150%;
	}
	fieldset > legend > span.num {
		display: none !important;
	}
	.titleheader.pageheader-form-introduce header.entry-header h2.sub-title {
    font-size: .95rem;
	}
	.titleheader.pageheader-form-introduce header.entry-header h2.sub-title {
    font-size: .95rem;
}

.titleheader.pageheader-form-introduce + .entry-content {
    padding-left: 15px;
    padding-right: 15px;
	}
	.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > legend {
    padding: 20px 15px 20px 25px;
    line-height: 1.15;
    font-size: 1.15rem;
	}
	.titleheader.pageheader-form-introduce + .entry-content .content_sec fieldset > .form_set {
    padding: 20px 15px;
	}
	
}
.site-content-campaign .titleheader h2.sub-title.bebus {
    /*animation: textanim 3s infinite alternate linear;*/
}
.box_shodow {
    -webkit-box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 6px 14px 20px 0px rgba(0,0,0,0.15);
}
.mvline_wrap {
	position: relative;
	display: inline-block;
}
.mvline {
	
}
.step_cam_img .objfit-wrap {
    padding-bottom: 80%;
}
.steps_cam .item .heading, .steps_cam .item .heading:before {
	background: rgba(245,230,230,1);
}
.steps_cam .item .heading:before {
    content: "1";
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: -21px;
    margin-left: -21px;
    border-radius: 100%;
}
.steps_cam .item:nth-child(2) .heading:before {
	content: "2";
}
.steps_cam .item:nth-child(3) .heading:before {
	content: "3";
}
.steps_cam .item .heading {
    position: relative;
    padding: 18px 12px 12px;
    text-align: center;
    color: rgba(215,99,118,1);
}
.steps_flow .steps_cam .heading + .txt {
    padding: 15px;
    font-size: 14px;
}
.next_about_child.about_childs .next_to_me .child-about-link:before {
    background: rgba(207,114,127,1);
    border-color: rgba(207,114,127,1);
}
/*3 Rounds Features*/
.round_txt {
	padding: 6px;
    width: 120px;
    height: 120px;
}
.three_round_icons {
	margin-bottom: 24px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.round_txt .rd_line {
	color: rgba(215,99,118,1);
	border: 1px solid rgba(247,158,165,1);
    border-radius: 100%;
    width: 100%;
    height: 100%;
	text-align: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
	-webkit-justify-content: center;
  justify-content: center;
}
.round_txt i {
	font-size: 32px;
}
.round_txt .txt {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    text-indent: 4px;
	display: block;
	font-family: fot-cezanne-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.rd_line:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    height: calc(100% + 2px * 2);
    width: calc(100% + 2px * 2);
    background: linear-gradient(60deg, #f8b1b7, #f9bbc0, #fbd8db, #f36f79, #fdebed, #e4a3ac, #f9b6bb, #de8f9a);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}
.round_txt .rd_line {
    position: relative;
    background: #FFF;
    padding: 3px;
}
.letterDrop {
  position: relative;
  top: 0;  
  display: inline-block;
  text-transform: uppercase; 
  transform: rotateX(-90deg);
  animation: letterDrop 1.2s ease 1 normal forwards;
}
.droplet {
    transform: translate(0, -300%);
}
#about .heading .droplet {
	color: #ea93a9;
}
#about .heading .droplet span:nth-child(2n) {
  color: rgba(229,120,148,1);
}
.home #about .heading .splash {
    opacity: .3;
}

@keyframes letterDrop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 0.8;
        top: 3.75em;
        transform: rotateX(-360deg);
    }
    100% {
        opacity: 1;
        top: 4.50em;
        transform: rotateX(360deg);
    }
}




@media screen and (min-width: 768px) {
	.section-more-button.more-right-anim {
    animation: bounceDown 2s infinite;
	}
}
@media screen and (min-width: 961px) {
	a.gold_line_desktop.gold_frame_sp {
    font-size: 18px;
    -webkit-align-self: flex-end;
    align-self: flex-end;
	}
	.three_round_icons {
    margin-bottom: 32px;
	}
}
@media screen and (min-width: 1400px) {
	.three_round_icons {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 80%;
	}
}
@media screen and (max-width: 960px) {
	#faq .section-more-button a {
    background: rgba(200,95,118,.6);
    border-color: transparent;
	}
}
@media screen and (max-width: 767px) {
	.sidebar-cam .c-card__obj__body {
    padding-top: 180px;
	}
	.sidebar-cam .card_foot_txt label.entry_label.nofill_label {
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    background: rgba(226,126,129,1);
    color: #FFF;
    padding: 5px;
    letter-spacing: 1px;
    text-indent: 1px;
    font-size: 12px;
	}
	.sidebar-cam .c-card__obj__body {
    position: relative;
	}
	#next_child_nav .child-about-link h4 {
    display: none;
	}
	#next_child_nav .about_childs .prev .child-about-link label:before, #next_child_nav .about_childs .next_to_me .child-about-link label:after {
		content: "\ea0e";
    display: inline-block;
    font: normal normal normal 1em/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	#next_child_nav .about_childs .prev .child-about-link label:before {
    transform: rotateZ(180deg);
	}
	.child-about-link .chapter_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
	}
	nav#next_child_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
	}
	nav#next_child_nav > ul > li {
		padding: 0 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	}
	nav#next_child_nav .about_childs .prev .child-about-link {
    -webkit-flex-direction: row;
    flex-direction: row;
	}
	nav#next_child_nav .about_childs .next_to_me .child-about-link {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
}
@media screen and (max-width: 567px) {
	.round_txt {
    width: 110px;
    height: 110px;
	}
	.round_txt .txt {
    font-size: 14px;
	}
	.price-multi .price_item_body .price-amount {
    line-height: 1;
	}
	.price-multi > .price-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	}
	.price-multi > .price-item:not(:first-child) {
		margin-top: 16px;
	}
}
.acf-map + .flex_grid.action_list .act-item span.txt {
	line-height: 1.15;
}
@media screen and (min-width: 365px) {
	.show-xxsx {
		display: none !important;
	}
}
@media screen and (min-width: 414px) {
	.show-xxs {
	display: none !important;
	}
}
@media screen and (max-width: 414px) {
	.other-reasons:before {
		font-size: 4rem;
	}
	.mobile.mobile_nav.transparent_mobile_nav + .mobile-navigation + #page #content .titleheader.titleheader_normal {
    padding-left: 2rem;
    padding-right: 2rem;
	}
	.acf-map + .flex_grid.action_list .act-item span.txt {
		font-size: 11px;
	}
	.menu .main-navigation ul > li > a {
    font-size: 11px;
	}
	.menu .main-navigation ul > li > a > h2,
	.menu .main-navigation ul > li > a > h3{
    font-size: 11px !important;
	font-weight: bold;
	}
	.content-area-chapter02 .common_page_temp .card_block_title_group {
		padding-left: 30px;
	}
	
}
@media screen and (max-width: 375px) {
	.flow_block .border_box.blk {
    margin-left: -10px;
    margin-right: -10px;
	}
	ul.label_ul li {
    font-size: 11px;
	}
	.flow_block .border_box {
    margin-left: -10px;
    margin-right: -10px;
	}
	.home #reasons h2.heading:before {
    font-size: 4rem;
	}
}
@media screen and (max-width: 351px) {
	.hide-xxxs {
		display: none !important;
	}
	.other-reasons i {
		min-height: 60px;
	}
	.other-reasons > .item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
	}
	.other-reasons > .item:nth-child(3), .other-reasons > .item:nth-child(4) {
    margin-top: 24px;
	}
	
}
@media screen and (max-width: 320px) {
	
	.hide-xxs {
		display: none !important;
	}
	.plan_card .head {
		height: 280px;
	}
	.plan_card .plan-desc {
    font-size: 14px;
	}
	.label_ft {
    font-size: 13px;
    bottom: 22px;
	}
	.flow_block .border_box.blk {
    margin-left: -12px;
    margin-right: -12px;
	}
	ul.label_ul li {
    font-size: 10px;
	}
	.button.big_button.contact_btn {
    font-size: 14px;
	}
	.salon_title {
    font-size: 20px;
	}
	.header_cover + .entry-content .list_title {
    font-size: 22px;
	}
	.menu .main-navigation ul > li > a {
    padding: 6px 2px;
    font-size: 11px;
    letter-spacing: -1px;
	}
	.menu .main-navigation ul > li > a > h2,
	.menu .main-navigation ul > li > a > h3{
    font-size: 11px !important;
    letter-spacing: -1px;
	font-weight: bold;
	}
	.acf-map + .flex_grid.action_list .act-item.calenda .txt {
    max-width: 90px;
    margin: 0 auto;
	}
	.act_btn .action_link {
    font-size: 11px;
	}
	.acf-map + .flex_grid.action_list .act-item span.txt {
    font-size: 10px;
	}
	.tab button {
    font-size: 13px;
	}
	.pnk_marker {
    border-bottom: 3px solid rgba(210,158,167,.7);
    line-height: 1;
	}
	.pnk_marker:after {
    opacity: 0;
	}
	.flow_block_tabs .page_post_con p b {
    font-size: 12px;
    font-weight: 600;
	}
	.reason_list .item .merit_num {
    width: 56px;
    height: 56px;
    right: -40px;
	}
	.reason_list .item .merit_num > .num {
    font-size: 26px;
	}
	.common_page_temp .card_block_title_group {
    padding-left: 30px;
	}
	.flow_block .flow_tle {
    font-size: 18px;
	}
	.common_page_temp .card_block_title_group.title_single h2,
	.common_page_temp .card_block_title_group.title_single h2.card_block_title,
	.common_page_temp .card_block_title_group.title_single h3 {
    font-size: 16px;
	}
	.plan-item > .label {
    font-size: 15px;
	}
	.plan-item .tab button, .plan-item .con p, .plan-item .con_desc, .plan-item .con .con_title, .reason_bk .bk_inner .reason_list .item .txt_block .text {
    font-size: 14px;
	}
	.entry-header .price-item .label {
		font-size: 12px;
	}
	.show-xxs {
		display: block;
	}
	.home #reasons h2.heading .quote {
    font-size: 20px;
	}
	.heading .logo_name {
    width: 70px;
	}
	.sp-slider .hero__claim__subt {
    font-size: 1.2rem;
	}
	h4.hero__claim__title .svg-wrapper.svg-logo {
    width: 240px;
	}
	#hero .button_groups .btn_item .button {
    font-size: 12px;
	}
	.sp-slider .slider-inner {
		padding-bottom: 20px;
	}
	a.gold_line_desktop.gold_frame_sp {
    width: 90%;
	}
	.newstyle .reason-list .item .text .inner {
    width: 210px;
	}
	h3.rs-title {
    font-size: 21px;
	}
	.choose_select .item {
    padding: 0 3px;
	}
	.fuki_catch {
    left: 12px;
	    font-size: 13px;
	}
	.label_ft {
    right: 12px;
	}
	.plan_card .body_content {
    padding: 0 24px;
	}
	.menu .main-navigation ul > li > a {
    font-size: 11px;
	}
	.single-plan .titleheader_single h1.page-title {
		font-size: 20px;
	}
	.price-multi > .price-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
	}
	.price-multi > .price-item + .price-item {
    margin-top: 24px;
	}
	.area_list .area_block {
    padding: 0 6px;
	}
	.area_list {
    margin: 0 -6px;

	}
}
.salon_title .title_span small {
    font-weight: 400;
    font-size: 75%;
}
.salon_title .salon_title_bf {
	    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb small, .single-salon header.entry-header h1 .title_span small {
    font-size: 100%;
}



/* 石橋追加 START-------------------------------------------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------
# レコメンドバナー
--------------------------------------------------------------*/
#recommendList .circle-button {
    border: 2px solid #dbd6d9;
    background: #fcf5f6;
    margin-left: 20px;
    outline: none;
}
#recommendList .circle-button, #welcome-models .circle-button .arrow {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#recommendList .circle-button:disabled {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border-color: #e7e4e5;
    cursor: default;
}
section#recommendList {
    background-color: #fcf5f6;
    position: relative;
}
section#recommendList:before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 40vw;
    height: 100%;
    background: #FFF;
    left: 0;
    top: 0;
}
section#recommendList .title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    /* left: 7%; */
	left:6%;
    width: 50%;
    height: 60px;
    font-family: AvenirNextLTPro-Medium;
    font-weight: normal;
    font-style: normal;
    color: #333533;
    letter-spacing: .1em;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: -1;
	transform: translate(0, -50%);
}
section#recommendList .title-line .line {
    height: 2px;
    background: #f4f0f2;
    width: 100%;
    margin-left: 15px;
    z-index: 0;
}
section#recommendList .arrow-line {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 0;
	transform: translate(0, -50%);
}
section#recommendList .arrow-line .line {
    height: 2px;
    background: #e8e3e5;
    width: 95%;
    position: absolute;
    left: 0;
    z-index: 0;
}
section#recommendList .title-line span {
    /* font-size: 14px; */
	font-size: 34px;
	color: rgba(200,95,118,1);
}

@media (max-width: 1230px) {
	section#recommendList .title-line span {
		font-size: 26px;
		color: rgba(200,95,118,1);
	}
}

@media (max-width: 960px) {
	
	.home #about .heading .splash, .content-area-about .site-main h2.heading .splash  {
		width: 150px;
		left: 50%;
		top: 50%;
		 transform: translate(-50%, -50%);
	}
	section#recommendList {
		padding: 24px 0;
	}
	.center-title-header .title_desc {
    font-size: 18px;
    letter-spacing: 0px;
	}
	a.gold_line_desktop.gold_frame_sp {
    padding: 10px 28px;
    border: 1px solid #e3868d;
    font-weight: 400;
    font-size: 1.15rem;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
	.gold_line_desktop.gold_frame_sp i {
    margin-right: 10px;
	}
	.gold_line_desktop.gold_frame_sp i:before {
    content: "\ea41";
    font-size: 140%;
	}
	.about_text {
    text-align: center;
    width: 100%;
	}
	#about .heading_logo {
    margin: 0 auto;
	width: 130px;
	}
	section#recommendList .campaign_desktop__line__container .title-line, section#recommendList .campaign_desktop__line__container .arrow-line {
    display: none;
	}
}

/*--------------------------------------------------------------
# Review Arvhive
--------------------------------------------------------------*/
.page-template-page_detail_2nd #content .breakcrum,
.page-template-page_detail_page #content .breakcrum,
.page-template-page-csr #content .breakcrum{
	display:none !important;
}

@media (max-width: 1223px) and (min-width: 768px) {
	
}
@media (min-width: 768px) {
.page-template-page_detail_2nd .titleheader.has_img {
    background-size: 68%;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 30%;
    background-color: #f4f0f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
}
@media (max-width: 767px) {
.page-template-page_detail_2nd .titleheader.has_img {
    background-size: 68%;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 30%;
    background-color: #f4f0f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

}
/*--------------------------------------------------------------
# 脱毛のいろは辞典・基礎知識
--------------------------------------------------------------*/
.detail_2nd.titleheader.titleheader_archive.has_himg.has_img:before{
    background: url(images/brush/WelcomeSplashBig03.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 2% 6%;
    z-index: 2;
}
.detail_2nd.titleheader.titleheader_archive.has_himg.has_img:after{
    width: 36%;
}
.detail_2nd.titleheader .wrap.bread{
    z-index: 100;
}
@media (max-width: 425px) {
    .detail_2nd.titleheader .wrap.bread {
        display: none;
    }
}
.detail_2nd .wrap,
.detail_2nd+.about-content-area .wrap{
    max-width: 90vw;
    padding: 0 3.33333vw;
    margin: 0 auto;
}
.detail_2nd.titleheader h1.entry-title{
    font-size: 2.4rem;
    color: #d7636c;
	line-height:1.1;
}
.detail_2nd.titleheader.titleheader_archive h2.sub-title {
    margin-top: 10px;
    font-size: 1.15rem;
    font-weight: bold !important;
    letter-spacing: normal;
    color: #d7636c;
}
@media (max-width: 320px) {
    .detail_2nd.titleheader h1.entry-title {
        font-size: 1.6rem;
    }
    .detail_2nd.titleheader.titleheader_archive h2.sub-title {
        font-size: 1rem;
    }
}

.detail_2nd+.content-area {
    padding-top: 22%;
}
.detail_2nd+.content-area .site-main {
    background: #f4f0f2;
    overflow: visible;
    margin-bottom: 100px;
}
.detail_2nd+.content-area .entry-content {
    margin: 0;
}
.detail_2nd+.content-area .entry-content__inner {
    position: relative;
}
.detail_2nd+.content-area .link_box,
.content-area .reviews .link_box{
    display: block;
    position: relative;
    padding-bottom: 30px;
    z-index: 10;
}
.content-area .reviews .link_box{
    margin-top: 24px;
    border: solid 1px #cf9596;
    -webkit-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 44px -20px rgba(0,0,0,0.5);
    padding-bottom: 0;
}

.content-area #main.news .link_box{
	display: none;
}

.detail_2nd+.content-area .link_box.is_horizontal{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.detail_2nd+.content-area .link_box.is_horizontal .block{
    width: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
}
.detail_2nd+.content-area .link_box.is_horizontal .block{
    width: 49%;
}
.detail_2nd+.content-area .link_box .block table,
.content-area .reviews .link_box .block table{
    border-spacing: 0;
    margin: 0;
}
.detail_2nd+.content-area .link_box .block table th,
.content-area .reviews .link_box .block table th{
    height: 100px;
    padding-left: 35px;
    background: #d58596;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
.detail_2nd+.content-area .link_box .block table td,
.content-area .reviews .link_box .block table td{
    position: relative;
    height: 73px;
    background: #fff;
    padding: 0;
    border-bottom: solid 1px #f4f0f2;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ea8189;
    transition: all 0.2s;
}
.content-area .link_box .block table td:hover{
    background: #ffefee;
    transition: all 0.2s;
}
.detail_2nd+.content-area .link_box .block table td::before,
.content-area .reviews .link_box .block table td::before{
    content: '\201c';
    position: absolute;
    top: 25%;
    left: 30px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(247,158,165,1);
    display: block;
}
.detail_2nd+.content-area .link_box .block table td::after,
.content-area .reviews .link_box .block table td::after{
    content: "\ea12";
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0,-50%) rotate(-90deg);
    font: normal normal normal 1.25rem/1 'lacoco';
    speak: none;
}
.detail_2nd+.content-area .link_box .block table td a,
.content-area .reviews .link_box .block table td a{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 72px;
    align-items: center;
}
.about_childs_navi_inner{
    padding: 0 2rem;
}
 @media (max-width: 1692px) {
     .detail_2nd + .content-area .link_box .block table td {
         font-size: 1.13rem;
     }
 } 
 @media (max-width: 1056px) {
     .detail_2nd + .content-area {
         padding-top: 30%;
     }
     .detail_2nd + .content-area .link_box.is_horizontal {
         display: block;
     }
     .detail_2nd + .content-area .link_box.is_horizontal .block {
         width: auto;
     }
     .detail_2nd + .content-area .link_box.is_horizontal .block:first-of-type {
         margin-bottom: 30px;
     }
 } 
 @media (max-width: 767px) {
     .detail_2nd + .content-area .link_box .block table td {
         font-size: 1rem;
     }
     .detail_2nd + .content-area .link_box .block table td::before {
         font-size: 3.4rem;
     }
 }
 @media (max-width: 600px) {
     .detail_2nd + .content-area {
         padding-top: 45%;
     }
 }

 @media (max-width: 425px) {
     .detail_2nd + .content-area {
         padding-top: 50%;
     }
 }

/*--------------------------------------------------------------
# 記事ページ
--------------------------------------------------------------*/
main.detail_page_temp .titleheader{
    padding: 10vw 0 9.16667vw;
}
@media (max-width: 768px) {
    main.detail_page_temp .titleheader {
        padding: 18vw 0 9.16667vw;
    }
}
@media (max-width: 425px) {
    main.detail_page_temp .titleheader {
        padding: 25vw 0 9.16667vw;
    }
}
@media (max-width: 320px) {
    main.detail_page_temp .titleheader {
        padding: 33vw 0 9.16667vw;
    }
}
.detail_page_temp .titleheader header.wrap {
    max-width: 90vw;
}
.detail_page_temp .titleheader header.wrap h1.entry-title {
    font-size: calc(1.8125rem + ((1vw - 3.2px) * 1.3125))/* 29px @ 320px increasing to 50px @ 1920px */
}
@media (min-width: 1920px) {
    .detail_page_temp .titleheader header.wrap h1.entry-title { 
        font-size: 50px;
  }
}
/*
@media (max-width: 767px) {
    .titleheader:not(.notslanted) + .entry-content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    .titleheader:not(.notslanted) + .entry-content .entry-content__inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
*/

@media (min-width: 769px) {
    .detail_page_temp .titleheader:not(.notslanted) + .entry-content .entry-content__inner {
        padding-top: 8rem;
    }
}
.detail_page_temp .entry-content .entry-content__inner h2{
    position: relative;
    padding-left: 22px;
    margin:0 0 50px;
    font-size: 1.55em;
    font-weight: normal; 
}
.detail_page_temp .entry-content .entry-content__inner h2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #df808b;
}
.detail_page_temp .entry-content .entry-content__inner h3{
    font-size: 1.25em;
    color: #d76376;
    margin: 0 0 30px; 
}
.detail_page_temp .entry-content .entry-content__inner .article_box,
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block {
    margin-bottom: 50px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block li{
    list-style: disc;
    margin: 0 0 0.5em 1.5em;
}

.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice {

}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice .customer_voice_header {
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 2em;
    color: #d76376;
    letter-spacing: 3px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice .customer_voice_header::before {
    content: none;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice .customer_voice_header_02 {
    padding: 15px 0 15px 40px;
    margin: 0 0 15px;
    background: #d76376;
    font-size: 1.5em;
    color: #fff; 
    transform: translate(0, -15px);
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list {
    display: flex;
    border: solid 1px #d76376;
    padding: 10px;
    margin: 0 0 10px 0;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div:first-of-type {
    min-width: 134px;
    margin-right: 30px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div p {
    margin-top: 20px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div p span.catch {
    position: relative;
    padding-left: 1.6em;
    font-size: 20px;
    font-weight: bold;
    color: #ea8189;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div p span.catch::before {
    content: '\201c';
    position: absolute;
    top: -2px;
    left: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(247,158,165,1);
    display: block;
    font-weight: normal;
}
@media (max-width: 425px) {
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice .customer_voice_header {
    white-space: nowrap;
    font-size: 1.8em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice .customer_voice_header_02 {
    padding: 10px 0 10px 40px;
    font-size: 1.3em;
} 
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div p:first-of-type{
    text-align: center;
} 
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list {
justify-content: center;
    flex-direction: column;
    align-items: center;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .customer_voice li.customer_voice_list div:first-of-type {
    margin-right: 0;
}
}

.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box {
    display: flex;
    margin: 1.5em 0;
}
@media (max-width: 767px) {
    .detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box {
        display: block;
    }
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box .horizontal_block:first-of-type{
    margin-right: 30px;
}
@media (max-width: 767px) {
    .detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box .horizontal_block:first-of-type {
        margin: 0 0 1.5em;
    }
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading{
    position: relative;
    padding-left: 1.5em;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 ,-50%);
    width: 17px;
    height: 17px;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading.pink::before{
    background: #ff7bac;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading.blue::before{
    background: #0071bc;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading.red_icon::before{
    background: #DD4447 ;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .list_heading.pink_icon::before{
    background: #ff7bac ;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box .horizontal_block ul li{
    margin: 0 0 0 1.5em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .horizontal_box .horizontal_block ul li:last-of-type{
    margin-bottom: 1.5em;
}

.detail_page_temp .entry-content .entry-content__inner .article_box .article_block button{
    display: block;
    margin: 0;
    padding: 20px 70px;
    border: solid 1px #d76376;
    border-radius: 0;
    background: none;
    font-size: 1.1rem;
    color: #d76376;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block button:hover{
    background: #d76376;
    color: #fff;
}
@media (max-width: 768px) {
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block button{
    margin: auto;
    padding: 20px 20px;
    font-size: 1rem;
}
}
.pink{
    color: #ff7bac;
}
.pink_bold{
    color: #ff7bac;
    font-weight: bold;
}
.blue{
    color: #0071bc;
}
.red{
    color: #ff0000;
}

.square_icon{
    position: relative;
    padding-left: 1.5em;
}
.square_icon::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
}
.square_icon.is_red::before{
    background: #EFA39F;
}
.square_icon.is_vivid_red::before{
    background: #ff0000;
}
.square_icon.is_pink::before{
    background: #F9D0C3;
}
.square_icon.is_orange::before{
    background: #F4B46A;
}
.square_icon.is_green::before{
    background: #C3E79D;
}


@media (min-width: 769px) {
    .width40_pc{
        width: 40%;
        min-width: 500px;
    }
    .min_w300px_pc{
        min-width: 300px;
    }
}

.more-link{
    margin-top: 20px;
    text-align: center;
}
.more-link a{
    position: relative;
    line-height: 24px;
    padding-bottom: 8px;
    display: inline-block;
    letter-spacing: 2px;
}
.more-link a::before {
    content: "";
    background: #333533;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.more-link a i{
    padding: 1px 0 0 2px;
    vertical-align: text-top;
}

/*--------------------------------------------------------------
# レビュー
--------------------------------------------------------------*/
.review_other_area {
    margin: 5rem 0 3rem 0;
    text-align: center;
}
.review_other_area .review_other_area_detail {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 80%;
    max-width: 500px;
    margin: 0;
    border: solid 1px #d76376;
    border-radius: 0;
    background: none;
    font-size: 1.1rem;
    color: #d76376;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}
.review_other_area .review_other_area_detail a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.review_other_area .review_other_area_detail:hover{
    background: #d76376;
    color: #fff;
}
.review_other_area .review_other_area_detail::after{
    content: "\ea0e";
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 1.15rem/1 'lacoco';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review_other_area .review_other_area_detail:hover::after{
    color: #fff;
}
@media (max-width: 425px) {
    .review_other_area {
        margin: 4rem 0 2rem 0;
    }
    .review_other_area .review_other_area_detail {
        width: 100%;
    }
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .date{
    font-size: 1.2em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .introduction {
    margin-bottom: 3em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .voice_box p + p {
    margin-top: 0.8em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .voice_box .voice_block {
    margin-bottom: 2em;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .voice_box .voice_block:last-of-type {
    margin-bottom: 0;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .voice_box .voice_block .question {
    font-weight: bold;
    color: #e48898;
}
.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .voice_box .voice_block .answer {
}

.detail_page_temp .entry-content .entry-content__inner .article_box .article_block .date + .introduction + .horizontal_box .horizontal_block img {
    max-width: 300px;
    min-width: 230px;
}

.staff_message{
    position: relative;
    padding: 0 0 0 10%;
    color: #e48898;
}
.staff_message::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8%;
    height: 1px;
    background: #e48898; 
}
.staff_message span{
    position: relative;
    font-size: 1.8em;
}


.staff_message span::before{
    content: "Thank you";
    position: absolute;
    top: -29px;
    right: -150px;
    font-family: shelby, sans-serif;
    color: #e48898;
    font-size: 1.5em;
    transform: matrix(1, -0.1, 0.3, 1, 0, 0);
}
.staff_message span::after{
    content: "for coming";
    position: absolute;
    top: 2px;
    right: -200px;
    font-family: shelby, sans-serif;
    color: #e48898;
    font-size: 1.5em;
    transform: matrix(1, -0.1, 0.3, 1, 0, 0);
}
@media(max-width:425px) {
    .staff_message span::before {
        top: -23px;
            right: -80px;
        color: #e48898;
        font-size: 1.0em;
    }
    .staff_message span::after {
        top: 2px;
        right: -110px;
        font-size: 1.0em;
    }
}
@media(max-width:320px) {
    .staff_message span{
        font-size: 1.5em;
    }
}

/*--------------------------------------------------------------
# サイトマップ
--------------------------------------------------------------*/
ul.sitemap-links li .children .page_item_has_children .children li{
    padding: 8px 0 8px 24px;
	font-size: 0.9rem;
    position: relative;
}

ul.sitemap-links li h3 + .children li.page_item_has_children:before {
    content: "";
    width: 15px;
    height: 1px;
    background: rgba(203,116,143,1);
    position: absolute;
    left: 0;
	top:24px;
    /* top: 50%;
    transform: translate(0,-50%); */
}

ul.sitemap-links li h3 + .children li.page_item_has_children:last-child:after {
    height: 24px;
}

/*--------------------------------------------------------------
# キャンペーン
--------------------------------------------------------------*/

#primary .campaign .other_grid .link_box{
	display: none;
}

/*--------------------------------------------------------------
# サロン検索
--------------------------------------------------------------*/
.single-salon .salon-content .salon-row.salon-row-kuchikomi{
    background: #fdf4f7;
    padding: 3rem 2rem;
}

.single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a{
    display: block;
    width: 92%;
    box-sizing: border-box;
    padding: 0 10px;
    background: #e08695;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a:hover{
    opacity: 0.6;
}

.single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a span{
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 1.5rem 0 1.5rem 42px;
}

.single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a span:after{
    position: absolute;
    top: 1.3rem;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    font: normal normal normal 32px/1 'icomoon';
    color: #fff;
	content: "\e900";
}

@media screen and (min-width:1120px) and (max-width:1279px) {
    .area_list .area_block .area_title h3 {
        font-size: 1rem;
		padding-top: 3px;
    }
}

@media screen and (min-width:768px) and (max-width:1119px) {
	.area_list .area_block{
		padding: 0 8px;
	}
	
	.area_list .area_block .area_title{
		padding: 6px 0 6px 6px;
	}
	
    .area_list .area_block .area_title h3 {
        font-size: 0.82rem;
		padding-top: 3px;
    }
}

@media(max-width:767px) {
    .single-salon .salon-content .salon-row.salon-row-kuchikomi{
        padding: 2rem;
    }
    .single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a{
        width: 100%;
        transition: all 0.3s ease 0s;
    }
    .single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a span{
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 1.5rem 0 1.5rem 28px;
    }

    .single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a span:after{
        position: absolute;
        top: 1.4rem;
        left: 0;
        width: 18px;
        height: 18px;
        content: '';
        font: normal normal normal 24px/1 'icomoon';
        color: #fff;
        content: "\e900";
    }
    .area_list .area_block .area_title{
        padding: 6px 24px 6px 12px;
    }
}

@media(max-width:320px) {
    .single-salon .salon-content .salon-row-kuchikomi .kuchikomi-item a span{
        font-size: 14px;
        display: inline-block;
        position: relative;
        padding: 1.5rem 0 1.5rem 26px;
    }
}



/* 石橋追加 END-------------------------------------------------------------------------------------------------------------------------- */


/* 2020.1.24 REVIEWページ最下部にリンク追加 START */

.kuchikomi_link {
    width: 600px;
    height: 3em;
    margin: 2.5em auto 1em;
    background: #df949e;
    font-size: 21px;
    line-height:3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#main.campaign .kuchikomi_link,
#main.news .kuchikomi_link{
	display: none;
}

.kuchikomi_link a {
	display: block;
	width: 100%;
	height: 100%;
    color: #FFFFFF;
    font-weight:600;
}

@media only screen and (max-width: 960px) {
    .kuchikomi_link {
        width: 100%;
        font-size: 6.4vw;
    }
}

/* 2020.1.24 REVIEWページ最下部にリンク追加 END */

/* 2020.9.1 plansページ 注意書き追加 START */

.bunkatsu{
	margin-top: 10px;
	font-size: 0.7em;	
}
.price{
	font-size: 0.5em;
}
/* 2020.9.1 plansページ 注意書き追加 END */
