@charset "utf-8";
/*-------------------------------------
各都市タイトル
-------------------------------------*/

.g_main_tit {
    font-family: 'Sawarabi Gothic', sans-serif;
    width: 1000px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    color: #5c4039;
    padding: 20px 0 0;
    font-size: 30px;
    font-weight: bold;
}

/*TOPキービジュアル*/

.g-top_kv img {
    width: 100%;
    height: auto;
    display: block;
}

/*動画・メインリード文*/

.g-topContent {
    display: flex;
    margin: 30px auto;
}

/*動画*/

.g-video {
    width: 50%;
}

/*メインリード文*/

.g-textarea {
    margin: 30px 0;
    padding: 15px;
    width: 48.5%;
}

/* 都市ブロック */

.g-city_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.g-city_block_inner {
    /*width: 280px;*/
    width: 300px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

/* 都市ブロック　タイトル */

.g-city_tit {
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: center;
    background-color: #fff;
    color: #5c4039;
    padding: 10px 0;
    font-weight: bold;
    font-size: 24px;
}

/* 都市ブロック　画像 */

.g-city_thumbnail {
    /*width: 280px;*/
    width: 300px;
    height: 180px;
    background-color: #fff;
    display: block;
}

.g-city_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* 都市ブロック */

.g-city_thumbnail a:hover img {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 都市ブロック　ボタンエリア */

ul.g-btn_area {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.g-btn_area li {
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

ul.g-btn_area li:first-child {
    margin-top: 30px;
}

/*
ul.g-btn_area li a {
    width: 100%;
    background-color: #888;
    display: block;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

ul.g-btn_area li a span{
    display: block;
    font-size: 12px;
}


ul.g-btn_area li a:hover {
    width: 100%;
    background-color: #000;
    display: block;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}*/

/*-------------------------------------
検索導線ボタン
-------------------------------------*/

/*エリア説明部分*/

ul.g-btn_area li a {
    position: relative;
    /*width: calc(100% - 10px);*/
    width: 100%;
    display: inline-block;
    /*text-align: center;*/
    text-decoration: none !important;
    color: #fff !important;
    background: #a09675;
    border-radius: 2px;
    /*
    box-shadow: 0 0 0 5px #e2d090, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;*/
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 13px;
}

ul.g-btn_area li a span {
    display: block;
    font-size: 12px;
}

ul.g-btn_area li a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}

ul.g-btn_area li a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #c3b06b;
}

ul.g-btn_area li a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #c6ba92;
}

ul.g-btn_area li a:hover {
    position: relative;
    /*width: calc(100% - 10px);*/
    width: 100%;
    display: inline-block;
    /*text-align: center;*/
    text-decoration: none !important;
    color: #fff !important;
    background: #c6ba92;
    border-radius: 2px;
    /*
    box-shadow: 0 0 0 5px #c3b06b, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    */
    padding: .5em 1em;
    font-size: 13px;
}
/*沿線 駅 ボタン追加ここから*/
.linebox-btn{
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #a09675;
    border-radius: 2px;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
}
.linebox-btn span{
    display: block;
}
.linebox-btn:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}
.linebox-btn:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #c3b06b;
}
.linebox-btn:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #c6ba92;
}
.linebox-btn:hover {
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #c6ba92;
    border-radius: 2px;
    padding: .5em 1em;
    font-size: 13px;
}
/*沿線 駅 ボタン追加ここまで*/
@media screen and (max-width:896px) {
    /*-------------------------------------
各都市タイトル
-------------------------------------*/
    .g_main_tit {
        font-family: 'Sawarabi Gothic', sans-serif;
        width: 100%;
        margin: auto;
        text-align: center;
        background-color: #fff;
        color: #5c4039;
        padding: 20px 0 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6em !important;
    }

    /*動画・メインリード文*/

    .g-topContent {
        display: block;
        margin: 0;
    }

    /*動画*/

    .g-video, .g-video img {
        width: 100%;
        height: auto;
    }

    /*メインリード文*/
    
    .g-textarea {
        margin: 20px 0;
        padding: 0;
        width: 100%;
        float: none;
    }

    /* 都市ブロック */
    .g-city_block {
        width: 100%;
        display: block;
    }
    .g-city_block_inner {
        width: 100%;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    .g-city_tit {
        font-family: 'Sawarabi Gothic', sans-serif;
        text-align: center;
        background-color: #fff;
        color: #5c4039;
        padding: 10px 0;
        font-weight: bold;
        font-size: 22px;
    }
    /* 都市ブロック　画像 */
    .g-city_thumbnail {
        width: 100%;
        height: auto;
        display: block;
    }
}

@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::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;
    }
}