@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    border: 0;
    /* 旧IE対応 */
    background: #FFFFFF;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
    color: #222222;
}


/* 隠す */

.hide {
    position: absolute;
    left: -100em;
    top: -100em;
}

.fBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.haba960 {
    width: 960px;
    margin: 0 auto;
}

.haba710 {
    width: 710px;
    margin: 0 auto;
}

.haba980 {
    width: 980px;
    margin: 0 auto;
}

.haba990 {
    width: 990px;
    margin: 0 auto;
}

.haba1024 {
    width: 1024px;
    margin: 0 auto;
}

.haba1065 {
    width: 1065px;
    margin: 0 auto;
}

#headerCycling {
    /* background-image: url(/img/cycling/bg_ph_a.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#oshiraseWaku {
    background-image: url(/img/cycling/monyou0.png);
    background-position: center;
    overflow: hidden;
}

#ow1 {
    background-image: url(/img/cycling/monyou1.png);
    background-repeat: repeat-y;
    background-position: left;
    overflow: hidden;
}

#ow2 {
    background-image: url(/img/cycling/monyou2.png);
    background-repeat: repeat-y;
    background-position: right;
    overflow: hidden;
}

#readBun {
    margin-top: 65px;
}

#readBun div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#readBun>div:nth-child(1) {
    margin-right: 18px;
}

#readBun>div:nth-child(2) p {
    background-color: #FFF;
    padding: 1rem;
    margin: 0;
}

#newsList {
    margin-top: 70px;
    margin-bottom: 78px;
}

.shinchakuA {
    width: 140px;
    margin-right: 40px;
}

.shinchakuB {
    width: 100%;
}

.shinchakuUl ul {
    padding: 21px 21px 14px;
    margin: 0;
    background-color: #FFF;
    width: 100%;
    list-style: none;
    border: solid 2px #D3EEFF;
    border-radius: 5px;
    box-sizing: border-box;
}

.shinchakuUl ul li {
    list-style: none;
    margin: 0px 19px 11px 19px;
    border-bottom: dashed 1px gray;
    padding-bottom: 9px;
}

.shinchakuUl ul li span.newsDate {
    display: block;
    position: absolute;
    padding: 0;
    color: #007BC1;
}

.shinchakuUl ul li span.newsTitle {
    display: block;
    padding: 0 0 0 11rem;
}

.newsAll {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsAllLink a {
    background-color: #F56F00;
    padding: 11px 60px;
    display: block;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    margin: 17px 0 0;
    background-image: url(/img/cycling/arrow_1.png);
    background-repeat: no-repeat;
    background-position: right;
}

#bnrWaku1 {
    background-image: url(/img/cycling/bg_ph_b.jpg);
    background-size: cover;
    padding: 95px 0;
}

#cyclingMain,
#bnrWaku2 {
    background-image: url(/img/cycling/monyou3.png);
    background-position: center;
    overflow: hidden;
}

#bW2_1 {
    border: solid 4px #FFF;
    margin: 20px;
    background-image: url(/img/cycling/bg_bicycle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 60px 0 57px;
}

div#bW2_1 div.fBox.haba990 {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#bW2_1 div.fBox.haba990 div.fBox {
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 486px;
}

div#bW2_1 div.fBox.haba990 div.fBox p {
    font-size: 90%;
    padding: 0 17px;
}

div#bW2_1 div.fBox.haba990 div.fBox a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    padding-top: 23px;
    text-decoration: none;
    color: #005C97;
    font-size: 140%;
    font-weight: bold;
}

div#bW2_1 div.fBox.haba990 div.fBox a span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

div#bW2_1 div.fBox.haba990>div:nth-child(1)>a {
    background-image: url(/img/cycling/bg_btn4_1.png);
}

div#bW2_1 div.fBox.haba990>div:nth-child(2)>a {
    background-image: url(/img/cycling/bg_btn4_2.png);
}

div#bW2_1 div.fBox.haba990>div:nth-child(3)>a {
    background-image: url(/img/cycling/bg_btn4_3.png);
}

div#bW2_1 div.fBox.haba990>div:nth-child(4)>a {
    background-image: url(/img/cycling/bg_btn4_4.png);
}

div#bW2_1 div.fBox.haba990>div>a:hover {
    color: #FFF;
    background-position: -486px;
}

#bnrWaku3 {
    background-color: #E1F3FF;
}

#bnrWaku3 div.haba1024 {
    padding: 30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#bnrWaku3 div.haba1024 p {
    margin: 0px calc(20px / 4) 12px;
}

#footerWaku {
    background-color: #004A79;
    padding: 25px 0 15px;
}

#footerWaku .haba1024 p {
    margin: 0;
    padding: 0 0 5px;
    color: #FFF;
    font-size: 90%;
}

#footerWaku div.haba1024 p:nth-child(1) {
    font-size: 128%;
}

#footerWaku .haba1024 p.copyRight {
    margin-top: 30px;
    font-size: 80%;
    text-align: center;
}

#headMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#headMenu h1 {
    margin: 0;
}

#gNavi {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
}

#gNavi ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: #FFF;
    border-radius: 7px;
    background-image: url(/img/cycling/bg_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: hidden;
    margin: 0 0 30px;
}

#gNavi ul li {
    list-style: none;
    width: 170px;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #D3E7F2;
}

#gNavi ul li:nth-child(6) {
    border-right: none;
}

#gNavi ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 17px;
    margin-bottom: 6px;
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

#gNavi ul li a:hover {
    background-color: #DDF4FA;
}

#gNavi ul li a span {
    align-self: flex-end;
    margin-bottom: 10px;
}

#gNavi ul li:nth-child(1) a {
    background-image: url(/img/cycling/icon1.png);
}

#gNavi ul li:nth-child(2) a {
    background-image: url(/img/cycling/icon2.png);
}

#gNavi ul li:nth-child(3) a {
    background-image: url(/img/cycling/icon3.png);
}

#gNavi ul li:nth-child(4) a {
    background-image: url(/img/cycling/icon4.png);
}

#gNavi ul li:nth-child(5) a {
    background-image: url(/img/cycling/icon5.png);
}

#gNavi ul li:nth-child(6) a {
    background-image: url(/img/cycling/icon6.png);
}

#headMenu,
#gNavi {
    flex-shrink: 0;
}

.akiSpace {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 230px);
    /* ie対応　#headMenu, #gNaviの高さ分引く */
}

.akiSpace img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 784px;
    height: 201px;
}

#mapWaku {
    padding: 50px 0;
    background-image: url(/img/cycling/tensen.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#mapWaku .detail_free p {
    text-align: center;
}

#mapWaku dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#mapWaku dt {
    width: 10%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px 0 0 5px;
    color: #FFF;
}

.hama dt {
    background-color: #016ABB;
}

.hama dd {
    background-color: #EAF4F7;
}

.naka dt {
    background-color: #E84559;
}

.naka dd {
    background-color: #FAF0F4;
}

.aizu dt {
    background-color: #189C6D;
}

.aizu dd {
    background-color: #EEF7ED;
}

#mapWaku dd {
    padding: 10px;
    margin: 0;
    width: 90%;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
}

#section_footer {
    clear: both;
    margin: 40px 0px 0px;
    background-color: #F4FBFF;
}

#section_footer_title {
    padding: 7px 10px;
    font-weight: bold;
    background-color: #004A79;
    color: #FFF;
}

#section_footer_name {
    padding-top: 10px;
    padding-left: 15px;
}

#section_footer_name a {
    font-weight: bold;
}

#section_footer_info {
    padding-left: 15px;
    padding-bottom: 10px;
    line-height: 2;
}

#section_footer_info a {
    display: block;
}

@media screen and (max-width: 600px) {
    #mapWaku dl {
        flex-flow: column nowrap;
    }
    #mapWaku dt,
    #mapWaku dd {
        width: 100%;
    }
    #mapWaku dd {
        border-left: none;
    }
}

#searchKeyword p {
    padding: 6px 0 0 17px;
    margin: 0 1rem 0 0;
    background-image: url(/img/cycling/arrow_4.png);
    background-repeat: no-repeat;
    background-position: left;
}

#searchKeyword p a {
    font-size: 80%;
    color: #222;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

#searchKeyword p a:hover {
    text-decoration: underline;
}

.search_container {
    position: relative;
    box-sizing: border-box;
}

.search_container input[type="text"] {
    border: none !important;
    height: 2rem !important;
    width: 100% !important;
    padding: 0 38px 0 0 !important;
    box-sizing: border-box;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container {
    border: 1px solid #1065B5;
    padding: 0px 5px;
    height: 2rem;
    width: 250px;
    overflow: hidden;
    background-color: #FFF;
}

.search_container input[type="image"] {
    cursor: pointer;
    border: none;
    background: #1065B5;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
    padding: 5px;
}

.search_container ::-webkit-input-placeholder {
    color: #1065B5;
}

#headMenu2 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#headMenu2 #searchKeyword {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#gNavi2 {
    border-top: dotted 2px #3481D1;
}

#cycleH1 {
    background-color: #0C7AC5;
    background-image: url(/img/cycling/monyou1.png);
    background-repeat: repeat-y;
    background-position: left;
    overflow: hidden;
}

#cycleH1_1 {
    background-image: url(/img/cycling/monyou2.png);
    background-repeat: repeat-y;
    background-position: right;
    overflow: hidden;
}

#cycleH1_2 {
    padding: 24px 0;
}

#cycleH1_1 h1 {
    margin: 0;
    color: #FFF;
    /* background-image: url(/img/cycling/illust_0.png); */
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 95px;
    padding: 25px 0 0 120px;
    font-size: 260%;
}

#cyclePankuzu {
    background-color: #FFF;
    margin-bottom: 35px;
    padding: 14px 0;
}

#cyclePankuzu .pankuzu {
    width: 1024px;
    margin: 0 auto;
    font-size: 80%;
}

#cyclingMain2 {
    background-image: url(/img/cycling/tensen.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 56px;
}

#cyclingMain3 {
    background-color: #FFF;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 9px;
}

#printDate {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 80%;
}

#gNavi2 ul {
    list-style: none;
    padding: 9px 0;
}

#gNavi2 ul li {
    flex: 1 0 auto;
    border-right: solid 1px #D3E7F2;
}

#gNavi2 ul li:nth-child(6) {
    border-right: none;
}

#gNavi2 ul li a {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #222;
    font-size: 94%;
}

#gNavi2 ul li a::before {
    margin-right: 5px;
}

#gNavi2 ul li:nth-child(1) a::before {
    content: url(/img/cycling/icon1b.png);
}

#gNavi2 ul li:nth-child(2) a::before {
    content: url(/img/cycling/icon2b.png);
}

#gNavi2 ul li:nth-child(3) a::before {
    content: url(/img/cycling/icon3b.png);
}

#gNavi2 ul li:nth-child(4) a::before {
    content: url(/img/cycling/icon4b.png);
}

#gNavi2 ul li:nth-child(5) a::before {
    content: url(/img/cycling/icon5b.png);
}

#gNavi2 ul li:nth-child(6) a::before {
    content: url(/img/cycling/icon6b.png);
}

#cyclingMain3 h2 {
    position: relative;
    padding: 20px 20px 22px 65px;
    background-color: #0C7AC5;
    color: #FFF;
    background-image: url(/img/cycling/bg_bicycle_h2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#cyclingMain3 h2:before,
#cyclingMain3 h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    border-top: 4px dotted #FFF;
}

#cyclingMain3 h2:before {
    top: 6px;
}

#cyclingMain3 h2:after {
    bottom: 6px;
}

#cyclingMain3 h3 {
    background-color: #FFFCC5;
    border-left: solid 5px #0C89B7;
    padding: 10px;
}

#cyclingMain3 h4 {
    border-bottom: double 5px #0C89B7;
    background-image: url(/img/cycling/square.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 10px 0 10px 22px;
}

#cyclingMain3 .pdf_download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: dotted 1px gray;
    margin-top: 30px;
}

#cyclingMain3 .pdf_download p.pdf_img {
    margin-right: 16px;
}

#cyclingMain3 .pdf_download p.tenpu_txt {
    font-size: 80%;
    padding-top: 2px;
}

#cyclingMain3 table caption {
    width: 100%;
    text-align: left;
    padding-bottom: 0.5rem;
    font-size: 108%;
}

#cyclingMain3 table {
    border-color: #44B6FF;
    margin-bottom: 40px;
}

#cyclingMain3 table th,
#cyclingMain3 table td {
    border-color: #44B6FF;
    padding: 0.5rem;
    font-size: 100%;
}

#cyclingMain3 table th {
    background-color: #C6E9FF;
}

#cyclingMain3 .detail_writing,
#cyclingMain3 .link_l,
#cyclingMain3 .detail_image_normal,
#cyclingMain3 .file_pdf {
    margin-bottom: 1rem;
}

.cyclingList ul {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
}

.cyclingList ul li {
    list-style: none;
    margin: 0 0 18px 0;
    border-bottom: dashed 1px gray;
    padding-bottom: 14px;
    background-image: url(/img/cycling/arrow_2.png);
    background-repeat: no-repeat;
    background-position: 7px 2px;
    padding-left: 35px;
}

.cyclingList ul li span.newsDate {
    font-size: 84%;
    color: #737373;
}

.cyclingList ul li span.newsDate::before {
    content: "（";
}

.cyclingList ul li span.newsDate::after {
    content: "）";
}

.cyclingList ul li:last-child {
    margin-bottom: 0;
}


/* ページトップ */

#top_scroll {
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0;
}

#page-top1 {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -200px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}


/* 見出しボーダー */

.hBorder {
    display: flex;
    align-items: center;
}

.hBorder::before,
.hBorder::after {
    content: "";
    height: 7px;
    flex-grow: 1;
    background-image: url(/img/cycling/tensen.png);
}

.hBorder:before {
    margin-right: 1rem;
}

.hBorder:after {
    margin-left: 1rem;
}


/* 背景拡大 */

.fBox.haba1024.zoomB {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zoomBtnWaku {
    width: 494px;
    height: 202px;
    background-image: url(/img/cycling/bg_btn2.png);
    padding: 18px;
    box-sizing: border-box;
}

.zoomBtn {
    width: 458px;
}

.zoomBtnImg {
    overflow: hidden;
    padding: 164px 0 0;
    position: relative;
}

.zoomBtnLink {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: url(/img/cycling/arrow_3.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.zoomBtnPh {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.zoomBtnLink:hover {
    text-shadow: 0 0 35px rgba(0, 0, 0, .4);
}

.zoomBtnLink:hover+.zoomBtnPh {
    transform: scale3d(1.1, 1.1, 1);
}


/* googlemap */

.detail_map {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.detail_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
    .detail_map {
        padding-top: 75%;
    }
}

@media (max-width: 600px) {
    .detail_map {
        padding-top: 100%;
    }
}


/* スマホ表示 */

@media screen and (max-width: 600px) {
    .haba960,
    .haba710,
    .haba980,
    .haba990,
    .haba1024,
    .haba1065 {
        width: 90%;
    }
    #headMenu,
    #searchKeyword {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .search_container {
        width: 300px;
        margin-bottom: 6px;
    }
    #headMenu #searchKeyword p {
        padding: 10px 0 10px 15px;
        margin: 0;
    }
    #headMenu2 #searchKeyword p {
        padding: 0 0 10px 15px;
        margin: 0;
        background-position: left 4px;
    }
    #searchKeyword p a {
        font-size: 70%;
    }
    .akiSpace {
        height: calc(100vh - 370px);
    }
    .akiSpace img {
        width: 90%;
        height: auto;
    }
    #gNavi ul {
        flex-wrap: wrap;
        width: 300px;
        background-image: none;
        border: solid 2px #D3E7F2;
        box-sizing: border-box;
    }
    #gNavi ul li {
        width: 50%;
        box-sizing: border-box;
        height: 66px;
        border-bottom: solid 1px #D3E7F2;
    }
    #readBun {
        flex-wrap: wrap;
    }
    #gNavi ul li a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 90%;
        height: 100%;
        margin-bottom: 0;
        background-position: center 7px;
    }
    #gNavi ul li a span {
        margin-bottom: 5px;
    }
    #gNavi ul li:nth-child(1) a {
        background-image: url(/img/cycling/icon1b.png);
    }
    #gNavi ul li:nth-child(2) a {
        background-image: url(/img/cycling/icon2b.png);
    }
    #gNavi ul li:nth-child(3) a {
        background-image: url(/img/cycling/icon3b.png);
    }
    #gNavi ul li:nth-child(4) a {
        background-image: url(/img/cycling/icon4b.png);
    }
    #gNavi ul li:nth-child(5) a {
        background-image: url(/img/cycling/icon5b.png);
    }
    #gNavi ul li:nth-child(6) a {
        background-image: url(/img/cycling/icon6b.png);
    }
    #readBun>div:nth-child(1) {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    #newsList {
        flex-wrap: wrap;
    }
    .shinchakuA {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    #ow1,
    #ow2 {
        background-image: none;
    }
    #readBun {
        margin-top: 33px;
    }
    #newsList {
        margin-top: 0px;
        margin-bottom: 33px;
    }
    .shinchakuUl ul {
        padding: 10px;
    }
    .shinchakuUl ul li {
        margin: 0px 0px 11px;
    }
    .shinchakuUl ul li:last-child {
        margin: 0;
    }
    .shinchakuUl ul li span.newsDate {
        position: relative;
        font-size: 84%;
    }
    .shinchakuUl ul li span.newsTitle {
        padding: 0;
    }
    .fBox.haba1024.zoomB {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #bnrWaku1 {
        padding: 28px 0;
        background-position: center;
    }
    .zoomBtnWaku {
        width: 320px;
        height: 131px;
        background-image: url(/img/cycling/bg_btn2_320.png);
        padding: 12px;
        margin-bottom: 5px;
    }
    .zoomBtn {
        width: 296px;
    }
    .zoomBtnImg {
        padding: 105px 0 0;
        width: 100%;
    }
    .zoomBtnLink {
        background-image: url(/img/cycling/arrow_3_26.gif);
    }
    div#bW2_1 div.fBox.haba990 {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    div#bW2_1 div.fBox.haba990 div.fBox {
        width: 300px;
    }
    div#bW2_1 div.fBox.haba990 div.fBox p {
        padding: 0;
    }
    div#bW2_1 div.fBox.haba990 div.fBox a {
        width: 300px;
        height: 90px;
        padding-top: 17px;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 100%;
    }
    div#bW2_1 div.fBox.haba990>div:nth-child(1)>a {
        background-image: url(/img/cycling/bg_btn4_1_off.png);
    }
    div#bW2_1 div.fBox.haba990>div:nth-child(2)>a {
        background-image: url(/img/cycling/bg_btn4_2_off.png);
    }
    div#bW2_1 div.fBox.haba990>div:nth-child(3)>a {
        background-image: url(/img/cycling/bg_btn4_3_off.png);
    }
    div#bW2_1 div.fBox.haba990>div:nth-child(4)>a {
        background-image: url(/img/cycling/bg_btn4_4_off.png);
    }
    div#bW2_1 div.fBox.haba990>div>a:hover {
        background-position: left;
        color: #005C97;
    }
    #bW2_1 {
        padding-top: 16px;
        margin: 0;
    }
    #mapWaku .detail_free p {
        text-align: left;
    }
    .hBorder {
        display: block;
        text-align: center;
        line-height: 1.4;
        background-image: url(/img/cycling/tensen_sp.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .hBorder::before {
        margin-right: 0;
    }
    .hBorder::after {
        margin-left: 0;
    }
    #mapWaku {
        padding: 0 0 22px;
    }
    #mapWaku img {
        width: 100%;
        height: auto;
    }
    #mapWaku dt {
        border-radius: 5px 5px 0 0;
    }
    #mapWaku dd {
        border-radius: 0 0 5px 5px;
    }
    #bnrWaku3 div.haba1024 {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #bnrWaku3 div.haba1024 p {
        margin: 0 0 8px;
        width: 49%;
    }
    #bnrWaku3 div.haba1024 p img {
        width: 100% !important;
        height: auto !important;
    }
    #footerWaku .haba1024 p {
        font-size: 80%;
    }
    #footerWaku div.haba1024 p:nth-child(1) {
        font-size: 100%;
    }
    #footerWaku .haba1024 p.copyRight {
        font-size: 70%;
        text-align: left;
    }
    #headMenu2 {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #gNavi2 {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #gNavi2 ul {
        padding: 0;
        flex-wrap: wrap;
        border: solid 1px #D3E7F2;
        margin: 6px 0;
        border-radius: 7px;
        overflow: hidden;
    }
    #gNavi2 ul li {
        width: 50%;
        box-sizing: border-box;
        border-bottom: solid 1px #D3E7F2;
    }
    #gNavi2 ul li:nth-child(2n) {
        border-right: none;
    }
    #gNavi2 ul li a {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 78%;
        padding: 3px 2px 2px 10px;
        box-sizing: border-box;
    }
    #gNavi2 ul li a::before {
        margin-right: 7px;
    }
    #cyclePankuzu {
        margin-bottom: 10px;
        padding: 6px 0px;
    }
    #cyclePankuzu .pankuzu {
        width: 96%;
        margin: 0 auto;
        font-size: 70%;
        flex-wrap: wrap;
    }
    #cyclingMain3 {
        font-size: 84%;
        padding: 6px;
        width: 96%;
    }
    .cyclingList {
        margin-top: 10px;
    }
    .cyclingList ul li {
        margin: 0 0 10px 0;
        padding-bottom: 10px;
    }
    #cyclingMain3 img {
        width: 100%;
        height: auto;
    }
    #cycleH1 {
        background-size: 10%;
        background-position: left -20px;
    }
    #cycleH1_1 {
        background-image: none;
    }
    #cycleH1_2 {
        padding: 15px 0;
        width: 96%;
    }
    #cycleH1_1 h1 {
        min-height: 45px;
        padding: 5px 0px 0px 50px;
        font-size: 136%;
        background-size: 45px;
        box-sizing: border-box;
    }
    #cyclingMain3 h2 {
        padding: 20px 10px 22px 35px;
        background-position: 5px 25px;
        background-size: 22px;
        font-size: 128%;
    }
    #cyclingMain3 h2:before,
    #cyclingMain3 h2:after {
        border-top: 3px dotted #FFF;
    }
    #cyclingMain3 h3 {
        font-size: 112%;
    }
    #cyclingMain3 h4 {
        background-position: 5px 16px;
    }
    #cyclingMain3 table th,
    #cyclingMain3 table td {
        font-size: 90%;
    }
    #page-top1 {
        width: 30px;
        height: 30px;
    }
    #page-top1 img {
        width: 100%;
        height: auto;
    }
    .pdf_download {
        flex-wrap: wrap;
    }
    #cyclingMain3 .pdf_download p.tenpu_txt {
        margin: 0;
    }
    #cyclingMain3 .pdf_download p.pdf_img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    a#print_mode_link {
        display: none;
    }
    .kaigyo::before {
        content: "\A";
        white-space: pre;
    }
    .detail_free img {
        width: 100% !important;
        height: auto !important;
    }
}


/* google map レスポンシブ */

#map {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

#map .inner {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

#map .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
    #map .inner {
        padding-top: 75%;
    }
}

@media (max-width: 600px) {
    #map .inner {
        padding-top: 100%;
    }
}


/*多言語ページ追加*/
#routeWaku {
  margin-top: 110px;
  margin-bottom: 80px;
  background-image: url(/img/cycling/route_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#routeWaku h2 {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: bold;
}

#routeWaku h2 span {
  font-size: 20px;
  color: #0D89B7;
  letter-spacing: normal;
}

#routeWaku p {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: bold;
}

#routeWaku ul {
  list-style-type: none;
  padding: 0;
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#routeWaku ul li {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 63px;
  position: relative;
  z-index: 0;
}

#routeWaku ul li::before {
  content: "";
  width: 140px;
  height: 53px;
  background-image: url(/img/cycling/hello_ja.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  z-index: -1;
}

#routeWaku ul li:hover::before {
  top: 0;
  opacity: 1;
}

#routeWaku ul li:nth-of-type(2):before {
  background-image: url(/img/cycling/hello_us.png);
}

#routeWaku ul li:nth-of-type(3):before,
#routeWaku ul li:nth-of-type(4):before {
  background-image: url(/img/cycling/hello_cn.png);
}

#routeWaku ul li:nth-of-type(5):before {
  background-image: url(/img/cycling/hello_kr.png);
}

#routeWaku ul li:nth-of-type(6):before {
  background-image: url(/img/cycling/hello_th.png);
}

#routeWaku ul li a {
  width: calc(80% / 6);
  display: inline-block;
  min-width: 60px;
  padding: 27px 30px 27px 80px;
  background-color: #fff;
  border: 2px solid #269BCA;
  border-radius: 2px;
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#routeWaku ul li a::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/cycling/flag_ja.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#routeWaku ul li:nth-of-type(2) a::before {
  background-image: url(/img/cycling/flag_us.png);
}

#routeWaku ul li:nth-of-type(3) a::before,
#routeWaku ul li:nth-of-type(4) a::before {
  background-image: url(/img/cycling/flag_cn.png);
}

#routeWaku ul li:nth-of-type(5) a::before {
  background-image: url(/img/cycling/flag_kr.png);
}

#routeWaku ul li:nth-of-type(6) a::before {
  background-image: url(/img/cycling/flag_th.png);
}

@media (max-width: 768px) {
    #routeWaku {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    #routeWaku h2 {
        font-size: 24px;
        letter-spacing: normal;
    }
    #routeWaku h2 span {
        font-size: 16px;
    }
    #routeWaku p {
        font-size: 16px;
    }
    #routeWaku ul {
        gap: 20px;
    }
    #routeWaku ul li::before {
        content: none;
    }
    #routeWaku ul li {
        padding-top: 0;
        margin: 0;
    }
    #routeWaku ul li a {
        padding: 20px 20px 20px 60px;
        font-size: 16px;
    }
    #routeWaku ul li a::before {
        width: 40px;
        height: 40px;
    }
}

#movieWaku {
  padding-top: 80px;
  padding-bottom: 200px;
  background-image: url(/img/cycling/movie_bg.png);
  background-repeat: repeat;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#movieWaku h2 {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 48px;
  font-size: 36px;
}

#movieWaku ul {
  width: 98%;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

#movieWaku ul li {
  width: calc(90% /4);
  min-width: 330px;
  position: relative;
  z-index: 0;
}

#movieWaku ul::after {
  content: "";
  width: 100%;
}

#movieWaku ul li:nth-of-type(n+4) {
  order: 1;
}

#movieWaku ul li a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#movieWaku p {
  margin: 0;
  padding-left: 40px;
  background-image: url(/img/cycling/movie_play.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

#movieWaku ul li a:hover p {
  background-image: none;
}

#routeWaku img,
#movieWaku img {
  width: 100%;
  height: auto;
}

#movieWaku ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #F5567C 4px, #F5567C 6px);
  position: absolute;
  right: -8px;
  bottom: -8px;
  transition: all 200ms ease;
  z-index: -1;
}

#movieWaku ul li:nth-of-type(2):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #F5A716 4px, #F5A716 6px);
}

#movieWaku ul li:nth-of-type(3):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #00B0ED 4px, #00B0ED 6px);
}

#movieWaku ul li:nth-of-type(4):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #8F2A8B 4px, #8F2A8B 6px);
}

#movieWaku ul li:nth-of-type(5):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #C77CB6 4px, #C77CB6 6px);
}

#movieWaku ul li:nth-of-type(6):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #ED7121 4px, #ED7121 6px);
}

#movieWaku ul li:nth-of-type(7):before {
  background: repeating-linear-gradient(45deg, #fff, #fff 3px, #8BC641 4px, #8BC641 6px);
}

#movieWaku ul li a::before {
  content: '';
  display: block;
  width: 101%;
  height: 101%;
  background-image: url(/img/cycling/movie_mask1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 300ms ease-in-out;
  clip-path: polygon(0 0, 0 100%, 50% 50%, 100% 0);
  z-index: 1;
}

#movieWaku ul li a:hover::before {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

#movieWaku ul li:nth-of-type(2) a::before {
  background-image: url(/img/cycling/movie_mask2.png);
}

#movieWaku ul li:nth-of-type(3) a::before {
  background-image: url(/img/cycling/movie_mask3.png);
}

#movieWaku ul li:nth-of-type(4) a::before {
  background-image: url(/img/cycling/movie_mask4.png);
}

#movieWaku ul li:nth-of-type(5) a::before {
  background-image: url(/img/cycling/movie_mask5.png);
}

#movieWaku ul li:nth-of-type(6) a::before {
  background-image: url(/img/cycling/movie_mask6.png);
}

#movieWaku ul li:nth-of-type(7) a::before {
  background-image: url(/img/cycling/movie_mask7.png);
}

#movieWaku ul li a::after {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url(/img/cycling/movie_play_h.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
}

#movieWaku ul li a:hover:after {
  opacity: 1;
}

@media (max-width: 1100px) {
    #movieWaku ul li:nth-of-type(n+4) {
        order: unset;
    }
    #movieWaku ul::after {
        content: none;
    }
}

@media (max-width: 768px) {
    #movieWaku {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    #movieWaku h2 {
        font-size: 24px;
    }
    #movieWaku ul {
        flex-wrap: unset;
        flex-direction: column;
        gap: 20px;
    }
    #movieWaku ul li {
        min-width: unset;
        width: 90%;
        margin: 0 auto;
        padding: 6px;
    }
    #movieWaku ul li::before {
        opacity: 0.4;
        bottom: 0;
        right: 0;
    }
    #movieWaku ul li a {
        flex-direction: row-reverse;
        align-items: center;
        color: #222;
        text-shadow: unset;
        font-size: 16px;
    }
    #movieWaku ul li a::before {
        width: 30%;
        height: calc(101% - 12px);
        top: 6px;
        left: 5px;
    }
    #movieWaku ul li a::after {
        width: 10%;
        opacity: 1;
        left: 10%;
        transform: translateX(0) translateY(-50%);
    }
    #movieWaku p {
        position: unset;
        width: 70%;
        text-align: left;
        padding: 10px;
        background-image: unset;
        background-color: #fff;
    }
    #movieWaku img {
        width: 30%;
    }
}


.detail_image_normal img {
    width: 100%;
    height: auto;
}