﻿* {
	margin:0;
	padding:0;
}
body {
	padding: 2% 5% 0% 5%;
	_overflow:auto;
	background-color: #000000;
	color: white;
}
a {
	text-decoration: none;
	color: white;
}
a:visied { color: white; }
a:hover {
	text-decoration: underline;
	color: yellow;
}
p { color: #ffffff; }
h1,h2 {
	color: ffffff;
	font-family:Ravie,serif;
}

.image_frame {
	padding: 1px;
	width: 100%;
}

.pictur3box {
  width: 100%;
}
.pictur3box img {
  width: 32%;
}

/* TOPPage下の住所 */
#top_address {
	margin-top: 10px;
	margin-right: 2%;
	text-align : right;
    color: white;
    font-size: 1.3vw;
}

/* SalonData */
p#salon_introduction {
	width: 90%;
	margin: 0;
	padding-top: 10px;
	line-height: 130%;
	text-align : left;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* 地図情報 */
#map_area {
	width: 85%;
	display: inline-block;
}
#map_frame {
	margin: 3px;
	padding: 0px;
	width: 280px;
	height: 280px;
	float: left;
	/* あとで削除 */
	border: solid;
}
#map_data {
	margin: 0px 0px 10px 30px;
	color: ffffff;
	font-weight: bold;
	font-family:Ravie,monospace;
	font-size: 120%;
	float: left;
	text-align : left;
}

/* 地図情報 clearfix */
#map_area:after {
	content: "";
	display: block;
	clear: both;
}

/* Menu情報 */
.menu_area {
	width: 100%;
}
.menu_photo {
	padding: 1px;
	width: 48%;
	float: left;
}
.menu_data {
	padding: 5px 0 10px 10px;
	width: 50%;
	float: left;
	text-align : left;
}

/* Menu情報 clearfix */
.menu_area:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.menu_area {
	display: inline-block;
} 

/* 髪様リンク */
#kamisama {
	margin: 0px 0px 0px 40%;
	padding: 3px;
	width: 20em;
	background: black;
	border: solid 2px pink;
}
#kamisama a {
	color: #FF3E96;
}

p#kamisama_top {
	font-family: fantasy;
	font-weight: bold;
	font-size: 150%;
}

p#kamisama_honbun {
	width:90%;
	line-height: 110%;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/* Navigator */
table#navi {
	margin: 5px 0px 5px 0px;
	width:85%;
	align:center;
	text-align:center;
	text-justify:distribute-all-lines;
	table-layout:fixed;
	font-family:Ravie,serif;
	font-weight: bold;
}

#nav {
	margin: 0;
	padding: 5px;
	background: #000000;
	font-family:Ravie,serif;
}

#nav li {
	margin: 0 5px;
	float: left;
	position: relative;
	list-style: none;
	
}
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
}
#nav a:hover {
	background: #000;
	color: #fff;
}
#nav a:visied { 
	color: white; 
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #ffffff;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 




#left_frame {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 20px
	height: 100%;
	width: 250px;
	position: fixed;
	_position:absolute;
	left:10;
	top:10;
}

#right_frame {
	margin: 0px 0px 0px 250px;
	padding: 30px 0px 0px 20px
	height: 100%;
	_overflow:auto;
}

/* 枠囲い */
#contents_filed {
	width:90%;
	border-width: 2px;
	border-style: solid;
	border-color: #ccccff;
	margin: 0px 0px 0px 5%;
	padding: 0px;
	background-color: #00000000;
}
#contents_title {
	margin: 0px;
	padding: 5px;
	background-color: #8B4726;
}
#contents_body {
	margin: 0px;
	padding: 9px;
}
#clear {clear: left;}

/* TOPPage下のFOREST宣伝 */
#forest_area {
	margin-top: 10px;
	margin-left:10%;
	margin-right:10%;
	text-align : left;
    color: pink;
    font-size: 1.5vw;
}
#forest_area a{
	color: pink;
}

/* コロナ対策用 */
@keyframes border {
  0% {
    border: medium solid #1D6A96;
    color:#1D6A96;
  }
  100% {
    border: medium solid hsl(60, 14%, 99%);
    color:#333;
  }
}
#covid {
	border-width: 2px;
	border-style: solid;
	border-color: #ccccff;
	margin-top: 10px;
	margin-left:10%;
	margin-right:10%;
	padding: 3px;
    background-color: #00000000;
    animation: border 1s ease infinite alternate;
}
#covid text {
    color: rgb(233, 233, 12);
    font-size: 1.5vw;
}

/* TOPページの電話番号 */
#top_tel {
	font-family:Ravie,serif;
    font-size: 3vw;
}
