@charset "utf-8";
/************************************************************

	著作権情報

	9ineBB Free Modern WebDesign Template
	http://9-bb.com/free_template/

	このテンプレートは9ineBBが制作し、著作権は9ineBBにあります
	ご利用に関しては利用規約にしたがってご利用ください
	http://9-bb.com/template_license/

	対応ブラウザはIE9以上 他最新のブラウザで動作します

*************************************************************/


/************************************************************
	html body area
*************************************************************/
html {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	height: 100%;
	width: 100%;
}
body {
	margin:0;
	padding: 0;
	height: 100%;
}
img {
	border: none;
}

/************************************************************
	TOP PAGE
*************************************************************/
/*トップページの背景*/
.bg-top {
	background: url("img/%E7%A0%82%E6%BC%A0.jpg") no-repeat top center fixed;
	background-size: cover;
}

.h1-top {
	margin: 0;
	text-align: center;
	padding: 40px 0;
	color: #fff;
	font-size: 70px;
	font-family: alfa-slab-one;
	background: #212121;
	background: rgba(0, 0, 0, 0.4);
	line-height: 1;
}

.photo-by-top {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	top:-40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-family: leckerli-one;
}


@media screen and (max-width: 800px) {
	.h1-top {
		font-size: 50px;
	}
}


.tap-image {
	display: block;
	text-align: center;
	padding: 10px 0;
	width: auto;
	margin: 15px 20px;
	background: rgba(255, 255, 255, 0.52);
	color: #000;
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.21);
	font-size: 30px;
	position: relative;
	font-family: megrim;
}

.category-image {
	width: 750px;
	margin: 30px auto 100px;
  overflow: hidden;
}

.warpper-cat-img {
  float: left;
  margin: 0 0 20px 15px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
}

.warpper-cat-img a {
  display: block;
  margin: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.warpper-cat-img a:hover {
  -webkit-transform: scale(1.15);
}

.warpper-cat-img a img {
  vertical-align: bottom;
}

.warpper-cat-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 32px;
  padding: 5px 0;
  font-family: passion-one;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 730px) {
	.warpper-cat-img {
		margin: 0 5px 20px;
	}
	
	.tap-image {
		width: 720px;
		margin: 15px 5px;
	}
}

@media screen and (max-width: 650px) {
	.title-top {
		padding-top: 0px;
	}
	
	.h1-top {
		padding: 30px 0;
		font-size: 30px;
		line-height: 30px;
	}
	
	.photo-by-top {
		top:-30px;
		font-size: 15px;
	}
	
	.tap-image {
		width: 280px;
		margin: 0 auto;
	}
	
	.tap-image span {
		display: none;
	}
	
	.category-image {
		width: 280px;
    margin: 0 auto;
	}
	
	.warpper-cat-img {
		float: none;
    margin: 0;
	}
  
	.warpper-cat-img a {
    margin: 5px 0;
    height: 100px;
    overflow: hidden;
  }
  
  .warpper-cat-img a img {
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
	
}


/************************************************************
	トップ以外のナビゲーション
*************************************************************/
.menu-bar {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.menu-bar-logo {
	width: 270px;
	float: left;
}

.menu-bar-logo h1 {
	margin: 0;
	padding: 10px 10px 0;
	font-size: 25px;
	height: 30px;
	line-height: 30px;
	font-family: alfa-slab-one;
	width: 250px;
	text-align: center;
	font-weight: normal;
}

.menu-bar-logo a {
	color: #ddd;
	color: rgba(255, 255, 255, 0.83);
	text-decoration: none;
}

.menu-bar-logo p {
	margin: 0;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	width: 250px;
	height: 30px;
	text-align: center;
	color: #fff;
	color: rgba(255, 255, 255, 0.83);
}

.menu-bar-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.menu-bar-category {
  float: none;
  clear: both;
}

.menu-bar-category li {
  height: 50px;
  line-height: 50px;
  float: none;
  margin: 0;
  text-align: left;
}

.menu-bar-category li a {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #666;
  color: #fff;
  text-decoration: none;
}

.menu-bar-category li a:hover {
  background: rgba(255, 255, 255, 0.17);
}


label[for="menu-toggle"] {
  display: block;
  float: right;
  text-align: center;
  height: 38px;
  width: 40px;
  margin: 16px 8px;
  line-height: 54px;
  background: #eee;
}

label[for="menu-toggle"] span {
  display: inline-block;
  height: 8px;
  width: 40px;
  background: #eee;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
}


.menu-bar-category {
  display: none;
}

input[type="checkbox"] {
	display: none;
}


input:checked ~ .menu-bar-category {
	display: block;
}


@media screen and (max-width: 340px) {
	.menu-bar-logo {
		float: none;
		margin: 0 auto;
	}
	
	label[for="menu-toggle"] {
		clear: both;
		float: none;
		margin: 0 auto;
		background: none;
		width: inherit;
		height: auto;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
	}
	
	label[for="menu-toggle"] span {
		background: none;
		border: none;
		width: inherit;
	}
	
	label[for="menu-toggle"] span:before {
		content: "MENU";
		color: #fff;
	}
}



/************************************************************
	CATEGORY PAGE
*************************************************************/
.bg-category {
	background: url("img/%E7%A0%82%E6%BC%A0.jpg") no-repeat top center fixed;
	background-size: cover;
}

.gallery-category {
	width: 95%;
	min-height: 72.5%;
	margin: 30px auto 100px;
	overflow: hidden;
	cursor:default;
}

.gallery-category a {
	display: block;
	text-decoration: none;
	color: #333;
	float: left;
	margin: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}

.gallery-category a:nth-child(4n+1) {
	-webkit-transform: rotate( 3deg ) translate3d(0, 0, 0);
	-moz-transform: rotate( 3deg ) translate3d(0, 0, 0);
	-ms-transform: rotate( 3deg ) translate3d(0, 0, 0);
	-o-transform: rotate( 3deg ) translate3d(0, 0, 0);
	transform: rotate( 3deg ) translate3d(0, 0, 0);
}

.gallery-category a:nth-child(4n+2) {
	-webkit-transform: rotate( -2deg ) translate3d(0, 0, 0);
	-moz-transform: rotate( -2deg ) translate3d(0, 0, 0);
	-ms-transform: rotate( -2deg ) translate3d(0, 0, 0);
	-o-transform: rotate( -2deg ) translate3d(0, 0, 0);
	transform: rotate( -2deg ) translate3d(0, 0, 0);
}

.gallery-category a:nth-child(4n+3) {
	-webkit-transform: rotate( -6deg ) translate3d(0, 0, 0);
	-moz-transform: rotate( -6deg ) translate3d(0, 0, 0);
	-ms-transform: rotate( -6deg ) translate3d(0, 0, 0);
	-o-transform: rotate( -6deg ) translate3d(0, 0, 0);
	transform: rotate( -6deg ) translate3d(0, 0, 0);
}

.gallery-category a > div {
	width: 230px;
	height: 230px;
	background: #fff;
	box-shadow:0 0 3px 2px rgba(90, 90, 90, 0.16);
}

.gallery-category img {
	width: 220px;
	height: 160px;
	margin: 0 5px;
	vertical-align:bottom;
	cursor:auto;
}

.gallery-category h2 {
	margin: 5px 10px;
	padding: 0;
	font-size: 12px;
}

.gallery-category p {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
}

.gallery-category a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1136px) {
  .gallery-category {
    width: 810px;
  }
}

@media screen and (max-width: 852px) {	
	.gallery-category {
		width: 540px;
		margin: 20px auto;
	}
}

@media screen and (max-width: 570px) {
	.gallery-category {
		width: 100%;
	}
	
	.gallery-category a {
		width: 230px;
		float: none;
		margin: 20px auto;
    height: 160px;
    overflow: hidden;
	}
  
  .gallery-category a div div {
    height: 100px;
    overflow: hidden;
  }
  
  .gallery-category a img {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}















/************************************************************
	個別のページ
*************************************************************/
.page {
	width: 80%;
	margin: 50px auto 150px;
	overflow: hidden;
}

.page img {
	width: 97.5%;
	background: #fff;
	padding: 1.25%;
	box-shadow: ;
}

.text {
	width: 97.5%;
	padding: 1.25%;
	background: #fff;
	margin: 10px 0;
}

.text h2 {
	font-size: 25px;
	margin: 0 0 15px;
	line-height: 1.3;
	font-weight: 100;
}

.text h2 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 2px 0;
}

.text h2 span .fa-clock-o  {
	color: #000;
}

.text h2 span .fa-map-marker  {
	color: #f00;
}

.text h2 span .fa-camera-retro  {
	color: #9300ff;
}

.text h2 span i {

	vertical-align:middle;
}

.text p {
	margin: 0 0 15px;
}

/*コメントシステム DISQUSを使う場合の設定*/
#disqus_thread {
	width: 97.5%;
	padding: 1.25%;
	background: #fff;
}

@media screen and (max-width: 650px) {
  .page {
    margin-bottom: 20px;
  }
  
	.text h2 {
		font-size: 16px;
	}
	.text p {
		font-size: 13px;
	}
}











/************************************************************
	FOOTER
*************************************************************/
.footer-top2 {
	clear: both;
	text-align: center;
	margin-top: 100px;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.58);
  position: fixed;
  bottom: 0;
  width: 100%;
}

.copy,
.desing-by {
	font-size: 13px;
	color: #fff;
}

.copy a,
.desing-by a {
	color: #fff;
}
@media screen and (max-width: 730px) {
  .footer-top2 {
    position: relative;
  }
}

@media screen and (max-width: 650px) {
  .footer-top2 {
   margin: 0; 
  }
}





