@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common  */
.sec_ttl h2{
    color: #000000;
    background-color: #ffffff;
    font-size: 187.5%;
    display: inline-block;
    position: relative;
}
/* Mainvisual + Bycle route section  */
#tmp_main_visual{
    position: relative;
    padding-top: 50%;
    background-image: url(/site/shared/templates/cycling_top/images/main/img_mv_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
#tmp_main_visual .main_visual_wrap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto calc(3% + 5px);
    text-align: center;
}
#tmp_main_visual .main_visual_wrap .main_visual_ttl{
    max-width: 858px;
    width: 100%;
    height: 54px;
    display: inline-block;
    background: url(/site/shared/templates/cycling_top/images/main/top_catch_pc.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    text-indent: -9999px;
}
#tmp_note_intro{
    padding: 113px 0 50px;
    text-align: center;
    font-weight: bold;
    font-size: 112.5%;
    line-height: 1.8;
    margin-bottom: 111px;
}
#tmp_bycle_route{
    position: relative;
    background-color: #1e2d5a;
    color: #ffffff;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    padding: 67px 5% 30px;
}
#tmp_bycle_route .bycle_route_ttl p{
    display: inline-block;
    padding-left: 75px;
    padding-right: 7px;
    background-image: url(/site/shared/templates/cycling_top/images/main/ic_bicycle.png);
    background-repeat: no-repeat;
    background-position: left 19px;
    background-size: 60px auto;
}
#tmp_bycle_route span{
    font-size: 150%;
}
#tmp_bycle_route .bycle_balloon{
    position: absolute;
    left: 50%;
    top: -114px;
    transform: translateX(-50%);
    width: 550px;
    height: 174px;
    background: url(/site/shared/templates/cycling_top/images/main/balloon.png);
    text-indent: -9999px;
}
#tmp_route_map .map_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 45px;
    min-height: 800px;
}
#tmp_route_map .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#tmp_route_map .map_wrap .whole_route_mapinn{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
    width: 100%;
    padding-top: 129.03%;
}
#tmp_route_map .map_wrap .whole_route_mapinn.active{
    z-index: 1;
    opacity: 1;
}
#tmp_route_map .whole_route_map{
    position: relative;
    width: 51.66%;
}
#tmp_route_menu_wrap{
    width: 43.33%;
}
#tmp_route_menu_wrap ul{
    list-style: none;
}
#tmp_route_menu_wrap ul li{
    margin-bottom: 10px;
}
#tmp_route_menu_wrap ul .route_menu_ttl a{
    position: relative;
    background: linear-gradient(90deg, rgba(0, 125, 165, 1) 0%, rgba(30, 45, 90, 1) 100%);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 112.5%;
    background-color: #1e2d5a;
    text-decoration: none;
    padding: 13px 30px 12px;
}
#tmp_route_menu_wrap ul .accordion_switch_btn a{
    padding-right: 50px;
}
#tmp_route_menu_wrap ul a:hover .ttl{
    text-decoration: underline;
}
#tmp_route_menu_wrap ul .accordion_cnt{
    display: none;
}
#tmp_route_menu_wrap ul .accordion_cnt ul{
    margin-top: 10px;
    overflow-y: scroll;
    max-height: 500px;
}
#tmp_route_menu_wrap ul .accordion_cnt li{
    margin-bottom: 5px;
}
#tmp_route_menu_wrap ul .accordion_cnt li:last-child{
    margin-bottom: 0;
}
#tmp_route_menu_wrap ul .accordion_cnt li a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #e8ecf2;
    font-size: 87.5%;
    outline-offset: -1px;
}
#tmp_route_menu_wrap ul .accordion_switch_btn a::after,
#tmp_route_menu_wrap ul .accordion_switch_btn a::before{
    content: "";
    position: absolute;
    background-color: #ffffff;
}
#tmp_route_menu_wrap ul .accordion_switch_btn a::before{
    width: 14px;
    height: 2px;
    right: 31px;
    top: 24px;
}
#tmp_route_menu_wrap ul .accordion_switch_btn a::after{
    width: 2px;
    height: 14px;
    right: 37px;
    top: 18px;
}
.no_javascript #tmp_route_map .whole_route_map,
.no_javascript #tmp_route_menu_wrap ul .accordion_switch_btn a::after,
#tmp_route_menu_wrap ul .ac_active .accordion_switch_btn a::after{
    display: none;
}
.no_javascript #tmp_route_menu_wrap ul .accordion_cnt{
    display: block;
}
.no_javascript #tmp_route_menu_wrap{
    width: 100%;
}
.no_javascript #tmp_route_map .map_wrap{
    height: auto;
}
/* Root section */
#tmp_route_search{
    padding: 50px 0;
    text-align: center;
    margin-bottom: 70px;
}
#tmp_route_search .sec_ttl{
    position: relative;
    margin-bottom: 61px;
}
#tmp_route_search .sec_ttl::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #000000;
    left: 0;
    top: 50%;
}
#tmp_route_search .sec_ttl h2{
    padding: 0 45px;
}
#tmp_route_search .route_search_wrap{
    font-weight: bold;
    line-height: 1.8;
    background-image: url(/site/shared/templates/cycling_top/images/main/route_search_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    background-color: #000000;
    padding: 72px 0 8px 0;
    border-radius: 21px;
}
#tmp_route_search .route_search_wrap .route_search_inner{
    width: 395px;
    height: 240px;
    margin: 0 auto;
}
#tmp_route_search .route_search_wrap .route_search_inner .route_search_cnt {
    max-height: 120px;
    height: 120px;
    overflow: auto;
    padding: 0 10px;
    font-size: 137.5%;
    margin-bottom: 19px;
}
#tmp_route_search .route_search_wrap .route_search_btn a{
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px 35px 3px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 32px;
    background-image: url(/site/shared/templates/cycling_top/images/main/ic_ar_l_blk.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px auto;
}
#tmp_route_search .route_search_wrap .route_search_btn a:hover{
    text-decoration: underline;
}
#tmp_recommend_wrap{
    background-image: url(/site/shared/templates/cycling_top/images/main/bg_recommend.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 1px;
}
#tmp_recommend_wrap .common_recommend{
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50% auto;
    padding-top: 100px;
    margin-bottom: 120px;
}
#tmp_park_cycling{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_park_bg.jpg);
}
#tmp_recommend_wrap .detail_box {
    position: relative;
    text-align: center;
    width: 730px;
    padding: 43px 50px 40px;
    font-weight: bold;
}
#tmp_park_cycling_detail{
    background-color: #e8f2ea;
    margin-right: 0;
    margin-left: auto;
}
#tmp_recommend_wrap .detail_box .ic_img{
    position: absolute;
    right: 40px;
    top: -60px;
    width: 150px;
}
#tmp_recommend_wrap .detail_box .ic_img img{
    width: 100%;
    height: auto;
}
#tmp_recommend_wrap .detail_box .ttl{
    font-size: 187.5%;
    padding: 0 21% 62px;
    position: relative;
    margin-bottom: 1px;
    line-height: 1.8;
}
#tmp_recommend_wrap .detail_box .ttl::after{
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    bottom: 40px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background: linear-gradient(90deg, rgba(65, 130, 15, 1) 0%, rgba(25, 85, 30, 1) 100%);
}
#tmp_recommend_wrap .detail_box .txt{
    margin-bottom: 40px;
}
#tmp_recommend_wrap .detail_box .txt span{
    display: block;
}
#tmp_recommend_wrap .detail_box .txt .catch{
    margin-bottom: 30px;
    font-size: 112.5%;
    line-height: 1.8;
}
#tmp_recommend_wrap .detail_box .detail_btn a  {
    display: inline-block;
    border-bottom: #000000 2px solid;
    background-image: url(/site/shared/templates/cycling_top/images/main/ic_ar_l_blk.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1;
    padding: 11px 64px 8px;
}
#tmp_recommend_wrap .photo_list{
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    margin-left: -172px;
    gap: 3%;
}
#tmp_recommend_wrap .photo_list li{
    background-color: #ffffff;
    padding: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#tmp_recommend_wrap .photo_list li img{
    vertical-align: top;
}
#tmp_hot_spotdetail {
    background-color: #e8ecf2;
}
#tmp_hot_spotdetail .photo_list{
    margin-left: 0;
}
#tmp_recommend_wrap #tmp_hot_spotdetail .ttl::after {
    background: linear-gradient(90deg, rgba(0, 125, 165, 1) 0%, rgba(30, 45, 90, 1) 100%);
}
#tmp_hot_spot.common_recommend{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_hot_spot_bg.jpg);
    background-position: right top;
}
#tmp_hospitality_detail{
    background-color: #fef8e6;
    margin-right: 0;
    margin-left: auto;
}
#tmp_recommend_wrap #tmp_hospitality_detail .ttl::after {
    background: linear-gradient(90deg, rgba(195, 85, 30, 1) 0%, rgba(175, 45, 30, 1) 100%);
}
#tmp_hospitality{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_hospitality_bg.jpg);
}
/* Social banner */
#tmp_cycl_train{
    text-align: center;
    padding: 9px 40px;
    margin-bottom: 103px;
}
#tmp_cycl_train a{
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
}
#tmp_social .social_wrap_flex .social_lft a:hover,
#tmp_cycl_train a:hover{
    opacity: 0.7;
}
#tmp_cycl_train img{
    max-width: 100%;
    height: auto;
}
#tmp_cycling_wrap{
    background: url(/site/shared/templates/cycling_top/images/main/deer_bg.png) no-repeat;
    background-position: right 10% top 96%;
    margin-bottom: 120px;
}
#tmp_cycling_wrap .container{
    max-width: 820px;
}
#tmp_cycling_wrap .cycling_map{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
#tmp_cycling_wrap .cycling_map img{
    vertical-align: top;
}
#tmp_cycling_wrap .cycling_map_download{
    width: calc(48% - 4px);
    max-width: 380px;
    padding: 48px 40px 40px;
    font-weight: bold;
    background-color: #e8ecf2;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8ecf2;
}
#tmp_cycling_wrap .cycling_map_download .title{
    font-size: 187.5%;
}
#tmp_cycling_wrap .cycling_map_download .link{
    margin-top: 40px;
    display: block;
    width: 100%;
}
#tmp_social .social_wrap_flex .social_rgt a,
#tmp_cycling_wrap .cycling_map_download .link a{
    display: block;
    text-decoration: none;
    background: url(/site/shared/templates/cycling_top/images/main/ic_download.png) no-repeat right 16px center / 20px auto, 
    -webkit-gradient(linear, left top, right top, from(rgba(0, 125, 165, 1)), to(rgba(30, 45, 90, 1)));    
    background: url(/site/shared/templates/cycling_top/images/main/ic_download.png) no-repeat right 16px center / 20px auto, 
    -o-linear-gradient(left, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));    
    background: url(/site/shared/templates/cycling_top/images/main/ic_download.png) no-repeat right 16px center / 20px auto, 
    -moz-linear-gradient(left, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));  
    background: url(/site/shared/templates/cycling_top/images/main/ic_download.png) no-repeat right 16px center / 20px auto, 
    linear-gradient(90deg, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));
    background-color: #333333;
    color: #ffffff;
    border-radius: 32px;
    padding: 10px 35px;
}
#tmp_cycling_wrap .cycling_map_download .link a:hover{
    text-decoration: underline;
}
#tmp_social{
    padding: 60px 0;
    background-color: #e8dee8;
}
#tmp_social .social_wrap_flex{
    display: flex;
    justify-content: center;
    gap: 60px;
}
#tmp_social .social_wrap_flex .social_lft{
    width: 50%;
}
#tmp_social .social_wrap_flex .social_lft a{
    display: block;
    transition: opacity 0.3s ease-in-out;
}
#tmp_social .social_wrap_flex .social_lft p:first-child a{
    margin-bottom: 40px;
}
#tmp_social .social_wrap_flex .social_lft img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_social .social_wrap_flex .social_rgt{
    width: 300px;
}
#tmp_social .social_wrap_flex .social_rgt a{
    font-weight: bold;
    background: url(/site/shared/templates/cycling_free/images/cycle_train/ic_ar_l_wht_sp.png) no-repeat right 16px center / 20px auto, 
    -webkit-gradient(linear, left top, right top, from(rgba(0, 125, 165, 1)), to(rgba(30, 45, 90, 1)));    
    background: url(/site/shared/templates/cycling_free/images/cycle_train/ic_ar_l_wht_sp.png) no-repeat right 16px center / 20px auto, 
    -o-linear-gradient(left, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));    
    background: url(/site/shared/templates/cycling_free/images/cycle_train/ic_ar_l_wht_sp.png) no-repeat right 16px center / 20px auto, 
    -moz-linear-gradient(left, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));  
    background: url(/site/shared/templates/cycling_free/images/cycle_train/ic_ar_l_wht_sp.png) no-repeat right 16px center / 20px auto, 
    linear-gradient(90deg, rgba(0, 125, 165, 1), rgba(30, 45, 90, 1));
    background-color: #333333;
    max-width: 298px;
    text-align: center;
}
#tmp_social .social_wrap_flex .social_rgt a:hover{
    text-decoration: underline;
}
/* accessibility */
.color_blue #tmp_main_visual,
.color_yellow #tmp_main_visual,
.color_black #tmp_main_visual {
	background-image: url(/site/shared/templates/cycling_top/images/main/img_mv_pc.png) !important;
}
.color_blue #tmp_main_visual .main_visual_wrap .main_visual_ttl,
.color_yellow #tmp_main_visual .main_visual_wrap .main_visual_ttl,
.color_black #tmp_main_visual .main_visual_wrap .main_visual_ttl {
	text-indent: 0;
    height: auto;
    font-size: 200%;
}
.color_blue #tmp_bycle_route,
.color_yellow #tmp_bycle_route,
.color_black #tmp_bycle_route {
	border-top: 1px solid;
    border-bottom: 1px solid;
}
.color_blue #tmp_social .social_wrap_flex .social_rgt a,
.color_yellow #tmp_social .social_wrap_flex .social_rgt a,
.color_black #tmp_social .social_wrap_flex .social_rgt a,
.color_blue #tmp_cycling_wrap .cycling_map_download .link a,
.color_yellow #tmp_cycling_wrap .cycling_map_download .link a,
.color_black #tmp_cycling_wrap .cycling_map_download .link a,
.color_blue #tmp_route_menu_wrap ul .accordion_cnt li a,
.color_yellow #tmp_route_menu_wrap ul .accordion_cnt li a,
.color_black #tmp_route_menu_wrap ul .accordion_cnt li a,
.color_blue #tmp_route_menu_wrap ul .route_menu_ttl a,
.color_yellow #tmp_route_menu_wrap ul .route_menu_ttl a,
.color_black #tmp_route_menu_wrap ul .route_menu_ttl a {
    border: 1px solid;
}
.color_blue #tmp_route_menu_wrap ul .accordion_switch_btn a::before,
.color_black #tmp_route_menu_wrap ul .accordion_switch_btn a::before,
.color_blue #tmp_route_menu_wrap ul .accordion_switch_btn a::after,
.color_black #tmp_route_menu_wrap ul .accordion_switch_btn a::after {
    background-color: #FFFF00 ;
}
.color_yellow #tmp_route_menu_wrap ul .accordion_switch_btn a::before,
.color_yellow #tmp_route_menu_wrap ul .accordion_switch_btn a::after {
    background-color: #000000;
}
.color_blue #tmp_social,
.color_yellow #tmp_social,
.color_black #tmp_social{
  border-top: 1px solid ;
}
.color_blue #tmp_route_search .route_search_wrap .route_search_btn a,
.color_yellow #tmp_route_search .route_search_wrap .route_search_btn a,
.color_black #tmp_route_search .route_search_wrap .route_search_btn a,
.color_blue #tmp_route_search .route_search_wrap,
.color_yellow #tmp_route_search .route_search_wrap,
.color_black #tmp_route_search .route_search_wrap,
.color_blue #tmp_recommend_wrap .detail_box,
.color_yellow #tmp_recommend_wrap .detail_box,
.color_black #tmp_recommend_wrap .detail_box {
	border: 1px solid;
}
.color_blue #tmp_route_search .sec_ttl::before,
.color_black #tmp_route_search .sec_ttl::before,
.color_black #tmp_recommend_wrap .detail_box .ttl::after,
.color_blue #tmp_recommend_wrap .detail_box .ttl::after{
    background: #FFFF00 !important;
}
.color_yellow #tmp_recommend_wrap .detail_box .ttl::after{
    background: #000000 !important;
}
.color_blue #tmp_route_search .route_search_wrap .route_search_inner,
.color_yellow #tmp_route_search .route_search_wrap .route_search_inner,
.color_black #tmp_route_search .route_search_wrap .route_search_inner{
    width: 80%;
    height: auto;
}
.color_blue #tmp_route_search .route_search_wrap .route_search_inner .route_search_cnt,
.color_yellow #tmp_route_search .route_search_wrap .route_search_inner .route_search_cnt,
.color_black #tmp_route_search .route_search_wrap .route_search_inner .route_search_cnt{
    height: auto;
    max-height: inherit;
}
.color_blue #tmp_park_cycling,
.color_yellow #tmp_park_cycling,
.color_black #tmp_park_cycling{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_park_bg.jpg) !important;
}
.color_blue #tmp_recommend_wrap .container,
.color_yellow #tmp_recommend_wrap .container,
.color_black #tmp_recommend_wrap .container{
    background: transparent !important;
}
.color_blue #tmp_hot_spot,
.color_yellow #tmp_hot_spot,
.color_black #tmp_hot_spot{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_hot_spot_bg.jpg) !important;
}
.color_blue #tmp_hospitality,
.color_yellow #tmp_hospitality,
.color_black #tmp_hospitality{
    background-image: url(/site/shared/templates/cycling_top/images/main/img_hospitality_bg.jpg) !important;
}
.color_blue #tmp_recommend_wrap .detail_box .ic_img,
.color_yellow #tmp_recommend_wrap .detail_box .ic_img,
.color_black #tmp_recommend_wrap .detail_box .ic_img{
   display: none;
}
.color_blue #tmp_bycle_route .bycle_balloon,
.color_yellow #tmp_bycle_route .bycle_balloon,
.color_black #tmp_bycle_route .bycle_balloon{
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    height: auto;
    padding: 10px;
    position: relative;
}