@charset "Shift_JIS";


/********** wrapper **********/
#sub-wrapper-inner{
	top:-30px;
	background:none;
}

/********** limited **********/
#shop{
	width:100%;
	/*font-size: 125%;*/
}
#shop h2{
    /*background: url(https://www.kuradukuri.jp/online/sp/images/common/ttl-bg-sp-01.png) no-repeat 0 50%;*/
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 2% 2% 2% 6%;
    box-sizing: border-box;
    background-size: cover;
    margin-bottom: 0.5em;
	font-weight: normal;
	background:url(/images/common/t-bg.png) no-repeat 0 0;
}

/********** 内側 **********/
#shop .shop-inner{
	padding:0 0 4%;
}

#shop h3{
	margin:0 0 35px;
	background: #666;
    color: #FFF;
    margin: 0 0 3%;
}
#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 {
    border-bottom: #333 solid 1px;
    width: 96%;
    margin: 0 auto 8%;
    padding-bottom: 5%;
}
#shop .section .shop-box:last-child {
	border: none;
	margin-bottom: 0;
}

#shop .section .shop-photo .photo01,
#shop .section .shop-photo .photo02 {
	float:left;
	width: 50%;
	padding:0 2% 2%;
	box-sizing: border-box;
}
#shop .section .shop-photo .photo01 img,
#shop .section .shop-photo .photo02 img {
	min-width: 100%;
}

#shop .section .shop-box .btn-details {
    text-align: center;
}

#shop .section h4 {
    margin: 0 auto 2%;
    font-size: 110%;
    text-align: center;
}
#shop .section table{
	margin: 0 auto 8px;
	line-height:1;
	font-size:90%;
	width: 90%;
}
#shop .section table th{
	padding:0 5px 0 0;
	text-align:left;
	font-weight:normal;
	width: 20%;
}

#shop .section table td {
    width: 80%;
}

#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: 0px 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: 0px 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: 0px 3%;
    font-weight: bold;
    z-index: 99999;
	border-radius: 3px;
	display:none;
}

div.disp-icon-a span.icon-a:before {
	border: solid 2px #FF8D8F;
	color: #FF8D8F;
	display:inline;
}
div.disp-icon-b span.icon-b:before {
	border: solid 2px #669DFF ;
	color: #669DFF;
	display:inline;
}
div.disp-icon-p span.icon-p:before {
	border: solid 2px #D3ACFF;
	color: #D3ACFF;
	display:inline;
}

div.disp-icon-a,div.disp-icon-b,div.disp-icon-p {
	margin-bottom: 5px;
	text-align: center;
}

#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;
    border: dashed #666 2px;
}


.shop-list ul {
    padding: 0;
    margin: 0 5% 5%;
}

.shop-list ul li {
    list-style: none;
    margin: 1%;
    float: left;
    width: calc(96%/2);
    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;
}