@charset "utf-8";
/**
* シェアサイクルページ用
*/


/**
* TOP
*/
html {
    scroll-behavior: smooth;
    height:auto;
}
body {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
    background-color: #e8f1fe;
}


/**
* header
*/
/*header {
    position: relative;
    margin: 0 auto;
    max-width: 420px;
}
.menu-btn_oya {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.top_header_title {
    width: 180px;
    text-align: center;
    margin: 50px auto 0 auto;
}
.top_header_title img{
    display: block;
    margin: 0 auto;
    width: 180px;
}
.page_header_title {
    background-color: #e8f1fe;
    width: 100vw;
    height: 180px;
    border-radius: 0;
}
.page_header_title img{
    margin: -10px auto;
}*/



/**
* menu
*/
.top_menu_oya {
    position: relative;
}
.top_menu_bkclr {
    position: absolute;
    background-image: radial-gradient(#f3f7ff 20%, transparent 0), radial-gradient(#f3f7ff 20%, transparent 0);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    background-color: #e8f1fe;
    top: -320%;
    left: 0;
    height: 600%;
    width: 100vw;
    z-index: -2;
}
.top_menu_sec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 10px auto;
}

.top_menu {
    position: relative;
    width: 114px;
    height: 114px;
    text-align: center;
    background-color: #fcf9ec;
    border-radius: 10px;
    transition: .2s;
}
.top_menu_jp {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}
.top_menu_en {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    -webkit-text-stroke: 0.3px #777777;
    text-stroke: 0.3px #777777;
}
.top_menu a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .top_menu_sec {
        justify-content: center;
        max-width: 600px;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .top_menu {
        width: 140px;
        height: 140px;
    }
    .top_menu_bkclr {
        top: -120%;
        height: 280%;
    }
    .top_menu_sec {
        max-width: 400px;
        margin-top: -40px;
    }
    .top_menu_jp {
        font-size: 18px;
        margin-top: 8px;
    }
    .top_menu_en {
        bottom: 5px;
        font-size: 18px;
    }
}
@media screen and (max-width: 520px) {
    .top_menu_bkclr {
        top: -50%;
        height: 200%;
    }
    .top_menu_sec {
        max-width: 300px;
        gap: 14px;
    }
}


.menu01 {
    border: solid 7px #77aefc;
}
.menu01 .top_menu_en{
    color: #77aefc;
}
.menu01 .top_menu_img img{
    height: 44px;
    padding-left: 8px;
}
.menu02 {
    border: solid 7px #baf788;
}
.menu02 .top_menu_en{
    color: #baf788;
}
.menu02 .top_menu_img img{
    height: 46px;
}
.menu03 {
    border: solid 7px #cb87fe;
}
.menu03 .top_menu_en, .menu03 .page_title_en{
    color: #cb87fe;
}
.menu03 .top_menu_img img{
    height: 42px;
    padding-top: 2px;
}
.menu04 {
    border: solid 7px #f7c276;
}
.menu04 .top_menu_en, .menu04 .page_title_en{
    color: #f7c276;
}
.menu04 .top_menu_img img{
    height: 46px;
}
.menu04 .top_menu_jp {
    letter-spacing: -1px;
}
.menu05 {
    border: solid 7px #aaf7b8;
}
.menu05 .top_menu_en, .menu05 .page_title_en{
    color: #aaf7b8;
}
.menu05 .top_menu_img img{
    height: 42px;
    padding-top: 2px;
}
.menu06 {
    border: solid 7px #7f7efd;
}
.menu06 .top_menu_en, .menu06 .page_title_en{
    color: #7f7efd;
}
.menu06 .top_menu_img img{
    height: 44px;
    padding-top: 2px;
}
.menu07 {
    border: solid 7px #ec94d4;
}
.menu07 .top_menu_en, .menu07 .page_title_en{
    color: #ec94d4;
}
.menu07 .top_menu_img img{
    height: 42px;
    padding-top: 2px;
}
.menu08 {
    border: solid 7px #faad91;
}
.menu08 .top_menu_en, .menu08 .page_title_en{
    color: #faad91;
    font-size: 11.5px;
    letter-spacing: 0;
    left: 0;
    -webkit-transform: translateX(0);
}
.menu08 .top_menu_img img{
    height: 48px;
    padding-top: 2px;
}
.menu08 .top_menu_jp {
    font-size: 13px;
    letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
    .menu01 .top_menu_img img{
        height: 54px;
        padding-left: 10px;
    }
    .menu02 .top_menu_img img{
        height: 54px;
    }
    .menu03 .top_menu_img img{
        height: 54px;
    }
    .menu04 .top_menu_img img{
        height: 54px;
    }
    .menu05 .top_menu_img img{
        height: 54px;
    }
    .menu06 .top_menu_img img{
        height: 58px;
        padding-top: 3px;
    }
    .menu07 .top_menu_img img{
        height: 54px;
    }
    .menu08 .top_menu_en, .menu08 .page_title_en{
        font-size: 14.4px;
    }
    .menu08 .top_menu_img img{
        height: 62px;
    }
    .menu08 .top_menu_jp {
        font-size: 15px;
        margin-top: 10px;
    }
}
/* menuここまで */



/* ハンバーガー */
.menu-btn {
    position: absolute;
    top: 40px;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
    outline: none;
}

.menu-btn span {
    width: 100%;
    height: 2px;
    background-color: #4d4f51;
    position: relative;
    transition: ease .4s;
    display: block;
}

.menu-btn span:nth-child(1) {
    top: 0;
}

.menu-btn span:nth-child(2) {
    margin: 8px 0;
}

.menu-btn span:nth-child(3) {
    bottom: 0;
}
/* 押下時 */
.menu-btn.is-active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
    box-shadow: none;
}

.menu-btn.is-active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.is-active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
    box-shadow: none;
}
/* ドロワーメニュー */
.nav-wrapper {
    visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 10;
    overflow-y: auto;
}
.header-nav {
    background-color: #e8f1fe;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.nav-list {
    display: block;
    width: 90%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100vh;
    overflow-y: auto;
    padding: 80px 0;
}
.nav-list img{
    margin: 0 auto 50px auto;
}
.header-nav_logo img{
    width: 200px;
}

.nav-wrapper .top_menu_sec {
    max-width: 300px;
    gap: 16px;
    padding: 50px 0;
}

.nav_shita_link {
    margin: 10px auto;
}
.nav_shita_link_icon {
    text-align: center;
    position: relative;
    z-index: 1;
}
.nav_shita_link_icon img{
    width: 70px;
    margin-bottom: 30px;
}
.nav_txtlink {
    margin-bottom: 18px;
}
.nav_txtlink a{
    color: #555555;
    text-decoration: none;
}


/* メニューオープン時 */
.nav-wrapper.is-active {
    opacity: 1;
    visibility: visible;
}
body.noscroll {
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    /* .menu-btn {
        top: 20px;
        padding: 0 6px;
    }
    .page_menu-btn {
        top: 40px;
    }
    .nav-wrapper .top_menu_sec {
        max-width: 300px;
        gap: 4px;
    } */
}


/**
* 共通ボタン
*/
.btn {
    position: relative;
    border-radius: 100px;
    border-color: transparent;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 25px auto;
    width: 90%;
    height: 50px;
}
.btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.btn_blue {
    background-color: #4a6eed;
    color: #ffffff;
}
.btn_red {
    background-color: #c93426;
    color: #ffffff;
}
.btn_red_disable {
    background-color: #dfb9bd;
    color: #ffffff;
    pointer-events: none;
}
.btn_back {
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #333333;
    width: 89%;
    height: 48px;
}





.btn span{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.btn_sec {
    display: flex;
    gap: 10px;
    width: 98%;
    max-width: 540px;
    margin: 0 auto;
}
.btn_center {
    margin: 10px auto 12px auto;
}
.btn_width {
    width: 98%;
    max-width: 540px;
    margin: 0 auto;
}


/* キャンセルボタン */
.btn_can {
    background-color: #C93426;
}
/* 閉じるボタン */
.btn_close {
    background-color: #D9D9DA;
    box-shadow: none;
    color: #333333;
    margin: 12px auto 4px auto;
}




/* ページタイトル */
.app_page_title {
    position: relative;
    width: 100vw;
    height: 100px;
    background-color: #fcf9ec;
    margin: 20px auto 10px auto;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 5px #4a6eed;
}
.app_page_title_jp {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}
.app_page_title_en {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}


/* 前置きテキスト */
.page_maeoki {
    position: relative;
    width: 94%;
    max-width: 420px;
    margin: 0 auto;
}
.page_maeoki p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 50px 92px 50px 10px;
    text-align: justify;
}
.page_maeoki span{
    font-size: 13px;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
.page_title_illust {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
}
.page_title_illust img{
    width: 80px;
}
@media screen and (max-width: 520px) {
    /* .page_title_illust {
        top: 20px;
        right: -10px;
    }
    .page_title_illust img{
        width: 70px;
    } */
}

/* 忠告 */
.share_warning {
    background-color: #c93426;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 20px auto;
}


.page_btn_link {
    position: relative;
    width: 94%;
    max-width: 300px;
    height: 46px;
    background-color: #4a6eed;
    border-radius: 100px;
    margin: 10px auto 40px;
    transition-duration: 0.5s;
}
.page_btn_link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.page_btn_link img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 30px;
    width: 20px;
}
.page_btn_link p{
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 15px;
    letter-spacing: .5px;
    color: #ffffff;
    text-align: center;
}
.page_btn_link::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 24px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.page_btn_link:hover {
	transform: translateY(-2px);
    cursor: pointer; 
    text-decoration: none;
}






/* シェアサイクル　トップ */
.share_top_main {
    width: 94%;
    max-width: 420px;
    margin: 0 auto 60px auto;
}
.share_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share_top_btn {
    position: relative;
    background-color: #4a6eed;
    color: #ffffff;
    text-align: center;
    height: 140px;
    margin-bottom: 10px;
    padding: 22px 0;
}
.share_top_btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.share_top_btn1 {
    width: 100%;
}
.share_top_btn2 {
    width: 49%;
}
.share_warning_btn {
    background-color: #bcc4de;
}
.share_top_btn p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.share_top_icon img{
    width: 90px;
}
.rental_kiyaku {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
.share_top_btn_centX {
    display: flex;
    position: relative;
    background-color: #5B9BD5;
    color: #ffffff;
    text-align: center;
    height: 80px;
    margin: 10px 0 10px 25px;
    font-size: 27px;
    padding: 22px 0;
    width: 90%;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1.1;
    box-shadow: 2px 2px 6px gray;
}

    .share_top_btn_centX a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        text-decoration: none;
        z-index: 1;
    }

.share_top_btn_centX2 {
    display: flex;
    position: relative;
    background-color: #FFAE00;
    color: #ffffff;
    text-align: center;
    height: 80px;
    margin-bottom: 10px;
    font-size: 30px;
    width: 90%;
    padding: 22px 0;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1.1;
    box-shadow: 2px 2px 6px gray;
}

    .share_top_btn_centX2 a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        text-decoration: none;
        z-index: 1;
    }

.share_top_btn_map {
    display: flex;
    position: relative;
    background-color: #FFAE00;
    color: #ffffff;
    text-align: center;
    height: 80px;
    margin-bottom: 10px;
    font-size: 30px;
    width: 90%;
    padding: 22px 0;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1.1;
    box-shadow: 2px 2px 6px gray;
}

    .share_top_btn_map a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        text-decoration: none;
        z-index: 1;
    }

    .share_top_btn_map p {
        margin-top: auto;
    }

.share_top_title_centX {
    font-size: 30px;
}

.share_member {
    margin: 30px auto;
}
.share_member_title {
    background-color: #d9d9da;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight:600;
    padding: 7px 0;
}
.share_member_btn {
    position: relative;
    border: solid 1px #d9d9da;
    background-color: #ffffff;
    height: 70px;
    text-align: center;
    letter-spacing: 1.2px;
    margin: 10px auto;
    padding: 20px 0;
}
.share_member_btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.share_member_btn_txt {
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
}
.share_member_btn_txt a{
    font-size: 14px;
    color: #333333;
}

.share_top_btn_centX p {
    margin-left:50px;
}

.share_top_btn_centX p::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 65px;
    background-image: url(../img/recerveLink.png);
    background-size: 80px;
    top: 5px;
    left: 10px;
}



/** 
* フォーム
*/
.form_main {
    width: 94%;
    max-width: 420px;
    margin: 0 auto 60px auto;
}
/* フォーム項目名 */
.form_txt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #3E3A39;
    padding: 0 0 10px 20px;
    margin-bottom: 0;
}
.form p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #3E3A39;
    padding: 18px 0 2px 7px;
    margin-bottom: 0;
}
.form span {
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
    background-color: #c93426;
    letter-spacing: 0;
    padding: 1px 5px;
    margin: .5px 0 2px 5px;
    border-radius: 5px;
}
.form_warning {
    font-size: 11.5px;
    color: #c93426;
    padding: 0 0 10px 10px;
    margin-bottom: 0;
}
.form_warning_all {
    font-size: 11.5px;
    color: #c93426;
    margin: 30px auto 60px auto;
    text-align: center;
}

/* フォーム入力欄 */
.form .input_txt{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    padding: 3px 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
}
/* チェックボックス */
.input_checkbox {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1.2px;
    margin: 20px auto 10px auto;
}
/* セレクトボックス */
.form select{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    padding: 3px 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
}
.form textarea {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    padding: 3px 10px;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: none;
    margin-bottom: 40px;
}

/* チェック後のボタン */
.button_check {
    background-color: #b9caf9;
    border-radius: 100px;
    border-color: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 25px auto;
    width: 90%;
    height: 50px;
    text-align: center;
}

.form_bottom {
    position: relative;
    font-size: 11.5px;
    color: #4a6eed;
    margin: 40px auto;
    text-align: center;
}
.form_bottom a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}


/* テキスト */
.app_msg {
    width: 94%;
    max-width: 420px;
    margin: 0 auto 80px auto;
}
.app_msg_bg {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 50px auto 30px auto;
}
.app_msg_sm {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 30px auto 50px auto;
}
.app_msg_sm_err {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 30px auto 50px auto;
    color: red;
}
.app_msg_img {
    text-align: right;
}
.app_msg_img img{
    width: 120px;
    margin-right: 10px;
}
.app_msg_left {
    text-align: left;
    margin-left: 20px;
}
.app_msg span {
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
}

.app_msg_bg_howto {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
}

.app_msg_bg_howto_info {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    overflow: auto;
    height: 60vh;
}
.app_msg_bg_terms {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 8px;
}

.app_msg_bg_terms_info {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    overflow: auto;
    height: 60vh;
}

/* ポートに行くページ */
.app_port_img {
    text-align: center;
}
.app_port_img img{
    width: 100%;
}
.app_port_info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
}
.app_port_info_br {
    display: none;
}

.app_port_info03 {
    margin: 0 0 0 auto;
}

.app_port_num_sec {
    display: flex;
    justify-content: space-between;
}
.app_port_num {
    width: 48%;
    height: 70px;
    background-color: #4a6eed;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.app_port_num p{
    margin-bottom: 0;
}
.app_port_num_num {
    font-size: 38px;
    font-weight: 500;
    padding: 0 0 5px 10px;
}
.app_icon {
    text-align: center;
    margin: 50px auto;
}
.app_icon img{
    width: 40px;
}

.app_port_bike_sec {
    margin: 10px auto 60px auto;
}
.app_port_bike {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #ffffff;
    height: 70px;
    padding: 0 2px;
    margin: 14px auto;
}
.app_port_bike img{
    width: 40px;
}
.app_port_bike_box {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #4a6eed;
    padding: 2px 2px 2px 4px;
}
.app_port_bike_num {
    /*width: 90px;*/
    font-size: 15px;
    letter-spacing: 1.5px;
}
.app_port_bike_reserve {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    background-color: #4a6eed;
    border-radius: 50px;
    padding: 5px 8px;
}
.app_port_bike_reserve a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.app_port_bike_reserve_disabled {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    background-color: #dfb9bd;
    border-radius: 50px;
    padding: 5px 8px;
}
.app_port_bike_reserve_disabled a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.app_port_bike_charge {
    position: relative;
    border: solid #555555;
    border-width: 3px 2.5px;
    width: 42px;
    height: 26px;
    border-radius: 6px;
    padding-left: 4.8px;
}
.app_port_bike_charge::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -7px;
    width: 7px;
    height: 14px;
    background-color: #555555;
    border-radius: 0 3px 3px 0;
}
.app_port_bike_charge span{
    display: inline-block;
    width: 9px;
    height: 14px;
    background-color: #555555;
    border-radius: .5px;
    margin: 3px -1.5px;
}
@media screen and (max-width: 380px) {
    .app_port_info {
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: 8px;
    }
    .app_port_info02 {
        text-align: right;
    }
    .app_port_info_br {
        display: block;
    }

    .app_port_bike img{
        width: 30px;
    }
    .app_port_bike_box {
        line-height: 15px;
        letter-spacing: 1.7px;
        padding: 1px 1px 1px 3px;
    }
    .app_port_bike_num {
        font-size: 14.5px;
        letter-spacing: 1px;
    }
    .app_port_bike_reserve {
        font-size: 13.5px;
        padding: 4px 6px;
    }
    .app_port_bike_charge {
        border-width: 3px 2.5px;
        width: 36px;
        height: 26px;
    }
    .app_port_bike_charge::after {
        content: '';
        position: absolute;
        top: 3.5px;
        right: -5px;
        width: 4px;
    }
    .app_port_bike_charge span{
        /* display: inline-block; */
        width: 7px;
        height: 14px;
    }
}


/* 鍵を開けるページ */
.app_info_gr {
    width: 98%;
    max-width: 320px;
    margin: 30px auto;
    padding: 10px 18px;
    background-color: #ffffff;
}
.app_info {
    display: flex;
    align-items: center;
    margin: 16px auto;
}
.app_info_title {
    width: 90px;
    height: 26px;
    background-color: #4a6eed;
    position: relative;
    margin-right: 16px;
}
.app_info_title p{
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 14px;
}
.app_info_note {
    font-size: 16px;
    letter-spacing: 1.5px;
}
.app_info_msg {
    width: 98%;
    max-width: 300px;
    margin: 40px auto;
}


/*
** モーダルウィンドウ
*/
/* モーダル全体(背景＋本体) */
.modal{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
}
.modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 40px 20px;
    width: 90%;
    max-width: 900px;
}
.modal-content .btn{
    width: 60%;
    max-width: 240px;
    height: 40px;
    margin: 10px auto;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.js-modal-open {
    display: block;
    text-align: center;
    margin: 10px auto 40px auto;
}

/* ご利用方法モーダル本体 */
.modal-content_howto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 40px 20px;
    width: 90%;
    max-width: 900px;
    border-radius:50px;
}

    .modal-content_howto .btn {
        width: 60%;
        max-width: 240px;
        height: 40px;
        margin: 10px auto;
    }





/* シェアサイクルページ */

.share_img {
    width: 94%;
    max-width: 420px;
    margin: 0 auto;
}
.share_img img{
    max-width: 100%;
}
.share_img p{
    font-size: 13px;
    text-align: center;
} 

.share_maeoki span{
    font-size: 16px;
    font-weight: 600;
    color: #4a6eed;
}

.share_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.share_title img{
    width: 30px;
    padding-bottom: 10px;
}

/* プラン */
.share_top_plan {
    display: flex;
    gap: 0;
    position: relative;
    width: 96%;
    max-width: 960px;
    margin: 0px auto;
}
.share_top_plan::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 220px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fff7d4;
    z-index: -1;
}
.share_top_plan_box {
    width: 96%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px 20px 20px 20px;
}
.share_top_plan_title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-left: 26px;
}
.share_top_plan_title::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/map_icon_red.svg');
    background-size: 30px;
    top: 0;
    left: 14px;
}
.share_top_plan_box_rental .share_top_plan_title::before {
    background-image: url('../images/spot/220_cycleshare_docomo.svg');
}
.share_top_plan_title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #4a6eed;
    bottom: -8px;
    left: 0;
}
.share_top_plan_point {
    font-size: 15px;
    font-weight: 500;
    color: #4a6eed;
    padding-top: 24px;
}
.share_top_plan_note {
    font-size: 14px;
    padding-top: 8px;
    width: 96%;
    margin: 0 auto;
}
.share_top_plan_no {
    font-size: 12px;
    font-weight: 500;
    color: #ff5555;
    padding-right: 8px;

}
.share_top_plan_box_rental .share_top_plan_no {
    color: #00add5;
}

.share_top_plan_link {
    position: relative;
    width: 200px;
    height: 30px;
    background-color: #e8f1fe;
    border-radius: 100px;
    margin: 20px auto 10px auto;
    transition-duration: 0.5s;
}
.share_top_plan_link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.share_top_plan_link img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 12px;
    width: 16px;
}
.share_top_plan_link p{
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 12px;
    letter-spacing: .5px;
    width: 100px;
    color: #4a6eed;
    text-align: center;
}
.share_top_plan_link::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #4a6eed;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.share_top_plan_link:hover {
	transform: translateY(-2px);
    cursor: pointer; 
    text-decoration: none;
}

.share_top_plan_app_gr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_top_plan_app_share img{
    width: 110px;
}
.share_top_plan_app {
    margin: 10px auto;
    text-align: right;
}
.share_top_plan_app img {
    height: 40px;
}
.share_top_plan_app_note {
    font-size: 10px;
    text-align: right;
}

@media screen and (max-width: 440px) {
    .share_top_plan_title::before {
        left: 0;
    }
}


/* ポートマップ */
.portmap_gr {
    margin: 20px auto;
    max-width: 420px;
}
.portmap_map {
    overflow: hidden;
    text-align: center;
}
    .portmap_map img {
        max-width: 90%;
    }

.portmap_map_intro {
    overflow: hidden;
    text-align: center;
}

    .portmap_map_intro img {
        width: 100%;
        height: 396px;
        margin-top: -60px;
    }
.portmap_map iframe{
    width: 100%;
    height: 396px;
    margin-top:-60px;
}

.portmap_info_gr {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
.portmap_info {
    position: relative;
    font-size: 14px;
    padding: 5px 20px 0 32px;
}
    .portmap_info::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url('../images/spot/220_cycleshare_docomo.svg');
        background-size: 30px;
        top: 0;
        left: 0;
    }
.portmap_info2::before {
    background-image: url('../img/map_icon_blue.svg');
}

/* 自転車の使い方 */
.share_howto_gr {
    margin: 120px auto;
    max-width: 420px;
}
.share_howto {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    position: relative;
    width: 96%;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 32px 16px;
}
.share_howto_contents {
    width: 48%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 8px;
}
.share_howto_contents img{
    width: 100%;
}
.share_howto_title {
    background-color: #fbda49;
    color: #4a6eed;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 44px;
}
.share_howto_title_2line {
    line-height: 20px;
    padding-top: 30px;
    margin: 20px auto;
}
.share_howto_note {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.5px;
    height: 30px;
}

.share_howto_inner {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    width: 100%;
}
.share_howto_inner .share_howto_contents {
    width: 100%;
}
.share_howto_inner .share_howto_note {
    position: static;
    padding-top: 20px;
}


/*
** モーダルウィンドウ
*/
/* モーダル全体(背景＋本体) */
.modal{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
}
.modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 40px 8px;
    width: 98%;
    max-width: 900px;
    height: 50vh;
    overflow: scroll;
}
.modal-content .btn{
    width: 60%;
    /* max-width: 240px; */
    height: 40px;
    margin: 10px auto;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.js-modal-open {
    display: block;
    text-align: center;
}

.modal_backbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
}
.modal_backbtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-decoration: none;
    z-index: 1;
}
.modal_backbtn img {
    width: 20px;
}

.modal_title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #4a6eed;
    text-align: center;
}
.modal_title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #4a6eed;
    bottom: -8px;
    left: 0;
}

/* プラン一覧 */
.plan_table {
    width: 90%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
    margin: 20px auto 40px;
    table-layout: fixed;
    border: solid 2px #4a6eed;
}

@media screen and (max-width: 768px) {
    .plan_table {
        width: 90%;
        border-collapse: collapse;
        font-size: 14px;
        color: #333;
        margin: 20px auto 40px;
        table-layout: fixed;
        border: solid 2px #4a6eed;
    }
}

.plan_table th,
.plan_table td,
.plan_table tr {
    padding: 8px;
    font-size: 13px;
}

.plan_table thead th {
    position: relative;
    padding-left: 50px;
    background-color: #ffeeee;
    color: #ff5555;
}
.plan_table thead th:nth-of-type(2) {
    background-color: #e5f6fa;
    color: #00add5;
}
.plan_table thead th::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/map_icon_red.svg');
    background-size: 30px;
    top: 3px;
    left: 10px;
}
.plan_table thead th:nth-of-type(2)::before {
    background-image: url('../img/map_icon_blue.svg');
}
    .plan_table tbody td {
        /*background-color: #ffeeee;*/
        width: 30%;
        text-align: center;
        vertical-align: middle;
    }
.plan_table tbody tr {
    border-bottom: solid 2px #4a6eed;
}
.plan_table tbody td:nth-of-type(2) {
    /*background-color: #e5f6fa;*/
    width: 70%;
    vertical-align: middle;
    text-align: left;
    border-left: solid 2px #4a6eed;
}

.table_theme {
    background-color: #4a6eed;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}
.modal_btn td {
    background-color: #ff5555!important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
}
.modal_btn td:nth-of-type(2) {
    background-color: #00add5!important;
}
.modal_btn td a{
    color: #ffffff;
}




/*.top_header_title {
    width: 180px;
    text-align: center;
    margin: 50px auto 0 auto;
}
.top_header_title img{
    display: block;
    margin: 0 auto;
    width: 180px;
}*/




/* 青色部分 */
.footer_blue {
    position: relative;
    background-color: #004B8A;
    height: auto;
}
.footer_img01 {
    position: absolute;
    top: -140px;
    right: 100px;
}
.footer_img01 img{
    height: 180px; 
}
.sns_section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
   /* padding-bottom: 30px;*/
}
.sns{
    padding: 14px;
}
.sns img{
    width: 40px;
}

/* 名鉄 ロゴ */
.logo_meitetsu img{
    display: block;
    margin: 0 auto;
    width: 200px;
}

/* copyright */
.copyright {
    text-align: center;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 1.75;
}

@media screen and (max-width: 599px) {
    .footer_img01 {
        display: none;
    }
/* 青色部分 */
.sns_section {
    padding-top: 40px;
}
.sns img{
    width: 36px;
}

/* 名鉄 ロゴ */
.logo_meitetsu img{
    width: 50%;
    min-width: 180px;
    max-width: 200px;
}
}
