/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.2
Tested up to: 6.5
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, sup, 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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #010101;
	text-decoration: none;
}
a:visited {
	color: #010101;
}
a:hover {
	color: #010101;
}
a:active {
	color: #010101;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #010101;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 0;
	position: relative;
}
#gHeader .hBox {
	margin: 27px 54px 0 56px;
	align-items: center;
}
#gHeader h1 {
	width: 234px;
}
#gNavi {
	margin-top: -12px;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
	/*width: 813px;*/
	widht: 900px;
	border-radius: 20px;
	background-color: #d22d2c;
}
#gNavi > ul > li {
	margin-right: 50px;
	display: inline-block;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi > ul > li > a {
	padding: 18px 0 21px;
	color: #fff;
	display: inline-block;
}
#gNavi > ul > li > a:hover {
	opacity: 0.8;
}
.downBox {
	width: 92%;
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	top: 71px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-radius: 35px;
	background-color: #f5f4e6;
}
.downBox .downInner {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1320px;
	border-radius: 35px;
	background-color: #f5f4e6;
	padding: 42px 55px 45px;
}
.downBox.show {
	opacity: 1;
	visibility: inherit;
}
.downBox .navUl {
	margin-top: -8px;
}
.downBox .navUl::after {
	content: '';
	width: calc((100% - 55px)/3);
}
.downBox .navUl > li {
	margin-top: 8px;
	width: calc((100% - 55px)/3);
}
.downBox .navUl a {
	display: inline-block;
}
.downBox .navUl .ttl {
	margin-bottom: 7px;
	color: #000;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}
.downBox .navUl .nameTtl {
	padding: 10px 10px 8px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	border-radius: 24px;
	font-weight: 700;
	background-color: #d22d2c;
}
.downBox .navUl .nameTtl .sm {
	font-weight: 400;
	font-size: 1.4rem;
}
.downBox .navUl .linkUl {
	margin-left: 15px;
}
.downBox .navUl .linkUl li a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
	font-feature-settings: "palt";
}
.downBox .navUl .linkUl li a:hover {
	opacity: 0.8;
}
.downBox .navUl .linkUl li {
	margin-bottom: 9px;
}
.downBox .navUl .linkUl li:last-child {
	margin-bottom: 0;
}
.downBox .navUl .inner {
	margin-left: 15px;
}
.downBox .navUl .inner .linkUl {
	margin-left: 0;
    width: auto;
    margin-right: 47px;
}
.downBox .navUl .inner .linkUl:last-child {
	margin-right: 0;
}
@media all and (min-width: 897px) and (max-width: 1370px) {
    #gNavi > ul > li {
		margin-right: 30px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 17px;
	}
	#gHeader h1 {
		width: 117px;
	}
	#gHeader .hBox {
		margin: 16px 15px 13px 18px;
	}
	#gHeader .rBox {
		margin-top: 4px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: calc(100% - 120px);
	}
	#gHeader .rBox .link a {
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		text-decoration: underline;
		display: inline-block;
	}
	#gHeader .rBox .menuLink {
		margin-left: 18px;
		width: 85px;
		color: #fff;
		padding: 6px 10px 7px;
		text-align: center;
		font-size: 1rem;
		border-radius: 14px;
		font-feature-settings: "palt";
		background-color: #595959;
	}
	#gHeader .rBox .menuLink .ico {
		display: inline-block;
		padding-right: 10px;
		width: 9px;
		height: 7px;
		background: url(../image/common/menu_img01.png) no-repeat right center/9px;
	}
	#gHeader .rBox .menuLink.on .ico {
		height: 8px;
		background-image: url(../image/common/menu_img02.png);
	}
	#gNavi {
		display: none;
	}
	.navList {
		padding: 11px 10px 10px 18px;
		margin: 0 16px;
		border-radius: 10px;
		background-color: #d22d2c;
	}
	.navList li{
		margin-right: 40px;
	}
	
	.navList li:last-child {
		margin-right: 0;
	}
	.navList a {
		color: #fff;
    	display: block;
	}
	.menuBox {
		position: fixed;
		padding-bottom: 50px;
		display: none;
		left: 0;
		top: 61px;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 90;
	}
	.downBox {
		padding: 17px 25px 100px 15px;
		border-radius: 0;
		width: 100%;
		max-width: inherit;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: inherit;
		transform: none;
		position: relative;
		background-color: #f5f4e6;
	}
	.downBox .downInner {
		padding: 0;
		border-radius: 0;
	}
	.downBox .navUl {
		margin-top: 0;
		display: block;
	}
	.downBox .navUl > li {
		margin: 0 0 33px;
		width: auto;
	}
	.downBox .navUl > li:last-child {
		margin-bottom: 0;
	}
	.downBox .navUl .ttl {
		margin-left: 12px;
		font-size: 1.3rem;
		text-align: left;
	}
	.downBox .navUl .nameTtl {
		padding: 7px 10px 7px 25px;
		font-size: 1.3rem;
		text-align: left;
	}
	.downBox .navUl .nameTtl .sm {
		margin-left: 10px;
		font-size: 1.2rem;
	}
	.downBox .navUl .linkUl {
		margin-left: 25px;
	}
}
@media all and (max-width: 399px) {
	#gHeader h1 {
		width: 100px;
	}
	#gHeader .rBox {
		width: calc(100% - 110px);
	}
	#gHeader .rBox .menuLink {
		margin-left: 8px;
	}
	.navList li {
		/*margin-right: 15px;*/
		margin-right: 0;
		margin-bottom: 5px;
		width: 49%;
		text-align: center;
		font-weight: bold;
	}
	.navList li:nth-child(odd) {
		border-right: 1px solid #fff;
	}
	.navList {
		padding: 10px 0 5px 0;
	}
	.navList a {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 0 38px;
	background-color: #7a7663;
}
#gFooter .content {
	width: auto;
	max-width: 1290px;
}
#gFooter .fBox {
	padding-bottom: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #908d7d;
}
#gFooter .fBox .fLogo {
	width: 233px;
}
#gFooter .fBox p {
	width: calc(100% - 440px);
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
#gFooter .fBox p a {
	color: #fff;
}
#gFooter .text {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#gFooter .text a {
	color: #fff;
	text-decoration: underline;
}
#gFooter address {
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
}
@media all and (min-width: 897px) {
	#gFooter .text a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 28px 4px 22px;
	}
	#gFooter .content {
		max-width: inherit;
	}
	#gFooter .fBox {
		display: block;
		padding-bottom: 0;
		border: none;
	}
	#gFooter .fBox .fLogo {
		width: 37%;
		margin: 0 auto 14px;
	}
	#gFooter .fBox p {
		width: auto;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.67;
		text-align: center;
	}
	#gFooter .text {
		margin-bottom: 20px;
		padding: 18px 21px;
		line-height: 1.6;
		border: 1px solid #908d7d;
		font-size: 1.2rem;
	}
	#gFooter address {
		text-align: center;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fBox p {
		letter-spacing: 0.02em;
	}
}

.storeListQR {
	margin-left: 20%;
	text-align:center;
}
.storeListQR img {
	margin-top: 15px;
	width: 120px;
}

@media all and (max-width: 896px) {
	.storeListQR {
		margin-left: 10px;
	}
	.storeListQR img {
		margin-top: 5px;
		height: 120px; width: auto;
	}
}

/*cyke*/
.cykeHighlights { padding: 30px 0 30px 2vw; background: #ede9e6; }
.cykeHighlights .headLine02 { margin:25px auto; }
.cykeHighlightsImg { border: 5px solid #fff; }
.cykeWrap02 .headLine02 { margin:25px auto; }
.cykeWrap01 { margin-right: 3vw; }
.cykeWrap01 h4 { margin: 0; font-size: 2rem; }
.cykeWrap01 p { margin-bottom:25px; line-height:1.8; }
.cykeWrap02 table {
	margin: 0 auto; width: 75% !important;
	border-top: 1px solid #000; border-right: 1px solid #000;
}
.cykeWrap02 table td { padding: 7px 2rem; font-size: 1.7rem; border-top: none; border-bottom: 1px solid #000; border-left: 1px solid #000; }
.cykeWrap02 table td:nth-child(1) { width: 30%; background: #ede9e6; }
.cykeWrap03 p { margin: 0 auto 25px auto; max-width: 870px !important; line-height:1.8; }
@media all and (max-width: 896px) {
	.cykeHighlights { padding: 0; }
	.cykeWrap01 { margin: 0 auto;  width: 90%; }
	.cykeWrap02 table { margin: 0 auto; width: 90% !important; }
	.cykeWrap02 table td { padding: 5px 7px; font-size: 1.4rem; }
	.cykeWrap03 p { margin: 0 auto 15px auto; width: 90%; }
}

/*cyke top*/
.cykeTopWrap01 {}
.cykeTopWrap01 h2 {
	padding: 8px;
	font-size: 3.8rem !important;
}
.cykeTopWrap01 h3 {
	margin-bottom: 2.4rem;
}
.cykeTopWrap01 p {
	line-height: 1.8;
}
.cykeTopWrap02 {
	max-width: 960px;
    margin: 1.8rem auto 1.8rem auto;
}

.toBicycle {
	
}
.comBtn03 {
	margin: 0 54px 0 56px;
	text-align: right;
}
.comBtn03 a {
	padding: 12px 56px 12px 50px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    border-radius: 20px;
    background: #d22d2c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmBAMAAAAsKUYWAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAhdAUqwRU8DUqDHtZZa2nQgAAAE9JREFUGNNjYODYwIAA7RcRbI7auwJwzvS7dxFSIXfvIqRYfYeW1Nm7dy8tgLLZgMqUYRK5QAmDQScxF0mCgREkAQeyIAm4FFACARYwYAUAIohg1iCR27oAAAAASUVORK5CYII=) no-repeat right 20px center / 12px;
}

.comBtn03 a:hover {
	text-decoration: underline;
}

.accessaryWrap {
	margin: 0 auto 25px auto;
    max-width: 890px !important;
	display: flex;
	gap: 10px;
}
.accessaryWrap01 {
	display: flex;
	border-radius: 20px;
	background: #ede9e6;
	padding: 1.5rem;
	gap: 10px;
	align-items: center;
}
.accessaryWrap01Img {
	width: 35%;
}
.accessaryWrap01Txt {
	padding-left: 1rem;
}

.comBtn02 { margin-top: 1.5rem; }
.comBtn02 a {
	padding: 12px 56px 12px 50px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    border-radius: 20px;
    background: #d22d2c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmBAMAAAAsKUYWAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAhdAUqwRU8DUqDHtZZa2nQgAAAE9JREFUGNNjYODYwIAA7RcRbI7auwJwzvS7dxFSIXfvIqRYfYeW1Nm7dy8tgLLZgMqUYRK5QAmDQScxF0mCgREkAQeyIAm4FFACARYwYAUAIohg1iCR27oAAAAASUVORK5CYII=) no-repeat right 20px center / 12px;
}
.wp-block-table { border-bottom: none !important; }

.partsMainImage {
	text-align: center;
	/*padding: 2rem;
	border-radius: 20px;
    border: 5px solid #ede9e6;*/
}
.partsMainImage img { width: 70%; }

@media all and (max-width: 896px) {
	.cykeTopWrap02 p{
		margin: 0 auto;
		width: 90%;
	}
	.cykeTopWrap01 h2 {
		margin-top: 0;
	}
	.cykeTopWrap01 h3 {
		margin-top: 0;
	}
}