
div,dl,ul {
  opacity : 1.0;
  transition : none;
}

.main_gallery ul.gallery {
  opacity:1.0;
  transition:none;
}

.main_gallery ul.gallery li {
	width:239px;
	height:232px;
	overflow:hidden;
	float:left;
	margin:0 14px 14px 0;
	position:relative;
}

.main_gallery ul.gallery li:nth-child(4n) {
	margin:0 0 14px 0;
}

.main_gallery ul.gallery li img {
	width:100%;
}

p.btn_open {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #412200;
  text-align: center;
  margin: 35px auto 20px;
  padding-top: 46px;
  font-size: 16px;
  position: relative;
}



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

.area_more {
	display:none;
}

.btn_more {
	display:block;
	text-align:center;
	background:#412200;
	text-decoration:none;
	color:#fff;
	position:relative;
	cursor:pointer;
	width:300px;
	height:40px;
	line-height:40px;
	margin:0px auto 20px;
}
 
.btn_more:hover {background:#e08268;}

.btn_more:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	transform:rotate(90deg);
}

.btn_more.open:after {
	transform:rotate(270deg);
	margin-top: -7px;
}

.btn_open .label_open {
	display: inline;
  color: #412200;
}

.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;
  margin-top: 25px;
}

.section_gallery_btn .btn {
  width: 240px;
  display: inline-block;
}

.section_gallery_btn .btn a {
  color: #fff;
  letter-spacing: 1px;
  background: #2d1d00;
}

.section_gallery_btn .btn.prev {
  margin-right: 130px;
}
.section_gallery_btn .btn.next {
  margin-left: 130px;
}

.section_gallery_btn .btn.index {
  width: 260px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px;
}

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

.cat_tit {
	font-size: 21px;
	line-height: 1em;
	padding: 14px 0 12px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	margin-bottom: 30px;
}



.gallery_shop {
	display: flex; align-items: center; align-content: center; gap: 1em;
	margin: 0 0 40px;
}
.gallery_shop h3 {
	display: flex; align-items: center; align-content: center; gap: 0.5em; justify-content: center;
	width: 100%;
	font-size: 22px; text-align: center; white-space: nowrap;
}
.gallery_shop h3 span {
	width: 100%; height: 1px; background: #473e34;
}
.gallery_shop h3 span:first-child {
	width: 1em;
}
.gallery_shop p {
	display: flex; justify-content: flex-end;
	flex-shrink: 0;
}
.gallery_shop p a {
  display: inline-block;
	padding: 0 2.5em 0 1.5em;
  font-family: inherit; line-height: 40px; text-align: center;
  position: relative;
	
  border: 1px solid #473e34; appearance: none; outline: none;
}
.gallery_shop p a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #473e34;
    border-right: solid 1px #473e34;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px;
}