@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #FFF;	/*ロゴ背後の光*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/back001.jpg);
}
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;
}
p#notis {
	color: #FFFFFF;
	background-color: #404B5F;

}
hr {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px #5E5492;
	box-shadow: 0px 0px #5E5492;
	color: #44499F;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
section {
}
div#index{
	clip: rect(-100px,auto,auto,auto);
	margin-top: 50px;
}
p#key{
	color: #38384A;	
}
canvas {
	/**
     * Set transparent to let any other canvases render through
     */
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 50px;
	bottom: 500px;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;	/*リンクテキストの色*/
}
a:hover {
	color: #fee32e;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 950px;	/*コンテナー幅*/
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ヘッダーの幅*/
	height: 30px;	/*ヘッダーの高さ*/
	position: relative;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.35) 25.90%,rgba(246,245,251,1.00) 35.24%,rgba(242,241,247,0.00) 95.86%,rgba(48,53,82,0.78) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.35) 25.90%,rgba(246,245,251,1.00) 35.24%,rgba(242,241,247,0.00) 95.86%,rgba(48,53,82,0.78) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.35) 25.90%,rgba(246,245,251,1.00) 35.24%,rgba(242,241,247,0.00) 95.86%,rgba(48,53,82,0.78) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.35) 25.90%,rgba(246,245,251,1.00) 35.24%,rgba(242,241,247,0.00) 95.86%,rgba(48,53,82,0.78) 100%);
}
/*h1タグの設定*/
header h1 {
	font-size: 14px;		/*文字サイズ*/
	line-height: 20px;	/*行間*/
	position: absolute;
	bottom: 0px;			/*ヘッダーブロックに対して下から8pxの位置に配置*/
	right: 284px;			/*ヘッダーブロックに対して右から10pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	width: 700px;
	text-shadow: 0px 0px 0px;
	color: #47485C;
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 192px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から22pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header #tel {
	position: absolute;
	top: 19px;		/*ヘッダーブロックに対して上から15pxの位置に配置*/
	right: 17px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 15px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.1em;
	border: 1px solid #666666;	/*同上*/
	background-image:;			/*同上*/
	padding: 0px 2px;
}
/*電話番号の文字設定*/
header #tel span {
	font-size: 20px;	/*文字サイズ*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	background-color: #3B3C53;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#dfd9cb, #a98f44 49%, #9c7d22 50%, #cbab25);	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);
	background-image: -o-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);
	background-image: linear-gradient(0deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);			/*同上*/
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);			/*同上*/
	height: 50px;	/*高さ*/
	border: 1px solid #3B3C53;	/*枠線の幅・線種・色*/
	border-radius: 8px;	/*角丸のサイズ*/
	padding-left: 25px;
	margin-top: -100px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 155px;	/*幅*/
	border-right: 1px solid #3B3C53;	/*右側の線の幅・線種・色*/
}
nav#menubar ul li a {
	line-height: 50px;	/*行間*/
	text-decoration: none;
	display: block;
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	color: #FFF;	/*文字色*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: 1px solid #3B3C53;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li#current a {
	background-color: #471A41;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ceb14b), to(#fee32e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(56,53,71,1.00) 0%,rgba(142,145,177,1.00) 4.15%,rgba(107,107,122,1.00) 10.14%,rgba(78,80,91,1.00) 89.90%,rgba(58,58,66,1.00) 94.30%,rgba(173,201,199,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(56,53,71,1.00) 0%,rgba(142,145,177,1.00) 4.15%,rgba(107,107,122,1.00) 10.14%,rgba(78,80,91,1.00) 89.90%,rgba(58,58,66,1.00) 94.30%,rgba(173,201,199,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(56,53,71,1.00) 0%,rgba(142,145,177,1.00) 4.15%,rgba(107,107,122,1.00) 10.14%,rgba(78,80,91,1.00) 89.90%,rgba(58,58,66,1.00) 94.30%,rgba(173,201,199,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(56,53,71,1.00) 0%,rgba(142,145,177,1.00) 4.15%,rgba(107,107,122,1.00) 10.14%,rgba(78,80,91,1.00) 89.90%,rgba(58,58,66,1.00) 94.30%,rgba(173,201,199,1.00) 100%);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 0px 0px rgba(44,11,0,0.81);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 0px rgba(44,11,0,0.81);			/*同上*/
	margin-bottom: 110px;
	margin-top: 0px;
	top: 0px;
	border-width: 0px;
	background-color: #404B5F;
}
#mainimg img {
	border-radius: 8px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index: 1;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 7px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 950px;	/*コンテンツ幅*/
	padding-top: 0px;
	margin: 0px auto;
	top: -100px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定テキストボタン風タイトル*/
#main h2 {
	background-imge: -webkit-gradient(linear, left top, left bottom, from(#ffaa66), to(#ff6600));	/*グラデーション*/
	background-image: linear-gradient(#ff3344, #ffaa66 49%, #ff3300 50%, #ff6600);	/*同上*/
	background-image: -webkit-linear-gradient(90deg,rgba(200,198,207,1.00) 0%,rgba(180,179,192,1.00) 8.29%,rgba(151,146,188,1.00) 48.18%,rgba(171,160,217,1.00) 49.73%,rgba(172,168,192,1.00) 89.11%,rgba(138,138,152,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(200,198,207,1.00) 0%,rgba(180,179,192,1.00) 8.29%,rgba(151,146,188,1.00) 48.18%,rgba(171,160,217,1.00) 49.73%,rgba(172,168,192,1.00) 89.11%,rgba(138,138,152,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(200,198,207,1.00) 0%,rgba(180,179,192,1.00) 8.29%,rgba(151,146,188,1.00) 48.18%,rgba(171,160,217,1.00) 49.73%,rgba(172,168,192,1.00) 89.11%,rgba(138,138,152,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(200,198,207,1.00) 0%,rgba(180,179,192,1.00) 8.29%,rgba(151,146,188,1.00) 48.18%,rgba(171,160,217,1.00) 49.73%,rgba(172,168,192,1.00) 89.11%,rgba(138,138,152,1.00) 100%);			/*同上*/
	-webkit-box-shadow: 1px 1px 1px rgba(54,56,63,0.11);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 1px rgba(54,56,63,0.11);			/*同上*/
	font-size: 22px;
	color: #FFFFFF;		/*文字色*/
	text-shadow: -1px -1px 3px rgba(0,0,0,0.94);
	clear: both;
	border-bottom: 2px solid #A2A3B7;	/*下の線の幅・線種・色*/
	padding: 8px 15px;	/*上下・左右への余白*/
	font-weight: lighter;
	line-height: 20px;
}
/*h2を画像にする場合の設定*/
#main h2.img {
	border-bottom: none;
	padding: 0;
	background: transparent;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	border: 1px solid #8c8c8c;	/*枠線の幅・線種・色*/
	background-color: #626262;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#020202));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	clear: both;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*上、左右、下への余白*/
}
#map{
	margin-left: 0px;
	width: 581px;
	height: 310px;
}
#swfz{
	width: 100%;
	height: 310px;
}

/*room.html内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(205,205,205,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(205,205,205,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(205,205,205,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(205,205,205,1.00) 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5);			/*同上*/
	border-radius: 8px;	/*角丸のサイズ*/
}
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #333;	/*文字色*/
}
/*マウスオン時*/
#main section.list a:hover {
	background-color: #000;	/*背景色*/
	border-radius: 8px;	/*角丸のサイズ*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	width: 30%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #999;	/*下側の線の幅、線種、色*/
	border-left: 4px solid #9c7d22;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	background-color: #908690;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#626262, #020202);	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(140,121,128,1.00) 0%,rgba(72,68,104,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(140,121,128,1.00) 0%,rgba(72,68,104,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(140,121,128,1.00) 0%,rgba(72,68,104,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(140,121,128,1.00) 0%,rgba(72,68,104,1.00) 100%);
	border: 1px solid #472847;	/*枠線の幅、線種、色*/
	text-align: center;	/*中身をセンタリング*/
	padding: 5px 0px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
	text-align: center;		/*中身をセンタリング*/
	text-shadow: 1px 1px #272241;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #8c8c8c;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-color: #5F576B;	/*背景色*/
	color: #fee32e;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #20212E;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #8A879A;	/*背景色*/
	-webkit-box-shadow: inset 0px 0px 30px #3B3C53;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: inset 0px 0px 30px #3B3C53;			/*同上*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
	background-color: #222;	/*背景色*/
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #8c8c8c;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background: #222;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #8c8c8c;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #626262;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#020202));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(98,98,98,1.00) 0%,rgba(2,2,2,1.00) 100%);
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #d7d7d7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d7d7d7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #d7d7d7);	/*同上*/
	background-image: linear-gradient(#FFF, #d7d7d7);			/*同上*/
	border: none;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.5);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5);			/*同上*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#d7d7d7, #FFF);	/*同上*/
	background-image: linear-gradient(#d7d7d7, #FFF);			/*同上*/
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #ffffff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 30px;	/*角丸のサイズ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #F74400;	/*背景色*/
	color: #ffffff;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #020202;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #fee32e;
}
.color2 {
	color: #BF0000;
	font-size: 10px;
}
.style8 {
	font-size: 12px;
	color: #ffffff;
}
.style9 {
	font-size: 18px;
	color: #FFFFFF;
}
.pr {
	font-size: 10px;
	text-align: center;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
div#mainindex {
	align-content:
	top: -50px;
	top: 0px;
}




/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 20px;
}
/*h1見出しタグ設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
}
/*電話番号ボックスの設定*/
header #tel {
	position: static;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	padding: 0px 10px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	background: none;
	height: auto;
	border: none;
	border-radius: 1px;
	padding-left: 0px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 50px;
	width: 49%;	/*幅*/
	background-color: #3B3C53;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#dfd9cb, #a98f44 49%, #9c7d22 50%, #cbab25);	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);
	background-image: -o-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);
	background-image: linear-gradient(0deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,205,215,1.00) 99.48%);			/*同上*/
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);			/*同上*/
	border: 1px solid #3B3C53;	/*枠線の幅・線種・色*/
	border-radius: 8px;
	margin-bottom: 5px;
}
/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 1%;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding-top: 20px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
#map{
	margin-left: 0px;
	width: 450px;
	height: 240px;
}
#swfz{
	width: 620px;
	height: 240px;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
/*h1見出しタグ設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
}
header #logo img {
	width: 80%;	/*ロゴ画像の幅*/
	height: auto;
	margin: 10px 0px;
}
/*電話番号ボックスの設定*/
header #tel {
	position: static;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	padding: 0px 10px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul {
	background: none;
	height: auto;
	border: none;
	border-radius: 1px;
	padding-left: 0px;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 50px;
	width: 49%;	/*幅*/
	background-color: #3B3C51;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#dfd9cb, #a98f44 49%, #9c7d22 50%, #cbab25);	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,210,216,1.00) 99.48%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,210,216,1.00) 99.48%);
	background-image: -o-linear-gradient(90deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,210,216,1.00) 99.48%);
	background-image: linear-gradient(0deg,rgba(35,16,36,1.00) 0%,rgba(68,79,91,0.97) 4.66%,rgba(83,85,114,1.00) 96.15%,rgba(219,210,216,1.00) 99.48%);			/*同上*/
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);			/*同上*/
	height: 50px;	/*枠線の幅・線種・色*/
	border-radius: 8px;	/*角丸のサイズ*/
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 1px solid #3B3C53;
	border-bottom: 1px solid #3B3C53;
	border-right: 1px solid #3B3C53;
	border-left: 1px solid #3B3C51;
}
/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 1%;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding-top: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*マイナスアイコンとグラデーション*/
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #cdcdcd);	/*同上*/
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #cdcdcd);			/*同上*/
}
section#new h2.close {
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*プラスアイコンとグラデーション*/
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #cdcdcd);	/*同上*/
	background: url(../images/midashi_bg1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #cdcdcd);			/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
#map{
	margin-left: 0px;
	width: 350px;
	height: 187px;
}
#swfz{
	width: 460px;
	height: 187px;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #7B7B7B;
	border-radius: 0px 0px 6px 6px;
}

}
