@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_gallery {
	max-width: 1050px;
	margin: auto;
}
@media only screen and (max-width: 1050px) {
  .con_gallery {
		width: 95%;
  }
}

@-moz-keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}
	100% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-moz-keyframes fuwafuwa2 {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes fuwafuwa2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes fuwafuwa2 {
	0% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(-10px, 10px);
		-ms-transform: translate(-10px, 10px);
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	100% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-moz-keyframes wave1 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 25% 0;
	}
	50% {
		background-position: 50% 0;
	}
	75% {
		background-position: 75% 0;
	}
	100% {
		background-position: 100% 0;
	}
}
@-webkit-keyframes wave1 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 25% 0;
	}
	50% {
		background-position: 50% 0;
	}
	75% {
		background-position: 75% 0;
	}
	100% {
		background-position: 100% 0;
	}
}
@keyframes wave1 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: 25% 0;
	}
	50% {
		background-position: 50% 0;
	}
	75% {
		background-position: 75% 0;
	}
	100% {
		background-position: 100% 0;
	}
}
@-moz-keyframes wave2 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: -25% 0;
	}
	50% {
		background-position: -50% 0;
	}
	75% {
		background-position: -75% 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@-webkit-keyframes wave2 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: -25% 0;
	}
	50% {
		background-position: -50% 0;
	}
	75% {
		background-position: -75% 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@keyframes wave2 {
	0% {
		background-position: 0 0;
	}
	25% {
		background-position: -25% 0;
	}
	50% {
		background-position: -50% 0;
	}
	75% {
		background-position: -75% 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@-moz-keyframes play {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes play {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes play {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/* -----------------------------------------------------------
	.con_gallery
----------------------------------------------------------- */
.con_gallery {
	position: relative;
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
		margin-top: 2em;
  }
}
@media only screen and (min-width: 1051px) {
  .con_gallery:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		width: 142px;
		height: 235px;
		margin-left: -960px;
		background: url(../gallery/images/dec1.png) no-repeat left top;
  }
}
@media print {
  .con_gallery:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		width: 142px;
		height: 235px;
		margin-left: -960px;
		background: url(../gallery/images/dec1.png) no-repeat left top;
  }
}
.ie8 .con_gallery:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 142px;
	height: 235px;
	margin-left: -960px;
	background: url(../gallery/images/dec1.png) no-repeat left top;
}
.con_gallery #obj_tab {
	overflow: hidden;
	margin: -10px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery #obj_tab {
		margin: -10px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery #obj_tab {
		margin: -0.5em 0 1.5em;
  }
}
.con_gallery #obj_tab li {
	position: relative;
	float: left;
	width: 24.57143%;
	padding: 13px 30px;
	border: 1px solid #333333;
	margin: 10px 0 0 5px;
	box-sizing: border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	-moz-transition: border-color 300ms ease, background 300ms ease, color 300ms ease;
	-o-transition: border-color 300ms ease, background 300ms ease, color 300ms ease;
	-webkit-transition: border-color 300ms ease, background 300ms ease, color 300ms ease;
	transition: border-color 300ms ease, background 300ms ease, color 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery #obj_tab li {
		padding: 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery #obj_tab li {
		padding: 0.8em 1.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery #obj_tab li {
		margin: 10px 0 0 0.47619%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery #obj_tab li {
		margin: 0.5em 0 0 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_gallery #obj_tab li:nth-child(4n+1) {
		margin-left: 0;
  }
}
@media print {
  .con_gallery #obj_tab li:nth-child(4n+1) {
		margin-left: 0;
  }
}
.ie8 .con_gallery #obj_tab li:nth-child(4n+1) {
	margin-left: 0;
}
@media only screen and (min-width: 1051px) {
  .con_gallery #obj_tab li {
		font-size: 116%;
  }
}
@media print {
  .con_gallery #obj_tab li {
		font-size: 116%;
  }
}
.ie8 .con_gallery #obj_tab li {
	font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery #obj_tab li {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery #obj_tab li {
		width: 49%;
  }
  .con_gallery #obj_tab li:nth-child(-n+2) {
		margin-top: 0;
  }
  .con_gallery #obj_tab li:nth-child(odd) {
		margin-left: 0;
  }
}
.con_gallery #obj_tab li:before, .con_gallery #obj_tab li:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_gallery #obj_tab li > * {
	vertical-align: middle;
	display: inline;
}
.con_gallery #obj_tab li:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_gallery #obj_tab li:after {
		right: 1em;
  }
}
.con_gallery #obj_tab li.active, .con_gallery #obj_tab li:hover {
	cursor: pointer;
	background: #006d9f;
	color: #fff;
	border-color: #006d9f;
}
.con_gallery #obj_tab li.active:after, .con_gallery #obj_tab li:hover:after {
	color: #fff;
}
.con_gallery .obj_panel {
	letter-spacing: -.4em;
}
.con_gallery .obj_panel ul {
	margin-top: -8px;
	display: none;
}
@media only screen and (max-width: 767px) {
  .con_gallery .obj_panel ul {
		margin-top: -0.5em;
  }
}
.con_gallery .obj_panel ul:first-child {
	display: block;
}
.con_gallery .obj_panel ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: top;
	width: 24.19048%;
	margin: 8px 0 0 0.95238%;
}
@media only screen and (max-width: 767px) {
  .con_gallery .obj_panel ul li {
		margin: 0.5em 0 0 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_gallery .obj_panel ul li:nth-child(4n+1) {
		margin-left: 0;
  }
}
@media print {
  .con_gallery .obj_panel ul li:nth-child(4n+1) {
		margin-left: 0;
  }
}
.ie8 .con_gallery .obj_panel ul li:nth-child(4n+1) {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_gallery .obj_panel ul li {
		width: 49%;
  }
  .con_gallery .obj_panel ul li:nth-child(odd) {
		margin-left: 0;
  }
}
.con_gallery .obj_panel ul li a {
	position: relative;
	display: block;
	text-decoration: none;
}
@media only screen and (max-width: 1050px) {
  .con_gallery .obj_panel ul li a .img {
		position: relative;
  }
  .con_gallery .obj_panel ul li a .img:before, .con_gallery .obj_panel ul li a .img:after {
		font-family: FontAwesome;
		vertical-align: middle;
  }
  .con_gallery .obj_panel ul li a .img > * {
		vertical-align: middle;
		display: inline;
  }
  .con_gallery .obj_panel ul li a .img:after {
		content: "";
		margin-left: .5em;
		position: absolute;
		bottom: .5em;
		right: .5em;
		color: #fff;
		font-size: 108%;
		line-height: 1;
		text-shadow: 0 0 1em rgba(0, 0, 0, 0.8), 0 0 1em rgba(0, 0, 0, 0.8);
  }
}
.con_gallery .obj_panel ul li a .img img {
	width: 100%;
}
.con_gallery .obj_panel ul li a .txt {
	position: relative;
	padding: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .con_gallery .obj_panel ul li a .txt {
		padding: 0.3em 1.5em 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .obj_panel ul li a .txt {
		padding: 0.3em 1.5em 0.5em 0;
  }
}
@media only screen and (min-width: 1051px) {
  .con_gallery .obj_panel ul li a .txt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		box-sizing: border-box;
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
  }
}
@media print {
  .con_gallery .obj_panel ul li a .txt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		box-sizing: border-box;
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-moz-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
  }
}
.ie8 .con_gallery .obj_panel ul li a .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.con_gallery .obj_panel ul li a .txt:before, .con_gallery .obj_panel ul li a .txt:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_gallery .obj_panel ul li a .txt > * {
	vertical-align: middle;
	display: inline;
}
.con_gallery .obj_panel ul li a .txt:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	bottom: .8em;
	right: .8em;
	color: #fff;
	font-size: 124%;
	line-height: 1;
}
@media only screen and (min-width: 1051px) {
  .con_gallery .obj_panel ul li a .txt p {
		display: table;
		width: 100%;
		height: 100%;
  }
}
@media print {
  .con_gallery .obj_panel ul li a .txt p {
		display: table;
		width: 100%;
		height: 100%;
  }
}
.ie8 .con_gallery .obj_panel ul li a .txt p {
	display: table;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_gallery .obj_panel ul li a .txt p {
		font-size: 93%;
  }
}
@media only screen and (min-width: 1051px) {
  .con_gallery .obj_panel ul li a .txt p span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
  }
}
@media print {
  .con_gallery .obj_panel ul li a .txt p span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
  }
}
.ie8 .con_gallery .obj_panel ul li a .txt p span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.con_gallery .obj_panel ul li a:hover .txt {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
