@charset "UTF-8";

.contsTtl .brownH {
	background: #540b0b;
}
.redBtn {
	background-color: #e31b22;
	-webkit-box-shadow: 0px -5px 0px 0px #b8161b inset;
	box-shadow: 0px -5px 0px 0px #b8161b inset;
}
.orangeBtn {
	background-color: #ff7041;
	-webkit-box-shadow: 0px -5px 0px 0px #cf5a34 inset;
	box-shadow: 0px -5px 0px 0px #cf5a34 inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.dbaraiBtn{
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}
.dbaraiList01{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}
.dbaraiList02{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}
.dbaraiList03{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}
.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li{
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}
.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0){
	margin-right: 0;
	margin-bottom: 3%;
}
.dbaraiAppbg01{
	background: #ffffe5;
}


.cpNotesItem01 {
	text-indent: -2.0em;
	padding: 0px 0px 0px 2em;
}
.cpNotesItem02 {
	text-indent: -1.6em;
    padding: 0px 0px 0px 1.6em;
}
.cpNotesItem03 {
	text-indent: -1em;
    padding: 0px 0px 0px 1em;
}
.cpNotesItem04 {
	text-indent: -2.2em;
    padding: 0px 0px 0px 2em;
}
a.txtLink {
	text-decoration: underline;
    color: #005bac;
    display: inline;
}
.storeBtn {
	background-color: #e60012;
	-webkit-box-shadow: 0px -5px 0px 0px #b0010f inset;
	box-shadow: 0px -5px 0px 0px #b0010f inset;
}

/* アコーディオン
********************************* */
.accordion.acco_shoplist{
	font-size: 16px;
}
.accordion.acco_shoplist ul {
	border-right: 2px solid #e60012;
	border-bottom: 2px solid #e60012;
	border-left: 2px solid #e60012;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.accordion.acco_shoplist li {
	width: 100%;
	border-bottom: 2px solid #e60012;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.accordion.acco_shoplist li:last-of-type {
	border-bottom: none;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #e60012;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
@media screen and (max-width: 640px){
	.accordion.acco_shoplist li{
		font-size: 12px;
	}
	.toggle_btn {
		width: 20px;
		height: 20px;
	}
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
}