@charset "utf-8";
#photo {
  width: 1210px;
}
#photo li span{
	cursor: pointer;
}
#photo .photo_wrap01 {
  position: relative;
  height: 1010px;
}
#photo .photo_wrap01 li {
  position: absolute;
}
#photo .photo_wrap01 li:nth-of-type(1) {
  left: 0;
  top: 0;
}
#photo .photo_wrap01 li:nth-of-type(2) {
  left: 606px;
  top: 0;
}
#photo .photo_wrap01 li:nth-of-type(3) {
  right: 0;
  top: 0;
}
#photo .photo_wrap01 li:nth-of-type(4) {
  right: 0;
  top: 202px;
}
#photo .photo_wrap01 li:nth-of-type(5) {
  left: 606px;
  top: 404px;
}
#photo .photo_wrap01 li:nth-of-type(6) {
  right: 0;
  top: 404px;
}
#photo .photo_wrap01 li:nth-of-type(7) {
  left: 0;
  top: 606px;
}
#photo .photo_wrap01 li:nth-of-type(8) {
  left: 0;
  top: 808px;
}
#photo .photo_wrap01 li:nth-of-type(9) {
  left: 202px;
  top: 606px;
}
#photo .photo_wrap01 li:nth-of-type(10) {
  left: 606px;
  top: 606px;
}
#photo .photo_wrap01 li:nth-of-type(11) {
  left: 606px;
  top: 808px;
}
#photo .photo_wrap01 li:nth-of-type(12) {
  left: 808px;
  top: 808px;
}
#photo .photo_wrap01 li:nth-of-type(13) {
  right: 0;
  top: 808px;
}
#photo .photo_wrap01 li a img:focus {
  border: none;
  outline: none;
}
#photo .photo_wrap02 {
  position: relative;
  height: 606px;
}
#photo .photo_wrap02 li {
  position: absolute;
}
#photo .photo_wrap02 li:nth-of-type(1) {
  left: 0;
  top: 0;
}
#photo .photo_wrap02 li:nth-of-type(2) {
  left: 0;
  top: 404px;
}
#photo .photo_wrap02 li:nth-of-type(3) {
  left: 202px;
  top: 404px;
}
#photo .photo_wrap02 li:nth-of-type(4) {
  left: 404px;
  top: 0;
}
#photo .photo_wrap02 li:nth-of-type(5) {
  left: 606px;
  top: 0;
}
#photo .photo_wrap02 li:nth-of-type(6) {
  left: 404px;
  top: 202px;
}
#photo .photo_wrap02 li:nth-of-type(7) {
  right: 0;
  top: 0;
}
#photo .photo_wrap02 li:nth-of-type(8) {
  left: 808px;
  top: 404px;
}
#photo .photo_wrap02 li:nth-of-type(9) {
  right: 0;
  top: 404px;
}
#photo .photo_body {
  display: none;
}
#photo .photo_footer {
	position: relative;
	cursor: pointer;
	width: 200px;
	margin: 40px auto 0;
	color: #fff;
	line-height: 42px;
	text-align: center;
	border: 1px solid #cdc8c3;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfddda), to(#cdc8c3));
	background: -moz-linear-gradient(center top, #dfddda 0%, #cdc8c3 100%);
	font-family:"WaldorfAstoriaSans", "Noto Sans JP";
}
#photo .photo_footer:after {
  content: '';
  display: block;
  background: url(../common/images/icon_arrow_white_d.png) 0 0 no-repeat;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}
#photo .photo_footer.on:after {
  background: url(../common/images/icon_arrow_white_t.png) 0 0 no-repeat;
}

area {
  border: none;
  outline: none;
}

#photo .photo_wrap01 li a:focus, *:focus {
  outline: none;
}

/*MOREボタン*/
#imageData #numberDisplay, #imageData #cboxCurrent {
  display: none;
}

/*モーダルhoverでキャプション表示*/
#cboxContent {
  position: relative;
  float: left;
  /*!*overflow: hidden;*!*/
  margin: 10px 1%;
  color: #000000;
  max-width: 1000px;
}
#cboxContent * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#cboxContent img {
  max-width: 100%;
}
#cboxContent #cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#cboxContent .mfp-title {
  margin: 0;
  width: 100%;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  bottom: 0;
  font-weight: 500;
  opacity: 0;
}
#cboxContent a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#cboxContent:hover img, #cboxContent.hover img {
  /*!*opacity: 0.4;*!*/
}
#cboxContent:hover #cboxTitle {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#cboxContent:hover .mfp-title {
  opacity: 1;
}
#cboxContent:hover #cboxTitle.no_title {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.mfp-counter {
  display: none;
}

#cboxContent img.mfp-img {
  padding: 40px 0 0;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxContent {
  background: none;
}

#cboxTitle {
  left: 100px;
  padding: 20px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxCurrent, #cboxClose {
  top: 0;
}
#cboxCurrent:hover, #cboxClose:hover {
  background-position: -25px 0;
}

#cboxPrevious, #cboxNext {
  top: 50%;
  margin-top: -27px;
  width: 54px;
  height: 76px;
  background: url(../common/images/img_arr_L.png) 0 0 no-repeat;
}
#cboxPrevious:hover, #cboxNext:hover {
  background-position: 0 0;
}

#cboxNext {
  right: 0;
  left: auto;
  background: url(../common/images/img_arr_R.png) 0 0 no-repeat;
}

div#cboxCurrent {
  display: none !important;
}

/*# sourceMappingURL=photo_gallery.css.map */
