@charset 'UTF-8';



/*===========================
kaigo_pattern_a
basic
===========================*/




/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}



/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

/* hr 要素は不可視で使う */
hr {
	display: none;
}


body {
	font-size:14px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	background-color:#FFFFFF;
}


ul, ol, li, dl {
	list-style:none;
	padding: 0;
	margin: 0;
}

img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}
.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}


hr {
	display:none;
}


#gmenu{
    display: none;
	text-indent:-9999px;
	height:0;
  }




a, a:link, a:visited {
	color:#0a75b9;
	text-decoration:underline;
	outline-style:none;
	text-decoration:underline;
}
a:hover, a:active {
	color:#0a75b9;
	text-decoration:underline;
}


/*===========================
common
container
===========================*/


#container {
	width:100%;
	min-height:100%;
	background-image:url(../img/common/line_header.gif);
	background-repeat:repeat-x;
	background-position:0 152px;
}


*html #container {
	height:100%;
}


/*===========================
main_cut
===========================*/


#mainCut {
	width:100%;
	height:647px;
	background-position:center top;
	background-repeat:no-repeat;
}


#mainCut div {
	width:1236px;
	margin:0 auto;
	height:647px;
}


/*===========================
header
===========================*/


#header {
	width:100%;
	height:86px;
	background-image:url(../img/common/bg_nav.png);
	background-position:0 0;
	background-repeat:repeat-x;
	margin-top:-86px; }


#header .gnav {
  width: 1236px;
  margin: 0 auto;
  padding: 0;
}


#header .gnav ul {
	float:left;
	width:996px;
	height:86px;
}

#header .inq {
	float:right;
	width:230px;
	height:66px;
	padding:10px 5px 10px 5px;
	background-image:url(../img/common/bg_tel.png);
	background-repeat:repeat-x;
}

#header .inq .number {
	padding:0 0 0 34px;
	background-image:url(../img/common/icn_tel.png);
	background-position:5px 0;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:178%;
	color:#FFF;
	letter-spacing:-0.5px;
	margin-bottom:12px;
	text-shadow:0 0 1px rgba(255,255,255,0.6);
}

#header .inq .btn {
}

#header .gnav ul li {
	height:86px;
	float:left;
	border-right:1px solid #fcf8f1;
	background-position:left bottom;
	background-repeat:repeat-x;
	text-shadow:0 0 1px rgba(178,136,96,0.8);
	
}

#header .gnav ul li a {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	height:86px;
	line-height:86px;
	text-align:center;
	font-size:112%;
	text-decoration:none;
	color:#8a6346;
}

#header .gnav ul li a:hover {
	background-color:rgba(255,255,255,0.3);
}

#header .gnav ul .nav1 {
	border-left:1px solid #fcf8f1;
	background-image:url(../img/common/bgcolor_nav1.png);
}

#header .gnav ul .nav2 {
	background-image:url(../img/common/bgcolor_nav2.png);
}

#header .gnav ul .nav3 {
	background-image:url(../img/common/bgcolor_nav3.png);
}

#header .gnav ul .nav4 {
	background-image:url(../img/common/bgcolor_nav4.png);
}

#header .gnav ul .nav_add1 {
	background-image:url(../img/common/bgcolor_nav5.png);
}

#header .gnav ul .nav_add2 {
	background-image:url(../img/common/bgcolor_nav6.png);
}

#header .gnav ul .nav_acc {
	background-image:url(../img/common/bgcolor_nav7.png);
}



#header .gnav .navi7 li {
	width:14.05%;
}

#header .gnav .navi6 li {
	width:16.43%;
}

#header .gnav .navi5 li {
	width:19.76%;
}





.fixed{
  position: fixed;
  top: 86px;
  left: 0px;
  z-index: 9999;
}




/*===========================
main_area
===========================*/

.content_inner {
	width:1236px;
	margin:0 auto;
	padding:35px 0 35px 0;
}


.text {
	margin:0 0 1em 0;
}

.text2 {
	margin:0 0 2em 0;
}



/*===========================
footer
===========================*/

#footer {
	min-height:122px;
	background-image:url(../img/common/bg_footer.gif);
	background-repeat:repeat-x;
	background-color:#f2eee8;
	padding-top:30px;
	clear:both;
}

#footer .copyright {
	text-align:center;
	color:#8a7656;
	font-size:92%;
}


/*===========================
other
===========================*/

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

/* Hides from IE Mac &yen;*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */


.txtL {
	font-size:130%;
	font-weight:bold;
}

.txtML {
	font-size:110%;
	font-weight:bold;
}



/* 「※」付きなど用の文字インデント */

#content .ex {
padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:0.2em;
	font-size:88%;
	line-height:1.3em;
}

#content .ex span {
	color:#FF0000;
}

#anchor1, #anchor2, #anchor3,
#anchor4, #anchor_add1, #anchor_add2,
#anchor_acc, #anchor_inq {
	position:absolute;
	left:0;
	top:-86px;
}

#totop2 {
    position: fixed;
    bottom: 80px;
    right: 10px;
}



/*===========================
kaigo_pattern_a
content_area
===========================*/




#content h1 {
	background-repeat:no-repeat;
	background-position:0 0;
	clear:both;
	width:1213px;
	height:82px;
	line-height:82px;
	margin-bottom:30px;
	padding:0 0 0 23px;
	color:#FFF;
	font-size:210%;
	text-shadow:0 0 1px rgba(255,255,255,0.6);
}

#content h2 {
	background-position:0 0;
	background-repeat:no-repeat;
	padding:5px 0 5px 35px;
	font-size:135%;
	line-height:1.3em;
	margin-bottom:30px;
}

#content h3 {
	font-size:120%;
	color:#885217;
	margin-bottom:20px;
}

#content h4 {
	font-size:104%;
	font-weight:bold;
	padding:7px 5px 5px 8px;
	background-color:#e8e2d3;
	width:580px;
	margin-bottom:22px;
}



article#add1.bg_even {
background:#eff5fa;}

article#add1.bg_odd {
background:#FFF;}

article#add2.bg_even {
background:#eaf7f8;}

article#add2.bg_odd {
background:#fff;}

article#acc.bg_even {
background:#f8f9ec;}

article#acc.bg_odd {
background:#fff;}



/*===========================
content1
===========================*/

#content #content1 h1 {
	background-image:url(../img/common/content1/bg_h1.gif);
}

#content #content1 h2 {
	background-image:url(../img/common/content1/bg_h2.png);
	clear:both;
}

#content1 {
	width:100%;
	background-color:#fbf6e9;
	position:relative;
}


#content1 .data_a {
	float:left;
	padding:0 28px 0 4px;
	width:585px;
	border-right:2px solid #e8e2d3;
	margin-bottom:30px;
}

#content1 .data_a table {
	margin:0 0 0 0;
}



#content1 .data_a table tr { 
}

#content1 .data_a table th { 
	padding:8px 30px 8px 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	
}

#content1 .data_a .gallery p {
	width:194px;
	height:194px;
	margin:0 1px 1px 0;
	float:left;
	background:#e8e2d3;
}

#content1 .data_a table td {
	padding:8px 0 8px 0;
	font-weight:normal;
}

#content1 .data_b {
	float:right;
	width:590px;
	margin-bottom:30px;
}

#content1 .data_b ul {
	padding:0 4px;
}


/*===========================
content2
===========================*/

#content #content2 h1 {
	background-image:url(../img/common/content2/bg_h1.gif);
}

#content #content2 h2 {
	background-image:url(../img/common/content2/bg_h2.png);
}

#content2 {
	width:100%;
	background-color:#fff;
	position:relative;
}

#content2 .data_a {
	width:582px;
	float:left;
}

#content2 .data_b {
	float:right;
}


#content2 dl {
}

#content2 dl dt {
	background-image: url(../img/common/content2/bg_dt.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-size:125%;
}

#content2 dl dd {
	margin-bottom:26px;
}

#content2 dl dt .time {
	display:block;
	background-image:url(../img/common/content2/icn_dt.png);
	background-repeat:no-repeat;
	background-position:4px 0;
	padding:0 0 0 40px;
	width:100px;
	float:left;
}

/*===========================
content3
===========================*/

#content #content3 h1 {
	background-image:url(../img/common/content3/bg_h1.gif);
}

#content #content3 h2 {
	background-image:url(../img/common/content3/bg_h2.png);
}

#content3 {
	width:100%;
	background-color:#FFF;
	position:relative;
}

#content3 .data_a {
	width:586px;
	float:left;
	background-color:#faf6f7;
	padding:7px;
	margin-bottom:30px;
}

#content3 .data_b {
	width:586px;
	float:right;
	background-color:#faf6f7;
	padding:7px;
	margin-bottom:30px;
}

#content3 h3 {
	background-image:url(../img/common/content3/bg_h3.png);
	background-color:#fcc3ca;
	background-repeat:no-repeat;
	background-position:0 10px;
	padding:10px 5px 8px 35px;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 0 1px rgba(255,255,255,0.6);
}


#content3 ul,
#content3 ol {
	padding:0 3px 0 3px;
}


#content3 ul li:before {
margin-right: 0.5em;
content: " ";
display: inline-block;
background:#fcc3ca;
	width: 0.5em;
height: 0.5em;
}

#content3 ul li {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1em;
}


#content3 ol li {
	list-style-type:decimal;
	margin-bottom:0.5em;
	margin-left:1.6em;
}

#content3 .data_c ol,
#content3 .data_c ul,
#content3 .data_d ol,
#content3 .data_d ul,
#content3 .data_e ol,
#content3 .data_e ul {
	padding:0 7px 0 7px;
}

#content3 .data_e {
	clear:both;
}


/*===========================
content4
===========================*/

#content #content4 h1 {
	background-image:url(../img/common/content4/bg_h1.gif);
}

#content #content4 h2 {
	background-image:url(../img/common/content4/bg_h2.png);
	clear:both;
}

#content4 {
	width:100%;
	background-color:#f7f3fa;
	position:relative;
}

#content4 .data_a {
	width:610px;
	float:left;
	padding:0 0 0 4px;
}


#content4 table {
	width:472px;
	border-top: 1px #d7c0de solid;
	border-left: 1px #d7c0de solid;
	margin-bottom:20px;
}


#content4 table th { 
	padding:10px 3px 10px 3px;
	border-bottom: 1px #d7c0de solid;
	border-right: 1px #d7c0de solid;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
}

#content4 table td {
	padding:10px 3px 10px 3px;
	border-bottom: 1px #d7c0de solid;
	border-right: 1px #d7c0de solid;
	letter-spacing:0;
}

#content #content4 h4 {
	background-color:#e7c4e2;
	padding:9px;
	width:120px;
	color:#fff;
	text-align:center;
}

#content4 ul,
#content4 ol {
	padding:0 3px 0 3px;
}


#content4 ul li:before {
margin-right: 0.5em;
content: " ";
display: inline-block;
background:#e7c4e2;
	width: 0.5em;
height: 0.5em;
}

#content4 ul li {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1em;
}


#content4 ol li {
	list-style-type:decimal;
	margin-bottom:0.5em;
	margin-left:1.6em;
}

#content4 .data_c ol,
#content4 .data_c ul,
#content4 .data_d ol,
#content4 .data_d ul,
#content4 .data_e ol,
#content4 .data_e ul {
	padding:0 7px 0 7px;
}


#content4 .data_b {
	width:1230px;
	float:left;
	padding:0 0 35px 4px;
}

#content4 .data_b ol {
	border:1px #d7c0de solid;
	padding:15px;
}


/*===========================
content_add1
===========================*/

#content #add1 h1 {
	background-image:url(../img/common/add1/bg_h1.gif);
}

#content #add1 h2 {
	background-image:url(../img/common/add1/bg_h2.png);
}

#add1 {
	width:100%;
	position:relative;
}


/*===========================
materials for add1, add2
===========================*/

.faq {
	width:1236px;
}

.faq .wrap dt {
	background-image:url(../img/common/material_add/icn_q.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #CCC;
	min-height:32px;
}

.faq .wrap dd {
	background-image:url(../img/common/material_add/icn_a.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:10px 0 10px 40px;
}

.faq .wrap.faq_even {
	float:left;
	clear:both;
		width:578px;
	padding:0 20px 50px 20px;
}

.faq .wrap.faq_odd {
	float:left;
	width:578px;
	padding:0 20px 50px 20px;
}


/*===========================
content_add2
===========================*/

#content #add2 h1 {
	background-image:url(../img/common/add2/bg_h1.gif);
}

#content #add2 h2 {
	background-image:url(../img/common/add2/bg_h2.png);
}

#add2 {
	width:100%;
	position:relative;
}


/*===========================
access
===========================*/

#content #acc h1 {
	background-image:url(../img/common/access/bg_h1.gif);
}

#content #acc h2 {
	background-image:url(../img/common/access/bg_h2.png);
}

#acc {
	width:100%;	
	position:relative;
}


#map_canvas {
	width:100%;
	height:500px;
	margin:0 auto;
	border:4px solid #adc684;
	margin-bottom:30px;
}
#map_area .inner {
	width:1236px;
	margin:0 auto;
	height:0;
	position:relative;
	top:-500px;
	z-index:500;
}
#map_area .data {
	padding:20px;
	background-color:#FFF;
	position:absolute;
	top:50px;
	left:50px;
		filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#map_area .data h4 {
	background:#adc684;
	padding:6px;
	color:#fff;
	width:140px;
	text-align:center;
	margin-bottom:12px;
}


/*===========================
inquiry
===========================*/

#content #inq h1 {
	background-image:url(../img/common/inquiry/bg_h1.gif);
}

#content #inq h2 {
	background-image:url(../img/common/inquiry/bg_h2.png);
}

#inq {
	width:100%;
	background-color:#fff;
	position:relative;
}

#inq .notes {
	padding:15px;
	border:1px solid #7ba965;
	margin-bottom:1em;
}

#inq .notes span {
	color:#FF0000;
}

#inq table {
	background-color: #eaf0ea;
	color: #333333;
	empty-cells: show;
	width: 1236px;
	line-height: 1.3em;
	border-spacing: 0px;
	margin-bottom:1.5em;
	padding:20px 0;
}

#inq table th {
	padding: 12px 36px 12px 0;
	border-bottom: 1px dashed #FFF;
	text-align: right;
	font-weight: normal;
	vertical-align:top;
	width:33%;
	line-height:2.2em;
}

#inq table td {
	padding: 12px 5px 12px 0;
	border-bottom: 1px dashed #FFF;
	text-align: left;
}

#inq table span {
	color:#FF0000;
	margin-right:-1em;
}



#inq table input {
	margin:2px 0 2px 0;
	height:2em;
	border:1px solid #CCC;
}
#inq .formBtn {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

#inq .btnSend {
	background-color:#76a660;
	color:#FFF;
	padding:8px;
	width:140px;
	margin:0 5px 0 5px;
	border:0;
}

#inq .btnClear {
	background-color:#bfd181;
	color:#FFF;
	padding:8px;
	width:140px;
	margin:0 5px 0 5px;
	border:0;
}

#inq .forml {
	width:75%;
}
#inq .formm {
	width:40%;
}





@media screen and (max-width: 1135px) {
	
	
#header, #mainCut, #content1, #content2, #content3, #content4,
#add1, #add2, #acc {
	width:1236px;
	padding:0 8px 0 8px;
}


	
}
