@charset "UTF-8";

a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.redBtn {
  background-color: #e2383c;
  -webkit-box-shadow: 0px -5px 0px 0px #8d1e21 inset;
  box-shadow: 0px -5px 0px 0px #8d1e21 inset;
}
.beigeBtn {
  background-color: #8f7750;
  -webkit-box-shadow: 0px -5px 0px 0px #685330 inset;
  box-shadow: 0px -5px 0px 0px #685330 inset;
}
.contsTtl .beigeH {
  background: #8f7750;
}
.beigeTxt {
	color: #ccbb9f;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: bold;
}
.whiteTxt{
  line-height: 1.9;
  padding: 0 7.8% 3.125%;
  color: #ffffff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.contsImg01 {
	max-width: 665px;
	margin: 0 auto;
	padding: 0 7.8% 3.125%;
}
.blackarea {
  background-color: #000000;
}

.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	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) {
  .beigeTxt {
    font-size: 1.3em;
  }
  .whiteTxt{
    font-size: 0.9em;
  }
  .floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}

}
@media only screen and (min-width:641px) {
  pcView {display: block;}
  .contsImg01 {
		padding: 0 8.33333% 3.125%;
	}
}