/*
タイムレスオークショントップページ css設定
*/


/*リセット*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
address{
  font-style:normal;
}


/*本体*/

body{
	background:#efefef;
}

#header{
	background:#ffffff;
}

#header:after{
	clear:both;
}

.w1000{
	width:1000px;
	margin:0 auto;
}

#header h1{
	font-size:11px;
	color:#333333;
	margin-right:10px;
	padding:7px 0px 7px 0px;
	float:left;
}

#header h1 a{
	color:#333333;
	text-decoration:none;
}

#header ul{
	padding:7px 0px 0px 0px;
}

#header ul li{
	font-size:11px;
	padding-left:10px;
	list-style-type:none;
	float:left;
	color:#333333;
}

#header ul li:before{
	content: " \f0da";
	padding-right:5px;
	font-family: FontAwesome;
}

#header ul li a{
	color:#333333;
	text-decoration:none;
}

#header ul li a:hover{
	color:#ccc;
	/* 以下、ゆっくりフェードインさせる設定 */
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out;  
}

.logo img{
	width:280px;
	/* フェードイン表示 */  
	animation: fadeIn 5s ease-in 0s 1 normal;
	-webkit-animation: fadeIn 5s ease-in 0s 1 normal;
}

#content{}

#content h2{
	font-weight:bold;
	text-align:center;
	margin:20px auto 20px;}

#caution-box{
	width:717px;
	margin:0 auto;
	padding:15px;
	background: #ffffff;
	border:1px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
	/* フェードイン表示 */  
	animation: fadeIn 5s ease-in 0s 1 normal;
	-webkit-animation: fadeIn 5s ease-in 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    90% {opacity: 0.9}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    90% {opacity: 0.9}
}

#caution-box p{
	color:#333333;
	font-size:13px;
	line-height:2.3;
	text-align:center;
}

#gate-box{
	width:717px;
	margin:40px auto;
	/* フェードイン表示 */  
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    90% {opacity: 0.9}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    90% {opacity: 0.9}
}

#gate-box a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);  
	/* 以下、ゆっくりフェードインさせる設定 */
	-webkit-transition: 0.8s ease-in-out;  
       -moz-transition: 0.8s ease-in-out;  
	-o-transition: 0.8s ease-in-out;  
	transition: 0.8s ease-in-out;  
}


/*レスポンシブ分岐*/

.clr-sm{clear:both;}

.visible-sp{
	display:none;
}



/*ソーシャル*/
.w50{
	width:50%;
}

.fb{
	width:95%;
	text-align:center;
	margin:0 auto;
}

.insta{
	width:95%;
	text-align:center;
	margin:0 auto;
}

.fb a{
	text-decoration:none;
	display:block;
	padding:15px;
	color:#ffffff;
	background:#3b5998;
	border:1px solid #3b5998;
}

.fb a:hover{
	color:#3b5998;
	background:#ffffff;
	border:1px solid #3b5998;
	filter: alpha(opacity=70);  
	/* 以下、ゆっくりフェードインさせる設定 */
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out;  
}

.insta a{
	text-decoration:none;
	display:block;
	padding:15px;
	color:#000000;
	background:#ffffff;
	border:1px solid #000000;
}

.insta a:hover{
	color:#ffffff;
	background:#3b5998;
	border:1px solid #3b5998;
	filter: alpha(opacity=70);  
	/* 以下、ゆっくりフェードインさせる設定 */
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out;  
}

.fb a:before {
	padding-right:10px;
	content: " \f230";
	font-family: FontAwesome;
}

.insta a:before {
	padding-right:10px;
	content: " \f16d";
	font-family: FontAwesome;
}



/*ソーシャル*/

#footer{
	margin-top:40px;
	text-align:center;
	padding:5px;
}

#footer address{
	font-size:11px;
	color:#666;
}


@media screen and (max-width: 479px){

iframe{
	width:100%!important;
}

.clr{clear:both;}
.w100sp{width:100%;}

.hidden-sp{
	display:none;
}

.visible-sp{
	display:inline;
}

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

#header{
	background:#ffffff;
	height:35px;
}


.logo img{
	width:50%;
	/* フェードイン表示 */  
	animation: fadeIn 5s ease-in 0s 1 normal;
	-webkit-animation: fadeIn 5s ease-in 0s 1 normal;
}


#header h1{
	font-size:12px;
	color:#333333;
	margin-right:10px;
	padding:12px 0px 7px 10px;
	float:left;
}

#content h2{
	text-align:center;
	margin:20px 10px 40px;}

#caution-box{
	width:98%;
}

#gate-box{
	width:100%;
	text-align:center;
	margin:40px auto 80px;
}

#gate-box .fright{
	float:right;
	width:50%;
	padding:0px 10px;
}

#gate-box .fleft{
	float:left;
	width:50%;
	padding:0px 10px;
}

#gate-box img{
	width:100%;
}

}

