@charset "UTF-8";
/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body{
	background-color:#FFF;
}

@media(min-width:800px){
	body{
		margin: 0px 30px;
	}
}

a{
	color: #000;
}

header h5{
	margin-top: 130px;
	width: 80%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FF0000;
	height: 4px;
}
@media(min-width:800px){
	header h5{
		width: 100%;
		margin-top: 30px;
	}
}

.kurohuti{
	color: #FFF;
	font-size: 70px;
	font-weight: 500;
	
	
	text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000;
	letter-spacing: 0.05em;
	
	position: absolute;
	z-index:20;
	
	top: 3%;
	right: 5%;
}

.akahuti{
	color: #FFF;
	font-size: 70px;
	font-weight: 500;
	
	padding-top: 3px;
	padding-left: 5px;
	
	text-shadow: 1px 1px 0 #FF0000,-1px -1px 0 #FF0000,-1px 1px 0 #FF0000,1px -1px 0 #FF0000;
	letter-spacing: 0.05em;
	
	position: absolute;
	z-index: 10;
	top: 3%;
	right: 4%;
}
@media(min-width:800px){
	.kurohuti{
		writing-mode:vertical-rl;
		margin-top: 20px;
	}
	.akahuti{
		writing-mode:vertical-rl;
		margin-right: 5px;
		margin-top: 20px;
	}
}

header h3{
	margin: 5px 0px;
	padding: 20px;
	font-weight: 200;
	
}

header h3 div a:hover{
	color: #FF0004;
}

#tubame img{
	height: 20px;
}

.titel1{
	font-size: 25px;
	font-weight: 300;
	width: 170px;
	
	text-align: center;
	
	color: #FFF;
	background-color: #2C2C2C;
	border-radius: 5px;
	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 28px;
}

.titel2{
	font-size: 25px;
	font-weight: 300;
	width: 170px;
	
	text-align: center;
	
	color: #FFF;
	background-color: #2C2C2C;
	border-radius: 5px;
	
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: 28px;
}

.titel3{
	font-size: 25px;
	font-weight: 300;
	width: 170px;
	
	text-align: center;
	
	color: #FFF;
	background-color: #2C2C2C;
	border-radius: 5px;
	
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: 28px;
}

#graphic{
	display: flex;
	flex-wrap: wrap;
	
	
	margin-left: 4%;
}
#graphic a{
	margin-right: 4%
}

.set{
	width: 230px;
	text-align: center;
	margin-top: 7%;
	margin-right: 4%;
	padding: 20px;
	
	display:inline-block;
	/*ボタンを作りたい時は絶対これ*/
	transition:0.5s;
	/*　0.5秒かけてhoverに変わる。　*/
}
.set:hover{
	background-color: #FFF;
	box-shadow: 0px 0px 10px #FF7777;
	border: solid 1px #9999;
}
.set:active{
	background-color: #FF7777;
	box-shadow: 0px 0px 30px #FF7777 inset;
	border: solid 1px #9999;
}

.midasi img{
	width: 220px;
}
.set h4{
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 600;
}
.set p{
	font-size: 14px;
	font-weight: 300;
}





.btn0{
	position: relative;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	
	margin-top: 60px;
}

.btn{
	position:absolute; 
	font-weight: 500;
	background-color: #000;
	border-radius:30px;
	border: solid 2px #FFF;
	
	height: 50px;
	width: 200px;
	
	display:inline-block;
	/*ボタンを作りたい時は絶対これ*/
	transition:0.5s;
	/*　0.5秒かけてhoverに変わる。　*/
}
.btn:hover{
	background-color: #700204;
	
	translate:0 -2px;
	/*　位置がずれる。x y 座標。
	　　今回は上に１０px。　　　　　*/
	
	scale:1.0;
	/*　大きさを1.1倍にする　*/
}
.btn:active{
	background-color: #FF0004;
	
	translate:2px 0px;
	/*　位置がずれる。x y 座標。
	　　今回は上に１０px。　　　　　*/
	
	scale:1.0;
	/*　大きさを1.1倍にする　*/
}

.btn2{
	background-color: #FF0000;
	height: 50px;
	width: 200px;
	border-radius:30px;
	
	margin-left: 10px;
	padding-top: 10px;
}

.btn a{
	position: absolute;
	width: 205px;
	text-align: center;
	top: 22%;
	color: #FFF;
}






















fooder{
	background-color: #FFF;
}

#fooder{
	margin-top: 80px;
	border: solid 1px #000;
	padding: 15px;
}

fooder ul{
	list-style: none;
	font-weight: 250;
	
	display: flex;
}

fooder li{
	padding: 0px 5px;
	font-size: 15px;
}

fooder li a:hover{
	color: #FF0004;
}

fooder p{
	font-size: 10px;
	text-align: end;
	margin-right: 10px;
	margin-top: -20px;
}
