* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
}

body {
	color: #333;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	line-height: 160%;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

.cs_nav ul {
	list-style: none;
}

.cs_header img {
	vertical-align: middle;
}

@media screen and (max-width: 991px) {
	.sp_no {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	.pc_no {
		display: none !important;
	}
}

/**********ヘッダー**********/
.cs_header {
	width: 100%;
	min-width: 1200px;
	height: 136px;
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: #FFF;
	position: relative;
}

.cs_header_inner {
	width: 1200px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto 0;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

/**ヘッダーロゴ**/
.cs_header_logo {
	width: 360px;
	height: auto;
}

.cs_header_logo h1 {
	margin: 0;
}

.cs_header_logo a {
	display: block;
}

.cs_header_logo_img {
	display: block;
}

/**ヘッダー説明**/
.cs_description {
	font-size: 12px;
	margin: 0 0 5px 0;
}

/**ヘッダーメニュー**/
.cs_header_menu {
	width: 310px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cs_header_menu a {
	display: block;
}

/* .cs_header_menu img {
	margin-right: 6px;
} */

.cs_header_menu span {
	font-size: 14px;
	font-weight: 600;
	color: #0d3219;
}

.shop_search_icon {
	width: 22px;
	height: auto;
	margin-right: 16px;
}

.online_shop_icon {
	width: 30px;
	height: auto;
	margin-right: 6px;
}

/**ヘッダー検索**/
.cs_header_search {
	display: flex;
	align-items: center;
}

/**検索フォーム**/
#cs_searchform {
	position: relative;
	width: 340px;
	height: 38px;
}

/**検索テキスト部分**/
#cs_searchbox {
	border: solid 1px #CCC;
	width: 100%;
	height: 100%;
	padding: 5px 30px 5px 19px;
	margin: 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 19px;
	outline: none;
}

/**検索ボタン**/
#cs_searchsubmit {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	background-color: transparent;
	background-image: url("https://www.cyclespot.net/wp-content/themes/child/images/icon/header_search_icon.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	width: 20px;
	height: 20px;
	outline: none;
}

#cs_searchsubmit:hover {
	cursor: pointer;
}

/**ヘッダー　991px以下**/
@media screen and (max-width: 991px) {
	.cs_header {
		width: 100%;
		min-width: auto;
		height: auto;
		padding: 0;
	}

	.cs_header_inner {
		width: 80%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
	}

	/**ヘッダーロゴ**/
	.cs_header_logo {
		width: calc(100% - 120px);
		max-width: 400px;
		padding: 20px 0;
		box-sizing: border-box;
		display: flex;
	}

	.cs_header_logo_img {
		width: 240px;
		height: auto;
		margin-top: 5px;
	}

	/**ヘッダーメニュー**/
	.cs_header_menu {
		width: 170px;
		padding: 20px 0;
	}
}

/**ヘッダー　767px以下**/
@media screen and (max-width: 767px) {
	.cs_header_logo {
		max-width: 300px;
	}
}

/**ヘッダー　640px以下**/
@media screen and (max-width: 640px) {
	.cs_header_inner {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 20px;
	}

	.online_shop_link {
		margin: 0 0 0 6px;
	}

	.cs_header_menu {
		padding: 10px 0 5px;
		width: 70px;
	}

	.cs_header_menu a {
		text-align: center;
	}

	.cs_header_menu span {
		font-size: 10px;
		line-height: 12px;
	}

	.cs_header_menu .shop_search_icon {
		width: 21px;
		margin: 0 0 -2px 0;
	}

	.cs_header_menu .online_shop_icon {
		width: 28px;
		margin: 2px 4px 1px 0;
	}

	.cs_header_logo {
		width: calc(100% - 80px);
		padding: 25px 0 25px;
	}

	.cs_header_logo_img {
		margin-top: 0 !important;
	}
}

/**********上部ナビ部分**********/
.cs_nav {
	width: 100%;
	min-width: 1200px;
	background-color: #0d3219;
	color: #ddd;
	height: 65px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 13px;
}

.cs_nav_inner {
	width: 1200px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto 0;
	box-sizing: border-box;
	height: 100%;
	margin-bottom: 20px;
}

/**ナビゲーション**/
.cs_top_nav {
	display: flex;
	height: 100%;
	margin: 0;
}

.cs_top_nav li {
	width: 16.6%;
	width: calc(100% / 6);
	border-left: solid 1px #fff;
}

.cs_top_nav li .nav_btn {
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**ナビボタン　アイコン**/
.service_icon {
	width: 33px;
}

.blog_icon {
	width: 20px;
}

.special_icon {
	width: 18px;
}

.recruit_icon {
	width: 24px;
}

.corporation_icon {
	width: 28px;
}

.sp_search_icon {
	width: 20px;
}

.company_overview_icon {
	width: 20px;
}

/**上部ナビ部分　992px以上**/
@media screen and (min-width: 992px) {
	.cs_top_nav li:nth-child(6) {
		border-right: solid 1px #fff;
	}

	.cs_top_nav img {
		margin-right: 8px;
	}
}

/**上部ナビ部分　991px以下**/
@media screen and (max-width: 991px) {
	.cs_nav {
		width: 100%;
		min-width: auto;
		height: auto;
		padding-left: 0;
		padding-right: 0;
		border-top: solid 1px #fff;
		position: relative;
	}

	.cs_nav_inner {
		width: 80%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.cs_top_nav li:last-child {
		border-right: solid 1px #fff;
	}

	.cs_top_nav li img {
		margin-right: 0px;
		margin-bottom: 7px;
	}

	.cs_top_nav li .nav_btn {
		line-height: 1;
		flex-direction: column;
		padding: 10px 0 9px;
		font-size: 12px;
		justify-content: space-between;
	}

	/**ナビボタン　アイコン**/
	.sp_search_icon {
		width: 27px;
	}

	/**SP検索**/
	.cs_search {
		position: absolute;
		z-index: 9999;
		width: 100%;
		padding: 20px 0;
		background-color: #0d3219;
		border-top: solid 1px #fff;
		display: none;
	}

	.search_open .bg {
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.6);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9998;
	}

	.search_open .cs_search {
		display: block;
	}

	#cs_searchform {
		width: 80%;
		margin: auto;
	}
}

/**上部ナビ部分　640px以下**/
@media screen and (max-width: 640px) {
	.cs_nav_inner {
		width: 100%;
	}

	.cs_top_nav li:first-child {
		border-left: none;
	}

	.cs_top_nav li:last-child {
		border-right: none;
	}

	.cs_top_nav li a {
		font-size: 10px;
	}

	.cs_top_nav li .nav_btn {
		font-size: 11px;
		padding: 8px 0 7px;
	}

	/**ナビボタン　アイコン**/
	.service_icon {
		width: 30px;
	}

	.blog_icon {
		width: 18px;
	}

	.special_icon {
		width: 16px;
	}

	.recruit_icon {
		width: 22px;
	}

	.corporation_icon {
		width: 26px;
	}

	.sp_search_icon {
		width: 18px;
	}

	.company_overview_icon {
		width: 20px;
	}

	#cs_searchform {
		width: calc(100% - 40px);
	}
}

/**********フッター**********/
#copyright{
	padding: 20px 0;
	font-size: 80%;
}
#copyright img{margin:7px 0;}
#footlink{
	padding: 0 0 20px;
}
#footlink a{
	color:white;
}

#footer {
	clear: both;
	background: #113219;
	color: #fff;
	text-align: center;

	width: 100%;
	min-width: 1200px;
}

.cs_footer_description {
	display: block;
}

#copyright img {
	width: 270px;
}

/**TOPへ戻るボタン**/
.go_top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1001;
}

.gotop_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 0px;
	height: 0px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px #999;
	opacity: 0;
}

.gotop_btn span {
	font-size: 9px;
	font-weight: bold;
	margin-top: 3px;
	line-height: 13px;
}

.fadein {
	opacity: 1;
	transition: opacity 1s;
	width: 48px;
	height: 48px;
}

.go_top_icon {
	width: 22px;
	height: auto;
	margin-top: 3px;
}



@media screen and (max-width: 991px) {
	#footer {
		width: 100%;
		min-width: auto;
		height: auto;
		padding: 0;
	}
}
