@charset "UTF-8";
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	/*	background-image:url(../images/bodyback.png);*/
	background-position: center top;
	color: #3F260B;
}
a {
	color: #3F260B;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*background-color: rgba(255,255,255,0.7);*/
	margin-bottom: 20px;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 140px;
	background-image: url(../images/headerback.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	/*	background-color: rgba(255,255,255,0.7);*/

	z-index: 10;
	width: 100%;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
header.fixed {
	position: fixed;
	top: 0px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.inner {
	width: 960px;
	position: relative;
	margin: auto;
	display: block;
}
header .inner {
	height: 150px;
}
header h1 {
	position: absolute;
	top: 0px;
	left: 20px;
}
header.fixed h1 {
	top: 10px;
}
header h1 a {
	display: block;
	width: 241px;
	height: 120px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	transition: 0s;
}
header.fixed h1 a {
}
#desc {
	background-color: #D9C7B2;
	background-color: rgba(255,255,255,0.5);
	height: 20px;
	line-height: 20px;
	padding-left: 40px;
}
#desc .inner {
	padding-left: 20px;
}
header nav {
	position: absolute;
	top: 45px;
	left: 300px;
}
header.fixed nav {
}
header nav ul {
	width: 650px;
}
nav ul li {
	float: left;
	margin-right: 10px;
}
nav li a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #F60;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav li#bt1 a {
	background-image: url(../images/nav.png);
	background-position: -5px top;
}
nav li#bt2 a {
	background-image: url(../images/nav.png);
	background-position: -135px top;
}
nav li#bt3 a {
	background-image: url(../images/nav.png);
	background-position: -265px top;
}
nav li#bt4 a {
	background-image: url(../images/nav.png);
	background-position: -395px top;
}
nav li#bt5 a {
	background-image: url(../images/nav.png);
	background-position: -525px top;
}
nav li#bt1 a:hover, .home nav li#bt1 a {
	background-position: -5px bottom;
}
nav li#bt2 a:hover, .about nav li#bt2 a {
	background-position: -135px bottom;
}
nav li#bt3 a:hover, .flow nav li#bt3 a {
	background-position: -265px bottom;
}
nav li#bt4 a:hover {
	background-position: -395px bottom;
}
nav li#bt5 a:hover {
	background-position: -525px bottom;
}
#sub_box h2 {
	margin: 10px 0 5px;
}
#topcomment {
	background-image: url(../images/ornament-9.png);
	background-repeat: no-repeat;
	background-position: left -12px;
	padding: 45px 50px 50px;
	font-size: 120%;
	line-height: 1.6;
	text-align: center;
	color: #3F260B;
}
/* #content */
#content {
	margin-top: 110px;
	padding-top: 40px;
}
.home #content {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}
#slider {
	margin-top: 150px!important;
}
.bx-wrapper {
	margin-bottom: 40px!important;
}
#main_box {
	width: 680px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}
#main_box #air {
	position: relative;
	width: 680px;
	height: 356px;
	background-image: url(../images/airblush.png);
}
#main_box #air p {
	position: absolute;
	top: 230px;
	left: 350px;
	line-height: 1.6;
	color: #5F4423;
	font-size: 110%;
}
#main_box article {
	margin-bottom: 10px;
}
#main_box #box1 {
	float: left;
	width: 370px;
}
#kodawari {
	position: relative;
	padding-top: 20px;
}
#kodawari h1 {
	position: absolute;
	background-image: url(../images/kodawari.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 110px;
	width: 370px;
	top: -10px;
}
#kodawari div {
	width: 260px;
	margin: 0px auto 10px;
	border: #F85404 solid 1px;
	border-top: none;
	background-color: #fff;
	padding: 30px 35px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#blogup, #news {
	position: relative;
	height: 165px;
}
#main_box #news {
	background-image: url(../images/titlenews.png), url(../images/newsback.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 360px 40px, left top;
	height: 250px;
	margin-bottom: -20px;
}
#blogup h1 {
	background-image: url(../images/blogtitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 164px;
	width: 96px;
	text-indent: -9999px;
	position: absolute;
	left: 50px;
}
#news h1 {
	text-indent: -9999px;
	background-image: url(../images/images/title_03.png);
	background-repeat: no-repeat;
	background-position: 20px top;
}
dl#feed {
	background-position: 180px 10px;
	padding: 10px 0px 10px 190px;
	height: 120px;
	overflow: auto;
}
dl#feed2 {
	padding: 5px 0px 10px 30px;
	height: 150px;
	overflow-y: auto;
}
dl#feed a:hover {
	color: #F60;
	text-decoration: underline;
}
dl#feed dt {
	float: left;
	width: 6em;
	clear: left;
}
dl#feed dd {
	margin-left: 7em;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 300px;
}
#main_box #box2 {
	float: right;
	width: 300px;
}
#sub_box {
	width: 234px;
	float: right;
	margin-bottom: 10px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	margin-right: 10px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
}
/*#page-top*/

#page-top {
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#page-top p:hover {
}
#move-page-top {
	background-image: url(../images/movetop.png);
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
/* footer */
footer {
	background-image: url(../images/headerback.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #fff;
	padding: 10px;
	height: 180px;
	text-align:right;
}
footer p{
	padding-right:150px;
}
footer small {
	font-size: 120%;
}
footer #chip {
	position: absolute;
	left: 30px;
	top: -40px;
	z-index: 2;
}
footer #bottle {
	position: absolute;
	left: -200px;
	top: -140px;
}
footer #otoiawase {
	width: 550px;
	height: 110px;
	padding: 10px 0 0;
	margin: 30px 0 10px 400px;
	text-align:center;
	background-color: #D9C7B2;
	background-color: rgba(255,255,255,0.40);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #960;
}
/* menu & price page */
#menulist {
	margin-left: 30px;
}
#menulist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#menulist li a {
	display: block;
	height: 30px;
	width: 290px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	border-radius: 5px;
	border: 1px solid #F8CBED;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(252,232,241,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(252,232,241,1.00) 100%);
	line-height: 30px;
}
#menulist li a:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(255,244,250,1.00) 0%, rgba(253,216,233,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,244,250,1.00) 0%, rgba(253,216,233,1.00) 100%);
}
section .service {
	margin: 20px 50px;
}
.service table {
	width: 490px;
}
.service table td {
	padding: 3px;
	text-align: right;
}
.service table th {
	padding: 3px;
}
.service p.image {
	float: right;
	width: 300px;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #ccc;
}
.service .remarks {
	margin-left: 10px;
}
.hosoku {
	color: #FF66CC;
	margin-bottom: 5px;
}
p.hosoku {
	text-align: center;
	font-size: 110%;
}
section .service.clearfix .desc {
	color: #886A39;
}
section .service.clearfix h1 {
	font-size: 150%;
	margin: 0 0 10px;
	background-image: url(../images/titleback.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content section .service.clearfix {
	background-color: rgba(255,255,255,0.81);
	padding: 20px;
	border-radius: 10px 30px 10px 10px;
	border: 1px solid #FCD7A3;
}
/*　contact
　*/
form #mailform {
	width: 100%;
}
form #mailform th {
	width: 150px;
	padding: 5px;
	text-align: right;
}
form #mailform td {
	padding: 5px;
	text-align: left;
}
table tr.odd {
	background-color: rgba(255,235,223,0.6);
}
#wrapper.nailform {
	padding: 0 0 20px;
}
#gmap {
	margin: 20px 0;
}
.privercy p {
	margin: 10px 0;
}
.privercy dl dt {
	font-weight: bold;
	margin: 5px 0;
}
.privercy dl dd {
	margin-left: 15px;
	margin-bottom: 15px;
}
#mailform2 td {
	text-align: left;
}
/* concept */
#concepttext p {
	margin: 20px;
	line-height: 2em;
}
#mailform tr .title {
	text-align: left;
	font-weight: bold;
}
#cont2 p #owner {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D5CBB1;
	float: left;
}
section #cont2 .message {
	float: left;
	margin: 15px;
	line-height: 1.5;
	width: 500px;
}
section #cont2 .message p {
	margin-bottom: 15px;
}
#gallery .service a img {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
	margin: 10px 20px;
}
section #main_box #blogup {
	background-image: url(../images/blogback.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
s #content section #concepttext {
	background-image: url(../concept/images/nailimage.jpg);
	background-repeat: no-repeat;
	background-position: 500px 70px;
}
.linktext a {
	text-decoration: underline;
}
#blogup #blogtitle {
	background-image: url(../images/images/title_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 494px;
	height: 19px;
	float: right;
}

/*休業*/
p#kyugyo{
	font-weight:bold;
	color:#ff69b4;
	margin-left:60px;
}
