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

 file name  : gallery.css
 author     : Ability Consultant
 style info : フォトギャラリー
=================================================================== */
@font-face {
  font-family: "YuGothicBold";
  src: local("Yu Gothic Medium");
}
.con_intro, .con_link, .con_gallery {
  max-width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 1080px) {
  .con_intro, .con_link, .con_gallery {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  max-width: 830px;
  display: table;
  padding: 103px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    display: block;
  }
}
.con_intro h3 {
  display: table-cell;
  width: 340px;
  vertical-align: middle;
  color: #314260;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro h3 {
    font-size: 231%;
    text-align: center;
  }
  .con_intro h3 img {
    width: 56.76471%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    width: auto;
    font-size: 162%;
    display: block;
  }
}
.con_intro .txt {
  display: table-cell;
  width: 480px;
  line-height: 2.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 116%;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    display: block;
    width: 100%;
    line-height: 1.5;
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	con_link
----------------------------------------------------------- */
.con_link {
  overflow: hidden;
  *zoom: 1;
}
.con_link ul {
  overflow: hidden;
  *zoom: 1;
  margin: 70px 0 50px;
  border-right: none;
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link ul {
    margin: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link ul {
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link ul {
    border-bottom: none;
    border-top: 1px solid #dcdcdc;
  }
}
.con_link ul li {
  float: left;
  width: 16.66667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #dcdcdc;
  position: relative;
  line-height: 3;
}
.con_link ul li:before {
  content: '';
  background: #d4d0c8;
  position: absolute;
  width: 1px;
  height: 13px;
  bottom: 0;
  left: 0;
}
.con_link ul li:last-child {
  line-height: 1.5;
}
.con_link ul li:last-child:after {
  content: '';
  background: #d4d0c8;
  position: absolute;
  width: 1px;
  height: 13px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_link ul li {
    width: 50% !important;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .con_link ul li:nth-child(2n+1) {
    border-left: 1px solid #dcdcdc;
  }
  .con_link ul li:before {
    display: none;
  }
  .con_link ul li:last-child:after {
    display: none;
  }
}
.con_link ul li a {
  display: block;
  padding: .5em 0;
  font-size: 131%;
  text-decoration: none;
  text-align: center;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.con_link ul li a:before, .con_link ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_link ul li a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: baseline;
  color: #536084;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_link ul li a {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link ul li a {
    font-size: 108%;
  }
}
.con_link ul li a:hover {
  background: rgba(83, 96, 132, 0.1);
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
  overflow: hidden;
  *zoom: 1;
  margin: 3em auto 5em;
}
.con_gallery h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_gallery h4 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery h4 {
    margin-bottom: 1em;
  }
}
.con_gallery h4:before {
  content: '';
  display: block;
  width: 40px;
  border-bottom: 2px solid #c6d5ed;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 767px) {
  .con_gallery h4:before {
    margin: 0 auto 0.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_gallery h4 {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery h4 {
    font-size: 170%;
  }
}
.con_gallery .box_gallery {
  overflow: hidden;
  *zoom: 1;
}
.con_gallery .box_gallery .list_thumb {
  letter-spacing: -.4em;
  overflow: hidden;
  *zoom: 1;
}
.con_gallery .box_gallery .list_thumb li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 23.42593%;
  margin-right: 2.03704%;
  margin-bottom: 2.77778%;
}
.con_gallery .box_gallery .list_thumb li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .list_thumb li {
    width: 49%;
    margin-right: 2%;
  }
  .con_gallery .box_gallery .list_thumb li img {
    width: 100%;
  }
  .con_gallery .box_gallery .list_thumb li:nth-child(4n) {
    margin-right: 0.39216%;
  }
  .con_gallery .box_gallery .list_thumb li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_gallery .box_gallery .list_thumb li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.con_gallery .box_gallery .list_thumb li a:before, .con_gallery .box_gallery .list_thumb li a:after {
  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 .box_gallery .list_thumb li a:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.con_gallery .box_gallery .list_thumb li a:after {
  position: absolute;
  content: "\f002";
  color: #FFF;
  font-family: FontAwesome;
  vertical-align: middle;
  top: 45%;
  left: 45%;
  font-size: 231%;
  line-height: 1;
  z-index: 9;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .list_thumb li a:after {
    font-size: 139%;
  }
}
.con_gallery .box_gallery .list_thumb li a:hover:before, .con_gallery .box_gallery .list_thumb li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_gallery .box_gallery .list_thumb li p {
  padding: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_gallery .box_gallery .list_thumb li p {
    padding: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .list_thumb li p {
    padding: 0.2em;
  }
}
.con_gallery .box_gallery h5 {
  margin-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_gallery .box_gallery h5 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h5 {
    margin-bottom: 1em;
  }
}
.con_gallery .box_gallery h5:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 3px solid #7589ad;
  margin: 10px 0 -1px;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h5:after {
    margin: 0.3em 0 -1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_gallery .box_gallery h5 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h5 {
    font-size: 124%;
  }
}
