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

body {
     font: 100%/1.4 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #fcfaf7;
     color: #353535;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
     list-style: none;
     padding: 0;
     margin: 0;
}
h1, h2, h3, h4, h5, h6 {
     margin-top: 0;      /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
     /*padding-right: 15px;
     padding-left: 15px;  div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}

p {
     font-size: 1em;
     line-height: 1.5;
     padding: 0.3em 0;
}

a {
	color: #014794;
}

a:hover {
	color: #fff;
	background-color: #014794;
}

a.bg_none img {
     border: none;
}

a:hover.bg_none {
	border: none;
	opacity: 0.8;
	background-color: transparent;
	}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
     float: right;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
     float: left;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
     clear:both;
     height:0;
     font-size: 1px;
     line-height: 0px;
}

.space {
	margin: 1em 0;
}

.shadow {
	box-shadow: 0 0 1em #dbddde;
    -webkit-box-shadow: 3px 3px 5px rgba(89,8a,8b,0.6);  
    -moz-box-shadow: 3px 3px 5px rgba(89,8a,8b,0.6); 
}

.txt_s {
	font-size: 12px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* common
---------------------------------------------------- */
header {
	background-image: url("../images/footer_b.png");
	border-top: 2px solid #a71c4b;
}
header .common{
	height: 190px;
}

.logo_area {
	width: 930px;
	height: 140px;
	display: block;
	margin: 0 auto;	
}

h1.logo {
	width: 200px;
	height: 140px;
	margin: 10px 0 0 0; 
}

.txt_head {
	width: 385px;
	margin-top: 80px;
}

nav.main_nav {
	font-family:  "ヒラギノ明朝 ProN W6","HiraMinProN-W6","MS PMincho","MS 明朝",serif;
	width: 930px;
	margin: 0 auto;
}

nav#base {
	width: 100%;
	background:-webkit-gradient(linear, left top, left bottom, from(#a71c4b), to(#6e0e2f));
	background: -moz-linear-gradient(top,rgba(167,28,75,0.6),rgba(110,14,47,1)); /* Firefox用 */  
		background: -o-linear-gradient(rgba(167,28,75,0.6),rgba(110,14,47,1)); /* Opera */
		background-color:rgba(110, 14, 47, 1);
		filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55a71c4b,endcolorstr=#ff6e0e2f,gradienttype=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#55a71c4b,endColorstr=#ff6e0e2f)";
		zoom:1;
	height: 50px;
}


nav.main_nav ul {
	width: 930px;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

nav li {
	font-size: 14px;
	display: table-cell;
	padding-top: 1em;
}

nav.main_nav ul li a {
	color: #fff;
    text-decoration: none;
    display: block;
    transition-property: all;
    transition: 0.3s linear;
}

nav.main_nav ul li a:hover {
	color: #d0859e;
	background-color: transparent;
}

.content {
	width: 930px;
	margin: 0 auto;
}

.side_content {
	width: 230px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 100px 0;
}

.side_content h4 {
	font-size: 14px;
	color: #635a51;
	border-bottom: 1px solid #635a51;
	margin: 1em 0 0.5em 0;
}

.side_content ul li a {
	font-size: 13px;
	line-height: 2;
}

.side_guide{
	background-color: #fff;
	width: 230px;
	height: 295px;
	padding-top: 10px;
	margin-bottom: 1em;
}

.side_guide h3 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #012d5e;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */ 
	padding: 0.5em 0;
	margin: 0.5em 1em;
}
.side_guide p {
	font-size: 13px;
	color: #014794;
	padding: 0;
	margin: 0 0 0 15px;
}
.tel {
	border-bottom: 1px solid #014794;
	padding: 0 0 10px;
	margin: 0 15px;
}
.side_guide .side_img {
	margin-bottom: 0.5em;
}
.side_map{
	margin-top: 2em;
}

main {
	width: 680px;
	margin: 20px 0 2em 20px; 
}

main h1 {
	text-align: left;
	color: #012d5e;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #012d5e;
	border-left: 5px solid #012d5e;
	padding: 0.5em 1em;
}

main h2 {
	font-size: 16px;
	color: #012d5e;
	border-bottom: 1px dotted #012d5e;
}

main h3 {
	font-size: 16px;
	border-left: 18px solid #012d5e;
	padding-left: 0.5em;
}

main article {
	line-height: 1.8;
}

.sec_01 {
	margin-top: 2em;
}

.sec_02 {
	margin-top: 1em;
}

.sec_02 table td {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}

footer {
	background-image: url("../images/footer_b.png");
}

.f_area {
	width: 930px;
	padding-top: 1em;
	margin: 0 auto;
}

.f_area nav li {
	background-image: url("../images/shonari.png");
	background-repeat: no-repeat;
	background-position: 0% 50%; 
	width: 150px;
	padding: 0 0 0 0.5em; 
}

.f_area .f_logo img {
	width: 60px;
	height: 77px;
}

.f_area nav.f_sec ul {
	margin: 1.5em 0 0 10em;
}

.copy {
	text-align: center;
	font-size: 10px;
}
/* top
---------------------------------------------------- */
header#top {
	height: 450px;
	position: relative;
}
header #top_img {
	height: 450px;
	width: 930px;
	z-index: 4;
	margin: 0 auto;
}
nav#nav_base {
	width: 100%;
	background:-webkit-gradient(linear, left top, left bottom, from(#a71c4b), to(#6e0e2f));
	background: -moz-linear-gradient(top,rgba(167,28,75,0.6),rgba(110,14,47,1)); /* Firefox用 */  
		background: -o-linear-gradient(rgba(167,28,75,0.6),rgba(110,14,47,1)); /* Opera */
		background-color:rgba(110, 14, 47, 1);
		filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55a71c4b,endcolorstr=#ff6e0e2f,gradienttype=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#55a71c4b,endColorstr=#ff6e0e2f)";
		zoom:1;
	height: 50px;
	z-index: 2;
	position: absolute;
	top: 400px;
	left: 0;
}
h1#top_title {
	font-family:  "ヒラギノ明朝 ProN W6","HiraMinProN-W6","MS PMincho","MS 明朝",serif;
	border: none;
	color: #014794;
	padding-left: 0;
}

.topic_sec {
	width: 180px;
	height: 210px;
	background-color: #fff;
	padding: 10px;
	margin:0 10px 40px 0;
}

.topic_sec h2 {
	font-family:  "ヒラギノ明朝 ProN W6","HiraMinProN-W6","MS PMincho","MS 明朝",serif;
	font-size: 14px;
	color: #272626;
	border-bottom: 2px solid #a71d4b;
}

.topic_sec ul a li {
	font-size: 14px;
	color: #a71d4b;
	text-decoration: underline;
	background-image: url("../images/shonari_r.png");
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 0.5em; 
	margin: 0.8em 0 0 0;
}

.topic_sec ul a:hover li {
	color: #888;
}
.rssBody {
	background-color: #fff;
	padding: 0 0.5em;
}
.rssBody h4 {
	padding-top: 0.5em;
}
.rssBody li.rssRow{
	font-size: 13px;
	border-bottom: 1px dotted #333;
}
#blog {
	font-size: 13px;
	text-align: right;
	background-image: url("../images/link.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}
/* ぱんくず
---------------------------------------------------- */
ol#topicPath {
	width: 930px;
	height: 10px;
	margin: 2em auto 0.5em;
	padding: 0;
	font-size: 10px;
	list-style: none;
}
ol#topicPath li {
	width: auto;
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../images/ico.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}

ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

/* 問い合わせフォーム
---------------------------------------------------- */
.inquiry {
	font-size: 13px;
}

.form_bottan {
	text-align: right;
	color: #fff;
	background-color: #012d5e;
}

/* 会社案内
---------------------------------------------------- */
.sec_01 table {
	font-size: 12px;
	background-color: #fff;
}

.about_note {
	text-align: right;
	font-size: 11px;
}
/* 利用案内ページ
---------------------------------------------------- */
.guide_img{
	width: 100%;
	margin: 1em 0 2em;
}
/* ケアマネ向け
---------------------------------------------------- */
#tocare article{
	margin-bottom: 2em;
}
#tocare dl{
	font-size: 14px;
	width: 440px;
}
#tocare dt{
	color: #012d5e;
	font-weight: bold;
	margin-left: 1em;
}
.care_margin{
	margin-top: 2em;
}
/* 店舗情報
---------------------------------------------------- */
.shop_info article {
	margin-bottom: 1em;
}
.shop_info .sec_01 {
	background-color: #f1ede6;
	padding: 1em 0.5em 2em;
	margin: 0 0 0.5em 0;
}

.shop_info .sec_01 dl {
	margin: 0 0 0.8em 0;
}

.shop_info .sec_01 dt {
	font-weight: bold;
	color: #012d5e;
	margin-bottom: 0.5em;
}
.shop_info .sec_01 {
	font-size: 14px;	
}
.shop_info .sec_01 dd {
	line-height: 1.8;
	margin: 0;
}

.shop_info .sec_01 img {
	margin: 0 0.5em;
}

a .shop_link {
	color: #f1ede6;
	width: 300px;
	text-align: center;
	font-size: 13px;
	background-color: #012d5e;
	text-decoration: none;
	padding: 0.5em 0.8em;
}

a:hover .shop_link {
	background-color: rgba(1,44,91,0.6);
}
.sec_shop {
	height: 175px;	
}
#aolani {
	height: 175px;
}
/* 各店
---------------------------------------------------- */
.shop_info .sec_01 h4 {
	font-size: 14px;
}
.shop_detail_l .flow {
	width: 48%;
}

.flow h3 {
	border-bottom: 1px solid #012d5e;
	border-left: none;
	margin-top: 1em;
}

.shop_detail_r {
	width: 324px;
	margin-left: 15px;
}

.shop_detail_r table {
	font-size: 14px;
}

.shop_detail_r th {
	width: 324px;
	background-color: #0e448c;
	text-align: left;
	color: #fff;
	padding: 0.3em 0.5em;
}

.shop_detail_r td {
	padding: 0.5em;
}

#shop_detail .note {
	font-size: 12px;
}
