
.menu-cate {
width: 90%;
max-width: 600px;
margin: 0 auto;
}
.menu-cate li {
width: 49%;
border: solid 1px #aa9d80;
border-radius: 2px;
text-align: center;
color: #aa9d80;
}
.menu-cate li.active {
background: #aa9d80;
color: #fff;
}
.menu-cate li a {
display: block;
padding: 20px 0;
}
@media screen and (max-width: 768px) {
.menu-cate li a {
display: block;
padding: 15px 0;
font-size: 13px;
}
}


.gallery .title {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 0 auto;
position: relative;
}
.gallery .title:before {
content: "";
display: inline-block;
width: 300px;
height: 90px;
margin: 0 auto;
background-image: url("../img/dt-gallery/dec.png");
background-size: contain;
vertical-align: middle;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
}
.gallery .title p {
display: block;
width: 40px;
font-size: 40px;
line-height: 40px;
margin: 0 auto;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.2em;
}

.gallery .info {
text-align: center;
}
.gallery .info .label {
margin-top: 30px;
font-family: "Libre Caslon Display", serif;
font-size: 30px;
letter-spacing: 0.15em;
line-height: 30px;
}
.gallery .info p {
margin-top: 10px;
font-size: 14px;
line-height: 1.8em;
}

.gallery ul li {
margin-bottom: 4%;
}
.gallery ul li.vt {
width: 60%;
margin: 0 auto 4%;
}


@media screen and (max-width: 900px) {
.gallery .title:before {
content: "";
display: inline-block;
width: 200px;
height: 60px;
margin: 0 auto;
background-image: url("../img/dt-gallery/dec.png");
background-size: contain;
vertical-align: middle;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
}
.gallery .title p {
display: block;
width: 30px;
font-size: 30px;
line-height: 30px;
}
.gallery ul li.vt {
width: 100%;
margin: 0 auto 4%;
}
}

@media screen and (max-width: 768px) {
.gallery .title:before {
content: "";
display: inline-block;
width: 150px;
height: 45px;
margin: 0 auto;
background-image: url("../img/dt-gallery/dec.png");
background-size: contain;
vertical-align: middle;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
}
.gallery .title p {
display: block;
width: 24px;
font-size: 24px;
line-height: 24px;
}
.gallery .info p {
margin-top: 10px;
font-size: 12px;
line-height: 1.8em;
}
}

.gallery .box {
display: none;
}


.btn-back {
background: #aa9d80;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.btn-back:hover {
background: #666;
}
.btn-back a {
display: block;
padding: 60px 0;
font-family: "Libre Caslon Display", serif;
font-size: 24px;
letter-spacing: 0.25em;
line-height: 24px;
color: #fff;
}
@media screen and (max-width: 768px) {
.btn-back a {
display: block;
padding: 35px 0;
font-family: "Libre Caslon Display", serif;
font-size: 18px;
letter-spacing: 0.25em;
line-height: 18px;
color: #fff;
}
}