/* ---------------------------------------------------------------
start Shopping Guide CSS
--------------------------------------------------------------- */

.col_guide {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	padding: 55px 0;
}

.col_scene .ttl {
	margin: 0 0 88px;
}

.anchor_guide {
	width: 100%;
	margin: 0 0 70px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.anchor_guide a {
	width: 23.5%;
	height: 146px;
	margin: 0 2% 2% 0;
	padding: 15px 0 20px;
	color: #404040;
	text-align: center;
	text-decoration: none;
	font-feature-settings: "palt";
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 0;
	transition: .2s;
}

.anchor_guide a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin: 0 auto;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	transform: rotate(45deg);
}

.anchor_guide a:nth-of-type(4n) {
	margin-right: 0;
}

.anchor_guide a:nth-of-type(3n + 3) {
	background-color: #fbeaca;
}

.anchor_guide a:nth-of-type(3n + 2) {
	background-color: #e1ebf7;
}

.anchor_guide a:nth-of-type(3n + 1) {
	background-color: #eef3da;
}

.anchor_guide a:nth-of-type(3n + 3):hover {
	background-color: #a5c33b;
}

.anchor_guide a:nth-of-type(3n + 2):hover {
	background-color: #4b9fd0;
}

.anchor_guide a:nth-of-type(3n + 1):hover {
	background-color: #e7aa17;
}

.anchor_guide a img {
	margin: auto;
}

.wrap_guide {
	max-width: 832px;
	margin: 0 auto;
	padding: 0;
}

.acbtn_guide {
	display: none;
}

.mds_guide {
	margin: 0 0 20px;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

.mds_guide::before {
	content: "";
	width: 67px;
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 17px;
	left: -86px;
}

.hide_guide {
	margin: 0;
	padding: 0 0 100px;
}

.step_guide {
	width: 100%;
	margin: 0 0 42px;
	padding: 0;
	display: flex;
}

.step_guide:last-of-type {
	margin-bottom: 0;
}

.step_guide .circle {
	width: 98px;
	height: 98px;
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: 700;
	border: solid 1px #404040;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.step_guide dl {
	width: calc(100% - 98px);
	margin: 0;
	padding: 10px 0 0 0;
	font-feature-settings: "palt";
}

.step_guide dl dt {
	margin: 0 0 10px;
	padding: 0px 15px 10px 23px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: solid 1px #404040;
}

.step_guide dl dd {
	margin: 0;
	padding: 0px 15px 0 22px;
}

.txt_guide_pay {
	margin-bottom: 45px;
}

.mds_guide_pay {
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
}

.mds_guide_pay .num {
	padding: 0 15px 0 0;
	font-size: 28px;
	flex-shrink: 0;
}

.mds_guide_pay .txt {
	padding-top: 7px;
}

.box_guide_pay {
	margin: 0 0 42px;
	padding: 34px 58px 34px;
	border: solid 1px #404040;
}

.box_guide_pay:last-of-type {
	margin-bottom: 0;
}

ul.list_guide_credit {
	margin: 0;
	padding: 10px 0 15px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.list_guide_credit li {
	margin: 0 22px 0 0;
	padding: 5px 0;
}

ul.list_guide_credit li:last-of-type {
	margin-right: 0;
}

.note_guide_credit {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.7;
}

.note_guide_credit:last-of-type {
	margin-bottom: 0;
}

.list_guide_banking {
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	display: flex;	
}

.list_guide_banking:last-of-type {
	margin-bottom: 25px;
}

.list_guide_banking dt {
	width: 8em;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.list_guide_banking dd {
	margin: 0;
	padding: 0;
}

.tbl_guide_pay {
	width: 100%;
	max-width: 466px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.tbl_guide_pay th {
	padding: 10px 15px 10px;
	font-weight: 400;
	text-align: left;
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	background-color: #eef3da;
}

.tbl_guide_pay td {
	padding: 10px 16px 10px;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

.tbl_guide_pay th:last-of-type,
.tbl_guide_pay td:last-of-type {
	padding-left: 25px;
	border-right: none;
}

.mds_guide_kuroneko {
	margin: 0 0 15px;
	max-width: 444px;
}

.mds_guide_kuroneko img {
	width: 100%;
}

.txt_guide_pay1 {
	margin: 0 0 20px;
}

.notice_guide_kuroneko {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.notice_guide_kuroneko li {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.9;
}

.list_guide_price {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list_guide_price li {
	margin: 0;
	padding: 0 0 0 1.15em;
	text-indent: -1.15em;
}

.tabbtn_guide {
	width: 100%;
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.tabbtn_guide li {
	width: 18.6%;
	height: 48px;
	margin: 0 1.75% 12px 0;
	padding: 0;
	border: solid 1px #404040;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	cursor: pointer;
}

.tabbtn_guide li:nth-of-type(5n) {
	margin-right: 0;
}

.tabbtn_guide li:hover,
.tabbtn_guide li.current {
	color: #fff;
	background-color: #404040;
}

.tabbox_guide {
	margin: 0;
	padding: 0;
	display: none;
}

.tbl_guide_fee {
	width: 100%;
	min-width: 750px;
	margin: 0 0 6px;
	line-height: 1.3;
	text-align: center;
	table-layout: fixed;
}

.tbl_guide_fee thead th {
	padding: 16px 5px 16px;
	text-align: center;
	font-weight: normal;
	background-color: #eef3da;
}

.tbl_guide_fee :not(thead) tr {
	border-bottom: solid 1px #404040;
}

.tbl_guide_fee td {
	padding: 16px 5px 16px;
}

.txt_guide_note1 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}


/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
	.mds_guide::before {
		left: -74px;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.box_guide_pay {
		padding-left: 35px;
		padding-right: 35px;
	}

}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	

}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.col_guide {
		padding: 30px 0;
	}

	.col_guide .ttl {
		margin-bottom: 25px;
		font-size: 30px;
	}

	.anchor_guide {
		display: none;
	}

	.acbtn_guide {
		height: 80px;
		margin-bottom: 15px;
		padding: 0 0 8px;
		font-size: 15px;
		font-weight: 400;
		background-repeat: no-repeat;
		background-position: left 45px center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 0;
	}

	.acbtn_guide:nth-of-type(3n + 1) {
		background-color: #eef3da;
	}

	.acbtn_guide:nth-of-type(3n + 2) {
		background-color: #fbeaca;
	}

	.acbtn_guide:nth-of-type(3n + 3) {
		background-color: #e1ebf7;
	}

	.acbtn_guide.order {
		background-image: url(../img/guide/icon_order.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.pay {
		background-image: url(../img/guide/icon_pay.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.pay_limit {
		background-image: url(../img/guide/icon_pay_limit.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.order_limit {
		background-image: url(../img/guide/icon_order_limit.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.quantity {
		background-image: url(../img/guide/icon_quantity.svg);
		background-size: 42px auto;
	}

	.acbtn_guide.price {
		background-image: url(../img/guide/icon_price.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.sending {
		background-image: url(../img/guide/icon_sending.svg);
		background-size: 50px auto;
		background-position: left 42px center;
	}

	.acbtn_guide.return {
		background-image: url(../img/guide/icon_return.svg);
		background-size: 44px auto;
	}

	.acbtn_guide.cancel {
		background-image: url(../img/guide/icon_cancel.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.contact {
		background-image: url(../img/guide/icon_contact.svg);
		background-size: 40px auto;
	}

	.acbtn_guide.faq {
		background-image: url(../img/guide/icon_faq.svg);
		background-size: 40px auto;
	}

	.acbtn_guide::before {
		content: none;
	}

	.acbtn_guide::after {
		content: "";
		width: 9px;
		height: 9px;
		margin: 0 auto;
		border-left: solid 1px #404040;
		border-top: solid 1px #404040;
		transform: rotate(225deg);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
	}

	.hide_guide {
		padding: 15px 15px 50px;
		display: none;
	}

	.mds_guide {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 20px;
	}

	.mds_guide::before {
		width: 10px;
		height: 3px;
		left: -14px;
		top: 13px;
	}

	.step_guide {
		margin-bottom: 30px;
	}

	.step_guide .circle {
		width: 78px;
		height: 78px;
		font-size: 16px;
	}

	.step_guide dl {
		width: calc(100% - 78px);
		padding-top: 5px;
	}

	.step_guide dl dt {
		margin: 0 0 5px;
		padding: 0 15px 8px;
		font-size: 18px;
	}

	.step_guide dl dd {
		padding: 0 5px 0 15px;
	}

	.txt_guide_pay {
		margin-bottom: 15px;
	}

	.mds_guide_pay {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
	.mds_guide_pay .num {
		padding-right: 12px;
		font-size: 24px;
	}

	.mds_guide_pay .txt {
		padding-top: 5px;
	}

	.box_guide_pay {
		margin-bottom: 30px;
		padding: 16px 20px 16px;
	}
	
	.tbl_guide_pay th {
		padding: 6px 10px 6px;	
	}

	.tbl_guide_pay th:last-of-type,
	.tbl_guide_pay td:last-of-type {
		width: 100px;
		padding-left: 10px;
	}

	.mds_guide_kuroneko {
		margin-bottom: 10px;
	}

	.tabbtn_guide li,
	.tabbtn_guide li:nth-of-type(5n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 3%;
	}

	.tabbtn_guide li:nth-of-type(3n) {
		margin-right: 0;
	}

	.tbl_guide_fee thead th {
		padding: 12px 20px 11px;
		text-align: left;
	}

	.txt_guide_note1 {
		margin-bottom: 10px;
		padding-top: 10px;
		font-size: 17px;
	}




}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.acbtn_guide {
		background-position: left 24px center;
	}

	.acbtn_guide.sending {
		background-position: left 20px center;
	}

	.step_guide .circle {
		width: 66px;
		height: 66px;
		font-size: 15px;
	}

	.step_guide:nth-of-type(3) .circle {
		margin-top: 22px;
	}

	.step_guide dl {
		width: calc(100% - 66px);
	}
	
	.step_guide dl dt {
		font-size: 15px;
	}

	.step_guide dl dt .iblock {
		display: block;
	}

	.list_guide_banking {
		margin-bottom: 15px;
		display: block;
	}

	.list_guide_banking:last-of-type {
		margin-bottom: 20px;
	}

	.list_guide_banking dt {
		width: auto;
		display: block;
	}

	.tbl_guide_pay th:last-of-type,
	.tbl_guide_pay td:last-of-type {
		width: 82px;
		padding-left: 10px;
	}

	.tabbtn_guide {
		margin-bottom: 20px;
	}

	.tabbtn_guide li,
	.tabbtn_guide li:nth-of-type(3n),
	.tabbtn_guide li:nth-of-type(5n) {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 4%;
	}

	.tabbtn_guide li:nth-of-type(2n) {
		margin-right: 0;
	}



}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

