@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2？family = Alex + Brush＆ display = swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300');
/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	color: #333333;
}

/*フォント系*/

h2 {
	font-size: 45px;
}

h3 {
	font-size: 38px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

.fs-36 {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

iframe {
	max-width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto !important;
}

.bkimg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;

}

.bkimg img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

a[href*="tel"] {
	pointer-events: none;
}

a[data-href="#"] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."] {
	border: solid red 5px;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	box-sizing: border-box;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
}

/*  */
[class*='load-'] {
	position: relative;
	min-height: 50px;
	border: 3px solid #00bcd4;
}

[class*='load-']:before {
	position: absolute;
	z-index: 100;
	display: block;
	background: #00bcd4;
	color: #ff0;
	content: '共通要素';
	text-align: center;
	font-weight: bold;
}

/*  */


ul,
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
	position: relative;
}

/*左右中央寄せ*/

.tfm_x {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}

.trimming:after {
	display: block;
	content: "";
	padding-top: 100%;
	/*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
	display: flex;
	flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex>div[data-collection-list-content],
.flex_c>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flex_c>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
	width: 46%;
	margin: 0% 2% 4% 2%;
}

.flex .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
	width: 29%;
	margin: 0% 2% 4% 2%;
}

.flex .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
	width: 21%;
	margin: 0% 2% 4% 2%;
}

.flex .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
	width: 16%;
	margin: 0% 2% 4% 2%;
}

/* ON/OFF ver.1 */

.on {
	display: block;
}

.off {
	display: none !important;
}

.default.off {
	display: block !important;
}

.default.on {
	display: none !important;
}

/* ON/OFF ver.2 */

/* .デフォルト内容使用 > * {
  display: none;
}

.デフォルト内容使用 > .cussalon {
  display: block;
}

.歯科デフォルト内容使用 > * {
  display: none;
}

.歯科デフォルト内容使用 > .cusdental {
  display: block;
}

.整骨デフォルト内容使用 > * {
  display: none;
}

.整骨デフォルト内容使用 > .cusbody {
  display: block;
} */

.使用なし {
	display: none;
}

.入力内容使用>* {
	display: none;
}

.入力内容使用>.cuscon {
	display: block;
}

[class*="デフォルト内容使用"]>* {
	display: none;
}

[class*="デフォルト内容使用"]>.cussalon,
[class*="デフォルト内容使用"]>.cusdental,
[class*="デフォルト内容使用"]>.cusbody {
	display: block;
}

a {
	pointer-events: none;
}

.logo img {
	max-width: 250px !important;
	max-height: 150px;
	width: auto;
	height: auto !important;
}

.iconimg {
	text-align: center;
}

.iconimg img {
	width: auto;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* オブジェクトフィット */

.imgfit {
	display: block;
	position: relative;
	overflow: hidden;
}

.imgfit img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.imgfit.cover {
	width: 100%;
	height: 100%;
}

.imgfit.cover img {
	position: static;
}

.imgfit:before {
	content: "";
	display: block;
}

.fit15:before {
	padding-top: 15%;
}

.fit20:before {
	padding-top: 20%;
}

.fit25:before {
	padding-top: 25%;
}

.fit30:before {
	padding-top: 30%;
}

.fit35:before {
	padding-top: 35%;
}

.fit40:before {
	padding-top: 40%;
}

.fit42:before {
	padding-top: 42%;
}

.fit43:before {
	padding-top: 43%;
}

.fit45:before {
	padding-top: 45%;
}

.fit50:before {
	padding-top: 50%;
}

.fit55:before {
	padding-top: 55%;
}

.fit60:before {
	padding-top: 60%;
}

.fit65:before {
	padding-top: 65%;
}

.fit70:before {
	padding-top: 70%;
}

.fit75:before {
	padding-top: 75%;
}

.fit80:before {
	padding-top: 80%;
}

.fit85:before {
	padding-top: 85%;
}

.fit90:before {
	padding-top: 90%;
}

.fit95:before {
	padding-top: 95%;
}

.fit100:before {
	padding-top: 100%;
}

.fit105:before {
	padding-top: 105%;
}

.fit110:before {
	padding-top: 110%;
}

.fit115:before {
	padding-top: 115%;
}

.fit120:before {
	padding-top: 120%;
}

.fit125:before {
	padding-top: 125%;
}

.fit130:before {
	padding-top: 130%;
}

.fit135:before {
	padding-top: 135%;
}

.fit140:before {
	padding-top: 140%;
}

.fit145:before {
	padding-top: 145%;
}

.fit150:before {
	padding-top: 150%;
}

.fit155:before {
	padding-top: 155%;
}

.fit160:before {
	padding-top: 160%;
}

/* mix-blend-mode */

.mbm-filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

_:-ms-lang(x)::-ms-backdrop,
.mbm-filter {
	opacity: 0.2;
}

.mbm-multiply {
	mix-blend-mode: multiply;
}

.mbm-screen {
	mix-blend-mode: screen;
}

.mbm-overlay {
	mix-blend-mode: overlay;
}

.mbm-darken {
	mix-blend-mode: darken;
}

.mbm-lighten {
	mix-blend-mode: lighten;
}

.mbm-color-dodge {
	mix-blend-mode: color-dodge;
}

.mbm-color-burn {
	mix-blend-mode: color-burn;
}

.mbm-hard-light {
	mix-blend-mode: hard-light;
}

.mbm-soft-light {
	mix-blend-mode: soft-light;
}

.mbm-difference {
	mix-blend-mode: difference;
}

.mbm-exclusion {
	mix-blend-mode: exclusion;
}

.mbm-hue {
	mix-blend-mode: hue;
}

.mbm-saturation {
	mix-blend-mode: saturation;
}

.mbm-color {
	mix-blend-mode: color;
}

.mbm-luminosity {
	mix-blend-mode: luminosity;
}

/* カルーセルリスト */

.carousel-list {
	margin-left: -8.3333%;
	margin-right: -8.3333%;
}

.carousel-list li {
	width: 16.6666%;
}


@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 28px;
	}

	a[href*="tel"] {
		pointer-events: initial !important;
	}

	.flex .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 29%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec5 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}


}

@media only screen and (max-width: 599px) {
	.flex .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec3 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}

	.flex_c .sec4 {
		width: 46%;
		margin: 0% 2% 4% 2%;
	}
}


#wrapper {
	max-width: 100%;
	overflow: hidden;
}


#footer {
	background: #343F50;
}

#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 35px 0 0 0;
}

#footer .footnav ul {
	text-align: center;
}

#footer .footnav li {
	display: inline-block !important;
	color: #fff;
	padding: 0 0 10px 0;
}

#footer .footnav li a {
	color: #fff;
}

#footer .footnav li:after {
	content: "|";
	display: inline-block !important;
	margin: 0 0.5em;

}

#footer .footnav li:first-child:before {
	content: "|";
	display: inline-block !important;
	margin: 0 0.5em;
}

#footer .footnav {
	padding: 0 0 40px 0;
}

#footer .footinfo h3 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
}

#footer .footinfo h3+p {
	text-align: center;
	color: #fff;
	padding: 0 0 15px 0;
}

#footer .footinfo .tel {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#footer .footinfo .tel .s {
	font-size: 20px;
	padding-right: 0.5em;
}

#footer .footinfo .tel a {
	color: #fff;
}

#footer .footinfo .tel {
	padding: 0 0 20px 0;
}

#footer .footinfo li {
	width: 180px;
	padding: 0 5px 5px 5px;
}

#footer .footinfo li a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	padding: 8px 0;
}

#footer .footinfo li a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

#footer .footinfo ul {
	padding-bottom: 35px;
}

#footer .copy {
	text-align: center;
	color: #fff;
	padding: 0 0 40px 0;
}

.totop {
	position: fixed;
	z-index: 99;
	bottom: 10px;
	right: 10px;
}

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

#header .inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 98%;
}

#header h1 {
	float: left;
	font-size: 43px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	width: 20%;
	white-space: nowrap;
}

#header #gnav {
	float: right;
	width: 80%;

}

#header #gnav .in ul+p,
.home #gnav .in ul+p {
	display: block;
	width: 200px;
	position: fixed;
	left: 0;
	top: 200px;
	transform: rotate(90deg);
	transform-origin: left bottom;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#header #gnav ul+p a,
.home #gnav .in ul+p a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: #4D5766;
	font-size: 17px;
	display: block;
	text-align: center;

}

#header #gnav ul+p a img,
.home #gnav ul+p a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

#header #gnav p+ul {
	position: fixed;
	top: 84px;
	right: 0;
	transform-origin: right bottom;
	transform: rotate(-90deg);
}

#header #gnav p+ul li,
.home #gnav p+ul li {
	width: 200px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#header #gnav p+ul li+li {
	padding-left: 48px;
}

#header #gnav p+ul li a,
.home #gnav p+ul li a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: #4D5766;
	font-size: 17px;
	display: block;
	text-align: center;

}

#header #gnav p+ul li a img,
.home #gnav p+ul li img {
	transform: rotate(-180deg);
	vertical-align: middle;
	margin-right: 0.5em;
}

#header #gnav .mnav {
	text-align: right;
	padding: 25px 0 25px 0;
}

#header #gnav .mnav li {
	display: inline-block !important;
	text-align: right;
	padding: 0 0 0 3.2%;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 16px;
}

#header #gnav .mnav li:first-child {
	padding-left: 0;
}

#header+#main {
	margin-top: 76px;
}

.home #gnav p {
	display: none;
}

.home #gnav {
	width: 100%;
	position: relative;
	z-index: 100;
}

.home #gnav .mnav {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
	padding: 25px 0;
	text-align: center;
}

.home #gnav .mnav li {
	display: inline-block !important;
	text-align: right;
	padding: 0 1.6% 0 1.6%;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 16px;
}

.home #gnav.fixed {
	position: fixed;
	top: 0;
	raight: 0;
	background: rgba(255, 255, 255, 0.9);
}

.btm {
	margin-bottom: 76px;
}

@media only screen and (max-width: 1024px) {

	#header #gnav .mnav li,
	.home #gnav .mnav li {
		display: block !important;
	}

	.btm {
		margin-bottom: 0;
	}

	.home #gnav.fixed {
		background: none;
	}
}

.subtit {
	position: relative;
	margin-bottom: -90px;
}

.subtit+div {
	position: relative;
	z-index: 1;
}

#main {
	overflow: hidden;
	background: #EAECED;
	padding-bottom: 60px;
}

.subtit .pic img {
	width: 100%;
	height: auto;
}

.subtit h2 {
	width: 95%;
	padding: 0 2.5%;
	text-align: center;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
	font-size: 72px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	line-height: 120%;
	margin-top: -20px;
}

.subtit h2 .n {
	display: block;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 110%;
	font-weight: normal;
}

.w14w {
	background: #fff;
	max-width: 1400px;
	margin: 0 auto;
	width: 95%;
	margin-bottom: 80px;
}

.w12i {
	max-width: 1200px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: 0 auto;
}

.pnav {
	padding: 30px 0 35px 0;
}

.pnav li {
	display: inline-block !important;
}

.pnav li+li:before {
	content: url(../images/bt_icon_black.png);
	display: inline-block !important;
	margin: 0 0.5em;
}

.h3s {
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	line-height: 140%;
	position: relative;

}

.h3s .n {
	font-weight: normal;
	font-size: 16px;
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 120%;
}

.h3s .w {
	position: relative;
	display: inline-block !important;
	padding: 0 0 10px 0;
}

.h3s .w:before {
	content: "";
	width: 10000%;
	margin-left: -9900%;
	height: 1px;
	background: #4D5766;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header #gnav p.gb {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.subtit {
		margin-bottom: -10px;
	}

	.subtit h2 {
		margin-top: -5px;
		font-size: 30px;
	}

	.subtit h2 .n {
		font-size: 14px;
	}

	.h3s {
		font-size: 24px;
	}

	.h3s .n {
		font-size: 14px;
	}

	#header {
		position: relative;
		background: none;
	}

	#header+#main {
		margin-top: 0;
	}

	#header #gnav,
	.home #gnav {
		position: fixed;
		top: 0;
		right: 0px;
		width: 200px;
		height: 100%;
		background: none;
		transform: translateX(200px);
		transition: ease .5s;
		padding: 0;
		z-index: 101;
		border: none;
		padding-bottom: 0;

	}

	#header #gnav .mnav,
	.home #gnav .mnav {
		display: block !important;
		padding: 0;
	}

	#header #gnav .mnav li,
	.home #gnav .mnav li {
		display: block !important;
		text-align: left;
		padding: 0;
	}

	#header #gnav .in ul+p,
	.home #gnav .in ul+p {
		position: relative;
		left: auto;
		top: auto;
		transform: rotate(0);
		font-family: 'Raleway', sans-serif;
		font-weight: 200;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 160%;
		width: auto;
	}

	#header #gnav .in ul+p a,
	.home #gnav .in ul+p a {
		background: none;
		color: #333;
		text-align: left;
		padding: 8px 0 8px 34px;
		line-height: 160%;
		box-sizing: border-box;
	}

	#header #gnav p+ul,
	.home #gnav p+ul {
		display: block !important;
		position: relative;
		left: auto;
		top: auto;
		transform: rotate(0);
	}

	#header #gnav p+ul li,
	.home #gnav p+ul li {
		width: 100%;
		display: block;
	}

	#header #gnav p+ul li a,
	.home #gnav p+ul li a {
		font-size: 14px;
		padding-left: 0;
	}

	#header #gnav p.gb,
	.home #gnav p.gb {
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		top: 0;
		left: -44px;
		border: 1px solid #fff;
		background: #4D5766;
		cursor: pointer;
		opacity: 0.8;
		margin: 2px;
		box-shadow: 0px 0px 0px 2px #4D5766;
		-moz-box-shadow: 0px 0px 0px 2px #4D5766;
		-webkit-box-shadow: 0px 0px 0px 2px #4D5766;
	}

	#header #gnav li,
	.home #gnav li {
		float: none;
		width: auto;
		border-bottom: 1px dotted #cacad9;
		padding: 0 !important;
		margin-top: 0;
		margin-left: 0 !important;
		display: block !important;

	}

	#header #gnav ul li a,
	.home #gnav li a {
		height: auto;
		display: block !important;
		padding: 8px 0 8px 34px;
		font-size: 18px;
		line-height: 160%;
		letter-spacing: 1px;
	}



	#header #gnav.action,
	.home #gnav.action {
		transform: translateX(0px);
	}

	#header #gnav p.gb span.n,
	.home #gnav p.gb span.n {
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 6px;
		margin-top: -1px;
		position: absolute;
	}

	#header #gnav p.gb span.n:before,
	.home #gnav p.gb span.n:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
	}

	#header #gnav p.gb span.n:after,
	.home #gnav p.gb span.n:after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
	}

	#header #gnav.action p.gb span.n,
	.home #gnav.action p.gb span.n {
		transform: rotate(-45deg);
		transition: ease .10s;
	}

	#header #gnav.action p.gb span.n:after,
	#header #gnav.action p.gb span.n:before,
	.home #gnav.action p.gb span.n:after,
	.home #gnav.action p.gb span.n:before {
		transform: rotate(90deg);
		top: 0;
		left: 0;
	}

	#header #gnav .in,
	.home #gnav .in {
		display: block;
		width: auto;
		height: 100%;
		overflow-y: auto;
		background: #FFF;
		padding: 0;
	}

	.overlay:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 99;
	}

	#header #gnav li a:hover::before,
	#header #gnav li.st a::before {
		bottom: auto;
		left: auto;
		right: 10px;
		top: 50%;
		margin-top: -3px;

	}
}

/*menu*/

.menu1 h3 {
	margin-bottom: 65px;
}

.menu1 .left {
	float: left;
	width: 40%;

}

.menu1 .right {
	float: right;
	width: 40%;
}

.menu1 h4 {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	padding: 0 0 20px 0;
}

.menu1 .box dt {
	float: left;
}

.menu1 .box dt+dd {
	text-align: right;
}

.menu1 .box dl {
	padding: 0 0 30px 0;
}

.menu1 .box {
	padding-bottom: 50px;
}

.menu1 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

	.menu1 .left,
	.menu1 .right {
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	.menu1 h4 {
		font-size: 24px;
	}
}

/*home*/
.home #gnav p+ul {
	display: none;
}

.home-head .slide img {
	width: 100%;
}

.home-head {
	position: relative;
}

.home-head .tit {
	max-width: 95%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.home-head .tit h1 {
	font-size: 72px;
	color: #fff;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
}

.home-head .tit p {
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	color: #fff;
	line-height: 110%;
}

.home-head dl {
	position: absolute;
	top: 30px;
	right: 30px;
}

.home-head dl dt {
	display: inline-block !important;
	vertical-align: middle;
}

.home-head dl dd {
	display: inline-block !important;
	width: 180px;
	padding: 0 0 0 5px;
}

.home-head dl dd a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	padding: 8px 0;
}

.home-head dl dd a img {
	vertical-align: middle;
	margin-left: 0.5em;
}

.home-head dl dt {
	font-size: 29px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.home-head dl dt a {
	color: #fff;
}

.home-head dl dt .s {
	font-size: 19px;
}

.home #main {
	background: none;
}

@media only screen and (max-width: 1024px) {
	.home-head dl dd {
		display: none !important;
	}

	.home-head dl {
		right: 60px;
		top: 10px;
	}

	.home-head dl dt {
		font-size: 24px;
	}

	.home-head dl dt .s {
		font-size: 14px;
	}

	.home-head .tit h1 {
		font-size: 36px;
	}

	.home-head .tit {
		width: 100%;
		margin-top: 20px;
	}

	.home-head .tit p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 599px) {
	.home-head .tit p {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
}

.home-concept {
	overflow: hidden;
	position: relative;
}

.w10 {
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
}

.home-concept .w10 {
	position: relative;
	z-index: 1;
	padding: 100px 0 100px 0;
}

.home-concept .bkimg {
	width: 100%;
	height: 100%;
}

.h3h {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.h3h strong {
	display: block;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-size: 41px;
	line-height: 120%;
	padding-bottom: 3px;
}

.home-concept h3 {
	padding-bottom: 50px;
}

.home-concept p {
	text-align: center;
	line-height: 210%;
}

.hmore {
	text-align: center;
}

.hmore img {
	vertical-align: middle;
	margin-left: 1em;
}

.home-concept .hmore {
	padding-top: 40px
}

@media only screen and (max-width: 1024px) {
	.h3h {
		font-size: 14px;
	}

	.h3h strong {
		font-size: 30px;
	}
}

.home-news {
	max-width: 800px;
	margin: 0 auto;
	padding: 90px 0 120px 0;
	width: 95%;
}

.home-news h3 {
	padding-bottom: 45px;
}

.home-news .table {
	padding-bottom: 60px;
	border-top: 1px solid #999999;
}

.home-news dt {
	float: left;
	font-weight: bold;
}

.home-news dd {
	padding: 0 0 0 130px;
}

.home-news dl {
	padding: 20px 0;
	border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 599px) {
	.home-news {
		padding-top: 0;
	}

	.home-news dt {
		float: none;
	}

	.home-news dd {
		padding-left: 0;
	}
}

.home-trouble {
	position: relative;
	overflow: hidden;
	background: #25282e;
}

.home-trouble .w10 {
	position: relative;
	z-index: 1;
	padding: 100px 0 80px 0;
	text-align: right;
}

.home-trouble .bkimg {
	width: 100%;
	height: 100%;
}

.home-trouble h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 40px;

}

.home-trouble .in {
	display: inline-block !important;
}

.home-trouble li {
	font-size: 18px;
	background: url(../images/top/icon_01.png) 0 0 no-repeat;
	padding: 5px 0 20px 40px;
	color: #fff;
}

.home-trouble .w10 p {
	text-align: left;
	color: #fff;
	padding: 0 0 20px 0;
}

.home-trouble .w10 .hmore a {
	color: #fff;
}

.home-trouble .w10 .hmore {
	padding-top: 40px;
}

.home-style {
	padding: 100px 0 100px 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}

.home-style h3 {
	padding-bottom: 45px;
}

.home-style .slider li {
	width: 31.33%;
	margin: 0 3% 0 0;
}

.home-style .slider li:nth-child(3n+3) {
	margin-right: 0;
}

.home-style .in {
	position: relative;
}

.home-style .in .next {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-style .in .prev {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-style .slidenav {
	padding: 35px 0 65px 0;
}

.home-style .slidenav li {
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: #d8dade;
	margin: 0 5px;
	border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
	.home-style .in .next {
		right: -5px;
		max-width: 12px;
	}

	.home-style .in .prev {
		left: -5px;
		max-width: 12px;
	}
}

.home-eye {
	max-width: 1200px;
	margin: 0 auto 130px auto;
	width: 95%;
}

.home-eye a {
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.home-eye a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	bottom: 13px;
	right: 13px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
	z-index: 2;
}

.home-eye a .w {
	color: #fff;
	font-size: 16px;
	position: absolute;
	background: rgba(77, 87, 102, 0.7);
	height: 100%;
	box-sizing: border-box;
	padding: 8% 7.5% 0 7.5%;
	transform: skewX(15deg);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	transform-origin: left bottom;
}

.home-eye a .m {
	display: inline-block !important;
	transform: skewX(-15deg);
}

.home-eye a .w strong {
	font-size: 36px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	margin-right: 1em;
}

.home-eye a .w img {
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 1em;
	min-width: 0;
}

@media only screen and (max-width: 1024px) {
	.home-eye a .w strong {
		font-size: 25px;
	}

	.home-eye a .w {
		font-size: 14px;
		padding-top: 6%;
	}
}

@media only screen and (max-width: 599px) {
	.home-eye img {
		min-width: 500px;
	}

	.home-eye a .w {
		padding-top: 30px;
		padding-left: 30px;
	}

	.home-eye a .w strong {
		margin-right: 0.5em;
	}
}

.home-staff {
	position: relative;
	padding: 100px 0 100px 0;
}

.home-staff:before {
	content: "";
	width: 100%;
	height: 50%;
	background: #eaeced;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.home-staff h3 {
	padding-bottom: 45px;
}

.home-staff .slidewrap {
	max-width: 1200px;
	margin: 0 auto 75px auto;
	width: 95%;
	position: relative;

}

.home-staff .slidewrap dl {
	width: 32.5%;
	box-sizing: border-box;
	border: 5px solid #4d5766;
	margin: 0 1.25% 0 0;
	background: #fff;
}

.home-staff .slidewrap dl:nth-child(3n+3) {
	margin-right: 0;
}

.home-staff .slidewrap dd img {
	width: 100%;
	height: auto;
}

.home-staff .slidewrap dt {
	text-align: center;
	color: #fff;
	background: #4d5766;
	font-size: 22px;
	line-height: 120%;
	padding: 20px 0;
}

.home-staff .slidewrap dt .p {
	display: block;
	font-size: 14px;
}

.home-staff .slidewrap dt .e {
	font-size: 14px;
	display: block;
}

.home-staff .slidewrap .next {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.home-staff .slidewrap .prev {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
	.home-staff .slidewrap .next {
		right: 7px;
		max-width: 12px;
		margin-top: -20px;
	}

	.home-staff .slidewrap .prev {
		left: 7px;
		max-width: 12px;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 599px) {
	.home-staff .slidewrap dl {}

	.home-staff .slidewrap .in {
		width: 150%;
	}

	.home-staff .slidewrap {
		overflow: hidden;
	}

	.home-staff .slidewrap dt {
		font-size: 16px;
	}
}

.home-recruit {
	background: #343f50;
	position: relative;
	overflow: hidden;
}

.home-recruit .bkimg {
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

.home-recruit .w10 {
	position: relative;
	z-index: 1;
	padding: 60px 0 60px 0;
}

.home-recruit .w10 h3 {
	color: #fff;
	padding: 0 0 35px 0;
}

.home-recruit .w10 p {
	text-align: center;
	color: #fff;
	padding: 0 0 20px 0;
	line-height: 210%;
}

.home-recruit .w10 .hmore a {
	color: #fff;
}

.home-recruit .w10 .hmore {
	padding-top: 30px;
}

.home-blog {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	padding: 100px 0 120px 0;
}

.home-blog h3 {
	padding-bottom: 60px;
}

.home-blog dl {
	width: 31.33%;
	margin: 0 3% 30px 0;
}

.home-blog dt .d {
	display: block;
	font-weight: bold;
}

.home-blog dt {
	padding: 5px 0 0 0;
	letter-spacing: -0.5px;
}

.home-blog .list {
	padding-bottom: 40px;
}

.home-blog dl:nth-child(3n+3) {
	margin-right: 0;
}

.home-salon {
	background: #eaeced;
}

.home-salon .left {
	float: left;
	width: 50%;
}

.home-salon .right {
	float: right;
	width: 50%;
}

.home-salon .right img {
	width: 100%;
	height: auto;
}

.home-salon .left .in {
	box-sizing: border-box;
	max-width: 600px;
	width: 100%;
	padding: 60px 2.5% 40px 2.5%;
	float: right;
}

.home-salon .left h3 {
	text-align: left;
	padding-bottom: 40px;
}

.home-salon .left dt {
	font-weight: bold;
	float: left;
}

.home-salon .left dd {
	padding: 0 0 0 95px;
}

.home-salon .left dl {
	padding-bottom: 15px;
}

.home-salon .left .hmore {
	padding-top: 30px;
}

.home-salon #map {
	width: 100%;
	height: 350px;
}

@media only screen and (max-width: 599px) {
	.home-blog dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}

	.home-salon .right {
		width: auto;
		float: none;
	}

	.home-salon .left {
		width: auto;
		float: none;
	}

	.home-salon .left .in {
		width: 95%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

.home-insta {
	padding: 100px 0 60px 0;
}

.home-insta h3 {
	padding-bottom: 45px;
}

.home-insta .hmore {
	padding-top: 50px;
}

.home-insta li {
	margin: 0 1% 1% 0;
	width: 19.2%;
}

.home-insta li:nth-child(5n+5) {
	margin-right: 0;
}

/*staff*/

.stafflist h3 {
	margin-bottom: 55px;
}

.stafflist dl {
	width: 31.33%;
	margin: 0 3% 90px 0;
}

.stafflist dl:nth-child(3n+3) {
	margin-right: 0;
}

.stafflist dt {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 22px;
	line-height: 130%;
}

.stafflist dt .p {
	display: block;
	font-size: 14px;
}

.stafflist dt .e {
	font-size: 18px;
	display: block;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.stafflist {
	padding-bottom: 1px;
}

@media only screen and (max-width: 1024px) {
	.stafflist dt {
		font-size: 18px;
	}

	.stafflist dt .e {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.stafflist dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.staff1 .pic {
	float: left;
	width: 39.91%;
	padding-bottom: 20px;
}

.staff1 .tbox {
	width: 50%;
	float: right;
	padding-bottom: 20px;
}

.staff1 .tbox h4 {
	font-size: 26px;
	line-height: 120%;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 55px;
}

.staff1 .tbox h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 365px;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
}

.staff1 .tbox h4 .e {
	color: #666;
	font-weight: 100;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.staff1 .tbox h4 .p {
	display: block;
	font-size: 18px;
	color: #666;
	padding: 0 0 15px 0;
}

.staff1 .tbox .txt p {
	padding: 0 0 20px 0;
	color: #999999;
	line-height: 210%;
}

.staff1 .tbox .txt {
	padding-bottom: 70px;
}

.staff1 .tbox .table {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 70px 0;
}

.staff1 .tbox dt {
	font-size: 18px;
	padding: 0 0 10px 0;
}

.staff1 .tbox dd {
	color: #999;
}

.staff1 .tbox dl {
	padding-bottom: 25px;
}

.staff1 {
	padding-bottom: 50px;
}

.staff2 h3 {
	padding-bottom: 55px;
}

.staff2 li {
	width: 22.58%;
	margin: 0 3.22% 20px 0;
}

.staff2 li:nth-child(4n+4) {
	margin-right: 0;
}

.staff2 ul {
	padding-bottom: 35px;
}

.hmore.back img {
	margin-left: 0;
	margin-right: 1em;
}

.staff2 {
	padding-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
	.staff1 .tbox h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.staff1 .tbox h4 .p {
		font-size: 14px;
	}

	.staff1 .tbox h4 .e {
		font-size: 14px;
	}

	.staff1 .tbox dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.staff1 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.staff1 .tbox {
		float: none;
		width: auto;
	}

	.staff2 li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
		margin-bottom: 1%;
	}
}

/*salon*/
.salon .subtit h2 {
	color: #343f50;
}

.salon1 .pic {
	float: right;
	width: 47.5%;
	padding: 0 0 20px 0;
}

.salon1 .tbox {
	float: left;
	width: 50%;
}

.salon1 .tbox h3 {
	margin-bottom: 55px;
}

.salon1 .tbox dt {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.salon1 .tbox dd {
	padding: 0 0 0 175px;
	font-size: 16px;
	color: #999;
}

.salon1 .tbox dd a {
	color: #999;
}

.salon1 .tbox dl {
	padding-bottom: 20px;
}

.salon1 {
	padding-bottom: 80px;
}

.salon2 .w12i {
	padding-top: 70px;
}

.salon2 h3 {
	margin-bottom: 15px;
}

.salon2 h3+p {
	color: #999999;
	padding: 0 0 70px 0;
}

.salon2 li {
	width: 30.33%;
	margin: 0 4.5% 20px 0;
}

.salon2 li:nth-child(3n+3) {
	margin-right: 0;
}

.salon2 .box {
	padding-bottom: 60px;
}

.salon3 h3+p {
	color: #999999;
	padding: 0 0 70px 0;
}

.salon3 .w12i {
	padding-top: 70px;
}

.salon3 h3 {
	margin-bottom: 15px;
}

.salon3 {
	margin-bottom: 0;
}

.salon3+#map {
	width: 100%;
	height: 350px;
}

#main.salon {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.salon1 .tbox dt {
		font-size: 16px;
	}

	.salon1 .tbox dd {
		font-size: 14px;
		padding-left: 110px;
	}
}

@media only screen and (max-width: 599px) {
	.salon1 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.salon1 .tbox {
		float: none;
		width: auto;
	}

	.salon2 li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}

	.salon1 .tbox dt {
		float: none;
	}

	.salon1 .tbox dd {
		padding-left: 0;
	}
}

/*concept*/

.concept .subtit h2 {
	color: #343f50;
}

.concept1 {
	padding-bottom: 100px;
}

.concept1 .pic {
	padding: 40px 0 60px 0;
}

.concept1 h3 {
	margin-bottom: 50px;
}

.concept1 .txt p {
	font-size: 20px;
	color: #999999;
	line-height: 210%;
	padding: 0 0 25px 0;
}

.concept1 .txt {
	padding-bottom: 40px;
}

.concept1 li {
	width: 22.58%;
	margin: 0 3.22% 30px 0;
}

.concept1 li:nth-child(4n+4) {
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	.concept1 .txt p {
		font-size: 14px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.concept1 li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

/*recruit*/

.recruit .subtit h2 {
	color: #343f50;
}

.rec1 .w10i {
	max-width: 1000px;
	margin: 0 auto;
}

.rec1 h3 {
	margin-bottom: 75px;
}

.rec1 h4 {
	font-size: 28px;
	color: #999;
	font-weight: normal;
	padding: 0 0 20px 30px;
}

.rec1 h4 .n {
	font-size: 50px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	padding-right: 0.5em;
}


.rec1 .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec1 h4 {
	margin-top: -30px;
}

.rec1 h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em;
}

.rec1 .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec2 .left {
	float: left;
	width: 24.16%;
}

.rec2 .tbox {
	float: right;
	width: 69.16%;
}

.rec2 .tbox .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec2 .tbox .box h4 {
	font-size: 28px;
	color: #999;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin-top: -30px;
}

.rec2 .tbox .box h4 .n {
	font-size: 50px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	padding-right: 0.5em;
}

.rec2 .tbox .box h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em 0 0;
	margin-left: -0.5em;
}

.rec2 .tbox .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec2 .more {
	text-align: center;
}

.rec2 .more a {
	width: 100%;
	max-width: 755px;
	background: #EAECED;
	color: #2C2F4F;
	font-size: 16px;
	display: inline-block !important;
	padding: 35px 0;
	border-radius: 20px;
}

.rec2 {
	padding-bottom: 160px;
}

.rec2 .left dt {
	text-align: center;
	color: #999999;
	font-size: 16px;
	padding: 10px 0 20px 0;
}

.rec2 .left dt .p {
	display: block;
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {

	.rec1 h4 .n,
	.rec2 .tbox .box h4 .n {
		font-size: 30px;
	}

	.rec1 h4,
	.rec2 .tbox .box h4 {
		font-size: 18px;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 599px) {
	.rec2 .left {
		float: none;
		width: auto;
	}

	.rec2 .left dd {
		text-align: center;
	}

	.rec2 .tbox {
		width: auto;
		float: none;
		padding-top: 50px;
	}

	.rec2 .tbox .box h4 .n {
		display: block;
	}

	.rec2 .tbox .box h4 {
		margin-top: -40px;
	}
}

.w12 {
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}

.rec3 {
	padding: 70px 0 60px 0;
}

.rec3 h3 {
	margin-bottom: 70px;
}

.rec3 .box div.clearfix {
	float: right;
	width: 79.58%;
}

.rec3 .time {
	float: left;
	width: 20.41%;
	position: relative;
	z-index: 1;
}

.rec3 .time .t {
	width: 95%;
	box-sizing: border-box;
	max-width: 143px;
	border: #808080 1px solid;
	background: #fff;
	text-align: center;
	display: inline-block !important;
	color: #999;
	padding: 5px 0;
}

.rec3 .pic {
	float: right;
	width: 29.47%;
	padding: 0 0 20px 0;
}

.rec3 .tbox {
	width: 67.36%;
	float: left;
}

.rec3 .tbox h4 {
	font-size: 18px;
	color: #2C2F4F;
	padding: 0 0 25px 0;
}

.rec3 .tbox p {
	padding: 0 0 20px 0;
	color: #999;
}

.rec3 .box {
	padding-bottom: 80px;
	position: relative;
}

.rec3 .box:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #2C2F4F;
	position: absolute;
	top: 0;
	left: 5.83%;
}

.rec3 .box:last-child:before {
	display: none;
}

.rec3 .box+.box div.clearfix:before {
	content: url(../images/recruit/icon_01.gif);
	top: -70px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
	.rec3 .tbox h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.rec3 .box div.clearfix {
		width: 78%;
	}

	.rec3 .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.rec3 .tbox {
		width: auto;
		float: none;
	}
}


.rec4 .w12i {
	padding-top: 70px;
}

.rec4 h3 {
	margin-bottom: 70px;
}

.rec4 .hyou {
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.rec4 .hyou dl {
	width: 13.04%;
	background: #A7BAC6;
	margin: 0 8.7% 0 0;
	min-height: 200px;
	position: relative;
}

.rec4 .hyou dt {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 200%;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.rec4 .hyou dd {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	position: absolute;
	bottom: -30px;
	right: 0;
}

.rec4 .hyou dl:last-child {
	margin-right: 0;
}

.rec4 .hyou dl:nth-child(1) {
	margin-top: 405px;
}

.rec4 .hyou dl:nth-child(2) {
	margin-top: 305px;
	background: #7F91A0;
}

.rec4 .hyou dl:nth-child(3) {
	margin-top: 205px;
	background: #617487;
}

.rec4 .hyou dl:nth-child(4) {
	margin-top: 105px;
	background: #617487;
}

.rec4 .hyou dl:nth-child(5) {
	background: #343F50;
}

@media only screen and (max-width: 1024px) {
	.rec4 .hyou dt {
		font-size: 12px;
		line-height: 120%;
	}

	.rec4 .hyou dd {
		font-size: 12px;
	}

	.rec4 .hyou dl:last-child {
		margin-right: 0;
	}

	.rec4 .hyou dl:nth-child(1) {
		margin-top: 200px;
	}

	.rec4 .hyou dl:nth-child(2) {
		margin-top: 150px;
	}

	.rec4 .hyou dl:nth-child(3) {
		margin-top: 100px;
	}

	.rec4 .hyou dl:nth-child(4) {
		margin-top: 50px;
	}

	.rec4 .hyou dl {
		min-height: 100px;
	}

}


.rec4 .list {
	max-width: 830px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.rec4 .list .box {
	border: 1px solid #343f50;
	margin-bottom: 75px;
	padding-bottom: 20px;
}

.rec4 .list .box h4 {
	font-size: 40px;
	color: #999;
	font-weight: 100;
	padding: 0 0 20px 0;
	margin-top: -30px;
	font-family: 'Raleway', sans-serif;
}

.rec4 .list .box h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 1em 0 0;
	margin-left: -0.5em;
}

.rec4 .list .box h4 .n {

	font-size: 50px;
}

.rec4 .list .box p {
	padding: 0 1.5em 20px 5%;
	color: #999;
}

.rec5 h3 {
	font-size: 30px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom: 25px;
}

.rec5 h3+p {
	color: #999;
	padding: 0 0 80px 0;
}

.rec5 {
	padding: 70px 0 0 0;
}

.rec5 dt {
	float: left;
	font-size: 15px;
}

.rec5 dd {
	font-size: 15px;
	padding: 0 0 0 276px;
	color: #999;
}

.rec5 dl {
	padding-bottom: 30px;
}

.rec5 {
	padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
	.rec5 dd {
		padding-left: 150px;
	}

	.rec4 .list .box h4 {
		font-size: 30px;

	}

	.rec4 .list .box h4 .n {
		font-size: 40px;
	}
}

@media only screen and (max-width: 599px) {
	.rec4 .list .box h4 .w {
		margin-left: -5px;
	}

	.rec5 dt {
		float: none;
	}

	.rec5 dd {
		padding-left: 0;
	}
}

.rec6 .w12i {
	padding-top: 70px;
}

.rec6 h3 {
	margin-bottom: 80px;
}

.rec6 .box {
	width: 48.33%;
	margin: 0 3.34% 40px 0;
}

.rec6 .box .pic {
	float: right;
	width: 35.21%;
	padding: 0 0 20px 0;

}

.rec6 .box .tbox {
	width: 64.79%;
	float: left;
}

.rec6 .box .tbox p {
	letter-spacing: -0.5px;
	color: #999;
	padding: 0 0 20px 0;
}

.rec6 .box:nth-child(2n+2) {
	margin-right: 0;
}

.rec6 .box .pic .w {
	display: inline-block !important;
	margin-left: -56.51%;
}

.rec6 .box .tbox h4 {
	font-size: 26px;
	font-weight: 100;
	color: #999;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 25px;
}

.rec6 {
	padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.rec6 .box .tbox h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.rec6 .box {
		float: none;
		width: auto;
	}
}

.rec7 .table {
	max-width: 880px;
	margin: 0 auto;
}

.rec7 {
	padding: 70px 0 90px 0;
}

.rec7 h3 {
	margin-bottom: 85px;
}

.rec7 dt {
	float: left;
	padding: 2px 0 0 0;
}

.rec7 dd {
	padding: 0 0 0 230px;
}

.rec7 dt .h {
	width: 66px;
	text-align: center;
	color: #fff;
	display: inline-block !important;
	background: #2C2F4F;
	margin-left: 1em;
}

.rec7 dl {
	padding: 0 0 40px 0;
}

.rec7 .size1 {
	padding: 2px;
	box-sizing: border-box;
	width: 100%;
}

.rec7 dd li {
	display: inline-block !important;
	color: #999;
}

.rec7 .size2 {
	max-width: 157px;
	padding: 2px;
	box-sizing: border-box;
}

.rec7 dd label input {
	margin-right: 0.5em;
	margin-bottom: 5px;
}

.rec7 dd label {
	padding-right: 1em;
}

.rec7 dd #ask {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 2px;
}

.rec7 .table {
	padding-bottom: 10px;
}

.rec7 .formbtn li {
	text-align: center;
}

.rec7 .formbtn li #check {
	width: 100%;
	max-width: 403px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #2C2F4F;
	border: none;
	padding: 35px;
	cursor: pointer;
}

.rec7 .formbtn li #check:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 599px) {
	.rec7 dt {
		float: none;
		padding-bottom: 10px;
	}

	.rec7 dd {
		padding-left: 0;
	}
}

/*blog*/

.blog .subtit h2 {
	color: #343f50;
}

.bloglist {
	padding: 50px 0 75px 0;
}

.bloglist dl {
	width: 29.16%;
	margin: 0 6.26% 48px 0;
}

.bloglist dl:nth-child(3n+3) {
	margin-right: 0;
}

.bloglist dd+dd {
	padding: 10px 0 5px 0;
	font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}

.bloglist dt {
	font-size: 15px;
	padding-bottom: 5px;
}

.bloglist dt+dd {
	text-align: right;
}

.pagenav li {
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	padding: 0 0.25em;
}

.pagenav li img {
	vertical-align: middle;
}

.pagenav {
	padding-bottom: 130px;
}

#side dt {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	padding-bottom: 20px;
}

#side dl {
	float: left;
	width: 35.33%;
	padding-bottom: 30px;
}

#side dl+dl {
	width: 56.16%;
}

#side dl dd {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-bottom: 10px;
}

#side dl+dl dd {
	width: 33.33%;
}

#side {
	padding-bottom: 50px;
}

#side dl dd a {
	background: url(../images/bt_icon_black.png) 0 5px no-repeat;
	padding-left: 23px;
}

@media only screen and (max-width: 599px) {
	.bloglist dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

@media only screen and (max-width: 1024px) {
	#side dl {
		float: none !important;
		width: auto !important;
	}
}

@media only screen and (max-width: 599px) {
	#side dl dd {
		width: 100%;
	}

	#side dl+dl dd {
		width: 50%;
	}
}

.single {
	padding: 60px 0 110px 0;
}

.single .postmeta li {
	display: inline-block !important;
	font-size: 19px;
	font-weight: 100;
	font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.single .postmeta li+li:before {
	content: "/";
	display: inline-block !important;
	padding: 0 0.5em;
}

.single .postmeta {
	padding-bottom: 25px;
}

.single h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 24px;
	margin-bottom: 60px;
}

.single .txt p {
	padding: 0 0 25px 0;
}

.single .txt {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.single .postmeta li {
		font-size: 14px;
	}

	.single h3 {
		font-size: 20px;
	}
}

/*news*/

.newslist {
	padding: 50px 0 30px 0;
}

.newslist .pic {
	width: 25%;
}

.newslist dl {
	margin-left: 3.34%;
	width: 71.66%;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #C8C8C9;
}

.newslist dd .d {
	font-size: 15px;
	font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.newslist dd .c {
	font-size: 15px;
	font-family: 'Raleway', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

.newslist dd .c:before {
	content: "/";
	display: inline-block !important;
	padding: 0 0.5em;
}

.newslist dt {
	padding: 10px 0 20px 0;
	font-size: 18px;
}

.newslist dt+dd {
	text-align: right;
}

.newslist .box {
	padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {

	.newslist dd .d,
	.newslist dd .c {
		font-size: 14px;
	}

	.newslist dt {
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.newslist .pic {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.newslist dl {
		width: 100%;
		margin-left: 0;
	}
}

/*style*/

.style .subtit h2 {
	color: #343f50;
}

.stylenav {
	padding: 0 0 60px 0;
}

.stylenav li {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 100;
	padding: 0 60px 20px 60px;
}

.stylenav li.st a {
	border-bottom: 1px solid #343F50;
	padding-bottom: 5px;
}

.stylelist dl {
	width: 31.33%;
	margin: 0 3% 50px 0;
}

.stylelist dl:nth-child(3n+3) {
	margin-right: 0;
}

.stylelist dt {
	padding: 25px 0 20px 0;
	font-size: 15px;
}

.stylelist dt+dd {
	text-align: right;
}

.stylelist {
	padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.stylenav li {
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.stylelist dl {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.style1 {
	padding: 70px 0 50px 0;
}

.style1 .left {
	float: left;
	width: 41.66%;
}

.style1 .right {
	float: right;
	width: 50%;
	padding: 0 0 20px 0;
}

.style1 .right h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 30px;
}

.style1 .right h3 .w {
	position: relative;
	display: inline-block !important;
	padding-bottom: 10px;
}

.style1 .right h3 .w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
	padding-left: 205px;
}

.style1 .right h4 {
	font-weight: normal;
	padding: 0 0 25px 0;
}

.style1 .right h4 strong {
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	padding-right: 0.5em;
}

.style1 .right .box1 p {
	color: #999;
	padding: 0 0 20px 0;
}

.style1 .right .box1 {
	padding-bottom: 20px;
}

.style1 .right .box2 {
	max-width: 517px;
}

.style1 .right .box2 dt {
	float: left;
	font-weight: bold;
	width: 14.11%;
	padding-bottom: 5px;
	padding-top: 2px;
}

.style1 .right .box2 dd {
	float: left;
	margin-bottom: 5px;
	background: #C7C7C8;
	color: #999999;
}

.style1 .right .box2 dl {
	padding-bottom: 20px;
}

.style1 .right .box2 .table dd {
	width: 26.11%;
	text-align: center;
	margin-right: 3.62%;
	padding: 2px 0;
}

.style1 .right .box2 .table dd:last-child {
	margin-right: 0;
}

.style1 .right .box2 dd.st {
	background: #343F50;
	color: #fff;
}

.style1 .right .box2 .table2 dd strong {
	display: block;
	padding-top: 4px;
	font-weight: normal;
}

.style1 .right .box2 .table2 dd {
	width: 14.11%;
	text-align: center;
	padding: 10px 0;
	margin-right: 3.83%;
}

.style1 .right .box2 .table2 dd:last-child {
	margin-right: 0;
}

.style1 .right .box3 {
	background: #F3F3F3;
	position: relative;
	padding: 25px 0 25px 0;
}

.style1 .right .box3:before {
	content: "";
	width: 500%;
	height: 100%;
	background: #F3F3F3;
	left: -35px;
	top: 0;
	position: absolute;
}

.style1 .right .box3 .pic {
	float: left;
	width: 41.66%;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.style1 .right .box3 dl {
	float: right;
	width: 48%;
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 1;
}

.style1 .right .box3 dd {
	font-size: 18px;
	color: #999;
}

.style1 .right .box3 dt {
	font-size: 26px;
	line-height: 110%;
	padding: 15px 0 20px 0;
}

.style1 .right .box3 dt .e {
	display: block;
	font-size: 18px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	line-height: 130%;
}

.style1 .right .box3 dt+dd {
	font-size: 14px;
}

.style1 .right .box3 h4 {
	position: relative;
	z-index: 1;
}

.style1 .left .pic {
	padding: 0 0 20px 0;
}

.style1 .left li {
	width: 22.6%;
	margin: 0 3.2% 20px 0;
}

.style1 .left li:nth-child(4n+4) {
	margin-right: 0;
}

.style1+.back {
	padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
	.style1 .right .box3 dt {
		font-size: 18px;
	}

	.style1 .right .box3 dd {
		font-size: 14px;
	}

	.style1 .right .box3 dt .e {
		font-size: 14px;
	}

	.style1 .right h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.style1 .left {
		float: none;
		width: auto;
		text-align: center;
	}

	.style1 .right {
		float: none;
		width: auto;
	}

	.style1 .right .box2 dt {
		float: none;
		width: auto;
	}

	.style1 .right .box2 .table dd {
		width: 31.33%;
		margin-right: 3%;
	}

	.style1 .right .box2 .table2 dd {
		width: 19%;
		margin-right: 1.2%;
	}
}

.voicelist .pic {
	float: left;
	width: 31.66%;
	padding: 0 0 25px 0;
}

.voicelist .tbox {
	width: 64.16%;
	float: right;
	padding: 0 0 25px 0;
}

.voicelist .tbox h3 {
	font-size: 25px;
	font-weight: normal;
}

.voicelist .tbox h3 .w {
	display: inline-block !important;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 30px;
}

.voicelist .tbox h3 .w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4d5766;
	margin-left: -205px;
	padding-left: 205px;
}

.voicelist .tbox .txt p {
	padding: 0 0 20px 0;
	color: #999;
}

.voicelist .tbox .txt {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #C8C8C9;
	margin-bottom: 25px;
}

.voicelist .tbox .comment h4 {
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

.voicelist .tbox .comment p {
	padding: 0 0 20px 0;
	color: #999;
}

.voicelist .tbox .stylist {
	background: #F3F3F3;
	padding: 23px 0 0 0;
	position: relative;
}

.voicelist .tbox .stylist .simg {
	float: left;
	width: 19.48%;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.voicelist .tbox .stylist dl {
	float: right;
	width: 75.32%;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.voicelist .tbox .stylist dd.p {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	padding: 0 0 25px 0;
}

.voicelist .tbox .stylist dt {
	font-size: 22px;
	line-height: 120%;
	position: relative;
}

.voicelist .tbox .stylist dt .e {
	display: block;
	font-size: 16px;
	line-height: 120%;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.voicelist .tbox .stylist:before {
	content: "";
	width: 500%;
	height: 100%;
	background: #F3F3F3;
	left: -35px;
	top: 0;
	position: absolute;
}

.voicelist .box {
	border-bottom: 1px solid #C8C8C9;
	padding: 70px 0 0 0;
	margin-bottom: 30px;
}

.voicelist {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.voicelist .tbox h3 {
		font-size: 20px;
	}

	.voicelist .tbox .comment h4 {
		font-size: 18px;
	}

	.voicelist .tbox .stylist dt {
		font-size: 18px;
	}

	.voicelist .tbox .stylist dd.p {
		font-size: 14px;
	}

	.voicelist .tbox .stylist dt .e {
		font-size: 14px;
	}
}

@media only screen and (max-width: 599px) {
	.voicelist .pic {
		float: none;
		width: auto;
		text-align: center;
	}

	.voicelist .tbox {
		width: auto;
		float: none;
	}

	.voicelist .tbox .stylist .simg {
		float: none;
		width: auto;
		text-align: center;
	}

	.voicelist .tbox .stylist dl {
		width: auto;
		float: none;
	}
}

/*faq*/
.faqlist .box h3 {
	position: relative;
	padding: 20px 100px 35px 100px;
	font-size: 25px;
	font-weight: normal;
	cursor: pointer;
}

.faqlist .box h3 .q {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #4D5766;
	width: 70px;
	text-align: center;
	line-height: 70px;
	box-sizing: border-box;
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
}

.faqlist .box {
	padding: 30px 0 10px 0;
}

.faqlist .a {
	position: relative;
	padding: 16px 100px 20px 100px;
	display: none;
}

.faqlist .a h4 {
	width: 70px;
	text-align: center;
	line-height: 70px;
	background: #343F50;
	color: #fff;
	font-size: 42px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

.faqlist .a p {
	padding: 0 0 20px 0;
}

.faqlist .box+.box {
	border-top: 1px solid #C8C8C9;
}

.faqlist {
	padding-bottom: 60px;
}

.faqlist .box h3:before {
	content: "";
	width: 50px;
	height: 5px;
	background: #4D5766;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
	transition: ease .2s;
}

.faqlist .box h3:after {
	content: "";
	width: 50px;
	height: 5px;
	background: #4D5766;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
	transform: rotate(-90deg);
	transition: ease .2s;
}

.faqlist .box h3.active:before {
	transform: rotate(45deg);
}

.faqlist .box h3.active:after {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
	.faqlist .box h3 {
		font-size: 16px;
		padding: 5px 40px 25px 40px;
	}

	.faqlist .box h3 .q {
		width: 30px;
		line-height: 30px;
		font-size: 25px;
	}

	.faqlist .box h3:before {
		width: 30px;
		height: 3px;
		right: 0;
		margin-top: -15px;
	}

	.faqlist .box h3:after {
		width: 30px;
		height: 3px;
		right: 0;
		margin-top: -15px;
	}

	.faqlist .a h4 {
		width: 30px;
		line-height: 30px;
		font-size: 25px;
	}

	.faqlist .a {
		padding-left: 40px;
		padding-right: 0;
		padding-top: 5px;
	}
}

/*couopn*/

.couopn .subtit h2 {
	color: #343f50;
}


.couopnlist {
	max-width: 1000px;
	padding: 70px 0 30px 0;
	margin: 0 auto;
}

.couopnlist .box {
	box-sizing: border-box;
	border: 2px solid #343F50;
	margin-bottom: 70px;
	position: relative;
}

.couopnlist .pic {
	padding: 0 0 0 7%;
	width: 30%;
	border-right: 2px solid #343F50;
	background: #343F50;
	float: left;
	text-align: right;
}

.couopnlist .tbox {
	width: 55.6%;
	padding: 0 4.2% 0 0;
	float: right;
}

.couopnlist .tbox h3 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #C8C8C9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 130%;
}

.couopnlist .tbox p {
	padding: 0 0 20px 0;
}

.couopnlist .tbox dl {
	text-align: right;
}

.couopnlist .tbox dt {
	display: inline-block !important;
	vertical-align: middle;
	font-size: 30px;
	text-decoration: line-through;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	line-height: 110%;
}

.couopnlist .tbox dd {
	display: inline-block !important;
	vertical-align: middle;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 50px;
	line-height: 110%;
}

.couopnlist .tbox dd:before {
	content: url(../images/coupon/icon_01.gif);
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 15px;
}

.couopnlist .type {
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 100%;
	text-align: center;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 21px;
	letter-spacing: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

@media only screen and (max-width: 1024px) {
	.couopnlist .type {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		background: #343F50;
		font-size: 16px;
		padding: 5px 0;
	}

	.couopnlist .pic {
		padding-left: 0;
	}

	.couopnlist .tbox h3 {
		font-size: 18px;
	}

	.couopnlist .tbox dt {
		font-size: 20px;
	}

	.couopnlist .tbox dd {
		font-size: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.couopnlist .pic {
		border: none;
		width: auto;
		text-align: center;
		padding: 0px 0 20px 0;
		background: none;
		float: none;
	}

	.couopnlist .tbox {
		float: none;
		width: auto;
		padding: 0 2.5%;
	}
}

/*product*/

.product .subtit h2 {
	color: #343f50;
}

.productlist h3 {
	margin-bottom: 30px;
}

.productlist dl {
	width: 29.16%;
	padding: 0 6.26% 50px 0;
}

.productlist dl:nth-child(3n+3) {
	padding-right: 0;
}

.productlist dt {
	padding: 20px 0 0 0;
}

.productlist dt+dd {
	text-align: right;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;

}

.productlist {
	padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
	.productlist dl {
		width: 48%;
		padding-left: 1%;
		padding-right: 1% !important;
	}
}

/*troble*/

.trouble .subtit h2 {
	color: #343f50;
}

.trouble1 {
	padding: 70px 0 70px 0;
}

.trouble1 .pic {
	padding-bottom: 100px;
}

.trouble1 h3 {
	margin-bottom: 40px;
}

.trouble1 h4 {
	font-size: 20px;
	color: #343F50;
	padding: 0 0 35px 0;
}

.trouble1 li {
	padding: 0 0 20px 45px;
	position: relative;
	font-size: 16px;
	color: #999;
}

.trouble1 ul {
	padding: 0 0 60px 40px;
}

.trouble1 li .no {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	color: #343F50;
}

.trouble1 p {
	padding: 0 0 20px 0;
	color: #999;
}

.trouble2 .w12i {
	padding-top: 65px;
	padding-bottom: 80px;
}

.trouble2 .box {
	float: left;
	width: 41.66%;
	margin: 0 16.68% 30px 0;
}

.trouble2 .box:nth-child(2n+2) {
	margin-right: 0;
}

.trouble2 .box h3 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 25px 0;
}

.trouble2 .box p {
	padding: 0 0 20px 0;
	color: #999;
}

.trouble2 .box h4 {
	font-size: 20px;
	color: #343F50;
	padding: 5px 0 25px 0;
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {
	.trouble2 .box h3 {
		font-size: 20px;
	}

	.trouble2 .box h4 {
		font-size: 18px;
	}

	.trouble1 h4 {
		font-size: 18px;
	}

	.trouble1 ul {
		padding-left: 0;
	}
}

@media only screen and (max-width: 599px) {
	.trouble2 .box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

/*eyelash*/

.eyelash .subtit h2 {
	color: #343f50;
}

.eye1 {
	padding: 50px 0 40px 0;
}

.eye1 h3 {
	margin-bottom: 40px;
}

.eye1 .txt p {
	padding: 0 0 20px 0;
	line-height: 210%;
}

.eye1 .txt {
	padding-bottom: 30px;
}

.eye1 .box {
	width: 29.16%;
	margin: 0 6.26% 30px 0;
}

.eye1 .box:nth-child(3n+3) {
	margin-right: 0;
}

.eye1 .box dt {
	font-size: 30px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
}

.eye1 .box dl+dl {
	padding-top: 40px;
	position: relative;
}

.eye1 .box dl+dl:before {
	content: url(../images/eyelash/icon_01.png);
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.eye1 .box dd+dd {
	padding: 20px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	.eye1 .box dt {
		font-size: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.eye1 .box {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.eye2 .w12i {
	padding-top: 70px;
}


/* index.html */
/*  ロゴ*/
#header .hed_logo {
	display: inline-block;
	max-height: 75px;
	width: 100%;
}

#header h1 a img {
	display: block;
	max-height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.concept .salon .pic img {
	/* max-width: 1600px !important; */
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;";

}

/* フッター */
#footer .footinfo p {
	text-align: center;
	color: #ffffff;
}




/* トップ */
.slide {
	width: 100%;
	height: ;
}

.slide img {

	-o-object-fit: cover;

	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	display: inline-block;
	width: 100%;
	height: 600px;
}

/* トップend */

/* グローバルナビ */
.home #gnav .mnav li {


	padding: 0;
	margin: 0 20px;
	font-family: 'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
	font-weight: 600;
	font-size: 18px
}

/* グローバルナビend */

/* news */

.h3h strong {
	font-family: "Alex Brush",
		YuMincho,
		"Yu Mincho",
		游明朝体,
		"ヒラギノ明朝 ProN",
		"Hiragino Mincho ProN",
		serif;
}

.after {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.after:before {
	right: 100%;
	position: absolute;
	top: 50%;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #7d7d7d;
}

.after:after {
	left: 100%;
}

.after:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #7d7d7d;
}

.home-news .table {
	border: none;
}

.home-news {
	width: 46%;
}

.home-blog {
	width: 46%;
}

.news_blog {

	display: flex;
}

.flexb {
	display: flex;
	justify-content: space-between;
}

.flexb dd {
	width: 24%;
}

.home-news dd {
	padding: 0;
}

.home-news dt {
	width: 70%;
}

.flexb .tit {
	font-size: 16px;
	font-weight: normal;
}

.flexb .date {
	display: block;
	font-weight: normal;
	color: #989898;
	font-size: 16px;
}

.home-news dt {
	float: none;
}

.news_c dt {
	color: #989898;
	font-size: 18px;
	font-weight: normal;
}

.home-news dl {
	padding: 20px 0px 25px 0px;
}

.hmore a {
	font-family: "Alex Brush",
		YuMincho,
		"Yu Mincho",
		游明朝体,
		"ヒラギノ明朝 ProN",
		"Hiragino Mincho ProN",
		serif;
	font-size: 20px;
	position: relative;
	padding-right: 40px;
}

.hmore a:after {
	content: "";
	width: 30px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg) translateY(-50%);
	position: absolute;
	right: 0;
	top: calc(50% + -4px);
}

.hmore {
	margin-top: 50px;
	text-align: center;
}

.home-news dl {
	border-bottom: 1px dotted #999999;
}

/* news-end */


/* コンセプト */
.bkimg img {
	width: 100%;
	height: 100% !important;
	-webkit-filter: grayscale(0.9) brightness(4) contrast(0.9);
	/* filter: grayscale(0.9) brightness(4) contrast(0.6); */
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	opacity: 0.3io;
}

.w10 p {
	text-align: center;
	line-height: 250%;
	font-size: 18px;
}

.hmore2 p {
	display: flex;
	margin: 0 auto;
	width: 100%;
}

/* スタイルギャラリー */

.home-style {
	position: relative;
	margin: 180px auto;
	padding: 0;
}

.home-style h3 {
	position: absolute;
	top: 0px;
	z-index: 10;
}

.h3h {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	margin-bottom: 40px;
}

.h3h strong {
	display: block;
	font-weight: 100;
	font-family: 'Alex Brush', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	font-size: 41px;
	line-height: 120%;
	padding-bottom: 3px;
}

.after {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.home-style li:nth-of-type(5n+1) {
	top: -50px;
	right: 0;
	width: 55%;
	position: absolute;
}

.home-style li {
	width: 23%;
	margin: 1%;
	max-width: 46%;
	flex-grow: 1;
}

.home-style li:nth-of-type(5n+2) {
	width: 32%;
	position: absolute;
	top: 11%;
	left: 0;
}

.home-style li:nth-of-type(5n+3) {
	width: 40%;
	position: absolute;
	top: 25%;
	left: 42%;
}

.home-style li:nth-of-type(5n+4) {
	position: absolute;
	bottom: 10%;
	left: 0%;
	width: 32%;
}

.home-style li:nth-of-type(5n+5) {
	width: 52%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.home-style li.imgfit img {

	object-position: center center;
	-o-object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.fit50:before {
	padding-top: 50%;
}

.imgfit:before {
	content: "";
	display: block;
}

.home-style:before {
	content: "";
	display: block;
	padding-top: 110%;
}

.imgfit img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.home-style li:after {
	content: "";
	display: block;
}

.fit140:before {
	padding-top: 140%;
}

.fit120:before {
	padding-top: 120%;
}

.fit120:before {
	padding-top: 120%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fit55:before {
	padding-top: 55%;
}

.fit55:before {
	padding-top: 55%;

}

.home-style {
	max-width: 1000px;
}

.home-style .hmore3 {
	position: absolute;
	bottom: -30px;
}

.hmore3 a {
	position: relative;
	padding-right: 40px;
	font-size: 20px;
	font-family: 'Alex Brush', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

.hmore3 a:after {
	content: "";
	width: 30px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg) translateY(-50%);
	position: absolute;
	right: 0;
	top: calc(50% + -4px);
}



/* 特徴 */

.home-trouble {
	background: rgb(22, 160, 173);
	background: linear-gradient(328deg, rgba(22, 160, 173, 0.5074404761904762) 36%, rgba(0, 212, 255, 1) 100%);
	position: relative;
	z-index: 2;
}

.home-trouble {
	position: relative;
	overflow: hidden;

}

.home-trouble .w10 {
	position: relative;
	z-index: 2;
	padding: 100px 0 80px 0;
	text-align: right;
}

.imgfit12 img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.home-trouble .bkimg1 {
	width: 100%;
	height: 100% !important;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
}

.home-trouble .in {
	display: inline-block;
	min-width: 55%;
	max-width: 80%;
}

.home-trouble .w10 .hmore {
	display: flex;
}

.home-trouble .hmore a:after,
.home-recruit .hmore a:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.home-trouble h3 {
	padding-bottom: 0;
}

.home-trouble .w10 .hmore {
	padding: 0px;
}


/* スタッフ */
.home-staff:before {
	display: none;
}

.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-staff .slidewrap dt,
.home-staff .slidewrap dd {
	color: #333;
	font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

.home-staff .slidewrap ul li {
	width: 23%;
	background: none;
	padding: 5px;
	margin: 1%;
	max-width: inherit;
	flex-grow: inherit;
	-webkit-box-sizing: border-box;
}


.home-staff .slidewrap dd img {
	width: 100% !important;
	height: auto !important;
}

.imgfit {
	display: block;
	position: relative;
	overflow: hidden;
}

.imgfit:before {
	content: "";
	display: block;
}

.fit100:before {
	padding-top: 100%;
}

.home-staff .slidewrap dl {
	width: 100%;
	border: none;
}

.home-staff .slidewrap dt {
	background: none;
}

.txtp .p {
	display: block;
	font-size: 12px;
	color: #aaa;
}

/* パーソナルカラー */

.home-recruit {
	background: rgb(186, 75, 184);
	background: linear-gradient(328deg, rgba(186, 75, 184, 0.5914740896358543) 36%, rgba(214, 13, 235, 1) 94%);
}

.home-recruit .w10 {
	position: relative;
	z-index: 1;
	padding: 60px 0 60px 0;
	text-align: center;
}

.home-recruit .in {
	max-width: 100%;
	display: block;
}

.home-recruit .w10 h3 {
	text-align: center;
}

.home-recruit .w10 p {
	text-align: center;
	color: #fff;
	line-height: 250%;
}

.home-recruit .w10 .hmore {
	width: 100%;
	text-align: center;
	display: block;
}

.home-recruit .w10 .hmore a {
	text-align: center;
}

.home-salon .left .in {
	padding: 60px 2.5% 40px 2.5%;
}

.home-salon .left .in {
	padding: 50px 2.5% 0px 2.5%;
}

.home-salon .left h3 {
	padding-bottom: 0px;
}

.home-salon .left .hmore {
	padding-top: 0px;
	text-align: left;
}

/*メイン */

#main {
	padding-bottom: 0px;
}

/* フッター */
#footer {
	background: #0e0e0e !important;
}

#footer .footinfo h3 {
	font-family: 'Alex Brush', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}


/* TOPボタン */

/* .home #gnav .btnex a {
	display: block;
	width: 200px;
	position: fixed;
	left: 0;
	top: 400px;
	transform: rotate(90deg);
	transform-origin: left bottom;
	font-family: Century Gothic,
		CenturyGothic,
		AppleGothic,
		sans-serif;
} */

.reserve {
	width: auto;
}

.reserve {
	width: 200px;
	position: fixed;
	left: 0;
	bottom: 100%;
	transform: rotate(90deg) translateX(-120%);
	transform-origin: left bottom;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	justify-content: space-between;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.reserve li {
	width: 200px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.reserve li:nth-of-type(1) a {
	background: #6ebb9d !important;
}

.reserve a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: #8a646a !important;
	font-size: 17px;
	display: block;
	text-align: center;
}

.reserve a {
	color: #fff;
	line-height: 50px;
	color: #fff;
	background: #8a646a !important;
	font-size: 17px;
	display: block;
	text-align: center;
}

.reserve li {
	width: 200px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.reserve {
	width: 400px;
	position: fixed;
	left: 50px;
	top: 700px;
	transform: rotate(90deg) translateX(-120%);
	transform-origin: left bottom;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	justify-content: space-between;
}

.reserve a img {
	transform: rotate(-180deg);
	margin-left: 0;
	margin-right: 0.5em;
	vertical-align: middle;
	display: inline;
}

/* トップロゴ */
.home-head dl {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

.home-head dl dt {
	display: block !important;
	font-size: 28px;
	vertical-align: middle;
	text-align: center;
}

.logo img {
	max-width: 250px !important;
	max-height: 150px;
	width: auto;
	height: auto !important;
}

/* サロン情報 */

.home-salon .right p {
	height: 100%;
	min-width: 650px;
}

.home-salon .right {
	float: none;
}

.home-salon .right {
	float: none;
}

.flex_n {
	display: flex;
	flex-direction: row-reverse;
}

.flex_n .right img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	height: 100% !important;
}


#map iframe {
	height: 100%;
}

/* タブレット  */
@media only screen and (max-width: 1024px) {

	.flex_n .right img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
		font-family: 'object-fit: cover; object-position: center center;';
		height: 100% !important;
	}

	/* nav */
	.reserve {
		position: relative;
		bottom: inherit;
		transform: none;
		display: block;
		width: auto;
		top: inherit;
		left: inherit;

	}

	#gnav .reserve li a {
		padding: 8px 4px;
	}

	.reserve a img {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;

	}

	#footer .footinfo li a img {
		display: inline;
	}
}

/* スマホ */

@media only screen and (max-width: 599px) {
	.logo img {
		max-width: 60px !important;
	}

	.news_blog {
		flex-direction: column;
		padding-top: 40px;
	}

	.home-news {
		width: 100%;
	}

	.w10 p {
		font-size: 15px;
	}

	.home-style h3 {
		top: -150px;
	}

	.home-style .hmore3 {
		width: 100%;
		margin: 0 auto;
		bottom: -100px;
	}

	.home-trouble .w10 .hmore {
		width: 100%;
		margin: 0 auto;
	}

	.home-trouble .in {
		/* display: inline-block; */
		/* min-width: 55%; */
		max-width: 100%;

		width: 100%;
		margin: 0 auto;
		text-align: center !important;
		display: block;
	}

	.home-trouble h3 {
		text-align: center;
	}

	.home-trouble .w10 ul {
		list-style: none;
		text-align: left;
		max-width: 300px;
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}


	.home-trouble .w10 .hmore {
		width: 100%;
		margin: 0 auto;
	}

	.home-trouble .w10 .hmore a {
		margin: 50px auto 0px;
	}

	.home-staff .flex_c {
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}


	.home-staff .slidewrap .in {
		width: 100%;
	}

	.home-staff .slidewrap ul li {
		width: 100%;
	}



	.home-recruit .w10 p {
		font-size: 14px;
	}

	.flex_n {
		flex-direction: column;
	}

	.home-salon .left .in {
		padding-bottom: 40px;
	}

	#footer .footinfo li a img {
		display: inline;
	}

	/* nav */
	.reserve {
		position: relative;
		bottom: inherit;
		transform: none;
		display: block;
		width: auto;
	}

	.home #gnav li a {
		padding: 8px 4px;
	}

	.reserve a img {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
}

/* index.html　終わり */

/* conxept.html */
#footer .footinfo li a img {
	display: inline;

}

/* コンセプト */
.concept .flex li img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover; object-position: 50% 50%;";
	height: 100% !important;
}

.concept .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
	color: #343f50;
}

.concept .h3s .w {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

/* 画像反対になるのを消す */

.concept #gnav .flex li img {
	transform: rotate(-180deg);
	margin-left: 0;
	margin-right: 0.5em;
	vertical-align: middle;
	display: inline;
}

/* サロン */
.salon .subtit h2 {
	color: #fff;
}


/* menu.html */

.subtit .pic img {
	width: 100%;
	display: block;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 600px;
	height: auto;
}

.menu .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
	color: #fff;
}

.menu .h3s .w {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.comment {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.menu1 .box dl {
	padding-bottom: 15px;
}

/* staff.html */
.staff .stafflist .flex {
	justify-content: space-between;
}

.staff .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.staff .h3s .w {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

/* style.html */

.style .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

/* .stylenav li a {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
} */

.prev a {
	display: inline-block;
}

.form_flex {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px;
	width: 100%;
	padding: 10px;
}

.li_flex01 {
	width: 60%;
	position: relative;
}

.li_flex01:after {
	position: absolute;
	top: 10px;
	content: "×";
	display: inline-block;
	font-size: 45px;
	margin-left: 14%;
}

.li_flex01 select {
	width: 60%;
	padding: 10px;
}

.li_flex02 {
	width: 30%;
}

.li_flex02 select {
	padding: 10px;
	;
}

li button {
	padding: 10px;
}

@media only screen and (max-width: 1024px) {
	.li_flex01 {
		width: 40%;
		position: relative;
	}

	.li_flex01:after {
		font-size: 30px;
		margin-left: 5%;
	}

	.li_flex02 {
		width: 40%;
	}

}

@media only screen and (max-width: 599px) {
	.form_flex {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 40px 0px;
		width: 100%;
		padding: 10px;
	}

	.li_flex01:after {
		display: none;
	}

	.li_flex01 {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.li_flex01 span {
		display: block;
		padding-top: 10px;
	}


	.li_flex02 {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.li_flex02 span {
		display: block;
		padding-top: 10px;
	}

	.li_flex01 select {
		width: 60%;
		padding: 10px;
	}

	.li_flex02 select {
		width: 60%;
		padding: 10px;
	}

	li button {
		padding: 10px 50px;
		margin: 0 auto;
	}

	.li_btn {
		text-align: center;
	}
}

/* style_detail */
.style_box3 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.style1 .right .box3 dt span:nth-child(1) {
	font-size: 30px;
}

.style1 .right .box3 dt span:nth-child(2) {
	font-size: 15px;
}

.style1 .right h4 strong {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.style1 .right .box2 dd.st {
	background: #6EBB9D;
}


/* product */
.product .flex {
	padding-left: 10%;
}

.productlist dl:nth-child(3n+3) {
	/* padding-right: 0; */
	padding-right: 0.5%;
}

.productlist dl {
	width: 29.16%;
	padding: 0 0.5% 50px 0.5%;
	margin: 0 10px;
}

.productlist h3 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.product .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

/* blog */
.blog .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

/* news */



/* recruit */
.rec2 .tbox .box h4 .w {
	background: #fff;
	display: inline-block !important;
	position: relative;
	z-index: 1;
	padding: 0 0 0 0;
	margin-left: 2em;

	display: none;
}

.w12flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 80px;

}

.flex_left {
	width: 60%;
}

.flex_right {
	width: 35%;
}

.recruit .jobtxt {
	margin-top: 40px;
}

.recruit .hmore {
	width: 100%;
	margin-bottom: 50px;
}

.recruit .contactbtn a {
	background: #EAECED;
	padding: 30px 200px;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.recruit .contactbtn {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: center;

}

.recruit .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.rec1 h3 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.rec4 h3 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
	.w12flex {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		width: 100%;
		margin-top: 80px;

	}

	.flex_left {
		width: 100%;

	}

	.flex_right {
		width: 100%;
		margin-top: 50px;
	}

	.jobname span {
		display: block;
		text-align: center;
	}

	.recruit .contactbtn a {
		background: #EAECED;
		font-size: 12px;
		padding: 10px 50px;
		color: #000;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.recruit .contactbtn {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 60px;
		text-align: center;

	}

}

/* recruitstyle */
.recruitstyle .rec2 {
	padding-bottom: 30px;
}

.recruitstyle .contactbtn a {
	background: #EAECED;
	padding: 30px 200px;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.recruitstyle .contactbtn {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0px;
	text-align: center;

}

.recruitstyle .fotw14 {
	margin-bottom: 0;
}

.recruitstyle .ww12 {
	padding-top: 80px;
}

@media only screen and (max-width: 599px) {


	.recruitstyle .contactbtn a {
		background: #EAECED;
		font-size: 12px;
		padding: 10px 50px;
		color: #000;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.recruitstyle .contactbtn {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 60px;
		text-align: center;

	}


	.recruitstyle .table dl dt {
		text-align: center;
	}

	.recruitstyle .table dl dd {
		text-align: center;
	}

	img {
		margin: 0 auto;
	}
}

/* contact */
.contact .fromrec1 {
	padding-bottom: 80px;
}

.formtoptxt {
	color: #d85030;
}

.contact .table p {
	font-size: 20px;
	font-weight: bold;

}

.contact .table p span {
	color: #d85030;
}

.form_flex {
	display: flex;
	justify-content: space-between;
}

.inputwrapper {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.inputwrap {
	display: block;
	border: 1px solid #dddddd;
	padding: 10px 3px;
	box-sizing: border-box;
	width: 40%;
	text-align: center;
	background: #f8f8f8;
}

.formtxt {
	width: 30%;
}

.item01 {
	width: 70%;
}

.item01 input {
	border: 1px solid #dddddd;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 3px;
	background: #f8f8f8;
}

.contact .table .item01 p {
	font-size: 11px;
	margin: 20px 0px;
}



.contact .selectyearwrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.contact .selectyear {
	width: 30%;
	display: flex;
	align-items: center;
}

.contact .selectyear select {
	border: 1px solid #dddddd;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 3px;
	background: #f8f8f8;
}

.contact .selectyear span {
	display: inline-block;
	margin-left: 5px;
}

.contact .form_flexex {
	flex-direction: column;
	width: 100%;
}

.contact .formtxtex {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.contact .item01ex {
	margin-bottom: 40px;
}



textarea {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #dddddd;

}

.formbtn {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.formbtn button {
	background: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 10px 100px;
	width: 50%;
	margin: 0 auto;

}

.formbtn span {
	display: inline-block;
	margin-top: 20px;
}

.formbtn .none {
	margin-top: 0px;
}


@media only screen and (max-width: 1024px) {

	.contact .table p {
		font-size: 14px;
		font-weight: bold;

	}

	.w12i {
		max-width: 1200px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}

	.formbtn {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
	}

	.formbtn button {
		background: #f8f8f8;
		border: 1px solid #dddddd;
		padding: 10px 0px;

		margin: 0 auto;

	}

	.formbtn span {
		display: inline-block;
		margin-top: 20px;
	}

	.formbtn .none {
		margin-top: 0px;
	}

}

@media only screen and (max-width: 599px) {

	.contact .table p {
		font-size: 14px;
		font-weight: bold;

	}

	.form_flex {
		display: flex;
		flex-direction: column;
	}

	.inputwrapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.inputwrap {
		display: block;
		border: 1px solid #dddddd;
		padding: 10px 3px;
		box-sizing: border-box;
		width: 48%;
		text-align: center;
		background: #f8f8f8;
	}

	.inputwrap .item {
		font-size: 12px;
	}



	.formtxt {
		width: 100%;
		margin-bottom: 10px;
	}

	.item01 {
		width: 100%;
	}

	.item01 input {
		border: 1px solid #dddddd;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 3px;
		background: #f8f8f8;
	}

	.contact .table .item01 p {
		font-size: 11px;
		margin: 20px 0px;
	}



	.contact .selectyearwrap {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.contact .selectyear {
		width: 30%;
		display: flex;
		align-items: center;
	}

	.contact .selectyear select {
		border: 1px solid #dddddd;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 3px;
		background: #f8f8f8;
	}

	.contact .selectyear span {
		display: inline-block;
		margin-left: 5px;
	}

	.contact .form_flexex {
		flex-direction: column;
		width: 100%;
	}

	.contact .formtxtex {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.contact .item01ex {
		margin-bottom: 40px;
	}



	textarea {
		width: 100%;
		background: #f8f8f8;
		border: 1px solid #dddddd;

	}

	.formbtn {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
	}

	.formbtn button {
		background: #f8f8f8;
		border: 1px solid #dddddd;
		padding: 10px 5px;

		margin: 0 auto;

	}

	.formbtn span {
		display: inline-block;
		margin-top: 20px;
	}

	.formbtn .none {
		margin-top: 0px;
	}
}

/* menu.html */

.menu1 .box .clearfixex {
	display: flex;
	flex-wrap: wrap;
}

.menu1 .box dt {
	float: none;
	width: 80%;
}

.menu1 .box dt+dd {
	width: 20%;
}

.menu1 .box .comment {
	width: 100%;
	margin-top: 15px;
}


@media only screen and (max-width: 599px) {

	.menu1 .box .clearfixex {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.menu1 .box dt {
		float: none;
		width: 100%;
		text-align: center;
		font-weight: bold;
		padding: 0px 10px;
	}

	.menu1 .box dt+dd {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.menu1 .box .comment {
		width: 100%;
		margin-top: 15px;
		padding: 0px 10px 20px;
	}

}


/* trouble.html */
.trouble .w14ex {
	margin-top: 20px;
}

.trouble2 .box li p {
	padding-bottom: 0px;
}

.trouble2 .box li {
	margin-bottom: 20px;
	list-style: ;
}

.trouble2 .box li p:nth-child(1) {
	font-weight: bold;
	font-size: 16px;
}

.trouble1 h3 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
	margin-bottom: 40px;
}

.trouble .subtit h2 {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}

.trouble .fottxt {
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	margin: 0 auto;
}

.trouble1 .troubleimg {
	margin-bottom: 50px;
}

.trouble2 .box p {
	padding-top: 20px;
}


/* reccomend.html */

.blog_d .h3s .w {
	font-family: 'Alex Brush',
		'YuMincho',
		'Yu Mincho',
		'游明朝体',
		'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN',
		serif;
}