.coupon_list ul li a .coupon {
	background: url(../img/top/img_coupon.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 70px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.coupon_list ul li a .coupon p {
	color: #c41d25;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding: 8px 18px;
    margin: 0;
    line-height: 1.3;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 767px) {
	.coupon_list ul li a .coupon {
	    position: relative;
	    width: 100%;
	    height: inherit;
		display: none !important;
	}
	.coupon_list ul li a .coupon:before {
	    content:"";
	    display: block;
	    padding-top: 35.9%;
	}
	.coupon_list ul li a .coupon p {
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
		display: flex;
		align-items: center;
		font-size: 5.5vw;
    	padding: 10px 35px;
	}
	.coupon_list ul li a .lst_info > div.coupon {
		display: flex !important;
	}
}




.main_right .content .main_part .coupon_part .object .coupon {
	background: url(../img/top/img_coupon.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: inherit;
	line-height: 1.3;
	top: inherit;
}
.main_right .content .main_part .coupon_part .object .coupon:before {
	    content:"";
	    display: block;
	    padding-top: 35.9%;
}
.main_right .content .main_part .coupon_part .object .coupon p {
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    font-size: 1.3vw;
	    margin: 0;
	    padding: 40px;
	    font-weight: bold;
	    text-align: center;
	    display: flex;
	    align-items: center;
}
@media screen and (max-width: 767px) {

	.main_right .content .main_part .coupon_part .object {
		width: 100%;
	}
	.main_right .content .main_part .coupon_part .object .coupon:before {

	}
	.main_right .content .main_part .coupon_part .object .coupon p {
		font-size: 5.5vw;
		padding: 10px 30px;
	}
	
}



/* ---------------------------------------------------
* shop.html  2022/06 *
--------------------------------------------------- */
#shop_page {}
.main_right .content#shop_page {
    margin-top: 20px;
}

.main_right .content#shop_page .main_part .title_bar img {
    width: 30px;
    height: 24px;
    object-fit: contain;
}


#shop_page .kyujin_link {}
#shop_page .kyujin_link a {
    color: #0000ff;
    text-decoration: underline;
}
.shop_detail_top {
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
}

.shop_detail_top .shop_detail_image,
.shop_detail_top .main_content {
    width: 50%;
}
.shop_detail_top .shop_detail_image {
    padding-right: 50px;
    box-sizing: border-box;
}
 .main_right .content#shop_page .main_part .shop_img {
    margin: 0 0 50px;
	display: block;
}

@media screen and (max-width: 767px) {
	.shop_detail_top {
		margin: 20px 0 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.shop_detail_top .shop_detail_image {
		padding-right: 0;
	}
	.shop_detail_top .shop_detail_image,
	.shop_detail_top .main_content {
		width: 100%;
	}
	.shop_detail_top .shop_detail_image {
		margin-bottom: 35px;
	}
	.shop_detail_top .shop_detail_image #shop_img li {
		padding: 0 30px;
	}
	.shop_detail_top .shop_detail_image .shop_img li img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.main_right .content#shop_page .main_part .main_content {
		display: block;
	}
	
}


#shop_page .shop_detail_tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#shop_page .shop_detail_tagList li {
    width: auto;
    border: 1px solid #dc5553;
    border-radius: 5px;
    color: #dc5553;
	font-size: 13px;
    text-align: center;
	padding: 5px 5px;
    margin-right: 8px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	
	
}


.shop_detail_overview {
    play: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-bottom: 30px;
}
.shop_detail_overview p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0;
}
.shop_detail_overviewLeft,
.shop_detail_overviewRight {
    width: 48%;
}

.shop_detail_overviewRight .title_bar {
    margin-top: 20px;
}
.shop_detail_overviewRight .title_bar:first-of-type { margin-top: 0; }

.shop_detail_overview .movie_object {
    text-align: center;
    /* margin-bottom: 15px; */
}

@media screen and (max-width: 767px) {
	.shop_detail_overview {
		flex-direction: column;
	}
	.shop_detail_overviewLeft,
	.shop_detail_overviewRight {
		width: 100%;
	}
	
	.main_right .content#shop_page .main_part .tbl_part .border_bt {
		border-bottom: none;
	}
	
	.main_right .content .main_part .tbl_part .movie_object {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	
	
}
