@charset "utf-8";

header {
	background-image: 
		url(../img/head/hinomaru.png),
		url(../img/head/h_bg.png);
	background-repeat: 
		no-repeat,
		repeat-x;
	background-position: 
		right top,
		center bottom;
		display: block;
		transition-duration: 0.3s;
	transition-timing-function: ease;
	}

#opening {
	width: 100%;
	position: fixed;
	z-index: 89;
}
#pagetitle {
	max-width: 1100px;
	padding: 30px;
	margin: 80px auto 0;
}

 
#pagetitle p {
	text-align: left;
	color: #FFF;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
}
.titblink {
  animation: blink 1s infinite;
}
@keyframes blink{
  to{opacity: .0;}
}

.topcollection {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	font-family: 'Quicksand', sans-serif;
	
}
.photoGraBox {
	margin: 0 auto 50px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #ccc;
	}

.pageTopTxt {
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
}
.pageTopTxt-ja {
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
  line-height: 200%;
  margin-top: 2em;
}
.pageTopTxt02 {
	color: #000;
	text-align: center; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
}
.termsBox {
	margin: 0 auto 50px;
	padding: 0 20px 20px;
	}
.termsBox dl {
	padding: 20px;	
	}
.termsBox dl dt {
	text-align: left;
	font-size: 20px;
	font-weight: bold;	
	font-family: 'Libre Baskerville', serif;
	}
.termsBox dl dd {
	text-align: left;
	margin: 10px 0 0 0;
	color: #000;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;	
	}
.photoGraBox .photoGraImage {
	float: left;
	}
.photoGraBox dl {
	padding: 0 0 0 300px;	
	}
.photoGraBox dl dt {
	font-size: 22px;
	font-weight: bold;	
	font-family: 'Libre Baskerville', serif;
	}
.photoGraBox dl dd {
	margin: 10px 0 0 0;
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;	
	}

.wanobiBox {
	margin: 0 auto 50px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #ccc;
	}
.wanobiBox dl {
	float: left;
	width: 480px;
	height: 260px;
	margin: 30px 10px 0;
	display: inline;
	background-color: #eee;	
	}
.wanobiBox dl dt {
	padding: 30px 10px 10px;
	font-size: 20px;
	font-weight: bold;	
	font-family: 'Libre Baskerville', serif;
	}
.wanobiBox dl dd {
	padding: 10px 30px;
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;	
	}

.photographersBox {
	margin-top: 100px;
	background-color: #E0D6C9;
	padding: 50px 0;
}
.toptxt03 {
	max-width:800px;
	width: 80%;
	margin: 30px auto 0;
}
.toptxt03 a {
	padding: 10px;
	color: #FFF;
	text-align: center;
	display: block;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	letter-spacing: 5px;
	border: 1px solid #fff;
}
.toptxt03 a:hover {
	background:#FFF;
	color: #333;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	border: 1px solid #eee;
}



@media (max-width: 736px) {

.subHeader {
	margin-top: -80px !important;	
	}
.subHinomaru {
		background-position: 
		right bottom,
		center bottom;
	}
#pagetitle {
	margin: 135px auto 0;
}
.topcollection {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 10px;
	font-family: 'Quicksand', sans-serif;
}
.photoGraBox .photoGraImage {
	float: none;
	}
.photoGraBox dl {
	padding: 0 ;	
	}
.wanobiBox dl {
	float: none;
	width: 90%;
	height: auto;
	margin: 30px auto;
	display: block;
	background-color: #eee;	
	}
.wanobiBox dl dt {
	padding: 30px 10px 10px;
	font-size: 20px;
	font-weight: bold;	
	font-family: 'Libre Baskerville', serif;
	}
.wanobiBox dl dd {
	padding: 10px 30px;
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;	
	}
	}
