@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg01.jpg);
	font-family:font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

/***********************■wrapper■***********************/

#wrapper {
	position: relative;
}

/***********************■header■***********************/

header {
	background-image: url(../images/bg_header03.png);
	background-repeat: no-repeat;
	background-position: top;
	background-position: left;
	width: 277px;
	height: 215px;
	position: fixed;
    top: 0px;
    left: 0px;  

}

h1 {
	float: left;
	margin: 10px 15px 10px 25px;
}

nav {
	margin-top: 9px;
	float: left;
}

nav li {
	margin-bottom: 10px;
	font-size: 16px;
	color: #2b2825;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav ul li:hover {
	transform: scale;
    -webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
}

nav  li a:hover {
	color: #fff;
}

nav li:last-child {
	margin-bottom: 0;
}

nav li a{
	text-decoration: none;
	color: #2b2825;
}

nav span {
	font-size: 22px;
	font-weight: bold;
	color: #d2d0d0;
}

nav li:first-child span {
	color: #cf1e6d;
}

nav li:nth-child(2) span {
	color: #26bcc9;
}

nav li:nth-child(3) span {
	color: #ccce0a;
}

nav li:last-child span {
	color: #d2d0d0;
}

#sns_link li {
	margin-right: 8px;
	display: inline;
}

#sns_link {
	clear: left;
	margin: 10px 0  0 30px;
}

header img:hover {
	opacity: 0.5;
}

/***********************■main■***********************/

#main {
	min-width: 960px;
	margin: 0 auto;
	text-align: center;
}

article {
	margin: 0 auto;
	width: 800px;
}

.space {
	height: 100px;
	margin-top: 100px;
}

.space:first-child {
	margin-top: 0;
}


h3 {
	width: 700px;
	margin: 0 auto;
	border-bottom: 2px solid #2b2825;
	padding-bottom: 2px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #2b2825;
}

h2 {
	margin-bottom: 52px;
}

section {
	color: #2b2825;
	font-size: 14px;
	text-align: center;
}

.text {
	width: 640px;
	margin: 40px auto 0 auto;
	text-align: left;
}

#main_logo {
	margin-bottom: 100px;
	}


/***********************■About■***********************/

#about_t {
	line-height: 40px;
}

h3.prof {
	width: 300px;
	border: none;
	text-align: center;
	margin-bottom: 20px;
	}

#prof_title {
	border: dotted 1px #000;
	padding: 25px;
	width: 400px;
	margin: 50px auto 0 auto;
	text-align: left;
	line-height:20px;
	}

#prof_title dl{
	overflow:hidden;
	margin-left:20px;
	}

#prof_title dt{
	width:200px;
	float:left;
	}

#prof_title dd{
	}


/***********************■Blog■***********************/

#blog_title {
	margin-bottom: 50px;
}

/***********************■Contact■***********************/

tbody{
	line-height:30px;
	}

tbody th{
	}
	
form div{
	background:none;
	}

#Annotation {
	text-align: left;
	width: 500px;
	margin: 40px auto 40px;
}

#adressarea {
	float: left;
	overflow: hidden;
	margin: 0 20px 0 30px;
}

span {
	color:red;
}

p.text_form {
	padding-left: 1em;
	text-indent: -0.5em;
}

.C_item {
	margin-bottom: 8px;
}

div.cf {
	text-align: left;
	width: 600px;
	margin: 0px auto 20px;
}

#message_btn {
	clear: left;
	text-align: center;
	margin-top: 20px;
}

#rental a {
	font-size: 9px;
	color: #d7cc35;
}

input, field_2910157, textarea {
	background-color: #ccce0a;
	border: #1f8c90 1px dotted;
}


/***********************■Design■***********************/

.design_c {
	margin-top: 90px;
}

#g_2 {
	height:256px;
	}

.gallery {
	min-height: 123px;
	/*height: auto !important;*/
	height: 123px;
	width: 410px;
	margin: 20px auto 0;
	font-size:0;
}

.gallery:nth-child(2) {
	margin-top: 50px;
}

.gallery:last-child {
	margin-bottom: 50px;
}

.gallery img {
	border-radius: 9px;
}

/*gallery caption*/

figure {
	position: relative;
	overflow: hidden;
	width: 123px;
	height: 123px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


figure:last-child {
	margin-right: 0;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
figure:hover figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
	border-radius: 9px;
}

h4 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 20px auto 10px;
	font-weight: bold;
}

figure p {
	color: #fff;
	margin: 0 10px 10px;
	font-size: 12px;
	text-align: left;
}

.inline {
	display:inline;
	font-size: 1rem;
	}



/***********************■footer■***********************/

footer {
/*	background-color: #1f8c90;*/
	background-image: url(../images/gb_footer.png);
	height: 658px;
	min-width: 960px;
	color: #fff;
	font-size: 12px;
}

#copy {
	margin: 0 auto;
	width: 200px;
	height: 658px;
	text-align: center;
	line-height: 658px;
	}
