@charset "utf-8";

/* CSS Document */
/* @import url("reset.css"); */
@font-face {
font-family: 'Ferrum';
src: url('../font/ferrum-webfont.eot');
src: url('../font/ferrum-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/ferrum-webfont.woff2') format('woff2'),
url('../font/ferrum-webfont.woff') format('woff'),
url('../font/ferrum-webfont.ttf') format('truetype');
//url('../font/ferrum.otf') format('truetype');
font-weight: normal; font-style: normal; 
}

/* clearfix常駐 */
    div:after,
    ul:after {
    content: "";
    display: block;
    clear: both;
}

/*全デバイス共通設定スタイル*/
*, *:before, *:after {
    box-sizing: border-box;
}
body {
	width: 100%;
    min-width: 480px;
//	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #000;
	color: #FFF;
}
body a {
    text-decoration: none;    
}
header h1 {
    font-size: 11vw;
}
header {
    font-family: 'Ferrum';
//	height: 100px;
    text-align:center;
	background-color: #FFF;
	color:coral;
    padding-top: 1%;
//    text-shadow: 5px 5px 0 rgba(0,0,0,5);
    text-shadow: 
        0 0 25px #edf8ff,
        0 0 20px #edf8ff,
        0 0 0.40px #edf8ff;
    padding-bottom:2%;
    margin-bottom: 0.2em;
//	line-height: 30px;
    background-image:url(../image/Brick01-p.jpg);
    background-repeat: repeat;
//    background-size:cover;
}
.topms {
    display:block;
    text-align: center;
    background-color:cornsilk;
    background: -webkit-radial-gradient(#E4A972, #FFFFFF);
    background: radial-gradient(#E4A972, #FFFFFF);
}
#flexcons {
    width: 100%;
    display: flex;
    background-image:url(../image/Brick01-p.jpg);
    background-repeat: repeat;
}
.console {
    width: 49%;
    color: #000000; 
}
.console a{
    color:blue;    
}
.console p {
    float:left;
}
#panlist a {
    color:blue;
}

#navi {
//    font-family: 'Ferrum';
    background-color: #010cfd;
//    padding: 0;
//	height: 100px;
//    overflow: hidden;
    font-size: 3vw
}

#navi ul li {
//	display: block;
//	text-align: center;
//	color: #fff;
    transition: all 0.5s;
//	border-right: 2px solid #fff;
    width:33%;
	float:left;
}
/*
#navi ul li:first-child , #navi ul li:nth-child(2) , #navi ul li:nth-child(3) {
	border-bottom: 2px solid #fff;
}
#navi ul li:last-child , #navi ul li:nth-child(3) {
	border-right:none;
}
*/
#navi ul li a {
    text-decoration: none;
    display: block;
//    padding-top: 20px;
	text-align: center;
    color: #fff;
}
#navi img {
    width: 100%;
    height: 30px;
    margin-top: 3px;
}
.floatL  img{
    float:left;
}
.LR50 {
    width:49%;
}
#contentmain {
	width: 95%;
	margin: 1em auto 1em;
	background-color: whitesmoke;
    color: #000;
	padding: 15px;
}
#vide {
    text-align:center;
}
#don , #burger , .data {
    text-align:center;
}
#donimg img {
    display: inline-block;
    width: 30%;
    height: 200px;
}
.data {
    width: 100%;    
	background-color: #FFF;
    padding: 1% 0 1% 0;
    color: #000;
    font-size: 2.5vw;
}

.flexbox {
    width: 100%;
    display: flex;
    align-items: center;
    background-color:blanchedalmond;
}
.flexbox2 {
    width: 100%;
}
.flexbox3 {
    width: 32%
}
.flexsitemenu {
    width: 100%;
    display: flex;
}
.center {
    text-align: center;
}
#sitemap {
    font-size: 2vw;
    background-color:floralwhite;
    background: -webkit-radial-gradient(#F2B9A1, #EA6264);
    background: radial-gradient(#F2B9A1, #EA6264);
    padding: 1%;
}
footer {
    font-family: 'Ferrum';
    height: auto;
    padding: 0.5% 0 0.5% 0;
	margin: 1% 0 1% 0;
	background-color: aqua;
    color: #000;
//	text-align: center;
//    font-size: 1.4em;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
#fixedTop {
	padding: 15px 20px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: block;
	background: #000;
	position: fixed;
	z-index: 99;
}
.vw8 {
    font-size: 8vw;
}
.vw6 {
    font-size: 6vw;
}

.vw5 {
    font-size: 5vw;
}
.em35 {
    font-size: 3.5vw;
}
.em3 {
    font-size: 3vw;
}
.em25 {
    font-size: 2.5vw;    
}
h1 {
    font-size: 1.8em;    
}
h2 {
    font-size: 1.3em;    
}
h3 , h4 {
    font-size: 1.3em;    
}

/* MediaQuerie */

@media only screen and (max-width: 900px) {
body {
    font-size: 1.2em;
    }
}
@media only screen and (max-width: 800px) {
body {
    font-size: 1.3em;
    }
#sitemap {
    font-size: 2vw;
    }
}
@media only screen and (max-width: 700px) {
body {
    font-size: 1.4em;
    }
#sitemap {
    font-size: 2.3vw;
    }
}
@media only screen and (max-width: 600px) {
body {
    font-size: 1.5em;
    }
#sitemap {
    font-size: 2.5vw;
    }
}