@charset "UTF-8";

@media screen and (min-width: 768px) {
  .pc_off {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  body {
    min-width: 1280px;
  }

  /***header***/
  header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 160px;
    z-index: 999;
    position: relative;
  }

  .h_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }

  .h_logo a {
    width: 200px;
    height: 60px;
    display: block;
  }

  .h_inquiry {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .h_tel .h_tel_number {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 40px;
    font-weight: bold;
  }

  .h_tel .h_tel_number i {
    margin-right: 10px;
  }

  .h_tel span {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #888;
    display: block;
  }

  .h_inq_link {
    width: 200px;
    height: 60px;
    margin-left: 20px;
  }

  .h_inq_link a {
    background: #cc2515;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
    border-radius: 5px;
    font-size: 18px;
  }

  .h_inq_link a:hover {
    background: #b91d0e;
  }

  .h_inq_link a i {
    margin-right: 10px;
  }

  .h_nav {
    width: 1200px;
    margin: 0 auto;
  }

  .h_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .h_nav ul a {
    color: #888;
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .h_nav ul a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f024";
    font-weight: 900;
    color: #fff;
    margin-right: 5px;
  }

  .h_nav ul a:hover,
  .h_nav ul a:hover::before {
    color: #2296de;
  }

  /***ページ共通***/
  /***pan***/
  .pan {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: -26px;
    padding-top: 5px;
  }

  .pan>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 19px;
  }

  .pan>div div {
    display: flex;
    align-items: center;
  }

  .pan>div div::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #2296de;
    margin: 0 20px;
    margin-top: 2px;
  }

  .pan div a {
    display: block;
    color: #2296de;
  }

  .pan div a:hover {
    color: #2672c8;
  }

  .pan>div div:last-child a {
    pointer-events: none;
    color: #888;
  }

  /***conts_ttl***/
  .conts_ttl {
    width: 100%;
    padding-top: 75px;
    height: 255px;
    background: #f0f0f0;
  }

  .bg_yellow {
    background: #fff7e3;
  }

  .bg_blue {
    background: #ecfaff;
  }

  .bg_red {
    background: #ffe4e0;
  }

  .conts_ttl_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-right: 320px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .conts_ttl_txt h2 {
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }

  .conts_ttl_txt p {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }

  .conts_ttl_txt ul {
    display: flex;
    align-items: center;
  }

  .conts_ttl_txt li {
    margin-right: 5px;
  }

  .conts_ttl_txt li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    background: #2296de;
    color: #fff;
    padding: 0 15px;
  }

  .conts_ttl_txt li a:hover {
    background: #2672c8;
  }

  .conts_ttl_img {
    width: 265px;
  }

  .conts_ttl_img img {
    width: 265px;
    height: 130px;
    object-fit: contain;
    font-family: "object-fit: contain";
    object-position: center;
  }

  /***サイドバー開始位置のレイアウト***/
  .conts_flex {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -70px;
  }

  .conts_main {
    width: 850px;
    margin-bottom: 100px;
  }

  /***footer***/
  footer {
    width: 100%;
    background-image: url(/img/common/footer_bg_img.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 30px solid #c3efff;
  }

  .f_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .f_box {
    width: 260px;
  }

  .f_box_2x {
    width: 460px;
    height: 400px;
  }

  .f_box_ttl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }

  .f_box_ttl a {
    display: flex;
    align-items: center;
    margin-left: 5px;
    padding-bottom: 5px;
  }

  .f_box_ttl a:hover,
  .f_box_in ul a:hover {
    color: #888;
  }

  .f_box_ttl a i {
    color: #2296de;
    font-size: 14px;
    margin-right: 5px;
  }

  .f_box_in {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    margin-left: 5px;
  }

  .f_box_in ul a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 3px 0;
  }

  .f_box_in ul>a {
    font-weight: bold;
  }

  .f_box_in ul li {
    margin-left: 15px;
  }

  .f_box_in ul li a::before {
    content: "-";
    color: #2296de;
    margin-right: 5px;
  }

  .f_box:last-child .f_box_in {
    margin-top: 50px;
    height: auto;
  }

  .f_box:last-child .f_box_in li {
    margin-bottom: 25px;
  }

  .f_logo {
    width: 210px;
    margin-top: 110px;
    margin-left: 15px;
  }

  .f_logo a {
    display: block;
  }

  .f_logo a img {
    display: block;
    margin: 0 auto;
  }

  .f_logo small {
    font-size: 11px;
    color: #888;
  }

  /***inc_inquiry***/
  .inc_inquiry {
    width: 100%;
    background: #ffe4e0;
    padding: 40px 0;
  }

  .inc_inquiry_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .inc_inquiry_ttl h2 {
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin: 0 40px;
  }

  .inc_inquiry_ttl img {
    width: 90px;
    object-fit: none;
    font-family: "object-fit: none";
    object-position: left;
  }

  .inc_inquiry_box {
    width: 880px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
  }

  .inc_inquiry_span {
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .inc_inquiry_tel {
    border-right: 1px solid #ccc;
    height: 60px;
    padding-right: 38px;
    margin-right: 44px;
  }

  .inc_inquiry_number {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
  }

  .inc_inquiry_number i {
    margin-right: 10px;
  }

  .inc_inquiry_tel span {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #888;
    display: block;
  }

  .inc_inquiry_form {
    width: 300px;
    height: 60px;
  }

  .inc_inquiry_form a {
    background: #cc2515;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
    border-radius: 5px;
    font-size: 18px;
  }

  .inc_inquiry_form a:hover {
    background: #b91d0e;
  }

  .inc_inquiry_form a i {
    margin-right: 10px;
  }

  /***inc_contents***/
  .inc_contents {
    margin: 0 calc(71% - 50vw);
    width: 100vw;
    background: #ecfaff;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .inc_contents_wrap {
    width: 1200px;
    margin: 0 auto;
  }

  .inc_contents_ttl {
    display: block;
    text-align: center;
    width: 850px;
    margin-bottom: 40px;
  }

  .inc_contents_box {
    width: 850px;
  }

  .inc_contents_box li a {
    display: block;
    border: 5px solid #f0f0f0;
    border-radius: 10px;
    background: #fff;
    width: 260px;
    height: 300px;
    padding: 25px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .inc_contents_box li a:hover {
    border: 5px solid #ccc;
  }

  .inc_contents_box li a h3 {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    display: block;
    margin-bottom: 15px;
  }

  .inc_contents_box li a img {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .inc_contents_box li a p {
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .inc_contents_btn {
    width: 850px;
  }

  .inc_contents_btn a {
    width: 300px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    line-height: 50px;
    background: #2296DE;
    font-weight: bold;
    border-radius: 5px;
  }

  .inc_contents_btn a:hover {
    background: #2672c8;
  }


  /*slick*/
  .slick-dots li {
    width: 15px !important;
    margin: 0 !important;
  }

  /***inc_side***/
  .inc_side_flame {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    width: 300px;
  }

  .inc_side {
    padding-bottom: 50px;
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
  }

  .inc_side_bnr,
  .inc_side_inquiry {
    margin-bottom: 20px;
  }

  .inc_side_bnr a,
  .inc_side_inquiry a {
    display: block;
    background: #fff;
  }

  .inc_side_bnr a img {
    transition: all 0.3s;
  }

  .inc_side_bnr a:hover img {
    opacity: 0.7;
  }

  .inc_side_inquiry a:hover {
    background: #ffe4e0;
  }

  .inc_side_box {
    margin-bottom: 40px;
  }

  .inc_side_box h2 {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2296de;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 29px;
  }

  .inc_side_box h2 i {
    color: #2296de;
    margin-right: 7px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 21px;
  }

  .inc_side_box li {
    border-bottom: 1px solid #ccc;
  }

  .inc_side_box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .inc_side_box li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .inc_side_box li a i {
    color: #2296de;
  }

  /***conts_inquiry***/
  .conts_inquiry {
    background: #ffe4e0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .conts_inquiry_fukidashi {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .conts_inquiry_fukidashi span {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 10px;
    width: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background: #cc2515;
  }

  .conts_inquiry_fukidashi span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #cc2515;
  }

  .conts_inquiry_ttl h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
  }

  .conts_inquiry_box {
    background: #fff;
    border-radius: 5px;
    width: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .conts_inquiry_tel {
    padding-right: 25px;
    margin-right: 30px;
  }

  .conts_inquiry_number i {
    margin-right: 6px;
  }

  .conts_inquiry_form {
    width: 260px;
  }

  /***conts_back***/
  .conts_back {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-left: 10px;
    margin-bottom: 80px;
  }

  .conts_back a {
    display: flex;
    align-items: center;
    width: 250px;
  }

  .conts_back a:hover {
    color: #888;
  }

  .conts_back a i {
    color: #2296de;
    margin-right: 10px;
  }

  /***色わけ:TOP、バス広告一覧のother***/
  .flag_yellow {
    border-bottom: 2px solid #ffbb00;
  }

  .flag_yellow i {
    color: #ffbb00;
  }

  .flag_blue {
    border-bottom: 2px solid #2296de;
  }

  .flag_blue i {
    color: #2296de;
  }

  .flag_red {
    border-bottom: 2px solid #eb6457;
  }

  .flag_red i {
    color: #eb6457;
  }

  /***form_error_2404***/
  .form_error_2404 {
    text-align: center;
    margin-top: 60px;
  }

  .form_error_2404 p {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
  }

  .form_error_2404 a {
    display: block;
    width: 400px;
    border-radius: 5px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    background: #2296DE;
    margin: 0 auto;
  }

  .form_error_2404 a:hover {
    background: #2672c8;
  }
}