@charset "UTF-8";

/*searchbox.cssから*/
.search-input01{ width:359px; height:28px; margin: 0;  padding: 0 0 0 10px; float:left; border: 1px solid #3a2e30; border-right:none; border-radius: 3px 0 0 3px; font-size: 14px; line-height:28px; vertical-align: middle; }
.search-btn{ display:block; width:60px; height:21px; padding:9px 0 0 0px; float:left; background:url(/f/mapion/img/common/header_search_submit.gif) no-repeat;background-position:0 0; color:#fff; font-size:14px; line-height:14px; text-align:center; text-decoration:none;}
.search-btn:hover{ color:#fff; background-position:0 -30px; text-decoration:none;color:#fff;}
.search-btn:visited{color:#fff;text-decoration:none;}
/**/

html {
  font-size: 10px;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,button {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,select {
  color: #444;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*ログインリンクを上のレイヤーに*/

.mid {
  min-width: 251px;
  height: 34px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

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

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

@media all and (-ms-high-contrast: none){
  .link-lp,
  .link-help {
    margin-top: 2px;
  }
}

@-moz-document url-prefix(){
  .link-lp,
  .link-help {
    margin-top: 1px;
  }
}

main *,
.k-search-wrap *,
.k-header-ad-wrap * {
  box-sizing: border-box;
}

.map-wrap a,
.menu-body a {
  display: block;
}

.page-kyorisoku.wrapper {
  width: 100%;
  min-width: 1120px;
  min-height: 750px;
  color: #444;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

/*まとめて1120pxに設定*/

.page-kyorisoku .header,
.page-kyorisoku .topicpath,
.k-container {
  min-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.page-kyorisoku .header {
  min-width: 1120px;
  height: 130px;
  padding: 0 10px 0 0;
  margin-bottom: -50px;
  /*header-innerを50px上にあげた分戻す*/
}

.page-kyorisoku .header-inner * {
  float: none;
}

.page-kyorisoku .header-logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.page-kyorisoku .header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: relative;
  top: -50px;
}

.page-kyorisoku .header-main {
  width:285px;
  min-width: 245px;
  margin-bottom: -27px;
  align-self: center;
}

.logo-kyorisoku {
  margin-left: 6px;
  margin-top: -5px
}

/*検索*/

.k-search-wrap {
  max-width: 370px;
  min-width: 160px;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 0 0 10px;
  position: relative;
  top: -7px;
  flex-grow: 1;
  flex-shrink: 1;
}

.k-search-wrap form {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.k-search-wrap .search-input01 {
  width: auto;
  max-width: 300px;
  min-width: 60px;
  height: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  color: #444;
  font-size: 1.2rem;
}

.k-search-wrap .search-btn {
  width: 60px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}

/*ヘッダーの広告枠*/

.k-header-ad-wrap {
  margin-left: auto;
  align-self: flex-end;
}

.page-kyorisoku .topicpath {
  min-width: 1120px;
  padding: 0 10px 10px 10px;
  position: relative;
  top: 4px;
}

/*--------------------------------------
main
/*--------------------------------------*/

.k-container {
  width: 100%;
  min-width: 1120px;
  min-height: 645px;
  height: calc( 100vh - 108px);
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fff;
}

/************menu*************/

.menu-wrap {
  width: 0px;
  min-height: 645px;
  background: rgb(133, 16, 201);
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 50;
  transition-property: width, opacity;
  transition-duration: 0.1s;
}

.menu-wrap.is-active {
  width: 300px;
}

.menu-wrap.is-active .menu-inner {
  width: 300px;
  display: block;
  transition-property: width, opacity;
  transition-duration: 0.1s;
}

.menu-inner {
  width: 0;
  opacity: 0;
  display: none;
  height: 100%;
  padding-bottom: 95px;
  transition-property: width;
  transition-duration: 0.1s;
}

.is-active .menu-inner {
  width: 100%;
  opacity: 1;
  transition-property: width;
  transition-duration: 0.1s;
}

.btn-menu {
  width: 18px;
  height: 145px;
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 10;
  margin-top: -72px;
  background: url(../img/btn-baropen-blue.png);
  cursor: pointer;
}

.menu-wrap.is-active .btn-menu {
  background: url(../img/btn-barclose-blue.png);
}

/*menu-body*/

.menu-body {
  width: 100%;
  height: calc( 100% - 37px - 23px - 96px - 250px - 50px + 85px);
  color: #fff;
  font-size: 1.2rem;
  overflow: hidden;
}

.menu-header-wrap {
  padding: 8px 8px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: #fff;
}

/*共有ありなし*/

.share-wrap {
  visibility: hidden;
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}

.share-wrap.is-active {
  visibility: visible;
}

.share-wrap .btn-share.is-active,
.share-wrap .btn-share-none.is-active {
  display: block;
}

.share-wrap .btn-share,
.share-wrap .btn-share-none {
  width: 74px;
  height: 18px;
  line-height: 18px;
  padding-left: 20px;
  display: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2) url(../img/icon-lock-white.png) no-repeat left center;
  background-size: auto 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
}

.share-wrap .btn-share {
  width: 54px;
  background: rgba(0, 0, 0, 0.2) url(../img/icon-share-white.png) no-repeat left center;
}

/*メニュータイトル*/

.menu-title-wrap {
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  opacity: 0.8;
}

.menu-title-wrap [class^="btn-"] {
  visibility: visible;
  width: 8px;
  height: 16px;
  padding: 5px;
  display: block;
  box-sizing: content-box;
  background: url(../img/btn-arrow.png) no-repeat center center;
}

.menu-title-wrap .btn-prev {
  transform: rotate(180deg);
  background: url(../img/btn-arrow.png) no-repeat;
  position: relative;
  top: 2px;
}

.route-name {
  width: 90px;
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.route-name>span {
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: bottom;
}

/*コースの名前*/

.menu-address {
  width: 100%;
  margin: 0 auto 8px;
  padding: 0 8px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}

/*メニューの距離*/

.menu-distance-wrap {
  width: 284px;
  height: 80px;
  margin: 0 8px 16px;
  padding: 8px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #444444;
}

.menu-distance-number-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  border-bottom: 1px solid rgb(133, 16, 201);
}

.menu-distance {
  padding-left: 25px;
  /*横の単位分左をあける*/
  font-size: 2.8rem;
  text-align: center;
  flex-grow: 1;
}

.menu-distance>.unit {
  font-size: 2.4rem;
  display: none;
}

.is-active-km .menu-distance>span:first-child.unit {
  display: inline;
}

.is-active-meter .menu-distance>span:last-child.unit {
  display: inline;
}

.menu-distance-unit {
  flex-grow: 0;
  margin-bottom: auto;
}

.menu-distance-wrap .label-unit {
  width: 25px;
  height: 14px;
  line-height: 14px;
  display: block;
  background: rgba(68, 68, 68, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.is-active-km .menu-distance-unit a:first-child.label-unit {
  background: rgb(133, 16, 201);
}

.is-active-meter .menu-distance-unit a:last-child.label-unit {
  background: rgb(133, 16, 201);
}

.menu-distance-wrap .label-unit+a {
  margin-top: 3px;
}

.menu-distance-step {
  margin-top: 2px;
  font-size: 1.6rem;
  text-align: center;
}

.menu-distance-step>span {
  font-size: 1.4rem;
  color: rgba(68, 68, 68, 0.6);
}

/*メニュー 移動手段*/

.menu-move-method-wrap {
  width: 284px;
  margin: 0 auto;
}

.menu-move-method-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.menu-move-method-tab a {
  padding: 0 8px 0 25px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px 3px 0 0;
  color: rgb(133, 16, 201);
  border-bottom: 1px solid rgb(133, 16, 201);
}

.menu-move-method-wrap .menu-move-method-tab [class^="btn-"].is-active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.btn-method-walking {
  width: 62px;
  background: rgba(255, 255, 255, 0.8) url(../img/icon-walking-blue.png) no-repeat left 7px center;
}

.btn-method-running {
  width: 95px;
  background: rgba(255, 255, 255, 0.8) url(../img/icon-running-blue.png) no-repeat left 7px center;
}

.btn-method-cycling {
  width: 74px;
  background: rgba(255, 255, 255, 0.8) url(../img/icon-cycling-blue.png) no-repeat left 7px center;
}

.btn-method-driving {
  width: 50px;
  background: rgba(255, 255, 255, 0.8) url(../img/icon-driving-blue.png) no-repeat left 7px center;
}

/*メニュータブの中*/

.menu-move-method-contents {
  padding: 4px;
  color: #444;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.menu-move-method-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  background: #fff;
}

.move-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  border-bottom: 1px solid rgb(133, 16, 201);
}

.move-label .label-wrap {
  width: 100%;
  height: 12px;
  font-size: 0;
}

.move-label .move-main {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

.move-label .move-memo {
  flex-shrink: 1;
}

.menu-move-method-wrap .label-wrap span {
  min-width: 50px;
  height: 12px;
  padding: 0 8px;
  display: inline-block;
  border-radius: 8px;
  background-color: #ec9b32;
  font-size: 1rem;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.move-main>.number {
  font-size: 2rem;
  display: inline-block;
}

.move-main span {
  font-size: 1.2rem;
}

.move-memo {
  color: rgba(64, 64, 64, 0.6);
  font-size: 1.2rem;
  text-align: right;
}

.move-memo span {
  font-size: 1rem;
}

.move-calori,
.move-food {
  margin-top: 8px;
  display: block;
  border: none;
}

.move-calori {
  width: 128px;
  padding-right: 4px;
  border-right: 1px solid rgb(133, 16, 201);
}

.move-food {
  width: auto;
  padding-left: 4px;
  display: block;
  border: none;
  flex-grow: 1;
}

.move-food .label-wrap span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.move-food .move-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.move-food .icon-food {
  width: 32px;
  height: 32px;
}

.move-food .number {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

/*カスタマイズ*/

.menu-customize-wrap {
  width: auto;
  margin: 8px 8px 20px;
}

.menu-customize-wrap>a,
.menu-customize-wrap>span {
  display: inline-block;
}

.btn-customize {
  width: 104px;
  height: 20px;
  line-height: 20px;
  padding-left: 24px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8) url(../img/icon-customize-blue.png) no-repeat left 8px center;
  color: rgb(133, 16, 201);
  font-size: 1.2rem;
}

.menu-customize-wrap .text {
  color: #ffffff;
  font-size: 1rem;
}

/*標高グラフ*/

.menu-graph {
  width: auto;
  height: 75px;
  margin: 8px;
  position: relative;
}

.no-menu-graph-text {
  width: 244px;
  margin: 0;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 2;
}

.no-menu-graph-text.graph-active {
  display: none;
}

.graph-body {
  width: 247px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.graph-left {
  width: calc(100% - 247px);
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.graph-text {
  max-width: 51px;
  width: 100%;
  padding: 0 1px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
}

.graph-text-top {
  position: absolute;
  top: 0;
  left: 0;
}

.graph-text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.graph-bottom {
  width: 247px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.graph-text-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.graph-body-zoom-wrap {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.graph-body-zoom-wrap>span {
  display: block;
  width: 1px;
  height: 60px;
  background: #444;
  position: relative;
}

.graph-body-zoom-wrap .graph-zoom-marker {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #444444;
  position: absolute;
  bottom: 50%;
  left: -1px;
}

.graph-body .graph-text-02 {
  position: absolute;
  bottom: 40px;
  right: 30px;
  padding: 0 4px;
  font-size: 1.2rem;
  color: #444;
  z-index: 20;
}

/*footer*/

.menu-wrap .menu-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-wrap.is-active .menu-footer {
  display: block;
}

.page-kyorisoku .footer {
  margin: 0;
  padding: 5px 0 0;
  font-size: 0.8rem;
  background: none;
  background: #fff;
}

.menu-wrap .k-menu-ad-wrap {
  display: none;
}

.menu-wrap.is-active .k-menu-ad-wrap {
  display: block;
}

.page-kyorisoku .footer-nav {
  margin: 0;
  text-align: center;
  font-size: 1rem;
}

.page-kyorisoku .footer-nav a,
.footer-nav a:visited {
  display: inline-block;
  padding: 0 5px;
  color: #4086C8;
  text-decoration: none;
}

.page-kyorisoku .copyright {
  color: #444;
  font-size: 1rem;
  padding: 0;
}

/************map*************/

.map-wrap {
  width: auto;
  height: 100%;
  background: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}

.map-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-body {
  width: 100%;
  height: calc(100% - 50px);
  min-height: 490px;
  position: relative;
  overflow: hidden;
  border: 4px solid rgb(133, 16, 201);
}

.map-tile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*地図の上のタブ*/

.map-tab-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 0;
}

.map-tab-wrap a {
  width: 80px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 0;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
}

.map-tab-wrap a.is-active {
  height: 56px;
  line-height: 56px;
  z-index: 2;
  font-size: 2.4rem;
}

/*地図上のメニュー*/

.map-control {
  width: 385px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  left: 70px;
  z-index: 10;
}

.map-control .map-control-grip {
  width: 8px;
  height: 100%;
  background: url(../img/img-grip.png) no-repeat left 4px center;
  border: none;
}

.map-control .map-control-grip:hover {
  cursor: move;
}

.map-control span {
  display: none;
}

.map-control li {
  height: 34px;
  border-right: 1px solid #aaa;
}

.map-control-undo,
.map-control-delete {
  width: 57px;
}

.map-control-save {
  width: 61px;
}

.map-control-routeopen {
  width: 63px;
}

.map-control li:last-child {
  border-right: none;
}

.map-control a {
  height: 100%;
}

.btn-undo {
  background: url(../img/btn-undo.png) no-repeat center center;
}

.btn-undo:hover,
.btn-undo:active {
  background: url(../img/btn-undo-on.png) no-repeat center center;
}

.btn-delete {
  background: url(../img/btn-delete.png) no-repeat center center;
}

.btn-delete:hover,
.btn-delete:active {
  background: url(../img/btn-delete-on.png) no-repeat center center;
}

.btn-save {
  background: url(../img/btn-save-share.png) no-repeat center center;
}

.btn-save:hover,
.btn-save:active {
  background: url(../img/btn-save-share-on.png) no-repeat center center;
}

.btn-routeopen {
  background: url(../img/btn-routeopen.png) no-repeat center center;
}

.btn-routeopen:hover {
  background: url(../img/btn-routeopen-on.png) no-repeat center center;
}

.map-control .map-control-display-distance {
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse nowrap;
}

.map-control-display-distance label img {
  display: block;
}

.map-control .label-display-distance {
  width: 61px;
  height: 34px;
  display: inline-block;
  background: url(../img/btn-balloon.png) no-repeat center center;
}

.map-control .label-display-distance:hover {
  background: url(../img/btn-balloon-on.png) no-repeat center center;
}

.select-display-distance {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}

#display_distance_point,
#display_distance_interval {
  display: none;
}

label[for="display_distance_point"] {
  margin-bottom: 4px;
}

label[for="display_distance_point"],
label[for="display_distance_interval"] {
  display: block;
  padding-left: 16px;
  background: url(../img/btn-checkbox.png) no-repeat left center;
  cursor: pointer;
}

#display_distance_point:checked+input+div label[for="display_distance_point"],
#display_distance_interval:checked+div label[for="display_distance_interval"] {
  background: url(../img/btn-checkbox-on.png) no-repeat left center;
}

#display_distance_point:checked+input+div+.label-display-distance,
#display_distance_interval:checked+div+.label-display-distance {
  background: url(../img/btn-balloon-on.png) no-repeat center center;
}

/*地図の上の住所*/

.map-address {
  max-width: 100%;
  height: 18px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(68, 68, 68, 0.6);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 30;
  color: #fff;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*モーダル*/

.map-modal-wrap.is-active {
  width: 100%;
  height: calc(100% - 50px);
  min-height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  border: 4px solid rgb(133, 16, 201);
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*後ろの地図などをぼやかせる*/

.map-modal-wrap.is-active+.map-body {
  filter: blur(3px);
}

/*alert*/

.alert-frame {
  max-width: 500px;
  min-width: 270px;
  max-height: 250px;
  min-height: 120px;
  padding: 24px 16px 48px;
  display: none;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  line-height: 1.1;
  text-align: center;
}

.alert-frame.is-active {
  display: block;
}

.alert-frame .ttl-alert {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.2rem;
  overflow: hidden;
  line-height: 1.3;
}

.alert-frame .row-wrap {
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.alert-frame .btn-default.default-c-reverse.btn-cancel {
  background-color: #aaa;
  border-color: #aaa;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.alert-frame .btn-default.default-c-reverse.btn-cancel:hover {
  opacity: 0.8;
}

.modal-frame {
  width: 500px;
  height: 400px;
  padding: 24px;
  border-radius: 6px;
  background-color: #f8f8f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal-frame .modal-frame-inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
}

.btn-modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -44px;
  right: -44px;
  /*24px + 20px*/
  z-index: 11;
  background: url(../img/btn-close-round.png) no-repeat center center;
}

.modal-frame h2 {
  text-align: left;
  color: #444444;
  font-size: 1.6rem;
  font-weight: bold;
}

.modal-frame h2 span {
  font-size: 1.2rem;
}

.btn-default {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #ec9b32;
  color: #ec9b32;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.2s;
}

button.btn-default {
  line-height: 36px;
}

button.btn-default:hover {
  cursor: pointer;
}

.modal-frame-inner a:last-child.btn-default {
  margin-top: 21px;
}

.btn-default:hover,
.btn-default:active {
  background-color: #ec9b32;
  color: #fff;
}

.btn-default.default-c-reverse {
  background-color: #ec9b32;
  border: solid 1px #ec9b32;
  color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.btn-default.default-c-reverse:hover {
  opacity: 0.8;
}

.modal-frame .inner-frame {
  padding: 3px;
}

.modal-frame .column {
  width: 100%;
}

.modal-frame .btn-initial {
  width: 100px;
  height: 18px;
  margin-left: auto;
  float: right;
  line-height: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  background: none;
  color: #cccccc;
  border: solid 1px #cccccc;
  cursor: default;
}

.modal-frame .btn-initial::after {
  content:'';
  clear: right;
  display: block;
}

.modal-frame .btn-initial:hover {
  background: none;
  color: #cccccc;
  border: solid 1px #cccccc;
}

.modal-frame .btn-initial.is-active {
  background-color: rgba(255,255,255,0);
  border: solid 1px #ec9b32;
  color: #ec9b32;
  cursor: pointer;
}

.modal-frame .btn-initial.is-active:hover {
  background-color: #fcebd6;
  border: solid 1px #ec9b32;
  color: #ec9b32;
}

.modal-frame select,
.modal-frame option,
.modal-frame input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.modal-frame select {
  height: 20px;
  line-height: 20px;
  padding: 0 8px 0 8px;
  border-radius: 3px;
  background: #ffffff url(../img/icon-under.png) no-repeat right 2px center;
  background-size: 12px auto;
  border: solid 1px #fcebd6;
  font-size: 1.2rem;
}

.modal-frame .unit {
  display: inline-blcok;
  font-size: 1rem;
  color: #444;
  padding-left: 4px;
}

/*modal カスタマイズ*/

.modal-customize {
  width: 600px;
  height: 430px;
}

.modal-customize .modal-frame-inner *:last-child.btn-default {
  margin-top: 24px;
}

.modal-customize h2 {
  width: 57%;
  padding: 1px 0 0 5px;
  display: inline-block;
  font-size: 1.3rem;
}

.modal-customize .left-column section:last-child .select-wrap {
  margin-top: 8px;
}

.modal-customize .inner-frame {
  border-radius: 0 5px 5px 5px;
  border: solid 1px #ccc;
}

.modal-customize .left-column {
  width: 300px;
}

.modal-customize .left-column section + section {
  margin-top: 7px;
}

.modal-customize .select-wrap {
  margin-top: 10px;
  margin-bottom: -3px;
  padding: 0 13px 14px;
}

.modal-customize .left-column section:last-child .select-wrap {
  padding-bottom: 9px;
}

.customize-description {
  width: 196px;
  margin-right: 5px;
  vertical-align: top;
}

.customize-input {
  width: 36px;
  height: 20px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 2px;
  border-radius: 3px;
  border: solid 1px #fcebd6;
  font-size: 1.2rem;
  vertical-align: top;
  text-align: center;
}

.ttl-customize.is-error + dd .customize-input{
  border: solid 1px #f25a29;
}

.customize-input-freevalue::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.customize-input-freevalue::-moz-placeholder {
  color: #444;
  opacity: 1;
}

.customize-input-freevalue:-ms-input-placeholder {
  color: #444;
  opacity: 1;
}

.select-inner dd .unit {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.select-inner {
  margin: 0;
}

.select-inner dd+dt {
  margin-top: 9px;
}

.select-inner dd {
  margin-left: 0;
}

.ttl-customize {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #ec9b32;
}

.ttl-customize.no-icon {
  padding-left: 0px;
}

.ttl-customize .customize-msg {
  display: none;
  color: #f25a29;
  float: right;
  line-height: 18px;
}

.ttl-customize.is-error .customize-msg {
  display: block;
}

.ttl-customize .customize-msg::after {
  content: '';
  display: block;
  clear: right;
}

.ttl-walking {
  background: url(../img/icon-walking-orange.png) no-repeat left center;
}

.ttl-running {
  background: url(../img/icon-running-orange.png) no-repeat left center;
}

.ttl-cycling {
  background: url(../img/icon-cycling-orange.png) no-repeat left center;
}

.ttl-driving {
  background: url(../img/icon-driving-orange.png) no-repeat left center;
}

.ttl-footsteps {
  background: url(../img/icon-footsteps-orange.png) no-repeat left center;
}

/*カスタマイズ 右カラム*/

.modal-customize .right-column {
  width: 244px;
}

.select-inner.user-attr {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column wrap;
}

.ttl-customize.no-icon {
  width: 60px;
  height: 20px;
  line-height: 20px;
  
}

.ttl-customize.no-icon+dd {
  width: 60px;
}

.ttl-customize.no-icon+dd+dt {
  margin-top: 0;
}

.ttl-customize.no-icon+dd select {
  width: 60px;
  margin-right: 0;
}

.select-inner.user-attr dt:nth-of-type(2),
.select-inner.user-attr dd:nth-of-type(2) {
  align-self: center;
}

.select-inner.user-attr dt:last-of-type,
.select-inner.user-attr dd:last-of-type {
  align-self: flex-end;
}

.customize-food-wrap {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}

.customize-food-wrap ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.customize-food-wrap li {
  margin-bottom: 3px;
}

.customize-food-wrap li:nth-last-child(5)~li {
  margin-bottom: 0;
}

.customize-food-wrap ul li a img {
  display: block;
}

.customize-food-wrap .btn-select-food {
  width: 50px;
  height: 50px;
  background-color: #fcebd6;
  border-radius: 3px;
  text-align: center;
}

.customize-food-wrap .btn-select-food:hover {
  background-color:#f7d6ab;
}

.btn-select-food img {
  display: inline-block;
}

.select-food {
  width: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  font-size: 0;
}

.select-food > div {
  text-align: center;
}

.food-name {
  width: 104px;
  display: block;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.food-calori {
  width: 104px;
  display: block;
  font-size: 1rem;
  color: #ec9b32;
  text-align: right;
}

.food-calori-select {
  width: auto;
  display: inline-block;
  font-size: 1.6rem;
  color: #ec9b32;
  text-align: center;
}

.food-calori-select-text {
  font-size: 1rem;
  color: #444;
}

.select-food-calori {
  display: block;
  padding: 0 4px;
  text-align: center;
  color: #ec9b32;
  font-size: 1rem;
}

.customize-food-wrap .btn-select-food.is-active {
  background-color: #ec9b32;
}

.btn-select-food.is-active .select-food-calori {
  color: #fcebd6;
}

/*保存した経路*/

.modal-frame.modal-routelist {
  width: 654px;
  height: 456px;
}

.no-route .route-list .no-list {
  display: block;
}

.no-route .route-list .scroll-pane02 {
  display: none;
}

.route-list .no-list {
  height: 360px;
  display: none;
}

.no-list-ttl {
  padding: 100px 0 90px;
  font-size: 1.6rem;
  text-align: center;
}

.no-list-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.no-list-text p {
  padding-left: 1.6rem;
  font-size: 1.4rem;
}

.route-list table {
  width: 600px;
  min-height: 24px;
  border-collapse: collapse;
  border: none;
}

.scroll-pane02-wrap {
  min-height: 361px;
}

.route-list ul {
  color: #444;
  font-weight: normal;
  font-size: 0.9rem;
  text-align: center;
}

.route-list .ttl-route,
.route-list .name-wrap {
  text-align: left;
}

.route-list ul {
  width: 100%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  border-bottom: 1px solid #ec9b32;
}

.ttl-route,
.route-name-wrap {
  width: 400px;
}

.route-name-wrap a {
  display: block;
}

.route-name-wrap > a input.name {
  display: none;
}

.route-name-wrap {
  position: relative;
}

.ttl-share,
.list-share-wrap {
  width: 48px;
}

.ttl-date,
.list-date-wrap {
  width: 68px;
}

.ttl-list-edit,
.ttl-list-delete {
  width: 40px;
}

.route-list .scroll-pane02 {
  width: 100%;
  padding-right: 10px;
  height: 360px;
  overflow: hidden;
}

.route-list tr {
  min-height: 42px;
  border-bottom: 1px solid #ec9b32;
}

.route-list tr:hover {
  background: #fff;
}

.route-list tr.is-active {
  background: #fcebd6;
}

tr.is-active .route-name-wrap > a {
  cursor: default;
}

tr.is-active .route-name-wrap > a div.name {
  display: none;
}

.route-list td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

/*経路の名前*/

.route-list .name {
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 4px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #444;
  border: solid 1px rgba(170, 170, 170, 0);
  background: none;
  resize: none;
  word-break: break-all;
  position: relative;
  overflow: auto;
}

.route-list .is-active .name {
  background: #fff;
  border: solid 1px rgba(170, 170, 170, 1);
  display: block;
}

.route-list tr.is-error .name {
  padding: 4px;
  background: #fff;
  border: solid 1px #f25a29;
}

.route-name-wrap a:hover div.name {
  color: #0099cf;
}

.route-name-wrap a:hover input.name {
  color: #444;
}

.route-list div.name {
  height: auto;
  line-height: 1.3;
}

.route-list .route-name-wrap {
  width: 394px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.2rem;
  text-align: left;
}

.route-list .route-distance {
  width: 49%;
  padding-left: 5px;
  display: inline-block;
  color: rgba(64, 64, 64, 0.6);
  font-size: 1rem;
  text-align: left;
}

.route-name-wrap.is-active-km .unit.km,
.route-name-wrap.is-active-meter .unit.meter {
  display: inline;
  color: rgba(64, 64, 64, 0.6);
  padding-left: 0;
}

.route-name-wrap.is-active-km .unit.meter,
.route-name-wrap.is-active-meter .unit.km {
  display: none;
}

.route-list .name-msg {
  width: 49%;
  display: none;
  color: #f25a29;
  font-size: 1rem;
  text-align: right;
}

.route-list tr.is-error .name-msg {
  display: inline-block;
}

/*共有状態*/

.route-list .icon-list-share {
  width: 100%;
  height: 30px;
  display: none;
  position: relative;
  padding-top: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  text-align: center;
}

.route-list .icon-list-share::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon-share-black.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}

.route-list .icon-list-share.is-active {
  display: block;
}

.route-list .icon-list-share.none.is-active {
  display: block;
}

.route-list tr:not(.is-active) .icon-list-share.none.is-active {
  display: none;
}

.route-list tr.is-active .icon-list-share {
  color: #0099cf;
}

.route-list tr.is-active .icon-list-share::before {
  background: url(../img/icon-share-blue.png) no-repeat center top;
}

.route-list tr.is-active .icon-list-share.is-active::before {
  opacity: 1;
}

.route-list tr.is-active .icon-list-share.none.is-active::before {
  opacity: 0.3;
}

.route-list tr.is-active .is-view,
.route-list tr .is-edit {
  display: none;
}

.route-list tr.is-active .is-edit,
.route-list tr .is-view {
  display: block;
}

/*日付*/

.route-list .list-date-wrap div {
  text-align: center;
}

/*編集 保存 削除*/

.route-list .list-edit-wrap {
  width: 90px;
  font-size: 0;
  padding: 4px 10px 4px 0px;
}

.route-list .btn-list-edit,
.route-list .btn-list-delete {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255,255,255,0);
  background-image: url(../img/icon-edit-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

.route-list .btn-list-delete {
  background-image: url(../img/icon-delete-red.png);
}

.route-list .btn-list-edit:hover {
  background-image: url(../img/icon-edit-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0099cf;
}

.route-list .btn-list-delete:hover {
  background-image: url(../img/icon-delete-white.png);
  background-color: #f25a29;
}

.btn-list-save,
.btn-list-cancel {
  display: none;
}

.route-list .is-active .btn-list-save {
  width: 64px;
  height: 24px;
  line-height: 24px;
  margin: 0 6px 3px;
  display: block;
  border-radius: 3px;
  background-color: #0099cf;
  background-image: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
}

.route-list .is-active .btn-list-edit,
.route-list .is-active .btn-list-save,
.route-list .is-active .btn-list-delete,
.route-list .is-active .btn-list-cancel {
  transition-property: opacity;
  transition-duration: 0.3s;
}

.route-list .is-active .btn-list-edit:hover,
.route-list .is-active .btn-list-save:hover,
.route-list .is-active .btn-list-delete:hover,
.route-list .is-active .btn-list-cancel:hover  {
  opacity: 0.8;
}

.route-list .is-active .btn-list-edit,
.route-list .is-active .btn-list-delete {
  display: none;
}

.route-list .is-active.is-error .btn-list-save:hover {
  opacity: 0.3;
  cursor: default;
}

.route-list .is-active .btn-list-cancel {
  display: block;
  width: 64px;
  height: 16px;
  margin: 0 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 0.9rem;
  border: none;
}

.route-list .is-error .btn-list-save {
  opacity: 0.3;
}

/*modal ログインと経路保存*/

.modal-login {
  width: 300px;
  height: 327px;
  padding: 32px 24px;
}

.modal-route {
  width: 440px;
  height: 230px;
}

.modal-login .modal-frame-inner,
.modal-route .modal-frame-inner {
  height: 100%;
}

.modal-login h2,
.modal-route h2 {
  margin-bottom: 24px;
  text-align: center;
}

.login-error {
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  margin-bottom: 4px;
  font-size: 1rem;
  color: #f25a29;
  text-align: center;
}

.login-error.is-active {
  visibility: visible;
}

.modal-frame-inner .ttl-input {
  width: 52.2%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
}

.modal-frame-inner .input-text {
  margin: 8px 0 24px;
  font-size: 1.2rem;
}

.login-text,
.route-text {
  width: 100%;
  height: 36px;
  padding: 4px;
  display: block;
  font-size: 1.2rem;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #aaa;
}

.route-text {
  border-radius: 3px;
}

.login-text:focus,
.route-text:focus {
  background-color: #fcebd6;
  border: solid 1px #fcebd6;
}

.login-text {
  border: solid 1px #aaaaaa;
}

.login-text + .login-text {
  margin: 12px 0 16px;
}

.btn-login-wrap {
  width: 100%;
  margin: 4px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-login-wrap>.login-text {
  border-radius: 6px 0 0 6px;
}

.btn-login-wrap>.default-btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #ec9b32;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #ec9b32;
  border-width: 0 0 2px 0;
}

.btn-login-wrap>.default-btn:hover {
  opacity: 0.8;
}

.auto-login-wrap {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 1.2rem;
}

.ck-auto-login {
  display: none;
}

#ck-auto-login+label[for="ck-auto-login"] {
  display: block;
  padding-left: 12px;
  background: url(../img/btn-checkbox-login.png) no-repeat left center;
}

#ck-auto-login:checked+label[for="ck-auto-login"] {
  background: url(../img/btn-checkbox-login-on.png) no-repeat left center;
}

.auto-login-wrap a {
  margin-left: 0.5rem;
}

.auto-login-wrap a:last-child {
  margin-left: auto;
}

.not-have-mapionid {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.modal-login .btn-default {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: normal;
  backface-visibility: hidden; 
}

.modal-login a:hover {
  text-decoration: underline;
}

.modal-login .inner-frame,
.modal-route .inner-frame {
  padding: 0;
}

.modal-login,
.modal-route {
    line-height: 1.1;
}

.route-error {
  width: 184px;
  height: 20px;
  line-height: 20px;
  display: none;
  margin-left: auto;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  background-color: #f25a29;
  float: right;
}

.route-error.is-active {
  display: block;
}

.route-error::after {
  content: '';
  display: block;
  clear: right;
}

.route-error.is-active + .route-text {
  background-color: #fcebd6;
  border: solid 1px #f25a29;
}

.route-text.is-default {
  color: rgba(64, 64, 64,0.7);
}

.route-error.is-active + .route-text {
  border-radius: 3px 0 3px 3px;
}

.modal-route .btn-route-save,
.modal-route .btn-route-change-save {
  display: none;
}

.modal-route .btn-route-save.is-active,
.modal-route .btn-route-change-save.is-active {
  display: flex;
}

.route-error.is-active ~ .btn-route-change-save .btn-default,
.route-error.is-active ~ .btn-route-save .btn-default {
  opacity: 0.2;
}

.route-error.is-active ~ .btn-route-change-save .btn-default:hover,
.route-error.is-active ~ .btn-route-save .btn-default:hover {
  cursor: default;
}

.route-error.is-active ~ .btn-route-change-save .btn-default:hover {
  background-color: #ec9b32;
  color: #fff;
}

.btn-share-wrap .route-text::selection {
  background: #ffd911;
}

.route-share.route-share-not {
  display: none;
  background: url(../img/icon-lock-black.png) no-repeat left center;
}

.route-share {
  margin: 5px 0 16px;
  padding-left: 17px;
  font-size: 1.2rem;
  line-height: 1.1;
  background: url(../img/icon-share-black.png) no-repeat left center;
  display: block;
}

.btn-share-wrap {
  width: 306px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.btn-share-wrap>.route-text {
  width: 270px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #444;
}

.btn-share-wrap>.btn-text-copy {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding-top: 9px;
  border: none;
  border-radius: 0 6px 6px 0;
  background: #444 url(../img/icon-copy-white.png) no-repeat center top 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #444;
  border-width: 0 0 2px 0;
}

.btn-share-wrap>.btn-text-copy:hover {
  opacity: 0.8;
}

.modal-route .btn-twitter {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  display: block;
  background: #1da1f2 url(../img/icon-twitter-white.png) no-repeat center center;
  flex-grow: 0;
  flex-shrink: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.modal-route .btn-facebook {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  display: block;
  background: #3b579d url(../img/icon-facebook-white.png) no-repeat center center;
  flex-grow: 0;
  flex-shrink: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.modal-route .btn-twitter:hover,
.modal-route .btn-facebook:hover {
  opacity: 0.8;
}

.btn-share-outer-wrap {
  margin-bottom: 17px;
}

.icon-lock {
  display: inline-block;
  padding-left: 21px;
  background: url(../img/icon-lock-white.png) no-repeat left center;
}

/*経路の共有をしない*/
.btn-share-start {
  display: none;
}

.is-not-share.inner-frame .route-share,
.is-not-share.inner-frame .btn-share-wrap,
.is-not-share.inner-frame .btn-share-stop {
  display: none;
}

.is-not-share.inner-frame .route-share.route-share-not,
.is-not-share.inner-frame .btn-share-start {
  display: block;
}

.btn-share-text {
  width: 306px;
  height: 36px;
  font-size: 1rem;
  color: #444444;
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.is-not-share.inner-frame .btn-share-text {
  display: flex;
}

.is-not-share.inner-frame .btn-twitter,
.is-not-share.inner-frame .btn-facebook {
  opacity: 0.5;
  cursor: default;
}

.icon-share {
  display: inline-block;
  padding-left: 21px;
  background: url(../img/icon-share-white.png) no-repeat left center;
}

/*モーダル 小さいボタン*/
.modal-frame .btn-default.w200 {
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
}

.modal-frame .btn-default.w180 {
  width: 180px;
  text-align: center;
  font-size: 1.6rem;
}

.btn-default.w100 {
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

/*モーダル スクロールバー*/
.route-list.less-list .jspVerticalBar {
  visibility: hidden;
}

.route-list .jspPane {
  width: 100% !important;
}

.route-list .jspDrag {
  width: 8px;
  border-radius: 5px;
  background: #ec9b32;
  left: 1px;
}

.route-list .jspVerticalBar {
  width: 10px;
}

.route-list .jspTrack {
  width: 10px;
  background: #fff;
}

.route-list .jspArrow,
.route-list .jspArrow.jspDisabled {
  cursor: default;
  background: #fff url(../img/icon-up-black.png) no-repeat center center;
}

.route-list .jspArrowDown,
.route-list .jspDisabled.jspArrowDown {
  background: #fff url(../img/icon-down-black.png) no-repeat center center;
}

/*alert表示の時背景がmodal-frameより上レイヤーに移動*/

.alert-frame.is-active~.modal-bg {
  z-index: 3;
}

/*--------------------------------------
parts
/*--------------------------------------*/

.ellipsis-text {
  width: 100%;
  margin: 0;
  font-size: 1.2rem;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.is-v-hidden {
  visibility: hidden;
}

.page-kyorisoku .is-none {
  display: none;
}

/*左メニュー スクロールバー*/

.menu-body .jspPane {
  width: 100% !important;
}

.menu-body .jspDrag {
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.menu-body .jspVerticalBar {
  width: 4px;
}

.menu-body .jspTrack {
  width: 4px;
  background: rgb(133, 16, 201);
}

/*マーカー*/

.marker-wrap {
  position: absolute;
}

.marker-inner {
  position: relative;
}

.marker {
  width: 14px;
  height: 14px;
  background-color: #0099cf;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 2px #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.marker-wrap.marker-start .marker {
  width: 20px;
  height: 20px;
  background: url(../img/icon-start-blue.png) no-repeat center center;
  background-color:none;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.marker-wrap.marker-start .balloon-wrap {
  display: none;
}

.marker-wrap.marker-even .marker {
  display: none;
}

.balloon-wrap {
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 5px;
  left: 50%;
}

/*吹き出し*/

.balloon {
  width: auto;
  height: 30px;
  display: inline-block;
  background: rgba(0, 75, 102, 0.8);
  border: 1px solid #fff;
  border-bottom: none;
  position: relative;
}

/*吹き出し 等間隔マーカー*/

.marker-wrap.marker-even .balloon {
  width: auto;
  height: 18px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #aaa;
  border-bottom: none;
  position: relative;
}

/*吹き出し枠下の線*/

.balloon::before,
.balloon::after {
  content: '';
  width: calc(50% - 4px);
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.balloon::after {
  right: 0;
  left: auto;
}

.balloon-arrow {
  width: 100%;
  height: 100%;
  display: table;
}

.balloon-arrow span {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: -1px;
}

/*吹き出し枠下の線 等間隔マーカー*/
.marker-wrap.marker-even .balloon::before,
.marker-wrap.marker-even .balloon::after {
  content: '';
  width: calc(50% - 4px);
  display: block;
  border-top: 1px solid #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}

.marker-wrap.marker-even .balloon::after {
  right: 0;
  left: auto;
}

/*吹き出し線のなか*/

.balloon-arrow::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 5px solid rgba(255, 255, 255, 0);
  border-width: 10px 5px;
  border-top-color: rgba(0, 75, 102, 0.8);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*吹き出し線のなか 等間隔マーカー*/
.marker-wrap.marker-even .balloon-arrow::before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-width: 5px 5px;
  border-top-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -10px;
}

/*吹き出し線*/

.balloon-arrow::after {
content: '';
width: 12px;
height: 12px;
display: block;
border: 1px solid #fff;
border-width: 0 1px 1px 0;
transform: rotate(68deg) skew(45deg) scale(1, 0.7) translateX(-50%);
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -4px;
}

/*吹き出し線 等間隔マーカー*/
.marker-wrap.marker-even .balloon-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #aaa;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) skew(0deg) scale(1, 1) translateX(-50%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -1px;
}

/*ティッカー*/

.ticker-wrap {
  width: auto;
  max-width: 500px;
  min-height: 62px;
  max-height: 78px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.ticker-wrap.is-active {
  display: block;
}

.ticker {
  max-height: 78px;
  padding: 16px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  overflow: hidden;
}

.ticker p {
  margin: 0;
  max-height: 46px;
  font-size: 1.6rem;
  text-align: left;
  color: #ffffff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}

.ticker a {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}


.row-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.row-wrap.between {
  justify-content: space-between;
}

.row-wrap a:last-child.btn-default {
  margin-top: 0;
}



/*--------------------------------------
tab color
/*--------------------------------------*/

.btn-tab-a {
  background-color: #0099cf;
}

.btn-tab-b {
  background-color: #23c056;
}

.btn-tab-c {
  background-color: #e06783;
}

/*tab A*/

.is-tab-a .menu-wrap,
.is-tab-a .menu-body .jspTrack,
.is-tab-a .is-active-km .menu-distance-unit a:first-child.label-unit,
.is-tab-a .is-active-meter .menu-distance-unit a:last-child.label-unit,
.is-tab-a .maker {
  background: #0099cf;
}

.is-tab-a .menu-move-method-tab a {
  color: #0099cf;
  border-bottom: 1px solid #0099cf;
}

.is-tab-a .btn-customize {
  color: #0099cf;
}

.is-tab-a .map-body,
.is-tab-a .menu-distance-number-wrap,
.is-tab-a .move-label,
.is-tab-a .move-calori,
.is-tab-a .map-modal-wrap.is-active {
  border-color: #0099cf;
}

.is-tab-a .btn-menu {
  background: url(../img/btn-baropen-blue.png);
}

.is-tab-a .menu-wrap.is-active .btn-menu {
  background: url(../img/btn-barclose-blue.png);
}

.is-tab-a .btn-method-walking {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-walking-blue.png) no-repeat left 7px center;
}

.is-tab-a .btn-method-running {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-running-blue.png) no-repeat left 7px center;
}

.is-tab-a .btn-method-cycling {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-cycling-blue.png) no-repeat left 7px center;
}

.is-tab-a .btn-method-driving {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-driving-blue.png) no-repeat left 7px center;
}

.is-tab-a .btn-customize {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-customize-blue.png) no-repeat left 8px center;
}

.is-tab-a .marker {
  background-color: #0099cf;
}

.is-tab-a .balloon {
  background: rgba(0, 75, 102, 0.8);
}

.is-tab-a .balloon-arrow::before {
  border-top-color: rgba(0, 75, 102, 0.8);
}

.is-tab-a .marker-wrap.marker-start .marker {
  background: url(../img/icon-start-blue.png) no-repeat center center;
}

/*tab B*/

.is-tab-b .menu-wrap,
.is-tab-b .menu-body .jspTrack,
.is-tab-b .is-active-km .menu-distance-unit a:first-child.label-unit,
.is-tab-b .is-active-meter .menu-distance-unit a:last-child.label-unit,
.is-tab-b .maker {
  background: #23c056;
}

.is-tab-b .menu-move-method-tab a {
  color: #23c056;
  border-bottom: 1px solid #23c056;
}

.is-tab-b .btn-customize {
  color: #23c056;
}

.is-tab-b .map-body,
.is-tab-b .menu-distance-number-wrap,
.is-tab-b .move-label,
.is-tab-b .move-calori,
.is-tab-b .map-modal-wrap.is-active {
  border-color: #23c056;
}

.is-tab-b .btn-menu {
  background: url(../img/btn-baropen-green.png);
}

.is-tab-b .menu-wrap.is-active .btn-menu {
  background: url(../img/btn-barclose-green.png);
}

.is-tab-b .btn-method-walking {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-walking-green.png) no-repeat left 7px center;
}

.is-tab-b .btn-method-running {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-running-green.png) no-repeat left 7px center;
}

.is-tab-b .btn-method-cycling {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-cycling-green.png) no-repeat left 7px center;
}

.is-tab-b .btn-method-driving {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-driving-green.png) no-repeat left 7px center;
}

.is-tab-b .btn-customize {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-customize-green.png) no-repeat left 8px center;
}

.is-tab-b .marker {
  background-color: #23c056;
}

.is-tab-b .balloon {
  background: rgba(0, 102, 32, 0.8);
}

.is-tab-b .balloon-arrow::before {
  border-top-color: rgba(0, 102, 32, 0.8);
}

.is-tab-b .marker-wrap.marker-start .marker {
  background: url(../img/icon-start-green.png) no-repeat center center;
}

/*tab C*/

.is-tab-c .menu-wrap,
.is-tab-c .menu-body .jspTrack,
.is-tab-c .is-active-km .menu-distance-unit a:first-child.label-unit,
.is-tab-c .is-active-meter .menu-distance-unit a:last-child.label-unit,
.is-tab-c .maker {
  background: #e06783;
}

.is-tab-c .menu-move-method-tab a {
  color: #e06783;
  border-bottom: 1px solid #e06783;
}

.is-tab-c .btn-customize {
  color: #e06783;
}

.is-tab-c .map-body,
.is-tab-c .menu-distance-number-wrap,
.is-tab-c .move-label,
.is-tab-c .move-calori,
.is-tab-c .map-modal-wrap.is-active {
  border-color: #e06783;
}

.is-tab-c .btn-menu {
  background: url(../img/btn-baropen-pink.png);
}

.is-tab-c .menu-wrap.is-active .btn-menu {
  background: url(../img/btn-barclose-pink.png);
}

.is-tab-c .btn-method-walking {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-walking-pink.png) no-repeat left 7px center;
}

.is-tab-c .btn-method-running {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-running-pink.png) no-repeat left 7px center;
}

.is-tab-c .btn-method-cycling {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-cycling-pink.png) no-repeat left 7px center;
}

.is-tab-c .btn-method-driving {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-driving-pink.png) no-repeat left 7px center;
}

.is-tab-c .btn-customize {
  background: rgba(255, 255, 255, 0.8) url(../img/icon-customize-pink.png) no-repeat left 8px center;
}

.is-tab-c .marker {
  background-color: #e06783;
}

.is-tab-c .balloon {
  background: rgba(103, 0, 24, 0.8);
}

.is-tab-c .balloon-arrow::before {
  border-top-color: rgba(103, 0, 24, 0.8);
}

.is-tab-c .marker-wrap.marker-start .marker {
  background: url(../img/icon-start-pink.png) no-repeat center center;
}

/*loading anim*/
.loader-wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.loader-wrap img {
  display: block;
}
