/*-------------*/
/* 共通        */
/*-------------*/

/* padding */
.shop-padding-top-20 {
	padding: 20px 0 0;
}
.shop-padding-top-40 {
	padding: 40px 0 0;
}


/* ボタン ----------------*/
.shop-receive-btn-area{
	font-size: 0;
}
.shop-receive-btn{
	border-radius: 6px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	line-height: 1;
	text-align: center;
	padding: 2px;
	cursor: pointer;
}
.shop-receive-btn span{
	display: block;
	padding: 10px 15px;
}
.shop-receive-btn a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
.shop-receive-btn a:visited{
	color: #000;
}
/* 閉じるボタン */
.shop-receive-btn-close{
	width: 90px;
	margin: 0 auto;
}

/*----------------------*/
/* アラート（モーダル） */
/*----------------------*/
.shop-modal-alert-area{
	display: none;
}
.shop-modal-alert{
	padding: 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.shop-modal-alert-box{
	margin-top: 25.5%;
	margin: 33vh auto 0;
	padding: 0 0 50px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	z-index: 3;
}
.shop-modal-alert-box-w380{
	width: 380px;
}
.shop-modal-alert-close{
	padding: 10px 10px 6px 20px;
	float: right;
	cursor: pointer;
}
.shop-modal-alert-txt-area{
	padding: 50px 30px 30px;
}
.shop-modal-alert-txt{
	text-align: center;
}
.shop-modal-alert-txt p{
	font-size: 16px;
	line-height: 1.2;
}
.shop-modal-alert-btn-area{
	font-size: 0;
	text-align: center;
}
.shop-modal-alert-btn{
	margin: 0 auto 10px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}
.shop-modal-alert-btn-txt{
	padding: 12px 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.shop-modal-alert-btn-txt-part{
	display: inline-block;
	line-height: 1.2;
	*display: inline; *zoom: 1;
}
.shop-modal-alert-btn-large{
	width: 320px;
}


/*----------------*/
/* 店舗検索画面   */
/*----------------*/
.shop-select-area{
	padding: 30px 20% 20px;
}
.shop-select-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 10px 0 0;
	padding: 8px 8px 0 0;
}
.shop-modal-attention{
	font-size: 16px;
}
.shop-modal-select {
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  color: black;
  background: #FFF;
  width: 20em;
  margin: 10px 10px 0 0px;
  padding: 0px 0px 0px 5px;
  font-size: 100%;
  height: 40px;
  vertical-align: middle;
  border-radius: 3px;
}
.shop-select-results-txt-area{
	padding: 16px 0 0;
}
.shop-select-results-txt{
	font-size: 16px;
}
.shop-modal-results {
  padding: 0 10px;
  margin-top: 10px;
  overflow: auto;
  min-height: 326px;
  max-height: 326px;
  border: 1px solid #ccc;
}
.shop-modal-results hr {
	border: 0.5px solid gray;
	width: 90%;
}
.shop-modal-results-data{
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
.shop-modal-results p {
  padding-left: 5px;
	line-height: 1.5;
}
.shop-modal-results-data-url a{
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 2px;
	font-weight: bold;
}
.shop-results-data-selected{
  background-color: #fff2f2;
}

.shop-receive-btn-back{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	*display: inline; *zoo,: 1;
}
.shop-receive-btn-apply{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	*display: inline; *zoo,: 1;
}
.shop-receive-btn-back .shop-receive-btn{
	margin-left: 0;
	margin-right: auto;
	width: 150px;
}
.shop-receive-btn-apply .shop-receive-btn{
	margin-left: auto;
	margin-right: 0;
	width: 250px;
	background-color: #f78e05;
	border: 1px solid #f78e05;
	color: #fff;
	font-weight: bold;
}
.shop-receive-btn-apply .shop-receive-btn-disabled{
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	cursor: default;
}

/*-----------------------*/
/* 店舗詳細 （モーダル） */
/*-----------------------*/
.shop-modal-noscroll {
	overflow: hidden;
}
.shop-modal-detail-bg{
	background: url(../images/parts/modal_bg.png) repeat 0 0;
	min-height: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 1000;
}
.shop-modal-detail{
	margin: 80px auto 0;
	background-color: white;
	color: black;
	width: 600px;
	text-align: left;
	overflow: hidden;
	text-shadow: none;
	position: relative;
}
.shop-modal-detail-close{
	text-align: right;
	font-size: 45px;
	position: absolute;
	right: 7px;
	top: 5px;
	line-height: 1;
}
.shop-modal-detail-close{
	cursor: pointer;
}
.shop-modal-detail-contents{
	padding: 40px 30px;
}
.shop-modal-detail-title {
	margin: 0 50px 20px 0;
	font-size: 18px;
	font-weight: bold;
}
#shop-modal-detail-map{
	width: 98%;
	height: 260px;
	margin: 0 auto 20px;
	border: 6px solid #d4d0cd;
}
.shop-modal-detail-info{
	margin-bottom: 20px;
}
.shop-detail-info-table{
	width: 100%;
	border-collapse: collapse
}
.shop-detail-info-table th,
.shop-detail-info-table td{
	border: 1px solid #d4d4d4;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #333;
}
.shop-detail-info-table th{
	width: 66px;
	line-height: 1;
}
.shop-detail-info-table td{
	line-height: 1.3;
}
.shop-modal-detail-contents .shop-receive-btn-apply{
	display: block;
	width: 250px;
	margin: 0 auto 10px;
}


/*----------------*/
/* 注文確認画面   */
/*----------------*/
.shop-order-confirm-area {
	text-align: center;
	margin: 30px 0px 32px;
}
.conf_t {
    margin: 0 auto;
}
.shop-receive-change {
	margin-left: 45px;
}
.shop-coupon-unavailable-txt{
	color: #ee0000;
	padding: 3px 0 3px;
}
.shop-coupon-input{
	display: inline-block;
	vertical-align: middle;
	*display: inline; *zoom: 1;
}
#shop-coupon-apply{
	display: inline-block;
	vertical-align: middle;
	*display: inline; *zoom: 1;
}
.shop-delivery-date{
	background: #ffeded;
	background-color: rgb(255, 237, 237);
	border: solid 1px #fcc;
	margin: 0 1em 3em;
	padding: 1em;
	text-align: center;
}
.shop-price-details-area {
	margin: 0 auto 15px;
	text-align: center;
}
.shop-price-details{
	width: 58%;
	margin: 0 auto;
}
#table03B{
	width: 100%;
	float: none;
}
#table03B th.tab01{
	text-align: left;
}
#table03B td.tab01{
	text-align: center;
}
#table03B td.tab03{
	text-align: left
}
#table03B td.shop-discount-price{
	color: #ee0000;
}
#bkmrkcncl{
	margin: 0;
	background-color: transparent;
	border: none;
}
#bkmrkcncl label, #bkmrkcncl input[type='checkbox']{
	cursor: pointer;
}

#sub_button{
	margin: 1em 0 1em 0;
}
#full .with_t{
	margin-bottom: 2em;
}

.modal-disp-none{
	display:none;
}

.result-selected{
	background-color: #fff0f5;
}
/* 2022/06/16 IT_MKT-1245 追加箇所 START */
.order-comfirm-note {
      text-align: center;
}
/* 2022/06/16 IT_MKT-1245 追加箇所 END */

