@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block{
	background: url("../img/store/mainvisual.jpg")no-repeat;
	background-size: cover;
}
@media screen and (max-width: 840px) {
	#mainvisual_block{
		background: url("../img/store/mainvisual_sp.jpg")no-repeat;
		background-size: cover;
		background-position-y: top;
    }
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	store_block（index）

-----------------------------------*/
#store_block.index{
	padding: 100px 0 154px;
}
#store_block.index .topborder_ttl {
	margin-bottom: 45px;
}
#store_block.index .store_box{
	padding: 15.5px 0 16.5px;
	border-bottom: 1px solid #707070;
	align-items: center;
	flex-wrap: nowrap;
}
#store_block.index .store_box:first-of-type {
	border-top: 1px solid #707070;	
}
#store_block.index .store_box .tel_time_box {
	width: 100%;
	max-width: 425px;
	flex-wrap: nowrap;
	align-items: center;
}
#store_block.index .store_box p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}
#store_block.index .store_box p.store {
	width: 19%;
	min-width: 190px;
	position: relative;
}
#store_block.index .store_box p.store::before,
#store_block.index .store_box p.store::after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 72px;
	bottom: 0;
}
#store_block.index .store_box p.store::before {
	background: url(../img/common/store_clr_icon.svg) no-repeat center / cover;
	width: 27px;
	height: 20px;
}
#store_block.index .store_box p.drug::after {
	background: url(../img/common/drug_clr_icon.svg) no-repeat center / cover;
	width: 20px;
	height: 20px;
	right: 42px;
}
#store_block.index .store_box p.wolt::after {
	background: url("../img/common/wolt_clr_icon.svg") no-repeat center / contain;
	width: 28px;
	height: 20px;
	right: 34px;
}
#store_block.index .store_box p.drug_wolt::after {
	background: url("../img/common/drug_wolt_clr_icon.svg") no-repeat center / contain;
	width: 55px;
	height: 20px;
	right: 10px;
}
#store_block.index .store_box p.address {
	width: 30%;
	max-width: 300px;
}
#store_block.index .store_box p.tel {
	margin-right: 30px;
}
#store_block.index .store_box .bl_btn {
	letter-spacing: -0.1em;
	width: 185px;
	padding: 9.8px 0;
}
@media screen and (max-width: 1700px) {
	#store_block.index .store_box .tel_time_box {
		max-width: 350px;
	}
}
@media screen and (max-width: 1400px) {
	#store_block.index .store_box{
		justify-content: flex-start;
	}
	#store_block.index .store_box .tel_time_box {
		width: auto;
	}
	#store_block.index .store_box .bl_btn {
		margin-left: auto;
	}
}
@media screen and (max-width: 1200px) {
	#store_block.index .store_box{
		flex-wrap: wrap;
		gap: 16px 0;
	}
	#store_block.index .store_box p.store {
		width: 190px;
	}
	#store_block.index .store_box p.address {
		width: max-content;
		max-width: initial;
	}
	#store_block.index .store_box p.address {
		margin-right: auto;
	}
	#store_block.index .store_box .tel_time_box {
		width: 100%;
		max-width: initial;
		justify-content: flex-start;
		gap: 0 30px;
	}
	#store_block.index .store_box p.tel {
		margin-right: 0;
	}
}
@media screen and (max-width: 840px) {
	#store_block.index{
		padding: 80px 0 154px;
	}
}
@media screen and (max-width: 640px) {
	#store_block.index{
		padding: 60px 0 205px;
	}
	#store_block.index .topborder_ttl {
		margin-bottom: 44px;
	}
	#store_block.index .store_box {
		padding: 19.5px 0 20px;
		gap: 3px 0;
	}
	#store_block.index .store_box p {
		letter-spacing: -0.035em;
	}
	#store_block.index .store_box p.store {
		margin-right: auto;
		display: flex;
        justify-content: flex-start;
        align-items: center;
	}
	#store_block.index .store_box p.store::before, 
	#store_block.index .store_box p.store::after {
		position: static;
		margin: 0 0 0 10px;
	}
	#store_block.index .store_box p.store::before {
		width: 24px;
		height: 17px;
		order: 2;
	}
	#store_block.index .store_box p.drug::after {
		position: static;
		margin: 0 0 0 10px;
		width: 17px;
		height: 17px;
		order: 3;
	}
	#store_block.index .store_box p.wolt::after {
		position: static;
		margin: 0 0 0 10px;
		width: 25px;
		height: 17px;
		order: 4;
	}
	#store_block.index .store_box p.drug_wolt::after {
		position: static;
		margin: 0 0 0 5px;
		width: 46px;
		height: 17px;
		order: 3;
	}
	#store_block.index .store_box p.address {
		width: 100%;
	}
	#store_block.index .store_box .tel_time_box {
		align-items: flex-start;
        flex-wrap: wrap;
		gap: 0 22px;
	}
	#store_block.index .store_box .bl_btn {
		margin: 13px auto 0;
	}
}
/*-----------------------------------

	store_block（detail）

-----------------------------------*/
#store_block.detail{
	padding: 100px 0 0;
}
#store_block.detail .row_box {
	gap: 10px 70px;
	justify-content: flex-start;
}
#store_block.detail .category_box{
	display: flex !important;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
#store_block.detail .category_box p{
	width: 135px;
	height: 25px;
	text-align: center;
	padding: 5px 0;
	border-radius: 13px;
	background: #3A9D7B;
	color: #fff;
	font-weight: 700;
}
#store_block.detail .category_box p:nth-of-type(2){
	background: #2171CE;
}
#store_block.detail .category_box p.wolt{
	background: #ef821d;
}
#store_block.detail .store_box{
	padding: 51px 0 0;
}
#store_block.detail .store_box .contents_inner{
	flex-wrap: nowrap;
	gap: 50px;
}
#store_block.detail .store_box .img_box{
	gap: 24px;
	/*max-width: 474px;*/
	width: 48%;
	height: 100%;
}
#store_block.detail .store_box .img_box img{
	display: block;
	width: calc((100% - 24px) / 2);
	object-fit: cover;
	height: 181px;
}
#store_block.detail .store_box .img_box img:first-child{
	width: 100%;
	height: auto;
}
#store_block.detail .store_box table{
	/*max-width: 448px;*/
	width: 46%;
}
#store_block.detail .store_box table th,
#store_block.detail .store_box table td{
	width: 100%;
	display: block;
	text-align: left;
}
#store_block.detail .store_box table th{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 9px;
	border-bottom: 1px solid #707070;
}
#store_block.detail .store_box table td{
	margin: 20px 0 37px;
	font-size: 16px;
	font-weight: 500;
}
#store_block.detail .store_box table td.copy {
	margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 700;
}
#store_block.detail .store_box table tr:last-child td{
	margin: 20px 0 0;
}
#store_block.detail .store_box table td ul{
	gap: 14px;
}

#store_block.detail .store_box table td ul li{
	width: calc((100% - 28px) / 3);
	padding: 5px 0;
	pointer-events: none;
}

#store_block.detail .store_box table td .qr {
	width: 112px;
}

#store_block.detail .access_box{
	padding: 100px 0;
}
#store_block.detail .access_box .map_box{
	margin: 49px 0 0;
	width: 100%;
}
#store_block.detail .access_box .map_box iframe{
	height: 359px;
}
#store_block.detail .other_store_box{
	padding: 100px 0;
	background: #FAFAFA;
}
#store_block.detail .shop_clr_box {
	margin-top: 37px;
	justify-content: flex-end;
	gap: 26px;
	margin-bottom: 21px;
}
#store_block.detail .shop_clr_box p {
	padding-left: 27px;
	position: relative;
}
#store_block.detail .shop_clr_box p::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: -3px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#store_block.detail .shop_clr_box p.drug::before {
	background: #48BEBE;
}
#store_block.detail .shop_clr_box p.pharmacy::before {
	background: #2171CE;
}
#store_block.detail .shop_clr_box p.wolt::before {
    background: #ef821d;
    border-radius: 50%;
}
#store_block.detail .other_store_box .shop_wrapper{
	gap: 13px;
}
#store_block.detail .other_store_box .shop_wrapper .current {
	display: none;
}
.shop_btn_wrap .btn .wolt {
    width: 1px;
    height: 1em;
    display: inline-block;
    position: relative;
}
.shop_btn_wrap .btn .wolt::before {
    content: "";
    width: 1em;
    height: 1em;
	background: #ef821d;
    border-radius: 50%;
    position: absolute;
    top: 0.2em;
    bottom: 0;
    left: -1.2em;
    margin: auto;
}
@media screen and (max-width: 1020px){
	#store_block.detail .other_store_box .shop_wrapper{
		gap: 10px;
	}
	#store_block.detail .shop_btn_wrap{
		width: calc((100% - 40px) / 5);
	}
	#store_block.detail .btn{
		font-size: 14px;
	}
}

@media screen and (max-width: 840px) {
	#store_block.detail{
		padding: 60px 0 0;
	}
	#store_block.detail .row_box:not(.shop_clr_box){
		display: block;
	}
	#store_block.detail .category_box{
		display: flex;
		column-gap: 15px;
		margin-top: 12px;
	}
	#store_block.detail .store_box{
		padding: 62px 0 0;
	}
	#store_block.detail .store_box .img_box{
		display: flex;
		max-width: 100%;
		width: 100%;
	}
	#store_block.detail .store_box table{
		max-width: 100%;
		width: 100%;
		margin-top: 37px;
	}
	#store_block.detail .store_box table td{
		font-size: 14px;
	}
	#store_block.detail .store_box table td ul{
		display: flex !important;
	}
	#store_block.detail .store_box table td ul li{
		width: calc((100% - 14px) / 2);
	}
	
	#store_block.detail .access_box{
		padding: 119px 0 60px;
	}
	#store_block.detail .access_box .map_box iframe{
		height: 237px;
		width: 100%;
	}
	#store_block.detail .other_store_box .shop_wrapper{
		display: flex;
    }
	#store_block.detail .other_store_box{
		padding: 60px 0 68px;
	}
	#store_block.detail .other_store_box .shop_wrapper{
		gap: 13px;
	}
	#store_block.detail .shop_btn_wrap{
		width: calc((100% - 13px) / 2);
	}
}
@media screen and (max-width: 640px) {
	#store_block.detail .store_box .img_box img,
	#store_block.detail .store_box .img_box img:first-child{
		height: auto;
	}
	#store_block.detail .other_store_box{
		margin-bottom: 133px;
	}
	#store_block.detail .shop_clr_box {
		margin-top: 47px;
		gap: 21px;
		margin-bottom: 16px;
	}
	#store_block.detail .shop_clr_box p {
		padding-left: 22px;
	}
	#store_block.detail .shop_clr_box p::before {
		width: 17px;
		height: 17px;
	}
}
