@charset "utf-8";
/*-------------------------------*/
/*
/*
/* 基本設定
/*
/*
/*-------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #bbb inset;
	margin-top: 20px;
	margin-bottom: 20px;
}
a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear: both;
	display: block;
}
body {
	font-size: 98%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
header, footer, #main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


article h1 {
	color: #399;
	font-size: 120%;
	margin-bottom: 20px;
	letter-spacing: .3em;
}

/*-------------------------------*/
/*テーブル制御
/*-------------------------------*/
table {
	border: 1px solid #999999;
}
td, th {
	border: 1px solid #999999;
}
.tth-w3 {
	width: 33%;
}
.tth-w4 {
	width: 25%;
}
.h-course{writing-mode:tb-rl;}
/*-------------------------------*/
/*スペーサー　マージン
/*-------------------------------*/
.m-t10 {
	display: block;
	clear: both;
	padding-top: 10px;
}
.m-t20 {
	display: block;
	clear: both;
	padding-top: 20px;
}
.m-t30 {
	display: block;
	clear: both;
	padding-top: 30px;
}
.m-t40 {
	display: block;
	clear: both;
	padding-top: 40px;
}
.m-b10 {
	display: block;
	clear: both;
	padding-bottom: 10px;
}
.m-b20 {
	display: block;
	clear: both;
	padding-bottom: 20px;
}
.m-b30 {
	display: block;
	clear: both;
	padding-bottom: 30px;
}
.m-b40 {
	display: block;
	clear: both;
	padding-bottom: 40px;
}

.m-t100 {
	display: block;
	clear: both;
	padding-top: 100px;
}
.emphasis-t0 {
	font-size: 120%;
	font-weight: bold;
}
.emphasis-t10 {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
.emphasis-t20 {
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
}
.emphasis-t30 {
	margin-top: 30px;
	font-size: 120%;
	font-weight: bold;
}
.comment-t0 {
	font-size: 80%;
}
.comment-t10 {
	letter-spacing: 0.1em;
	font-size: 80%;
	display: block;
	padding-top: 10px;
}
/*---------------------------------------------------------
基本設定　リンク
----------------------------------------------------------*/
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #F90;
}
a:visited {
	color: #99CC99;
}
a:hover {
	color: #006699;
	background-color: #FF6;
}
.btn1 {
	-moz-border-radius: 8px;    /* 古いFirefox */
	-webkit-border-radius: 8px; /* 古いSafari,Chrome */
	border-radius: 8px;         /* CSS3 */
	border: 2px solid #CCC;     /* 枠線の装飾 */
	background-color: #EAEAEA;
	letter-spacing: 0.3em;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: inset 3px 3px 0px 0px #ffffff;
	-moz-box-shadow: inset 3px 3px 0px 0px #ffffff;
	box-shadow: inset 3px 3px 0px 0px #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn2 {
	-moz-border-radius: 8px;    /* 古いFirefox */
	-webkit-border-radius: 8px; /* 古いSafari,Chrome */
	border-radius: 8px;         /* CSS3 */
	border: 2px solid #CCC;     /* 枠線の装飾 */
	background-color: #EAEAEA;
	letter-spacing: 0.3em;
	font-weight: bold;
	padding: 10px;
	-webkit-box-shadow: inset 3px 3px 0px 0px #ffffff;
	-moz-box-shadow: inset 3px 3px 0px 0px #ffffff;
	box-shadow: inset 3px 3px 0px 0px #ffffff;
	font-size: 90%;
	margin: 10px;
}
/*-------------------------------*/
/*文字　装飾
/*-------------------------------*/
.red{
	color: #F00;
}

.row1{
white-space: nowrap;
}
.box001{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	font-size: 95%;
	letter-spacing: .2em;
}
.t100-140{
	font-size: 100%;
	line-height: 140%;
}
.t90-200{
	font-size: 90%;
	line-height: 200%;
}

.title-01 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #099;
	letter-spacing: .8em;
	color: #066;
	font-size: 160%;
}
.bread {
	background-color: #FFF;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.square-e1bl {
	background-color: #FFF;
	border: 1px solid #069;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 30px;
}
.table-p01 {
	display: block;
	font-size: 12px;
	line-height: 24px;
}
.link-title {
	background: #88c34b;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-left: 1px solid #4f7627;
	border-top: 1px solid #4f7627;
	box-shadow: inset 1px 1px 4px #4f7627;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .3em;
}
.cl-tor-bk-y{
	color: #F63;
	background-color: #FFC;
}
/*-------------------------------*/
/*section
/*-------------------------------*/
section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 98%;
	line-height: 120%;
	letter-spacing: .1em;
	padding-bottom: 20px;
}
section #explanation {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #333;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	border: 1px solid #999;
	font-size: 80%;
	clear: both;
	letter-spacing: .2em;
}
/*-------------------------------*/
/*case
/*-------------------------------*/
section #case {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
section #case .l2a {
	float: left;
	width: 320px;
	margin-right: 30px;
}
section #case .r2a {
	float: right;
	width: 330px;
}
section #case .l2b {
	float: left;
	width: 320px;
	margin-right: 10px;
}
section #case .l2b img {
	margin-bottom: 10px;
}

section #case .r2b {
	float: right;
	width: 320px;
	margin-left: 10px;

}
section #case #case .r2b img {
	margin-bottom: 10px;
}
section #l2b {
	float: left;
	width: 320px;
	margin-right: 30px;
	line-height: 180%;
	font-size: 95%;
	letter-spacing: .2em;
}

section #r2b {
	float: right;
	width: 330px;
}
section .l2a {
	float: left;
	width: 320px;
	margin-right: 30px;
	line-height: 180%;
	font-size: 95%;
	letter-spacing: .2em;
}
section .r2a {
	float: right;
	width: 330px;
}
section .l2b {
	float: left;
	width: 320px;
	margin-right: 10px;
}
section #case .l2b img {
	margin-bottom: 10px;
}
section .r2b {
	float: right;
	width: 320px;
	margin-left: 10px;
}
section #case .r2b img {
	margin-bottom: 10px;
}
/*-------------------------------*/
/*ヘッダー
/*-------------------------------*/
header nav {
}
header nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
header nav li {
	float: left;
}
header nav a {
	display: block;
	background-color: #069;
	color: white;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
header nav a:hover {
	background-color: #FFCC33;
	color: #F60;
}
.wr0 {
	text-align: center;
	margin-right: 0px;
	width: 155px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.wr6 {
	text-align: center;
	margin-right: 10px;
	width: 155px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#hd {
	background-image: url(../sc_header.png);
	height: 100px;
	width: 980px;
}
#hd h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/*-------------------------------*/
/*メイン
/*-------------------------------*/
#main {
	margin-top: 30px;
	position: relative;
}
/*-------------------------------*/
/*メイン　contents
/*-------------------------------*/
#contents {
	width: 680px;
	float: right;
}
/*-------------------------------*/
/*フッター
/*-------------------------------*/

footer {
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	letter-spacing: .3em;
	font-size: 80%;
	height: 100px;
	margin-top: 40px;
	padding-top: 20px;
}
footer hr {
	background-color: #fff;
	border-top: 2px dashed #bbb;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------
pagetop
----------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	letter-spacing: .3em;
	font-weight: bold;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #036;
	width: 80px;
	padding: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*---------------------------------------------------------
料金表
----------------------------------------------------------*/

.pricelist {
	width: 680px;
	letter-spacing: .1em;
	font-size: 95%;
	border-collapse: collapse;
}
.pricelist th {
	vertical-align: middle;
	padding: 10px 10px;
	letter-spacing: 0.1em;
	color: #063;
}
.pricelist tr, td {
	text-align: center;
	padding: 10px 10px;
	vertical-align: middle;
}
.category {
	background: linear-gradient(#FFF, #FFF, #E1E1E1);
	color: #333;
}
.area {
	background-color: #C5EDC7;

}
