@charset "UTF-8";
/*CSSをリセットする*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { border: 0px; }
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,img{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight:normal;
    }
article, aside, figure, footer, header, nav, section {
display: block;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a{
 	color: #003232;
    text-decoration: none;
    }
    
a:hover{
    color: #555555;
    }

a:focus{
    outline: none;
    }
    
    
/*全体の調整*/
body {
    font-family: mplus-1p-light;
	*font-family:'Lucida Grande',
 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 	Meiryo,'メイリオ',sans-serif;
   font-size: normal;
    *font-size: small;
	-webkit-text-size-adjust: none;
	color: #333333;
	*color: #000000;
	background-color: #333333;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
a{
	outline: 0;
}
html{
  height: 100%;
}
header,
nav,
h2,
p{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.font-1{
	font-family: 'Montserrat', sans-serif;
}
div#backbox{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #ffffff;
}
h1 img{
	width: 920px;
	margin-top: 30px;
}
h2{
	width: 1200px;
	margin-top: 30px;
	background-color: #dfd8d4;
}
h2 img{
	width: 1200px;
	margin-bottom: 0px;
}
div#concept{
	width: 1140px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
	line-height: 2.5em;
	background-color: #dfd8d4;
}
div#concept p{
	width: 600px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	border: solid 3px #beb2aa;
	border: solid 3px #999999;
	color: #444444;
	text-align: left;
}
nav{
	width: 600px;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
nav ul#g-navi li{
	display: inline;
	font-size: x-large;
	*font-size: large;
	padding-right: 50px;
	padding-left: 50px;
	color: #003232;
}
p#price{
	clear: both;
	width: 760px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 10px;
	font-size: x-large;
	*font-size: large;
	border: solid 1px #666666;
}
span.link_cutplan{
	font-size: small;
	*font-size: x-small;
}
div#telbox{
	width: 760px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 10px;
	border: solid 1px #666666;
}
p#tel{
	font-size: x-large;
	*font-size: large;
}
p#open{
	font-size: small;
	*font-size: x-small;
}
p#address{
	color: #666666;
	font-size: small;
	*font-size: x-small;
}
p#copyright{
	height: 30px;
	font-size: large;
	*font-size: normal;
	color: #1a274d;
	padding-bottom: 120px;
	background: url(/images/footer_line.gif) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
