@charset "UTF-8";
/* CSS Document */

#fixed {
	position: absolute;
	background: none;
	box-shadow: none !important;
}
#fixed a {
	color: #fff;
}
#main {
	padding: 0 0 60px;
}
#main .contentIn {
	padding: 0 15px;
}

/* mainSlider
--------------------------------------------------*/
#mainSlider {
	position: relative;
	overflow: hidden;
}
#mainSlider p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#mainSlider p img {
	width: 100%;
}
#mainSlider ul {
	position: relative;
	z-index: -1;
}
#mainSlider li {
	outline: none;
}
#mainSlider li img {
	width: 100%;
	height: auto;
}

/* lineup
--------------------------------------------------*/
#index #lineup {
	margin-top: 0;
	border-top: none;
}
#lineup {
	position: relative;
	padding: 60px 0 70px;
	background: url(../img/index/bg-flag-L.png) no-repeat left top,url(../img/index/bg-flag-R.png) no-repeat right top;
}
#lineup .contentIn {
	max-width: 1025px;
}
#lineup .lead {
	text-align: center;
	margin-bottom: 35px;
}
#lineup .listStyle02 li {
	width: 29.1%;
	margin: 5% 5.75% 0 0;
}
#lineup .listStyle02 li:nth-child(3n) {
	margin-right: 0;
}
#lineup .listStyle02 li:nth-child(-n+3) {
	margin-top: 0;
}
#lineup .listStyle02 li .listName + p {
	text-align: left;
}
@media screen and (max-width:678px) {
	#lineup {
		background: none;
	}
}

/* event
--------------------------------------------------*/
#event {
	overflow: hidden;
}
#event ul li,
#event ul li a {
	text-align: left;
	line-height: 1.28;
	outline: none;
	display: block;
}
#event ul li {
	padding-bottom: 1.5em;
	background: #f9efe4;
}
#event ul li:nth-child(even) {
	background: #f9f8e4;
}
#event ul li img {
	width: 100%;
	outline: none;
}
#event ul li p {
	padding: 0 1.2em;
}
#event ul li .title {
	font-weight: bold;
	margin-top: 1em;
}
#event ul li .date {
	color: #888;
	font-size: 12px;
	margin: 0.5em 0;
}
#event ul li .category {
	color: #ff5613;
}

/* shopList
--------------------------------------------------*/
#shopList {
	margin: 70px 0 90px;
}
#shopList .contentIn {
	max-width: 1030px;
}
#shopList .fL {
	position: relative;
}
#shopList .fL:before {
	position: absolute;
	bottom: -1px;
	left: -167px;
	content: "";
	width: 409px;
	height: 77px;
	background: url(../img/index/bg_shoplist01.png);
}
#shopList .fL .ttlStyle01 {
	text-align: left;
	line-height: 1.375;
}
#shopList .fR {
	float: none;
	margin-left: 275px;
}
#shopList [class^="ul"] {
	overflow: hidden;
}
#shopList [class^="ul"]:after {
	display: none;
}
#shopList [class^="ul"] a {
	display: block;
	padding: 9px 1em;
	border: solid 1px;
	position: relative;
}
#shopList [class^="ul"] a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
	font-size: 11px;
	line-height: 1.0;
	height: 11px;
	margin: auto;
}
#shopList [class^="ul"] li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375;
}
#shopList .ul01 li {
	width: 33.2%;
	float: left;
	margin: 0 0.2% 0.2% 0;
}
#shopList .ul01 li:nth-child(3n) {
	margin-right: 0;
}
#shopList .ul01 li a {
	border-color: #4abd33;
	background: #f8ffef;
}
#shopList .ul01 li a:before {
	color: #1dad00;
}
#shopList .ul02 li {
	width: 49.86%;
	float: left;
}
#shopList .ul02 li:nth-child(even) {
	float: right;
}
#shopList .ul02 li a {
	padding-left: 65px;
}
#shopList .ul02 li span:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	content: "";
	width: 45px;
	height: 45px;
	margin: auto;
	background-size: 100%;
}
#shopList .ul02 .bicycle a {
	border-color: #f44001;
	background: #fff0e0;
}
#shopList .ul02 .bicycle a:before {
	color: #f44001;
}
#shopList .ul02 .bicycle span:before {
	background: url(../img/index/ico_bicycle01.jpg) no-repeat;
}
#shopList .ul02 .renovation a {
	border-color: #008cd6;
	background: #e7f3f9;
}
#shopList .ul02 .renovation a:before {
	color: #008cd6;
}
#shopList .ul02 .renovation span:before {
	background: url(../img/index/ico_renovation01.jpg) no-repeat;
}

/* affiliated
--------------------------------------------------*/
#affiliated .ttlStyle01 {
	padding: 34px 0 33px;
	margin-bottom: 0;
	background: #d9efe9;
}
#affiliated ul li {
	width: 33.33333%;
	float: left;
}
#affiliated ul li img {
	width: 100%;
}
#affiliated ul li > *:not(img) {
	margin: 0 8.5%;
}
#affiliated ul li p span {
	display: block;
	text-align: center;
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: 500;
	margin: 25px 0 5px;
}
#affiliated ul li .btnStyle02 {
	margin-top: 30px;
}

/* topics
--------------------------------------------------*/
#topics {
	padding: 70px 0 40px;
	margin: 80px 0 50px;
	background: #ebf8fa;
}
#topics .contentIn {
	max-width: 1140px;
}
#topics .fL {
	width: 58.5%;
}
#topics .fL {
	position: relative;
}
#topics .fL .btnList {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: bold;
}
#topics .fL .btnList:before {
	display: inline-block;
	font-family: FontAwesome;
	color: #00a5ce;
	content: "\f054";
	margin-right: 9px;
}
#topics .fL .topics-box {
	display: block;
	margin-bottom: 40px;
}
#topics .fL dl {
	line-height: 1.46;
	overflow: hidden;
}
#topics .fL dl + dl {
	margin-top: 2em;
}
#topics .fL dl dt {
	font-weight: bold;
	float: left;
	padding-left: 22px;
	position: relative;
}
#topics .fL dl dt:before {
	position: absolute;
	left: 1px;
	font-family: FontAwesome;
	color: #00a5ce;
	content: "\f192";
	margin-top: -1px;
}
#topics .fL dl dd {
	margin-left: 125px;
}
#topics .fL .bnr {
/* 	margin-top: 40px; */
	margin-bottom: 20px;
}
#topics .fR {
	width: 36%;
	padding-top: 99px;
}
#topics .fR .fb-page {
	width: 100% !important;
}

/* recommend
--------------------------------------------------*/
#recommend .contentIn {
	max-width: 1200px;
	padding: 0;
}
#recommend .ttlIcon p {
	margin-bottom: 5px;
}
#recommend .carouselArea {
	position: relative;
}
#recommend .carouselArea [id^="slide"] {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ff5613;
	font-size: 18px;
	margin: auto;
	border: solid 2px #ff5613;
	border-radius: 52%;
	background: rgba(255,255,255,0.80);
	cursor: pointer;
}
#recommend .carouselArea [id^="slide"] i {
	display: block;
	line-height: 49px;
}
#recommend .carouselArea #slidePrev {
	left: -60px;
	padding-right: 3px;
}
#recommend .carouselArea #slideNext {
	right: -60px;
	padding-left: 3px;
}
#recommend .boxArea {
	/* margin: 60px 0; */
	margin: 0;
}
#recommend .box {
	padding: 0 13px;
	outline: none;
}
#recommend .box h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: solid 2px #ff5613;
}
#recommend .box h3 span {
	display: block;
	color: #ff5613;
	font-size: 13px;
}
#recommend .box .clearfix {
	margin: 15px 0;
}
#recommend .box .image {
	width: 39.5%;
	border: solid 1px #dedede;
	float: left;
}
#recommend .box .text {
	width: 60.5%;
	padding: 0 20px;
	float: right;
}
#recommend .box .text .price {
	color: #000;
	font-weight: bold;
	margin-top: 0.5em;
}
#recommend .box .text .price span {
	color: #c10000;
}
#recommend .box .purchase {
	text-align: center;
	padding: 10px 20px 18px;
	background: #f9efe4;
	position: relative;
}
#recommend .box .purchase:before {
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 7px 8px;
	border-color: transparent transparent #f9efe4 transparent;
}
#recommend .box .purchase p {
	color: #000;
	font-size: 13px;
	margin-bottom: 8px;
}
#recommend .box .purchase p:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f07a";
	font-size: 20px;
	line-height: 1.0;
	margin-right: 10px;
}
#recommend .box .purchase ul li {
	width: 48.2%;
	float: left;
}
#recommend .box .purchase ul li:nth-child(even) {
	float: right;
}
#recommend .box .purchase ul li a,
#recommend .box .purchase ul li span {
	display: block;
	color: #fff;
	line-height: 1.0;
	padding: 9px 0 7px;
	border-radius: 3px;
	outline: none;
}
#recommend .box .purchase ul li a {
	background: #bf0000;
}
#recommend .box .purchase ul li span {
	background: #e7a79f;
}

@media screen and (max-width:768px) and (min-width:679px) {
	#mainSlider p {
		top: 30px;
	}
	#recommend .carouselArea #slidePrev {
		left: 1%;
	}
	#recommend .carouselArea #slideNext {
		right: 1%;
	}
}

@media screen and (max-width:678px) {
	#header.active .logo {
		background: url(../img/common/img_logo01.png) no-repeat;
		background-size: 100% auto;
	}
	#header.active .logo img {
		opacity: 0;
	}
	#btnMenu {
		border-color: #fff;
	}
	#btnMenu span {
		background: #fff;
	}
	#btnMenu.active {
		border-color: #db0917;
	}
	#btnMenu.active span {
		background: #db0917;
	}
	#gNavi {
		position: absolute;
	}
	#gNavi a {
		color: #444;
	}
	#main .contentIn {
		padding: 0 3%;
	}
	
	/* mainSlider
	--------------------------------------------------*/
	#mainSlider p {
		top: 5%;
		left: -20%;
	}
	#mainSlider p img {
		width: 140%;
		max-width: none;
	}
	#mainSlider li img {
		width: 140%;
		max-width: none;
		position: relative;
		left: -20%;
	}
	
	/* lineup
	--------------------------------------------------*/
	#lineup .listStyle02 li:nth-child(1n+0) {
		width: 48%;
		margin: 8% 0 0 0;
	}
	#lineup .listStyle02 li:nth-child(even) {
		float: right;
	}
	#lineup .listStyle02 li:nth-child(-n+2) {
		margin-top: 0;
	}
	#lineup .listStyle02 .imgStyle02 {
		margin: 0 5% 10px;
	}
	
	/* shopList
	--------------------------------------------------*/
	#shopList {
		margin: 40px 0;
	}
	#shopList .fL {
		float: none;
	}
	#shopList .fL:before {
		display: none;
	}
	#shopList .fL .ttlStyle01 {
		text-align: center;
		margin-bottom: 20px;
	}
	#shopList .fR {
		float: none;
		margin-left: 0;
	}
	#shopList [class^="ul"] a {
		font-size: 10px;
	}
	#shopList [class^="ul"] li span {
		font-size: 14px;
	}
	#shopList .ul01 li:nth-child(1n+0) {
		width: 49.6%;
		margin: 0 0 0.8%;
	}
	#shopList .ul01 li:nth-child(even) {
		float: right;
	}
	#shopList .ul02 li:nth-child(1n+0) {
		width: auto;
		float: none;
	}
	#shopList .ul02 .bicycle {
		margin-bottom: 0.8%;
	}
	
	/* affiliated
	--------------------------------------------------*/
	#affiliated .ttlStyle01 {
		padding: 20px 0;
	}
	#affiliated ul li {
		width: auto;
		float: none;
	}
	#affiliated ul li + li {
		margin-top: 50px;
	}
	#affiliated ul li > *:not(img) {
		margin: 0 3%;
	}
	#affiliated ul li p span {
		font-size: 16px;
		margin: 15px 0 5px;
	}
	#affiliated ul li .btnStyle02 {
		margin: 20px auto 0;
	}
	
	/* topics
	--------------------------------------------------*/
	#topics {
		padding: 30px 0;
		margin: 40px 0;
	}
	#topics .fL {
		width: auto;
		float: none;
	}
	#topics .fL dl dt {
		padding-left: 17px;
	}
	#topics .fL dl dt:before {
		margin-top: 0;
	}
	#topics .fL dl dd {
		margin-left: 115px;
	}
	#topics .fR {
		width: auto;
		float: none;
		margin-top: 40px;
		padding-top: 0;
	}
	
	/* recommend
	--------------------------------------------------*/
	#recommend .carouselArea [id^="slide"] {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	#recommend .carouselArea [id^="slide"] i {
		line-height: 33px;
	}
	#recommend .carouselArea #slidePrev {
		left: -1%;
	}
	#recommend .carouselArea #slideNext {
		right: -1%;
	}
	#recommend .boxArea {
		margin: 10px 0 30px;
	}
	#recommend .box {
		padding: 0 1%;
	}
}
