@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #29a2d9;
	text-decoration: none;
}
a:visited {
	color: #29a2d9;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(../images/base.jpg);
	background-size: 1100px;
	color: #000;
	line-height: 2.0;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	font-family: "Midashi Go MB31";
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wrapper {
margin:0 auto;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
	 margin:0 auto;
	 padding-top: 30px;
	 padding-bottom: 80px;
 }


/*本文
 * --------------------------------------------------------*/
	.text {
	width: 550px;
	font-size: 21px;
	text-align: center;
	margin:0 auto;
	}
	.text_sub {
	width: 550px;
	font-size: 18px;
	text-align: center;
	margin:0 auto;
	color: #666;
	padding-bottom: 15px;
	}
	.textbase {
	width: 600px;
	background-image: url(../images/white.png);
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	}
	.banner{
		text-align: center;
		margin:0 auto;
		padding-top: 40px;
	}

	/*動画
	 * --------------------------------------------------------*/
	 .movie {
		 width: 560px;
		 margin:0 auto;
	}

	 .video-container {
		 position: relative;
			width: 100%;
			padding-top: 56.25%;
	 }

	 .video-container iframe {
		 position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
	 }


/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 700px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 70px;
	padding-left: 130px;
	overflow: hidden;
	}
#footer li{
	float: left;
	margin-right: 60px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}
	.date {
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top:50px;
	padding-bottom:20px;
	}
	.copyright {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 50px;
		clear: both;
		}
		.copyright .text {
			font-size: 13px;
			}


	/*タブレット対応
	* --------------------------------------------------------*/
			@media screen and (max-width: 820px) {

			.head img {
				width: 100%;
				height: auto;
			}
			.text {
				width: 85%;
				height: auto;
			}
			.text br {
	 		 display: none;
	 		}
			.textbase {
				width: 95%;
				height: auto;
			}

		 #footer {
			 width: 80%;
		 }
		 #footer img {
			 width: 40%;
		 }
		 #footer li{
		 	margin-right: -20px;
		 	}
			#btn_fb {
				margin-left: 0px;
				}
		}



	/*スマホ対応
	* --------------------------------------------------------*/
			@media only screen and (max-width: 479px) {

				body {
                    background: none;
				}
                body:before {
                    content: '';
                    display: block;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
					background-image: url(../images/base_sp.jpg);
					background-size: 100% auto;
                    z-index: -1;
                }
			.wrapper {
			width: 100%;
			}

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


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	 .text {
 		width: 85%;
		font-size: 16px;
		text-align: left;
 	 }
	 .text_sub {
 		width: 85%;
		font-size: 14px;
 	 }
	 .textbase {
 		width: 90%;
		padding-top: 10px;
		padding-bottom: 10px;
 	 }
	 .banner {
 	width: 90%;
	padding-top: 30px;
 	}

	/*スマホ対応 動画
	 * --------------------------------------------------------*/
	 .movie {
		 width: 93%;
		 margin:0 auto;
	}


	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#footer{
	  /*
		width: 320px;
	  */
	  width: 100%;
		height: auto;
		clear: both;
	  /*
		margin-left: -85px;
	  */
		margin: 0;
		padding: 0;
		padding-top: 30px;
	  text-align: center;
		}

	#footer li{
	  /*
		margin-right: 30px;
	  */
	  float: none;
	  display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
		}

	#footer li img{
		width: auto;
		height: 45px;
		}



	#btn_fb {
	  /*
		margin-left: 40px;
		margin-right: auto;
	  */
		margin-left: 0px;
		margin-right: 0px;
	  /*
		text-align: center;
		clear: both;
	  */
		padding-top: 10px;
		}

		.date {
			font-size: 14px;
			padding-top: 40px;
			padding-bottom: 20px;
			}

	.copyright {
		padding-top: 20px;
		padding-bottom: 10px;
		}

	.copyright .text {
		font-size: 11px;
		text-align: center;
		}

}
