@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 15px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#460e0b;
background: #f8f8f1 url(../images/bg.png);
}

a{color:#c26790;text-decoration:none;}
a:hover{color:#793252;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
	margin: 0 auto;
	padding: 0 20px;
	width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	background: url(../images/header.png) no-repeat 100% 30px;
	height: 80px;
}

#header h1 {
	color: #c26790;
	padding: 3px 0 5px;
	font-size: 10px;
	font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
	margin: 15px 0;
	width: 906px;
	height: 31px;
}

ul#topnav li{float:left;list-style:none;width:151px;}

ul#topnav a{
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 151px;
	height: 46px;
	background:url(../images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-151px 0;}
ul#topnav a#menu{background-position:-302px 0;}
ul#topnav a#fac{background-position:-453px 0;}
ul#topnav a#map{background-position:-604px 0;}
ul#topnav a#blog{background-position:-755px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-151px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-302px -46px;}
ul#topnav a#fac:hover, ul#topnav li.active a#fac{background-position:-453px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-604px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-755px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#fac{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	padding: 25px 0;
	display: inline;
}

#mainimage {
	margin-top: 30px;
}

#main h2{
	margin-bottom: 10px;
	padding: 0 10px 0px 20px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #c26790;
	background: url(../images/heading.png) no-repeat;
}

#main h2.company-h2{
	margin-bottom: 10px;
	padding: 0;
	line-height: 40px;
	font-size: 17px;
	font-weight: bold;
	color: #c26790;
	background:none;
}

#main h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 10px;
	letter-spacing: 0.2em;
	color: #c26790;
	border-bottom: 1px solid #ccc;
}

#main p {
padding: 15px 10px;
}

#main h3.from-staff {
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	margin-top:0px !important;
	letter-spacing: 0.2em;
	color: #c26790;
	margin-bottom: 0;
	background: url(../images/star.png) no-repeat right center ,url(../images/star.png) no-repeat left center;
	padding: 9px 40px 5px 40px !important;
	display: inline-block;
	border-bottom: none;
}

.from-staff-box {
	margin-bottom:30px;
}

.muryo{
	width: 100%;
	margin: 20px 0;
	padding: 25px 0;
	color: #460e0b;
	font-size: large;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 1px;
	border: 7px double #67c5ff;
	box-sizing: border-box;
}


/* 画像を右に回りこみ */
#main p.withImage{
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
}

#main p.withImage img{
	float: right;
	margin-left: .5em;
}

#main div.mainbox {
	width: 598px;
	margin: 20px 0 30px 10px;
	padding: 5px 0;
}

#date {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#c26790;
}

#next {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.box_img_border{
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 1px;
}


/* 1日の流れ用テーブル */

table.day_flow {
	width: 100%;
	border: 1px solid #36a26e;
	border-collapse: collapse;
}

table.day_flow th.am-time {
	text-align: center;
	width: 20%;
	background: #c5eaf0;
	width:10%;
}

table.day_flow th.pm-time {
	text-align: center;
	width: 20%;
	background: #f9f9d1;
	width:10%;
}

table.day_flow td {
	text-align: left;
	width: 20%;
	background: #fff;
}

table.day_flow tr, table.day_flow th, table.day_flow td {
	border: 1px solid #e590a1;
	padding: 7px;
}

#main table.day_flow p.day_schedule01 {
	padding: 7px;
	margin-bottom:10px;
	background: #cbeac3;
}

/* フッター共通 */
.box{
	float: left;
	width: 195px;
	margin: 20px 16px 10px 0;
	line-height: 1.2;
}

.box_img{
	padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
	text-align: center;
	padding: 10px 0;
}

p.button a{
	display:block;
	line-height: 32px;
	background: #f8f8f1 url(../images/button.png) no-repeat;
	margin: 0 -20px;
}

p.button a{color:#c26790;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 5px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding: 25px 0;
}

#sidebar p {margin-bottom: 20px;}

#sidebar p.mar-b0 {margin-bottom: 0px;}

#sidebar h3 {
	padding: 9px 10px 8px 23px;
	font-size: 14px;
	font-weight: normal;
	color: #c26790;
	background: url(../images/heading2.png) no-repeat 0 0;
}

#sidebar ul{
	margin-bottom: 20px;
	padding: 10px 0 0 10px;
	border: solid #ccc 1px;
}

#sidebar li{
	margin: 0 10px 10px 10px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
/*
	margin: 0 10px 10px 5px;
	background: url(../images/list.png) no-repeat 0 50%;
*/
}

#sidebar li.news-all{
	margin: 0 10px 10px 10px;
	list-style: none;
	border: none;
	text-align:right;
	font-size:0.9em;
}

#sidebar li p{
	display: block;
/*
	padding-left:15px;
*/
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
	clear:both;
	padding: 10px 0 10px;
	border-top: 1px solid #ccc;
}

#footer .inner{
	overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
	float:left;
	padding: 10px 0 5px;
	width: 292px;
}

address{
	padding: 20px 0 3px;
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
}

/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */
#pankuzu {
	margin: 0px 0px 0px 10px;
	padding-top: 25px;
	font-size: 12px;
}

/* -----------------------------------------------------------
	#pageTop
		ページトップへリンク
----------------------------------------------------------- */

a#pageTop {
	background: none repeat scroll 0% 0% rgba(215, 106, 155, 0.7);
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	transition: all 200ms linear 0s;
}

a#pageTop:hover{
	background:rgba(239,133,180, 0.4);
}

/* -----------------------------------------------------------
	法人情報
----------------------------------------------------------- */
div.corp-summary {
	margin: 20px 10px;
	padding: 0;
	width: 598px;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
}

div.cp-last {
	margin-bottom:30px;
}

div.corp-summary_head {
	float: left;
	width: 130px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

div.corp-summary_data {
	margin-left: 150px;
	padding: 0px;
}


div.corp-summary-map {
	margin: 20px 10px;
	padding: 0;
	width: 598px;
}

/* -----------------------------------------------------------
	リストタグ
----------------------------------------------------------- */

#main ol.gyakutai {margin-left: 35px;}

#main ol.s-flow {margin-left: 35px; padding:15px 0;}

/* -----------------------------------------------------------
	個人情報保護について
----------------------------------------------------------- */

div.content-box {
	padding: 15px 0px;
}



/* -----------------------------------------------------------
	ニュース
----------------------------------------------------------- */
div.news-summary {
	margin: 20px 10px;
	padding: 0;
	width: 598px;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
}

div.news-last {
	margin-bottom:30px;
}

div.news-summary_head {
	float: left;
	width: 110px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

div.news-summary_data {
	margin-left: 130px;
	padding: 0px;
}

div.news-details {
	padding: 0px 10px 20px 10px;
	font-size: 15px;
}

#main div.news-details p {
	padding: 0 10px 15px;
}

.newsImgBox2col {
	margin: 0 -20px 20px 0;
	clear: both;
	width: 100%;
	font-size: 0;
}

.newsImgBoxInline {
	width: 289px;
	margin: 0 10px 20px 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}


/* -----------------------------------------------------------
	PDFボタン
----------------------------------------------------------- */
.pdf_btn {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	color: white;
	border: solid 2px #67c5ff;
	border-radius: 3px;
	transition: .4s;
	background: #67c5ff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}


/* -----------------------------------------------------------
	過去のお知らせボタン
----------------------------------------------------------- */
.kako_box {
	margin-bottom:20px;
}

.kako_btn {
	width: 261px;
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;
	color: white;
	border: solid 2px #67c5ff;
	border-radius: 3px;
	transition: .4s;
	background: #67c5ff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}

.kako_btn:hover {
	background: none;
	color: #67c5ff;
}
