@charset "utf-8";


/* tag
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	background:#fff;
	-webkit-text-size-adjust:100%; 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align:top;
}

li {
	list-style:none;
}


/* clearfix
-------------------------------------------------------*/

.clearfix { width:100%; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}


/* container
-------------------------------------------------------*/

div#container {
	width:640px;
	overflow:hidden;
}


/* header
-------------------------------------------------------*/

div#container > header {
	white-space:nowrap;
	width:640px;
	height:85px;
	border-top:5px #6A3906 solid;
	position:relative;
}

div#container > header h1 {
	position:absolute;
	left:10px;
	top:25px;
}

div#container > header p.tel {
	position:absolute;
	left:397px;
	top:22px;
}

div#container > header p.tel a {
	color:#a94d28;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
}


/* copy
-------------------------------------------------------*/

p#copy {
	color:#fff;
	font-size:36px;
	text-align:center;
	width:640px;
	height:258px;
	background:url(../img/bg_copy.jpg) 0 0 no-repeat;
	display:table-cell;
	vertical-align:middle;
}


/* mainimg
-------------------------------------------------------*/

p#mainimg {
	border-bottom:2px #FBD397 solid;
}


/* main
-------------------------------------------------------*/

div#main {
	width:640px;
}


/* globalNav
-------------------------------------------------------*/

nav#globalNav {
	width:640px;
	height:200px;
	background:url(../img/bg_globalNav.png) 0 0 no-repeat;
	overflow:hidden;
}

nav#globalNav {
	width:622px;
	height:178px;
	padding:22px 0 0 18px;
	background:url(../img/bg_globalNav.png) 0 0 no-repeat;
	overflow:hidden;
}

nav#globalNav ul {
	width:640px;
}

nav#globalNav ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

nav#globalNav ul li {
	width:190px;
	margin:0 15px 11px 0;
	background:#fff;
	border-radius:5px;
	border-bottom:4px #7C401E solid;
	float:left;
}

nav#globalNav ul li a {
	color:#6a3906;
	font-size:30px;
	text-align:center;
	text-decoration:none;
	width:190px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
}


/* main
-------------------------------------------------------*/

div#main {
}


/* message
-------------------------------------------------------*/

section#message {
	padding:40px 50px;
}

section#message > header {
	margin:0 0 36px;
}

section#message > header h2 {
	padding:0 0 16px;
	border-bottom:2px #EFCD9A solid;
}

section#message p {
	font-size:24px;
	line-height:1.75;
	margin:0 0 26px;
}

section#message p.name {
	text-align:right;
	margin:36px 24px 0 0;
}

section#message p.pic {
	width:182px;
	margin:0 0 0 10px;
	float:right;
}


/* service
-------------------------------------------------------*/

section#service {
	padding:0 0 45px;
	background:url(../img/bg_service.png) top repeat-y;
	border-top:2px #EFCD9A solid;
	border-bottom:2px #EFCD9A solid;
}

section#service > header {
	text-align:center;
	margin:0 0 38px;
	padding:45px 0 0;
}

section#service > header h2 {
	width:380px;
	margin:0 auto 38px;
	padding:0 0 16px;
	border-bottom:2px #EFCD9A solid;
}

section#service section.block {
	width:570px;
	margin:0 auto 32px;
	border:3px #EBBF7E solid;
	border-radius:10px;
	overflow:hidden;
}

section#service section.block h3 {
	font-size:30px;
	padding:15px 0 12px 76px;
	border-bottom:2px #EBBF7E solid;
}

section#service section.block_01 h3 {
	background:#FEF2E5 url(../img/h_service_01.png) 31px 20px no-repeat;
}

section#service section.block_02 h3 {
	background:#FEF2E5 url(../img/h_service_02.png) 31px 20px no-repeat;
}

section#service section.block_03 h3 {
	background:#FEF2E5 url(../img/h_service_03.png) 31px 20px no-repeat;
}

section#service section.block_04 h3 {
	background:#FEF2E5 url(../img/h_service_04.png) 31px 20px no-repeat;
}

section#service section.block ul {
	background:#fff;
	border-top:1px #EBBF7E solid;
}

section#service section.block ul li {
	font-size:30px;
	padding:4px 30px;
	border-top:1px #EBBF7E solid;
}

section#service section.block_05 {
	margin:0 31px;
	padding:0 0 30px;
	background:url(../img/bg_service_05.png) bottom no-repeat;
}

section#service section.block_05 > div{
	padding:35px 0;
	background:#534335;
	border:5px #EBBF7E solid;
	border-bottom:none;
}

section#service section.block_05 h3 {
	margin:0 0 36px 28px;
}

section#service section.block_05 ul {
	margin:0 30px;
}

section#service section.block_05 ul li {
	color:#eee;
	font-size:30px;
	line-height:1.13;
	margin:0 0 33px;
	padding:0 0 0 34px;
	background:url(../img/icon_serviceh_05.png) 1px 8px no-repeat;
}

section#service section.block_05 ul li:last-child {
	margin:0;
}

section#service section.block_05 ul li span {
	color:#fff45c;
}

section#service section.block_05 ul li strong {
	color:#ffc3ff;
	font-weight:normal;
}


/* strong
-------------------------------------------------------*/

section#strong {
	font-size:24px;
	line-height:1.75;;
}

section#strong > header {
	margin:0 0 42px;
	padding:53px 50px 0 40px;
}

section#strong > header h2 {
	width:290px;
	margin:0 0 33px;
	padding:0 0 16px;
	border-bottom:2px #EFCD9A solid;
}

section#strong section.block {
	padding:0 0 36px;
	border-top:2px #EAEAEA solid;
	position:relative;
}

section#strong section.block h3 {
	margin:0 0 23px;
}

section#strong section.block_02 h3 {
	text-align:right;
}

section#strong section.block p.txt {
	margin:0 40px;
}


/* works
-------------------------------------------------------*/

section#works {
	padding:0 0 23px;
	background:#A7764B url(../img/bg_works.png) top no-repeat;
	border-top:2px #EAEAEA solid;
}

section#works > header {
	padding:40px 0 32px 40px;
}

section#works > header h2 {
	width:270px;
	padding:0 0 3px;
	border-bottom:2px #EFCD9A solid;
}

section#works section.block {
	margin:0 16px 29px;
	padding:0 0 23px;
	background:#FEF9F4;
}

section#works section.block > header {
	margin:0 0 25px;
	padding:22px 40px 29px;
	background:#F5EDE7;
}

section#works section.block > header h3 {
	font-size:24px;
	margin:0 0 7px;
}

section#works section.block > header dl {
	font-size:16px;
}

section#works section.block > header dl dt {
	color:#fff;
	margin:0 1px 0 0;
	padding:0 5px;
	background:#BD9470;
	display:inline;
}

section#works section.block > header dl dd {
	margin:0 14px 0 0;
	display:inline;
}

section#works section.block p.pic {
	text-align:center;
	margin:0 0 25px;
}
section#works section.block p.txt {
	font-size:24px;
	line-height:1.75;
	margin:0 25px;
}


/* pictures
-------------------------------------------------------*/

section#pictures {
	padding:0;
	background:url(../img/bg_pictures.png) top repeat-y;
	border-top:2px #EFCD9A solid;
	border-bottom:2px #EFCD9A solid;
}

section#pictures > header {
	text-align:center;
	padding:40px 0 16px;
}

section#pictures > header h2 {
	width:270px;
	margin:0 auto 23px;
	padding:0 0 23px;
	border-bottom:2px #A06836 solid;
}

section#pictures > div {
	width:640px;
	margin:0 0 0 16px;
}

section#pictures > div:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

section#pictures section.block {
	color:#6a3906;
	width:300px;
	margin:0 9px 25px 0;
	padding:16px 0 12px;
	background:#fff;
	float:left;
}

section#pictures section.block h3 {
	font-size:30px;
	text-align:center;
	margin:0 0 15px;
}

section#pictures section.block p.pic {
	text-align:center;
	margin:0 0 15px;
}

section#pictures section.block p.txt {
	font-size:24px;
	line-height:1.75;
	margin:0 10px;
}


/* profile
-------------------------------------------------------*/

section#profile {
	padding:0 0 35px;
}

section#profile > header {
	margin:0 0 50px;
	padding:40px 0 0;
}

section#profile > header h2 {
	width:270px;
	margin:0 0 0 40px;
	padding:0 0 13px;
	border-bottom:2px #efcd9a solid;
}

section#profile section.block {
	margin:0 0 36px;
}

section#profile h3 {
	color:#6a3906;
	font-weight:bold;
	margin:0 0 15px 40px;
	padding:0 0 0 10px;
	border-left:6px #6A3906 solid;
}

section#profile section.about,
section#profile section.credit {
	font-size:24px;
}

section#profile section.business {
	font-size:20px;
}

section#profile section.block h3 {
	font-size:18px;
	margin:0 0 21px 40px;
}

section#profile section.about dl,
section#profile section.business dl {
	margin:0 40px;
}

section#profile section.about dt,
section#profile section.business dt {
	margin:0 0 0 9px;
}

section#profile section.about dd {
	margin:-1.8em 0 0.2em;
	padding:0.2em 0 0.2em 7.5em;
	border-bottom:2px #a0a0a0 dotted;
}

section#profile section.about dd a {
	color:#000;
	text-decoration:none;
}

section#profile section.credit ul {
	margin:0 40px;
}

section#profile section.credit li {
	list-style:disc inside;
	margin:0 0 0.5em;
	padding:0 0 0.5em 15px;
	border-bottom:2px #a0a0a0 dotted;
}

section#profile section.business dd {
	margin:-1.8em 0 0.3em;
	padding:0.3em 0 0.3em 10.5em;
	border-bottom:2px #a0a0a0 dotted;
}

section#profile section.business dd li {
	display:inline-block;
}

section#profile section.business dd li:after {
	content:" /";
}

section#profile section.business dd li:last-child:after {
	content:"";
}

section#profile section.area {
}

section#profile section.area p {
	font-size:22px;
	line-height:1.58;
	margin:0 0 15px 40px;
}

section#profile section.area p.pic {
	text-align:center;
	margin:0 0 35px;
}

section#profile section.area iframe {
	width:640px;
	height:440px;
	margin:0 0 10px;
	border-top:1px #CFCFCC solid;
	border-bottom:1px #CFCFCC solid;
}

section#profile section.area dl {
	font-size:24px;
	margin:0 30px 5px;
}

section#profile section.area dl dt {
	color:#fff;
	width:4em;
	margin:0 5px 0 0;
	padding:0 5px;
	background:#BD9470;
}

section#profile section.area dl dd {
	margin:-1.5em 20px 0 5em;
}


/* contact
-------------------------------------------------------*/

section#contact {
	padding:0 0 38px;
	background:#FAF8EF;
}

section#contact > header {
	color:#fff;
	font-size:24px;
	line-height:1.58;
	text-align:center;
	margin:0 0 34px;
	padding:30px 40px 32px;
	background:url(../img/bg_contact.png) 0 0 repeat-y;
}

section#contact > header h2 {
	width:200px;
	margin:0 auto 30px;
	padding:0 0 13px;
	border-bottom:2px #ECDAC9 solid;
}

section#contact p.intro {
	font-size:20px;
	text-align:center;
	line-height:1.75;
}

section#contact p.tel {
	color:#a94d28;
	font-size:20px;
	text-align:center;
	margin:0 0 24px;
}

section#contact p.tel a {
	color:#a94d28;
	text-decoration:none;
}

section#contact form {
}

section#contact form h3 {
	margin:0 0 50px;
}

section#contact form dl {
	font-size:20px;
	margin:0 18px 20px;
}

section#contact form dl dt span {
	color:#fff;
	font-size:18px;
	margin:0 0 0 10px;
	padding:0 7px;
	background:#A94D28;
	border-radius:5px;
}

section#contact form dl dd {
	margin:-1.75em 0 0.75em;
	padding:0 0 0.5em 198px;
	border-bottom:2px #9D9C96 dotted;
}

section#contact form dl dd:last-child {
	border:none;
}

section#contact form input[type="text"] {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:390px;
	padding:0.5em;
}

section#contact form textarea {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:390px;
	height:90px;
	margin:0.2em 0 0;
	padding:0.5em;
}

section#contact form p.btn {
	text-align:center;
}

section#contact form p.btn button {
	margin:0 10px;
	background:none;
	border:none;
	cursor:pointer;
}

section#contact form p.btn button:hover {
	opacity:0.80;
}


/* footer
-------------------------------------------------------*/

footer {
	text-align:center;
	padding:25px 0 0;
	background:url(../img/bg_footer.png) center top no-repeat;
}

footer address {
	color:#fff;
	font-size:20px;
	font-style:normal;
	margin:0 0 32px
}

footer p {
	color:#fff;
	font-size:18px;
	padding:23px 0 28px;
	background:#6A3906;
}

footer p a {
	color:#ffeaa9;
	font-size:30px;
	text-decoration:none;
}