@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 641px) and (max-width: 1150px) {
	.fsize_big2 #tmp_wrapper #tmp_sma_search .wrap_sch_box{
		flex-direction: column;
		align-items: flex-start;
	}
	.fsize_big2 #tmp_wrapper #tmp_means{
		padding-left: 12px;
		padding-right: 12px;
	}
	.fsize_big2 #tmp_wrapper #tmp_hnavi_s > ul{
		gap: 0 10px;
	}
}
@media screen and (min-width : 641px) and (max-width: 940px) {
	#tmp_wrapper #tmp_sma_search .wrap_sch_box{
		flex-direction: column;
		align-items: flex-start;
	}
	#tmp_hnavi_s > ul{
		column-gap: 15px;
	}
	.fsize_big2 #tmp_wrapper #tmp_sma_search .sch_box input{
		padding-left: 10px;
		background-position: 7px center !important;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrap_header,
	#tmp_wrapper{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body {
	font-size: 87.5%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	padding-top: 70px;
	width: 100%;
	min-width: 310px;
}
.container{
	padding: 0 18px;
	width: calc(90% + 36px);
}
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}

/* ==================================================
header
================================================== */
#tmp_header {
	position: relative;
	padding-bottom: 0;
	min-height: 70px;
}
#tmp_header .header_inner{
	column-gap: 5px;
	padding-left: 17px;
}
#tmp_hlogo {
	align-self: center;
	padding: 0;
	width: 194px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	margin-left: 0;
	background-image: url(/site/shared/site_cycling/images/header/hlogo_sp.png);
	background-size: 100% auto;
	width:194px;
	height:60px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width:194px;
	height:60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:194px;
	height:60px;
}

/* navi
================================================== */
#tmp_means{
	display: block;
	padding: 0;
	background-image: none;
	min-width: auto;
	min-height: unset;
	border-radius: 0;
}
#tmp_header .func_list{
	flex-direction: column;
	align-items: flex-start;
	gap: 10px 0;
	margin-bottom: 12px;
}
#tmp_hnavi_s{
	position: static;
}
#tmp_hnavi_s > ul{
	display: block;
	height: 100%;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	justify-content: center;
	align-items: flex-end;
	padding: 4px 2px;
	background-color: #1e2d5a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#007da5), to(#1e2d5a));
	background-image: -moz-linear-gradient(top, #007da5 0%, #1e2d5a 100%);
	background-image: -o-linear-gradient(top, #007da5 0%, #1e2d5a 100%);
	background-image: linear-gradient(180deg, #007da5 0%, #1e2d5a 100%);
	background-repeat: no-repeat;
	width:70px;
	min-height:70px;
	font-size: 78.57%;
	letter-spacing: 0.25em;
	white-space: pre-line;
	color: #ffffff;
	text-align: center;
}
#tmp_hnavi_s > ul > li > a > span{
	padding: 25px 0 0;
	background-position: 0 0;
	min-width: 40px;
	min-height: 40px;
}
/* rmenu */
#tmp_hnavi_rmenu{
	display: block;
}
#tmp_hnavi_rmenu > a > span {
	position: relative;
	padding-top: 25px;
	text-align: center;
}
#tmp_hnavi_rmenu > a:before,
#tmp_hnavi_rmenu > a > span:after,
#tmp_hnavi_rmenu > a > span:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ffffff;
	width: 40px;
	height: 2px;
	color: #333333;
	transition: transform 0.3s ease;
}
#tmp_hnavi_rmenu > a:before{
	top: 34px;
}
#tmp_hnavi_rmenu > a > span:after {
	transform: translateY(16px);
}
#tmp_hnavi_rmenu > a.active:before{
	background-color: transparent;
}
#tmp_hnavi_rmenu > a.active > span:before {
	top: 8px;
	transform: rotate(45deg);
}
#tmp_hnavi_rmenu > a.active > span:after{
	top: 8px;
	transform: rotate(-45deg);
}
#tmp_sma_rmenu .setting_list{
	margin-bottom: 20px;
}
#tmp_sma_rmenu .setting_list > li{
	list-style: none;
	border-bottom: 1px solid #7e7e7e;
}
#tmp_sma_rmenu .setting_list > li > a{
	display: flex;
	padding: 10px 0;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_rmenu .setting_list > li > a > span{
	display: inline-block;
	padding: 5px 0 5px 25px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 0 7px;
}
#tmp_hnavi_stmenu > a > span{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_setting_sp.png);
}
#tmp_sma_rmenu .setting_lang > a{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_down.png);
}
#tmp_sma_rmenu .setting_lang > a > span{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_lang_sp.png);
}
#tmp_sma_rmenu .setting_lang.active > a{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_down_act.png);
}
#tmp_header .lang_list{
	flex-direction: column;
	gap: 10px 0;
	padding: 0 20px 10px;
}
#tmp_header .lang_list li{
	width: 100%;
}
/* form search */
#tmp_sma_search{
	max-width: 257px;
}
#tmp_sma_search .wrap_sch_box{
	gap: 0 16px;
}
#tmp_sma_search .sch_ttl{
	font-size: 114.2%;
}
#tmp_sma_search .sch_box input{
	height: 35px;
}

/* menu open
================================================== */
#tmp_sma_rmenu{
	display: block !important;
	top: 100%;
	right: 0;
	padding: 10%;
	background-color: #282828;
	width: 100%;
	height: calc(100vh - 70px);
	color: #ffffff;
	text-align: left;
	transform: translateX(100%);
	overflow-y: auto;
	transition: transform .3s linear;
	z-index: 98;
}
#tmp_sma_rmenu.active{
	transform: translateX(0);
}
/* setting reset */
#tmp_sma_rmenu.wrap_sma_sch #tmp_sma_search,
#tmp_sma_rmenu.wrap_sma_sch #tmp_hnavi_stmenu,
#tmp_sma_rmenu.wrap_sma_sch #tmp_gnavi {
	display:block;
}
#tmp_hnavi_lmenu,
#tmp_sma_search,
#tmp_hnavi_stmenu,
#tmp_gnavi {
	display:none;
}

/* gnavi
================================================== */
#tmp_gnavi .container{
	padding-left: 0;
	padding-right: 0;
}
#tmp_gnavi .gnavi{
	flex-direction: column;
	padding-bottom: 10%;
}
#tmp_gnavi .gnavi li{
	border-top: 1px solid #7e7e7e;
	width: 100%;
}
#tmp_gnavi .gnavi a{
	justify-content: flex-start;
	padding: 13px 0 8px;
	min-height: unset;
	font-size: 107.14%;
	text-align: left;
}
#tmp_gnavi .gnavi li:before,
#tmp_gnavi .gnavi li:last-of-type:after{
	content: none;
}
#tmp_gnavi .gnavi li:last-of-type{
	border-bottom: 1px solid #7e7e7e;
}

/* footer
================================================== */
#tmp_footer{
	margin-top: 60px;
	padding-top: 32px;
}
#tmp_footer .footer_main {
    padding-bottom: 19px;
}
#tmp_footer .footer_info{
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 22px;
    padding-bottom: 20px;
}
#tmp_footer .footer_logo{
	background-size: 100% auto;
	width: 132px;
	height: 42px;
}
#tmp_footer .footer_logo a{
	width: 132px;
	height: 42px;
}
#tmp_footer .footer_address{
	line-height: 1.6;
}
#tmp_footer .add_name{
	margin-bottom: 3px;
}
#tmp_footer .add_info{
	margin-bottom: 10px;
	font-size: 85.7%;
}
#tmp_footer .add_link{
	margin-left: 0;
}
#tmp_footer .add_link a{
	padding: 8px 8px 5px;
	background-position: 0 4px;
	width: 100%;
	font-size: 100%;
}
#tmp_footer .footer_btns{
	padding: 0 13px;
	width: 100%;
}
#tmp_footer .footer_btns a{
	padding: 9px 34px;
	background-image: url(/site/shared/site_cycling/images/icon/arrow_link_gray_sp.png);
	background-size: 14px auto;
	background-position: right 14px center;
}
#tmp_footer .footer_btns li:not(:last-of-type) {
    margin-bottom: 10px;
}
#tmp_footer .fnavi{
	flex-flow: row wrap;
	gap: 8px 12px;
}
#tmp_footer .fnavi .item{
	width: calc(50% - 6px);
}
#tmp_footer .fnavi_links > li > a{
	background-image: url(/site/shared/site_cycling/images/icon/arrow_link_rgt_sp.png);
	background-size: 14px auto;
	font-size: 100%;
}
#tmp_footer .fnavi > li:nth-of-type(2),
#tmp_footer .fnavi > li:nth-of-type(3){
	padding-left: 0;
}
#tmp_footer .fnavi_links > li:not(:last-of-type){
	margin-bottom: 0;
}
#tmp_footer .fnavi_sub {
    margin-top: -1px;
    padding-left: 20px;
	font-size: 85.7%;
}
#tmp_footer .fnavi_sub > li:not(:last-of-type) {
    margin-bottom: 0;
}
#tmp_footer .pnavi {
    top: -23px;
    right: 18px;
}
#tmp_footer .pnavi a{
	width: 46px;
	height: 46px;
	font-size: 85.7%;
}
.copyright{
	padding: 4px 10px;
	font-size: 85.7%;
}

/* hover
================================================== */
#tmp_footer .pnavi a:hover,
#tmp_footer .footer_btns a:hover,
#tmp_footer .fnavi a:hover,
#tmp_footer .add_link a:hover,
#tmp_gnavi .gnavi a:hover,
#tmp_sma_lmenu .lang_list a:hover,
#tmp_hnavi_s > ul > li > a:hover{
	text-decoration: none;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
    margin-bottom: 13px;
}
#tmp_pankuzu + #tmp_wrap_custom_update {
    margin-top: 0;
}
#tmp_custom_update {
    padding-bottom: 3px;
}
#tmp_update {
	font-size: 85.7%;
}
.column_cnt #tmp_wrap_custom_update {
    padding: 0 18px;
    width: calc(90% + 36px);
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	background-size: 51px auto;
	padding-left:60px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_cycling/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_cycling/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_cycling/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_cycling/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_cycling/images/icon/icon_txt_sp.png);
}
/* lnavi
================================================== */
.splide_common .splide__arrow{
	width: 30px;
    height: 30px;
	margin-top: -13px;
}
.splide_common .splide__arrow--prev{
	left: -13px;
}
.splide_common .splide__arrow--prev::before{
	background-image: url(/site/shared/site_cycling/images/icon/arrow_prev_sp.png);
}
.splide_common .splide__arrow--next{
	right: -13px;
}
.splide_common .splide__arrow--next::before{
	background-image: url(/site/shared/site_cycling/images/icon/arrow_next_sp.png);
}
/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* ==================================================
accessility header & footer
================================================== */
.color_black #tmp_wrapper #tmp_means,
.color_blue #tmp_wrapper #tmp_means,
.color_yellow #tmp_wrapper #tmp_means{
	border: none;
}
.color_black #tmp_wrapper #tmp_sma_lmenu,
.color_blue #tmp_wrapper #tmp_sma_lmenu,
.color_yellow #tmp_wrapper #tmp_sma_lmenu,
.color_black #tmp_wrapper #tmp_sma_rmenu,
.color_blue #tmp_wrapper #tmp_sma_rmenu,
.color_yellow #tmp_wrapper #tmp_sma_rmenu,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a:before,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a > span:after,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a > span:before,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a:before,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a > span:after,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a > span:before,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a:before,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a > span:after,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a > span:before{
	content: none;
}
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.fsize_big #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.fsize_big2 #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a{
	height: 100%;
}
.color_black #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_footer .footer_logo,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1.5rem !important;
}
.fsize_big #tmp_wrapper #tmp_hnavi_rmenu > a,
.fsize_big2 #tmp_wrapper #tmp_hnavi_rmenu > a{
	letter-spacing: 0.15em;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li{
	background-position: center top;
}
.fsize_big #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.fsize_big2 #tmp_wrapper #tmp_hnavi_s > ul > li > a > span{
	font-size: 0.8rem;
}
.fsize_big #tmp_wrapper #tmp_sma_lmenu,
.fsize_big2 #tmp_wrapper #tmp_sma_lmenu{
	top: 100%;
}
.fsize_big #tmp_wrapper #tmp_hnavi_rmenu > a:before,
.fsize_big2 #tmp_wrapper #tmp_hnavi_rmenu > a:before{
	top: 31px;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev::before {
    background-image: url(/site/shared/site_cycling/images/icon/arrow_prev_back_sp.png);
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--next::before {
    background-image: url(/site/shared/site_cycling/images/icon/arrow_next_black_sp.png);
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_close.png) !important;
	background-size: 16px auto;
	background-position: center 10px;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_close_bl.png) !important;
	background-size: 16px auto;
	background-position: center 10px;
}
/* no-js */
.no_javascript #tmp_wrapper #tmp_sma_rmenu{
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}
@media screen and (max-width : 380px) {
.column_cnt #tmp_wrap_custom_update,
.container {
	padding: 0 16px;
	width: calc(90% + 32px);
}
}