@charset "UTF-8";
#apps {
  background: none #fff;
  margin: 0 20px; }

.route {
  background: none #e8e8e8; }
  .route * {
    box-sizing: border-box; }
  .route ul:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0; }

.route-type {
  cursor: pointer;
  border-top: 6px solid #e8e8e8;
  width: 122.2px;
  text-align: center;
  float: left;
  padding: 28px 0px 23px;
  color: #888888; }
  .route-type:first-child {
    margin-left: 0; }
  .route-type b {
    display: block;
    margin: 10px 0 0; }
  .route-type.active {
    background: none #fff;
    color: #4c4340; }
  .route-type:nth-child(1).active {
    border-top: 6px solid #eca517; }
  .route-type:nth-child(2).active {
    border-top: 6px solid #d81e1d; }
  .route-type:nth-child(3).active {
    border-top: 6px solid #cfc6b7; }
  .route-type:nth-child(4).active {
    border-top: 6px solid #1c97d5; }
  .route-type:nth-child(5).active {
    border-top: 6px solid #24a05a; }
  .route-type:nth-child(6).active {
    border-top: 6px solid #d0aa58; }
  .route-type:nth-child(7).active {
    border-top: 6px solid #a55825; }
  .route-type:nth-child(8).active {
    border-top: 6px solid #8a75a8; }
  .route-type:nth-child(9).active {
    border-top: 6px solid #1aa58e; }

.recommender {
  padding: 0 35px 38px; }
  .recommender * {
    box-sizing: border-box; }
  .recommender h2 {
    text-align: left;
    margin: 0;
    padding: 40px 0 25px; }
  .recommender a {
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    background: none #b4b4b5;
    border: 1px solid #b4b4b5;
    color: #fff;
    border-radius: 25px;
    padding: 13px 25px 11px;
    margin-right: 10px;
    margin-bottom: 10px; }
    .recommender a:hover {
      text-decoration: none; }
    .recommender a.active {
      background: none #fff;
      color: #b4b4b5; }

.recommend-spot {
  padding: 0 35px; }
  .recommend-spot * {
    box-sizing: border-box; }
  .recommend-spot h2 {
    text-align: left;
    margin: 0 0 20px; }
  .recommend-spot h3 {
    border: none; }
  .recommend-spot .hide-sp {
    background: none #f2f2f2;
    line-height: 1;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    color: #888888;
    padding: 12px 0;
    letter-spacing: -.4em; }
    .recommend-spot .hide-sp b:nth-child(1) {
      padding: 0 0 0 100px;
      vertical-align: middle;
      display: inline-block;
      width: 367px;
      letter-spacing: normal; }
    .recommend-spot .hide-sp b:nth-child(2) {
      text-align: left;
      vertical-align: middle;
      display: inline-block;
      width: 148px;
      letter-spacing: normal; }
    .recommend-spot .hide-sp b:nth-child(3) {
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      width: 513px;
      letter-spacing: normal; }
  .recommend-spot .rc-cl1 {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    width: 367px; }
    .recommend-spot .rc-cl1:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0; }
  .recommend-spot .rc-cl2 {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    width: 148px; }
    .recommend-spot .rc-cl2:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0; }
  .recommend-spot .rc-cl3 {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    width: 510px;
    position: relative; }
    .recommend-spot .rc-cl3:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0; }
    .recommend-spot .rc-cl3 .web {
      color: #3d5bca;
      position: absolute;
      top: 2px;
      right: 0;
      text-decoration: none; }
    .recommend-spot .rc-cl3 h3 {
      padding-right: 90px; }
  .recommend-spot .rc-spot {
    padding: 30px 0 50px;
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: -.4em; }
    .recommend-spot .rc-spot p {
      margin: 0;
      padding: 0; }
    .recommend-spot .rc-spot__icon {
      display: inline-block;
      vertical-align: middle;
      width: 26.8%;
      padding-top: 26.8%;
      border-radius: 50%;
      background-position: center center;
      background-size: 100% auto; }
    .recommend-spot .rc-spot__prof {
      display: inline-block;
      vertical-align: middle;
      width: 71.7%;
      padding-left: 15px;
      border-radius: 49px;
      background-position: center center;
      background-size: 100% auto; }
      .recommend-spot .rc-spot__prof dl {
        margin: 0; }
      .recommend-spot .rc-spot__prof dt {
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        margin: 0;
        color: #3d5bca; }
        .recommend-spot .rc-spot__prof dt a {
          color: #3d5bca;
          text-decoration: none; }
      .recommend-spot .rc-spot__prof dd {
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        margin: 0 0 7px;
        color: #b4b4b5; }

@media screen and (max-width: 992px) {
  .route-type {
    width: 33.3%; }
  .route-type b {
    display: inline; }
  .route-type img {
    width: 40%; }

  .hide-sp {
    display: none; }

  .recommender {
    padding: 0 20px 38px; }
  .recommender a {
    margin: 0 10px 10px 0; }

  .recommend-spot  {
    padding: 0 20px; }
  .recommend-spot h2 {
    margin: 0 0 3px; }
  .recommend-spot .rc-spot__prof {
   width: 70.7%;  }
  .recommend-spot .rc-cl1 {
    display: block;
    width: 100%;
    margin: 0 0 1.5em; }
    .recommend-spot .rc-cl1:before {
      content: "ナビゲーター";
      display: block;
      color: #888888; }
  .recommend-spot .rc-cl2 {
    display: block;
    width: 100%;
    margin: 0 0 1.5em; }
    .recommend-spot .rc-cl2:before {
      content: "最寄り駅";
      display: block;
      color: #888888; }
  .recommend-spot .rc-cl3 {
    display: block;
    width: 100%;
    margin: 0 0 1.5em; }
    .recommend-spot .rc-cl3:before {
      content: "おすすめスポット";
      display: block;
      color: #888888; }
    .recommend-spot .rc-cl3 .web {
      top: 20px; } }

/*# sourceMappingURL=a.css.map */
