@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg/bg.jpg);
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 62.5%;
	color: #3d3631;
}

a{
	color: #00a66e;
	text-decoration: none;
	outline: none;
	line-height: normal;
}

a:hover{
	color: #008060;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
/*	width: auto;
*/
	margin: 0;
	border: none;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	background: url(../images/bg/h2.jpg);
	margin: 40px 0 20px;
	padding: 7px 15px;
	border-radius: 4px;
	color: #513929;
	font-size: 1.5em;
}

h3 {
	margin: 20px 10px 10px;
	padding-left: 6px;
	border-left: solid 9px #8c674d;
	font-size: 1.15em;
}

p, ul, li, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

li {
	/display: inline;
	/zoom: 1;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ed301f;
}


#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-size: 1.4em;
}

#header {
	background: url(../images/bg/header.jpg);
	padding: 10px 0;
}

#content h2:first-child {
	margin-top: 25px;
}

#content p, #content ul, #content dl {
	margin: 10px;
}

#content li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#content ul li:before {
	content: "◆";
	padding-right: 0.2em;
	color: #8c674d;
}

#content ul.supplement li:before {
	content: "※";
	color: #3d3631;
}

#content dl {
	border: solid 2px #d9b98d;
	border-radius: 8px;
}

#content dt {
	padding: 3px 5px 1px;
	border-top: solid 2px #d9b98d;
	clear: both;
	float: left;
}

#content dd {
	padding: 3px 5px 1px;
	border-top: solid 2px #d9b98d;
	border-left: dotted 2px #d9b98d;
}

#content dl dt:first-child, #content dl dt:first-child + dd {
	border-top: none;
}

#content .fee dt {
	border-top-width: 1px;
}

#content .fee dt:nth-last-child(2) {
	border-top-width: 2px;
}

#content .fee dd {
	border-top-width: 1px;
}

#content .fee dd:last-child {
	border-top-width: 2px;
}

#inquiry {
	background: #f27029;
	box-sizing: border-box;
	border: solid 2px #f27029;
	border-radius: 6px;
	text-align: center;
}

#inquiry dt {
	padding: 3px;
	color: #fff;
}

#inquiry dd{
	background: #fff;
	padding: 0 10px 0 7px;
	font-size: 1.5em;
}

#footer {
	width: 100%;
	margin: 10px auto;
	bottom: 0;
	text-align: center;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}



#appform dt {
	width: 185px;
}

#appform dd {
	margin-left: 195px;
}

#appform dt span, #appform dd span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#appform dt span {
	padding: 0 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8em;
	float: right;
}

#appform dd span {
	font-size: 0.9em;
}

.required {
	background: #ed301f;
}

.arbitrary {
	background: #bf9e7c;
}
input[type="text"], textarea, input[type="submit"] {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #3d3631;
}

input[type="text"], textarea {
	margin-bottom: 2px;
	padding: 1px 6px;
	font-size: 1.15em;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #e5cb95;
	box-shadow: inset 0 2px 5px -1px rgba(204, 204, 204, 0.3);
	-moz-box-shadow: inset 0 2px 5px -1px rgba(204, 204, 204, 0.3);
	-webkit-box-shadow: inset 0 2px 5px -1px rgba(204, 204, 204, 0.3);
	border-radius: 2px;
	behavior: url(js/PIE.htc);
}

input[type="text"]:focus, textarea:focus {
	border: 1px solid #f27029;
}

textarea {
	width: 100%;
	height: 150px;
}

label {
	padding-right: 10px;
}

input[type="submit"] {
	background: #d9b98d;
	margin: 0 auto;
	padding: 6px 40px;
	font-size: 1.1em;
	display: block;
	border: none;
	cursor: pointer;
	border-radius: 2px;
}

input[type="submit"]:hover {
	background: #ccac85;
}

.p-region, .box_mail {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.box_name {
		width: 350px;
	}

	.box_tel {
		width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.box_name, .box_tel {
		width: 100%;
	}
}






@media screen and (min-width: 768px) {
	h1 {
		padding-left: 6px;
	}

	#header {
		padding-bottom: 8px;
		border-bottom: solid 2px #e5cb95;
		box-shadow: 0 -10px 10px -15px #3c3326 inset;
	}

	#header > div {
		position: relative;
	}

	#header > div, #main {
		width: 1000px;
		margin: 0 auto;
	}

	#header p {
		top: 0;
/*		right: 0; */
		left: 130px;
		position: absolute;
	}

	#content, .img_left, #inquiry dt {
		float: left;
	}

	#content {
		width: 750px;
	}

	.img_left {
		margin: 0 20px 0 10px;
	}

	.img_abs {
		position: absolute;
	}

	#inquiry {
		top: -8px;
		right: 0;
		position: absolute;
	}

	#inquiry dt {
		width: 230px;
		margin-top: 3px;
	}

	#inquiry dd {
		font-weight: bold;
		margin-left: 240px;
		border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		width: 102px;
		margin: 0 auto 10px;
	}

	#header, #main, #content {
		width: 100%;
	}

	#header {
		padding-bottom: 0;
	}

	#header p {
		display: none;
	}

	.img_left, .img_abs {
		width: 100%;
		margin: 0 auto 15px;
		display: block;
	}

	#inquiry {
		margin: 5px auto;
	}

	#inquiry dd {
		border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
	}
}

/* メニュー */

#menu {
	text-align: center;
}

#menu div, #menu li {
	background: url(../images/bg/bg_dark.jpg);
	height: 70px;
	position: relative;
}

#menu div {
	font-size: 1.25em;
	display: none;
}

#menu li {
	font-size: 1.25em;
	display: table;
}

#menu li:hover {
	background: url(../images/bg/bg.jpg);
}

#menu a{
	vertical-align: middle;
	color: #513929;
	font-weight: bold;
	display: table-cell;
}

#menu ul a:hover{
	color: #f27029;
}

#submenu {
	box-sizing: border-box;
	border: solid 2px #d9b98d;
	border-radius: 8px;
}

#submenu dt, #submenu dd a {
	padding: 10px 15px;
}

#submenu dt {
	background: url(../images/bg/bg_dark.jpg);
	border-bottom: solid 2px #d9b98d;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	color: #915134;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#submenu dd {
	background: url(../images/bg/bg_light.jpg);
	border-bottom: dotted 2px #d9b98d;
}

#submenu dd:last-child {
	border: none;
}

#submenu dd:hover {
	background: url(../images/bg/bg.jpg);
}

#submenu dd:last-child, #submenu dd:last-child:hover {
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

#submenu a {
	display: block;
}

@media screen and (min-width: 768px) {
	#menu {
		width: 100%;
		max-width: 875px;
		left: 125px;
		bottom: -10px;
		position: absolute;
	}

	#menu li {
		width: 16.1%;
		margin-left: 0.5%;
		box-sizing: border-box;
		border: solid 2px #bf9e7c;
		border-top-color: #d9b98d;
		border-bottom-color: #d9b98d;
		border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		box-shadow: 0 -10px 10px -15px #3c3326 inset;
		float: left;
	}

	#menu li:hover, li#here {
		border: solid 2px #d9b98d;
		border-top-color: #e5cb95;
		border-bottom: none;
		box-shadow: -3px -1px 5px -6px #3c3326, 3px -1px 5px -6px #3c3326;
	}

	#menu li a {
		padding-top: 2px;
	}

	#menu li:hover a, li#here a {
		padding-top: 0;
	}

	li#here {
		background: url(../images/bg/bg.jpg);
	}

	li#here a {
		color: #f27029;
	}

	#submenu {
		width: 230px;
		margin: 25px 0 0 20px;
		float: left;
	}

	#submenu span {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#menu div, #menu li, #submenu {
		width: 100%;
	}

	#menu div {
		box-sizing: border-box;
		border-top: solid 2px #bf9e7c;
		border-bottom: solid 2px #d9b98d;
		box-shadow: 0 -10px 10px -15px #3c3326 inset;
		display: table;
	}

	#menu ul {
		display: none;
	}

	#menu li {
		border-bottom: dotted 2px #bf9e7c;
	}

	#menu li:last-child {
		border-bottom: solid 2px #d9b98d;
		box-shadow: 0 -10px 10px -15px #3c3326 inset;
	}
}