@charset 'utf-8';
img {
	image-rendering: -webkit-optimize-contrast;
}
body {
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", Verdana, sans-serif;
	margin: 0;
	background: #fff;
}
header {
	width: 100%;
	text-align: center;
	background: #142243;
	border-bottom: 6px solid #0073ac;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
header a img {
	width: auto;
	max-width: 100%;
	height: auto;
}
header .bt-contact a {
	display: flex;
	gap: 5px;
	color: #fff;
	background: #0b8b40;
	padding: 0.6rem 1rem;
	border-radius: 10px;
	transition: 0.3s;
}
header .bt-contact a img {
	width: 24px;
}
header .bt-contact a p {
	margin: 0;
	color: #fff;
}
h1 {
	margin: 0.2rem 0;
}
.modal-search {
	overflow-y:hidden;
	position: fixed;
}
figure {
	margin: 0;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 2rem;
	background: rgb(255 255 255 / 80%);
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:visited {
	color: blue;
}
footer address {
	font-size: 3vw;
	text-align: center;
}
label input {
	margin-right: 0.6rem;
	cursor: pointer;
}
.pickup-button {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}
.pickup-button p {
	width: calc(100% / 8 - 0.4rem);
	margin: 0.6rem 0.2rem;
}
.pickup-button p a {
	font-size: 1.1rem;
	padding: 1rem 1rem;
	background: #F38173;
	box-shadow: 0 5px 0 #b84131;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
	flex-direction: column;
	font-weight: bold;
	height: 50px;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
	transition: 0.7s;
}
#kawasaki-area .pickup-button p a {
	background: #3196ca;
	box-shadow: 0 5px 0 #346db5;
}
#kawasaki-area .pickup-button p a.selected {
	background: #346db5;
	color: #ff0;
}
#yoshiwara-area .pickup-button p a.selected {
	background: #b84131;
	color: #ff0;
}
.pickup-button p a span {
	display: block;
}
.pickup-button p a:after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -2.5px 0;
}
#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: rgb(20 34 67 / 55%);
	opacity: 0.6;
	border-radius: 50%;
	z-index: 100;
}
#pagetop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
#pagetop a::before{
	content: '';
	background: url('../data/img/top-arrow.svg') no-repeat;
	background-size: contain;
	font-weight: 900;
	font-size: 25px;
	fill: #42AFE3;
	position: absolute;
	transform:rotate(-90deg);
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
}
/*------------------------------------ aside*/
header .sp-search {
	display: none;
}
form {
	margin-block-end: 0;
}
.select-block{
	order: 3;
	width: 20%;
	background: #eeeeee;
	padding: 0.6rem;
	box-sizing: border-box;
}
.select-block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.select-block .sort li {
	margin-right: 2px;
}
.select-block .sort li a {
	color: #727272;
	padding: 0.1rem;
	font-size: 1.2rem;
	position: relative;
}
.select-block .sort li a.selected {
	font-weight: bold;
	color: #222;
}
.select-block .sort li .selected::before {
	position: absolute;
	content: '';
	bottom: -0.1px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #ff2f2f;
	display: inline-block;
}
.select-block .choice {
	margin: 0.2rem 0;
}
.select-block .choice li {
	margin: 0.4rem 0;
}
.select-block .choice li a {
	background: #e90063;
	padding: 0.2rem 0.4rem;
	margin: 0.1rem;
	color: #fff;
	font-weight: bold;
	border: 2px solid #abbec7;
	border-radius: 5px;
}
.select-box form div p {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0.2rem 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}
.bt-submit {
	margin: 1rem 0;
	text-align: center;
	position: relative;
	background: #0060a5;
	border: 2px solid #c3c3c3;
	padding: 0;
	border-radius: 25px;
}
.bt-submit .button {
	font-weight: bold;
	padding: 0.4rem 2rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background: none;
	letter-spacing: 0.6rem;
	margin-right: -0.6em;
}
.bt-submit::before {
	content: '';
	background-image: url(../data/img/icon/icon-search.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}
.detail-search {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #071b47;
	font-weight: bold;
	margin: 0 0 1rem;
	background: #abbec7;
	padding: 0.4rem 0;
}
.detail-search::before {
	content: '';
	background-image: url(../data/img/icon/icon-search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.shop-search {
	margin-bottom: 1rem;
	text-align: center;
}
.shop-search label {
	position: relative;
}
.shop-search label .field {
	border-radius: 4px;
	font-size: 1rem;
	padding: 0.6rem 0 0.6rem 0.4rem;
	width: 100%;
}
.shop-search label div {
	position: absolute;
	right: 10px;
	top: 1px;
}
.shop-search label div button {
	background: none;
	border: none;
	margin-right: 5px;
}
.side-bana li a img {
	width: 100%;
	transition: 0.3s;
}
/*------------------------------------ pqz*/
.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0.2rem 0;
	padding: 0 0.2rem;
}
.breadcrumb ol li::after {
	content: '>';
	display: inline-block;
	margin: 0 0.4rem;
}
.breadcrumb ol li:last-child::after {
	display: none;
	margin: 0;
}
.breadcrumb ol li a {
	font-size: 0.8rem;
}
/*------------------------------------ forPC*/
@media (min-width: 769px) {
	footer address {
		font-size: 1vw;
	}
	.button {
		cursor: pointer;
	}
	.shop-search label .field {
		border: none;
	}
	.shop-search label div {
		right: 5px;
		top: 2px;
	}
	.select-box form div label {
		display: flex;
		align-items: center;
		padding: 0.4rem 0;
	}
	.select-box form div label input {
		width: 10%;
	}
	.select-box form div label a {
		width: 90%;
		font-weight: bold;
		padding: 0.3rem 0.4rem;
		text-decoration: none;
		color: #222;
		transition: .2s;
	}
	.select-box form div label a:hover {
		background: #d5e2ff;
		color: #002d90;
		transition: .2s;
	}
	.select-box form div {
		display: flex;
		flex-direction: column;
		width: 80%;
		margin: 0 auto 0.6rem;
		border-bottom: 1px solid #222;
		padding-bottom: 0.6rem;
	}
	.select-block ul li a {
		font-size: 0.9rem;
	}
	.select-block .sort li a {
		font-size: 0.9rem;
		padding: 0;
	}
	.select-box form div.shop-orderby {
		border: none;
	}
	.select-box form div.bt-submit {
		margin: 0.6rem auto;
		border: 2px solid #c3c3c3;
		padding: 0;
	}
	.modal-close {
		display: none;
	}
}
/*------------------------------------ for tablet*/
@media screen and (min-width:769px) and (max-width:1024px){
	footer address {
		font-size: 2vw;
	}
	.pickup-button p a {
		font-size: 0.9rem;
		padding: 0rem 1rem;
		height: 2.4rem;
	}
	.pickup-button p a:after {
		right: 8px;
	}
		.bt-submit .button {
		font-size: 1rem;
	}
	.bt-submit::before {
		left: 10%;
		width: 25px;
		height: 25px;
	}
	.select-box form div p {
		font-size: 1rem;
	}
	.select-box form div label {
		font-size: 0.8rem;
	}
}
/*------------------------------------ forSP*/
@media (max-width: 768px) {
	h1 {
		font-size: 1.2rem;
	}
	.pickup-button {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0.2rem auto;
		justify-content: center;
	}
	.pickup-button p {
		width: calc(100% / 2 - 0.4rem);
		margin: 0.4rem 0.2rem;
	}
	.pickup-button p a {
		padding: 0.1rem 1rem;
		height: 2.6rem;
	}
	header {
		display: flex;
		flex-wrap: nowrap;
		gap: 5px;
		justify-content: space-around;
		align-items: center;
	}
	header > a {
		width: 58%
	}
	header div a {
		flex-direction: column;
		align-items: center;
        padding: 0.3rem 0.8rem;
		gap: 2px;
	}
	header div a img {
		width: 24px;
	}
	header div a p {
		font-size: 0.6rem;
	}
	header .sp-search {
		display: block;
		cursor: pointer;
		width: 15%;
		margin: 0;
	}
	header .sp-search img {
		width: min(13vw,50px);
		height: min(13vw,50px);
		display: block;
		margin: 0 auto;
	}
	.shop-search label div {
		top: 0;
	}
	.bt-submit {
		width: 150px;
		margin: 20px auto 0;
		display: block;
		padding: 0.2rem 0;
		cursor: pointer;
	}
	.bt-submit::before {
		left: inherit;
	}
	input[type="submit"] {
		cursor: pointer;
	}
	.select-block {
		display: flex;
		justify-content: center;
		flex-direction: column;
		order: 2;
		width: 100%;
		margin: 0 auto;
	}
	.select-block .choice li a {
			padding: 0.4rem;
			margin: 0.1rem 0.3rem;
		}
	.detail-search {
		display: block;
		width: 60%;
		margin: 1rem auto 0;
		text-align: center;
		border-radius: 15px;
		cursor: pointer;
	}
	.modal-close {
		cursor: pointer;
	}
	.open-search {
		position: fixed;
		top: 0;
		left: 0;
		color: #fff;
		width: 100%;
		height: 100%;
		padding-top: 10vh;
		background: rgb(0 0 0 / 80%);
		overflow: scroll;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
	}
	.modal-search .open-search {
		transition: all .3s ease-in;
		visibility: visible;
		opacity: 1;
	}
	.modal-close {
		transition: all .3s ease-out;
		font-size: 2rem;
		text-align: right;
		margin: 1rem;
	}
	form {
		width: 90%;
		margin: 0 auto;
	}
	label a:visited {
		color: #ffff8e;
	}
	label a {
		color: #ffff8e;
	}
	.select-box form div label {
		width: calc(100% / 2 - 0.2rem);
		display: inline-block;
	}
	.side-bana {
		display: none !important;
	}
}
/*------------------------------------ hover*/
@media (hover: hover) {
	a:hover {
		text-decoration: underline;
		color: #bf2450;
	}
	header .bt-contact a:hover {
		transition: 0.3s;
		background: #2ab563;
		text-decoration: none;
	}
	.pickup-button p a:hover {
		background: #f64b4b;
		transition: 0.7s;
		text-decoration: none;
	}
	#kawasaki-area .pickup-button p a:hover {
		background: #397bcd;
	}
	.side-bana li a img:hover {
		opacity: 0.7;
		transition: 0.3s;
	}
}
