<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;family=Noto+Sans+JP:wght@400;700&amp;display=swap');

/*
======================================
 1. Reset Style
======================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reader{
	width:620px;
	margin:5px 0px;
	padding:10px;
	background: #eee;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	font-size: 10px;
	line-height: 1.6em;
	margin:0;
	padding:0;
}


/*
======================================
 2. Base Style
======================================
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
}
body {
	background: #fff;
	font: 16px/22px Montserrat,'Noto Sans JP','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	color: #333;
}
a {
	color: #196BC7;
	text-decoration: none;
}
a:hover {
	color: #196BC7;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #ffff00;
	color: #333;
}
::selection {
	background: #ffff00;
	color: #333;
}
#GlobalWrapper {
	border-top: 3px solid #0b4199;
}
#GlobalHeader {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
#GlobalHeader strong {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
#GlobalHeader strong img {
	width: 30%;
	height: auto;
}
#GlobalMain {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	background: url(../images/camp_bike_free_trial_session.jpg) no-repeat 50% 50%;
	background-size: cover;
	font-size: 40px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
	color: #fff;
	line-height: 1.25em;
}
#GlobalMain::before{
	content: '';
	display: block;
	background: inherit;
	filter: blur(15px);
	position: absolute;
	width: 100%;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	transform: scale(1.25);
}
#GlobalMain h1 span {
	font-size: 30px;
}
#GlobalContents {
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
}
#GlobalFooter {
	background: #eff8ff;
	padding: 30px 0;
}
#GlobalFooter small {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#GlobalHeader strong {
		width: 100%;
		text-align: center;
	}
	#GlobalHeader strong img {
		width: 70%;
	}
	#GlobalMain {
		height: 100px;
		font-size: 24px;
	}
	#GlobalMain h1 span {
		font-size: 20px;
	}
	#GlobalContents {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#GlobalFooter {
		padding: 15px 0;
	}
	#GlobalFooter small {
		width: 100%;
		padding: 0 10px;
	}
}





.bfts img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.bfts .schedule {
	padding: 50px 25px 80px;
	background: #d0ddff;
	text-align: center;
}
.bfts .schedule strong {
	display: block;
	margin-bottom: 1em;
	font-size: 32px;
	text-align: center;
	line-height: 1.25em;
	color: #333;
}
.bfts .schedule .date {
	margin-bottom: .75em;
	font-size: 60px;
	font-weight: bold;
	color: #0033b5;
}
.bfts .schedule .date em {
	font-size: 30px;
}
.bfts .schedule .date span {
	font-size: 30px;
}
.bfts .schedule ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bfts .schedule ul li {
	position: relative;
	width: 49%;
	margin-top: 2%;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px -1px 33px -21px rgba(0, 0, 0, 0.8);
	font-size: 32px;
	font-weight: bold;
}
.bfts .schedule ul li span {
	margin: 0 5px;
	font-size: 24px;
	font-weight: 400;
}
.bfts .schedule ul li span br {
	display: none;
}
.bfts .schedule ul li em {
	display: inline-block;
	margin-top: .5em;
	font-size: 20px;
	color: #0033b5;
}
.bfts .schedule ul li.end::after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "å®šå“¡ã«é”ã—ãŸãŸã‚\Aã“ã®æ™‚é–“ã®å—ä»˜ã¯çµ‚äº†ã—ã¾ã—ãŸ";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	padding: 15px;
	background: rgba(0,51,181,.85);
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	line-height: 1.5em;
	white-space: pre;
}
.bfts .schedule .btn {
	margin-top: 2em;
	text-align: center;
}
.bfts .schedule .btn a {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	background: #0033b5;
	border-radius: 100px;
	font-size: 24px;
	line-height: 1.25em;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.bfts .schedule .btn a span::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: .5em;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
}
.bfts .schedule .btn a:hover {
	opacity: .75;
}
@media screen and (max-width: 640px) {
	.bfts .schedule {
		padding: 30px 15px 50px;
	}
	.bfts .schedule strong {
		font-size: 24px;
	}
	.bfts .schedule .date {
		font-size: 40px;
	}
	.bfts .schedule .date em {
		font-size: 20px;
	}
	.bfts .schedule .date span {
		font-size: 20px;
	}
	.bfts .schedule ul {
		width: 100%;
		overflow: hidden;
	}
	.bfts .schedule ul li {
		display: flex;
		flex-direction: column;
		font-size: 30px;
	}
	.bfts .schedule ul li span {
		margin: 5px auto;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 20px;
	}
	.bfts .schedule ul li span br {
		display: inline;
	}
	.bfts .schedule ul li em {
		font-size: 18px;
	}
	.bfts .schedule ul li.end::after {
		content: "å®šå“¡ã«é”ã—ãŸãŸã‚\Aã“ã®æ™‚é–“ã®å—ä»˜ã¯\Açµ‚äº†ã—ã¾ã—ãŸ";
	}
	.bfts .schedule .btn a {
		width: 90%;
		font-size: 20px;
	}
	.bfts .schedule .btn a span::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #fff;
	}
}






.btn_close {
	margin: 40px 0;
}
.btn_close a.close {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #aaa;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.btn_close a.close:hover {
	opacity: .75;
}
@media screen and (max-width: 640px) {
	.btn_close a.close {
		display: block;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: #aaa;
		width: 70%;
		margin: 0 auto;
		padding: 15px 10px;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
}</pre></body></html>