html, body {
    height: 100%;
    margin: 0;
}

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

p {
        color: #999999;
}
/********* back ************/
img.bg {

    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto; 
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px){
img.bg {
    left: 50%;
    margin-left: -512px; }
}

div#container {
    position: relative; 
    z-index: 0;  
}

/********* contains ************/

#container {
    float: right;
    width: 100%;
    height: 4950px; 
 
   background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 11%, rgba(0,0,0,0) 24%, rgba(0,0,0,0.69) 32%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.74) 49%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.72) 74%, rgba(0,0,0,0) 86%, rgba(0,0,0,0.55) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(11%,rgba(0,0,0,0.75)), color-stop(24%,rgba(0,0,0,0)), color-stop(32%,rgba(0,0,0,0.69)), color-stop(39%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0.74)), color-stop(59%,rgba(0,0,0,0)), color-stop(74%,rgba(0,0,0,0.72)), color-stop(86%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.55))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 11%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.69) 32%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.72) 74%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.55) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 11%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.69) 32%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.72) 74%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.55) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 11%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.69) 32%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.72) 74%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.55) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 11%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.69) 32%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.72) 74%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.55) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#logo {
        width: 400px;
        height: 630px;
        cursor: pointer;
        margin-left: 60%;  
        
}

.logo1 {
        width: 50px;
        height: 630px;
        float: left;
        background-position: 400px 0px;
        background-image: url('../image/logo.png');
        opacity: 0;
        -webkit-animation: animationTest 5s ease 0s infinite alternate;
        -moz-animation: animationTest 5s ease 0s infinite alternate;
}
        @-webkit-keyframes animationTest 
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

 @-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo2 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 350px 0px;
        opacity: 0;
       
        -webkit-animation: animationTest 5s ease 0.5s infinite alternate;
        -moz-animation: animationTest 5s ease 0.5s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo3 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 300px 0px;
        opacity: 0;
       
        -webkit-animation: animationTest 5s ease 1s infinite alternate;
        -moz-animation: animationTest 5s ease 1s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}
.logo4 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 250px 0px;
        opacity: 0;
       
        -webkit-animation: animationTest 5s ease 1.5s infinite alternate;
        -moz-animation: animationTest 5s ease 1.5s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo5 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 200px 0px;
        opacity: 0;
       
        -webkit-animation: animationTest 5s ease 2s infinite alternate;
        -moz-animation: animationTest 5s ease 2s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo6 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 150px 0px;
        opacity: 0;
        -webkit-animation: animationTest 5s ease 2.5s infinite alternate;
        -moz-animation: animationTest 5s ease 2.5s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo7 {
       width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 100px 0px;
        opacity: 0;
       
        -webkit-animation: animationTest 5s ease 3s infinite alternate;
        -moz-animation: animationTest 5s ease 3s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

.logo8 {
        width: 50px;
        height: 630px;
        float: left;
        background-image: url('../image/logo.png');
        background-position: 50px 0px;
        opacity: 0;
        
        -webkit-animation: animationTest 5s ease 3.5s infinite alternate;
        -moz-animation: animationTest 5s ease 3.5s infinite alternate;
}
        @-webkit-keyframes animationTest {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
            
        
            100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

@-moz-keyframes animationTest
         {
            0% {  
                        margin-top:-600px; 
                        opacity: 0;
                      
            }
            
            40% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
            
           
            
           100% { 
                        margin-top: 0px;
                         opacity: 1;
                        
            }   
}

/*********** ロゴアニメーションie振り分け *****************/



.ie9 #logo {
        width: 400px;
        height: 600px;
        cursor: pointer;
        margin-left: 60%;
        background-image: url('../image/logo.png');
}




/*********** menu *****************/

#gnav {
        border: 5px double rgb(51, 51, 51); 
        display: none;
        width: 200px;
        height: 550px;
        margin-top: 2%;
        margin-left: 2%;
        background: rgba(0, 0, 0, 0.8);
        float: left;
	position: fixed;
	z-index: 1;
        box-shadow:
                10px 20px 5px rgba(0,0,0,0.3) inset,
                5px 5px 5px #660000; 
}

#gnav ul {
        margin: 25px 10px;
        padding-left: 5px;
        list-style: none;
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
}

#gnav li {
        margin: 0 10px;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
        -webkit-transition-property: all;
        -webkit-transition-duration: 1.5s;
        -webkit-transition-timing-function: ease;
        -webkit-transition-delay: 0.1s;
         
}

#gnav li:hover {
        margin: 0 10px;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
        background:rgba(153, 0, 0, 0.7);
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.8;/*透明度80%*/
 }
}
.blinking{
font-size: xx-small;
color: #ffcc00;
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}


/*********** gallery *****************/



#gallery {
        width: 1000px;
        height: 600px;
        background: rgba(100, 0, 0, 0.7);
        float: right;
        margin-top: 300px;
        margin-right: 50px; 
         
}

#MainContent {	
        margin: 25px auto;
        width: 950px;
        height: 450px;
        overflow:scroll;
}

#Gallerylogo {
        
        width: 200px;
        height: 5px;
        margin-top: -3%;
        margin-left: 50px;
        background: rgba(0, 0, 0, 0);
}

#Gallerylogo2 {
        width: 200px;
        height: 40px;
        margin-top: 50px;
        margin-left: 50px;
        background: #000000;
        border-bottom: 1px solid #cccccc;
}
#Gallerylogo2 > img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 5px;
        float:left;
}

p.sakuhin2 {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        font-size: 24px;
        letter-spacing: 0.5em;
        padding-top: 6px;
        color: #dddddd;
        padding-bottom: 3px;
       
}

#Gallery2 {
        width: 1000px;
        height: 600px;
        background: rgba(0, 0, 0, 0.7);
        float: right;
        margin-top: 250px;
        margin-right: 50px;    
}

/*********** news *****************/

#news1 {
        width: 460px;
        height: 600px;
        background: rgba(0, 0, 0, 0.7);
        float: right;
        margin-top: 250px;
        margin-right: 250px;    
}



#newslogo {
        width: 200px;
        height: 5px;
        margin-top: -7%;
        margin-left: 50%;
        background: rgba(0, 0, 0, 0);
}

#newslogo2 {
        width: 300px;
        height: 40px;
        margin-top: 50px;
        margin-left: 50px;
        background: #000000;
        border-bottom: 1px solid #cccccc;
}

#newslogo2 > img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 5px;
        float:left;
}

p.news2 {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        font-size: 24px;
        letter-spacing: 0.5em;
        padding-top: 6px;
        color: #dddddd;
        padding-bottom: 3px;
       
}

#news {
        width: 400px;
        height: 450px;
        background: rgba(0, 0, 0, 1);
        float: left;
        margin: 25px 25px 25px 25px; 
        border: 5px double rgb(51, 51, 51);    
}


img.wanews {
        margin: 28px;
        margin-top: 37px;
        margin-bottom: 100px;
        float: left;
}

p.news {
         margin-top: 30px;
         color: #999999;
         line-height: 40px;
}

/*********** ryokin *****************/

#ryokin {
        width: 460px;
        height: 600px;
        background: rgba(0, 0, 0, 0.7);
        float: left;
        margin-top: 250px;
        margin-left: 450px;
        clear: both;  
}

#ryokinlogo {
        
        width: 200px;
        height: 5px;
        margin-top: -7%;
        margin-left: 50%;
        background: rgba(0, 0, 0, 0);
}

#ryokinlogo2 {
        width: 185px;
        height: 40px;
        margin-top: 50px;
        margin-left: 50px;
        background: #000000;
        margin-left: 50px;
        border-bottom: 1px solid #cccccc;
}
#ryokinlogo2 > img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 5px;
        float:left;
}

p.ryokin2 {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        font-size: 24px;
        letter-spacing: 0.5em;
        padding-top: 6px;
        color: #dddddd;
        padding-bottom: 3px;
       
}


#ryokin2 {
        width: 400px;
        height: 450px;
        background: rgba(0, 0, 0, 1);
        float: left;
        margin: 25px 25px 25px 25px; 
        border: 5px double rgb(51, 51, 51);    
}

img.wa {
        margin: 30px;
        float: left;
}

p.ryokin {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        margin-top: 30px;
        color: #999999;
        
}

p.cyui {
        line-height: 40px;
        margin-top: 30px;
        margin-left: 30px;
}
/*********** map *****************/

#map {
        width: 1000px;
        height: 600px;
        background: rgba(0, 0, 0, 0.7);
        float: right;
        margin-top: 250px;
        margin-right: 50px;    
}

#maplogo {
        
        width: 200px;
        height: 5px;
        margin-top: -3%;
        margin-left: 50px;
        background: rgba(0, 0, 0, 0);
}

#maplogo2 {
        width: 185px;
        height: 40px;
        margin-top: 50px;
        margin-left: 50px;
        background: #000000;
        border-bottom: 1px solid #cccccc;
}
#maplogo2 > img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 5px;
        float:left;
}

p.map2 {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        font-size: 24px;
        letter-spacing: 0.5em;
        padding-top: 6px;
        color: #dddddd;
        padding-bottom: 3px;
       
}


	
#map_canvas {
        width: 950px;
        height: 455px;
        margin-top: 25px;
        margin-left: 25px;
        border: 4px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
p.map {
     
        margin-top: 20px;
        margin-left: 25px;
}


/*********** otoiawase *****************/

#otoiawase {
        width: 1000px;
        height: 600px;
        background: rgba(0, 0, 0, 0.7);
        float: right;
        margin-top: 250px;
        margin-right: 50px;    
}

#otoiawaselogo {
        width: 200px;
        height: 5px;
        margin-top: -3%;
        margin-left: 50px;
        background: rgba(0, 0, 0, 0);
}

#otoiawaselogo2 {
        width: 405px;
        height: 40px;
        margin-top: 50px;
        margin-left: 50px;
        background: #000000;
        border-bottom: 1px solid #cccccc;
}
#otoiawaselogo2 > img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 5px;
        float:left;
}

p.otoiawase2 {
        font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";
        font-size: 24px;
        letter-spacing: 0.5em;
        padding-top: 6px;
        color: #dddddd;
        padding-bottom: 3px;
       
}


div.otoiawasecoment {
        clear: both;
        float: left;
        width: 480px;
        height: 200px;
        background: rgba(0, 0, 0, 0.7);
        margin-top: 25px;
        margin-left: 25px;
        border: 5px double rgb(51, 51, 51);   
        
}

img.wa2 {
        margin-top: 28px;
        margin-left: 25px;
        margin-right: 10px;
        float: left;
}

img.wa5 {
        margin-top: 13px;
        margin-left: 25px;
        margin-right: 10px;
        float: left;
}

p.news4 {
         color: #999999;
         margin-top: 30px;
}

p.news3 {
         color: #999999;
         margin-top: 30px;
}




div.line {
        width: 100px;
        height: 170px;
        float: left;
       
        margin-left: 60px;
        
}

div.mail{

        width: 300px;
        height: 170px;
        float: left;
      
        margin-left: 80px;
        
}

p.share {
        line-height: 150%;

}

div.tel {

        width: 400px;
        height: 200px;
        float: left;
       
        margin-left: 50px;
}

#iframe {
        margin: 25px;
        float: right;
}

/*********** footer *****************/


#footer {
        width: 100%;
        height: 30px;
        background: -moz-linear-gradient(rgba(0, 0, 0, 0),#990000);
        background: -webkit-gradient(linear, left top, left bottom, 
        from(rgba(0, 0, 0, 0)), to(#990000)); 
        position:absolute;
        bottom:0;     
} 

p.copyright {
        font-size: xx-small;
        color: #dddddd;
        text-align: center;
}


