/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 09:46:10 */
/* 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;
}
a{
	color: #0e316c;
	transition:all ease 0.3s;
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}


.wf-amiri{font-family: 'Amiri', serif;}

.pcHide{display: none !important;}

.btn-effect_opacity{
	transition: all ease .3s;
}
.btn-effect_opacity:hover{
	opacity:0.6;
}

@media screen and (max-width: 480px){
	.pcHide{display: block !important;}
	.spHide{display: none !important;}
}



/* ---------------------------------------------------------------------------

		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 img{
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
#header a:hover{
	text-decoration: none;
}
#gnav{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	padding-left: 20px;
}
#gnav > .gnav-main{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-right: 20px;
}
#gnav > .gnav-main > li{
	flex-grow: 1;
	text-align: center;
}
#gnav > .gnav-main > li .inner{
	display: inline-block;
}
#gnav > .gnav-main > li .inner > a{
	display: inline-block;
	padding: 12px 0 30px;
	color: #111;
	font-size: 18px;
	position: relative;
}
#gnav > .gnav-main > li .inner > a::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #0e316c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	margin: 0 auto;
	transition: all ease 0.4s;
}
#gnav > .gnav-main > li .inner:hover > a::before{
	width: 100%;
}
#hnav{
	width: 360px;
	display: flex;
}
#hnav li{
	width: 180px;
}
#hnav a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
#hnav li.hnav--uritai{
	background: #5181b7;
}
#hnav li.hnav--contact{
	background: #0e316c;
}
#hnav a:hover{
	opacity: .6;
}
#hnav a .cap{
	display: block;
	font-size: 11px;
}
#hnav a .ja{
	display: block;
	font-size: 18px;
}
#hnav a .ja span{
	color: #ffe100;
}
#hnav a .en{
  display: block;
	font-size: 13px;
}
@media screen and (max-width: 1500px){

	#gnav > .gnav-main > li .inner > a{
		font-size: 16px;
	}
	#hnav a .ja{
		font-size: 16px;
	}
	#hnav{
		width: 280px;
		display: flex;
	}
	#hnav li{
		width: 140px;
	}
}

#gnav .gnav--mega ul.mega {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #06214e;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}
#gnav .gnav--mega .inner:hover ul.mega {
	opacity: 1;
	pointer-events: all;
}
#gnav .gnav--mega ul.mega .mega__item {
	margin: 0 3px;
}
#gnav .gnav--mega ul.mega .mega__item a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 56px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	transition: opacity .4s;
	letter-spacing: -0.05em;
}
#gnav .gnav--mega--02 ul.mega .mega__item a{
	width: 330px;
}
#gnav .gnav--mega ul.mega .mega__item a:hover {
	opacity: .6;
}
/* #gnav .gnav--mega ul.mega .mega__item a::before {
	content: "";
	display: block;
	width: 19px;
	height: 5px;
	background: url(https://kansai.itochu-chukai.com/wp-content/uploads/sites/362/2021/05/ico_arrow03.png) no-repeat 50% 50% / 100% auto;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
} */


@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);}		
	
	
	
	#gnav{
		display: block;
		width: 100%;
		margin: 0;
		padding-left: 0;
		top: 45px;
		background: rgba(255,255,255,0.9);
		position: absolute;
		transition: all ease .6s;
		max-height: 0;
		overflow: hidden;
		z-index: 999999;
	}
	.gnavMenuIsOpen #gnav{
		max-height: 800px;
	}
	#gnav > .gnav-main{
		display: block;
		padding: 0;
		margin-top: 0;
	}
	#gnav > .gnav-main > li{
		text-align: center;
	}
	#gnav > .gnav-main > li .inner > a{
		display: block;
		padding: 15px 0;
		font-size: 18px;
	}
	#gnav > .gnav-main > li .inner > a::before{
		content: none;
	}
	#hnav{
		width: 100%;
		padding: 0 15px 30px;
		justify-content: space-between;
	}
	#hnav li{
		width: 49%;
	}
	#hnav a{
		height: 50px;
	}
	#hnav a .cap{
		font-size: 10px;
	}
	#hnav a .ja{
		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;
		pointer-events: all;
	}
	#gnav .gnav--mega ul.mega .mega__item {
		margin: 0 0 20px;
	}
	#gnav .gnav--mega ul.mega .mega__item a {
		display: block;
		width: 100%;
		height: auto;
		border: none;
		color: #111;
		font-size: 16px;
	}
	#gnav .gnav--mega ul.mega .mega__item a::before {
		content: none;
	}

}



/* ---------------------------------------------------------------------------
		#footer
			フッター
--------------------------------------------------------------------------- */
#contactArea{
	min-width: 1180px;
	padding: 60px 0;
	background: #f2f4f4;
	text-align: center;
}
#contactArea .txt{
	margin: 0 0 36px;
	font-size: 20px;
	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: 26px;
}
#contactArea .tel a{
	padding: 0 0 0 64px;
	background: url(https://kansai.itochu-chukai.com/wp-content/uploads/sites/362/2021/04/img_tel.png) no-repeat left 50% / 52px 35px;
	font-size: 51px;
	color: #0e316c;s
}
#contactArea .info{
	font-size: 18px;
	color: #0e316c;
}

#footer{
	min-width: 1180px;
	padding: 80px 0 0;
	text-align: center;
	background: #fff;
	position: relative;
}
#pagetop{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
	text-orientation: sideways;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#pagetop a{
	display: block;
	padding: 33px 24px 0 0;
	font-size: 13px;
	background: #0e316c;
	width: 70px;
	color: #fff;
	letter-spacing: 0.26em;
}
#pagetop a::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 60px;
	margin: 0 0 10px;
	background: #fff;
	vertical-align: middle;
}
#footer .flogo{
	margin: 0 0 56px;
}
#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;
}
#footer .bnr-list{
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .bnr-list::before,
#footer .bnr-list::after{
	content: "";
	width: 24%;
	order: 1;
}
#footer .bnr-list li{
	width: 24%;
	margin: 0 0 16px;
}
#footer .bnr-list li img{
	max-width: 100%;
	height: auto;
}

#footer .link-list{
  	max-width: 1360px;
  	margin: 80px auto 0;
  	padding: 0 80px;
  	display: flex;
  	justify-content: flex-end;
  	flex-wrap: wrap;
  	font-size: 13px;
}
#footer .link-list li + li{
  	margin: 0 0 0 3em;
}

#copyright{
	display: block;
	margin: 10px 0 0;
	padding: 30px 0;
	background: #f2f4f4;
	font-size: 13px;
	letter-spacing: 0.26em;
	position: relative;
}
#copyright::after{
	content: "";
	display: block;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #0e2957;
}

@media screen and (max-width: 480px){
	#contactArea{
		min-width: 0;
		padding: 30px 15px;
	}
	#contactArea .txt{
		margin: 0 0 20px;
		font-size: 14px;
	}
	#contactArea .btn{
		width: auto;
		margin: 0 0 20px;
	}
	#contactArea .btn a{
		padding: 15px 0;
		font-size: 16px;
	}
	#contactArea .tel a{
		padding: 0 0 0 45px;
		background: url(https://kansai.itochu-chukai.com/wp-content/uploads/sites/362/2021/04/img_tel.png) no-repeat left 50% / 36px auto;
		font-size: 35px;
		color: #0e316c;
	}
	#contactArea .info{
		font-size: 14px;
	}
	
	
	#footer{
		min-width: 0;
		padding: 80px 0 0;
	}
	#pagetop{
		top: auto;
		right: 0;
		bottom: 0;
	}
	#pagetop a{
		padding: 20px 10px 0 0;
		height: 345px;
		font-size: 10px;
		width: 35px;
	}
	#pagetop a::before{
		width: 1px;
		height: 30px;
		margin: 0 0 10px;
	}
	#footer .flogo{
		width: 146px;
		margin: 0 auto 40px;
	}
	#footer .flogo img{
		width: 100%;
		height: auto;
	}
	#fnav{
		margin: 0 0 80px;
	}
	#fnav li{
		display: block;
		margin: 0 0 2em;
		font-size: 14px;
	}
	#fnav li a{
		color: #111;
	}
	#footer .bnr-list{
		max-width: 375px;
		padding: 0 40px;
	}
	#footer .bnr-list::before,
	#footer .bnr-list::after{
		content: none;
	}
	#footer .bnr-list li{
		width: 48.8%;
		margin: 0 0 8px;
	}
  	#footer .link-list{
  		max-width: 375px;
		padding: 0 40px;
  		margin: 35px auto 0;
  		font-size: 11px;
      	display: block;
	}
  	#footer .link-list li + li{
    	margin: 0.5em 0 0;
  	}
	
	#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-page-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-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,
.es-page-osaka-salon #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;
}