@charset "utf-8";

/* STYLE CSS */

/* ==========================================　
	▼テンプレートのCSS▼
========================================== */


/*----------　全体　----------*/	

body{
	background-image: url(../img/bg/bg_texture.jpg);
	background-repeat: repeat;
	}
	
.inner{
    width: 950px;
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.migiyose {
	display:inline-block;
	text-align:left;
}


/*----------　ヘッダー　----------*/
#header{
	width: 100%;
	background-image: url(../img/bg/bg_leaf.png);
	background-position: center top;
	background-repeat: no-repeat;
}
	
#headerInfo{
	width:950px;
	height:80px;
}

#logo{
	float:left;
	padding-right: 10px;
}

	
/*----------　グローバルナビ　----------*/
#gNav{
	width:950px;
	height:60px;
	margin:0 0 15px 0;
	}	
	
#gNav li{
	width:auto;
	height:60px;
	float:left;
}

.home a {
	width: 135px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_top.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu1 a {
	width: 136px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_osirase.png);
	background-repeat: no-repeat;
	background-position: right top;
}
 
.menu2 a {
	width: 136px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_goannai.png);
	background-repeat: no-repeat;
	background-position: right top;
}
 
.menu3 a {
	width: 136px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_jigyousyo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu4 a {
	width: 136px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_kyujin.png);
	background-repeat: no-repeat;
	background-position: right top;
}
 
.menu5 a {
	width: 136px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_kotu.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu6 a {
	width: 135px;
	height: 60px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/gnavi/gnavi_otoiawase.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/*----------　メイン　----------*/

#main{
	}

/*----------　ナビ　----------*/

.mNav{
	width:950px;
	height:auto;
	padding-top:15px;
}

#mNav{
	width:950px;
	height:80px;
	margin:0 0 15px 0;
	}	
	
#mNav li{
	width:auto;
	height:80px;
	float:left;
}

.gMenu1 a {
	width: 237px;
	height: 80px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/goannai/menu_rinen.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.gMenu2 a {
	width: 238px;
	height: 80px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/goannai/menu_gaiyou.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.gMenu3 a {
	width: 238px;
	height: 80px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/goannai/menu_enkaku.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.gMenu4 a {
	width: 237px;
	height: 80px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background-image: url(../img/goannai/menu_kessan.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/*----------　コンテンツ　----------*/

.contBox{
	width: 920px;
	height: auto;
	background-color: #FFF;
	margin-bottom: 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}

.linerBox{
	width: 920px;
	height: auto;
	border-bottom: solid 1px #CCC;
}
.linerBox2 {
	text-align: left;
	text-indent: 50px;
	height: 30px;
}


.linerBoxEnd{
	width: 920px;
	height: auto;
}

.surviceMenu{
	width: 459px;
	height: 155px;
	padding:15px 0;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.surviceMenuEnd{
	width: 445px;
	height: 155px;
	padding: 15px 0 15px 15px;
	float: left;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.information{
	width:460px;
	height:auto;
	float:left;
}

.informationEnd{
	width:460px;
	height:auto;
	float:left;
}

.komidashi{
	padding-top:5px;
	padding-bottom:15px;
}


.mokuteki{
	float:left;
}

.photo{
	float:right;
}

.photo01{
	padding-right:25px;
	float:left;
}

.photo02{
	padding-right:25px;
	float:left;
}

.photo04{
	padding-right:40px;
	padding-left:10px;
	float:left;
}

.photo05{
	float:left;
}

.sorabenKakaku{
	padding-left:10px;
}

.shien01{
	padding-right:40px;	
	float:left;
}

.mapPhoto{
	float: right;
	clear: none;
}

.goTop{
	padding-bottom:30px;
	float:right;
	}

/*----------　テーブル　----------*/
table.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 920px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}

table.table001 td {
  background: #99FF99;
  text-align: center;
  white-space: nowrap;
}


/*----------　フッター　----------*/
#footer{
	width: 100%;
	height: 110px;
	background-color: #055949;
	}
	
#footer p{
	color:#FFFFFF;
	clear:right;
	}
/*----------　facebook　----------*/
.example{
	position: relative;

}
.example .fa {
  position: absolute;
  top: -60px;
  left:95%;
}
/*----------　ページの先頭へ　----------*/
#pageTop{
	width: 950px;
	height: 49px;
	margin: 0 auto;
	text-align: right;
}

#pageTopInner{
	width:950px;
	height:auto;
	
}	
#pageTopInner .ptop{
	width: 160px;
	height: 49px;
	display: block;
	float: right;
}

/* ==========================================　
	▼全体のCSS▼
========================================== */

html,body{
	}

h1{
	font-size:100%;
	margin:0;
	font-weight:normal;
	}
	
h2{
	font-size:100%;
	margin:0;
	font-weight:normal;
	}
	
h3{
	font-size: 100%;
	margin: 0;
	font-weight: normal;
	text-align: center;
	}
	
h4{
	font-size: 100%;
	margin:0;
	font-weight: normal;
	}	

h5{
	font-size:100%;
	margin:0;
	font-weight:normal;
	}


/*----------　お知らせタイトルここまで　----------*/


p{
	line-height:150%;
	}


/*----------　リンク　----------*/
a {	color:#006699;
	text-decoration: none;
	}
a:visited {
	color: #006699;
	text-decoration: none;
}

a:active { 
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #c8661b;
	text-decoration: none;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-align: left;
}

a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

a img  {
	border:none;
}

/*----------　テーブル　----------*/


	
/*----------　hrタグ　----------*/

hr{
	margin:0px;
	}
	
/*----------　リストタグ　----------*/

.list_dice {
	list-style: dice;
	text-align: center;
}

.list_circle {
list-style: circle;
}

.list_square {
list-style: square;
}


/*----------　マージン　----------*/

.margin_auto{
	margin:auto;
	}
.margin_0_auto{
	margin:0 auto;
	}
.margin_5_auto{
	margin:5px auto;
	}	
.margin_10_auto{
	margin:10px auto;
	}	
.margin_top3{
	margin-top:3px;
	}		
.margin_top5{
	margin-top:5px;
	}	
.margin_top10{
	margin-top:10px;
	}
.margin_top15{
	margin-top:15px;
	}	
.margin_top20{
	margin-top:20px;
	}
.margin_top25{
	margin-top:25px;
	}	
.margin_top30{
	margin-top:30px;
	}		
.margin_btm3{
	margin-bottom:3px;
	}	
.margin_btm5{
	margin-bottom:5px;
	}	
.margin_btm10{
	margin-bottom:10px;
	}
.margin_btm15{
	margin-bottom:20px;
	}	
.margin_btm20{
	margin-bottom:20px;
	}
.margin_btm25{
	margin-bottom:25px;
	}	
.margin_btm30{
	margin-bottom:30px;
	}	
	
.margin_l5{
	margin-left:5px;
	}	
.margin_l10{
	margin-left:10px;
	}

.margin_l20{
	margin-left:20px;
	}
.margin_l30{
	margin-left:30px;
	}

.margin_r5{
	margin-right:5px;
	}
.margin_r10{
	margin-right:10px;
	}	
.margin_r20{
	margin-right:20px;
	}		
.margin_r30{
	margin-right:30px;
	}		
	
.margin_t5b5{
	margin-top:5px;
	margin-bottom:5px;
	}	
	
.margin_t5b10{
	margin-top:5px;
	margin-bottom:10px;
	}
	
.margin_t5b20{
	margin-top:5px;
	margin-bottom:20px;
	}
	
.margin_t5b30{
	margin-top:5px;
	margin-bottom:30px;
	}		
	
.margin_t5b15{
	margin-top:5px;
	margin-bottom:15px;
	}	
	
.margin_t10b10{
	margin-top:10px;
	margin-bottom:10px;
	}	
	
.margin_t10b15{
	margin-top:10px;
	margin-bottom:15px;
	}
		
.margin_t10b20{
	margin-top:10px;
	margin-bottom:20px;
	}	

.margin_t10b30{
	margin-top:10px;
	margin-bottom:30px;
	}
		
.margin_t15b15{
	margin-top:15px;
	margin-bottom:15px;
	}	

/*----------　パディング　----------*/	

.padding_top5{
	padding-top:5px;
	}
.padding_left5{
	padding-left:5px;
	}	
	
.padding_tlb5{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}			

.padding_tlb5_blue{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#DFEFFD;
	color:#333;
	}	
	
.padding_tb5_center_blue{
	padding-top:5px;
	text-align:center;
	padding-bottom:5px;
	background-color:#EDF5FE;
	color:#333;
	}		
	
.padding_tlb5_lightblue{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#F5FAFA;
	color:#333;
	}			

.padding_trb5_lightblue{	
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#F5FAFA;
	color:#333;
	}
	
.padding_tb5_center_lightblue{	
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#F5FAFA;
	color:#333;
	}	
	
.padding_tlb5_white{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#fff;
	color:#333;
	}			

.padding_trb5_white{	
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#fff;
	color:#333;
	}	
	
.padding_tlb5_gray{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#f1f2f3;
	color:#333;
	}			

.padding_trb5_gray{	
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#f1f2f3;
	color:#333;
	}	
	
.padding_tb5_center_gray{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#f1f2f3;
	color:#333;
	}	
		
	
.padding_tlb5_salmon{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#FCEAE2;
	color:#333;
	}	
	

/*----------　フロート関係　----------*/


.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.float_right_pr5{
	float:right;
	padding-right:5px;
	}	
.float_right_pr10{
	float:right;
	padding-right:10px;
	}	
	
.clear_both{
	clear:both;
	}	
	

/*----------　ボックス関係処理　----------*/	

.box10{
	width:600px;
	height:10px;
	}
.box20{
	width:600px;
	height:20px;
	}	
.box30{
	width:600px;
	height:30px;
	}	
.box40{
	width:600px;
	height:40px;
	}	
.box50{
	width:600px;
	height:50px;
	}	
	
.box100{
	width:600px;
	height:100px;
	}
.box150{
	width:600px;
	height:150px;
	}	
		
.box200{
	width:600px;
	height:200px;
	}	
.box250{
	width:600px;
	height:250px;
	}	
	
.box300{
	width:600px;
	height:300px;
	}	
.box350{
	width:600px;
	height:350px;
	}		

/*----------　ボーダー関係処理　----------*/

.border_under{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

.border_under_dot{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}
	
hr.line_gray{
	height:2px;
	margin-top:10px;
	_margin-top:0px;
	margin-bottom:5px;
	_margin-bottom:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d8d8d8;
	border-bottom-color: #fff;
	}	
	
	
/*----------　カラーボックス関係処理　----------*/

.box_gray_tlb5{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#f1f1f1;
	}	

/*----------　タイトル　----------*/	

.title {
	width:740px;
	font-size:150%;
	line-height:110%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: bold;
	}

.subtitle_dot_blue_head{
	width:560px;
	height:15px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #3382b7;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.subtitle_dot_blue{
	width:560px;
	height:15px;
	margin-top:30px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #3382b7;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.subtitle_dot_green_head{
	width:560px;
	height:15px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #4CA435;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.subtitle_dot_green{
	width:560px;
	height:15px;
	margin-top:30px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #4CA435;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}	

.subtitle_ub_green{
	width:560px;
	height:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #4CA435;
	border-right-color: #4CA435;
	border-bottom-color: #4CA435;
	border-left-color: #4CA435;
		}	

.subtitle_ub_blue{
	width:560px;
	height:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #0062a5;
	border-right-color: #0062a5;
	border-bottom-color: #0062a5;
	border-left-color: #0062a5;
		}	

.subtitle_ub_orange{
	width:560px;
	height:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
		}
	
	
/*----------　テキスト関係処理　----------*/	

.text_bold{
	font-weight:bold;
	}
.text_red{
	color: #cf101c;
	}
.text_blue{
	color:#0062a5;
	}
.text_green{
	color:#0A6133;
	}
.text_orange{
	color:#ff6600;
	}	
.text_gold{
	color:#b58c00;
	}	
	
.text_333{
	color:#333;
	}	
.text_666{
	color:#666;
	}	
	
.text_cont{
	width:625px;
	line-height:150%;
	margin-bottom:10px;
	padding-left:5px;
	}	
.text_small{
	font-size:80%;
	}	
	
.text_large{
	font-size:15px;
	line-height:1.5em;
	}
			
.bold{
	font-weight:bold;
	}	
		
.price{
	font-size:110%;
	color:#AC251E;
	font-weight: bold;
	margin-bottom: 5px;
	}

/*----------　テキストアライン　----------*/
	
.textalign_left{
	text-align: left;
	}
.textalign_center{
	text-align:center;
	}
.textalign_right{
	text-align:right;
	}			

/*----------　画像処理　----------*/	
.img_ghost{
	opacity:0.75;
	filter: alpha(opacity=75);
	}


/*----------　背景色　----------*/
.bg_color_blue{
	background-color:#6AC4FF;
	}

.bg_color_green{
	background-color:#BDEBBA;
	}	

.bg_color_pink{
	background-color:#FFD0FE;
	}
		
.bg_color_orange{
	background-color:#FFD680;
	}		
	
.bg_color_purple{
	background-color:#CCCCFF;
	}	

.bg_color_gray{
	background-color:#cccccc;
	}
	
.bg_color_lightgray{
	background-color:#F7F7F7;
	}
	
.bg_color_lightgray_right{
	background-color:#F7F7F7;
	text-align:right;
	}		
	
.bg_color_cream{
	background-color:#FFF8D9;
	}			
/*--- 文字サイズ ---*/
.h4 {
	font-size:15px;
	margin:10px 0;
}
/*--- flexbox ---*/
.Document_flex_box {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.margin_lr20 {
	margin-left:20px;
	margin-right:20px;
}
.time {
	display:block;
	float:left;
	min-width:15em;
	margin:0 17px 0;
}
.new {
	overflow:hidden;
}
.contact {
	widows:437px;
	text-align:center;
	margin:auto;
}
.contact_form {
	display:inline-block;
	text-align:left;
}
.joseikin {
	widows:400px;
	margin:auto;
	text-align:center;
}