@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


/*  Layout
----------------------------------------------- */

body {
    background: #ffffff;
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:'Noto Sans CJK JP','游ゴシック','Osaka','Noto Sans CJK JP';
	line-height:1.6;}
/*font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
#container
{
    margin:0 auto;
    width:960px;
    background:white;
}

#header
{
	width:960px;
	padding:10px auto;}

#header h1,
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation {
	background-color:#20b2aa;
	font-color:#ffffff;
        display: inline;
        float: left;
        width: 940px;
        padding: 0px 0px 0px 20px;
}
#wrap {
	background-color:#ffffff;
        clear: both;
        width: 260px;
}
#sidebar {
	background-color:#ffffff;
        float: left;
        width: 100%;
        padding-top: 10px;
}

#content
{
	background-color:#ffffff;
    float:right;
    width:650px;
    padding:20px;

}

#footer
{
    clear:both;
    margin-top:0px;
    background:url(footer-bg.gif) repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding:0;
}


ul.mainNav1 li,
ul.mainNav2 li {
        display: inline;
        float: left;
        margin: 0;      
        padding: 0;
}

ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 16px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color:#ffffff;
    border-bottom:1px solid #CCC;
}


ul.mainNav1 li a { padding:14px 14px 14px 14px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover
{
    background:#ffffcc;
    color:black;
}

ul.mainNav1 a.current { font-weight:bold; }


/*================================================
 *  デザイン
 ================================================*/
/*================================================
 *  デザイン
 ================================================*/
p {
	margin:0 0 1em 0;
}
nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}

#sub {
	float:left;
	width:31.25%;
}

#subnav {
	display:none;
}

#content a {
	color:#ff69b4;
}
#content a:hover {
	color:#20b2aa;
}

h1 {
	color:#20b2aa;
	font-size:28px;
	line-height:1.2;
}
#content h3 a {
	color:#e78f00;
	text-decoration:none;
}
#content h3 a:hover {
	color:#20b2aa;
	text-decoration:none;
}
#content h2,#wrap h2 {
	margin-top:1em;
	margin-bottom:1em;
	padding:5px 5px 5px 10px;
	font-size:16px;
	color:#000000;
	border-left:7px solid #20b2aa;
	border-right:7px solid #20b2aa;
	border-top:1px solid #20b2aa;
	border-bottom:1px solid #20b2aa;
}

#content h3,#wrap h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #20b2aa;
}

#sidebar h4,#wrap h4 {
	margin-bottom:0.25em;
	font-size:14px;
	color:#333;
}
#sidebar h4:before,#content h4:before,#wrap h4:before {
	content:"\002605";
	color:#f19500;
}

#content h5,#wrap h5 {
	font-weight:bold;
	margin-bottom:0.5em;
	padding:10px 10px 10px 10px;
	color:#000000;
	font-size:16px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	background:#ffffcc;
}

#content h6,#wrap h6 {
	margin-bottom:0.25em;
	color:#20B2AA;
	font-size:14px;
	font-weight:bold;
}
#content p,#wrap p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#20B2aa;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

#content ul,#content　ol,#content dl {
	margin:0 0 1em 0;
}
#content　ul li {
	list-style:disc;
}
#content　ol li {
	list-style:decimal;
}
#content　li {
	    margin-list:2em;
}

#content dt,#wrap dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
#content dt:before,#wrap dt:before {
	content:"\0025a0";
}
#content dd,#wrap dd {
	margin-bottom:1em;
}

#sidebar table,#content table {
	width:100%;
	padding:10px;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #000000;
}
#sidebar th,#content th {
	text-align:center;
	vertical-align:middle;
	border:1px solid #000000;
	background:#ffffcc;
}
#sidebar td,#content td {
	text-align:center;
	border:1px solid #000000;
}
#sidebar .timetable,#content .timetable{
	padding: 10px 10px 10px 10px;
}

}
#sidebar th.text1,#content th.text1{
	text-align:center;
	padding:15px　;
	border:1px solid #000000;
	background:#ffffcc;
}
#sidebar td.text1,#content td.text1{
	text-align: left;
	padding:5px 5px 5px 5px ;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#20B2aa url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#20B2aa;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ffff99;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}
/*　PC用電話番号リンク非表示　*/
.tel-pc {
    スタイル
}
.tel-mobile {
    display: none;
}
/*　PC用ここまで　*/
 
/*　モバイル用電話番号リンク表示　*/
.tel-pc {
    display: none;
}
.tel-mobile {
    スタイル
}
/*　モバイル用ここまで　*/

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#20B2aa;
}

/*================================================
 *  クラス
 ================================================*/
#content .bgcolor01,#wrap .bgcolor01 {
	background:#ffffee;
}
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}
.photo2 {	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:1px solid #20B2aa;
	background:#fff;
}
.photo3 {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:1px solid #20B2aa;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}
.kadomarugreen {
	background-color: #20B2aa;
	border-radius: 1em;
	padding: 0.5em;
}
.kadomaruwakugreen {
	border: 3px solid #20B2aa;
	border-radius: 20px;
	padding: 0.5em;
}
.kadomaruwakuy {
	background-color: #ffe999;
	border-radius: 15px;
	padding: 0.1em;
}
.kadomaruwakup {
	background-color: #ffcffc;
	border-radius: 15px;
	padding: 0.1em;
}
/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}