/************************************************

	gallery

************************************************/


.section_tab {
  width:100%;
  margin: 0 auto 15px;
}
.section_tab li {
  width:33.33333%;
  border-right:1px solid #f2f1ee;
  border-bottom:1px solid #f2f1ee;
  float:left;
  text-align:center;
  box-sizing: border-box;
}

.section_tab li a {
  display:block;
  width:100%;
  height: 50px;
  line-height: 50px;
  background:rgba(177,145,77,.1);
  font-size:12px;
  box-sizing: border-box;
}

.section_tab li.active a {
	background: #b1914d;
	color: #fff;
}

.section_tab li:nth-child(3n) {
  border-right:0px solid #f2f1ee;
  border-bottom:1px solid #f2f1ee;
}

.section_gallery_list {
  width:100%;
  margin: 0 auto 20px;
}

.section_gallery_list ul{
}

.section_gallery_list li {
  float: left;
  overflow: hidden;
  width:32.66%;
  margin-right:1%;
  margin-bottom:3px;
  display:inline;
  height: 0;
  padding-bottom: 32.66%;
  position: relative;
}

.section_gallery_list li:nth-child(3n) {
  margin-right:0;
}

.btn_open {
  text-align: center;
}

.btn_open img {
  width: 92px;
}

.caution {
  margin-bottom: 5%;
  padding: 0 5%;
}

.section_gallery_list a {
  display: block;
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

.section_gallery_list a img {
  width: 100%;
}

.section_gallery_list p {
  height: 100%;
  width: 100%;

  background-position: center;
  background-size: cover;

  white-space: nowrap;
  overflow: hidden;
  text-indent: 108%;
}


.section_gallery_list a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}

.section_gallery {
  max-width:100%;
  margin: 0 auto 20px;
  text-align:center;
}
.section_gallery div {
	line-height:0;
	margin-bottom:1px;
}
.section_gallery img {
	max-width:100%!important;
}
.section_gallery .unit_gallery_main {
  position: relative;
}
.section_gallery .gallery_main {
  width: 100%;
  height: 0;
  margin-bottom: 24px;
  padding-bottom: 62.5%;
}
.section_gallery .gallery_main li {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section_gallery .gallery_main img {
  display: inline-block;
  height: 100%;
  *display: inline;
  *zoom: 1;
}
.section_gallery .gallery_control li {
  position: absolute;
  top: 50%;
  margin-top: -51px;
  cursor: pointer;
}
.section_gallery .gallery_control_prev {
  left: -70px;
}
.section_gallery .gallery_control_next {
  right: -70px;
}
.section_gallery .gallery_thumbs {
  *zoom: 1;
}
.section_gallery .gallery_thumbs:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.section_gallery .gallery_thumbs li {
  line-height: 0;
  float: left;
  height: 65px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
          transition: all ease 500ms;
  opacity: .75;

  filter: alpha(opacity=75);
}
.section_gallery .gallery_thumbs li.current,
.section_gallery .gallery_thumbs li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section_gallery .gallery_thumbs li:last-child {
  margin-right: 0;
}
.section_gallery .gallery_thumbs img {
  display: block;
  height: 100%;
}

.area_more {
	display:none;
	margin-top:20px;
}

.btn_more {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#5f7751;
  border:1px solid #5f7751;
	position:relative;
	cursor:pointer;
	width:120px;
	height:120px;
	line-height:120px;
	margin:0 auto 20px;
  border-radius:50%;
}

p.btn_open {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #242424;
  text-align: center;
  margin: 35px auto 20px;
  padding-top: 35px;
  position: relative;
}

/*p.btn_open::after {
  display: block;
  content: "";
  width: 23px;
  height: 19px;
  background: url(../gallery/img/ico_more.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -12px;
}*/

p.btn_open:hover {
  cursor: pointer;
  opacity: .8;
}

.btn_open .label_open {
  display: inline;
}

.btn_open.open .label_open {
  display: none;
}

.btn_open .label_close {
  display: none;
}

.btn_open.open .label_close {
  display: inline;
}

.btn_open.hidden {
  display: none;
}

.section_gallery_btn {
  text-align: center;
  position: relative;
  padding-top: 45px;
}

.section_gallery_btn .btn.back {
  width: 49%;
	height: auto;
  float: left;
  margin-bottom: 5px;
}

.section_gallery_btn .btn.next {
  width: 49%;
	height: auto;
  float: right;
  margin-bottom: 5px;
}

.section_gallery_btn .btn a {
  background: #333;
  height: 40px;
  line-height: 40px;
  font-size: .85em;
  letter-spacing: 0;
}

.section_gallery_btn .btn.index {
  clear: both;
  width: 100%;
}

.section_gallery_btn .btn.index a::after {
  display: none;
}

.gal_tit {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 15px;
}

.cat_tit {
	font-size: 15px;
	line-height: 1.3em;
	padding: 7px 0 8px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	margin-bottom: 20px;
}

.cat_tit span {
	margin: 0 5px;
}

.caption {
	padding: 10px;
	text-align: center;
}
