/*---------------------------------------------------------
Theme Name: staff_lp_themes
Description: 個人集客LP
Theme URI:
Author: IT-Brain
Author URI:
Version: 1.00
---------------------------------------------------------*/

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: inherit;
}

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

b,
strong {
	font-weight: bolder;
}

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

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

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

dfn {
	font-style: italic;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

audio,
video {
	display: inline-block;
}

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

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

canvas {
	display: inline-block;
}

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-font-feature-settings: "palt" 1;
	-webkit-font-kerning: auto;
	color: #4D4D4D;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 0;
}

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

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

a {
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link {
	border-radius: 0;
}

ol {
	list-style: none;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

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

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

em {
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.googlecal {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

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

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

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

/* Under Construction ======================== */

.UnderConstruction {
	font-size: 2.4rem;
	text-align: center;
}

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

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

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

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

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

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

/* border-radius */

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

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

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

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

/* border-none */

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

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

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

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

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

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

.u-cf {
	*zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* auto margin */

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

/* Top margin */

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

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

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

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

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

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

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

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

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

/* Right margin */

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

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

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

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

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

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

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

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

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

/* Bottom margin */

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

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

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

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

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

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

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

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

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

/* Left margin */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Top padding */

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

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

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

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

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

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

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

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

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

/* Right padding */

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

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

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

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

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

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

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

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

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

/* Bottom padding */

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

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

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

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

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

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

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

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

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

/* Left padding */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibleXs {
	display: none  !important;
}

.visibleXs_ls {
	display: none  !important;
}

.visibleTab {
	display: none !important;
}

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

.hiddenXs {
	display: block;
}

.hiddenXs_ls {
	display: block;
}

.hiddenTab {
	display: block !important;
}

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

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

::-moz-selection {
	background-color: #4D4D4D;
	color: #ffffff;
}

::selection {
	background-color: #4D4D4D;
	color: #ffffff;
}

/* Firefox */

::-moz-selection {
	background-color: #4D4D4D;
	color: #ffffff;
}

/* hover-reset ======================== */

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

/*===================================
container_base
================================== */

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

.pageBody-inner {
	padding-top: 120px;
	width: 100%;
}

.pageBody-inner.nogutter {
	padding-top: 0;
}

.containerArea {
	margin: 0 auto;
	width: calc((100% / 12) * 8);
}

.reserveContents {
	background-color: #d9edf8;
	margin-top: 80px;
	padding: 60px 0;
}

.reserveContents .reserveParts-area {
	margin-top: 0;
}

.reserveContents.noGutter {
	margin-top: 0;
}

/*===================================
reserve parts
================================== */

.reserveParts-area-title {
	margin: 0 auto;
	max-width: 600px;
	position: relative;
	width: 100%;
}

.reserveParts-area-title span {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.75;
	text-align: center;
}

.reserveParts-area-title::before,
.reserveParts-area-title::after {
	background: #4D4D4D;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}

.reserveParts-area-title::before {
	-webkit-transform: rotate(-25deg);
	left: 0;
	transform: rotate(-25deg);
}

.reserveParts-area-title::after {
	-webkit-transform: rotate(25deg);
	right: 0;
	transform: rotate(25deg);
}

.reserveParts-area .reserveParts {
	margin: 16px auto 0;
	max-width: 640px;
	width: 100%;
}

.reserveParts-area .reserveParts-inner {
	background: #fff;
	border: 1px solid #4D4D4D;
	padding: 24px;
}

.reserveParts-area .reserveParts-inner .couponName_area {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.reserveParts-area .reserveParts-inner .couponName_area li:nth-child(1) {
	background: #4D4D4D;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	width: 36%;
}

.reserveParts-area .reserveParts-inner .couponName_area li:nth-child(2) {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	width: 60%;
}

.reserveParts-area .reserveParts-inner .couponPrice_area {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 8px;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(1) {
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	margin-left: 16px;
	width: 36%;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(1) p:nth-child(2)::after {
	border-color: transparent transparent transparent #4D4D4D;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	content: "";
	display: inline-block;
	margin-left: 4px;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(2) {
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1;
	width: 60%;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(2) span {
	font-size: 1.6rem;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) {
	background: -webkit-gradient(linear, left top, left bottom, from(#82B8D9), to(#076BAA));
	background: -webkit-linear-gradient(#82B8D9, #076BAA);
	background: linear-gradient(#82B8D9, #076BAA);
	margin-top: 16px;
	width: 100%;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) a {
	color: #fff;
	display: block;
	font-size: 2.0rem;
	padding: 20px 0;
	text-align: center;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) a::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	content: "";
	display: inline-block;
	margin-left: 16px;
}

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

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

.headerArea {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

.headerArea-navi {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 16px 0;
	width: 100%;
}

.headerArea-navi-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.headerArea-navi-inner li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

.headerArea-navi-inner li:last-child {
	background: #4D4D4D;
	border-radius: 50px;
	position: relative;
}

.headerArea-navi-inner li:last-child a {
	color: #fff;
	padding: 8px 24px;
}

/*===============================
humberger
================================*/

#humberger {
	display: none;
	z-index: 999;
}

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

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

#pageFooter {
	padding: 16px 0;
	text-align: center;
}

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

/*===============================
KV
================================*/

/*===============================
reserveParts
================================*/

/*===============================
intro
================================*/

.intro-area {
	padding-top: 80px;
	position: relative;
}

.intro-area::before {
	border-color: #EFFAFE transparent transparent transparent;
	border-style: solid;
	border-width: 440px 100vw 0 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.intro-area-title {
	border-bottom: solid 2px #4D4D4D;
	margin: 0 auto 64px;
	max-width: 560px;
	padding: 0 0 24px;
	position: relative;
	text-align: center;
	width: 100%;
}

.intro-area-title span {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 4.0rem;
	letter-spacing: 8px;
	line-height: 1.75;
}

.intro-area-title span:nth-child(1) {
	background: #4D4D4D;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 2.0rem;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding: 0 8px;
}

.intro-area-title::before,
.intro-area-title::after {
	-webkit-transform: translateX(-50%);
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.intro-area-title::before {
	border: solid 24px transparent;
	border-top: solid 24px #4D4D4D;
}

.intro-area-title::after {
	border: solid 28px transparent;
	border-top: solid 28px #fff;
	margin-top: -7px;
}

.intro-area-inner {
	margin: 0 auto;
	width: calc((100% / 12) * 8);
}

.intro-area-inner-imgBlock .imgList {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.intro-area-inner-imgBlock .imgList li {
	margin-top: 16px;
	width: 23%;
}

.intro-area-inner-troubleBlock {
	margin-top: 40px;
}

.intro-area-inner-troubleBlock .troubleText p {
	font-family: "Noto Serif JP", serif;
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.75;
	text-align: center;
}

.intro-area-inner-troubleBlock .troubleText p span {
	color: #82B8D9;
	font-size: 4.4rem;
	letter-spacing: 8px;
	line-height: 1.5;
}

.intro-area-inner-troubleBlock .troubleList {
	margin-top: 40px;
}

.intro-area-inner-troubleBlock .troubleList-inner {
	border: 3px solid #82B8D9;
	margin: 0 auto;
	max-width: 600px;
	padding: 24px;
	width: 100%;
}

.intro-area-inner-troubleBlock .troubleList-inner li {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 32px;
	padding-left: 40px;
	position: relative;
}

.intro-area-inner-troubleBlock .troubleList-inner li:first-child {
	margin-top: 0;
}

.intro-area-inner-troubleBlock .troubleList-inner li::before {
	border: 1px solid #7F8080;
	content: "";
	display: block;
	height: 18px;
	left: 2px;
	margin-right: 8px;
	position: absolute;
	top: 4px;
	width: 18px;
}

.intro-area-inner-troubleBlock .troubleList-inner li::after {
	color: #FF816F;
	content: "✓";
	font-size: 3.6rem;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 10px;
}

.staffArea_title {
	background-color: #B7AC7B;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	padding: 24px 0 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.staffArea_title span {
	display: block;
}

.staffArea_title span:nth-of-type(2) {
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.staffArea_title::after {
	border-color: #B7AC7B transparent transparent transparent;
	border-style: solid;
	border-width: 100px 50vw 0 50vw;
	bottom: -100px;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.staffArea_inner {
	margin-top: 200px;
}

.staffArea_inner-staffInfo {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 640px;
}

.staffArea_inner-staffInfo li {
	width: 48%;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(1) {
	font-size: 2rem;
	line-height: 1.75;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(2) {
	margin-top: 16px;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(2) span {
	display: block;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) {
	-ms-flex-flow: wrap;
	border-top: 4px solid #E5DEBD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	margin-top: 16px;
	padding-top: 16px;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span {
	margin-right: 16px;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span a {
	font-size: 3.6rem;
	line-height: 1;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span .fa-instagram::before {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
	background-image: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
	color: transparent;
	position: relative;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span .fa-twitter {
	color: #2D9BCD;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span .fa-facebook {
	color: #076BAA;
}

.staffArea_inner-staffPoint {
	padding-top: 32px;
}

.staffArea_inner-staffPoint_title {
	font-family: "Noto Serif JP", serif;
	font-size: 4.8rem;
	position: relative;
	text-align: center;
}

.staffArea_inner-staffPoint_title::after {
	-webkit-transform: translateX(-50%);
	border-color: #E5DEBD transparent transparent transparent;
	border-style: solid;
	border-width: 36px 156px 0 156px;
	bottom: -32px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.staffArea_inner-staffPoint_title span {
	color: #FF816F;
	font-size: 8rem;
}

.staffArea_inner-staffPoint_title i {
	font-style: normal;
	position: relative;
}

.staffArea_inner-staffPoint_title i::before {
	-webkit-transform: translateX(-50%);
	background-color: #FF816F;
	border-radius: 50%;
	content: '';
	height: 5px;
	left: 50%;
	position: absolute;
	top: -3px;
	transform: translateX(-50%);
	width: 5px;
}

.staffArea_inner-staffPoint_list {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 100px auto 0 auto;
	max-width: 800px;
}

.staffArea_inner-staffPoint_list li {
	border-bottom: 1px solid #FF816F;
	border-top: 1px solid #FF816F;
	margin-bottom: 40px;
	padding: 40px 16px 40px 64px;
	position: relative;
	width: 100%;
}

.staffArea_inner-staffPoint_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(1) span {
	color: #fff;
	font-size: 1.4rem;
	left: 5px;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 5px;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(1) span i {
	font-size: 1.8rem;
	font-style: normal;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(1)::before {
	border-color: #FF816F transparent transparent transparent;
	border-style: solid;
	border-width: 80px 80px 0 0;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(2) {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	line-height: 1.5;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(3) {
	background-color: #F2F2F2;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 24px;
	padding: 16px;
}

.voiceArea {
	background-color: #FFFBE1;
	padding-bottom: 120px;
}

.voiceArea__title {
	margin: 0 auto;
	max-width: 500px;
	padding: 40px 0;
	position: relative;
	text-align: center;
}

.voiceArea__title span {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}

.voiceArea__title span:nth-of-type(1)::before {
	background-color: #FF816F;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 64px;
}

.voiceArea__title span:nth-of-type(1)::after {
	background-color: #FF816F;
	content: '';
	height: 64px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.voiceArea__title span:nth-of-type(1) i {
	font-style: normal;
	position: relative;
}

.voiceArea__title span:nth-of-type(1) i::after {
	-webkit-transform: translateX(-50%);
	background-color: #FF816F;
	border-radius: 50%;
	content: '';
	height: 5px;
	left: 42%;
	position: absolute;
	top: -8px;
	transform: translateX(-50%);
	width: 5px;
}

.voiceArea__title span:nth-of-type(2) {
	border-bottom: 5px dotted #FF816F;
	color: #FF816F;
	display: inline;
	font-size: 3.5rem;
	line-height: 1.5;
}

.voiceArea__title span:nth-of-type(3) {
	margin-top: 12px;
}

.voiceArea__title span:nth-of-type(3)::before {
	background-color: #FF816F;
	bottom: 0;
	content: '';
	height: 1px;
	position: absolute;
	right: 0;
	width: 64px;
}

.voiceArea__title span:nth-of-type(3)::after {
	background-color: #FF816F;
	bottom: 0;
	content: '';
	height: 64px;
	position: absolute;
	right: 0;
	width: 1px;
}

.voiceArea__inner {
	margin: 40px auto 0 auto;
	max-width: 640px;
}

.voiceArea__inner li {
	background-color: #fff;
	border: 1px solid #FF816F;
	border-radius: 16px;
	margin-top: 32px;
	padding: 32px;
	position: relative;
}

.voiceArea__inner li:first-child {
	margin-top: 0;
}

.voiceArea__inner li p:nth-of-type(1) {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
	padding: 16px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(1)::before {
	background-color: #FF816F;
	content: '';
	height: 1px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 32px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(1)::after {
	background-color: #FF816F;
	content: '';
	height: 32px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(2)::before {
	background-color: #FF816F;
	bottom: 0px;
	content: '';
	height: 1px;
	position: absolute;
	right: 0px;
	width: 32px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(2)::after {
	background-color: #FF816F;
	bottom: 0px;
	content: '';
	height: 32px;
	position: absolute;
	right: 0px;
	width: 1px;
}

.voiceArea__inner li p:nth-of-type(2) {
	line-height: 1.75;
	margin-top: 24px;
}

.voiceArea__inner li p:nth-of-type(3) {
	-ms-flex-flow: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	margin-top: 24px;
}

.voiceArea__inner li p:nth-of-type(3) span:nth-of-type(1) strong {
	display: block;
}

.pointWrap {
	width: 100%;
}

.pointWrap__title {
	background-image: url(assets/images/top/point_bg_pc.jpg);
	background-repeat: repeat-x;
	height: auto;
	height: 500px;
	position: relative;
	width: 100%;
}

.pointWrap__title span {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
}

.pointWrap__title span small {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
}

.pointWrap__title span small::before {
	-webkit-transform: translateY(-50%) rotate(-24deg);
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-24deg);
	width: 1px;
}

.pointWrap__title span small::after {
	-webkit-transform: translateY(-50%) rotate(24deg);
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(24deg);
	width: 1px;
}

.pointWrap__title span strong {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 6.4rem;
	letter-spacing: 4px;
	line-height: 1.25;
}

.pointWrap__title span strong i {
	color: #FF816F;
	display: inline-block;
	font-size: 8rem;
	font-style: normal;
}

.pointWrap__inner-contents {
	margin: 0 auto 80px auto;
	max-width: 500px;
	position: relative;
	z-index: 10;
}

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

.pointWrap__inner-contents__subHeading p {
	background-color: #FF816F;
	border-radius: 16px;
	color: #fff;
	display: inline-block;
	padding: 0px 16px;
	text-align: center;
}

.pointWrap__inner-contents__text {
	margin-top: 40px;
}

.pointWrap__inner-contents__text-number {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 8px;
	position: relative;
	text-align: center;
}

.pointWrap__inner-contents__text-number::before {
	background-color: #FF816F;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.pointWrap__inner-contents__text-number::after {
	background-color: #FF816F;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.pointWrap__inner-contents__text-number span {
	-webkit-transform: translate(-50%, -50%);
	color: #FF816F;
	font-size: 5rem;
	font-weight: bold;
	left: 50%;
	padding: 0 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.pointWrap__inner-contents__text-number span::before {
	-webkit-transform: translateY(-50%);
	background-color: #FF816F;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}

.pointWrap__inner-contents__text-number span::after {
	-webkit-transform: translateY(-50%);
	background-color: #FF816F;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}

.pointWrap__inner-contents__text-area {
	padding: 40px 24px 0px 24px;
}

.pointWrap__inner-contents__text-area p:nth-of-type(1) {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
	margin-top: 8px;
	text-align: center;
}

.pointWrap__inner-contents__text-area p:nth-of-type(2) {
	margin-bottom: 24px;
}

.pointWrap__inner-contents__text-area p:nth-of-type(3) {
	line-height: 2;
}

.faqWrap__title {
	border-bottom: 3px solid #A0965A;
	border-top: 3px solid #A0965A;
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: calc((100% / 12) * 8);
}

.faqWrap__title::before {
	background-color: #A0965A;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 100%;
}

.faqWrap__title::after {
	background-color: #A0965A;
	bottom: 3px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.faqWrap .containerArea {
	padding: 0;
}

.faqWrap__inner {
	margin: 80px auto 0 auto;
	width: calc((100% / 8) * 6);
}

.faqWrap__inner-contents {
	margin-bottom: 40px;
}

.faqWrap__inner-contents p:nth-of-type(1) {
	border-bottom: 1px solid #A0965A;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 8px;
	padding-left: 30px;
	position: relative;
}

.faqWrap__inner-contents p:nth-of-type(1)::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #A0965A;
	content: "Q.";
	display: inline-block;
	display: block;
	font-size: 2.4rem;
	left: 0;
	margin-right: 5px;
	position: absolute;
	top: -8px;
}

.faqWrap__inner-contents p:nth-of-type(2) {
	line-height: 1.6;
	margin-top: 16px;
	padding-left: 30px;
}

.faqWrap__inner-contents .otherMenu-wrap {
	margin-top: 24px;
	padding-left: 30px;
}

.faqWrap__inner-contents .otherMenu-wrap-inner {
	-ms-flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li {
	padding: 8px;
	width: 48%;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li:nth-child(1) {
	border: 2px solid #A0965A;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li:nth-child(1) .title {
	background: #A0965A;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li:nth-child(2) {
	border: 2px solid #615B36;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li:nth-child(2) .title {
	background: #615B36;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title {
	color: #fff;
	padding: 2px 8px 6px;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title span {
	display: block;
	line-height: 1.5;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title span.en {
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	letter-spacing: 2px;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title span.ja {
	font-size: 1.4rem;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.mainText {
	border-bottom: none;
	margin-top: 16px;
	padding-bottom: 0;
	padding-left: 8px;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.mainText::before {
	display: none;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.img {
	padding: 0;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.sentence {
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.7;
	margin: 10px 8px 16px;
	padding: 0;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.sentence a {
	display: block;
	margin-top: 12px;
	text-decoration: underline;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li p.sentence a::after {
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 4px solid #615B36;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 4px;
	margin-left: 8px;
	width: 4px;
}

.couponWrap {
	margin-top: 120px;
	position: relative;
}

.couponWrap__heading {
	text-align: center;
}

.couponWrap__heading::before {
	border-color: #ebe6cba9 transparent transparent transparent;
	border-style: solid;
	border-width: 200px 50vw 0 50vw;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}

.couponWrap__heading span {
	display: block;
	font-weight: bold;
}

.couponWrap__heading span:nth-of-type(1) {
	font-size: 3rem;
}

.couponWrap__heading span:nth-of-type(2) {
	font-family: "Noto Serif JP", serif;
	font-size: 4rem;
}

.couponWrap__heading span:nth-of-type(2) i {
	font-style: normal;
	position: relative;
}

.couponWrap__heading span:nth-of-type(2) i::before {
	-webkit-transform: translateX(-50%);
	background-color: #FF816F;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5px;
}

.couponWrap__inner {
	margin-top: 100px;
}

.couponWrap__inner-contents {
	background: #fff;
	border: 1px solid #4D4D4D;
	margin: 0 auto 40px auto;
	max-width: 640px;
	padding: 24px;
	width: 100%;
}

.couponWrap__inner-contents li:nth-child(1) {
	-ms-flex-flow: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
}

.couponWrap__inner-contents li:nth-child(1) span {
	background-color: #4D4D4D;
	color: #fff;
	font-size: 1.2rem;
	margin-right: 5px;
	padding: 0px 8px;
	text-align: center;
}

.couponWrap__inner-contents li:nth-child(2) {
	color: #ff4e33;
	margin-top: 8px;
}

.couponWrap__inner-contents li:nth-child(3) {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.couponWrap__inner-contents li:nth-child(4) {
	line-height: 1.6;
	margin-top: 8px;
}

.couponWrap__inner-contents li:nth-child(5) {
	margin-top: 8px;
}

.couponWrap__inner-contents li:nth-child(5) p {
	background-color: #f78585;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0px 8px;
}

.couponWrap__inner-contents li:nth-child(6) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 0;
	margin-top: 8px;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(1) {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-right: 8px;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(1) span {
	font-size: 1rem;
	letter-spacing: 0;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(2) {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(2) span {
	font-size: 1.4rem;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(2)::before {
	border-color: transparent transparent transparent #4D4D4D;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	content: "";
	display: inline-block;
	margin-left: 4px;
	padding-right: 8px;
}

.couponWrap__inner-contents li:nth-child(7) {
	background: -webkit-gradient(linear, left top, left bottom, from(#82B8D9), to(#076BAA));
	background: -webkit-linear-gradient(#82B8D9, #076BAA);
	background: linear-gradient(#82B8D9, #076BAA);
	margin-top: 16px;
	width: 100%;
}

.couponWrap__inner-contents li:nth-child(7) a {
	color: #fff;
	display: block;
	font-size: 2.0rem;
	padding: 20px 0;
	text-align: center;
}

.couponWrap__inner-contents li:nth-child(7) a::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	content: "";
	display: inline-block;
	margin-left: 16px;
}

.salonWrap__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 3.6rem;
	font-weight: bold;
	padding-top: 240px;
	position: relative;
	text-align: center;
}

.salonWrap__heading span {
	display: inline-block;
	position: relative;
}

.salonWrap__heading span::before {
	-webkit-transform: translateX(-50%);
	background-color: #B7AC7B;
	bottom: -4px;
	content: '';
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.salonWrap__heading span::after {
	-webkit-transform: translateX(-50%);
	background-color: #B7AC7B;
	bottom: 1px;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.salonWrap__heading::before {
	border-color: #a0955a3a transparent transparent transparent;
	border-style: solid;
	border-width: 350px 100vw 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.salonWrap__heading::after {
	border-color: transparent #a0955a3a transparent transparent;
	border-style: solid;
	border-width: 0 100vw 350px 0;
	content: '';
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.salonWrap__info {
	margin-top: 120px;
}

.salonWrap__info li:nth-of-type(1) {
	text-align: center;
}

.salonWrap__info li:nth-of-type(1) p:nth-of-type(1) {
	text-align: center;
}

.salonWrap__info li:nth-of-type(1) p:nth-of-type(1) img {
	width: 180px;
}

.salonWrap__info li:nth-of-type(1) p:nth-of-type(2) {
	margin-top: 16px;
}

.salonWrap__info li:nth-of-type(2) {
	margin-top: 80px;
}

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

.salonWrap__info li:nth-of-type(2) p a {
	border-bottom: 2px solid #A0965A;
	color: #A0965A;
	position: relative;
}

.salonWrap__info li:nth-of-type(2) p a::after {
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
}

.salonWrap__info li:nth-of-type(3) {
	margin-top: 40px;
}

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

.salonWrap__info li:nth-of-type(3) p:nth-of-type(2) {
	margin-top: 16px;
}

.salonWrap__info li:nth-of-type(4) {
	margin-top: 16px;
	text-align: center;
}

.salonWrap__info li:nth-of-type(5) {
	margin-top: 24px;
	text-align: center;
}

.messageWrap {
	border: 1px solid #A0965A;
	margin: 120px auto;
	padding: 24px;
	width: calc((100% / 12) * 6);
}

.messageWrap__heading {
	border-bottom: 2px solid #A0965A;
	border-top: 2px solid #A0965A;
	padding: 8px 0;
	position: relative;
	text-align: center;
}

.messageWrap__heading span {
	display: block;
	font-size: 1.6rem;
}

.messageWrap__heading span:first-child {
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
}

.messageWrap__heading::before {
	background-color: #A0965A;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 100%;
}

.messageWrap__heading::after {
	background-color: #A0965A;
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.messageWrap__inner {
	margin-top: 40px;
}

.messageWrap__inner p {
	letter-spacing: 0;
}

.messageWrap__inner p.title {
	font-family: "Noto Serif JP", serif;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.contactArea {
	background-color: #a0955a52;
	padding: 40px 0 70px;
}

.contactArea__inner {
	background-color: #fff;
	margin: 0 auto;
	padding: 40px;
	width: calc((100% / 12) * 6);
}

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

.contactArea__inner-heading span {
	border-bottom: 2px solid #A0965A;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	position: relative;
}

.contactArea__inner-heading span::after {
	background-color: #A0965A;
	bottom: 2px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.contactArea__inner-contents li {
	width: 45%;
}

.contactArea__inner-contents li p:nth-of-type(1) {
	text-align: center;
}

.contactArea__inner-contents li p:nth-of-type(1) span {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0 16px;
	position: relative;
}

.contactArea__inner-contents li p:nth-of-type(1) span::before {
	-webkit-transform: translateY(-50%) rotate(-16deg);
	background-color: #4D4D4D;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-16deg);
	width: 1px;
}

.contactArea__inner-contents li p:nth-of-type(1) span::after {
	-webkit-transform: translateY(-50%) rotate(16deg);
	background-color: #4D4D4D;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(16deg);
	width: 1px;
}

.contactArea__inner-contents li p:nth-of-type(2) {
	margin-top: 8px;
}

.contactArea__inner-contents li p.tel {
	background-color: #88a0c0;
}

.contactArea__inner-contents li p.tel span {
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: 16px 0;
	position: relative;
	text-align: center;
}

.contactArea__inner-contents li p.tel span::before {
	-webkit-transform: translateY(-50%);
	content: "\f3cd";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	left: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contactArea__inner-contents li p.reserve {
	background-color: #ec7777;
}

.contactArea__inner-contents li p.reserve a {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 16px 0;
	position: relative;
	text-align: center;
}

.contactArea__inner-contents li p.reserve a::before {
	-webkit-transform: translateY(-50%);
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

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

.visibleTab {
	display: block !important;
}

.hiddenTab {
	display: none !important;
}

.headerArea-navi-inner {
	width: 90%;
}

.headerArea-navi-inner li a {
	font-size: 1.2rem;
}

.headerArea-navi-inner li:last-child a {
	padding: 4px 16px;
}

}

@media screen and (max-width: 896px) and (orientation: landscape) {

.visibleXs_ls {
	display: block !important;
}

.hiddenXs_ls {
	display: none !important;
}

}

@media screen and (max-width: 480px) and (orientation: portrait) {

body {
	font-size: 1.4rem;
}

.ggivmap {
	padding-bottom: 56.25%;
}

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

.googlecal {
	padding-bottom: 100%;
}

.visibleXs {
	display: block !important;
}

.hiddenXs {
	display: none !important;
}

.pageBody-inner {
	padding-top: 64px;
}

.containerArea {
	padding: 0 16px;
	width: 100%;
}

.reserveContents {
	margin-top: 24px;
	padding: 48px 24px;
}

.reserveParts-area-title {
	width: 95%;
}

.reserveParts-area-title span {
	font-size: 1.6rem;
	letter-spacing: 1px;
}

.reserveParts-area .reserveParts-inner {
	padding: 16px;
}

.reserveParts-area .reserveParts-inner .couponName_area li:nth-child(1) {
	font-size: 1.2rem;
}

.reserveParts-area .reserveParts-inner .couponName_area li:nth-child(2) {
	font-size: 1.6rem;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(1) {
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-left: 0;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(2) {
	font-size: 2.6rem;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(2) span {
	font-size: 1.6rem;
	letter-spacing: 0;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) {
	margin-top: 10px;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) a {
	font-size: 1.6rem;
	padding: 12px 0;
}

.reserveParts-area .reserveParts-inner .couponPrice_area li:nth-child(3) a::after {
	margin-left: 8px;
}

.headerArea-navi {
	-webkit-transition: all 0.5s ease-in-out;
	height: calc(100vh - 70px);
	position: absolute;
	right: -60%;
	top: 0;
	transition: all 0.5s ease-in-out;
	width: 60%;
}

.headerArea-navi-on {
	right: 0;
}

.headerArea-navi-inner {
	-ms-flex-flow: wrap;
	-webkit-transform: translate(-50%, -50%);
	flex-flow: wrap;
	left: 50%;
	padding: 16px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.headerArea-navi-inner li {
	margin-top: 24px;
	width: 100%;
}

.headerArea-navi-inner li a {
	font-size: 1.6rem;
}

.headerArea-navi-inner li:last-child {
	display: none;
}

#humberger {
	background: #000;
	cursor: pointer;
	display: block;
	height: 58px;
	padding: 12px;
	position: fixed;
	right: 0;
	top: 0;
	width: 64px;
}

#humberger span {
	display: inline-block;
}

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

#humberger.active span.icon-bar {
	z-index: 999999;
}

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

#humberger.active span.icon-bar:nth-child(2) {
	opacity: 0;
}

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

.kv_under-reserveArea {
	margin: 0 auto;
	width: 90%;
}

.intro-area {
	padding-top: 40px;
}

.intro-area::before {
	border-width: 260px 100vw 0 0;
}

.intro-area-title {
	margin: 0 auto 32px;
	padding: 16px 0;
	width: 90%;
}

.intro-area-title span {
	font-size: 2.6rem;
	letter-spacing: 3px;
}

.intro-area-title span:nth-child(1) {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.intro-area-title::before {
	border: solid 12px transparent;
	border-top: solid 12px #4D4D4D;
}

.intro-area-title::after {
	border: solid 14px transparent;
	border-top: solid 14px #fff;
	margin-top: -5px;
}

.intro-area-inner {
	padding: 0 16px;
	width: 100%;
}

.intro-area-inner-imgBlock .imgList li {
	width: 48%;
}

.intro-area-inner-imgBlock .imgList li:nth-child(-n+2) {
	margin-top: 0;
}

.intro-area-inner-troubleBlock {
	margin-top: 24px;
}

.intro-area-inner-troubleBlock .troubleText p {
	font-size: 2.2rem;
	letter-spacing: 1px;
}

.intro-area-inner-troubleBlock .troubleText p span {
	font-size: 3.2rem;
	letter-spacing: 4px;
}

.intro-area-inner-troubleBlock .troubleList {
	margin-top: 24px;
}

.intro-area-inner-troubleBlock .troubleList-inner li {
	font-size: 1.6rem;
	margin-top: 16px;
	padding-left: 26px;
}

.intro-area-inner-troubleBlock .troubleList-inner li::before {
	height: 10px;
	width: 10px;
}

.intro-area-inner-troubleBlock .troubleList-inner li::after {
	font-size: 2.4rem;
	top: 8px;
}

.staffArea_title {
	font-size: 2rem;
	letter-spacing: 3px;
}

.staffArea_title::after {
	border-width: 50px 50vw 0 50vw;
	bottom: -50px;
}

.staffArea_inner {
	margin-top: 100px;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(1) {
	font-size: 1.1rem;
	letter-spacing: 0;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 2rem;
	letter-spacing: 3px;
	line-height: 1.5;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(2) span:nth-of-type(2) {
	font-size: 1.2rem;
}

.staffArea_inner-staffInfo-prof p:nth-of-type(3) span a {
	font-size: 3.0rem;
}

.staffArea_inner-staffPoint_title {
	font-size: 3rem;
}

.staffArea_inner-staffPoint_title::after {
	border-width: 24px 100px 0 100px;
}

.staffArea_inner-staffPoint_title span {
	font-size: 4rem;
}

.staffArea_inner-staffPoint_list {
	margin: 80px auto 0 auto;
}

.staffArea_inner-staffPoint_list li {
	padding: 32px 16px 40px 54px;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(2) {
	font-size: 1.8rem;
}

.staffArea_inner-staffPoint_list li p:nth-of-type(3) {
	margin-top: 16px;
	padding: 8px 12px;
}

.voiceArea {
	padding-bottom: 64px;
}

.voiceArea__title {
	max-width: 320px;
	padding: 24px 0;
}

.voiceArea__title span {
	font-size: 2.4rem;
}

.voiceArea__title span:nth-of-type(1)::before {
	width: 40px;
}

.voiceArea__title span:nth-of-type(1)::after {
	height: 40px;
}

.voiceArea__title span:nth-of-type(3)::before {
	width: 40px;
}

.voiceArea__title span:nth-of-type(3)::after {
	height: 40px;
}

.voiceArea__inner li p:nth-of-type(1) {
	font-size: 1.8rem;
	line-height: 1.75;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(1)::before {
	width: 24px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(1)::after {
	height: 24px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(2)::before {
	width: 24px;
}

.voiceArea__inner li p:nth-of-type(1) span:nth-of-type(2)::after {
	height: 24px;
}

.voiceArea__inner li p:nth-of-type(2) {
	margin-top: 16px;
}

.pointWrap__title {
	background-image: url(assets/images/top/point_bg.jpg);
}

.pointWrap__title span {
	-webkit-transform: translate(-50%, -20%);
	top: 20%;
	transform: translate(-50%, -20%);
	width: 320px;
}

.pointWrap__title span small {
	font-size: 1.8rem;
}

.pointWrap__title span strong {
	font-size: 3.0rem;
}

.pointWrap__title span strong i {
	font-size: 4.0rem;
}

.pointWrap__inner {
	margin-top: -280px !important;
}

.pointWrap__inner-contents {
	margin: 0 auto 56px auto;
}

#qa {
	margin: 0 auto;
	width: 90%;
}

.faqWrap__title {
	font-size: 2rem;
	width: 100%;
}

.faqWrap__inner {
	margin: 40px auto 0 auto;
	width: 100%;
}

.faqWrap__inner-contents p:nth-of-type(1)::before {
	font-size: 1.8rem;
	top: -4px;
}

.faqWrap__inner-contents .otherMenu-wrap {
	margin-top: 16px;
	padding-left: 0;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li {
	width: 100%;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li:nth-child(2) {
	margin-top: 16px;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title span.en {
	font-size: 2.0rem;
}

.faqWrap__inner-contents .otherMenu-wrap-inner li .title span.ja {
	font-size: 1.2rem;
}

.couponWrap {
	margin-top: 80px;
}

.couponWrap__heading::before {
	border-width: 120px 50vw 0 50vw;
}

.couponWrap__heading span:nth-of-type(1) {
	font-size: 2rem;
	letter-spacing: 3px;
}

.couponWrap__heading span:nth-of-type(2) {
	font-size: 3rem;
	letter-spacing: 3px;
}

.couponWrap__inner {
	margin-top: 40px;
}

.couponWrap__inner-contents {
	padding: 16px;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(1) {
	font-size: 1.2rem;
	letter-spacing: 0;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(2) {
	font-size: 3.2rem;
	letter-spacing: 0;
}

.couponWrap__inner-contents li:nth-child(6) p:nth-of-type(2) span {
	font-size: 1.2rem;
	letter-spacing: 0;
}

.couponWrap__inner-contents li:nth-child(7) a {
	font-size: 1.6rem;
	padding: 12px 0;
}

.couponWrap__inner-contents li:nth-child(7) a::after {
	margin-left: 8px;
}

.salonWrap__heading {
	font-size: 2.0rem;
	padding-top: 100px;
}

.salonWrap__heading::before {
	border-width: 100px 100vw 0 0;
}

.salonWrap__heading::after {
	border-width: 0 100vw 100px 0;
}

.salonWrap__info {
	margin-top: 64px;
}

.salonWrap__info li:nth-of-type(1) p:nth-of-type(1) img {
	width: 136px;
}

.salonWrap__info li:nth-of-type(2) {
	margin-top: 40px;
}

.salonWrap__info li:nth-of-type(3) {
	margin-top: 24px;
}

.salonWrap__info li:nth-of-type(3) p:nth-of-type(2) {
	margin-top: 8px;
}

.messageWrap {
	margin: 64px auto;
	padding: 40px 20px;
	width: calc((100% / 12) * 11);
}

.messageWrap__heading span {
	font-size: 1.4rem;
}

.messageWrap__inner {
	margin-top: 24px;
}

.messageWrap__inner p.title {
	font-size: 1.6rem;
}

.contactArea__inner {
	padding: 40px 16px;
	width: 80%;
}

.contactArea__inner-contents li {
	width: 100%;
}

.contactArea__inner-contents li:last-child {
	margin-top: 24px;
}

.contactArea__inner-contents li p.tel a {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 16px 0;
	position: relative;
	text-align: center;
}

.contactArea__inner-contents li p.tel a::before {
	-webkit-transform: translateY(-50%);
	content: "\f3cd";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	left: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

}

