@charset "utf-8";

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	/*transition: 0.1s linear;*/
}

header:after,
section:after,
.contents:after,
ul:after,
ol:after,
dl:after,
.btn_top:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*Contents layout
----------------------------------------------------*/
section{
	position:relative;
	width:100%;
	margin-bottom: 100px;
	display:block;
	clear:both;
}

.contents{
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:1300px){
.contents{
	width: 94%;
}
}

img{
	width:100%;
	height:auto;
	display:block;
}


/*header
----------------------------------------------------*/
header{
	/*position: fixed;*/
	position: relative;
	width:100%;
	z-index:9999;
}

header.fixed{
	position: fixed;
	width:100%;
	z-index:9999;
}

.header_bar{
	padding: 5px 2%;
	border-top: 3px solid #84675E;
	background: #F2EAD3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.header_bar h1{
	font-size: 18px;
	font-weight: normal;
	color: #442120;
	display: flex;
	flex: 1;
}

.header_bar .box_right{
	width: 650px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.header_bar .box_right ul{
	/*display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:0 1em;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_bar .box_right ul li a{
	margin-right: 1em;
	padding-left: 1.2em;
	color: #442120!important;
	display: block;
}

.header_bar .box_right ul li:nth-of-type(1) a{background: url("https://bamlee.com/img/common/icon_language.png") no-repeat left center / 1em;}
.header_bar .box_right ul li:nth-of-type(2) a{background: url("https://bamlee.com/img/common/icon_about.png") no-repeat left center / 1em;}
.header_bar .box_right ul li:nth-of-type(3) a{background: url("https://bamlee.com/img/common/icon_guide.png") no-repeat left center / 1em;}
.header_bar .box_right ul li:nth-of-type(4) a{background: url("https://bamlee.com/img/common/icon_mail.png") no-repeat left center / 1em;}

.header_bar .box_right p a{
	width: 185px;
	padding: 3px 5px 3px 3em;
	border: 1px solid #84675E;
	border-radius: 3px;
	background: #FFF url("https://bamlee.com/img/common/icon_ppro.png") no-repeat left 8px center / 2em;
	color: #442120;
	display: block;
}

.header_main{
	padding: 10px 2%;
	background: #FFF;
	display: grid;
	grid-template-columns: 1fr 530px;
	align-items: center;
}

.header_main h2{
	width: auto;
	height: 45px;
}

.header_main h2 img{
	width: auto;
	height: 45px;
	display: block;	
}

.header_main .box_right{
	font-size: 14px;
	display: grid;
	grid-template-columns: 200px 1fr;
	align-items: center;
	justify-content: center;
}

.header_main .box_right .sns{
	width: 180px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 0 15px;
}

.header_main .box_right .menu.logout{
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 4.5em 4.5em 4.5em;
	grid-gap: 0 10px;
}

.header_main .box_right .menu.login{
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 5.5em 5.5em 3.5em;
	grid-gap: 0 10px;
}

.header_main .box_right .menu li{
	position: relative;
}

.header_main .box_right .menu li a{
	padding-top: 2em;
	color: #442120!important;
	display: block;
}

.header_main .box_right .menu li.icon_melmaga a{background:url("https://bamlee.com/img/common/icon_melmaga.png") no-repeat top center / 2em;}
.header_main .box_right .menu li.icon_member a{background:url("https://bamlee.com/img/common/icon_member.png") no-repeat top center / 2em;}
.header_main .box_right .menu li.icon_login a{background:url("https://bamlee.com/img/common/icon_login.png") no-repeat top center / 2em;}
.header_main .box_right .menu li.icon_logout a{background:url("https://bamlee.com/img/common/icon_logout.png") no-repeat top center / 2em;}
.header_main .box_right .menu li.icon_cart a{background:url("https://bamlee.com/img/common/icon_cart.png") no-repeat top center / 2em;}
.header_main .box_right .menu li.icon_mypage a{background:url("https://bamlee.com/img/common/icon_mypage.png") no-repeat top center / 2em;}

.header-cart-count{
	position: absolute;
	top:-0.1em;
	right:0;
	left:0;
	width: 1.4em;
	height: 1.4em;
	margin: 0 2.8em 0 auto;
	padding: 0.2em 0;
	border-radius: 20px;
	background: #B94121;
	line-height: 1.0;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	content: "";
	display: inline-block;
}


/*navigation
----------------------------------------------------*/
.header_navi{
	padding: 10px 2%;
	background: #B94121;
	color: #FFF;
}

.header_navi #headIn{
	width: 100%;
	display:grid;
	grid-template-columns: 1fr 320px;
}

.megamenu ol {
	width: 100%;
	margin-bottom: 0;
	list-style: none;
	display:flex;
	justify-content: center;
	align-items: center;
}

.megamenu ol li{
	margin: 0;
	text-align: center;
	flex: 1;
}

.megamenu ol li a{
	padding-right: 1em;
	background: url("https://bamlee.com/img/common/icon_open.png") no-repeat right center / 0.6em;
	color: #FFF!important;
}

@media screen and (max-width:1510px){
.header_navi #headIn{
	grid-template-columns: 1fr 220px;
}
.megamenu ol li:nth-of-type(5),
.megamenu ol li:nth-of-type(6){
	flex:1.5;
}
.megamenu ol li a{
	font-size: 14px;
}
}

.megamenu ol li:nth-of-type(1) a{
	background: none;
}

.megamenu ol li a.open{
	background: url("https://bamlee.com/img/common/icon_fukidashi2.png") no-repeat center bottom / 2em;
}

.box_search{
	font-size: 14px;
	line-height: 34px;
	display: grid;
	grid-template-columns: 5em 1fr;
}

.box_search form,
.header-search{
	position: relative;
	padding: 0 10px 0 15px;
	border-radius: 3px;
	background: #FFF;
	display: grid;
	grid-template-columns: 1fr 24px;
	grid-gap: 0 10px;
}

.box_search button[type="submit"],
.header-search a{
	width: 20px;
	height: 20px;
	margin: 7px 0;
	border: 0;
	background: url("https://bamlee.com/img/common/icon_search.png") no-repeat center / cover;
	text-indent: -9999px;
	display: block;
	cursor:pointer;
}

.box_search input[type="text"],
.header-search input[type="text"]{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

@media (any-hover: hover) {
input[type="submit"]:hover{
	opacity: 0.7;
}
input[type="text"]:focus{
	outline:none!important;
}
}


/*header news
----------------------------------------------------*/
 .sec_news_head {
}
  
  
.header_news{
	margin-bottom: 0;
	padding: 210px 0 0 0;
}

.header_news .ticker{
	min-height: 40px;
	padding: 8px 2% 8px 4%;
	background: #F4F4F4 url("https://bamlee.com/img/common/icon_news.png") no-repeat 2% center / 1em;
	line-height: 1.4;
	overflow:hidden;
}

.header_news .ticker ul{
	position:relative;
}

.header_news .ticker ul li{
	width:100%;
	height: 1.6em;
	overflow: hidden;
	display:none;
}

.header_news .ticker ul li a{
	display: block;
}

.header_news .ticker ul li span{
	float: left;
	width:6em;
}


/*common
----------------------------------------------------*/
.btn{
	min-width: 180px;
	margin: 50px auto;
	padding: 5px 20px;
	border: 1px solid #442120;
	border-radius: 30px;
	color: #442120!important;
	text-align: center;
	display: inline-block;
	transition: .3s;	
}

@media (any-hover: hover) {
.btn:hover{
	background: #442120;
	color: #FFF!important;
}
}

dl dt{
	margin-bottom: 0.5em;
}

a:has(dl){
	color: #442120!important;
}

.swiper-slide p a{
	color: #060606!important;
}

.cate{
	padding: 2px 10px;
	background: #BD9717;
	border-radius: 3px;
	line-height: 1.4;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
}

.cate a{
	color: #FFF!important;
}

.price{
	font-weight: bold;
	color: #B94121;
	text-align: right;
}

.price span{
	font-size: 0.8em;
}

.swiper-button-next,
.swiper-button-prev{
	background-image: none!important;
	color: #B94121!important;
}

.swiper-pagination-bullet-active{
	background: #B94121!important;	
}

.ttl{
	position: relative;
	margin-bottom: 50px;
	font-size: 18px;
	color: #B94121;
	text-align: center;
}

.ttl span{
	padding: 20px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: normal;
	color: #442120;
	display: block;
}

.ttl em{
	font-family: "Oooh Baby", cursive;
	font-size: 30px;
	font-weight: 300;
	color: #D38D63;
	display: block;
}

.breadcrumb{
	padding: 30px 2% 50px 2%;
	font-size: 14px;
}

.breadcrumb span{
	position: relative;
	padding-right: 1.5em;
}

.breadcrumb span:before{
	position: absolute;
	top: 0;
	right: 0.5em;
	content: ">";
	display: block;
	font-size: 0.8em;
}

.breadcrumb span.current:before{
	display: none;
}

.category-head,
.search-head{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

.category-head h2,
.search-head h2{
	padding: 0 0 30px 0;
	font-weight: 500;
}

.list-head{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 30px auto;
}

.list-head-sort{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #84675E;
	text-align: right;
}

.list-head dl dt,
.list-head dl dd{
	display: inline;
}

.list-head dl dd{
	margin-right: 1em;
}

.pager{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}

.pager li{
	display: inline;
}

.pager li span{
	margin: 0 0.2em;
	padding: 3px 10px;
	border-radius: 3px;
	border: 1px solid #442120;
	background: #442120;
}

.pager li span.current{
	border-radius: 3px;
	border: 1px solid #442120;
	background: #FFF;
	color: #442120;
}

.pager li a{
	color: #FFF!important;
}





/*cate
----------------------------------------------------*/
.sec_cate .contents{
	padding: 50px 0 0 0;
	background: url("https://bamlee.com/img/common/bg_ttl.png") repeat-x;
	background-position: top;
}

.btn_cate ul{
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.btn_cate ul li a{
	padding: 5px 30px 5px 10px;
	border: 1px solid #442120;
	border-radius: 30px;
	background: url("https://bamlee.com/img/common/icon_link01.png") no-repeat right 20px center / 0.6em;
	color: #442120!important;
	text-align: center;
	display: block;
	transition: .3s;	
}

@media (any-hover: hover) {
.btn_cate ul li a:hover{
	background: #442120 url("https://bamlee.com/img/common/icon_open.png") no-repeat right 20px center / 0.6em;
	color: #FFF!important;
}
}

.btn_material ul{
	margin-bottom: 0;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 30px;
}

.btn_use ul:nth-of-type(1){
	width: 810px;
	margin: 0 auto 30px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.btn_use ul:nth-of-type(2){
	width: 1020px;
	margin: 0 auto 80px auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px;
}

.btn_material ul li a,
.btn_use ul li a{
	font-family: "Noto Serif JP", serif;	
	font-size: 20px;
	color: #442120;
	text-align: center;
	display: block;
}

.btn_material ul li img,
.btn_use ul li img{
	width: 145px;
	margin: 0 auto 5px auto;
}

.btn_material .center{
	margin-bottom: 80px;
}

.btn_series ul{
	margin-bottom: 150px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}


/*another
----------------------------------------------------*/
.sec_another > h2{
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: normal;
	color: #B94121;
	text-align: center;
}

.sec_another > h2 span{
	position: relative;
	padding: 0 40px;
}

.sec_another > h2 span:before{
	position: absolute;
	top:0;
	left:0;
	width: 20px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_left01.png") no-repeat center left / contain;
	content: "";
	display: block;	
}

.sec_another > h2 span:after{
	position: absolute;
	top:0;
	right:0;
	width: 20px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_right01.png") no-repeat center right / contain;
	content: "";
	display: block;
	visibility: visiblel;
}

.sec_another_inner{
	padding: 80px 0 10px 0;
	background: #F2EAD3;
}

.btn_another ul{
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 30px;
}

.btn_another ul li{
	position: relative;
	margin-bottom: 30px;
}

.btn_another ul li a{
	line-height: 1.4;
	font-size: 20px;
	color: #FFF!important;
	text-align: center;
}

.btn_another ul li span{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 10px;
	background: rgba(132, 103, 94, .9);
	display: flex;
	justify-content: center;
	align-items: center;	
}


/*sale
----------------------------------------------------*/
.sec_sale{
	margin-bottom: 150px;
	padding: 80px 0;
	background: url("https://bamlee.com/img/common/bg_sale.png");
	background-size: 100px;
}

.btn_sale{
	width: 1050px;
	margin: 0 auto;
}

.btn_sale ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}


/*column link
----------------------------------------------------*/
.sec_column .contents{
	width: 1150px;
	padding: 20px 50px;
	border: 2px solid #84675E;
	border-radius: 10px;
}

.sec_column .contents h2{
	position: relative;
	top:-55px;
	text-align: center;
}

.sec_column .contents h2 span{
	position: relative;
	padding: 0 60px;
	background: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
}

.sec_column .contents h2 span:before{
	position: absolute;
	top:0;
	left:15px;
	width: 15px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_left02.png") no-repeat center left / contain;
	content: "";
	display: block;	
}

.sec_column .contents h2 span:after{
	position: absolute;
	top:0;
	right:15px;
	width: 15px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_right02.png") no-repeat center right / contain;
	content: "";
	display: block;
	visibility: visiblel;
}

.btn_link ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.btn_link ul li iframe{
	width:100%;
	height:285px;
}

.btn_link .btn{
	margin-top: 20px;
}


/*news
----------------------------------------------------*/
.sec_news{
	margin-bottom: 150px;
	padding: 80px 0;
	background: #F2EAD3;
}

.sec_news .contents{
	width: 800px;
}

.sec_news .contents h2{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.sec_news .contents h2 span{
	position: relative;
	padding: 0 60px;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: normal;
	display: inline-block;
}

.sec_news .contents h2 span:before{
	position: absolute;
	top:0;
	left:15px;
	width: 15px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_left02.png") no-repeat center left / contain;
	content: "";
	display: block;	
}

.sec_news .contents h2 span:after{
	position: absolute;
	top:0;
	right:15px;
	width: 15px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_right02.png") no-repeat center right / contain;
	content: "";
	display: block;
	visibility: visiblel;
}

.box_news ul li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

.box_news ul li span{
	width: 7em;
	display: inline-block;
}

.box_news ul li a{
	color: #442120!important;
}

.box_news .btn{
	margin: 20px auto 0 auto;
}


/*recommend
----------------------------------------------------*/
.sec_recommend .ttl span:before,
.sec_review .ttl span:before{
	position: absolute;
	top:1.15em;
	left:0;
	width: calc(50% - 150px);
	height: 6px;
	background: url("https://bamlee.com/img/common/bg_ttl.png") repeat-x;
	background-size: 100% 6px;
	content: "";
	display: block;	
}

.sec_recommend .ttl span:after,
.sec_review .ttl span:after{
	position: absolute;
	top:1.15em;
	right:0;
	width: calc(50% - 150px);
	height: 6px;
	background: url("https://bamlee.com/img/common/bg_ttl.png") repeat-x;
	background-size: 100% 6px;
	content: "";
	display: block;
	visibility: visiblel;
}


/*review
----------------------------------------------------*/
.sec_review{
	margin-bottom: 150px;
}

.sec_review .name{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #442120;
}

.review-list-name,
.review-score-wrap,
.review-star{
	margin-right: 0.5em;
	display: inline-block;	
}

.reviewRateStar.starOn{
	width: 12px;
	height: 12px;
	background: url("https://bamlee.com/img/common/icon_star.png") no-repeat center / 12px;	
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
}

.reviewRateStar.starOff{
	width: 12px;
	height: 12px;
	background: url("https://bamlee.com/img/common/icon_star_off.png") no-repeat center / 12px;	
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
}

.review-score{
	font-weight: bold;
	display: inline-block;
}


/*recent
----------------------------------------------------*/
.sec_recent{
	margin-bottom: 0;
	padding: 80px 0;
	background: #F2EAD3;
}

.sec_recent .contents{
	padding-top: 50px;
}

.sec_recent h2{
	width: 14em;
	margin: -130px auto 0 auto;
	padding: 20px 30px;
	border-radius: 50px 50px 0 0 ;
	background: #F2EAD3;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}


/*list
----------------------------------------------------*/
.category-recommend-item{
	margin-top: 80px;
	padding: 1px 0 50px 0;
	background: #F2EAD3;
}

.category-recommend-title{
	max-width: 1200px;
	width: 94%;
	margin: 50px auto 30px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #84675E;
	font-weight: 500;
}

.child-category-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}

.child-category-list li a{
	padding: 5px 20px;
	border: 1px solid #442120;
	border-radius: 30px;
	color: #442120!important;
	text-align: center;
	display: block;
	transition: .3s;	
}

@media (any-hover: hover) {
.child-category-list li a:hover{
	background: #442120;
	color: #FFF!important;
}
}

.category-image{
	margin-bottom: 50px;
}

.box_list_inner{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px 30px;
}

.item-list-image{
	margin-bottom: 0.5em;
}

.item-list-name a{
	color: #060606!important;
}


/*detail
----------------------------------------------------*/
.item-image-wrap{
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 0 50px;
}

.swiper-container.swiper-container-horizontal{
	width:100%;
	display: grid;
	align-self: start;
}


.item-icon-list,
.item-category-name{
	float: left;
	width: auto;
	margin-right: 0.5em;
}

.item-icon-list li img{
	width: auto;
	height: 16px;
}

.detail .item-name{
	font-family: "Noto Serif JP", serif;
	font-weight:normal;
	clear: both;
}

.detail .price{
	text-align: left;
	font-size: 40px;
	font-weight: normal;
	color: #B94121;
}

.detail .price span{
	font-size: 1.0em;
}

.detail .price span:nth-of-type(2){
	font-size: 16px;
	color: #060606;
}

.detail .item-quantity input{
	padding: 8px 10px;
	border: 1px solid #AEAEAE;
	border-radius: 3px;
}

.detail .item-stock-count{
	color: #B94121;
	display: inline;
}

.detail .item-stock{
	margin: 0 1em 30px 0;
	display: inline-block;
}

.detail .item-share{
	position: relative;
	top:3px;
	width: 140px;
	display: inline-block;
}

.detail .item-share li{
	margin: 0 5px;
	display: inline-block;
}

.detail .item-share li img{
	width: 33px;
	height: auto;
}

.detail .favorite{
	margin: 0 1em 30px 0;
	display: inline-block;
}

.detail .favorite a{
	width: 110px;
	height: 27px;
	background: url("https://bamlee.com/img/common/btn_favorite.png") no-repeat center / 110px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.detail .cart-btn{
	width: 100%;
	margin-bottom: 50px;
	padding: 15px;
	background: #B94121;
	border: 0;
	border-radius: 50px;
	font-size: 20px;
	color: #FFF!important;
}

.detail .cart-btn:hover{
	opacity: 0.7;
}

.detail .tab-content label{
	width: calc(50% - 2px);
	background: #D9D9D9;
	display: inline-block;
}

.detail .tab-content hr{
	margin: 30px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #84675E;
}

.detail .tab-content strong{
	color: #442120;
}

.detail.bg{
	padding: 50px 0 100px 0;
	background: #F2EAD3;
}

section:has(.detail.bg){
	margin-bottom: 0;
}

.item-description-wrap{
	width: 750px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 10px;
	background: #FFF;
}


/*review list
----------------------------------------------------*/
.review-title{
	margin-bottom: 30px;
}
.review-title em{
	font-style: normal;
}

.review-item-wrap{
	padding: 30px;
	background: #F2EAD3;
	display: grid;
	grid-template-columns: 0.3fr 1fr;
	grid-gap: 0 50px;
}

.review-item-name{
	font-size: 20px;
}

.review-average,
.review-count{
	display: inline-block;
}

.review-average{
	font-size: 20px;
	font-weight: bold;
}

.review-list{
	width: 100%;
}

.review-name,
.review-list-score-wrap{
	padding-right: 0.3em;
	display: inline-block;
}

.review-item-btn{
	text-align: center;
}

.review-name{
	font-weight: bold;	
}

.review-list li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #84675E;
}


/*review post
----------------------------------------------------*/
.review-form-wrap{
	width: 800px;
	margin: 50px auto;
}

.review-form-wrap dl{
	margin-bottom: 20px;
}

.review-form-wrap input,
.review-form-wrap textarea{
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

.review-form-wrap .btn{
	margin: 0 auto;
}


/*cart
----------------------------------------------------*/
.cart-title{
	padding: 0 0 30px 0;
	font-size: 30px!important;
	font-weight: 500;
}

.incart-total-item{
	margin-bottom: 30px;
	padding: 30px!important;
	background: #F2EAD3!important;
}

.order-box{
	width: 100%!important;
	margin: 0 auto 30px auto!important;
	padding: 0 0 30px 0!important;
	border-bottom: 1px solid #A2857C;
	/*grid-template-rows: 1fr 1fr auto auto!important;*/
	grid-gap: 0 50px;
}

.cart-item-name,
.cart-item-price{
	font-size: 20px;
	font-weight: bold;
}

.order-quantity-box{
	padding: 6px;
}

.cart-item-price{
	color: #B94121;
}

.cart-item-unit-price{
	font-size: 16px;
	font-weight: normal;
	color: #060606;
}

.cart-item-info,
.price-box{
	display: block!important;
}

.order-quantity-box{
  	width: 500px;
    display: grid;
    grid-template-columns: 80px 200px 200px!important;
	grid-gap: 0 10px;
}

.order-quantity-box input{
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
.cart-total-price,
.cart-total-point{
	text-align: center!important;
}

.payment-btn-wrap{
	text-align: center;
}

.btn_pay{
	max-width: 500px;
	width: 90%;
	margin: 30px auto 50px auto;
	padding: 15px;
	background: rgb(185, 65, 33);
	border: 0px;
	border-radius: 50px;
	font-size: 20px;
	color: rgb(255, 255, 255) !important;
	display: block!important;
}

.amazon-button{
	max-width: 300px!important;
	margin: 0 auto!important;
	display: block!important;
}


/*news list
----------------------------------------------------*/
.section-title.news-title{
	padding: 0 0 30px 0!important;
	font-size: 30px!important;
	font-weight: 500;
	text-align: left;
	display: block!important;
}

.news-list-head{
	width: 100%;
}

.news-list-unit{
	margin-bottom: 30px!important;
	padding-bottom: 30px!important;
	border-bottom: 1px solid #A2857C!important;
}

.news-list-date {
	font-size: 1.6rem!important;
}

.news-list-title{
	font-size: 1.6rem!important;	
}

.news-list-content{
	font-size: 1.4rem!important;	
}


/*narrow
----------------------------------------------------*/
.narrow{
	width: 800px;
}

.narrow .section-title{
	padding: 0 0 30px 0!important;
	font-size: 30px!important;
	font-weight: 500;
	display: block!important;
}

.narrow h3{
	margin: 2em auto 1em 0;
}

.narrow .contract-section h3{
	margin: 0 auto 1em 0;
}

.narrow p{
	margin-bottom: 0.8em;
}

.narrow .contract-section p{
	margin-bottom: 0;
}

.company-section pre,
.policy-section pre{
	white-space: pre-wrap;
}


/*footer
----------------------------------------------------*/
footer{
	padding: 50px 2%;
	background: #442120;
}

footer .contents{
	width: 100%;
	margin-bottom: 20px;
	color: #FFF;
	display: grid;
	grid-template-columns: 1fr 530px 360px;
	grid-gap: 0 20px;
}

footer .contents h2{
	margin-bottom: 20px;
	height: 45px;
}

footer .contents h2 img{
	width: auto;
	height: 45px;
	margin: 0 auto 0 0;
}

footer .contents p{
	margin-bottom: 20px;
}

footer .contents ul li a{
	position: relative;
	padding-left: 1em;
	color: #FFF!important;
}

footer .contents ul li a:before{
	position: absolute;
	top:-0.3em;
	left:0;
	content: "-";
	display: block;
}

.box_calendar{
	padding: 10px 20px;
	border-radius: 10px;
	background: #FFF;
	font-size: 12px;
}

.box_calendar h2{
	height: auto!important;
	margin-bottom: 10px!important;
	font-size: 16px;
	color: #060606;
	text-align: center;
}

.box_calendar_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

/* カレンダーのサイズ設定 */
.makeshop-calendar1,
.makeshop-calendar2 {
width: 100%;
margin: 0 auto;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* テキスト位置・罫線設定 */
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
box-sizing: border-box;
text-align: center;
border: 1px solid #e6e6e6;
}

/* 【曜日】テキストの太さ・背景設定 */
.makeshop-calendar1 th,
.makeshop-calendar2 th {
background: #dcdcdc;
font-weight: bold;
padding: 10px 0;
}

/* 【日付】テキストの太さ・背景設定 */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
background: #fff;
font-weight: bold;
padding: 5px 0;
}

/* 【今日】テキストの太さ・背景設定 */
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
background-color: #F2EAD3;
color: #060606;
}

/* 【日曜日】の設定 */
.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
color: #fff;
background: #B94121;
}

/* 【日曜日】日付の設定 */
.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
background: #D38D63;
}

/* 【土曜日】の設定 */
.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
color: #fff;
background: #B94121;
}

/* 【土曜日】日付の設定 */
.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
color: #fff;
color: #fff;
background: #B94121;
}

/* 【月曜日】の設定 */
.monday {
color: black;
}

/* 【火曜日】の設定 */
.tuesday {
color: black;
}

/* 【水曜日】の設定 */
.wednesday {
color: black;
}

/* 【木曜日】の設定 */
.thursday {
color: black;
}

/* 【金曜日】の設定 */
.friday {
color: black;
}
@media screen and (max-width: 640px){
.makeshop-calendar1,
.makeshop-calendar2 {
width: 100%;
}
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
font-size: 14px;
}
}

.box_calendar p{
	padding-top: 0.5em;
	color: #060606;
}

.box_calendar p span.today{
	width: 2em;
	height: 1em;
	margin-right: 0.5em;
	background: #F2EAD3;
	display: inline-block;
}

.box_calendar p span.closed{
	width: 2em;
	height: 1em;
	margin-right: 0.5em;
	background: #D38D63;
	display: inline-block;
}

.box_contact{
	padding: 20px;
	border-radius: 10px;
	background: #FFF;
	text-align: center;
	color: #442120;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_contact .asirai span{
	position: relative;
	padding: 0 35px;
}

.box_contact .asirai span:before{
	position: absolute;
	top:0;
	left:15px;
	width: 8px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_left02.png") no-repeat center left / contain;
	content: "";
	display: block;	
}

.box_contact .asirai span:after{
	position: absolute;
	top:0;
	right:15px;
	width: 8px;
	height: 100%;
	background: url("https://bamlee.com/img/common/bg_ttl_right02.png") no-repeat center right / contain;
	content: "";
	display: block;
	visibility: visiblel;
}

.box_contact h3{
	position: relative;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	line-height: 1.0;
	font-size: 40px;
	font-weight: normal;
	color: #B94121;
}

.box_contact h3 span{
	position: relative;
	top:-0.5em;
	margin-right: 0.8em;
	padding: 10px;
	background: #B94121;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
}

footer .contents .box_contact p{
	margin-bottom: 20px;
	font-size: 14px;
}

.box_contact a{
	padding: 20px;
	border-radius: 10px;
	background: #B94121;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
}

.box_contact a span{
	padding-left: 1.8em;
	background: url("https://bamlee.com/img/common/icon_mail_w.png") no-repeat left center / 1.6em;
}

.copyright{
	font-size: 14px;
	color: #FFF;
}


/*page top
--------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	bottom:30px;
	z-index:999;
}

#page-top a{
	width:60px;
	height:60px;
	/*padding-top:18px;
	background:#FFF;*/
	display:block;
	scroll-behavior: smooth!important;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}

#page-top a img{
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}
