@charset "utf-8";

a img, img {
	border: 0;
	line-height: 0;
}

a{
	text-decoration: none;
	color: #333;
}

ul li {
	list-style: none;
}

.cf:after {
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}

html {
	background: #f1f1f1;
}

body {
	background: #fff;
	font: 12px/1.6 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	word-wrap: break-word;
	color: #4c4c4c;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	position: relative;
}

#progress {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}

#progress .inner {
	width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.9;
}

#progress .box {
	background: #fff;
	position: absolute;
	top: -36px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	font-size: 15px;
	border-radius: 13px;
	margin: auto;
	width: 30%;
	height: 72px;
}

#progress .box p {
	margin: 0 0 10px;
	text-align: center;
}

#progress .box .load {
	text-align: center;
    margin: 0 0 10px;
}

#progress .box .load .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

#progress .box .load .line:nth-last-child(1) {animation: loading .6s .1s linear infinite;}
#progress .box .load .line:nth-last-child(2) {animation: loading .6s .2s linear infinite;}
#progress .box .load .line:nth-last-child(3) {animation: loading .6s .3s linear infinite;}

@keyframes loading {
    0 {transform: translate(0,0);}
    50% {transform: translate(0,15px);}
    100% {transform: translate(0,0);}
}

header {
	margin: 0 auto;
	width: 100%;
	height: 40px;
}

header .inner {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #d62722;
	background-color: #FFFFFF;
}

header h1{
	font-size: 10px;
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	border-left: none;
	height: 100%;
	vertical-align: top;
}

header h1 a{
	display: block;
	padding: 11px 0 0 11px;
}

header h1 img {
	width: 123px;
}

#title,
#result{
	padding: 0 10px;
}

#title {
	padding: 10px 0 0 10px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	display: block;
}

#title h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.result {
	margin: 10px 0 0;
}

.result #map {
	width: 94%;
	height: 300px;
	margin: 0 0 10px 10px;
}

.result #srch_effect_tex {
	margin: 0;
	padding: 0 0 6px 10px;
	line-height: 1;
	border-bottom: 2px solid #ccc;
}

#shops {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 11px;
}

#shops > li {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
}

#shops li a .shop_search_title{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

#shops .shop_search_title li {
	display: block;
	font-weight: bold;
	min-height: 12px;
	height: auto;
	vertical-align: middle;
	color: #333;
}

#shops .shop_search_title li:nth-child(1) {
	margin: 10px 0 10px 0;
	padding: 2px 3px 5px 10px;
	width: 35%;
	border-right: 1px solid #d9d9d9;
	float: left;
	font-size: 11px;
	letter-spacing: 0;
}

#shops .shop_search_title li:nth-child(2) {
	margin: 12px 0 8px 5px;
	padding: 0 0 0 0px;
	width: 58%;
	float: left;
	font-size: 13px;
}

#shops .shop_detail_dl {
	padding: 10px 0 0;
	color: #333;
	display: block;
}

.shop_detail_dl > li:first-child {
	padding: 0 10px 0 10px;
	width: 16%;
	float: left;
}

.shop_detail_dl > li:first-child img {
	width: 100%;
	height: auto;
}

.shop_detail_dl > li:nth-child(2) {
	padding: 0;
	width: 76%;
	float: left;
	color: #333;
}

.shop_detail_dl > li:nth-child(2) dl {
	margin: 0 0 10px;
}

.shop_detail_dl > li:nth-child(2) dl dt {
	padding: 0 0 3px 22px;
	width: 58px;
	float: left;
	line-height: 1.6;
	font-weight: bold;
}

.shop_detail_dl > li:nth-child(2) dl dd {
	padding: 0 0 3px;
	margin: 0px;
	width: 70%;
	float: left;
	font-weight: normal;
	line-height: 1.6;
}

.shop_detail_dl > li:nth-child(2) dl dt.distance {
	background: url(/img/sp/cmn/icon_storelocator-52.png) left -7px top -9px no-repeat;
	background-size: 23px;
	width: 93%;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding-bottom: 10px;
}

.shop_detail_dl > li:nth-child(2) dl dt.address {
	background: url(/img/sp/cmn/icon_zip.png) left 2px no-repeat;
	background-size: 14px;
}

.shop_detail_dl > li:nth-child(2) dl dt.tel {
	background: url(/img/sp/cmn/icon_tel.png) left 2px no-repeat;
	background-size: 14px;
}

.shop_detail_dl > li:nth-child(2) dl dt.working-time {
	background: url(/img/sp/cmn/icon_time.png) left 2px no-repeat;
	background-size: 14px;
}

.shop_detail_dl > li:nth-child(2) .waiting-info {
	display: inline-block;
	width: 100%;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	position: relative;
	padding-bottom: 5px;
	padding-top: 14px;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .waiting-badge {
	width: 71px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	background: #cccccc;
	color: #fff;
	text-align: center;
	top: -9px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .main-message {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .main-message .red {
	color: #F00033;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .main-message .info-explain {
	font-weight: normal;
	text-align: right;
	color: #4c4c4c;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .data-modified-time {
	text-align: right;
	color: #333;
	font-size: 8px;
	font-weight: bold;
	line-height: 10px;
	height: 10px;
	margin-top: 8px;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .accepting {
	margin-left: 22px;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
}

.shop_detail_dl > li:nth-child(2) .waiting-info-sp .about-buy-link {
	float: right;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0 0 3px 20px;
	background: #fff url(/img/sp/cmn/icon_arrow.png) left center no-repeat;
	background-size: 15px;
	height: 14px;
	font-weight: normal !important;
}

.shop_detail_dl > li:nth-child(2) .parking {
	background: url(/img/sp/cmn/icon_car.png) left 2px no-repeat;
	background-size: 14px;
}

#shops .special-srvc-list-sp {
	padding: 0;
	display: block;
}

#shops .special-srvc-list-sp .special-srvc-sp {
	float: right;
    width: 76%;
    margin: 0 10px 10px 0;
}

#shops .special-srvc-list-sp .special-srvc-sp a {
	margin-right: 7px;
}

#shops .special-srvc-list-sp .special-srvc-sp a img {
	width: 36%;
}

#shops .noresult {
	padding: 0 10px;
	font-size: 13px;
}

#shops .noresult a {
	width: 300px;
    height: 44px;
    display: block;
    margin: 10px auto;
    text-align: center;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
}

#shops .noresult a span {
	display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 12px;
}

#shops .noresult a:hover {
	background: #f1f1f1;
}


footer .copyright {
	background: #f1f1f1;
	border-top: 1px solid #cccccc;
	padding: 30px 0;
	margin: 0;
}

footer .copyright small {
	display: block;
	background-color: transparent;
	padding: 0;
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
	text-align: center;
	font-family: Arial;
	width: 100%;
}
