@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:300,400,600,700');

/* ---------------------------------------------------------------------------------
HTML CSS Selectors common 
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #707273;
	line-height: 1.7;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #494949;
	text-decoration: none;
}
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity:0.5;
}


ul {
	list-style-type: none;
}
 
.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.none {
	display: none !important;
}
a.anchor {
	display: block;
	position: relative;
	left: 0;
	top: -100px;
}



/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	width: 100%;
	/*min-width: 1100px;*/
    min-width: 1210px;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index: 1100;
}

#header-wrapper h1 {
	width: 200px;
	height: 80px;
	float: left;
}
#header-wrapper h1 a {
	display: block;
	width: 200px;
	height: 80px;
	position: relative;
}
#header-wrapper h1 a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#header-wrapper nav {
	width: 990px;
	float: right;
}
#header-wrapper nav ul {
	overflow:hidden;
}
#header-wrapper nav li {
	padding-top: 28px;
	padding-right: 40px;
	float: left;
	font-size: 16px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
  font-weight: 600;
}
#header-wrapper nav li a {
	display: block;
	color: #707273;
	height: 23px;
}
#header-wrapper nav li.tel {
	padding: 28px 18px 0 0;
	float: right;
	font-weight: 600;
}

.fix-res {
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 1100;
}
.fix-res a {
	display: block;
	margin-bottom: 10px;
}


/*tab ---------------------------------------------------------------------------- */
.tab #header-wrapper nav {
  width: calc(100% - 230px);
  }
.tab #header-wrapper nav li {
  padding-right: 30px;
  white-space: nowrap;
}
#header-wrapper nav li.tel a {
  display: inline;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	width: 100%;
	/*min-width: 1100px;*/
    min-width: 1210px;
	padding-top: 80px;
	padding-bottom: 120px;
	z-index: 1;
}
#contents-wrapper #mv {
	width: 100%;
	min-width: 1100px;
	position: relative;
}
#contents-wrapper #mv img {
	width: 100%;
	height: auto;
}
#contents-wrapper #mv span {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: 'Cormorant Infant', serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#contents-wrapper .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#contents-wrapper .inner h2 {
	font-size: 26px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	color: #dc711a;
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
	width: 100%;
	/*min-width: 1100px;*/
    min-width: 1210px;
	background-color: #FAF7ED;
}
#footer-wrapper .f_banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1210px;
  padding: 70px 0 0;
  margin: 0 auto;
}
#footer-wrapper .f_banner a {
  display: block;
  width: 590px;
}
#footer-wrapper .inner {
	width: 1000px;
	padding: 70px 0 85px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow:hidden;
}

#footer-wrapper .salon-info {
	width: 500px;
	padding-right: 20px;
	float: left;
}

#footer-wrapper .salon-info h2 {
	padding-bottom: 25px;
}
#footer-wrapper .salon-info dl {
	overflow:hidden;
	padding-bottom: 25px;
}
#footer-wrapper .salon-info dt {
	width: 85px;
	padding-bottom: 22px;
	padding-left: 3px;
	float: left;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
	line-height: 1;
	clear: left;
}
#footer-wrapper .salon-info dd {
	width: 410px;
	padding-bottom: 22px;
	float: left;
	line-height: 1.4;
}
#footer-wrapper .salon-info dd a {
	text-decoration: underline;	
}
#footer-wrapper .salon-info dd.tel {
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
	font-size: 28px;
	line-height: 1;
	color: #dc711a;
	margin-top: -5px;
}
#footer-wrapper .salon-info ul {
	overflow:hidden;
}
#footer-wrapper .salon-info ul li {
	padding-right: 20px;
	float: left;
}


#footer-wrapper .banner {
	width: 235px;
	float: left;
}
#footer-wrapper .banner li {
	padding-bottom: 20px;
}

#footer-wrapper nav {
	width: 170px;
	float: left;
}
#footer-wrapper nav li {
	padding-bottom: 25px;
}
#footer-wrapper nav li a {
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 1;
	color: #707273;
  font-weight: 600;
}

#page-top {
	width: 60px;
	position: absolute;
	top: 75px;
	right: 0px;
}

#footer-wrapper #copyright {
	width: 100%;
	min-width: 1100px;
	background-color: #DBD8CD;
}
#footer-wrapper #copyright p {
	width: 1000px;
	height: 40px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1;
	font-family: 'Cormorant Infant', serif;
	letter-spacing: 0.075em;
	color: #888785;
}








