@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	/*全体の文字色*/
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	/*文字サイズ*/
	line-height: 2;
	/*行間*/
	background: #fff url(../images/bg.png);
	/*背景色、背景画像の読み込み*/
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

.gambar1 {
	float: left;
	width: 250px;
	height: 200px;
	border-radius: 6px;
	margin-right: 2%;
	margin-left: 8%;
}

.gambar2 {
	float: left;
	width: 150px;
	height: 200px;
	border-radius: 6px;
	margin-right: 2%;
}

.gambar3 {
	float: left;
	width: 250px;
	height: 200px;
	border-radius: 6px;
	margin-right: 2%;
	margin-bottom: 5%;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

iframe {
	width: 100%;
}

/*slide*/

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.1s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*end slie*/

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	/*リンクテキストの色*/
	-webkit-transition: 0.5s;
	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
	/*同上*/
}

a:hover {
	color: #000096;
	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.opacity {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
}

.lang {
	background-color: #E02223;
}

.mr20 {
	margin-right: 20px;
}

input[type='submit'],
input[type='button'] {
	padding: 10px 20px;
	font-size: 120%;
	font-weight: bold;
	/* background-color: #000; */
	/* color: #fff; */
	/* border-style: none; */
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	/*横一杯使う為に100%指定*/
	background: #fff;
	/*背景色（古いブラウザ用）*/
	background: -webkit-linear-gradient(#d5edff, rgba(255, 255, 255, 0) 50%) #fff;
	/*グラデーションと背景色*/
	background: linear-gradient(#d5edff, rgba(255, 255, 255, 0) 50%), #fff;
	/*同上*/
	font-size: 100%;
}

/*サイト幅にしたheader内のブロック*/
header #inner {
	width: 980px;
	/*幅。#menubarと数字を合わせる。*/
	height: 115px;
	/*高さ*/
	margin: 0 auto;
	position: relative;
	/* background: #fff url(../images/header_bg.jpg) no-repeat 300px center; 背景色、背景画像の読み込み（古いブラウザ用）*/
	background: -webkit-linear-gradient(#d5edff, rgba(255, 255, 255, 0) 50%),
		/* #fff url(../images/header_bg.jpg) no-repeat 300px center/500px; */
		/*グラデーション、背景色、背景画像の読み込み（リピートなし、左から300pxの場所に配置、上下中央、画像幅500px）*/
		background: linear-gradient(#d5edff, rgba(255, 255, 255, 0) 50%), #fff url(../images/header_bg.jpg) no-repeat 300px center/500px;
	/*同上*/
}

/*ロゴ画像*/
header #logo {
	position: absolute;
	left: 10px;
	/*header #innerに対して左から10pxの場所に配置*/
	top: 35px;
	/*header #innerに対して上から25pxの場所に配置*/
}

/*TEL*/
header #tel {
	position: absolute;
	left: 70px;
	/*header #innerに対して左から70pxの場所に配置*/
	top: 85px;
	/*header #innerに対して上から85pxの場所に配置*/
}

/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
	right: 10px;
	/*header #innerに対して右から10pxの場所に配置*/
	top: 75px;
	/*header #innerに対して上から75pxの場所に配置*/
}

/*メニュー１個あたり*/
#headermenu li {
	float: left;
	/*左に回り込み*/
	margin-left: 10px;
	/*左側にスペースを空ける*/
}

#headermenu li a {
	text-decoration: none;
	display: inline-block;
	background: #139519;
	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa600), to(#ff8a00));
	/*グラデーション*/
	background: -webkit-linear-gradient(#ffa600, #ff8a00);
	/*同上*/
	background: linear-gradient(#ffa600, #ff8a00);
	/*同上*/
	color: #FFF;
	/*文字色*/
	padding: 3px 15px;
	/*上下、左右へのボックス内の余白*/
	border-radius: 4px;
	/*角丸のサイズ*/
	border: 1px solid #ff8a00;
	/*枠線の幅、線種、色*/
}

/*マウスオン時*/
#headermenu li a:hover {
	color: #ff8a00;
	/*文字色*/
	background: #fff;
	/*背景色*/
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はlarge.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
ul#fsize {
	height: 55px;
	/*大中のボタン画像の高さに合わせる*/
	width: 120px;
	/*大中のボタン画像２点の幅を合計した数字にする*/
	position: absolute;
	right: 10px;
	/*ヘッダーブロックの右から10pxの場所に配置*/
	top: 0px;
	/*ヘッダーブロックの上から0pxの場所に配置*/
	padding-left: 20px;
	/*「文字サイズ」の画像幅に合わせる*/
	padding-right: 20px;

	background: #fff;
	/*背景色、「文字サイズ」の背景画像読み込み（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/*「文字サイズ」の背景画像とグラデーション*/
	background: -webkit-linear-gradient(#fff 30%, #eee);
	/*同上*/
	background: linear-gradient(#fff 30%, #eee);
	/*同上*/

	border: 1px solid #dcdcdc;
	/*枠線の幅、線種、色*/
	border-top: none;
	/*上の線だけ消す設定*/
	border-radius: 0px 0px 4px 4px;
	/*角丸のサイズ。左上、右上、右下、左下。*/
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	/*同上*/
}

/*ボタン１個あたり*/
ul#fsize li {
	float: left;
	/*左に回り込み*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	width: 100%;
	padding: 1px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
	/*同上*/
	background: #000096;
	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#000096), to(#000078));
	/*グラデーション*/
	background: -webkit-linear-gradient(#000096 30%, #000078);
	/*同上*/
	background: linear-gradient(#000096 30%, #000078);
	/*同上*/
	margin-bottom: 30px;
	/*メニューと下のコンテンツとの間に空けるスペース*/
	border-top: 5px solid #FFCC00;
	border-bottom: 5px solid #FFCC00;
}

#menubar,
#menubar-s {
	width: 980px;
	/*幅。header #innerと数字を合わせる。*/
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #1A1AAC;
	/*一番左側にラインを入れる設定*/
	font-size: 120%;
	/*文字サイズを固定。文字サイズ「大中」ボタンの影響を受けたいならこの行削除。但し若干レイアウトが崩れます。*/
	font-weight: bold;
}

/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;
	/*左に回り込み*/
	text-align: center;
	/*文字をセンタリング*/
	border-right: 1px solid #1A1AAC;
	/*右側にラインを入れる*/
	width: 185px;
	/*メニュー幅*/
	color: #fff;
	/*文字色*/
}

#menubar a,
#menubar-s a {
	margin: 7px 5px;
	/*上下、左右へ、外側へとる余白。メニュー選択時に余白を設ける為に設定しています。*/
	display: block;
	text-decoration: none;
	padding: 7px 0px;
	/*上下、左右へとる余白*/
	border-radius: 4px;
	/*角丸のサイズ*/
	color: #fff;
	/*文字色*/
}

/*マウスオン時*/
#menubar a:hover,
#menubar li.current a,
#menubar-s a:hover,
#menubar-s li.current a {
	background: #1E1EB4;
	/*背景色*/
	color: #ffcc00;
	/*文字色*/
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。insetは内側に向かっての影。*/
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
	/*同上*/
}

/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 930px;
	/*幅。header #innerや#menubarの980pxからここのpadding(左右の合計幅)を差し引いた数字で設定するといい。*/
	padding: 20px 20px 0px;
	/*ボックス内の余白。上下、左右、下。*/
	margin: 0px auto 30px;
	background: #FFF;
	/*背景色*/
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	/*同上*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	/*左側に回り込み*/
	width: 920px;
	/*幅*/
	padding-bottom: 30px;
	overflow: hidden;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	color: #FFF;
	/*文字色*/
	background: #000096;
	/*背景色*/
	padding: 5px 15px;
	/*上下、左右への余白*/
	border-radius: 4px;
	/*角丸のサイズ*/
}

/*mainコンテンツのh2タグの１文字目への設定*/
#main h2::first-letter {
	border-left: 5px solid #FFCC00;
	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
	/*アクセントラインと文字の間にとる余白*/
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 110%;
	background: #FFF;
	/*背景色*/
	padding: 4px 15px;
	/*上下、左右への余白*/
	border: 1px solid #bcbcbc;
	/*枠線の幅、線種、色*/
	border-radius: 4px;
	/*角丸のサイズ*/
}

/*mainコンテンツのh3タグの１文字目への設定*/
#main h3::first-letter {
	border-left: 3px solid #000096;
	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
	/*アクセントラインと文字の間にとる余白*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	/* padding: 7px 15px 14px;	上、左右、下への余白 */
}

#main p+p {
	padding-top: 0px;
}

#main h2+p,
#main h3+p {
	padding-top: 0px;
	margin-top: -5px;
}

/*「施設のご案内」と「サービスのご案内」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定（リンクなし・あり共通設定）*/
#main section.list {
	margin-bottom: 15px;
	/*ボックス間のスペース*/
	position: relative;
	overflow: hidden;
	padding: 20px;
	/*ボックス内の余白*/
}

/*ボックスの設定（リンクありの場合）*/
#main section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	/*ボックス内の余白*/
	margin: -20px;
	/*上のリンクなしの場合の余白をなくす為の設定*/
	background: #fff;
	/*背景色*/
	border: 1px solid #ccc;
	/*枠線の幅、線種、色*/
	color: #333;
	/*文字色*/
}

/*「サービスのご案内」ページのボックス内の矢印マーク設定*/
#main section.list a::before {
	content: "→";
	/*「→」の文字を表示させる。機種依存文字は使わないように。*/
	background: #000096;
	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 150, 0.2);
	/*色(rgba)の設定。rgba値は左３つが色指定(この場合#000096のrga値)で最後の小数点が透明度。*/
	color: #fff;
	/*文字色*/
	font-size: 60px;
	/*文字サイズ*/
	line-height: 1;
	padding: 20px;
	/*余白（文字と円の間にあける余白）*/
	position: absolute;
	right: -15px;
	/*ボックスに対して右から-15pxの場所に配置*/
	bottom: -25px;
	/*ボックスに対して下から-25pxの場所に配置*/
	border-radius: 100px;
	/*角丸のサイズ。ひとまず大きくしておけばいい。この行を削除すれば四角になる。*/
}

/*マウスオン時のボックス*/
#main section.list a:hover {
	background: #fffde7;
	/*背景色*/
}

/*マウスオン時の矢印マーク*/
#main section.list a:hover::before {
	background: #000096;
	/*背景色*/
}

/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;
	/*左の写真とのバランスをとって設定*/
}

/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;
	/*画像を左へ回り込み*/
	padding: 5px;
	/*余白*/
	background: #fff;
	/*背景色*/
	width: 30%;
	/*写真の幅*/
	height: auto;
	/*写真の高さ*/
	border: 1px solid #ccc;
	/*線の幅、線種、色*/
}

/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 130%;
	color: #000096;
	/*文字色*/
	border-bottom: dotted 2px #000096;
	/*下線の線種、幅、色*/
	/*margin-left: 20%;*/
	/*左の写真とのバランスをとって設定*/
	margin-top: 20px;
	margin-bottom: 10px;
}

#main th.table-line1 {
	border-top: 4px solid #000096;
}

#main td.table-line2 {
	border-top: 4px solid #FFCC00;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #000096;
	/*背景色*/
	color: #fff;
	/*文字色*/
	font-size: 100%;
	/*文字サイズ*/
	border-top: 7px solid #FFCC00;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

footer .pr {
	display: block;
	font-size: 95%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 940px;
	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}

/*１行分の設定*/
#footermenu ul {
	float: left;
	/*左に回り込み*/
	width: 18%;
	/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	padding: 15px 0;
	clear: both;
	text-align: center;
	background: #222;
	/*背景色*/
	border-top: 12px solid #000096;
}

#copyright a {
	text-decoration: none;
}

/*トップページ内メインイメージ
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
	position: relative;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 15px;
	margin-bottom: 20px;
}

/*日付設定*/
#new dt {
	font-weight: bold;
	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cdcdcd;
}

/*記事設定*/
#new dd {
	padding-left: 8em;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #cdcdcd;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1,ta2共通設定*/
.ta1,
.ta2 {
	width: 100%;
	margin-bottom: 15px;
}

.ta1,
.ta1 td,
.ta1 th,
.ta2,
.ta2 td,
.ta2 th {
	border: 1px solid #999;
	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;
	/*ボックス内の余白*/
	word-break: break-all;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	/*左よせ*/
	background: #cce6f6;
	/*背景色*/
}

/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;
	/*幅*/
	text-align: center;
	/*センタリング*/
	background: #f0f0f0;
	/*背景色*/
}

/*ta2の左側ボックス*/
.ta2 th {
	background: #fffeba;
	/*背景色*/
}

/*ta2の右側ボックス*/
.ta2 td {
	text-align: center;
	/*センタリング*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 15px;
	/*上下、左右への余白*/
}

/*質問の設定*/
.faq dt {
	color: #000096;
	/*文字色*/
	font-weight: bold;
	/*太字*/
	padding-top: 15px;
}

/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #CCC;
	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}

#pagetop a {
	color: #FFF;
	/*文字色*/
	font-size: 130%;
	/*文字サイズ*/
	padding: 0px 30px;
	/*上下、左右へのボックス内余白*/
	background: #222;
	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;
	/*角丸のサイズ。左上、右上、右下、左下。*/
}

/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;
	/*背景色*/
	color: #FFF;
	/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}

.mb15,
.mb1em {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

.color1 {
	color: #000096;
}

.pr {
	font-size: 85%px;
}

.wl {
	width: 96%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.l {
	text-align: left !important;
}

.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}

.big2 {
	font-size: 30px;
	font-weight: bold;
	/*letter-spacing: 0.1em;*/
	color: #000096;
}

.big3 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #444;
	margin-left: 15px;
}

.big4 {
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #E02223;
	margin-left: 30px;
}

.big5 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000096;
}

.newicon {
	background: #E02223;
	color: #FFF;
	font-size: 85%;
	padding: 0px 7px;
	border-radius: 2px;
	margin: 0px 5px;
}

#products_l {
	float: left;
	width: 450px;
	margin-left: 40px;
	font-size: 110%;
}

#products_r {
	float: left;
	width: 320px;
	margin-left: 45px;
}

#aboutus_text {
	margin: 0 22px;
}










/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

	/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
	/*サイト幅にしたheader内のブロック*/
	header #inner {
		width: auto;
		height: 110px;
	}

	/*ロゴ画像*/
	header #logo {
		margin-left: 14px;
		width: 30%;
	}

	/*TEL*/
	header #tel strong {
		display: block;
	}

	/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
	/*メニューブロック全体*/
	#headermenu {
		position: absolute;
		right: 10px;
		top: 62px;
	}

	/*メニュー１個あたり*/
	#headermenu li {
		float: none;
		margin-bottom: 8px;
	}

	#headermenu li a {
		width: 205px;
		text-align: center;
	}

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*メニューブロックの設定*/
	#menu-box {
		padding: 0px;
		border-top: 1px solid #dcdcdc;
		border-bottom: 10px solid #FFCC00;
	}

	#menubar,
	#menubar-s {
		width: auto;
	}

	/*メニュー１個あたりの設定*/
	#menubar li,
	#menubar-s li {
		width: 50%;
		border-bottom: 1px solid #dcdcdc;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#menubar li:nth-child(even),
	#menubar-s li:nth-child(even) {
		border-right: none;
	}

	/*３本バーアイコンを表示させない*/
	#menubar_hdr {
		display: none;
	}

	/*コンテンツ
---------------------------------------------------------------------------*/
	#contents {
		width: auto;
		margin: 1%;
		padding: 10px;
		/*ボックス内の余白。上下、左右、下。*/
	}





	/*main,subコンテンツ
---------------------------------------------------------------------------*/
	#main {
		float: none;
		width: auto;
	}

	/*フッターメニュー
---------------------------------------------------------------------------*/
	/*ボックス全体*/
	#footermenu {
		width: 90%;
	}

	/*その他
---------------------------------------------------------------------------*/
	body.s-n #sub {
		display: none;
	}

}







/*画面幅600px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:600px) {

	header {
		border-top: 8px solid #000096;
	}

	/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
	/*ロゴ画像*/
	header #logo {
		margin-left: 14px;
		width: 30%;
	}

	/*TEL*/
	header #tel {
		position: absolute;
		left: 50px;
		top: 75px;
	}

	.big1 {
		font-size: 23px;
		letter-spacing: 0.2em;
	}

	.big2 {
		font-size: 23px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #000096;
	}

	.big3 {
		font-size: 23px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #444;
		margin-left: 10px;
	}

	.big4 {
		font-size: 21px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #E02223;
		margin-left: 10px;
	}

	.big5 {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #000096;
	}

	#products_l {
		float: left;
		width: 95%;
		margin-left: 10px;
		font-size: 100%;
	}

	#products_r {
		margin-top: 35px;
		float: left;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}

	#products_r img {
		zoom: 0.8;
	}

	#aboutus_text {
		margin: 0px;
	}

	table,
	tbody,
	tr,
	th,
	td {
		display: block;
		width: 99% !important;
		text-align: left !important;
	}

	.ta1,
	.ta1 td,
	.ta1 th,
	.ta2,
	.ta2 td,
	.ta2 th {
		border: none;
		padding: 1px;
	}

	#main th.table-line1 {
		border-top: 4px solid #000096;
	}

	#main td.table-line2 {
		border: none;
	}


}







/*画面幅600px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:600px) {

	/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
	/*サイト幅にしたheader内のブロック*/
	header #inner {
		height: 135px;
	}

	/*ロゴ画像*/
	header #logo {
		position: absolute;
		left: 0px;
		top: 25px;
		width: 47%;
	}

	/*TEL*/
	header #tel {
		position: absolute;
		left: 0px;
		top: 65px;
		width: 100%;
		text-align: center;
	}

	/*TEL*/
	header #tel strong {
		display: inline;
	}

	/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
	/*メニューブロック全体*/
	#headermenu {
		position: absolute;
		left: 10px;
		top: 95px;
	}

	/*メニュー１個あたり*/
	#headermenu li {
		float: none;
		margin-bottom: 8px;
	}

	#headermenu li a {
		width: 98%;
		text-align: center;
	}

	/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
	/*ボタンブロック全体*/
	ul#fsize {
		display: none;
	}

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*スマホ用メニューを非表示から表示に切り替える*/
	#menubar-s {
		display: block;
	}

	/*PC用メニューを非表示にする*/
	#menubar {
		display: none;
	}

	/*３本バーアイコン設定
---------------------------------------------------------------------------*/
	/*３本バーブロック*/
	#menubar_hdr {
		display: block;
		position: absolute;
		top: 10px;
		/*上から10pxの場所に配置*/
		right: 10px;
		/*右から10pxの場所に配置*/
		width: 30px;
		/*幅*/
		border: 1px solid #000096;
		/*枠線の幅、線種、色*/
		border-radius: 4px;
		/*角丸のサイズ*/
		padding: 12px 10px 5px;
		/*上、左右、下へのボックス内余白*/
		background: #fff;
		/*背景色*/
		font-size: 82%;
		color: #000096;
		text-align: center;
	}

	/*３本のバー（1本あたり）*/
	#menubar_hdr span {
		display: block;
		border-top: 2px solid #000096;
		/*枠線の幅、線種、色*/
		border-radius: 2px;
		/*角丸のサイズ*/
		margin-bottom: 7px;
		/*バー同士の余白*/
	}

	/*コンテンツ
---------------------------------------------------------------------------*/
	#contents {
		width: auto;
		margin: 1%;
		padding: 10px;
		/*ボックス内の余白。上下、左右、下。*/
	}

	/*「施設のご案内」と「サービスのご案内」ページの一覧用ブロック
---------------------------------------------------------------------------*/
	/*ボックス内の段落タグ設定*/
	#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;
	}

	/*ボックス内のh4タグ設定*/
	#main section.list h4 {
		margin-left: 0;
	}

	/*フッターメニュー
---------------------------------------------------------------------------*/
	/*ボックス全体*/
	#footermenu {
		display: none;
	}

	#footermenu-s {
		border-top: 7px solid #000096;
	}

	/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
	section#new h2.open {
		background: #000096 url(../images/btn_minus.png) no-repeat right center/34px 34px;
	}

	section#new h2.close {
		background: #000096 url(../images/btn_plus.png) no-repeat right center/34px 34px;
	}

	/*テーブル
---------------------------------------------------------------------------*/
	/*テーブル内の左側*/
	.ta1 th,
	.ta2 th {
		width: 100px;
		padding: 5px;
	}

	/*テーブル内の右側*/
	.ta1 td,
	.ta2 td {
		width: auto;
		padding: 5px;
	}

	/*その他
---------------------------------------------------------------------------*/
	.ws,
	.wl {
		width: 90%;
	}

	/*ブロック全体の設定*/
	#new dl {
		padding-left: 15px;
		margin-bottom: 20px;
	}

	/*日付設定*/
	#new dt {
		width: 26%;
		float: left;
		font-weight: bold;
		/*太字にする設定。標準がいいならこの行削除。*/
		margin-bottom: 5px;
		padding-bottom: 8px;
		border: none;
	}

	/*記事設定*/
	#new dd {
		width: 74%;
		padding-left: 6em;
		margin-bottom: 5px;
		padding-bottom: 8px;

	}

}