@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;
}
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;
}
a:hover img {
	opacity: 0.8;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #519d12;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	position: relative;
	height: 220px;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	float: right;
	padding-bottom: 30px;
}
#main h2 {
	clear: both;
	background: url(../images/round1.png) no-repeat 10px center, #70af3c url(../images/bg1.png);
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 100%;
	color: #FFF;
	padding: 3px 0px 3px 40px;
}
#main h3 {
	font-size: 100%;
	color: #519d12;
	padding-left: 15px;
	border-left: 4px solid #519d12;
	border-bottom: 1px solid #b7d79d;
	background-color: #fffbcf;
	border-top: 1px solid #b7d79d;
	border-right: 1px solid #b7d79d;
}
#main h4 {
	font-size: 100%;
	color: #519d12;
	padding-left: 10px;
	border-bottom: 1px dashed #ccc;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
#main p.img{
	padding: 0.5em 0px 1em;
}
#main .box1 {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: linear-gradient(#FFF, #f6f6f6);
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 250px;
	padding-bottom: 30px;
}
#sub h2 {
	padding: 0px 10px;
	font-size: 100%;
	color: #FFF;
	background-color: #80c845;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#80c845), to(#70af3c));
	background-image: -webkit-linear-gradient(#80c845, #70af3c);
	background-image: linear-gradient(#80c845, #70af3c);
	border-bottom: 5px solid #d3d3d3;
}
#sub .box1 {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: linear-gradient(#FFF, #f6f6f6);
}

/*左側のマイページブロック
---------------------------------------------------------------------------*/
#sub .box1mypage {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 10px;
	background-color: #fffac2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffde2), to(#fffac2));
	background-image: -webkit-linear-gradient(#fffde2, #fffac2);
	background-image: linear-gradient(#fffde2, #fffac2);
	text-align: center;
}
#sub .box1mypage .name {
	font-weight: bold;
	color: #775113;
}
#sub .box1mypage span {
	display: none;
}
#sub .box1mypage img {
	vertical-align: bottom;
	margin-bottom: 8px;
}

/*左側のメインメニュー
---------------------------------------------------------------------------*/
nav#mainmenu ul li a {
	width: 213px;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../images/arrow1.png) no-repeat 10px center;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	margin-bottom: 1em;
	padding: 5px 0px 5px 35px;
}
nav#mainmenu ul li a:hover {
	background: #f7f4cc url(../images/arrow1.png) no-repeat 12px center;
	border: 1px solid #818181;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer a {
	text-decoration: none;
}

/*一覧用ボックス
---------------------------------------------------------------------------*/
#main section.list article {
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: linear-gradient(#FFF, #f6f6f6);
	-webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	padding: 10px;
	overflow: hidden;
}
#main section.list article.bg-kazari {
	background-image: url(../images/kazari_tree1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: url(../images/kazari_tree1.png), -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: url(../images/kazari_tree1.png), linear-gradient(#FFF, #f6f6f6);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main section.list article.bg-sale {
	background-image: url(../images/kazari_sale.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: url(../images/kazari_sale.png), -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: url(../images/kazari_sale.png), linear-gradient(#FFF, #f6f6f6);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main section.list article h3 {
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #c9c9c9;
	color: #000000;
	padding: 0px 0px 0px 8px;
	font-size: 100%;
	margin-bottom: 0.5em;
	border-top: none;
	border-right: none;
	border-left: 4px solid #80c845;
}
#main section.list article p.hosoku {
	padding: 0px;
	margin-left: 220px;
	font-size: 12px;
	line-height: 1.4;
}
#main section.list article figure {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
}
#main section.list article figure img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: bottom;
}
/*ボックス内のテーブル*/
#main section.list article table {
	font-size: 12px;
	margin-bottom: 5px;
	background-color: #FFF;
}
#main section.list article,
#main section.list article table,
#main section.list article table td,
#main section.list article table th {
	border: 1px solid #c9c9c9;
}
#main section.list article table td {
	padding: 5px;
}
#main section.list article table th {
	padding: 5px;
	text-align: center;
	background: #eeeeee;
	width: 70px;
}
#main section.list article table ul.disc {
	padding: 0em 0px 0em 15px;
}
/*popup
---------------------------------------------------------------------------*/
#main article.popup {
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);
	background-image: linear-gradient(#FFF, #f6f6f6);
	-webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;
	padding: 10px;
	width: 500px;
}
#main article.popup h3 {
	background: none;
	border-radius: 0;
	color: #000;
	padding: 0px 0px 0px 8px;
	font-size: 100%;
	margin-bottom: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #c9c9c9;
	border-left: 4px solid #80c845;
}
#main article.popup figure {
	text-align: center;
	font-size: 12px;
}
#main article.popup figure img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	width: 97%;
	height: auto;
}

/*ご注文品テーブル（右上固定）
---------------------------------------------------------------------------*/
#main #order {
	font-size: 11px;
	background-color: rgba(0,0,0,0.7);
	width: 300px;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 5px;
}
#main table.order {
	width: 100%;
	font-size: 11px;
}
#main table.order,
#main table.order td,
#main table.order th {
	border: 1px solid #c9c9c9;
	background-color: #FFC;
}
#main table.order td {
	padding: 2px;
}
#main table.order th {
	padding: 2px;
	font-weight: normal;
	text-align: left;
}
#main table.order th.tamidashi {
	color: #FFF;
	background-color: #70af3c;
}
#main table.order td.set {
	width: 25px;
}
#main table.order td.price {
	width: 65px;
	text-align: right;
}
#main table.order tr.total th,
#main table.order tr.total td {
	background-color: #FF0;
	font-weight: bold;
}
#main table.order tr.total th {
	text-align: right;
}

/*FAQページの設定
---------------------------------------------------------------------------*/
dl.faq {
	padding-right: 10px;
	padding-left: 10px;
}
dl.faq dt {
	padding-left: 20px;
	font-weight: bold;
	color: #519d12;
	background-image: url(../images/faq/faq_q.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 10px 0px 0px;
}
dl.faq dd {
	background-image: url(../images/faq/faq_a.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 10px 20px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	margin: 5px 10px 1em;
	line-height: 1.4;
	overflow: auto;
	height: 110px;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	padding: 5px 0px;
	color: #519d12;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	padding-bottom: 5px;
}
#new dd img {
	vertical-align: middle;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	width: 700px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}
#mainimg img {
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.auto {
	width: auto !important;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;
}
.ta1 td{
	padding: 10px;
}
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #d2edbc;
}
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-align: left;
	font-weight: bold;
	background-color: #f1df79;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e99e), to(#f1df79));
	background-image: -webkit-linear-gradient(#f7e99e, #f1df79);
	background-image: linear-gradient(#f7e99e, #f1df79);
}
.ta1 p {
	padding: 0 !important;
}
.ta1 .auto{
	width: auto !important;
}
/*yoyaku4.htmlのラジオボタン用*/
.ta1 .check {
	text-align: center;
	width: 40px;
	background-color: #e6f5d9;
}
/*ボタン*/
input.btn[type="submit"],
input.btn[type="button"] {
	width: 270px;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;
	background-color: #5aad16;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78cf31), to(#5aad16));
	background-image: -webkit-linear-gradient(#78cf31, #5aad16);
	background-image: linear-gradient(#78cf31, #5aad16);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
}
input.btn[type="submit"]:hover,
input.btn[type="button"]:hover,
input.btn.type2[type="submit"]:hover,
input.btn.type2[type="button"]:hover {
	background-color: #f1b739;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);
	background-image: linear-gradient(#bf8300, #f1b739);
}
/*キャンセルしますか？cancel.html*/
input.btn.type2[type="submit"],
input.btn.type2[type="button"] {
	width: 320px;
	background-color: #ce1000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea3700), to(#ce1000));
	background-image: -webkit-linear-gradient(#ea3700, #ce1000);
	background-image: linear-gradient(#ea3700, #ce1000);
}

/*トップページコースボックス
---------------------------------------------------------------------------*/
#tebura-box,
#mochikomi-box {
	height: 290px;
	width: 700px;
	position: relative;
	margin-bottom: 1em;
}
#dantai-box {
	height: 580px;
	width: 700px;
	position: relative;
	margin-bottom: 1em;
}
#tebura-box .btn1,
#mochikomi-box .btn1 {
	position: absolute;
	left: 5%;
	top: 56%;
}
/*#dantai-box .btn1 {
	position: absolute;
	left: 5%;
	top: 66%;
}*/
#dantai-box .btn3 {
	position: absolute;
	left: 5%;
	top: 34%;
}
#dantai-box .btn3-2 {
	position: absolute;
	left: 5%;
	top: 45%;
}
#dantai-box .btn4 {
	position: absolute;
	left: 5%;
	top: 78%;
}
#dantai-box .btn4-2 {
	position: absolute;
	left: 5%;
	top: 89%;
}
#tebura-box .btn2,
#mochikomi-box .btn2 {
	position: absolute;
	left: 5%;
	top: 78%;
}

/*カレンダー
---------------------------------------------------------------------------*/
#calender .ta1.bbn,
#calender .ta1.bbn td,
#calender .ta1.bbn th{
	border-bottom: none;
}
#calender .ta1 caption {
	background-image: none;
	background-color: #a1cbff;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#calender .ta1 th {
	padding: 0;
	width: auto;
	text-align: center;
}
#calender .ta1 td {
	padding: 3px 0 0 0;
	text-align: center;
	vertical-align: top !important;
	font-size: 30px;
	line-height: 1;
	background-color: #dbebff;
	width :13%;
}
/*土曜日*/
.sat {
	color: #00F;
}
#calender .ta1 td.sat {
	background-color: #c2ddff;
}
/*日曜日*/
.sun {
	color: #F00;
}
#calender .ta1 td.sun {
	background-color: #ffd2d2;
}
/*祝祭日*/
.saijitsu {
	color: #F00;
}
#calender .ta1 .saijitsu {
	color: #F00;
	background-color: #ffd2d2;
}
/*休業日*/
#calender .ta1 .yasumi {
	color: #F00;
	font-size: 14px;
}
/*管理者予約*/
#calender .ta1 td.gray {
	/*color: #F00;*/
	background-color: #d2d2d2;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
}
#pagetop a:hover {
	border: 1px solid #818181;
}

/*yoyaku1.html　マップ
---------------------------------------------------------------------------*/
#map {
	height: auto;
	width: 100%;
	position: relative;
}

/*yoyaku4.htmlの２つのボタン（ログイン・ご利用登録）
---------------------------------------------------------------------------*/
p.btn-bg1 {
	padding: 0 !important;
}
p.btn-bg1 a {
	width: 50%;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../images/arrow1.png) no-repeat 10px center;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 10px 0px 10px 35px;
	margin-bottom: 10px;
}
p.btn-bg1 a:hover {
	background: #f7f4cc url(../images/arrow1.png) no-repeat 12px center;
	border: 1px solid #818181;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mb1em {
	margin-bottom: 1em;
}
.p0 {
	padding: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pl20 {
	padding-left: 20px !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
ol ul.disc {
	padding: 0;
}
ol {
	padding: 0 15px 0 35px;
}
ol > li {
	padding-bottom: 1em;
}
.color1 {
	color: #ee0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
.big1 {
	font-size: 18px;
}
#menubar_hdr {
	display: none;
}
#orderbar_hdr {
	display: none;
}
.l {
	text-align: left !important;
}
.r {
	text-align: right !important;
}
img.fr {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pn {
	display: none;/*PC環境で非表示*/
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
#main p.kiyaku-box {
	font-size: 18px;
	padding: 10px;
	border: 3px double #CCC;
	text-align: center;
	font-weight: bold;
	background-color: #FFC;
	margin-bottom: 20px;
}
/* 2016追加 */
.bgcolor1 {
   background: #f9e0e0;
}
.bgcolor2 {
   background: #e0eef9;
}
.bgcolor3 {
   background: #f9efd2;
}


/*てぶら*/
.teburabox{
	width:100%;
	height:100%;
	padding:1rem;
	background: #fff8e8;
	border-left: solid 10px #ffc06e;
	margin:0.5rem 0 0.5rem 0;
}

.teburapic{
	width:100%;
}

.tebura_body{
	font-size:20px;
	padding:0 1rem 0 1rem;
}

.tebura_body p{
	line-height:1.5px;
}

.tebura_riyou{
	font-size:30px;
	padding:0 1rem 0 1rem;
	color: #2c2c2f;
	background: #cde4ff;/*背景色*/
}


/*もちこみ*/
.mochikomibox{
	width:100%;
	height:100%;
	padding:1rem;
	background: #fff8e8;
	border-left: solid 10px #ffc06e;
	margin:0.5rem 0 0.5rem 0;
}

.mochikomipic{
	width:100%;
}

.mochikomi_body{
	font-size:20px;
	padding:0 1rem 0 1rem;
}

.mochikomi_body p{
	line-height:1.5px;
}

.mochikomi_riyou{
	font-size:30px;
	padding:0 1rem 0 1rem;
	color: #2c2c2f;
	background: #cde4ff;/*背景色*/
}

/*団体*/
.dantaibox{
	width:100%;
	height:100%;
	padding:1rem;
	background: #fff8e8;
	border-left: solid 10px #ffc06e;
	margin:0.5rem 0 0.5rem 0;
}

.dantaipic{
	width:100%;
}

.dantai_body{
	font-size:20px;
	padding:0 1rem 0 1rem;
}

.dantai_body p{
	line-height:1.5px;
}

.dantai_riyou{
	font-size:30px;
	padding:0 1rem 0 1rem;
	color: #2c2c2f;
	background: #cde4ff;/*背景色*/
}

/*スクール*/
.schoolbox{
	width:100%;
	height:100%;
	padding:1rem;
	background: #fff8e8;
	border-left: solid 10px #ffc06e;
	margin:0.5rem 0 0.5rem 0;
}

.schoolpic{
	width:100%;
}

.school_body{
	font-size:15px;
	padding:0 1rem 0 1rem;
}

.school_body p{
	line-height:1.5px;
}

.school_riyou{
	font-size:30px;
	padding:0 1rem 0 1rem;
	color: #2c2c2f;
	background: #cde4ff;/*背景色*/
}

.schoolmoushikomi{
	color:#ff0000;
	font-size:16px;
}