@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	padding-top: 3px;
	position: relative;
}

.mainVisual:before {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #B38104;
	content: '';
	z-index: 1;
}

.mainVisual .phoList li {
	width: 100%;
	float: left;
}

.mainVisual .phoList li img {
	width: 100%;
}

.mainVisual .arrowList li {
	margin-top: -24px;
	width: 44px;
	cursor: pointer;
	position: absolute;
	top: 50%;
}

.mainVisual .arrowList li img {
	width: 100%;
}

.mainVisual .arrowList .prev {
	left: 13px;
}

.mainVisual .arrowList .next {
	right: 14px;
}

.mainVisual .foopage {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -51px;
	text-align: center;
	z-index: 10;
}

.mainVisual .foopage li {
	margin: 0 9px;
	width: 11px;
	height: 11px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #FFF;
	overflow: hidden;
}

.mainVisual .foopage li button {
	display: none;
}

.mainVisual .foopage .slick-active {
	background-color: #FFF;
}

#main .concept {
	padding: 95px 0 120px;
	position: relative;
	
}

#main .concept .pho {
	position: absolute;
}

#main .concept .pho01 {
	width: 204px;
	left: 35px;
	top: 77px;
}

#main .concept .pho02 {
	width: 442px;
	right: 0;
	top: -36px;
}

#main .concept .pho03 {
	width: 330px;
	left: 0;
	bottom: -149px;
}

#main .concept .pho04 {
	width: 261px;
	right: 0;
	bottom: -80px;
}

#main .concept .pho img {
	width: 100%;
}

#main .concept .content {
	width: 608px;
	position: relative;
	z-index: 1;
}

#main .concept .text01 {
	margin-bottom: 22px;
	color: #FFF;
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.55;
	letter-spacing: 4px;
}

#main .concept .text02 {
	color: #FFF;
	font-size: 14px;
	line-height: 2.4;
	text-align: justify;
}

#main .strengths {
	padding: 144px 0 159px;
}

#main .strengths .headLine01 {
	margin-bottom: 77px;
}

#main .strengths .imgList li {
	width: 279px;
	float: left;
}

#main .strengths .imgList li:nth-child(3n-1) {
	margin: 0 40px;
}

#main .strengths .imgList li .pho {
	margin-bottom: 35px;
}

#main .strengths .imgList li .pho img {
	width: 100%;
}

#main .strengths .imgList li .h3Ttl span {
	display: block;
	margin: 0 -16px;
}

#main .strengths .imgList li .textBox {
	margin-bottom: 18px;
}

#main .strengths .imgList li .text01 {
	margin-bottom: 8px;
	color: #FFF;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

#main .strengths .imgList li .text01 .num {
	font-size: 18px;
}

#main .strengths .imgList li .text02 {
	color: #FFF;
	font-size: 12px;
	line-height: 1.9;
	text-align: justify;
}

#main .strengths .imgList li .link {
	text-align: center;
}

#main .strengths .imgList li .link a {
	padding: 5px 10px 7px;
	width: 152px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
	background-color: #B38104;
	transition: 0.3s;
}

#main .strengths .imgList li .link a:hover {
	
	transform: translateY(2px);
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: shad26 2s infinite;
}

#main .strengths .imgList li .link a:before {
	width: 12px;
	height: 100%;
	position: absolute;
	left: -12px;
	top: 0;
	background: url(../img/common/icon03.png) no-repeat;
	background-size: 100% 100%;
	content: '';
}

#main .strengths .imgList li .link a:after {
	width: 12px;
	height: 100%;
	position: absolute;
	right: -12px;
	top: 0;
	background: url(../img/common/icon04.png) no-repeat;
	background-size: 100% 100%;
	content: '';
}

#main .strengths .imgList li .link a span {
	padding-right: 12px;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center;
	background-size: 8px auto;
}

#main .salon {
	padding: 158px 0;
	background: url(../img/index/bg06.jpg) no-repeat top center;
	background-size: cover;
	border-bottom: 5px solid #B07F04;
}

#main .salon.ptn01 {
	padding: 137px 0 97px;
	border-bottom: none;
	background: url(../img/salon/detail/store-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width:767px) {
	#main .salon.ptn01 {
		border-bottom: none;
		background: url(../img/salon/detail/store-bg_sp.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
}

#main .salon .headLine01 {
	margin-bottom: 72px;
	color: #050041;
}

#main .salon .headLine01 .en {
	color: #050041;
	font-size: 35px;
}

#main .salon .tabList {
	margin: -40px auto 43px;
	width: 800px;
	text-align: center;
}

#main .salon .tabList li {
	margin: 40px 12px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#main .salon .tabList li:before {
	width: 27px;
	height: 63px;
	position: absolute;
	right: -27px;
	top: 3px;
	background: url(../img/common/line02.png) no-repeat;
	background-size: 27px auto;
	content: '';
}

#main .salon .tabList li a {
	margin: 0 10px;
	display: block;
	position: relative;
	color: #050041;
	font-size: 19px;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	line-height: 1.25;
	letter-spacing: 1px;
	text-align: center;
}

#main .salon .tabList li a:before {
	display: none;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #050041;
	content: '';
}

#main .salon .tabList li a:hover:before {
	display: block;
}

#main .salon .tabList li a .small {
	display: block;
	font-size: 14px;
}

#main .salon .tabList .link04:before,
#main .salon .tabList .link07:before {
	display: none;
}

#main .salon .tabBox h3 {
	margin-bottom: 44px;
	padding: 10px 10px 14px;
	position: relative;
	color: #FFF;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	background-color: #062B53;
}

#main .salon .tabBox h3:before {
	margin-left: -25px;
	width: 48px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	background: url(../img/common/icon05.png) no-repeat;
	background-size: 48px auto;
	content: '';
}

#main .salon .imgBox {
	margin-bottom: 40px;
}

#main .salon .imgBox .mapBox {
	width: 448px;
	float: right;
}

#main .salon .imgBox .mapBox iframe {
	width: 100%;
	height: 359px;
	vertical-align: top;
}

#main .salon .imgBox .textBox {
	margin-top: 1px;
	width:calc(100% - 448px);
	float: left;
}

#main .salon .imgBox .textBox .tableBox {
	margin: 0 0 21px;
}

#main .salon .imgBox .textBox .comTable th {
	padding: 7px 10px 5px;
	width: 33%;
}

#main .salon .imgBox .textBox .comTable td {
	padding-right: 0;
	padding: 6px 0 5px 10px;
	width: 67%;
	letter-spacing: 1px;
}

#main .salon .imgBox .textBox .btnList li {
	
	float: left;
}

#main .salon .imgBox .textBox .btnList li a {
	padding: 17px 5px 9px;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
	border-radius: 10px;
	background-color: #050042;
	transition: 0.3s;
}

#main .salon .imgBox .textBox .btnList li a:hover {
	transform: translateY(2px);
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: shad26 2s infinite;
}

#main .salon .imgBox .textBox .btnList li a img {
	width: 30px;
}

#main .salon .imgBox .textBox .btnList li a .txt {
	display: block;
}

#main .salon .imgBox .textBox .btnList li:nth-child(2n) {
	float: right;
}

#main .salon .imgBox .textBox .btnList li:nth-child(2n) a {
	background-color: #B38104;
}

#main .salon .phoList li {
	margin-right: 25px;
	width: 211px;
	float: left;
}
#main .salon .phoList li.wide {
	margin-right: 25px;
	width: 420px;
	float: left;
}

#main .salon .phoList li:nth-child(4n) {
	margin-right: 0;
}

#main .salon .phoList li img {
	max-width: 100%;
}

.ChangeElem_Panel{
  display: none;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media all and (-ms-high-contrast:none){
	#main .strengths .imgList li .link a {
		padding: 6px 10px;
	}
}

@media screen and (max-width: 767px) {
	.mainVisual {
		padding-top: 0;
	}

	.mainVisual:before {
		display: none;
	}

	.mainVisual .arrowList li {
		margin-top: -17px;
		width: 24px;
	}

	.mainVisual .arrowList .prev {
		left: 5px;
	}

	.mainVisual .arrowList .next {
		right: 5px;
	}

	.mainVisual .foopage {
		display: none !important;
	}

	#main .concept {
		padding: 77px 0 72px;
		/* background-image: url(../img/index/sp_bg01.jpg); */
	}

	#main .concept .pho02 {
		width: 132px;
		top: 19px;
	}

	#main .concept .pho03 {
		width: 97px;
		bottom: -52px;
	}

	#main .concept .pho04 {
		width: 123px;
		bottom: -114px;
	}

	#main .concept .content {
		width: auto;
	}

	#main .concept .text01 {
		margin-bottom: 16px;
		font-size: 19px;
		line-height: 1.48;
		letter-spacing: 0;
	}

	#main .concept .text02 {
		font-size: 13px;
		line-height: 1.97;
	}

	#main .strengths {
		padding: 50px 0 73px;
	}

	#main .strengths .headLine01 {
		margin-bottom: 47px;
	}

	#main .strengths .imgList li {
		margin: 0 0 79px;
		width: auto;
		float: none;
	}

	#main .strengths .imgList li:nth-child(3n-1) {
		margin: 0 0 79px;
	}

	#main .strengths .imgList li:last-child {
		margin-bottom: 0;
	}

	#main .strengths .imgList li .pho {
		margin-bottom: 19px;
	}

	#main .strengths .imgList li .h3Ttl span {
		margin: 0;
	}

	#main .strengths .imgList li .textBox {
		margin-bottom: 15px;
	}

	#main .strengths .imgList li .text01 {
		margin-bottom: 8px;
	}

	#main .strengths .imgList li .text02 {
		font-size: 13px;
	}

	#main .strengths .imgList li .link a {
		padding: 20px 5px 18px 19px;
		width: auto;
		display: block;
		font-size: 14px;
		font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight: 500;
	}

	#main .strengths .imgList li .link a:before {
		width: calc(100% - 8px);
		-webkit-width: calc(100% - 8px);
		height: calc(100% - 8px);
		-webkit-height: calc(100% - 8px);
		left: 4px;
		top: 3px;
		background: none;
		border: 1px solid #FFF;
		box-sizing: border-box;
	}

	#main .strengths .imgList li .link a:after {
		display: none;
	}

	#main .strengths .imgList li .link a .sp {
		padding-right: 35px;
		display: inline-block !important;
		background-size: 9px auto;
	}

	#main .salon {
		padding: 80px 0;
		background: #FFF;
		border-bottom: none;
	}

	#main .salon .headLine01 {
		margin-bottom: 45px;
	}

	#main .salon .headLine01 .en {
		font-size: 22px;
	}

	#main .salon .tabList {
		margin: -18px 18px 45px;
		width: auto;
	}

	#main .salon .tabList li {
		margin: 18px 0 0;
		display: block;
		width: 47%;
		float: left;
	}

	#main .salon .tabList li:before {
		display: none;
	}

	#main .salon .tabList li:nth-child(2n){
		float: right;
	}

	#main .salon .tabList li a {
		margin: 0;
		padding: 10px 5px 12px;
		font-size: 14px;
		text-decoration: none;
		border: 1px solid #050041;
	}

	#main .salon .tabList li a .small {
		margin-top: 1px;
		font-size: 11px;
	}

	#main .salon .tabList .link01  a {
		/*color: #FFF;
		background: #615F87;*/
	}

	#main .salon .tabList li a:hover:before {
		display: none;
	}
	
	#main .salon .tabBox .ttlBox {
		margin: 0 18px 20px;
	}
	
	#main .salon .tabBox h3 {
		margin-bottom: 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #050041;
		font-size: 22px;
		letter-spacing: 3px;
		background-color: #FFF;
		text-align: left;
	}

	#main .salon .tabBox h3:before {
		display: none;
	}
	
	#main .salon .tabBox .ttlBox .snsList {
		margin-top: 6px;
		float: right;
		text-align: right;
	}
	
	#main .salon .tabBox .ttlBox .snsList li {
		display: inline-block;
		vertical-align: top;
	}
	
	#main .salon .tabBox .ttlBox .snsList li:nth-child(3n-1) {
		margin: 0 13px;
	}
	
	#main .salon .tabBox .ttlBox .snsList li img {
		height: 20px;
	}
	
	#main .salon .imgBox {
		margin-bottom: 47px;
	}

	#main .salon .imgBox .mapBox {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}

	#main .salon .imgBox .mapBox iframe {
		height: 250px;
	}

	#main .salon .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .salon .imgBox .textBox .tableBox {
		
	}
	
	#main .salon .imgBox .textBox .comTable th {
		width: 35%;
		font-size: 13px;
	}
	
	#main .salon .imgBox .textBox .comTable td {
		padding: 7px 0 9px 12px;
		width: 65%;
		font-size: 13px;
		line-height: 2;
	}
	
	#main .salon .imgBox .textBox .btnList {
		
	}

	#main .salon .phoBox {
		margin-bottom: 19px;
	}
	
	#main .salon .phoBox img {
		width: 100%;
	}
	
	#main .salon .phoList li {
		margin-right: 0;
		width: 30%;		
	}
	#main .salon .phoList li.wide  {
		margin-right: 0;
		width: 60%;		
	}

	#main .salon .phoList li:nth-child(3n-1) {
		margin: 0 5%;
	}

	#main .salon .phoList li img {
		width: 100%;
		max-width: inherit;
	}
}

@media screen and (max-width: 374px) {
	#main .concept .pho02 {
		width: 115px;
	}
	
	#main .salon .tabList li a {
		padding: 10px 3px 12px;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	#main .salon .tabBox h3 {
		letter-spacing: 0;
	}
}
