
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* CSS Document */
.info{
	font-family: "Noto Serif JP", serif;
	color: #944a25;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0 0 30px 0;
    border: dotted;
    padding: 30px;
}

.pink{
	color: #f0555a;
}
.blue{
	color: #2a96fa;
}

.bold{
	font-weight: 800;
}
.center{
	text-align: center;
}

.conts{
	font-size: 1.5em;
    color: #944a25;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}

.conversion {
	margin: 2em 0 0;
	text-align: center;
}

.conversion a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ec5356 !important;
	font-size: 24px;
	border-radius: 0px;
	width: 18em;
	font-weight: 700;
	border: 3px solid #ec5356;
	transition: 0.3s;
	box-shadow: 7px 7px 0px 0px rgb(235,80,88, 1);
	background-color: #fff;
	padding: 1em 0;
	margin: 0 auto;
	font-weight: 700;
}

.conversion a:hover {
	box-shadow: 0 0 #ec5356;
	color: #fff !important;
	background-color: #ec5356;
	opacity: 1;
}

.conversion span {
	display: block;
	margin: 1em 0 0;
}

#floating_bnr {
	position: fixed;
	right: 30px;
	bottom: 120px;
	opacity: 0;
	z-index: 100;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 14em;
}

#floating_bnr a {
	position: relative;
	display: block;
	text-decoration: none;
	background: #ec5356;
	padding: 1em 0;
	width: 12em;
	border-radius: 100vh;
	color: #fff !important;
	font-weight: 700;
}

#floating_bnr span {
	font-size: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 0 0.25em;
	margin: 0.25em 0 0;
}



@media screen and (max-width: 899px) {
	.info{
		font-size: 1em;
		color: #944a25;
		font-weight: 700;
		margin: 0 0 20px 0;
		border: dotted;
		padding: 20px;
	}
	.conts{
		font-size: 1em;
	}

	.conversion a {
		font-size: 4.5vw;
		width: 90%;
	}

  #floating_bnr {
		right: 2%;
    bottom: 150px;
    z-index: 3;
		width: 17em;
  }

  #floating_bnr a {
		margin: 0 0 0 auto;
		width: 10em;
	}

}