@charset "UTF-8";

table tr {
	text-align: left;
}

table tr th {
	text-align: left;
	font-weight: normal;
}

table tr td {
	text-align: left;
}

label,
input {
	margin: 0.25em;
}

.products .news-list {
	margin-top: 25px;
}
#search{
	margin-top: 30px;
}
.store_item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 25px 20px;
	transition: all .5s linear;
	border-bottom: solid 1px #e2e2e2;
}
.store_item::before {
	position: absolute;
	right: 21px;
	bottom: 28px;
	width: 58px;
	height: 8px;
	margin-top: -5px;
	content: '';
	background-image: url(../images/common/arrow_s.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.store_item::after {
	position: absolute;
    right: 77px;
    bottom: 28px;
    width: 58px;
    height: 8px;
    margin-top: -5px;
    content: '';
    background-image: url(../images/common/arrow_s.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
.store_label{
	display: flex;
}
.store_bis {
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 500;
	display: inline-flex;
	margin-right: 10px;
	padding: 4px 10px;
	letter-spacing: .65px;
	color: #fff;
	background: #d32b2b;
}
.store_adress {
	font-family: 'Lato';
	font-size: 17px;
	font-weight: 400;
	display: inline-flex;
	margin-right: 20px;
	letter-spacing: .85px;
	color: #d32b2b;
	align-items: center;
}
.store_name {
	font-family: 'Noto Sans JP';
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
	width: 83%;
	margin-top: 15px;
	white-space: nowrap;
	letter-spacing: 1.08px;
	text-overflow: ellipsis;
}
.products .news-btn-more {
	display: flex;
    margin-top: 70px;
    justify-content: center;
}

.store_map{
	overflow: hidden;
	margin-top: 60px;
	border-radius: 5px;
}
.store_map iframe{
	margin-top: -60px;
	border: 0;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smp-card-list {
	width: 100%;
	border: solid 1px #cbcbcb;
	margin: 0 0 1em 0;
}

.smp-card-list tr {
	border: solid 1px #cbcbcb;
}

.smp-card-list tr th {
	border: solid 1px #cbcbcb;
}

.smp-card-list tr td {
	border: solid 1px #cbcbcb;
}

div.TFirstGrandQueen {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(..//images/tgq_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.TFirstQueen {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/tq_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.TFirstPrincess {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/tp_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.TminiPremium {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/mtp_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.Tmini {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/mt_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.JFirstGrandQueen {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/jgq_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.JFirstQueen {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/jq_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.JFirstPrincess {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/jp_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

div.FrozenFood {
	margin: 0 5px 10px;
	padding: 3px 8px 3px 42px;
	background-image: url(../images/store/ff_34x30.png);
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #cccccc;
	border-radius: 3px;
}

.store-btn-more {
	display: flex;
	margin-top: 2rem;
	justify-content: center;
	padding-bottom: 6rem;
}

/*スマホ用CSS*/
@media screen and (max-width:580px) {
	.whole {
		padding: 20px;
		text-align: center;
		font-size: 1.0em;
	}

	.smp-cell-data {
		display: block;
		clear: both;
		width: 100%;
	}

	br.sp {
		display: inline;
	}
}