@charset "utf-8";

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { 
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 160%;
}

a {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
	vertical-align: bottom;
}
a:hover img {
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
.clear {
	clear: both;
}

strong {
	font-weight: bold;
}



/* ヘッダー
=========================================================================================== */
.head{
	width: 100%;
	background:#FFF;
}
.head .cont{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}

/* メイン
=========================================================================================== */

.main{
	max-width: 100%;
	background: #002848;
	position: relative;
}
.main .cont{
	max-width: 1000px;
	margin: 0 auto;
	background: url(../img/back.png) no-repeat top center;
	background-size: cover; 
	text-align: center;
}
.main .cont p{
	max-width: 78%;
	margin: 0 auto;
	padding: 20px 0;
}
header h1{
	margin:0 auto ;
	padding-left: 30px;
	width: 920px;
}
ul#menu{
	margin:  0 auto;
}
ul#menu li{
	display: inline-block;
	width: 35%;
	margin: 10px;
}


/* コンテンツ
=========================================== */
article {
	max-width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
article img{
	padding: 0;
	margin: 10px 0;
	max-width: 85%;
}


.bottom{
	max-width: 100%;
	background: #002848;
	
}
.bottom .cont{
	max-width: 1000px;
	margin: 0 auto;
	background: url(../img/back3.gif) no-repeat bottom center;
	background-size: cover; 
	text-align: center;
	
}
.bottom ul li{
	display: inline-block;
	width: 35%;
}
.bottom .tx{
	color: #FFF;
	font-size: 80%;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 100px;
}
.bottom .tx br{
	display: none;
}

/* 動画
=========================================== */
article .movie {
	position: relative;
	width: 560px;
	padding: 315px 0 0 0;
	margin:0 auto;
}
article .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ページトップ
======================================================== */
#page-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    opacity: 0.8;
	background: #000;
	font-size: 80%;
	padding: 0 1em;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#page-top a{
	display: block;
}

/* フッター
=========================================================================================== */
footer{
	max-width: 100%;
	margin: 0 auto;
	color:#333;
    background:#FFF;
	text-align:center;
	font-size: 75%;
	padding: 1em 0;
}



/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
.main .cont p{
	padding: 0;
}
.head .cont {
	width: 95%;	
}
header .cont{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-color: #000;
}

header h1{
	padding-left: 10px;
	width: 90%;
}
ul#menu li{
	width: 40%;
	margin: 0;
}
article img{
	margin: 0;
	max-width: 90%;
}
article .movie {
	position: relative;
	width: 90%;
	padding: 50.625% 0 0 0;
	margin:0 auto;
}
.bottom .cont{
	width: 100%;
	margin: 0;
	background-size: cover; 
	text-align: center;
	
}
.bottom .tx{
	color: #FFF;
	font-size: 80%;
	text-align: center;
	margin-top: 0;
	padding-bottom: 80px;
	line-height: 120%;
}
.bottom .tx br{
	display: block;
}
#page-top {
	font-size: 50%;
}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
.bottom .tx{
	font-size: 50%;
	padding-bottom: 60px;
	margin: 0 auto;
}


	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.head .cont img{
	height: 24px;	
}
.bottom .tx{
	font-size: 50%;
	padding-bottom: 40px;
	width: 80%;
}
}
