@charset "Shift_JIS";

/*===========================
基本CSS
===========================*/
.shop_base{
    max-width: 900px;
    margin: 0 auto;
}
.shop_base img{
    max-width: 100%;
    transition: 0.5s;
}
.shop_base .pc_none{
    display: none !important;
}
/*画像縮小時のぼやけ対策*/
_:lang(x)::-internal-media-controls-overlay-cast-button, img {
    image-rendering: -webkit-optimize-contrast;
}
/*見出し非表示*/
.kaiso_head {
    display: none;
}

/*レフトナビ、商品一覧非表示*/
/* aside#leftnavi,
#cate_filter,
#itembox2013,
#cate_okuri_footer{
    display: none !important;
} */

/*===========================
検索窓
===========================*/
#search_window{
    margin: 10px auto;
    box-sizing: border-box;
    background-color: #eee;
    padding: 20px 70px;
    border-radius: 5px;
}
#search_window .title{
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}
#search_window .input-box input{
    /* width: 100%; */
    border: none;
    width: calc(100% - 70px);
    padding: 1em;
    height: 100%;
    background-color: #fff;
}
#search_window .input-box input:focus{
    outline: none;
}
#search_window .input-box{
    display: flex;
    border: 1px solid #222;
}
#search_window .input-box .button{
    cursor: pointer;
    border: none;
    background-color: #222;
    color: #fff;
    padding: 0 1em;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;    
    transition: 0.5s;
    box-sizing: border-box;
    border-left: 1px solid;
}
#search_window .input-box .button:hover{
    background-color: #fff;
    color: #222;   
}
#search_window .input-box .button::before{
    content: "\e955";
    color: #fff;
    font-family: 'fontPlazaIcon' !important;
    font-size: 16px;
    margin-right: 2px;
    transition: 0.5s;
}
#search_window .input-box .button:hover::before{
    color: #222;
}

/*===========================
イベント・セール
===========================*/
/*---見出し---*/
.shop_base .event div.sub_title{
    font-size: 20px;
    background-color: #97dbb8;
    color: #3C3C3C;
    text-align: center;
    padding: 5px 0;
    margin: 30px 0 10px 0;
}

/*---スライダー---*/
.shop_base .event .swiper-wrapper{ /*高さ揃え*/
    align-items: stretch!important;
}
.shop_base .event .swiper-slide { /*高さ揃え*/
    height: auto;
}
.shop_base .event .swiper-slide{/*特集バナーセンタリング*/
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
/* 
.shop_base .event .swiper-slide dl,
.shop_base .event .swiper-slide .btn{
    box-sizing: border-box;
    padding: 0 10px;
} */
.shop_base .event .swiper-slide a > img{ /*特集バナー*/
    border-radius: 8px;
}
.shop_base .event .swiper-slide .price_box{
    text-align: left;
    margin-top: 5px;
    /* border-top: 1px solid #f0f0f0; */
}
.shop_base .event .swiper-slide a:hover{
    color: inherit !important;
}
.shop_base .event .swiper-slide .btn{
    box-sizing: border-box;
    text-align: center;
    border: 1px solid;
    background-color: #222;
    color: #fff;
    border-radius: 50px;
    padding: 2px 0;
    /* font-size: 3vw; */
    transition: 0.2s;
    position: relative;
}
.shop_base .event .swiper-slide .btn::after{
    font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "chevron_right";
    transition: 0.2s;
    transform: rotate(0deg);
}
.shop_base .event .swiper-slide a:hover .btn{
    background: #fff;
    color: #222;
    border: solid 1px #222;
}
.shop_base .event .swiper-slide a:hover img{
    opacity: 0.8;    
}

.shop_base .event .swiper-pagination-bullet-active{
    width: 2rem;
    background-color: #782118;
    transition: 0.3s;
}
#c_8567 .shop_base .event .swiper-pagination-bullet-active{
    width: 2rem;
    background-color: #649c16;
    transition: 0.3s;
}

#c_192.shop_base .event .swiper-pagination-bullet-active{
    width: 2rem;
    background-color: #97dbb8;
    transition: 0.3s;
}


/*===========================
タブ切り替え
===========================*/
.shop_base #itemzone{
    margin: 50px auto 0;
}
#c_8567 #itemzone{
    margin: 10px auto 0;
}
.shop_base .wrap_tab {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* メニューボタン */
.shop_base .tab-container{
    width: 100%;
  	display: flex;
	border-bottom: 1px solid #222;
	/* margin-bottom:2%; */
}
.shop_base .tab-container > li.tab{
	color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	flex-grow: 1;
	height: 4em;
	border: #222 1px solid;
	text-align: center;
	border-bottom: none;
	cursor: pointer;
	margin-right: 3px;
	margin-top: 2em;
	transition: 0.5s all;
	line-height: 1.2em;
}
.shop_base .tab-container > li.tab:last-child{
    margin-right: 0;
}
.shop_base .tab-container > li.tab.current{
    color: #fff;
    background-color: #782118;
	height: 6em;
	margin-top: 0;
	transition: 0.5s all;
}
.shop_base .tab-container > li.tab:hover,
.shop_base .tab-container > li.tab.current:hover{
    opacity: 1;
}

.shop_base .menu-container{
    position: relative;
    width: 100%;
	padding: 0;
}
.shop_base .menu-container > .menu-box{
    display: none;
}
.shop_base .menu-container > .menu-box.current{
    display: block;
}

/*タブの中身*/
.shop_base .menu-box{
    box-sizing: border-box;
    border: 1px solid;
    border-top: none;
    padding: 30px 20px 20px;
}
.shop_base .content > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop_base .content > ul::before{
    content:"";
    display: block;
    width: calc(95%/4);
    order: 1;
}
.shop_base .content > ul::after{
    content:"";
    display: block;
    width: calc(95%/4);
}
.shop_base .content > ul > li{
    width: calc(95%/4);
}
.shop_base .content > ul > li a{
    display: block;
    text-align: center;
}
.shop_base .content > ul > li a > div{
    overflow: hidden;
}
.shop_base .content > ul > li:nth-child(n+5){
    margin-top: 20px;
}
.shop_base .content > ul > li a:hover img{
    transform: scale(1.1,1.1);
    transition: 0.5s all;
}

/*===========================
クーポン
===========================*/
#c_6475.shop_base .kanren_sale{
    margin-bottom: 50px;
}
#c_6475.shop_base .kanren_sale li,
#c_6475.shop_base .kanren_sale a{
    border: none;
}
#c_6475.shop_base .kanren_sale a:hover img{
    opacity: 0.8;
}