@charset "utf-8";

/* CSS Document */

body {
	position: relative;
	background: url(/images/bar/header_bg_pc.webp) no-repeat;
	background-size: contain;
	background-repeat: repeat-y;
	color: #fff;
	margin: 0;
}

.pc_none{
	display: none;
}

.base_inner {
	padding: 20px 90px;
	background-color: #000;
}

#nav_sma {
	display: none;
}

#filterForm {
	text-align: center;
}

h1 {
	margin: 0 auto 10px;
	padding: 0;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	background: none !important;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
}

h1::before {
}

h2 {
	text-align: center;
	font-weight: normal;
	font-size: 28px;
}

h3,.search_result {
	text-align: center;
	font-size: 26px;
}

.txt_info {
	text-align: center;

}

.cap_main{
	text-align: center;
}

.ttl_shoplist {
	text-align: center;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	margin: 0 auto 55px;
	font-size: 24px;
	height: auto;
    width: 100%;
}

.inner_shoplist {
	display: flex;
	flex-wrap: wrap;
	    width: 100%;
}

.box_shoplist {
	width: 47%;
	margin-bottom: 40px;
}

.box_shoplist:nth-of-type(odd) {
	margin-right: 6%;
}

.wrap_link{
	display: flex;
    justify-content: space-between;
	margin-top: auto;
}

.img_shoplist {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.btn_shoplist {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	width: 40%;
	text-align: center;
	padding: 6px 10px 10px;
	font-size: 18px;
	display: block;
    height: fit-content;
	margin-top: auto;
}

.ttl_shop {
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0;
}

.ttl_shop span{
	font-size: 14px;
	display: block;
}

.shopdetail {
	margin-bottom: 30px;

}

.tel_num{
	color: #fff;
}

.footer_linkct {
	background: #9b9b9b;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 135px;
}

.footer_linkct ul {
	display: inline-block;
	margin: 0 auto;
	list-style: none;
}

.footer_linkct li {
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
}

.footer_linkct li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.footer_linkct li:last-of-type {
	border: none;
}

.copyright {
	font-size: 13px;
	margin-top: 35px;
}

header {
	height: auto;
}

table {
	width: 100%;
}

table, td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 10px;
	font-size: 14px;
}

.shopdetail tr td:first-of-type{
	width: 60px;
}

.table_search {
	margin-bottom: 60px;
	margin-top: 30px;
}

.table_gray, .date {
	background-color: #595959;
	border: 1px solid #9b9b9b;

}

#breadcrumbs ol{
	display: flex;
	list-style: none;
	padding: 0;
    margin: 0;
}

#breadcrumbs ol li {
    width: fit-content;
    margin: 0;
    margin-right: 20px;
    position: relative;
	font-size: 12px;
}

#breadcrumbs ol li a{
	color: #fff;
	text-decoration: none;
}

#breadcrumbs ol li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    right: -10px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

#breadcrumbs ol li:last-of-type::after{
	content: none;
}


@media screen and (max-width: 768px) {
	.pc_none{
	display: block;
	}
	.base_inner {
		padding: 20px;
	}

	.box_shoplist {
		margin-right: 0;
		width: 100%;
	}

	.box_shoplist:nth-of-type(odd) {
		margin-right: 0;
	}

	.table_gray, .date {
		width: 33%;
}

	#filterForm {
		text-align: center;
		justify-content: center;
	}

	#filterForm button{
		width: 100px;
	}

	#filterForm label{
		width: 28%;
        display: inline-block;
        text-align: left;
	}

	#filterForm select{
		width: 60%;
		margin-bottom:15px;
		height: 30px;
	}

	.footer_linkct li {
    	padding: 0 10px;
	    margin-bottom: 10px;
	}

	.footer_linkct ul {
		margin-top: 20px;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
	}

	.footer_linkct {
		height: auto;
	}

	.copyright {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1080px) {
	#filterForm select{
		height: 30px;
	}
}


@media screen and (min-width: 769px) {
	.pc_none {
		display: none;
	}

	#content {
		padding-top: 40px;
	}

	#wrap {
		margin-top: 140px;
	}

	.base_inner {
		margin: auto;
		width: 800px;
	}

	h1 {
		margin-top: 20px;
		width: 100%;
	}

}