@charset "utf-8";
/*=============================================== 
 * style.css 画面の横幅が769px以上 
 * ===============================================*/ 
@media screen {
  .breadboard {
    border-top: none;
  }

  #content {
    background: #EBEBEB;
  }
  .contents_main img{
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    height: auto;
  }
  .contents_main .text_yellow {
    color: #FFF703;
  }
  /*h1、h2、h3調整*/
  h1,
  h2,
  h3 {
    color: #000;
    font-size: 36px;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
  }
  h1:before,
  h2:before {
    content: none;
    margin: 0;
  }
  h1 p,
  h2 p,
  h3 p {
    margin: 0;
    padding: 0;
  }

  /*見出し*/
  .heading_1 {
  }
  .heading_2 {
    border: 1px solid #707070;
    background: linear-gradient(0deg, #31a5df 0%, #1c2268 100%);
    color: #fff;
    font-size: 28px;
    padding: 14px 20px;
    box-sizing: border-box;
    margin-bottom: 70px;
  }
  .heading_3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    background-image: url("/images_en/tokyo-transfer/heading_bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 10px 0 10px 60px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 28px;
  }

  /* タイトルバナー */
  .sec-mv {
    position: relative;
    padding: 0;
    min-width: 1000px;
    text-align: center;
    z-index: 0;
  }
  .sec-mv img.mv_img_bg {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    min-width: 1250px;
  }
  .sec-mv h1.heading_1 {
    position: absolute;
    right: 0;
    top: 6px;
    text-align: right;
  }
  .sec-mv h1.heading_1 p {
    display: inline-block;
    padding: 0 30px 0 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: linear-gradient(0deg, #3a7e95 0%, #3e469d 100%);
    color: #fff;
    font-size: 48px;
    margin: 0 0 10px auto;
  }
  .sec-mv h1.heading_1 p.p1 {
  }
  .sec-mv h1.heading_1 p.p2 {
  }

  /* 料金検索 */
  .sec-search {
      margin-top: 24px;
  }

  /* 東京23区料金一覧 */
  .sec-tokyo_23_wards {
    margin-top: 60px;
    padding: 20px 20px 30px 20px;
    background-color: #D2EBF2;
  }
  .sec-tokyo_23_wards ul {
    margin: 10px 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: flex;
    text-align: center;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sec-tokyo_23_wards li {
    list-style: none;
    border: 2px solid #d2d2d4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    margin-right: 2px;
    width: 234px;
  }
  .around_prices_list .p_area {
    height: 50%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    margin: 0;
    background-color: #f7f7f7;
  }
  .around_prices_list .p_price {
    height: 50%;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    font-size: 18px;
    padding: 6px;
    margin: 0;
    background-color: #fff;
    color: #044CB8;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .around_prices_list .s_arrow {
    color: #044CB8;
    font-weight: bold;
  }

  /* 車両紹介 */
  .sec-vehicle {
    margin-top: 60px;
    position: relative;
    background-color: #e4f7e4;
    padding: 28px 0;
    z-index: 0;
  }
  .sec-vehicle::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 364px;
    clip-path: polygon(0 0, 100% 45%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 45%, 100% 0);
    background-color: #cff6db;
    z-index: -1;
  }
  .sec-vehicle::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 364px;
    clip-path: polygon(0 45%, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(0 45%, 0 100%, 100% 100%);
    background-color: #cff6db;
    z-index: -1;
  }
  .sec-vehicle .heading_3 span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec-vehicle .heading_3 span::before,
  .sec-vehicle .heading_3 span::after {
    content: "";
    border-top: 2px solid #fff;
    width: 20px;
  }
  .sec-vehicle .heading_3 span::before {
    margin-right: 1%;
  }
  .sec-vehicle .heading_3 span::after {
    margin-left: 1%;
  }
  .sec-vehicle .vehicle_flex {
    margin: 10px 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .sec-vehicle .vehicle_flex > div {
    height: 394px;
    flex-basis: 434px;
    background-color: #fff;
    padding: 34px 14px 34px 0;
    position: relative;
    box-sizing: border-box;
  }
  .sec-vehicle .vehicle_flex p {
    margin: 0;
    position: absolute;
    font-size: 16px;
  }
  .sec-vehicle .vehicle_flex .p1 {
    font-weight: bold;
    color: #fff;
    top: 256px;
    left: 28px;
    right: 28px;
  }
  .sec-vehicle .vehicle_flex .p1.w2 {
    top: 266px;
  }
  .sec-vehicle .vehicle_flex .p2 {
    color: #1C2268;
    top: 320px;
    left: 28px;
    right: 28px;
  }
  .sec-vehicle .vehicle_link {
    text-align: right;
    margin: 30px 44px 0 0;
  }
  .sec-vehicle .vehicle_link a {
    color: #1C2268;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #1C2268;
    padding-bottom: 6px;
  }
  
  /* 都道府県選択 */
  .sec-prefectures {
    padding: 20px 20px 30px 20px;
    background-color: #D2EBF2;
    margin-top: 50px;
  }
  .sec-prefectures p.price_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #032F71;
    height: 50px;
    width: 200px;
    margin: 0 auto;
    vertical-align: top;
    border-bottom: 3px dotted #032F71;
  }
  .sec-prefectures ul.select_pref {
    padding: 0;
    margin: 0;
    margin-top: 50px !important;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
  }
  .sec-prefectures ul.select_pref li {
    box-sizing: border-box;
    flex-basis: 30%;
    text-align: center;
    padding-right: 40px;
    background-color: #fff;
    border: 1px solid #629fea;
    height: 70px;
    position: relative;
    cursor: pointer;
    transition: 0.1s;
  }
  .sec-prefectures ul.select_pref li::after {
    content: '';
    background-image: url("/images_en/tokyo-transfer/list_open.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #629fea;
    width: 40px;
    height: 70px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .sec-prefectures ul.select_pref li.select_pref_close::after {
    background-image: url("/images_en/tokyo-transfer/list_close.png");
    background-size: 35px 35px;
  }
  .sec-price ul.select_pref li:hover {
    opacity: 0.8;
  }
  .sec-prefectures ul.select_pref li > p {
    font-size: 24px;
    font-weight: bold;
    padding: 18px 0;
    margin: 0;
  }
  /* 市区町村選択 */
  .sec-prefectures .arealist_wrap {
    display: none;
    width: 90%;
    padding: 20px;
    border: 5px solid #629fea;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
  }
  .sec-prefectures .arealist_wrap .arealist_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 39px;
    height: 39px;
    cursor: pointer;
  }
  .sec-prefectures .arealist_wrap .arealist_close img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .sec-prefectures .arealist_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .sec-prefectures .arealist {
    border: 1px solid #707070;
  }
  .sec-prefectures .arealist .area_box {
    background-color: #629fea;
    padding: 6px 20px;
    color: #fff;
  }
  .sec-prefectures .arealist .area_box .area_box_name {
    font-size: 18px;
    margin: 0;
  }
  .sec-prefectures .arealist .town_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sec-prefectures .arealist .town_box > a ,
  .sec-prefectures .arealist .town_box > span.link {
    flex-basis: 25%;
    font-weight: bold;
    padding: 6px 20px;
    color: #212121;/*#629fea;*/
    background-color: #fff;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 18px;
  }
  .sec-prefectures .arealist .town_box > span.link .price {
    color: #629FEA;
  }
  .sec-prefectures .arealist .town_box > a:hover {
    background-color: #e8f0f3;
  }
  .sec-prefectures .arealist .town_box > a.list_right ,
  .sec-prefectures .arealist .town_box > span.list_right {
    border-right: none;
  }
  p.latenight {
    font-weight: bold;
    font-size: 22px;
    color: #0322D9;
    padding: 20px 10px;
  }
}
