/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2024 | 08:27:14 */
/* reset ---*/
* {
	outline:none;
	box-sizing:border-box;
}
*::before,
*::after {
	box-sizing: inherit;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	html {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:bottom;
}
li {
	list-style-type: none;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}

/* default ---*/
body {
	color: #000;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.5;
	font-feature-settings: "palt";
}
a{
	color: #0e316c;
	transition:all ease 0.3s;
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}


.wf-amiri{font-family: 'Amiri', serif;}


.btn-effect_opacity{
	transition: all ease .3s;
}
.btn-effect_opacity:hover{
	opacity:0.6;
}




/* ---------------------------------------------------------------------------

		structure
			ストラクチャ：基本設定、リンクカラーなど

--------------------------------------------------------------------------- */
a{
	color: #0e316c;
	transition:all ease 0.3s;
	text-decoration: none;
}



/* ---------------------------------------------------------------------------
		#header
			ヘッダー
--------------------------------------------------------------------------- */
#header{
	height: 90px;
}
#header .head-inner{
	width: 100%;
	min-width: 1180px;
	height: 90px;
	padding: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	position: relative;
}

#header h1{
	position: relative;
 	z-index: 9999;
}
#header img{
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
#header a:hover{
	text-decoration: none;
}
#header .gnav-wrap{
	width: 980px;
	display: flex;
}
#gnav{
	width: 100%;
	max-width: 700px;
	margin: 0 0 0 auto;
}
#gnav > ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#gnav > ul > li{
	flex-grow: 1;
	text-align: center;
}
#gnav > ul > li.gnav--top{
	display: none;
}
#gnav > ul > li .inner{
	display: inline-block;
}
#gnav > ul > li .inner > a{
	display: inline-block;
	padding: 12px 0 30px;
	color: #111;
	font-size: 18px;
	position: relative;
 	z-index: 9999;
}
#gnav > ul > li .inner > a::before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #0e316c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all ease 0.4s;
}
#gnav > ul > li .inner:hover > a::before{
	width: 100%;
}
#hnav{
	width: 200px;
 	z-index: 999;
}
#hnav a{
	display: flex;
	flex-direction: column;
	height: 90px;
	padding: 0 15px;
	background: #0e316c;
	color: #fff;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
 	position: relative;
 	z-index: 9999;
}
#hnav a:hover{
	opacity: .6;
}
#hnav a span{
}
#hnav a .ja{
	margin: auto 0 0;
	font-size: 16px;
}
#hnav a .en{
	font-size: 13px;
	margin: 0 0 auto;
}

#gnav .gnav--mega ul.mega {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #f0f0f0;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	border-top: solid 90px #fff;
	transition: opacity .4s;
}
#gnav .gnav--mega:hover ul.mega {
	opacity: 1;
	pointer-events: all;
}
#gnav .gnav--mega ul.mega .mega__item {
	width: 20%;
	max-width: 240px;
	padding: 0 5px;
}
#gnav .gnav--mega ul.mega .mega__item a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	padding: 0 30px 0 20px; 
	border: 1px solid #0e316c;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
 	white-space: nowrap;
	transition: all .4s;
}
#gnav .gnav--mega ul.mega .mega__item a:hover {
	background: #0e316c;
	color: #fff;
}
#gnav .gnav--mega ul.mega .mega__item a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 1px #0e316c;
	border-right: solid 1px #0e316c;
	position: absolute;
	top: calc(50% - 7px);
	right: 12px;
	transform: rotate(45deg);
	transition: all .4s;
} 
#gnav .gnav--mega ul.mega .mega__item a:hover::before {
	border-color: #fff;
} 

#gnav .gnav--mega.gnav--uritai ul.mega .mega__item{
	width: 280px;
	max-width: 280px;
}
@media screen and (max-width: 1180px){
	#gnav .gnav--mega ul.mega .mega__item {
		width: auto;
	}
}

@media screen and (max-width: 480px){
	#header{
		height: 45px;
	}
	#header .head-inner{
		display: block;
		height: 45px;
		min-width: 0;
		padding: 0;
	}
	#header h1{
		width: 180px;
		padding: 10px 0 0 12px;
	}
/* menuBtn */
	#menuBtn{
		display: block;
		width: 62px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9999;
		transition: all ease 0.3s;
	}
	#menuBtn a{
		background: rgba(255,255,255,0.7);
		display: block;
		padding-top: 28px;
		height: 45px;
		text-align: center;
	}
	#menuBtn::after,
	#menuBtn a::before,
	#menuBtn a::after {
		content: '';
		position: absolute;
		display: block;
		top: 15px;
		left: 50%;
		margin-left: -16px;
		background: #000;
		width: 30px;
		height: 1px;
		transition: all ease .3s;
	}
	#menuBtn::after {top:21px;pointer-events: none;}
	#menuBtn a::after { top:27px;}

	#menuBtn a > span span{
		display: inline-block;
		transition: all ease .3s;
	}
	.gnavMenuIsOpen #menuBtn::after,
	.gnavMenuIsOpen #menuBtn a::before,
	.gnavMenuIsOpen #menuBtn a::after{ top:22px;}
	.gnavMenuIsOpen #menuBtn::after {
		transform: rotate(45deg);
		opacity: 0;
	}
	.gnavMenuIsOpen #menuBtn a::before { transform: rotate(45deg);}
	.gnavMenuIsOpen #menuBtn a::after { transform: rotate(-45deg);}
	.gnavMenuIsOpen #menuBtn a > span::after{ transform: translateY(0);}
	.gnavMenuIsOpen #menuBtn a > span span{ transform: translateY(-1.5em);}		



	#header .gnav-wrap{
		display: block;
		width: 100%;
		margin: 0;
		top: 45px;
		background: rgba(255,255,255,0.9);
		position: absolute;
		transition: all ease .4s;
		max-height: 0;
		overflow: hidden;
		z-index: 999999;
	}
	.gnavMenuIsOpen #header .gnav-wrap {
		max-height: 1000px;
	}
	#gnav{
		width: 100%;
		max-width: none;
		margin: 0;
	}
	#gnav > ul{
		display: block;
		padding: 0 30px 25px;
		margin-top: 0;
	}
	#gnav > ul > li{
		text-align: center;
	}
	#gnav > ul > li.gnav--top{
		display: block;
	}
	#gnav > ul > li .inner{
		display: block;
	}
	#gnav > ul > li .inner > a{
		display: block;
		padding: 15px 0;
		font-size: 18px;
	}
	#gnav > ul > li .inner > a::before{
		content: none;
	}
	#hnav{
		width: 100%;
	}
	#hnav a{
		display: block;
		height: 45px;
		padding: 12px 0 0;
		background: #0e316c;
	}
	#hnav a .ja{
		margin: 0;
		font-size: 16px;
	}
	#hnav a .en{
		display: none;
	}

	#gnav .gnav--mega ul.mega {
		display: block;
		position: static;
		height: auto;
		margin: 0;
		background-color: transparent;
		opacity: 1;
 		border-top: none;
		pointer-events: all;
	}
	#gnav .gnav--mega ul.mega .mega__item {
		margin: 0 0 5px;
		padding: 0;
		width: 100%;
		max-width: none;
	}
	#gnav .gnav--mega ul.mega .mega__item a {
		display: block;
		padding: 10px 0;
		width: 100%;
		height: auto;
		color: #111;
		font-size: 16px;
	}
	#gnav .gnav--mega ul.mega .mega__item a::before {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 10px;
	} 
	#gnav .gnav--mega ul.mega .mega__item a:hover::before {
		border-color: #fff;
	} 
	#gnav .gnav--mega.gnav--uritai ul.mega .mega__item{
		width: 100%;
		max-width: none;
	}

}
@media screen and (max-width: 374px){
	#gnav > ul{
		padding: 0 20px 25px;
	}
	#gnav .gnav--mega ul.mega .mega__item a {
		font-size: 14px;
	}
}

/* ---------------------------------------------------------------------------
		#houseupArea
			ハウスアップ
--------------------------------------------------------------------------- */
#houseupArea{
 	margin: 0 0 50px;
	padding: 80px 0;
	background: #e75696;
	color: #fff;
	text-align: center;
}
#houseupArea .txt{
	font-size: 18px;
	line-height: 1.8;
}
#houseupArea .btn{
	max-width: 780px;
	margin: 0 auto;
}
#houseupArea .btn a{
	display: block;
	padding: 20px 0;
	font-weight: 700;
	color: #e75696;
	font-size: 20px;
	background: #fff;
	position: relative;
}
#houseupArea .btn a::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 1px #e75696;
	border-right: solid 1px #e75696;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
}
@media screen and (max-width: 480px){
	#houseupArea{
		margin: 0;
		padding: 30px 15px;
	}
	#houseupArea .txt{
		font-size: 14px;
		line-height: 1.7;
	}
	#houseupArea .btn a{
		padding: 15px 0;
		font-size: 16px;
	}
	#houseupArea .btn a::before{
		width: 12px;
		height: 12px;
		right: 15px;
		top: calc(50% - 6px);
	}
}

/* ---------------------------------------------------------------------------
		#contactArea
			お問い合わせ
--------------------------------------------------------------------------- */
#contactArea{
	min-width: 1180px;
	padding: 60px 0;
	background: #f2f4f4;
	text-align: center;
}
#contactArea .txt{
	margin: 0 0 36px;
	font-size: 18px;
	color: #0e316c;
}
#contactArea .btn{
	width: 780px;
	margin: 0 auto 40px;
}
#contactArea .btn a{
	display: block;
	padding: 32px 0;
	background: #0e316c;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}
#contactArea .tel a{
	padding: 0 0 0 64px;
	background: url(/wp-content/uploads/sites/833/2022/09/ico_tel.png) no-repeat left 50% / 52px 35px;
	font-size: 48px;
	color: #0e316c;
}
#contactArea .info{
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #0e316c;
}
#contactArea .info dt{
	font-weight: 400;
}
#contactArea .info dd{
	text-align: left;
}
#contactArea .info dd span{
	display: inline-block;
	text-align: right;
}

@media screen and (max-width: 480px){
	#contactArea{
		min-width: 0;
		padding: 30px 15px;
	}
	#contactArea .txt{
		margin: 0 0 20px;
		font-size: 13px;
	}
	#contactArea .btn{
		width: auto;
		margin: 0 0 20px;
	}
	#contactArea .btn a{
		padding: 15px 0;
		font-size: 16px;
	}
	#contactArea .tel a{
		padding: 0 0 0 50px;
		background-size: 42px auto;
		font-size: 36px;
	}
	#contactArea .info{
		flex-direction: column;
		align-items: center;
		font-size: 12px;
		letter-spacing: -0.05em;
	}
}

/* ---------------------------------------------------------------------------
		#footer
			フッター
--------------------------------------------------------------------------- */
#footer{
	min-width: 1180px;
	padding: 80px 0 0;
	text-align: center;
	background: #fff;
	position: relative;
}

/*
	 #pagetop 
---------------------*/
#pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#pagetop a{
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;;
	background: #0e316c;
	position: relative;
}
#pagetop a::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(45deg);
	transform-origin: center center;
	position: absolute;
	top: 50%;
	left: calc(50% - 7px);
}

/*
	 #fnav 
---------------------*/

#fnav{
	margin: 0 0 80px;
}
#fnav li{
	display: inline;
	margin: 0 1em;
	font-size: 18px;
}
#fnav li a{
	color: #111;
}
#fnav li a:hover{
	text-decoration: underline !important;
}

/*
	 #footBusiness 
---------------------*/
#footBusiness{
	padding: 0 0 100px;
}
#footBusiness h3{
	margin: 0 0 56px;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	color: #0e316c;
}
#footBusiness h3::before{
	content: "";
	display: block;
	width: 68px;
	height: 48px;
	margin: 0 auto 24px;
	background: url("/wp-content/uploads/sites/833/2022/09/ico_bisiness.png") no-repeat 50% 50% / contain;
}
#footBusiness ul{
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#footBusiness ul li{
	width: 580px;
	text-align: left;
}
#footBusiness ul li a{
	padding: 20px 20px 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid 1px;
	color: #0e316c;
}
#footBusiness ul li a dl{
	width: 280px;
}
#footBusiness ul li a dl dt{
	margin: 0 0 24px;
	padding: 0 0 10px;
	font-size: 24px;
	border-bottom: solid 2px;
	font-weight: 400;
}
#footBusiness ul li a dl dt::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 16px;
	margin: 0 0 0 10px;
	background: url("/wp-content/uploads/sites/833/2022/09/ico_blank.png") no-repeat 50% 50% / contain;
}
#footBusiness ul li a dl dd{
	font-size: 16px;
	color: #000;
}
#footBusiness ul li a figure{
	width: 200px;
}

/*
	 .bnr-list
---------------------*/
#footer .bnr-list{
	padding: 52px 0;
	background: #f2f4f4;
}
#footer .bnr-list ul{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .bnr-list ul li{
	width: 288px;
}
#footer .bnr-list ul li img{
	max-width: 100%;
	height: auto;
}

#copyright{
	display: block;
	padding: 30px 0;
	font-size: 13px;
	letter-spacing: 0.26em;
}
@media screen and (max-width: 480px){
	#footer{
		min-width: 0;
		padding: 30px 0 0;
	}
	
	/*
		 #pagetop
	---------------------*/
	#pagetop{
		position: fixed;
		right: 0;
		bottom: 61px;
		z-index: 999;
	}
	#pagetop a{
		display: block;
		width: 40px;
		height: 40px;
		text-indent: -9999px;
		overflow: hidden;;
		background: #0e316c;
		position: relative;
	}
	#pagetop a::before{
		width: 10px;
		height: 10px;
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
		left: calc(50% - 3px);
	}
	
	/*
		 #fnav
	---------------------*/
	#fnav{
		margin: 0 0 40px;
	}
	#fnav li{
		display: block;
		margin: 0 0 2em;
		font-size: 14px;
	}
	#fnav li a{
		color: #111;
	}
	
	/*
		 #footBusiness 
	---------------------*/
	#footBusiness{
		padding: 0 10px 50px;
	}
	#footBusiness h3{
		margin: 0 0 40px;
		font-size: 26px;
	}
	#footBusiness h3::before{
		width: 48px;
		height: 48px;
		margin: 0 auto 18px;
	}
	#footBusiness ul{
		display: block;
	}
	#footBusiness ul li{
		width: 100%;
	}
	#footBusiness ul li + li{
		margin: 15px 0 0;
	}
	#footBusiness ul li a{
		padding: 20px 15px 20px 20px;
	}
	#footBusiness ul li a dl{
		width: 61%;
	}
	#footBusiness ul li a dl dt{
		margin: 0 0 15px;
		padding: 0 0 8px;
		font-size: 17px;
		letter-spacing: -0.05em;
	}
	#footBusiness ul li a dl dt::after{
		width: 14px;
		height: 12px;
		margin: 0 0 0 5px;
	}
	#footBusiness ul li a dl dd{
		font-size: 13px;
	}
	#footBusiness ul li a figure{
		width: 32%;
	}

	/*
		 .bnr-list
	---------------------*/
	#footer .bnr-list{
		padding: 25px 0;
	}
	#footer .bnr-list ul{
		padding: 0 28px;
	}
	#footer .bnr-list ul::before,
	#footer .bnr-list ul::after{
		content: none;
	}
	#footer .bnr-list ul li{
		width: 48.8%;
		margin: 0 0 8px;
	}

	#copyright{
		padding: 15px 0;
		font-size: 10px;
		letter-spacing: 0;
	}
	#copyright::after{
		width: 35px;
	}
}


/* ---------------------------------------------------------------------------
 .hfeed
--------------------------------------------------------------------------- */
.hfeed{
	position: relative;
}



/*
	ヘッダカレント
-------------------------------------------------- */
.home #gnav ul li.gnav--top a::before,
.es-feature #gnav ul li.gnav--feature a::before,
.es-sale #gnav ul li.gnav--feature a::before,
.es-page-uritai #gnav ul li.gnav--uritai a::before,
.es-page-uritai-kaitori #gnav ul li.gnav--uritai a::before,
.es-page-uritai-lb #gnav ul li.gnav--uritai a::before,
.es-page-support #gnav ul li.gnav--support a::before,
.es-page-company #gnav ul li.gnav--company a::before,
.es-page-blogs #gnav ul li.gnav--info a::before,
.single.single-post #gnav ul li.gnav--info a::before,
.es-page-info #gnav ul li.gnav--osaka-salon a::before,
.single.single-info #gnav ul li.gnav--osaka-salon a::before {
	width: 100%;
}
/*
	ぱんくず
-------------------------------------------------- */
.es-header-breadcrumb a {
	color: #0e316c !important;
}
.es-header-breadcrumb a:hover {
	text-decoration: underline !important;
}
