@charset "utf-8";
body {
    margin: 0 !important;
    position: relative;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.g_bg {
    background-color: #fafaf7;
    width: 100%;
}

#toPageTop {
    bottom: 0px;
    position: fixed;
    right: 25px;
    z-index: 10;
    display: none;
}

.g-c0jpb_footer_list_pc {
    margin: 0 auto 5px !important;
}

/*-------------------------------------
各都市タイトル	
-------------------------------------*/

.g_main_tit a {
    color: #5c4039;
    text-decoration: none;
}

/*-------------------------------------
コンテンツ幅
-------------------------------------*/

.g-contents {
    width: 1000px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

/*-------------------------------------
ヘッダーメニュー
-------------------------------------*/

.g-header_menu ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}

.g-header_menu li {
    text-align: center;
    font-size: 13px;
    background-color: #f5f5f5;
    border-left: solid 1px #5c4039;
    border-bottom: solid 3px #5c4039;
    width: 13.3%;
    white-space: nowrap;
}

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

/*　メニューの色変え */

.g-header_menu li a {
    color: #5c4039;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.g-header_menu li:hover {
    background-color: #ddd;
}

.g-headermenu_sp {
    display: none;
}

/*-------------------------------------
パンくず
-------------------------------------*/

#breadCrumbArea {
    box-sizing: border-box;
    padding: 10px 0;
    background: #f1f1f1;
    border-bottom: 1px solid #FFF;
    clear: both;
    font-size: 11px;
    letter-spacing: -0.001em;
    width: 100%;
}

#breadCrumbArea p.breadCrumb a {
    color: #0633ac;
}

#breadCrumbArea p.breadCrumb a:hover {
    color: #5c72af;
}

.breadCrumb {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/*PCで表示*/

.pc_size {
    display: inline-block !important;
}

.sp_size {
    display: none !important;
}

.sp_size_block {
    display: block !important;
}

.sp_size_block {
    display: none !important;
}

@media screen and (max-width:896px) {
    /*SPで表示*/
    .pc_size {
        display: none !important;
    }
    .sp_size {
        display: inline-block !important;
    }
    .sp_size_block {
        display: block !important;
    }
    .pc_size_block {
        display: none !important;
    }
    /*-------------------------------------
    コンテンツ幅
    -------------------------------------*/
    .g-contents {
        width: 100%;
        margin: auto;
        padding: 0 5pxs;
    }
    /*SPメニュー*/
    .g-headermenu_sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /*ボックス全体*/
    .g-headermenu_sp {
        display: block;
        margin: 0;
        padding: 0;
        width: 100％;
        /*最大幅*/
    }
    /*ラベル*/
    .g-headermenu_sp label {
        display: block;
        margin: 1.5px 0;
        padding: 13px 12px;
        color: #5c4039;
        font-weight: bold;
        background: #e2d090;
        cursor: pointer;
        transition: all 0.5s;
    }
    /*アイコンを表示*/
    .g-headermenu_sp label:before {
        content: '▼';
        padding-right: 8px;
    }
    /*ラベルホバー時*/
    .g-headermenu_sp label:hover {
        background: #f0e0a8;
    }
    /*チェックは隠す*/
    .g-headermenu_sp input {
        display: none;
    }
    /*中身を非表示にしておく*/
    .g-headermenu_sp .accshow {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }
    /*クリックで中身表示*/
    .cssacc:checked+label+.accshow {
        height: auto;
        opacity: 1;
    }
    .g-headermenu_sp .accshow p {
        margin: 15px 10px
    }
    /*アイコンを入れ替える*/
    .cssacc:checked+label:before {
        content: '▲';
    }
    /*-------------------------------------
ヘッダーメニュー
-------------------------------------*/
    .g-header_menu ul {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #fff;
    }
    .g-header_menu li {
        text-align: center;
        font-size: 13px;
        background-color: #f5f5f5;
        border-bottom: solid 1px #5c4039;
        width: 50%;
        border-left: solid 1px #5c4039;
        border-right: solid 1px #5c4039;
        box-sizing: border-box;
    }
    .g-header_menu li:hover {
        background-color: #f5f5f5;
    }
    .g-header_menu li:first-child {
        border-left: solid 1px #5c4039;
    }
    /* メニュー色変え */
    .g-header_menu li:nth-child(even) {
        text-align: center;
        font-size: 13px;
        background-color: #f5f5f5;
        border-left: none;
        border-right: solid 1px #5c4039;
        box-sizing: border-box;
        width: 50%;
    }
    /*-------------------------------------
パンくず
-------------------------------------*/
    .breadCrumb {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        text-align: left;
    }
}

/*-------------------------------------
SEOテキストブロック
-------------------------------------*/

.g-link_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}

.g-total_link_area {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #5c4039;
}

.g-total_link_area_title {
    border-left: 4px solid #4B4738;
    font-size: 1.333em;
    color: #4B4738;
    margin-bottom: 20px;
    padding-left: 11px;
    font-weight: bold;
}

/* 3カラム調整 */

.g-link_area::after {
    content: "";
    display: block;
}

.g-link_area_inner {
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* 都市タイトル */

.g-link_city_tit {
    float: left;
    text-align: center;
    width: 110px;
    background-color: #ccc;
    height: 36px;
    line-height: 36px;
}

/* リンクブロック */

.g-link_btn_area {
    width: 230px;
    float: right;
}

ul.g-btn_area_txt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.g-btn_area_txt li {
    /*width: 50%;*/
}

ul.g-btn_area_txt li a {
    color: #4B4738;
}

ul.g-btn_area_txt li a:hover {
    color: #9d905f;
}
/*沿線 駅 ボタン追加ここから*/
ul.g-btn_area_txt li div{
    display: inline;
    cursor: pointer;
    text-decoration: underline;
    color: #4B4738;
}
ul.g-btn_area_txt li div:hover{
color: #9d905f;
}
/*沿線 駅 ボタン追加ここまで*/
@media screen and (max-width:896px) {
    .g-link_area_inner {
        width: 230px;
        background-color: #fff;
        box-sizing: border-box;
        margin: 10px auto;
    }
    .g-link_area_inner:last-child{
        margin-bottom: 30px;
    }
    /* カラム調整 */
    .g-link_area:after {
        content: "";
        display: block;
        width: 230px;
        margin: 10px auto;
    }
    /* 都市タイトル */
    .g-link_city_tit {
        float: left;
        text-align: center;
        width: 100%;
        background-color: #ccc;
        height: 20px;
        line-height: 20px;
        margin-bottom: 3px;
    }
}