#header{
	position: relative;
	background-color: #fff;
	
	overflow: hidden;
	
	z-index: 999;
	
	width: 100%;
	min-width: 320px;
	height: 150px;
}
@media screen and (max-width: 1000px){
	#header{
		animation: imageAnimation 24s linear;
	}
}
@keyframes imageAnimation {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#header #icon{
	position: absolute;
	bottom: 30px;
}
#header #title{
	position: absolute;
	left: 50px;
	bottom: 52px;
	
	font-size: 30px;
	letter-spacing: 1px;
}
#header #title_comment{
	position: absolute;
	left: 50px;
	bottom: 35px;
	
	letter-spacing: 1px;
}
#header #address{
	position: absolute;
	right: 0;
	bottom: 30px;
	
	font-size: 17px;
	letter-spacing: 2px;
}
#slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
}
@media screen and (max-width: 1000px){
	#header{
		position: absolute;
		height: 100vh;
		opacity: 0;
		
		text-align: center;
	}
	#header #icon{
		margin: auto;
		top: 230px;
		left: 0;
		right: 0;
	}
	#header #title{
		margin: auto;
		top: 300px;
		left: 0;
		right: 0;
	}
	#header #title_comment{
		margin: auto;
		top: 330px;
		left: 0;
		right: 0;
	}
	#header #address{
		margin: auto;
		top: 600px;
		left: 0;
		right: 0;
	}
	#slideshow{
		height: 100vh;
	}
}
#slideshow li span {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 1;
	backface-visibility: hidden;
	transition: all 1s linear;
}
#slideshow li:nth-child(1) span {
  background-image: url("../img/tsuruga-shka_02_02.JPG");
}
#slideshow li:nth-child(2) span {
  background-image: url("../img/tsuruga-shka_02_01.JPG");
}
#slideshow li:nth-child(3) span {
  background-image: url("../img/tsuruga-shka_01_02.JPG");
}
#slideshow li:nth-child(4) span {
  background-image: url("../img/tsuruga-shka_01_01.JPG");
}
#prologue{
	font-size: 2vw;
	
	margin-top: 50px;
	margin-bottom: 100px;
	
	padding-right: 25px;
	padding-left: 5px;
	
	text-align: center;
	
	min-width: 290px;
}
#prologue h2{
	margin: 30px;
	
	font-weight: 200;
}
#prologue span{
	display: block;
	
	margin-left: 15px;
}
#list{
	overflow: hidden;
	
	border-top: 2px solid #000;
	padding-top: 100px;
	
	border-bottom: 2px solid #000;
}
#list div{
	margin-bottom: 100px;
}
#list .image{
	float: left;
	
	margin-right: 30px;
	
	width: 310px;
	height: 300px;
}
#list .text{
	float: right;
	
	font-size: 20px;
	
	width: calc(100% - 340px);
	min-width: 320px;
	height: 300px;
}
#list .text p:first-child{
	border-top: 1px dashed #000;
	padding-top: 15px;
	margin-bottom: 15px;
}
#list .text p{
	border-bottom: 1px dashed #000;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
@media screen and (max-width: 1000px){
	#list{
		border: 0;
		margin: 0;
		padding-top: 0;
	}
	#list div{
		margin-bottom: 100px;
	}
	#list .image{
		text-align: center;
		
		float: none;
		
		width: 100vw;
		height: 100vh;
	}
	#list .text{
		text-align: center;
		
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		
		float: none;
		
		width: auto;
		height: auto;
	}
	#list .text p:first-child{
		border-top: 0;
	}
	#list .text p{
		border-bottom: 0;
	}
	#list .text p span{
		display: inline-block;
	}
}
#tsuruga_shka_01 .image{
	background-image: url(../img/tsuruga-shka_01_03.JPG);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
}
#tsuruga_shka_02 .image{
	background-image: url(../img/tsuruga-shka_02_03.JPG);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
}
#over{
	font-size: 2vw;
	
	margin-top: 50px;
	margin-bottom: 100px;
	
	padding-right: 25px;
	padding-left: 5px;
	
	text-align: center;
	
	min-width: 290px;
}
#over h2{
	margin-bottom: 30px;
	
	font-weight: 200;
}
#over span{
	display: block;
	
	margin-left: 15px;
}
#fudda{
	margin-top: 50px;
	padding-bottom: 100px;
	
	padding-right: 25px;
	padding-left: 5px;
	
	text-align: center;
	
	min-width: 290px;
}
#fudda h4{
	margin-bottom: 5px;
	
	font-weight: 400;
}
#fudda span{
	margin-bottom: 4px;
	display: block;
	letter-spacing: 1px;
	
	margin-left: 15px;
}


@media screen and (min-width: 1001px){
#prologue{
	/*font-size: 2vw;*/
	/*font-size: 20px;*/
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 100px;
	line-height: 1.8;
	padding-right: 25px;
	padding-left: 5px;
	
	text-align: center;
	
	min-width: 290px;
}
#prologue h2{
	margin: 30px;
	
	font-weight: 200;
}
#prologue span{
	display: block;
	
	margin-left: 15px;
}
#over{
	font-size: 20px;
	line-height: 1.8;
	margin-top: 50px;
	margin-bottom: 100px;
	
	padding-right: 25px;
	padding-left: 5px;
	
	text-align: center;
	
	min-width: 290px;
}
#over h2{
	margin-bottom: 30px;
	
	font-weight: 200;
}
#over span{
	display: block;
	
	margin-left: 15px;
}
#list{
	overflow: hidden;
	
	border-top: 2px solid #000;
	padding-top: 100px;
	
	border-bottom: 2px solid #000;
}
#list div{
	margin-bottom: 100px;
}
#list .image{
	float: left;
	
	margin-right: 30px;
	
	width: 310px;
	height: 300px;
}
#list .text{
	float: right;
	
	font-size: 18px;
	
	width: calc(100% - 340px);
	min-width: 320px;
	height: 300px;
}
#list .text p:first-child{
	border-top: 1px dashed #000;
	padding-top: 15px;
	margin-bottom: 15px;
}
#list .text p{
	border-bottom: 1px dashed #000;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
}