@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : gallery.css
 author     : Ability Consultant
 style info : フォトギャラリー
=================================================================== */
.con_intro:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	change gnav_xxx
----------------------------------------------------------- */
#header .box_menu .box_nav .gnav > li.gnav_xxx a {
  position: relative;
}
#header .box_menu .box_nav .gnav > li.gnav_xxx a:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  background: #017e75;
  height: 2px;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  background: transparent url(../images/gallery/img_main.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    margin-bottom: 20px;
  }
}
.con_main h2 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  width: 100%;
}
.con_intro .box_intro {
  text-align: center;
  /*
  .photo {
  	width: 100%;
  	text-align: center;
  	margin-bottom: 55px;
  	@include mq(sp){
  		margin-bottom: 20px;
  	}
  }
  .box_txt {
  	margin: 70px 0 60px;
  	text-align: center;
  	line-height: 1.8;
  	@include mq(sp){
  		text-align: left;
  		line-height: 1.5;
  	}
  	h3 {
  		font-family: $jp_min;
  		color: $c_brown;
  		@include fsz(28);
  		font-weight: normal;
  		letter-spacing: 10px;
  		margin-bottom: 30px;
  		@include mq(sp){
  			@include fsz(18);
  			margin-bottom: 15px;
  		}
  	}
  }*/
}
.con_intro .box_intro h3 {
  font-weight: normal;
  color: #725f4c;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  letter-spacing: 10px;
  font-size: 216%;
  padding: 110px 0 40px;
}
.con_intro .box_intro .sub {
  font-size: 108%;
  line-height: 2.2;
  margin-bottom: 50px;
}
.con_intro .sub_menu {
  background: #4abfb6;
  margin-top: 120px;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .sub_menu {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .sub_menu {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .sub_menu {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .sub_menu {
    padding: 20px 0;
  }
}
.con_intro .sub_menu .box_tab_link li a {
  color: #fff;
}
.con_intro .sub_menu .box_tab_link li a:before {
  border-left: 1px dotted #fff;
}
.con_intro .sub_menu .box_tab_link li a:hover {
  background: #fff;
  color: #4abfb6;
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery .box_gallery .gallery_wrap {
  padding: 60px 0 130px;
  background-image: url(../images/gallery/en_bg.jpg);
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .gallery_wrap {
    padding: 30px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .gallery_wrap {
    padding: 20px 0 90px;
  }
}
.con_gallery .box_gallery .gallery_wrap:nth-child(2) {
  background-image: url(../images/gallery/art_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(3) {
  background-image: url(../images/gallery/room_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(4) {
  background-image: url(../images/gallery/bk_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(5) {
  background-image: url(../images/gallery/rounge_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(6) {
  background-image: url(../images/gallery/meet_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(7) {
  background-image: url(../images/gallery/service_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap:nth-child(8) {
  background-image: url(../images/gallery/service_bg.jpg);
}
.con_gallery .box_gallery .gallery_wrap .list_wrap {
  max-width: 1240px;
  margin: auto;
  text-align: center;
}
.con_gallery .box_gallery .gallery_wrap .list_wrap h3 {
  width: 93.5%;
  color: #fff;
  font-size: 170%;
  border-bottom: 1px solid #fff;
  margin: 0 auto 40px;
  padding: 60px 0 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.con_gallery .box_gallery .gallery_wrap .list_wrap .items .item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  height: auto;
  margin: 0 0.75% 20px;
  border: 3px solid transparent;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .gallery_wrap .list_wrap .items .item {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .gallery_wrap .list_wrap .items .item {
    width: 48%;
  }
}
.con_gallery .box_gallery .gallery_wrap .list_wrap .items .item:hover {
  border: 3px solid #017e75;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 38px;
  cursor: pointer;
  color: #fff;
}

.lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  user-select: none;
}

.lightbox .prev {
  left: 40px;
}

.lightbox .next {
  right: 40px;
}

.caption {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  max-width: 90%;
  line-height: 1.5;
}
