/* CSS Document */
.equal-box {
    flex: 1 0 0;
  }
  
  .ptl_userModule{
  	position: relative;
  	z-index: 4800;
  }
  
.ptl_userModule .dropdown-menu > li > a {
	padding-top:5px;
	padding-bottom:5px;
}

.ptl_BtnSm{
	font-size: 11px !important;
}

.ptl_btnUser {
  display: inline-flex; 
  justify-content: center;
  align-items: center;
  width: 26px; 
  height: 26px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 12px !important;
  text-decoration: none !important;
  position: relative; 
}

.ptl_btnUser2{
  display: inline-flex; 
  justify-content: center;
  align-items: center;
  width: 36px; 
  height: 36px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none !important;
  position: relative; 
}

.ptl_btnUser::after,
.ptl_btnUser2::after {
  content: '\f107'; 
  font-family: 'FontAwesome'; 
  font-size: 8px;
  color: #fff;

  position: absolute;
  right: -5px;
  bottom: 0;

  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptl_btnUser2-pickup::before {
  content: '\f111'; 
  font-family: 'FontAwesome'; 
  font-size: 7px;
  color: #fff;

  position: absolute;
  right: -5px;
  top: 0;

  width: 10px;
  height: 10px;
  background-color: #f57842;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 480px) {

	.ptl_BtnSm2{
		font-size: 11px !important;
	}
	.ptl_btnUser2{
	  width: 26px; 
	  height: 26px;
	  font-size: 12px !important;
	}

}


.ptl_data{
	transition: all 0.3s ease;
	border:1px solid #eee;
	background:#fff;
	border-radius: 5px;
}

.ptl_com_dataOpenClose:hover{
	cursor: pointer;
}

.ptl_com_dataOpenClose .fa-chevron-circle-down{
	display: inline-block;
} 

.ptl_com_dataOpenClose .fa-chevron-circle-up{
	display: none;
} 

.ptl_com_dataOpenClose.isOpen .fa-chevron-circle-down{
	display: none;
} 
.ptl_com_dataOpenClose.isOpen .fa-chevron-circle-up{
	display: inline-block;
}

.ptl_com_specBox{
	display: none;
}

.ptl_label-pill{
	line-height: 1.0;
  display: inline-block;
  background-color: #eee; 
  font-size: 0.8em;
  padding: 5px 0.6em 3px; 
  border-radius: 9999px; 
 margin-right: 0.5em;
 vertical-align: middle;
}


.kr5t{
border-radius: 5px 5px 0 0;
}
.kr5b{
border-radius:  0 0 5px 5px;
}

.bbNone{
	border-bottom:none;
}
.btNone{
	border-top:none;
}

.ptl_com_edittip{
	position: absolute;
	top:0;
	left:15px;
	font-size: 10px;
}

.bgPink{
	background:#FEEEFF;
}


.ptl_wbA{
word-break: break-all;
}

.ptl_inputForm input[type="text"],
.ptl_inputForm select
{
	padding:3px 6px;
	margin-bottom: 5px;
	/*
	border-radius: 6px;
	border:1px solid #aaa;
	*/
}

.ptl_inputForm th{
	vertical-align:top;
	background:none;
}

.ptl_inputForm th,
.ptl_inputForm td
{
	padding:15px;
	border:none;
	border-bottom:1px solid #ccc;
	word-break: break-all;
}

.tbl1 {
    border: none;
    border-top: 1px solid #d6d6d6;
}


.ptl_toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.ptl_toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ptl_toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.ptl_toggle-slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.ptl_toggle-switch input:checked + .ptl_toggle-slider {
  background-color: #2196f3;
}

.ptl_toggle-switch input:checked + .ptl_toggle-slider::before {
  transform: translateX(16px);
}

.toggle-row li:hover{
	cursor: pointer;
}

.ptl_com_btnOnlineSave::after{
	content: "会員限定";
	font-size:10px;
	position: absolute;
	top:-13px;
	right:0;
	background:#d9534f;
	padding: 4px 6px 3px;
	line-height: 1.0;
	border-radius: 5px;
	color:#fff;

}
@media screen and (max-width: 480px) {
	.ptl_com_btnOnlineSave::after{
		content: "限定";
		white-space:nowrap;
		font-size:8px;
	}
}

 .ptl_customMenu{
	background: #fff;
	position: absolute;
	width: 100%;
	max-height:190px;
	overflow: auto;
}