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

/**
* Start Vanilla CSS 0.9.9
*/
body {
	/*font: 9pt/1.5em Arial, Helvetica, sans-serif;*/
	margin:0;
	padding:0;
	background: #fff;
	color:#333;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
li ul, li ol {
	margin:0;
	padding:0;
}
ul, ol {
	margin:0;
	padding:0;
}
ul, ul li {
	list-style:none;
}
ol, ol li {
	list-style:none;
}
dl {
	margin:0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
	display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/**
* End Vanilla CSS 0.9.9
*/

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
body{
	font:13px/1.231 Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,textarea,button{
	font:99%;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	*font-size:108%;
	line-height:100%;
}
p {
	line-height:1.4em;
}
/*end fonts.css*/

/*共通*/
.pb30 {
	padding-bottom:30px;
}
.clear {
	clear: both;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.ta_l {
	text-align:left;
}
.ta_c {
	text-align:center;
}
.ta_r {
	text-align:right;
}
a,img { border:none; }
a:link,a:visited {
	text-decoration:underline;
	color:#34145b;
}
a:hover,a:active {
	text-decoration:underline;
	color:#e61b64;
}

#container {
	width: 100%;
	margin: 0 auto;
}


/*header(index)*/
.top #header {
	width:1280px;
	/*height:605px;*/
	margin:0 auto;
	padding:0;
}
.top #header_banner {
	width:237px;
	height:192px;
	position:absolute;
	top:0;
	right:0;
}

.top #header h1{
	/*width: 574px;
	height: 137px;*/
	/*position: absolute;
	top: 29px;
	right: 326px;*/
	/*padding-bottom:40px;*/
}

/*header(content)*/
.content #header {
	width:100%;
	height:325px;
	margin:0 auto;
	padding:0;
}
.content #header_banner {
	width:220px;
	height:96px;
	position:absolute;
	top:15px;
	right:0;
}
/*header*/
#header_wrap {
	width:900px;
	/*height:125px;*/
	height:170px;
	margin:0 auto;
	background:url(../img/head_bg.gif) no-repeat center top;
	position:relative;
}

/*#header h1{
	width:470px;
	height:99px;
	margin:0;
	padding:0;
}
*/


#top_menu {
	width:660px;
	height:20px;
	padding:0;
}
#top_menu li {
	display:inline-block;
	list-style:none;
	float:right;
	background:url(../img/li_mark01.png) no-repeat 0 7px;
	text-indent:12px;
	margin:0 10px 0 0;
}
#top_menu li a {
	font-weight:normal;
}
/*main navi*/
#mainnavi {
	width:100%;
	height:55px;
	margin:0 0 50px 0;
	background:url(../img/mainnavi_bg.gif) repeat-x top left;
}
#main_menu {
	width:900px;
	height:55px;
	margin:0 auto;
}
#main_menu li {
	display:block;
	height:55px;
	float:left;
}

#main_menu_li01 {
	width:217px;
}
#main_menu_li02 {
	width:154px;
}
#main_menu_li03 {
	width:121px;
}
#main_menu_li04 {
	width:118px;
}
#main_menu_li05 {
	width:177px;
}
#main_menu_li06 {
	width:113px;
}

#main_menu_li01 a:link {
	display:block;
	width:217px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#main_menu_li01 a:hover {
	display:block;
	width:217px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat 0 -55px;
	text-indent:-9999px;
}

#main_menu_li02 a:link {
	display:block;
	width:154px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -217px 0;
	text-indent:-9999px;
}
#main_menu_li02 a:hover {
	display:block;
	width:155px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -217px -55px;
	text-indent:-9999px;
}
#main_menu_li03 a:link {
	display:block;
	width:121px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -371px 0;
	text-indent:-9999px;
}
#main_menu_li03 a:hover {
	display:block;
	width:121px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -371px -55px;
	text-indent:-9999px;
}
#main_menu_li04 a:link {
	display:block;
	width:118px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -492px 0;
	text-indent:-9999px;
}
#main_menu_li04 a:hover {
	display:block;
	width:118px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -492px -55px;
	text-indent:-9999px;
}
#main_menu_li05 a:link {
	display:block;
	width:177px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -610px 0;
	text-indent:-9999px;
}
#main_menu_li05 a:hover {
	display:block;
	width:177px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -610px -55px;
	text-indent:-9999px;
}
#main_menu_li06 a:link {
	display:block;
	width:113px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -787px 0;
	text-indent:-9999px;
}
#main_menu_li06 a:hover {
	display:block;
	width:113px;
	height:55px;
	background:url(../img/main_navi.gif) no-repeat -787px -55px;
	text-indent:-9999px;
}

/*footer*/
#footer {
	background:url(../img/footer_bg.gif) no-repeat bottom left;
	width: 100%;
	height:416px;
	margin-top:40px;
}
#footer_wrap {
	width: 900px;
	margin:0 auto;
	padding: 0;
}
#footer_l {
	width: 490px;
	margin:0;
	padding:0;
	float:left;
}
#footer_l p {
	margin-left:100px;
}

#footer_r {
	width: 270px;
	height:265px;
	overflow:visible;
	margin:0;
	padding:0;
	float:right;
	background:url(../img/box_bg.png) no-repeat bottom right;
}
.access_btn {
	width:146px;
	height:33px;
	float:right;
}
.access_btn a:link {
	display:block;
	width:146px;
	height:33px;
	background:url(../img/footer_access_btn.png) no-repeat 0 0;
	text-indent:-9999px;
}
.access_btn a:hover {
	display:block;
	width:146px;
	height:33px;
	background:url(../img/footer_access_btn.png) no-repeat 0 -33px;
	text-indent:-9999px;
}
#footer_navi {
	padding:0;
}
#footer_navi li {
	list-style:none;
	width:270px;
	height:20px;
	background:url(../img/li_mark.png) no-repeat 10px 8px;
	border-bottom:#CCCCCC 1px solid;
	font-size:14px;
	text-indent:40px;
	padding-top:10px;
	line-height:1em;
}
#footer_navi li a {
	display:block;
	width:270px;
	height:20px;
	text-decoration:none;
	font-weight:normal;
}
#footer_navi li a:link,#footer_navi li a:visited {color:#333333;}
#footer_navi li a:hover,#footer_navi li a:active {color:#e61b64;}

/*main*/
.mainContent {
	width:900px;
	margin:0 auto;
	padding: 0 20px;
}

.gototop {
	margin-top:20px;
	margin-bottom:60px;
	height:20px;
	width:100%;
}
.gototop a {
	display:block;
	width:120px;
	height:20px;
	float:right;
	text-indent:-9999px;
}
.gototop a:link,.gototop a:visited {
	background:url(../img/gototop.png) no-repeat 0 0;
}
.gototop a:hover,.gototop a:active {
	background:url(../img/gototop.png) no-repeat 0 -20px;
}

/*topページ*/
.ad_banner {
	width:881px;
	height:166px;
	margin:20px auto 30px auto;
}
#top_cont_wrap {
	height:auto;
	margin-bottom:100px;
}
#top_cont_l {
	width:450px;
}
#top_cont_r {
	width:385px;
	height:660px;
	overflow:visible;
}
#top_index_btn01,#top_index_btn02,#top_index_btn03,#top_index_btn04,#top_index_btn05 {
	width:384px;
	height:123px;
	margin-bottom:24px;
}
#top_index_btn01 {
	background:url(../img/top_index_btn01.jpg) no-repeat top left;
}
#top_index_btn02 {
	background:url(../img/top_index_btn02.jpg) no-repeat top left;
}
#top_index_btn03 {
	background:url(../img/top_index_btn03.jpg) no-repeat top left;
}
#top_index_btn04 {
	background:url(../img/top_index_btn04.jpg) no-repeat top left;
}
#top_index_btn05 {
	background:url(../img/top_index_btn05.jpg) no-repeat top left;
}
#top_index_btn01 dt,#top_index_btn01 dd,#top_index_btn02 dt,#top_index_btn02 dd,#top_index_btn03 dt,#top_index_btn03 dd,#top_index_btn04 dt,#top_index_btn04 dd,#top_index_btn05 dt,#top_index_btn05 dd  { width:242px; }
#top_index_btn01 dt,#top_index_btn02 dt,#top_index_btn03 dt,#top_index_btn04 dt,#top_index_btn05 dt {
	height:45px;
	text-indent:-9999px;
}
#top_index_btn01 dd,#top_index_btn02 dd,#top_index_btn03 dd,#top_index_btn04 dd,#top_index_btn05 dd {
	padding-top:5px;
	line-height:1.4em;
}
#top_index_btn01 dd p,#top_index_btn02 dd p,#top_index_btn03 dd p,#top_index_btn04 dd p,#top_index_btn05 dd p {
	text-align:right;
}

#news,#blog {
	width:438px;
	height:180px;
	border:#c3c2ea 1px solid;
	padding:5px;
	margin-bottom:10px;
}
#news_h3,#blog_h3 {
	display:block;
	width:438px;
	height:40px;
	margin:0 auto;
	padding:0;
}
#news_h3 img,#blog_h3 img {
	margin:0 auto;
}
#news_list,#blog_list {
	width:420px;
	height:135px;
	margin:5px 0 0 20px;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
}
#news_list dt,#blog_list dt {
	width:85px;
	height:10px;
	margin:0 ;
	padding:10px;
	float:left;
}
#news_list dd,#blog_list dd {
	width:270px;
	height:auto;
	margin:0;
	padding:10px;
	float:left;
	line-height:1.4em;
}

#news hr,#blog hr {
	display:block;
	width:410px;
	margin:0 auto;
	padding:0;
	border:0;
	height:0;
	border-bottom:#cccccc 1px solid;
}
#recruit_banner {
	width:449px;
	height:123px;
	margin:10px auto;
}
#room_info {
	width:438px;
	border:#c3c2ea 5px solid;
	height:auto;
	/*min-height:114px;*/
	background:url(../img/room_search_bg.jpg) no-repeat bottom right;
	margin:0 auto 10px;
	padding-bottom:76px;
}
#room_info h3 {
	margin:10px 0 10px 20px ;
}
#room_info p {
	margin:0 20px;
}

/*content*/
#content_main {
	width:100%;
	height:198px;
	margin:0 auto;
	border-top:#c3c2ea 1px solid;
	border-bottom:#c3c2ea 1px solid;
	background:url(../img/content_main.jpg) no-repeat center center;
}
#content_h2_wrap {
	width:900px;
	height:198px;
	margin:0 auto;
}
.content_h3 {
	width:852px;
	height:46px;
	overflow:visible;
	background:url(../img/content_h3.gif) no-repeat top left;
	text-indent:40px;
	font-size:167%;
	color:#2f0d58;
	padding-top:16px;
	margin:20px auto;
	font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
.content_h4 {
	width:773px;
	height:32px;
	overflow:visible;
	background:url(../img/content_h4.png) no-repeat top left;
	text-indent:27px;
	font-size:138.5%;
	color:#354631;
	padding-top:12px;
	margin:20px auto;
}

/*ラベンダービレッジとは*/
#rinen,#target,#rent,#staff {
	margin:20px auto 0 auto !important;

}
#intro .p_01 {
	width:850px;
	margin:50px auto 30px;
}
#intro .p_02 {
	width:770px;
	margin:30px auto 50px;
}
#intro .p_03 {
	width:770px;
	margin:20px auto 15px;
}
#intro .table_01 {
	width:770px;
	border-collapse:collapse;
	margin:20px auto 40px;
}
#intro .table_01 .tr_01 th {
	border:#333 1px solid;
	background-color:#9eb5ef;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#intro .table_01 .tr_02 th {
	border:#333 1px solid;
	background-color:#d6e2ff;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#intro .table_01 .tr_00 th {
	border:#333 1px solid;
	background-color:#ffffff;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#intro .table_01 .tr_01 td,#intro .table_01 .tr_02 td {
	border:#333 1px solid;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-size:93%;
}
/*受け入れ体制*/
#hallservice {
	margin:20px auto 0 auto !important;

}
#sys .p_01 {
	width:770px;
	margin:5px auto 50px;
}
#sys .p_02 {
	width:770px;
	margin:40px auto;
}
#sys .p_03 {
	width:770px;
	margin:5px auto 30px;
}

#sys .content_box {
	width:768px;
	margin:20px auto 70px;
}
#system_box01,#system_box02,#system_box03 {
	width:219px;
	padding:14px 10px;
	float:left;
	margin:0 8px;
}

#system_box01 h5,#system_box02 h5,#system_box03 h5 {
	margin:0;
}

#system_box01 {
	background-color:#e6e2fe;
}
#system_box02 {
	background-color:#f4e6be;
}

#system_box03 {
	background-color:#acbf95;
}
#system_box01 p,#system_box02 p {
	margin:10px 0;
}
#system_box03 ul {
	margin:10px 10px 10px 20px;
}

#system_box03 ul li {
	list-style-type:disc;
	line-height:1.4em;
}
#system_h401 {
	width:773px;
	height:88px;
	background:url(../img/system_h401.jpg) no-repeat top left;
	text-indent:-9999px;
	padding-top:16px;
	margin:0 auto;
}
#system_h402 {
	width:773px;
	height:88px;
	background:url(../img/system_h402.jpg) no-repeat top left;
	text-indent:-9999px;
	padding-top:16px;
	margin:0 auto;
}
#system_h403 {
	width:773px;
	height:88px;
	background:url(../img/system_h403.jpg) no-repeat top left;
	text-indent:-9999px;
	padding-top:16px;
	margin:0 auto;
}

.system_h404 {
	margin-left:36px;
}

#system_dl01 {
	width:775px;
	margin:0 auto;
}
#system_dl01 dt {
	text-indent:25px;
	font-size:153.9%;
	width:100%;
	height:40px;
}
#system_dl01 dt img {
	vertical-align:middle;
	margin: 0 15px 0 0;
}
#system_dl01 a {
	text-decoration:none;
	color:#333;
}

#system_dl01 dd {
	margin:0 0 10px 70px;
}
#system_dl01 hr {
	display:block;
	width:775px;
	margin:0 auto 10px;
	padding:0;
	border:0;
	height:0;
	border-bottom:#cccccc 1px dotted;
}
/*施設紹介*/
#equipment_main_img {
	margin:50px auto 100px;
	width:90%;
	height:auto;
}
#equip .p_01 {
	width:770px;
	margin:10px auto 50px;
}
#equip .p_02 {
	width:643px;
	margin:50px auto;
}
#equip .p_03 {
	width:496px;
	margin:50px auto;
}
#equipmeent_dl01 {
	width:770px;
	margin:0 auto;
    overflow: hidden; 
    zoom: 1;  
}
#equipmeent_dl01 dt {
    margin-bottom: 5px;  
    padding-bottom: 5px;  
    width: 230px;  
    float: left;  
    clear: both;  
    font-weight: bold;
	border-bottom:#2f0d58 solid 2px;
	line-height:2em; 
}
#equipmeent_dl01 dd {
    margin-bottom: 5px;  
    padding: 0 0 5px 250px;  
    border-bottom: 2px solid #c8c8c8;  
	line-height:2em; 
}

.flex-caption{width:96%;padding:2%;position:absolute;left:0;bottom:-20px;background:rgba(0,0,0,0.4);color:#fff;text-align:left;text-shadow:0 -1px 0 rgba(0,0,0,0.3);font-size:14px;line-height:18px}

#equip .content_box {
	width:810px;
	height:auto;
	margin:30px auto;
}
.equipment_img_box01 {
	width:370px;
	height:auto;
	margin:0 17px 10px 17px;
	float:left;
}
.equipment_img_box01 .box_in {
	width:100%;
	height:auto;
	margin:0 auto !important;
	padding:0;
	position:relative;
	text-align:center;
	background:rgba(0,0,0,0.4);
}
.equipment_img_box01 .box_in h5 {
	background:rgba(0,0,0,0.4);
	width:350px;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	bottom:0;
	text-align:left;
}
.equipment_img_box01 p {
	width:100%;
	padding:5px 0;
}
.equipment_img_box02 {
	width:190px;
	height:351px;
	margin:0 17px;
	float:left;
}
.equipment_img_box03 {
	width:552px;
	height:auto;
	margin:0 17px;
	float:left;
}
.equipment_img_box03 dl dt {
	font-size:153.9%;
	width:100%;
	border-bottom:#826f9c 1px dotted;
	padding:30px 0 10px 0;
}
.equipment_img_box03 dl dd {
	font-size:108%;
	padding:10px 0;
	margin:5px 0 0 0;
}

/*料金表*/
#fee .table_01 {
	width:770px;
	border-collapse:collapse;
	margin:20px auto 40px;
}
#fee .table_01 .tr_01 th {
	border:#333 1px solid;
	background-color:#9eb5ef;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#fee .table_01 .tr_02 th {
	border:#333 1px solid;
	background-color:#d6e2ff;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#fee .table_01 .tr_00 th {
	border:#333 1px solid;
	background-color:#ffffff;
	padding:10px;
	text-align:left;
	font-size:93%;
	font-weight:normal;
}
#fee .table_01 .tr_01 td,#fee .table_01 .tr_02 td {
	border:#333 1px solid;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-size:93%;
}
#fee .p_01 {
	width:770px;
	margin:5px auto;
}
#fee .p_02 {
	width:770px;
	margin:-40px auto 40px;
}
#fee .content_box {
	width:852px;
	height:auto;
	margin:0 auto;
	background:url(../img/fee_box01_bg.gif) repeat-x top left;
	padding-top:20px;
}
.fee_li {
	width:730px;
	margin:10px auto;
	padding-left:40px;
}

.fee_li li {
	list-style-type:disc;
	line-height:2em;
}
.fee_box01 {
	width:770px;
	height:auto;
	margin:0 auto 50px;
}
.fee_box01 dl dt {
	font-size:153.9%;
	width:100%;
	border-bottom:#333 1px dotted;
	padding:10px 0;
}
.fee_box01 dl dd {
	font-size:108%;
	margin:5px 0 0 0;
}
.fee_box01 dl dt em {
	color:#ca472f;
	font-style: normal;
}
.fee_box01 dl dt em span {
	font-size:1.2em;
}

#fee .content_box h5 {
	width:770px;
	height:20px;
	margin:30px auto 20px;
	background:url(../img/li_mark.png) no-repeat top left;
	color:#424183;
	font-size:138.5%;
	text-indent:30px;
	line-height:1em;
}
.fee_box02 {
	width:690px;
	height:auto;
	margin:0 auto 50px;
	padding:20px 39px 0 39px;
	border:#a3a3a3 1px solid;
}
#fee .table_02,#fee .table_03 {
	width:100%;
	border-collapse:collapse;
}
#fee .table_02 .td_01 {
	border:#a3a3a3 1px solid;
	background-color:#d1caca;
	padding:10px;
	text-align:center;
	font-size:138.5%;
	font-weight:normal;
}
#fee .table_02 .td_02 {
	border:#a3a3a3 1px solid;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-size:138.5%;
	font-weight:bold;
}
#fee .table_02 .td_03 {
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-size:161.6%;
	font-weight:bold;
}
#fee .table_02 .td_04 {
	background-color:#fff;
	padding:10px;
	text-align:right;
	font-size:138.5%;
	font-weight:bold;
	color:#ca472f;
}
#fee .table_02 .td_04 em {
	font-size:1.4em;
	font-weight:bold;
	color:#ca472f;
	font-style:normal;
}
#fee .table_03 {
	width:770px;
	margin:40px auto 80px;
	border-collapse:collapse;
}
#fee .table_03 th {
	border:#333 1px solid;
	background-color:#d1caca;
	padding:10px;
	text-align:left;
}
#fee .table_03 td {
	border:#333 1px solid;
	background-color:#fff;
	padding:10px;
	text-align:left;
}
#fee .table_03 .td_05 {
	padding:10px 20px;
	text-align:center;
}
/*入居のご案内*/
#guide .p_01 {
	width:710px;
	margin:0 auto;
	padding:10px;
	background:url(../img/p_01_bg.gif) repeat top left;
	border:#fff 1px solid;
	-webkit-box-shadow: 1px 1px 0px rgba(212,212,212,0.9);
	-moz-box-shadow: 1px 1px 0px rgba(212,212,212,0.9);
	-ms-box-shadow: 1px 1px 0px rgba(212,212,212,0.9);
	box-shadow: 1px 1px 0px rgba(212,212,212,0.9);
}

#guide .content_box {
	width:770px;
	height:auto;
	margin:20px auto;
}

#guide .guide_h4 {
	display:block;
	width:773px;
	height:44px;
	overflow:visible;
	background:none;
	color:#354631;
	margin:20px auto;
	padding:0;
}

#guide .guide_h4 a {
	display:block;
	width:773px;
	height:44px;
	min-height:44px;
	text-indent:27px;
	font-size:138.5%;
	padding:0;
	margin:0;
	line-height:2.5em;
}

#guide .guide_h4 a:link,#guide .guide_h4 a:visited {
	background:url(../img/guide_h4.png) no-repeat 0 0;
	text-decoration:none;
	color:#3b1b61;
}
#guide .guide_h4 a:hover,#guide .guide_h4 a:active {
	background:url(../img/guide_h4.png) no-repeat 0 -44px;
	text-decoration:none;
	color:#e61b64;
}

#guide .content_box .p_01 ol,#guide .content_box .p_01 ul {
	margin:5px 10px 5px 20px;
}
#guide .content_box .p_01 ol li {
	list-style-type:decimal;
	line-height:1.6em;
}
#guide .content_box .p_01 ul li {
	list-style-type:disc;
	line-height:1.6em;
}

/*アクセス*/
.access_map_box {
	width:820px;
	height:auto;
	margin:20px auto;
	padding:15px;
	background-color:#d1caca;
}
.access_map_box .box_in {
	width:780px;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	padding:15px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}

#acsc .p_01 {
	width:770px;
	margin:20px auto 50px;
}
.access_dl01 {
	width:770px;
	margin:0 auto 50px;
}
.access_dl01 dt {
	padding-top:20px;
}

.access_dl01 em {
	font-size:1.4em;
	font-weight:bold;
	color:#ca472f;
	font-style:normal;
}

.access_img_box {
	margin:50px auto 50px;
	width:804px;
}
.access_img_box01 {
	width:234px;
	margin: 0 17px 10px 17px;
	float:left;
}
.access_img_box02 {
	width:214px;
	margin: 0;
	padding:10px;
	background-color:#d1caca;
}
.access_img_box02 .box_in {
	width:200px;
	margin: 0;
	padding:7px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}
.access_img_box02 .box_in img {
	width:200px;
	height:auto;
	border:#9794c6 1px solid;
}
.access_img_box01 h4 {
	margin:10px auto;
	font-weight:normal;
	font-size:108%;
}
#rcrt .table_01,#inq .table_01 {
	width:770px;
	border-collapse:collapse;
	margin:0 auto 40px;
	border:#fff 1px solid;
}

#rcrt .table_01 th {
	width:135px;
	border:#fff 1px solid;
	background-color:#9794c6;
	text-align:left;
	color:#fff;
	padding:10px;
	font-size:108%;
	line-height:2em;
}

#rcrt .table_01 td,#inq .table_01 td {
	border:#fff 1px solid;
	background-color:#f3efee;
	text-align:left;
	padding:10px;
	line-height:2em;
}

/*お問い合せ*/
#inq .content_box,#room .content_box {
	width:790px;
	height:auto;
	margin:50px auto;
	padding:30px 30px 100px 30px ;
	background:url(../img/box_bg.png) #fff no-repeat bottom right;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}
#inq .content_box ol {
	margin:5px 10px 5px 20px;
}
#inq .content_box ol li {
	list-style-type:decimal;
	line-height:2em;
}

#inq .table_01 th {
	border:#fff 1px solid;
	background-color:#9794c6;
	text-align:left;
	color:#fff;
	padding:10px;
	font-size:108%;
	line-height:1.5em;
}

#inq .table_01 th span {
	vertical-align:top;
}
#inq .table_01 th img {
	margin-left:10px;
}

/*新着情報*/













/************************************************/
/*************       wordpress      *************/
/************************************************/

/*PagiNavi*/
.wp-pagenavi {
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #1E1E66;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1E1E66;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #6669A4;
}

.list_main_text{
	padding: 0px 0px 6px;
}


.content_box .box_in {
	margin:20px;
} 

.content_box .box_in .i_left .left_box{
	float: left;
	height: auto;
	width: 300px;
	line-height: 24px;
	}

.content_box .box_in .i_left .left_box img{
	width: 300px;
	height:auto;
	margin-bottom:10px;
	border:5px #fff solid;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	}
	
.content_box .box_in .i_left .left_box p{
	margin-bottom:10px;
	}
	
.content_box .box_in .i_left .right_box{
	float: right;
	height: auto;
	width: 410px;
	line-height: 24px;
	}

.content_box .box_in .i_right .left_box{
	float: left;
	height: auto;
	width: 410px;
	line-height: 24px;
	}

.content_box .box_in .i_right .right_box{
	float: right;
	height: auto;
	width: 300px;
	line-height: 24px;
	}

.content_box .box_in .i_right .right_box img{
	width: 300px;
	height:auto;
	margin-bottom:10px;
	border:5px #fff solid;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	}

.content_box .box_in .i_right .right_box p{
	margin-bottom:10px;
	}
