@charset "UTF-8";
.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f 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;
}



/* ------ added style ------ */
a.txtLink:link, a.txtLink:visited {
	color: #00f;
	text-decoration: underline;
	display: inline;
}
img {
	height: auto;
}
.baseWrp {
	max-width: calc(800 / 960 * 100%);
	margin-left: auto;
	margin-right: auto;
}
.baseTxt {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	color: #000000;
}
.blockCenter {
	margin-left: auto;
	margin-right: auto;
}
.entryBtn a {
	width: calc(800 / 960 * 100%);
	min-width: 300px;
}
.detailTtl {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #fff;
	width: calc(880 / 960 * 100%);
	background: #753b1e;
	padding: 6px;
	box-sizing: border-box;
}
.detailTtl br {
	display: none;
}
.detailTxt {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.56;
	color: #000;
}
.detailImg {
	max-width: calc(906 / 960 * 100%);
}
.netOrderTxt {
	width: calc(708 / 960 * 100%);
	min-width: 300px;
}
.netOrderBtn {
	width: calc(703 / 960 * 100%);
	min-width: 300px;
}
.aboutMos {
	width: calc(538 / 960 * 100%);
	min-width: 300px;
}

@media only screen and (min-width:976px) {
	.detailTtl {
		font-size: 27px;
		padding: 6px 10px 6px 50px;
	}
	.detailTtl br {
		display: block;
	}
}


/* floating banner */
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
	padding: 4% 8.33%;
	background: #F00029;
}
.floatSpLink img {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr, a.floatSpLink {
		display: block;
	}
	.floatPcBnr, a.floatPcLink {
		display: none;
	}
	footer {
		padding-bottom: 20% !important;
	}
}


/* floating banner */
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
	padding: 0;
	background: #cc0527;
}
.floatSpLink img {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr, a.floatSpLink {
		display: block;
	}
	.floatPcBnr, a.floatPcLink {
		display: none;
	}
	.flbnpb {
		padding-bottom: 20% !important;
	}
}

