@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
}

table { border-collapse:collapse;border-spacing:0; }
a { 
  text-decoration:none;
  outline:none;
	-moz-transition: color 0.2s linear;
 -webkit-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
     -ms-transition: color 0.2s linear;
}
ul li { list-style:none; }
button,table,img { border: none;}

.inner { width:960px;clear:both; }
.clear { clear:both; }
.box_left { float:left; }
.box_right { float:right; }


body,html {
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 20px 0 0 3px;
}
#header{
	width: 100%;
	height: 110px;
	border-top:5px solid #F08080;
}

#header .inner {
	width: 960px;
	margin:0 auto;
	height: 110px;
	position:relative;
}
#header_area .box_left {
	width: 400px;
	height: 110px;
}

#kanban {
	margin-top: 5px;
	width: 400px;
	display: block;
}

#header .box_right {
   margin-top:20px;
   width: 290px;
   position:relative;
   height:100px;
}
#header .box_right img {
   clear:both;
   position:absolute;
   right:0;
   top:22px;
}

#header .box_right span { position:absolute;}
#tel_text { top:20px;right:0; }
#tel { 
    top:45px; right:0;
    display:block;
    width:260px;
	height:0;padding-top:25px;
	overflow:hidden;
	background:url(../images/tel_top.png) no-repeat;   }
#tel_sub {top:55px;right:0;font-size:13px; }



/* main_menu */
#main_menu {
	width: 100%;
	height: 64px;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	background-color: rgba(248,128,128, 0.3);
	clear: both;
}
#main_menu ul {
	width: 961px;
	padding: 0;
	height: 60px;
	margin: 0 auto;
}
#main_menu ul li {
	width: 191px;
	float: left;
	list-style: none;
	height: 60px;
	border-right: solid 1px #CCC;
	margin-top: 1px;
}
#main_menu ul li:first-child {
	border-left:solid 1px #CCC;
	
}
#main_menu ul li a {
	color: #444444;/*#BDB76B;*/
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 60px;
	background-color: #FCFAEB;
	font-size: 16px;
	border: 1px solid #FFF;
	height: 60px;

	-moz-transition: background-color 0.2s linear;
 -webkit-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
     -ms-transition: background-color 0.2s linear;

}
#main_menu li a:hover,
.actived {
	background-color: #FFEBBF !important;
	color: #333;
}




#container{
	width: 960px;
	clear: both;
	margin:0 auto;
	padding:30px 0;
}

#top_image  {
   width:100%;
   height:600px;
}
#top_image div {
	width:960px; margin:10px auto;
	display:none;
	-webkit-box-shadow: 0 3px 10px 0px #777;
	-moz-box-shadow: 0 3px 10px 0px #777;
	box-shadow: 0 3px 10px 0px #777;
}

#contents {
	width: 700px;
	float: left;
}
#news_h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 5px 0 25px 0;
	padding-top: 5px 0 5px 5px;
	border-bottom: solid 3px #FAEBD7;
	color: #C30;
}



/* sidebar */
#sidebar{
	width: 240px;
	height: auto;
	float: right;
	padding-bottom:20px;
}

#sidebar p{
   font-size:12px;
   letter-spacing:1px;
   padding:10px;
   color:#fff;
   background:#F08080;
}

.banner_box { clear:both;margin-bottom:20px;}

#b01 {
   width:240px;
   height:124px;
   background:url(../images/banner1_roll.jpg) no-repeat;
}

#link_contact {
   width:240px;
   height:140px;
   position:relative;
}

#link_contact a {
  display:block;
  height:0;
  width:210px;
  overflow:hidden;
  padding-top:44px;
  position:absolute;
  bottom:7px;left:15px;
  background:url(../images/banner_contact_button.png) no-repeat;
  z-index:10;
}


/* footer */
#footer{
	width: 100%;
	height: 180px;
	clear: both;
	font-size: 14px;
	color: #ffffff;
	background-color:#F08080;
}
#footer .inner {
	width:960px;
	margin:auto;
	padding:20px 0;
}
#footer .box_left {
	width: 300px;
	font-size: 12px;
	line-height: 1.5em;
}
#footer .box_left p {
   margin-top:20px;
}

#footer .box_right {
	width: 660px;
}
#footer .box_right ul {
  clear:both;
  float:right;
}
#footer .box_right ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}
/*#footer .box_right ul li:before {
  content: url(../images/arrow.png);
  margin-right: 10px;
}*/
#footer .box_right ul li a {
	color: #ffffff;
	padding: 1px;
	font-size: 13px;
}
#footer .box_right ul li a:hover {
	color: #00F;
}
#footer .box_right p {
	clear:both;
	text-align: right;
	margin-top: 120px;
}

#backtotop {
    position:fixed;
	bottom:10px;right:-200px;
	width:150px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding:10px;
	font-size:13px;
}


/*お知らせ一覧*/
ul#news_area {
	padding: 0;
	width: 698px;
	height: 230px;
	margin:0 30px 0 0;
	clear:both;
}
ul#news_area li {
	list-style: none;
	color: #444444;
	margin-top: 20px;
	border-bottom: solid 1px #FFEBBF;
	height: 40px;
	line-height: 1.1em;
}
.date {
	padding-left: 20px;
	float: left;
	display: block;
	width: 160px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.news_comment {
	float: right;
	display: block;
	width: 510px;
}


/**********************************************/
/* 下層ページ 共通*/
#pannavi { cler:both;}
#pannavi a {
   font-size:13px;
   color:#00F;
}
#pannavi h2 {
   display:inline;
   font-weight:-normal;
   font-size:13px;   
}


#page_contents {
   float:left;
   width: 700px;
   padding-bottom:100px;
}


#page_contents h3 {
	border-left: solid 3px #F08080;
	padding-left:10px;
	margin:20px 0;
	font-size: 20px;
	font-weight:normal;
	color: #F08080;
}

/* about-us,  */
.table_1 {
	width: 700px;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

.table_1 th {
	color: #333;
	background-color:#FAFAD2;
	padding: 10px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.table_1 td {
	color: #333;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	padding: 10px;
}

/*-----------------------------------
   ahout-us 会社概要
------------------------------------*/
.company_info_top{
	padding:30px;
	margin-bottom:30px;
	background:url(../images/aboutus_back.png) top left no-repeat;
	/*#FAFAD2;*/
}
.company_info_top p {
    line-height:2;
	text-indent:1em;
}

.shomei {
	text-indent:0;
	text-align:right;
}


/*-------------------------------------
     price-info 料金。価格帯のご案内
-------------------------------------*/
.price_info table th {
	width: 200px;
}

.cation_ul {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 14px;
	letter-spacing: 1px;
}
.table_list {
	margin: 0px;
	padding: 0px;
}


/*-------------------------------
 サービスについて service 
--------------------------------*/

.service .catchcopy {
   font-size:30px;
   padding:0;
   margin-top:30px;
   border-bottom:solid 1px #000;
}

.service li {
   list-style:disc;
   margin-left:20px;
}

.service h4 {
  background-color:rgba(248,128,128, 0.3);
  border-left: solid 3px #F08080;
  font-size:13px;
  font-weight:normal;
  padding:5px 10px;
  margin:10px 0;

}
h3.color_9ACD32 {
	border-left: solid 3px #9ACD32 !important;
	color:#9ACD32 !important;
}

/*-----------------------------------
   建物情報 build-info
---------------------------------- */
#build_info_tab  {
}
#build_info_tab li {
	float: left;
	cursor: pointer;
	padding:10px 20px;
	margin:20px 0;
	overflow:hidden;
	border-right:solid 1px #ccc; 
}
#build_info_tab li:last-child { border:0; }

.build_info_box {
	display: none;
	width: 700px;
	clear: both;
	position: relative;
}
#ol_flow {
	margin:0;padding:0;
}
#ol_flow li {
	list-style:none;
   margin:0 0 20px 0;
   padding:0 0 50px 0;
   background:url(../images/arrow_flow.png) center bottom no-repeat;
}
#ol_flow li h4 {
   font-size:20px;
   font-weight:normal;
   color:#9ACD32;
}
#ol_flow li div {
   padding:20px;
   background-color:#FAFAD2;
   overflow:hidden;
}

#ol_flow li:last-child {
   padding:0;
   background:none;
}

#pdf_area img {
}
#pdf_area .catchcopy {
   margin:30px 0;
   padding:2px 0 0 0;
   font-size:15px;
   width:120px;
   background-color:#F08080;
   color:#fff;
   text-align:center;
}

/*-----------------------------------
   協力医療機関 partner 
------------------------------------*/
.partner_box {
	margin-top: 50px;
}
.partner_box h4 {
	font-size: 20px;
	font-weight:normal;
}
.partner_box p {
   text-indent:1em;
	font-size: 14px;
}

.partner_address {
	font-size: 13px;
	color: #999;
   text-indent: 0 !important;
}


/*--------------------------------------------------
   サービス付き高齢者向け住宅について about-sakouju
----------------------------------------------------*/
.sakouju .catchcopy {
   font-size:32px;
   height:50px;
   padding:20px 0 40px 0;
   margin:30px 0 0 0;
   text-align:center;
}

#s_box {
   position:relative;
   width:700px;
   height:auto;
/*	-webkit-box-shadow: 1px 3px 3px #777;
	-moz-box-shadow: 1px 3px 3px #777;
	box-shadow: 1px 3px 3px #777;
*/}

#s_box li { 
   position:absolute;
   bottom:41px;
   width:200px; height:200px;
   z-index:10;
   background-color:#fff;
}

#sk1 { left:20px;}
#sk2 { left:250px;}
#sk3 { left:480px;}

#s_box_btm {
   margin-top:50px;
}

#s_box_btm ul {
   margin:20px 0;
}

#sakouju_btm_box {
   margin-top:20px;
}

.link_area {
	font-size: 13px;
	color: #C30;
	text-align: center;
	display: block;
	width: 696px;
	padding: 10px 0;
	border: 2px solid #c30;
	letter-spacing: 2px;
	margin-top: 30px;
}
.link_area:hover {
	color: #666;
	background-color: #FFE8EC;
}
.cation {
	font-size: 13px;
	color: #666;
}





/*--------------------------------------
    contact お問い合わせ
----------------------------------------*/
#contact_contens {
   width:960px;
}

.contact_table {
	width: 960px;
	border-right:solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.contact_table th {
  background-color:rgba(248,128,128, 0.3);
	width: 300px;
	font-weight: normal;
	padding:10px 0;
	vertical-align: top;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #cccccc;
}
.contact_table th:first-child {
	border-top:solid 1px #cccccc;
}
.contact_table td {
	padding: 10px;
	vertical-align: top;
	border-top: solid 1px #cccccc;
}

.contact_table input[type="text"] {
  margin-right:5px;
}

#contact {
  resize:none;
  width:640px ;
  height:100px;
}

.cation_red {
	color: #F00;
	margin: 0px;
}

#check,
#cancel,
#retry,
#send {
	width: 300px;
	font-size: 15px;
	cursor:pointer;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#check {
	padding: 10px;
	background-color: #191970;
	color: #FFF;
	margin-top: 30px;
	margin-left: 155px;
}
#cancel,#retry {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 30px;
	padding: 9px;
}
#check:hover,
#cancel:hover,
#retry:hover,
#send:hover {
	background-color: #CCC;
	color: #FFF;
}
#send {
	background-color: #FC0;
	padding: 10px;
	color: #333;
	margin-top: 30px;
	margin-left: 155px;
}


#news_area li a {
	color: #666;
	padding: 1px;
}
#news_area li a:hover {
	color: #00F;
}
.cation_mark {
	height: 20px;
	width: 30px;
	padding-bottom: 20px;
}
