@charset "UTF-8";
/*↓ここから↓*/
.container * {
    box-sizing: border-box;
}

h1,h2,h3,h4,ul,li,dl,dt,dd,p,figure {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

body {
    background: #fff;
}

.wrapper {
    position: relative;
}

.wrapper::after {
    content: '';
    width: 100%;
    height: 145px;
    display: block;
    background: url(/f/mapion/img/common/head_second_bg.gif) top center repeat-x;
    position:absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

/*sidebar.cssから移植*/
.side *{
    margin: 0;
    padding: 0;
}
.side{
    width: 300px;
    float: right;
    line-height: 1.5;
}

/*header*/
/*ここだけkyorisoku-searchと違う*/
.kyorisoku .mid {
    display: inline-block;
    float: none;
}

.link-about, .link-help {
    display: inline-block;
    padding: 10px 0 11px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 12px;
}

.mid-logout {
    padding-right: 0;
}

.header-bar {
    margin-bottom: 14px;
}

.header-main-wrap {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.header-main {
    width: 65%;
    flex-grow: 1;
}

.search-unit,
.search-unit form {
    width: auto;
}

.search-unit {
    width: calc(100% - 10px);
    margin: 0 0 0 auto;
    text-align: right;
}

.search-unit form {
    display: inline-block;
}

#SearchForm.header-search {
    width: 35%;
    float: none;
}

.search-kyorisoku-input {
    width: 255px;
}

.search-kyorisoku-input::placeholder {
    color: #bcbdbd;
}

/*safariのplaceholderだけ*/

_::-webkit-full-page-media,
_:future,
:root .search-kyorisoku-input::-webkit-input-placeholder {
    color: #bcbdbd;
}

.header-logo {
    width: 100%;
    float: none;
    font-size: 0;
}

.header-logo-link {
    float: none;
    display: inline-block;
}

.header-logo-link img:first-child {
    display: inline-block;
    margin-top: 2px;
    vertical-align: bottom;
}

.logo-kyorisoku {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: bottom;
}

.topicpath {
    width: auto;
    padding-top: 6px;
    padding-bottom: 0;
}

/*↑ここまではkyorisoku_searchと同じ↑.kyorisoku .midのみ違う*/

/*メイン*/
.about .container {
    width: 100%;
    padding-top: 0;
    color: #444;
}

.main-image-wrap {
    width: 100%;
    max-width: 1920px;
    height: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}

.main-title {
    width: 500px;
    height: 100%;
    background: url(/f/route/contents/img/bg_main.png) no-repeat center center;
    text-align: center;
}

.main-title img {
    display: inline-block;
    margin-top: 30px;
}

.image-left,
.image-right {
    width: calc((100% - 500px) / 2);
    height: 100%;
}

.image-left {
    background: url(/f/route/contents/img/bg_map_l.png) no-repeat center center;
}

.image-right {
    background: url(/f/route/contents/img/bg_map_r.png) no-repeat center center;
}

/*ナビゲーション*/
.nav-wrap,
.nav-inner {
    width: 100%;
    height: 60px;
    background: #fff;
}

.nav-wrap.is-active .nav-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.nav-wrap nav {
    width: 980px;
    margin: 0 auto;
}

.nav-wrap nav {
    padding: 18px 20px 12px;
    text-align: center;
}

.nav-wrap nav a {
    vertical-align: middle;
}

.nav-wrap nav a:not(.btn-top) {
    display: inline-block;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.nav-wrap nav a:nth-last-child(2) {
    border-right: 0;
}

.nav-wrap nav a.btn-top {
    display: inline-block;
    width: 180px;
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
    border-radius: 6px;
    background-color: #0086c4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.3s;
    backface-visibility: hidden;
}

.nav-wrap nav a.btn-top:hover {
    background-color: #006A9C;
    text-decoration: none;
}

.section-wrap {
    width: 100%;
}

.section-inner {
    width: 980px;
    padding: 64px 0 120px;
    margin: 0 auto;
}

.about-kyorisoku .section-inner {
    width: 1028px;
    padding-top: 44px;
}

.section-ttl {
    text-align: center;
}

.section-ttl + p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

/*キョリ測とは？*/

.about-image-wrap {
    width: 1028px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.about-nav {
    width: 380px;
}

.about-nav a {
    display: block;
    height: 100px;
    padding: 20px 16px 20px 56px;
    color: #444;
    transition-property: all;
    transition-duration: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    overflow: hidden;
}

.about-nav a.btn-about-kyori {
    background: #fff url(/f/route/contents/img/icon_kyori_normal.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-time {
    background: url(/f/route/contents/img/icon_time_normal.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-calorie {
    background: url(/f/route/contents/img/icon_calorie_normal.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-hyoko {
    background: url(/f/route/contents/img/icon_hyoko_normal.png) no-repeat left 16px center;
    background-size: 24px auto;
}

/*hovericon読み込み用*/
.icon-hidden {
    display: none;
    background-image: url(/f/route/contents/img/icon_kyori_active.png),
    url(/f/route/contents/img/icon_time_active.png),
    url(/f/route/contents/img/icon_calorie_active.png),
    url(/f/route/contents/img/icon_hyoko_active.png);
    background-repeat: no-repeat;
}

.about-nav .text {
    line-height: 1.4;
}

.about-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    transition-property: color;
    transition-duration: 0.3s;
}

.about-img {
    width: 632px;
    position: relative;
}

.about-img img {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-img .img-about-normal {
    position: relative;
    z-index: 0;
    display: block;
}

.about-nav a.btn-about-kyori:hover {
    background: #fff7d7 url(/f/route/contents/img/icon_kyori_active.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-time:hover {
    background: #fff7d7 url(/f/route/contents/img/icon_time_active.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-calorie:hover {
    background: #fff7d7 url(/f/route/contents/img/icon_calorie_active.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a.btn-about-hyoko:hover {
    background: #fff7d7 url(/f/route/contents/img/icon_hyoko_active.png) no-repeat left 16px center;
    background-size: 24px auto;
}

.about-nav a:hover .about-ttl {
    color: #0086c4;
}

.about-nav a:hover {
    text-decoration: none;
}

/*こんな時にキョリ測*/
.section-scene {
    background: #f5f5f5;
}
.section-scene .section-inner {
    padding-bottom: 72px;

}

.scene-wrap {
    width: 868px;
    padding-top: 64px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}

.scene-wrap li {
    width: 402px;
}

.scene-wrap li:last-child,
.scene-wrap li:nth-last-child(2) {
    margin-top: 44px;
}

.scene-wrap figure {
    position: relative;
}

.scene-wrap figcaption {
    width: 168px;
    height: 40px;
    background: #0086c4;
    background: linear-gradient(120deg, #0086c4, #0086c4 86%,rgba(0,0,0,0) 86.5%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 16px;
    left: -8px;
}

.scene-wrap figcaption::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-color: #006285 #006285 transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -8px;
    left: 0
}

.scene-wrap figcaption span {
    width: 142px;
    line-height: 42px;
    display: block;
    text-align:center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.scene-wrap li p {
    margin-top: 24px;
}

/*便利な使い方*/

.use-wrap {
    width: 868px;
    padding-top: 64px;
    margin: 0 auto;
    list-style: none;
}

.use-wrap li {
    width: 100%;
    padding: 32px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.use-wrap li:first-child {
    padding-top: 0;
}

.use-wrap li:last-child {
    padding-bottom: 0;
}

.use-wrap li + li {
    border-top: 1px solid #ddd;
}

.use-wrap .description {
    width: 468px;
}

.use-wrap .description a {
    display: block;
    margin-top: 16px;
    color: #ec9b32;
    text-align: right;
    font-weight: bold;
}

.use-wrap li:nth-child(odd) .description {
    padding-right: 32px;
}

.use-wrap li:nth-child(even) {
    flex-direction: row-reverse;
}

.use-wrap li:nth-child(even) .description {
    padding-left: 32px;
}

.use-wrap .image {
    width: 400px;
}

.use-wrap .description .text {
    margin-top: 24px;
}

/*バナー*/
.banner {
    width: 868px;
    height: 212px;
    margin: 0 auto 10px;
}

.banner a {
    display: block;
    position: relative;
}

.banner a img {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    backface-visibility: hidden;
}

.bnr-hover {
    opacity: 0;
}

.banner a:hover .bnr-hover {
    opacity: 1;
}

.text {
    font-size: 14px;
    line-height: 1.6;
}

.pgtop strong {
    font-weight: normal;
}
