@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);
*{
    margin:0px;
    padding:0px;
}

html{	
	 overflow-x : hidden; 
	 overflow-y : hidden;  
}

body{
	width:100%;
	top:0px;
	left:0px;
	margin-top:-100px;
	text-align:center; 
  font-family: 'Open Sans Condensed', sans-serif;
	font-weight:100;
	letter-spacing:1px;

  /* 画像ファイルの指定 */
  background-image: url(../images/background_img_summer.jpg);   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
     /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
     /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;



}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(../images/background_img_summer.jpg);
    filter: opacity(80%);
  }
}


#section1 {
display:none;

}

#section2 {

}


img {
border-style:none;
}
.section{
	position:relative;
	width:100%;
		top:0;left:0;

	text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:120px;
    z-index:0;
}

.main {
	width:980px;
	margin-top:0px;
 	 margin-left:auto;
	 margin-right:auto;
	 	 	  	}
	 	 	  	

.footer_sec {
	width:100%;
	position:fixed;	
	bottom:120px;
	text-align:center;
    }

.logo {
   width:720px;	
   height:480px;
    margin-left:auto;margin-right:auto;
   background:url("") 0 0 no-repeat;

   font-size: 120px;
   font-weight: 800;
   letter-spacing: 18px;
   color:#fff;
}

.attention {
  color:#3eb5c7;
}

@media screen and (max-width: 600px) {
.logo {
   max-width:300px;	 
   height:300px;
   background:url("") 0 0 no-repeat;

   font-size: 48px;
   letter-spacing: 8px;
   color:#fff;
   }
   
   
}

.footer_menu {
	width:100%;
	position:fixed;	
	bottom:30px;
	text-align:center;
    }

.footer_menu ul { 
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
    }
    
.footer_menu li {  
  float:left; position:relative; right:50%;
    margin:2px 2px;
    }

.footer_menu a {
  width:auto;
  display:block;
  color:#fff; 
  background:#ccc;
  text-align:center; 
  padding:3px 6px; 
  text-decoration:none; 
  float:left;
  font-size:13px;
  }
  .footer_menu a:hover {
  color:#fff; 
  background:#999;
	}


.contents_address {
	margin-bottom:25px;
	}

.contents_mail {
	margin-bottom:30px;
	}
	
.contents_info {
	margin-bottom:30px;
	}

.contents_arrow {
		}


#smart {
display:none;
}
#pc{
   positon:absolute;
   top:0;
   width:100%;	 
	 margin-left:auto;
 margin-right:auto;
 display:block;
}