/* CSS Document */
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
	font-weight: 400;
	font-style: normal;
}

h2 {
    font-size: 16px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 400;
}

small {
	font-size: 80%;
}

li {
	list-style: none;
}

em {
	font-weight: 600;
	color: #F00;
	font-style: normal;
}

@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 1.6rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
		line-height: 2;
		font-size: 1.0rem;
    }
    h1{
        font-size: 2.0rem;/* 24px*/
    }
    h2 {
        font-size: 1.0rem;/* 20px*/
    }
}

/* header */
header {
	position: relative;
}

/* main */
main {
	position: relative;
	width:960px;
	margin: 0 auto;
}

main a:link ,
main a:visited {
	color:#000;
}

main a:hover {
	color: rgb(145,65,80);
	text-decoration: none;
}

main a:active {
	color:#000;
}

main section h1 {
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	margin-top: -80px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 80px; /* 打ち消し用のパディング */
}

main section h1::first-letter {
	color: rgba(145,65,80,1);
}


/* footer */
footer {
	width:100%;
	background: rgba(145,65,80,1);
	color: rgba(255,255,255,1)
}

/* class */
.text_right {
	text-align: right;
}

article h2 {
    font-weight: bold;
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 3px 5px 0;
    margin-bottom: 5px;
    color: #008FCB;
    border-bottom: 1px solid #008FCB;
    border-bottom-color: rgb(0, 143, 203);
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ココカラ指定  */

header section#Head {
	width:100%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	height: 3em;
}


header section#Head article {
	width:1000px;
	margin: 0px auto 0px auto;
}

header section#Head article h1 {
	width:15%;
	float: left;
	margin: 10px 0 0 0;
	box-sizing: border-box;
}

header section#Head article h1 img {
	width:85%;
	height: auto;
}


header section#Head article nav {
	width: 83%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 0 2%;
}

input#Navinput ,
label#Navopen ,
label#Navclose {
	display: none;
}

header section#Head article nav > ul  {
	display: flex;
	justify-content: space-between;
}

header section#Head article nav > ul li {
	width: auto;
	font-size: 1.2rem;
	position: relative;
	z-index: 10;
	display: inline-block;
	box-sizing: border-box;
}

header section#Head article nav > ul li a {
	text-decoration: none;
	color: rgba(255,255,255, 1);
	padding: 20px 5px 15px 5px;
	display: block;
	width:100%;
	z-index: 11;
	box-sizing: border-box;
}

header section#Image  {
	margin-top: 3em;
}

