@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;
    max-width: 1500px;
    margin: auto;
//	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #000000;
	color: #FFFFFF;
}
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.5vw;
//	line-height: 30px;
    background-image:url(../image/Brick01-p.jpg);
    background-repeat: repeat;
//    background-size:cover;
}
#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;
}

#contentmain {
	width: 95%;
    height: auto;
	margin: 0.5em  auto 1em;
	background-color: #FFF;
    color: #000;
	padding: 10px;
}
#flexbox {
    width: 100%;
    display: flex;
    align-items: center;
//    background-color:#000;
//    margin: 10px 0 10px 0;
}
#navmap {
    width: 35%;
    height: auto;
    display: block;
    pading: 0;
    margin: 0 auto;
}

#navmap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    filter: Brightness(70%);
//    display: block;
//    float: left;
}

#nmapLR {
    background-image: url(../image/chikaAll.gif);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%;
    background-position: center;
}
#nmapLR ul li {
//    transition: all 0.5s;
    border: 0;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10%;
//	border-right: 2px solid #fff;
//	border-bottom: 2px solid #fff;
    width:50%;
	float:left;
}

#submap {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}

//#submap {
//	margin: 0 auto;
//	padding: 50px 0;
//	width: 800px;
//	text-align: left;
//}

.loopSliderWrap {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	width: 100%;
	overflow: hidden;
}

.loopSlider ul li {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#submap img {
    width: 100%;
    height: auto;
//    max-height: 250px;
    display: block;
//    float: right;
}

#mainmap img {
    width: 100%;
    height: auto;
    float: left;
}

.box {
    max-width: 100px;
    width: 100%;
    margin: 10px;
    padding: 0;
    left: 0;
}

.box img {
    width: 100%;
    height: auto;
    background-size: 100%;
}
.flexsitemenu {
    width: 100%;
    display: flex;
}
.LR50 {
    width:49%;
}
.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;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
#fixedTop {
	padding: 15px 20px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: block;
	background: #000;
	position: fixed;
	z-index: 99;
}
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;
    }
}
