/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

/* LP全体 */
.roadservice-lp {
  position: relative;
  z-index: 1;
}

/* 固定電話ボタンを必ず表示 */
.roadservice-lp .fixed {
  display: block !important;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

/* 電話リンクを必ず押せるようにする */
.roadservice-lp a[href^="tel:"] {
  pointer-events: auto !important;
  position: relative;
  z-index: 10000;
}

/* もし上にかぶる要素があっても電話ボタンを優先 */
.roadservice-lp .fixed .tel,
.roadservice-lp .fixed .tel-wrap,
.roadservice-lp .roadservice-header a[href^="tel:"] {
  pointer-events: auto !important;
  position: relative;
  z-index: 10001;
}

/* ページ上部へ戻るボタンを必ず表示 */
.roadservice-lp #page-top {
  display: block !important;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
}

.roadservice-lp .roadservice-header {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.roadservice-lp .roadservice-header>* {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.page-template-page-roadservice-lp .wp-site-blocks,
body.page-template-page-roadservice-lp .site-main,
body.page-template-page-roadservice-lp main {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.roadservice-lp {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.roadservice-lp .fade {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.roadservice-lp .fixed {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 9999 !important;
}

.roadservice-lp .fixed .tel-wrap {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.roadservice-lp .fixed .tel {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.roadservice-lp #page-top {
  display: block !important;
  position: fixed !important;
  right: 20px !important;
  bottom: 120px !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 9998 !important;
}

.roadservice-lp #page-top a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  background: #43a62a !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 6px !important;
}

.roadservice-lp .wpcf7 p {
  margin: 0;
}

.roadservice-lp .wpcf7-form-control-wrap {
  display: block;
}

.roadservice-lp .wpcf7 input[type="text"],
.roadservice-lp .wpcf7 input[type="tel"],
.roadservice-lp .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
}

.roadservice-lp .wpcf7-spinner {
  display: none;
}



/* ----------------------------
   トップビュー WebWorks.202604
---------------------------- */
.top-view {
  position: relative;
  width: 100%;
  height: 800px;
  background: url(assets/lp/roadservice/img/top-view-bg.jpg?2604) no-repeat;
  background-size: cover;
  background-position: 60% center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5%;
  padding-bottom: 0.5rem;
}

.top-view-bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  background: rgba(20, 51, 19, 0.7);
  color: #fff;
}

.top-view-item {
  width: 60%;
  max-width: 1010px;
}

.top-view-item img.sp-item {
  display: none;
}

.top-view-bottom-text .break,
.top-view-bottom-text .break2 {
  display: none;
}

@media (max-width:1600px) {
  .top-view {
    height: 700px;
  }

  .top-view-item {
    max-width: 900px;
  }
}

@media (max-width:1366px) {
  .top-view {
    background: url(assets/lp/roadservice/img/top-view-bg2.jpg) no-repeat;
    background-position: 60% center;
    height: 640px;
  }

  .top-view-item {
    max-width: 800px;
  }
}

@media (max-width:1279px) {
  .top-view {
    height: 580px;
    background-position: center;
  }

  .top-view-item {
    width: 65%;
    max-width: 700px;
  }
}

@media (max-width:960px) {
  .top-view {
    padding-bottom: 2em;
    padding-right: 2%;
  }

  .top-view-item {
    width: 70%;
  }

  .top-view-bottom-text .break {
    display: block;
  }
}

@media (max-width:852px) {
  .top-view {
    position: relative;
    width: 100%;
    height: auto;
    background: url(assets/lp/roadservice/img/top-view-bg_smp.jpg?2604) no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 15.5vw;
    padding-bottom: 8rem;
  }

  .top-view-item {
    width: 100%;
    max-width: none;
  }

  .top-view-item img.pc-item {
    display: none;
  }

  .top-view-item img.sp-item {
    display: block;
  }
}

@media (max-width:768px) {
  .top-view {
    padding-top: 18.7vw;
    padding-bottom: 10rem;
  }
}

@media (max-width:640px) {
  .top-view {
    padding-bottom: 12rem;
  }

  .top-view-bottom-text .break2 {
    display: block;
  }
}

@media (max-width:540px) {
  .top-view-bottom-text p {
    font-size: 3vw;
  }
}

@media (max-width:480px) {
  .top-view {
    padding-bottom: 9rem;
  }

  .top-view-bottom-text p {
    font-size: 3.2vw;
  }
}