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

html {
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	box-sizing: border-box;
	word-break: normal;
	tab-size: 4;
}

*,
::before,
::after {
	box-sizing: inherit;
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0; /* Reset `padding` and `margin` of all elements */
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

input,
select {
	vertical-align: middle;
}

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

html {
	font-size: 62.5%;
}

body {
	color: #231815;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

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

ul,
li {
	list-style: none;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/* =====================
color
===================== */

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

/* =====================
size
===================== */

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

/* =====================
slick
===================== */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

.footer .footer-sns {
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

.footer .footer-sns .icon {
	width: 57px;
}

.footer .footer-sns .icon:hover {
	opacity: .7;
}

.footer .footer-sns .icon + .icon {
	margin-left: 60px;
}

.footer .footer-contents {
	padding: 35px 0 110px;
	background-color: #3e3a39;
	color: #fff;
	text-align: center;
}

.footer .footer-menu {
	display: flex;
	position: relative;
	justify-content: center;
	margin-bottom: 50px;
	padding-bottom: 55px;
}

.footer .footer-menu::after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	content: '';
}

.footer .menu-item {
	font-size: 14px;
}

.footer .menu-item a {
	color: #fff;
}

.footer .menu-item + .menu-item {
	margin-left: 42px;
}

.footer .footer-logo {
	width: 260px;
	margin: auto;
}

.footer .address {
	padding: 25px 0 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
}

.footer .copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
}

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

.header {
	padding-top: 85px;
}

.header .header-logo {
	width: 260px;
	margin: auto;
}

.header .header-nav {
	padding: 40px 0 15px;
}

.header .nav-button {
	display: none;
}

.header .menu-wrap {
	position: relative;
	max-width: 1000px;
	margin: auto;
}

.header .menu {
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.header .menu.open {
	display: block;
}

.header .menu.close {
	display: none;
}

.header .menu-item + .menu-item {
	margin-left: 42px;
}

.header .rsv-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
}

/*
.header .rsv-btn:hover {
	opacity: .7;
}
*/

.header .sp-rsv-btn {
	display: none;
}

.header .sp-rsv-btn.open {
	display: block;
}

.header .sp-rsv-btn.close {
	display: none;
}

/* =====================
common
===================== */

.heading {
	font-family: "Source Code Pro", monospace;
	font-size: 25px;
	text-align: center;
}

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

.more-btn a {
	display: inline-block;
	width: 172px;
	height: 40px;
	border: 1px solid #231815;
	font-family: "Source Code Pro", monospace;
	font-size: 20px;
	line-height: 40px;
}

.page-head {
	margin-bottom: 50px;
}

.page-head .page-head-img img {
	-o-object-fit: cover;
	height: 385px;
	object-fit: cover;
}

/* =====================
menu 下層ページ
===================== */

.menu-section .menu-bg {
	margin-top: 50px;
	padding-bottom: 100px;
	background-color: #f2f2f2;
}

.menu-section .menu-list {
	padding: 50px 0;
}

.menu-section .menu-heading {
	position: relative;
	height: 50px;
	padding-left: 70px;
	background-color: #3e3a39;
	color: #fff;
	font-family: "Source Code Pro", monospace;
	font-size: 25px;
	line-height: 50px;
}

.menu-section .menu-heading .menu-heading-note {
	display: inline-block;
	padding-left: 12px;
	font-size: 14px;
}

.menu-section .menu-heading .menu-heading-price {
	display: block;
	position: absolute;
	top: 0;
	right: 70px;
	font-size: 14px;
}

.menu-section .menu-item {
	display: flex;
	justify-content: space-between;
	padding: 13px 70px 12px;
	font-size: 17px;
}

.menu-section .menu-item + .menu-item {
	border-top: 1px dashed #3e3a39;
}

.menu-section .menu-title span {
	display: block;
	font-size: 14px;
}

.menu-section .menu-price {
	width: 130px;
	text-align: right;
	white-space: nowrap;
}

.menu-section .menu-details {
	display: flex;
	justify-content: space-between;
	padding: 50px 70px 100px;
}

.menu-section .menu-left {
	order: 1;
	letter-spacing: .2em;
	line-height: 2;
}

.menu-section .menu-left .menu-left-title {
	font-size: 17px;
}

.menu-section .menu-left .menu-left-note {
	font-size: 14px;
}

.menu-section .menu-right {
	font-size: 14px;
}

/* =====================
recruit 下層ページ
===================== */

.recruit-section .recruit-top {
	margin-top: 45px;
}

.recruit-section .recruit-top img {
	display: block;
}

.recruit-section .recruit-bg {
	background-color: #f2f2f2;
	margin-top: 45px;
}

.recruit-section .recruit-mv-wrap {
	padding: 80px 0;
}
.recruit-section .recruit-mv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.recruit-section .recruit-mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recruit-section .recruit-concept {
	width: 900px;
	margin: 0 auto;
	padding: 45px 0;
}

.recruit-section .recruit-concept-heading {
	font-size: 25px;
	letter-spacing: .1em;
}

.recruit-section .recruit-concept-catch {
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2;
}

.recruit-section .recruit-container {
	display: flex;
	flex-wrap: wrap;
}

.recruit-section .recruit-item {
	width: calc(50% - 50px);
	max-width: 500px;
	padding-bottom: 50px;
}

.recruit-section .recruit-item:nth-child(2n) {
	margin-left: 50px;
}

.recruit-section .recruit-item:nth-last-child(1) .recruit-text {
	padding-top: 53px;
}

.recruit-section .recruit-img {
	display: block;
	width: 370px;
    margin: 0 auto;
}

.recruit-section .recruit-heading {
	padding-top: 50px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
}

.recruit-section .recruit-text {
	padding-top: 25px;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2;
	text-align: justify;
}

.recruit-section .dataList-inner {
	padding: 60px 0;
}

.recruit-section .dataList-inner .dataList-heading {
	margin-bottom: 30px;
	background-color: #3e3a39;
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.recruit-section .dataList-inner dl {
	display: flex;
	padding: 20px;
	font-size: 17px;
}

.recruit-section .dataList-inner dl + dl {
	border-top: 1px dashed #231815;
}

.recruit-section .dataList-inner dt {
	width: 28%;
}

.recruit-section .dataList-inner dd {
	width: 72%;
	line-height: 1.8;
}

/* =====================
style 下層ページ
===================== */

.style-section .style-contents {
	grid-gap: 60px 45px;
	-ms-grid-columns: repeat(3, minmax(205px, 1fr));
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	padding: 35px 0 90px;
}

.style-section .style-contents-img {
	cursor: pointer;
	transition: opacity .3s ease;
}

.style-section .style-contents-img:hover {
	opacity: .7;
}

.style-section .gray-display {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.style-section .gray-display img {
	-o-object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 600px;
	max-height: 600px;
	margin: auto;
	object-fit: cover;
}

/* =====================
top_about
===================== */

.top_about {
	background-color: #6e7378;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.top_about .about-top img {
	display: block;
}

.top_about .about-contents {
	position: relative;
	padding: 60px 0;
}

.top_about .about-contents::before,
.top_about .about-contents::after {
	display: block;
	z-index: 10;
	position: absolute;
	right: 50%;
	left: 50%;
	width: 1px;
	height: 60px;
	height: 30px;
	background-color: #231815;
	background-color: #fff;
	content: '';
}

.top_about .about-contents::before {
	top: 0px;
}

.top_about .about-contents::after {
	bottom: 0;
}

.top_about .about-catch {
	max-width: 600px;
	margin: auto;
	padding: 45px 0;
	line-height: 2;
}

.top_about .about-catch-text {
	padding-bottom: 20px;
	font-size: 14px;
	letter-spacing: .05em;
}

.top_about .about-catch-en {
	font-family: "Source Code Pro", monospace;
	font-size: 12px;
}

.top_about .about-container {
	display: flex;
	justify-content: center;
}

.top_about .about-item {
	width: 33.333%;
	max-width: 300px;
	letter-spacing: .05em;
}

.top_about .about-item + .about-item {
	margin-left: 50px;
}

.top_about .about-text {
	padding-top: 50px;
	font-size: 14px;
	line-height: 1.8;
}

/* =====================
top_information
===================== */

.top_information {
	padding: 60px 0;
}

.top_information .info-list {
	width: 750px;
	max-width: 100%;
	margin: auto;
	padding: 40px 0;
}

.top_information .info-item {
	display: flex;
	padding-bottom: 10px;
	font-size: 14px;
}

.top_information .info-item:hover {
	opacity: .7;
}

.top_information .info-item-time {
	width: 30%;
}

.top_information .info-item-text {
	width: 70%;
	letter-spacing: .05em;
}

/* =====================
keyvisual
===================== */

.keyvisual {
	width: 100%;
}

.keyvisual .slick img {
	display: block;
}

/* =====================
top_salon
===================== */

.top_salon {
	position: relative;
	padding: 60px 0;
}

.top_salon::before,
.top_salon::after {
	display: block;
	z-index: 10;
	position: absolute;
	right: 50%;
	left: 50%;
	width: 1px;
	height: 60px;
	background-color: #231815;
	content: '';
}

.top_salon::before {
	top: 0;
	height: 30px;
}

.top_salon::after {
	bottom: -30px;
	height: 60px;
}

.top_salon .salon-container {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

.top_salon .salon-info {
	width: 500px;
	max-width: 100%;
	margin-right: 70px;
}

.top_salon .salon-item {
	height: 35px;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 35px;
}

.top_salon .salon-item + .salon-item {
	border-top: 1px solid #231815;
}

.top_salon .salon-item._title {
	font-size: 18px;
}

.top_salon .salon-tel {
	margin-top: 25px;
}

.top_salon .salon-btn {
	margin-top: 15px;
}

.top_salon .salon-note {
	padding-top: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.top_salon .salon-img {
	width: 426px;
	max-width: 100%;
}

.top_salon .map {
	position: relative;
	width: 100%;
	max-height: 440px;
	padding-top: 37%; /* = height ÷ width × 100 */
	padding-top: 25%;
}

.top_salon .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 440px;
}

/* =====================
top_staff
===================== */

.top_staff {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.top_staff .staff-list {
	grid-gap: 55px 50px;
	-ms-grid-columns: repeat(3, minmax(170px, 1fr));
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	padding-top: 45px;
}

.top_staff .staff-item {
	position: relative;
	letter-spacing: .1em;
}

.top_staff .name-position {
	display: block;
	position: absolute;
	bottom: 44px;
	left: 0;
	font-size: 12px;
}

.top_staff .name {
	padding-top: 42px;
	font-size: 17px;
}

.top_staff .name-en {
	font-size: 12px;
}

/* =====================
.top_style
===================== */

.top_style {
	position: relative;
	padding: 60px 0;
	background-color: #f2f2f2;
}

.top_style::after {
	display: block;
	z-index: 10;
	position: absolute;
	right: 50%;
	bottom: -30px;
	left: 50%;
	width: 1px;
	height: 60px;
	background-color: #231815;
	content: '';
}

.top_style .style-images {
	grid-gap: 25px 25px;
	-ms-grid-columns: repeat(4, minmax(205px, 1fr));
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	padding-bottom: 80px;
}

.top_style .style-img {
	min-width: 185px;
	max-width: 185px;
	margin: auto;
}

.top_style .style-btn {
	text-align: center;
}

.top_style .style-btn > a {
	display: inline-block;
	width: 240px;
	height: 54px;
	margin: auto;
	background-color: #fff;
	font-family: "Source Code Pro", monospace;
	font-size: 20px;
	line-height: 54px;
	text-align: center;
}

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

.inner {
	max-width: calc(100% - 80px);
}

.header .menu-wrap {
	max-width: calc(100% - 80px);
}

}

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

.inner {
	max-width: calc(100% - 70px);
}

.menu-section .menu-heading {
	padding-left: 30px;
}

.menu-section .menu-heading .menu-heading-price {
	right: 30px;
}

.menu-section .menu-item {
	padding: 13px 20px 12px;
}

.recruit-section .recruit-img {
	max-width: 100%;
}

.style-section .gray-display img {
	max-width: 500px;
	max-height: 500px;
}

}

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

.inner {
	max-width: calc(100% - 50px);
}

.header {
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 85px;
	padding-top: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.header .header-nav {
	position: absolute;
	top: 0;
	top: 30px;
	right: 30px;
	padding: 0;
}

.header .menu {
	display: none;
	font-size: 16px;
}

.header .menu-item + .menu-item {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #ccc;
}

.header .rsv-btn {
	display: none;
}

.header .sp-rsv-btn {
	-webkit-transform: translateX(-50%);
	z-index: 100;
	position: fixed;
	top: 450px;
	left: 50%;
	width: 90%;
	margin: auto;
	transform: translateX(-50%);
	font-size: 18px;
	text-align: center;
}

.header .sp-rsv-btn a {
	display: block;
	height: 65px;
	background-color: #3e3a39;
	color: #fff;
	line-height: 65px;
}

.header { /*メニューボタンのエフェクト*/
}

.header .nav-button {
	display: block;
	cursor: pointer;
}

.header .nav-button,
.header .nav-button span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.4s;
}

.header .nav-button {
	z-index: 120;
	position: relative;
	width: 34px;
	height: 24px;
	margin-left: auto;
}

.header .nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 4px;
	background-color: #3e3a39;
}

.header .nav-button-top {
	top: 0;
}

.header .nav-button-center {
	top: 10px;
}

.header .nav-button-bottom {
	bottom: 2px;
}

.header .nav-button.active {
	height: 38px;
}

.header .nav-button.active .nav-button-top {
	-webkit-transform: translateY(16px) rotate(-45deg);
	transform: translateY(16px) rotate(-45deg);
}

.header .nav-button.active .nav-button-center {
	opacity: 0;
}

.header .nav-button.active .nav-button-bottom {
	-webkit-transform: translateY(-16px) rotate(45deg);
	transform: translateY(-16px) rotate(45deg);
}

.header .menu {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	background-color: #fff;
}

.header .menu .menu-wrap {
	display: block;
	z-index: 100;
	position: relative;
	height: 100%;
	max-height: 100vh;
	margin: auto;
	padding: 35px 0 10px;
	overflow: hidden;
	text-align: center;
}

.header .menu .menu-item {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
}

.header .menu .menu-item > a {
	display: block;
	height: 60px;
	line-height: 60px;
}

.page-head .page-head-img img {
	height: 70vh;
}

.menu-section .menu-heading {
	padding-left: 10px;
}

.menu-section .menu-heading .menu-heading-price {
	right: 10px;
}

.menu-section .menu-item {
	padding: 13px 10px 12px;
}

.menu-section .menu-details {
	padding: 50px 0;
}

.recruit-section .recruit-heading {
	padding-top: 35px;
}

.recruit-section .recruit-text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.style-section .gray-display img {
	max-width: 400px;
	max-height: 400px;
}

.top_about .about-container {
	flex-wrap: wrap;
	justify-content: left;
	padding: 0 5px;
}

.top_about .about-item {
	width: calc(50% - 50px);
	margin-top: 35px;
}

.top_about .about-item:nth-child(1n) {
	margin-left: 0;
}

.top_about .about-item:nth-child(2n) {
	margin-left: 50px;
}

.keyvisual .slick img {
	-o-object-fit: cover;
	height: 70vh;
	object-fit: cover;
}

}

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

.inner {
	max-width: calc(100% - 40px);
}

.footer .footer-sns {
	max-width: calc(100% - 50px);
	margin: auto;
	padding: 50px 0 35px;
}

.footer .footer-sns .icon {
	width: 45px;
}

.footer .footer-sns .icon + .icon {
	margin-left: 35px;
}

.footer .footer-contents {
	padding: 10px 0 50px;
}

.footer .footer-menu {
	display: block;
	padding-bottom: 35px;
}

.footer .footer-menu::after {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
}

.footer .menu-item a {
	display: block;
	height: 55px;
	line-height: 55px;
}

.footer .menu-item + .menu-item {
	margin-right: auto;
	margin-left: auto;
}

.footer .address {
	letter-spacing: 0;
}

.footer .copy {
	letter-spacing: 0;
}

.header .header-logo {
	width: 235px;
	margin-right: auto;
	margin-left: 20px;
}

.sp-none {
	display: none;
}

.menu-section .menu-bg {
	padding-bottom: 50px;
}

.menu-section .menu-heading .menu-heading-price {
	position: relative;
	top: -10px;
	left: 0;
	color: #231815;
}

.menu-section .menu-item {
	display: block;
	padding: 13px 0 12px;
	font-size: 15px;
}

.menu-section .menu-title span {
	font-size: 13px;
}

.menu-section .menu-price {
	width: 100%;
	padding-top: 10px;
	text-align: left;
}

.menu-section .menu-details {
	display: block;
}

.menu-section .menu-left {
	padding-top: 35px;
}

.recruit-section .recruit-top {
	margin-top: 25px;
}

.recruit-section .recruit-top img {
	-o-object-fit: cover;
	height: 150px;
	object-fit: cover;
}

.recruit-section .recruit-concept-heading {
	font-size: 19px;
}

.recruit-section .recruit-item {
	width: 100%;
}

.recruit-section .recruit-item:nth-child(2n) {
	margin-left: 0;
}

.recruit-section .recruit-item:nth-last-child(1) .recruit-text {
	padding-top: 25px;
}

.recruit-section .recruit-heading {
	padding-top: 20px;
	font-size: 17px;
}

.recruit-section .recruit-text {
	padding-top: 15px;
}

.recruit-section .dataList-inner dl {
	display: block;
	padding: 20px 0 10px;
	font-size: 15px;
}

.recruit-section .dataList-inner dt {
	width: 100%;
}

.recruit-section .dataList-inner dd {
	width: 100%;
	padding-top: 5px;
}

.style-section .style-contents {
	padding: 35px 0 60px;
}

.style-section .style-contents-img {
	width: 280px;
	height: 280px;
	margin: auto;
	text-align: center;
}

.style-section .gray-display img {
	max-width: 300px;
	max-height: 300px;
}

.top_about .about-top img {
	-o-object-fit: cover;
	height: 200px;
	object-fit: cover;
}

.top_about .about-contents {
	padding: 60px 0 100px;
}

.top_about .about-catch {
	padding: 45px 0 20px;
}

.top_about .about-container {
	display: block;
	padding: 0;
}

.top_about .about-item {
	width: 100%;
	margin: 45px auto 0;
}

.top_about .about-item:nth-child(1n) {
	margin-left: auto;
}

.top_about .about-item:nth-child(2n) {
	margin-left: auto;
}

.top_about .about-item + .about-item {
	margin-left: auto;
}

.top_about .about-text {
	padding-top: 20px;
}

.top_information .info-list {
	padding: 30px 0 40px 20px;
}

.top_information .info-item {
	display: block;
	padding-bottom: 12px;
}

.top_information .info-item-time {
	width: 100%;
}

.top_information .info-item-text {
	width: 100%;
	padding-top: 4px;
}

.top_salon {
	padding: 60px 0 100px;
}

.top_salon .salon-container {
	display: block;
}

.top_salon .salon-tel {
	margin-top: 15px;
}

.top_salon .salon-btn {
	margin-top: 5px;
}

.top_salon .salon-img {
	margin-top: 25px;
}

.top_salon .map {
	padding-top: 65%;
}

.top_staff .staff-list {
	grid-gap: 35px 35px;
}

.top_staff .staff-item {
	max-width: 270px;
	margin: auto;
}

.top_staff .name {
	padding-top: 25px;
}

.top_style {
	padding: 60px 0 100px;
}

.top_style .style-images {
	padding-bottom: 50px;
}

}

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

.inner {
	max-width: calc(100% - 20px);
}

.footer .footer-logo {
	width: 210px;
}

.header {
	height: 75px;
}

.header .header-logo {
	width: 210px;
	margin-left: 10px;
}

}



@media screen and (max-width: 768px) {
.recruit-section .recruit-concept {
	width: 100%;
}
}


header .menu .menu-item,
header .rsv-btn {
	position:relative;
}

.menu-child {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 80px;
    position: absolute;
    top: 22px;
	left: -20px;
    z-index: 10;
}

header .rsv-btn .menu-child {
    width: 80px;
    top: 23px;
    left: 6px;
    font-size: 14px;
}

header .menu .menu-item:hover .menu-child,
header .rsv-btn:hover .menu-child{
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.menu-child-item {
    background-color: #B1B2B2;
	color:#FFF;
    height: auto;
	line-height:200%;
	text-align:center;
    transition: all .3s;
    position: relative;
	margin-bottom:1px;
}

.menu-child-item a {
	color:#FFF;
}


@media screen and (max-width: 768px) {
.menu-child {
    display: flex;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: initial;
}
.menu-child-item {
    width: 50%;
    color: #000;
    margin-bottom: 0;
    border-top: 1px dotted #ccc;
    background: #fbfbfb;
}
.menu-child-item:first-child {
    border-right: 1px dotted #ccc;
}
.menu-child-item a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: .9em;
	color: #000;
}
.header .sp-rsv-btn {
    top: 518px;
}
.header .sp-rsv-btn2 {
    top: 584px;
}
}