/*@charset "Shift_JIS";
*/

/********** wrapper **********/
#sub-wrapper-inner{
	top:-30px;
	background:none;
}

/********** limited **********/
#shop{
	width:700px;
	margin:30px 0 0;
}
#shop h2{
	min-height:53px;
	margin:0 0 27px;
	padding:0 30px;
	line-height:2.1;
	font-weight:normal;
	background:url(https://kuradukuri.itembox.design/item/images/common/t-bg.png) no-repeat 0 0;
}

/********** 内側 **********/
#shop .shop-inner{
	padding:0 20px 10px;
}

#shop h3{
	margin:0 0 35px;
}
#shop .section{
	padding:0 0 30px;
}
/*#shop .section .shop-left{
	float:left;
	width:300px;
}
#shop .section .shop-right{
	float:right;
	width:300px;
}*/

#shop .section .shop-box {
    margin-bottom: 30px;
	height: 380px;
    }

#shop .section .shop-box:nth-child(2n+1) {
    float: left;
    width: 310px;
}

#shop .section .shop-box:nth-child(2n+2) {
    float: right;
    width: 310px;
}
#shop .section .shop-photo .photo01{
	float:left;
	padding:0 10px 10px 0;
}
#shop .section .shop-photo .photo02{
	float:right;
	padding:0 0 10px;
}
#shop .section h4{
	margin:0 0 10px;
	text-decoration:underline;
	font-size:110%;
}
#shop .section table{
	margin:0 0 8px;
	line-height:1.5;
	font-size:90%;
}
#shop .section table th{
	padding:0 5px 0 0;
	text-align:left;
	font-weight:normal;
	width: 18%;
    vertical-align: top;
    }

#shop .section table td {
    width: 82%;
}

#shop .notice{
	padding:30px 20px;
}


#footer{
	width:100%;
}

.cl-oshirase h3 {
    width: 100%;
    background: none !important;
    padding: 2% 0 !important;
    margin-bottom: 0 !important;
}



/****店舗属性アイコン****/
span.icon-a:before {
    content: "路面店";
    border: solid 2px #eee;
    width: auto;
    /* position: absolute; */
    font-size: 1em;
    color: #eee;
    padding: 4px 3%;
    font-weight: bold;
    z-index: 99999;
	border-radius: 3px;
	margin-right: 5px;
	display:none;
}
span.icon-b:before {
    content: "テナント";
    border: solid 2px #eee;
    width: auto;
    /* position: absolute; */
    font-size: 1em;
    color: #eee;
    padding: 4px 3%;
    font-weight: bold;
    z-index: 99999;
	border-radius: 3px;
	margin-right: 5px;
	display:none;
}

span.icon-p:before {
    content: "駐車場あり";
    border: solid 2px #eee;
    width: auto;
    /* position: absolute; */
    font-size: 1em;
    color: #eee;
    padding: 4px 3%;
    font-weight: bold;
    z-index: 99999;
	border-radius: 3px;
	display:none;
}

div.disp-icon-a span.icon-a:before {
	border: solid 2px #ff6567;
	color: #ff6567;
	display:inline;
}
div.disp-icon-b span.icon-b:before {
	border: solid 2px #2f9ee6;
	color: #2f9ee6;
	display:inline;
}
div.disp-icon-p span.icon-p:before {
	border: solid 2px #756cff;
	color: #756cff;
	display:inline;
}

div.disp-icon-a,div.disp-icon-b,div.disp-icon-p {
	margin-bottom: 5px;
}

#shop .section .shop-box .btn-details a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
	display: block;
    padding: 4% 0%;
}
#shop .section .shop-box .btn-details {
    text-align: center;
    width: 200px;
    margin: 4% auto 0;
    xborder: dashed #666 2px;
    border: solid #666 2px;
}

.shop-box-head {
		width: 180px;
		height: 40px;
		font-size: 20px;
		font-weight: normal;
		font-family: serif;
		color: #fff;
		background: #666666;
		text-align: center;
		line-height: 40px;
}
#shop .comment {
	font-size: 20px;
	font-weight: bold;
	background: #e8390d;
	color: #fff;
	padding: 20px;
	text-align: center;
	max-width: 540px;
}
#shop .comment span {
	color: red;
	font-family: sans-serif;
	font-size: 15px;
}

.shop-list ul {
    padding: 0;
    margin: 0 5% 5%;
}

.shop-list ul li {
    list-style: none;
    margin: 1%;
    float: left;
    width: calc(94%/3);
    box-sizing: border-box;
}

.shop-list ul li a {
    text-align: center;
    display: block;
    padding: 10% 0;
    border: #ccc 2px solid;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 49%, rgba(238,238,238,1) 100%);
    border-radius: 3px;
}
