@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
body {
    line-height:1;
    -webkit-text-size-adjust: 100%;
}
ol, ul {
    list-style: none;
}
a img { 
	border: none;
}
	
a, a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
.cl{
	clear:both;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body{
	text-align: center;
	font-family: Folk Medium;
	color: darkgoldenrod;
}
body::before{
	background: url("../images/bga.jpg") no-repeat center;
	background-size: cover;
	content: '';
	display: block;
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
h1{
	font-family: Likurei;
	font-size: 200%;
	color: #000;
	font-weight: bold;
}
main{
	margin-bottom: 150px;
	padding-bottom: 20px;
}
.items{
	width: 1000px;
	margin: 30px auto;
}
.items p{
	font-size: 120%;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5%;
}
.items a{
	display: inline-block;
	margin: 0.5%;
	position: relative;
}
.items a img{
	border-radius: 5px;
}
.items a p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	font-size: 100%;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shinji{
	width: 1000px;
	margin: auto;
	border-top:3px dotted firebrick;
	border-bottom: 3px dotted firebrick;
}
.shinji h2 a{
	display: block;
	color: firebrick;
	background-color: rgba(0,236,255,0.3);
	margin: 10px;
	padding: 20px;
	font-size: 150%;
	border-radius: 5px;
	font-family: Take Bold
}
.shinji h2 a:hover{
	background-color: rgba(255,0,0,0.2)
}
.ishou{
	width: 1000px;
	margin: 30px auto;
	box-shadow: none;
}
.ishou h2{
	font-size: 200%;
	font-family: Shin Go Shadow;
	margin-bottom: 10px;
}
.slick-slide img{
	margin: 0 5px;
	border-radius:5px;
}
footer{
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	bottom: 0;
	left:0;
	right:0;
}
.footer_in{
	color: #fff;
	text-align: left;
	width: 1000px;
	margin:auto;
	padding: 20px 0 30px;
	line-height: 1.2
}
.footer_in h2{
	font-size: 180%;
	font-family: Likurei;
}
@media screen and (max-width:1000px){
	.items,.footer_in,.shinji,.ishou{
		width: 90%;
	}
}
@media screen and (max-width:800px){
	header img{
		width: 70%;
	}
	h1{
		font-size: 150%;
	}
	.footer_in{
		padding: 10px 0 15px;
	}
}