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

 file name  : gallery.css
 author     : Ability Consultant
 style info : フォトギャラリー
=================================================================== */
.con_gallery {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_gallery {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_gallery {
    padding: 0 5.72917%;
  }
}
.ie8 .con_gallery {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_gallery {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    margin-top: 7%;
  }
}
.con_gallery .box_gallery .con_tab ul.box_tab {
  letter-spacing: -.4em;
  text-align: center;
}
.con_gallery .box_gallery .con_tab ul.box_tab li {
  cursor: pointer;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #323232;
  background: #323232;
  overflow: hidden;
  border: 1px solid #323232;
  background: #fff;
  border: none;
}
.con_gallery .box_gallery .con_tab ul.box_tab li:first-child {
  margin-left: 0;
}
.con_gallery .box_gallery .con_tab ul.box_tab li button, .con_gallery .box_gallery .con_tab ul.box_tab li a {
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.8em 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_gallery .con_tab ul.box_tab li button, .con_gallery .box_gallery .con_tab ul.box_tab li a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .con_tab ul.box_tab li button, .con_gallery .box_gallery .con_tab ul.box_tab li a {
    padding: 1em 0;
  }
}
.con_gallery .box_gallery .con_tab ul.box_tab li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #585858;
  border-radius: 100%;
}
.con_gallery .box_gallery .con_tab ul.box_tab li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.con_gallery .box_gallery .con_tab ul.box_tab li button, .con_gallery .box_gallery .con_tab ul.box_tab li a {
  color: #323232;
}
.con_gallery .box_gallery .con_tab ul.box_tab li:before {
  background: #e8e8e8;
}
.con_gallery .box_gallery .con_tab ul.box_tab li:before {
  background: #64a4ae;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.con_gallery .box_gallery .con_tab ul.box_tab li a {
  padding: 1em 1.5em;
  width: auto;
}
.con_gallery .box_gallery .con_tab ul.box_tab li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #64a4ae;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.con_gallery .box_gallery .con_tab ul.box_tab li.active {
  cursor: default;
  position: relative;
}
.con_gallery .box_gallery .con_tab ul.box_tab li.active::after {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .con_gallery .box_gallery .con_tab {
    overflow-x: scroll;
    overflow-style: none;
    -ms-overflow-style: none;
  }
  .con_gallery .box_gallery .con_tab:-webkit-scrollbar {
    display: none;
  }
  .con_gallery .box_gallery .con_tab ul.box_tab {
    min-width: 1200px;
    text-align: left;
    width: 100%;
    margin: auto;
    display: table;
    table-layout: fixed;
    font-size: 14px;
  }
  .con_gallery .box_gallery .con_tab ul.box_tab li {
    display: table-cell;
  }
  .con_gallery .box_gallery .con_tab ul.box_tab li a {
    padding: 1em 0;
    width: 100%;
  }
}
.con_gallery .box_gallery .memo {
  text-align: center;
  margin: 40px 0 65px;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .memo {
    margin: 7% 0;
  }
}
.con_gallery .box_gallery .con_panel > li.box_panel {
  display: none;
}
.con_gallery .box_gallery .con_panel > li.box_panel:first-child {
  display: list-item;
}
.con_gallery .box_gallery .con_panel > li.box_panel .list_gallery {
  margin: auto;
}
.con_gallery .box_gallery .con_panel > li.box_panel .list_gallery li {
  margin-bottom: 10px;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery li {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery li {
    width: 48%;
  }
}
@media only screen and (min-width: 1561px) {
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery li {
    width: 270px !important;
  }
}
@media print {
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery li {
    width: 270px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery {
    width: 100% !important;
  }
  .con_gallery .box_gallery .con_panel > li.box_panel .list_gallery img {
    width: 100%;
  }
}
