.banner-inner{
	padding: 138px 45px 140px;
	background: rgba(235, 57, 48, 0.85);
	display: inline-block;
	min-width: 287px;
	margin-right: 70px;
}
.main-content-inner.contact-bannner .banner-inner {
	padding-left: 30px;
	padding-right: 30px;
	min-width: 250px;
}
.banner-inner h2{
	text-align: center;
	color: white;
	font-size: 30px;
}
.main-content .about-banner h2{
	padding-left: 0;
	margin: 0;
	letter-spacing: 0;
}
.about-banner h2::before{
	display: none
}
.about-banner{
	background: url('../images/about-banner.jpg') no-repeat center /cover;
	text-align: center;
}
.breadcrumb{
	padding: 35px 0 45px;
	margin: 0;
}
.breadcrumb-item.active {
	color: #171717;
}
.breadcrumb-item,
.breadcrumb-item a{
	color: #6a6a6a;
	font-size: 14px;
	text-transform: uppercase;
}
.breadcrumb-item a:hover{
	color: #eb3930;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
}
.company-profile-left{
	margin-left: auto;
	max-width: 765px;
}
.copy-profile{
	padding:45px 0 90px;
/* 	background: url('../images/about-rigth.jpg') no-repeat right top 30%;
	background-size: 50% 80%; */
	max-width: 1920px;
	margin: 0 auto;
}
.copy-profile .row{
	margin: 0;
}
.copy-profile .row [class*=col]{
	padding: 0
}
.company-profile-left p{
	margin-bottom: 30px;
	letter-spacing: 0.96px;
	line-height: 1.6;
}
.profile-inner-left{
	padding-left: 10px;
}
.profile-inner-left p{
	padding-left: 24px;
	border-left: 3px solid #eb3930;
	font-weight: 600;
}
.profile-inner-right p{
	font-weight: 300;
	padding-left: 35px;
}
.profile-inner-right{
	border-left: 1px solid #d0cfd0;
	height: 100%;
}
.copy-porfile{
	padding-bottom: 84px
}
.company-profile-right{
	height: 100%;
}
.company-profile-right img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.corporate-history{
	padding: 36px 0 0
}
.main-content .corporate-history h2::before{
	background-image: url('../images/corporate-border.png')
}
.corporate-history li{
	margin-bottom: 66px;
	display: flex;
	align-items: center;
	padding-left: 29px;
	position: relative;
}
.corporate-history li:last-child{
	margin-bottom: 0;
}
.corporate-history li .middle-bdr{
	width: 141px;
	height: 1px;
	background: #dfdfdf;
	display: block;
	margin: 0 35px;
}
.corporate-history li strong{
	font-weight: 300;
}
.corporate-history li::before{
	content: '';
	display: block;
	background: #f9b62b;
	width: 11px;
	height: 11px;
	border-radius: 100px;
	position: absolute;
	left: 0;
}
.corporate-history h2{
	margin-bottom: 95px;
}
.company-profile-left h2{
	margin-bottom: 72px;
}
.corporate-date{
	min-width: 120px;
	font-size: 14px;
}
/* cards pages */
.cards-page-banner .banner-inner{
	min-width: auto;
	padding-left: 30px;
	padding-right: 30px
}
.card-quantity .buy-value input.number{
	font-size: 17px;
}
.card-quantity .buy-value .increase{
	font-size: 21px;
}
.card-name img{
	max-width: 135px;
}
.cards-main{
	padding: 30px 0 0
}
.cards-left{
	padding: 30px 29px;
	border: 1px solid #dcdcdc;
	margin-right: 22px;
	position: relative
}
.card-left-inner{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
	padding-bottom: 27px;
	margin-bottom: 27px;
	position: relative;
}
.card-left-inner .opcity0{
	opacity: 0;
	visibility: hidden;
}
.card-left-inner:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cards-left .close-icon{
	position: absolute;
	top: -14px;
	right: 0;
	cursor: pointer;
	width: 16px;
}
.card-name{
	display: flex;
	align-items: center;
}
.card-name p{
	margin-bottom: 0;
	margin-left: 30px;
	font-weight: 600
}
.card-pice{
	width: 154px
}
.card-pice p{
	color: #838383;
	margin-bottom: 37px;
	font-size: 14px;
}
.card-pice h5{
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-bottom: 0
}
.card-pice h5 span{
	font-weight: 300;
	color: #838383;
}
.card-quantity p{
	font-size: 14px;
	color: #838383;
	margin-bottom: 24px;
}
.buy-value.card-quantity-value{
	max-width: 160px;
	margin-left: 0
}
.card-pice h5.danger{
	color: #eb3930;
}
.cards-right{
	border: 1px solid #dcdcdc;
	padding: 28px 17px;
}
.form-group{
	display: flex;
	justify-content: space-between
}
.form-group .input{
	max-width: 47%;
	width: 100%;
}
.cards-right .input,
.cards-right .textarea{
	margin-bottom: 29px
}

.cards-right .textarea textarea{
	height: 140px
}
.textarea label,
.input label{
	letter-spacing: 0.84px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #838383;
}
.input.gift-wraping{
	padding: 30px 0 33px;
	border: solid #bababa;
	border-width: 1px 0 1px 0;
	margin-bottom: 20px !important;
}
.tax-included{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.tax-included h5{
	color: #838383;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.9;
}
.tax-included h5 span{
	font-size: 15px;
}
.tax-included h4{
	margin-bottom: 0;
	color: #eb3930;
}
.tax-included h4 span{
	font-size: 20px;
	font-weight: 300;
	color: #0d0d0d;
}
/* contact  page style */
.contact-main{
	padding: 47px 0 0;
}
.contact-main p{
	margin-bottom: 57px;
	font-weight: 300;
}
.contact-btns{
	display: flex;
	align-items: center;
	justify-content: space-between ;
	max-width: 631px;
	padding-bottom: 124px
}
.contact-btns .them-btn{
	max-width: 300px;
	color: white;
	width: 100%;
	height: 50px;
}
.contact-btns .them-btn:hover{
	color: #f9b62b;
}
.contact-form h2{
	margin-bottom: 45px;
}
.input{
	margin-bottom: 30px
}
.textarea textarea,
.input input,.input select{
	height: 50px;
	width: 100%;
	padding:15px 17px ;
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
	font-size: 15px;
	font-weight: 300;
}
.contact-form .textarea textarea,
.contact-form .input input,.contact-form .input select{
	color: #0d0d0d;
}
.contact-form .input input::placeholder,
.textarea textarea::placeholder,
.input select::placeholder{
	opacity: 1;
}
.input select{
	background: #f9f9f9 url('../images/gray-dropdown-icon.png') no-repeat right 16px center;
	appearance: none;
	color: #1c1c1c;
}
.textarea textarea{
	height: 210px;
	padding:21px 17px;
	resize: none;
}
.form-left{
	margin-bottom: 80px;
}
.form .danger-btn{
	margin: 0 auto;
	display: block;
	max-width: 400px;
	width: 100%;
	height: 50px
}
.kagurazaka-gojuban h4{
	margin-bottom: 55px;
	font-size: 20px;
}
.kagurazaka-gojuban p{
	margin-bottom: 60px;
	line-height: 2;
	font-weight: 300;
	font-size: 16px;
}
.kagurazaka-gojuban p:last-child{
	margin-bottom: 0;
}
.history-and-taste p{
	max-width: 641px;
}
.kagurazaka-gojuban{
	padding: 25px 0 0
}
.history-and-taste{
	/*background: url('../images/what-we-do-img.jpg') no-repeat right top/49%;*/
	max-width: 1920px;
	margin: 30px auto 0;
}
/* privacy page style */
.privacy-main{
	padding-top: 20px;
}
.privacy-main p,
.privacy-main ul {
	margin-bottom: 70px;
	line-height: 2;
	font-weight: 300;
}
.privacy-main p:last-child{
	margin-bottom: 0;
}
/*.privacy-main p.mr-btm-small{*/
/*	margin-bottom: 40px;*/
/*}*/
.privacy-main h5 {
	margin-bottom: 10px
}
.privacy-main li{
	margin-bottom: 40px;
	position: relative;
	padding-left: 26px
}
/*.privacy-main ul{*/
/*	margin-bottom: 10px;*/
/*}*/
.privacy-main li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	margin-top: -5px;
	display: block;
	width: 11px;
	height: 11px;
	background: #f9b62b;
	border-radius: 100px;
}
/* return page style */
.cancellation-return{
	padding-top: 40px;
}
.cancellation-return p{
	letter-spacing: 0.96px;
	line-height: 2;
	font-weight: 300
}
.cancellation-return p:last-child{
	margin-bottom: 0;
}
.cancellation-return h2{
	margin-bottom: 80px
}
.cancellation-return .them-btn{
	margin-bottom: 38px;
	color: white;
	max-width: 300px;
	height: 50px;
}
.return-right p strong{
	font-weight: 600;
}
.cancellation-return .them-btn:hover{
	color: #f7b72b
}
/* shipping pages style */
.shipping-cost{
	padding-top: 30px
}
.shipping-cost h2{
	margin-bottom: 75px
}
.shipping-cost-left p{
	margin-bottom: 46px
}
.shipping-page p,
.shipping-cost-list li{
	font-weight: 300;
}
.shipping-cost p{
	line-height: 2;
}
.shipping-cost-right h4,
.shipping-cost-center h4{
	font-weight: 300;
	padding-left: 18px;
	line-height: 1.6;
	margin-bottom: 55px;
	position: relative
}
.shipping-cost-right h4{
	padding-left: 0
}
.shipping-cost-right h4::before,
.shipping-cost-center h4::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #eb3930;
	height: 100%;
	width: 2px
}
.shipping-cost-right h4::before{
	background: #f7b72b;
	left: -18px
}
.shipping-cost-right h4 span,
.shipping-cost-center h4 span{
	font-weight: 600;
	background: #dedede;
	font-size: 18px;
	margin: 0 2px;
	padding: 4px;
}
.shipping-cost-list li{
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 26px;
	position: relative
}
/* .shipping-cost-list li::before{
	content: 'â€»';
	display: block;
	left: 0;
	font-size: 14px;
	top: 0;
	position: absolute
} */
.shipping-cost{
	padding-bottom: 118px
}
.shipping-charges-inner{
	max-width: 440px;
	padding: 15px 0 26px 22px;
}
.shipping-charges h5{
	margin-bottom: 30px
}
.shipping-charges-left{
	max-width: 70%;
	width: 100%;
}
.shipping-charges-left p{
	font-size: 14px;
}
.shipping-charges-right{
	max-width: 30%;
	width: 100%;
}
.shipping-charges h2{
	margin-bottom: 26px
}
.shipping-charges-inner{
	display: flex;
	border-bottom: 1px solid #d8d8d8;
	align-items: center;
}
.shipping-charges-inner p{
	margin-bottom: 0
}
.shipping-charges p.limitations-txt{
	margin: 70px 0 120px;
	line-height: 2
}
.delivery-method p{
	margin-bottom: 50px;
	line-height: 2;
}
.delivery-method .delivery-week p{
	margin-bottom: 25px
}
.delivery-method .delivery-week p:last-child {
	margin-bottom: 0;
}
.delivery-week-right{
	border-left: 1px solid #c0c0c0;
	padding-left: 60px;
}
.delivery-week{
	margin-bottom: 60px
}
.delivery-method{
	padding-bottom:80px;
}
.delivery-date p{
	line-height: 2;
}
.delivery-date p span{
	display: block;
}
.delivery-date {
	padding-bottom: 117px;
}
.delivery-date li{
	margin-bottom: 43px;
	line-height: 2;
	position: relative;
	padding-left: 39px;
	font-weight: 300;
}
.delivery-date li::before{
	content: '※';
	display: block;
	left: 0;
	font-size: 14px;
	top: 0;
	position: absolute
}
.about-receipt{
	line-height: 2;
}
.about-receipt P:last-child{
	margin-bottom: 0;
}
.transactions-law p{
	margin-bottom: 0;
	line-height: 2;
	font-weight: 300;
}
.transactions-law-left p{
	font-weight: 600
}
.transactions-law-left p span{
	font-size: 12px;
	display: block;
}
.transactions-law-left,
.transactions-law-right{
	border-left: 1px solid #e3e3e3;
	padding: 40px 0 35px 59px;
}
.transactions-law-left{
	border-left: 0;
}
.transactions-law-left{
	padding-left: 23px
}
.transactions-law-inner{
	border-bottom: 1px solid #e3e3e3;
}
.transactions-law{
	padding: 20px 0 0
}
.transactions-law-left.nakashima-co,
.transactions-law-right.nakashima-co{
	padding-top: 17px;
}
.kagurazaka-gojuban-img {
	padding-top: 7px;
}
@media(min-width: 1920px){
	.delivery-week .col-xl-2{
		width: 17%;
	}
	.shipping-cost .col-xl-4{
		width: 35.333%;
	}
	.copy-profile{
		background-size: 56% 79%;
	}
	.cards-main .col-xxl-3{
		width: 26.66%;
	}
	.cards-main .col-xxl-9{
		width: 73.34%;
	}
	.contact-form .col-md-5{
		width: 44%;
	}
	.contact-form .col-md-7{
		width: 56%;
	}
	.transactions-law-inner .col-md-2{
		width: 18.967%;
	}
	.transactions-law-inner .col-md-10{
		width: 81.033%;
	}
	.history-and-taste{
		background-size: 52%;
	}
}
@media(max-width:1919px){
	.copy-profile{
		background-size: 50% auto;
	}
	.copy-profile{
		background-position: right top 30%
	}
	.cancellation-return{
		padding-top: 40px;
	}
	.delivery-method .delivery-week p{
		font-size: 14px;
	}
	.shipping-cost-list li br{
		display: none
	}
	.shipping-cost-left p{
		margin-bottom: 35px
	}
	.shipping-cost-right h4, .shipping-cost-center h4{
		margin-bottom: 45px
	}
	.shipping-cost h2{
		margin-bottom: 60px
	}
}
@media(max-width: 1459px){
	.company-profile-left p{
		font-size: 14px;
	}
	.profile-inner-left p{
		padding-left: 15px
	}
	.profile-inner-right p{
		padding-left: 26px;
	}
	.profile-inner-right{
		margin-left: 10px;
	}
	.banner-inner{
		padding: 125px 45px 125px
	}
	.breadcrumb{
		padding: 30px 0 40px
	}
	.company-profile-left h2{
		margin-bottom: 60px
	}
	.copy-profile{
		padding:25px 0 70px
	}
	.corporate-history li{
		font-size: 14px;
	}
	.corporate-history li{
		margin-bottom: 40px
	}
	.corporate-history h2{
		margin-bottom: 70px
	}
	.corporate-history{
		padding-top: 30px
	}
	.cards-left{
		padding: 25px 20px
	}
	.card-name p{
		margin-left: 15px;
		font-size: 14px;
	}
	.card-name img{
		max-width: 90px;
	}
	.card-pice{
		width: 90px;
	}
	.card-pice p{
		margin-bottom: 16px
	}
	.cards-left{
		margin-right: 15px;
	}
	.cards-right .textarea textarea,
	.cards-right .input input,
	.cards-right .input select{
		font-size: 14px;
		padding: 10px 8px
	}
	.form-group{
		display: block
	}
	.form-group .input{
		max-width: 100%
	}
	.card-pice h5{
		font-size: 18px;
	}
	.buy-value.card-quantity-value{
		max-width: 140px;
		height: 40px
	}
	.buy-value.card-quantity-value .value-button{
		height: 36px
	}
	.cards-left .close-icon{
		max-width: 15px;
	}
	.cards-right .input, .cards-right .textarea{
		  margin-bottom: 25px;
	}
	.contact-main{
		padding-top: 30px ;
	}
	.contact-main p{
		margin-bottom: 50px
	}
	.contact-btns{
		padding-bottom: 104px;
	}

	.form .danger-btn{
		max-width: 350px
	}
	.contact-btns .them-btn{
		height: 45px
	}
	.kagurazaka-gojuban p{
		font-size: 14px;
		line-height: 2
	}
	.kagurazaka-gojuban h4{
		margin-bottom: 40px
	}
	.history-and-taste{
		background-position: right top 30%;
	}
	.kagurazaka-gojuban{
		padding-bottom: 60px;
	}
	.privacy-main p,
	.privacy-main ul{
		margin-bottom: 60px
	}
	.cancellation-return h2{
		margin-bottom: 60px
	}
	.cancellation-return h2{
		font-size: 30px
	}
	.shipping-cost-left p{
		margin-bottom: 30px
	}
	.shipping-cost-left p br {
		display: none
	}
	.shipping-cost-right h4, .shipping-cost-center h4{
		margin-bottom: 35px
	}
	.shipping-cost{
		padding-bottom: 80px;
	}
	.shipping-cost-left{
		margin-bottom: 50px
	}
	.shipping-cost h2{
		margin-bottom: 50px
	}
	.delivery-method p{
		margin-bottom: 40px
	}
	.delivery-date li{
		margin-bottom: 30px;
	}
	.delivery-date{
		padding-bottom: 100px;
	}
	.transactions-law p,
	.privacy-main p,
	.cancellation-return p,
	.contact-main p,
	.shipping-cost-left p,
	.shipping-page p,
	.delivery-date li,
	.shipping-cost-list li, 
	.thank-you p {
		font-size: 14px;
	}
	/* .transactions-law  p br{
		display: none;
	} */
	.transactions-law-left,
	.transactions-law-right{
		padding: 30px 0 30px 50px;
	}
	.transactions-law-left{
		padding-left: 15px;
	}
	.profile-inner-left{
		padding-right: 9px;
	}
	.breadcrumb-item, .breadcrumb-item a{
		font-size: 14px;
	}
	.card-quantity p{
		margin-bottom: 8px;
	}
}
@media(max-width:1199px){
.privacy-main li::before{
	top: 14px
}
	.profile-inner-right{
		margin: 0;
		/* border: 0 */
	}
	.profile-inner-right p{
		padding-left: 15px
	}
	.company-profile-left p{
		margin-bottom: 15px
	}
	.profile-inner-right p{
		margin-bottom: 25px
	}
	.banner-inner h2{
		font-size: 27px;
	}
	.banner-inner{
		padding: 110px 45px 110px
	}
	.breadcrumb{
		padding: 30px 0 40px
	}
	.company-profile-left h2{
		margin-bottom: 50px
	}
	.copy-profile{
		padding-bottom: 50px
	}
	.corporate-history li{
		padding-left: 21px
	}
	.corporate-history li .middle-bdr{
		width: 91px;
		margin: 0 24px;
	}
	.corporate-history h2{
		margin-bottom: 50px
	}
	.cards-left{
		margin: 0 0 30px;
	}
	.form-group{
		display: flex
	}
	.form-group .input{
		max-width: 49%
	}
	.cards-main{
		padding-top: 20px
	}
	.contact-main{
		padding-top: 25px
	}
	.form-left{
		margin-bottom: 70px
	}
	.form .danger-btn{
		max-width: 300px
	}
	.kagurazaka-gojuban h4{
		margin-bottom: 30px
	}
	.kagurazaka-gojuban p{
		margin-bottom: 40px;
	}
	.privacy-main p,
	.privacy-main ul{
		margin-bottom: 50px
	}
	.privacy-main li{
		font-size: 14px
	}
	.cancellation-return h2{
		font-size: 24px;
		margin-bottom: 40px
	}
	.shipping-cost{
		padding-bottom: 60px;
	}
	.shipping-charges p.limitations-txt{
		margin: 50px 0 80px;
	}
	.delivery-method p br {
		display: none
	}
	.delivery-method p{
		margin-bottom: 30px
	}
	.delivery-week-right{
		padding-left: 0;
		border-left: 0
	}
	.delivery-method .delivery-week p{
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.delivery-week-left{
		margin-bottom: 30px
	}
	.delivery-week{
		margin-bottom: 30px
	}
	.delivery-method{
		padding-bottom: 70px;
	}
	.delivery-week{
		margin-top: 10px
	}
	.delivery-date li{
		font-size: 14px
	}
	.delivery-date li{
		margin-bottom: 20px;
	}
	.delivery-date{
		padding-bottom: 60px;
	}

	.transactions-law-left,
	.transactions-law-right{
		padding: 30px 0 30px 40px;
	}
	.transactions-law-left{
		padding-left: 15px;
	}
}
@media(max-width: 991px){
	.copy-profile{
		background: transparent
	}
	.company-profile-left{
		margin-left:0 ;
		margin-bottom: 30px
	}
	.profile-inner-right{
		border-left: 1px solid #d0cfd0;
	}
	.banner-inner{
		min-width: 200px;
	}
	.banner-inner{
		padding: 90px 45px 90px
	}
	.banner-inner h2{
		font-size: 25px;
	}
	.company-profile-left h2{
		margin-bottom: 40px
	}
	.corporate-history li{
		display: block
	}
	.corporate-history li .middle-bdr{
		width: 0;
		height: 0
	}
	.corporate-history li strong{
		margin-top: 14px;
  		display: block;
	}
	.corporate-history li::before {
		width: 9px;
		height: 9px;
		top: 5px;
	}
	.corporate-history h2{
		margin-bottom: 30px
	}
	.breadcrumb{
		padding-bottom: 30px
	}
	.copy-profile{
		padding-bottom: 20px
	}
	.input input,.input select{
		height: 45px;
	}
	.textarea textarea{
		height: 194px
	}
	.form .danger-btn{
		height: 45px;
	}
	.contact-btns{
		padding-bottom: 80px
	}
	.contact-main p{
		margin-bottom: 40px
	}
	.contact-btns{
		padding-bottom: 70px;
	}

	.input{
		margin-bottom: 25px
	}
	.textarea textarea{
		height: 184px
	}
	.form-left{
		margin-bottom: 50px
	}
	.footer-wrap{
		padding-left: 0
	}
	.contact-btns .them-btn{
		height: 41px
	}
	.history-and-taste{
		background: transparent
	}
	.kagurazaka-gojuban{
		padding-bottom: 30px
	}
	.kagurazaka-gojuban h4{
		margin-bottom: 35px
	}
	.kagurazaka-gojuban-img {
		padding-top: 0;
		padding-bottom: 40px
	}
	.privacy-main p,
	.privacy-main ul{
		margin-bottom: 40px
	}
	h5{
		font-size: 16px;
	}
	/*.privacy-main p.mr-btm-small{*/
	/*	margin-bottom: 30px;*/
	/*}*/
	.privacy-main li,
	.privacy-main p{
		margin-bottom: 30px;
	}
	.cancellation-return p br{
		display: none
	}
	.return-left{
		margin-bottom: 50px
	}
	.cancellation-return h2{
		font-size: 22px
	}
	.shipping-cost{
		padding-bottom: 60px;
	}
	.shipping-cost h2{
		margin-bottom: 40px
	}
	.shipping-charges p.limitations-txt{
		margin: 40px 0 60px;
	}
	.shipping-charges h5{
		font-size: 16px;
	}
	.delivery-method p{
		margin-bottom: 15px
	}
	.delivery-week{
		margin-top: 30px
	}
	.delivery-date{
		padding-bottom: 70px;
	}
	.transactions-law-left,
	.transactions-law-right{
		padding: 25px 0 25px 30px;
	}
	.transactions-law-left{
		padding-left: 15px;
	}
	.kagurazaka-gojuban p{
		max-width: 100%;
	}
}
@media(max-width: 767px){
	.breadcrumb{
		padding: 30px 0 25px
	}
	.banner-inner{
		padding: 70px 40px 70px;
		margin-right: 0;
	}
	.company-profile-left h2{
		margin-bottom: 35px
	}
	.corporate-history li{
		margin-bottom: 30px
	}
	.buy-value.card-quantity-value{
		max-width: 100px
	}
	.contact-main .contact-btns .them-btn{
		max-width: 49%;
	}
	.contact-btns{
		padding-bottom: 60px
	}

	.input{
		margin-bottom: 20px
	}
	.form-left{
		margin-bottom: 0
	}
	.form-right{
		margin-bottom: 30px;
	}
	.textarea textarea, .input input,.input select{
		font-size: 14px;
	}
	.textarea textarea{
		height: 135px
	}
	.kagurazaka-gojuban h4{
		margin-bottom: 30px
	}
	.kagurazaka-gojuban h4{
		font-size: 18px;
	}
	.cancellation-return h2{
		font-size: 20px
	}
	.return-right{
		margin-bottom: 0;
	}
	.cancellation-return p:last-child{
		margin-bottom: 0;
	}
	.shipping-cost h2{
		margin-bottom: 30px
	}
	.shipping-cost-right h4 span, .shipping-cost-center h4 span{
		font-size: 16px;
	}
	.shipping-charges p.limitations-txt br{
		display: none
	}
	.shipping-charges p.limitations-txt{
		margin:40px 0 0;
	}
	.delivery-method h2{
		margin-top: 80px;
	}
	.shipping-cost{
		padding-bottom: 50px;
	}
	.product-list-btns, .main-content h2{
		margin-bottom: 20px
	}
	.delivery-week + p{
		margin-bottom: 0
	}
	.delivery-method,
	.delivery-date{
		padding-bottom: 80px;
	}
	.transactions-law,
	.corporate-history,
	.about-receipt,
	.corporate-history{
		padding-bottom: 0;
	}
	.about-receipt p:last-child,
	.corporate-history li:last-child{
		margin-bottom: 0;
	}
	.delivery-date li{
		padding-left: 30px;
	}
	.company-profile-left h2{
		margin-bottom: 40px;
	}
	.cancellation-return h2{
		font-size: 35px;
	}
	h2{
		font-size: 36px;
	}
	.main-content h2{
		margin-bottom: 50px;
	}

	.contact-form h2 {
		margin: 0 0 30px;
	}
	.shipping-cost-center{
		margin-bottom: 30px;
	}
	.privacy-main p:last-child{
		margin-bottom: 0;
	}
	.privacy-main,
	.history-and-taste,
	.kagurazaka-gojuban{
		padding-bottom: 0;
	}
	.store-info-box.alt{
		margin-bottom: 0 !important;
	}
	.store-info{
		padding-bottom: 0 !important;
	}
	.delivery-date li:last-child {
		margin-bottom: 0;
	}
	.delivery-method .col-md-6:first-child p{
		margin-bottom: 0;
	}
	.shipping-cost-center{
		margin-bottom: 0;
	}
	.history-and-taste{
		margin-top: 25px;
	}
	.card-left-inner{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.card-pice{
		width:70px;
	}
}
@media(max-width: 575px){
.privacy-main li::before{
	top: 11px
}
	.profile-inner-right{
		border-left: 0
	}
	.breadcrumb{
		padding: 30px 0 15px;
	}
	.banner-inner{
		min-width: 150px;
		padding: 70px 30px 70px;
	}
	.banner-inner h2{
		font-size: 22px;
	}
	.company-profile-left{
		margin-bottom: 0
	}
	.company-profile-left h2{
		margin-bottom: 25px
	}
	.corporate-history li strong{
		margin-top: 11px;
	}
	.corporate-history h2{
		line-height: 1
	}
	.company-profile-left p{
		margin-bottom: 7px
	}
	.profile-inner-right{
		margin-bottom: 15px
	}
	p{
		font-size: 12px;
	}
	.company-profile-left p{
		font-size: 12px;
	}
	.corporate-history li{
		font-size: 12px;
	}
	.corporate-history li{
		margin-bottom: 20px
	}
	.copy-profile{
		padding-top: 15px
	}
	.corporate-history{
		padding-top: 25px;
	}
	.banner-inner{
		width: 100%;
	}
	.form-group{
		display: block
	}
	.form-group .input{
		max-width: 100%
	}
	.input input, .input select{
		height: 40px;
		font-size: 12px !important	;
	}
	.gift-wraping{
		padding: 20px 0
	}
	.cards-left{
		flex-wrap: wrap
	}

	.cards-left{
		padding: 15px;
	}
	.card-pice p{
		font-size: 12px;
		margin-bottom: 10px
	}
	.card-quantity p{
		font-size: 12px
	}
	.card-pice h5{
		font-size: 16px
	}
	.card-name{
		max-width: 48%;
		margin-bottom: 20px
	}
	/* .card-quantity, */
	.card-pice{
		width: 100%;
		max-width: 48%
	}
	.card-name img{
		max-width: 65px
	}
	.card-name p{
		margin-left: 10px
	}
	.buy-value.card-quantity-value{
		max-width: 100px
	}
	.contact-main .contact-btns .them-btn{
		max-width: 320px;
		margin: 0 auto 15px;
	}
	.contact-btns{
		display: block
	}
	.contact-main{
		padding: 20px 0 0;
	}
	.contact-main p{
		margin-bottom: 30px
	}
	.contact-btns{
		padding-bottom: 30px
	}
	.contact-form h2{
		margin-bottom: 30px
	}
	.textarea textarea, .input input,.input select{
		padding: 13px 13px;
		font-size: 12px;
	}
	.textarea textarea{
		height: 120px
	}
	.kagurazaka-gojuban h4{
		margin-bottom: 20px
	}
	.corporate-date,
	.kagurazaka-gojuban p,
	.contact-main p,
	.privacy-main p,
	.cancellation-return p,
.transactions-law p,
.shipping-cost-left p,
.shipping-page p,
.delivery-date li,
.shipping-cost-list li,
.delivery-method .delivery-week p
	{
		font-size: 12px;
	}
	.kagurazaka-gojuban-img {
		padding-bottom: 25px
	}
	.kagurazaka-gojuban h4{
		font-size: 16px;
	}
	.privacy-main li{
		font-size: 12px;
		margin-bottom: 20px
	}
	h5{
		font-size: 14px;
	}
	.privacy-main p,
	.privacy-main ul{
		margin-bottom: 20px
	}
	.privacy-main ul{
		margin-bottom: 25px;
	}
	.cancellation-return h2{
		font-size: 17px;
		margin-bottom: 20px
	}
	.return-left{
		margin-bottom: 30px
	}
	.cancellation-return{
		padding-top: 20px
	}
	.shipping-cost h2{
		margin-bottom: 20px;
	}
	.shipping-cost-left p{
		margin-bottom: 20px
	}
	.shipping-cost-left{
		margin-bottom: 30px
	}
	.shipping-cost-right h4 span, .shipping-cost-center h4 span{
		font-size: 15px;
	}
	.shipping-cost-right h4, .shipping-cost-center h4{
		margin-bottom: 20px
	}
	.shipping-cost{
		padding-bottom: 20px;
	}
	.shipping-cost-list li{
		padding-left: 21px;
	}
	.shipping-cost-list li{
		font-size: 12px;
	}
	.shipping-cost{
		padding-bottom: 10px;
	}
	.shipping-charges h5{
		line-height: 1.5
	}
	.shipping-charges p.limitations-txt{
		margin: 30px 0 0;
	}
	.shipping-charges h5{
		margin-bottom: 20px
	}
	.shipping-charges-left{
		padding-right: 10px;
	}
	.about-receipt{
		padding-bottom: 10px
	}
	.delivery-method{
		padding-bottom: 10px;
	}
	.product-list-btns, .main-content h2{
		line-height: 1.5
	}
	.delivery-date li{
		font-size: 12px;
		padding-left: 22px;
	}
	.transactions-law-left,
	.transactions-law-right{
		padding: 10px 0;
		border-left: 0
	}
	.transactions-law-left{
		padding-left: 0
	}
	.transactions-law p{
		font-size: 12px;
		line-height: 1.5
	}
	.transactions-law-inner{
		margin-bottom: 15px
	}
	.shipping-cost-right{
		margin-left: 19px;
	}
	.cancellation-return h2,
	h2{
		font-size: 18px;
	}
	.main-content h2{
		margin-bottom: 20px;
	}
	.corporate-history,
	.privacy-main,
	.cancellation-return,
	.history-and-taste{
		padding-bottom: 0;
	}
	.kagurazaka-gojuban p{
		margin-bottom: 20px;
	}
	.transactions-law-inner:last-child{
		margin-bottom: 0;
	}
	.breadcrumb-item, .breadcrumb-item a{
		font-size: 12px;
	}
	.profile-inner-right{
		padding-left: 15px;
		height: auto;
		margin-bottom: 20px;
	}
	.transactions-law-left{
		padding-bottom: 0;
	}
	.transactions-law-right.nakashima-co,
	.transactions-law-right{
		padding-top: 6px;
	}
	.delivery-method h2{
		margin-top: 40px;
	}
	 .delivery-method, .delivery-date{
	 	padding-bottom: 40px;
	 }
	 .shipping-charges-inner{
	 	padding-left: 15px;
	 }
	 .shipping-cost-center{
	 	margin-bottom: 30px;
	 }
	 .history-and-taste{
		margin-top: 20px;
	}
	.input.gift-wraping{
		padding: 29px 0;
	}
	.card-left-inner{
		flex-wrap: wrap;
	}
	.cards-left .close-icon{
		top: 0;
	}
	.card-pice.alt{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}

@media(max-width:575px){
	.card-left-inner{
		flex-wrap: nowrap;
	}
	.cards-left{
		padding: 15px 10px;
	}
	.card-name img{
		max-width: 40px;
	}
	.card-pice h5{
		font-size: 14px;
	}
	.card-pice{
		max-width: 48px;
	}
	.card-name p{
		font-size: 11px;
		margin-left:4px;
	}
	.card-name{
		max-width: 80px;
		margin-top: 14px;
	}
	.buy-value.card-quantity-value{
		max-width: 65px;
		height: 27px;
	}
	.card-quantity .buy-value input.number {
		font-size: 13px;
	}
	.buy-value.card-quantity-value .value-button {
		width: 27px;
		height: 25px;
	}
	.cards-left .close-icon{
		top: -15px;
		right: -5px;
		max-width: 12px;
	}
	.card-pice.alt{
		display: block;
	}
	.card-pice p{
		margin-bottom:14px;
	}
	.card-name{
		margin-bottom: 0;
	}
	.card-left-inner{
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.cards-left .card-left-inner:first-child .close-icon{
		top: -15px;
	}
	.cards-left .close-icon{
		top: 0;
	}
}
@media(max-width: 479px){
	.side-bar-list li{
		padding-left: 12px;
  		padding-right: 12px;
	}
}
@media(max-width: 359px){
	.card-pice p{
		margin-bottom: 8px;
	}
	.card-name{
		margin-top: 3px;
	}
	.buy-value.card-quantity-value{
		max-width: 60px;
		justify-content: space-between;
	}
	.buy-value.card-quantity-value .value-button{
		width: 20px;
	}
	.side-bar-list li a{
		font-size: 10px;
	}
	.card-name{
		display: block;
	}
	.card-name p{
		margin-top: 5px;
		margin-left: 0;
		text-align: center;
	}
}
