@charset "utf-8";

body {
	background: url(../images/front.jpg) center no-repeat;
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
}


/*----------------------------------------------------
#header_top
----------------------------------------------------*/
#header_top {
	width: 100%;
	height: 550px;
	position: relative;
	background: url(../images/back_main.jpg) center;
}
#header_top .logo {
	width:336px;
	height:247px;
	margin:0 auto;
	padding-top:70px;
}
#header_top h1 {
	font-size:16px;
	color:#391e00;
	letter-spacing:3px;
	position: relative;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}



/*----------------------------------------------------
#i_class
----------------------------------------------------*/
#i_class {
	width: 100%;
	height: 642px;
	background-color:#ece9dc;
	text-align:center;
	position: relative;
	padding-top:50px;
	padding-bottom:50px;
	z-index: 96;
}

#mainnav {
	width: 1280px;
	margin:0 auto;
	position: relative;
}

#mainnav li {
	float:left;
	width :302px; 
	height:302px;
	margin-right:24px;
	margin-bottom:24px;
}
#mainnav li:nth-child(4) {
	margin-right:0;
}
#mainnav li:nth-child(8) {
	margin-right:0;
}

#mainnav li a {
	float:left;
	width :302px; 
	height:302px;
	text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#mainnav li a:hover {
	text-decoration:none;
}
#mainnav li:nth-child(1) a {
	background: url(../images/menu01.gif) center;
}
#mainnav li:nth-child(2) a {
	background: url(../images/menu02.gif) center;
}
#mainnav li:nth-child(3) a {
	background: url(../images/menu03.gif) center;
}
#mainnav li:nth-child(4) a {
	background: url(../images/menu04.gif) center;
}
#mainnav li:nth-child(5) a {
	background: url(../images/menu05.gif) center;
}
#mainnav li:nth-child(6) a {
	background: url(../images/menu06.gif) center;
}
#mainnav li:nth-child(7) a {
	background: url(../images/menu07.gif) center;
}
#mainnav li:nth-child(8) a {
	background: url(../images/menu08.gif) center;
}

#mainnav li h3 {
	color:#391e00;
	font-size:22px;
	letter-spacing:3px;
	text-decoration:none;
	margin-top:193px;
	line-height: 28px;
}
#mainnav li:nth-child(8) h3 {
	color:#ffffff;
}
#mainnav li:nth-child(1) a:hover {
	background: url(../images/menu01_on.gif) center;
}
#mainnav li:nth-child(2) a:hover {
	background: url(../images/menu02_on.gif) center;
}
#mainnav li:nth-child(3) a:hover {
	background: url(../images/menu03_on.gif) center;
}
#mainnav li:nth-child(4) a:hover {
	background: url(../images/menu04_on.gif) center;
}
#mainnav li:nth-child(5) a:hover {
	background: url(../images/menu05_on.gif) center;
}
#mainnav li:nth-child(6) a:hover {
	background: url(../images/menu06_on.gif) center;
}
#mainnav li:nth-child(7) a:hover {
	background: url(../images/menu07_on.gif) center;
}
#mainnav li:nth-child(8) a:hover {
	background: url(../images/menu08_on.gif) center;
}


/*----------------------------------------------------
#second
----------------------------------------------------*/
#second {
	width: auto;
	height:520px;
	position: relative;
	z-index:102;
}
#second .cocoro {
	margin-top:370px;
	height:78px;
	background: url(../images/cocoro.png) center;
}



/*----------------------------------------------------
#suffering
----------------------------------------------------*/
#suffering {
	background-color:#391e00;
	height:650px;
	padding:120px 0;
}
#suffering .coco {
	width:75px;
	height:86px;
	margin:0 auto;
	padding-bottom:30px;
}
#suffering h2 {
	color:#ffffff;
	font-size:26px;
	letter-spacing:3px;
	text-align:center;
	margin-bottom:70px;
}
#suffering .btn {
	width:340px;
	height:50px;
	margin:0 auto;
}
#suffering_nav {
	width:1280px;
	height:auto;
	margin:0 auto;
	position: relative;
}
#suffering_nav li {
	width:302px;
	height:150px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
}
#suffering_nav li:nth-child(4) {
	margin-right:0;
}
#suffering_nav li:nth-child(8) {
	margin-right:0;
	margin-bottom:70px;
}
#suffering_nav li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#suffering .btn a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

/*----------------------------------------------------
.img
----------------------------------------------------*/
#w1_index {
	clear:both;
	height:600px;
	background-color:#fbf9f1;
}
#w2_index {
	clear:both;
	height:800px;
	background-color:#fbf9f1;
}
#w1_index .txt_left h3 {
	color:#391e00;
	font-size:22px;
	letter-spacing:2px;
	text-align:center;
	border-bottom:solid 2px #a88f73;
	padding-bottom:12px;
	margin-bottom:12px;
}
#w1_index .txt_left h4 {
	color:#a88f73;
	font-size:18px;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:90px;
}
#w1_index .txt_right h3 {
	color:#391e00;
	font-size:22px;
	letter-spacing:2px;
	text-align:center;
	border-bottom:solid 2px #a88f73;
	padding-bottom:12px;
	margin-bottom:12px;
}
#w1_index .txt_right h4 {
	color:#a88f73;
	font-size:18px;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:90px;
}

.img_left {
	float:left;
	width:50%;
	height:600px;
	background: #000 url(../images/img_news.jpg) no-repeat top center;
}
.txt_left {
	float:left;
	width:40%;
	left:5%;
	top:50%;
	position:relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50);
 }
#w2_index .img_right {
	float:right;
	width:50%;
	height:800px;
	right:0;
	position: relative;
	overflow: hidden;
}
.img_right iframe,
.img_right object,
.img_right embed  {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.img_left02 {
	float:left;
	width:50%;
	height:960px;
	background: #000 url(../images/img_about003.jpg) no-repeat top center;
}





.txt_right {
	float:right;
	width:40%;
	right:5%;
	top:50%;
	position:relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50);
}
.txt_left {
	float:left;
	width:40%;
	left:5%;
	top:50%;
	position:relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50);
 }
.txt_left img {
	margin-bottom:20px;
 }


#box_charges {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
}

#box_charges table {
	width:100%;
}
#box_charges table tr {
	border-bottom:solid 1px #ffffff;	
}
#box_charges table th {
	height:30px;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	letter-spacing:1px;
}
#box_charges table td {
	height:40px;
	color:#000000;
	font-size:14px;
	letter-spacing:2px;
	vertical-align:middle;
	text-align:left;
	padding:10px 15px;
	line-height:25px;
}


.box_map {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.box_map table {
	width:100%;
}
.box_map table tr {
	border-bottom:solid 20px #fbf9f1;
	border-top:solid 5px #fbf9f1;
}
.box_map table th {
	width:15%;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	letter-spacing:2px;
	background-color:#463019;
	color:#ffffff;
}
.box_map table td {
	color:#000000;
	font-size:14px;
	letter-spacing:1px;
	line-height:22px;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
}





.box_care {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.box_care table {
	width:100%;
}
.box_care table tr {
}
.box_care table th {
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1px;
	background-color:#8bdbf3;
	color:#391e00;
	border:solid 1px #c4c4c4;
}
.box_care table td {
	color:#391e00;
	font-size:14px;
	letter-spacing:1px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	border:solid 1px #c4c4c4;
	padding:10px 0;
	background-color:#ffffff;
}

.care01 {
}
.care02 {
	width:9%;
}
.care03 {
	width:9%;
}
.care04 {
	width:9%;
}
.care05 {
	width:9%;
}
.care06 {
	width:9%;
}
.care07 {
	width:9%;
}
.care08 {
	width:9%;
}

.aka a {
	color:#5470CB;
	letter-spacing: 2px;
}
.aka a:hover {
	color:#391e00;
	letter-spacing: 2px;
}