@charset "shift_jis";

/* Table of Contents
--------------------------
	Reset
	Base
	Style
	Text
	Layout
	Clearfix Settings
	Navigation
-------------------------- */


/* Reset
-----------------------------------------------	*/
h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}

html {
	overflow-y: scroll;
}

img{ border: none;}
em{ font-style: normal; font-weight: normal;}
ol, ul{ list-style-type: none;}


/* Base
-----------------------------------------------	*/
html, body {
	color: #333300;
	background:#334509 url(../img/body.jpg) repeat-x 0px -100px;
	height: 100%;
	width: 100%;
	font: 87%/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, verdana, arial, sans-serif;
	}

a:link, a:visited{
	color: #993300;
	text-decoration: none;
	}
a:hover, a:active{
	color: #CCCC00;
	text-decoration: underline;
	}
h1 {
	padding: 2px 5px;
	line-height: 16px;
	text-align: left;
	width: auto;
	float: left;
	font-size: 83%;
	}
h2 {
	line-height: 16px;
	text-align: left;
	}
strong{
	border: none;
	color: #cc2255;
}


/* Style
-------------------------------------- */
.border {
	border: 1px solid #D4255A;
	}
.borderdot {
	border: 2px dotted #F4AEAE;
	}
.border_btm {
	border-bottom: 2px dotted #F4AEAE;
	}

.m5 {	margin: 5px;}
.m10 {	margin: 10px;}
.mt5 {	margin: 5px 0px 0px 0px;}
.mt10 {	margin: 10px 0px 0px 0px;}

.line_g {
	background: url(../img/line_g.gif) repeat-x;
	height: 9px;
	width: auto;
	}
.line_p {
	background: url(../img/line_p.gif) repeat-x;
	height: 10px;
	width: auto;
	}
.btn {
	background: #B43F5A url(../img/bnrback.jpg) repeat-x;
	line-height: 14px;
	padding: 3px 5px;
	width: 110px;
	color: #FFFDDD;
	height: auto;
	margin: 0px 2px;
	border: 3px double #FFFDdd;
	text-align: center;
	float: right;
	font-weight: bold;
	display: block;
	}
	.btn a:link,.btn a:visited,.btn a:hover,.btn a:active {
	color: #FFFDDD;
	}


/* Text
-------------------------------------- */
.small,.small01,.small02,.smallB,.small01B,.small02B
	{
	font-size: 83%;
	line-height: 1.5em;
}
.medium,.medium01,.medium02,.mediumB,.medium01B,.medium02B
	{ font-size: 124%;}
.large,.txtBL,.color01BL,.color02BL
	{ font-size: 141%;}

.txtB,.txtBL,.color01B,.color01BL,.color02B,.color02BL,.smallB,.small01B,.small02B,.mediumB,.medium01B,.medium02B
	{ font-weight: bold; line-height: 1.6em;} 

.color01,.color01B,.color01BL,.small01,.small01B,.medium01,.medium01B
	{  color: #bb1133;}
.color02,.color02B,.color02BL,.small02,.small02B,.medium02,.medium02B
	{  color: #ee9922;}


/* Layout 
-------------------------------------- */
div#container {
	margin: 0px auto;
	width: 830px;
	height: auto;
	background: url(../img/back.jpg) repeat-y 0px -100px;
	}
	div#container_inner {
	width: auto;
	height: auto;
	background: url(../img/shadow_left.jpg) no-repeat 0px -100px;
	padding: 0px 0px 0px 15px;
	}
	div#container_inner02 {
	background: url(../img/shadow_right.jpg) no-repeat right -100px;
	height: auto;
	width: auto;
	padding: 0px 15px 0px 0px;
	}
div#header {
	margin: 0px auto;
	width: 100%;
	height: 100px;
	background: url(../img/header.jpg) no-repeat;
	color: #FFFDDd;
	}
	#headernavi {
	float: right;
	margin: 3px;
	height: 18px;
	width: 240px;
	padding: 0px;
	}
	#headernavi li {
	height: auto;
	float: left;
	text-indent: 15px;
	width: 80px;
	background: url(../img/arrow.gif) no-repeat left center;
	margin: 0px;
	padding: 0px;
	display: list-item;
	}
	#headernavi a {
	color: #FFFDDD;
	}


div#logo {
	width: 230px;
	height: 40px;
	background: url(../hp/img/logo.gif);
	float: left;
	clear: left;
	padding: 20px;
	}
	div#logo a {
	display: block;
	height: 40px;
	width: 230px;
	text-indent: -9999px;
	}

div#main {
	margin: 0px auto 10px;
	width: auto;
	height: auto;
	min-height: 370px;
	}

#titleimg {
	background: url(../img/line_g.gif) repeat-x left bottom;
	margin: 0px;
	padding: 0px 0px 9px;
	height: auto;
	width: 100%;
}
div#frame01 {
	margin: 10px 10px 20px 0px;
	width: 160px;
	height: auto;
	float: left;
	}
div#frame02 {
	margin: 10px 0px 20px;
	width: auto;
	height: auto;
	float: left;
	}

div#footer {
	margin: 0px auto;
	width: 800px;
	height: auto;
	background: url(../img/footer.jpg) no-repeat center top;
	clear: both;
	color: #FFFddd;
	padding: 0px 15px;
	}
	div#footer img {
	margin: 5px 3px 3px;
	padding: 0px;
	float: left;
	}
	div#footer .add {
	margin: 5px;
	float: right;
	text-align: right;
	}
div#footernavi {
	margin: 0px 0px 0px 10px;
	padding: 6px 10px;
	text-align: left;
	height: 38px;
	float: left;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
	}
	div#footer a {
	color: #FFFFFF;
	}

div#pagetop {
	margin: 0px;
	padding: 0px 10px;
	float: right;
	height: 15px;
	width: 100px;
	font-size: 10px;
	}

.lfloat {float: left;}
.rfloat {float: right;}
.lfloatm5 {float: left;margin: 0px 5px;}
.rfloatm5 {
	float: right;
	margin: 0px 5px;
}
.alignleft {text-align:left;}
.alignleft img {padding: 4px;}
.alignright {text-align: right;}
.alignright img {padding: 4px;}

.clear {clear: both;}


/* Clearfix Settings
-----------------------------------------------	*/
.clearfix:after{ content:"."; height:0px; clear:both; display: block; visibility:hidden; }
/* IE7 and MacIE5 \*/
.clearfix { display:inline-block; }
/* WinIE5x \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* */


/* Navigation 
-------------------------------------- */
#naviframe {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 100%;
	}
#navi {
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	width: 100%;
	background: url(../img/navi.jpg) no-repeat left top;
	}
	#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#navi li {
	height: 50px;
	float: left;
	text-indent: -9999px;
	width: 160px;
	}
	#navi a {
	height: 50px;
	display: block;
	text-indent: -9999px;
	width: 160px;
	}

#navi01 a {background: url(../img/navi.jpg) no-repeat 0px 0px;width:}
#navi01,#navi01 a:hover {background: url(../img/navi_over.jpg) 0px 0px;}
#navi02 a {background: url(../img/navi.jpg) no-repeat -160px 0px;width:}
#navi02,#navi02 a:hover {background: url(../img/navi_over.jpg) -160px 0px;}
#navi03 a {background: url(../img/navi.jpg) no-repeat -320px 0px;width:}
#navi03,#navi03 a:hover {background: url(../img/navi_over.jpg) -320px 0px;}
#navi04 a {background: url(../img/navi.jpg) no-repeat -480px 0px;width:}
#navi04,#navi04 a:hover {background: url(../img/navi_over.jpg) -480px 0px;}
#navi05 a {background: url(../img/navi.jpg) no-repeat -640px 0px;width:}
#navi05,#navi05 a:hover {background: url(../img/navi_over.jpg) -640px 0px;}


/* index 
-------------------------------------- */
div#news {
	margin: 0px 20px 0px 25px;
	padding: 0px;
	/*height: 180px;*/
	width: 500px;
	border: 3px double #eeaa99;
	float: left;
	display: inline;
	}
#skip {
	margin: 5px auto 10px;
	height: auto;
	width: 98%;
	text-align: right;
	}

.indxbnr {
	margin: 0px 25px 10px 0px;
	padding: 0px;
	height: 55px;
	width: 220px;
	float: right;
	display: inline;
	}
#titleimg {
	background: url(../img/line_g.gif) repeat-x left bottom;
	height: auto;
	width: auto;
	padding: 0px 0px 9px;
}
.news_box{
	position: relative;
	margin: 0 15px 10px;
	height:140px;
	overflow: auto;
}
.admin{
	display:table;
	border:solid 1px #993300;
	padding:0 3px;
}
/* ryouri 
-------------------------------------- */
#ryourinavi {
	margin: 0px auto 5px;
	padding: 0px;
	height: 40px;
	width: 100%;
	background: url(../img/ryouri_navi.gif) no-repeat left top;
	}
	#ryourinavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#ryourinavi li {
	height: 40px;
	float: left;
	text-indent: -9999px;
	width: 160px;
	}
	#ryourinavi a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	width: 160px;
	}

#ryourinavi01 a {background: url(../img/ryouri_navi.gif) no-repeat 0px 0px;width:}
#ryourinavi01,#ryourinavi01 a:hover {background: url(../img/ryouri_naviover.gif) 0px 0px;}
#ryourinavi02 a {background: url(../img/ryouri_navi.gif) no-repeat -160px 0px;width:}
#ryourinavi02,#ryourinavi02 a:hover {background: url(../img/ryouri_naviover.gif) -160px 0px;}
#ryourinavi03 a {background: url(../img/ryouri_navi.gif) no-repeat -320px 0px;width:}
#ryouribnavi03,#ryourinavi03 a:hover {background: url(../img/ryouri_naviover.gif) -320px 0px;}
#ryourinavi04 a {background: url(../img/ryouri_navi.gif) no-repeat -480px 0px;width:}
#ryourinavi04,#ryourinavi04 a:hover {background: url(../img/ryouri_naviover.gif) -480px 0px;}
#ryourinavi05 a {background: url(../img/ryouri_navi.gif) no-repeat -640px 0px;width:}
#ryourinavi05,#ryourinavi05 a:hover {background: url(../img/ryouri_naviover.gif) -640px 0px;}

div#ryouribnr {
	background: #B43F5A url(../img/bnrback.jpg) repeat-x;
	line-height: 14px;
	padding: 4px 5px;
	width: 170px;
	color: #FFFDDD;
	height: auto;
	margin: 0px;
	border: 3px double #FFFDdd;
	text-align: center;
	float: right;
	display: block;
	}
	div#ryouribnr a {
	color: #FFFDDD;
	}
#ryouri02 {
}


/* season 
-------------------------------------- */
#spring {
	margin: 0px auto 40px;
	padding: 10px 20px;
	height: auto;
	width: 600px;
	border: 3px double #ee9999;
	clear: both;
	}
#summer {
	margin: 0px auto 40px;
	padding: 10px 20px;
	height: auto;
	width: 600px;
	border: 3px double #66cc66;
	clear: both;
	}
#autumn {
	margin: 0px auto 40px;
	padding: 10px 20px;
	height: auto;
	width: 600px;
	border: 3px double #ffbb33;
	clear: both;
	}
#winter {
	margin: 0px auto 40px;
	padding: 10px 20px;
	height: auto;
	width: 600px;
	border: 3px double #cccccc;
	clear: both;
	}

/*	#summer strong {
	color: #66cc66;
	}
	#winter strong {
	color: #cccccc;
	}
	#autumn strong {
	color: #ffbb33;
	}
*/
#container_inner02 .trp_box {
	width: 216px;
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* rss_content
----------------------------------------------------------- */
#plan_rss {width:480px; margin:0 0 10px 25px; padding:10px; display: block; font-size: 14px; border:3px double #eeaa99;}

/* 
----------------------------------------------------------- */
#mini { background:#FFE6AF;margin:10px 0 0 0; padding:0px; display: block; height: auto; }
#mini hr {width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border-style: none; visibility: hidden;}

/*プラン*/
#mini #minileft {width: 300px; margin: 0px; padding: 0px 0px 2px; float: left;}
#mini #minileft p {font-size:12px; line-height:18px; margin:0 0px 10px 10px; padding: 0px;}
#mini #minileft h4 {margin: 0px; padding: 5px 10px; font-size:13px; font-weight:bold;  line-height: 1.2em;}
#mini #minileft h4 a{margin: 0px; padding:0; color: #990033; text-decoration: none;}
#mini #minileft h4 a:hover {color: #990033; font-weight:bold; text-decoration: underline;}

#mini #miniright {width: 160px; text-align: right; margin: 0px; padding: 5px; float: right;}
#mini #miniright img {margin: 0px 0px 10px; padding: 0px; border-style: none;}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {display: block; margin: 0px; padding: 0px; width: 160px; height: 105px;
		background: url(m_plan02.gif) no-repeat;}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
#main .ryoukin_text01 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 2px solid #334509;
	font-size: 15px;
	color: #334509;
	font-weight: bold;
}
#main .ryoukin_text02 {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 2px solid #CC0000;
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}
#main table tr td .ryoukin_text03 {
	font-size: 16px;
	color: #C7315C;
	font-weight: bold;
}

.swip{
	width:800px;
	height:360px;
	overflow: hidden;
}
.w780{
	width:780px;
	display:table;
	margin: 0 auto;
}
.flex{
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.fac_box{
	width:380px;
	word-break: break-all;
	margin-bottom: 20px;
}
.fac_name{
	color:#446611;
	font-weight:bold;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	padding: 3px 0;
	border-bottom: 1px dotted #446611;
	margin-bottom: 3px;
}
.txt_l{
	text-align: left;
	line-height: 1.6em;
	font-size: 15px;
}



.mb15px{
	margin-bottom: 15px;
}
