@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333;
	line-height: 160%;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #fff;
}


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 {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
   vertical-align: middle;
}

button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

a:link,a:visited {
	color:#a87600;
	text-decoration: none;
}

a:hover {
	color:#a87600;
	text-decoration: underline;
}

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

a img:hover,
a img:hover,
input[type="image"]:hover {
	/*-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
    -o-transition: 0.1s ease-in-out;  
    -ms-transition: 0.1s ease-in-out;  
    transition: 0.1s ease-in-out;  */

	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;

}

a.nop img:hover,
a.nop img:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

ul {
	list-style-type: none;
}
 
div.clear {
	clear: both;
	height: 0px;
	overflow:hidden;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
/*.clearfix {
	overflow:hidden;
}*/

.none {
	display: none;
}

.bold {
	font-weight: bold;
}

/*font-family: 'PT Sans', sans-serif;*/


/* 共通 */

#mv {
	position: fixed;
	width: 100%;
	top: 65px;
	min-width: 1000px;
}

#mv img {
	width: 100%;
	height: auto;
}
#mv:after {
	background-position: center center;
	display: block;
	margin: auto;
	height: 48px;
	width: 260px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content:"";
}

#cont {
	background: white;
	width: 100%;
	position: relative;
	margin: 320px 0 0 0;
	z-index: 2;
	min-width: 1000px;
}

#main {
	width: 1000px;
	margin: 0 auto;
}


/* ヘッダー */
header {
	padding: 15px 0 0;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 3;
	min-width: 1000px;
}

header h1 {
	width: 130px;
	padding-left: 25px;
}

header #gn {
	margin: 0;
	padding-right: 0px;
}
header #gn >  ul {
  display: flex;
}
header #gn >ul > li {
  height: 45px;
	margin: 5px 25px 0 0;
}
header .pull {
  position: relative;
}
header .pull.selected::after {}
header .pull ul {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
}
header .pull ul li {
  width: 180px;
  background-color: rgba(255,255,255,0.9);
}
header .pull ul li a {
  display: block;
  padding: 20px 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #a87600;
}
header .pull ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
header #gn .tel {
  position: relative;
  top: -10px;
}

/* サイドバー */




/* フッター */

footer {
	margin: 120px 0 0 0;
	min-width: 1000px;
}

#footer1 {
	background: #f9f4ed;
	padding: 0 0 50px 0;
}

#footer_wrap {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}


.footer1_l {
	width: 820px;
	float: left;
	overflow:hidden;
	padding: 80px 0 0;
}
.footer1_l .salon {
  padding-bottom: 40px;
  overflow:hidden;
}

.f1 {
	width: 290px;
	float: left;
}
.f1 h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  padding-bottom: 12px;
}

.f1 dl {
	overflow:hidden;
	font-family: 'PT Sans', sans-serif;
	font-size: 110%;
}

.f1 dl dt {
	width: 50px;
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}

.f1 dl dd {
	float: left;
	margin: 0 0 30px 0;
}

.f1 dl dd.telnum {
	font-size: 200%;
	color: #ae834a;
}
.f1 dl dd.telnum img {
  position: relative;
  top: -3px;
}

.f2 {
	float:left;
	margin: 20px 0 0 30px;
}

.f2 a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/common/footer_gmapb.jpg) no-repeat left top;
}
.f3 {
	width: 166px;
	float: right;
	padding: 0px 0 0 0;
}

.footer1_r {
	width: 180px;
	float: right;
	padding: 30px 0 0 0;
	overflow:hidden;
}



.f4 {
	width: 180px;
	float: left;
	padding: 30px 0 250px 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 110%;
}

.f4 li {
	margin: 0 0 20px 30px;
}

.f4 li a {
	color: #707273;
}
.f5 {
  text-align: right;
}

.footer2 {
	background: #e7e7e7;
}

.copyright {
	width: 1000px;
	margin: 0 auto;
	font-size: 110%;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	padding: 20px 0;
}

.copyright h1 {
	font-weight: normal;
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
}


