@charset "utf-8";
/* @group footer ---------------------------------------- */


#footer {
	position: relative;
	min-height: 835px;
	padding: 690px 0 0;
	border-top: 1px solid #e5e5e5;
}

#footer:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	background-image: url(https://cycleparadise.itembox.design/item/img/footer_bg.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#footer li {
	white-space: nowrap;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footerInner {
	position: relative;
	min-height: 144px;
	padding: 20px 0 17px;
	background-color: rgba(255, 255, 255, .8);
	z-index: 5;
}

#fNav {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

#fNav .level1 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 2;
}

#fNav .level2 {
	margin: 0 -5px;
	font-size: 1.2rem;
	line-height: 2.2;
	padding: 0;
}

#fNav .level1#fN02 {
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
}

#fNav .level2#fN04 {
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#fNav .level2 li {
	display: inline-block;
	margin: 0 5px;
}

#fNav .notation {
	font-size: 1rem;
	line-height: 1.8;
}

#fNav .pcCol {
	width: 226px;
	padding: 6px 20px;
	border-left: 1px solid #ccc;
	text-align: center;
}

#fNav .pcCol#fCol04 {
	width: 307px;
	border-right: 1px solid #ccc;
	text-align: left;
}

.pcCol#fCol05 {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 8px 0 0;
	text-align: left;
}

.pcCol#fCol05 .notation {
/*	float: right;*/
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.pcCol#fCol05 .notation .logo {
    width: 177px;
    height: 28px;
    margin: 0 0 10px;
    background-image: url(https://cycleparadise.itembox.design/item/img/cp_logo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em;
}

/* @end */


/* @group Copyright ---------------------------------------- */

#siteCopyright {
	padding: 18px 0 17px;
	color: #fff;
	background: #000;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
    margin: 0;
}

#siteCopyright .copy {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', sans-serif;
}

/* @end */


/* @group PageTopLink ---------------------------------------- */

#toPageTop {
	position: absolute;
	right: 0;
	top: 0;
}

#toPageTop a {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	width: 71px;
	height: 71px;
	background-color: rgba(0, 0, 0, .8);
	background-image: url(https://cycleparadise.itembox.design/item/img/arrow_pagetop.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 10px 12px;
	text-indent: -999em;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 10;
}

#toPageTop a.abBottom {
	position: absolute;
}

#toPageTop a:hover {
	opacity: 0.7;
}

/* @end */

#footer .cFrame {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#footer .cFrame:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


ul.level2.kaitori_area li {
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {

/* @group Footer ////////////////////////////////////////////////////////////////// */

#footer {
	min-height: 0;
	margin-top: 35px;
	padding: 0 0 0;
	border-top: 1px solid #ccc;
}

#footer:after {
	background-image: url(../images/footer_bg_sp.jpg);
}

#footer a:hover {
	text-decoration: none;
}

#footerInner {
	position: relative;
	min-height: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, .8);
}

#fNav {
	display: block;
}

#fNav .level1 {
	margin: 0;
	font-weight: bold;
	line-height: 2;
}

#fNav .level1 a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 43px;
}

#fNav .level2 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 2.2;
}

#fNav .level1#fN02 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

#fNav .level2#fN04 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

#fNav .level2 li {
	display: inline-block;
	margin: 0 12px;
	line-height: 25px;
	white-space: nowrap;
}

#fNav #fCol02 {
	padding: 0 28px 20px;
}

#fNav #fCol02 .level2 {
	display: flex;
	flex-wrap: wrap;
}

#fNav #fCol02 .level2 li {
	width: 50%;
	margin: 0;
}

#fNav #fCol02 .level2 li a {
	display: block;
	position: relative;
	margin: 0 -1px -1px 0;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.2rem;
	line-height: 44px;
}

#fNav .notation {
	font-size: 1rem;
	line-height: 1.8;
}

#fNav .pcCol {
	width: 100%;
	padding: 0;
	border-left: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#fNav .pcCol#fCol04 {
	width: 100%;
	padding: 0 28px;

	border: none;
	text-align: center;
}


#fNav .level1 a:after,
#fNav #fCol02 .level2 li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 38px;
	top: 50%;
	width: 9px;
	height: 8px;
	margin: -4px 0 0;
	background-image: url(../images/arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#fNav #fCol02 .level1 a:after,
#fNav #fCol02 .level2 li a:after {
	right: 10px;
}

#fNav .pcCol#fCol04 .level2 {
	padding: 13px 0;
}

.pcCol#fCol05 {
	position: static;
	width: 100%;
	padding: 25px 0 20px;
	background: #fff;
	border: none;
	text-align: center;
}

.pcCol#fCol05 .notation {
	line-height: 1.7;
}

.pcCol#fCol05 .notation .logo {
	width: auto;
	height: 24px;
	margin: 0 0 21px;
	background-position: 50% 0;
}

/* @group Copyright ---------------------------------------- */

#siteCopyright {
	padding: 18px 0 14px;
	font-size: 0.9rem;
	letter-spacing: 0em;
}

/* @end */

/* @group PageTopLink ---------------------------------------- */


#toPageTop a {
	width: 40px;
	height: 40px;
	background-size: 9px 11px;
}

#toPageTop a:hover {
	opacity: 1;
}

#toPageTop a.abBottom {
	position: fixed;
}

#toPageTop.spBottom {
	top: auto;
	bottom: 0;
}

#toPageTop.spBottom a.abBottom {
	position: absolute;
}

/* @end */
    
#footer .cFrame {
	width:auto;
}    
}