@charset "UTF-8";
.common_fv {
  background-image: url(../img/contents/route_map/main_image.jpg);
}
@media screen and (min-width: 770px) {
  #route_map_conts .section_01_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 120px;
  }
  #route_map_conts .section_01 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  #route_map_conts .section_01 .t_title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 14px;
    text-align: center;
  }
  #route_map_conts .section_01 .t_text {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 33px;
    text-align: center;
  }
  #route_map_conts .section_01 .t_text_02 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 33px;
    text-align: center;
    background-color: var(--color-bg-main);
    padding: 20px 0;
    color: var(--color-text-accent);
  }
  #route_map_conts .section_01 .map {
    line-height: 0;
    margin-bottom: 4px;
  }
  #route_map_conts .section_01 .caution {
    margin-bottom: 38px;
  }
  #route_map_conts .section_01 .list .box {
    width: 358px;
    float: left;
    box-sizing: border-box;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  #route_map_conts .section_01 .list .box a {
    display: block;
    filter: alpha(opacity=70);
    cursor: pointer;
    border: 2px solid var(--color-thema);
  }
  #route_map_conts .section_01 .list .box a:hover {
    opacity: 0.7;
  }
  #route_map_conts .section_01 .list .box:nth-child(3n) {
    margin-right: 0px;
  }
  #route_map_conts .section_01 .list .box dl {
    width: 100%;
    height: 38px;
    display: table;
    background-color: var(--color-thema);
    font-size: 0px;
  }
  #route_map_conts .section_01 .list .box dl dt {
    width: 40px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #144b90;
    background-color: #fff;
  }
  #route_map_conts .section_01 .list .box dl dd {
    font-size: 16px;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 12px;
  }
  #route_map_conts .section_01 .list .box dl span {
    font-size: 12px;
  }
  #route_map_conts .section_01 .list .box dl .text_small {
    font-size: 13px;
    line-height: 14px;
  }
  #route_map_conts .section_01 .list .box dl .text_small span {
    font-size: 10px;
  }
  #route_map_conts .section_01 .list .box .img {
    line-height: 0;
  }
  #route_map_conts .section_01 .list .box img {
    width: 100%;
  }
  #route_map_conts .section_01 .list .marina_01 a {
    border: 2px solid #d6004f;
  }
  #route_map_conts .section_01 .list .marina_01 dl {
    background-color: #d6004f;
  }
  #route_map_conts .section_01 .list .marina_01 dl dt {
    color: #d6004f;
  }
  #route_map_conts .section_01 .list .marina_02 a {
    border: 2px solid #0792d5;
  }
  #route_map_conts .section_01 .list .marina_02 dl {
    background-color: #0792d5;
  }
  #route_map_conts .section_01 .list .marina_02 dl dt {
    color: #0792d5;
  }
}

@media screen and (max-width:769px) {
  .common_fv img {
    width: 50%;
    padding-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  #route_map_conts .section_01_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 80px;
  }
  #route_map_conts .section_01 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  #route_map_conts .section_01 .t_title {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
  }
  #route_map_conts .section_01 .t_text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 26px;
    text-align: left;
  }
  #route_map_conts .section_01 .t_text_02 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
    text-align: center;
    background-color: var(--color-bg-main);
    padding: 20px 5%;
    color: var(--color-text-accent);
    text-align: left;
  }
  #route_map_conts .section_01 .map {
    line-height: 0;
    margin-bottom: 4px;
  }
  #route_map_conts .section_01 .caution {
    margin-bottom: 38px;
    font-size: 1.3rem;
  }
  #route_map_conts .section_01 .list {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #route_map_conts .section_01 .list .box {
    width: 49%;
    float: left;
    border: 2px solid var(--color-thema);
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 13px;
  }
  #route_map_conts .section_01 .list .box:last-of-type, #route_map_conts .section_01 .list .box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  #route_map_conts .section_01 .list .box a {
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #route_map_conts .section_01 .list .box:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  #route_map_conts .section_01 .list .box dl {
    width: 100%;
    height: 38px;
    display: table;
    background-color: var(--color-thema);
    font-size: 0px;
  }
  #route_map_conts .section_01 .list .box dl dt {
    width: 30px;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #144b90;
    background-color: #fff;
  }
  #route_map_conts .section_01 .list .box dl dd {
    font-size: 1.2rem;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0 6px;
  }
  #route_map_conts .section_01 .list .box dl span {
    font-size: 0.9rem;
  }
  #route_map_conts .section_01 .list .box dl .text_small {
    font-size: 1.0rem;
  }
  #route_map_conts .section_01 .list .box dl .text_small span {
    font-size: 0.8rem;
  }
  #route_map_conts .section_01 .list .box .img {
    line-height: 0;
  }
  #route_map_conts .section_01 .list .box img {
    width: 100%;
  }
  #route_map_conts .section_01 .list .marina_01 {
    border: 2px solid #d6004f;
  }
  #route_map_conts .section_01 .list .marina_01 dl {
    background-color: #d6004f;
  }
  #route_map_conts .section_01 .list .marina_01 dl dt {
    color: #d6004f;
  }
  #route_map_conts .section_01 .list .marina_02 {
    border: 2px solid #0792d5;
  }
  #route_map_conts .section_01 .list .marina_02 dl {
    background-color: #0792d5;
  }
  #route_map_conts .section_01 .list .marina_02 dl dt {
    color: #0792d5;
  }
}