/*
Theme Name: Honda Cars 博多 レンタカー
Author: sansendo
*/
/*base     ======================================
フォントや文字色、ベースカラーなど
=================================================*/
html {
  font-size: 62.5%; /*10px*/
}
body {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F7F7F7;
}
.wrap{
  max-width: 100%;
  overflow-x: hidden;
}
a, a:link, a:hover, a:active, a:visited {
  display: block;
  border: none;
  color: #231815;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  line-height: 0;
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
section {
  position: relative;
}
@media screen and (max-width: 768px){
.pc {
  display: none !important;
}
}
@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
.eng {
  font-family: 'Josefin Sans', sans-serif;
}
.eng2 {
  font-family: 'Roboto', sans-serif;
}
/*component =====================================
サイト内で何度も使いまわしたいもの(btnや各ブロックのタイトルなど)
=================================================*/
/*画像ボタン*/
.btn_img:hover, a.btn_img:hover img {
  cursor: pointer;
  opacity: .7;
  transition: 0.5s;
}
.hover a:hover {
  opacity: .7;
}
span.kaigyo::before {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width: 768px){
  span.sp_kaigyo::before {
    content: "\A";
    white-space: pre;
  }
}
@media screen and (min-width: 769px) {
  span.pc_kaigyo::before {
    content: "\A";
    white-space: pre;
  }
}
/*layout   ======================================
header、footer、hamburger など
=================================================*/
/*横幅フル*/
.container_full {
  width: 100%;
}
/*左右余白アリ*/
.container {
  width: 90%;
  max-width: 1177px;
  margin: auto;
}
/*コンテンツ*/
.content {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
/*左右余白ナシ*/
.content_pdLess {
  max-width: 100%;
  width: 100%;
}
/*スマホの時のみ左右余白ナシ*/
.content_pdLess_sp {
  max-width: 100%;
  width: 100%;
}
.db {
  display: block !important;
}
.posi_r {
  position: relative;
}
.posi_a {
  position: absolute;
}
.posi_fix {
  position: fixed;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.columns2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.column1_pc2 {
  width: 100% !important;
}
.column2 {
  width: 48%;
}
.column3 {
  width: 32%;
}
.column1_pc3 {
  width: 100%;
}
@media all and (min-width:769px) {
  /*左右余白ナシ*/
  .content_pdLess {
    max-width: 100%;
    width: 100%;
  }
  /*スマホの時のみ左右余白ナシ*/
  .content_pdLess_sp {
    width: 90%;
    margin: auto;
  }
  .column1_pc2 {
    width: 48% !important;
  }
  .column1_pc3 {
    width: 32%;
  }
}
/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 65px;
  background: #fff;
}
.header_logo {
  width: 144px;
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
.header_logo img {
  width: 100%;
}
.header_logo a:hover {
  opacity: .7;
}
@media all and (min-width: 769px) {
  header {
    height: 60px;
  }
  .header_logo {
    width: 30%;
  }
}
@media all and (min-width: 1001px) {
   header {
    height: 70px;
  }
  .header_logo {
    width: 350px;
  }
}
/*ハンバーガー*/
.openbtn_wrap {
  position: relative;
  z-index: 999;
  position: absolute;
  top: -5px;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .openbtn_wrap {
    display: none;
  }
}
.openbtn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: rgba(253, 253, 253, 0);
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #D20021;
}
.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 100%;
}
.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 70%;
}
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  right: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}
.openbtn.active span:nth-of-type(2) {
  top: 42px;
  right: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}
.openbtn.active span {
  background-color: #fff;
}
.navi_ico {
  color: #D20021;
  font-size: 14px;
  text-align: right;
  margin-top: -10px;
  font-weight: bold;
}
/*ナビボタン*/
@media screen and (max-width: 768px) {
  nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    background: #D20021;
    padding-top: 81px;
    height: 100vh;
  }
  .navi_wrap {
    height: calc(100vh - 81px);
    background: #fff;
  }
  nav ul {
    font-size: 0;
    width: 100%;
  }
  nav ul li {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px #D9D9D9 solid;
  }
  nav ul li a {
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 20px 5%;
    background: #fff;
  }
  nav ul li a::after {
    position: absolute;
    content: url("assets/images/chevron-right.png");
    top: 21px;
    right: 5%;
    color: #D20021;
  }
  .head_navi_ico {
    padding-top: 30px;
    background: #fff;
  }
  .head_navi_ico img {
    width: 300px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  nav {
    position: absolute;
    top: 20px;
    right: 5%;
    text-align: right;
  }
  nav ul {
    font-size: 0;
  }
  nav ul li {
    font-size: 12px;
    line-height: 21px;
    display: inline-block;
    margin-right: 10px;
  }
  nav ul li:last-child {
    margin-right: 0px;
  }
  nav ul li a {
    color: #333;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
  }
  nav ul li.current a, nav ul li a:hover {
    color: #D20021;
  }
  nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D20021;
    transition: all .5s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  nav ul li.current a::after, nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  .head_navi_ico {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  nav {
    top: 25px;
  }
  nav ul li {
    font-size: 14px;
    line-height: 21px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    display: none !important;
  }
  nav.panelactive {
    display: block !important;
    animation-name: fadeDownAnime;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
/*MAIN*/
main {
  width: 100%;
  margin-top: 65px;
}
@media all and (min-width: 769px) {
  main {
  margin-top: 60px;
}
}
@media all and (min-width: 1001px) {
  main {
  margin-top: 70px;
}
  }

/*フッター*/
footer {
  width: 100%;
  background: #000;
  margin-top: 50px;
}
.foot_dtl {
  width: 100%;
}
.foot_dtl_logo {
  width: 90%;
}
.foot_dtl_text {
  font-size: 14px;
  font-weight: 300;
}
.foot_dtl_text a{
  color: #fff;
  text-decoration: none;
}

.foot_navi {
  width: 100%;
  margin-top: 30px;
}
.foot_navi ul {
  font-size: 0;
}
.foot_navi ul li {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
.foot_navi ul li a {
  display: block;
  color: #fff;
  padding-bottom: 10px;
}
.copy {
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 769px) {
  footer {
    margin-top: 100px;
  }
  .foot_dtl {
    width: 35%;
  }
  .foot_dtl_logo {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .foot_navi {
    width: 63%;
    text-align: right;
    margin-top: 0;
  }
  .foot_navi ul li {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 30px;
    width: auto;
    display: inline-block;
  }
  .foot_navi ul li:first-child {
    margin-left: 0;
  }
  .foot_navi ul li a {
    position: relative;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .foot_navi ul li a:hover {
    color: #fff;
  }
  .foot_navi ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .foot_navi ul li a:hover::after {
    transform: scale(1, 1);
  }
}
/*project  ======================================
各ブロックごとのスタイルを指定
=================================================*/
/*mainVisual*/
/*animation =====================================
画像遅延表示など動きの設定
=================================================*/
/*loading*/
/*fade*/
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1s;
}
.fadeIn_up.is_show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up2 {
  opacity: 0;
  transform: translate(70px, -70px);
  transition: 0.7s;
}
.fadeIn_up2.is_show {
  transform: translate(0, 0);
  opacity: 1;
}
.left_anime_to:before {
  animation: left_anime_to 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes left_anime_to {
  100% {
    transform: translateX(100%);
  }
}
.left_anime_to2:before {
  animation: left_anime_to2 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .left_anime_to2:before {
    background: #F0F0F0;
  }
}
@keyframes left_anime_to2 {
  100% {
    transform: translateX(100%);
  }
}
.right_anime_to:before {
  animation: right_anime_to 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes right_anime_to {
  100% {
    transform: translateX(-100%);
  }
}
.right_anime_to2:before {
  animation: right_anime_to2 7s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes right_anime_to2 {
  100% {
    transform: translateX(-100%);
  }
}
.right_anime_to3:before {
  animation: right_anime_to3 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F0F0F0;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes right_anime_to3 {
  100% {
    transform: translateX(-100%);
  }
}
/*mainVisual*/
/*TOPへ戻る*/
#page_top {
  position: fixed;
  right: 5px;
  bottom: 29vw;
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #888888;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before {
  position: absolute;
  top: -13px;
  right: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 31px;
  height: 31px;
  color: #fff;
  content: '\f106';
  text-align: center;
  font-weight: 900;
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
}
/*utility  ======================================
その他、調整のためのクラスなど
=================================================*/
.w100p {
  max-width: 100% !important;
  width: 100% !important;
}
.w90p {
  margin: auto;
  max-width: 90% !important;
  width: 90% !important;
}
.w85p {
  margin: auto;
  max-width: 85% !important;
  width: 85% !important;
}
.w80p {
  margin: auto;
  max-width: 80% !important;
  width: 80% !important;
}
.w70p {
  margin: auto;
  max-width: 70% !important;
  width: 70% !important;
}
.w60p {
  margin: auto;
  width: 60% !important;
  max-width: 60% !important;
}
.w50p {
  margin: auto;
  width: 50% !important;
  max-width: 50% !important;
}
.w40p {
  margin: auto;
  width: 40% !important;
  max-width: 40% !important;
}
.w100p_pcw90p {
  margin: auto;
  max-width: 100% !important;
  width: 100% !important;
}
.w100p_pcw800p {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .w100p_pcw90p {
    max-width: 90% !important;
    width: 90% !important;
  }
  .w80pc {
    margin: auto;
    max-width: 80% !important;
    width: 80% !important;
  }
}
/*margin・padding*/
.m_auto {
  display: block !important;
  margin: auto !important;
}
.mt_10 {
  margin-top: 10px;
}
.mt_s {
  margin-top: 10px !important;
}
.mt_m {
  margin-top: 20px !important;
}
.mt_l {
  margin-top: 30px !important;
}
.mb_s {
  margin-bottom: 10px !important;
}
.mb_m {
  margin-bottom: 20px !important;
}
.mb_l {
  margin-bottom: 30px !important;
}
.pt_s {
  padding-top: 10px !important;
}
.pt_m {
  padding-top: 20px !important;
}
.pt_l {
  padding-top: 30px !important;
}
.pb_s {
  padding-bottom: 10px !important;
}
.pb_m {
  padding-bottom: 20px !important;
}
.pb_l {
  padding-bottom: 30px !important;
}
@media all and (min-width:769px) {
  .mt_s {
    margin-top: 15px !important;
  }
  .mt_m {
    margin-top: 40px !important;
  }
  .mt_l {
    margin-top: 60px !important;
  }
  .mb_s {
    margin-bottom: 15px !important;
  }
  .mb_m {
    margin-bottom: 40px !important;
  }
  .mb_l {
    margin-bottom: 60px !important;
  }
  .pt_s {
    padding-top: 15px !important;
  }
  .pt_m {
    padding-top: 40px !important;
  }
  .pt_l {
    padding-top: 60px !important;
  }
  .pb_s {
    padding-bottom: 15px !important;
  }
  .pb_m {
    padding-bottom: 40px !important;
  }
  .pb_l {
    padding-bottom: 60px !important;
  }
}
/*color*/
.bgColor_w {
  background: #FFF;
}
.bgColor_bk {
  background: #333333;
}
.bgColor_bw {
  background: #2e2624;
}
.bgColor_blue {
  background: #161776;
}
.bgColor_gry {
  background-color: #F0F0F0;
}
.bgColor_gry2 {
  padding-bottom: 50px;
}
.bgColor_gry2::before {
  content: '';
  position: absolute;
  top: -7.5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
  transform: skewY(-10deg);
  z-index: -1;
}
.bgColor_gry3 {
  margin-bottom: -12%;
}
.bgColor_gry3::before {
  content: '';
  position: absolute;
  top: -7.5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
  transform: skewY(-10deg);
  z-index: -1;
}
.bgColor_gry4 {
  padding-bottom: 30px;
}
.bgColor_gry4::before {
  content: '';
  position: absolute;
  top: -0.5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
  transform: skewY(-10deg);
  z-index: -1;
  height: 800px;
}
.bgColor_gry5 {
  padding-bottom: 30px;
}
.bgColor_gry5::before {
  content: '';
  position: absolute;
  top: -7.5%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
  transform: skewY(-10deg);
  z-index: -1;
}
.bgColor_gry6 {
  padding-bottom: 30px;
}
.bgColor_gry6::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
  transform: skewY(-10deg);
  z-index: -1;
  height: 500px;
}
.bgColor_yw {
  background-color: #ff8a00;
}
.bgColor_red {
  background-color: #D20021;
}
.bgColor_red2 {
  padding-bottom: 50px;
}
.bgColor_red2::before {
  content: '';
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D20021;
  transform: skewY(-10deg);
  z-index: -1;
}
.bgColor_cv {}
.bgColor_cv::before {
  content: '';
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D20021;
  background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 50%, #D20021 50%, #D20021 100%);
  transform: skewY(-10deg);
  z-index: -1;
}
.bgColor_cv::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #D20021;
  z-index: -1;
}
.border_bottom {
  border-bottom: 2px #D9D9D9 solid;
}
.border_red {
  border: 1px #D20021 solid;
}
@media screen and (min-width: 769px) {
  .bgColor_gry2 {
    padding-bottom: 130px;
  }
  .bgColor_gry2::before {
    top: -15%;
  }
  .bgColor_gry3::before {
    top: -15%;
  }
  .bgColor_gry3 {
    margin-bottom: -100px;
  }
  .bgColor_gry4 {
    padding-bottom: 50px;
  }
  .bgColor_gry4::before {
    top: -7%;
  }
  .bgColor_gry5 {
    padding-bottom: 50px;
  }
  .bgColor_gry5::before {
    top: -7%;
  }
  .bgColor_red2::before {
    top: 13%;
  }
  .bgColor_cv {}
  .bgColor_cv::before {
    top: -10%;
  }
}
.fontColor_w {
  color: #fff;
}
.fontColor_red {
  color: #D20021;
}
.border {
  border: 3px solid #000;
}
.bold {
  font-weight: bold;
}
.align_l {
  text-align: left;
}
.align_r {
  text-align: right;
}
.align_c {
  text-align: center;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z10 {
  z-index: 10;
}
.shadow {
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.1));
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

.lineup_box a:hover{
  opacity: 0.8;
}
i.fas.fa-angle-right{
  margin-left: 0.5em;
}
