﻿@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

table.table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul { padding: 0px; }

/* -------------------------------------------------------------- */

body {
  color: #3a3a3a;
  font-size: small;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}




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

header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
	position: relative;
	text-align: center;
}
header h1 {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

/* /// ヘッダー */

/* ******************************
/* メニュー
****************************** */
nav{
	font-family: St Marie, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

nav ul{
	width: 680px;
	margin: 40px auto 0;
}

nav ul li{
	float: left;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 1px;
}

nav ul li.active{
	padding: 0 27px;
}

nav ul li a{
	color: #000000;
	display: block;
	padding: 0 27px;
	text-decoration: none;
}

nav ul li.active:after,
nav ul li a:hover:after{
	display: block;
	content: "";
	width: auto;
/*	height: 2px;
	border-radius: 50px;
	background: #000;*/
	margin: auto;
    background-color: #0000ff;;
}

/* ******************************
/* ロゴ
****************************** */

.logo {
  float: left;
}

.logo p {
  float: left;
}

.logo img {
  width: auto;
  float: left;
  padding: 0 5px 0 10px;
}

.logo span {
  display: block;
  margin-top: -5px;
}


/* /// ロゴ */

/* ******************************
/* トップ画像
****************************** */

.salonpicture {
  text-align: center !important;
}

.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/* ******************************
/* インフォエリア
****************************** */

.info {
  float: right;
  padding-right: 20px;
  text-align: right;
}

.info a {
  margin: 0 25px;
  font-size: 1.5em;
}

/* /// インフォエリア */




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

footer {
  clear: both;
  overflow: hidden;
  padding: 10px 10px 5px 10px;
  font-size: 12px;
  background: #ffffffff;
}

* html footer {
  height: 1%;
}

footer .grid {
  margin: 0;
  padding: 10px 0 0px;
  background: transparent;
  width: auto;
  float: left;
}

footer .logo {
  font-size: 18px;
}

footer .logo a {
  color: #333;
}

footer .logo a:hover {
  color: #888;
}

footer .finfo {
  margin: 0;
  padding: 10px 10px 0 15px;
  float: right;
  text-align: right;
}

footer .finfo .tel {
  font-size: 16px;
  color: black;
}

footer .finfo span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

footer .finfo .location {
  padding-right: 0.5em;
  font-size: 14px;
  font-weight: bold;
}

footer .addressinfo {
  font-size: 14px;
  float: left;
  margin: 15px 0 0 0;
}

address {
  clear: both;
  margin-bottom: 12px;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #333;
}
/* /// フッター */

/* ******************************
/* トップへ移動
****************************** */

h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 90px;
  height: 90px;
  font-weight: bold;
  position: fixed;
  right: 15px;
  bottom: 100px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  font-weight: bold;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #000000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #000000;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  color: #000000;
}


/* ******************************
/* オープンクローズ
****************************** */

.openclose{
	font-family: St Marie, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.openclose ul{
	width: 400px;
	margin: 40px auto;
}

.openclose ul li{
        list-style: none;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: center
}

.openclose hr {
  height: 1px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}


/* ******************************
/* 画像メニュー
****************************** */

.row p{
  font-family: St Marie, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000000;
  font-size: 23px;
  text-align: center;
}

.row {
  background-color: #fffffff;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all  0.8s ease;
}

.row:hover {
  background-color #0000ff;
}

.scaling img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.scaling img:hover {
	transform: scale(1.025);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;			/*小さいほど暗い*/
}

