@charset "UTF-8";
/*全体の設定
---------------------------------------------------------------------------*/




body{
  color: #666666;
  /*全体の文字色*/
	background-color: #ffffff;
  /*全体の背景色*/
	margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
/*文字サイズ/行間、フォントファミリー*/
}
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;
}
input,textarea,select{
  font-size: 1em;
}
form{
  margin : 10px;
}
table{
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
  color: #504e3d;
/*リンクテキストの色*/
}
a:hover{
  color : #f74d13;
  /*マウスオン時の文字色*/
	text-decoration: none;
/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: 989px;
  /*コンテナー幅*/
  margin: 0px auto;
  background: #FFF;
  /*背景色*/
  border-top : 0px none;
  /*上の線の幅、線種、色*/
  border-right : 0px none;
  /*右の線の幅、線種、色*/
  /* border-bottom : 1px solid gray; */
  /*下の線の幅、線種、色*/
  border-left : 0px none;
/*左の線の幅、線種、色*/
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
  height : 30px;
  /*ヘッダーの高さ*/
	width: 100%;
  /*ヘッダーの幅*/
	position: relative;
}
/*h1タグの設定*/
header h1{
  font-size : 13px;
  /*文字サイズ*/
	line-height: 10px;
  /*行間*/
	position : static;
  top : 10px;
  /*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;
  /*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;
  /*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #999;
/*文字色*/
}
/*ロゴ画像の設定*/
header #logo{
  position: absolute;
  left: 20px;
  /*ヘッダーブロックに対して左から20pxの位置に配置*/
	top : 15px;
  /*ヘッダーブロックに対して上から24pxの位置に配置*/

  margin-bottom : 10px;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li{
  float: left;
  width : 163px;
  /*幅*/
	border-top : 0px none;
  /*上の線の幅、線種、色*/
	border-bottom : 0px none;
  /*下の線の幅、線種、色*/
	border-left : 1px solid gray;
/*左側の線の幅、線種、色*/
}
nav#menubar ul li a{
  height: 46px;
  /*高さ*/
	padding-top: 12px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  font-size : 18px;
  /*文字サイズ*/
	font-weight: bold;
  /*文字を太字にする設定。通常がいいならこの１行削除。*/
	letter-spacing: 0.1em;
  /*文字間隔を少し広めにとる設定。*/
	text-align: center;
  /*文字をセンタリング*/
	background-color : #ffffff;
  /*背景色（古いブラウザだとここの色のみが出ます）*/	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fd6409);
  /*同上*/
	background-image: linear-gradient(#fff);
/*同上*/


}
/*最初のメニューの設定*/
nav#menubar ul li:first-child{
  border-left: none;
/*左側の線を消す設定*/
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li#current a{
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
/*背景色、背景画像の読み込み*/
}
.current1 a:hover{
  color: #6bc065;
  text-shadow: 1px 1px 2px #ccc;
}
.current2 a:hover{
  color: #fe8a45;
  text-shadow: 1px 1px 2px #ccc;
}
.current3 a:hover{
  color: #67c4eb;
  text-shadow: 1px 1px 2px #ccc;
}
.current4 a:hover{
  color: #ba9ae9;
  text-shadow: 1px 1px 2px #ccc;
}
.sub2:hover{
  color: #67c4eb;
  text-shadow: 1px 1px 2px #ccc;
}
.sub3:hover{
  color: #ba9ae9;
  text-shadow: 1px 1px 2px #ccc;
}
.sub4:hover{
  color: #6bc065;
  text-shadow: 1px 1px 2px #ccc;
}
/*英語表記の設定*/
nav#menubar ul li a span{
  font-size: 9px;
  /*文字サイズ*/
	display: block;
  font-weight : bold;
  color : gray;
/*文字色*/
}
#dropmenu{
  *zoom: 1;
  list-style-type: none;
  width : auto;
  margin-right: auto;
  margin-left: auto;
}
#dropmenu li{
  position: relative;
  width: auto;
  float: auto;
  margin: 0;
  padding: 0;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: auto
;
}
#dropmenu li ul{
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: none;
}
#dropmenu li ul li{
  width : 160px;
  float: none;
  left: 6px;
}
#dropmenu li ul li a{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: #fde828;
  color: #504e3d;
  font-size: 0.8rem;
  text-shadow: 1px 1px 1px #fff;
  border-bottom-right-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
  box-shadow: 0px 1px 3px #cccccc;
}
#dropmenu li:hover ul{
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#dropmenu li:hover > a{
  background-image: none;
  background-repeat: repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
  clear: left;
  width: 100%;
  height: auto;
  position: relative;
}
#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:0px;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
  clear: left;
  width: 950px;
  /*コンテンツ幅*/
	padding-top : 20px;
  margin: 0px auto;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
  float : none;
  /*右側に回り込み*/
	width : 960px;
  /*メインコンテンツ幅*/
	padding-bottom: 30px;
}
#main1{
  float: left;
  /*右側に回り込み*/
	width : 740px;
  /*メインコンテンツ幅*/
	padding-bottom: 30px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
/*mainコンテンツのh2タグの設定*/
#main h2{
  background-color : #ffffff;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
		-webkit-box-shadow: 1px 2px 5px #CCC;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;
  /*同上*/
	font-size: 100%;
  color : gray;
  /*文字色*/
	padding: 7px 15px 7px 30px;
  /*左から、上、右、下、左への余白*/
	border-radius: 4px;
  /*角丸のサイズ*/
	clear: both;
  font-weight : bolder;
}
/*mainコンテンツのh3タグの設定*/
#main h3{
  background-color: #FFF;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;
  /*同上*/
	font-size: 100%;
  padding: 4px 15px;
  /*左から、上下、左右への余白*/
	border-radius: 4px;
  /*角丸のサイズ*/
	clear: both;
  border: 1px solid #CCC;
/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 15px 1em;
/*左から、上、左右、下への余白*/
}
/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list section{
  border-width: 3px;
  border-style: double;
  border-color: #cccccc;
  /*枠線の幅、線種、色*/
	margin-bottom: 15px;
  /*ボックスの下に空けるスペース*/
	-webkit-box-shadow: 0px 2px 5px #cccccc;
  /*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 2px 5px #cccccc;
  /*同上*/
	float: right;
}
#main section.list section a{
  padding: 10px;
  /*ボックス内の余白*/
	text-decoration: none;
  display: block;
  overflow: hidden;
}
/*マウスオン時*/
#main section.list section a:hover{
  background-color: #fff;
/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list section p{
  padding: 0px;
  margin-left: 34%;
/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list section figure img{
  float: left;
  /*画像を左へ回り込み*/
	background-color: #FFF;
  /*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;
  /*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;
  /*枠線の幅、線種、色*/
	width: 30%;
  /*写真の幅*/
	height: auto;
/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list section h4{
  padding: 2px 0px 2px 10px;
  /*左から、上、右、下、左側への余白*/
	font-size: 100%;
  border-bottom: 1px solid #CCC;
  /*下側の線の幅、線種、色*/
	border-left: 3px solid #fd6409;
  /*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
  color : silver;
/*文字色*/
}
#new{
  margin-bottom: 15px;
}
#new dl{
  overflow: auto;
  /*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt{
  font-weight: bold;
  /*太字にする設定。標準がいいならこの行削除。*/
	float: left;
}
/*記事設定*/
#new dd{
  border-bottom : 1px solid #d2d2d2;
  /*下線の幅、線種、色*/
	padding-left : 10px;
}
#new dd img{
  vertical-align: middle;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub{
  float: right;
  /*左側に回り込み*/
	width : 200px;
  /*サブコンテンツ幅*/
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2{
  font-size: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  /*左から、上下、左右への余白*/
	background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  /*背景色*/
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color : silver;
  /*下部の線の幅、線種、色*/
	border-top-width: 5px;
  border-top-style: solid;
  border-top-color : #ffec00;
/*上部の線の幅、線種、色*/
}
#sub h3{
  font-size: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  /*左から、上下、左右への余白*/
	background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  /*背景色*/
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: silver;
  /*下部の線の幅、線種、色*/
	border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #fe8a45;
/*上部の線の幅、線種、色*/
}
#sub h4{
  font-size: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  /*左から、上下、左右への余白*/
	background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  /*背景色*/
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: silver;
  /*下部の線の幅、線種、色*/
	border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #6bc065;
/*上部の線の幅、線種、色*/
}
#sub h5{
  font-size: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  /*左から、上下、左右への余白*/
	background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  /*背景色*/
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: silver;
  /*下部の線の幅、線種、色*/
	border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #67c4eb;
/*上部の線の幅、線種、色*/
}
#sub h6{
  font-size: 100%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  /*左から、上下、左右への余白*/
	background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  /*背景色*/
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: silver;
  /*下部の線の幅、線種、色*/
	border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #ba9ae9;
/*上部の線の幅、線種、色*/
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu{
  margin-bottom: 15px;
/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a{
  border-bottom : 1px solid silver;
  /*下側の線の幅、線種、色*/
	text-decoration: none;
  display: block;
  padding: 2px 10px;
/*左から、上下、左右への余白*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover{
  /*背景色*/
	color : #fe8a45;
  /*文字色*/

  font-weight : bolder;
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1{
  border: 1px solid #CCC;
  /*枠線の幅、線種、色*/
	padding: 10px;
  /*ボックス内の余白*/
	margin-bottom: 15px;
  /*ボックスの下に空けるのスペース*/
	background-color: #FFF;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);
  /*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);
  /*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;
  /*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;
/*同上*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer{
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color : gray;
  /*文字色*/
	background-color : #f3f3f3;
/*背景色*/
}
footer .pr{
  display: block;
  font-size: 80%;
}
footer a{
  text-decoration: none;
  color: #FFF;
}
footer a:hover{
  color: #FFF;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
  margin-bottom : 10px;
  float : left;
  margin-right : 5px;
}
#new dl{
  overflow: auto;
  /*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
  /*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt{
  font-weight: bold;
  /*太字にする設定。標準がいいならこの行削除。*/
	float: left;
  width : auto;
  margin-left : 10px;
}
/*記事設定*/
#new dd{
  border-bottom : 1px dashed silver;
  /*下線の幅、線種、色*/
	padding-left : 10px;
  margin-left : 10px;
}
#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;
}
/*テーブル内の左側*/
.ta1 th{
  width: 180px;
  padding: 10px;
  text-align: center;
  background-color: #e2e2e3;
/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
  width: auto;
  text-align: left;
  color: #FFF;
  /*文字色*/
	background-color: #333;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);
  /*同上*/
	background-image: linear-gradient(#4b4b4b, #333);
/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
  padding: 10px;
  border-top: 1px solid #CCC;
  /*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;
  /*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;
  /*左側の線の幅、線種、色*/
	text-align: left;
  background-color: #e9ddae;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	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;
/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"]{
  width: 250px;
  /*ボタン幅*/
	padding: 10px;
  /*ボタン内の余白*/
	margin-bottom: 20px;
  border-radius: 30px;
  /*角丸のサイズ*/
	background-color: #e5e5e5;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
  /*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);
  /*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;
  /*同上*/
	font-size: 16px;
  /*文字サイズ*/
	letter-spacing: 0.1em;
  border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
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(#e5e5e5), to(#FFF));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
  /*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);
/*同上*/
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
  clear: both;
}
#pagetop a{
  color : gray;
  /*文字色*/
	font-size: 10px;
  /*文字サイズ*/
	background-color : #f3f3f3;
  /*背景色*/
	text-decoration: none;
  text-align: center;
  width: 12em;
  /*ボックス幅*/
	display: block;
  float: right;
  letter-spacing: 0.1em;
/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover{
  background-color : gray;
  /*背景色*/
	color : #ffffff;
/*文字色*/
}
/*その他
---------------------------------------------------------------------------*/
.look{
  background: #dcdcdc;
}
.mb15,
.mb1em{
  margin-bottom: 15px;
}
.clear{
  clear: both;
  height : 30px;
}
.clear2{
  clear: both;
  height: 50px;
}
ul.disc{
  padding: 0em 25px 1em;
  list-style: disc;
}
.color1{
  color : gray;
  font-weight : bolder;
}
.pr{
  font-size: 10px;
}
.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;
}
/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){
  /*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*h1見出しタグ設定*/
header{
  height: auto;
  text-align: center;
}
header h1{
  display: none;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: auto;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar{
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li{
  width: 50%;
  border-bottom: none;
  border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd){
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#dropmenu li ul li{
  visibility: hidden;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
  width: auto;
  padding: 30px 10px 10px;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub{
  float: none;
  width: auto;
}
#main1{
  float: none;
  width: auto;
}
.title{
  font-size: 80%;
  font-weight: normal;
}
.photo2{
  width: 50%;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub{
  display: none;
}
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
  /*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
  height: auto;
  text-align: center;
}
/*h1見出しタグ設定*/
header h1{
  display: none;
}
/*ロゴ画像の設定*/
header #logo{
  position: static;
}
header #logo img{
  width: 70%;
  /*ロゴ画像の幅*/
	height: auto;
  margin: 10px 0px;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: auto;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar{
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li{
  width: 50%;
  border-bottom: none;
  border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd){
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#dropmenu li ul li{
  visibility: hidden;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
	#contents{
  width: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub{
  float: none;
  width: auto;
}
#main1{
  float: none;
  width: auto;
}
/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 5px 1em;
/*左から、上、左右、下への余白*/
}
/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list section p{
  margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list section 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(../img/btn_minus.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
/*背景色とマイナスアイコンの読み込み*/
}
section#new h2.close{
  background : url(../img/btn_plus.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
/*背景色とプラスアイコンの読み込み*/
}
/*ブロック全体の設定*/
	#new dl{
  height: inherit;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-right: 10px;
  width: inherit;
}
/*日付設定*/
#new dt{
  float: none;
}
/*記事設定*/
#new dd{
  background-color: #fcfbcf;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: none;
}
.photo2{
  clear: both;
}
.staffname{
  clear: both;
  float: none;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
  width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
  width: auto;
  padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
  width: 100px;
  padding: 2px;
}
.title{
  font-weight: bold;
  color: #c6beae;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: 1px 1px 3px #ffffff;
  margin-left: 10px;
  font-family: "ＭＳ Ｐ明朝", "游明朝 Demibold";
}
.photo2{
  width: 150px;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub{
  display: none;
}
/*メニュー折りたたみ設定*/
#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 #cfcfcf;
  border-radius: 0px 0px 6px 6px;
}
}
.title{
  font-size : 1.7rem;
  font-weight : bold;
  color : #c6beae;
  margin-bottom : 10px;
  margin-top : 20px;
  text-shadow : 1px 1px 3px #ffffff;
  margin-left : 10px;
}
.titlered{
  font-size : 1.7rem;
  font-weight : bold;
  color : #d14428;
  margin-bottom : 10px;
  margin-top : 20px;
  text-shadow : 1px 1px 3px #ffffff;
  margin-left : 10px;
}
#sectionr{
  margin-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 10px;
  width : 30%;
  float : left;
}
#sectionl{
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 30%;
  float: left;
}
#slider{
  width: 300px;
  height: 300px;
  overflow: hidden;
  animation-name: slidein;
}
.snsbox{
  font-size : 14px;
  font-weight : bolder;
  color : #616161;
  background-color : #f6f6f6;
  text-align : right;
  width : auto;
  height : 30px;
  clear : both;
  box-shadow: 1px 1px 3px #ccc;
  margin-bottom : 10px;
  padding-right : 30px;
}
.headline{
  background-color : #fde828;
  width : auto;
  height : 5px;
  float : none;
  margin-bottom : 10px;
}
.maintitle1{
  width: auto;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-left-style: dashed;
  border-bottom-style: solid;
  border-left-color: #fd6409;
  border-bottom-color: #fd6409;
}
.maintitle2{
  width: auto;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-left-style: dashed;
  border-bottom-style: solid;
  border-left-color: #67c4eb;
  border-bottom-color: #67c4eb;
}
.maintitle3{
  width: auto;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-left-style: dashed;
  border-bottom-style: solid;
  border-left-color: #ba9ae9;
  border-bottom-color: #ba9ae9;
}
.maintitle4{
  width: auto;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-left-style: dashed;
  border-bottom-style: solid;
  border-left-color: #6bc065;
  border-bottom-color: #6bc065;
}
.maintitle4{
  width: auto;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-left-style: dashed;
  border-bottom-style: solid;
  border-left-color: #ffff00;
  border-bottom-color: #fde828;
}
.mainp{
  font-size: 15px;
  color: #616161;
  text-decoration: none;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.ap{
  font-size: 16px;
  color: #67c4eb;
  font-family: "Times New Roman";
  font-weight: bolder;
  text-decoration: none;
}
.h{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.photo{
  margin-right : 10px;
  width : 200px;
  height : auto;
}
.photo4{
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  width: 50%;
  right: 1px;
}
.staffname{
  vertical-align : sub;
}
.staffp{
  width : 400px;
  margin-right : 20px;
}
.shopfoot{
  width : 200px;
  float : right;
}
.shopfootr{
  width : auto;
  float : none;
}
.box1shopfoot{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  width : 250px;
  float : left;
}
.box2shopfoot{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  width : auto;
  float : right;
}
.sp{
  font-size : 18px;
  font-weight : bold;
  color : #bcb785;
  text-decoration : none;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  float : none;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : double;
  border-bottom-style : dotted;
  border-left-color : #bcb785;
  border-bottom-color : #bcb785;
}
.yellow{
  background-color : yellow;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.photo4{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  width : 300px;
  height : auto;
}
.tdphoto{
  width : 230px;
  height : auto;
}
.photo3{
  width : 300px;
  float : left;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.tdp{
  font-weight : bold;
}
.backcolor{
  background-color : #fcfbcf;
  float : none;
  clear : both;
}
.pline{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #616161;
}
.right{
  margin-left : 20px;
  margin-bottom : 10px;
  float : right;
  margin-right : 30px;
}
.wrap{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.right1{
  float : right;
  clear : both;
  width : 40%;
}
.left1{
  float : left;
  width : auto;
  margin-left : 30px;
}
.td3{
  text-align : center;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  width : 15rem;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.slider-wrapper{
  width: 400%;
  position: relative;
  left: 0;
  will-change: transform;
  animation: slider 10s infinite;
}
.slide-item{
  width: 300px;
  height: 300px;
  float: left;
  position: relative;
}
.hover{
  width:			auto;
  height:			auto;
  overflow:		hidden;
  margin:			5px 8px 10px 16px;
  position:		relative;
}
.hover .caption{
  font-size:		130%;
  color:			#fff;
  text-align: 		center;
}
.hover .mask{
  width:			100%;
  height:			100%;
  position:		absolute;
  top:			0;
  left:			0;
  opacity:		0;
  background-color:	rgba(0,0,0,0.4);
  -webkit-transform:	rotateY(-180deg);
  transform:		rotateY(-180deg);
  -webkit-transition:	all 0.6s ease;
  transition:		all 0.6s ease;
}
.hover:hover .mask {
  -webkit-transform:	rotateY(0deg);
  transform:		rotateY(0deg);
  opacity:		1;
}
@keyframes slidein {
  0% {
  transform: translateX(0);
}
33% {
  transform: translateX(-300px);
}
66% {
  transform: translateX(-600px);
}
100% {
  transform: translateX(0);
}
}

/* contact.htmlに設置したボタン */

.btn-form {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	font-weight: bold;
	transition: 0.5s;
	padding: 1em 0;
	max-width: 600px;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
}

a.btn-form:hover {
	color: #27acd9;
	background: #fff;
}