/****************************************
common parts
*****************************************/
.dialog-btn{
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 0.7rem 2.0rem;
	border-style: none;
}
.dialog-btn:hover{
	text-decoration:none;
}

.modal-body .contents{
	padding:2rem 0rem;
	font-weight:500;
	font-size: 1.1rem;
	text-align: center;
}
.modal-footer{
	justify-content: center!important;
    padding: 0.5rem;
}
.btn{
	background: #565656;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}

.btn_del{
	background: #fff;
	border-radius: 5px;
	color: #666;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	border: 1px solid #666 !important;
	padding: 0.5em 1em;
}

.btn_l{
	padding: .7em 2.5em;
	letter-spacing:.3em;
}
.line-title{
	margin: auto 0;
}
@media screen and (max-width:768px){
	.btn_l{
		padding: .7em 1.5em;
		letter-spacing:.3em;
	}
}

.btn_m{
	padding: .5em 1.5em;
}
@media screen and (max-width:768px){
	.btn_m{
		padding: .5em 0.8em;
	}
}
.btn_s{
	padding: .2em 1.25em;
}
@media screen and (max-width:768px){
	.btn_s{
		padding: .5em 1.5em;
	}
}
.btn2{
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

.btn_delete{
	background: red;
}

.title_common{
	background: #E0E0E0;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: .5em;
}
#topcontrol{
	background: #222;
	border-radius: 99em;
	color: #fff;
	height: 40px;
	text-align: center;
	width: 40px;
}
#topcontrol .icon{
	padding-top: 8px;
}
/*common form parts*/
input[type="text"],input[type="password"],input[type="tel"]{
	/*background: #F1F9FF;*/
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	padding: .5em;
}
.bold input[type="text"],.bold input[type="password"],.bold input[type="tel"],.bold input[type="password"],.bold select{
	font-weight: bold;
	opacity: 0.8;
}	
input[type="password"]{
	/*background: #F1F9FF;*/
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	padding: .5em;
}
input[type="submit"],input[type="button"]{
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

.bold input[readonly]{
	background: #EEE;
}

input[readonly]{
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	padding: .5em;
	opacity:.8
}

input[type="submit"]:disabled,input[type="button"]:disabled{
    font-size: 13px;
	font-weight: bold;
	background: #6eb6fc;
	
}
select{
	border-radius: 5px;
	font-size: 13px;
	padding: .25em 1em;
	border-color:#ccc;
}
.ui-datepicker-title select{
	padding: 0;
}


textarea{
	font-size: 13px;
}

@media screen and (max-width: 768px) {
    input[type="text"], 
    input[type="password"], 
    input[type="tel"],
    select,
    textarea {
        font-size: 12px;
    }
}

/****************************************
header
*****************************************/
.header{
	color: #fff;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:90px;
	z-index: 99;
}
.header input{
	background-color:#fff;
	color:#000;
}

@media screen and (max-width: 768px) {
    .header {
		height:auto;
    }
}
/*header_sp*/
@media screen and (max-width:768px){
	
	.error .header.sp-only{
		border-bottom: 12px solid #96000B;
	}
	
	.content{
		margin-top: 1em;
	}
	
	.header.sp-only .top,.header.sp-only .user{
		padding: 0.5em;
		background: #222;
	}
	
	.header.sp-only .user{
		padding: 0;
	}
	
	.user a{
		display: flex;
  		align-items: flex-end;
	}
	
	.user a img{
		height:34px;
	}
	
	.centered-div {
		  margin: auto;
		  text-align: center;
		}
	
	.header.sp-only .search{
		padding: 0.7em 0;
		background: #96000B !important;
	}
	
}

/*header_logo*/
@media screen and (min-width:769px){
	
	.header{
		background: #222;
		padding: .5em 0;
		border-bottom: 12px solid #96000B;
	}
	
	.header_logo{
		display: flex;
		align-items: center;
		padding-right: 2em;
		width: 300px;
	}
	
	.header_logo .fit-max-img{
		max-width: 100%;  /* 画像がコンテナ内に収まるようにする */
		max-height: 100%; /* 必要に応じて調整 */
		width: 300px;
	}
}
@media screen and (max-width:768px){
	
	.header.sp-only .inner-l{
		width:97%;
	}
	
	.header_logo {
	    flex: 1;
	    max-width: 210px;
	}
	
	.header_logo a{
		margin: auto;
	}
	
	.header_logo a img{
		max-height: 45px;
		margin-right:auto;
	}
}
.header_logo img{
	display: block;
}
/*header_cat*/
@media screen and (min-width:769px){
	.header_cat{
		padding-right: .5em;
		width: 16%;
	}
}
@media screen and (min-width:769px){
	.header_cat li{
		position: relative;
	}
}
.header_cat_menu{
	width: 100%;
}
.header_cat_menu_item > a{
	background: #ccc;
	border-radius: 5px;
	color: #565656;
	display: block;
	padding: .5em 1.5em;
}
.header_cat_menu_item > a:after{
	content: '\f078';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-size: 80%;
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	
}
@media screen and (max-width:768px){
	.header_cat_menu_item > a:after{
		right: 30px;
	}
}
.header_cat .sub-memu {
	border-radius: 5px;
	border: 1px solid #ccc;
	display: none;
	overflow: hidden;
    position: absolute;
	top: 120%;
    width: 200px;
}
@media screen and (max-width:768px){
	.header_cat .sub-memu {
		background: #eee;
		border-radius: 0;
		height: 100vh;
		left: 0;
		padding-top: 4em;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99;
	}
}
.header_cat .sub-memu a{
	background: #eee;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 1em;
	position: relative;
}
@media screen and (max-width:768px){
	.header_cat .sub-memu a{
		font-size: 1.5em;
	}
}
.header_cat .sub-memu a:hover{
	background: #fff;
	opacity: 1;
}
.header_cat .sub-memu li:last-child a{
	border: none;
}
.header_cat .sub-memu a:after{
	content: '\f054';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.js_header_cat_submenu_close{
	display: none;
	position: fixed;
	right: 1em;
	top: 1em;
	z-index: 100;
}
.js_header_cat_submenu_close img{
	height: 40px;
}
/*header_search*/
.header_search{
	position: relative;
}

.header_search_wrap > div {
	height: 100%;
	display: flex;
	align-items: center;
}

@media screen and (min-width:769px){
	.header_search{
		flex:1;
		margin-right: 2em;
		display: flex;
		align-items: center;
	}
}

.header_search_wrap{
	position: relative;
	background: white;
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
	width: 100%;
}

.header_search_wrap:after{
	color: #222;
	content: url(../images/search.svg);
	position: absolute;
	right: 2px;
	top: 57%;
	transform: translateY(-50%);
	cursor: pointer;
}

.header_search_wrap input{
	border-radius: 5px;
	/*background: #F1F9FF;*/
	padding: 6px;
	border: none;
	width: 95%;
	outline: 0;
}

@media screen and (max-width:768px){
	.header_search_wrap input{
		width: calc(100% - 30px);
	}
}

/*header_info*/
.header_info{
	flex-wrap: nowrap;
	text-align: center;
}
@media screen and (min-width:769px){
	.header_info{
		
		margin-top: auto;
    	margin-bottom: 0;
	}
}
@media screen and (max-width:768px){
	.header_info{
		font-size: 10px;
		width: 35%;	
	}
}
.header_info a{
	color: #fff;
}
.header_info_cart > div{
	position: relative;
	width: 100%;
}
.header_info_cart .cart{
	margin-top: 1em;
}
.header_info_cart .cart_num {
	left: -5px;
	position: absolute;
	top: 50%;
	font-size: 10px;
	width: 16px;
	height: 16px;
	background-color: red;
	padding-top: 2px;
	padding-right: 1px;
	border-radius: 8px;
	color:#fff;
}
.header_info_user_link_name{
	font-size: 11px;
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
	color: #fff;
    margin: 0 0 0 auto;
    min-width: 50%;
    text-align: right;	
}
header.sp-only .header_info_user_link_name{
    max-width: 100%;
    cursor: pointer;
}
@media screen and (min-width:769px){
	.header_info_user_menu li{
		position: relative;
	}
}
.header_info_user_menu .sub-menu{
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	display: none;
	left: 50%;
	position: absolute;
	width: 200px;
	top: 100%;
	transform: translateX(-50%);
	z-index: 99;
}
@media screen and (max-width:768px){
	.header_info_user_menu .sub-menu{
		height: 100vh;
		left: 0;
		padding-top: 4em;
		position: fixed;
		transform: none;
		top: 0;
		width: 100%;
	}
	
	.header_info_cart .cart{
		margin-top: 0;
		height:34px;
	}

	.cart_num{
		display: flex;
    	justify-content: center;
	}
	
}
.header_info_user_menu .sub-menu a{
	border-bottom: 1px solid #999;
	display: block;
	padding: 1em;
	position: relative;
	text-align: left;
}
@media screen and (max-width:768px){
	.header_info_user_menu .sub-menu a{
		font-size: 1.5em;
	}
}
.header_info_user_menu .sub-menu a:after{
	content: url(../images/caret-right.svg);
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.header_info_guide{
	font-size: 14px;
	padding-top: 1.0rem;
}

.header_info_guide div{
	line-height: 1.5rem;
}

@media screen and (max-width:768px){
	.header_info_guide{
		font-size: 16px;
		padding-top: 0em;
	}
}



.js_header_info_submenu_close{
	display: none;
	position: fixed;
	right: 1em;
	top: 1em;
	z-index: 100;
}
.js_header_info_submenu_close img{
	height: 40px;
}
/****************************************
footer
*****************************************/
body>.content{
	min-height:calc(100vh - 85px - 240px)
}
@media screen and (max-width: 768px){
	body>.content{
		min-height:calc(100vh - 186px - 305px)
	}
}

/****************************************
footer
*****************************************/
@media screen and (max-width:768px){
	.footer{
		text-align: center;
	}
}
.footer_top{
	background: #E0E0E0;
	padding: 1em 0 0.5em 0;
}
.footer_top_sns li{
	margin: 0 .5em;
}

.footer_top_menu li:nth-child(n+2){
	margin-top: .1em;
}
.footer_bottom{
	background: #E0E0E0;
	/*color: #fff;*/
	padding: 0em 1em 1em 1em;
}
@media screen and (max-width:768px){
	.footer_top_sns .fit-img{
	height:50px;
	width:auto;
}
}
.copyright{
	font-size: 12px;
}
.footer_top .hasDatepicker{font-size:xx-small}
.footer_top .ui-datepicker-title{font-size:xx-small}
.footer_top .ui-datepicker-title select{padding:0;}


/****************************************
sidebar
*****************************************/
@media screen and (min-width:769px){
	.content_sidebar{
		width: 15%;
	}
}
.sidebar_box{
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}
@media screen and (max-width:768px){
	.sidebar_box{
		padding: 5px;
	}
}
.sidebar_box_news_item:nth-child(n+2){
	margin-top: 10px;
}
.sidebar_box_news_item a{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 10px  30px 10px 10px;
	position: relative;
}
@media screen and (max-width:768px){
	.sidebar_box_news_item a{
		padding: 5px  20px 5px 5px;
	}
}
@media screen and (max-width:768px){
	.sidebar_box_news_item a{
		background: none;
		border: none;
	}
}
.sidebar_box_news_item a:after{
	color: #96000B;
	content: url(../images/caret-right-red.svg);
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar_box_menu a{
	display: block;
	margin-top: 10px;
}
.sidebar_box_menu .submenu{
	margin-left: 20px;
}
.side_banner img{
	max-width: 100%;
}

/****************************************
pager
*****************************************/

.pager-area .pager{
	margin-left: auto;
	margin-right: 0px;
	display: table;
}

.pager-area select{
	border: 1px solid #ccc;
	font-size: 12px;
	margin-left: 5px;
	padding: 0.5em;
}

.pagination ul li {
    margin-left: 6px;
    font-size: 14px;
}
.pagination ul li.more{
    margin: auto 0px auto 6px
}

.pagination ul li a.btn{
	background: transparent;;
	border: 1px solid #ccc;
   	border-radius: 5px;
   	display: inline-block;
   	text-align: center;
   	padding: 0.5em 1em;
   	color: #222;
   	font-weight: normal;
   	font-size: 13px;
}

.pagination ul li.next,.pagination ul li.pre{
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 0.5em;
    
}

.pagination ul li a:hover,.pagination ul li a.active {
    color: #E97477;
    border: 1px solid #E97477;
}

.pager-count {
    font-size: 12px;
    vertical-align: top;
    margin-top: 10px;
}

@media screen and (min-width:769px){
	.pager div{
		display: flex;
    	flex-wrap: wrap;
	}
	
	.pager .btn-grid{
		display:none;
	}
}

@media screen and (max-width:768px){
	.pager{
		width:100%;
	}
	.pager .sp-mode{
		display: flex;
    	flex-wrap: wrap;
    	justify-content: flex-end;
	}
	.pager div .cp-ipselect{
		width:100%;
		text-align: right;
		margin-bottom:0.8em;
	}
	
	.pager-area select{
		border: 1px solid #ccc;
		font-size: 12px;
		padding: 0.3em;
	}
	
	.pagination ul li a.btn{
		 padding: 0.5em 1em;
		 font-size: 12px;
	}
	
	.pager-count {
    font-size: 10px;
    vertical-align: top;
    
	}
	
	.flex-acenter{
		margin-left: auto;
		margin-right: 0;
	}
	
	.pager div .cp-ipselect {
	width: 100%;
	text-align: right;
	margin-bottom: 0.8em;
	display: flex;
	justify-content: flex-end;
	}
	
	.btn_grid_list{
	    background: #fff;
	    border-radius: 5px;
	    color: #565656;
	    display: inline-block;
	    text-align: center;
	    border: 1px solid #ccc !important;
	    padding: 0.5em;
	}
	
}


	
/*content_sidebar_mypage*/

@media screen and (min-width:769px){
	.content_sidebar_mypage{
		width: 17%;
	}
}
.content_sidebar_mypage_title{
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
@media screen and (max-width:768px){
	.content_sidebar_mypage_title:after{
		content: '+';
		font-weight: bold;
		font-size: 1.5em;
		position: absolute;
		right: 1em;
		top: 50%;
		transform: translateY(-50%);
	}
	.content_sidebar_mypage_title.on:after{
		content: '-';
	}
}
@media screen and (max-width:768px){
	.mypage_menu{
		display: none;
	}
}
.mypage_menu_item a{
	 border: 1px solid #ccc;
	 border-bottom: none;
	 display: block;
	 padding: 10px;
}
.mypage_menu_item > div{
	background: #E0E0E0;
	border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px;
}
.sub_menu_item.active{
	background-color:#efeb8a;
}
.sub_menu_item a{
	padding-left: 20px;
}

@media screen and (max-width:768px){
	.sub_menu_item a{
	padding-left: 0px;
}
}

/****************************************
content_main
*****************************************/
/*トップページ*/
@media screen and (min-width:769px){
	.content_main_top{
		width: 77%;
	}
}
/*商品一覧*/
@media screen and (min-width:769px){
	.content_main_itemlist{
		width: 77%;
	}
}
/*商品個別*/
@media screen and (min-width:769px){
	.content_main_itemleft,
	.content_main_itemright{
		width: 49%;
	}
}
/*マイページ*/
@media screen and (min-width:769px){
	.content_main_mypage{
		width: 81%;
	}
}
/****************************************
content_sns
*****************************************/

@media screen and (min-width:769px){
	.content_sns{
		width: 6%;
		display: block;
	}
}
.content_sns_menu li:nth-child(n+2){
	margin-top: 1em;
}

@media screen and (max-width:768px){
	.content_sns{
		display: none;
	}
}
/****************************************
01_top
*****************************************/
/*ranking*/
.ranking_slider_wrap{
	border: 1px solid #ccc;
	padding-left: 1em;
	position: relative;
}

.ranking_slider_item{
	text-align: center;
}
.ranking_slider_item .num{
	display: inline-block;
}
.ranking_label{
	background: #96000B;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1em;
}
.ranking_slider .slick-prev:before, .ranking_slider .slick-next:before {
	color: #222;
}
.ranking_slider .slick-prev {
	left: 5px;
	z-index: 2;
}
.ranking_slider .slick-next {
	right: 3px;
}

.ranking-icon{
	margin-top:5px;
    height: 45px;
    width: 100%;
    display: flex;
  	align-items: center; 
  	justify-content: center;
  	
}

.ranking p{
	display: inline-block;
	border-radius: 50%;
	background-color: #96000B;
    width: 33px;
    height: 33px;
    color:white;
    text-align: center;
    line-height: 33px;
}


.ranking.num1 p{
	border-radius: 0%;
	width: 40px;
    height: 40px;
	background:url(/assets/images/top/crown1.svg) no-repeat center;
	font-weight: 1000;
	text-align: center;
    line-height: 40px;
	color:#815a2b;
	padding-top:3px;
}

.ranking.num2 p{
	border-radius: 0%;
	width: 40px;
    height: 40px;
	background:url(/assets/images/top/crown2.svg) no-repeat center;
	font-weight: 1000;
	text-align: center;
    line-height: 40px;
	color:#815a2b;
	padding-top:3px;
}
.ranking.num3 p{
	border-radius: 0%;
	width: 40px;
    height: 40px;
	background:url(/assets/images/top/crown3.svg) no-repeat center;
	font-weight: 1000;
	text-align: center;
    line-height: 40px;
    padding-top:3px;
	
}


@media screen and (max-width: 768px) {
	.ranking-icon{
	    height: 30px;
	    width: 100%;
	    font-size:14px;
	}
	
	.ranking p{
		width: 27px;
	    height: 27px;
		text-align: center;
    	line-height: 27px;
	}
	
	.ranking.num1 p{
		border-radius: 0%;
		width: 40px;
	    height: 40px;
		font-weight: 1000;
		text-align: center;
    	line-height: 40px;
		color:#815a2b;
	}
	
	.ranking.num2 p{
		border-radius: 0%;
		width: 40px;
	    height: 40px;
		background:url(/assets/images/top/crown2.svg) no-repeat center;
		font-weight: 1000;
		text-align: center;
    	line-height: 40px;
		color:#815a2b;
	}
	.ranking.num3 p{
		border-radius: 0%;
		width: 40px;
	    height: 40px;
		background:url(/assets/images/top/crown3.svg) no-repeat center;
		font-weight: 1000;
		text-align: center;
    	line-height: 40px;
	}
}

/*tab_nav*/

li.tab_nav_item.active a{
	background: #96000B;
	color: #fff;
	border: 1px solid #96000B;
}

.tab_nav_item a{
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	display: block;
	font-size: 13px;
	padding: 6px 10px 0px 10px;
	text-decoration: none;
}
/*tab_content*/
.tab_content{
	border: 1px solid #ccc;
	border-top: 5px solid #96000B;
	padding: 10px;
}
.tab_content .tab_content_item.item-empty{
	margin: 0 0 80px 0;
}

.tab_content_item{
	display: none;
}
/*
.tab_content_item a .title{
	overflow: hidden;
	height: 8em; 
}
*/
.tab_content_item.on{
	display: block;
}
.box_title{
	background: #96000B;
	color: #fff;
	padding: 5px 10px;
}

/*pickup*/

.pickup_item_left{
	width: 33%;
}

.pickup_item_right{
	width: 65%;
}

@media screen and (max-width: 768px) {
  .pickup_item_left {
    width: 49%;
  }
  
  .pickup_item_right{
	width: 49%;
	}
	
	.tab_content .tab_content_item.item-empty{
		margin: 0 0 30px 0;
	}
}

/****************************************
02_itemlist
*****************************************/

.itemlist_item_info_tab{
	flex-wrap: nowrap;
	margin-bottom: .5em;
}
.itemlist_item_info_tab .status{
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}

.itemlist_item_info_tab .status:nth-child(n+2){
	margin-left: 2px;
}

/*出荷準備中 */
.itemlist_item_info_tab .status01{
	border:1px solid #6EB6FC;
	background: #6EB6FC;
}

/*出荷作業中 */
.itemlist_item_info_tab .status02{
	border:1px solid #E97477;
	background: #E97477;
}

/*出荷済 */
.itemlist_item_info_tab .status03{
	border:1px solid #afaeae;
	background: #afaeae;
}

/*納品済 */
.itemlist_item_info_tab .status04{
	border:1px solid #222;
	background: #fff;
	color:#222;
}

/*入荷待ち */
.itemlist_item_info_tab .status05{
	background: #fcdd6e;
}

/*入荷済 */
.itemlist_item_info_tab .status06{
	background: #5bbb71;
}

/*在庫1点 */
.itemlist_item_info_tab .status07{
	padding: 5px;
	border-radius: 1px;
	background: #6EB6FC;
}

.add-cart.detail button.btn_m{
	width:190px;
}

.add-cart button.btn_m{
	width:190px;
	padding: .5em 0em;
}
.add-cart button.btn_m:hover{
	color:#fff;
}
/*
.add-cart button.ts4{
	padding:0.5em 3.8em;
} 
.add-cart button.ts6{
	padding:0.5em 2.8em;
} 
.add-cart button.ts5{
	padding:0.5em 3.0em;
} 
*/
.add-cart button.btn_m:disabled:hover{
	color: #fff;
}
.add-cart button.btn_m:disabled{
	color: #fff;
	opacity:1;
	background: #E0E0E0;
}

.add-cart button.btn_m.before_release:disabled{
	color: #fff;
	opacity:1;
	background: #B0B0B0;
}
.add-cart .red-note{
	color: #E00;
	font-size:0.95em;
   	text-align: right;
}


@media screen and (max-width: 768px) {
	.add-cart button.btn_m{
		width:100%!important;
	}
	.add-cart.detail button.btn_m{
		width:160px!important;
	}
	.add-cart .red-note{
		font-size: 1em;
    }
	
}
/****************************************
03_item
*****************************************/
.main-image {
/*    width: 85%;*/
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    display:contents;
}

.main-image img {
/*
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.thumbnail-list{
	margin-top:1em;
}

.thumbnail{
	height:80px;
	width:auto;
	margin-right:4px;
}

.thumbnail.active{
	border:2px cyan solid;
}

.item_related_img_item .fit-img{
	height:80px;
	width:auto;
	padding-left:4px;
}
/*
.item_related_img_item:nth-child(n+6){
	margin-top: 1em;
}
*/
.item_info_table td:first-child{
	width: 12%;
    min-width: 70px;
}
.item_sizelist{
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

.item_sizelist_items{
	width: 78%;
}
.item_sizelist_item{
	padding: 1em 0;
}
.item_sizelist_item:nth-child(n+2){
	border-top: 1px solid #ccc;
}

.item_btns .btn2{
	margin-right: 4%;
}

.item_sizelist_items .btn_m{
	padding: .7em;
	font-size: 16px;
}


.introduction div p{
	word-wrap: break-word;
}

@media screen and (min-width:769px){
	.item_btns .btn2:nth-child(5n){
		margin-right: 0;
	}
	.item_btns .btn2:nth-child(n+6){
		margin-top: 1em;
	}
}
@media screen and (max-width:768px){
	
	.item_info_table td:first-child{
		width: 32%;
	}
	
	.item_btns .btn2:nth-child(2n){
		margin-right: 0;
	}
	.item_btns .btn2:nth-child(n+3){
		margin-top: 1em;
	}
	.item_sizelist_items .btn_m{
		margin-top: 1em;
	}
}

/***** sp slider */

.swiper-wrapper{
	display: flex;
    align-items: center;
}
.gallery {
/*  height: 125px;*/
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery .swiper-slide {
  width: 25%;
  margin-bottom: auto;
  /*height: 100%;*/
 /* line-height: 80px;*/
}

.gallery .swiper-slide-thumb-active {
  border: 2px solid blue;
}

.swiper-button-next, .swiper-button-prev{
	color:lightgray !important;
}

/***** accessory */
.accessory-left{
	width:30%;
}

.accessory-right{
	width:69%;
}

.accessory-fit-img{
	height:auto;
	width:100%;
}



/****************************************
06_adress_list
*****************************************/


table.addressee_item_table{
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 1em;
	font-size: 14px;
}

.addressee_item_table td{
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}


@media screen and (min-width:769px){
	.addressee_item_table td.title{
		width: 25%;
	}
}
table.addressee_item_table input[type="text"]{
	width: 98%;
	padding: 0.4em;
	font-size: 14px;
}

table.addressee_item_table select{
	padding: 0.4em;
	font-size: 14px;
}

table.addressee_item_table input[readonly]{
	border:none;
	background:none;
    background-color: rgba(0,0,0,0);
    height: 26px;;
}

.addressee_item_table{
	width: 100%;
}

h2.title-address-list-js,h2.title-address-regist-js {
     position: relative;
}

h2.title-address-list-js:after,h2.title-address-regist-js:after {
	position: absolute;
    content: '+';
    font-size: 1.5em;
    position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}

h2.title-address-list-js.on:after,h2.title-address-regist-js.on:after {
    content: '-';
}

/****************************************
08_payment_method
*****************************************/
.payment_item{
	padding-left: 2em;
	position: relative;
}
.payment_item input{
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/****************************************
09_use_point
*****************************************/
.point_table td:first-child{
	
}
.order_detail_item div{
	font-size: 12px;
	padding: .5em;
	word-break: break-word;
	width: 10%;
}
@media screen and (max-width:768px){
	.order_detail_item div{
		font-size: 10px;
		width: 15%;
	}
}
.order_detail_item div:first-child{
	width: 60%;
}
@media screen and (max-width:768px){
	.order_detail_item div:first-child{
		width: 45%;
	}
}
.order_detail_table{
	font: bold;
}
.order_detail_table td:first-child{
	text-align: right;
}
/****************************************
10_confirmation_order
*****************************************/
.confirmation_order_table td:first-child{
	width: 15%;
}
.confirmation_order_table td:nth-child(2){
	width: 10%;
}
@media screen and (max-width:768px){
	.confirmation_order_table td:nth-child(2){
		width: 20%;
	}
}
.confirmation_order_table textarea{
	width: 100%;
}

.chumon-confirm-item-list .chumon-item{
    display:none;
}

.chumon-confirm-item-list .chumon-item.show-item{
	border: 1px solid #aaaaaa;
    border-radius: 10px;
    margin: 10px 5px;
    display:flex;
    flex-wrap: nowrap;
}


@media screen and (min-width:769px){	
	.chumon-confirm-item-list .chumon-item .chumon-item-img{
		width: 15%;
		padding:10px;
	}
	
	.chumon-confirm-item-list .chumon-item .chumon-item-info{
		margin-left:1em;
		padding:10px;
		width: 83%;
	}
}

@media screen and (max-width:768px){
	
	.chumon-confirm-item-list .chumon-item .chumon-item-img{
		width: 30%;
		padding:10px;
	}
	
	.chumon-confirm-item-list .chumon-item .chumon-item-info{
		width: 70%;
		padding:10px;
		font-size:14px;
	}
}

.haiso_select{
    display: flex;
    width: 100%;
}

.haiso_select radio{
	width: 32%;
}
.haiso_select label{
    display: block;
   	border: 1px solid #96000B !important;
    background: #fff;
    color: #000;
    padding:15px 10px;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
     color: #96000B;
}

.haiso_select input:checked+label{
    background: #96000B;
    color: #FFF;
}

.haiso_select input{
    display: none;
}

.haiso_select .radio.ml1, .shiharai_select .radio.ml1{
	margin-left:0px;
} 

.shiharai_select{
    display: flex;
    width: 100%;
}

.shiharai_select radio{
	width: 32%;
}
.shiharai_select label{
    display: block;
   	border: 1px solid #555555 !important;
    background: #fff;
    color: #000;
    padding: 15px 8px;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
     color: #555555;
}

@media screen and (max-width:768px){
	.shiharai_select label{
		padding: 15px 6px;
	}
}
.shiharai_select label img{
	border-radius:inherit;
	max-height:50px;
}

.shiharai_select div input:checked+label{
    background: #555555;
    color: #FFF;
}

.shiharai_select input{
    display: none;
}


@media screen and (min-width:769px){
	.haiso_select label,.shiharai_select label{
		 padding: 15px 10px;
	}
}

@media screen and (max-width:768px){
	
	.haiso_select,.shiharai_select{
		justify-content: space-evenly;
	}
	
	.haiso_select radio,.shiharai_select radio{
		width: 31%;
	}
	.haiso_select label,.shiharai_select label{
		justify-content: space-evenly;
		margin: 1px;
	}
}

.fixed-card-info{
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    margin: 10px;
    padding: 20px 10px;
}

/****************************************
12_enter_card_info
*****************************************/
.enter_card_info_table td{
	vertical-align: middle;
}
/****************************************
14_order_complete
*****************************************/
.btn_comp{
	padding: 10px 0;
	width: 300px;
}
/****************************************
17_review_post
*****************************************/
.review_post_table td:first-child{
	padding-right: 2em;
	vertical-align: middle;
	text-align: right;
	width: 25%;
}
/****************************************
18_mypage_top
*****************************************/
.icon_user img{
	height: 100px;
}
@media screen and (max-width:768px){
	.icon_user img{
		height: 60px;
	}
}
/****************************************
19_confirmation_reservation
*****************************************/
.reservation_item{
	
	padding: .5em;
}

.reservation_item div:first-child{
	padding-right: .5em;
	
}


.reservation_item a{
	text-decoration: underline;
}
/****************************************
20_confirmation_reservation_detail
*****************************************/
.reservation_detail_table td:first-child{
	padding-right: 2em;
	text-align: right;
	width: 30%;
}

.reservation_detail_item h2{
	font-size:16px;
}

.reservation_detail {
    border: 1px solid #CE9B9C;
    padding: 0.5em;
    position: relative;
}

.reservation_detail_item{
	 position: relative;
	 width: 100%;
}

.reservation_detail td.price{
	text-align: right;
}

@media screen and (max-width: 768px) {
  .reservation_detail{
  	font-size: .9em;
  }
  .reservation_detail_table td:first-child{
	padding-right: 1.5em;
	text-align: right;
	width: 30%;
	}
}
/****************************************
22_reserved_item_delivery_instructions
*****************************************/
/*pc*/
.delivery_instructions_item, .delivery_instructions_item .btn{
	font-size: 12px !important;
	flex-wrap: nowrap;
}

.delivery_instructions_item div{
	padding: .5em;
	word-break: break-word;
	width: 10%;
}

.delivery_instructions_item .itemlist_item_info_tab div{
	width: 100% !important;
}

.delivery_instructions_item div.no{
	width: 7%;
}

.delivery_instructions_item div.title{
	width: 35%;
}
.delivery_instructions_item div.num{
	width: 8%;
}

.delivery_instructions_item div.cartin{
	width: 15%;
}
/*sp*/
@media screen and (max-width: 768px) {
	
	.delivery_instructions_item div.title{
		width: 100%;
	}
	
	.delivery_instructions_item div.price{
		width: 100%;
	}
	
	.delivery_instructions_item div.price div{
		width: initial;
		padding: 0;
	}
	
	.delivery_instructions_item .img{
		width: 25%;
	}
	.delivery_instructions_item .cnt{
		padding: 0;
		width: 73%;
	}
}


/****************************************
26_point_inquiry
*****************************************/
.reservation_item.point div:first-child{
	width: 80%;
}

/****************************************
order-detail
*****************************************/
.reservation_item.point div:first-child{
	width: 80%;
}



/****************************************
お気に入り・閲覧履歴・おまけ
*****************************************/
.favorite-item,.browsing-item,.accessory-item{
	border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.favorite-item{
	display: flex;
	flex-direction: column;
}

.favorite-item .add-cart{
	margin-top:auto;
}

.favorite-item .add-cart a{
	display: block;
	padding: 0.7em;
	width:100%;
	text-align: center;
	text-decoration: none;
}






/****************************************
ページタイトルのスタイル
*****************************************/
.page-title{
	font-size: 100%;
	margin-bottom: 15px;
	background:#96000B;
	color:#fff;
	padding:.5em;
}

/*************************************
  お気に入りアイコン
*************************************/
/*
.slider {
	position:relative;
	width: 56px;
	height: 28px;
	overflow: hidden;
}

.slider-inner {
  width: 100%;
}
.slider-item img{
  width:100%;
 
}

.ctl-favorite-on-main-js{
	animation: favorite-off-slider 0.3s linear 0s forwards;
}

.ctl-favorite-off-main-js {
  animation: favorite-on-slider 0.3s linear 0s forwards;
}

.ctl-favorite-on-main-js.-visible{
	animation: favorite-on-slider 0.3s linear 0s forwards;
}

.ctl-favorite-off-main-js.-visible {
  animation: favorite-off-slider 0.3s ease-in 0s forwards;
}

@keyframes favorite-on-slider {
	from {
 		transform: translateX(0);
	}
	
	to	
	{
		transform: translateX(28px);
	}
}

@keyframes favorite-off-slider {
	from {
 		transform: translateX(0);
	}
	
	to	
	{
		transform: translateX(-28px);
	}
}



.slider-inner,-visible{
}

.ctl-favorite-on-main-js,.ctl-favorite-off-main-js {
	display:none;
	opacity: 0;
	transition: .7s;
}

.ctl-favorite-on-main-js.-visible,.ctl-favorite-off-main-js.-visible {
	display:block;
	opacity: 1;
	margin-right: 0;
}

/****************************************
エラーメッセージのスタイル
*****************************************/
span.field-message{
	color: #f27182 !important;
	margin-top: 1em !important;
}

@media screen and (max-width: 768px) {
  span.field-message{
	font-size: .8em;
  }
}

.field-error{
	border: 1px solid #f27182 !important;
}

.alert-success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 12px;
/*    margin-bottom: 20px;*/
}

.alert .alert-danger {
    color: #f27182 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 12px;
    margin-bottom: 20px;
}

/****************************************
header_sp menu　ハンバーガーメニュー
*****************************************/

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 30px;
  width: 32px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 32px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 10px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 10px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;/* メニューを画面に入れる */
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50;
  right: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(0,0,0,0.8);
  border-radius: 10px;
  transition: .5s;
  text-align: center;
  padding-top: 20px;
  font-size: 1.5em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav_head{
	min-height: 13%;
    border: 1px solid #999;
    margin: 1em;
    border-radius: 10px;
}
.nav_item{
	
	text-align: left;
    margin-left: 1em;
}
.nav_item a{
	color: #fff;
}

.nav-item_title{
	padding: 0.5em 2em;
    text-align: left;
    background: #585757;
}

.nav-item_sub ul li{
	margin-top: 1em;
	 margin-bottom: 1em;
	border-bottom: none;
	text-align: left;
	padding-left:1em;
}

.nav_item.nav_item_col{
	height:3em;
	display: flex;
    align-items: center;
}

.accordion-header{
	text-align: left;
    height: 3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    display: flex;
    align-items: center;
}

.accordion-header::before{
	content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 30px;
    transform: rotate(135deg);
}

.accordion-header.active::before {
    transform: rotate(-45deg) !important;
}


/****************************************
image mouse-over
*****************************************/

.image-hover {
	overflow:		hidden;
	position:		relative;
}


.image-hover .caption {
	color:			#fff;
	padding-top:	80px;
	padding-left:	5px;
	font-size: 12px;
}

.mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(0);	/* 大きさを０にして表示しない */
	transform:		scale(0);
	padding:.5em;
}

.image-hover:hover .mask{
	-webkit-transform:	scale(1);	/* 大きさを１にして表示する */
	transform:		scale(1);
}


	
@media screen and (max-width: 768px){
	.image-hover {
		overflow:		hidden;
		position:		relative;
	}

	.wrap {
	    display: flex;
  		flex-wrap: wrap;
	}
	.wrap .sp-banner{
	   width:50%;
	   text-align: center;
	}
	
	.image-hover:hover .mask{
	-webkit-transform:	scale(1);	/* 大きさを１にして表示する */
	transform:		scale(1);
	}
	
	.image-hover .caption {
		font-size: 11px;
	}
}

/*************************************
  カレンダー祝日対応
*************************************/
.ui-datepicker-title{
	font-size:14px;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}


/*************************************
  autoComplete
*************************************/
.ui-widget-content,.ui-corner-all {
    border-radius: 10px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ccc;;
	border-radius:5px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.ui-widget-content .ui-state-active {
   /* border: 1px solid #ccc; */
    background: rosybrown;
}
.ui-widget-content.ui-menu .ui-menu-item:first-child .ui-state-active{
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}
.ui-widget-content.ui-menu .ui-menu-item:last-child .ui-state-active{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
	}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #ccc;;
    font-size:16px;
/*    height:50px; */
}
.ui-menu .ui-menu-item:last-child{
	border-bottom:none;
}

@media screen and (max-width: 768px){
	.ui-menu .ui-menu-item {
    	border-bottom: 1px solid#ccc;;
    	font-size:12px;
    	height:40px;
	}
	.ui-menu .ui-menu-item div.ui-menu-item-wrapper{
    	-webkit-line-clamp: 1;
	}
}

/*************************************
  アイテム一覧、カート、予約一覧、注文一覧の表示
*************************************/

.itemlist_item_img{
	width: 17%;
}

.item-search-list .itemlist_item_cnt_title{
	width: calc(100% - 17% - 200px);
	padding: 0em 5px;
}
.item-search-list .itemlist_item_info{
	width: 200px;
	padding: 0px 5px;
}

.itemlist_item_cnt_title{
	width: 45%;
}

.itemlist_item_info{
	width: 33%;
}

@media screen and (max-width: 768px){
	.itemlist_item_img,.itemlist_item_cnt_title,.itemlist_item_info {
    	width: 100%;
	}
	
}
.pay-error .code{
	margin-top:0.5em;
	font-size:  .923em;
}

.input-wrap{
    position: relative;
}
     
.toggle-pass{
    position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}