@font-face {
    font-family: "YuGothic";
    
    src: local('YuGothic'), 
         url('../font/YuGothic.woff') format('woff'),
         url('../font/YuGothic.otf') format('opentype')
}

body{
	margin: 0;
	font-family: 'YuGothic', serif;
	font-size: small;
	letter-spacing: 0.2em;
	line-height: 1.2em;	
}

#wrapper{
}

a{
    color: rgba(0,0,0,1);
    text-decoration: underline;
}

a:link {
	color: rgba(0,0,0,1);
    text-decoration: underline;
}

a:visited {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}

a:hover {
    color: rgba(255,0,0,1);
    background-color: rgba(255,255,255,1);
    text-decoration:none;
}

a:active {
	color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
    text-decoration: none;
}

::selection {background: rgba(255,255,0,0.75); color: rgba(0,0,0,1);}
::-moz-selection {background: rgba(255,255,0,0.75); color: rgba(0,0,0,1);}


/*header*/
#header{
	position: fixed;
	width: 100vw;
	height: auto;
	background-color: rgba(255,255,255,0);
	z-index: 500;
}

#title{
	position: relative;
	top: 1vw;
	left: 15vw;
	width: 72vw;
}

#nav{
	position: relative;
	top: 0vw;
	left: 15vw;
	width: 36vw;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	
	}

#nav li{
	list-style-type: none;
	margin-left: -20px;
	margin-right: 25px;
	padding: 0;
	display: inline;
	}

/*slide*/
#slide{
	width: 74vw;
	height: 37vw;
}

/*photo*/
.slidephoto {
	position: absolute;
	top: 12vw;
	left: 0;
	right: 0;
    margin: 0 auto;
    width: 74vw;
    height: 37vw;
    text-align: left;
    overflow: hidden;
}

.slidephoto ul {
    width: 74vw;
    height: 37vw;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.slidephoto ul li {
    top: 0;
    left: 0;
    width: 74vw;
    height: 37vw;
    display: none;
    position: absolute;
}

/*letter*/
.slideletter {
	position: absolute;
	top: 12vw;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 74vw;
    height: 37vw;
    text-align: left;
    overflow: hidden;
}
 
.slideletter ul {
    width: 74vw;
    height: 37vw;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.slideletter ul li {
    top: 0;
    left: 0;
    width: 74vw;
    height: 37vw;
    display: none;
    position: absolute;
}

/*logo*/
#logo{
	position: absolute;
	top: 12vw;
	left: 0;
	right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 74vw;
	z-index: 300;
}

/*explanation*/
#explanation{
	position: relative;
	top: 52vw;
	left: 15vw;
	width: 70vw;
	height: auto;
	font-size: medium;
	letter-spacing: 0.2em;
	line-height: 1.8em;	

}

/*contents*/
#contents{
	position: relative;
	top: 55vw;
	left: 15vw;
	width: 74vw;
	height: 50vw;
}

#news{
	position: relative;
	top: 0vw;
	left: 0vw;
	width: 33vw;
	height: 40vw;
}

#facebook{
	position: relative;
	top: -42.1vw;
	left:35vw;
	width: 33vw;
}

/*scroll*/
#page-top {
    position: fixed;
    bottom: 5vh;
    left: 80vw;
    font-size: 4em;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#page-top a {
    text-decoration: none;
    color: rgba(0,0,0,1);
    display: block;
    }
    
#page-top a:hover {
    color: rgba(255,0,0,1);
    background-color: rgba(255,255,255,0);
    text-decoration:none;
}

/*footer*/
#footer{
	position: relative;
	top: 100vh;
	left: 15vw;
	width: 70vw;
	height: auto;
	font-size: medium;
	letter-spacing: 0.2em;
	line-height: 1.8em;	

}

/*文字の大きさ指定*/
.midashi_title{
	width: 33vw;
	font-size: 2em;
	letter-spacing: 0.2em;
	line-height: 2em;
		
}

.topic{
	text-decoration: underline;
}

.white{
	background-color: rgba(255, 255, 255, 0.9);
	color: rgba(0,0,0,100);
}

.black{
	background-color: rgba(200,200,200,1);
	color: rgba(0,0,0,1);
}

.underline{
	text-decoration: underline;
}

.black_n{
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}

.midashi{
	width: 33vw;
	height: auto;
	font-size: 2em;
	letter-spacing: 0.2em;
	line-height: 2em;
		
}

.sentence{
	position: relative;
	top: 0;
	left: 0vw;
	width: 33vw;
	font-size: small;
	letter-spacing: 0.1em;
	line-height: 1.8em;	
}

.sentence_medium{
	position: relative;
	top: 0px;
	left: 0vw;
	width: 38vw;
	font-size: medium;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin: 10px;
	
}

