@charset "utf-8";
@media only screen and (max-width: 991px) {
    .top-slider {
        height: calc(33vh - 55px);
    }
}
@media only screen and (max-width: 1200px) {
    .global-nav > ul > li > a {
        color: #7F5F53 !important;
    }
	.top-slider span {
    border-radius: 0 90px 0 90px;
}
}

/* カテゴリー */
.category_box2{
	border: 1px solid #7f5f53;
	margin-bottom: 4rem;
}
.category_box2 h2{
	background: #7f5f53;
	color: #fff;
	padding: .5em 2em;
	margin-bottom: 0;
}
.category_btn2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1em;
}
.category_btn2 li{
	box-sizing:border-box;
	border-right: 1px solid #e8d2be;
}
.category_btn2 li:last-child{
	border-right: none;
}
.category_btn2 a{
	display: block;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding: .5em 1em;
}

/* 店舗概要ページ */
.post-content .price_tbl th,
.post-content .price_tbl td{
    padding: .5em;
    width: calc(100% / 14);
    text-align: center;
}
.post-content .price_tbl .area td{
    font-size: 0.75em;
    line-height: 1.2;
}
@media (max-width: 992px){
    .post-content .price_tbl th,
    .post-content .price_tbl td{
        min-width: 85px;
    }
}

table td a{
    text-decoration: underline !important;
}
table td a:hover{
    text-decoration: none !important;
}
table td address{
	margin-bottom: 0 !important;
}