@charset "UTF-8";

.route-box .txt-box .type-small {
  display: block;
}

.route-box .route-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.route-box .correspond-box {
  border-bottom: none;
  padding-bottom: 0;
}

.route-column:last-of-type {
  margin-bottom: 0 !important;
}

/*おすすめ情報*/
.image-box-content h3 {
  display: block;
  border-bottom: none;
  /* padding-left: 25px; */
  padding-right: 25px;
  margin-bottom: 0;
}

.image-box-content:after {
  /* content: '\f105'; */
  /* -webkit-transform: translate(0%, -50%); */
  /* transform: translate(0%, -50%); */
  /* font-family: FontAwesome; */
  /* position: absolute; */
  /* font-size: 2rem; */
}

/*カラムの次にh2がきた場合*/
.route-column+.ttl-lv2 {
  margin-top: 0px !important;
}

.ul-disc {
  list-style-type: disc;
  margin-left: 20px;
}

.box-mgb {
  margin-bottom: 50px;
}

.guide_txt+.ttl-lv3 {
  margin-top: 50px;
}

@media print,
screen and (min-width:769px) {

  .image-box {
    margin-bottom: 50px;
  }

  .image-box-content h3 {
    /* padding-top: 160px; */
    /* padding-bottom: 20px; */
  }

  .image-box-content {
    padding-bottom: 15px !important;
  }

  .image-box-content .ttl-lv3 {
    margin-bottom: 0px !important;
  }

  .image-box-content:after {
    /* top: 192px; */
    /* right: 15px; */
  }

}

@media screen and (min-width:1199px) {
  .route-column-box:first-of-type {
    flex: 1 2 31.5%;
  }

  .route-column-box:last-of-type {
    flex: 1 2 68.5%;
  }
}

@media screen and (min-width:1199px) and (max-width:1280px) {

  .image-box-content h3 {
    /* padding-top: 219px; */
    /* padding-bottom: 20px; */
  }

  .image-box-content:after {
    /* top: 233px; */
    /* right: 15px; */
  }

}

@media screen and (min-width:769px) and (max-width:999px) {

  .image-box-content h3 {
    /* padding-top: 200px; */
    padding-bottom: 20px;
  }

  .image-box-content:after {
    /* top: 210px; */
    /* right: 15px; */
  }

}

@media screen and (max-width:768px) {

  .image-box {
    margin-bottom: 25px;
  }

  .image-box-content h3 {
    /* padding-top: 15px; */
    /* padding-bottom: 20px; */
  }

  .image-box-content:after {
    /* top: 25px; */
    /* right: 15px; */
  }

}

@media print,
screen and (min-width:769px) {

  .route-box .route-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .route-box .route-column img {
    width: 100%;
    max-width: 320px;
  }

  .route-box .correspond-box {
    padding-bottom: 10px;
  }

  .button-wrapper {
    position: relative;
  }

  .button-wrapper .reserve-btn,
  .button-wrapper .info-btn {
    width: 350px;
    float: left;
    margin-left: -15px;
  }

  html[lang="en"] .button-wrapper .reserve-btn {
    width: 380px;
  }

  .button-wrapper .reserve-btn {
    margin-right: 10px;
    white-space: nowrap;
  }

}

@media screen and (min-width:1000px) and (max-width: 1199px) {
  .route-column-box:first-of-type {
    flex: 1 2 36%;
  }

  .route-column-box:last-of-type {
    flex: 1 2 64%;
  }
}


@media screen and (min-width:769px) and (max-width:1199px) {

  .button-wrapper .reserve-btn,
  .button-wrapper .info-btn {
    width: 323px;
    margin-right: 0px;
  }

  .button-wrapper .info-btn {
    margin-right: 15px;
  }

  html[lang="en"] .button-wrapper .reserve-btn {
    width: 355px;
  }

  html[lang="en"] .button-wrapper .info-btn {
    width: 270px;
  }

}

/*tablet-*/
@media screen and (min-width:769px) and (max-width:999px) {

  .route-box img {
    margin-right: 40px;
  }

  .button-wrapper .info-btn {
    width: 323px;
    margin-top: 10px;
  }

  html[lang="en"] .button-wrapper .reserve-btn,
  html[lang="en"] .button-wrapper .info-btn {
    width: 340px;
  }

  .route-column-box {
    flex: 1 2 50%;
  }
}

/*tablet end*/


/*SmartPhone*/
@media screen and (max-width:768px) {

  .route-box .route-column {
    margin-bottom: 30px;
  }

  .route-box .route-column img {
    display: block;
    max-width: 270px;
    width: 90%;
    margin: 0 auto 20px;
  }

  .route-box .correspond-box {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .info-btn {
    margin-top: 15px;
    padding-bottom: 2px;
  }

  .box-mgb {
    margin-bottom: 30px;
  }
}

/*SmartPhone end*/
