/*---------------------------------------------------------
Theme Name: salon_weblog
Author:IT-Brain Inc.
Description:サロン用メディアサイト
Text Domain:salon_weblog
Version: 1.21
---------------------------------------------------------*/

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: inherit;
}

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

b,
strong {
	font-weight: bolder;
}

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

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

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

dfn {
	font-style: italic;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

audio,
video {
	display: inline-block;
}

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

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

canvas {
	display: inline-block;
}

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

template {
	display: none;
}

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

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

[hidden] {
	display: none;
}

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

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

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

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

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

a {
	text-decoration: none;
	color: #808080;
}

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-top: 0;
	margin-bottom: 0px;
}

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

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

em {
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.UnderConstruction {
	text-align: center;
	font-size: 2.4rem;
	font-family: "Caveat", cursive;
}

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

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

.visibleXs {
	display: none;
}

.visibleXsm {
	display: none;
}

.visibleSm {
	display: none;
}

.visibleMd {
	display: none;
}

.visibleMdl {
	display: none;
}

.visibleLg {
	display: none;
}

.visibleTablet {
	display: none;
}

.visibleLxsm {
	display: none;
}

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

.hiddenXs {
	display: block;
}

.hiddenXsm {
	display: block;
}

.hiddenSm {
	display: block;
}

.hiddenMd {
	display: block;
}

.hiddenMdl {
	display: block;
}

.hiddenLg {
	display: block;
}

.hiddenTablet {
	display: block;
}

.hiddenLxsm {
	display: block;
}

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

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

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

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

#pageBody {
	padding-bottom: 80px;
}

#pageBody .pageBody_inner {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.containerArea {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.containerArea_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

/* heading ======================== */

/* == ■■■■■■ baloon heading ■■■■■■ == */

.otherHeading {
	max-width: 1200px;
	margin: 56px auto 0 auto;
	position: relative;
	padding: 16px;
	background: #c4c4c4;
	margin-bottom: -40px;
	font-family: "Noto Sans JP";
	font-size: 2rem;
	color: #fff;
}

.otherHeading::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #c4c4c4;
	width: 0;
	height: 0;
}

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

/* under construction ======================== */

.under_construction {
	text-align: center;
	color: #412a2a;
	font-size: 3.0rem;
	font-family: "Caveat", cursive;
}

/* 404 ======================== */

.errorWrap p:nth-of-type(1) {
	font-family: "Josefin Slab", serif;
	margin-bottom: 16px;
	font-size: 20rem;
	color: #777777;
	text-align: center;
	margin-top: 80px;
}

.errorWrap p:nth-of-type(2) {
	margin-top: 64px;
	text-align: center;
}

.errorWrap p:nth-of-type(2) strong {
	display: block;
	font-size: 3.0rem;
}

.errorWrap p:nth-of-type(2) small {
	display: block;
	font-size: 1.8rem;
	margin-top: 8px;
}

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

/* category list ======================== */

.categoryWrap {
	max-width: 1000px;
	margin: 0 auto;
}

.categoryWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.categoryWrap ul li {
	width: 25%;
	padding: 12px;
}

.categoryWrap ul li a {
	border: 1px solid #A4864F;
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #A4864F;
	-webkit-transition: .5s;
	transition: .5s;
	font-family: "Noto Sans JP";
}

.categoryWrap ul li a:hover {
	background-color: #A4864F;
	color: #fff;
}

/* comment ======================== */

#respond label {
	display: block;
}

#respond input,
#respond textarea {
	width: 100%;
}

#respond input[type="submit"] {
	width: auto;
}

.says {
	display: none;
}

.comment-author,
.comment-meta {
	display: inline-block;
}

/* social ======================== */

.socialBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.socialBtn li {
	width: 25%;
}

.socialBtn li.twitter {
	background-color: #00ABF1;
}

.socialBtn li.facebook {
	background-color: #395899;
}

.socialBtn li.line {
	background-color: #00B900;
}

.socialBtn li.pocket {
	background-color: #F13B4C;
}

.socialBtn li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.socialBtn li a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.6rem;
	vertical-align: middle;
}

.socialBtn li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}

/* pageNav ======================== */

.pagenation {
	padding: 40px 0;
	border-bottom: 1px solid #aaaaaa;
}

.pagenation ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.pagenation ul li {
	margin-left: 3px;
}

.pagenation ul li:first-child {
	margin-left: 0;
}

.pagenation ul li.active {
	background-color: #999999;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 10px 20px;
}

.pagenation ul li a {
	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation ul li a:hover {
	background-color: #444444;
	color: #FFFFFF;
	opacity: 0.8;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

/* breadcrumbs ======================== */

.breadcrumbs_single {
	color: #6f6f6f;
	border-bottom: 1px solid #ccc;
}

.breadcrumbs_single .breadcrumbs_single_inner {
	max-width: 1200px;
	padding: 8px 0;
	margin: 0 auto;
}

.breadcrumbs_single .breadcrumbs_single_inner span {
	display: inline-block;
	margin: 0 5px;
}

.breadcrumbs_single .breadcrumbs_single_inner span:first-of-type {
	margin-left: 0;
}

.breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property="name"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs_single .breadcrumbs_single_inner span a {
	color: #5d4c43;
}

/* contact======================== */

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

.form_caution {
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.75;
}

.salon_tourText p {
	line-height: 1.75;
	text-align: center;
	color: #A4864F;
	font-size: 2.0rem;
}

/* == ■■■■■■ heading ■■■■■■ == */

.formHeading {
	border-bottom: 1px solid #A4864F;
	font-size: 2.0rem;
	font-weight: bold;
}

.formTel p:nth-of-type(1) {
	margin-top: 40px;
	font-size: 2.4rem;
	font-family: "Archivo Black", sans-serif;
}

.formTel p:nth-of-type(2) {
	font-size: 1.2rem;
	margin-top: 5px;
}

/* == ■■■■■■ form layout ■■■■■■ == */

table.formList {
	width: 100%;
	margin: 40px auto 0 auto;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table.formList tr {
	border-bottom: 1px solid #ddd;
}

table.formList tr:last-child {
	border-bottom: none;
}

table.formList th {
	width: 20%;
	padding: 12px;
	background-color: #f3f2f3;
}

table.formList th .requied {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background-color: #fa7777;
	padding: 5px;
	margin-left: 5px;
}

table.formList td {
	width: 70%;
	padding: 12px;
}

/* contact form 7 ======================== */

.wpcf7 {
	margin-top: 40px; /* == ■■■■■■ btn ■■■■■■ == */
}

.wpcf7 p {
	margin-bottom: 24px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 span.wpcf7-list-item {
	display: block;
}

.wpcf7 span.wpcf7-list-item:nth-of-type(1) {
	margin-bottom: 8px;
}

.wpcf7 span.wpcf7-list-item:nth-of-type(2) {
	margin-bottom: 8px;
}

.wpcf7 .wpcf7-confirm {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 24px auto;
	padding: 12px 0;
	background: #f46e6e;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #f46e6e;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.wpcf7 .entryBtn_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto;
}

.wpcf7 .entryBtn_area li {
	width: 48%;
}

.wpcf7 .entryBtn_area li .wpcf7-submit {
	width: 100%;
	max-width: 240px;
	display: block;
	padding: 12px 0;
	background: #dd3d3d;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #dd3d3d;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.wpcf7 .entryBtn_area li .wpcf7-back {
	width: 100%;
	max-width: 240px;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	padding: 12px 0;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 white;
}

.wpcf7 .entryBtn_area li .wpcf7-back:hover {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.wpcf7 .wpcf7-quiz {
	width: 10% !important;
}

.asterisk {
	margin: 0 0 0 0.2em;
	color: #000;
}

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

.thanksArea {
	text-align: center;
}

.thanksArea p {
	font-size: 1.6rem;
	margin-top: 24px;
	line-height: 2.2;
}

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

.thanksArea_contact {
	max-width: 380px;
	margin: 56px auto 40px auto;
	border: 1px solid;
	padding: 16px 0;
}

.thanksArea_contact p {
	text-align: center;
}

.thanksArea_contact p:nth-of-type(1) {
	font-size: 2rem;
	font-weight: bold;
	color: #ad3e70;
}

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

.thanksArea_contact p:nth-of-type(2) span {
	font-family: "Josefin Slab", serif;
	font-size: 2.2rem;
}

/* wp用 ======================== */

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {
	font-size: 1.4rem;
}

/* embed ======================== */

.blogCard {
	width: 60%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blogCard .blogCard_inner:nth-of-type(1) {
	width: 100%;
	margin-bottom: 5px;
}

.blogCard .blogCard_inner:nth-of-type(1) a {
	font-size: 1.4rem;
	text-decoration: none;
}

.blogCard .blogCard_inner:nth-of-type(1) a::before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f57e";
	display: inline-block;
	margin-right: 2px;
	color: #cecece;
}

.blogCard .blogCard_inner:nth-of-type(2) {
	width: 15%;
}

.blogCard .blogCard_inner:nth-of-type(3) {
	width: 83%;
}

.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle {
	margin-bottom: 8px;
}

.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}

.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerURL {
	font-size: 1rem;
	margin-bottom: 16px;
	font-style: italic;
}

.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerURL a {
	color: #3e5bfd;
}

.blogCard .blogCard_inner:nth-of-type(4) {
	width: 100%;
}

.blogCard .blogCard_inner:nth-of-type(4) .blogCard_innerText {
	line-height: 1.75;
	margin-bottom: 16px;
	font-size: 1.4rem;
	color: #afafaf;
}

.blogCard .blogCard_inner:nth-of-type(4) .blogCard_innerLink {
	text-align: right;
	text-decoration: underline;
	font-size: 1.4rem;
}

.wp-embedded-content {
	width: 100%;
	max-width: 100%;
}

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

#pageHeader {
	width: 100%;
}

#pageHeader .pageHeader-inner {
	width: 100%;
	height: 150px;
	position: relative;
}

#pageHeader .pageHeader-inner.pageHeader-innerContact {
	height: 64px;
}

#pageHeader .pageHeader-inner #humberger {
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 0px;
	width: 64px;
	height: 64px;
	padding: 24px 16px 0px 16px;
	background-color: #000;
	cursor: pointer;
}

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

#pageHeader .pageHeader-inner #drawernav {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 280px;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	background: rgba(51, 51, 51, 0.88);
	color: #fff;
	padding-top: 40px;
	right: -280px;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

#pageHeader .pageHeader-inner #drawernav .globalNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	padding: 0;
	margin-top: 0px;
	padding-top: 0px;
}

#pageHeader .pageHeader-inner #drawernav .globalNav li {
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#pageHeader .pageHeader-inner #drawernav .globalNav li a {
	display: block;
	position: relative;
	color: #fff;
	padding: 12px 0 12px 16px;
	font-size: 1.6rem;
	font-style: normal;
	text-align: left;
	font-family: "Open Sans Condensed";
	font-weight: bold;
	letter-spacing: 0.1rem;
}

#pageHeader .topImg_area p:nth-of-type(1) {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#pageHeader .topImg_area p:nth-of-type(1) a {
	color: #000;
}

#pageHeader .topImg_area p:nth-of-type(1) a span {
	display: block;
	position: absolute;
	left: 0;
	top: -96px;
}

#pageHeader .topImg_area p:nth-of-type(1) a span strong {
	display: block;
	font-family: "Archivo Black", sans-serif;
	font-size: 6.5rem;
}

#pageHeader .topImg_area p:nth-of-type(1) a span em {
	display: block;
	font-family: "Archivo Black", sans-serif;
	font-size: 6.5rem;
}

#pageHeader .topImg_area p:nth-of-type(1) a span small {
	display: block;
	font-size: 1.8rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	text-align: left;
}

#pageHeader .contactHeading {
	background-color: #cecece;
	padding: 56px 0;
}

#pageHeader .contactHeading p {
	text-align: center;
	font-family: "Archivo Black", sans-serif;
	font-size: 4rem;
}

#pageHeader .headerText {
	text-align: center;
	margin-top: 64px;
	line-height: 1.75;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Noto Sans JP";
}

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

body.drawer-opened #pageHeader .pageHeader-inner #humberger {
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: 0px;
	width: 64px;
	height: 64px;
	padding: 24px 16px 0px 16px;
	cursor: pointer;
}

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

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

body.drawer-opened #pageHeader .pageHeader-inner #humberger .icon-bar:nth-child(2) {
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	opacity: 0;
}

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

body.drawer-opened #pageHeader .pageHeader-inner nav#drawernav {
	right: 0;
}

body.drawer-opened #overlay {
	opacity: 0.3;
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 2;
}

/* catNav ======================== */

.catToggle {
	border-bottom: 1px solid #000;
}

.catToggle .cateToggle_text {
	display: none;
	position: relative;
}

.catToggle .cateToggle_text.toggle_active {
	display: block;
	position: relative;
	max-width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
	border: 1px solid #777777;
}

.catToggle .cateToggle_text.icon_active-on span::after {
	position: absolute;
	right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f068";
}

.catToggle .catToggle_inner {
	display: block;
}

.catToggle .catToggle_inner .catNav {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catToggle .catToggle_inner .catNav li a {
	display: block;
	font-weight: bold;
	position: relative;
	font-family: "Noto Sans JP";
	padding: 16px 16px 0px 16px;
	font-size: 1.4rem;
	font-style: normal;
	text-align: center;
	color: #000;
	letter-spacing: 0.1rem;
}

.catToggle .catToggle_inner .catNav li:first-child {
	border-top: none;
	padding: 0 8px;
}

.catToggle .catToggle_inner .catNav li:first-child a {
	padding: 16px 16px 0px 0;
	font-weight: bold;
	font-family: "Noto Sans JP";
}

.catToggle .catToggle_inner .catNav li:nth-last-child(2) a {
	color: #DD6868;
}

.catToggle .catToggle_inner .catNav li:last-child {
	margin-left: auto;
	padding: 8px 0;
}

/* breadcrumbs ======================== */

.breadcrumbs_single {
	color: #6f6f6f;
	border-bottom: 1px solid #ccc;
}

.breadcrumbs_single .breadcrumbs_single_inner {
	max-width: 1200px;
	padding: 8px 0;
	margin: 0 auto;
}

.breadcrumbs_single .breadcrumbs_single_inner span {
	display: inline-block;
	margin: 0 5px;
}

.breadcrumbs_single .breadcrumbs_single_inner span:first-of-type {
	margin-left: 0;
}

.breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property="name"] {
	display: inline-block;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs_single .breadcrumbs_single_inner span a {
	color: #5d4c43;
}

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

/* salon prof ======================== */

.salonProf_wrap {
	border-top: 2px solid #483c36;
	margin: 40px auto;
	padding-bottom: 24px;
}

.salonProf_wrap h2 {
	text-align: center;
}

.salonProf_wrap h2 img {
	max-width: 300px;
}

.salonProf_wrap .salonProf_wrap_inner p {
	max-width: 320px;
	margin: 24px auto 0 auto;
	background-color: #e25178;
}

.salonProf_wrap .salonProf_wrap_inner p a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

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

#pageFooter {
	background-color: #000;
	padding: 40px 0;
}

#pageFooter p {
	text-align: center;
	color: #fff;
}

#pageFooter #pageTop {
	position: fixed;
	z-index: 1;
	right: 8px;
	bottom: 8px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #A4864F;
}

#pageFooter #pageTop a {
	display: block;
	font-size: 2.4rem;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

/*===================================
bloglist
================================== */

/* list ======================== */

.postWrap .postWrap_inner {
	border-bottom: 1px solid #aaaaaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 32px 0;
	margin-top: 24px;
}

.postWrap .postWrap_inner li:nth-child(1) {
	width: 40%;
}

.postWrap .postWrap_inner li:nth-child(1) span {
	display: block;
	background-size: cover;
	background-position: center;
}

.postWrap .postWrap_inner li:nth-child(1) span::before {
	content: '';
	display: block;
	padding-top: 70%;
}

.postWrap .postWrap_inner li:nth-child(2) {
	width: 55%;
}

.postWrap .postWrap_inner li:nth-child(2) h2 {
	margin: 24px 0 40px 0;
	font-size: 2.4rem;
	font-family: "Noto Sans JP";
}

.postWrap .postWrap_inner li:nth-child(2) h2 a {
	color: #483c36;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dashed #eb6d6d;
}

.postWrap .postWrap_inner li:nth-child(2) p.blogDate {
	font-family: "Open Sans Condensed";
}

.postWrap .postWrap_inner li:nth-child(2) p.blogDate::before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f073";
	display: inline-block;
	margin-right: 5px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_mainCat {
	font-family: "Open Sans Condensed";
	margin-top: 8px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_mainCat::before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f0c5";
	display: inline-block;
	margin-right: 5px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_mainCat span {
	display: inline-block;
	font-size: 1.2rem;
	color: #b2b2b2;
	margin-left: -5px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_mainCat span a {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: baseline;
	color: #000;
	border-bottom: 1px dashed #eb6d6d;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_subCat {
	font-family: "Open Sans Condensed";
	margin-top: 8px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_subCat::before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f54f";
	display: inline-block;
	margin-right: 5px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_subCat span {
	display: inline-block;
	font-size: 1.2rem;
	color: #b2b2b2;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_subCat span a {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: baseline;
	color: #000;
	border-bottom: 1px dashed #eb6d6d;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_stfCat {
	font-family: "Open Sans Condensed";
	margin-top: 8px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_stfCat::before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f007";
	display: inline-block;
	margin-right: 5px;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_stfCat span {
	display: inline-block;
	font-size: 1.2rem;
	color: #b2b2b2;
}

.postWrap .postWrap_inner li:nth-child(2) p.blog_stfCat span a {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: baseline;
	color: #000;
	border-bottom: 1px dashed #eb6d6d;
}

.postWrap .postWrap_inner li:nth-child(2) p.blogText {
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-size: 1.4rem;
	line-height: 1.75;
}

.postWrap .postWrap_inner li:nth-child(2) p.blogLink {
	max-width: 300px;
	background-color: #e25178;
	margin-left: auto;
}

.postWrap .postWrap_inner li:nth-child(2) p.blogLink a {
	display: block;
	padding: 16px 0;
	text-align: center;
	color: #fff;
}

/* popular post / recent post ======================== */

/* == ■■■■■■ heading ■■■■■■ == */

.listHeading {
	position: relative;
	font-family: "Archivo Black", sans-serif;
	font-size: 2rem;
	padding: 7px 10px;
	max-width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 16px 0;
}

.listHeading::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}

.listHeading span {
	display: block;
	font-family: "Noto Sans JP";
	margin-top: 8px;
	font-weight: normal;
	font-size: 1.2rem;
}

/* == ■■■■■■ list ■■■■■■ == */

.listWrap_area {
	background-color: #f0f0f0;
	padding: 40px 0;
}

.listWrap_area .listWrap_area-inner {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.listWrap_area .listWrap_area-inner li {
	width: 33.33333%;
	padding: 12px;
}

.listWrap_area .listWrap_area-inner li p:nth-of-type(1) span {
	display: block;
	background-size: cover;
	background-position: center;
}

.listWrap_area .listWrap_area-inner li p:nth-of-type(1) span::before {
	content: '';
	display: block;
	padding-top: 70%;
}

.listWrap_area .listWrap_area-inner li p:nth-of-type(2) {
	margin: 8px 0;
}

/*===================================
_search
================================== */

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

.searchform {
	position: relative;
}

.searchfield {
	font-size: 1.4rem;
	width: 100%;
	padding: 8px;
	border: solid 1px #bbb;
	border-radius: 4px;
	background-color: #fff;
}

.searchsubmit {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 1.4rem;
	position: absolute;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	padding: 0;
	cursor: pointer;
	color: #6297f5;
	border: none;
	background: transparent;
}

.searchsubmit:hover {
	opacity: .6;
}

/* page ======================== */

.searchNum {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	font-size: 2rem;
}

/*===================================
single
================================== */

.singleArea {
	padding-top: 120px;
}

.singleArea .singleHeading {
	max-width: 1000px;
	margin: 0 auto 24px auto;
	text-align: center;
}

.singleArea .singleHeading em {
	font-size: 2.7rem;
	font-weight: bold;
}

.singleArea .blogDate {
	margin-bottom: 64px;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.singleArea .blogDate span {
	width: 100%;
}

.singleArea .blogDate span:nth-of-type(1) {
	width: 1px;
	height: 40px;
	background-color: #000;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.singleArea .blogDate span:nth-of-type(2) {
	text-align: center;
	font-family: "Josefin Slab", serif;
	margin-top: 12px;
	display: block;
}

.singleArea .blogDate span:nth-of-type(3) {
	margin-top: 16px;
	font-size: 1.2rem;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fd7676;
}

.singleArea .blogDate span:nth-of-type(4) {
	margin: 8px 0;
	font-size: 1.2rem;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fd7676;
}

.singleArea .blogDate span:nth-of-type(5) {
	font-size: 1.2rem;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fd7676;
}

.singleArea .singleArea_inner {
	padding: 0 10px; /*    &:nth-of-type(1){
      .singleArea_inner-container{
        @include basewidth_single;
        margin: 0 auto;
        span{
          position: relative;
          z-index: 99999;
          display: block;
          background-size: cover;
          background-position:center;
          &::before{
            content: '';
            display: block;
            padding-top: 40%;
            @include mq(xs){
              padding-top: 50%;
            }
          }
        }
      }
    }*/
}

.singleArea .singleArea_inner:nth-of-type(1) {
	background-color: #f8f8f8;
	margin-top: 0px;
	padding-bottom: 100px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 64px;
	padding-bottom: 64px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h2 {
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #A4864F;
	border-bottom: solid 3px #d7d7d7;
	margin: 72px 0 15px;
	font-size: 2.4rem;
	font-weight: 700;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h3 {
	margin: 56px 0 20px;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 8px 0px 8px 16px;
	color: #494949;
	position: relative;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	width: 6px;
	height: 100%;
	background: #A4864F;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h4 {
	margin: 56px 0 20px;
	font-weight: bold;
	font-size: 2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #A4864F));
	background: linear-gradient(transparent 70%, #A4864F 70%);
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container strong {
	font-weight: 700;
	font-size: 1.8rem;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container .redFont {
	font-weight: 700;
	font-size: 1.8rem;
	color: #DD6868;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container small {
	font-size: 1.2rem;
	color: #777777;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container p {
	margin: 0 0 20px;
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: .01em;
	text-align: justify;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container a {
	color: #A4864F;
	text-decoration: underline;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container blockquote {
	position: relative;
	word-wrap: break-word;
	padding: 10px 15px 10px 60px;
	margin: 0;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	color: #777777;
	border-left: 4px solid #A4864F;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container blockquote::before {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	vertical-align: middle;
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	color: #9dd4ff;
	font-size: 30px;
	line-height: 1;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container .mainList {
	background: #fffcf4;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px silver;
	box-shadow: 0px 0px 5px silver;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0 0 20px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container .mainList li {
	list-style: disc;
	line-height: 1.5;
	padding: 0.5em 0;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container .numList {
	background: #fffcf4;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px silver;
	box-shadow: 0px 0px 5px silver;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0 0 20px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container .numList li {
	list-style: decimal;
	line-height: 1.5;
	padding: 0.5em 0;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding: 24px 0;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev .postPrev_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev .postPrev_inner li {
	width: 33.33333%;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev .postPrev_inner li a {
	display: block;
	text-align: center;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev .postPrev_inner li:nth-child(1) {
	border-right: 1px solid #000;
}

.singleArea .singleArea_inner:nth-of-type(1) .postPrev .postPrev_inner li:nth-child(3) {
	border-left: 1px solid #000;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn {
	max-width: 1000px;
	margin: 40px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li {
	width: 25%;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li.twitter {
	background-color: #00ABF1;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li.facebook {
	background-color: #395899;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li.line {
	background-color: #00B900;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li.pocket {
	background-color: #F13B4C;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.6rem;
	vertical-align: middle;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}

/* post none ======================== */

.postNone {
	padding: 32px 0;
	margin-top: 24px;
}

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

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

.visibleXs {
	display: block;
}

.hiddenXs {
	display: none;
}

#pageBody {
	padding-bottom: 0;
}

.containerArea_inner {
	padding-top: 40px;
}

.otherHeading {
	font-size: 1.6rem;
	padding: 10px;
}

.under_construction {
	font-size: 2.0rem;
}

.errorWrap p:nth-of-type(1) {
	margin-top: 40px;
	font-size: 9rem;
}

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

.errorWrap p:nth-of-type(2) strong {
	font-size: 2.0rem;
}

.errorWrap p:nth-of-type(2) small {
	font-size: 1.4rem;
}

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

.categoryWrap ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
}

.categoryWrap ul li {
	width: 48%;
	padding: 0;
	margin-bottom: 12px;
}

.socialBtn li {
	width: 50%;
}

.breadcrumbs_single .breadcrumbs_single_inner span {
	font-size: 1.2rem;
	margin: 0 2px;
}

.breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property="name"] {
	max-width: 120px;
}

.salon_tourText p {
	font-size: 1.6rem;
}

.formHeading {
	font-size: 1.6rem;
}

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

table.formList tr {
	border-bottom: none;
}

table.formList th {
	width: 100%;
	display: block;
	text-align: left;
}

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

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

#pageHeader .pageHeader-inner {
	height: 120px;
}

#pageHeader .pageHeader-inner.pageHeader-innerContact {
	height: 48px;
}

#pageHeader .contactHeading p {
	font-size: 2.4rem;
}

.breadcrumbs_single .breadcrumbs_single_inner span {
	font-size: 1.2rem;
	margin: 0 2px;
}

.breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property="name"] {
	max-width: 120px;
}

.postWrap .postWrap_inner li:nth-child(1) {
	width: 100%;
}

.postWrap .postWrap_inner li:nth-child(2) {
	margin-top: 24px;
	width: 100%;
}

.postWrap .postWrap_inner li:nth-child(2) p.blogLink {
	margin: 0 auto;
}

.listWrap_area .listWrap_area-inner li {
	width: 100%;
}

.singleArea .singleHeading em {
	font-size: 2rem;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h2 {
	margin: 40px 0 15px;
	font-size: 1.8rem;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container h3 {
	font-size: 1.8rem;
	margin: 24px 0 12px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container p {
	font-size: 1.4rem;
	line-height: 2.2;
}

.singleArea .singleArea_inner:nth-of-type(1) .socialBtn li {
	width: 50%;
}

}

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

.visibleTablet {
	display: block;
}

.hiddenTablet {
	display: none;
}

#pageBody .pageBody_inner {
	margin: 0;
}

.containerArea {
	padding: 40px 10px 0 10px;
}

.blogCard {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#pageHeader .pageHeader-inner #humberger {
	width: 48px;
	height: 48px;
	padding: 16px 10px 0px 12px;
}

#pageHeader .topImg_area p:nth-of-type(1) a span {
	top: -64px;
}

#pageHeader .topImg_area p:nth-of-type(1) a span strong {
	font-size: 4rem;
}

#pageHeader .topImg_area p:nth-of-type(1) a span em {
	font-size: 4rem;
}

#pageHeader .topImg_area p:nth-of-type(1) a span small {
	font-size: 1.4rem;
}

body.drawer-opened #pageHeader .pageHeader-inner #humberger {
	width: 48px;
	height: 48px;
	padding: 16px 10px 0px 12px;
}

.catToggle {
	border-bottom: none;
	padding: 0 10px;
	margin-top: 40px;
}

.catToggle .cateToggle_text {
	display: block;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
	color: #777777;
	text-align: center;
}

.catToggle .cateToggle_text span::after {
	position: absolute;
	right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "\f067";
}

.catToggle .cateToggle_text.toggle_active {
	max-width: 640px;
}

.catToggle .catToggle_inner {
	display: none;
}

.catToggle .catToggle_inner .catNav {
	max-width: 640px;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.catToggle .catToggle_inner .catNav li {
	border-top: 1px solid #777777;
	padding: 0 8px;
}

.catToggle .catToggle_inner .catNav li a {
	padding: 12px 0;
	color: #000;
	text-align: left;
	font-size: 1.4rem;
}

.catToggle .catToggle_inner .catNav li:first-child a {
	padding: 12px 0;
	text-align: left;
}

.catToggle .catToggle_inner .catNav li:last-child {
	padding: 8px;
}

.catToggle .catToggle_inner .catNav li {
	width: 100%;
	margin-bottom: 0px;
}

.singleArea {
	padding-top: 80px;
}

}

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

.visibleLxsm {
	display: block;
}

.hiddenLxsm {
	display: none;
}

#pageHeader .headerText {
	margin-top: 40px;
	padding: 0 10px;
	text-align: left;
	line-height: 1.75;
	font-size: 1.6rem;
}

.postWrap .postWrap_inner li:nth-child(2) h2 {
	margin: 16px 0;
	font-size: 2rem;
	line-height: 1.75;
}

.singleArea .singleArea_inner:nth-of-type(1) {
	margin-top: 0;
	padding-bottom: 64px;
}

.singleArea .singleArea_inner:nth-of-type(1) .singleArea_inner-container {
	padding-top: 40px;
	padding-bottom: 60px;
}

}

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

.visibleXsm {
	display: block;
}

.hiddenXsm {
	display: none;
}

#pageHeader .pageHeader-inner {
	height: 120px;
}

#pageHeader .pageHeader-inner.pageHeader-innerContact {
	height: 48px;
}

}

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

.visibleSm {
	display: block;
}

.hiddenSm {
	display: none;
}

.postWrap .postWrap_inner li:nth-child(2) h2 {
	margin: 16px 0;
	font-size: 1.8rem;
	line-height: 1.75;
}

}

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

.visibleMd {
	display: block;
}

.hiddenMd {
	display: none;
}

.blogCard .blogCard_inner:nth-of-type(2) {
	width: 30%;
}

.blogCard .blogCard_inner:nth-of-type(3) {
	width: 68%;
}

.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle a {
	font-size: 1.6rem;
}

}

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

.visibleMdl {
	display: block;
}

.hiddenMdl {
	display: none;
}

}

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

.visibleLg {
	display: block;
}

.hiddenLg {
	display: none;
}

}

