@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*背景色*/
	background-color: #FFF;
	background-image: url(../images/footerbg_img2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/* スライダー
---------------------------------------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	color: #fff;
	display: inline-block;
	background: #333;
	padding: 0 15px;
	border-radius: 10px;
}
.pagination a:hover {
	background: #588F1A;
	color: #fff;
}
.pagination li {
	display: inline;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #548b18;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 977px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 145px;	/*背景画像の読み込み＆リピートしない＆右側上部に配置*/
	position: relative;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*h1タグの設定*/
header h1 {
	font-size: 12px;		/*文字サイズ*/
	color: #333;			/*文字色*/
	text-align: left;		/*右寄せ*/
}
header h1 a, header h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの場所に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から20pxの場所に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの場所に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの場所に配置*/
	width: 100%;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
nav#menu ul .non {
	border-right:none;
}
nav#menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	width: 162px;	/*メニュー幅*/
	text-align: center;
	padding: 10px 0px;
	background-color: #548b18;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#548b18), to(#639d24));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#548b18, #639d24);	/*同上*/
	background-image: linear-gradient(#548b18, #639d24);
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	margin-left: 0;
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background: #333;
	color: #FFF;
}
/*現在表示中メニュー。current*/
nav#menu ul li#current {
	border-top: 4px solid #548b18;	/*上の線の幅、線種、色*/
}
nav#menu ul li#current a {
	color: #548b18;	/*文字色*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	background-color: #2b2c2e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#454746, #2b2c2e);	/*同上*/
	background-image: linear-gradient(#454746, #2b2c2e);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #bcbcbc;			/*同上*/
	font-size: 16px;
	font-weight: bold;
	color: #FFF;	/*文字色*/
	padding: 5px 10px 5px 15px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-bottom: 5px solid #548b18;	/*下側の線の幅、線種、色*/
}
#main h2.gd {
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px 5px 15px;
	background-image: linear-gradient(-225deg, #548b18 0%, #7cc42f 100%);
}


/*MENUページで使っているh1見出しタグのスタイル*/
#main h1.type1 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	color: #548b18;	/*文字色*/
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左の線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 260px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh1タグ設定*/
#sub h1 {
	color: #FFF;	/*文字色*/
	font-size: 100%;
	padding: 5px 40px 5px 10px;	/*左から、上、右、下、左への余白*/
	background-color: #548b18;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/bg_mark.png), -webkit-gradient(linear, left top, left bottom, from(#548b18), to(#639d24));	/*グラデーション*/
	background-image: url(../images/bg_mark.png), -webkit-linear-gradient(#548b18, #639d24);	/*同上*/
	background-image: url(../images/sidemenu_icon.png);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	border-top: 1px solid #6cb31f;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #457414;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #457414;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #6cb31f;		/*左側の線の幅、線種、色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	padding-left:10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-bottom: 1px dashed #666;	/*下の線の幅、線種、色*/
	color: #FFF;		/*文字色*/
	background: #333 url(../images/bg1.png);
}
#sub .box1 ul li a {
	background: transparent;
}
/*マウスオン時の設定*/
#sub ul li a:hover {
	background: #FFF;	/*背景色*/
	color: #548b18;			/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	color: #FFF;		/*文字色*/
	padding: 10px;		/*ボックス内の余白*/
	-webkit-box-shadow: 1px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #bcbcbc;			/*同上*/
	background: #333 url(../images/bg1.png);
}
#sub .box1 a {
	color: #FFF;	/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	position: relative;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FC0;
}
footer .pr a:hover {
	 background-color:#FC0;
	 color:#fff;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 370px;	/*ボックスの高さ*/
	width: 280px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bcbcbc;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 23px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 10px 1em;
	position: relative;
	border: 1px solid #CCC;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #548b18;	/*文字色*/
	border-bottom: 2px dotted #548b18;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}
#facebook {
	margin-top: 20px;
}
#facebook .facebook {
	text-align: center;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	border-radius:0 0 10px 10px;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 470px;
	padding-left: 10px;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius:0 0 10px 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	background-color: rgba(255,255,255,0.7)
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 40%;
	padding: 10px;
	text-align: center;
	background-color: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #DDD595;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
	color: #333;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pageTop {
	clear: both;
	text-align: right;
	position:fixed;
    bottom:0px;
    right:0px;
	z-index:200;
}
#pageTop a {
	color: #FFF;	/*文字色*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}
/*マウスオン時*/
#pageTop a:hover {
	background-color: #FB6C1F;
	color: #FFF;
}

#menu_menu {
	clear: both;
	text-align: left;
	position:fixed;
    bottom:0px;
    left:0px;
	z-index:200;
	visibility:hidden;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
#main img.wa {
	width: 100%;
	height: auto;
}
.pagetop {
	clear: both;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.2em;
}
#top_bg {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/top_bgimg.jpg);
}
.fc_red {
	color: #C10421;
}
.fs_13 {
	font-size: 1.3em;
}

table.table1{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
    padding:5px 1px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	text-align:center;
	vertical-align:middle;
}
.table1 thead th:empty{
    background:transparent !important;
    border:none !important;
}
.table1 tbody th {
color: #fff;
text-shadow: 1px 1px 1px #568F23;
background-color: #9DD929;
border: 1px solid #93CE37;
border-right: 3px solid #9ED929;
padding: 5px;
background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(158,217,41)), color-stop(0.51, rgb(139,198,66)), color-stop(0.87, rgb(123,192,67)) );
background: -moz-linear-gradient( left bottom, rgb(158,217,41) 2%, rgb(139,198,66) 51%, rgb(123,192,67) 87% );
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.table1 tbody td{
	padding: 5px 1px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #7BC043;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	text-align:center;
	vertical-align:middle;
}


#sub section .utime {
	color: #FFF;
	background-color: #46220B;
	padding: 5px 3px;
	border-radius:0 0 5px 5px;
}
#sub section .utime p {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 90%;
	line-height: 1.8em;
	padding-bottom: 10px;
}
#container footer #f_bnr {
	text-align: left;
}
.tel-link {
	display: inline-block;
	height: 68px;
	width: 457px;
	float: right;
}
.tel-cover {
	display: inline-block;
	height: 68px;
	width: 457px;
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#f_bnr {
	position: relative;
}
.pan ul li {
	float: left;
	padding-top: 3px;
}
.pan ul .home {
	background-image: url(../images/home_img.png) !important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	padding-left: 18px!important;
}
.this_page {
	margin-left: 10px!important;
}
.pan ul {
	list-style-type: none!important;
	margin-left: 0px!important;
	padding-bottom:0;
}
.pan ul li a { color:#008421; }
.pan ul li a:hover { color:#fff; background-color:#FF2D96; }
.office .statsDay {
	width: 100%;
	border-collapse: collapse;
}
.office .statsDay th {
	padding: 10px;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight: bold;
}
.office .statsDay td {
	padding:10px;
	background-color: #fff;
    border: 1px solid #b9b9b9;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.telnum {
	font-size: 1.8em;
	font-weight: bold;
	color: #8C0000;
	text-align: center;
}
.flow {
	background-color: rgba(255,255,255,0.7);
	/* border */
	border: 4px solid rgb(71, 37, 9);
	margin-bottom: 60px;
	padding: 10px;
	position: relative;
}
.nagare {
	list-style-type: none;
	margin: 0px;
	padding: 20px 0 0;
}
#main section .nagare .flow h2 {
	line-height: 1em;
	margin-top: -20px;
	margin-bottom:10px;
	font-size: 1.1rem;
}
#main section .nagare .flow p {
	margin: 0px;
	padding: 0px;
}
.yaji {
	width: 0;
	height: 0;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	border-top-width: 20px;
	border-right-width: 40px;
	border-bottom-width: 0px;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #46220B;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.yaji2 {
	width: 0;
	height: 0;
	margin-left:-40px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	border-top-width: 20px;
	border-right-width: 40px;
	border-bottom-width: 0;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3021C;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.nagare .flow .pic {
	float: right;
	width: 300px;
	margin-left: 10px;
}
section .nagare .flow.clearfix .pic img {
	height: auto;
	width: 100%;
}
.nagare .flow h2 {
	font-size: 110%;
}
#main .nagare .flow h2 span {
	color: #FFF;
	background-color: #F60;
	padding: 3px 10px;
	border-radius: 10px;
}
.marker {
	background-color: #FF0;
}
a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.mini {
	font-size: 80%;
}
#main .plan {
	padding: 10px 0;
}
#main .plan dl dt span {
	color: #FFF;
	background-color: #633232;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius:5px 5px 0 0;
	display: block;
}
.plan dl dd {
	border: 3px solid #633232;
	margin-top: -2px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.8em;
	border-radius:0 5px 5px 5px;
}

.parking {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.office {
	padding-top: 20px;
	padding-bottom: 20px;
}
.last_contents { background-color: rgba(255,255,255,0.8); border-radius:0 0 10px 10px; border:none !important;}
.hosoku {
	background-color: rgba(70,34,11,0.8);
	padding: 10px;
	border-radius: 0 0 10px 10px;
}
#main #map .hosoku h2 {
	font-size: 110%;
	color: #FFF;
}
#map .hosoku .clearfix li {
	float: left;
	margin-right: 20px;
	color: #FFF;
}
section .nayami ul li {
	background-image: url(../images/sango/checkmark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 15px;
	padding-top: 2px;
}
section .nayami ul {
	float: right;
	margin-top: 10px;
}
.nayami { padding:10px; position:relative; }
.picup {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.bigger {
	font-size: 140%;
}
section .wake dt span {
	color: #FFF;
	background-color: #F69;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 5px;
	border-radius: 15px;
}
.wake dt {
	display: block;
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
}
.wake dd{
	border:8px solid #FF6699;
	padding: 10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
}
.faq dt {
	background-image: url(../images/sango/faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	min-height: 125px;
	padding-top: 10px;
}
.faq dd {
	background-image: url(../images/sango/faq_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	min-height: 125px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.faq dt p {
	font-size: 130%;
	background-color: #d5fafc;
	padding: 10px;
	margin-left: 120px;
	margin-top: 10px;
	border-radius:15px;
}
.faq dd p {
	font-size: 110%;
	background-color: #fce0f8;
	padding: 10px;
	margin-left: 120px;
	margin-top: 10px;
	border-radius:15px;
}
.no_border {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
section .wake2 dt span {
	color: #FFF;
	background-color: #FF6600;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 5px;
	border-radius: 15px;
}
.wake2 dt {
	display: block;
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
}
.wake2 dd{
	border:8px solid #FF6600;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mailformpro .mfp_phase .mailform .mfp .mini {
	font-size: 80%;
	color: #C00311;
}
#main section .otoiawase {
	font-size: 200%;
	text-align: center;
}
#main #policy {
	padding: 10px; background-color: rgba(255,255,255,0.8); border-radius:15px; margin-top:60px;
}
#main section #policy h3 {
	font-size: 120%;
	font-weight: bold;
	color: #46220B;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #46220B;
	margin-top: 30px;
	padding-top: 30px;
}
#main section #policy h4 {
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#main section #policy p {
	font-size: 90%;
}
.caution {
	padding-top: 10px;
}
.caution img {
	display:inline-block;
	float: left;
	margin-right: 30px;
	margin-left:10px;
}
.caution img #anshin {
    height:350px;
	width:auto;
}

.shadow {
	-webkit-box-shadow: 1px 2px 5px #bcbcbc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #bcbcbc;			/*同上*/
	background: #333 url(../images/bg1.png);
}
.jiko_bnr {
	margin-top: -10px !important;
}
.kaiseki .leftbox {
	float: left;
	width: 345px;
}
.kaiseki .rightbox {
	width: 345px;
	float: right;
}
#contents #main section .kaiseki h2 {
	font-size: 120%;
	text-align: center;
}
.nayami .school {
	float: right;
	display: inline-block;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
.schoolpoint h2 span{
	background-color: #E34BAF;
	padding:5px 10px;
	color: #FFF;
	font-size: 130%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.schoolpoint h2 {text-align:center;}
#main .nayami .school p {margin:0; padding:0;}
.school_img {
	width: 240px;
	float: left;
}
#main .schoolpoint ul {
	display: block;
	padding: 10px;
	width: 80%;
	border: 5px ridge #E34BAF;
	margin-right: auto;
	margin-left: auto;
}
.txt_c {
	text-align: center;
}
#main .hoken h2 {
	font-weight: bold;
	color: #548B18;
	padding-left: 10px;
	font-size: 1.2em;
}
.last_box,.blog {
    background-color: rgba(255,255,255,0.7);
	border-radius:0 0 10px 10px;
}
img.aline_l {
	float:left;
	margin-right:20px;
}
.fs_08 {
	font-size: 0.8em;
}
.blog { padding:10px 0; }
.blog h2 {
	position: relative;
    margin: 20px 0 10px;
    padding: 0.5em 0 0.2em 1.5em;
    border: 2px solid #59921D;
    font-size: 22px;
    font-weight: bold;
}
.blog h2:before {
	content: "";
    position: absolute;
    background: #59921D;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.blog h3 {
		margin: 20px 0 10px;
    padding: 0.3em 0.8em 0.2em;
    border-top: 3px double #59921D;
    border-bottom: 3px double #59921D;
    font-size: 18px;
    font-weight: bold;
}
.blog h4 {
	margin: 20px 0 10px;
	font-size: 16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #437014;
	padding-left: 0.5em;
	font-weight: bold;
}
#main .blog p { padding:0; }
#main section .blog p.date {
	text-align: right;
	font-size: 90%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #437014;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.category {
	margin-bottom:20px;
	padding:10px;
	border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(29, 94, 13, 0.14902) 0px 0px 6px 2px inset;
-webkit-box-shadow:rgba(29, 94, 13, 0.14902) 0px 0px 6px 2px inset;
-moz-box-shadow:rgba(29, 94, 13, 0.14902) 0px 0px 6px 2px inset;
}
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}

.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 20px 5px 0px !important;
}

.check li{
	position:relative;
	padding-left:20px;
	float:left;
}

.check li:after, .check li:before{
	content:'';
	display:block;
	position:absolute;
	top:4px;
	left:8px;
	height:11px;
	width:4px;
	background:#5B941F;
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.check li:before{
	top:8px;
	left:3px;
	height:8px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}#main .category h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#main .category h2 span {
	font-size: 0.8em;
	color: #548B18;
	margin-left: 15px;
}
#main section .blog ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}
#main section .blog ol li {
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: decimal;
}
#main p.caution {
	border:solid 1px #FF6699;
	margin-top: 5px;
	padding:10px;
	background-color:#fff;
}
.training_img {
	display: flex;
	flex-wrap: wrap;
}
.training_img li {
	width: 50%;
	box-sizing: border-box;
}
.training_img li img {
	display: block;
	border:solid 1px #fff;
}
.point {
	border:solid 1px #548B18;
	padding:10px;
	background:#fff;
	/*box-shadow:0 0 15px rgba(84,139,24,.6);*/
}
.point h3 {
	background:#222;
	color:#fff;
	font-weight: bold;
	padding:0 10px;
}
ul.recomend {
	display: inline-block;
	padding:10px;
}
ul.recomend li::before {
	content:"★";
	color:#7cc42f;
	margin-right: 5px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.p-5 {
	padding: 5px;
	box-sizing: border-box;
	max-width: 50%;
}