@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/1.7 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background: #FFF;	/*背景色*/
}
body.black {
	color: #FFF;
	background: #000;
}
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;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	text-decoration: none;
}
body.black a {
	color: #FFF;
	text-decoration: none;
}
a:hover, body.black a:hover {
	color: #f18903;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*TELリンク（全般）設定
---------------------------------------------------------------------------*/
.tel-link {
	color: #FFF;
}
.hdbrown {
	color: #FFF;
}
.grey {
	color: #333;
}
/*予約・お問い合わせ*/
dl.contactfm {
	margin: 10px;
	width: auto;
	color: #333;
}
dl.contactfm dt {
	float: left;
	width: 160px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	color: brown;
}
dl.contactfm dd {
	width: auto;
	padding: 5px 0 10px 180px;
	text-align: left;
	border-bottom: none!important;
}
dl.contactfm dd.nul {
	width: auto;
	padding: 5px 0 10px 180px;
	border-bottom: none;
	text-align: left;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: #009 5px solid;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcf29', endColorstr = '#f18903');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcf29', endColorstr = '#f18903')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffcf29, #f18903);
	background-image: -ms-linear-gradient(top, #ffcf29, #f18903);
	background-image: -o-linear-gradient(top, #ffcf29, #f18903);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffcf29), to(#f18903));
	background-image: -webkit-linear-gradient(top, #ffcf29, #f18903);
	background-image: linear-gradient(top, #ffcf29, #f18903);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 990px;	/*ブロック幅*/
	height: 120px;	/*ブロックの高さ*/
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 30px;	/*innerに対して左から20pxの場所に配置*/
	top: 5px;	/*innerに対して上から35pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 20px;		/*ヘッダーブロックに対して上から35pxの位置に配置*/
	right: 20px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 16px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 2px;	/*文字間隔を少し広めにとる設定。*/
	color: #FFF;	/*文字色*/
}
/*電話番号の文字設定*/
header address span {
	display: block;
	font-size: 22px;	/*文字サイズ*/
	font-weight: bold;	/*太字に*/
	color: #FFF;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: 990px;	/*メニュー部分のブロック幅*/
	height: 50px;	/*高さ*/
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 160px;	/*メニュー幅*/
	height: 50px;	/*高さ*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
	margin-left: 6px;	/*メニュー同士の余白*/
	letter-spacing: 1px;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.6s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.6s;			/*同上*/
	line-height: 25px;
	padding-top: 5px;
	color: #FFF;	/*文字色*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #0803ff, #00008c);
	background-image: -ms-linear-gradient(top, #0803ff, #00008c);
	background-image: -o-linear-gradient(top, #0803ff, #00008c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0803ff), to(#00008c));
	background-image: -webkit-linear-gradient(top, #0803ff, #00008c);
	background-image: linear-gradient(top, #0803ff, #00008c);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	margin-left: 0px;
}
/*英語表記の設定*/
nav#menubar ul li a span {
	font-size: 13px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 2px;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 5px;
	opacity: 0.8;	/*透明度50％*/
}
/*currentとマウスオン時の設定*/
nav#menubar ul li a:hover, nav#menubar ul li.current a {
	background: #36F;	/*背景色*/
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 990px;
	margin: 0px auto;
	padding-top: 5px;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
}
#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 {
	float: left;	/*左側に回り込み*/
	width: 750px;	/*メインコンテンツ幅*/
	padding-bottom: 15px;
	margin-top: 5px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	letter-spacing: 1px;
	font-size: 100%;
	color: #FFF;	/*文字色*/
	padding: 5px 15px;	/*左から、上下、左右への余白*/
	clear: both;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f18903', endColorstr = '#ff6e26');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f18903', endColorstr = '#ff6e26')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f18903, #ff6e26);
	background-image: -ms-linear-gradient(top, #f18903, #ff6e26);
	background-image: -o-linear-gradient(top, #f18903, #ff6e26);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f18903), to(#ff6e26));
	background-image: -webkit-linear-gradient(top, #f18903, #ff6e26);
	background-image: linear-gradient(top, #f18903, #ff6e26);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	letter-spacing: 1px;
	font-size: 100%;
	color: #f18903;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #f18903;		/*上の線の幅、線種、色*/
	border-right: 1px solid #f18903;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #f18903;	/*下の線の幅、線種、色*/
	border-left: 3px solid #f18903;	/*左の線の幅、線種、色*/
	background: #FFF7EE;
}
#main h5 {
	letter-spacing: 1px;
	font-size: 100%;
	color: #333;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	background: #FFF;
	font-weight: bold;
}
/*h2とh3共通*/
body.black #main h2, body.black #main h3 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 10px 15px;	/*左から、上、左右、下への余白*/
}
/*コースサムネイルボックス　index.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	float: left;
	margin: 10px 0px 10px 12px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	font-size: 11px;	/*文字サイズ*/
	text-align: left;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 5px;
}
#main section.list a {
	text-decoration: none;
	display: block;
	width: 210px;	/*幅*/
	height: 300px;	/*高さ*/
	padding: 10px;	/*ボックス内の余白*/
}
body.black #main section.list a {
	color: #333;
}
/*スタッフ名（h4タグ）*/
#main section.list h4 {
	color: #f18903;	/*文字色*/
	font-size: 14px;
}
/*段落タグ*/
#main section.list p {
	padding: 0px;
	font-size: 12px;
}
/*サムネイル写真画像*/
#main section.list figure img {
	width: 100%;
	height: auto;
}
/*サムネイル内のアイコン位置*/
#main section.list .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	top: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*マウスオン時のボックス*/
#main section.list a:hover {
	background: #FFF;	/*背景色*/
}
/*コースサムネイルボックス　course.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.course {
	float: left;
	margin: 10px 0px 10px 10px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	text-align: left;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 5px;
}
#main section.course a {
	text-decoration: none;
	display: block;
	width: 215px;	/*幅*/
	height: 270px;	/*高さ*/
	padding: 10px;	/*ボックス内の余白*/
}
body.black #main section.course a {
	color: #333;
}
/*スタッフ名（h4タグ）*/
#main section.course h4 {
	color: #f18903;	/*文字色*/
	font-size: 13px;
}
/*段落タグ*/
#main section.course p {
	padding: 0px;
	font-size: 12px;
}
/*サムネイル写真画像*/
#main section.course figure img {
	width: 100%;
	height: auto;
}
/*サムネイル内のアイコン位置*/
#main section.course .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	top: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*マウスオン時のボックス*/
#main section.course a:hover {
	background: #FFF;	/*背景色*/
}
/*コース一覧ページ　course.html
---------------------------------------------------------------------------*/
#main .lists {
	margin: 10px 10px 0px 10px;
	border-bottom: #CCC 1px solid;
	float: left;
}
/*左側ボックス*/
#main .lists .left {
	float: left;	/*左に回り込み*/
	width: 120px;	/*幅*/
	padding-bottom: 10px;
}
/*右側ボックス*/
#main .lists .right {
	width: 600px;	/*幅*/
	float: right;	/*右に回り込み*/
	font-size: 12px;
	margin-left: 10px;
}
/*テーブルタグの左側の見出し（※幅以外は下の方にある「テーブル１」のスタイルで設定しています）*/
#main .lists .right .ta1 th {
	width: 100px;	/*幅*/
}
/*各コース詳細ページ　.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .course {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .course .left {
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#main .course .left p {
	padding: 0px;
	margin: 0px;
}
/*右側ボックス*/
#main .course .right {
	width: 470px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブルタグの左側の見出し（※幅以外は下の方にある「テーブル１」のスタイルで設定しています）*/
#main .course .right .ta1 th {
	width: 100px;	/*幅*/
}
dl.sche {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/*時間*/
dl.sche dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 20px;
	color: #06F;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
dl.sche dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 100px;
	line-height: 1.8;
}
dl.schelong {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/*時間*/
dl.schelong dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 20px;
	color: #06F;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
dl.schelong dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 180px;
	line-height: 1.8;
}
dl.caution {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/*kome*/
dl.caution dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 20px;
	text-align: center;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
dl.caution dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 20px;
	line-height: 1.8;
}
dl.company {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/*時間*/
dl.company dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 20px;
	color: #06F;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
dl.company dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 100px;
	line-height: 1.8;
}
dl.link {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/*時間*/
dl.link dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 20px;
	color: #06F;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
dl.link dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 170px;
	line-height: 1.8;
}
#main section.map {
	margin: 0 auto;
	margin-top: 10px;
	padding: 2px;
	margin-bottom: 10px;	/*ボックス間のスペース*/
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	background: #FFF;
	text-align: center;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（右側ブロック）*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 10px;
	margin-top: 5px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	color: #FFF;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	clear: both;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #0803ff, #00008c);
	background-image: -ms-linear-gradient(top, #0803ff, #00008c);
	background-image: -o-linear-gradient(top, #0803ff, #00008c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0803ff), to(#00008c));
	background-image: -webkit-linear-gradient(top, #0803ff, #00008c);
	background-image: linear-gradient(top, #0803ff, #00008c);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*subコンテンツ内のbox1設定*/
#sub .box1 {
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
body.black #sub .box1, body.black #sub .box1 a {
	color: #333;
}
/*subコンテンツ内のbox2設定*/
#sub .box2 {
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	text-align: center;
}
body.black #sub .box2, body.black #sub .box2 a {
	color: #333;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul, #sub h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul {
	margin-bottom: 0;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding: 2px 0px 2px 10px;
	background: #FFF;	/*背景色*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.3s;			/*同上*/
	font-size: 11px;
	line-height: 2.0;
}
#sub ul li a:hover, #sub ul li.subcurrent a {
	background: hsla(44,86%,58%,1.00);	/*マウスオン時の背景色*/
	color: #FFF;
}
/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #f18903;	/*背景色と背景画像の読み込み*/
	border-top: #009 5px solid;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
	line-height: 1.8;
	padding: 2px 0px;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding: 2px 0px 2px 100px;
	line-height: 1.8;
}
#new dd img {
	vertical-align: middle;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	font-size: 12px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.6;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 5px 5px 5px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	font-weight: normal;
	font-size: 14px;
	width: 100%;	/*幅*/
	padding: 5px;
	text-align: center;
	background: #f1f1f1;	/*背景色*/
	letter-spacing: 2px;
}
body.black .ta1 th {
	background: #222;
}
.ta1.schedule-table th {
	width: auto;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #FF6;	/*背景色*/
}
body.black .ta1 th.tamidashi {
	background: #FF6;
	color: #333;
}
/*テーブルフォーム
---------------------------------------------------------------------------*/
.taform {
	width: 100%;
	margin-bottom: 10px 0;
	font-size: 12px;
}
.taform, .taform td, .taform th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.taform td {
	padding: 3px 3px 3px 5px;
	text-align: left;
}
/*テーブル内の左側の見出し部分*/
.taform th {
	padding: 3px 5px 3px 3px;
	text-align: right;
	background-color: #EEE;	/*背景色*/
	font-weight: normal;
	white-space: nowrap;
	width: 120px;
}
/*テーブル１行目に入った見出し部分*/
.taform th.tamidashi {
	width: auto;
	text-align: center;
	background-color: #DDD;	/*背景色*/
}
/*テーブルフォーム　送信枠
---------------------------------------------------------------------------*/
ul.action {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	width: 260px;
	height: 60px;
	list-style-type: none;
}
ul.action li {
	margin: 0 20px 0 0;
	padding: 0;
	width: 120px;
	height: 40px;
	float: left;
}
ul.action li.nom {
	margin: 0;
}
button {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}
/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"], input[type="button"], input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: 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;	/*枠線の幅、線種、色*/
}
body.black input[type="submit"], body.black input[type="button"], body.black input[type="reset"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*マウスオン時*/
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*PAGE TOP設定（オリジナル）
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
body.black .look {
	background: #333;
}
.mb15 {
	margin-bottom: 15px;
}
section.mt10 {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f18903;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
/*その他 追加
---------------------------------------------------------------------------*/
.px14red {
	color: #F30;
	font-size: 14px;
}
.px12red {
	color: #F30;
	font-size: 12px;
}
.px11red {
	color: #F30;
	font-size: 11px;
}
.px12bl {
	color: #39F;
	font-size: 12px;
}
.pushu {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}
a img.pushu {
	transition : all .2s;
	-webkit-transition: all .2s;
}
a img.pushu:hover {
	opacity: 0.5;
	filter: alpha( opacity=50 );
	-ms-filter: "alpha( opacity=50 )";
}
.blinking {
	-webkit-animation: blink 0.6s ease-in-out infinite alternate;
	-moz-animation: blink 0.6s ease-in-out infinite alternate;
	animation: blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0.2;
}
 100% {
opacity:1;
}
}
.yoyaku {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #06F;
	font-size: 14px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: auto;
	text-align: center;
}
.yoyaku a:link {
	color: #FFF;
	text-decoration: none;
}
.yoyaku a:visited {
	color: #FFF;
	text-decoration: none;
}
.yoyaku a:hover {
	color: #FF0;
	text-decoration: none;
}
.yoyaku a:active {
	color: #FFF;
	text-decoration: none;
}
.aso {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #FF9100;
	font-size: 14px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: auto;
	text-align: center;
}
.aso a:link {
	color: #FFF;
	text-decoration: none;
}
.aso a:visited {
	color: #FFF;
	text-decoration: none;
}
.aso a:hover {
	color: #FF0;
	text-decoration: none;
}
.aso a:active {
	color: #FFF;
	text-decoration: none;
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px) {
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 10px;
	width: 100%;
}
header .inner h1 img {
	width: 90%;
	height: auto;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	padding-bottom: 15px;
	font-size: 32px;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: auto;
	height: auto;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin-left: 3.2% !important;
	margin-bottom: 15px;
	width: 29%;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}
/*コースサムネイルボックス　index.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	margin: 10px 0px 15px 2%;
	width: 30%;
}
#main section.list a {
	width: auto;
}
/*コースサムネイルボックス　course.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.course {
	margin: 10px 0px 15px 2%;
	width: 30%;
}
#main section.course a {
	width: auto;
}
/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px;
}
/*左側ボックス*/
#main .staff .left {
	width: 35%;
}
/*右側ボックス*/
#main .staff .right {
	width: 62%;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	font-size: 12px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px 5px 5px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	width: 100px;
	padding: 5px 10px 5px 5px;
}
/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	font-size: 12px;
}
/*テーブル内の右側*/
.ta2 td {
	width: auto;
	padding: 5px 5px 5px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th {
	width: 100px;
	padding: 5px 10px 5px 5px;
}
/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px) {
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}
header .inner h1 img {
	width: 90%;
	height: auto;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	padding-bottom: 15px;
	font-size: 12px;
}
/*電話番号の文字設定*/
header address span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
	font-weight: bold;	/*太字に*/
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: auto;
	height: auto;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	margin: 0;
	margin-bottom: 1px;
	width: auto;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 25px;
	padding-top: 5px;
	color: #FFF;	/*文字色*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0803ff', endColorstr = '#00008c')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #0803ff, #00008c);
	background-image: -ms-linear-gradient(top, #0803ff, #00008c);
	background-image: -o-linear-gradient(top, #0803ff, #00008c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0803ff), to(#00008c));
	background-image: -webkit-linear-gradient(top, #0803ff, #00008c);
	background-image: linear-gradient(top, #0803ff, #00008c);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 2%;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
/*コースサムネイルボックス　index.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	float: none;
	margin: 10px 0 0 0;
	background: none;
	text-align: left;
	border: 1px solid #CCC;
}
#main section.list:last-child {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
#main section.list a {
	width: auto;
	height: auto;
	overflow: hidden;
}
body.black #main section.list a {
	color: #FFF;
}
body.black #main section.list a:hover {
	color: #333;
}
/*サムネイル写真画像*/
#main section.list figure img {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 15px;
}
#main section.list .icon {
	position: absolute;
	left: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	top: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*コースサムネイルボックス　course.html用
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.course {
	float: none;
	margin: 10px 0 0 0;
	background: none;
	text-align: left;
	border: 1px solid #CCC;
}
#main section.course:last-child {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
#main section.course a {
	width: auto;
	height: auto;
	overflow: hidden;
}
body.black #main section.course a {
	color: #FFF;
}
body.black #main section.course a:hover {
	color: #333;
}
/*サムネイル写真画像*/
#main section.course figure img {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 15px;
}
#main section.course .icon {
	position: absolute;
	left: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	top: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*コース一覧ページ　course.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .lists {
	margin: 10px 0px;
}
/*PC環境で左右に分かれていたボックス*/
#main .lists .left, #main .lists .right {
	float: none;
	width: auto;
	margin-left: 0px;
	background-color: none;
}
#main .lists .left figure {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
/*コース詳細ページ　.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .course {
	margin: 0px;
}
/*PC環境で左右に分かれていたボックス*/
#main .course .left, #main .course .right {
	float: none;
	width: auto;
}
#main .course .left figure {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
dl.sche {
	padding-left: 0px;
}
/*日付設定*/
dl.sche dt {
	float: none;
	width: auto;
	text-align: left;
}
/*記事設定*/
dl.sche dd {
	padding-left: 0;
}
dl.schelong {
	padding-left: 0px;
}
/*日付設定*/
dl.schelong dt {
	float: none;
	width: auto;
	text-align: left;
}
/*記事設定*/
dl.schelong dd {
	padding-left: 0;
}
dl.caution {
	margin-top: 10px;
	padding-left: 0;
}
dl.company {
	padding: 0px 10px;
}
/*日付設定*/
dl.company dt {
	float: none;
	width: auto;
	text-align: left;
}
/*記事設定*/
dl.company dd {
	padding-left: 0;
}
dl.link {
	padding-left: 0px;
}
/*日付設定*/
dl.link dt {
	float: none;
	width: auto;
	text-align: left;
}
/*記事設定*/
dl.link dd {
	padding-left: 0;
}
/*予約・お問い合わせ*/
dl.contactfm {
	margin: 10px;
	width: auto;
	color: #333;
}
dl.contactfm dt {
	float: none!important;
	width: auto!important;
	padding: 5px;
	text-align: center!important;
	font-weight: bold!important;
	letter-spacing: 1px;
	color: brown;
}
dl.contactfm dd {
	width: auto;
	padding: 5px!important;
	text-align: left;
	border-bottom: none!important;
}
dl.contactfm dd.nul {
	width: auto;
	padding: 5px!important;
	border-bottom: none;
	text-align: left;
}
#main section.map {
	margin: 0 auto;
	margin-top: 10px;
	padding: 2px;
	margin-bottom: 10px;	/*ボックス間のスペース*/
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	background: #FFF;
	text-align: center;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: -webkit-gradient(linear, left top, left bottom, from(#f19b2c), to(#f18903));
	background: -webkit-linear-gradient(#f19b2c, #f18903);
	background: linear-gradient(#f19b2c, #f18903);
}
section#new h2.close {
	background: -webkit-gradient(linear, left top, left bottom, from(#f19b2c), to(#f18903));
	background: -webkit-linear-gradient(#f19b2c, #f18903);
	background: linear-gradient(#f19b2c, #f18903);
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl {
	height: auto;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	font-size: 12px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px 5px 5px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	width: 100px;
	padding: 5px 10px 5px 5px;
}
/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	font-size: 12px;
}
/*テーブル内の右側*/
.ta2 td {
	width: auto;
	padding: 5px 5px 5px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th {
	width: 100px;
	padding: 5px 10px 5px 5px;
}
/*テーブルフォーム
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.taform td {
	width: auto;
	padding: 3px;
}
/*テーブル内の左側の見出し部分*/
.taform th {
	width: 85px;
	padding: 3px;
}
/*その他
---------------------------------------------------------------------------*/
/*<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;
	z-index: 10;
}
}
