@charset "UTF-8";       /*----- base -----*/


/*=========●共通及び smart.css=========*/

html{
	max-width: 100%;
	height: auto;
	font-size: 62.5%;

}

    box-sizing:border-box;/*余白や線を幅や高さに含める*/

img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
}

body{
	width: 100%;
	margin: 0px;
	padding:0px;
	color: #ccccff;
	font-family: 'Hiragino kaku Gothic Pro', sans-serif;
	font-size: 1.4rem;
	background-color: #000;
 
}


.site-title img{
width: 292px important;
}


/*-----font -----*/
h1 {
	font-size: 2.0rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.5rem;
}


p {
	font-size: 1.4rem;
  margin: 0.8em 0px;
}
h1,h2,h3,h4,p {
	line-height: 2.0;
}

footer {
	margin-top: 20px;
	text-align: center;
}



/*-----リンク アクションカラー -----*/
a {
	text-decoration: none;
}

a:link {

    color: #b8b8f0;
}

a:visited {
	color: #ccccff;
}

a:hover {
	color: #0490C7;
}

a:active {
	color: #87cefa;
}

        /* wrapper header */
.header{
    max-width: 1400px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
 

}

.wrapper{

 background-color: #101010;

}

.site-nav-anchor{
    list-style:none;
    margin-left: 15px;
    margin-right: 15px;
}

a{
    text-decoration:none;
        color:#f5f5f5;
}



         /* wrapper header end*/
.lead {
  max-width: 800px; 
  margin: auto auto 50px auto; 
    
  padding: 0 20px;
  line-height: .7em;
 
}

.lead div {
    margin-bottom: 10px ;
}
.lead h1, p{
	text-shadow: #000 0 0 2px, 
				 #000 0 0 2px,
				 #000 0 0 2px;
}



/*=========●タブレット.css=========*/

@media screen and (min-width: 600px) {

    header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-nav-list ul {
        display: flex;
    }
}






/*=========●Mac pc.css=========*/
@media screen and (min-width: 1025px) {
    header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-nav-list ul {
        display: flex;
    }

} 

@media screen and (min-width: 30em) {
    header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-nav-list {
        display: flex;
    }
}

/*sonota*/


media screen and (min-width: 30em) {
    header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-nav-list {
        display: flex;
    }

 }

   