﻿

/*　PC View 769px 〜*/

/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1 {
	font-size:4.2rem;
	margin-bottom: 55px;
}

h1 span {
	font-size: 1.3rem;
}

h1:after {
	top: 100px;
}

h1.eng:after {
	top: 80px;
}

h2 {
	font-size:1.3rem;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

h2.h2PC {
	display: block;	
}

h2.h2SP {
	display: none;	
}

h6 {
	font-size: 1.3rem;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	height:82px;
}

header.fixed {
	background: #fafafa;
	width:100%;
    position: fixed;
    top: 0;
    left: 0;
}

#innerHead {
	background: #fafafa;
	width:94%;
	min-width: 1020px;
	position: relative;
}

#innerHead p#siteID a {
	background-size: contain;
    width: 191px;
    height: 42px;
    top: 21px;
	left: 0;
	margin-left: 0;
}

#innerHead nav#gNavi {
	display: block;
}

#innerHead nav#gNavi ul {
	text-align: center;
}

#innerHead nav#gNavi ul li {
	display: inline-block;
	margin: 3px 12px 0;
	line-height: 78px;
}

#innerHead nav#gNavi ul li a {
	font-family: 'Trenda Semibold';
	letter-spacing: 1px;
	text-decoration: none;
}

#innerHead ul#snsLink {
	display: block;
	top: 4px;
	right: 80px;
}

#innerHead ul#snsLink li {
	margin: 0 10px;
	line-height: 81px;
}

#innerHead form {
	top: 30px;
	right: 0;
}

p.menuBtn a {
	display: none;
}
	
/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div.container {
	padding: 50px 0 30px;
}

div.container div.contents {
	max-width:1120px;
	padding: 0;
}

.grid {
	margin-bottom:20px;
}


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/


main {
	margin-top: 81px;
	padding-top: 30px;
	
}

div.imgHolder {
	max-width: 1060px;
	height: 790px;	
	margin: 30px auto 15px;
}



.imgHolder01 {
	width: 520px;
	height: 700px;
	top: 50px;
}

.imgHolder02 {
	width: 490px;
	height:790px;
	top: 0;
}


	
/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/


.oneHalf {
	width:47%;
	margin-right:6%;
}

.oneHalf:nth-child(2n) {
	margin-right:0;
}


.oneFourth,
.oneFourth:nth-child(2n) {
	width:23.5%;
	flex-basis:23.5%;
	margin-right:2%;
}

.oneFourth:nth-child(4n){
	margin-right:0;
}


.oneThird,
.oneThirdLeft,
.oneThirdRight {
	width:32%;
}

.twoThirdLeft,
.twoThirdRight {
	width:66%;
}

.twoFifthLeft,
.twoFifthRight{
	width:38.8%;
}

.threeFifthLeft,
.threeFifthRight {
	width:59.2%;
}

.oneFifth,
.oneFifth:nth-child(2n)  {
	width:18.4%;
	margin-right:2%;
}

.oneThird,
.oneThirdLeft,
.twoThirdLeft,
.twoFifthLeft,
.threeFifthLeft {
	margin-right:2%;
}

.oneThird:nth-child(3n),
.oneFifth:nth-child(5n) {
	margin-right:0;
}

	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	height: auto;
	padding:10px 0 20px;
}

footer div.footInner {
	max-width:1120px;
	margin:0 auto;
	text-align:left;
	position: relative;
}

footer div.footInner img.logo {
	margin: 40px 0 30px;
}

footer div.footInner div.salonBox {
	width: 250px;
}

footer div.footInner p {
	font-size: 1.2rem;
	line-height: 2;
}


footer div.footInner dl dt {
	font-size: 1.2rem;
}

footer div.footInner dl dd {
	font-size:1.1rem;
}

footer div.footInner ul.socialLinks {
	text-align: left;
}

footer div.footInner ul.socialLinks li a {
	width:36px;
	height:36px;
	line-height: 34px;
}


footer div.footInner ul.socialBtn {
	width: 340px;
	position: absolute;
	top: 50px;
	right: 0;
}

footer div.footInner address {
	position: absolute;
	font-size: 1.1rem;
	bottom: 20px;
	right: 7px;
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
	display: none;
}

/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#pageTop a {
	bottom: 70px;
	right: 3%;
}
