﻿@charset "utf-8";



/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}


ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}

caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

a img{border: 0;}

figure{margin:0}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/*-------------------------------------------------------------- */


body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/

a{color:#CC0000;text-decoration:none;}

a:hover{color:#FF6666;}

a:active, a:focus {outline:0;}




/* 全体
------------------------------------------------------------*/

#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}


.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/

#header{
height:110px;
}


#header h1{
padding:5px 0 10px 10px;
font-size:12px;
font-weight:normal;
}



/*************
/* ロゴ
*************/

.logo{font-size:6em;font-weight:bold;}


/*************
/* 電話番号
*************/

.info{
float:right;
padding-right:20px;
text-align:right;
}


.info .open{font-size:11px;}




/*************
/* ロゴ+電話番号
*************/

.logo,.info .tel{
margin-top:6px;
color:#A52A2A;
font-size:20px;
font-weight:bold;
}


.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}




/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}


#mainBanner img{
max-width:100%;
height:auto;
}


.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
color:#fff;
background-color: rgba(0,0,0,0.4);
}

.slogan1{
position:absolute;
max-width:52%;
height:auto;
bottom:195px;
left:200px;
padding:5px 10px;
line-height:1.4;font-size:125%;
color:#fff;
background-color: rgba(0,0,0,0.6);
}
p.sample1{text-align:center;}
.slogan h2{
padding-bottom:5px;
font-size:20px;
color:#fff;
}


span.red{position:absolute;top:7px; left:369px;}

span.orange{position:absolute;top:25px; left:560px;}

span.yerrow{position:absolute;top:125px; left:720px;}

span.lightgreen{position:absolute;top:305px; left:720px;}

span.green{position:absolute;bottom:35px; left:560px;}

span.skyblue{position:absolute;bottom:12px; left:369px;}

span.lightblue{position:absolute;bottom:35px; left:175px;}

span.blue{position:absolute;top:305px; left:20px;}

span.purple{position:absolute;top:125px; left:20px;}

span.pink{position:absolute;top:25px; left:175px;}



/**************************
/* グリッド
**************************/

.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}


* html .gridWrapper{height:1%;}

.grid{
float:left;
border-radius:5px;
background:#fff;
}


.box{
width:280px;height:260px;margin:5px;
padding:10px;
border:1px solid #fff; float:left;
}


.box img{
max-width:100%;
height:auto;transition: all 0.2s linear;
}


.box img:hover{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-o-transform:scale(1.4);-ms-transform:scale(1.4);transform:(1.4);}
.box h3{padding:5px 0 5px;font-weight:bold;}


.box h3, box p{text-align:left;}
.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box11{width:auto; height:auto; margin:4px; padding:4px; float:right; }
.box12{width:auto; height:auto; margin:4px; padding:4px; float:left; }
.box13{width:suto; height:180px; margin:5px; padding:5px; border:1px solid #fff; float:right;}
.box13 img{max-width:100%;height:auto;transition: all 0.2s linear;}
.box13 p{text-align:left;}
.box13 p.readmore{padding:5px 5px 5px;text-align:left;}



/*************
メイン コンテンツ
*************/

section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}


* html section.content article{height:1%;}

h3.heading{
font-weight:normal;
padding:10px 10px;
line-height:20px;
color:#333;
background:linear-gradient(white,darkgray);
}


section.content img{
max-width:100%;
height:auto;
}


.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}


.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/* 追加↓ */

.alignnone{
float:none;
display:block;
margin:0 auto 10px;
}

/* 追加↑ */


/* 追加（お知らせ）↓ */

section.content dl{
margin: 0px 20px 0px;
}

section.content dt {
font-weight: bold;
float: left;
width: 8em;
border-bottom-style: dotted;

}

section.content dd {
border-bottom: 1px solid #ccc;
padding-left: 8em;
border-bottom-style: dotted;
}

/* 追加↑ */


#gallery .grid img,.border,ul.list img{border:4px solid #ebebeb;}

.box2{
width:120px;height:180px;margin:5px;
padding:10px;
 float:right;
}

.box3{
width:100px;height:180px;margin:5px;
padding:10px;
 float:right;
}

.box4{
width:320px;height:auto;margin:10px;
padding:6px;
 background: #fff;}

.box5{
width:617px;height:auto;margin:2px;padding:2px; 


background:;}
.box7{
width:599px;height:auto;margin:1px;
padding:8px;
 background:#fff;}
.box8{
width:605px;height:auto;margin:2px;
padding:10px;
 }

.box6{width:105px;height:105px; margin:17px; padding:5px; float:left; }
.box9{width:597px;height:185px; border:dotted 3px #32CD32; background:#fff; }
.box10{width:597px;height:185px; border:dotted 3px #1E90FF; background:#fff; }



/*************
サイトマップ（メイン コンテンツ）（追記）
*************/
section.sitemap article{
padding:15px;
margin-bottom:20px;
border:1px solid #fff;
overflow:hidden;background-image:url("images/top3.jpg");background-repeat: no-repeat;
background-position:right;}


section.sitemap li{
margin-left: 30px;
padding-left: 10px;
margin-top: 10px;
list-style-type: square;
}
section.sitemap a{font-weight:bold; color:#CC0000;text-decoration:none;}

section.sitemap a:hover{color:#FF6666;text-decoration:none;}



/*************
パンくずリスト（追記）
*************/

.topicpath ol {
text-align:right;
margin-top:20px;
}


.topicpath ol li {
/* liを横並び＆ブレットを消す */
display: inline;
list-style-type: none;
}


.topicpath ol li:after {
/* liの後に記号追加 */
content:" > ";
}





/*************
テーブル
*************/

table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}


table.table td{
border-collapse:collapse;
background-color:#FBFBFB;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}


table.table th{
background-color:#F4F4F4;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D2D2D2;
border-right:3px solid #D2D2D2;
border-bottom:1px solid #D2D2D2;
border-left:1px solid #D2D2D2;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}




/*************
/* サイドバー
*************/

#sidebar ul{padding:3px;}


#sidebar li{
margin-bottom:5px;
padding-bottom:5px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}


#sidebar li:last-child{
border:0;
margin-bottom:0px;
}


#sidebar li a{font-weight:bold; 
color:#CC0000; 
display:block;
}


#sidebar li a:hover{color:#FF6666;}


#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}
ul.list li{height:1%;}


ul.list li img{
float:left;
margin-right:10px;
}


ul.list li{
font-size:12px;
line-height:1.35;
}



p.side{font-size:80%; }
#sidebar li a.side{font-weight:normal; 
color:#444; 
display:block; font-size:80%; 
}


#sidebar li a.side:hover{color:#999;}



/*************
/* フッター
*************/

#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#f3f3f3;
}


* html #footer{height:1%;}


#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}


#footer #info .logo, #footer #info .info{float:none;}


#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}


#footer .logo{font-size:18px;}


#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}


ul.footnav{
float:right;
width:650px;
padding:10px 0;
}


ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}


#footer a{color:#333;}

#footer a:hover{color:#888;}


address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:linear-gradient(white,darkgray);
}






/*
==============================================
drop
==============================================
*/


label span.panel1{ background: #fff2ed; color: #000; height:35px; display: block; margin:0 ; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.eigyou{ -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
.drop li { padding: 8px; font-size:120%; font-weight:bold; }
input[type="checkbox"].on-off + ul.eigyou{ height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.eigyou { height: auto; background: #fff2ed; border: 1px solid #fff; }
ul.eigyou li{padding:2px; }
span.gyoumu1{ color:#FF7F50; font-size:130%; font-weight:bold; }
span.zinzai1{ color:#FF6347; font-size:150%; font-weight:bold; }
span.close{margin:4px; padding:4px; font-size:85% ; color:#666 ; float:right;}

label span.panel2{ background: #f4ffdb; color: #000; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.seisan { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
.drop li { padding: 8px; }
input[type="checkbox"].on-off + ul.seisan{ height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.seisan{ height: auto; background: #f4ffdb; border: 1px solid #fff; }
ul.seisan li{padding:2px; }
p.seisan1,p.seisan2 {width:185px; height:200px; margin:1px; padding:6px; float:left; border-right:solid 1px #999;text-align:justify;}
p.seisan3 {width:185px; margin:1px; padding:6px; float:left; text-align:justify;}
p.seisan4 {width:278px; margin:2px; padding:8px; float:left; border-right:solid 1px #999; text-align:justify; }
p.seisan5 {width:278px; margin:2px; padding:8px; float:left; text-align:justify; }
p.seisan6 {width:278px; height:150px; margin:2px; padding:8px; float:left; border-right:solid 1px #999; text-align:justify; }
p.seisan7 {width:278px; margin:2px; padding:8px; float:left; text-align:justify; }
p.seisan1,p.seisan2,p.seisan3,p.seisan4,p.seisan5,p.seisan6,p.seisan7 {text-justify:distribute; }
span.gyoumu2{ color:#5bdf45; font-size:130%; font-weight:bold; }
span.zinzai2{ color:#32CD32; font-size:150%; font-weight:bold; }
span.toiawase{font-size:140%; font-weight:bolder; text-decoration:underline; }
b.gyoumu{font-size:105%; }
span.staff1{ color:#83ed11; font-size:130%; font-weight:bold; }
span.staff1:hover{ color:#CCFF99; }

label span.panel5{ background: #fff; color: #000; width:600px; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.staff1 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
input[type="checkbox"].on-off + ul.staff1 { height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.staff1 { width:600px; height: 280px; margin:1px;  background: #fff; border-bottom: 1px solid #999; }

label span.panel6{ background: #fff; color: #000; width:600px; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.staff2 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
input[type="checkbox"].on-off + ul.staff2 { height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.staff2 { width:600px; height: 260px; margin:1px;  background: #fff; border: 1px solid #fff; }

label span.panel8{ background: #fff; color: #000; width:600px; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.staff4 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
input[type="checkbox"].on-off + ul.staff4 { height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.staff4 { width:600px; height: 240px; margin:1px;  background: #fff; border: 1px solid #fff; }


label span.panel3{ background: #eafaff; color: #000; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.seizou { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
.drop li { padding: 8px; font-size:120%; font-weight:bold; }
input[type="checkbox"].on-off + ul.seizou { height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.seizou { height: auto; background: #eafaff; border: 1px solid #fff; }
ul.seizou li{padding:2px; }
span.gyoumu3{ color:#00BFFF; font-size:130%; font-weight:bold; }
span.zinzai3{ color:#1E90FF; font-size:150%; font-weight:bold; }
span.staff2{ color:#87CEFA; font-size:130%; font-weight:bold; }
span.staff2:hover{ color:#bbe5ff; }

label span.panel7{ background: #fff; color: #000; width:600px; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.staff3 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
input[type="checkbox"].on-off + ul.staff3 { height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.staff3 { width:600px; height: 360px; margin:1px;  background: #fff; border: 1px solid #fff; }


label span.panel4{ background: #fffadc; color: #000; height:35px; display: block; margin: 0; border: 1px solid #fff; box-align: start; }
input[type="checkbox"].on-off { display: none; }
.drop ul.system { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; margin: 0; padding: 0; list-style: none; }
input[type="checkbox"].on-off + ul.system{ height: 0; overflow: hidden; }
input[type="checkbox"].on-off:checked + ul.system { height: auto; background: #fffadc; border: 1px solid #fff; }
ul.system li{padding:2px; }
span.gyoumu4{ color:#FFD700; font-size:130%; font-weight:bold; }
span.zinzai4{ color:#FFA500; font-size:150%; font-weight:bold; }

p.gyoumuhuukei{padding:6px; font-size:140%; font-weight:bold; color:#555; letter-spacing: 10px;}
.box6 a img.hoverlmg{border:solid 4px #efefef; }
.box6 a:hover img.hoverlmg{opacity:0.7; filter:alpha(opacity=70); -ms-filter: “alpha( opacity=70 )”; border:solid  4px #efefef;}


/*
==============================================
floating
==============================================
*/


.floating1{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}


.floating2{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 0.5s;　-webkit-
animation-delay: 0.5s;}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}




.floating3{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 1s;　-webkit-
animation-delay: 1s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating3:hover{background-image:url("images/top.png");}

.floating4{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 1.5s;　-webkit-
animation-delay: 1.5s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating4:hover{background-image:url("images/top.png");}

.floating5{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 2s;　-webkit-
animation-delay: 2s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating5:hover{background-image:url("images/top.png");}

.floating6{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 2.5s;　-webkit-
animation-delay: 2.5s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating6:hover{background-image:url("images/top.png");}

.floating7{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 3s;　-webkit-
animation-delay: 3s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}

.floating8{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 3.5s;　-webkit-
animation-delay: 3s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating8:hover{background-image:url("images/top.png");}

.floating9{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 4s;　-webkit-
animation-delay: 3.5s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating9:hover{background-image:url("images/top.png");}

.floating10{
animation-name: floating;
 -webkit-animation-name: floating;

 animation-duration: 5s;	
-webkit-animation-duration: 5s;

 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite; animation-delay: 4.5s;　-webkit-
animation-delay: 4s; 
}


@keyframes floating {
 0% {
 transform: translateY(0%); }
	50% {
 transform: translateY(7%); } 100% {
 transform: translateY(0%);
 } 
}


@-webkit-keyframes floating {
 0% {
 -webkit-transform: translateY(0%); }
	50% {
 -webkit-transform: translateY(7%); } 100% {
 -webkit-transform: translateY(0%);
 } 
}
.floating10:hover{background-image:url("images/top.png");}



/* PC用
------------------------------------------------------------*/

@media only screen and (min-width: 960px){

#header,#wrapper,.inner{
 width:960px;
 padding:0;
 margin:0 auto;
	}


#wrapper{padding-bottom:20px;}

nav#mainNav{
clear:both; overflow:hidden;
 position:relative;
 background:#fff; }

nav#mainNav .inner{
 width:932px;
 padding:0 14px;
 }


nav#mainNav ul li{ float: left;
	position: relative;
 }

nav#mainNav li.last{
 border-right:1px solid #ebebeb;}

nav#mainNav ul li a{
 display: block;
 text-align: center;
 _float:left;
 font-size:13px;
 width:131px;
 height:45px;
	padding-top:15px;
 color:#333;
 background:linear-gradient(white,darkgray);
 border-left:1px solid #ebebeb;
 }

nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}


nav#mainNav ul li ul {
	display:none;
 	}


nav#mainNav ul li:hover ul{ display:block;
 }


nav#mainNav ul li ul a{ display:block;
 text-align: center;

 _float:left; font-size:12px;
 width:131px;
 height:25px;
 padding-top:5px; color:#333;
 background:#ddd;
 border-top:1px solid #ebebeb;
}


nav#mainNav ul li ul a:hover{ display:inline-block;
 text-align: center;

 _float:left; font-size:12px;
 width:131px;
 height:25px;
 padding-top:5px; color:#333;
 background:#eee;
 border-top:1px solid #ebebeb;
}


nav#mainNav ul li a span{
 color:#a74864;
 font-size:10px;
 }


nav div.panel{
	display:block !important;
 float:left;
 }


a#menu{display:none;}


nav#mainNav li.active a, nav#mainNav li a:hover{
 color:#ffffff;
 background:linear-gradient(darkgray,white);
 padding-top:15px; }

#mainBanner{margin-left:15px;}

#subpage #mainBanner{margin:15px auto;}
	

#main{
	float:right;
	width:667px;
	padding-right:15px;
	}

#sidebar{
 float:left;
 width:245px;
 padding:15px 0 0 15px;
 overflow:hidden;
 }

#sidebar article{
 padding:7px;
 margin-bottom:20px;
 border:1px solid #ebebeb;
 overflow:hidden;
 }


/* 追記↓ */

#sidebar table{
	margin-left: auto;
 margin-right: auto;
	}

#sidebar td{
 text-align: center;
 vertical-align: middle;
 }

/* 追記↑ */



/* グリッド全体 */

.gridWrapper{
 width:960px;
 margin:0 0 0 -10px;
 }

#gallery article{padding:10px 0 10px 10px;}


/* グリッド */

.grid{
	float:left;
 width:300px;
 margin-left:20px;
 }

#subpage .grid{width:auto;}

#gallery .grid{
	width:auto;
 margin:10px 0 2px 10px;
	}


}




@media only screen and (max-width:959px){

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}


/* 追記↓ */

#header .info .tel{font-size:12px;}

/* 追記↑ */


nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear,top,bottom,from(1, #ffffff),to(0.00, #a9a9a9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #a9a9a9 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #a9a9a9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #a9a9a9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #a9a9a9 100%);
	background: linear-gradient(top, #ffffff 0%, #a9a9a9 100%);
  border:1px solid #e4e4e4;
	}


nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}


nav#mainNav a#menu span{padding-left:10px;}

nav#mainNav a.menu span:before{content: "→ ";}

nav#mainNav a.menuOpen span:before{content: "↓ ";}


nav#mainNav a#menu:hover{cursor:pointer;}


nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}


nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}


nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a,nav#mainNav ul li ul a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}

nav#mainNav ul li a span{padding-left:10px;}

nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}

nav#mainNav ul li:last-child a{border:0;}

nav#mainNav ul li.active a{color:#a74864;}


nav#mainNav ul li ul {
	display:none;
 	}
nav#mainNav ul li:hover ul{ display:block;
 }


nav div.panel{float:none;}

#subpage #mainBanner{max-width:668px;}

#sidebar{padding-bottom:30px;}

#sidebar article{padding:7px 0;}


/* 追記↓ */

#sidebar table{
	margin-left: auto;
	margin-right: auto;
	}

#sidebar td{
	text-align: center;
	vertical-align: middle;
	}

/* 追記↑ */


#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}

#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}


/* 追記↓ */

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

a.m_slideshow{
	pointer-events: none;
	}

/* 追記↑ */



#footer .grid img, #footer .info{float:none;}

#footer .grid p{display:block;}

#footer #info .info{float:none;text-align:center;}

#footer.logo,#footer .info{
	width:100%;
	float:none;
	}


/* 追記↓ */
	#footer .logo p{float:none;display:block;}

#footer .logo img{float:none;padding:0;}

#mainBanner{
  	pointer-events:none;
  	cursor:default;
	}

/* 追記↑ */


}




/* スマートフォン 横(ランドスケープ) */

@media only screen and (max-width:640px){

#header{
	height:auto;
	padding-bottom:20px;
	}

#header h1,.logo,.info{text-align:center;}

.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}

/* 追記↓ */

.logo p{float:none;display:block;}

.logo img{float:none;padding:0;}

/* 追記↑ */


/* 追記↓ */

#header .info .tel{font-size:12px;}

/* 追記↑ */



.box img{
	float:left;
	margin-right:5px;
	}

.box h3{padding-top:0;}

 
.alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

#gallery .grid{float:left;}


}



/* スマートフォン 縦(ポートレート) */


@media only screen and (max-width:480px){

.grid{width:100%;}

.box img{max-width:100px;}

#mainBanner h2,#mainBanner p{font-size:80%;}

}